aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-10-19 06:04:10 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-10-19 06:04:10 +0000
commit55cc90b7e260d6fc5af71c07db48b676753ff195 (patch)
tree3c132065cb8081a53af540336165d279f6359f07 /ChangeLog
parent4aa1cfc2c3e196a9434e8415c680638d914b35e1 (diff)
downloadruby-55cc90b7e260d6fc5af71c07db48b676753ff195.tar.gz
* win32/Makefile.sub (enc/unicode/name2ctype.h): no need to create
directory if it already exists. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25400 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d9330d6de8..2142739b95 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Mon Oct 19 15:03:31 2009 NAKAMURA Usaku <usa@ruby-lang.org>
+
+ * win32/Makefile.sub (enc/unicode/name2ctype.h): no need to create
+ directory if it already exists.
+
Mon Oct 19 11:34:38 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
* .gdbinit (rb_ps): dump all threads and their callstacks. based