summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2001-11-25 12:09:36 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2001-11-25 12:09:36 +0000
commit72abaf9c5d5117e774dabc7c86e40e8b8a47b15e (patch)
tree3834e82a79017dfc32b0befc9667778bc8d1bc9d /ChangeLog
parent0388085e065f0e21fe87dc0c9ccda128e171d1d1 (diff)
* parse.y (str_extend): change types of second and third arguments
from char to int. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@1857 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 46c71d77d9..c6757b2b72 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Sun Nov 25 21:03:43 2001 Usaku Nakamura <usa@ruby-lang.org>
+
+ * parse.y (str_extend): change types of second and third arguments
+ from char to int.
+
Fri Nov 23 03:13:49 2001 Usaku Nakamura <usa@ruby-lang.org>
* process.c (Init_process): enable getpid and getppid on NT.