summaryrefslogtreecommitdiffstats
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
commitcb0066c0521d3cc7f3a6e917a085f3326ac5a8ff (patch)
treec9d3b9ec48b5d2cb792dcc98ec8a7b2f8ce45a03 /ChangeLog
parent1419a57887987279bf33fc18cd394efa877d69c5 (diff)
* parse.y (yylex): fix typo.
git-svn-id: http://svn.ruby-lang.org/repos/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 d222a907c..9fd5895bb 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>