diff --git a/ChangeLog b/ChangeLog index 54b0a5a870..7f57591708 100644 --- a/ChangeLog +++ b/ChangeLog @@ -26,6 +26,19 @@ Sat Oct 18 04:08:18 2008 Yukihiro Matsumoto * lib/tempfile.rb (Tempfile#initialize): now Tempfile.new takes keyword arguments to open(). [ruby-dev:36756] +Sat Oct 18 17:10:10 2008 Martin Duerst + + * 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 + +Sat Oct 18 16:39:39 2008 Martin Duerst + + * 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 * lib/test/unit.rb (assert_nothing_thrown): implemented. @@ -226,19 +239,6 @@ Tue Oct 14 19:32:14 2008 Yukihiro Matsumoto * ruby.c (process_options): -U should be allowed in RUBYOPT environment variable. [ruby-dev:36720] -Tue Oct 14 17:10:10 2008 Martin Duerst - - * 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 - - * 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 * ruby.c (proc_options): -U can be followed by other options.