summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authoreban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-05-13 05:42:47 +0000
committereban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-05-13 05:42:47 +0000
commit6ed7cf2f1bc6c312fb8bfaf3cb5cf06412785b26 (patch)
treefe2fe71e0a5948b55c1667253de497d1f9ab7923 /ChangeLog
parent88cc3b3954760d5e2f826310bf021f8e88335eab (diff)
* djgpp/config.hin, djgpp/config.sed: catch up with the latest change.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2453 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index a39d5d8c22..4ea947dbb5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,6 @@
-Sat May 11 23:24:52 2002 Takaaki Tateishi <ttate@kt.jaist.ac.jp>
+Mon May 13 14:38:33 2002 WATANABE Hirofumi <eban@ruby-lang.org>
- * ext/dl: enable dl's stack emulation for constructing function call.
+ * djgpp/config.hin, djgpp/config.sed: catch up with the latest change.
Sun May 12 03:01:08 2002 WATANABE Hirofumi <eban@ruby-lang.org>
@@ -12,6 +12,10 @@ Sun May 12 03:01:08 2002 WATANABE Hirofumi <eban@ruby-lang.org>
* MANIFEST: add missing.h
+Sat May 11 23:24:52 2002 Takaaki Tateishi <ttate@kt.jaist.ac.jp>
+
+ * ext/dl: enable dl's stack emulation for constructing function call.
+
Sat May 11 10:52:09 2002 Nobuyoshi Nakada <nobu.nokada@softhome.net>
* dir.c (glob_helper): remove escaping backslashes.