summaryrefslogtreecommitdiff
path: root/Modules/dbmmodule.c
Commit message (Expand)AuthorAgeFilesLines
* Fix SF # 640557, '64-bit' systems and the dbm moduleNeal Norwitz2002-11-221-6/+17
* add #include branch for compilation with Berkeley DBSkip Montanaro2002-08-021-0/+3
* Excise DL_EXPORT/DL_IMPORT from Modules/*. Required adding a prototypeMark Hammond2002-08-021-1/+1
* staticforward bites the dust.Jeremy Hylton2002-07-171-1/+1
* This introduces stricter library/header file checking for the Berkeley DBSkip Montanaro2002-06-141-3/+0
* OS/2 EMX port changes (Modules part of patch #450267):Andrew MacIntyre2002-03-031-0/+4
* Patch supplied by Burton Radons for his own SF bug #487390: ModifyingGuido van Rossum2001-12-081-1/+1
* SF Patch #103185, by jlt63: Some more standard modules cleanup for CygwinGuido van Rossum2001-01-221-1/+2
* Ka-Ping Yee <ping@lfw.org>:Fred Drake2000-10-241-3/+3
* Add a constant "library" to the module which names the library used,Fred Drake2000-09-151-10/+80
* Trent Mick points out that the BSD DB also provides an ndbm compatibilityFred Drake2000-09-151-0/+2
* Use the configure support to determine which ndbm.h header to include.Fred Drake2000-09-141-0/+10
* REMOVED all CWI, CNRI and BeOpen copyright markings.Guido van Rossum2000-09-011-9/+0
* ANSIfy some more forward declarations.Thomas Wouters2000-07-241-1/+1
* ANSI-fication, not really tested, but should (hopefully) compilePeter Schneider-Kamp2000-07-101-29/+10
* Change copyright notice - 2nd try.Guido van Rossum2000-06-301-6/+0
* Change copyright notice.Guido van Rossum2000-06-301-22/+7
* Vladimir Marangozov's long-awaited malloc restructuring.Guido van Rossum2000-05-031-2/+2
* Massive patch by Skip Montanaro to add ":name" to as manyGuido van Rossum2000-02-291-1/+1
* Add DL_EXPORT() to all modules that could possibly be usedGuido van Rossum1998-12-041-1/+1
* Apply two changes, systematically:Guido van Rossum1997-10-011-3/+3
* Patches by AMK to check that the db is still open.Guido van Rossum1997-07-171-0/+14
* Opps, fixed a couple of newly introduced wrapping problems.Roger E. Masse1996-12-131-3/+4
* Reindented via GvR recomendation ala Bwarsaw cppy-style.elRoger E. Masse1996-12-131-69/+69
* renamed in a grand fashion.Roger E. Masse1996-12-101-74/+76
* Keep gcc -Wall happy.Guido van Rossum1996-12-051-1/+0
* New permission notice, includes CNRI.Guido van Rossum1996-10-251-13/+20
* fix bug in close()Guido van Rossum1995-08-281-1/+0
* normalized flag arg and made flag, mode default args; minor cosmeticsGuido van Rossum1995-07-071-20/+35
* plug leak and improve error handling in dbm_keys()Guido van Rossum1995-01-301-5/+13
* Added 1995 to copyright message.Guido van Rossum1995-01-041-2/+2
* Merge alpha100 branch back to main trunkGuido van Rossum1994-08-011-17/+19
* * Changed all copyright messages to include 1993.Guido van Rossum1993-03-291-2/+2
* Added qgetfd() to cstubs for GL.Guido van Rossum1992-06-291-0/+276