home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Professional / OS2PRO194.ISO / os2 / prgramer / rcs / sources / changelo.g < prev    next >
Text File  |  1991-03-22  |  4KB  |  114 lines

  1. Thu Feb 28 17:05:09 1991  Phil Nelson  (phil at strawberry.cs.wwu.edu)
  2.  
  3.     * Added 1991 to copyright lines on all files.
  4.  
  5.     * gdbmfetch.c: Fixed a bug introduced by previous changes.
  6.  
  7.     * version.c:  Updated version to 1.5.
  8.  
  9. Fri Feb  8 12:27:13 1991  Phil Nelson  (phil at strawberry.cs.wwu.edu)
  10.  
  11.     * Change author's e-mail address in all comments.
  12.  
  13.     * gdbmopen.c, systems.h: Changed opening sequence so that a
  14.       database will not be truncated in NEWDB mode until the
  15.       write has locked the file.
  16.  
  17.     * testgdbm.c: Fixed a bug that caused a segmentation fault on
  18.       one computer.  Also added the flags "-r" for opening the
  19.       database as a READER and "-n" for opening the database as
  20.       a NEWDB writer.  The default mode remains the WRCREAT mode.
  21.  
  22.     * Various source files, changed the data types of various
  23.       variables from int to long.  This should not make any difference
  24.       to systems where sizeof(int) = sizeof(long).  It should make
  25.       it easier to move to other systems.
  26.  
  27.     * gdbmstore.c: Added a check for NULL key or content dptr.  Due to
  28.       NULLs being used as error indications, data cannot be NULL also.
  29.  
  30.     * gdbmfetch.c, gdbmseq.c, fetch.c: Added checks for zero sized
  31.       key and content so malloc will not try to allocate zero bytes.
  32.  
  33.         * gdbmconst.h: Added this file so that all constants are in one
  34.       central place.  A few constants can be changed without changing
  35.       the header sizes.
  36.  
  37. Tue Aug 14 13:08:43 1990  Phil Nelson  (phil at unicorn.wwu.edu)
  38.  
  39.     * Version 1.4 released.  (version.c: Updated to correct version.)
  40.  
  41.     * Makefile: Added $(LIBS) to link for conv2gdbm.
  42.  
  43.     * README: Updated to version 1.4 and added a 1.0-1.4 change
  44.       statement.
  45.  
  46. Wed Aug  8 16:57:29 1990  Phil Nelson  (phil at unicorn.wwu.edu)
  47.  
  48.     * gdbmopen.c: Restructured some code to initialize dbf
  49.       more completely.
  50.  
  51.     * dbm.h: Added a null define to satisfy some versions that
  52.       require a dbmclose() call.
  53.  
  54.     * findkey.c: (_gdbm_findkey) Added a check for the NULL
  55.       pointer in ...ca_data.dptr.
  56.  
  57.     * gdbmdelete.c: Added code to more completely remove the
  58.       cache entry for a deleted item.
  59.  
  60.     * gdbmreorg.c: Added code to finish the transfer of information
  61.       from the new_dbf to the orginal dbf.
  62.  
  63. Fri May 30 08:29:16 1990  Phil Nelson  (phil at unicorn.wwu.edu)
  64.  
  65.     * gdbmstore.c: Changed a strncpy to bcopy.
  66.  
  67. Tue May 15 09:55:21 1990  Phil Nelson  (phil at unicorn.wwu.edu)
  68.  
  69.     * Version 1.3 released.
  70.  
  71.     * systems.h: Changed the defines for alloca to use the
  72.       name builtin_alloca to depend on BUILTIN_ALLOCA instead
  73.       of __GNUC__.  Added a definition of BUILTIN_ALLOCA for
  74.       GNUC and for sun sparc.
  75.  
  76. Fri May 11 12:15:56 1990  Phil Nelson  (phil at unicorn.wwu.edu)
  77.  
  78.     * systems.h: Removed the include for <sys/types> and now
  79.       systems.h requires <sys/types> included before it.
  80.  
  81.     * Makefile: Corrected the makefile to include a file that
  82.       was missing before.  Also, switched order of conv2gdbm
  83.       and alldbm in the all option.
  84.  
  85.     * findkey.c (_gdbm_read_entry): Reordered some statements
  86.       to make the code more readable.
  87.  
  88.     * update.c (_gdbm_fatal): Changed fatal message from "dbm fatal:"
  89.       to "gdbm fatal:".
  90.  
  91. Mon Apr 30 10:18:24 1990  Phil Nelson  (phil at unicorn.wwu.edu)
  92.  
  93.     * Version 1.2 released.
  94.  
  95. Fri Apr 27 09:49:59 1990  Phil Nelson  (phil at unicorn.wwu.edu)
  96.  
  97.     * Makefile: Added the dist option.  Similar to the
  98.       addition from hack@ai.mit.edu, but correct.
  99.  
  100.     * falloc.c (push_avail_block):  Change the avail count
  101.       to reflect the correct number of entries.
  102.  
  103.     * dbminit.c (dbminit): Changed the stat call to stat the
  104.       ".dir" file as is done in dbmopen.c (dbm_open).
  105.  
  106. Tue Apr 10 12:18:40 1990  Phil Nelson  (phil at unicorn.wwu.edu)
  107.  
  108.     * Version 1.1. released.
  109.  
  110.     * gdbmopen.c (gdbm_open): Clear out bucket cache.
  111.  
  112.  
  113.  
  114.