Another possible patch for gdbm.

2002-02-17 Thread AJ Reins
Sorry this was not included earlier, but I had not noticed the problem until now. This patch fixes the install-info message. --- gdbm-1.8.0.orig/gdbm.texinfoTue May 18 23:35:25 1999 +++ gdbm-1.8.0/gdbm.texinfo Sat Feb 16 12:25:37 2002 @@ -10,6 +10,12 @@ @end iftex @ifinfo +@dircat

Re: Possible patch for gdbm

2002-02-16 Thread Charles Wilson
Thanks AJ. gdbm is next on my list for cygwin, but I'm kinda swamped right now. I'll try to get to releasing an updated version soon. --Chuck AJ Reins wrote: > diff -urN gdbm-1.8.0.old/gdbmopen.c > gdbm-1.8.0/gdbmopen.c > --- gdbm-1.8.0.old/gdbmopen.c Sat Jul 29 22:46:42 2000 > +++ gdbm-1.8

Possible patch for gdbm

2002-02-13 Thread AJ Reins
diff -urN gdbm-1.8.0.old/gdbmopen.c gdbm-1.8.0/gdbmopen.c --- gdbm-1.8.0.old/gdbmopen.c Sat Jul 29 22:46:42 2000 +++ gdbm-1.8.0/gdbmopen.c Thu Feb 7 09:25:48 2002 @@ -126,21 +126,21 @@ switch (flags & GDBM_OPENMASK) { case GDBM_READER: - dbf->desc = open (dbf->name, O