about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2010-10-06 13:07:43 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2010-10-06 13:07:43 +0000
commit92c826555de9f20dafc6ec10638740d6e6fbf9aa (patch)
treef86aa1248efc144f75944d4d5f48e196a73120c8 /ChangeLog
parent8aac69241f5882e379509b3688c2f8e78cc71171 (diff)
downloadzsh-92c826555de9f20dafc6ec10638740d6e6fbf9aa.tar.gz
zsh-92c826555de9f20dafc6ec10638740d6e6fbf9aa.tar.xz
zsh-92c826555de9f20dafc6ec10638740d6e6fbf9aa.zip
not yet posted: fix some more HIST_LEX_WORDS anomalies
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 3a026c313..d62931754 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
 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.
+
 	* 28319: Src/hist.c, Test/D04parameter.ztst: ${(z)...}
 	splitting oddities and some tests for consistency.
 
@@ -13703,5 +13710,5 @@
 
 *****************************************************
 * This is used by the shell to define $ZSH_PATCHLEVEL
-* $Revision: 1.5095 $
+* $Revision: 1.5096 $
 *****************************************************