diff options
| author | yugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-08-01 09:38:50 +0000 |
|---|---|---|
| committer | yugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-08-01 09:38:50 +0000 |
| commit | c6a6e54f8f6240a6ed10610dff3f20181603c6b8 (patch) | |
| tree | d7ddf0f388f75f38c741a64e0313f33a04833708 /ChangeLog | |
| parent | 18950f4523271de3e2576252bb013cb1c835142f (diff) | |
| download | ruby-c6a6e54f8f6240a6ed10610dff3f20181603c6b8.tar.gz ruby-c6a6e54f8f6240a6ed10610dff3f20181603c6b8.tar.xz ruby-c6a6e54f8f6240a6ed10610dff3f20181603c6b8.zip | |
* parse.y (parser_yylex): removed an useless conditional, and magic
comment are ignored unless at the first of line.
* test/ruby/test_m17n.rb (test_magic_comment_vim): added.
* test/ruby/test_m17n.rb (test_magic_comment_at_variaous_positions):
added.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@18304 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +Fri Aug 01 18:27:15 2008 Yuki Sonoda (Yugui) <yugui@yugui.jp> + + * parse.y (parser_yylex): removed an useless conditional, and magic + comment are ignored unless at the first of line. + + * test/ruby/test_m17n.rb (test_magic_comment_vim): added. + + * test/ruby/test_m17n.rb (test_magic_comment_at_variaous_positions): + added. + Fri Aug 1 14:54:42 2008 Nobuyoshi Nakada <nobu@ruby-lang.org> * win32/win32.c (rb_w32_seekdir): no need to rewind to seek forward. |
