summaryrefslogtreecommitdiff
path: root/compat/dbmopen.c
Commit message (Expand)AuthorAgeFilesLines
* Minor fix in the compatibility library.HEADmasterSergey Poznyakoff2023-03-031-5/+21
* Update copyright yearsSergey Poznyakoff2023-01-221-1/+1
* Update copyright yearsSergey Poznyakoff2022-01-021-1/+1
* Fix typosSergey Poznyakoff2021-11-181-2/+2
* Update copyright yearsSergey Poznyakoff2021-01-021-2/+1
* Update copyright yearsSergey Poznyakoff2020-12-231-1/+1
* Update copyright yearsSergey Poznyakoff2019-04-081-1/+1
* Various bugfixes.Sergey Poznyakoff2018-08-311-1/+1
* Happy GNU YearSergey Poznyakoff2018-01-011-1/+1
* Happy GNU YearSergey Poznyakoff2017-01-021-2/+2
* Don't bail out on fatal errors, unless the user defines the fatal_err functionSergey Poznyakoff2016-07-091-12/+12
* All gdbm functions return immediately if the DB is in inconsistent sate (need...Sergey Poznyakoff2016-07-091-2/+2
* Per-database error state.Sergey Poznyakoff2016-07-091-12/+12
* 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
* Implement dbm_error and dbm_clearerr.Sergey Poznyakoff2011-08-091-1/+1
* (dbm_open): Instead of linking pag to dir, create a separate dir fileSergey Poznyakoff2011-08-061-32/+154
* Include nbdm.h.Sergey Poznyakoff2011-08-051-13/+24
* Update copyright headers.Sergey Poznyakoff2011-08-031-5/+5
* Remove useless includes.Sergey Poznyakoff2011-08-011-1/+0
* Use GDBM_FILE instead of gdbm_file_info *.Sergey Poznyakoff2011-08-011-8/+13
* Initial revisionJason Downs2008-11-211-0/+125