summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authoreban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-11-24 16:11:53 +0000
committereban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-11-24 16:11:53 +0000
commita1250adef3d79e67cdbb9cc85d5c0493f1b59700 (patch)
treee7b3d278948e91566dabddcee1571ca47ccda94b /ChangeLog
parent0dcbeda434ef05f5725e176008fae05ad27ebcb9 (diff)
* dln.c: devert and add the MAXPATHLEN definition on mswin32/mingw32.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3083 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 68bd3aa7a7..52e79fbc7f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Mon Nov 25 01:08:40 2002 WATANABE Hirofumi <eban@ruby-lang.org>
+
+ * dln.c: devert and add the MAXPATHLEN definition on mswin32/mingw32.
+
Sun Nov 24 20:36:53 2002 WATANABE Hirofumi <eban@ruby-lang.org>
* dln.c: move the MAXPATHLEN definition in front.