ruby-changes:8308
From: matz <ko1@a...>
Date: Sat, 18 Oct 2008 19:47:13 +0900 (JST)
Subject: [ruby-changes:8308] Ruby:r19836 (trunk): ChangeLog: move entries to proper place.
matz 2008-10-18 19:46:58 +0900 (Sat, 18 Oct 2008) New Revision: 19836 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=19836 Log: ChangeLog: move entries to proper place. Modified files: trunk/ChangeLog Index: ChangeLog =================================================================== --- ChangeLog (revision 19835) +++ ChangeLog (revision 19836) @@ -21,19 +21,6 @@ * lib/tempfile.rb (Tempfile#initialize): now Tempfile.new takes keyword arguments to open(). [ruby-dev:36756] -Tue Oct 14 17:10:10 2008 Martin Duerst <duerst@i...> - - * tool/transcode-tblgen.rb: added set_valid_byte_pattern - to reduce coupling between table generation script and - specific encodings. - - * enc/trans/single_byte.trans: using set_valid_byte_pattern - -Tue Oct 14 16:39:39 2008 Martin Duerst <duerst@i...> - - * transcode.c: in transcode_search_path, elimintated a warning - on cygwin about pathlen potentially not being initialized - Sat Oct 18 13:40:27 2008 Tanaka Akira <akr@f...> * lib/test/unit.rb (assert_nothing_thrown): implemented. @@ -234,6 +221,19 @@ * ruby.c (process_options): -U should be allowed in RUBYOPT environment variable. [ruby-dev:36720] +Tue Oct 14 17:10:10 2008 Martin Duerst <duerst@i...> + + * tool/transcode-tblgen.rb: added set_valid_byte_pattern + to reduce coupling between table generation script and + specific encodings. + + * enc/trans/single_byte.trans: using set_valid_byte_pattern + +Tue Oct 14 16:39:39 2008 Martin Duerst <duerst@i...> + + * transcode.c: in transcode_search_path, elimintated a warning + on cygwin about pathlen potentially not being initialized + Tue Oct 14 14:11:17 2008 Nobuyoshi Nakada <nobu@r...> * ruby.c (proc_options): -U can be followed by other options. -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/