From 230785ef92c999c99e167db1dba46a30fb02fa04 Mon Sep 17 00:00:00 2001 From: usa Date: Tue, 25 Nov 2003 12:44:26 +0000 Subject: * defines.h (ENV_IGNORECASE): should define when DOSISH without human68k. * hash.c (env_has_value, env_index): don't ignore case of value. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5029 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 9db278920..ffbd282a8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Tue Nov 25 21:41:35 2003 NAKAMURA Usaku + + * defines.h (ENV_IGNORECASE): should define when DOSISH without + human68k. + + * hash.c (env_has_value, env_index): don't ignore case of value. + Tue Nov 25 20:02:14 2003 Minero Aoki * test/fileutils/test_fileutils.rb: do test in more deep -- cgit