From de860552ebd973fe15d2b26acc13072f84688dca Mon Sep 17 00:00:00 2001 From: matz Date: Wed, 15 Oct 2003 02:27:56 +0000 Subject: * marshal.c (w_object): dump extended modules as well. * marshal.c (r_object0): TYPE_USRMARSHAL should restore extended modules before invoking marshal_load. these two fixes are done by Masatoshi Seki . * parse.y (yylex): argument parentheses preceded by spaces should be warned; not error. [ruby-talk:84103] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4774 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index cfc3398b6..45b5460f2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Wed Oct 15 11:23:05 2003 Yukihiro Matsumoto + + * marshal.c (w_object): dump extended modules as well. + + * marshal.c (r_object0): TYPE_USRMARSHAL should restore extended + modules before invoking marshal_load. these two fixes are done + by Masatoshi Seki . + Wed Oct 15 09:30:34 2003 NAKAMURA Usaku * ext/enumerator/enumerator.c (enumerator_each): avoid VC++ warning. @@ -45,6 +53,11 @@ Wed Oct 15 03:53:20 2003 Hidetoshi NAGAI * ext/tk/lib/tk.rb: fixed trouble on auto-load Tcl commands (enbug on the last commit). +Wed Oct 15 00:25:00 2003 Yukihiro Matsumoto + + * parse.y (yylex): argument parentheses preceded by spaces should + be warned; not error. [ruby-talk:84103] + Wed Oct 15 00:20:15 2003 Hidetoshi NAGAI * ext/tcltklib/tcltklib.c: replace Tcl/Tk's vwait and tkwait to -- cgit