From bbda79cb58b561d652cf0085e03af832a2b8b5ed Mon Sep 17 00:00:00 2001 From: usa Date: Thu, 19 Jun 2003 04:21:25 +0000 Subject: * hash.c (env_delete, rb_f_getenv, env_fetch): case insensitive to access environment variables on DOSISH platforms. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@3961 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index ee8b9bc06..e3ad0319b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Thu Jun 19 13:13:10 2003 NAKAMURA Usaku + + * hash.c (env_delete, rb_f_getenv, env_fetch): case insensitive to + access environment variables on DOSISH platforms. + Wed Jun 18 23:41:27 2003 Marc Cartright * ext/zlib/zlib.c (zstream_run): In a particular situation, -- cgit