summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-11-25 12:45:55 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-11-25 12:45:55 +0000
commit8408fc1585e8f83fca46cba203213295c56c7c2c (patch)
tree46fe5f7cc7648b1603008d629993a2822c78c6ff
parent2a9719235d9cc7b0ac402c6b2a33e07a481fe2ff (diff)
add reference to ruby-dev.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5030 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-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>