From 05da831a43a10b22355484e0e69f58bbf8367753 Mon Sep 17 00:00:00 2001 From: nobu Date: Sat, 14 May 2005 02:48:07 +0000 Subject: * intern.h (ruby_pragma): prototype. [ruby-core:04881] * parse.y (parser_pragma): parse Emacsen hack. * parse.y (parser_prepare): deal with specific syntax at the top. * ruby.c (load_file): read the first line iff it started with shebang. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8453 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 5de65c802..e8f32574a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +Sat May 14 11:47:57 2005 Nobuyoshi Nakada + + * intern.h (ruby_pragma): prototype. [ruby-core:04881] + + * parse.y (parser_pragma): parse Emacsen hack. + + * parse.y (parser_prepare): deal with specific syntax at the top. + + * ruby.c (load_file): read the first line iff it started with shebang. + Fri May 13 23:44:22 2005 Nobuyoshi Nakada * ext/extmk.rb: keep srcdir unexpanded. -- cgit