about summary refs log tree commit diff
path: root/Src/Modules/db_gdbm.c
Commit message (Collapse)AuthorAgeFilesLines
* 34455: Further gdbm parameter fixes.Peter Stephenson2015-02-031-12/+16
| | | | | | | Fix memory leak with name of parameter. Unset old parameter before opening db as it might close an existing db.
* 34447: fix assignment of key-value array to ztie'd parameter.Barton E. Schaefer2015-02-021-5/+56
| | | | | Add gdbmhashsetfn() for this purpose. Erases and reorganizes the database before bulk assign.
* 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
| | | | | | | | Probably fix the issue with correct parameter hiding or not hiding. A little extra safety checking. Possibly fixed a memory leak with untying.
* Unsetting gdbm tied variable basically works.Peter Stephenson2015-01-261-1/+25
| | | | | | | Allows variables in nested scope. However, explicitly untying a variable doesn't properly expose the scope above.
* 34350, 34353: document zsh/db/gdbm module, clean up a few things in the codeBarton E. Schaefer2015-01-251-20/+29
| | | | Still core dumps at this revision if the tied parameter is forced to be a local and is not untied before end of scope.
* 29491: remove some variables set but not usedPeter Stephenson2011-06-191-6/+4
|
* 25777: argument to gdbmsetfn()Peter Stephenson2008-09-301-1/+1
| | | | unposted: recognise ~[ in completion after : and =
* 25490: make zties dynamic so there can be more than one gdbm handle in use ↵Clint Adams2008-08-191-17/+33
| | | | at a time.
* 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