summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-03-05 12:12:06 +0000
committereban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-03-05 12:12:06 +0000
commit6fda845565fdea11ee722fd2ef38a8259bdcf9b7 (patch)
tree92c7aa6ee571c0bdcf87bb6b338148754552eae0
parent57d709346defbf02825458edab0ef9d8dc881f4a (diff)
* ChangeLog: cleanups.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@3557 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index fa616aa2a5..d40ea8d35d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -12,6 +12,13 @@ Wed Feb 26 00:02:41 2003 Nobuyoshi Nakada <nobu.nokada@softhome.net>
* string.c (rb_str_dup): set FL_EXIVAR when copied generic ivar.
(ruby-bugs-ja:PR#400)
+Sun Feb 23 14:39:40 2003 WATANABE Hirofumi <eban@ruby-lang.org>
+
+ * intern.h (rb_define_private_method): duplicated.
+
+ * configure.in (__NO_ISOCEXT): need not to add this definition on
+ MinGW.
+
Sat Feb 22 02:45:20 2003 Yukihiro Matsumoto <matz@ruby-lang.org>
* eval.c (rb_thread_create): may called from place higher than
@@ -73,7 +80,6 @@ Sat Feb 8 04:04:13 2003 Akinori MUSHA <knu@iDaemons.org>
lib/shell/error.rb, lib/shell/filter.rb: Fix typos and
grammos. [approved by: keiju]
->>>>>>> 1.285.2.583
Mon Feb 3 23:46:48 2003 Yukihiro Matsumoto <matz@ruby-lang.org>
* io.c (argf_getline): should not increment lineno at EOF.