about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBarton E. Schaefer <schaefer@zsh.org>2016-01-04 22:50:48 -0800
committerBarton E. Schaefer <schaefer@zsh.org>2016-01-04 22:50:48 -0800
commitbc703e4ad1d4a68b0569eff1fa574dff6bda6440 (patch)
treeea89c0e1475784878771ab9a031e4d504dfcda75 /ChangeLog
parentead199291f0d217f436983261f543536ad433f67 (diff)
downloadzsh-bc703e4ad1d4a68b0569eff1fa574dff6bda6440.tar.gz
zsh-bc703e4ad1d4a68b0569eff1fa574dff6bda6440.tar.xz
zsh-bc703e4ad1d4a68b0569eff1fa574dff6bda6440.zip
37503: detect incompatible "print" options, fix metafication and possible memory leak, miscellaneous cosmetics
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 85e656658..e1192f131 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2016-01-04  Barton E. Schaefer  <schaefer@zsh.org>
 
+	* 37503: Src/builtin.c: detect incompatible "print" options, fix
+	metafication and possible memory leak, miscellaneous cosmetics
+
 	* Jun T. (+ revise test): 37501: Src/builtin.c, Test/B03print.ztst:
 	correct byte counts when simulating memstream via temp file