diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 8070213f1..eebd29b6a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,12 @@ 2008-04-26 Peter Stephenson <p.w.stephenson@ntlworld.com> + * unposted because everyone's seen enough of my mistakes: + Src/pattern.c, Src/Zle/zle_hist.c: with pattern matching the + end position of the match wasn't calculated; we used the + length of the uncompiled pattern which often had nothing + to do with it. This made the position on forward pattern + searching wrong. + * 24881: Src/Zle/zle_hist.c: we kept feeping on an invalid pattern; once is quite enough. |