summaryrefslogtreecommitdiffstats
path: root/Modules/gdbmmodule.c
Commit message (Collapse)AuthorAgeFilesLines
* normalized flag arg and made flag, mode default args; minor cosmeticsGuido van Rossum1995-07-071-9/+27
|
* added firstkey(), nextkey(), reorganize() methodsGuido van Rossum1995-03-161-0/+64
|
* plugged some memory leaks (Steve Clift)Guido van Rossum1995-03-141-9/+16
|
* Added 1995 to copyright message.Guido van Rossum1995-01-041-2/+2
| | | | | Setup.in: clarified Tk comments somewhat. structmodule.c: use memcpy() instead of double precision assignment.
* Free was called with a struct as argument instead of a field from theSjoerd Mullender1994-10-131-2/+2
| | | | struct.
* * Modules/{Setup.in, gdbmmodule.c}, Doc/{lib,libgdbm}.tex: addedGuido van Rossum1994-08-081-0/+279
Anthony Baxter's gdbm module (derived from Jack's dbm module)