summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-12-06 09:33:20 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-12-06 09:33:20 +0000
commit25d1c518bd3ae37f04e254fd7e8b0e9c236a59a8 (patch)
tree4cae1fb489fcbffd51fd9425688f7dda629d3f8b /ChangeLog
parentca3608096d23f4cd76ce3b8d07cd9f4bf8030c00 (diff)
* tool/make-snapshot (package): added RM and CP. [ruby-dev:37288]
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@20565 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 131cac680..7f43a7753 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Sat Dec 6 18:33:16 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * tool/make-snapshot (package): added RM and CP. [ruby-dev:37288]
+
Sat Dec 6 17:51:35 2008 Yuki Sonoda (Yugui) <yugui@yugui.jp>
* pack.c (pack_pack): 'u0' is not special differently from 'm0'.