diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-08-30 09:16:38 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-08-30 09:16:38 +0000 |
| commit | 55aeddf753fe3aab433a6a945d60a0ceeae446d3 (patch) | |
| tree | 5500a569299331828081bbb57b3ab6f3ecc0502f /ChangeLog | |
| parent | 36a36b4944e39093913ad1818c31adc78defb740 (diff) | |
| download | ruby-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-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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. |
