summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorduerst <duerst@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-01-15 05:28:29 +0000
committerduerst <duerst@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-01-15 05:28:29 +0000
commit0149e4515da3ef6508e9ecca7f422c029f1b9c22 (patch)
treefd5f50511d9f3a1e2211f1b78ac32340d2e20cbb /ChangeLog
parent1fc5fb2b7bc627780c65f88efb81d4da4a35ce24 (diff)
* LEGAL: Added information for missing/langinfo.c
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21521 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 c46f1d4ad1..a760fa5a33 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Thu Jan 15 14:27:27 2009 Martin Duerst <duerst@it.aoyama.ac.jp>
+
+ * LEGAL: Added information for missing/langinfo.c
+
Thu Jan 15 14:17:57 2009 Yukihiro Matsumoto <matz@ruby-lang.org>
* parse.y (stmt): explicit error for "Object::Far += foo 1" just