summaryrefslogtreecommitdiff
path: root/Src/Modules/db_gdbm.c
AgeCommit message (Expand)AuthorFilesLines
2022-06-2150368: adjust ztie'd bitflags so local variables cannot mess with databaseBart Schaefer1-3/+3
2021-09-08unposted: add/remove UNUSED() for some function parametersJun-ichi Takimoto1-1/+1
2021-09-0649196: gdbm keys not present in the database appear unset in tied hashesBart Schaefer1-0/+2
2020-01-0945269: Fix misspellings in completions and elsewhere.Jens Schleusener1-1/+1
2018-10-0843616: Various parameter setting and display fixes.Peter Stephenson1-1/+1
2018-07-3143219 (except term{cap,info}.c): fix several memory leaksJun-ichi Takimoto1-1/+4
2018-03-24unposted: add 'static' to a file-local variableJun-ichi Takimoto1-1/+1
2017-07-0341375: GDBM interface bug fixesSebastian Gniazdowski1-63/+93
2017-05-2841151: propagate flags when creating new parameterSebastian Gniazdowski1-1/+1
2017-05-2841153: finish module setup only after all error conditions have been checkedSebastian Gniazdowski1-4/+4
2017-05-2441146: careul in GDBM freeing strings with embedded nullsSebastian Gniazdowski1-10/+29
2017-05-2440898: fix GDBM error handlingSebastian Gniazdowski1-1/+2
2017-02-1740558, 40562: General improvements to zsh/db/gdbm moduleSebastian Gniazdowski1-71/+436
2017-02-0740507: Remove extraneous null creating GDBM recordsSebastian Gniazdowski1-6/+6
2016-01-3037838: use UNUSED() consistentlyJun-ichi Takimoto1-1/+1
2015-10-2636968: use addmodulefd() to tell the shell about the descriptor of the dbm fileBarton E. Schaefer1-2/+7
2015-02-0334455: Further gdbm parameter fixes.Peter Stephenson1-12/+16
2015-02-0234447: fix assignment of key-value array to ztie'd parameter.Barton E. Schaefer1-5/+56
2015-02-0134446: add "ztie -r" and "zuntie -u", update documentationBarton E. Schaefer1-12/+32
2015-01-3034439: unset variable about to be tiedPeter Stephenson1-2/+15
2015-01-2934430: parameter fixes for gdbm tied hash.Peter Stephenson1-6/+11
2015-01-26Unsetting gdbm tied variable basically works.Peter Stephenson1-1/+25
2015-01-2534350, 34353: document zsh/db/gdbm module, clean up a few things in the codeBarton E. Schaefer1-20/+29
2011-06-1929491: remove some variables set but not usedPeter Stephenson1-6/+4
2008-09-3025777: argument to gdbmsetfn()Peter Stephenson1-1/+1
2008-08-1925490: make zties dynamic so there can be more than one gdbm handle in use at...Clint Adams1-17/+33
2008-07-2125322: fix printing of keys.Clint Adams1-0/+1
2008-07-2125321: delete gdbm node when corresponding hash entry is unset.Clint Adams1-1/+6
2008-07-2125320: fix read and write of elements by key.Clint Adams1-16/+28
2008-07-2125319: fix zuntie, add -f option to ztie.Clint Adams1-0/+240