about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorWayne Davison <wayned@users.sourceforge.net>2005-11-30 16:52:21 +0000
committerWayne Davison <wayned@users.sourceforge.net>2005-11-30 16:52:21 +0000
commit3bd51758efc701d0b78e08744478fcdeab3c632e (patch)
tree0fa7d86f113a64fb45248c9957cee8e8cea60dfe /ChangeLog
parent37e08571a462e22e9f9b4670d9475885658fe44c (diff)
downloadzsh-3bd51758efc701d0b78e08744478fcdeab3c632e.tar.gz
zsh-3bd51758efc701d0b78e08744478fcdeab3c632e.tar.xz
zsh-3bd51758efc701d0b78e08744478fcdeab3c632e.zip
An arg fix for the new parsedigit() function in zle_misc.c.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a92bf9b60..aa6b64b66 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2005-11-30  Wayne Davison  <wayned@users.sourceforge.net>
 
+	* unposted: Src/Zle/zle_misc.c: fixed parsedigit() to have
+	it use its arg instead of "lastchar".
+
 	* unposted: configure.ac: changed the hard-wired "grep -E"
 	into $EGREP (which is defined by AC_PROG_EGREP).