summaryrefslogtreecommitdiff
path: root/libdb/db_delete.c
Commit message (Expand)AuthorAge
* Move manual page file name utilities to lib/Colin Watson2022-09-23
* Move some more declarations out of manconfig.hColin Watson2022-01-16
* Move appendstr out of manconfig.hColin Watson2022-01-16
* Move debug-related declarations out of manconfig.hColin Watson2022-01-16
* Pacify gcc -fanalyzer in dbdeleteColin Watson2022-01-02
* Simplify interface to container iterator macrosColin Watson2022-01-01
* Use MYDBM_FILE->name for error messagesColin Watson2019-08-23
* Port list_extensions to gl_listColin Watson2019-02-01
* Use (void *) 0 as a variadic sentinelColin Watson2018-12-24
* Clean up freeing of datum structuresColin Watson2015-04-08
* Stop storing the database handle in a global variableColin Watson2015-04-08
* * configure.ac: Stop checking for memory.h (not used) and limits.hColin Watson2008-01-07
* * gnulib/lib/asnprintf.c, gnulib/lib/asprintf.c,Colin Watson2007-10-20
* no need to test HAVE_UNISTD_H any moreColin Watson2007-10-16
* remove attempts at K&R compatibility; such systems are no longer supported by...Colin Watson2007-10-15
* many fixes to allow VPATH builds, including a separate Makefile.am for each m...Colin Watson2007-10-13
* The strappend function is in the namespace reserved by C99Colin Watson2007-10-08
* * libdb/db_btree.c (test_insert): Use debug function.Colin Watson2007-02-14
* * lib/debug.c: New file for debugging functions.Colin Watson2007-02-12
* * configure.ac (AM_GNU_GETTEXT_VERSION): Upgrade to gettext 0.15.Colin Watson2006-12-26
* * docs/COPYING, docs/COPYING.LIB: Update from www.gnu.org to pick upColin Watson2005-07-31
* * libdb/db_btree.c, libdb/db_delete.c, libdb/db_gdbm.c,Colin Watson2003-03-10
* Apply proper copyright and licence notices to all source files. There areColin Watson2002-10-23
* Allocate memory in list_extensions() rather than using a fixed-lengthColin Watson2002-09-03
* Fix database corruption when deleting part of a multi key.Colin Watson2002-09-03
* Using '.' as a name/extension separator in multi keys was a bad idea; use aColin Watson2002-06-24
* Make dbdelete() properly preserve the format of multi keys.Colin Watson2002-05-05
* Make case-(in)sensitivity work properly in database lookups by extendingColin Watson2002-04-30
* Pass through much of the code adding 'const' where appropriate. This shouldColin Watson2002-04-28
* Add a new name element to the database so that we can supportColin Watson2002-04-26
* Massive global style cleanup in src/*, and a couple of small documentationColin Watson2001-05-28
* Dispose of all the old catgets stuff. Replace with gettext idioms whereColin Watson2001-05-03
* Initial revisionColin Watson2001-04-26