summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authoraamine <aamine@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-07-17 21:49:40 +0000
committeraamine <aamine@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-07-17 21:49:40 +0000
commit55a65fd4e99c0f83f66aeb1ee9f8aef463e92fd2 (patch)
treec9d3b9ec48b5d2cb792dcc98ec8a7b2f8ce45a03 /ChangeLog
parent141d0c380f87dc738c472d691af3879d49ecb636 (diff)
* parse.y (yylex): fix typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2648 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 d222a907c5..9fd5895bb8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,10 @@
+Thu Jul 18 06:51:24 2002 Minero Aoki <aamine@loveruby.net>
+
+ * parse.y (yylex): fix typo.
+
Mon Jul 15 10:35:35 2002 Minero Aoki <aamine@loveruby.net>
- * parse.y (heredoc_identifier): modify typo.
+ * parse.y (heredoc_identifier): fix typo.
Sat Jul 13 09:30:04 2002 Nobuyoshi Nakada <nobu.nokada@softhome.net>