summaryrefslogtreecommitdiff
path: root/compat
Commit message (Expand)AuthorAgeFilesLines
* Minor fix in the compatibility library.HEADmasterSergey Poznyakoff2023-03-031-5/+21
* Update copyright yearsSergey Poznyakoff2023-01-2220-20/+20
* Update copyright yearsSergey Poznyakoff2022-01-0220-20/+20
* Fix typosSergey Poznyakoff2021-11-185-6/+6
* Update copyright yearsSergey Poznyakoff2021-01-0220-37/+20
* Update copyright yearsSergey Poznyakoff2020-12-2320-20/+20
* Update copyright yearsSergey Poznyakoff2019-04-0820-20/+20
* Various bugfixes.Sergey Poznyakoff2018-08-311-1/+1
* Happy GNU YearSergey Poznyakoff2018-01-0120-21/+24
* Happy GNU YearSergey Poznyakoff2017-01-0220-34/+34
* Fix distributionSergey Poznyakoff2016-07-251-1/+1
* Don't bail out on fatal errors, unless the user defines the fatal_err functionSergey Poznyakoff2016-07-092-13/+13
* All gdbm functions return immediately if the DB is in inconsistent sate (need...Sergey Poznyakoff2016-07-092-3/+3
* Per-database error state.Sergey Poznyakoff2016-07-092-13/+13
* Switch to Git repositorySergey Poznyakoff2016-07-071-0/+0
* Optionally install compatibility headers into a separate directory.Sergey Poznyakoff2014-02-141-2/+3
* Improve testgdbm; install some more bugfixes.Sergey Poznyakoff2013-05-081-2/+2
* 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