about summary refs log tree commit diff
path: root/Src/Modules/db_gdbm.c
Commit message (Expand)AuthorAgeFilesLines
* 50368: adjust ztie'd bitflags so local variables cannot mess with databaseBart Schaefer2022-06-211-3/+3
* unposted: add/remove UNUSED() for some function parametersJun-ichi Takimoto2021-09-081-1/+1
* 49196: gdbm keys not present in the database appear unset in tied hashesBart Schaefer2021-09-061-0/+2
* 45269: Fix misspellings in completions and elsewhere.Jens Schleusener2020-01-091-1/+1
* 43616: Various parameter setting and display fixes.Peter Stephenson2018-10-081-1/+1
* 43219 (except term{cap,info}.c): fix several memory leaksJun-ichi Takimoto2018-07-311-1/+4
* unposted: add 'static' to a file-local variableJun-ichi Takimoto2018-03-241-1/+1
* 41375: GDBM interface bug fixesSebastian Gniazdowski2017-07-031-63/+93
* 41151: propagate flags when creating new parameterSebastian Gniazdowski2017-05-281-1/+1
* 41153: finish module setup only after all error conditions have been checkedSebastian Gniazdowski2017-05-281-4/+4
* 41146: careul in GDBM freeing strings with embedded nullsSebastian Gniazdowski2017-05-241-10/+29
* 40898: fix GDBM error handlingSebastian Gniazdowski2017-05-241-1/+2
* 40558, 40562: General improvements to zsh/db/gdbm moduleSebastian Gniazdowski2017-02-171-71/+436
* 40507: Remove extraneous null creating GDBM recordsSebastian Gniazdowski2017-02-071-6/+6
* 37838: use UNUSED() consistentlyJun-ichi Takimoto2016-01-301-1/+1
* 36968: use addmodulefd() to tell the shell about the descriptor of the dbm fileBarton E. Schaefer2015-10-261-2/+7
* 34455: Further gdbm parameter fixes.Peter Stephenson2015-02-031-12/+16
* 34447: fix assignment of key-value array to ztie'd parameter.Barton E. Schaefer2015-02-021-5/+56
* 34446: add "ztie -r" and "zuntie -u", update documentationBarton E. Schaefer2015-02-011-12/+32
* 34439: unset variable about to be tiedPeter Stephenson2015-01-301-2/+15
* 34430: parameter fixes for gdbm tied hash.Peter Stephenson2015-01-291-6/+11
* Unsetting gdbm tied variable basically works.Peter Stephenson2015-01-261-1/+25
* 34350, 34353: document zsh/db/gdbm module, clean up a few things in the codeBarton E. Schaefer2015-01-251-20/+29
* 29491: remove some variables set but not usedPeter Stephenson2011-06-191-6/+4
* 25777: argument to gdbmsetfn()Peter Stephenson2008-09-301-1/+1
* 25490: make zties dynamic so there can be more than one gdbm handle in use at...Clint Adams2008-08-191-17/+33
* 25322: fix printing of keys.Clint Adams2008-07-211-0/+1
* 25321: delete gdbm node when corresponding hash entry is unset.Clint Adams2008-07-211-1/+6
* 25320: fix read and write of elements by key.Clint Adams2008-07-211-16/+28
* 25319: fix zuntie, add -f option to ztie.Clint Adams2008-07-211-0/+240