diff options
| author | aamine <aamine@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-09-19 18:48:29 +0000 |
|---|---|---|
| committer | aamine <aamine@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-09-19 18:48:29 +0000 |
| commit | 128b459e768c83a18fc7075f44c320b089893c46 (patch) | |
| tree | db69adc6e49ab76aba51a7cb4cf76f74f3784039 /ChangeLog | |
| parent | 9c049381fd55ff6e4ebec3728cd49c6163b8a12d (diff) | |
| download | ruby-128b459e768c83a18fc7075f44c320b089893c46.tar.gz ruby-128b459e768c83a18fc7075f44c320b089893c46.tar.xz ruby-128b459e768c83a18fc7075f44c320b089893c46.zip | |
* parse.y [ripper]: spaces before heredoc marker was lost.
* keywords: rb_reserved_word() should be defined only in ruby core.
* lex.c: sync with keywords.
* ext/ripper/ripper.rb.in (parse): fix typo.
* ext/ripper/lib/ripper.rb: sync with ripper.rb.in.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6924 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,3 +1,16 @@ +Mon Sep 20 03:46:54 2004 Minero Aoki <aamine@loveruby.net> + + * parse.y [ripper]: spaces before heredoc marker was lost. + + * keywords: rb_reserved_word() should be defined only in ruby + core. + + * lex.c: sync with keywords. + + * ext/ripper/ripper.rb.in (parse): fix typo. + + * ext/ripper/lib/ripper.rb: sync with ripper.rb.in. + Mon Sep 20 03:37:59 2004 Tanaka Akira <akr@m17n.org> * ext/zlib/zlib.c (gzfile_read_raw): call readpartial at first. |
