summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index ffbd282a80..c42e388b70 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,10 @@
Tue Nov 25 21:41:35 2003 NAKAMURA Usaku <usa@ruby-lang.org>
* defines.h (ENV_IGNORECASE): should define when DOSISH without
- human68k.
+ human68k. [ruby-dev:22047]
* hash.c (env_has_value, env_index): don't ignore case of value.
+ [ruby-dev:22048]
Tue Nov 25 20:02:14 2003 Minero Aoki <aamine@loveruby.net>