aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2006-06-11 01:00:10 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2006-06-11 01:00:10 +0000
commit2059d39e981a884a7c03a933ababca2835773c1c (patch)
tree1c638dd9ad7e9bacfc98b128cdbb690736b43bba /ChangeLog
parent8ee8a3edcdcdcccd29aa1f8c771d0fbf77a35791 (diff)
downloadruby-2059d39e981a884a7c03a933ababca2835773c1c.tar.gz
* win32/win32.h (write): not need to define on bcc.
* ChangeLog: fixed typo :) git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@10251 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index cf07daed78..1a5326beca 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Sun Jun 11 09:56:41 2006 NAKAMURA Usaku <usa@ruby-lang.org>
+
+ * win32/win32.h (write): not need to define on bcc.
+
Sun Jun 11 08:30:33 2006 Nobuyoshi Nakada <nobu@ruby-lang.org>
* lib/optparse.rb (OptionParser#getopts): new methods.
@@ -8,7 +12,7 @@ Sun Jun 11 07:27:11 2006 NAKAMURA Usaku <usa@ruby-lang.org>
Sun Jun 11 04:38:20 2006 Nobuyoshi Nakada <nobu@ruby-lang.org>
- * object.c (sym_to_proc): imported Symbol#to_proc from ActiveSupprot.
+ * object.c (sym_to_proc): imported Symbol#to_proc from ActiveSupport.
Sat Jun 10 18:02:40 2006 Yukihiro Matsumoto <matz@ruby-lang.org>