Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-06-21 | 50368: adjust ztie'd bitflags so local variables cannot mess with database | Bart Schaefer | 1 | -3/+3 | |
2021-09-08 | unposted: add/remove UNUSED() for some function parameters | Jun-ichi Takimoto | 1 | -1/+1 | |
2021-09-06 | 49196: gdbm keys not present in the database appear unset in tied hashes | Bart Schaefer | 1 | -0/+2 | |
2020-01-09 | 45269: Fix misspellings in completions and elsewhere. | Jens Schleusener | 1 | -1/+1 | |
2018-10-08 | 43616: Various parameter setting and display fixes. | Peter Stephenson | 1 | -1/+1 | |
Mostly to do with typeset -p and tied variables and their interaction. Some general tied variable fixes. | |||||
2018-07-31 | 43219 (except term{cap,info}.c): fix several memory leaks | Jun-ichi Takimoto | 1 | -1/+4 | |
2018-03-24 | unposted: add 'static' to a file-local variable | Jun-ichi Takimoto | 1 | -1/+1 | |
2017-07-03 | 41375: GDBM interface bug fixes | Sebastian Gniazdowski | 1 | -63/+93 | |
2017-05-28 | 41151: propagate flags when creating new parameter | Sebastian Gniazdowski | 1 | -1/+1 | |
2017-05-28 | 41153: finish module setup only after all error conditions have been checked | Sebastian Gniazdowski | 1 | -4/+4 | |
2017-05-24 | 41146: careul in GDBM freeing strings with embedded nulls | Sebastian Gniazdowski | 1 | -10/+29 | |
2017-05-24 | 40898: fix GDBM error handling | Sebastian Gniazdowski | 1 | -1/+2 | |
2017-02-17 | 40558, 40562: General improvements to zsh/db/gdbm module | Sebastian Gniazdowski | 1 | -71/+436 | |
2017-02-07 | 40507: Remove extraneous null creating GDBM records | Sebastian Gniazdowski | 1 | -6/+6 | |
2016-01-30 | 37838: use UNUSED() consistently | Jun-ichi Takimoto | 1 | -1/+1 | |
2015-10-26 | 36968: use addmodulefd() to tell the shell about the descriptor of the dbm file | Barton E. Schaefer | 1 | -2/+7 | |
2015-02-03 | 34455: Further gdbm parameter fixes. | Peter Stephenson | 1 | -12/+16 | |
Fix memory leak with name of parameter. Unset old parameter before opening db as it might close an existing db. | |||||
2015-02-02 | 34447: fix assignment of key-value array to ztie'd parameter. | Barton E. Schaefer | 1 | -5/+56 | |
Add gdbmhashsetfn() for this purpose. Erases and reorganizes the database before bulk assign. | |||||
2015-02-01 | 34446: add "ztie -r" and "zuntie -u", update documentation | Barton E. Schaefer | 1 | -12/+32 | |
2015-01-30 | 34439: unset variable about to be tied | Peter Stephenson | 1 | -2/+15 | |
2015-01-29 | 34430: parameter fixes for gdbm tied hash. | Peter Stephenson | 1 | -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. | |||||
2015-01-26 | Unsetting gdbm tied variable basically works. | Peter Stephenson | 1 | -1/+25 | |
Allows variables in nested scope. However, explicitly untying a variable doesn't properly expose the scope above. | |||||
2015-01-25 | 34350, 34353: document zsh/db/gdbm module, clean up a few things in the code | Barton E. Schaefer | 1 | -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. | |||||
2011-06-19 | 29491: remove some variables set but not used | Peter Stephenson | 1 | -6/+4 | |
2008-09-30 | 25777: argument to gdbmsetfn() | Peter Stephenson | 1 | -1/+1 | |
unposted: recognise ~[ in completion after : and = | |||||
2008-08-19 | 25490: make zties dynamic so there can be more than one gdbm handle in use ↵ | Clint Adams | 1 | -17/+33 | |
at a time. | |||||
2008-07-21 | 25322: fix printing of keys. | Clint Adams | 1 | -0/+1 | |
2008-07-21 | 25321: delete gdbm node when corresponding hash entry is unset. | Clint Adams | 1 | -1/+6 | |
2008-07-21 | 25320: fix read and write of elements by key. | Clint Adams | 1 | -16/+28 | |
2008-07-21 | 25319: fix zuntie, add -f option to ztie. | Clint Adams | 1 | -0/+240 | |