ruby-changes:13740
From: yugui <ko1@a...>
Date: Wed, 28 Oct 2009 23:15:06 +0900 (JST)
Subject: [ruby-changes:13740] Ruby:r25533 (ruby_1_9_1): merges r24553 from trunk into ruby_1_9_1.
yugui 2009-10-28 23:14:51 +0900 (Wed, 28 Oct 2009) New Revision: 25533 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=25533 Log: merges r24553 from trunk into ruby_1_9_1. -- * lib/csv.rb: Change magic comment to US-ASCII in order to make literals as US-ASCII. Modified files: branches/ruby_1_9_1/ChangeLog branches/ruby_1_9_1/lib/csv.rb branches/ruby_1_9_1/version.h Index: ruby_1_9_1/ChangeLog =================================================================== --- ruby_1_9_1/ChangeLog (revision 25532) +++ ruby_1_9_1/ChangeLog (revision 25533) @@ -1,3 +1,8 @@ +Sun Aug 16 15:25:26 2009 NARUSE, Yui <naruse@r...> + + * lib/csv.rb: Change magic comment to US-ASCII in order to + make literals as US-ASCII. + Sun Aug 16 10:45:10 2009 Nobuyoshi Nakada <nobu@r...> * regparse.c (parse_char_class, parse_exp, parse_branch), Index: ruby_1_9_1/lib/csv.rb =================================================================== --- ruby_1_9_1/lib/csv.rb (revision 25532) +++ ruby_1_9_1/lib/csv.rb (revision 25533) @@ -1,5 +1,4 @@ -#!/usr/bin/env ruby -w -# encoding: UTF-8 +# encoding: US-ASCII # = csv.rb -- CSV Reading and Writing # # Created by James Edward Gray II on 2005-10-31. Index: ruby_1_9_1/version.h =================================================================== --- ruby_1_9_1/version.h (revision 25532) +++ ruby_1_9_1/version.h (revision 25533) @@ -1,5 +1,5 @@ #define RUBY_VERSION "1.9.1" -#define RUBY_PATCHLEVEL 292 +#define RUBY_PATCHLEVEL 293 #define RUBY_VERSION_MAJOR 1 #define RUBY_VERSION_MINOR 9 #define RUBY_VERSION_TEENY 1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/