diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-05-01 21:45:48 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-05-01 21:45:48 +0000 |
| commit | 03c6c56fc2f40533ba5c4c6cb430ade5acb77540 (patch) | |
| tree | 6a735167ef9e4eb5cf7e8e6570e320dcc49bbd15 /ChangeLog | |
| parent | edf3ec2811732342f7b3540f17612add60bc3fd3 (diff) | |
| download | ruby-03c6c56fc2f40533ba5c4c6cb430ade5acb77540.tar.gz ruby-03c6c56fc2f40533ba5c4c6cb430ade5acb77540.tar.xz ruby-03c6c56fc2f40533ba5c4c6cb430ade5acb77540.zip | |
* error.c, parse.y, ruby.h (rb_compile_warn, rb_compile_warning): warn
for compilation. the parser should no longer use rb_warn() and
rb_warning(). [ruby-dev:30121]
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12238 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +Wed May 2 06:46:43 2007 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * error.c, parse.y, ruby.h (rb_compile_warn, rb_compile_warning): warn + for compilation. the parser should no longer use rb_warn() and + rb_warning(). [ruby-dev:30121] + Wed May 2 05:45:21 2007 Nobuyoshi Nakada <nobu@ruby-lang.org> * parse.y (assoc): result of assoc_new needs to be an assoc. |
