aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-11-29 05:11:49 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-11-29 05:11:49 +0000
commit3d245920080dcf9d2446a91b56c6e69e9738dc90 (patch)
tree09d1bb3f3e4a9c1827140d8c33e24a28e4f8cff3 /ChangeLog
parent53d06bb081ad2f180eb277f3e1dd62889ab61a31 (diff)
downloadruby-3d245920080dcf9d2446a91b56c6e69e9738dc90.tar.gz
* win32/win32.c (rb_w32_write_console): fixed indentation.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29966 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 134cb006eb..5ac2f91e92 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Mon Nov 29 14:10:55 2010 NAKAMURA Usaku <usa@ruby-lang.org>
+
+ * win32/win32.c (rb_w32_write_console): fixed indentation.
+
Sun Nov 28 22:13:39 2010 Koichi Sasada <ko1@atdot.net>
* thread_pthread.c (NATIVE_MUTEX_LOCK_DEBUG): move and use it.