ruby-changes:25558
From: duerst <ko1@a...>
Date: Sun, 11 Nov 2012 08:49:35 +0900 (JST)
Subject: [ruby-changes:25558] duerst:r37615 (trunk): ruby.c: removed a comma before "before"
duerst 2012-11-11 08:47:45 +0900 (Sun, 11 Nov 2012) New Revision: 37615 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=37615 Log: ruby.c: removed a comma before "before" (at Tamatsukuri Hot Spring (Onsen Hackathon)) Modified files: trunk/ChangeLog trunk/ruby.c Index: ChangeLog =================================================================== --- ChangeLog (revision 37614) +++ ChangeLog (revision 37615) @@ -1,3 +1,7 @@ +Sun Nov 11 08:45:45 2012 Martin Duerst <duerst@i...> + + * ruby.c: removed a comma before "before" + Sat Nov 10 23:02:31 2012 Narihiro Nakamura <authornari@g...> * gc.c: move immutable fields from struct heaps_slot and struct Index: ruby.c =================================================================== --- ruby.c (revision 37614) +++ ruby.c (revision 37615) @@ -150,7 +150,7 @@ M("-0[octal]", "", "specify record separator (\\0, if no argument)"), M("-a", "", "autosplit mode with -n or -p (splits $_ into $F)"), M("-c", "", "check syntax only"), - M("-Cdirectory", "", "cd to directory, before executing your script"), + M("-Cdirectory", "", "cd to directory before executing your script"), M("-d", ", --debug", "set debugging flags (set $DEBUG to true)"), M("-e 'command'", "", "one line of script. Several -e's allowed. Omit [programfile]"), M("-Eex[:in]", ", --encoding=ex[:in]", "specify the default external and internal character encodings"), -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/