summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-07-31 14:03:34 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-07-31 14:03:34 +0000
commit27e60395d6952dcddd762567db1522254ff07607 (patch)
tree2d98551d5f2f3b6a5dd30405a2b2f276093ad62c /ChangeLog
parent7f190bdd307c5e54fd2c6bd84a97514b3139c06f (diff)
downloadruby-27e60395d6952dcddd762567db1522254ff07607.tar.gz
ruby-27e60395d6952dcddd762567db1522254ff07607.tar.xz
ruby-27e60395d6952dcddd762567db1522254ff07607.zip
* ext/etc/etc.c: revert getenv()'s prototype. use it only when _WIN32
is not defined. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4245 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ee2e88c66..47d21b57e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Thu Jul 31 23:02:47 2003 NAKAMURA Usaku <usa@ruby-lang.org>
+
+ * ext/etc/etc.c: revert getenv()'s prototype. use it only when _WIN32
+ is not defined.
+
Thu Jul 31 15:25:12 2003 NAKAMURA Usaku <usa@ruby-lang.org>
* array.c (rb_ary_collect): must get length of array for each