summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-08-30 09:16:38 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-08-30 09:16:38 +0000
commit55aeddf753fe3aab433a6a945d60a0ceeae446d3 (patch)
tree5500a569299331828081bbb57b3ab6f3ecc0502f /ChangeLog
parent36a36b4944e39093913ad1818c31adc78defb740 (diff)
downloadruby-55aeddf753fe3aab433a6a945d60a0ceeae446d3.tar.gz
ruby-55aeddf753fe3aab433a6a945d60a0ceeae446d3.tar.xz
ruby-55aeddf753fe3aab433a6a945d60a0ceeae446d3.zip
* parse.y (token_info_get_column, token_info_has_nonspaces),
(token_info_push, token_info_pop): constified. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@18947 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 65ace8d39..a7a9cfd02 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Sat Aug 30 18:16:32 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * parse.y (token_info_get_column, token_info_has_nonspaces),
+ (token_info_push, token_info_pop): constified.
+
Sat Aug 30 15:43:03 2008 Yukihiro Matsumoto <matz@ruby-lang.org>
* ext/openssl/ossl_config.c (Init_ossl_config): memory leak fixed.