diff -c gdbm-1.7.2/ChangeLog gdbm-1.7.3/ChangeLog *** gdbm-1.7.2/ChangeLog Sun May 15 02:40:23 1994 --- gdbm-1.7.3/ChangeLog Thu May 19 15:50:18 1994 *************** *** 1,3 **** --- 1,20 ---- + Thu May 19 15:50:04 1994 jason downs (downsj@csos.orst.edu) + + * NEWS, README: update to 1.7.3. + + * gdbm.texinfo: update to 1.7.3, slight fixes. + + * gdbm.3: update to 1.7.3, slight reformat. + + Thu May 19 14:45:51 1994 jason downs (downsj@csos.orst.edu) + + * gdbmconst.h: removed the header magic numbers from this + branch. + + * version.c: added an include of autoconf.h, updated version + + * gdbm.proto: added a define for GDBM_FASTMODE. + Sun May 15 02:39:48 1994 jason downs (downsj@csos.orst.edu) * gdbm.3, gdbm.texinfo: updates for 1.7.2 Only in gdbm-1.7.2: Makefile diff -c gdbm-1.7.2/NEWS gdbm-1.7.3/NEWS *** gdbm-1.7.2/NEWS Sun May 15 01:44:25 1994 --- gdbm-1.7.3/NEWS Thu May 19 15:49:17 1994 *************** *** 1,3 **** --- 1,8 ---- + CHANGES from 1.7.2 to 1.7.3 + 1. Fixed a couple of last minute problems. (Namely, no autoconf.h in + version.c, and no GDBM_FASTMODE in gdbm.h!) + 2. Fixed some documentation bugs. + CHANGES from 1.7.1 to 1.7.2 1. Enhanced portability and compile/installation changes. 2. Additional, "fast mode" related gdbm_setopt() option. diff -c gdbm-1.7.2/README gdbm-1.7.3/README *** gdbm-1.7.2/README Sun May 15 02:39:34 1994 --- gdbm-1.7.3/README Thu May 19 15:49:38 1994 *************** *** 1,7 **** GNU dbm is a set of database routines that use extendible hashing and works similar to the standard UNIX dbm routines. ! This is release 1.7.2 of GNU dbm. To compile gdbm: --- 1,7 ---- GNU dbm is a set of database routines that use extendible hashing and works similar to the standard UNIX dbm routines. ! This is release 1.7.3 of GNU dbm. To compile gdbm: *************** *** 60,66 **** ------------------------------------------ ! Future versions of GDBM may be far, far more UNIX dependant than the library is, currently. If you are/have ported GDBM to non-UNIX like operating systems, please send e-mail to . Please include information about your port, including the type of --- 60,66 ---- ------------------------------------------ ! Future versions of GDBM may be far, far more UNIX dependent than the library is, currently. If you are/have ported GDBM to non-UNIX like operating systems, please send e-mail to . Please include information about your port, including the type of Only in gdbm-1.7.2: autoconf.h Only in gdbm-1.7.2: config.status diff -c gdbm-1.7.2/gdbm.3 gdbm-1.7.3/gdbm.3 *** gdbm-1.7.2/gdbm.3 Sun May 15 02:06:03 1994 --- gdbm-1.7.3/gdbm.3 Thu May 19 15:13:45 1994 *************** *** 1,5 **** ! .ds ve 1.7.2 ! .TH GDBM 3 5/15/94 .SH NAME GDBM - The GNU database manager. Includes \fBdbm\fR and \fBndbm\fR compatability. (Version \*(ve.) --- 1,5 ---- ! .ds ve 1.7.3 ! .TH GDBM 3 5/19/94 .SH NAME GDBM - The GNU database manager. Includes \fBdbm\fR and \fBndbm\fR compatability. (Version \*(ve.) *************** *** 445,457 **** and \fBoption\fR specifies which option to set. The valid options are currently: ! GDBM_CACHESIZE - Set the size of the internal bucket cache. This ! option may only be set once on each \fBGDBM_FILE\fR descriptor, and ! is set automatically to 100 upon the first access to the database. ! ! GDBM_FASTMODE - Set \fBfast mode\fR to either on or off. This allows ! \fBfast mode\fR to be toggled on an already open and active database. ! \fBvalue\fR (see below) should be set to either TRUE or FALSE. \fBvalue\fR is the value to set \fBoption\fR to, specified as an integer pointer. \fBsize\fR is the size of the data pointed to by \fBvalue\fR. --- 445,459 ---- and \fBoption\fR specifies which option to set. The valid options are currently: ! GDBM_CACHESIZE - Set the size of the internal bucket ! cache. This option may only be set once on each \fBGDBM_FILE\fR ! descriptor, and is set automatically to 100 upon the first ! access to the database. ! ! GDBM_FASTMODE - Set \fBfast mode\fR to either on or off. This ! allows \fBfast mode\fR to be toggled on an already open and ! active database. \fBvalue\fR (see below) should be set to either ! TRUE or FALSE. \fBvalue\fR is the value to set \fBoption\fR to, specified as an integer pointer. \fBsize\fR is the size of the data pointed to by \fBvalue\fR. *************** *** 531,534 **** --- 533,539 ---- .br Bellingham, WA 98226 + You may contact the current maintainer by: + .br + e-mail: downsj@CSOS.ORST.EDU Only in gdbm-1.7.2: gdbm.h diff -c gdbm-1.7.2/gdbm.info gdbm-1.7.3/gdbm.info *** gdbm-1.7.2/gdbm.info Sun May 15 02:34:20 1994 --- gdbm-1.7.3/gdbm.info Thu May 19 16:12:37 1994 *************** *** 542,548 **** The variable that contains more information about `gdbm' errors (`gdbm.h' has the definitions of the error values). ! char * gdbm_version The string containing the version information.  --- 542,548 ---- The variable that contains more information about `gdbm' errors (`gdbm.h' has the definitions of the error values). ! const char * gdbm_version The string containing the version information.  *************** *** 677,682 **** --- 677,685 ---- Western Washington University Bellingham, WA 98226 + You may contact the current maintainer by: + e-mail: downsj@CSOS.ORST.EDU +  Tag Table: *************** *** 695,702 **** Node: Errors16959 Node: Options17319 Node: Variables18625 ! Node: Compatibility19049 ! Node: Conversion21423 ! Node: Bugs22237  End Tag Table --- 698,705 ---- Node: Errors16959 Node: Options17319 Node: Variables18625 ! Node: Compatibility19055 ! Node: Conversion21429 ! Node: Bugs22243  End Tag Table diff -c gdbm-1.7.2/gdbm.proto gdbm-1.7.3/gdbm.proto *** gdbm-1.7.2/gdbm.proto Sat Oct 30 03:45:40 1993 --- gdbm-1.7.3/gdbm.proto Thu May 19 14:32:20 1994 *************** *** 45,50 **** --- 45,51 ---- /* Parameters to gdbm_setopt, specifing the type of operation to perform. */ #define GDBM_CACHESIZE 1 /* Set the cache size. */ + #define GDBM_FASTMODE 2 /* Toggle fast mode. */ /* The data and key structure. This structure is defined for compatibility. */ typedef struct { diff -c gdbm-1.7.2/gdbm.texinfo gdbm-1.7.3/gdbm.texinfo *** gdbm-1.7.2/gdbm.texinfo Sun May 15 02:13:25 1994 --- gdbm-1.7.3/gdbm.texinfo Thu May 19 15:14:11 1994 *************** *** 46,63 **** @center Manual by Pierre Gaumond and Philip A. Nelson @center Updated by Jason Downs @sp 1 ! @center Edition 1.4 @sp 1 ! @center for GNU @code{dbm}, Version 1.7.2. @page @null @vskip 0pt plus 1filll Copyright @copyright{} 1993-94 Free Software Foundation, Inc. @sp 2 ! This is Edition 1.4 of the @cite{GNU @code{dbm} Manual}, for @code{gdbm} ! Version 1.7.2. @* ! Last updated May 15, 1994 Published by the Free Software Foundation @* 675 Massachusetts Avenue, @* --- 46,63 ---- @center Manual by Pierre Gaumond and Philip A. Nelson @center Updated by Jason Downs @sp 1 ! @center Edition 1.4.1 @sp 1 ! @center for GNU @code{dbm}, Version 1.7.3. @page @null @vskip 0pt plus 1filll Copyright @copyright{} 1993-94 Free Software Foundation, Inc. @sp 2 ! This is Edition 1.4.1 of the @cite{GNU @code{dbm} Manual}, for @code{gdbm} ! Version 1.7.3. @* ! Last updated May 19, 1994 Published by the Free Software Foundation @* 675 Massachusetts Avenue, @* *************** *** 597,603 **** @item gdbm_error gdbm_errno The variable that contains more information about @code{gdbm} errors (@code{gdbm.h} has the definitions of the error values). ! @item char * gdbm_version The string containing the version information. @end table --- 597,603 ---- @item gdbm_error gdbm_errno The variable that contains more information about @code{gdbm} errors (@code{gdbm.h} has the definitions of the error values). ! @item const char * gdbm_version The string containing the version information. @end table *************** *** 733,738 **** --- 733,743 ---- Computer Science Department Western Washington University Bellingham, WA 98226 + @end example + + You may contact the current maintainer by: + @example + e-mail: downsj@@CSOS.ORST.EDU @end example @bye diff -c gdbm-1.7.2/gdbmconst.h gdbm-1.7.3/gdbmconst.h *** gdbm-1.7.2/gdbmconst.h Mon Mar 14 03:47:26 1994 --- gdbm-1.7.3/gdbmconst.h Thu May 19 14:45:15 1994 *************** *** 58,65 **** /* The size of the bucket cache. */ #define DEFAULT_CACHESIZE 100 - - /* Header magic numbers */ - #define MAGIC_OLD 0x13579ACE /* old file magic number */ - #define MAGIC_PURE 0x24780BDF /* new file magic number */ - #define MAGIC_REVERSED 0xDF0B7824 /* reversed byte order new file */ --- 58,60 ---- diff -c gdbm-1.7.2/version.c gdbm-1.7.3/version.c *** gdbm-1.7.2/version.c Sun May 15 01:52:40 1994 --- gdbm-1.7.3/version.c Thu May 19 14:46:55 1994 *************** *** 26,31 **** *************************************************************************/ /* Keep a string with the version number in it! */ const char * gdbm_version = ! "This is GDBM version 1.7.2, as of May 15, 1994."; --- 26,33 ---- *************************************************************************/ + #include "autoconf.h" + /* Keep a string with the version number in it! */ const char * gdbm_version = ! "This is GDBM version 1.7.3, as of May 19, 1994.";