summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix up morphology for tarball branchbaserock/build-essentialSam Thursfield2013-01-031-2/+1
* Commit gdbm-1.10 tarball to gitSam Thursfield2012-12-2776-1190/+70718
* gdbm.morph: don't run bootstrapbaserock/morphRichard Maw2012-02-151-4/+4
* add morphRichard Maw2012-01-111-0/+14
* Improve testgdbmSergey Poznyakoff2011-11-164-166/+276
* Version 1.10.90Sergey Poznyakoff2011-11-153-2/+10
* Update the docs. Improve dump/load utilities.Sergey Poznyakoff2011-11-158-479/+747
* Return a meaningful error code if failed to restore file's metadata.Sergey Poznyakoff2011-11-157-17/+94
* Document new flat format and related functions.Sergey Poznyakoff2011-11-142-69/+77
* Minor changesSergey Poznyakoff2011-11-141-32/+135
* Forgotten to add earlier.Sergey Poznyakoff2011-11-141-0/+66
* Update.Sergey Poznyakoff2011-11-142-2/+11
* Implement new dump format. Add new utilities: gdbm_dump and gdbm_load.Sergey Poznyakoff2011-11-1325-374/+2322
* UpdateSergey Poznyakoff2011-11-131-1/+1
* UpdateSergey Poznyakoff2011-11-131-0/+7
* Version 1.10Sergey Poznyakoff2011-11-132-7/+12
* Minor fixSergey Poznyakoff2011-11-131-0/+1
* Update the docs.Sergey Poznyakoff2011-11-122-9/+26
* Minor fixes.Sergey Poznyakoff2011-11-122-3/+3
* Implement cloexec in gdbm_reorganize. Add test cases.Sergey Poznyakoff2011-11-1117-10/+437
* Use SEEK_SET instead of L_SET.Sergey Poznyakoff2011-11-119-15/+16
* Support close-on-exec flag for gdbm_open call.Sergey Poznyakoff2011-11-117-30/+99
* Fix handling of NDBM databases in read-only mode.Sergey Poznyakoff2011-11-108-1/+123
* Define GDBM_FILE_EOF.Sergey Poznyakoff2011-10-231-1/+2
* Fix bug #150.Sergey Poznyakoff2011-10-0512-61/+169
* Initialize memory used for file header. This fixes bug #151.Sergey Poznyakoff2011-10-052-2/+8
* Minor fix.Sergey Poznyakoff2011-08-241-8/+6
* Implement multi-character commands in testgdbm.Sergey Poznyakoff2011-08-244-155/+276
* Get po files.Sergey Poznyakoff2011-08-183-0/+48
* Make sure errno is preserved, if it can contain details about the gdbm error.Sergey Poznyakoff2011-08-175-19/+51
* Introduce new error code.Sergey Poznyakoff2011-08-1711-583/+65
* Minor housekeeping for Gnits compliance.Sergey Poznyakoff2011-08-164-0/+172
* Internationalization.Sergey Poznyakoff2011-08-1621-179/+1176
* * compat/Makefile.am (libgdbm_compat_la_LIBADD): Link against libgdbm.Sergey Poznyakoff2011-08-142-0/+6
* Improve release checking: use gnits.Sergey Poznyakoff2011-08-133-2/+18
* Verify preprocessor directives. Pass them through cppi toSergey Poznyakoff2011-08-1310-139/+155
* Version 1.9.1Sergey Poznyakoff2011-08-133-2/+14
* Bugfixes (pointed out by Matthew Burgess).Sergey Poznyakoff2011-08-123-2/+11
* Version 1.9Sergey Poznyakoff2011-08-122-2/+6
* Minor changes in the documentation.Sergey Poznyakoff2011-08-113-5/+22
* Add testcases for gdbm_setopt.Sergey Poznyakoff2011-08-117-0/+533
* New option GDBM_GETDBNAME.Sergey Poznyakoff2011-08-114-10/+60
* Protect invocations of _gdbm_mapped functions with #if HAVE_MMAP.Sergey Poznyakoff2011-08-102-0/+14
* Fix a typo.Sergey Poznyakoff2011-08-101-1/+1
* Improve gdbm_setopt interface.Sergey Poznyakoff2011-08-109-62/+228
* Improve memory mapping support.Sergey Poznyakoff2011-08-1011-115/+259
* Docs: "Additional information" section.Sergey Poznyakoff2011-08-104-8/+50
* Spell checking and minor fixes.Sergey Poznyakoff2011-08-091-3/+3
* Update the docs.Sergey Poznyakoff2011-08-092-55/+309
* Implement dbm_error and dbm_clearerr.Sergey Poznyakoff2011-08-099-11/+75