summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-10-24 08:09:40 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-10-24 08:09:40 +0000
commitc734976bf2e3a54cb2d894f6c0765201fb04069c (patch)
treeb958c03bf714b0995a1c31892d616a7c65859b20 /ChangeLog
parent523f8308ea3446d6c40965446abf9f53ea862d6f (diff)
downloadruby-c734976bf2e3a54cb2d894f6c0765201fb04069c.tar.gz
ruby-c734976bf2e3a54cb2d894f6c0765201fb04069c.tar.xz
ruby-c734976bf2e3a54cb2d894f6c0765201fb04069c.zip
* parse.y (parser_tokspace): make space in token buffer.
* parse.y (parser_yylex): fix encoding of single character literal. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@13766 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4f8312e80..9b2727538 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Wed Oct 24 17:09:39 2007 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * parse.y (parser_tokspace): make space in token buffer.
+
+ * parse.y (parser_yylex): fix encoding of single character literal.
+
Tue Oct 23 13:44:14 2007 Nobuyoshi Nakada <nobu@ruby-lang.org>
* parse.y (call_args2): nd_head of NODE_BLOCK_PASS should be a list.