summaryrefslogtreecommitdiff
path: root/compat
Commit message (Expand)AuthorAgeFilesLines
* Import 1.11 tarballbaserock/tiagogomes/armv8l64Tiago Gomes2015-01-293-96/+192
* Commit gdbm-1.10 tarball to gitSam Thursfield2012-12-271-0/+655
* Implement cloexec in gdbm_reorganize. Add test cases.Sergey Poznyakoff2011-11-111-7/+6
* Support close-on-exec flag for gdbm_open call.Sergey Poznyakoff2011-11-111-12/+30
* Fix handling of NDBM databases in read-only mode.Sergey Poznyakoff2011-11-101-1/+1
* * compat/Makefile.am (libgdbm_compat_la_LIBADD): Link against libgdbm.Sergey Poznyakoff2011-08-141-0/+1
* Implement dbm_error and dbm_clearerr.Sergey Poznyakoff2011-08-098-11/+59
* (dbm_open): Instead of linking pag to dir, create a separate dir fileSergey Poznyakoff2011-08-061-32/+154
* (dbm_dirfno): Return dirfd.Sergey Poznyakoff2011-08-061-1/+1
* (dbm_close): Close dirfd.Sergey Poznyakoff2011-08-061-0/+1
* (DBM) <dirfd>: New member.Sergey Poznyakoff2011-08-061-3/+4
* Include nbdm.h.Sergey Poznyakoff2011-08-0510-65/+68
* Rewrite using ndbm interface.Sergey Poznyakoff2011-08-055-120/+17
* (include_HEADERS): Add dbm.h and ndbm.hSergey Poznyakoff2011-08-051-0/+3
* New file.Sergey Poznyakoff2011-08-053-0/+115
* Update copyright headers.Sergey Poznyakoff2011-08-0316-76/+74
* Update cvsignore files.Sergey Poznyakoff2011-08-021-0/+3
* Update.Sergey Poznyakoff2011-08-021-0/+1
* Remove useless includes.Sergey Poznyakoff2011-08-012-2/+0
* Use GDBM_FILE instead of gdbm_file_info *.Sergey Poznyakoff2011-08-019-17/+22
* Add .cvsignore filesSergey Poznyakoff2008-12-031-0/+2
* Kill generated filesJason Downs2008-12-011-526/+0
* The library was not working on Solaris due to file locking. fcntl locks areJason Downs2008-11-301-88/+88
* Initial revisionJason Downs2008-11-2117-0/+1346