diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-11-24 22:31:19 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-11-24 22:31:19 +0000 |
| commit | 0b01db4dcf46244c9992b0efd6c552e175a6842b (patch) | |
| tree | 0611b386a65ef900489c3c14a59dfebe7611a4f4 /ChangeLog | |
| parent | 2824d712204409717398d6837a9d4ce7456aba1c (diff) | |
| download | ruby-0b01db4dcf46244c9992b0efd6c552e175a6842b.tar.gz ruby-0b01db4dcf46244c9992b0efd6c552e175a6842b.tar.xz ruby-0b01db4dcf46244c9992b0efd6c552e175a6842b.zip | |
* parse.y (primary): allow newlines just before right argument
parenthesis. (ruby-bugs:PR#1221)
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5016 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -1,3 +1,8 @@ +Tue Nov 25 07:31:16 2003 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * parse.y (primary): allow newlines just before right argument + parenthesis. (ruby-bugs:PR#1221) + Mon Nov 24 23:32:06 2003 Tanaka Akira <akr@m17n.org> * lib/open-uri.rb (OpenURI.open_loop, URI::HTTP#proxy_open): use @@ -99,7 +104,7 @@ Fri Nov 21 01:40:00 2003 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp> * configure.in: check <pthread.h> - * ruby.h: include pthread.h if existence. + * ruby.h: include pthread.h if existence. define is_ruby_native() macro when not HAVE_NATIVETHREAD * eval.c: undef is_ruby_native() function when not HAVE_NATIVETHREAD @@ -135,7 +140,7 @@ Thu Nov 20 17:50:58 2003 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp> Thu Nov 20 13:37:34 2003 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp> - * ruby.h: define is_ruby_native_thread() for no native thread + * ruby.h: define is_ruby_native_thread() for no native thread environment * eval.c: ditto |
