From 4f459fd24aa2bc2e8bc4d6523f0856bd1b10c131 Mon Sep 17 00:00:00 2001 From: nobu Date: Mon, 31 Dec 2001 05:26:24 +0000 Subject: * parse.y (yycompile): always store copy of filename. * parse.y (rb_compile_file): no longer need to strdup() here. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@1952 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 28a34d57a..a2fc36721 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Mon Dec 31 14:20:46 2001 Nobuyoshi Nakada + + * parse.y (yycompile): always store copy of filename. + + * parse.y (rb_compile_file): no longer need to strdup() here. + Mon Dec 31 04:27:28 2001 Minero Aoki * lib/net/protocol.rb: Protocol#start returns the return value of -- cgit