about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBarton E. Schaefer <schaefer@zsh.org>2015-01-24 09:42:20 -0800
committerBarton E. Schaefer <schaefer@zsh.org>2015-01-25 11:34:26 -0800
commit2fa11b7c54d766d6987fb5c0008f8209e6a2529f (patch)
tree178c4c39a89806174ffc49c6190881fcbd15a463 /ChangeLog
parentf7a2fba5342a3cf8c2590111a0a296acd8c8a211 (diff)
downloadzsh-2fa11b7c54d766d6987fb5c0008f8209e6a2529f.tar.gz
zsh-2fa11b7c54d766d6987fb5c0008f8209e6a2529f.tar.xz
zsh-2fa11b7c54d766d6987fb5c0008f8209e6a2529f.zip
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5b3cbdf9f..96268c795 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -38,6 +38,13 @@
 	* 34368: Completion/Zsh/Command/_zstyle: _zstyle vcs_info
 	completion: Add missing styles
 
+2015-01-24  Barton E. Schaefer  <schaefer@zsh.org>
+
+	* 34350, 34353: Doc/Makefile.in, Doc/Zsh/mod_db_gdbm.yo,
+	Src/Modules/db_gdbm.c: document zsh/db/gdbm module, clean up a few
+	things in the code.  Still core dumps if the tied parameter is
+	forced to be a local and is not untied before end of scope.
+
 2015-01-23  Jun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp>
 
 	* 34335: _yum: fix bugs in _yum_all_pkgs