summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2010-10-07 16:47:00 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2010-10-07 16:47:00 +0000
commit156a28953b82e4ac7027b0fe0eae95e27f28a46f (patch)
tree372d8386e992985aecbb72361f21c03c26a4fb68
parent92c826555de9f20dafc6ec10638740d6e6fbf9aa (diff)
downloadzsh-156a28953b82e4ac7027b0fe0eae95e27f28a46f.tar.gz
zsh-156a28953b82e4ac7027b0fe0eae95e27f28a46f.zip
28326: Fix numbering
-rw-r--r--ChangeLog13
1 files changed, 6 insertions, 7 deletions
diff --git a/ChangeLog b/ChangeLog
index d62931754..3defadc04 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,11 +1,10 @@
2010-10-06 Peter Stephenson <pws@csr.com>
- * <To be posted when mailing list comes back>: Src/hist.c,
- Test/D04parameter.ztst: Problems with HIST_LEX_WORDS: memory
- allocation was screwed if we skipped "words" from the lexer;
- use local heap to avoid silly amounts of memory; fallback
- to non-lex on failure rather than just fixing up at the end;
- workaround oddity with splitting with RC_QUOTES.
+ * 28326: Src/hist.c, Test/D04parameter.ztst: Problems with
+ HIST_LEX_WORDS: memory allocation was screwed if we skipped
+ "words" from the lexer; use local heap to avoid silly amounts of
+ memory; fallback to non-lex on failure rather than just fixing
+ up at the end; workaround oddity with splitting with RC_QUOTES.
* 28319: Src/hist.c, Test/D04parameter.ztst: ${(z)...}
splitting oddities and some tests for consistency.
@@ -13710,5 +13709,5 @@
*****************************************************
* This is used by the shell to define $ZSH_PATCHLEVEL
-* $Revision: 1.5096 $
+* $Revision: 1.5097 $
*****************************************************