summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authoreban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-07-29 07:08:04 +0000
committereban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-07-29 07:08:04 +0000
commit706536ff0f0ea0ec21ea9507523f83aca78918bd (patch)
treeb5941665c823546fcb1dc5a4a7e2fc83d6f86239 /ChangeLog
parent49ad283b972b7e18436bd56465130b5d90fcedb6 (diff)
* instruby.rb (install): preserve the timestamp for Mac OS X ranlib problem.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4204 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 9 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index c10b3500f4..7329856f6f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,11 +1,16 @@
+Tue Jul 29 15:41:02 2003 WATANABE Hirofumi <eban@ruby-lang.org>
+
+ * instruby.rb (install): preserve the timestamp for Mac OS X ranlib
+ problem.
+
Tue Jul 29 12:22:28 2003 why the lucky stiff <ruby-cvs@whytheluckystiff.net>
- * ext/syck/token.c: prefixed many constants and definitions with YAML_ to
- avoid name clash.
+ * ext/syck/token.c: prefixed many constants and definitions
+ with YAML_ to avoid name clash.
- * ext/syck/gram.c: ditto.
+ * ext/syck/gram.c: ditto.
- * ext/syck/gram.h: ditto.
+ * ext/syck/gram.h: ditto.
Tue Jul 29 12:15:37 2003 NAKAMURA Usaku <usa@ruby-lang.org>