summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordavidflanagan <davidflanagan@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-10-25 05:08:08 +0000
committerdavidflanagan <davidflanagan@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-10-25 05:08:08 +0000
commit30649a7456621a1eda60bab806f91d5b35ce2e29 (patch)
treef4ddb6cdc7fcb40577dc94702c06f436888aec35 /ChangeLog
parent2875de61e626daa72b09bce0a1685862b6622dea (diff)
downloadruby-30649a7456621a1eda60bab806f91d5b35ce2e29.tar.gz
ruby-30649a7456621a1eda60bab806f91d5b35ce2e29.tar.xz
ruby-30649a7456621a1eda60bab806f91d5b35ce2e29.zip
* parse.y (parser_tokspace): increment tokidx
fixes test failure at [test/ruby/test_stringchar.rb:72] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@13773 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 cddf6a2ce..c9c93d93f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Thu Oct 25 13:59:53 2007 David Flanagan <davidflanagan@ruby-lang.org>
+ * parse.y (parser_tokspace): increment tokidx
+ fixes test failure at [test/ruby/test_stringchar.rb:72]
+
Thu Oct 25 09:49:49 2007 akira yamada <akira@ruby-lang.org>
* lib/uri.rb, lib/uri/ldaps.rb: added LDAPS