diff options
author | Barton E. Schaefer <schaefer@zsh.org> | 2015-09-17 21:44:14 -0700 |
---|---|---|
committer | Barton E. Schaefer <schaefer@zsh.org> | 2015-09-17 21:44:14 -0700 |
commit | 18130bed7fa032513261d426b8c3915cf11e20c1 (patch) | |
tree | 0ccb60829e871c2f8752b2931215f3b80c10cc1d /ChangeLog | |
parent | 9955bbdb9faeac388abec68c6b5b976bce27df92 (diff) | |
download | zsh-18130bed7fa032513261d426b8c3915cf11e20c1.tar.gz zsh-18130bed7fa032513261d426b8c3915cf11e20c1.tar.xz zsh-18130bed7fa032513261d426b8c3915cf11e20c1.zip |
36552 plus test: fix Nularg string in quotestring(QT_DOLLARS)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index d1143449a..6e02eae27 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2015-09-17 Barton E. Schaefer <schaefer@zsh.org> + + * unposted: Test/D04parameter.ztst: test for 36552 + + * 36552: Src/utils.c: fix Nularg string in quotestring(QT_DOLLARS) + 2015-09-14 Daniel Shahaf <d.s@daniel.shahaf.name> * unposted: Doc/Zsh/zle.yo README: docs: Typo fixes |