From 128b459e768c83a18fc7075f44c320b089893c46 Mon Sep 17 00:00:00 2001 From: aamine Date: Sun, 19 Sep 2004 18:48:29 +0000 Subject: * 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 --- ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 8a128ccb7..8451c7cb0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +Mon Sep 20 03:46:54 2004 Minero Aoki + + * 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 * ext/zlib/zlib.c (gzfile_read_raw): call readpartial at first. -- cgit