Peter Stephenson
|
1a7473cbc1
|
34455: Further gdbm parameter fixes.
Fix memory leak with name of parameter.
Unset old parameter before opening db as it might close an existing
db.
|
2015-02-03 10:31:03 +00:00 |
|
Barton E. Schaefer
|
1254538a41
|
34447: fix assignment of key-value array to ztie'd parameter.
Add gdbmhashsetfn() for this purpose. Erases and reorganizes the database
before bulk assign.
|
2015-02-02 09:46:08 -08:00 |
|
Barton E. Schaefer
|
3ae6fb965f
|
34446: add "ztie -r" and "zuntie -u", update documentation
|
2015-02-01 14:01:53 -08:00 |
|
Peter Stephenson
|
ce211bb8d1
|
34439: unset variable about to be tied
|
2015-01-30 20:03:02 +00:00 |
|
Peter Stephenson
|
bc8491c3dc
|
34430: parameter fixes for gdbm tied hash.
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-29 21:05:17 +00:00 |
|
Peter Stephenson
|
5136628599
|
Unsetting gdbm tied variable basically works.
Allows variables in nested scope.
However, explicitly untying a variable doesn't properly expose
the scope above.
|
2015-01-26 18:10:39 +00:00 |
|
Barton E. Schaefer
|
2fa11b7c54
|
34350, 34353: document zsh/db/gdbm module, clean up a few things in the code
Still core dumps at this revision if the tied parameter is forced to be a local and is not untied before end of scope.
|
2015-01-25 11:34:26 -08:00 |
|
Peter Stephenson
|
962624e8c3
|
29491: remove some variables set but not used
|
2011-06-19 16:26:10 +00:00 |
|
Peter Stephenson
|
7e9f42526d
|
25777: argument to gdbmsetfn()
unposted: recognise ~[ in completion after : and =
|
2008-09-30 08:59:11 +00:00 |
|
Clint Adams
|
0d07bf44e7
|
25490: make zties dynamic so there can be more than one gdbm handle in use at a time.
|
2008-08-19 12:01:13 +00:00 |
|
Clint Adams
|
2d2d341161
|
25322: fix printing of keys.
|
2008-07-21 02:34:06 +00:00 |
|
Clint Adams
|
8954f31c7c
|
25321: delete gdbm node when corresponding hash entry is unset.
|
2008-07-21 02:24:03 +00:00 |
|
Clint Adams
|
fdf4449338
|
25320: fix read and write of elements by key.
|
2008-07-21 01:47:59 +00:00 |
|
Clint Adams
|
9f42d3211e
|
25319: fix zuntie, add -f option to ztie.
|
2008-07-21 00:55:15 +00:00 |
|