diff options
author | Oliver Kiddle <opk@users.sourceforge.net> | 2003-05-30 12:35:59 +0000 |
---|---|---|
committer | Oliver Kiddle <opk@users.sourceforge.net> | 2003-05-30 12:35:59 +0000 |
commit | cba898f217ac837a2b8da9f40e6c754d3898eb46 (patch) | |
tree | a4caedda138948bec69af3b1d2388ae96a6d9088 /ChangeLog | |
parent | 5e22d7ee424dc58de4049a9ad65b50ec4728c206 (diff) | |
download | zsh-cba898f217ac837a2b8da9f40e6c754d3898eb46.tar.gz zsh-cba898f217ac837a2b8da9f40e6c754d3898eb46.tar.xz zsh-cba898f217ac837a2b8da9f40e6c754d3898eb46.zip |
18587: fix bug where only the beginning of the association key was compared
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 380d65cd9..dbee8f201 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-05-30 Oliver Kiddle <opk@zsh.org> + + * 18587: Src/Modules/langinfo.c: fix bug where only the beginning + of the association key was compared so MON_10 would match MON_1 + 2003-05-28 Peter Stephenson <pws@csr.com> * unposted: Config/version.mk, Completion/Unix/Command/.distfiles, |