From 4eff72b9891159bfb58d82d26869adfeaa37f6a5 Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 13 Feb 2003 03:02:19 +0000 Subject: * ruby.c (proc_options): script argument is in effect only when -e is not given. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@3491 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index fa52ef190..bf185500a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,10 @@ -Thu Feb 13 09:58:12 2003 Nobuyoshi Nakada +Thu Feb 13 11:54:50 2003 Nobuyoshi Nakada * ruby.c (ruby_init_loadpath): ensures buffer terminated before use strncpy(). * ruby.c (proc_options): avoid SEGV at -S with no arguments. + script argument is in effect only when -e is not given. (ruby-bugs-ja:PR#391) Thu Feb 13 01:30:10 2003 Nobuyoshi Nakada -- cgit