summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authoreban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-01-19 16:33:30 +0000
committereban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-01-19 16:33:30 +0000
commit6bedcf2599de5822315ea127148b92de25137a83 (patch)
tree6468681866a8f3760870cf6e8ef7eb07c0e0200e /ChangeLog
parent19365eb157f0205b5493c6a557c683b020b0e654 (diff)
* io.c (lineno): typo fix(FIX2INT -> INT2FIX).
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@5507 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 f61052e165..a2038c1a67 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Tue Jan 20 01:31:36 2004 WATANABE Hirofumi <eban@ruby-lang.org>
+
+ * io.c (lineno): typo fix(FIX2INT -> INT2FIX).
+
Mon Jan 19 21:53:38 2004 akira yamada <akira@ruby-lang.org>
* io.c, re.c, string.c, time.c: fixed up positions of RDocs.