home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / gnu / gdbm-1.7.1.tar.gz / gdbm-1.7.1.tar / gdbm-1.7.1 / ChangeLog < prev    next >
Text File  |  1993-11-16  |  11KB  |  345 lines

  1. Tue Nov 16 03:11:56 PST 1993
  2.  
  3.     * gdbm.3, gdbm.texinfo: updated versions to 1.3 for release
  4.  
  5.     * version.c, README, NEWS: updated versions to 1.7.1 for release
  6.  
  7. Sun Nov 14 17:21:03 1993  jason downs  (downsj@csos.orst.edu)
  8.  
  9.     * Makefile.in: added $(srcdir) to a few file references.
  10.  
  11. Sat Nov 13 13:56:37 1993  jason downs  (downsj@csos.orst.edu)
  12.  
  13.     * gdbm.3, gdbm.texinfo: added new gdbm_firstkey()/gdbm_nextkey()
  14.       documentation.
  15.  
  16.     * gdbmopen.c: added SGI alloca patch.
  17.  
  18.     * Makefile.in: changed installation prefix semantics.
  19.  
  20. Sat Nov 13 01:52:31 1993  jason downs  (downsj@csos.orst.edu)
  21.  
  22.     * various source: redid the AIX alloca declaration. any new files
  23.       that call alloca will have to start with the same header.
  24.  
  25.     * all source, configure.in, Makefile.in: switched over to using
  26.       autoconf.h, rather than packing all of the autoconf defs into
  27.       the DEFS line.
  28.  
  29.     * autoconf.h.in: new file.
  30.  
  31.     * Makefile.in: changed rule for tndbm.o, hopefully making it more
  32.       portable.
  33.  
  34.     * alloca.c: added inclusion of stdlib.h
  35.  
  36. Fri Nov 12 13:11:03 1993  jason downs  (downsj@csos.orst.edu)
  37.  
  38.     * Makefile.in, configure.in: fixed getop related bugs.
  39.  
  40.     * systems.h: moved sys/types.h include to top.
  41.  
  42. Wed Nov  3 17:18:59 1993  jason downs  (downsj@csos.orst.edu)
  43.  
  44.     * version.c: changed version to 1.7, for release.
  45.  
  46.     * gdbmdefs.h: Moved all system includes to systems.h.
  47.  
  48. Sun Oct 31 02:50:12 1993  jason downs  (downsj@csos.orst.edu)
  49.  
  50.     * version.c: changed version number to 1.7alpha.
  51.  
  52.     * gdbm.texinfo: updated to reflect new routines and changes.
  53.     
  54.     * getopt.c, getopt.h: Added the GNU getopt.c to the dist, for
  55.       compilation of testgdbm and conv2gdbm on machines without getopt().
  56.     
  57.     * various source files: changed all appropiate occurances of 'long'
  58.       to type 'off_t'. Added off_t check to configure.in.
  59.  
  60.     * gdbm.3: updated to reflect new routines and changes.
  61.  
  62. Sat Oct 30 05:20:45 1993  jason downs  (downsj@csos.orst.edu)
  63.  
  64.         * testgdbm.c: Added support for bucket cache and block sizes,
  65.       adding -c, -b and -g flags. Must use -g to specify the file
  66.           name, now.
  67.  
  68.     * bucket.c, gdbmopen.c, gdbmclose.c, gdbmreorg.c, update.c,
  69.       gdbmconst.h, gdbmdefs.h: Implemented dynamic, delayed
  70.       initialization, bucket cache. New routine: _gdbm_init_cache().
  71.  
  72.     * proto.h, gdbmerrno.c, gdbmerrno.h: Added gdbm_setopt() errors
  73.       and prototypes.
  74.  
  75.     * gdbmsetopt.c: New file, implements the gdbm_setopt() routine.
  76.  
  77.     * testgdbm.c, testndbm.c, testdbm.c, conv2gdbm.c: cleaned up
  78.       compiler warnings.
  79.  
  80.     * update.c: repaired declarations and added prototypes for
  81.       static routines, repaired declaration of _gdbm_fatal().
  82.  
  83.     * falloc.c: repaired declarations and added prototypes for
  84.       static routines.
  85.  
  86.     * gdbmstore.c: commented out unsed variables in gdbm_store().
  87.  
  88.     * proto.h: added prototypes for _gdbm_read_entry(),
  89.       _gdbm_find_key(), and gdbm_sync().
  90.  
  91.     * bucket.c, proto.h: changed _gdbm_get_bucket() and
  92.       _gdbm_write_bucket() over to type void.
  93.  
  94. Sat Oct 30 00:56:24 1993  jason downs  (downsj@csos.orst.edu)
  95.  
  96.     * gdbmerrno.c, gdbmexists.c, close.c, dbmrdonly.c: New files,
  97.       adding the routines gdbm_strerror(), gdbm_exists(), and for
  98.       better compatibility with the old dbm/ndbm libraries, the
  99.       dbmclose() and dbm_rdonly() routines.
  100.  
  101.     * various headers: Added prototypes for the new routines, and
  102.       rearranged how gdbm.h is generated.
  103.  
  104. Fri Oct 29 07:02:41 1993  jason downs  (downsj@csos.orst.edu)
  105.  
  106.     * README: split into README, INSTALL, and NEWS.  INSTALL
  107.       includes more tips on compiling.  NEWS contains the 'short form'
  108.       ChangeLog.
  109.     
  110.     * Makefile.in, configure.in: Redid parts of the autoconf
  111.       stuff, and repaired many bugs.
  112.  
  113.     * systems.h: Repaired the alloca declarations, among other
  114.       things.
  115.  
  116.     * various source files: changed all relevant usage of type
  117.       'long' to type 'word_t', which will always be 32bits wide.
  118.       'word_t' is defined in systems.h.
  119.  
  120. Fri Jul 30 13:27:24 1993  Phil Nelson  (phil@cs.wwu.edu)
  121.  
  122.     * findkey.c: Added a check of elem_loc == -1 in determining if
  123.       the data cache held the item being looked for.
  124.  
  125. Tue Jul 20 13:08:47 1993  Phil Nelson  (phil at cs.wwu.edu)
  126.  
  127.     * gdbm.texinfo: Fixed some errors.
  128.  
  129.     * Makefile.in: Fixed some errors.
  130.  
  131.      * version.c: Set version to 1.6 for release.
  132.  
  133. Mon Jul 19 15:02:40 1993  Phil Nelson  (phil at cs.wwu.edu)
  134.  
  135.     * COPYING: Replaced Version 1 with Version 2.  Also updated
  136.       all file notices to refer to version 2.
  137.  
  138.     * gdbm.texinfo: Updated the documentation.
  139.  
  140.     * README: Updated to current version.
  141.  
  142.     * Makefile: updated clean and install.
  143.  
  144. Wed Jul 14 13:37:44 1993  Phil Nelson  (phil at cs.wwu.edu)
  145.  
  146.     * Makfile.in: Added samp1.cc to the list of distributed files.
  147.  
  148. Sat Jun  5 21:35:59 1993  Phil Nelson  (phil at cs.wwu.edu)
  149.  
  150.     * gdbm.proto, Makefile.in: Added #ifndef _GDBM_H_ protection
  151.       for the final gdbm.h file.  Also added prototypes and C++
  152.       support.
  153.  
  154.     * gdbmseq.c: Added gdbm_errno initialization to gdbm_nextkey.
  155.  
  156.     * gdbmerrno.h and others: Moved the extern definition of
  157.       gdbm_erron to gdbmerrno.h from the other files.
  158.  
  159. Mon May 17 12:32:02 1993  Phil Nelson  (phil at cs.wwu.edu)
  160.  
  161.     * gdbm.proto: Added GDBM_FAST to the read_write flags.
  162.  
  163. Sun May 16 12:50:01 1993  Phil Nelson  (phil at cs.wwu.edu)
  164.  
  165.     * configure.in, Makefile.in: Added autoconf configuration
  166.       to gdbm.
  167.  
  168. Tue Mar 30 00:08:48 1993  Phil Nelson  (phil at cs.wwu.edu)
  169.  
  170.     * global.c: Set gdbm_errno to GDBM_NO_ERROR to force
  171.       it into the data segment.
  172.  
  173. Sun Mar 28 22:51:40 1993  Phil Nelson  (phil at cs.wwu.edu)
  174.  
  175.     * gdbmfetch.c: Set return_val.dsize to 0 as a default return
  176.       value.  (I was told that was more compatible with dbm/ndbm.)
  177.  
  178.     * gdbmopen.c: Changed a "sizeof(int)" to "sizeof(long)".
  179.  
  180.     * testgdbm.c: Changed "char opt" to "int opt" to make sure
  181.       opt can be -1.
  182.  
  183.     * hash.c: Added "unsigned" to declaration of value for
  184.       better overflow operation.
  185.  
  186.     * gdbmreorg.c: Added a free for data.dptr in the main loop.
  187.       Also changed the malloc for new_name to an alloca.
  188.       Removed all frees on new_name.
  189.  
  190. Sat Mar 27 23:25:14 1993  Phil Nelson  (phil at cs.wwu.edu)
  191.  
  192.     * gdbmconst.h, gdbmdefs.h, gdbmopen.c, gdbmreorg.c,
  193.       testgdbm.c, update.c, gdbm.h: Added code to allow for a
  194.       GDBM_FAST mode in which fsync is not called during
  195.       database update mode. Added a new flag "-f" to 
  196.       testgdbm to make use of the new fast mode.
  197.  
  198.     * gdbmsync.c: Added this function to allow a programmer
  199.       to use the GDBM_FAST mode but still be able to sync
  200.       a database.
  201.  
  202.     * gdbmopen.c, gdbmdelete.c, gdbmfetch.c, gdbmseq.c, gdbmstore.c,
  203.       gdbmreorg.c: Added initialization of gdbm_errno to GDBM_NO_ERROR.
  204.  
  205. Mon Mar 22 23:03:36 1993  Phil Nelson  (phil at cs.wwu.edu)
  206.  
  207.     * gdbmclose.c: (gdbmclose) Added a fsync before close to make
  208.       sure the file is written to disk before continuing.
  209.  
  210. Sun Mar 21 21:33:31 1993  Phil Nelson  (phil at cs.wwu.edu)
  211.  
  212.     * proto.h: Added this as a new file.  It adds ANSI prototypes
  213.       for ANSI compilers.
  214.  
  215.     * gdbmdefs.h: Added an include of proto.h.
  216.  
  217.     * Makefile: Added proper references to proto.h
  218.  
  219.     * gdbmopen.c: Changed (int *) casts to (long *) and added
  220.       an initialization to dbf->header.
  221.  
  222.     * gdbmreorg.c: Added an "end update" on the new database and
  223.       correctly set up the bucket cache.
  224.  
  225.     * update.c: (_gdbm_end_update) Added type void to header.
  226.  
  227. Wed Mar 17 19:14:27 1993  Phil Nelson  (phil at cs.wwu.edu)
  228.  
  229.     * Changed copyright on all files to include 1993.  Also deleted
  230.       all references to my phone number.
  231.  
  232. Thu Feb 28 17:05:09 1991  Phil Nelson  (phil at strawberry.cs.wwu.edu)
  233.  
  234.     * Added 1991 to copyright lines on all files.
  235.  
  236.     * gdbmfetch.c: Fixed a bug introduced by previous changes.
  237.  
  238.     * version.c:  Updated version to 1.5.
  239.  
  240. Fri Feb  8 12:27:13 1991  Phil Nelson  (phil at strawberry.cs.wwu.edu)
  241.  
  242.     * Change author's e-mail address in all comments.
  243.  
  244.     * gdbmopen.c, systems.h: Changed opening sequence so that a
  245.       database will not be truncated in NEWDB mode until the
  246.       write has locked the file.
  247.  
  248.     * testgdbm.c: Fixed a bug that caused a segmentation fault on
  249.       one computer.  Also added the flags "-r" for opening the
  250.       database as a READER and "-n" for opening the database as
  251.       a NEWDB writer.  The default mode remains the WRCREAT mode.
  252.  
  253.     * Various source files, changed the data types of various
  254.       variables from int to long.  This should not make any difference
  255.       to systems where sizeof(int) = sizeof(long).  It should make
  256.       it easier to move to other systems.
  257.  
  258.     * gdbmstore.c: Added a check for NULL key or content dptr.  Due to
  259.       NULLs being used as error indications, data cannot be NULL also.
  260.  
  261.     * gdbmfetch.c, gdbmseq.c, fetch.c: Added checks for zero sized
  262.       key and content so malloc will not try to allocate zero bytes.
  263.  
  264.         * gdbmconst.h: Added this file so that all constants are in one
  265.       central place.  A few constants can be changed without changing
  266.       the header sizes.
  267.  
  268. Tue Aug 14 13:08:43 1990  Phil Nelson  (phil at unicorn.wwu.edu)
  269.  
  270.     * Version 1.4 released.  (version.c: Updated to correct version.)
  271.  
  272.     * Makefile: Added $(LIBS) to link for conv2gdbm.
  273.  
  274.     * README: Updated to version 1.4 and added a 1.0-1.4 change
  275.       statement.
  276.  
  277. Wed Aug  8 16:57:29 1990  Phil Nelson  (phil at unicorn.wwu.edu)
  278.  
  279.     * gdbmopen.c: Restructured some code to initialize dbf
  280.       more completely.
  281.  
  282.     * dbm.h: Added a null define to satisfy some versions that
  283.       require a dbmclose() call.
  284.  
  285.     * findkey.c: (_gdbm_findkey) Added a check for the NULL
  286.       pointer in ...ca_data.dptr.
  287.  
  288.     * gdbmdelete.c: Added code to more completely remove the
  289.       cache entry for a deleted item.
  290.  
  291.     * gdbmreorg.c: Added code to finish the transfer of information
  292.       from the new_dbf to the orginal dbf.
  293.  
  294. Fri May 30 08:29:16 1990  Phil Nelson  (phil at unicorn.wwu.edu)
  295.  
  296.     * gdbmstore.c: Changed a strncpy to bcopy.
  297.  
  298. Tue May 15 09:55:21 1990  Phil Nelson  (phil at unicorn.wwu.edu)
  299.  
  300.     * Version 1.3 released.
  301.  
  302.     * systems.h: Changed the defines for alloca to use the
  303.       name builtin_alloca to depend on BUILTIN_ALLOCA instead
  304.       of __GNUC__.  Added a definition of BUILTIN_ALLOCA for
  305.       GNUC and for sun sparc.
  306.  
  307. Fri May 11 12:15:56 1990  Phil Nelson  (phil at unicorn.wwu.edu)
  308.  
  309.     * systems.h: Removed the include for <sys/types> and now
  310.       systems.h requires <sys/types> included before it.
  311.  
  312.     * Makefile: Corrected the makefile to include a file that
  313.       was missing before.  Also, switched order of conv2gdbm
  314.       and alldbm in the all option.
  315.  
  316.     * findkey.c (_gdbm_read_entry): Reordered some statements
  317.       to make the code more readable.
  318.  
  319.     * update.c (_gdbm_fatal): Changed fatal message from "dbm fatal:"
  320.       to "gdbm fatal:".
  321.  
  322. Mon Apr 30 10:18:24 1990  Phil Nelson  (phil at unicorn.wwu.edu)
  323.  
  324.     * Version 1.2 released.
  325.  
  326. Fri Apr 27 09:49:59 1990  Phil Nelson  (phil at unicorn.wwu.edu)
  327.  
  328.     * Makefile: Added the dist option.  Similar to the 
  329.       addition from hack@ai.mit.edu, but correct.
  330.  
  331.     * falloc.c (push_avail_block):  Change the avail count
  332.       to reflect the correct number of entries.
  333.  
  334.     * dbminit.c (dbminit): Changed the stat call to stat the
  335.       ".dir" file as is done in dbmopen.c (dbm_open).
  336.  
  337. Tue Apr 10 12:18:40 1990  Phil Nelson  (phil at unicorn.wwu.edu)
  338.  
  339.     * Version 1.1. released.
  340.  
  341.     * gdbmopen.c (gdbm_open): Clear out bucket cache.
  342.  
  343.  
  344.  
  345.