Linux heracles.o2switch.net 4.18.0-553.62.1.lve.el8.x86_64 #1 SMP Mon Jul 21 17:50:35 UTC 2025 x86_64
/
opt
/
alt
/
ruby21
/
share
/
ri
/
2.1.0
/
system
/
//opt/alt/ruby21/share/ri/2.1.0/system/page-ChangeLog-1_9_3.ri
U:RDoc::TopLevel[ i I"ChangeLog-1.9.3:EFcRDoc::Parser::ChangeLogo:RDoc::Markup::Document :@parts[�S:RDoc::Markup::Heading: leveli: textI"ChangeLog-1.9.3;To:RDoc::Markup::BlankLine S; ; i;I"2011-07-10;T@ S; ; i;I";Sun Jul 10 22:50:00 2011 Kenta Murata <mrkn@mrkn.jp>;T@ o:RDoc::Markup::List: @type: NOTE:@items[o:RDoc::Markup::ListItem:@labelI"<ext/bigdecimal/bigdecimal.c (rmpd_power_by_big_decimal);T;[o:RDoc::Markup::Paragraph;[I"$fix precision treatment errors.;To;;I"'test/bigdecimal/test_bigdecimal.rb;T;[o;;[I"Dadd tests for the above change. fix precision treatment errors.;To;;I"3ext/bigdecimal/bigdecimal.c (BigDecimal_power);T;[o;;[I"Aprecision argument should be optional for its compatibility.;TS; ; i;I"ESun Jul 10 22:38:09 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"parse.y (var_ref);T;[o;;[I"�distinguish vcall from local variable references. based on a patch by Michael Edgar michael.j.edgar AT dartmouth.edu. Bug #5002;TS; ; i;I"=Sun Jul 10 21:51:29 2011 Koichi Sasada <ko1@atdot.net>;T@ o; ;;;[o;;I"internal.h;T;[o;;[I"add comments (cautions).;TS; ; i;I"ASun Jul 10 20:59:38 2011 Shota Fukumori <sorah@tubusu.net>;T@ o; ;;;[o;;I"lib/test/unit.rb;T;[o;;[I"eAdd new class variable `@@testfile_prefix`. This is for changing test name prefix. (For testing);To;;I"4test/testunit/tests_for_parallel/ptest_first.rb;T;[o;;[I"Renamed from test_first.rb;To;;I"5test/testunit/tests_for_parallel/ptest_second.rb;T;[o;;[I" Renamed from test_second.rb;To;;I"4test/testunit/tests_for_parallel/ptest_third.rb;T;[o;;[I"Renamed from test_third.rb;To;;I"4test/testunit/tests_for_parallel/ptest_forth.rb;T;[o;;[I"Renamed from test_forth.rb;To;;I"/test/testunit/tests_for_parallel/runner.rb;T;[o;;[I"Remove misc.rb;To;;I"4test/testunit/tests_for_parallel/ptest_first.rb;T;[o;;[I"ditto.;To;;I"5test/testunit/tests_for_parallel/ptest_second.rb;T;[o;;[I"ditto.;To;;I"4test/testunit/tests_for_parallel/ptest_third.rb;T;[o;;[I"ditto.;To;;I"4test/testunit/tests_for_parallel/ptest_forth.rb;T;[o;;[I"ditto.;To;;I"-test/testunit/tests_for_parallel/misc.rb;T;[o;;[I"&Removed because no longer needed.;To;;I"#test/testunit/test_parallel.rb;T;[o;;[I"Fix assertions for above.;TS; ; i;I"=Sun Jul 10 16:57:08 2011 Koichi Sasada <ko1@atdot.net>;T@ o; ;;;[o;;I"vm_insnhelper.c (vm_throw);T;[o;;[I"Xcheck a class frame. Fixes Bug #4648. The patch is contributed by Kazuki Tsujimoto.;To;;I"bootstraptest/test_proc.rb;T;[o;;[I"add tests for above.;TS; ; i;I"KSun Jul 10 17:28:01 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[ o;;I"#thread_pthread.c (mutex_debug);T;[o;;[I"/use exit(EXIT_FAILURE) instead of exit(1).;To;;I".thread_pthread.c (add_signal_thread_list);T;[o;;[I"ditto.;To;;I"'thread.c (rb_thread_call_with_gvl);T;[o;;[I"ditto.;To;;I"util.c (Bug);T;[o;;[I"ditto.;TS; ; i;I"BSun Jul 10 15:58:12 2011 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I" ext/json;T;[o;;[I">Merge json gem 1.5.4+ (f7f78896607b6f6226cd). [Bug #4700];TS; ; i;I"KSun Jul 10 16:41:32 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[ o;;I",vm_core.h (typedef struct rb_vm_struct);T;[o;;[I"2create a new 'inhibit_thread_creation' field.;To;;I"'thread.c (rb_thread_terminate_all);T;[o;;[I"!set inhibit_thread_creation.;To;;I"thread.c (thread_s_new);T;[o;;[I"�don't permit to create new thread if the VM is under destruction. Otherwise evil finalizer code can make SEGV. [Bug #4992][ruby-core:37858];To;;I"&bootstraptest/test_objectspace.rb;T;[o;;[I"new test for this fix.;TS; ; i;I"KSun Jul 10 16:06:16 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"signal.c (sigsegv);T;[o;;[I"~use abort() instead of exit() when nested SEGV was happen. Because unnested SEGV use abort(). [Bug #5013][ruby-dev:44078];TS; ; i;I";Sun Jul 10 15:30:00 2011 Kenta Murata <mrkn@mrkn.jp>;T@ o; ;;;[o;;I"load.c (rb_f_autoload);T;[o;;[I"Sprevent to autoload for singleton classes. fixes [Bug #4886] [ruby-dev:43816];To;;I"#bootstraptest/test_autoload.rb;T;[o;;[I"$add tests for the above change.;TS; ; i;I"ASun Jul 10 15:09:17 2011 Shota Fukumori <sorah@tubusu.net>;T@ o; ;;;[o;;I" lib/test/unit/assertions.rb;T;[o;;[I"TImport documentation patch by Justin Collins. [ruby-core:37225] [Feature #4903];TS; ; i;I"ASun Jul 10 14:57:36 2011 Tadayoshi Funaba <tadf@dotrb.org>;T@ o; ;;;[o;;I"ext/date/date_core.c;T;[o;;[I"canonicalizes nth and sf.;TS; ; i;I"=Sun Jul 10 14:13:50 2011 Koichi Sasada <ko1@atdot.net>;T@ o; ;;;[o;;I"Einternal.h (rb_thread_call_with_gvl, rb_thread_call_without_gvl);T;[o;;[I"Dmake them visible as experimental C APIs. fixes Feature #4328.;TS; ; i;I";Sun Jul 10 12:18:00 2011 Kenta Murata <mrkn@mrkn.jp>;T@ o; ;;;[o;;I"3ext/bigdecimal/bigdecimal.c (BigDecimal_power);T;[o;;[I"6support non-integral exponent. fixes [Bug #3271];To;;I"<ext/bigdecimal/bigdecimal.c (rmpd_power_by_big_decimal);T;[o;;[I"ditto.;To;;I"6ext/bigdecimal/bigdecimal.c (BigDecimal_power_op);T;[o;;[I"2add a function to only use for "**" operator.;To;;I"'test/bigdecimal/test_bigdecimal.rb;T;[o;;[I"0add a bunch of tests for the above changes.;To;;I"-ext/bigdecimal/bigdecimal.c (is_integer);T;[o;;[I"add an utility function.;To;;I".ext/bigdecimal/bigdecimal.c (is_negative);T;[o;;[I"ditto.;To;;I".ext/bigdecimal/bigdecimal.c (is_positive);T;[o;;[I"ditto.;To;;I"*ext/bigdecimal/bigdecimal.c (is_zero);T;[o;;[I"ditto.;To;;I")ext/bigdecimal/bigdecimal.c (is_one);T;[o;;[I"ditto.;To;;I"*ext/bigdecimal/bigdecimal.c (is_even);T;[o;;[I"ditto.;TS; ; i;I"=Sun Jul 10 12:08:39 2011 Yusuke Endoh <mame@tsg.ne.jp>;T@ o; ;;;[o;;I"compile.c (when_vals);T;[o;;[I"when a string literal is written on when clause, skip string creation to make it faster. [ruby-dev:44068] [Feature #5000];TS; ; i;I"=Sun Jul 10 11:35:29 2011 Yusuke Endoh <mame@tsg.ne.jp>;T@ o; ;;;[o;;I"parse.y (reduce_nodes_gen);T;[o;;[I"�NODE_RETURN in rescue body must not be reduced when there is an else clause. This caused bizarre behavior in [Bug #4473] [ruby-core:35629] [ruby-core:37884].;TS; ; i;I"BSun Jul 10 09:46:14 2011 Masaya Tarui <tarui@ruby-lnag.org>;T@ o; ;;;[o;;I"range.c (range_max);T;[o;;[I"6fix behavior with excluded end value. [Bug #4591];TS; ; i;I"ASun Jul 10 09:13:18 2011 Eric Hodel <drbrain@segment7.net>;T@ o; ;;;[o;;I" NEWS;T;[o;;[I"2Fix RubyGems version. [Ruby 1.9 - Bug #5004];TS; ; i;I"2011-07-09;T@ S; ; i;I"ASat Jul 9 20:01:59 2011 Tadayoshi Funaba <tadf@dotrb.org>;T@ o; ;;;[o;;I"internal.h;T;[o;;[I"5rb_rational_reciprocal is defined in rational.c.;TS; ; i;I"ASat Jul 9 19:48:31 2011 Tadayoshi Funaba <tadf@dotrb.org>;T@ o; ;;;[o;;I"internal.h;T;[o;;[I"added declarations.;To;;I"complex.c;T;[o;;[I"followed the above change.;TS; ; i;I"ASat Jul 9 17:24:41 2011 Tadayoshi Funaba <tadf@dotrb.org>;T@ o; ;;;[o;;I" NEWS;T;[o;;[I"!bigdecimal is not a builtin.;TS; ; i;I"ASat Jul 9 17:17:53 2011 Tadayoshi Funaba <tadf@dotrb.org>;T@ o; ;;;[o;;I"ext/date/date_core.c;T;[o;;[I"'some improvements for performance.;TS; ; i;I"ESat Jul 9 16:56:01 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"atomic.h (ATOMIC_OR);T;[o;;[I"*_InterlockedOr is unavailable in VC6.;To;;I"numeric.c (ULLONG_MAX);T;[o;;[I"fallback definition.;TS; ; i;I"ESat Jul 9 15:59:19 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"(win32/win32.c (rb_w32_{read,write});T;[o;;[I" should be signed. Bug #5001;TS; ; i;I"GSat Jul 9 14:02:20 2011 Takeyuki FUJIOKA <xibbar@ruby-lang.org>;T@ o; ;;;[o;;I"lib/cgi/core.rb;T;[o;;[I"0fix multipart form parsing bug. [Bug #3866];TS; ; i;I"ASat Jul 9 09:25:06 2011 Eric Hodel <drbrain@segment7.net>;T@ o; ;;;[o;;I"enumerator.c;T;[o;;[I">Remove "enumeration sequenced by". [Ruby 1.9 - Bug #4757];TS; ; i;I"ASat Jul 9 09:14:56 2011 Eric Hodel <drbrain@segment7.net>;T@ o; ;;;[o;;I" io.c;T;[o;;[I"XNote that methods other than IO#gets may increase IO#lineno. [Ruby 1.9 - Bug #4902];TS; ; i;I"ESat Jul 9 08:39:39 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"common.mk (RUN_OPT);T;[o;;[I"disable gems.;TS; ; i;I"ESat Jul 9 08:37:05 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"io.c (rb_io_close);T;[o;;[I"\close(2) on a fd which is being read by another thread causes deadlock on Mac OS X 10.5;TS; ; i;I"2011-07-08;T@ S; ; i;I"BFri Jul 8 21:20:39 2011 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"addr2line.c;T;[o;;[I"�use USE_ELF instead of __ELF__ because Solaris doesn't define it. USE_ELF is already provided by configure. patched by Naohisa Goto. [ruby-dev:44066] [Bug #4998];To;;I"addr2line.h;T;[o;;[I"ditto.;To;;I"vm_dump.c;T;[o;;[I"ditto.;TS; ; i;I"EFri Jul 8 16:40:38 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"1ext/json/parser/parser.rl (convert_encoding);T;[o;;[I"$should not modify the argument.;To;;I"1ext/json/parser/parser.rl (convert_encoding);T;[o;;[I"$no needs to use force_encoding.;TS; ; i;I"EFri Jul 8 15:53:31 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"error.c (rb_bug);T;[o;;[I"4get rid of segfault after all threads disposed.;TS; ; i;I"BFri Jul 8 15:01:06 2011 NAKAMURA Usaku <usa@ruby-lang.org>;T@ o; ;;;[o;;I"ext/openssl/ossl.h;T;[o;;[I"Qinclude openssl/e_os2.h before checking the definition of OPENSSL_SYS_WIN32.;TS; ; i;I"BFri Jul 8 14:40:39 2011 NAKAMURA Usaku <usa@ruby-lang.org>;T@ o; ;;;[o;;I"win32/win32.c (wunlink);T;[o;;[I"8reverted a part of r32426. it was mistakenly mixed.;TS; ; i;I"HFri Jul 8 14:29:47 2011 Narihiro Nakamura <authornari@gmail.com>;T@ o; ;;;[o;;I"configure.in;T;[o;;[I"can't subtract void *.;TS; ; i;I"BFri Jul 8 14:33:26 2011 NAKAMURA Usaku <usa@ruby-lang.org>;T@ o; ;;;[o;;I""win32/Makefile.sub (config.h);T;[o;;[I"�define GC_MARK_STACKFRAME_WORD. fixed build problem of r32438. the value (30) is temporary value. maybe it's enough by 20~24 according to my observation.;TS; ; i;I"KFri Jul 8 13:47:39 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"#thread.c (rb_mutex_unlock_all);T;[o;;[I"9folded into rb_threadptr_unlock_all_locking_mutexes.;To;;0;[o;;[0S; ; i;I"KFri Jul 8 13:36:02 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[ o;;I"1thread.c (thread_unlock_all_locking_mutexes);T;[o;;[I"Irename to rb_threadptr_unlock_all_locking_mutexes and remove static.;To;;I"vm_core.h;T;[o;;[I"=add rb_threadptr_unlock_all_locking_mutexes declaration.;To;;I"#thread.c (thread_start_func_2);T;[o;;[I"adjust the above rename.;To;;I"eval.c (ruby_cleanup);T;[o;;[I"ecall rb_threadptr_unlock_all_locking_mutexes again after finalizer. [Bug #4988] [ruby-dev:44049];TS; ; i;I"KFri Jul 8 13:06:09 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"1cont.c (FIBER_MACHINE_STACK_ALLOCATION_SIZE);T;[o;;[I"JFiber stack size don't need to keep multiple number of sizeof(VALUE).;TS; ; i;I"EFri Jul 8 11:39:12 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"common.mk (sudo-precheck);T;[o;;[I"-true command is not standard on Windows.;TS; ; i;I"KFri Jul 8 10:39:52 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"#thread_pthread.c (gvl_destroy);T;[o;;[I"fix cond_t leak.;TS; ; i;I"AFri Jul 8 09:17:59 2011 Eric Hodel <drbrain@segment7.net>;T@ o; ;;;[o;;I" gc.c;T;[o;;[I"Improve documentation;TS; ; i;I"2011-07-07;T@ S; ; i;I"HThu Jul 7 23:35:31 2011 Narihiro Nakamura <authornari@gmail.com>;T@ o; ;;;[o;;I" gc.c;T;[o;;[I"�change water_mark value that may call gc_mark(lev <= GC_LEVEL_MAX) in gc_mark(). In ruby_stack_check(), water_mark is a value that may call some C function. Fixes Bug #3781;To;;I"configure.in;T;[o;;[I"jdefine GC_MARK_STACKFRAME_WORD that approximate size of gc_mark() and gc_mark_children() stackframes.;TS; ; i;I"BThu Jul 7 17:55:05 2011 NAKAMURA Usaku <usa@ruby-lang.org>;T@ o; ;;;[o;;I"Atest/testunit/test_parallel.rb (TestParallelWorker#teardown);T;[o;;[I"Ewait the child process even if the communication pipe is broken.;TS; ; i;I"EThu Jul 7 15:44:42 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I":encoding.c (rb_enc_set_index, rb_enc_associate_index);T;[o;;[I"should check if frozen.;To;;I"@parse.y (rb_intern3), ruby.c (process_options, ruby_script);T;[o;;[I"0defer freezing after associating encodings.;TS; ; i;I"BThu Jul 7 15:16:51 2011 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"numeric.c (rb_num2ull);T;[o;;[I"Xuse own switch sentence. Current implementation can't convert 18446744073709551615.;TS; ; i;I"BThu Jul 7 06:56:15 2011 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"cont.c (FIBER_STACK_FLAGS);T;[o;;[I"*workaround fix for r32420 on FreeBSD.;TS; ; i;I"AThu Jul 7 06:46:12 2011 Eric Hodel <drbrain@segment7.net>;T@ o; ;;;[o;;I"benchmark/driver.rb;T;[o;;[I"nAdd difference column to report that averages across all runs of a benchmark. [Ruby 1.9 - Feature #4982];TS; ; i;I"AThu Jul 7 06:19:38 2011 Eric Hodel <drbrain@segment7.net>;T@ o; ;;;[o;;I"lib/rubygems.rb;T;[o;;[I"9Reduce requires to improve `make benchmark`. [#4962];To;;I""lib/rubygems/specification.rb;T;[o;;[I">Delay initialization of rubygems until require is called.;TS; ; i;I"EThu Jul 7 04:31:26 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"parse.y (arg);T;[o;;[I"�rescue_mod is in inverse order from other modifiers. patched by michael.j.edgar AT dartmouth.edu at [ruby-core:36248]. fixed #4716.;TS; ; i;I"BThu Jul 7 00:40:16 2011 NAKAMURA Usaku <usa@ruby-lang.org>;T@ o; ;;;[o;;I"win32/win32.c (kill);T;[o;;[I"Lcheck that the process exited or not before terminating it. [Bug #4943];TS; ; i;I"2011-07-06;T@ S; ; i;I"GWed Jul 6 23:13:19 2011 Yukihiro Matsumoto <matz@ruby-lang.org>;T@ o; ;;;[o;;I"parse.y (opt_call_args);T;[o;;[I"Oallow trailing comma after assoc argument e.g. 'foo(bar:1,)'. fixed #3456;TS; ; i;I"AWed Jul 6 22:11:12 2011 Shota Fukumori <sorah@tubusu.net>;T@ o; ;;;[o;;I"5test/cgi/test_cgi_header.rb(test_cgi_header_nph);T;[o;;[I"$Validate date in "Date:" header;TS; ; i;I"KWed Jul 6 21:29:33 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"'cont.c (fiber_machine_stack_alloc);T;[o;;[I"Qcleanup pointer arithmetic. "size/sizeof(VALUE)" is ugly and easy confusing.;To;;I"4cont.c (fiber_initialize_machine_stack_context);T;[o;;[I"ditto.;TS; ; i;I"KWed Jul 6 21:24:53 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"'cont.c (fiber_machine_stack_alloc);T;[o;;[I"Cfix mprotect misuse. A stack guard page should have PROT_NONE.;To;;I"4cont.c (fiber_initialize_machine_stack_context);T;[o;;[I"bth->machine_stack_maxsize shouldn't be included guard pages size. [Bug #4983][ruby-dev:44043];TS; ; i;I"KWed Jul 6 21:23:38 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"'cont.c (fiber_machine_stack_alloc);T;[o;;[I"$use MAP_STACK if it's provided.;TS; ; i;I"KWed Jul 6 21:22:16 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"'cont.c (fiber_machine_stack_alloc);T;[o;;[I""use MAP_FAILED instead of -1.;TS; ; i;I"KWed Jul 6 21:21:05 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"'cont.c (fiber_machine_stack_alloc);T;[o;;[I"remove unnecessary cast.;TS; ; i;I"AWed Jul 6 18:10:13 2011 Shota Fukumori <sorah@tubusu.net>;T@ o; ;;;[o;;I"5test/cgi/test_cgi_header.rb(test_cgi_header_nph);T;[o;;[I"Adding space after comma.;To;;I"5test/cgi/test_cgi_header.rb(test_cgi_header_nph);T;[o;;[I"-Remove variable `now`. Suppress warning.;TS; ; i;I"AWed Jul 6 12:18:09 2011 Shota Fukumori <sorah@tubusu.net>;T@ o; ;;;[o;;I"5test/cgi/test_cgi_header.rb(test_cgi_header_nph);T;[o;;[I"RFix bug depends to time. The test fails if time past 1 second in line 136-145;TS; ; i;I"2011-07-05;T@ S; ; i;I"ETue Jul 5 15:28:04 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"#parse.y (parser_here_document);T;[o;;[I"Zshould dispatch heredoc_end scanner event on an empty here document. fixed Bug#4543.;TS; ; i;I"=Tue Jul 5 13:49:26 2011 Yusuke Endoh <mame@tsg.ne.jp>;T@ o; ;;;[o;;I"addr2line.c;T;[o;;[I"'fix r32407 to check HAVE_ALLOCA_H.;TS; ; i;I"BTue Jul 5 14:05:43 2011 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"7lib/webrick/httpauth/digestauth.rb (_authenticate);T;[o;;[I"�Literal texts in HTTP ABNF is case-insensitive (RFC2616 2.1), and a sample implementation in RFC2617 also ignores the case of algorithms. So now this ignores those cases. [ruby-dev:43965] [Feature #4936];To;;I"4lib/webrick/httpauth/digestauth.rb (initialize);T;[o;;[I"9Because of above, opera_hack is useless and removed.;TS; ; i;I"=Tue Jul 5 01:30:01 2011 Yusuke Endoh <mame@tsg.ne.jp>;T@ o; ;;;[o;;I"$thread_pthread.c (native_sleep);T;[o;;[I"cut the waiting time up to 100,000,000 because Solaris cond_timedwait() return EINVAL if an argument is greater than current_time + 100,000,000. This is considered as a kind of spurious wakeup. The caller to native_sleep should care about spurious wakeup.;TS; ; i;I"=Tue Jul 5 01:24:26 2011 Yusuke Endoh <mame@tsg.ne.jp>;T@ o; ;;;[o;;I"cont.c;T;[o;;[I"�disable FIBER_USE_NATIVE on Solaris because resuming any Fiber caused SEGV. I haven't follow up the issue deeply, but it works when disabling the feature.;TS; ; i;I"=Tue Jul 5 01:22:46 2011 Yusuke Endoh <mame@tsg.ne.jp>;T@ o; ;;;[o;;I"addr2line.c;T;[o;;[I"8include <alloca.h> to fix a build issue on Solaris.;TS; ; i;I"JTue Jul 5 00:49:05 2011 CHIKANAGA Tomoyuki <nagachika00@gmail.com>;T@ o; ;;;[o;;I"ext/coverage/coverage.c;T;[o;;[I"vresurrect r32071 + add GC guard for rb_coverages. [ruby-core:37352] [Bug #4927] [ruby-core:36539] [Feature #4796];To;;0;[o;;[0S; ; i;I"2011-07-04;T@ S; ; i;I"KMon Jul 4 22:24:46 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"!thread_pthread.c (get_stack);T;[o;;[I"wFor NetBSD/FreeBSD, use pthread_attr_getstack() if possible. and, remove an assumption of stack growing direction.;TS; ; i;I"=Mon Jul 4 20:42:31 2011 Yusuke Endoh <mame@tsg.ne.jp>;T@ o; ;;;[o;;I"ext/coverage/coverage.c;T;[o;;[I"�revert r32071. The commit caused SEGV on some minor nonfree OS. I have no means of debugging the bug. My personal opinion is that such OS should be unsupported unless there is an active maintainer. [ruby-core:37352];To;;I"#test/coverage/test_coverage.rb;T;[o;;[I"ditto.;TS; ; i;I"BMon Jul 4 07:14:12 2011 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"!thread_pthread.c (get_stack);T;[o;;[I"_the return address of get_stack must be the highest address of the current thread's stack.;TS; ; i;I"=Mon Jul 4 06:37:22 2011 Koichi Sasada <ko1@atdot.net>;T@ o; ;;;[o;;I"Qinclude/ruby/intern.h, thread_pthread.c (rb_reserved_fd_p, RB_RESERVED_FD_P);T;[o;;[I"�added. This C API is to limit to access fds which are used by RubyVM internal. In this version of CRuby, return 1 if fd is communication pipe. If your application needs to close all file descriptors to present resource leak, skip internal fds using this C API. We also define a macro RB_RESERVED_FD_P(fd). So you can write #ifndef RB_RESERVED_FD_P #define RB_RESERVED_FD_P(fd) 0 #endif for Ruby 1.9.2 or previous version to write compatible extensions. See [ruby-core:37727];To;;I"&thread_win32.c (rb_reserved_fd_p);T;[o;;[I""added (return 0 for any fds).;To;;I"io.c (rb_io_initialize);T;[o;;[I"9raise ArgumentError if given fd is reserved by Ruby.;TS; ; i;I"2011-07-03;T@ S; ; i;I"DSun Jul 3 23:43:56 2011 Yuki Sonoda (Yugui) <yugui@yugui.jp>;T@ o; ;;;[o;;I"ext/extmk.rb (extmake);T;[o;;[I"(suppresses outputs from extconf.rb.;To;;0;[o;;[0S; ; i;I"ESun Jul 3 13:44:51 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"array.c (ary_reject_bang);T;[o;;[I"Cshould not remove elements which are not yielded. [Bug #2545];TS; ; i;I"KSun Jul 3 06:10:26 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"!thread_pthread.c (get_stack);T;[o;;[I"�pthread_attr_getstack() doesn't return stack start address, but stack base address. Thus, we need to add stack size for getting stack start address. And, we don't have to decrease guard size twice.;To;;I"+thread_pthread.c (thread_start_func_1);T;[o;;[I"tdon't use inaccurate stack start guess if native_thread_init_stack() can be used. [Bug #1813] [ruby-core:24540];TS; ; i;I"KSun Jul 3 04:50:08 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[ o;;I"!thread_pthread.c (get_stack);T;[o;;[I"Kadd to a care of guard page on Mac OS X. [Bug #1813] [ruby-core:24540];To;;I"signal.c (ruby_signal);T;[o;;[I"&SIGBUS use alternative stack too.;To;;I"signal.c (sigbus);T;[o;;[I"dOn Mac, thread stack overflow makes SIGBUS instead of SIGSEGV. thus, added stackoverflow check.;To;;I"signal.c (default_handler);T;[o;;[I"$get rid of compilation warning.;To;;I"signal.c (Init_signal);T;[o;;[I"ditto.;TS; ; i;I"2011-07-02;T@ S; ; i;I"ESat Jul 2 07:17:45 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"3array.c (rb_ary_reject_bang, rb_ary_delete_if);T;[o;;[I"<rejected elements should be removed. fixed [Bug #2545];TS; ; i;I";Sat Jul 2 01:57:00 2011 Kenta Murata <mrkn@mrkn.jp>;T@ o; ;;;[o;;I" NEWS;T;[o;;[I"_remove a description of Kernel#respond_to? because it has been reverted at revision 28564.;TS; ; i;I";Sat Jul 2 00:58:00 2011 Kenta Murata <mrkn@mrkn.jp>;T@ o; ;;;[o;;I" NEWS;T;[o;;[I"3describe a change of multiplication of Bignum.;TS; ; i;I"2011-07-01;T@ S; ; i;I"KFri Jul 1 18:52:31 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[-o;;I"benchmark/bm_app_erb.rb;T;[o;;[I"Iincrease loop count. too short measurement time makes less accuracy.;To;;I""benchmark/bm_app_factorial.rb;T;[o;;[I"ditto.;To;;I"#benchmark/bm_app_mandelbrot.rb;T;[o;;[I"ditto.;To;;I""benchmark/bm_app_strconcat.rb;T;[o;;[I"ditto.;To;;I"#benchmark/bm_io_file_create.rb;T;[o;;[I"ditto.;To;;I"!benchmark/bm_io_file_read.rb;T;[o;;[I"ditto.;To;;I""benchmark/bm_io_file_write.rb;T;[o;;[I"ditto.;To;;I"#benchmark/bm_so_concatenate.rb;T;[o;;[I"ditto.;To;;I"benchmark/bm_so_lists.rb;T;[o;;[I"ditto.;To;;I"benchmark/bm_so_matrix.rb;T;[o;;[I"ditto.;To;;I"benchmark/bm_so_random.rb;T;[o;;[I"ditto.;To;;I"benchmark/bm_so_sieve.rb;T;[o;;[I"ditto.;To;;I"%benchmark/bm_vm_thread_mutex1.rb;T;[o;;[I"ditto.;To;;I"%benchmark/bm_vm_thread_mutex2.rb;T;[o;;[I"ditto.;To;;I"%benchmark/bm_vm_thread_mutex3.rb;T;[o;;[I"ditto.;To;;I"benchmark/bm_vm1_block.rb;T;[o;;[I" cleanup.;To;;I"benchmark/bm_vm1_const.rb;T;[o;;[I" cleanup.;To;;I"benchmark/bm_vm1_ensure.rb;T;[o;;[I" cleanup.;To;;I"benchmark/bm_vm1_ivar.rb;T;[o;;[I" cleanup.;To;;I"benchmark/bm_vm1_length.rb;T;[o;;[I" cleanup.;To;;I"benchmark/bm_vm1_neq.rb;T;[o;;[I" cleanup.;To;;I"benchmark/bm_vm1_not.rb;T;[o;;[I" cleanup.;To;;I"benchmark/bm_vm1_rescue.rb;T;[o;;[I" cleanup.;To;;I"%benchmark/bm_vm1_simplereturn.rb;T;[o;;[I" cleanup.;To;;I"benchmark/bm_vm1_swap.rb;T;[o;;[I" cleanup.;To;;I"benchmark/bm_vm2_array.rb;T;[o;;[I" cleanup.;To;;I"benchmark/bm_vm2_case.rb;T;[o;;[I" cleanup.;To;;I"'benchmark/bm_vm2_defined_method.rb;T;[o;;[I" cleanup.;To;;I"benchmark/bm_vm2_eval.rb;T;[o;;[I" cleanup.;To;;I"benchmark/bm_vm2_method.rb;T;[o;;[I" cleanup.;To;;I"benchmark/bm_vm2_mutex.rb;T;[o;;[I" cleanup.;To;;I"$benchmark/bm_vm2_poly_method.rb;T;[o;;[I" cleanup.;To;;I"'benchmark/bm_vm2_poly_method_ov.rb;T;[o;;[I" cleanup.;To;;I"benchmark/bm_vm2_proc.rb;T;[o;;[I" cleanup.;To;;I"benchmark/bm_vm2_regexp.rb;T;[o;;[I" cleanup.;To;;I"benchmark/bm_vm2_send.rb;T;[o;;[I" cleanup.;To;;I"benchmark/bm_vm2_super.rb;T;[o;;[I" cleanup.;To;;I"benchmark/bm_vm2_unif1.rb;T;[o;;[I" cleanup.;To;;I"benchmark/bm_vm2_zsuper.rb;T;[o;;[I" cleanup.;To;;I"+benchmark/bm_vm_thread_alive_check1.rb;T;[o;;[I" cleanup.;TS; ; i;I"BFri Jul 1 11:41:12 2011 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"string.c (tr_trans);T;[o;;[I"dfree heap ptr when the str is not embedded. patched by Eric Wong. [Bug #4956] [ruby-core:37708];TS; ; i;I"KFri Jul 1 11:07:43 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"thread.c (do_select);T;[o;;[I"Rfix memory leak. Patch by Eric Wong. Thank you! [Bug #4953] [ruby-core:37702];TS; ; i;I"=Fri Jul 1 08:21:28 2011 Koichi Sasada <ko1@atdot.net>;T@ o; ;;;[o;;I"!vm_insnhelper.c (vm_getivar);T;[o;;[I"Ucheck vm state version to invalidate inline cache (ivar index). fixes Bug #4926.;To;;I"!vm_insnhelper.c (vm_setivar);T;[o;;[I"ditto.;TS; ; i;I"EFri Jul 1 08:03:15 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I",error.c, thread_pthread.c (WRITE_CONST);T;[o;;[I"/suppress warnings `ignoring return value'.;TS; ; i;I"=Fri Jul 1 06:41:36 2011 Koichi Sasada <ko1@atdot.net>;T@ o; ;;;[o;;I")thread.c (rb_threadptr_check_signal);T;[o;;[I"only wake up main thread.;To;;I"6thread.c (rb_threadptr_execute_interrupts_common);T;[o;;[I"^check signal delivery if it is main thread. fixes [ruby-dev:44005] [Ruby 1.9 - Bug #4950];To;;I"bootstraptest/test_fork.rb;T;[o;;[I"add a test for above.;To;;I""signal.c (rb_get_next_signal);T;[o;;[I""skip if signal_buff is empty.;To;;0;[o;;[0o;;I"vm_core.h;T;[o;;[I"5remove unused variable rb_thread_t::exec_signal.;To;;I",thread.c (rb_thread_check_trap_pending);T;[o;;[I"Ycheck rb_signal_buff_size() because rb_thread_t::exec_signal is no longer available.;TS; ; i;I"GFri Jul 1 03:28:25 2011 Yukihiro Matsumoto <matz@ruby-lang.org>;T@ o; ;;;[o;;I"#class.c (Init_class_hierarchy);T;[o;;[I"(should name BasicObject explicitly.;To;;I"$variable.c (rb_const_defined_0);T;[o;;[I"4should not check for superclasses as const_get.;TS; ; i;I"AFri Jul 1 03:24:03 2011 Tadayoshi Funaba <tadf@dotrb.org>;T@ o; ;;;[o;;I"ext/date/date_core.c;T;[o;;[I",mathn is still alive (should die soon).;TS; ; i;I"2011-06-30;T@ S; ; i;I";Thu Jun 30 23:50:00 2011 Kenta Murata <mrkn@mrkn.jp>;T@ o; ;;;[o;;I"+misc/ruby-mode.el (ruby-indent-beg-re);T;[o;;[I"0Fix broken regular expression. Fixes #4546;TS; ; i;I"=Thu Jun 30 22:38:58 2011 Koichi Sasada <ko1@atdot.net>;T@ o; ;;;[o;;I"'benchmark/bm_vm2_defined_method.rb;T;[o;;[I"Qadded to measure performance of bmethod (method defined by define_method()).;TS; ; i;I"=Thu Jun 30 22:17:04 2011 Koichi Sasada <ko1@atdot.net>;T@ o; ;;;[o;;I"&vm_insnhelper.c (vm_call_bmethod);T;[o;;[I"\fix to hook call/return event for methods defined by define_method(). fixes Bug #4613.;To;;I"thread.c (call_trace_proc);T;[o;;[I"AFix to skip if class is not given (0). Note that ID and Class object are passed for call/return event if the called method was defined by define_method(). If you are author of tracer/profiler/debugger, this may be an important change. You should check passed class as zero or non-zero instead of checking the event type.;To;;I"#test/ruby/test_settracefunc.rb;T;[o;;[I"add a test for above.;TS; ; i;I"HThu Jun 30 21:18:35 2011 Yutaka Kanemoto <kanemoto@ruby-lang.org>;T@ o; ;;;[o;;I"configure.in;T;[o;;[I"_Add warnflags for XL/C on AIX during configure to avoid [Bug #3971]. See [ruby-core:32859];TS; ; i;I"AThu Jun 30 21:16:04 2011 Tadayoshi Funaba <tadf@dotrb.org>;T@ o; ;;;[o;;I"!ext/date/date_core.c (m_ajd);T;[o;;[I"refers a constant.;TS; ; i;I"EThu Jun 30 20:54:25 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[ S; ; i;I"AThu Jun 30 20:36:23 2011 Tadayoshi Funaba <tadf@dotrb.org>;T@ o; ;;;[o;;I"ext/date/date_core.c;T;[o;;[I"trivial changes.;TS; ; i;I"EThu Jun 30 20:12:36 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"test/ruby/test_module.rb;T;[o;;[I"+tests for [Bug #3422] and [Bug #3423].;TS; ; i;I"AThu Jun 30 20:03:39 2011 Tadayoshi Funaba <tadf@dotrb.org>;T@ o; ;;;[o;;I"ext/date/date_core.c;T;[o;;[I"modified doc.;TS; ; i;I"=Thu Jun 30 19:09:19 2011 Koichi Sasada <ko1@atdot.net>;T@ o; ;;;[o;;I"$thread_pthread.c (thread_timer);T;[o;;[I"ignore unknown errno.;To;;0;[o;;[0S; ; i;I"=Thu Jun 30 17:33:25 2011 Koichi Sasada <ko1@atdot.net>;T@ o; ;;;[o;;I">ext/objspace/objspace.c (ObjectSpace.count_tdata_objects);T;[o;;[I" Fix rdoc. Fixes Bug #3892.;To;;I">ext/objspace/objspace.c (ObjectSpace.count_tdata_objects);T;[o;;[I"_Change key type if the klass of a object is zero (internal object). Read rdoc for details.;To;;I"internal.h;T;[o;;[I")export rb_objspace_data_type_name().;TS; ; i;I"=Thu Jun 30 17:25:08 2011 Koichi Sasada <ko1@atdot.net>;T@ o; ;;;[o;;I"=thread_pthread.c (ping_signal_thread_list, thread_timer);T;[o;;[I";fix to keep polling state if there are any ping-tasks.;TS; ; i;I"=Thu Jun 30 12:25:34 2011 Koichi Sasada <ko1@atdot.net>;T@ o; ;;;[o;;I"5thread_pthread.c (rb_thread_create_timer_thread);T;[o;;[I"�allocate machine stack for the timer thread at least 12KB. FreeBSD 8.2 AMD64 causes machine stack overflow (SIGSEGV) only with PTHREAD_STACK_MIN (maybe defined as 2KB).;TS; ; i;I"AThu Jun 30 09:36:37 2011 Eric Hodel <drbrain@segment7.net>;T@ o; ;;;[o;;I"lib/weakref.rb;T;[o;;[I"BAttach documentation to WeakRef and add missing documentation;TS; ; i;I"AThu Jun 30 09:30:14 2011 Eric Hodel <drbrain@segment7.net>;T@ o; ;;;[o;;I"lib/yaml.rb;T;[o;;[I"ODocument toplevel YAML and YAML::ENGINE to describe Psych vs Syck engines.;TS; ; i;I"AThu Jun 30 09:21:52 2011 Eric Hodel <drbrain@segment7.net>;T@ o; ;;;[o;;I"lib/cmath.rb;T;[o;;[I"+Hide handle_no_method_error from RDoc.;To;;I"error.c;T;[o;;[I"1Document or hide undocumented error classes.;TS; ; i;I"AThu Jun 30 07:49:04 2011 Eric Hodel <drbrain@segment7.net>;T@ o; ;;;[o;;I"hash.c;T;[o;;[I"Document ENV;TS; ; i;I"EThu Jun 30 06:37:43 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"%ruby.c (ruby_init_loadpath_safe);T;[o;;[I"�ensure RUBYLIB_PREFIX stored before RUBYLIB, even if MANGLED_PATH is enabled. fixed #1679. MANGLED_PATH is disabled by the default and will be removed completely in the future.;TS; ; i;I"AThu Jun 30 06:32:21 2011 Eric Hodel <drbrain@segment7.net>;T@ o; ;;;[o;;I"lib/drb/drb.rb;T;[o;;[I",Hide deprecated toplevel DRb constants.;TS; ; i;I"BThu Jun 30 06:17:02 2011 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"lib/cmath.rb (CMath.log);T;[o;;[I"#second argument: b can be nil.;TS; ; i;I"AThu Jun 30 06:23:28 2011 Eric Hodel <drbrain@segment7.net>;T@ o; ;;;[o;;I""thread.c (ruby_thread_s_pass);T;[o;;[I"Fix typo.;TS; ; i;I"AThu Jun 30 06:16:53 2011 Eric Hodel <drbrain@segment7.net>;T@ o; ;;;[o;;I" lib/rdoc;T;[o;;[I"HUpdate to RDoc 3.8 which contains fixes for documentation in trunk.;TS; ; i;I"KThu Jun 30 02:53:26 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"6thread.c (rb_threadptr_execute_interrupts_common);T;[o;;[I"Eremove meaningless native_thread_yield(). It never close a race.;TS; ; i;I"KThu Jun 30 02:41:47 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I")thread.c (rb_thread_schedule_limits);T;[o;;[I"\minor optimization. eliminate machine context saving when running time is enough small.;TS; ; i;I"KThu Jun 30 02:28:11 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"&thread.c (rb_thread_schedule_rec);T;[o;;[I"�move interrupt_flag check to rb_thread_schedule(). And also rename to rb_thread_schedule_limits() and remove sched_depth argument. It's no longer called recursive.;To;;I""thread.c (rb_thread_schedule);T;[o;;[I"4add to check interrupt_flag as above explained.;To;;I"3thread.c (rb_threadptr_execute_interrupts_rec);T;[o;;[I"yrename to rb_threadptr_execute_interrupts_common() and remove sched_depth argument. It's no longer called recursive.;To;;I"thread.c (rb_thread_sleep);T;[o;;[I"adapt the renaming.;To;;I"/thread.c (rb_threadptr_execute_interrupts);T;[o;;[I"ditto.;To;;I",thread.c (rb_thread_execute_interrupts);T;[o;;[I"ditto.;TS; ; i;I"KThu Jun 30 01:31:33 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"thread.c (thread_s_pass);T;[o;;[I"�change RDoc description and remove a sample code. The actual implementation never behave as explained by an example. It's a documentation bug.;TS; ; i;I"KThu Jun 30 00:54:33 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"thread.c (rb_thread_stop);T;[o;;[I"�change RDoc sample code. The old example is buggy and may cause deadlock. The patch is suggested by Heesob Park <phasis@gmail.com>. Thank you! [Bug #3606][ruby-core:31454];TS; ; i;I"KThu Jun 30 00:49:53 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I" thread.c (rb_thread_wakeup);T;[o;;[I"�change RDoc sample code. The old example is buggy and may not display anything by a race. The patch is suggested by Heesob Park <phasis@gmail.com>. Thank you! [Bug #3606][ruby-core:31454];TS; ; i;I"KThu Jun 30 00:43:33 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"thread.c (rb_thread_run);T;[o;;[I"�change RDoc. The old example is buggy and may cause deadlock. The patch is suggested by Heesob Park <phasis@gmail.com>. Thank you! [Bug #3606][ruby-core:31454];TS; ; i;I"EThu Jun 30 00:30:15 2011 Keiju Ishitsuka <keiju@ishitsuka.com>;T@ o; ;;;[o;;I"lib/cmath.rb;T;[o;;[I"3make same exception for Math. fix [Bug #3137].;TS; ; i;I"EThu Jun 30 00:03:20 2011 Keiju Ishitsuka <keiju@ishitsuka.com>;T@ o; ;;;[o;;I"lib/irb/completion.rb;T;[o;;[I":complement correctly string literal. fix [Bug #1145].;TS; ; i;I"2011-06-29;T@ S; ; i;I"AWed Jun 29 23:42:51 2011 Tadayoshi Funaba <tadf@dotrb.org>;T@ o; ;;;[o;;I"ext/date/date_core.c;T;[o;;[I"avoided using timev.;To;;I"ext/date/date_strftime.c;T;[o;;[I"ditto.;To;;I"ext/date/date_tmx.h;T;[o;;[I"ditto.;TS; ; i;I"FWed Jun 29 23:17:57 2011 WATANABE Hirofumi <eban@ruby-lang.org>;T@ o; ;;;[o;;I"+ext/openssl/ossl.h (OPENSSL_SYS_WIN32);T;[o;;[I"support for mingw(msys).;TS; ; i;I"FWed Jun 29 23:09:14 2011 WATANABE Hirofumi <eban@ruby-lang.org>;T@ o; ;;;[o;;I",ext/tk/extconf.rb (intptr_t, uintptr_t);T;[o;;[I"1support for the latest ActiveTcl with mingw.;TS; ; i;I"EWed Jun 29 22:49:10 2011 Keiju Ishitsuka <keiju@ishitsuka.com>;T@ o; ;;;[o;;I"lib/irb/cmd/help.rb;T;[o;;[I"'support RDoc 3.7. fix [Bug #3760].;TS; ; i;I"JWed Jun 29 22:04:14 2011 CHIKANAGA Tomoyuki <nagachika00@gmail.com>;T@ o; ;;;[o;;I"lib/tracer.rb;T;[o;;[I"^Tracer.on only if required by -r command-line option. and consider --disable-gems option.;To;;I"test/test_tracer.rb;T;[o;;[I"add tests for it.;TS; ; i;I"GWed Jun 29 13:55:36 2011 Yukihiro Matsumoto <matz@ruby-lang.org>;T@ o; ;;;[o;;I" variable.c (rb_const_get_0);T;[o;;[I"|should not look for superclasses if the second optional argument is given for #const_get(). fix [Bug #3422] [Bug #3423];TS; ; i;I"AWed Jun 29 12:07:27 2011 Eric Hodel <drbrain@segment7.net>;T@ o; ;;;[o;;I"math.c;T;[o;;[I"#Attach documentation for Math.;To;;I" object.c;T;[o;;[I"Document NIL, TRUE, FALSE.;To;;I" io.c;T;[o;;[I"]Improve grammar in ARGF comment. Document STDIN/OUT/ERR. Document ARGF global constant.;To;;I" lib/rake;T;[o;;[I"KHide deprecated toplevel constants from RDoc (import from rake trunk).;To;;I"lib/thwait.rb;T;[o;;[I"Document ThWait.;To;;I"lib/mathn.rb;T;[o;;[I"%Hide Math redefinition from RDoc;To;;I"lib/sync.rb;T;[o;;[I"HAdd a basic comment for Sync_m, Synchronizer_m, Sync, Synchronizer.;To;;I"parse.y;T;[o;;[I"Document SCRIPT_LINES__.;To;;I"hash.c;T;[o;;[I",Document ENV class and global constant.;To;;I" vm.c;T;[o;;[I"Document TOPLEVEL_BINDING.;To;;I"version.c;T;[o;;[I"Document RUBY_* constants.;To;;I"ruby.c;T;[o;;[I"Document DATA and ARGV.;TS; ; i;I"=Wed Jun 29 06:21:02 2011 Koichi Sasada <ko1@atdot.net>;T@ o; ;;;[o;;I"0thread_pthread.c (native_stop_timer_thread);T;[o;;[I"|skip to close communication pipe to avoid timing bug (process termination timing). The communication pipe will closed by OS.;TS; ; i;I"=Wed Jun 29 06:09:54 2011 Koichi Sasada <ko1@atdot.net>;T@ o; ;;;[o;;I"!error.c (rb_async_bug_errno);T;[o;;[I"�async-safe bug report function. In timer thread, signal handler should use it. The patch is contributed by Eric Wong <normalperson@yhbt.net>. Refs: [ruby-core:37644] and [ruby-core:37647];To;;I"thread_pthread.c;T;[o;;[I"Duse rb_async_bug_errno(). And replace all fprintf() to write().;To;;I"$internal.h (rb_async_bug_errno);T;[o;;[I"add decl. of above func.;TS; ; i;I"2011-06-28;T@ S; ; i;I"ETue Jun 28 23:46:08 2011 Keiju Ishitsuka <keiju@ishitsuka.com>;T@ o; ;;;[o;;I"lib/tracer.rb;T;[o;;[I"Ocount only non-internal libraries in stack trace, ignoring custom_require.;TS; ; i;I"ETue Jun 28 21:44:58 2011 Keiju Ishitsuka <keiju@ishitsuka.com>;T@ o; ;;;[o;;I"lib/irb/ruby-lex.rb;T;[o;;[I")recognize '\char' in ruby statement.;TS; ; i;I"ETue Jun 28 20:39:29 2011 Hiroshi Nakamura <nahi@ruby-lang.org>;T@ o; ;;;[o;;I"lib/debug.rb (var_list);T;[o;;[I"�Command 'var *' did not work on 1.9(!). global_variables, local_variables, and instance_variables returns Symbols from 1.9 and need to stringify before evaling it. See #4931.;TS; ; i;I"KTue Jun 28 19:23:01 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I" signal.c;T;[o;;[I"zNow, USE_TRAP_SIGMASK depend on HAVE_PTHREAD_SIGMASK. The code have already depended on pthread_sigmask since r27464.;TS; ; i;I"BTue Jun 28 15:09:21 2011 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"lib/benchmark.rb;T;[o;;[I"}merge eregon/benchmark. https://github.com/eregon/ruby/tree/benchmark patched by Benoit Daloze. [ruby-core:37593] [Bug #4940];To;;I"#lib/benchmark (Benchmark#bmbm);T;[o;;[I"<bmbm should be consistent with bm for the return value.;To;;I"test/benchmark;T;[o;;[I"�remove preemptive test instead of skipping I removed the preemptive test I wrote for Feature #4197. I'll add it back when the implementation will be able to satisfy it.;To;;I"#lib/benchmark (Benchmark#bmbm);T;[o;;[I"sremove useless explicit call, #format is an alias of #to_s test/benchmark: add a test for format of long time.;To;;I"lib/benchmark;T;[o;;[I"�fix label width: always add 1 to ensure there is a space delimiter even with times over 100s When I asked for Feature #4197, I wanted to make delimiting spaces consistent for #bm and #bmbm. But with times over 100s, the output contains no space between the label and the first time (user). Now both ensure there is always a space, even if that means 3 spaces with times under 10s (because it is formatted as %10.6f);To;;I"test/benchmark;T;[o;;[I"�let labels be a constant lib/benchmark (Benchmark#realtime): avoid creating an unused Proc lib/benchmark (Benchmark#benchmark): use ensure clause to restore STDOUT.sync, as in #bmbm;TS; ; i;I"BTue Jun 28 13:41:51 2011 NAKAMURA Usaku <usa@ruby-lang.org>;T@ o; ;;;[o;;I".thread_win32.c (native_stop_timer_thread);T;[o;;[I"\fixed commit miss of r32244. grep sources before changing the signature of a function.;TS; ; i;I"=Tue Jun 28 11:49:14 2011 Koichi Sasada <ko1@atdot.net>;T@ o; ;;;[o;;I"2thread_pthread.c (consume_communication_pipe);T;[o;;[I"-Make "buff" as static. (Maybe) "buff" can be shared between any caller (any threads) because no one use the read values. "buff" (1024 byte) on stack may cause stack overflow on several environment (we found a crash on FreeBSD). And remove const value "buff_size", and define CCP_READ_BUFF_SIZE macro.;TS; ; i;I"ATue Jun 28 11:45:30 2011 Eric Hodel <drbrain@segment7.net>;T@ o; ;;;[o;;I" lib/rake;T;[o;;[I"IUpdate rake to fix some bugs and hide deprecated features from RDoc.;To;;I"lib/rake/version.rb;T;[o;;[I"IBump version to 0.9.2.1 to distinguish it from the released version.;To;;I" NEWS;T;[o;;[I" ditto;TS; ; i;I"ATue Jun 28 11:17:28 2011 Eric Hodel <drbrain@segment7.net>;T@ o; ;;;[o;;I" lib/rdoc;T;[o;;[I"Update to RDoc 3.7 (final);To;;I" NEWS;T;[o;;[I" ditto;TS; ; i;I"BTue Jun 28 10:18:42 2011 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"process.c (rb_daemon);T;[o;;[I"fix wrong #endif position.;TS; ; i;I"ATue Jun 28 07:50:32 2011 Eric Hodel <drbrain@segment7.net>;T@ o; ;;;[o;;I"object.c (Init_Object);T;[o;;[I"gTeach RDoc what Init_class_hierarchy does to hook up ri for BasicObject, Object, Module and Class.;TS; ; i;I"ETue Jun 28 05:03:32 2011 Hiroshi Nakamura <nahi@ruby-lang.org>;T@ o; ;;;[o;;I"$thread.c (rb_thread_local_aref);T;[o;;[I"7RDoc fix. Thread#[] example had a race. See #4480.;TS; ; i;I";Tue Jun 28 01:22:00 2011 Kenta Murata <mrkn@mrkn.jp>;T@ o; ;;;[ o;;I"0ext/bigdecimal/bigdecimal.c (BigMath_s_log);T;[o;;[I".move BigMath.log from bigdecimal/math.rb.;To;;I"*ext/bigdecimal/lib/bigdecimal/math.rb;T;[o;;[I"ditto.;To;;I"'test/bigdecimal/test_bigdecimal.rb;T;[o;;[I"Dmove test for BigMath.log from test/bigdecimal/test_bigmath.rb.;To;;I"$test/bigdecimal/test_bigmath.rb;T;[o;;[I"ditto.;TS; ; i;I"ETue Jun 28 01:19:52 2011 Keiju Ishitsuka <keiju@ishitsuka.com>;T@ o; ;;;[o;;I"lib/irb/ruby-lex.rb;T;[o;;[I"fix [Bug #4232].;TS; ; i;I"ITue Jun 28 00:14:13 2011 Masatoshi SEKI <m_seki@mva.biglobe.ne.jp>;T@ o; ;;;[ o;;I"lib/drb/drb.rb;T;[o;;[I"*fix [Bug #4409]. add DRbServer#here?.;To;;I"test/drb/test_drb.rb;T;[o;;[I"ditto.;To;;I"test/drb/drbtest.rb;T;[o;;[I"ditto.;To;;I"test/drb/ut_eq.rb;T;[o;;[I"ditto.;TS; ; i;I"ETue Jun 28 00:08:43 2011 Keiju Ishitsuka <keiju@ishitsuka.com>;T@ o; ;;;[o;;I"lib/irb/workspace.rb;T;[o;;[I"fix BUG#4793.;TS; ; i;I"2011-06-27;T@ S; ; i;I"KMon Jun 27 22:06:12 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"2thread_pthread.c (consume_communication_pipe);T;[o;;[I"/don't use C99 style variable length array.;TS; ; i;I"KMon Jun 27 22:04:27 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"2thread_pthread.c (consume_communication_pipe);T;[o;;[I"7change return type to void. caller doesn't use it.;TS; ; i;I"KMon Jun 27 21:29:50 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"0thread_pthread.h (rb_global_vm_lock_struct);T;[o;;[I"Iadd volatile to gvl->waiting. now thread_timer() access it w/o lock.;TS; ; i;I"KMon Jun 27 21:16:11 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"thread_pthread.c;T;[o;;[I"Qs/__gvl_acquire/gvl_acquire_common/ and s/__gvl_release/gvl_release_common/.;TS; ; i;I"BMon Jun 27 11:41:47 2011 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"5thread_pthread.c (rb_thread_create_timer_thread);T;[o;;[I"5the type of return value of write(2) is ssize_t.;TS; ; i;I"=Mon Jun 27 09:57:02 2011 Koichi Sasada <ko1@atdot.net>;T@ o; ;;;[o;;I"5thread_pthread.c (rb_thread_create_timer_thread);T;[o;;[I",Fixes missing initialization of oflags.;TS; ; i;I"=Mon Jun 27 09:07:42 2011 Koichi Sasada <ko1@atdot.net>;T@ o; ;;;[o;;I"thread_pthread.c;T;[o;;[I"�Stop polling in the timer thread when there are no waiting thread. If there are 2 or more runnable threads, the timer thread does polling. Avoid polling makes power save for several computers (0.2W per a Ruby process, when I measured). If outside-event such as signal or Thread#kill was occurred when the timer thread does not do polling, then wake-up the timer thread using communication-pipe (the timer thread waits this communication-pipe with select(2)). The discussion about this modification can be found from the post [ruby-core:33456] and other related posts. Note that Eric Wong and KOSAKI Motohiro give us the huge contributions for this modification. Thanks.;To;;I"5thread_pthread.c (rb_thread_wakeup_timer_thread);T;[o;;[I"Vadd a function. This function wakes up the timer thread using communication-pipe.;To;;I"+thread.c (rb_thread_stop_timer_thread);T;[o;;[I"Eadd a parameter which specify closing communication-pipe or not.;To;;I"'thread.c (rb_thread_terminate_all);T;[o;;[I""do not stop timer thread here;To;;0;[o;;[0o;;I" signal.c;T;[o;;[I"Twake up timer thread using rb_thread_wakeup_timer_thread() from signal handler.;To;;I"eval.c (ruby_cleanup);T;[o;;[I"(use rb_thread_stop_timer_thread(1).;To;;I"process.c;T;[o;;[I"'use rb_thread_stop_timer_thread(0);To;;0;[o;;[0o;;I"3thread_win32.c (rb_thread_wakeup_timer_thread);T;[o;;[I"add a dummy function.;To;;I"vm_core.h;T;[o;;[I"$add and fix decl. of functions.;TS; ; i;I"AMon Jun 27 08:01:19 2011 Tadayoshi Funaba <tadf@dotrb.org>;T@ o; ;;;[o;;I"ext/date/date_parse.c;T;[o;;[I"should use ALLOCA_N.;TS; ; i;I"EMon Jun 27 01:34:18 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"6test/etc/test_etc.rb (TestEtc#test_get{pw,gr}nam);T;[o;;[I"�skip entries start with + sign, which means NIS. these are returned in the case that passwd and group entries in /etc/nsswitch.conf are set to use "nis" explicitly on Debian. fixed #3683;TS; ; i;I"BMon Jun 27 00:44:53 2011 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"#parse.y (rb_parser_end_seen_p);T;[o;;[I"Pfix documentation about return value. patched by Sho Hashimoto. [Bug #4511];TS; ; i;I"BMon Jun 27 00:40:47 2011 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"hash.c (rb_hash_reject);T;[o;;[I"{add documentation that Hash#reject without block returns enumerator. patched by Michael Edgar [Bug #4847] [ruby-core:36800];TS; ; i;I"2011-06-26;T@ S; ; i;I"ASun Jun 26 23:49:21 2011 Tadayoshi Funaba <tadf@dotrb.org>;T@ o; ;;;[o;;I"$test/date/test_switch_hitter.rb;T;[o;;[I"Oadded a test. Sun Jun 26 22:21:23 2011 Tadayoshi Funaba <tadf@dotrb.org>;To;;I"ext/date/date_core.c;T;[o;;[I"refactoring.;TS; ; i;I"GSun Jun 26 18:03:30 2011 URABE Shyouhei <shyouhei@ruby-lang.org>;T@ o; ;;;[o;;I"parse.y;T;[o;;[I"mcomma at the end of line is no longer allowed. A patch from Yukihiro Matsumoto <matz AT ruby-lang.org>.;To;;0;[o;;[0S; ; i;I"KSun Jun 26 13:35:35 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I" vm_dump.c (rb_vm_bugreport);T;[o;;[I"9change CrashReporter suggestion messages on Mac. It should be placed after "-- C level backtrace" line. Suggested by Endoh-san. <before> -- See Crash Report log file under ~/Library/Logs/CrashReporter or --------- -- /Library/Logs/CrashReporter, for the more detail of --------------------- -- C level backtrace information ------------------------------------------- <after> -- C level backtrace information ------------------------------------------- See Crash Report log file under ~/Library/Logs/CrashReporter or /Library/Logs/CrashReporter, for the more detail of.;TS; ; i;I"ASun Jun 26 01:00:15 2011 Tadayoshi Funaba <tadf@dotrb.org>;T@ o; ;;;[o;;I"2ext/date/date_core.c (date_strftime_internal);T;[o;;[I" removed meaningless braces.;To;;I"!ext/date/date_core.c (gengo);T;[o;;[I"the value should be int.;TS; ; i;I"2011-06-25;T@ S; ; i;I"JSat Jun 25 23:45:30 2011 CHIKANAGA Tomoyuki <nagachika00@gmail.com>;T@ o; ;;;[o;;I"+vm_insnhelper.c (vm_search_superclass);T;[o;;[I"�avoid control frame stack overrun. currently super() in Proc created in a method defined by Module#define_method raise NoMethodError. [Bug #4881];To;;I"Atest/ruby/test_method.rb t_super_in_proc_from_define_method);T;[o;;[I"add test for it.;TS; ; i;I"JSat Jun 25 23:23:14 2011 CHIKANAGA Tomoyuki <nagachika00@gmail.com>;T@ o; ;;;[o;;I"thread.c (sleep_forever);T;[o;;[I"Know Kernel#sleep don't wakeup by signal handler execution. [Bug #4072];TS; ; i;I"JSat Jun 25 23:14:47 2011 CHIKANAGA Tomoyuki <nagachika00@gmail.com>;T@ o; ;;;[o;;I")thread.c (rb_threadptr_check_signal);T;[o;;[I"�remove unnecessary th->status backup. fix race condition which may results unexpected main thread's status transition. see #4072;TS; ; i;I"2011-06-24;T@ S; ; i;I"EFri Jun 24 19:57:30 2011 Hiroshi Nakamura <nahi@ruby-lang.org>;T@ o; ;;;[o;;I"6lib/webrick/httprequest.rb (setup_forwarded_info);T;[o;;[I"TParsing request header failed when the request is from 2 or more Apache reverse proxies. It's said that all X-Forwarded-* headers will contain more than one (comma-separated) value if the original request already contained one of these headers. Since we could use these values as Host header, we choose the initial(first) value. See #4922.;To;;I"6test/webrick/test_httprequest.rb (test_forwarded);T;[o;;[I" Test it.;TS; ; i;I"EFri Jun 24 17:06:33 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"process.c (proc_daemon);T;[o;;[I":should not start timer thread twice. fixed Bug#4920.;TS; ; i;I"EFri Jun 24 15:54:14 2011 Hiroshi Nakamura <nahi@ruby-lang.org>;T@ o; ;;;[o;;I"/ext/openssl/ossl_ssl.c (ossl_ssl_shutdown);T;[o;;[I"+Try to shutdown SSL connection more gracefully. Call SSL_shutdown() max 4 times until it returns 1 (success). Bi-directional SSL close has several states but SSL_shutdown() kicks only 1 transition per call. Max 4 is from mod_ssl.c of Apache httpd that says 'max 2x pending + 2x data = 4'. See #4237.;TS; ; i;I"AFri Jun 24 07:24:37 2011 Eric Hodel <drbrain@segment7.net>;T@ o; ;;;[o;;I"lib/rake/version.rb;T;[o;;[I"1Fixed VERSION to work with tool/rbinstall.rb;To;;I" bin/rake;T;[o;;[I"Import bin/rake from 0.9.2;To;;I" tool/rbinstall.rb (install);T;[o;;[I"GRake::VERSION is now in lib/rake/version.rb. Fixes `make install`;TS; ; i;I"AFri Jun 24 07:11:37 2011 Eric Hodel <drbrain@segment7.net>;T@ o; ;;;[o;;I" lib/rake;T;[o;;[I"Import Rake 0.9.2;TS; ; i;I"AFri Jun 24 00:44:15 2011 Tadayoshi Funaba <tadf@dotrb.org>;T@ o; ;;;[o;;I"8ext/date/date_core.c (c_valid_{julian,gregorian}_p);T;[o;;[I"fixed the range of month.;TS; ; i;I"AFri Jun 24 00:14:23 2011 Tadayoshi Funaba <tadf@dotrb.org>;T@ o; ;;;[o;;I"ext/date/date_core.c;T;[o;;[I"trivial changes on text.;TS; ; i;I"2011-06-23;T@ S; ; i;I"EThu Jun 23 22:46:57 2011 Hiroshi Nakamura <nahi@ruby-lang.org>;T@ o; ;;;[o;;I" ext/openssl/ossl_x509name.c;T;[o;;[I"\Add X509::Name#hash_old as a wrapper for X509_NAME_hash_old in OpenSSL 1.0.0. See #4805;To;;I".test/openssl/test_x509name.rb (test_hash);T;[o;;[I"'Make test pass with OpenSSL 1.0.0.;To;;I" NEWS;T;[o;;[I"Add it.;TS; ; i;I"EThu Jun 23 19:30:53 2011 Hiroshi Nakamura <nahi@ruby-lang.org>;T@ o; ;;;[o;;I"?ext/openssl/ossl_ssl_session.c (ossl_ssl_session_set_time);T;[o;;[I"RCheck argument type with NUM2LONG if the arg is not a Time object. See #4919.;To;;I"Bext/openssl/ossl_ssl_session.c (ossl_ssl_session_set_timeout);T;[o;;[I"HCheck type with NUM2LONG. Time as an arg is not allowed. See #4919.;To;;I"Otest/openssl/test_ssl_session.rb (test_session_time, test_session_timeout);T;[o;;[I" Test it.;TS; ; i;I"AWed Jun 23 13:30:30 2011 Shota Fukumori <sorah@tubusu.net>;T@ o; ;;;[o;;I"#signal.c(ruby_atomic_exchange);T;[o;;[I"Fix definition style.;TS; ; i;I"2011-06-22;T@ S; ; i;I"EWed Jun 22 22:34:05 2011 Hiroshi Nakamura <nahi@ruby-lang.org>;T@ o; ;;;[o;;I"8ext/openssl/ossl_ssl.c (ossl_sslctx_session_new_cb);T;[o;;[I"�Return 0 to OpenSSL from the callback for SSL_CTX_sess_set_get_cb(). Returning 0 means to OpenSSL that the session is still valid;To;;0;[o;;[0o;;I"Btest/openssl/test_ssl_session.rb (test_ctx_server_session_cb);T;[o;;[I" Test it.;TS; ; i;I"KWed Jun 22 21:29:25 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"%ext/socket/depend (SOCK_HEADERS);T;[o;;[I"3use $(top_srcdir) instead of $(topdir). sorry!;TS; ; i;I"BWed Jun 22 19:47:03 2011 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[ o;;I"cont.c (cont_capture);T;[o;;[I"�add volatile. On clang -O, it is needed to avoid the optimization. With this and llvm/clang's recent fix, clang 3.0 can build ruby-trunk with -O option.;To;;I"cont.c (cont_capture);T;[o;;[I"use for-loop.;To;;I"array.c (rb_ary_each);T;[o;;[I"add volatile and use it.;To;;I"$vm_insnhelper.c (vm_call_cfunc);T;[o;;[I"ditto.;TS; ; i;I"EWed Jun 22 18:20:46 2011 Hiroshi Nakamura <nahi@ruby-lang.org>;T@ o; ;;;[o;;I";ext/openssl/ossl_ssl.c (ossl_sslctx_session_remove_cb);T;[o;;[I"sOpenSSL::SSL::SSLContext#session_remove_cb was broken. It wrongly tried to call the session_*new*_cb callback.;To;;I"5test/openssl/test_ssl_session.rb (class OpenSSL);T;[o;;[I" Test it.;TS; ; i;I"EWed Jun 22 12:41:03 2011 Hiroshi Nakamura <nahi@ruby-lang.org>;T@ o; ;;;[o;;I"=ext/openssl/ossl_ssl_session.c (ossl_ssl_session_to_der);T;[o;;[I"BOpenSSL::SSL::Session#to_der was broken. Fix buffer handling.;To;;I"4test/openssl/test_ssl_session.rb (test_session);T;[o;;[I" Test it.;TS; ; i;I"EWed Jun 22 12:38:52 2011 Hiroshi Nakamura <nahi@ruby-lang.org>;T@ o; ;;;[o;;I"%test/openssl/test_ssl_session.rb;T;[o;;[I":Split out SSL::Session related tests from test_ssl.rb;TS; ; i;I"KWed Jun 22 03:20:52 2011 Aaron Patterson <aaron@tenderlovemaking.com>;T@ o; ;;;[o;;I",ext/psych/lib/psych/visitors/to_ruby.rb;T;[o;;[I"\Fix cyclic references of objects. Thanks to CvX for reporting the bug and a test case.;To;;I"test/psych/test_object.rb;T;[o;;[I"'test for cyclic object references.;TS; ; i;I"EWed Jun 22 02:39:54 2011 Hiroshi Nakamura <nahi@ruby-lang.org>;T@ o; ;;;[o;;I"*lib/net/http.rb (Net::HTTP.post_form);T;[o;;[I"ADo not ignore query part of the given URI to post. See #655.;To;;I"7test/net/http/test_http.rb, test/net/http/utils.rb;T;[o;;[I" Test it.;TS; ; i;I"EWed Jun 22 01:28:13 2011 Hiroshi Nakamura <nahi@ruby-lang.org>;T@ o; ;;;[o;;I"5test/openssl/test_x509store.rb (test_set_errors);T;[o;;[I"�Redhat is distributing a patched version of OpenSSL that allows multiple CRL for a key (multi-crl.patch.) Make test pass on such env. See #4122, #4554.;TS; ; i;I"2011-06-21;T@ S; ; i;I"ETue Jun 21 21:50:37 2011 Hiroshi Nakamura <nahi@ruby-lang.org>;T@ o; ;;;[o;;I"<lib/webrick/httpresponse.rb (HTTPResponse#setup_header);T;[o;;[I"�Close HTTP/1.1 connection when returning an IO object as response body without setting HTTPResponse#chunked to true. See #855 no.1.;To;;I"$test/webrick/test_httpserver.rb;T;[o;;[I" Test it.;TS; ; i;I"KTue Jun 21 21:27:34 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[ o;;I"internal.h;T;[o;;[I"�move rb_thread_io_blocking_region() declaration from intern.h to internal.h. It's still experimental API and need more discussion. [ruby-dev:43698];To;;I"include/ruby/intern.h;T;[o;;[I"ditto.;To;;I"ext/socket/rubysocket.h;T;[o;;[I"include internal.h.;To;;I"ext/socket/depend;T;[o;;[I"add internal.h dependency.;To;;I"ext/socket/extconf.rb;T;[o;;[I"add $INCFLAGS to topdir.;TS; ; i;I"ATue Jun 21 20:38:47 2011 Tadayoshi Funaba <tadf@dotrb.org>;T@ o; ;;;[o;;I"(ext/date/date_core.c (datetime_s_*);T;[o;;[I"canonicalize 24 o'clock.;TS; ; i;I"KTue Jun 21 19:46:23 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"8test/ruby/test_thread.rb (TestThread#test_priority);T;[o;;[I"Renable this test again. Current GVL respect thread priority rather than past.;TS; ; i;I">Tue Jun 21 13:25:35 2011 TAKAO Kouji <kouji@takao7.net>;T@ o; ;;;[o;;I",ext/readline/readline.c (readline_getc);T;[o;;[I"Tapplied a patch in #3827 by by Akio Tajima <artonx AT yahoo.co.jp>. (see #3827);TS; ; i;I">Tue Jun 21 13:16:31 2011 TAKAO Kouji <kouji@takao7.net>;T@ o; ;;;[o;;I"ext/readline/extconf.rb;T;[o;;[I"�fixed bug, specify --disable-libedit then disable libedit, does not specify then check readline and libedit if failed checking readline. (fixes #3375);TS; ; i;I"2011-06-20;T@ S; ; i;I"KMon Jun 20 22:52:07 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"process.c (before_exec);T;[o;;[I"?use sig_do_nothing instead of SIG_DFL for avoiding a race.;To;;I"process.c (sig_do_nothing);T;[o;;[I"new function.;TS; ; i;I"KMon Jun 20 21:31:03 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"$thread_pthread.c (thread_timer);T;[o;;[I">rename timeout_10ms to time_quantum. it's no longer 10ms.;TS; ; i;I"EMon Jun 20 18:46:02 2011 Hiroshi Nakamura <nahi@ruby-lang.org>;T@ o; ;;;[o;;I"Aext/openssl/ossl_cipher.c, ext/openssl/lib/openssl/cipher.rb;T;[o;;[I"4Documentation fix by Ippei Obayashi. See #4419.;TS; ; i;I"EMon Jun 20 15:41:33 2011 Hiroshi Nakamura <nahi@ruby-lang.org>;T@ o; ;;;[o;;I"2lib/webrick/cookie.rb (WEBrick::Cookie.parse);T;[o;;[I"�Revert r31228. r31228 was for allowing the 'Cookie:' header which did not have no SP after ';' for separating cookie-pairs but RFC6265 requires single SP after ';' there. We allow multiple SPs here for compatibility with older WEBrick version.;To;;I" test/webrick/test_cookie.rb;T;[o;;[I" Test it.;TS; ; i;I"2011-06-19;T@ S; ; i;I"ASun Jun 19 13:31:26 2011 Shota Fukumori <sorah@tubusu.net>;T@ o; ;;;[o;;I" NEWS;T;[o;;[I"(Introduce --hide-skip on test/unit.;TS; ; i;I"ASun Jun 19 10:05:16 2011 Shota Fukumori <sorah@tubusu.net>;T@ o; ;;;[o;;I"lib/test/unit/parallel.rb;T;[o;;[I"POverride Test::Unit::TestCase#on_parallel_worker? only when $0 == __FILE__.;To;;I"lib/test/unit/parallel.rb;T;[o;;[I"9Run Test::Unit::Worker.run only when $0 == __FILE__.;TS; ; i;I"2011-06-18;T@ S; ; i;I"ESat Jun 18 23:59:24 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"io.c (fill_cbuf);T;[o;;[I"�finish reading at EOF, and the readconv has been cleared by another thread while io_fillbuf() is waiting at select(). a patch in [ruby-core:37197] by Hiroshi Shirosaki <h.shirosaki AT gmail.com>. fixed #3840;TS; ; i;I"KSat Jun 18 21:36:29 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"thread_pthread.c;T;[o;;[I"remove GVL_DEBUG;TS; ; i;I"KSat Jun 18 21:32:02 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"*vm.c, vm_core.h (rb_vm_stack_to_heap);T;[o;;[I"2remove const. It makes compilations warnings.;TS; ; i;I"=Sat Jun 18 18:54:15 2011 Koichi Sasada <ko1@atdot.net>;T@ o; ;;;[o;;I"*vm.c, vm_core.h (rb_vm_stack_to_heap);T;[o;;[I"fix "const" place.;TS; ; i;I";Sat Jun 18 17:23:38 2011 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[ o;;I">eval.c, hash.c, load.c, proc.c, range.c, thread.c, time.c;T;[o;;[I"&don't declare internal functions.;To;;I"internal.h, vm_core.h;T;[o;;[I" declare internal functions.;To;;I"array.c;T;[o;;[I"include internal.h.;To;;I"common.mk;T;[o;;[I"#update dependency for array.o.;TS; ; i;I";Sat Jun 18 13:39:33 2011 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"internal.h;T;[o;;[I"7declarations declared in include/ruby/*.h removed.;TS; ; i;I";Sat Jun 18 12:42:17 2011 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I" method.h, internal.h iseq.h;T;[o;;[I" declare internal functions.;To;;I"}compile.c, eval.c, iseq.c, object.c, parse.y, proc.c, process.c, thread.c, vm.c, vm_eval.c, vm_insnhelper.c, vm_method.c;T;[o;;[I"�don't declare internal functions. Note that rb_method_entry_eq() is defined in vm_method.c but there was a declaration in proc.c with different const-ness. Now it is declared in method.h with same const-ness to the definition.;To;;I""object.c (rb_mod_module_exec);T;[o;;[I"?don't declare functions declared in include/ruby/intern.h.;TS; ; i;I"ESat Jun 18 12:05:08 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"%include/ruby/backward/classext.h;T;[o;;[I" for evil gems. fixed #4803;TS; ; i;I";Sat Jun 18 11:12:13 2011 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"common.mk;T;[o;;[I"update dependencies.;TS; ; i;I";Sat Jun 18 11:09:03 2011 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I" io.c;T;[o;;[I"suppress warnings.;TS; ; i;I";Sat Jun 18 10:22:39 2011 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[ o;;I"internal.h;T;[o;;[I"%declare more internal functions.;To;;I" iseq.h (rb_method_get_iseq);T;[o;;[I"declared.;To;;I"dcompile.c, eval.c, eval_error.c, iseq.c, parse.y, proc.c, range.c, ruby.c, time.c, util.c, vm.c;T;[o;;[I"&don't declare internal functions.;To;;I"&eval.c, parse.y, thread_pthread.c;T;[o;;[I"0non-existing function declarations removed.;TS; ; i;I";Sat Jun 18 08:12:54 2011 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"common.mk;T;[o;;[I"dependencies updated.;To;;I"tool/update-deps;T;[o;;[I"9new file to assist update dependencies in common.mk.;TS; ; i;I";Sat Jun 18 07:27:27 2011 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[ o;;I"internal.h;T;[o;;[I"%declare internal functions here.;To;;I"node.h;T;[o;;[I"4declare NODE dependent internal functions here.;To;;I"iseq.h;T;[o;;[I"9declare rb_iseq_t dependent internal functions here.;To;;I"vm_core.h;T;[o;;[I";declare rb_thread_t dependent internal functions here.;To;;I"Qbignum.c, class.c, compile.c, complex.c, cont.c, dir.c, encoding.c, enumerator.c, error.c, eval.c, file.c, gc.c, hash.c, inits.c, io.c, iseq.c, load.c, marshal.c, math.c, numeric.c, object.c, parse.y, proc.c, process.c, range.c, rational.c, re.c, ruby.c, string.c, thread.c, time.c, transcode.c, variable.c, vm.c, tool/compile_prelude.rb;T;[o;;[I" don't declare internal functions declared in above headers. include above headers if required. Note that rb_thread_mark() was declared as void rb_thread_mark(rb_thread_t *th) in cont.c but defined as void rb_thread_mark(void *ptr) in vm.c. Now it is declared as the later in internal.h.;TS; ; i;I";Sat Jun 18 02:36:00 2011 Kenta Murata <mrkn@mrkn.jp>;T@ o; ;;;[o;;I"/ext/bigdecimal/bigdecimal.c (VpNewRbClass);T;[o;;[I""fix type of the 2nd argument.;To;;I" ext/bigdecimal/bigdecimal.h;T;[o;;[I"ditto.;TS; ; i;I";Sat Jun 18 02:30:00 2011 Kenta Murata <mrkn@mrkn.jp>;T@ o; ;;;[ o;;I"0ext/bigdecimal/bigdecimal.c (BigMath_s_exp);T;[o;;[I".move BigMath.exp from bigdecimal/math.rb.;To;;I"*ext/bigdecimal/lib/bigdecimal/math.rb;T;[o;;[I"ditto.;To;;I"'test/bigdecimal/test_bigdecimal.rb;T;[o;;[I"Dmove test for BigMath.exp from test/bigdecimal/test_bigmath.rb.;To;;I"$test/bigdecimal/test_bigmath.rb;T;[o;;[I"ditto.;TS; ; i;I"ASat Jun 18 00:20:54 2011 Tadayoshi Funaba <tadf@dotrb.org>;T@ o; ;;;[o;;I"ext/date/date_core.c;T;[o;;[I"do not define wnum[01].;TS; ; i;I"2011-06-17;T@ S; ; i;I"BFri Jun 17 18:57:36 2011 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I""compile.c (iseq_compile_each);T;[o;;[I"%fix return value of obj[a,*b]=c.;TS; ; i;I"AFri Jun 17 13:09:45 2011 Eric Hodel <drbrain@segment7.net>;T@ o; ;;;[o;;I"ext/curses/curses.c;T;[o;;[I"Clean up documentation.;TS; ; i;I"AFri Jun 17 09:25:14 2011 Eric Hodel <drbrain@segment7.net>;T@ o; ;;;[o;;I"ext/curses/curses.c;T;[o;;[I"PDocument curses constants. Patch by Vincent Batts. [Ruby 1.9 - Bug #4880];TS; ; i;I"AFri Jun 17 09:11:05 2011 Eric Hodel <drbrain@segment7.net>;T@ o; ;;;[o;;I" object.c;T;[o;;[I"iDocument Module#method_added and #method_removed. Patch by Bryce Kerley. [Ruby 1.9 - Feature #4867];TS; ; i;I"AFri Jun 17 08:50:16 2011 Eric Hodel <drbrain@segment7.net>;T@ o; ;;;[o;;I" io.c;T;[o;;[I"dImprove documentation of IO and File open and new. Patch by Roger Pack. [Ruby 1.9 - Bug #4790];TS; ; i;I"AFri Jun 17 07:53:50 2011 Eric Hodel <drbrain@segment7.net>;T@ o; ;;;[o;;I"lib/csv.rb;T;[o;;[I"NDocument #raw_encoding. Patch by David Czarnecki. [Ruby 1.9 - Bug #4874];TS; ; i;I"AFri Jun 17 07:46:50 2011 Eric Hodel <drbrain@segment7.net>;T@ o; ;;;[o;;I"lib/benchmark.rb;T;[o;;[I"[Document Benchmark::Tms#memberwise. Patch by David Czarnecki. [Ruby 1.9 - Bug #4873];TS; ; i;I"AFri Jun 17 07:38:31 2011 Eric Hodel <drbrain@segment7.net>;T@ o; ;;;[o;;I"lib/prettyprint.rb;T;[o;;[I"?Improve documentation. Patch by Ysiad Ferreiras. [#4834];TS; ; i;I"AFri Jun 17 07:23:03 2011 Eric Hodel <drbrain@segment7.net>;T@ o; ;;;[o;;I"array.c (rb_ary_drop);T;[o;;[I"IImprove documentation. Patch by Caley Woods. [Ruby 1.9 - Bug #4858];TS; ; i;I"AFri Jun 17 06:11:31 2011 Eric Hodel <drbrain@segment7.net>;T@ o; ;;;[o;;I"lib/webrick/log.rb;T;[o;;[I"`Improve documentation of BasicLog and Log. Patch by Olivier Brisse. [Ruby 1.9 - Bug #4833];To;;I"lib/webrick/httpstatus.rb;T;[o;;[I"cImprove documentation of WEBrick::HTTPStatus. Patch by Olivier Brisse. [Ruby 1.9 - Bug #4833];TS; ; i;I"=Fri Jun 17 04:48:22 2011 Koichi Sasada <ko1@atdot.net>;T@ o; ;;;[o;;I"'thread_pthread.c, thread_pthread.h;T;[o;;[I"remove unused variables.;To;;I"(native_thread_data_t;T;[o;;[I"/:gvl_cond, native_thread_data_t::gvl_next);TS; ; i;I"=Fri Jun 17 03:07:36 2011 Koichi Sasada <ko1@atdot.net>;T@ o; ;;;[o;;I"Rbenchmark/bm_vm4_thread_create_join.rb, benchmark/bm_vm4_thread_mutex[1-3].rb;T;[o;;[I".renamed to bm_thread_* (fix last rename).;TS; ; i;I"=Fri Jun 17 02:26:47 2011 Koichi Sasada <ko1@atdot.net>;T@ o; ;;;[o;;I",thread_pthread.c (native_thread_create);T;[o;;[I"fix debug message.;To;;0;[o;;[0S; ; i;I"2011-06-16;T@ S; ; i;I"BThu Jun 16 14:32:31 2011 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"time.c (rb_time_new);T;[o;;[I""prevent overflow by "* 1000".;TS; ; i;I"KThu Jun 16 23:40:49 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"&thread.c (rb_thread_schedule_rec);T;[o;;[I""fix {UN,}LIKELY macro misuse.;To;;I"gc.c (rb_newobj);T;[o;;[I"ditto.;To;;I"'vm_insnhelper.c (vm_method_search);T;[o;;[I"ditto.;TS; ; i;I"AThu Jun 16 20:06:15 2011 Shota Fukumori <sorah@tubusu.net>;T@ o; ;;;[ o;;I"#test/testunit/test_parallel.rb;T;[o;;[I"Fix Regexp for test.;To;;I"3test/testunit/tests_for_parallel/test_third.rb;T;[o;;[I"GUse Test::Unit::TestCase#on_parallel_worker? for detecting worker.;To;;I"Hlib/test/unit/testcase.rb(Test::Unit::TestCase#on_parallel_worker?);T;[o;;[I"tNew Method Test::Unit::TestCase#on_parallel_worker? returns true when a testcase is running on parallel worker.;To;;I"Hlib/test/unit/parallel.rb(Test::Unit::TestCase#on_parallel_worker?);T;[o;;[I"ditto.;TS; ; i;I"EThu Jun 16 19:27:12 2011 Hiroshi Nakamura <nahi@ruby-lang.org>;T@ o; ;;;[o;;I"test/test_securerandom.rb;T;[o;;[I"�Add testcase. This testcase does NOT aim to test cryptographically strongness and randomness. It includes the test for PID recycle issue of OpenSSL described in #4579 but it's disabled by default.;TS; ; i;I"KThu Jun 16 17:55:07 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I":test/ruby/test_io.rb (TestIO#test_copy_stream_socket);T;[o;;[I"<fix test hanging up issue. Patch by CHIKANAGA Tomoyuki.;TS; ; i;I"AThu Jun 16 15:17:39 2011 Eric Hodel <drbrain@segment7.net>;T@ o; ;;;[o;;I"variable.c (const_missing);T;[o;;[I"VAdd simple example of const_missing. Patch by Anuj Dutta. [Ruby 1.9 - Bug #4794];TS; ; i;I"AThu Jun 16 15:09:29 2011 Eric Hodel <drbrain@segment7.net>;T@ o; ;;;[o;;I"lib/monitor.rb;T;[o;;[I"JImprove documentation. Patch by Sandor Szucs. [Ruby 1.9 - Bug #4823];TS; ; i;I"AThu Jun 16 14:54:09 2011 Eric Hodel <drbrain@segment7.net>;T@ o; ;;;[o;;I"lib/webrick/utils.rb;T;[o;;[I"ODocument WEBrick::Utils. Patch by Olivier Brisse. [Ruby 1.9 - Bug #4819];TS; ; i;I"AThu Jun 16 14:26:46 2011 Eric Hodel <drbrain@segment7.net>;T@ o; ;;;[o;;I"*lib/webrick/httpservlet/erbhandler.rb;T;[o;;[I"^Allow the ERB document to alter the content-type of the response. [Ruby 1.9 - Bug #4685];TS; ; i;I"AThu Jun 16 14:15:47 2011 Eric Hodel <drbrain@segment7.net>;T@ o; ;;;[o;;I"lib/timeout.rb;T;[o;;[I"QClarify timeout duration types. Patch by Alf Mikula. [Ruby 1.9 - Bug #4791];To;;I"lib/net/http.rb;T;[o;;[I" ditto;TS; ; i;I"AThu Jun 16 13:25:25 2011 Eric Hodel <drbrain@segment7.net>;T@ o; ;;;[o;;I"lib/rdoc*;T;[o;;[I"&Import RDoc 3.7 release candidate;TS; ; i;I"AThu Jun 16 11:35:09 2011 Shugo Maeda <shugo@ruby-lang.org>;T@ o; ;;;[o;;I"&lib/net/imap.rb (search_response);T;[o;;[I"gparses SEARCH responses from the Yahoo IMAP server correctly. patched by Mark Nadig. [Bug #4509];TS; ; i;I"EThu Jun 16 09:12:38 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;0;[o;;[0S; ; i;I"EThu Jun 16 09:08:39 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"Btest/io/console/test_io_console.rb (TestIO_Console#test_sync);T;[o;;[I"fix for daemon process.;TS; ; i;I"AThu Jun 16 07:58:01 2011 Shota Fukumori <sorah@tubusu.net>;T@ o; ;;;[o;;I"6test/testunit/test_parallel.rb(test_ignore_tzero);T;[o;;[I"Test for r32109.;To;;I"3test/testunit/tests_for_parallel/test_third.rb;T;[o;;[I"iUse another way to detect that test is running on worker. This fixes sometimes TestParallel failing.;TS; ; i;I"AThu Jun 16 07:20:06 2011 Shota Fukumori <sorah@tubusu.net>;T@ o; ;;;[o;;I"7lib/test/unit.rb(Test::Unit::Runner#_run_parallel);T;[o;;[I"?Ignore -j0 because it makes blocking forever by IO.select.;TS; ; i;I"BThu Jun 16 03:08:11 2011 NAKAMURA Usaku <usa@ruby-lang.org>;T@ o; ;;;[o;;I"Mtest/testunit/test_parallel.rb (TestParallel::TestParallelWorker# setup);T;[o;;[I"&now can run on Windows, probably.;To;;I"Ftest/testunit/test_parallel.rb (TestParallel::TestParallel#setup);T;[o;;[I"ditto.;TS; ; i;I"BThu Jun 16 03:00:26 2011 NAKAMURA Usaku <usa@ruby-lang.org>;T@ o; ;;;[ o;;I"thread.c (do_select);T;[o;;[I"9Windows: no need to poll if select(2) is cancelable.;To;;I"&thread_win32.c (native_fd_select);T;[o;;[I"/new function to make select(2) cancelable.;To;;I",thread_win32.c (rb_w32_check_interrupt);T;[o;;[I")new function for checking interrupt.;To;;I".win32/win32.c (rb_w32_select_with_thread);T;[o;;[I"(new function. cancelable select(2).;To;;I""win32/win32.c (rb_w32_select);T;[o;;[I"#use above function internally.;TS; ; i;I"2011-06-15;T@ S; ; i;I"KWed Jun 15 23:30:45 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[ o;;I" gc.c;T;[o;;[I"�fix a regression by r31690 on AIX because AIX malloc return NULL if it's passed 0. But some caller don't expect it. patch by Yutaka Kanemoto. [ruby-dev:43779];To;;I"(vm_malloc_prepare);T;[o;;[I"return calculated size.;To;;I"(vm_xmalloc);T;[o;;[I"use above result.;To;;I"(vm_xcalloc);T;[o;;[I"ditto.;TS; ; i;I"KWed Jun 15 23:11:35 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I" thread.c;T;[o;;[I"Kremove BLOCKING_REGION_CORE() macro. It's no longer used since r32022.;TS; ; i;I";Wed Jun 15 12:35:11 2011 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"3test/ruby/test_io.rb (test_copy_stream_socket);T;[o;;[I"<wait a child process before SIGUSR1 handler is removed.;To;;I"6test/pathname/test_pathname.rb (define_assertion);T;[o;;[I"+use line number for test method names.;TS; ; i;I"BWed Jun 15 10:37:43 2011 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"file.c (rb_stat_rdev);T;[o;;[I"use DEVT2NUM.;To;;I" file.c (rb_stat_rdev_major);T;[o;;[I"ditto.;To;;I" file.c (rb_stat_rdev_minor);T;[o;;[I"ditto.;TS; ; i;I"HWed Jun 15 05:12:59 2011 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>;T@ o; ;;;[o;;I"+ext/tk/tcltklib.c (lib_eventloop_core);T;[o;;[I"qrevert the last change (it's the part for ruby_1_8), and use rb_thread_check_ints() when RUBY_VM is defined.;TS; ; i;I"=Wed Jun 15 04:42:47 2011 Koichi Sasada <ko1@atdot.net>;T@ o; ;;;[o;;I"!benchmark/bm_vm3_thread_*.rb;T;[o;;[I"?renamed bm_vm3_thread_*.rb to benchmark/bm_vm_thread_*.rb.;TS; ; i;I"KWed Jun 15 04:28:39 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[ o;;I"$benchmark/bm_vm4_thread_pass.rb;T;[o;;[I"8rename bm_vm4* to bm_vm_thread_*. suggested by ko1.;To;;I"benchmark/bm_vm4_pipe.rb;T;[o;;[I"ditto.;To;;I"%benchmark/bm_vm4_alive_check1.rb;T;[o;;[I"ditto.;To;;I"#benchmark/bm_vm4_pass_flood.rb;T;[o;;[I"ditto.;TS; ; i;I"KWed Jun 15 03:52:50 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"#benchmark/bm_vm4_pass_flood.rb;T;[o;;[I"$new benchmark for GVL fairness.;To;;I"%benchmark/bm_vm4_alive_check1.rb;T;[o;;[I"ditto.;TS; ; i;I"KWed Jun 15 01:27:53 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"!thread_pthread.c (gvl_yield);T;[o;;[I"Lfix live lock issue on 1-2 cpus system. It's additional fix for r32021.;To;;I" thread_pthread.c (gvl_init);T;[o;;[I"add switch_wait_cond.;To;;I"?thread_pthread.h (typedef struct rb_global_vm_lock_struct);T;[o;;[I"ditto.;TS; ; i;I"2011-06-14;T@ S; ; i;I";Tue Jun 14 23:16:22 2011 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I",bootstraptest/runner.rb (show_progress);T;[o;;[I"refine verbose mode.;To;;I"(exec_test);T;[o;;[I"ditto.;TS; ; i;I";Tue Jun 14 23:02:36 2011 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[ o;;I",bootstraptest/runner.rb (show_progress);T;[o;;[I"!extracted from assert_check.;To;;I"(assert_check);T;[o;;[I"use show_progress.;To;;I"(assert_normal_exit);T;[o;;[I"ditto.;To;;I"(assert_finish);T;[o;;[I"ditto.;To;;I"(flunk);T;[o;;[I"ditto.;TS; ; i;I"ATue Jun 14 22:51:42 2011 Tadayoshi Funaba <tadf@dotrb.org>;T@ o; ;;;[o;;I"test/date/test_*.rb;T;[o;;[I"added tests.;TS; ; i;I"ATue Jun 14 22:09:58 2011 Tadayoshi Funaba <tadf@dotrb.org>;T@ o; ;;;[o;;I"ext/date/date_core.c;T;[o;;[I"renamed some functions.;To;;I"ext/date/date_core.c;T;[o;;[I"modified doc.;TS; ; i;I"JTue Jun 14 21:26:01 2011 CHIKANAGA Tomoyuki <nagachika00@gmail.com>;T@ o; ;;;[o;;I"cont.c (cont_save_thread);T;[o;;[I"add new utility function. rb_context_t::saved_thread.machine_stack_start and machine_stack_end should be cleared immediately after a snapshot of current thread is stored to saved_thread. [ruby-dev:43680] [Bug #4855] this change aims to get rid of unnecessary GC mark at machine stack.;TS; ; i;I";Tue Jun 14 19:50:49 2011 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"test/ruby/test_autoload.rb;T;[o;;[I" remove temporary directory.;TS; ; i;I"FTue Jun 14 11:05:03 2011 Narihiro Nakamura <narihiro@netlab.jp>;T@ o; ;;;[o;;I"gc.c (rb_gc_set_params);T;[o;;[I"?call initial_expand_heap if initial_heap_min_slots is set.;TS; ; i;I"FTue Jun 14 11:02:08 2011 Narihiro Nakamura <narihiro@netlab.jp>;T@ o; ;;;[o;;I" gc.c;T;[o;;[I"use size_t.;TS; ; i;I"=Tue Jun 14 01:10:38 2011 Yusuke Endoh <mame@tsg.ne.jp>;T@ o; ;;;[o;;I"#test/coverage/test_coverage.rb;T;[o;;[I"Jadd a test for restart. a patch from Xavier Shay. [ruby-core:36745];TS; ; i;I"=Tue Jun 14 01:05:10 2011 Yusuke Endoh <mame@tsg.ne.jp>;T@ o; ;;;[o;;I"ext/coverage/coverage.c;T;[o;;[I",make it restartable. [ruby-core:36539];TS; ; i;I"2011-06-13;T@ S; ; i;I"KMon Jun 13 23:55:40 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"&thread.c (rb_thread_schedule_rec);T;[o;;[I"&call gvl_yield() unconditionally.;To;;I"thread_pthread.c;T;[o;;[I"!remove HAVE_GVL_YIELD macro.;To;;I"thread_win32.c (gvl_yield);T;[o;;[I"Fnew. this fallback logic was moved from rb_thread_schedule_rec().;TS; ; i;I"BMon Jun 13 23:50:25 2011 NAKAMURA Usaku <usa@ruby-lang.org>;T@ o; ;;;[o;;I"+ext/io/console/console.c (console_dev);T;[o;;[I" typo.;TS; ; i;I"EMon Jun 13 23:38:23 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I""parse.y (parser_parse_string);T;[o;;[I"[flush delayed token. based on a patch by Masaya Tarui in [ruby-dev:43762]. Bug #4544;To;;I"parse.y (yylex);T;[o;;[I"frevert r24557. delayed token at the end of string should be flushed already by the above change.;TS; ; i;I"EMon Jun 13 23:33:31 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"+ext/io/console/console.c (console_dev);T;[o;;[I""console should be unbuffered.;To;;I"+ext/io/console/console.c (console_dev);T;[o;;[I"take care of no-ctty case.;TS; ; i;I"KMon Jun 13 23:06:12 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[ o;;I"thread_pthread.c;T;[o;;[I"�rewrite GVL completely. This fix improve some benchmark dramatically (e.g. vm3_thread_mutex result changed form 120.601sec to 3.426sec).;To;;I"thread_win32.c;T;[o;;[I"ditto.;To;;I"thread_pthread.h;T;[o;;[I"ditto.;To;;I"vm_core.h;T;[o;;[I"ditto.;To;;I" thread.c;T;[o;;[I"ditto.;TS; ; i;I";Mon Jun 13 23:11:52 2011 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"test/socket/test_unix.rb;T;[o;;[I")don't use Thread.abort_on_exception.;TS; ; i;I";Mon Jun 13 23:05:01 2011 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"+ext/socket/unixsocket.c (unix_send_io);T;[o;;[I"race condition fixed.;To;;I"(unix_recv_io);T;[o;;[I"2ditto. fixed by Eric Wong. [ruby-core:35574];To;;I"test/socket/test_unix.rb;T;[o;;[I""test added for above problem.;TS; ; i;I"KMon Jun 13 21:41:05 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"(thread_win32.c (native_cond_signal);T;[o;;[I"Mremove unnecessary rb_bug(). It's additional fix for r32021. [Bug #4696];TS; ; i;I"=Mon Jun 13 20:18:55 2011 Koichi Sasada <ko1@atdot.net>;T@ o; ;;;[o;;I"vm_core.h, vm_insnhelper.h;T;[o;;[I"emove decl. of ruby_vm_global_state_version and related macros from vm_core.h to vm_insnhelper.h.;To;;I"vm.c (vm_clear_all_cache);T;[o;;[I"�added. This function is called when ruby_vm_global_state_version overflows. TODO: vm_clear_all_inline_method_cache() is only place holder. We need to implement it ASAP.;To;;I"/vm_method.c (vm_clear_global_method_cache);T;[o;;[I"added.;TS; ; i;I"EMon Jun 13 19:46:21 2011 Keiju Ishitsuka <keiju@ishitsuka.com>;T@ o; ;;;[o;;I"lib/cmath.rb;T;[o;;[I"+add new method Object#real?. fix #3137;TS; ; i;I";Mon Jun 13 18:52:00 2011 Kenta Murata <mrkn@mrkn.jp>;T@ o; ;;;[o;;I"8ext/bigdecimal/bigdecimal.c (is_kind_of_BigDecimal);T;[o;;[I"Jnew function to examine the whether the object is kind of BigDecimal.;TS; ; i;I";Mon Jun 13 18:49:00 2011 Kenta Murata <mrkn@mrkn.jp>;T@ o; ;;;[o;;I"0ext/bigdecimal/bigdecimal.c (BigDecimalCmp);T;[o;;[I"=use GetVpValueWithPrec for Float and Rational arguments.;To;;I"Htest/bigdecimal/test_bigdecimal.rb (test_new, test_cmp, test_power);T;[o;;[I"/add and modify tests for the above change.;To;;I"0ext/bigdecimal/bigdecimal.c (BigDecimalCmp);T;[o;;[I"2modify coding style to match ruby's standard.;TS; ; i;I";Mon Jun 13 18:33:04 2011 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"4lib/securerandom.rb (SecureRandom.random_bytes);T;[o;;[I"�modify PRNG state to prevent random number sequence repetition at forked child process which has same pid. reported by Eric Wong. [ruby-core:35765];TS; ; i;I"BMon Jun 13 17:02:34 2011 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I")lib/net/http.rb (Net::HTTP#use_ssl?);T;[o;;[I"?require 'openssl' only when https is needed. fixes r31933.;TS; ; i;I";Mon Jun 13 14:35:00 2011 Kenta Murata <mrkn@mrkn.jp>;T@ o; ;;;[o;;I"lib/cmath.rb (CMath.cbrt);T;[o;;[I"Mreturns the principal value of the cube root of the argument. fix #3676;To;;I"Htest/test_cmath.rb (test_cbrt_returns_principal_value_of_cube_root);T;[o;;[I"test for the above change.;TS; ; i;I";Mon Jun 13 14:17:00 2011 Kenta Murata <mrkn@mrkn.jp>;T@ o; ;;;[o;;I":lib/test/unit.rb (Test::Unit::GlobOption#non_options);T;[o;;[I"fix typo.;TS; ; i;I"BMon Jun 13 12:51:51 2011 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"lib/yaml.rb;T;[o;;[I"-load psych only when syck is not loaded.;TS; ; i;I"BMon Jun 13 12:23:39 2011 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[ S; ; i;I"BMon Jun 13 12:23:39 2011 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"Bext/psych/lib/psych/deprecated.rb (Object#to_yaml_properties);T;[o;;[I"1undef to_yaml_properties before redefine it.;To;;I"#ext/syck/lib/syck/rubytypes.rb;T;[o;;[I"ditto.;TS; ; i;I"=Mon Jun 13 04:42:24 2011 Koichi Sasada <ko1@atdot.net>;T@ o; ;;;[o;;I"&ext/objspace/objspace.c (total_i);T;[o;;[I"!fix to skip no ruby objects.;TS; ; i;I"BMon Jun 13 03:07:38 2011 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"6test/benchmark/test_benchmark.rb (capture_output);T;[o;;[I"�replace '-' as space. On NetBSD, subtract between two Process.times after and before the short process may return negative value like: t0=Process.times; yield; t1=Process.times; p t1.utime-t0.utime;TS; ; i;I"2011-06-12;T@ S; ; i;I"ISun Jun 12 23:36:46 2011 Masatoshi SEKI <m_seki@mva.biglobe.ne.jp>;T@ o; ;;;[o;;I"%lib/drb/drb.rb (kill_sub_thread);T;[o;;[I")remove the method. [ruby-core:34185];TS; ; i;I"ASun Jun 12 21:01:56 2011 Tadayoshi Funaba <tadf@dotrb.org>;T@ o; ;;;[o;;I"/ext/date/date_core.c (d_lite_marshal_load);T;[o;;[I"!should give converted value.;TS; ; i;I"ASun Jun 12 20:36:30 2011 Tadayoshi Funaba <tadf@dotrb.org>;T@ o; ;;;[o;;I"ext/date/date_core.c;T;[o;;[I"edited doc.;TS; ; i;I"=Sun Jun 12 18:12:07 2011 Koichi Sasada <ko1@atdot.net>;T@ o; ;;;[o;;I")benchmark/bm_vm3_clearmethodcache.rb;T;[o;;[I"added.;TS; ; i;I"=Sun Jun 12 17:40:29 2011 Koichi Sasada <ko1@atdot.net>;T@ o; ;;;[o;;I""vm_method.c (rb_clear_cache*);T;[o;;[I""update only vm state version.;To;;I"Evm_method.c (rb_method_entry_get_without_cache, rb_method_entry);T;[o;;[I"�Fill method cache entry with vm state version, and check current vm state version for method (cache) look up. This modification speed-up invalidating of global method cache table. [Ruby 1.9 - Feature #3905] [ruby-core:36908];TS; ; i;I"HSun Jun 12 16:19:48 2011 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>;T@ o; ;;;[o;;I"ext/tk/extconf.rb;T;[o;;[I"2fail on Mac OS X. [Bug #4853][ruby-dev:43655];TS; ; i;I"KSun Jun 12 15:56:08 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I" thread.c;T;[o;;[I"Tremove th->transition_for_lock. It's thread unsafe. [Bug #4723][ruby-dev:43563];TS; ; i;I"KSun Jun 12 15:47:35 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I" thread.c;T;[o;;[I"Ointroduce spurious wakeup safe deadlock check. [Bug #4696][ruby-dev:43554];TS; ; i;I"=Sun Jun 12 13:33:52 2011 Koichi Sasada <ko1@atdot.net>;T@ o; ;;;[o;;I"%benchmark/bm_vm3_thread_mutex.rb;T;[o;;[I"remove it.;To;;I"*benchmark/bm_vm3_thread_mutex[1-3].rb;T;[o;;[I" added 3 benchmarks. 1: one thread with one mutex (no contention). 2: two threads with one mutex (contention). 3: 1000 threads with one mutex (huge number of contention) Above removed benchmark was type 3. Therefore, this commit adds type 1 and 2 benchmark.;TS; ; i;I";Sun Jun 12 11:16:59 2011 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I" io.c;T;[o;;[I"Vuse select() appropriately for sendfile(). Fixed by Eric Wong. [ruby-core:36150];To;;I"((maygvl_copy_stream_wait_readwrite);T;[o;;[I" removed.;To;;I"!(nogvl_copy_stream_sendfile);T;[o;;[I"tuse nogvl_copy_stream_wait_write and maygvl_copy_stream_wait_read instead of maygvl_copy_stream_wait_readwrite.;TS; ; i;I"ESun Jun 12 09:32:13 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"atomic.h (ATOMIC_OR);T;[o;;[I"/_InterlockedOr is not available on mingw.h;To;;I"gc.c (rb_gc_set_params);T;[o;;[I"&VM_OBJSPACE is disabled on mingw.;TS; ; i;I"ASun Jun 12 01:07:09 2011 Tadayoshi Funaba <tadf@dotrb.org>;T@ o; ;;;[o;;I"ext/date/date_core.c;T;[o;;[I"edited doc.;TS; ; i;I"2011-06-11;T@ S; ; i;I"KSat Jun 11 23:18:00 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"dvm_core.h (RUBY_VM_SET_TIMER_INTERRUPT, RUBY_VM_SET_INTERRUPT, RUBY_VM_SET_FINALIZER_INTERRUPT);T;[o;;[I"Wuse atomic ops for preventing interrupt_flag bit lost. [Bug #4770][ruby-dev:43467];To;;I"3thread.c (rb_threadptr_execute_interrupts_rec);T;[o;;[I"ditto.;To;;I"0vm_core.h (typedef struct rb_thread_struct);T;[o;;[I"2change type of interrupt_flag to rb_atomic_t.;To;;I" atomic.h;T;[o;;[I".move atomic ops definition from signal.c.;To;;I" signal.c;T;[o;;[I""remove atomic ops definition.;To;;I")common.mk (gc, signal, thread, cont);T;[o;;[I"#add to dependency to atomic.h.;TS; ; i;I"ASat Jun 11 23:23:52 2011 Tadayoshi Funaba <tadf@dotrb.org>;T@ o; ;;;[o;;I"ext/date/date_core.c;T;[o;;[I"edited doc.;TS; ; i;I"ESat Jun 11 23:02:36 2011 Hiroshi Nakamura <nahi@ruby-lang.org>;T@ o; ;;;[o;;I":ext/openssl/lib/openssl/buffering.rb (module OpenSSL);T;[o;;[I"KBuffering#each_byte should return String in accordance with IO in 1.9.;To;;I"3test/openssl/test_buffering.rb (class OpenSSL);T;[o;;[I"&add tests for getc and each_byte.;TS; ; i;I"ASat Jun 11 22:41:37 2011 Tadayoshi Funaba <tadf@dotrb.org>;T@ o; ;;;[o;;I"time.c;T;[o;;[I"+a correction of doc for strftime (%v).;TS; ; i;I"ASat Jun 11 22:30:53 2011 Tadayoshi Funaba <tadf@dotrb.org>;T@ o; ;;;[o;;I"ext/date/date_core.c;T;[o;;[I"3replaced doc for strftime based on Time's one.;TS; ; i;I"ASat Jun 11 22:07:56 2011 Tadayoshi Funaba <tadf@dotrb.org>;T@ o; ;;;[o;;I"Sext/date/date_core.c (datetime_s_{iso8601,rfc3339,xmlschema,rfc2822,httpdate});T;[o;;[I"do not take argument comp.;TS; ; i;I"ASat Jun 11 21:58:31 2011 Tadayoshi Funaba <tadf@dotrb.org>;T@ o; ;;;[o;;I"ext/date/date_core.c;T;[o;;[I"added examples.;TS; ; i;I"HSat Jun 11 19:40:45 2011 Narihiro Nakamura <authornari@gmail.com>;T@ o; ;;;[o;;I" gc.c;T;[o;;[I"Iexpand heap if initial_heap_min_slots is bigger than HEAP_MIN_SLOTS.;TS; ; i;I"FSat Jun 11 19:42:50 2011 WATANABE Hirofumi <eban@ruby-lang.org>;T@ o; ;;;[o;;I"ChangeLog (vim);T;[o;;[I"set shiftwidth to 2.;TS; ; i;I"ESat Jun 11 19:27:06 2011 Hiroshi Nakamura <nahi@ruby-lang.org>;T@ o; ;;;[o;;I"ext/openssl/ossl_x509req.c;T;[o;;[I"�raise RequestError instead of CertificateError when Request#to_der gets an error from OpenSSL. Patch from Ippei Obayashi, see #4420. I cannot write a test for this... Request does not allow to create broken bytes...;TS; ; i;I"ASat Jun 11 19:34:51 2011 Tadayoshi Funaba <tadf@dotrb.org>;T@ o; ;;;[o;;I"ext/date/date_core.c (Date;T;[o;;[I"3:(ABBR_)?(MONTH|DAY)NAMES): should be usascii.;TS; ; i;I"ASat Jun 11 19:24:33 2011 Tadayoshi Funaba <tadf@dotrb.org>;T@ o; ;;;[o;;I"ext/date/date_core.c;T;[o;;[I"rewrote doc.;TS; ; i;I"ESat Jun 11 19:04:15 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I":lib/test/unit.rb (Test::Unit::GlobOption#non_options);T;[o;;[I"should run with 1.8.;TS; ; i;I"FSat Jun 11 18:05:57 2011 WATANABE Hirofumi <eban@ruby-lang.org>;T@ o; ;;;[o;;I"bootstraptest/runner.rb;T;[o;;[I"1should initialize $stress to avoid warnings.;TS; ; i;I"ESat Jun 11 18:02:09 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"io.c (io_getc);T;[o;;[I"*should be 7bit if ascii. fixes #4557;TS; ; i;I"ESat Jun 11 16:52:16 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I" numeric.c (rb_enc_uint_chr);T;[o;;[I"!fix message format. Bug#4869;TS; ; i;I"?Sat Jun 11 16:28:25 2011 Kouhei Sutou <kou@cozmixng.org>;T@ o; ;;;[o;;I"*lib/rexml/formatters/pretty.rb (REXML;T;[o;;[I"=:Formatters::Pretty#write_text), test/rexml/test_core.rb;To;;I"1(Tester#test_pretty_format_long_text_finite);T;[o;;[I"jdon't ignore 'width' parameter in pretty formatter. fixes #4498 Reported by Michael Frasca. Thanks!!!;TS; ; i;I"?Sat Jun 11 16:11:36 2011 Kouhei Sutou <kou@cozmixng.org>;T@ o; ;;;[o;;I"Itest/rexml/test_core.rb (Tester#test_pretty_format_long_text_finite);T;[o;;[I"+remove needless assert_nothing_raised.;TS; ; i;I"?Sat Jun 11 16:04:03 2011 Kouhei Sutou <kou@cozmixng.org>;T@ o; ;;;[o;;I",lib/rexml/parsers/xpathparser.rb (REXML;T;[o;;[I">:Parsers::XPathParser#parse), test/rexml/test_elements.rb;To;;I"5(ElementsTester#test_each_with_frozen_condition);T;[o;;[I"Pdon't modify original XPath. fixes #4161 Reported by Pavel Shved. Thanks!!!;TS; ; i;I"?Sat Jun 11 15:53:27 2011 Kouhei Sutou <kou@cozmixng.org>;T@ o; ;;;[o;;I"1test/rexml/test_elements.rb (ElementsTester);T;[o;;[I"+remove needless prefix from test name.;TS; ; i;I"KSat Jun 11 14:20:16 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"vm.c (thread_memsize);T;[o;;[I",don't ignore size of th->local_storage.;TS; ; i;I"ESat Jun 11 10:32:46 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"lib/mkmf.rb;T;[o;;[I"Xshould quote arch_hdrdir and libpath for the case installed prefix contains spaces.;TS; ; i;I"ESat Jun 11 10:20:52 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"+thread_pthread.c (native_cond_timeout);T;[o;;[I"#wrap conditionally used label.;To;;I"$thread_pthread.c (native_sleep);T;[o;;[I"remove unused variable.;TS; ; i;I";Sat Jun 11 10:15:50 2011 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I",thread.c (rb_thread_execute_interrupts);T;[o;;[I"guse GetThreadPtr to extract rb_thread_t from VALUE. reported by Motohiro KOSAKI. [ruby-dev:43700];TS; ; i;I"ESat Jun 11 10:00:49 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I""ruby.c (ruby_process_options);T;[o;;[I"add missing return type.;TS; ; i;I"2011-06-10;T@ S; ; i;I"KFri Jun 10 23:18:09 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"+ext/tk/tcltklib.c (lib_eventloop_core);T;[o;;[I"\replace CHECK_INTS with rb_thread_check_ints(). Because current code can't be compiled.;TS; ; i;I"BFri Jun 10 16:38:13 2011 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"#encoding.c (rb_locale_charmap);T;[o;;[I"�When ruby process is run as Windows Service the console codepage is not set, GetConsoleCP returns 0. So on such environment, use GetACP(). http://blogs.msdn.com/b/michkap/archive/2005/02/08/369197.aspx patched by Rafal Bigaj [ruby-core:36832] [Bug #4854];TS; ; i;I"=Fri Jun 10 14:34:24 2011 Koichi Sasada <ko1@atdot.net>;T@ o; ;;;[o;;I"common.mk;T;[o;;[I"orestore TESTRUN_SCRIPT to "$(srcdir)/test.rb". TESTRUN_SCRIPT is used by "make run", "make gdb" and so on.;TS; ; i;I"EFri Jun 10 13:01:24 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"=test/ruby/test_module.rb (TestModule#remove_rake_mixins);T;[o;;[I"'remove all module related to Rake.;TS; ; i;I"AFri Jun 10 09:52:38 2011 Eric Hodel <drbrain@segment7.net>;T@ o; ;;;[o;;I"encoding.c;T;[o;;[I"LMention that Encoding.compatible? can work with more than just Strings.;TS; ; i;I"KFri Jun 10 02:25:53 2011 Aaron Patterson <aaron@tenderlovemaking.com>;T@ o; ;;;[o;;I"ext/psych/lib/psych.rb;T;[o;;[I",updating version to match released gem.;TS; ; i;I"AFri Jun 10 01:06:29 2011 Tadayoshi Funaba <tadf@dotrb.org>;T@ o; ;;;[o;;I"%ext/bigdecimal (BigDecimal_to_i);T;[o;;[I""Integer#** may return flonum.;TS; ; i;I"AFri Jun 10 00:35:12 2011 Tadayoshi Funaba <tadf@dotrb.org>;T@ o; ;;;[o;;I"%complex.c (string_to_c_internal);T;[o;;[I"uses rb_reg_nth_match;;To;;I"&rational.c (string_to_r_internal);T;[o;;[I"ditto.;TS; ; i;I"JFri Jun 10 00:25:03 2011 CHIKANAGA Tomoyuki <nagachika00@gmail.com>;T@ o; ;;;[o;;I" gc.c;T;[o;;[I""remove an unused declaration.;TS; ; i;I"AFri Jun 10 00:24:04 2011 Tadayoshi Funaba <tadf@dotrb.org>;T@ o; ;;;[o;;I"rational.c (string_to_r);T;[o;;[I"#Rational#** may return flonum.;TS; ; i;I"2011-06-09;T@ S; ; i;I";Thu Jun 9 23:57:53 2011 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I" io.c;T;[o;;[I"_fix IO.copy_stream interrupt handling. based on the patch by Eric Wong. [ruby-core:36156];To;;I"(vm_core.h (rb_thread_call_with_gvl);T;[o;;[I"don't declare here.;To;;I" thread.c;T;[o;;[I"include internal.h.;To;;I"#(rb_thread_execute_interrupts);T;[o;;[I"new function.;To;;I".internal.h (rb_thread_execute_interrupts);T;[o;;[I"declared.;To;;I"(rb_thread_call_with_gvl);T;[o;;[I"declared.;TS; ; i;I"JThu Jun 9 23:34:01 2011 CHIKANAGA Tomoyuki <nagachika00@gmail.com>;T@ o; ;;;[o;;I"&gc.c (rb_objspace_call_finalizer);T;[o;;[I"�use rb_typeddata_is_kind_of() for type check to get rid of a double free when main Thread has singleton class. [ruby-core:36741] [Bug #4828];To;;I"thread.c (rb_obj_is_mutex);T;[o;;[I" add a new utility function.;To;;I"vm.c (rb_obj_is_thread);T;[o;;[I"ditto.;TS; ; i;I"JThu Jun 9 22:53:49 2011 CHIKANAGA Tomoyuki <nagachika00@gmail.com>;T@ o; ;;;[o;;I"Dtest/ruby/test_thread.rb (TestThread#test_kill_thread_subclass);T;[o;;[I"<add test for Thread.kill with Thread subclass instance.;TS; ; i;I"JThu Jun 9 22:31:47 2011 CHIKANAGA Tomoyuki <nagachika00@gmail.com>;T@ o; ;;;[o;;I"Ctest/ruby/test_thread.rb (TestThread#test_kill_wrong_argument);T;[o;;[I"Ytest for [ruby-core:35086]. partially forward porting r31402 from ruby_1_9_2 branch.;TS; ; i;I":Thu Jun 9 18:36:00 2011 Kenta Murata <mrkn@mrkn.jp>;T@ o; ;;;[o;;I" string.c;T;[o;;[I"�Fix the ambiguous description of the behavior of rb_str_aref_m with a range. It returns nil when the beginning of the range is greater than the end of the string rather than the range.;TS; ; i;I"KThu Jun 9 10:57:03 2011 Aaron Patterson <aaron@tenderlovemaking.com>;T@ o; ;;;[o;;I",ext/psych/lib/psych/visitors/to_ruby.rb;T;[o;;[I"1Hash subclasses can be read from YAML files.;To;;I".ext/psych/lib/psych/visitors/yaml_tree.rb;T;[o;;[I"1Hash subclasses can be dumped to YAML files.;To;;I"test/psych/test_hash.rb;T;[o;;[I"corresponding test.;TS; ; i;I"KThu Jun 9 09:18:51 2011 Aaron Patterson <aaron@tenderlovemaking.com>;T@ o; ;;;[o;;I",ext/psych/lib/psych/visitors/to_ruby.rb;T;[o;;[I"0Ruby modules can be loaded from YAML files.;To;;I".ext/psych/lib/psych/visitors/yaml_tree.rb;T;[o;;[I".Ruby modules can be dumped to YAML files.;To;;I"test/psych/test_class.rb;T;[o;;[I"corresponding test.;TS; ; i;I"KThu Jun 9 09:05:04 2011 Aaron Patterson <aaron@tenderlovemaking.com>;T@ o; ;;;[o;;I",ext/psych/lib/psych/visitors/to_ruby.rb;T;[o;;[I"0Ruby classes can be loaded from YAML files.;To;;I".ext/psych/lib/psych/visitors/yaml_tree.rb;T;[o;;[I".Ruby classes can be dumped to YAML files.;To;;I"test/psych/test_class.rb;T;[o;;[I"corresponding test.;TS; ; i;I"2011-06-08;T@ S; ; i;I"JWed Jun 8 21:38:57 2011 CHIKANAGA Tomoyuki <nagachika00@gmail.com>;T@ o; ;;;[o;;I"cont.c (root_fiber_alloc);T;[o;;[I"�set root fiber's status RUNNING. in cont_mark() only RUNNING fiber's machine stack is marked. root fiber's status should be RUNNING at the beginning regardless of FIBER_USE_NATIVE. [ruby-core:36735] fixes #4827;TS; ; i;I"2011-06-07;T@ S; ; i;I"KTue Jun 7 20:50:11 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"doc/irb/irb.rd;T;[o;;[I"Cfix typo. patch by Nobuhiro IMAI. [Bug #4843] [ruby-dev:43639];To;;I"doc/irb/irb.rd.ja;T;[o;;[I"ditto.;To;;I"doc/ChangeLog-YARV;T;[o;;[I"ditto.;TS; ; i;I"BTue Jun 7 18:52:55 2011 NAKAMURA Usaku <usa@ruby-lang.org>;T@ o; ;;;[o;;I":lib/rubygems/user_interaction.rb (Gem::StreamUI#tty?);T;[o;;[I"1IO#tty? of Windows has been fixed at r29969.;To;;I"(test/rubygems/test_gem_stream_ui.rb;T;[o;;[I"now can run tests.;TS; ; i;I"BTue Jun 7 18:36:41 2011 NAKAMURA Usaku <usa@ruby-lang.org>;T@ o; ;;;[o;;I"stest/rubygems/test_gem.rb (TestGem#{test_self_user_home_userprofile, test_self_user_home_user_drive_and_path});T;[o;;[I"Eshould simply ignore meaningless tests instead of skipping them.;TS; ; i;I"BTue Jun 7 18:15:00 2011 NAKAMURA Usaku <usa@ruby-lang.org>;T@ o; ;;;[o;;I"Jtest/ruby/test_rubyoptions.rb (TestRubyOptions#test_set_program_name);T;[o;;[I"3should show some messages when skipping tests.;TS; ; i;I"ETue Jun 7 13:59:47 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"8ext/date/date_core.c (date_s_today, datetime_s_now);T;[o;;[I"'check the result of localtime_r().;TS; ; i;I"ETue Jun 7 13:36:51 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"ext/tk/extconf.rb;T;[o;;[I"_use $defs not $CPPFLAGS to get rid of command line escape issues on Windows. fixed #4835.;TS; ; i;I"ETue Jun 7 03:18:45 2011 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>;T@ o; ;;;[o;;I"5test/ruby/test_io.rb (TestIO#test_s_{,bin}write);T;[o;;[I"1do not create a file under /tmp. [Bug #4846];TS; ; i;I"2011-06-06;T@ S; ; i;I"JMon Jun 6 22:51:43 2011 CHIKANAGA Tomoyuki <nagachika00@gmail.com>;T@ o; ;;;[o;;I"cont.c;T;[o;;[I"�use #if FIBER_USE_NATIVE instead of #ifdef. you can suppress use of setcontext for Fiber with compile option -DFIBER_USE_NATIVE=0;TS; ; i;I"AMon Jun 6 21:59:23 2011 Tadayoshi Funaba <tadf@dotrb.org>;T@ o; ;;;[o;;I"$test/date/test_switch_hitter.rb;T;[o;;[I"added a test.;TS; ; i;I"AMon Jun 6 21:37:45 2011 Tadayoshi Funaba <tadf@dotrb.org>;T@ o; ;;;[o;;I"ext/date/date_core.c;T;[o;;[I"added notes.;TS; ; i;I"AMon Jun 6 21:02:12 2011 Tadayoshi Funaba <tadf@dotrb.org>;T@ o; ;;;[o;;I"ext/date/date_core.c;T;[o;;[I"#flattened format to strftimev.;To;;I"2ext/date/date_core.c (date_strftime_internal);T;[o;;[I"taints run.;TS; ; i;I"BMon Jun 6 15:10:17 2011 NAKAMURA Usaku <usa@ruby-lang.org>;T@ o; ;;;[o;;I";include/ruby/{defines,missing}.h (rb_infinity, rb_nan);T;[o;;[I"Imove from defines.h to missing.h. (couldn't use RUBY_EXTERN there.);TS; ; i;I"BMon Jun 6 14:35:48 2011 NAKAMURA Usaku <usa@ruby-lang.org>;T@ o; ;;;[o;;I"�test/rdoc/test_rdoc_markup_pre_process.rb (TestRDocMarkupPreProcess# {test_include_file,test_include_file_encoding_incompatible});T;[o;;[I"cno need to write such workaround. don't hide the bug of ruby. (and the bug is already fixed.);TS; ; i;I"BMon Jun 6 14:11:11 2011 NAKAMURA Usaku <usa@ruby-lang.org>;T@ o; ;;;[o;;I"(ext/date/date_core.c (valid_jd_sub);T;[o;;[I"*need to convert from VALUE to double.;To;;I")ext/date/date_core.c (offset_to_sec);T;[o;;[I"#get rid of a compiler warning.;TS; ; i;I"BMon Jun 6 14:09:08 2011 NAKAMURA Usaku <usa@ruby-lang.org>;T@ o; ;;;[o;;I"1include/ruby/defines.h (rb_infinity, rb_nan);T;[o;;[I"export for Windows.;TS; ; i;I"AMon Jun 6 10:54:45 2011 Shota Fukumori <sorah@tubusu.net>;T@ o; ;;;[o;;I".lib/test/unit.rb(Test::Unit::Runner#puke);T;[o;;[I"�Add overriding from MiniTest::Unit#puke. This reverts minitest's fix that skip messages are hidden when not verbose mode (-v option). To hide skip messages, use --hide-skip option instead.;TS; ; i;I"BMon Jun 6 10:52:13 2011 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"lib/net/http.rb;T;[o;;[I"don't use autoload.;TS; ; i;I"KMon Jun 6 09:39:43 2011 Aaron Patterson <aaron@tenderlovemaking.com>;T@ o; ;;;[o;;I"ext/psych/parser.c (parse);T;[o;;[I"Jrelease event objects to plug memory leak. Thanks Mark J. Titorenko!;TS; ; i;I"2011-06-05;T@ S; ; i;I"KSun Jun 5 23:26:15 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"eval.c;T;[o;;[I"Yremove rb_thread_stop_timer_thread function declaration. Instead, include vm_core.h.;To;;I"process.c;T;[o;;[I"ditto.;TS; ; i;I"KSun Jun 5 21:38:51 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"$thread_pthread.c (thread_timer);T;[o;;[I"�add to care a spurious wakeup. When native_cond_timedwait() return 0 by spurious wakeup, we don't have to neither 1) call timer_thread_function and 2) exit the timer thread.;TS; ; i;I"ASun Jun 5 17:50:01 2011 Tadayoshi Funaba <tadf@dotrb.org>;T@ o; ;;;[o;;I")ext/date/date_core.c (m_real_cwyear);T;[o;;[I"!new. derived from m_cwyear.;To;;I"ext/date/date_strftime.c;T;[o;;[I"trivial changes.;TS; ; i;I"HSun Jun 5 17:22:01 2011 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>;T@ o; ;;;[o;;I"ext/tk/config_list.in;T;[o;;[I""add new options for tcltklib.;TS; ; i;I"ASun Jun 5 10:06:50 2011 Tadayoshi Funaba <tadf@dotrb.org>;T@ o; ;;;[ o;;I"ext/date/date_tmx.h;T;[o;;[I"[now does not place decoded data. allows to access indirectly via functions on demand.;To;;I"ext/date/date_strftime.c;T;[o;;[I"ditto.;To;;I"ext/date/date_core.c;T;[o;;[I"ditto.;To;;I",ext/date/date_core.c ({d|dt}_lite_to_s);T;[o;;[I"use strftime.;TS; ; i;I"ASun Jun 5 06:22:02 2011 Tadayoshi Funaba <tadf@dotrb.org>;T@ o; ;;;[o;;I" NEWS;T;[o;;[I"!wrote about changes of date.;TS; ; i;I"2011-06-04;T@ S; ; i;I"ASat Jun 4 16:59:26 2011 Tadayoshi Funaba <tadf@dotrb.org>;T@ o; ;;;[o;;I"*ext/date/date_core.c (d_lite_inspect);T;[o;;[I"changed the format.;To;;I"ext/date/date_core.c;T;[o;;[I"&refactoring and fixing some bugs.;TS; ; i;I"ESat Jun 4 11:30:57 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"2class.c (check_mix_method_i, do_mix_method_i);T;[o;;[I"$not mix methods renamed as nil.;TS; ; i;I"BSat Jun 4 04:04:41 2011 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"5test/rubygems/test_gem_commands_which_command.rb;T;[o;;[I"A"missing" exists on ruby's top source directory. [Bug #4815];TS; ; i;I"2011-06-03;T@ S; ; i;I"BFri Jun 3 21:48:12 2011 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"lib/rubygems/test_case.rb;T;[o;;[I"?Refix for test-all in separate directory. r31147 + r31151.;TS; ; i;I"BFri Jun 3 20:58:47 2011 NAKAMURA Usaku <usa@ruby-lang.org>;T@ o; ;;;[o;;I"'ext/date/date_core.c (d_lite_plus);T;[o;;[I""get rid of compiler warnings.;TS; ; i;I"BFri Jun 3 20:56:40 2011 NAKAMURA Usaku <usa@ruby-lang.org>;T@ o; ;;;[o;;I".include/ruby/missing.h, numeric.c (round);T;[o;;[I"�moved prototype of round() from numeric.c to missing.h. (note: round() is C99 feature, so ruby provides it if not exist in C runtime.);TS; ; i;I"AFri Jun 3 20:42:04 2011 Shota Fukumori <sorah@tubusu.net>;T@ o; ;;;[o;;I"lib/test/unit/parallel.rb;T;[o;;[I"�Keep $stdin, $stdout before run testcase and restore after run. Because some test break $stdin, $stdout. Fixes [Bug #4433] [ruby-core:35353];TS; ; i;I"BFri Jun 3 19:58:14 2011 NAKAMURA Usaku <usa@ruby-lang.org>;T@ o; ;;;[o;;I"io.c (io_fflush);T;[o;;[I"dwindows -- call fsync() only when the FD is tied to file, because if the FD is pipe, it blocks.;TS; ; i;I"BFri Jun 3 09:27:31 2011 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I",lib/net/http.rb (URI::HTTP#request_uri);T;[o;;[I"=return nil when the uri is path-rootless form. Bug #4759;TS; ; i;I"2011-06-02;T@ S; ; i;I"IThu Jun 2 23:51:03 2011 James Edward Gray II <jeg2@ruby-lang.org>;T@ o; ;;;[o;;I"lib/csv.rb;T;[o;;[I"BImprove the line ending detection algorithm patch by Alexey).;TS; ; i;I"BThu Jun 2 20:05:57 2011 NAKAMURA Usaku <usa@ruby-lang.org>;T@ o; ;;;[o;;I"+io.c (rb_io_s_write, rb_io_s_binwrite);T;[o;;[I"return!!!;TS; ; i;I"AThu Jun 2 16:29:34 2011 Shota Fukumori <sorah@tubusu.net>;T@ o; ;;;[o;;I" io.c;T;[o;;[I"EAdd File.write, File.binwrite. [Feature #1081] [ruby-core:21701];To;;I"test/ruby/test_io.rb;T;[o;;[I"(Test for File.write, File.binwrite.;To;;I" NEWS;T;[o;;[I"News for above.;TS; ; i;I"BThu Jun 2 12:33:09 2011 NAKAMURA Usaku <usa@ruby-lang.org>;T@ o; ;;;[o;;I""io.c (io_fflush, rb_io_flush);T;[o;;[I"Rneed to fsync() when ruby calls internal flush. [ruby-core:36670] [Bug #4813];TS; ; i;I"HThu Jun 2 07:56:24 2011 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>;T@ o; ;;;[o;;I"ext/tk/tcltklib.c;T;[o;;[I"/reduce CPU power required by an eventloop.;TS; ; i;I"HThu Jun 2 00:45:26 2011 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>;T@ o; ;;;[o;;I"ext/tk/extconf.rb;T;[o;;[I"Cfix for uninitialized global variables. [Ruby 1.9 - Bug #4811];TS; ; i;I"2011-06-01;T@ S; ; i;I"KWed Jun 1 21:57:08 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"$thread_pthread.c (native_sleep);T;[o;;[I"efix 1000times calculation error. this is a regression since r31457. [Bug #4808] [ruby-dev:43606];TS; ; i;I"KWed Jun 1 17:19:16 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"thread_pthread.c;T;[o;;[I"remove unused macro.;TS; ; i;I"EWed Jun 1 15:42:18 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"parse.y (peek_n);T;[o;;[I"$new macro to see next nth char.;TS; ; i;I"EWed Jun 1 15:40:46 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"tool/rbinstall.rb (gem);T;[o;;[I"fix for rubygems change.;TS; ; i;I"EWed Jun 1 14:07:57 2011 Ryan Davis <ryand-ruby@zenspider.com>;T@ o; ;;;[o;;I"lib/minitest/*;T;[o;;[I"$Imported minitest 2.2.2 (r6281);To;;I"test/minitest/*;T;[o;;[I" ditto;TS; ; i;I"EWed Jun 1 12:35:50 2011 Ryan Davis <ryand-ruby@zenspider.com>;T@ o; ;;;[o;;I"lib/rubygems*;T;[o;;[I"/Import rubygems 1.8.5 (released @ 137c80f);To;;I"test/rubygems;T;[o;;[I" Ditto;TS; ; i;I";Wed Jun 1 12:34:00 2011 Kenta Murata <mrkn@mrkn.jp>;T@ o; ;;;[o;;I" NEWS;T;[o;;[I"$add new features of bigdecimal.;TS; ; i;I"AWed Jun 1 09:41:14 2011 Eric Hodel <drbrain@segment7.net>;T@ o; ;;;[o;;I"lib/cgi/util.rb;T;[o;;[I"NImprove documentation. Patch by Kuba Fietkiewicz. [Ruby 1.9 - Bug #4775];To;;I"lib/cgi/core.rb;T;[o;;[I" ditto;TS; ; i;I"AWed Jun 1 09:26:05 2011 Eric Hodel <drbrain@segment7.net>;T@ o; ;;;[o;;I"lib/mathn.rb;T;[o;;[I"kImprove documentation and attach it to Numeric. Modified from patch by Anil V. [Ruby 1.9 - Bug #4762];TS; ; i;I"AWed Jun 1 09:21:30 2011 Eric Hodel <drbrain@segment7.net>;T@ o; ;;;[o;;I"lib/prime.rb;T;[o;;[I"_Indent examples enough to appear as code sections. Note that Prime is Enumerable. [#4762];TS; ; i;I"AWed Jun 1 07:34:57 2011 Eric Hodel <drbrain@segment7.net>;T@ o; ;;;[o;;I"hash.c (key_i);T;[o;;[I"�Change rdoc from "the first occurrence" to "an occurrence" since first occurrence is not a specification of Hash#key. [Ruby 1.9 - Bug #4760];TS; ; i;I"AWed Jun 1 07:26:19 2011 Eric Hodel <drbrain@segment7.net>;T@ o; ;;;[o;;I"ext/pty/pty.c (pty_check);T;[o;;[I":Restore "not reached" comment. [Ruby 1.9 - Bug #4756];TS; ; i;I"AWed Jun 1 07:21:40 2011 Eric Hodel <drbrain@segment7.net>;T@ o; ;;;[o;;I"ext/zlib/zlib.c;T;[o;;[I"[Fix document-method declarations for set_sync and set_comment. [Ruby 1.9 - Bug #4695];TS; ; i;I"BWed Jun 1 06:43:13 2011 Masaya Tarui <tarui@ruby-lang.org>;T@ o; ;;;[o;;I"!load.c (loaded_feature_path);T;[o;;[I"8cut nonsense loop execution to fix performance bug.;TS; ; i;I"EWed Jun 1 01:16:02 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"class.c (rb_mix_module);T;[o;;[I"implement Module#mix.;TS; ; i;I"EWed Jun 1 01:15:12 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"io.c (io_encoding_set);T;[o;;[I"Xshould honor already set ecflags since it might be set by mode option. fixed #4804;TS; ; i;I"JWed Jun 1 00:34:04 2011 CHIKANAGA Tomoyuki <nagachika00@gmail.com>;T@ o; ;;;[o;;I"5ext/bigdecimal/bigdecimal.c (GetVpValueWithPrec);T;[o;;[I"remove unused variable.;TS; ; i;I";Wed Jun 1 00:32:00 2011 Kenta Murata <mrkn@mrkn.jp>;T@ o; ;;;[ o;;I"5ext/bigdecimal/bigdecimal.c (GetVpValueWithPrec);T;[o;;[I"9support instantiation from a Float through Rational.;To;;I"1ext/bigdecimal/bigdecimal.c (BigDecimal_new);T;[o;;[I"ditto.;To;;I"?test/bigdecimal/test_bigdecimal.rb (test_global_new_float);T;[o;;[I"&add a test for the above changes.;To;;I"=test/bigdecimal/test_bigdecimal.rb (test_new_with_float);T;[o;;[I"ditto.;TS; ; i;I";Wed Jun 1 00:07:00 2011 Kenta Murata <mrkn@mrkn.jp>;T@ o; ;;;[o;;I"4ext/bigdecimal/bigdecimal.c (BigDecimal_coerce);T;[o;;[I"�support coerce with a Rational. The precision used for instantiate a BigDecimal from the given Rational is obtained from the receiver BigDecimal.;To;;I"5test/bigdecimal/test_bigdecimal.rb (test_coerce);T;[o;;[I"%add a test for the above change.;TS; ; i;I"2011-05-31;T@ S; ; i;I";Tue May 31 21:28:33 2011 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"@test/ruby/test_signal.rb (TestSignal#test_signal_requiring);T;[o;;[I"$redirect stderr to null device.;TS; ; i;I"ATue May 31 23:49:08 2011 Tadayoshi Funaba <tadf@dotrb.org>;T@ o; ;;;[o;;I")ext/date/date_core.c (offset_to_sec);T;[o;;[I"fixed invalid validation.;TS; ; i;I";Tue May 31 23:43:00 2011 Kenta Murata <mrkn@mrkn.jp>;T@ o; ;;;[ o;;I"5ext/bigdecimal/bigdecimal.c (GetVpValueWithPrec);T;[o;;[I"qreplace the algorithm for coercing from a Rational to stop requiring "bigdecimal/util.rb". [ruby-core:34318];To;;I"-ext/bigdecimal/bigdecimal.c (GetVpValue);T;[o;;[I"refactoring.;To;;I"1ext/bigdecimal/bigdecimal.c (BigDecimal_new);T;[o;;[I"+support instantiation from a Rational.;To;;I"Gtest/bigdecimal/test_bigdecimal.rb (test_global_new_with_rational);T;[o;;[I"%add a test for the above change.;To;;I"@test/bigdecimal/test_bigdecimal.rb (test_new_with_rational);T;[o;;[I"ditto.;TS; ; i;I";Tue May 31 22:44:00 2011 Kenta Murata <mrkn@mrkn.jp>;T@ o; ;;;[ o;;I"1ext/bigdecimal/bigdecimal.c (BigDecimal_new);T;[o;;[I"?support instantiation a BigDecimal object from an Integer.;To;;I"?test/bigdecimal/test_bigdecimal.rb (test_new_with_integer);T;[o;;[I"&add for testing the above change.;To;;I"8ext/bigdecimal/bigdecimal.c (BigDecimal_global_new);T;[o;;[I"1replace its body with a BigDecimal_new call.;To;;I"Ftest/bigdecimal/test_bigdecimal.rb (test_global_new_with_integer);T;[o;;[I"&add for testing the above change.;TS; ; i;I"ATue May 31 22:24:39 2011 Tadayoshi Funaba <tadf@dotrb.org>;T@ o; ;;;[o;;I"ext/date/date_core.c;T;[o;;[I"9use simple/complex mode instead of light/right mode.;To;;I"test/date/*.rb;T;[o;;[I" followed the above changes.;TS; ; i;I";Tue May 31 21:28:33 2011 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"@test/ruby/test_signal.rb (TestSignal#test_signal_requiring);T;[o;;[I"initialize SIGINT handler.;TS; ; i;I"ETue May 31 17:03:24 2011 Hiroshi Nakamura <nahi@ruby-lang.org>;T@ o; ;;;[o;;I")lib/net/http.rb, lib/net/protocol.rb;T;[o;;[I"�Allow to configure to wait server returning '100 continue' response before sending HTTP request body. See NEWS for more detail. See #3622. Original patch is made by Eric Hodel <drbrain@segment7.net>.;To;;I"test/net/http/test_http.rb;T;[o;;[I" test it.;To;;I" NEWS;T;[o;;[I"Add new feature.;TS; ; i;I"BTue May 31 14:17:49 2011 NAKAMURA Usaku <usa@ruby-lang.org>;T@ o; ;;;[o;;I"io.c (rb_io_s_pipe);T;[o;;[I"1potential bug. the mode of read IO is set as DEFAULT_TEXTMODE in call of io_set_encoding(), and of write IO is also set as it in call of io_new_instance() via rb_protect(). so, if DEFAULT_TEXTMODE is not 0, we should check the result of extract_binmode() and avoid crush of default IO mode and the result.;TS; ; i;I"DTue May 31 13:00:17 2011 Yuki Sonoda (Yugui) <yugui@yugui.jp>;T@ o; ;;;[o;;I"+strftime.c (rb_strftime_with_timespec);T;[o;;[I";improved style consistency. constified some variables.;To;;I"5test/test_time.rb (TestTime#test_huge_precision);T;[o;;[I"test for #4456.;TS; ; i;I"BTue May 31 12:53:10 2011 NAKAMURA Usaku <usa@ruby-lang.org>;T@ o; ;;;[o;;I"Qtest/io/wait/test_io_wait.rb (TestIOWait#{test_nread,test_ready?, test_wait};T;[o;;[I"7give system some time to process the written data.;TS; ; i;I"BTue May 31 12:40:49 2011 NAKAMURA Usaku <usa@ruby-lang.org>;T@ o; ;;;[o;;I"1test/ruby/test_io.rb (TestIO#test_open_mode);T;[o;;[I"=MUST release resources explicitly. fix problem of r31671;TS; ; i;I"BTue May 31 10:49:55 2011 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"vm_exec.c;T;[o;;[I"\remove conditions for clang because clang version 3.0 (trunk 132165) doesn't need them.;TS; ; i;I"2011-05-30;T@ S; ; i;I";Mon May 30 22:19:33 2011 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"@test/ruby/test_signal.rb (TestSignal#test_signal_requiring);T;[o;;[I"don't close stderr.;TS; ; i;I"BMon May 30 20:22:00 2011 NAKAMURA Usaku <usa@ruby-lang.org>;T@ o; ;;;[o;;I"@test/ruby/test_signal.rb (TestSignal#test_signal_requiring);T;[o;;[I"Osmall but critical typo of r31642. sorry... [Bug #4798] [ruby-core:36550];TS; ; i;I"BMon May 30 15:44:16 2011 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"insns.def (opt_mult);T;[o;;[I"Fas r31805, volatile it. Without this, clang -O fails calculation.;To;;I"numeric.c (fix_mul);T;[o;;[I"ditto.;To;;I"rational.c (f_imul);T;[o;;[I"ditto.;TS; ; i;I"BMon May 30 10:26:51 2011 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"numeric.c (int_pow);T;[o;;[I"_make sure to assign the result of x * z. If xz is optimized out, the value won't overflow.;TS; ; i;I"2011-05-29;T@ S; ; i;I"BSun May 29 23:17:29 2011 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"re.c (rb_reg_match);T;[o;;[I"Cfix rdoc of Regexp#=~. patched by Tsuyoshi Sawada. [Bug #4781];TS; ; i;I"BSun May 29 23:10:42 2011 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I":lib/webrick/https.rb (WEBrick::HTTPRequest#parse_uri);T;[o;;[I"=keep parse_uri as private. patched by okkez. [Bug #4773];TS; ; i;I"JSun May 29 17:53:03 2011 CHIKANAGA Tomoyuki <nagachika00@gmail.com>;T@ o; ;;;[o;;I"numeric.c;T;[o;;[I"=add #include "internal.h" for rb_big_uminus() prototype.;TS; ; i;I"ESun May 29 15:09:05 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"numeric.c (flo_round);T;[o;;[I"fix for negative value.;TS; ; i;I"KSun May 29 02:16:53 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"7test/net/http/utils.rb (TestNetHTTPUtils#teardown);T;[o;;[I"add nil check.;TS; ; i;I"KSun May 29 00:22:40 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"(process.c (before_exec, after_exec);T;[o;;[I"#change from macro to function.;TS; ; i;I"2011-05-28;T@ S; ; i;I"KSat May 28 19:30:17 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"(process.c (before_exec, after_exec);T;[o;;[I"�change SIGPIPE handler to SIG_DFL before calling execve(). Because r31760 reintroduced an issue that system() may hang up (i.e. [ruby-dev:12261]).;To;;I".process.c (save_sigpipe, restore_sigpipe);T;[o;;[I" new.;TS; ; i;I"KSat May 28 16:08:16 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I",signal.c (Init_signal, default_handler);T;[o;;[I"Tchange default SIGPIPE handler from empty function to SIG_IGN. [ruby-dev:43215];To;;I"signal.c (sigpipe);T;[o;;[I" removed.;TS; ; i;I"BSat May 28 03:04:27 2011 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"io.c (fill_cbuf);T;[o;;[I"7return MORE_CHAR_SUSPENDED when cbuf is not empty.;TS; ; i;I"KSat May 28 02:22:48 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"string.c (rb_str_bytesize);T;[o;;[I"erb_str_bytesize() should use LONG2NUM(). Patch by Nikolai Weibull. [Bug #4789] [ruby-core:36511];TS; ; i;I"KSat May 28 02:06:26 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"io.c (fill_cbuf);T;[o;;[I"Fix test-all crash.;TS; ; i;I"2011-05-27;T@ S; ; i;I"?Fri May 27 23:56:54 2011 Kouhei Sutou <kou@cozmixng.org>;T@ o; ;;;[o;;I"7test/rexml/test_core.rb (Tester::test_text_frozen);T;[o;;[I")split frozen string test. refs #4783;TS; ; i;I"EFri May 27 22:46:23 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"tool/rbinstall.rb (gem);T;[o;;[I"*install gemspec of json. fixed #4784;TS; ; i;I"EFri May 27 22:45:10 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I" io.c (validate_enc_binmode);T;[o;;[I"8do not clear textmode flag if default. fixed #4732;To;;I"io.c (fill_cbuf);T;[o;;[I"finish reading at EOF.;TS; ; i;I":Fri May 27 11:31:51 2011 misfo <tedwardo2@gmail.com>;T@ o; ;;;[o;;I"/lib/rexml/text.rb (REXML::Text#initialize);T;[o;;[I"�prevent an error when passing a frozen string to REXML::Text.new dup the string passed in instead of cloning so that it's frozen state is ignored;TS; ; i;I"HFri May 27 08:47:26 2011 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>;T@ o; ;;;[o;;I"thread.c (ppoll);T;[o;;[I"typo bug fix.;TS; ; i;I"HFri May 27 08:35:04 2011 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>;T@ o; ;;;[o;;I"ext/tk/lib/tk.rb;T;[o;;[I"0hang-up at exit before calling Tk.mainloop.;To;;I"ext/tk/lib/tk/extconf.rb;T;[o;;[I"1cannot make on MinGW [Ruby 1.9 - Bug #4141].;TS; ; i;I"IThu May 27 00:34:07 2011 James Edward Gray II <jeg2@ruby-lang.org>;T@ o; ;;;[ S; ; i;I"2011-05-26;T@ S; ; i;I"IThu May 26 10:32:11 2011 James Edward Gray II <jeg2@ruby-lang.org>;T@ o; ;;;[ S; ; i;I"JThu May 26 15:42:02 2011 Cezary Baginski <cezary.baginski@gmail.com>;T@ o; ;;;[o;;I"*lib/xmlrpc/parser.rb (FaultException);T;[o;;[I"fix to_s and inspect;To;;I"test/xmlrpc/parser.rb;T;[o;;[I"test for the above;TS; ; i;I"2011-05-25;T@ S; ; i;I"AWed May 25 11:54:31 2011 Eric Hodel <drbrain@segment7.net>;T@ o; ;;;[o;;I"ext/curses/curses.c;T;[o;;[I"9Remove color constants block. [Ruby 1.9 - Bug #4748];TS; ; i;I"AWed May 25 09:56:45 2011 Eric Hodel <drbrain@segment7.net>;T@ o; ;;;[o;;I"ext/curses/curses.c;T;[o;;[I"�Add missing documentation for button state, MIN and MAX comments. Add Curses. to TABSIZE= and ESCDELAY= methods. [Ruby 1.9 - Bug #4747];TS; ; i;I"AWed May 25 09:35:31 2011 Eric Hodel <drbrain@segment7.net>;T@ o; ;;;[o;;I"lib/benchmark.rb;T;[o;;[I"TRestore nodoc for Benchmark::Job and Benchmark::Report. [Ruby 1.9 - Bug #4726];TS; ; i;I"AWed May 25 09:29:38 2011 Eric Hodel <drbrain@segment7.net>;T@ o; ;;;[o;;I"lib/net/pop.rb;T;[o;;[I"BHide implementation details from RDoc. [Ruby 1.9 - Bug #4711];TS; ; i;I"AWed May 25 09:26:29 2011 Eric Hodel <drbrain@segment7.net>;T@ o; ;;;[o;;I"lib/net/ftp.rb;T;[o;;[I"<Add :nodoc: for private methods. [Ruby 1.9 - Bug #4710];TS; ; i;I"AWed May 25 09:19:17 2011 Eric Hodel <drbrain@segment7.net>;T@ o; ;;;[o;;I"ext/zlib/zlib.c;T;[o;;[I"hFix Document-method declarations. Improve Zlib::GzipFile's method catalog. [Ruby 1.9 - Bug #4695];TS; ; i;I"AWed May 25 08:22:12 2011 Eric Hodel <drbrain@segment7.net>;T@ o; ;;;[o;;I"lib/erb.rb;T;[o;;[I"QHide documentation for implementation details of ERB. [Ruby 1.9 - Bug #4694];TS; ; i;I"EWed May 25 07:58:14 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"-lib/tempfile.rb (Tempfile.{mkdir,rmdir});T;[o;;[I"'revert for backward compatibility.;TS; ; i;I"EWed May 25 07:13:12 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"spec/README;T;[o;;[I"update the description.;TS; ; i;I"EWed May 25 07:12:16 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"6lib/tempfile.rb (Tempfile.{lock,unlock}_tempfile);T;[o;;[I"refactor.;TS; ; i;I"2011-05-24;T@ S; ; i;I"BTue May 24 17:30:36 2011 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"spec/README;T;[o;;[I"Lfix typo. patched by bowsersenior. https://github.com/ruby/ruby/pull/24;TS; ; i;I"HTue May 24 07:06:34 2011 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>;T@ o; ;;;[ o;;I"ext/tk/lib/tk.rb;T;[o;;[I"gfail to start Tk.mainloop (exit immediately) on some environment (reported on [ruby-talk:381444]).;To;;I"ext/tk/lib/tk/canvas.rb;T;[o;;[I"Bsupport creating a canvas item object from an item ID number.;To;;I"ext/tk/lib/tk/image.rb;T;[o;;[I"Jimport documents which are pull-requested. [Ruby 1.9 - Feature #4595];To;;I"ext/tk/lib/tk/extconf.rb;T;[o;;[I"search directories for 64bit library (e.g. /usr/lib64), add some new configure options (see README.tcltklib), and bug fix.;To;;I""ext/tk/lib/tk/README.tcltklib;T;[o;;[I"0modify docs for some new configure options.;TS; ; i;I"KTue May 24 04:01:46 2011 Aaron Patterson <aaron@tenderlovemaking.com>;T@ o; ;;;[o;;I"lib/yaml.rb;T;[o;;[I"|switch default YAML engine to Psych, old syck engine may be enabled via YAML::ENGINE.yamler = "syck". [ruby-core:36374];TS; ; i;I"2011-05-23;T@ S; ; i;I"EMon May 23 09:45:26 2011 Hiroshi Nakamura <nahi@ruby-lang.org>;T@ o; ;;;[o;;I"1include/ruby/defines.h (CASEFOLD_FILESYSTEM);T;[o;;[I"|Revert r30508. Forgot to include this file in the commit r31692. __APPLE__ is not CASEFOLD_FILESYSTEM again, from this time.;TS; ; i;I"AMon May 23 09:19:53 2011 Eric Hodel <drbrain@segment7.net>;T@ o; ;;;[o;;I"lib/net/smtp.rb;T;[o;;[I"PDocument Net::SMTP::Response. Patch by J.R. Garcia. [Ruby 1.9 - Bug #4768];TS; ; i;I"AMon May 23 09:03:52 2011 Shota Fukumori <sorah@tubusu.net>;T@ o; ;;;[o;;I"lib/test/unit/parallel.rb;T;[o;;[I"eNever Ignore SIGINT. When received Interrupt, immediately puts result and exit. [ruby-dev:43571];To;;I"lib/test/unit.rb;T;[o;;[I"ZWhen received Interrupt, wait results from workers and collect them. [ruby-dev:43571];TS; ; i;I"AMon May 23 09:08:07 2011 Eric Hodel <drbrain@segment7.net>;T@ o; ;;;[o;;I"lib/mathn.rb;T;[o;;[I"JImprove documentation. Patch by Sandor Szucs. [Ruby 1.9 - Bug #4767];TS; ; i;I"AMon May 23 08:45:55 2011 Eric Hodel <drbrain@segment7.net>;T@ o; ;;;[o;;I"lib/ostruct.rb;T;[o;;[I"MImprove documentation. Patch by Franklin Webber. [Ruby 1.9 - Bug #4761];TS; ; i;I"AMon May 23 08:35:24 2011 Eric Hodel <drbrain@segment7.net>;T@ o; ;;;[o;;I"hash.c;T;[o;;[I"ZImprove documentation of Hash#key. Patch by Utkarsh Kukreti. [Ruby 1.9 - Bug #4760];TS; ; i;I"AMon May 23 08:32:59 2011 Eric Hodel <drbrain@segment7.net>;T@ o; ;;;[o;;I"enumerator.c;T;[o;;[I"KImprove documentation. Patch by Dave Copeland. [Ruby 1.9 - Bug #4757];TS; ; i;I"2011-05-22;T@ S; ; i;I"ESun May 22 21:29:29 2011 Hiroshi Nakamura <nahi@ruby-lang.org>;T@ o; ;;;[o;;I"1include/ruby/defines.h (CASEFOLD_FILESYSTEM);T;[o;;[I"NRevert r30508. See #4255. Now __APPLE__ is not CASEFOLD_FILESYSTEM again.;To;;I":load.c (loaded_feature_path, rb_feature_p, load_lock);T;[o;;[I"SRevert r30508. See #4255. Make $LOADED_FEATURES scanning case-sensitive again.;TS; ; i;I"ESun May 22 18:59:27 2011 Hiroshi Nakamura <nahi@ruby-lang.org>;T@ o; ;;;[o;;I"3ext/openssl/ossl_asn1.c(ossl_asn1_default_tag);T;[o;;[I"gavoid using RCLASS_SUPER to make it compilable. Plus, tabify and change variable definition style.;TS; ; i;I"ESun May 22 18:26:43 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"gc.c (vm_xcalloc);T;[o;;[I"2use calloc provided by platforms. fixes #4754;TS; ; i;I"ASun May 22 11:44:53 2011 Eric Hodel <drbrain@segment7.net>;T@ o; ;;;[o;;I"ext/pty/pty.c;T;[o;;[I"LImprove documentation. Patch by David Copeland. [Ruby 1.9 - Bug #4756];TS; ; i;I"ASun May 22 11:26:39 2011 Eric Hodel <drbrain@segment7.net>;T@ o; ;;;[o;;I"lib/timeout.rb;T;[o;;[I"LImprove documentation. Patch by David Copeland. [Ruby 1.9 - Bug #4755];TS; ; i;I"ASun May 22 11:21:41 2011 Eric Hodel <drbrain@segment7.net>;T@ o; ;;;[o;;I"lib/ipaddr.rb;T;[o;;[I"JImprove documentation. Patch by Sandor Szucs. [Ruby 1.9 - Bug #4753];TS; ; i;I"ASun May 22 11:14:40 2011 Eric Hodel <drbrain@segment7.net>;T@ o; ;;;[o;;I"lib/forwardable.rb;T;[o;;[I"KDocument def_delegator. Patch by Sandor Szucs. [Ruby 1.9 - Bug #4752];TS; ; i;I"ASun May 22 11:11:41 2011 Eric Hodel <drbrain@segment7.net>;T@ o; ;;;[o;;I"lib/fileutils.rb;T;[o;;[I"YDocument block behavior of FileUtils.cd. Patch by Bil Kleb. [Ruby 1.9 - Bug #4751];TS; ; i;I"ASun May 22 11:07:47 2011 Eric Hodel <drbrain@segment7.net>;T@ o; ;;;[o;;I"ext/curses/curses.c;T;[o;;[I"MComplete documentation. Patch by Vincent Batts. [Ruby 1.9 - Bug #4748];TS; ; i;I"KSun May 22 09:29:43 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"Jtest/ruby/test_rubyoptions.rb (TestRubyOptions#test_set_program_name);T;[o;;[I"?use spawn. it prevent that other tests inherit renamed $0.;TS; ; i;I"KSun May 22 04:11:12 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"thread.c (Init_Thread);T;[o;;[I">add a code comment why the meaningless line is necessary.;TS; ; i;I"ASun May 22 01:35:12 2011 Tadayoshi Funaba <tadf@dotrb.org>;T@ o; ;;;[o;;I"ext/date/date_core.c;T;[o;;[I"modified documentation.;TS; ; i;I"2011-05-21;T@ S; ; i;I"ASat May 21 22:46:26 2011 Tadayoshi Funaba <tadf@dotrb.org>;T@ o; ;;;[o;;I"3ext/date/date_strftime(date_strftime_with_tmx);T;[o;;[I""%v" means "%e-%b-%Y".;TS; ; i;I"KSat May 21 22:14:35 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"!io.c (rb_io_extract_modeenc);T;[o;;[I"accept combination hash and File::Constants. (eg. File.open('yo', :mode => File::WRONLY)) [Feature #4742][ruby-core:36338];To;;I"1test/ruby/test_io.rb (TestIO#test_open_mode);T;[o;;[I"new test.;TS; ; i;I"ASat May 21 21:44:14 2011 Tadayoshi Funaba <tadf@dotrb.org>;T@ o; ;;;[o;;I"$test/date/test_switch_hitter.rb;T;[o;;[I" new.;TS; ; i;I"ASat May 21 21:18:29 2011 Tadayoshi Funaba <tadf@dotrb.org>;T@ o; ;;;[o;;I"!ext/date/date_{core,parse}.c;T;[o;;[I"2moved nearly all core code from ext/date/lib.;To;;I"'ext/date/lib/{date,date/format}.rb;T;[o;;[I"removed nearly all code.;TS; ; i;I"ASat May 21 02:58:46 2011 Eric Hodel <drbrain@segment7.net>;T@ o; ;;;[o;;I"ext/.document;T;[o;;[I")Add curses to documented extensions.;To;;I"ext/curses/curses.c;T;[o;;[I"KImprove documentation. Patch by Vincent Batts. [Ruby 1.9 - Bug #4747];TS; ; i;I"ASat May 21 02:51:01 2011 Eric Hodel <drbrain@segment7.net>;T@ o; ;;;[o;;I"*ext/bigdecimal/lib/bigdecimal/util.rb;T;[o;;[I"KImprove documentation. Patch by Pete Higgins. [Ruby 1.9 - Bug #4746];TS; ; i;I"ASat May 21 02:44:10 2011 Eric Hodel <drbrain@segment7.net>;T@ o; ;;;[o;;I".ext/bigdecimal/lib/bigdecimal/jacobian.rb;T;[o;;[I"JDocument isEqual. Patch by Kuba Fietkiewicz. [Ruby 1.9 - Bug #4744];TS; ; i;I"ASat May 21 02:22:34 2011 Eric Hodel <drbrain@segment7.net>;T@ o; ;;;[o;;I" ext/date/lib/date/format.rb;T;[o;;[I"LDocument date formats. Patch by Clinton Nixon. [Ruby 1.9 - Bug #4743];TS; ; i;I"2011-05-20;T@ S; ; i;I"HFri May 20 05:15:19 2011 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>;T@ o; ;;;[o;;I" gc.c;T;[o;;[I"XFix build on m68k by 'error: too few arguments to function 'mark_locations_array''.;TS; ; i;I"AFri May 20 04:23:42 2011 Eric Hodel <drbrain@segment7.net>;T@ o; ;;;[o;;I"lib/scanf.rb;T;[o;;[I"KImprove documentation. Patch by Gabe McArthur. [Ruby 1.9 - Bug #4735];TS; ; i;I"EFri May 20 00:58:01 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"enc/trans/ibm737-tbl.rb;T;[o;;[I""greek code page. fixes #4738;TS; ; i;I"2011-05-19;T@ S; ; i;I"BThu May 19 14:44:05 2011 NAKAMURA Usaku <usa@ruby-lang.org>;T@ o; ;;;[o;;I"5test/ruby/test_signal.rb (test_signal_requiring);T;[o;;[I"Nskip on Windows. we can send SIGINT only to pid 0 and the process itself.;TS; ; i;I"EThu May 19 09:07:08 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"lib;T;[o;;[I"6revert r31635-r31638 and untabify with expand(1).;TS; ; i;I"AThu May 19 07:06:56 2011 Eric Hodel <drbrain@segment7.net>;T@ o; ;;;[o;;I"lib/benchmark.rb;T;[o;;[I"Fix indentation.;To;;I"lib/net/imap.rb;T;[o;;[I",Fix indentation of regular expressions.;TS; ; i;I"AThu May 19 06:36:11 2011 Eric Hodel <drbrain@segment7.net>;T@ o; ;;;[o;;I"lib/net/imap.rb;T;[o;;[I"(Fix indentation of EOF for heredoc.;To;;I"lib/debug.rb (Commands);T;[o;;[I"+Fix indentation of EOHELP for heredoc.;TS; ; i;I"AThu May 19 06:30:38 2011 Eric Hodel <drbrain@segment7.net>;T@ o; ;;;[o;;I"lib/mkmf.rb;T;[o;;[I"(Fix indentation of EOM for heredoc.;TS; ; i;I"AThu May 19 06:16:41 2011 Eric Hodel <drbrain@segment7.net>;T@ o; ;;;[o;;I"lib;T;[o;;[I"�Convert tabs to spaces for ruby files per http://bugs.ruby-lang.org/projects/ruby/wiki/DeveloperHowto#coding-style Patch by Steve Klabnik [Ruby 1.9 - Bug #4730] Patch by Jason Dew [Ruby 1.9 - Feature #4718];TS; ; i;I"AThu May 19 06:06:07 2011 Eric Hodel <drbrain@segment7.net>;T@ o; ;;;[o;;I"lib/cgi/util.rb;T;[o;;[I"KImprove documentation. Patch by Clinton Nixon. [Ruby 1.9 - Bug #4733];To;;I"lib/cgi/core.rb;T;[o;;[I" ditto;To;;I"lib/cgi/cookie.rb;T;[o;;[I" ditto;TS; ; i;I"AThu May 19 06:02:21 2011 Eric Hodel <drbrain@segment7.net>;T@ o; ;;;[o;;I"lib/tempfile.rb;T;[o;;[I"WDocument Dir.mkdir and Dir.rmdir. Patch by Clinton Nixon. [Ruby 1.9 - Bug #4728];TS; ; i;I"AThu May 19 05:57:52 2011 Eric Hodel <drbrain@segment7.net>;T@ o; ;;;[o;;I"encoding.c;T;[o;;[I"WImprove documentation for Encoding#default_external and Encoding#default_internal.;TS; ; i;I"2011-05-18;T@ S; ; i;I"EWed May 18 22:45:26 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"9ext/io/console/lib/console/size.rb (IO#console_size);T;[o;;[I" new method. (EXPERIMENTAL);TS; ; i;I"EWed May 18 22:41:51 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"internal.h;T;[o;;[I"add for internal use only.;TS; ; i;I"EWed May 18 22:36:43 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"eval.c (setup_exception);T;[o;;[I"(internal exception should be hidden;TS; ; i;I"KWed May 18 20:25:04 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"%lib/timeout.rb (Timeout#timeout);T;[o;;[I"Mdon't leak "execution expired" exception. [Bug #4283] [ruby-core:34534].;TS; ; i;I"AWed May 18 06:09:24 2011 Eric Hodel <drbrain@segment7.net>;T@ o; ;;;[o;;I"lib/cmath.rb;T;[o;;[I"aAdd some examples and improve documentation. Patch by Sandor Szucs. [Ruby 1.9 - Bug #4727];TS; ; i;I"AWed May 18 05:40:31 2011 Eric Hodel <drbrain@segment7.net>;T@ o; ;;;[o;;I"lib/benchmark.rb;T;[o;;[I"lRemove nodoc from Benchmark::Job and Benchmark::Report. Patch by Sandor Szucs. [Ruby 1.9 - Bug #4726];TS; ; i;I"AWed May 18 05:29:26 2011 Eric Hodel <drbrain@segment7.net>;T@ o; ;;;[o;;I"lib/webrick/compat.rb;T;[o;;[I"KImprove documentation. Patch by Sandor Szucs. [Ruby 1.9 - Bug #4725];TS; ; i;I"AWed May 18 05:10:35 2011 Eric Hodel <drbrain@segment7.net>;T@ o; ;;;[o;;I"lib/tracer.rb;T;[o;;[I"QImprove documentation. Patch by Richard Ramsden. [Ruby 1.9 - Feature #4720];TS; ; i;I"AWed May 18 04:53:41 2011 Eric Hodel <drbrain@segment7.net>;T@ o; ;;;[o;;I"lib/cmath.rb;T;[o;;[I"KImprove documentation. Patch by Jason Dew. [Ruby 1.9 - Feature #4717];TS; ; i;I"AWed May 18 04:50:24 2011 Eric Hodel <drbrain@segment7.net>;T@ o; ;;;[o;;I"lib/net/ftp.rb;T;[o;;[I"KImprove documentation. Patch by Vincent Batts. [Ruby 1.9 - Bug #4710];TS; ; i;I"AWed May 18 03:14:49 2011 Eric Hodel <drbrain@segment7.net>;T@ o; ;;;[o;;I"test/test_singleton.rb;T;[o;;[I"UAdd tests from lib/singleton.rb. Patch by Pete Higgins. [Ruby 1.9 - Bug #4715];TS; ; i;I"AWed May 18 03:03:07 2011 Eric Hodel <drbrain@segment7.net>;T@ o; ;;;[o;;I"lib/singleton.rb;T;[o;;[I"JImprove documentation. Patch by Pete Higgins. [Ruby 1.9 - Bug #4709];TS; ; i;I"2011-05-17;T@ S; ; i;I"KTue May 17 21:24:04 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"thread.c (rb_mutex_lock);T;[o;;[I"|remove remove_signal_thread_list() call. It's meaningless because lock_interrupt doesn't call add_signal_thread_list().;TS; ; i;I"KTue May 17 20:20:49 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"!vm_core.h (rb_thread_struct);T;[o;;[I"Madd volatile to transition_for_lock because it is not protected by lock.;TS; ; i;I"BTue May 17 20:08:53 2011 NAKAMURA Usaku <usa@ruby-lang.org>;T@ o; ;;;[o;;I",LEGAL (missing/{elf,tgamma,lgamma_r}.c);T;[o;;[I"<they've been replaced by public domain implementations.;To;;I"LEGAL (vsnprintf.c);T;[o;;[I"*it has moved to srcdir from missing/.;To;;I"LEGAL (missing/crypt.c);T;[o;;[I"list its original license.;TS; ; i;I"KTue May 17 19:54:26 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"LEGAL (configure);T;[o;;[I"add missing/setproctitle.c;TS; ; i;I"KTue May 17 19:35:01 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"Jtest/ruby/test_rubyoptions.rb (TestRubyOptions#test_set_program_name);T;[o;;[I"Suse ps -o command instead of ps -o cmd. FreeBSD doesn't support -o cmd option.;TS; ; i;I"ATue May 17 07:14:58 2011 Eric Hodel <drbrain@segment7.net>;T@ o; ;;;[o;;I"lib/net/http.rb;T;[o;;[I"hImprove documentation of proxy configuration methods. Patch by Alf Mikula. [Ruby 1.9 - Bug #4714];TS; ; i;I"ATue May 17 07:09:01 2011 Eric Hodel <drbrain@segment7.net>;T@ o; ;;;[o;;I"lib/net/pop.rb;T;[o;;[I"KImprove documentation. Patch by Vincent Batts. [Ruby 1.9 - Bug #4711];To;;I"lib/net/telnet.rb;T;[o;;[I" ditto;TS; ; i;I"ATue May 17 07:00:41 2011 Eric Hodel <drbrain@segment7.net>;T@ o; ;;;[o;;I"lib/net/http.rb;T;[o;;[I"YFix nodoc for Net::HTTP::version_1_1?. Patch by Alf Mikula. [Ruby 1.9 - Bug #4713];TS; ; i;I"ATue May 17 06:56:26 2011 Eric Hodel <drbrain@segment7.net>;T@ o; ;;;[o;;I"lib/optparse.rb;T;[o;;[I"gAdd link to make_switch to improve documentation. Patch by David Copeland. [Ruby 1.9 - Bug #4708];TS; ; i;I"ATue May 17 06:50:40 2011 Eric Hodel <drbrain@segment7.net>;T@ o; ;;;[o;;I"lib/observer.rb;T;[o;;[I"LImprove documentation. Patch by David Copeland. [Ruby 1.9 - Bug #4707];TS; ; i;I"ATue May 17 06:42:53 2011 Eric Hodel <drbrain@segment7.net>;T@ o; ;;;[o;;I"lib/logger.rb;T;[o;;[I"LImprove documentation. Patch by David Copeland. [Ruby 1.9 - Bug #4706];TS; ; i;I"ATue May 17 06:28:14 2011 Eric Hodel <drbrain@segment7.net>;T@ o; ;;;[o;;I"lib/gserver.rb;T;[o;;[I"LImprove documentation. Patch by David Copeland. [Ruby 1.9 - Bug #4705];TS; ; i;I"ATue May 17 06:21:15 2011 Eric Hodel <drbrain@segment7.net>;T@ o; ;;;[ o;;I"lib/cgi.rb;T;[o;;[I",Add toplevel documentation to class CGI;To;;I"lib/cgi/session.rb;T;[o;;[I".Add overview documentation to CGI::Cookie;To;;I"lib/cgi/html.rb;T;[o;;[I"cDon't add CGI::TagMaker documentation to CGI. Patch by David Copeland. [Ruby 1.9 - Bug #4704];To;;I"lib/cgi/core.rb;T;[o;;[I"RClean up CGI documentation. Patch by David Copeland. [Ruby 1.9 - Bug #4704];To;;I"lib/cgi/cookie.rb;T;[o;;[I"ZClean up CGI::Cookie documentation. Patch by David Copeland. [Ruby 1.9 - Bug #4704];TS; ; i;I"ATue May 17 05:52:30 2011 Eric Hodel <drbrain@segment7.net>;T@ o; ;;;[o;;I"ext/digest;T;[o;;[I"tImprove documentation of Digest, Digest::HMAC and Digest::SHA2. Patch by Pete Higgins. [Ruby 1.9 - Bug #4702];TS; ; i;I"ATue May 17 03:51:42 2011 Eric Hodel <drbrain@segment7.net>;T@ o; ;;;[o;;I"lib/abbrev.rb;T;[o;;[I"iHide copyright and revision information from RDoc. Inspired by patch from David Copeland, bug #4703.;TS; ; i;I"ATue May 17 03:33:21 2011 Eric Hodel <drbrain@segment7.net>;T@ o; ;;;[o;;I"$lib/timeout.rb (module Timeout);T;[o;;[I"MHide internal constants. Patch by Pete Higgins. [Ruby 1.9 - Bug #4701];TS; ; i;I"2011-05-16;T@ S; ; i;I"BMon May 16 11:21:09 2011 NAKAMURA Usaku <usa@ruby-lang.org>;T@ o; ;;;[o;;I"4configure.in, win32/Makefile.sub (RUBY_SO_NAME);T;[o;;[I"Oadd CPU as prefix of RUBY_SO_NAME on x64/ia64 mswin/mingw. [Feature #4602];TS; ; i;I"AMon May 16 08:00:05 2011 Eric Hodel <drbrain@segment7.net>;T@ o; ;;;[o;;I"lib/rdoc.rb;T;[o;;[I">Update to RDoc 3.6.1, allows OpenSSL::Digest to be found.;TS; ; i;I"AMon May 16 05:49:54 2011 Eric Hodel <drbrain@segment7.net>;T@ o; ;;;[o;;I"lib/drb/acl.rb;T;[o;;[I"Add documentation.;TS; ; i;I"KMon May 16 00:32:05 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"Dtest/ruby/test_signal.rb (TestSignal#test_signal_process_group);T;[o;;[I"Qskip if the platform doesn't have :pgroup capability. (i.e. skip if mswin32);TS; ; i;I"2011-05-15;T@ S; ; i;I"KSun May 15 23:53:31 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"include/ruby/intern.h;T;[o;;[I" resurrect old rb_fd_copy().;To;;I"thread.c (rb_fd_copy);T;[o;;[I"ditto.;TS; ; i;I"KSun May 15 23:45:11 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"include/ruby/intern.h;T;[o;;[I"Oremove rb_fd_copy() to rb_fd_dup() and rb_w32_fdcopy() to rb_w32_fd_dup().;To;;I"win32/win32.c;T;[o;;[I"ditto.;To;;I" thread.c;T;[o;;[I"ditto.;TS; ; i;I"JSun May 15 22:26:39 2011 CHIKANAGA Tomoyuki <nagachika00@gmail.com>;T@ o; ;;;[o;;I"signal.c (rb_f_kill);T;[o;;[I"paccept '-SIGXXX' style signal with Symbol or implicit conversion with #to_str. [ruby-dev:43169] fixes #4362;To;;I"9test/ruby/test_signal.rb (test_signal_process_group);T;[o;;[I"1add a test for send signal to process group.;TS; ; i;I"JSun May 15 21:22:35 2011 CHIKANAGA Tomoyuki <nagachika00@gmail.com>;T@ o; ;;;[o;;I"cont.c (cont_init);T;[o;;[I"�clear macihne_stack_start/end of saved thread to prevent mark machine stack of GC'ed Thread. root Fiber is not initialized by fiber_init(). based on a patch by Serge Balyuk [ruby-core:35891] fixes #4612;To;;I"1test/ruby/test_fiber.rb (test_gc_root_fiber);T;[o;;[I"add test for it.;TS; ; i;I"ESun May 15 21:04:29 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"transcode.c (econv_init);T;[o;;[I"%revert r31353. [ruby-dev:43512];TS; ; i;I"ASun May 15 03:39:35 2011 Eric Hodel <drbrain@segment7.net>;T@ o; ;;;[o;;I"ext/zlib/zlib.c;T;[o;;[I"KImprove documentation. Patch by Vincent Batts. [Ruby 1.9 - Bug #4695];TS; ; i;I"ASun May 15 03:23:46 2011 Eric Hodel <drbrain@segment7.net>;T@ o; ;;;[o;;I"lib/erb.rb;T;[o;;[I"KDocument ERB::Compiler. Patch by Simon Chiang. [Ruby 1.9 - Bug #4694];TS; ; i;I"KSun May 15 00:58:47 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"missing/setproctitle.c;T;[o;;[I"add #ifdef HAVE_UNISTD_H.;To;;I"!win32/Makefile.sub (MISSING);T;[o;;[I"add setproctitle.obj;TS; ; i;I"2011-05-14;T@ S; ; i;I"KSat May 14 22:45:28 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"missing/setproctitle.c;T;[o;;[I""add to include "ruby/util.h".;TS; ; i;I"KSat May 14 19:52:22 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"Jtest/ruby/test_rubyoptions.rb (TestRubyOptions#test_set_program_name);T;[o;;[I"add for $0 test.;TS; ; i;I"KSat May 14 19:50:46 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"6missing/setproctitle.c (compat_init_setproctitle);T;[o;;[I"+use ruby_strdup() instead of strdup().;TS; ; i;I"KSat May 14 19:37:31 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"include/ruby/missing.h;T;[o;;[I"$add setproctitle() declaration.;To;;I"missing/setproctitle.c;T;[o;;[I"added.;To;;I"configure.in;T;[o;;[I"*add check for missing/setproctitle.c.;To;;I""ruby.c (ruby_process_options);T;[o;;[I",add to call compat_init_setproctitle().;To;;I"ruby.c (set_arg0);T;[o;;[I"Mremove all platform specific code. it's moved to missing/setproctitle.c.;To;;I"ruby.c (origarg);T;[o;;[I"+remove len field. It's no longer used.;To;;I"ruby.c (get_arglen);T;[o;;[I"`removed. This patch makes a lot of cleanup set_arg0 related code and fixes [Feature #4689].;TS; ; i;I"JSat May 14 17:42:21 2011 CHIKANAGA Tomoyuki <nagachika00@gmail.com>;T@ o; ;;;[o;;I"process.c (rb_proc_times);T;[o;;[I"Timprove documentation. [ruby-core:35785] fixes #4581, reported by Andrew Grimm.;TS; ; i;I"ASat May 14 12:06:49 2011 Eric Hodel <drbrain@segment7.net>;T@ o; ;;;[o;;I"%lib/rdoc/context.rb (class RDoc);T;[o;;[I"=Fix infinite loop caused by re-encountering BasicObject.;TS; ; i;I"ASat May 14 09:50:10 2011 Eric Hodel <drbrain@segment7.net>;T@ o; ;;;[o;;I"lib/yaml/dbm.rb;T;[o;;[I"HAdd documentation. Patch by Justin Collins. [Ruby 1.9 - Bug #4693];To;;I"lib/yaml/store.rb;T;[o;;[I" ditto;TS; ; i;I"ASat May 14 09:31:43 2011 Eric Hodel <drbrain@segment7.net>;T@ o; ;;;[o;;I"lib/rdoc.rb;T;[o;;[I"Updated to RDoc 3.6;TS; ; i;I"KSat May 14 07:30:29 2011 Aaron Patterson <aaron@tenderlovemaking.com>;T@ o; ;;;[o;;I"ext/psych/lib/psych.rb;T;[o;;[I"/released a new gem, so increasing version.;TS; ; i;I"ASat May 14 05:02:58 2011 Eric Hodel <drbrain@segment7.net>;T@ o; ;;;[o;;I"lib/uri.rb;T;[o;;[I"PAdd toplevel documentation. Patch by Vincent Batts. [Ruby 1.9 - Bug #4690];TS; ; i;I"ASat May 14 02:57:52 2011 Eric Hodel <drbrain@segment7.net>;T@ o; ;;;[o;;I""lib/ipaddr.rb (unless Socket);T;[o;;[I"XDocument valid*? methods. Patch by Sebastian Martinez. [Ruby 1.9 - Feature #4687];TS; ; i;I"ASat May 14 02:54:04 2011 Eric Hodel <drbrain@segment7.net>;T@ o; ;;;[o;;I"lib/rexml/functions.rb;T;[o;;[I"jAdd some documentation for REXML::Functions. Patch by Sebastian Martinez. [Ruby 1.9 - Feature #4688];TS; ; i;I"ASat May 14 02:51:42 2011 Eric Hodel <drbrain@segment7.net>;T@ o; ;;;[o;;I"lib/resolv.rb;T;[o;;[I"sHide private method and state-tracking constants from RDoc. Patch by Mark Turner. [Ruby 1.9 - Feature #4691];TS; ; i;I"2011-05-13;T@ S; ; i;I"GFri May 13 19:23:21 2011 URABE Shyouhei <shyouhei@ruby-lang.org>;T@ o; ;;;[o;;I"numeric.c (flo_coerce);T;[o;;[I"eAdd #flo_coerce documentation. Patch by Sebastian Martinez. https://github.com/ruby/ruby/pull/21;TS; ; i;I"GFri May 13 18:42:22 2011 URABE Shyouhei <shyouhei@ruby-lang.org>;T@ o; ;;;[o;;I"README.EXT;T;[o;;[I"Pfix typo. Patch by William Blackerby. https://github.com/ruby/ruby/pull/19;To;;I"README.EXT.ja;T;[o;;[I"ditto.;TS; ; i;I"BFri May 13 15:22:34 2011 NAKAMURA Usaku <usa@ruby-lang.org>;T@ o; ;;;[o;;I""win32/win32.c (rb_w32_select);T;[o;;[I"acheck invalid handle before doing select operations. see [ruby-dev:43513], [ruby-dev:43535];TS; ; i;I"AFri May 13 08:34:00 2011 Eric Hodel <drbrain@segment7.net>;T@ o; ;;;[o;;I"lib/rdoc/rdoc.rb;T;[o;;[I"/Output summary after documentation report.;To;;I"lib/rdoc/stats/normal.rb;T;[o;;[I"?Don't output information for users when we're not on a TTY;TS; ; i;I"AFri May 13 07:49:02 2011 Eric Hodel <drbrain@segment7.net>;T@ o; ;;;[o;;I"lib/fileutils.rb;T;[o;;[I"WHide internal methods from RDoc. Patch by Darragh Curran. [Ruby 1.9 - Bug #4684];TS; ; i;I"AFri May 13 07:36:23 2011 Eric Hodel <drbrain@segment7.net>;T@ o; ;;;[o;;I"*lib/webrick/httpservlet/erbhandler.rb;T;[o;;[I"Add documentation.;TS; ; i;I"AFri May 13 07:04:33 2011 Eric Hodel <drbrain@segment7.net>;T@ o; ;;;[o;;I"lib/mathn.rb;T;[o;;[I"EFix indentation. Patch by Jason Dew. [Ruby 1.9 - Feature #4682];TS; ; i;I"AFri May 13 06:50:43 2011 Eric Hodel <drbrain@segment7.net>;T@ o; ;;;[o;;I"lib/mathn.rb;T;[o;;[I"HAdd documentation. Patch by Jason Dew. [Ruby 1.9 - Feature #4667];TS; ; i;I"AFri May 13 05:44:19 2011 Eric Hodel <drbrain@segment7.net>;T@ o; ;;;[o;;I"!lib/logger.rb (class Logger);T;[o;;[I"dDocument Logger#datetime_format. Patch by Sergio Gil Perez de la Manga. [Ruby 1.9 - Bug #4678];TS; ; i;I"@Fri May 13 05:39:11 2011 Eric Hodel <drbrain@segment7.net>;T@ o; ;;;[o;;I"re.c (Init_Regexp);T;[o;;[I"PDocument option constants. Patch by Vincent Batts. [Ruby 1.9 - Bug #4677];To;;I"#lib/uri/common.rb (module URI);T;[o;;[I"KDocumentation for URI. Patch by Vincent Batts. [Ruby 1.9- Bug #4677];To;;I" lib/uri/ftp.rb (module URI);T;[o;;[I" ditto;To;;I"$lib/uri/generic.rb (module URI);T;[o;;[I" ditto;To;;I"!lib/uri/http.rb (module URI);T;[o;;[I" ditto;To;;I""lib/uri/https.rb (module URI);T;[o;;[I" ditto;To;;I"!lib/uri/ldap.rb (module URI);T;[o;;[I" ditto;To;;I""lib/uri/ldaps.rb (module URI);T;[o;;[I" ditto;To;;I"#lib/uri/mailto.rb (module URI);T;[o;;[I" ditto;To;;I"process.c (Init_process);T;[o;;[I"PDocument Process constants. Patch by Vincent Batts. [Ruby 1.9- Bug #4677];TS; ; i;I"AFri May 13 05:16:38 2011 Eric Hodel <drbrain@segment7.net>;T@ o; ;;;[o;;I"!lib/rss/atom.rb (module RSS);T;[o;;[I"=Document URIs. Patch by Mark Turner. [Ruby 1.9 - #4671];To;;I" lib/rss/rss.rb (module RSS);T;[o;;[I"KDocument exception classes. Patch by Mark Turner. [Ruby 1.9 - #4671];TS; ; i;I"KFri May 13 02:15:18 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"io.c (select_internal);T;[o;;[I"-remove unused variable (interrupt_flag).;TS; ; i;I"2011-05-12;T@ S; ; i;I"AThu May 12 18:24:34 2011 Kouhei Sutou <kou@clear-code.com>;T@ o; ;;;[o;;I"configure.in;T;[o;;[I"�limit to "T" type for prefix of external symbols because x86_64-w64-mingw32-gcc on Debian GNU/Linux generates the following symbol: 0000000068483390 D _GLOBAL__F__conftest_external Approved by nobu.;TS; ; i;I"BThu May 12 14:50:52 2011 NAKAMURA Usaku <usa@ruby-lang.org>;T@ o; ;;;[o;;I"+test/dl/test_base.rb (Fiddle::LIBC_SO);T;[o;;[I")its always msvc*.dll on mswin/mingw.;TS; ; i;I"BThu May 12 14:47:53 2011 NAKAMURA Usaku <usa@ruby-lang.org>;T@ o; ;;;[o;;I"#lib/mkmf.rb (Logging.postpone);T;[o;;[I"-copy only when temporary logfile exists.;TS; ; i;I"HThu May 12 12:24:22 2011 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>;T@ o; ;;;[o;;I"ext/openssl/ossl_ssl.c;T;[o;;[I"�By trunk@31346, function check of SSLv2 is executed. However, the problem is not revised in this. This adds the control of using function of SSLv2 in made macro by function check.;TS; ; i;I"AThu May 12 08:10:46 2011 Eric Hodel <drbrain@segment7.net>;T@ o; ;;;[o;;I"lib/set.rb (class Set);T;[o;;[I"WAdd nodoc to internal-use methods. Patch by Pete Higgins. [Ruby 1.9 - Bug #4665];TS; ; i;I"AThu May 12 07:54:59 2011 Eric Hodel <drbrain@segment7.net>;T@ o; ;;;[ o;;I"object.c (rb_obj_equal);T;[o;;[I"GAdd documentation. Patch by Vincent Batts. [Ruby 1.9 - Bug #4664];To;;I"lib/rexml;T;[o;;[I" ditto;To;;I"lib/mkmf.rb;T;[o;;[I" ditto;To;;I"ext/socket/lib/socket.rb;T;[o;;[I" ditto;TS; ; i;I"AThu May 12 07:30:08 2011 Eric Hodel <drbrain@segment7.net>;T@ o; ;;;[o;;I"Various .document files;T;[o;;[I"DUpdate .document files to match files which have documentation.;TS; ; i;I"2011-05-11;T@ S; ; i;I"EWed May 11 19:45:27 2011 Keiju Ishitsuka <keiju@ishitsuka.com>;T@ o; ;;;[o;;I"lib/forwardable.rb;T;[o;;[I"Jsupport 'delegate :foo => :bar' for to meet by specification of RDOC.;TS; ; i;I"AWed May 11 08:36:38 2011 Eric Hodel <drbrain@segment7.net>;T@ o; ;;;[o;;I"lib/webrick;T;[o;;[I",Add documentation for WEBrick::HTTPAuth;TS; ; i;I"AWed May 11 03:06:35 2011 Eric Hodel <drbrain@segment7.net>;T@ o; ;;;[o;;I"lib/rss.rb;T;[o;;[I"OAdd documentation for RSS. Patch by Steve Klabnik. [Ruby 1.9 - Bug #4663];TS; ; i;I"2011-05-10;T@ S; ; i;I"ATue May 10 14:50:32 2011 Shota Fukumori <sorah@tubusu.net>;T@ o; ;;;[o;;I"lib/test/unit.rb;T;[o;;[I">Add option for hiding skip messages when test ends. #4657;To;;I"Htest/testunit/test_hideskip.rb, test/testunit/test4test_hideskip.rb;T;[o;;[I"test for above.;TS; ; i;I"ATue May 10 10:53:04 2011 Eric Hodel <drbrain@segment7.net>;T@ o; ;;;[o;;I"common.mk (rdoc);T;[o;;[I"Add rdoc-coverage rule;TS; ; i;I"ATue May 10 09:13:21 2011 Eric Hodel <drbrain@segment7.net>;T@ o; ;;;[o;;I"lib/webrick;T;[o;;[I"Add Documentation;TS; ; i;I"2011-05-09;T@ S; ; i;I"AMon May 9 20:57:13 2011 Tadayoshi Funaba <tadf@dotrb.org>;T@ o; ;;;[o;;I")test/ruby/test_{complex,rational}.rb;T;[o;;[I"added tests.;TS; ; i;I"AMon May 9 20:29:44 2011 Tadayoshi Funaba <tadf@dotrb.org>;T@ o; ;;;[o;;I"%complex.c (string_to_c_internal);T;[o;;[I"a refactoring.;TS; ; i;I"BMon May 9 18:33:05 2011 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I" string.c;T;[o;;[I"�Improve documentation for String#start_with? and String#end_with?. fixes #4652 patched by Andrew Grimm <andrew.j.grimm at gmail.com>;TS; ; i;I";Mon May 9 13:49:00 2011 Kenta Murata <mrkn@mrkn.jp>;T@ o; ;;;[o;;I"%complex.c (string_to_c_internal);T;[o;;[I"~support scientific notation. patched by Tinco Andringa. https://github.com/ruby/ruby/pull/16 [ruby-core:36046][Bug #4655];TS; ; i;I"BMon May 9 11:52:48 2011 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"numeric.c (int_ord);T;[o;;[I"Sremove K&R style. patched by Daehyub Kim. https://github.com/ruby/ruby/pull/17;TS; ; i;I"2011-05-08;T@ S; ; i;I"ASun May 8 22:17:24 2011 Tadayoshi Funaba <tadf@dotrb.org>;T@ o; ;;;[o;;I"1test/ruby/test_{complex2,complexrational}.rb;T;[o;;[I"use skip.;To;;I"test/date/*.rb;T;[o;;[I"ditto.;TS; ; i;I"ASun May 8 21:02:31 2011 Tadayoshi Funaba <tadf@dotrb.org>;T@ o; ;;;[o;;I"1test/ruby/test_{complex2,complexrational}.rb;T;[o;;[I"NEVER SKIP.;TS; ; i;I"ASun May 8 21:01:21 2011 Tadayoshi Funaba <tadf@dotrb.org>;T@ o; ;;;[o;;I" test/date/test_date_base.rb;T;[o;;[I"fixed.;TS; ; i;I"ASun May 8 20:54:11 2011 Tadayoshi Funaba <tadf@dotrb.org>;T@ o; ;;;[o;;I"test/date/*.rb;T;[o;;[I"NEVER SKIP.;TS; ; i;I"ASun May 8 20:37:33 2011 Tadayoshi Funaba <tadf@dotrb.org>;T@ o; ;;;[o;;I"test/date/*.rb;T;[o;;[I"reverted 31432.;TS; ; i;I"ASun May 8 20:32:43 2011 Tadayoshi Funaba <tadf@dotrb.org>;T@ o; ;;;[o;;I"test/date/*.rb;T;[o;;[I"reverted 31483.;TS; ; i;I"KSun May 8 19:39:16 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"-thread_pthread.c (native_cond_timedwait);T;[o;;[I"add to care EINTR.;To;;I"$thread_pthread.c (thread_timer);T;[o;;[I"remove EINTR check.;TS; ; i;I"ASun May 8 19:04:15 2011 Tadayoshi Funaba <tadf@dotrb.org>;T@ o; ;;;[o;;I"lib/time.rb (xmlschema);T;[o;;[I"(avoid passing any negative numbers.;TS; ; i;I"ASun May 8 18:40:03 2011 Tadayoshi Funaba <tadf@dotrb.org>;T@ o; ;;;[o;;I"%ext/date/date_{parse,strptime}.c;T;[o;;[I"introduced some macros.;TS; ; i;I"ASun May 8 17:17:13 2011 Tadayoshi Funaba <tadf@dotrb.org>;T@ o; ;;;[o;;I"test/date/*.rb;T;[o;;[I"use skip /w messages.;TS; ; i;I"ASun May 8 17:04:55 2011 Tadayoshi Funaba <tadf@dotrb.org>;T@ o; ;;;[o;;I",ext/date/lib/date/format.rb (_httpdate);T;[o;;[I""omitted to call zone_to_diff.;TS; ; i;I"ASun May 8 16:56:19 2011 Tadayoshi Funaba <tadf@dotrb.org>;T@ o; ;;;[o;;I")ext/date/date_core.c (date_s_test_*);T;[o;;[I"use macros.;TS; ; i;I"KSun May 8 10:24:16 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"thread_pthread.c;T;[o;;[I"�cleanup signal_thread_list related ifdef. 1) we don't have to use #ifdef FOO-PLATFORM directly 2) About half #ifdef didn't care symbian properly.;TS; ; i;I"KSun May 8 05:19:37 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"!test/io/wait/test_io_wait.rb;T;[o;;[I"~Linux socketpair(2) only support AF_UNIX, but windows socketpair doesn't support it. we can't avoid platform check. sigh!;TS; ; i;I"KSun May 8 00:13:05 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"!test/io/wait/test_io_wait.rb;T;[o;;[I"Fuse Socket.pair instead of pipe. Windows can only treat a socket.;TS; ; i;I"2011-05-07;T@ S; ; i;I"KSat May 7 22:43:48 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"thread.c (rb_fd_zero);T;[o;;[I" remove redundant zero fill.;TS; ; i;I"KSat May 7 22:38:04 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"thread.c (rb_fd_init);T;[o;;[I"remove volatile qualifier.;TS; ; i;I"KSat May 7 22:34:29 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"thread.c (rb_fd_init_copy);T;[o;;[I"Gnew internal api. It provide efficient copy constructor semantics.;To;;I"thread.c (do_select);T;[o;;[I"use rb_fd_init_copy().;TS; ; i;I"KSat May 7 15:18:06 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"thread.c (lock_func);T;[o;;[I"2decrement cond_waiting if timeout was happen.;TS; ; i;I"ESat May 7 18:28:37 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"*thread_pthread.c (USE_MONOTONIC_COND);T;[o;;[I"*check the availability more strictly.;To;;I"(thread_pthread.h (rb_thread_cond_t);T;[o;;[I"ditto.;TS; ; i;I"KSat May 7 15:15:10 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"+thread_win32.h (rb_thread_cond_struct);T;[o;;[I"ladd prev field instead of last. (ie cond_event_entry is now using double linked list instead of single);To;;I"&thread_win32.c (cond_event_entry);T;[o;;[I"add prev field.;To;;I"&thread_win32.c (__cond_timedwait);T;[o;;[I"1remove entry properly if timeout was happen.;To;;I"(thread_win32.c (native_cond_signal);T;[o;;[I"#change for double linked list.;To;;I"+thread_win32.c (native_cond_broadcast);T;[o;;[I"ditto.;To;;I",thread_win32.c (native_cond_initialize);T;[o;;[I"ditto.;TS; ; i;I"KSat May 7 12:41:04 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"0thread_win32.c (abs_timespec_to_timeout_ms);T;[o;;[I"Lfix 1000x calculation mistake. (ie fix hang-up native_cond_timedwait());TS; ; i;I"KSat May 7 03:14:13 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[ o;;I"*thread_pthread.c (native_thread_init);T;[o;;[I".change sleep_cond attribute to monotonic.;To;;I"$thread_pthread.c (native_sleep);T;[o;;[I"use native_cond_timeout().;To;;I"+thread_pthread.c (native_cond_timeout);T;[o;;[I"add overflow care.;To;;I")thread_win32.c (native_cond_timeout);T;[o;;[I"ditto.;TS; ; i;I"KSat May 7 02:49:12 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"1thread_win32.c (RB_CONDATTR_CLOCK_MONOTONIC);T;[o;;[I"/define RB_CONDATTR_CLOCK_MONOTONIC always.;To;;I"3thread_pthread.c (RB_CONDATTR_CLOCK_MONOTONIC);T;[o;;[I"ditto.;TS; ; i;I"KSat May 7 02:29:41 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"+thread_pthread.c (native_cond_timeout);T;[o;;[I"Znew internal api. it calculate a proper time for argument of native_cond_timedwait().;To;;I")thread_win32.c (native_cond_timeout);T;[o;;[I"ditto.;To;;I"$thread_pthread.c (thread_timer);T;[o;;[I"1use native_cond_timeout() instead of get_ts.;To;;I"thread.c (lock_func);T;[o;;[I"ditto.;To;;I"thread_pthread.c (get_ts);T;[o;;[I"(removed. use native_cond_timeout().;To;;I"!thread.c (init_lock_timeout);T;[o;;[I"ditto.;TS; ; i;I"KSat May 7 01:54:21 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"thread_pthread.c (get_ts);T;[o;;[I"$add monotonic clock capability.;To;;I"5thread_pthread.c (rb_thread_create_timer_thread);T;[o;;[I"%use monotonic clock if possible.;TS; ; i;I"KSat May 7 01:43:37 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[ o;;I"(thread_pthread.h (rb_thread_cond_t);T;[o;;[I"Badd clockid field. it's no longer an alias of pthread_cond_t.;To;;I"thread_pthread.c;T;[o;;[I"%adapt new rb_thread_cond_t type.;To;;I"thread.c (mutex_alloc);T;[o;;[I"ditto.;To;;I",thread_win32.c (native_cond_initialize);T;[o;;[I"ditto.;To;;I"configure.in;T;[o;;[I"Cadd check for pthread_cond_attr_setclock() and clockid_t type.;TS; ; i;I"2011-05-06;T@ S; ; i;I"KFri May 6 23:29:47 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"%thread.c (rb_wait_for_single_fd);T;[o;;[I"cuse ppoll() instead of poll() if possible. based on a patch from Eric Wong. [ruby-core:36003].;TS; ; i;I"KFri May 6 23:13:43 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"configure.in;T;[o;;[I"Lremove nanosleep check. we no longer use it. r20124 removed last usage.;TS; ; i;I"EFri May 6 22:35:56 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"#ext/syck/rubyext.c (mktime_do);T;[o;;[I"extra digits are not used.;TS; ; i;I"BFri May 6 17:43:07 2011 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"#ext/syck/rubyext.c (mktime_do);T;[o;;[I"#remove unused variable offset.;To;;I"ext/syck/syck.h;T;[o;;[I"%use #ifdef instead of #if DEBUG.;TS; ; i;I"BFri May 6 16:27:33 2011 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I".ext/date/date_core.c (DAY_IN_NANOSECONDS);T;[o;;[I"wrefix: 31438. check with LONG_MAX and cast as long; without this the calculation will be done as int and overflow.;TS; ; i;I"GFri May 6 15:01:11 2011 URABE Shyouhei <shyouhei@ruby-lang.org>;T@ o; ;;;[o;;I"#ext/syck/rubyext.c (mktime_do);T;[o;;[I"cavoid buffer overrun, by silently ignoring lesser significant digits. Required buffer length can be computable so you might at first think of allocating enough memory space on the fly using alloca(). That is a wrong idea because when using alloca there is always risk of integer overflow. A function that accepts outer-process resources like this should not blindly trust its inputs. In this particular case we just want to generate milliseconds resolution by strtod() so the string in question needs no more length than what we originally have. Ignoring lesser significant digits should suffice I believe.;TS; ; i;I"=Fri May 6 14:25:53 2011 Tinco Andringa <mail@tinco.nl>;T@ o; ;;;[o;;I"#ext/syck/rubyext.c (mktime_do);T;[o;;[I"DYAML.load time correctly parse usecs smaller than 1 fixes #4571;TS; ; i;I"2011-05-05;T@ S; ; i;I"KThu May 5 22:23:34 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"8thread_pthread.c (native_mutex_reinitialize_atfork);T;[o;;[I"removed unused macro.;To;;I"6thread_win32.c (native_mutex_reinitialize_atfork);T;[o;;[I"ditto.;TS; ; i;I"EThu May 5 22:09:39 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I".ext/date/date_core.c (DAY_IN_NANOSECONDS);T;[o;;[I"5long long int is not available on all platforms.;TS; ; i;I"JThu May 5 17:36:31 2011 CHIKANAGA Tomoyuki <nagachika00@gmail.com>;T@ o; ;;;[o;;I"eval.c (frame_func_id);T;[o;;[I"mstore result of method_entry_of_iseq() to cfp->me because method_entry_of_iseq() might become expensive.;TS; ; i;I"JThu May 5 15:03:51 2011 CHIKANAGA Tomoyuki <nagachika00@gmail.com>;T@ o; ;;;[o;;I"eval.c (frame_func_id);T;[o;;[I"~__method__ return different name from methods defined by Module#define_method with a same block. [ruby-core:35386] fixes #4606;To;;I""eval.c (method_entry_of_iseq);T;[o;;[I"]new helper function. search control frame stack for a method entry which has given iseq.;To;;I"test/ruby/test_method.rb;T;[o;;[I"add tests for #4606;TS; ; i;I"2011-05-04;T@ S; ; i;I"KWed May 4 22:13:09 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"benchmark/bm_vm4_pipe.rb;T;[o;;[I"3Reduced iterations. Too slow benchmark is bad.;To;;I"$benchmark/bm_vm4_thread_pass.rb;T;[o;;[I"ditto.;TS; ; i;I"KWed May 4 22:08:22 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I" test/date/test_date_base.rb;T;[o;;[I"!don't use no message skip().;TS; ; i;I"KWed May 4 21:11:28 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"benchmark/bm_io_select2.rb;T;[o;;[I"Hreduce number of using file descriptors. because gdb need some fds.;TS; ; i;I"KWed May 4 19:00:59 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"%thread.c (rb_wait_for_single_fd);T;[o;;[I"Fix wrong return value.;To;;I"mtest/-ext-/wait_for_single_fd/test_wait_for_single_fd.rb (TestWaitForSingleFD#test_wait_for_closed_pipe);T;[o;;[I"test for it.;TS; ; i;I"KWed May 4 18:46:39 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I""ext/-test-/wait_for_single_fd;T;[o;;[I"vNew. for testing rb_wait_for_single_fd() internal function. The patch was written by Eric Wong. [ruby-core:35991];To;;I"=test/-ext-/wait_for_single_fd/test_wait_for_single_fd.rb;T;[o;;[I"ditto.;TS; ; i;I"KWed May 4 12:46:25 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"%thread.c (rb_wait_for_single_fd);T;[o;;[I"PAdded POLLNVAL check. based on a patch from Eric Wong at [ruby-core:35991].;TS; ; i;I"KWed May 4 11:51:01 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"io.c (rb_f_select);T;[o;;[I"remove useless ifdef.;TS; ; i;I"KWed May 4 11:42:47 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I")ext/socket/init.c (wait_connectable);T;[o;;[I"Tfix error handling code. RB_WAITFD_OUT is turned on even though an error occur.;TS; ; i;I"KWed May 4 10:12:39 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"-ext/readline/readline.c (readline_event);T;[o;;[I"`use rb_wait_for_single_fd(). The patch was written by Eric Wong. [Ruby 1.9 - Feature #4531];TS; ; i;I"KWed May 4 10:10:28 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I")ext/socket/init.c (wait_connectable);T;[o;;[I"`use rb_wait_for_single_fd(). The patch was written by Eric Wong. [Ruby 1.9 - Feature #4531];To;;I"Fext/socket/init.c (try_wait_connectable, wait_connectable_ensure);T;[o;;[I" removed.;TS; ; i;I"KWed May 4 10:07:48 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"!ext/io/wait/wait.c (io_wait);T;[o;;[I"`use rb_wait_for_single_fd(). The patch was written by Eric Wong. [Ruby 1.9 - Feature #4531];TS; ; i;I"KWed May 4 10:01:27 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"%thread.c (rb_wait_for_single_fd);T;[o;;[I"�new. poll(2) based backend for rb_wait_for_single_fd(). Now only Linux uses it. The patch was written by Eric Wong. [Ruby 1.9 - Feature #4531];TS; ; i;I"KWed May 4 09:56:57 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[ o;;I"%thread.c (rb_wait_for_single_fd);T;[o;;[I" new.;To;;I"thread.c (select_single);T;[o;;[I"9select(2) based backend for rb_wait_for_single_fd().;To;;I"io.c (make_writeconv);T;[o;;[I"Buse rb_wait_for_single_fd() instead of rb_thread_fd_select().;To;;I"io.c (rb_io_wait_readable);T;[o;;[I"ditto.;To;;I"$thread.c (rb_thread_wait_fd_rw);T;[o;;[I"ditto.;To;;I"io.c (wait_readable);T;[o;;[I" removed.;To;;I"thread.c (init_set_fd);T;[o;;[I"new helper function.;To;;I"Cinclude/ruby/io.h (RB_WAITFD_IN, RB_WAITFD_PRI, RB_WAITFD_OUT);T;[o;;[I"inew constant for rb_single_wait_fd(). The patch was written by Eric Wong. [Ruby 1.9 - Feature #4531];TS; ; i;I"KWed May 4 08:04:59 2011 Aaron Patterson <aaron@tenderlovemaking.com>;T@ o; ;;;[o;;I".ext/psych/lib/psych/visitors/yaml_tree.rb;T;[o;;[I"Gfix time dumping so that Syck can load UTC times that Psych dumps.;TS; ; i;I"KWed May 4 07:33:00 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"thread.c (rb_fd_copy);T;[o;;[I"Rfix wrong argument.This issue was pointed out by Eric Wong. [ruby-core:35982];TS; ; i;I"2011-05-03;T@ S; ; i;I"KTue May 3 20:29:33 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"Ltest/fileutils/test_fileutils.rb (TestFileUtils#test_chmod_symbol_mode);T;[o;;[I"xSkip sticky bit test if the platform is FreeBSD. It doesn't allow to change sticky bit if a target is regular file.;TS; ; i;I"DTue May 3 18:23:57 2011 Yuki Sonoda (Yugui) <yugui@yugui.jp>;T@ o; ;;;[o;;I"2test/date/test_date.rb (TestDate#test_coerce);T;[o;;[I" test for [ruby-core:35127].;TS; ; i;I"ETue May 3 04:27:53 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I" thread.c (rb_thread_select);T;[o;;[I")preserve errno if no error occurred.;TS; ; i;I"ETue May 3 03:57:04 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"*include/ruby/intern.h (rb_w32_fdcopy);T;[o;;[I" add prototype. fixes #4640;TS; ; i;I"2011-05-02;T@ S; ; i;I"KMon May 2 01:02:04 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"'lib/fileutils.rb (FileUtils#chmod);T;[o;;[I"faccept symbolic mode argument. The patch was written by takkanm. [ruby-core:26029][Feature #2190];To;;I")lib/fileutils.rb (FileUtils#fu_mode);T;[o;;[I"new helper function.;To;;I"5lib/fileutils.rb (FileUtils#symbolic_modes_to_i);T;[o;;[I"ditto.;To;;I"+lib/fileutils.rb (FileUtils#mode_mask);T;[o;;[I"ditto.;To;;I"+lib/fileutils.rb (FileUtils#user_mask);T;[o;;[I"ditto.;To;;I"Ltest/fileutils/test_fileutils.rb (TestFileUtils#test_chmod_symbol_mode);T;[o;;[I"*new test for the above symbolic mode.;To;;I"Btest/fileutils/test_fileutils.rb (TestFileUtils#test_chmod_R);T;[o;;[I"ditto.;TS; ; i;I"KMon May 2 00:36:12 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"&ext/socket/init.c (rsock_connect);T;[o;;[I"Wadd to care EINTR. based on a patch from Eric Wong at [ruby-core:35621][Bug #4555];TS; ; i;I"2011-05-01;T@ S; ; i;I"KSun May 1 01:06:24 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I" thread.c (rb_thread_select);T;[o;;[I"(release GVL while waiting select().;TS; ; i;I"2011-04-30;T@ S; ; i;I"KSat Apr 30 23:10:15 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I""win32/win32.c (rb_w32_fdcopy);T;[o;;[I"ANew. This can copy even though fdset size exceed FD_SETSIZE.;To;;I"'include/ruby/intern.h (rb_fd_copy);T;[o;;[I"use rb_w32_fdcopy();TS; ; i;I"KSat Apr 30 20:18:43 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"thread.c (do_select);T;[o;;[I"xChange argument type to rb_fdset_t. Now do_select() is free from unexpected hangup if HAVE_RB_FD_INIT=1 [Bug #4636];To;;I"9thread.c (rb_thread_fd_select, rb_thread_wait_fd_rw);T;[o;;[I"adapt new argument type.;To;;I" thread.c (rb_thread_select);T;[o;;[I"make dummy implementation.;TS; ; i;I"KSat Apr 30 20:16:53 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"thread.c (rb_fd_copy);T;[o;;[I"IChange function argument. Now rb_fd_copy() has fully copy semantics.;To;;I"include/ruby/intern.h;T;[o;;[I"ditto.;TS; ; i;I"KSat Apr 30 20:11:47 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[ o;;I"-include/ruby/intern.h (rb_thread_select);T;[o;;[I"mark as deprecated.;To;;I"'ext/io/wait/wait.c (wait_readable);T;[o;;[I"9use rb_thread_fd_select instead of rb_thread_select.;To;;I"*ext/socket/init.c (wait_connectable0);T;[o;;[I"ditto.;To;;I"-ext/readline/readline.c (readline_event);T;[o;;[I"ditto.;To;;I"Rio.c (rb_io_wait_readable, wait_readable, rb_io_wait_writable, wait_writable);T;[o;;[I"ditto.;TS; ; i;I"KSat Apr 30 20:06:36 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"thread.c (do_select);T;[o;;[I"@remove useless ifdef. time calculation is not heavy weight.;TS; ; i;I"KSat Apr 30 16:48:36 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"benchmark/bm_io_select3.rb;T;[o;;[I" New.;TS; ; i;I"KSat Apr 30 16:27:09 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"1io.c (copy_stream_body, rb_io_s_copy_stream);T;[o;;[I"~move rb_fd_init() from copy_stream_body to rb_io_s_copy_stream. fds of passing rb_fd_term() have to be guaranteed initialized.;TS; ; i;I"KSat Apr 30 16:13:17 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I":benchmark/bm_io_select.rb, benchmark/bm_io_select2.rb;T;[o;;[I"<New. based on a patch from Eric Wong at [Feature #4531];TS; ; i;I"KSat Apr 30 03:25:53 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"!test/io/wait/test_io_wait.rb;T;[o;;[I"VNew. for testing ext/io/wait. the patch was written by Eric Wong. [Feature #4531];TS; ; i;I"KSat Apr 30 00:34:56 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"include/ruby/win32.h;T;[o;;[I"<remove redundant declaration of rb_w32_time_subtract().;TS; ; i;I"KSat Apr 30 00:16:40 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I" thread_pthread.c (gvl_init);T;[o;;[I"`fix hangup if GVL_SIMPLE_LOCK=1. We don't have to call mutex_unlock() before initialize it!;TS; ; i;I"2011-04-29;T@ S; ; i;I"KFri Apr 29 13:15:15 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"+thread_win32.c (native_cond_timedwait);T;[o;;[I",New. r31373 caused win32 build failure.;To;;I"Bthread_win32.c (__cond_timedwait, abs_timespec_to_timeout_ms);T;[o;;[I"New helper functions.;To;;I")win32/win32.c (rb_w32_time_subtract);T;[o;;[I",rename from subtract and remove static.;TS; ; i;I"KFri Apr 29 10:43:09 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"benchmark/bm_vm4_pipe.rb;T;[o;;[I"RAdd two new benchmark for GVL performance. They was written by Koichi Sasada.;To;;I"$benchmark/bm_vm4_thread_pass.rb;T;[o;;[I"ditto.;TS; ; i;I"KFri Apr 29 10:25:31 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"*vm_method.c (rb_clear_cache_by_class);T;[o;;[I"ZRevert r29673. It made a segmentation fault regression. [Bug #4289][ruby-core:34554].;TS; ; i;I"EFri Apr 29 10:24:51 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"io.c (make_writeconv);T;[o;;[I"mdo not add textmode newline decorator if any newline decorator is set already. fixes #4618, fixes #4619;TS; ; i;I"KFri Apr 29 10:17:42 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"thread.c (lock_func);T;[o;;[I"small cleanup.;TS; ; i;I"KFri Apr 29 10:07:13 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"(thread.c (rb_mutex_lock, lock_func);T;[o;;[I"�Avoid busy loop and performance regression. bm_vm3_thread_mutex.rb performance change from 109.064sec to 16.331sec. [Feature #4607];To;;I"!thread.c (init_lock_timeout);T;[o;;[I"New helper function.;TS; ; i;I"2011-04-28;T@ S; ; i;I"BThu Apr 28 16:15:49 2011 NAKAMURA Usaku <usa@ruby-lang.org>;T@ o; ;;;[ o;;I",win32/{win32.c,dir.h} (rb_w32_uopendir);T;[o;;[I" new API to pass UTF-8 path.;To;;I"5win32/win32.c (opendir_internal, rb_w32_opendir);T;[o;;[I"Mextract and merge common part of rb_w32_opendir() and rb_w32_uopendir().;To;;I"$dir.c (do_opendir, glob_helper);T;[o;;[I"encoding.;To;;I"'dir.c (dir_initialize, do_opendir);T;[o;;[I"|convert path to UTF-8 and call rb_w32_uopendir() instead of rb_w32_opendir() on Windows. fixes #4491, reported by Joey Zhou.;TS; ; i;I"BThu Apr 28 15:32:53 2011 NAKAMURA Usaku <usa@ruby-lang.org>;T@ o; ;;;[o;;I"'test/dl/test_base.rb (DL::LIBC_SO);T;[o;;[I")its always msvc*.dll on mswin/mingw.;TS; ; i;I"EThu Apr 28 06:07:06 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"lib/csv.rb (CSV::open);T;[o;;[I"6suppress universal newline decorator. fixes #4603;To;;I"lib/csv.rb (CSV.read);T;[o;;[I"no mode is needed.;TS; ; i;I"EThu Apr 28 06:06:56 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"1io.c (rb_io_extract_modeenc, rb_f_backquote);T;[o;;[I"(set default text mode. fixes #4619;To;;I"io.c (pipe_open);T;[o;;[I"/set universal newline decorator if needed.;TS; ; i;I"2011-04-27;T@ S; ; i;I"BWed Apr 27 11:33:08 2011 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"'enc/trans/emoji_iso2022_kddi.trans;T;[o;;[I"�ISO-2022-JP-KDDI doesn't have CP932 UDA. Another reason is emacs-mule: the implementation of stateless-iso-2022-jp doesn't support beyond 94x94 (0x7fxx); but CP932 UDA is in 7Fxx-92xx.;TS; ; i;I"EWed Apr 27 07:42:44 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"configure.in (STRIP);T;[o;;[I"_use proper toolchain. based on a patch from Jon Forums at [ruby-core:35909]. fixes #4617;TS; ; i;I"AWed Apr 27 01:20:59 2011 Tadayoshi Funaba <tadf@dotrb.org>;T@ o; ;;;[o;;I"-ext/date/date_core.c (date_zone_to_diff);T;[o;;[I" renamed.;To;;I"ext/date/date_parse.c;T;[o;;[I"ditto.;To;;I"ext/date/date_strptime.c;T;[o;;[I"ditto.;TS; ; i;I"EWed Apr 27 01:16:59 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"encoding.c (enc_find);T;[o;;[I"accept Encoding objects.;TS; ; i;I"EWed Apr 27 00:55:56 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[ o;;I"transcode.c (econv_opts);T;[o;;[I"add newline option.;To;;I"7io.c (validate_enc_binmode, rb_io_extract_modeenc);T;[o;;[I"2set newline decorator according to open mode.;To;;I"+transcode.c (rb_econv_prepare_options);T;[o;;[I"?new function, to prepare econv options with newline flags.;To;;I";include/ruby/encoding.h (ECONV_NEWLINE_DECORATOR_MASK);T;[o;;[I" add.;TS; ; i;I"EWed Apr 27 00:51:01 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"file.c (rb_file_truncate);T;[o;;[I"fix function.;To;;I"?include/ruby/win32.h (ftruncate, truncate, ftello, fseeko);T;[o;;[I"Pnon-64 versions on mingw are useless because they use int32_t. fixes #4564;TS; ; i;I"AWed Apr 27 00:50:33 2011 Tadayoshi Funaba <tadf@dotrb.org>;T@ o; ;;;[o;;I"ext/date/date_core.c;T;[o;;[I"!modified validation methods.;To;;I"ext/date/lib/date.rb;T;[o;;[I"ditto.;TS; ; i;I"AWed Apr 27 00:00:37 2011 Tadayoshi Funaba <tadf@dotrb.org>;T@ o; ;;;[o;;I"+ext/date/date_core.c (dt_lite_set_tmx);T;[o;;[I"should get df value.;TS; ; i;I"2011-04-26;T@ S; ; i;I"ATue Apr 26 22:34:04 2011 Tadayoshi Funaba <tadf@dotrb.org>;T@ o; ;;;[o;;I"+ext/date/lib/date/format.rb (_iso8601);T;[o;;[I"Rallowed day only civil date. disallowed separatorless day only ordinal date.;TS; ; i;I"2011-04-25;T@ S; ; i;I"HMon Apr 25 21:31:36 2011 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>;T@ o; ;;;[o;;I"ext/openssl/extconf.rb;T;[o;;[I"�Should check SSLv2_*method. openssl compiled with "no-ssl2" the extconf don't fail when running `make' having this compilation errors. Patched by Laurent Arnoud. fixes #4562, #4556;TS; ; i;I"@Mon Apr 25 20:53:32 2011 Tajima, Akio <artonx@yahoo.co.jp>;T@ o; ;;;[o;;I"win32/win32.c (kill);T;[o;;[I"&accept 0 only sig is SIGINT #4596;TS; ; i;I"@Mon Apr 25 19:59:47 2011 Tajima, Akio <artonx@yahoo.co.jp>;T@ o; ;;;[o;;I"win32/win32.c (kill);T;[o;;[I"!accept 0 as pid, fixes #4596;TS; ; i;I"BMon Apr 25 16:43:45 2011 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"random.c (random_rand);T;[o;;[I"remove unused variables.;To;;I"1struct.c (rb_struct_define_without_accessor);T;[o;;[I"ditto.;To;;I"+strftime.c (rb_strftime_with_timespec);T;[o;;[I"ditto.;To;;I"sprintf.c;T;[o;;[I"ditto.;To;;I"time.c (time_asctime);T;[o;;[I"!remove useless GetTimeval().;To;;I"thread_pthread.c;T;[o;;[I"cast to (void *) for %p.;TS; ; i;I"BMon Apr 25 11:02:11 2011 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I""ext/ripper/lib/ripper/sexp.rb;T;[o;;[I"@fix rdoc around sexp. patched by Sho Hashimoto. fixes #4599;TS; ; i;I"AMon Apr 25 08:24:04 2011 Shota Fukumori <sorah@tubusu.net>;T@ o; ;;;[o;;I"(random.c (rb_f_rand, random_s_rand);T;[o;;[I"RDocs for them.;TS; ; i;I";Mon Apr 25 07:18:00 2011 Kenta Murata <mrkn@mrkn.jp>;T@ o; ;;;[o;;I"*random.c (random_s_rand, Init_Random);T;[o;;[I"ORandom.rand should behave as Random::DEFAULT.rand rather than Kernel#rand.;To;;I"'random.c (rand_range, random_rand);T;[o;;[I"=rand_range function extracted from random_rand function.;To;;I"random.c (rb_f_rand);T;[o;;[I"Baccept a Range argument as Random#rand [ruby-dev:43427] #4605;TS; ; i;I"AMon Apr 25 03:31:06 2011 Tadayoshi Funaba <tadf@dotrb.org>;T@ o; ;;;[o;;I"lib/time.rb;T;[o;;[I"require 'date'.;To;;I" ext/date/lib/date/format.rb;T;[o;;[I"removed require line.;TS; ; i;I"AMon Apr 25 03:08:39 2011 Tadayoshi Funaba <tadf@dotrb.org>;T@ o; ;;;[o;;I" ext/date/lib/date/format.rb;T;[o;;[I"require 'date'.;TS; ; i;I"AMon Apr 25 03:04:16 2011 Tadayoshi Funaba <tadf@dotrb.org>;T@ o; ;;;[o;;I"+ext/date/lib/date/format.rb (_iso8601);T;[o;;[I"added a pattern.;TS; ; i;I"BMon Apr 25 02:51:22 2011 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I" ext/date/lib/date/format.rb;T;[o;;[I"�require 'date_core.so'. date/format needs methods which are now in date_core.so. This breaks make rdoc which uses Date._parse from time.rb.;TS; ; i;I"AMon Apr 25 02:47:46 2011 Tadayoshi Funaba <tadf@dotrb.org>;T@ o; ;;;[o;;I"+ext/date/lib/date/format.rb (_iso8601);T;[o;;[I"fixed a bug of regex.;TS; ; i;I"AMon Apr 25 02:12:26 2011 Tadayoshi Funaba <tadf@dotrb.org>;T@ o; ;;;[o;;I" ext/date/lib/date/format.rb;T;[o;;[I"an adjustment of regex.;TS; ; i;I"AMon Apr 25 01:58:50 2011 Tadayoshi Funaba <tadf@dotrb.org>;T@ o; ;;;[o;;I" ext/date/lib/date/format.rb;T;[o;;[I"omitted to call _parse.;TS; ; i;I"KMon Apr 25 01:03:03 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"string.c (rb_to_id);T;[o;;[I"remove unused variable.;TS; ; i;I"2011-04-24;T@ S; ; i;I"ASun Apr 24 22:19:05 2011 Tadayoshi Funaba <tadf@dotrb.org>;T@ o; ;;;[o;;I"complex.c, rational.c;T;[o;;[I"omitted some method calls.;TS; ; i;I"ASun Apr 24 02:57:27 2011 Tadayoshi Funaba <tadf@dotrb.org>;T@ o; ;;;[o;;I" ext/date/date_parse.c (n2i);T;[o;;[I"takes long.;TS; ; i;I"ASun Apr 24 02:51:06 2011 Tadayoshi Funaba <tadf@dotrb.org>;T@ o; ;;;[o;;I"ext/date/date_parse.c;T;[o;;[I"reverted.;TS; ; i;I"BSun Apr 24 02:25:23 2011 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"include/ruby/intern.h;T;[o;;[I"(pcc can't use __builtin_constant_p.;To;;I"vm_exec.c;T;[o;;[I"change condition.;TS; ; i;I"BSun Apr 24 01:58:01 2011 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[ o;;I""ext/date/date_core.c (leap_p);T;[o;;[I"#suppress warning: parentheses.;To;;I"2ext/date/date_core.c (date_s__parse_internal);T;[o;;[I""remove unused variable "str".;To;;I")ext/date/date_parse.c (parse_ddd_cb);T;[o;;[I"use RSTRING_LENINT.;To;;I"6ext/date/date_strftime.c (date_strftime_with_tmx);T;[o;;[I"remove unused variable.;TS; ; i;I"ASun Apr 24 00:34:23 2011 Tadayoshi Funaba <tadf@dotrb.org>;T@ o; ;;;[o;;I"ext/date/date_parse.c;T;[o;;[I"Bremoved some unused macros. use strchr() instead of index().;TS; ; i;I"2011-04-23;T@ S; ; i;I"ASat Apr 23 21:29:42 2011 Tadayoshi Funaba <tadf@dotrb.org>;T@ o; ;;;[o;;I"ext/date/date_core.c;T;[o;;[I"=replacement of implementation of _parse. [experimental];To;;I"ext/date/date_parse.c;T;[o;;[I" new.;To;;I" ext/date/lib/date/format.rb;T;[o;;[I"$removed ruby version of _parse.;TS; ; i;I"2011-04-22;T@ S; ; i;I"BFri Apr 22 12:04:15 2011 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"array.c (rb_ary_sort_bang);T;[o;;[I"Lfix rdoc. patched by burningTyger. https://github.com/ruby/ruby/pull/11;TS; ; i;I"BFri Apr 22 11:49:49 2011 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"5lib/xmlrpc/create.rb (XMLRPC::Create#conv2value);T;[o;;[I"EXML-RPC's int is 32bit int, and Fixnum also may be beyond 32bit.;To;;I"5lib/xmlrpc/create.rb (XMLRPC::Create#conv2value);T;[o;;[I"GXML-RPC doesn't allow Infinity and NaN. http://www.xmlrpc.com/spec;TS; ; i;I"KFri Apr 22 04:16:14 2011 Aaron Patterson <aaron@tenderlovemaking.com>;T@ o; ;;;[o;;I"ext/psych/parser.c (parse);T;[o;;[I"3strings from psych have proper taint markings.;To;;I"test/psych/test_tainted.rb;T;[o;;[I"test for string taint;TS; ; i;I"2011-04-21;T@ S; ; i;I"BThu Apr 21 01:30:02 2011 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"random.c (rb_f_srand);T;[o;;[I"Dfix rdoc: srand(0)'s 0 is a seed. [ruby-core:35833] fixes #4590;TS; ; i;I"BThu Apr 21 01:01:28 2011 Masaya Tarui <tarui@ruby-lang.org>;T@ o; ;;;[o;;I" win32/win32.c (CreateChild);T;[o;;[I"lmaximum length of lpCommandLine is 32,768 characters, including the Unicode terminating null character.;TS; ; i;I"2011-04-20;T@ S; ; i;I"AWed Apr 20 21:32:11 2011 Tadayoshi Funaba <tadf@dotrb.org>;T@ o; ;;;[o;;I"7ext/date/date_strptime.c (date__strptime_internal);T;[o;;[I"&do not overwrite local variables.;TS; ; i;I"BWed Apr 20 14:41:28 2011 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I" string.c (rb_str_each_line);T;[o;;[I"[check string's length when compare separator and string. [ruby-core:35815] fixes #4586;TS; ; i;I"EWed Apr 20 00:02:13 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"+misc/ruby-mode.el (ruby-parse-partial);T;[o;;[I" use position of open paren.;TS; ; i;I"2011-04-19;T@ S; ; i;I"?Tue Apr 19 01:00:21 2011 Tajima Akio <artonx@yahoo.co.jp>;T@ o; ;;;[o;;I"=test/ruby/test_io.rb (TestIO#test_cross_thread_close_fd);T;[o;;[I",skip cross thread pipe close if windows;TS; ; i;I"2011-04-18;T@ S; ; i;I"BMon Apr 18 12:15:46 2011 NAKAMURA Usaku <usa@ruby-lang.org>;T@ o; ;;;[o;;I"Btest/ruby/test_range.rb (TestRange#test_step_ruby_core_35753);T;[o;;[I")avoid float error. [ruby-core:35804];TS; ; i;I"2011-04-17;T@ S; ; i;I"ASun Apr 17 00:20:14 2011 Tadayoshi Funaba <tadf@dotrb.org>;T@ o; ;;;[o;;I"$ext/date/date_{core,strftime}.c;T;[o;;[I"#use struct tmx instead of vtm.;To;;I"ext/date/date_tmx.h;T;[o;;[I" new.;TS; ; i;I"2011-04-16;T@ S; ; i;I"ASat Apr 16 22:23:52 2011 Tadayoshi Funaba <tadf@dotrb.org>;T@ o; ;;;[o;;I"9ext/date/date_strftime.c (date_strftime_wo_timespec);T;[o;;[I"7changed the way of validation of locale modifiers.;TS; ; i;I"ASat Apr 16 21:55:12 2011 Tadayoshi Funaba <tadf@dotrb.org>;T@ o; ;;;[o;;I"ext/date/date_core.c;T;[o;;[I"@replacement of implementation of _strptime. [experimental];To;;I"ext/date/date_strptime.c;T;[o;;[I" new.;To;;I" ext/date/lib/date/format.rb;T;[o;;[I"'removed ruby version of _strptime.;TS; ; i;I"ESat Apr 16 10:18:30 2011 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>;T@ o; ;;;[o;;I"vm.c (Init_VM);T;[o;;[I"=suppress warning: "OPT_BASIC_OPERATIONS" is not defined.;TS; ; i;I"2011-04-15;T@ S; ; i;I"EFri Apr 15 23:41:18 2011 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>;T@ o; ;;;[o;;I"ruby.c (proc_options);T;[o;;[I"Fsuppress warning: "ALLOW_DEFAULT_SOURCE_ENCODING" is not defined.;TS; ; i;I"@Fri Apr 15 15:10:29 2011 Akinori MUSHA <knu@iDaemons.org>;T@ o; ;;;[o;;I"*lib/uri/generic.rb (#route_from_path);T;[o;;[I"TFix a bug where URI('http://h/b/').route_to('http://h/b') wrongly returned './';To;;0;[o;;[0S; ; i;I"@Fri Apr 15 14:58:06 2011 Akinori MUSHA <knu@iDaemons.org>;T@ o; ;;;[o;;I"'lib/fileutils.rb (FileUtils#touch);T;[o;;[I"mFix corrupted output when mtime is specified in addition to nocreate (and verbose). ref [ruby-dev:43401];TS; ; i;I"2011-04-14;T@ S; ; i;I"BThu Apr 14 23:43:43 2011 NAKAMURA Usaku <usa@ruby-lang.org>;T@ o; ;;;[o;;I" numeric.c (ruby_float_step);T;[o;;[I"Jwrong loop condition. fixes [ruby-core:35753], reported by Joey Zhou.;To;;I"Btest/ruby/test_range.rb (TestRange#test_step_ruby_core_35753);T;[o;;[I"test above change.;TS; ; i;I"EThu Apr 14 22:48:12 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"9lib/test/unit.rb (Test::Unit::Options#setup_options);T;[o;;[I"Aset possible values for completion. no conversion is needed.;To;;I"=lib/test/unit.rb (Test::Unit::Runner::Worker#initialize);T;[o;;[I";use positional arguments instead of keyword arguments.;To;;I"6lib/test/unit.rb (Test::Unit::Runner#jobs_status);T;[o;;[I"jio/console may not be available. use 80 as the last resort if IO#winsize and COLUMNS are unavailable.;To;;I"7lib/test/unit.rb (Test::Unit::Runner::Worker#died);T;[o;;[I"rename using a verb.;To;;I"8lib/test/unit.rb (Test::Unit::Runner#_run_parallel);T;[o;;[I"9check if worker is signaled and use its exit status.;To;;I"7lib/test/unit.rb (Test::Unit::Runner::Worker#dead);T;[o;;[I"*no longer @in and @out are separated.;TS; ; i;I"EThu Apr 14 21:23:29 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"variable.c (rb_autoload_p);T;[o;;[I"Lsearch superclasses as same as actual loading. fixes [ruby-core:35679];TS; ; i;I"EThu Apr 14 21:21:06 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"'include/ruby/win32.h (frexp, modf);T;[o;;[I".wrongly declared as pure in mingw math.h.;To;;I"/include/ruby/win32.h (ftruncate, truncate);T;[o;;[I"mingw64 misses prototypes.;To;;I" win32/win32.c (rb_w32_read);T;[o;;[I"suppress warning.;TS; ; i;I"KThu Apr 14 19:55:54 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"'lib/fileutils.rb (FileUtils#touch);T;[o;;[I"�fix corrupted output when FileUtils.touch(:nocreate => true, :verbose => true) case. The patch was written by Hiroyuki Iwatsuki. [ruby-dev:43401];TS; ; i;I"EThu Apr 14 16:01:45 2011 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>;T@ o; ;;;[o;;I"io.c (rb_f_syscall);T;[o;;[I"7suppress warning: "HAVE___SYSCALL" is not defined.;TS; ; i;I"JThu Apr 14 00:41:09 2011 CHIKANAGA Tomoyuki <nagachika00@gmail.com>;T@ o; ;;;[o;;I"!thread.c (thread_fd_close_i);T;[o;;[I"IIOError exception should be assigned to rb_thread_t::thrown_errinfo.;TS; ; i;I"2011-04-13;T@ S; ; i;I"EWed Apr 13 20:12:26 2011 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>;T@ o; ;;;[o;;I"io.c (rb_io_fdatasync);T;[o;;[I"remove unused variable.;TS; ; i;I"2011-04-12;T@ S; ; i;I";Tue Apr 12 20:54:12 2011 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"include/ruby/st.h;T;[o;;[I""parenthesize macro arguments.;TS; ; i;I"BTue Apr 12 19:19:50 2011 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"lib/uri/common.rb;T;[o;;[I"&avoid race condition. fixes #4572;TS; ; i;I">Tue Apr 12 18:07:13 2011 TAKAO Kouji <kouji@takao7.net>;T@ o; ;;;[o;;I"ext/readline/extconf.rb;T;[o;;[I"6--disable-libedit to disable libedit. fixes #4550;TS; ; i;I"BTue Apr 12 10:37:39 2011 NAKAMURA Usaku <usa@ruby-lang.org>;T@ o; ;;;[o;;I"include/ruby/win32.h;T;[o;;[I"hVC doesn't have ftruncate() and others, but ruby needs HAVE_ macros to use our emulation functions.;To;;0;[o;;[0S; ; i;I"BTue Apr 12 01:33:00 2011 Luis Lavena <luislavena@gmail.com>;T@ o; ;;;[o;;I"configure.in;T;[o;;[I"_properly evaluate existence of truncate, ftruncate and ftello for MinGW. [ruby-core:35678];To;;I"win32/win32.c;T;[o;;[I"Brename truncate, ftruncate and ftello to avoid redefinitions.;To;;I"win32/win32.h;T;[o;;[I"ditto.;TS; ; i;I"2011-04-11;T@ S; ; i;I"KMon Apr 11 21:51:52 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I" io.c;T;[o;;[I"Crevert r31230. Because it made a regression. [ruby-core:35631];TS; ; i;I"KMon Apr 11 21:49:18 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"test/ruby/test_io.rb;T;[o;;[I"�Added TestIO#test_cross_thread_close_stdio and TestIO#test_cross_thread_close_fd. The patch was written by Eric Wong. [ruby-core:35669];TS; ; i;I"KMon Apr 11 21:15:54 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"file.c (rb_group_member);T;[o;;[I"Tkill 256K of stack usage. the patch was written by Eric Wong. [ruby-core:35699];TS; ; i;I"AMon Apr 11 07:24:13 2011 Eric Hodel <drbrain@segment7.net>;T@ o; ;;;[o;;I"ext/openssl/ossl.c;T;[o;;[I"*Fix typo, document version constants.;TS; ; i;I"2011-04-10;T@ S; ; i;I";Sun Apr 10 22:23:45 2011 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"include/ruby/ruby.h;T;[o;;[I""parenthesize macro arguments.;TS; ; i;I"2011-04-09;T@ S; ; i;I"ASat Apr 9 23:31:47 2011 Shota Fukumori <sorah@tubusu.net>;T@ o; ;;;[o;;I":ext/stringio/stringio.c (strio_each, strio_readlines);T;[o;;[I"AUse `NUM2LONG` instead of `FIX2INT`. Fixes [ruby-dev:43395].;TS; ; i;I"ASat Apr 9 23:22:27 2011 Shota Fukumori <sorah@tubusu.net>;T@ o; ;;;[o;;I")ext/stringio/stringio.c (strio_each);T;[o;;[I"eFix exception message and don't raise immediately if block is not given. Fixes [ruby-dev:43394].;To;;I"<test/stringio/test_stringio.rb (test_each_line_limit_0);T;[o;;[I"Fix test for above.;TS; ; i;I"ASat Apr 9 21:54:15 2011 Shota Fukumori <sorah@tubusu.net>;T@ o; ;;;[o;;I":ext/stringio/stringio.c (strio_each, strio_readlines);T;[o;;[I"4limit must not be zero. Fixes [ruby-dev:43392].;To;;I"#test/stringio/test_stringio.rb;T;[o;;[I"Add tests for above.;TS; ; i;I";Sat Apr 9 18:01:36 2011 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"include/ruby/util.h;T;[o;;[I""parenthesize macro arguments.;TS; ; i;I"2011-04-08;T@ S; ; i;I"BFri Apr 8 16:01:56 2011 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I",ext/stringio/stringio.c (strio_getline);T;[o;;[I"vcheck whether str is a string when str and lim are given. https://twitter.com/watson1978/status/56225052152168449;TS; ; i;I"2011-04-07;T@ S; ; i;I";Thu Apr 7 20:03:52 2011 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"include/ruby/io.h;T;[o;;[I""parenthesize macro arguments.;TS; ; i;I"2011-04-06;T@ S; ; i;I";Wed Apr 6 21:08:31 2011 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"include/ruby/intern.h;T;[o;;[I""parenthesize macro arguments.;TS; ; i;I"BWed Apr 6 15:12:40 2011 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"4ext/openssl/ossl_pkey_dh.c (ossl_dh_initialize);T;[o;;[I"<pop pushed error after each try of reading. fixes #4550;To;;I"6ext/openssl/ossl_pkey_dsa.c (ossl_dsa_initialize);T;[o;;[I"ditto.;To;;I"4ext/openssl/ossl_pkey_ec.c (ossl_ec_initialize);T;[o;;[I"ditto.;TS; ; i;I"BWed Apr 6 11:36:44 2011 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"6ext/openssl/ossl_pkey_rsa.c (ossl_rsa_initialize);T;[o;;[I"<pop pushed error after each try of reading. fixes #4550;TS; ; i;I"2011-04-05;T@ S; ; i;I";Tue Apr 5 20:33:43 2011 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"include/ruby/encoding.h;T;[o;;[I""parenthesize macro arguments.;TS; ; i;I"2011-04-04;T@ S; ; i;I"KMon Apr 4 22:02:16 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"1ext/io/nonblock/nonblock.c (io_nonblock_set);T;[o;;[I"�Avoid F_SETFL if we're not changing the O_NONBLOCK bit. F_SETFL is an expensive operation since it needs to affect all processes with the same file object. The patch is written by Eric Wong. [ruby-core:35556];TS; ; i;I"KMon Apr 4 21:41:26 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"io.c (rb_io_syswrite);T;[o;;[I"�While local FS writes are usually buffered, the buffers can be full or the file opened with O_SYNC. IO#syswrite can also be used on blocking IOs;To;;I"T(pipe/socket) just like IO#write. The patch is written by Eric Wong. [ruby-core;T;[o;;[I"35554];TS; ; i;I"BMon Apr 4 11:50:40 2011 NAKAMURA Usaku <usa@ruby-lang.org>;T@ o; ;;;[o;;I"test/test_tempfile.rb;T;[o;;[I"Dsimply ignore platform dependent testcases instead of skipping.;TS; ; i;I"2011-04-03;T@ S; ; i;I"JSun Apr 3 22:52:22 2011 CHIKANAGA Tomoyuki <nagachika00@gmail.com>;T@ o; ;;;[o;;I"ext/syslog/syslog.c;T;[o;;[I"Limprove rdoc. a patch by Jonas Pfenniger. [ruby-core:35592] fixes #4545;TS; ; i;I";Sun Apr 3 22:10:09 2011 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"ext/zlib/zlib.c;T;[o;;[I""parenthesize macro arguments.;TS; ; i;I"KSun Apr 3 21:33:58 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"configure.in;T;[o;;[I"Fdisable fdatasync again on Mac OS X. [ruby-core:35493][Bug #4500];TS; ; i;I"KSun Apr 3 21:16:20 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"io.c (io_reopen);T;[o;;[I"�IO#close releases GVL if possible. close() may block for certain file types (NFS, SO_LINGER sockets, inotify), so let other threads run. The patch was created by Eric Wong [ruby-core:35555][Bug #4527];To;;I"io.c (fptr_finalize);T;[o;;[I"ditto.;To;;I"io.c (maygvl_fclose);T;[o;;[I" new.;To;;I"io.c (nogvl_fclose);T;[o;;[I"ditto.;To;;I"io.c (maygvl_close);T;[o;;[I"ditto.;To;;I"io.c (nogvl_close);T;[o;;[I"ditto.;TS; ; i;I"2011-04-01;T@ S; ; i;I";Fri Apr 1 22:25:50 2011 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"ext/syslog/syslog.c;T;[o;;[I""parenthesize macro arguments.;TS; ; i;I"EFri Apr 1 18:53:06 2011 NAKAMURA, Hiroshi <nahi@ruby-lang.org>;T@ o; ;;;[o;;I"2lib/webrick/cookie.rb (WEBrick::Cookie.parse);T;[o;;[I"�'white space is permitted between tokens' according to RFC2965. Though 'Netscape spec' does not define the syntax clearly, make it tolerant as a server. As a real-world example, rest-client gem sends 'Cookie: foo=1;bar=2';To;;I"<test/webrick/test_cookie.rb (test_parse_non_whitespace);T;[o;;[I" test it.;TS; ; i;I"EFri Apr 1 13:19:20 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"&vm_core.h (RUBY_VM_CHECK_INTS_TH);T;[o;;[I".merge a patch by ko1 in [ruby-dev:43373].;TS; ; i;I"2011-03-31;T@ S; ; i;I"EThu Mar 31 23:15:46 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"Cmisc/ruby-mode.el (ruby-brace-to-do-end, ruby-do-end-to-brace);T;[o;;[I"=adjust space between block beginning and block arguments;TS; ; i;I";Thu Mar 31 20:42:05 2011 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"ext/strscan/strscan.c;T;[o;;[I""parenthesize macro arguments.;TS; ; i;I"AThu Mar 31 18:06:12 2011 Shugo Maeda <shugo@ruby-lang.org>;T@ o; ;;;[o;;I"&vm_insnhelper.c (vm_get_ev_const);T;[o;;[I"Cshould ignore crefs with the NODE_FL_CREF_PUSHED_BY_EVAL flag.;TS; ; i;I"AThu Mar 31 16:49:56 2011 Shugo Maeda <shugo@ruby-lang.org>;T@ o; ;;;[o;;I"&vm_insnhelper.c (vm_get_ev_const);T;[o;;[I"0search root cref properly. [ruby-dev:43365];TS; ; i;I"AThu Mar 31 14:50:25 2011 Shugo Maeda <shugo@ruby-lang.org>;T@ o; ;;;[o;;I" eval.c (rb_mod_s_constants);T;[o;;[I"Cshould ignore crefs with the NODE_FL_CREF_PUSHED_BY_EVAL flag.;TS; ; i;I"2011-03-30;T@ S; ; i;I"EWed Mar 30 22:55:47 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"*misc/ruby-mode.el (ruby-toggle-block);T;[o;;[I"toggle do/end and {}.;To;;I"+misc/ruby-mode.el (ruby-move-to-block);T;[o;;[I"move to opening of block.;TS; ; i;I"AWed Mar 30 14:35:15 2011 Shugo Maeda <shugo@ruby-lang.org>;T@ o; ;;;[o;;I" vm_insnhelper.h (COPY_CREF);T;[o;;[I"}should copy the NODE_FL_CREF_PUSHED_BY_EVAL flag to hide constants from methods defined by class_eval. [ruby-dev:43365];TS; ; i;I";Wed Mar 30 00:24:53 2011 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"ext/stringio/stringio.c;T;[o;;[I""parenthesize macro arguments.;TS; ; i;I"2011-03-29;T@ S; ; i;I"JTue Mar 29 21:51:31 2011 CHIKANAGA Tomoyuki <nagachika00@gmail.com>;T@ o; ;;;[o;;I"object.c (rb_String);T;[o;;[I"2Kernel#String should call to_str before to_s.;TS; ; i;I"BTue Mar 29 10:28:08 2011 NAKAMURA Usaku <usa@ruby-lang.org>;T@ o; ;;;[o;;I"Ttest/webrick/test_filehandler.rb (WEBrick::TestFileHandler#test_short_filename);T;[o;;[I"0the cgi doesn't exist on current directory.;TS; ; i;I";Tue Mar 29 05:19:57 2011 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"ext/socket/raddrinfo.c;T;[o;;[I""parenthesize macro arguments.;TS; ; i;I">Tue Mar 29 00:03:51 2011 Tajima Akio <artonx@yahoo.co.jp>;T@ o; ;;;[o;;I";test/webrick/test_filehandler.rb (test_short_filename);T;[o;;[I"`read real short filename by cmd because smb mounted files have different naming convention.;TS; ; i;I"2011-03-28;T@ S; ; i;I"BMon Mar 28 11:38:08 2011 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"(ext/date/date_core.c (date_s_today);T;[o;;[I"use int for year.;To;;I"*ext/date/date_core.c (datetime_s_now);T;[o;;[I"ditto.;TS; ; i;I"BMon Mar 28 11:07:41 2011 NAKAMURA Usaku <usa@ruby-lang.org>;T@ o; ;;;[o;;I"ext/extmk.rb;T;[o;;[I"0set MFLAGS from MAKEFLAGS when using nmake.;TS; ; i;I"BMon Mar 28 11:07:00 2011 NAKAMURA Usaku <usa@ruby-lang.org>;T@ o; ;;;[o;;I"common.mk (love);T;[o;;[I"all you need is love.;TS; ; i;I"2011-03-27;T@ S; ; i;I";Sun Mar 27 23:16:31 2011 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"ext/socket/ipsocket.c;T;[o;;[I""parenthesize macro arguments.;TS; ; i;I"ESun Mar 27 16:55:34 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"&misc/ruby-mode.el (ruby-mode-map);T;[o;;[I"^remove unnecessary binding. fixes http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=468952;To;;I"misc/ruby-mode.el;T;[o;;[I"fsuppress warnings at byte compile. fixes http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=502926;TS; ; i;I"ASun Mar 27 11:18:35 2011 Tadayoshi Funaba <tadf@dotrb.org>;T@ o; ;;;[o;;I"ext/date/date_core.c;T;[o;;[I"removed unused variables.;TS; ; i;I"2011-03-26;T@ S; ; i;I";Sat Mar 26 15:16:09 2011 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"ext/socket/getaddrinfo.c;T;[o;;[I""parenthesize macro arguments.;TS; ; i;I"BSat Mar 26 05:27:34 2011 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"4ext/date/lib/date/format.rb (DateTime#strftime);T;[o;;[I"*removed because date_core defines it.;TS; ; i;I"2011-03-25;T@ S; ; i;I"AFri Mar 25 21:59:45 2011 Tadayoshi Funaba <tadf@dotrb.org>;T@ o; ;;;[o;;I"ext/date/date_core.c;T;[o;;[I"'should not force cast with macros.;TS; ; i;I";Fri Mar 25 21:56:10 2011 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"ext/sdbm/init.c;T;[o;;[I""parenthesize macro arguments.;TS; ; i;I"FFri Mar 25 19:39:40 2011 Ben Walton <bwalton@artsci.utoronto.ca>;T@ o; ;;;[o;;I"test/test_syslog.rb;T;[o;;[I"<Skip syslog tests that rely on LOG_PERROR unless it's defined Instead of checking looking at the platform to determine if the tests relying on LOG_PERROR should be run, look for the definition of the constant as this will be robust against all platforms as long as the underlying syslog.c code sets it up correctly. This specifically addresses failures on Solaris 9. Use LOG_PID instead of LOG_PERROR in Syslog.open test LOG_PERROR isn't a POSIX option for syslog, so it fails on platforms that don't define it. Solaris 9 and 10 are examples of this. Use LOG_PID instead.;TS; ; i;I"BFri Mar 25 15:42:17 2011 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"!ext/sdbm/_sdbm.c (sdbm_open);T;[o;;[I"use size_t.;To;;I"ext/syck/bytecode.c;T;[o;;[I"ditto.;To;;I"ext/sdbm/_sdbm.c (delpair);T;[o;;[I"use ptrdiff_t.;To;;I"ext/sdbm/init.c;T;[o;;[I"use RSTRING_LENINT.;To;;I"ext/dl/handle.c;T;[o;;[I"(suppress warning: shorten-64-to-32.;To;;I"ext/strscan/strscan.c;T;[o;;[I"ditto.;To;;I"ext/syck/emitter.c;T;[o;;[I"ditto.;To;;I"ext/syck/implicit.c;T;[o;;[I"ditto.;To;;I"ext/syck/syck.c;T;[o;;[I"ditto.;To;;I"ext/syck/token.c;T;[o;;[I"ditto.;TS; ; i;I"BFri Mar 25 12:14:58 2011 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"ext/nkf/nkf-utf8/nkf.c;T;[o;;[I"import nkf 7f18e30.;TS; ; i;I"BFri Mar 25 11:49:29 2011 NAKAMURA Usaku <usa@ruby-lang.org>;T@ o; ;;;[ o;;I";test/ruby/test_process.rb (TestProcess#test_no_curdir);T;[o;;[I"~skip silently on Windows, because this tests a platform specific feature and it'll never be supported on ruby on Windows.;To;;I"ytest/ruby/test_dir_m17n.rb (TestDir_M17N#test_filename_extutf8_invalid, TestDir_M17N#test_filename_as_bytes_extutf8);T;[o;;[I"ditto.;To;;I"Ttest/open-uri/test_open-uri.rb (TestOpenURI#test_find_proxy_case_sensitive_env);T;[o;;[I"ditto.;To;;I"Stest/dl/test_handle.rb (DL::TestHandle#test_NEXT, DL::TestHandle#test_DEFAULT);T;[o;;[I"ditto.;TS; ; i;I"2011-03-24;T@ S; ; i;I"EThu Mar 24 23:06:29 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"&vm_insnhelper.c (vm_get_ev_const);T;[o;;[I"*should not autoload in defined? mode.;To;;I"$variable.c (rb_const_defined_0);T;[o;;[I",fix autoloading base. [ruby-core:35509];TS; ; i;I";Thu Mar 24 22:48:43 2011 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"ext/sdbm/_sdbm.c;T;[o;;[I""parenthesize macro arguments.;TS; ; i;I"BThu Mar 24 14:45:57 2011 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"ext/openssl/ossl.c;T;[o;;[I"(suppress warning: shorten-64-to-32.;To;;I"ext/openssl/ossl.h;T;[o;;[I"ditto.;To;;I"ext/openssl/ossl_asn1.c;T;[o;;[I"ditto.;To;;I"ext/openssl/ossl_bio.c;T;[o;;[I"ditto.;To;;I"ext/openssl/ossl_bn.c;T;[o;;[I"ditto.;To;;I"ext/openssl/ossl_cipher.c;T;[o;;[I"ditto.;To;;I"ext/openssl/ossl_hmac.c;T;[o;;[I"ditto.;To;;I"ext/openssl/ossl_ns_spki.c;T;[o;;[I"ditto.;To;;I"ext/openssl/ossl_ocsp.c;T;[o;;[I"ditto.;To;;I"ext/openssl/ossl_pkcs5.c;T;[o;;[I"ditto.;To;;I"ext/openssl/ossl_pkey.c;T;[o;;[I"ditto.;To;;I"ext/openssl/ossl_pkey_dh.c;T;[o;;[I"ditto.;To;;I" ext/openssl/ossl_pkey_dsa.c;T;[o;;[I"ditto.;To;;I"ext/openssl/ossl_pkey_ec.c;T;[o;;[I"ditto.;To;;I" ext/openssl/ossl_pkey_rsa.c;T;[o;;[I"ditto.;To;;I"ext/openssl/ossl_rand.c;T;[o;;[I"ditto.;To;;I"ext/openssl/ossl_ssl.c;T;[o;;[I"ditto.;To;;I"ext/openssl/ossl_x509ext.c;T;[o;;[I"ditto.;To;;I" ext/openssl/ossl_x509name.c;T;[o;;[I"ditto.;TS; ; i;I"BThu Mar 24 11:48:19 2011 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"2ext/openssl/ossl_rand.c (ossl_rand_egd_bytes);T;[o;;[I"Quse NUM2INT because the result is used with functions whose argument is int.;To;;I"/ext/openssl/ossl_ssl.c (ossl_sslctx_setup);T;[o;;[I"ditto.;To;;I">ext/openssl/ossl_x509store.c (ossl_x509store_set_purpose);T;[o;;[I"ditto.;To;;I"<ext/openssl/ossl_x509store.c (ossl_x509store_set_trust);T;[o;;[I"ditto.;To;;I">ext/openssl/ossl_x509store.c (ossl_x509stctx_set_purpose);T;[o;;[I"ditto.;To;;I"<ext/openssl/ossl_x509store.c (ossl_x509stctx_set_trust);T;[o;;[I"ditto.;TS; ; i;I"BThu Mar 24 11:36:55 2011 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I" ext/openssl/ossl_x509name.c;T;[o;;[I"id_aref's type is ID.;TS; ; i;I"BThu Mar 24 10:04:35 2011 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"3ext/io/console/console.c (console_set_winsize);T;[o;;[I"(suppress warning: shorten-64-to-32.;TS; ; i;I"BThu Mar 24 09:56:19 2011 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"2ext/openssl/ossl_ocsp.c (ossl_ocspreq_verify);T;[o;;[I".flags is VALUE, so it should use NUM2INT.;To;;I"3ext/openssl/ossl_ocsp.c (ossl_ocspbres_verify);T;[o;;[I"ditto.;TS; ; i;I"2011-03-23;T@ S; ; i;I";Wed Mar 23 21:09:29 2011 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"ext/readline/readline.c;T;[o;;[I""parenthesize macro arguments.;TS; ; i;I"EWed Mar 23 08:07:33 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"numeric.c (flo_round);T;[o;;[I"fix inaccurate results.;TS; ; i;I"?Wed Mar 23 00:12:16 2011 Tajima Akio <artonx@yahoo.co.jp>;T@ o; ;;;[o;;I"win32/win32.c;T;[o;;[I"Gwait process real termination after reading exit code. fixes #4518;TS; ; i;I"2011-03-22;T@ S; ; i;I"BTue Mar 22 21:20:10 2011 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"lib/rubygems/test_case.rb;T;[o;;[I"7save current dir to @current_dir before Dir.chdir.;TS; ; i;I";Tue Mar 22 20:10:04 2011 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"ext/psych/parser.c;T;[o;;[I""parenthesize macro arguments.;TS; ; i;I";Tue Mar 22 20:10:01 2011 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"ext/openssl/ruby_missing.h;T;[o;;[I""parenthesize macro arguments.;TS; ; i;I"FTue Mar 22 13:33:22 2011 NAKAMURA, Hiroshi <nahi@ruby-lang.org>;T@ o; ;;;[o;;I")ext/openssl/lib/openssl/buffering.rb;T;[o;;[I",removed circular require of openssl.rb.;To;;I"ext/openssl/lib/openssl/*;T;[o;;[I"�removed following comment for transition measures of avoiding circular require. No one claimed about this as far as I know. ## # Should we care what if somebody require this file directly? # require "openssl";TS; ; i;I"BTue Mar 22 10:57:36 2011 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"test/runner.rb;T;[o;;[I"'set Gem::TestCase's @@project_dir.;To;;I"lib/rubygems/test_case.rb;T;[o;;[I"Cset Gem::TestCase's @@project_dir only when it is not defined.;TS; ; i;I"BTue Mar 22 09:38:19 2011 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"numeric.c (flo_round);T;[o;;[I"Wuse pow instead of while-loop. fixes #4510 patched by Alex Young [ruby-core:35526];TS; ; i;I"BTue Mar 22 06:47:46 2011 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"9ext/date/date_strftime.c (date_strftime_wo_timespec);T;[o;;[I"(suppress warning: shorten-64-to-32.;TS; ; i;I"BTue Mar 22 06:42:42 2011 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"ext/date/date_core.c;T;[o;;[I"(suppress warning: shorten-64-to-32.;TS; ; i;I"BTue Mar 22 06:41:37 2011 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"lib/test/unit/parallel.rb;T;[o;;[I"remove unused variable.;TS; ; i;I"BTue Mar 22 06:19:42 2011 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[ o;;I"enc/utf_16le.c;T;[o;;[I"(suppress warning: shorten-64-to-32.;To;;I"ext/dbm/dbm.c;T;[o;;[I"ditto.;To;;I"ext/gdbm/gdbm.c;T;[o;;[I"ditto.;To;;I"parse.y (Init_ripper);T;[o;;[I"$suppress warning: unused value.;TS; ; i;I"2011-03-21;T@ S; ; i;I"AMon Mar 21 11:21:32 2011 Shota Fukumori <sorah@tubusu.net>;T@ o; ;;;[o;;I"lib/test/unit.rb;T;[o;;[I"'Refactoring. Unified if and elsif.;TS; ; i;I"2011-03-20;T@ S; ; i;I"ASun Mar 20 23:09:34 2011 Tadayoshi Funaba <tadf@dotrb.org>;T@ o; ;;;[o;;I"ext/date/date_strftime.c;T;[o;;[I"!checks duplicated modifiers.;TS; ; i;I"ASun Mar 20 22:32:30 2011 Tadayoshi Funaba <tadf@dotrb.org>;T@ o; ;;;[o;;I"ext/date/date_strftime.c;T;[o;;[I"'removed unused code and arguments.;TS; ; i;I"ASun Mar 20 21:34:49 2011 Tadayoshi Funaba <tadf@dotrb.org>;T@ o; ;;;[o;;I"ext/date/date_core.c;T;[o;;[I"sreplacement of implementation of strftime. It has some limitations that is same as Time's one. [experimental];To;;I"ext/date/date_strftime.c;T;[o;;[I" new.;To;;I" ext/date/lib/date/format.rb;T;[o;;[I"&removed ruby version of strftime.;TS; ; i;I";Sun Mar 20 12:43:12 2011 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"!ext/openssl/ossl_x509store.c;T;[o;;[I""parenthesize macro arguments.;TS; ; i;I"?Sun Mar 20 01:39:48 2011 Tajima Akio <artonx@yahoo.co.jp>;T@ o; ;;;[o;;I"hash.c (ruby_setenv);T;[o;;[I".check env process block size with OS ver.;To;;I"win32/win32.c;T;[o;;[I")export rb_w32_osver for above patch.;To;;I"include/ruby/win32.h;T;[o;;[I")declare rb_w32_osver for Win32 Libs.;TS; ; i;I"2011-03-19;T@ S; ; i;I"?Sat Mar 19 18:35:05 2011 Tajima Akio <artonx@yahoo.co.jp>;T@ o; ;;;[o;;I"hash.c (ruby_setenv);T;[o;;[I".calculate total env block size for win32.;To;;I"test/ruby/test_env.rb;T;[o;;[I"add test for above patch.;TS; ; i;I"?Sat Mar 19 17:14:46 2011 Tajima Akio <artonx@yahoo.co.jp>;T@ o; ;;;[o;;I"hash.c (ruby_setenv);T;[o;;[I"�checking with max process environment block size for Win32. 32767 for 2000/XP, 2003. if failed to read the block, then checking with 5120 for earlier Windows.;TS; ; i;I";Sat Mar 19 12:30:25 2011 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"#ext/openssl/ossl_x509revoked.c;T;[o;;[I""parenthesize macro arguments.;TS; ; i;I"2011-03-18;T@ S; ; i;I";Fri Mar 18 20:44:36 2011 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"ext/openssl/ossl_x509req.c;T;[o;;[I""parenthesize macro arguments.;TS; ; i;I"IFri Mar 18 08:48:06 2011 Oleg Shaldybin <oleg.shaldybin@gmail.com>;T@ o; ;;;[o;;I"3lib/fileutils.rb (FileUtils::Entry_#copy_file);T;[o;;[I"zupdated FileUtils.cp to still copy file permissions when :preserve is false (as cp does this even when -p isn't set).;TS; ; i;I"EFri Mar 18 00:59:38 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"-ext/win32ole/extconf.rb (create_docfile);T;[o;;[I"�removed. should not modify source directory unnecessarily, platform dependent documentation should be dealt with by rdoc. [ruby-core:35495];TS; ; i;I"EFri Mar 18 00:54:20 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"3include/ruby/ruby.h (rb_funcall_passing_block);T;[o;;[I"Eadd prototype. a patch by James M. Lawrence at [ruby-core:35501];TS; ; i;I"2011-03-17;T@ S; ; i;I";Wed Mar 17 06:23:31 2011 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I" ext/openssl/ossl_x509name.c;T;[o;;[I""parenthesize macro arguments.;TS; ; i;I"2011-03-16;T@ S; ; i;I";Wed Mar 16 20:36:56 2011 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"3ext/socket/ipsocket.c (init_inetsock_internal);T;[o;;[I"Uraise an error on listen(2) failure. reported by Xavier Shay. [ruby-core:35505];TS; ; i;I"AWed Mar 16 15:06:21 2011 Eric Hodel <drbrain@segment7.net>;T@ o; ;;;[o;;I":ext/openssl/lib/openssl/buffering.rb (module OpenSSL);T;[o;;[I"5#flush should not change sync mode on exception.;To;;I"#test/openssl/test_buffering.rb;T;[o;;[I" added;TS; ; i;I"AWed Mar 16 13:45:28 2011 Eric Hodel <drbrain@segment7.net>;T@ o; ;;;[o;;I")ext/openssl/lib/openssl/buffering.rb;T;[o;;[I"de-nest Buffering module;To;;I")ext/openssl/lib/openssl/buffering.rb;T;[o;;[I" add RDoc;TS; ; i;I";Wed Mar 16 08:40:39 2011 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"ext/openssl/ossl_x509ext.c;T;[o;;[I""parenthesize macro arguments.;TS; ; i;I"2011-03-15;T@ S; ; i;I";Tue Mar 15 18:34:27 2011 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"ext/openssl/ossl_x509crl.c;T;[o;;[I""parenthesize macro arguments.;TS; ; i;I"ATue Mar 15 09:49:03 2011 Shota Fukumori <sorah@tubusu.net>;T@ o; ;;;[o;;I"7test/misc/test_ruby_mode.rb (test_singleton_class);T;[o;;[I"Skip for Pending.;TS; ; i;I"2011-03-14;T@ S; ; i;I"JMon Mar 14 21:20:44 2011 CHIKANAGA Tomoyuki <nagachika00@gmail.com>;T@ o; ;;;[o;;I"?test/ruby/test_require.rb (test_require_too_long_filename);T;[o;;[I"Jincrease path length, because MAXPATHLEN is defined as 4096 on linux.;To;;I"9test/ruby/test_require.rb (test_require_path_home_1);T;[o;;[I"ditto.;To;;I"9test/ruby/test_require.rb (test_require_path_home_2);T;[o;;[I"ditto.;TS; ; i;I";Mon Mar 14 19:54:37 2011 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I" ext/openssl/ossl_x509cert.c;T;[o;;[I""parenthesize macro arguments.;TS; ; i;I"2011-03-13;T@ S; ; i;I";Sun Mar 13 18:11:28 2011 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I" ext/openssl/ossl_x509attr.c;T;[o;;[I""parenthesize macro arguments.;TS; ; i;I"ASun Mar 13 16:07:58 2011 Shota Fukumori <sorah@tubusu.net>;T@ o; ;;;[o;;I"lib/pstore.rb;T;[o;;[I"}Fix don't raise "nested transaction" when thread_safe is true. Patch by Masaki Matsushita (Glass_saga). [ruby-dev:43337];To;;I"test/test_pstore.rb;T;[o;;[I"MTest for above. Patch by Masaki Matsushita (Glass_saga) [ruby-dev:43337];TS; ; i;I"2011-03-12;T@ S; ; i;I";Sat Mar 12 04:12:41 2011 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"#ext/openssl/ossl_ssl_session.c;T;[o;;[I""parenthesize macro arguments.;TS; ; i;I"ASat Mar 12 02:27:07 2011 Tadayoshi Funaba <tadf@dotrb.org>;T@ o; ;;;[o;;I"4ext/date/date_core.c ({d,dt}_lite_marshal_load);T;[o;;[I"checks the given argument.;TS; ; i;I"ASat Mar 12 01:26:24 2011 Tadayoshi Funaba <tadf@dotrb.org>;T@ o; ;;;[o;;I"ext/date/date_core.c;T;[o;;[I"changed some directives.;TS; ; i;I"ASat Mar 12 01:16:02 2011 Tadayoshi Funaba <tadf@dotrb.org>;T@ o; ;;;[o;;I")ext/date/date_core.c, ext/date/lib/*;T;[o;;[I"moved rdoc descriptions.;TS; ; i;I"ASat Mar 12 00:06:24 2011 Tadayoshi Funaba <tadf@dotrb.org>;T@ o; ;;;[o;;I"ext/date/lib;T;[o;;[I"moved from lib.;TS; ; i;I"2011-03-11;T@ S; ; i;I"AFri Mar 11 23:32:38 2011 Tadayoshi Funaba <tadf@dotrb.org>;T@ o; ;;;[o;;I"lib/date/delta*;T;[o;;[I" removed undocumented delta.;TS; ; i;I"EFri Mar 11 18:42:43 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"#lib/mkmf.rb (find_executable0);T;[o;;[I" should exclude directories.;TS; ; i;I"KFri Mar 11 01:40:35 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"5process.c (proc_getmaxgroups, proc_setmaxgroups);T;[o;;[I"�Process#maxgroups and Process#maxgroups= now raise NotImplementedError if the platform don't support supplementary groups concept.;TS; ; i;I"KFri Mar 11 01:25:03 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"#process.c (get_sc_ngroups_max);T;[o;;[I"5return -1 if platform don't support NGROUPS_MAX.;TS; ; i;I"2011-03-10;T@ S; ; i;I";Thu Mar 10 22:28:15 2011 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"ext/openssl/ossl_ssl.h;T;[o;;[I""parenthesize macro arguments.;TS; ; i;I"BThu Mar 10 21:59:37 2011 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"#parse.y (parser_encode_length);T;[o;;[I"�add exception as UTF8-MAC for magic comment's emacs newline specifier patched by James M. Lawrence [ruby-core:35476] fixes #4489;TS; ; i;I"BThu Mar 10 16:00:22 2011 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"#parse.y (parser_encode_length);T;[o;;[I"yfix typo: the length of "-dos" and "-mac" is not 5 but 4. patched by James M. Lawrence [ruby-core:35476] fixes #4489;TS; ; i;I"BThu Mar 10 10:52:01 2011 NAKAMURA Usaku <usa@ruby-lang.org>;T@ o; ;;;[o;;I"test/ruby/test_require.rb;T;[o;;[I"�setting too long string to ENV causes Errno::EINVAL on Windows. long path name errors may causes over about 1024 bytes, then limit it about 4000 bytes.;TS; ; i;I"BThu Mar 10 10:09:35 2011 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"7lib/test/unit.rb (Test::Unit::Runner::Worker#read);T;[o;;[I":fix for the case when IO#read or IO#gets returns nil.;TS; ; i;I"EThu Mar 10 07:12:03 2011 Ryan Davis <ryand-ruby@zenspider.com>;T@ o; ;;;[o;;I"lib/rubygems*;T;[o;;[I"9Import rubygems 1.6.2 (release candidate @ 2026fbb5);To;;I"test/rubygems;T;[o;;[I" Ditto;To;;I"test/runner.rb;T;[o;;[I"2Added test to load path to fix test requires.;TS; ; i;I";Thu Mar 10 03:00:43 2011 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"ext/openssl/ossl_ssl.c;T;[o;;[I""parenthesize macro arguments.;TS; ; i;I"2011-03-09;T@ S; ; i;I"JWed Mar 9 23:51:26 2011 CHIKANAGA Tomoyuki <nagachika00@gmail.com>;T@ o; ;;;[o;;I"0test/ruby/test_io_m17n.rb (test_io_new_enc);T;[o;;[I"+"sjis" is now an alias of Windows-31J.;TS; ; i;I"EWed Mar 9 23:06:13 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"+misc/ruby-mode.el (ruby-parse-partial);T;[o;;[I"fix indent after aref.;TS; ; i;I"KWed Mar 9 12:50:24 2011 Aaron Patterson <aaron@tenderlovemaking.com>;T@ o; ;;;[o;;I".ext/psych/lib/psych/visitors/yaml_tree.rb;T;[o;;[I"fRescue exceptions when people implement the method method. Thanks Lin Jen-Shin. [ruby-core:35255];To;;I"*test/psych/visitors/test_yaml_tree.rb;T;[o;;[I".test for implementation of method method.;TS; ; i;I"BWed Mar 9 11:53:31 2011 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"enc/shift_jis.c;T;[o;;[I"IChange SJIS as an alias of Windows-31J. [ruby-dev:43027] fixes #4280;To;;I"enc/shift_jis.c;T;[o;;[I"(Add PCK as an alias of Windows-31J.;TS; ; i;I"EWed Mar 9 00:45:29 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"ext/extmk.rb;T;[o;;[I"0nmake substitutes all occurrences in macro.;To;;I"ext/extmk.rb;T;[o;;[I"workaround for nmake.;TS; ; i;I"2011-03-08;T@ S; ; i;I"KTue Mar 8 23:49:45 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"process.c (proc_setgroups);T;[o;;[I" cleanup.;TS; ; i;I"ETue Mar 8 23:40:30 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I" test/misc/test_ruby_mode.rb;T;[o;;[I"test for ruby-mode.el.;TS; ; i;I"KTue Mar 8 23:27:38 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"#process.c (get_sc_ngroups_max);T;[o;;[I"Ftry to use NGROUPS_MAX at first if _SC_NGROUP_MAX is not defined.;TS; ; i;I"ETue Mar 8 23:10:16 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"+misc/ruby-mode.el (ruby-parse-partial);T;[o;;[I"fix for array in block.;TS; ; i;I";Tue Mar 8 21:44:49 2011 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"ext/openssl/ossl_rand.c;T;[o;;[I""parenthesize macro arguments.;TS; ; i;I"BTue Mar 8 16:45:31 2011 NAKAMURA Usaku <usa@ruby-lang.org>;T@ o; ;;;[o;;I"hash.c (ruby_setenv);T;[o;;[I"�MSDN says that Windows XP or earlier limits the total size of environment block to 5,120 chars. and on such OS, putenv() causes SEGV. So, ruby should limit the size of an environment variable to 5,120 bytes for workaround.;TS; ; i;I"BTue Mar 8 15:57:20 2011 NAKAMURA Usaku <usa@ruby-lang.org>;T@ o; ;;;[o;;I"etest/rubygems/test_gem_spec_fetcher.rb (TestGemSpecFetcher#test_cache_dir_escapes_windows_paths);T;[o;;[I"jcache_dir may have driveletter and `:' for base of cache_dir itself, so need to skip it for checking.;TS; ; i;I"ETue Mar 8 12:30:06 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"Hmisc/ruby-mode.el (ruby-deep-indent-paren-p, ruby-calculate-indent);T;[o;;[I"Ldo not apply deep-indent inside parens at the beginning of expressions.;TS; ; i;I"ETue Mar 8 09:32:48 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"Acommon.mk (configure-ext, build-ext), ext/extmk.rb (extmake);T;[o;;[I"%support parallel-make under ext.;TS; ; i;I"ETue Mar 8 09:25:23 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"process.c (proc_setgroups);T;[o;;[I"5use getgrnam() if getgrnam_r() is not available.;To;;I"process.c;T;[o;;[I"#RARRAY_LEN() returns long int.;TS; ; i;I"ETue Mar 8 09:07:03 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"%configure.in (RUBY_REPLACE_TYPE);T;[o;;[I"/enclose in quotes for multiple type names.;TS; ; i;I"BTue Mar 8 01:43:11 2011 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"#process.c (get_sc_ngroups_max);T;[o;;[I"Ydefine to wrap sysconf(3). this also supports Windows which doesn't have sysconf(3).;To;;I"process.c (maxgroups);T;[o;;[I"use get_sc_ngroups_max.;To;;I""process.c (proc_setmaxgroups);T;[o;;[I"ditto.;TS; ; i;I"BTue Mar 8 01:16:49 2011 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"gc.c (rb_objspace);T;[o;;[I"'an initializer must be a constant.;TS; ; i;I"BTue Mar 8 01:11:44 2011 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"process.c (maxgroups);T;[o;;[I"4cast because sysconf(3)'s return value is long.;To;;I""process.c (proc_setmaxgroups);T;[o;;[I"ditto.;To;;I"process.c (proc_setgroups);T;[o;;[I"'cast because RARRAY_LEN() is long.;TS; ; i;I";Tue Mar 8 00:02:47 2011 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I" ext/openssl/ossl_pkey_rsa.c;T;[o;;[I""parenthesize macro arguments.;TS; ; i;I"2011-03-07;T@ S; ; i;I"AMon Mar 7 22:59:39 2011 Shota Fukumori <sorah@tubusu.net>;T@ o; ;;;[o;;I"lib/pstore.rb;T;[o;;[I"YDelete variable @transaction and fix #4474. Patch by Masaki Matsushita (Glass_saga).;To;;I"*test/test_pstore.rb(test_thread_safe);T;[o;;[I"Add test for #4474.;TS; ; i;I"KMon Mar 7 21:31:38 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"process.c (proc_setgroups);T;[o;;[I"Oreplace getgrnam() with getgrnam_r() because getgrnam() isn't thread safe.;TS; ; i;I"KMon Mar 7 20:49:12 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"5process.c (proc_getmaxgroups, proc_setmaxgroups);T;[o;;[I"Nreflect platform maxgroups limitation by default instead hardcoded 65536.;TS; ; i;I"GMon Mar 7 17:13:00 2011 Yukihiro Matsumoto <matz@ruby-lang.org>;T@ o; ;;;[o;;I"gc.c (rb_gc_set_params);T;[o;;[I"�allow GC parameter configuration by environment variables. based on a patch from funny-falcon at https://gist.github.com/856296, but honors safe level.;TS; ; i;I"EMon Mar 7 09:05:18 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"process.c;T;[o;;[I"ANUM2RLIM is defined but no getrlimit and setrlimit on mingw.;TS; ; i;I"EMon Mar 7 08:38:14 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"(ext/date/date_core.c (DateTimeData);T;[o;;[I"Ushould not use bare 'long long' and 'long double', which are not defined by C89.;To;;I"(ext/date/date_core.c (dt_lite_plus);T;[o;;[I";get rid of overflow at casting down double to integer.;TS; ; i;I"KMon Mar 7 00:21:11 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"process.c (proc_getgroups);T;[o;;[I"Lget rid of maxgroups dependency. ngroups can be calculated dynamically.;TS; ; i;I"2011-03-06;T@ S; ; i;I"KSun Mar 6 23:45:40 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"configure.in;T;[o;;[I"5rlim_t use standard RUBY_REPLACE_TYPE mechanism.;TS; ; i;I"KSun Mar 6 23:26:07 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I""process.c (proc_setmaxgroups);T;[o;;[I"padded negative value check. This was suggested by Daniel Berger. Thanks Daniel! [ruby-core:35426][Bug#4467];TS; ; i;I"KSun Mar 6 23:18:23 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"-process.c (maxgroups, proc_setmaxgroups);T;[o;;[I"0increase max groups limitation up to 65536.;TS; ; i;I";Sun Mar 6 22:20:59 2011 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"ext/openssl/ossl_pkey_ec.c;T;[o;;[I""parenthesize macro arguments.;TS; ; i;I"KSun Mar 6 21:49:04 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"'sample/list.rb (MyElem#initialize);T;[o;;[I"�initialize @head explicitly. Otherwise -W2 option makes following warning. "warning: instance variable @head not initialized". This issue was founded by Andrew Grimm. Thanks Andrew! [ruby-core:35435][Bug#4471];TS; ; i;I"BSun Mar 6 05:21:41 2011 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"class.c;T;[o;;[I"ifix camelCase to snake_case in documentation code examples. patched by Andrew Grimm. fixes Bug #4469;To;;I"marshal.c;T;[o;;[I"ditto.;To;;I"proc.c;T;[o;;[I"ditto.;To;;I"sample/biorhythm.rb;T;[o;;[I"ditto.;To;;I"vm_eval.c;T;[o;;[I"ditto.;To;;I"vm_method.c;T;[o;;[I"ditto.;TS; ; i;I"KSun Mar 6 03:22:27 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"io.c (io_cntl);T;[o;;[I"Luse rb_thread_io_blocking_region() instead rb_thread_blocking_region().;TS; ; i;I"2011-03-05;T@ S; ; i;I"JSat Mar 5 22:54:36 2011 CHIKANAGA Tomoyuki <nagachika00@gmail.com>;T@ o; ;;;[o;;I"include/ruby/intern.h;T;[o;;[I"`fix a typo of prototype declaration. rb_mutex_try_lock -> rb_mutex_trylock [ruby-dev:43213];TS; ; i;I"KSat Mar 5 19:44:03 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"2test/ruby/test_io.rb (TestIO#test_fcntl_lock);T;[o;;[I"small clean up.;TS; ; i;I"KSat Mar 5 01:33:46 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I""io.c (io_cntl, nogvl_io_cntl);T;[o;;[I"{IO.fcntl() and IO.ioctl() release GVL during calling kernel interface. Suggested by Eric Wong. [ruby-core:35417][Bug #4463];To;;I"2test/ruby/test_io.rb (TestIO#test_fcntl_lock);T;[o;;[I"!add new test for IO.fcntl().;TS; ; i;I"2011-03-04;T@ S; ; i;I"JFri Mar 4 23:09:12 2011 CHIKANAGA Tomoyuki <nagachika00@gmail.com>;T@ o; ;;;[o;;I"Ktest/testunit/test_parallel.rb (test_should_run_all_without_any_leaks);T;[o;;[I"Sconsider that the order of testcase could change. [ruby-dev:43300] [Bug #4466];TS; ; i;I"KFri Mar 4 22:01:14 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"io.c (io_cntl);T;[o;;[I"Echange 'cmd' type to int. ioctl and fcntl need to be passed int.;To;;I"io.c (rb_io_ctl);T;[o;;[I"ditto.;TS; ; i;I"KFri Mar 4 21:10:40 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"configure.in;T;[o;;[I"Csave warnflags. the patch is created by Eric Wong. [Bug #4465];TS; ; i;I"2011-03-03;T@ S; ; i;I"BThu Mar 3 22:10:26 2011 NAKAMURA Usaku <usa@ruby-lang.org>;T@ o; ;;;[o;;I"<process.c (check_exec_redirect_fd, check_exec_redirect);T;[o;;[I"Traise ArgumentError if fd >= 3 on Windows because the feature is not supported.;To;;I"7test/ruby/test_process.rb (test_execopts_redirect);T;[o;;[I"!remove meaningless argument.;TS; ; i;I"BThu Mar 3 21:21:42 2011 NAKAMURA Usaku <usa@ruby-lang.org>;T@ o; ;;;[o;;I"7test/ruby/test_process.rb (test_execopts_redirect);T;[o;;[I"vredirecting fd >= 3 is not supported on Windows, so should not specify such options when calling spawn or others.;TS; ; i;I"BThu Mar 3 18:59:04 2011 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"!string.c (rb_str_slice_bang);T;[o;;[I"+raise error when the string is frozen.;TS; ; i;I"BThu Mar 3 14:25:19 2011 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"strftime.c (STRFTIME);T;[o;;[I"Rreturn 0 and ERANGE when precision is too large. [ruby-dev:43284] fixes #4456;TS; ; i;I"BThu Mar 3 00:46:51 2011 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"addr2line.c (uleb128);T;[o;;[I"%cast the value to unsigned long.;To;;I"addr2line.c (fill_lines);T;[o;;[I""print error when lseek fails.;TS; ; i;I"BThu Mar 3 00:36:29 2011 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"6lib/rexml/encoding.rb (REXML::Encoding#encoding=);T;[o;;[I"astore @encoding a String which means the name of the encoding. this partially revert r29646.;To;;I"lib/rexml/document.rb;T;[o;;[I"follow above.;To;;I"lib/rexml/output.rb;T;[o;;[I"ditto.;To;;I"$lib/rexml/parsers/baseparser.rb;T;[o;;[I"ditto.;To;;I"lib/rexml/source.rb;T;[o;;[I"ditto.;To;;I"lib/rexml/xmldecl.rb;T;[o;;[I"ditto.;TS; ; i;I"2011-03-02;T@ S; ; i;I";Wed Mar 2 21:15:00 2011 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I" ext/openssl/ossl_pkey_dsa.c;T;[o;;[I""parenthesize macro arguments.;TS; ; i;I"EWed Mar 2 23:19:56 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"string.c (str_byte_substr);T;[o;;[I"$return nil for negative length.;TS; ; i;I";Wed Mar 2 21:15:00 2011 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"ext/openssl/ossl_pkey_dh.c;T;[o;;[I""parenthesize macro arguments.;TS; ; i;I"AWed Mar 2 14:24:04 2011 Shota Fukumori <sorah@tubusu.net>;T@ o; ;;;[o;;I"lib/test/unit/parallel.rb;T;[o;;[I"4Fix name from `inclement_io` to `increment_io`.;TS; ; i;I"BWed Mar 2 14:06:01 2011 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"!string.c (rb_str_slice_bang);T;[o;;[I"Emove treatments which is only needed when the result is not nil.;TS; ; i;I"AWed Mar 2 14:02:29 2011 Shota Fukumori <sorah@tubusu.net>;T@ o; ;;;[o;;I">test/testunit/test_parallel.rb(TestParallel#spawn_runner);T;[o;;[I".Fix outputing empty line in running test.;To;;I"3test/testunit/tests_for_parallel/test_third.rb;T;[o;;[I"Remove `sleep`;TS; ; i;I"2011-03-01;T@ S; ; i;I"NSat Jul 9 11:41:03 2011 Marc-Andre Lafortune <ruby-core@marc-andre.ca>;T@ o; ;;;[o;;I"lib/matrix.rb;T;[o;;[I"*Add Vector#normalize [ruby-dev:43829];TS; ; i;I"NSat Jul 02 08:59:20 2011 Martin Bosslet <Martin.Bosslet@googlemail.com>;T@ o; ;;;[o;;0;[o;;[0o;;I"#test/openssl/test_x509_cert.rb;T;[o;;[I"~Perform SHA-256 tests only if supported by the available OpenSSL version. Versions < 0.9.8 don't support it. [ruby-core:37724];TS; ; i;I"NFri Jul 1 15:23:00 2011 Marc-Andre Lafortune <ruby-core@marc-andre.ca>;T@ o; ;;;[o;;I"lib/matrix;T;[o;;[I"Add LUP decomposition;TS; ; i;I"NFri Jul 1 15:21:14 2011 Marc-Andre Lafortune <ruby-core@marc-andre.ca>;T@ o; ;;;[o;;I"lib/matrix.rb;T;[o;;[I".Allow non integer exponents for Matrix#**;TS; ; i;I"NFri Jul 1 15:13:25 2011 Marc-Andre Lafortune <ruby-core@marc-andre.ca>;T@ o; ;;;[o;;I"lib/matrix;T;[o;;[I"!Add Eigenvalue Decomposition;TS; ; i;I"NFri Jul 1 15:10:22 2011 Marc-Andre Lafortune <ruby-core@marc-andre.ca>;T@ o; ;;;[o;;I"lib/matrix;T;[o;;[I"Add Matrix#round;TS; ; i;I"NThu Jun 30 23:43:30 2011 Martin Bosslet <Martin.Bosslet@googlemail.com>;T@ o; ;;;[ o;;I"ext/openssl/ossl.c/.h;T;[o;;[I"!Added ossl_x509_name_sk2ary.;To;;I"ext/openssl/ossl.c;T;[o;;[I"NReplaced ossl_x509_ary2k by generic macro to simplify future conversions.;To;;I"ext/openssl/ossl_ssl.c;T;[o;;[I"#Implement SSLSocket#client_ca.;To;;I"test/openssl/test_ssl.rb;T;[o;;[I"�Add test for SSLSocket#client_ca. Thanks to Ippei Obayashi for providing the patch! [ Ruby 1.9 - Feature #4481 ] [ruby-core:35461];TS; ; i;I"NWed Jun 29 10:13:12 2011 Marc-Andre Lafortune <ruby-core@marc-andre.ca>;T@ o; ;;;[o;;I"lib/matrix.rb;T;[o;;[I"UMatrix.zero can build rectangular matrices. Vector#r should be called #magnitude;TS; ; i;I"NWed Jun 29 10:11:08 2011 Marc-Andre Lafortune <ruby-core@marc-andre.ca>;T@ o; ;;;[o;;I"lib/matrix.rb;T;[o;;[I"Add Matrix#diagonal?, hermitian?, normal?, orthogonal? permutation?, symmetric?, {lower|upper}triangular?, unitary?, zero?;TS; ; i;I"NWed Jun 29 10:09:35 2011 Marc-Andre Lafortune <ruby-core@marc-andre.ca>;T@ o; ;;;[o;;I"lib/matrix.rb;T;[o;;[I"eSpecialize Matrix#find_index to return [row, col] and accept the same optional argument as #each;TS; ; i;I"NWed Jun 29 10:07:32 2011 Marc-Andre Lafortune <ruby-core@marc-andre.ca>;T@ o; ;;;[o;;I"lib/matrix.rb;T;[o;;[I"EMatrix#each{_with_index} can iterate over a subset of the Matrix;TS; ; i;I"NSun Jun 26 10:08:28 2011 Martin Bosslet <Martin.Bosslet@googlemail.com>;T@ o; ;;;[o;;0;[o;;[0o;;I""ext/openssl/ossl_missing.h/.c;T;[o;;[I"!add ASN1_put_eoc if missing.;To;;I"ext/openssl/ossl_asn1.c;T;[o;;[I"�introduce ossl_asn1_object_size and ossl_asn1_put_object to wrap functionality depending on OpenSSL version in use. Fixes [ Ruby 1.9 - Bug #4916 ] reported by Hiroshi Nakamura. [ruby-core:37286];TS; ; i;I"NWed Jun 22 22:21:17 2011 Martin Bosslet <Martin.Bosslet@googlemail.com>;T@ o; ;;;[o;;I"#ext/openssl/ossl_ssl_session.c;T;[o;;[I"iRespect T_BIGNUM time values. Patch by Tomoyuki Chikanaga. [ Ruby 1.9 - Bug #4919 ] [ruby-dev:43869];TS; ; i;I"NWed Jun 22 17:37:49 2011 Martin Bosslet <Martin.Bosslet@googlemail.com>;T@ o; ;;;[o;;I"ext/openssl/ossl.h;T;[o;;[I"DIntroduced OSSL_BIO_reset macro for PEM/DER fallback scenarios.;To;;0;[o;;[0o;;0;[o;;[0o;;0;[o;;[0o;;0;[o;;[0o;;0;[o;;[0o;;0;[o;;[0o;;0;[o;;[0o;;0;[o;;[0o;;0;[o;;[0o;;I"ext/openssl/ossl_pkcs7.c;T;[o;;[I"Use OSSL_BIO_reset.;To;;0;[o;;[0o;;0;[o;;[0o;;0;[o;;[0o;;0;[o;;[0o;;I"#ext/openssl/ossl_ssl_session.c;T;[o;;[I"bReplace rb_raise occurrences by ossl_raise. This automatically flushes OpenSSL's error queue.;To;;I"ext/openssl/ossl_pkcs7.c;T;[o;;[I"3Raise error if DER fallback for parsing fails.;To;;0;[o;;[0o;;0;[o;;[0o;;I""test/openssl/test_pkey_rsa.rb;T;[o;;[I"1Add assertions that OpenSSL.errors is empty.;To;;I""test/openssl/test_pkey_rsa.rb;T;[o;;[I"_Remove initial OpenSSL.errors call in test_new. [ Ruby 1.9 - Bug #4885 ] [ruby-core:37134];TS; ; i;I"NWed Jun 22 15:01:24 2011 Martin Bosslet <Martin.Bosslet@googlemail.com>;T@ o; ;;;[o;;I"ext/openssl/ossl_ssl.c;T;[o;;[I"�Use SSL_MODE_RELEASE_BUFFERS if available. Thanks, Eric Wong, for providing the patch. [ Ruby 1.9 - Feature #4672 ] [ruby-core:36127];TS; ; i;I"NWed Jun 22 14:47:53 2011 Martin Bosslet <Martin.Bosslet@googlemail.com>;T@ o; ;;;[o;;0;[o;;[0o;;I" test/openssl/test_pkcs12.rb;T;[o;;[I"]Inherit from Test::Unit::TestCase instead of MiniTest::Unit::TestCase. [ruby-core:37275];TS; ; i;I"NWed Jun 15 21:00:47 2011 Martin Bosslet <Martin.Bosslet@googlemail.com>;T@ o; ;;;[o;;I" test/openssl/test_config.rb;T;[o;;[I":execute based on the existence of the OpenSSL module.;TS; ; i;I"NMon Jun 13 20:50:49 2011 Martin Bosslet <Martin.Bosslet@googlemail.com>;T@ o; ;;;[o;;I"9test/openssl/test_ec.rb test/openssl/test_pkey_ec.rb;T;[o;;[I"bmerge both files into test_pkey_ec.rb. Removed redundant group instantiation from PKey tests.;To;;I"test/openssl/utils.rb;T;[o;;[I"6only create TEST_PKEY_EC_P256V1 if EC is defined.;TS; ; i;I"NMon Jun 13 20:28:24 2011 Martin Bosslet <Martin.Bosslet@googlemail.com>;T@ o; ;;;[o;;I"test/openssl/digest.rb;T;[o;;[I"Vremove MDC2 from test, it is not available by default in an OpenSSL installation.;TS; ; i;I"NMon Jun 13 13:04:20 2011 Martin Bosslet <Martin.Bosslet@googlemail.com>;T@ o; ;;;[o;;I"ext/openssl/ossl_digest.c;T;[o;;[I"+fix error for digests that have no oid;To;;0;[o;;[0o;;I"test/openssl/test_digest.c;T;[o;;[I"add tests for this.;TS; ; i;I"NMon Jun 13 11:30:10 2011 Martin Bosslet <Martin.Bosslet@googlemail.com>;T@ o; ;;;[o;;I"ext/openssl/ossl_digest.c;T;[o;;[I"2allow Digests to be created by sn, ln or oid.;To;;I" test/openssl/test_digest.rb;T;[o;;[I"Eadd tests for this. [Ruby 1.9 - Feature #4412] [ruby-core:35319];TS; ; i;I"NMon Jun 13 10:54:03 2011 Martin Bosslet <Martin.Bosslet@googlemail.com>;T@ o; ;;;[o;;I"ext/openssl/pkey_dh.c;T;[o;;[I"corrected documentation.;To;;I"test/openssl/utils.rb;T;[o;;[I"add test key for DH.;To;;I"!test/openssl/test_pkey_dh.rb;T;[o;;[I"add tests.;TS; ; i;I"NMon Jun 13 10:13:08 2011 Martin Bosslet <Martin.Bosslet@googlemail.com>;T@ o; ;;;[o;;I"ext/openssl/pkey_dh.c;T;[o;;[I"Nclarify difference between DH#public_key and DH#pub_key in documentation.;TS; ; i;I"NMon Jun 13 05:50:43 2011 Martin Bosslet <Martin.Bosslet@googlemail.com>;T@ o; ;;;[o;;I" NEWS;T;[o;;[I"introduce PKey.read.;TS; ; i;I"NMon Jun 13 05:17:29 2011 Martin Bosslet <Martin.Bosslet@googlemail.com>;T@ o; ;;;[ o;;I"ext/openssl/ossl_pkey.c;T;[o;;[I"�added PKey.read module function that allows reading arbitrary public/private keys from DER-/PEM-encoded File or string instances.;To;;I"ext/openssl/ossl_pkey_dh.c;T;[o;;[I"improved documentation.;To;;I"test/openssl/utils.rb;T;[o;;[I"added EC test key.;To;;I"@test/openssl/test_pkey_rsa.rb test/openssl/test_pkey_dsa.rb;T;[o;;[I"8Test PKey.read. Reuse keys from OpenSSL::TestUtils.;To;;I"!test/openssl/test_pkey_ec.rb;T;[o;;[I"aCreated test file for EC tests. Test PKey.read. [Ruby 1.9 - Feature #4424] [ruby-core:35330];TS; ; i;I"NMon Jun 13 02:40:23 2011 Martin Bosslet <Martin.Bosslet@googlemail.com>;T@ o; ;;;[o;;I""test/openssl/test_pkey_dsa.rb;T;[o;;[I"$Test for DSA#syssign/sysverify.;TS; ; i;I"NMon Jun 13 01:59:19 2011 Martin Bosslet <Martin.Bosslet@googlemail.com>;T@ o; ;;;[o;;I"ext/openssl/ossl_pkey_dh.c;T;[o;;[I"completed documentation.;To;;I" ext/openssl/ossl_pkey_dsa.c;T;[o;;[I"5corrected examples. Improved parameter sections.;TS; ; i;I"NMon Jun 13 00:25:10 2011 Martin Bosslet <Martin.Bosslet@googlemail.com>;T@ o; ;;;[o;;I" ext/openssl/ossl_pkey_dsa.c;T;[o;;[I"completed documentation.;TS; ; i;I"FSat Jun 11 15:36:36 2011 Martin Duerst <duerst@it.aoyama.ac.jp>;T@ o; ;;;[o;;I"common.mk;T;[o;;[I"fixed a grammatical error;TS; ; i;I"NSat May 28 00:58:40 2011 Marc-Andre Lafortune <ruby-core@marc-andre.ca>;T@ o; ;;;[o;;I"$lib/ostruct.rb (method_missing);T;[o;;[I"`Handle [] and []= correctly. Based on a patch by Caius Durling, bug #4179 [ruby-core:33792];TS; ; i;I"NMon May 23 10:01:02 2011 Martin Bosslet <Martin.Bosslet@googlemail.com>;T@ o; ;;;[o;;I"ext/openssl/ossl_asn1.c;T;[o;;[I"�Do not parse zero-tagged values as EOC. Do not let current length become negative for infinite length constructed values. Support constructed values of length zero. Added tests.;TS; ; i;I"NMon May 23 07:19:45 2011 Martin Bosslet <Martin.Bosslet@googlemail.com>;T@ o; ;;;[o;;I"NEWS (openssl);T;[o;;[I"\Infinite length support. Different behavior of Constructive and Primitive constructors.;TS; ; i;I"NMon May 23 06:58:33 2011 Martin Bosslet <Martin.Bosslet@googlemail.com>;T@ o; ;;;[o;;I"ext/openssl/ossl_asn1.c;T;[o;;[I"VForbid Constructives whose value is not an Array to prevent segfault. Added test.;TS; ; i;I"NMon May 23 06:33:17 2011 Martin Bosslet <Martin.Bosslet@googlemail.com>;T@ o; ;;;[o;;I"ext/openssl/ossl_asn1.c;T;[o;;[I"wForbid Constructive without infinite length. This also prevents a segfault. Added test and improved documentation.;TS; ; i;I"NMon May 23 05:58:14 2011 Martin Bosslet <Martin.Bosslet@googlemail.com>;T@ o; ;;;[o;;I"ext/openssl/ossl_asn1.c;T;[o;;[I"�Fix decoding of infinite length values. Simplified ossl_asn1_decode0 by splitting it into three separate functions. Add tests. [Ruby 1.9 - Bug #4374][ruby-core:35123];TS; ; i;I"NMon May 23 04:03:46 2011 Martin Bosslet <Martin.Bosslet@googlemail.com>;T@ o; ;;;[o;;I"3ext/openssl/ossl_asn1.c (ossl_asn1_initialize);T;[o;;[I"�Allow creation of Constructives with an explicit tag_class parameter without automatically setting tagging to :EXPLICIT. Fixes a bug when encoding infinite length primitive values.;TS; ; i;I"NMon May 23 04:03:46 2011 Martin Bosslet <Martin.Bosslet@googlemail.com>;T@ o; ;;;[o;;I"4ext/openssl/ossl_asn1.c (ossl_asn1_cons_to_der);T;[o;;[I"�Add an additional EOC for infinite length Constructives that are supposed to be encoded with explicit tagging. Also tabify method correctly.;TS; ; i;I"NMon May 23 03:44:39 2011 Martin Bosslet <Martin.Bosslet@googlemail.com>;T@ o; ;;;[o;;I"3ext/openssl/ossl_asn1.c (ossl_asn1data_to_der);T;[o;;[I"$Remove redundant flag tmp_cons.;TS; ; i;I"NSun May 22 23:24:02 2011 Martin Bosslet <Martin.Bosslet@googlemail.com>;T@ o; ;;;[o;;I"ext/openssl/ossl_asn1.c;T;[o;;[I"DInstead of rb_intern use static symbols to improve performance.;TS; ; i;I"NSun May 22 21:56:51 2011 Martin Bosslet <Martin.Bosslet@googlemail.com>;T@ o; ;;;[o;;I"ext/openssl/ossl_asn1.c;T;[o;;[I"bUse OpenSSL constants V_ASN1_xxx instead of hardcoded numbers for initializing class_tag_map.;TS; ; i;I"NSun May 22 08:57:13 2011 Martin Bosslet <Martin.Bosslet@googlemail.com>;T@ o; ;;;[o;;I"ext/openssl/ossl_asn1.c;T;[o;;[I"~Default tag lookup in constant time via hash instead of previous linear algorithm. [Ruby 1.9 - Feature #4309][ruby-core:34813];TS; ; i;I"NSun May 22 07:54:16 2011 Martin Bosslet <Martin.Bosslet@googlemail.com>;T@ o; ;;;[o;;I"ext/openssl/ossl_digest.c;T;[o;;[I"+Explain DSS and DSS1 in documentation.;TS; ; i;I"NSun May 22 07:10:25 2011 Martin Bosslet <Martin.Bosslet@googlemail.com>;T@ o; ;;;[o;;I""test/openssl/test_pkey_dsa.rb;T;[o;;[I"Add tests for sign/verify.;TS; ; i;I"NSun May 22 06:07:17 2011 Martin Bosslet <Martin.Bosslet@googlemail.com>;T@ o; ;;;[o;;I""test/openssl/test_x509cert.rb;T;[o;;[I"2Merge DSA-related tests from ruby_1_8 branch.;TS; ; i;I"NThu May 19 07:47:26 2011 Martin Bosslet <Martin.Bosslet@googlemail.com>;T@ o; ;;;[o;;I""test/openssl/test_pkey_rsa.rb;T;[o;;[I"Add tests for sign/verify.;TS; ; i;I"NThu May 19 07:19:16 2011 Martin Bosslet <Martin.Bosslet@googlemail.com>;T@ o; ;;;[o;;I"ext/openssl/ossl_pkey.c;T;[o;;[I"Add documentation.;TS; ; i;I"NTue May 17 08:04:26 2011 Martin Bosslet <Martin.Bosslet@googlemail.com>;T@ o; ;;;[o;;I"ext/openssl/ossl_digest.c;T;[o;;[I"Add documentation.;TS; ; i;I"NMon May 16 05:13:20 2011 Martin Bosslet <Martin.Bosslet@googlemail.com>;T@ o; ;;;[o;;I"ext/openssl/ossl_asn1.c;T;[o;;[I"Add documentation.;TS; ; i;I"NSat May 14 12:12:54 2011 Martin Bosslet <Martin.Bosslet@googlemail.com>;T@ o; ;;;[o;;I""test/openssl/test_pkey_dsa.rb;T;[o;;[I"�Add basic tests and tests that ensure new public key PEM encoding behavior and ensure backward compatibility. [Ruby 1.9 - Bug #4422] [ruby-core:35328];To;;I""test/openssl/test_pkey_rsa.rb;T;[o;;[I"Remove line with 'puts'.;TS; ; i;I"NSat May 14 10:32:36 2011 Martin Bosslet <Martin.Bosslet@googlemail.com>;T@ o; ;;;[o;;I""test/openssl/test_pkey_rsa.rb;T;[o;;[I"�Add tests that ensure new public key encoding behavior and also ensure backward compatibility. [Ruby 1.9 - Bug #4421] [ruby-core:35327];TS; ; i;I"NSat May 14 05:08:32 2011 Martin Bosslet <Martin.Bosslet@googlemail.com>;T@ o; ;;;[ o;;0;[o;;[0o;;0;[o;;[0o;;0;[o;;[0o;;0;[o;;[0S; ; i;I"NSat May 14 04:19:06 2011 Martin Bosslet <Martin.Bosslet@googlemail.com>;T@ o; ;;;[o;;I" NEWS;T;[o;;[I"~Describe altered behaviour for RSA and DSA public key encoding. [Ruby 1.9 - Bug #4421, Bug #4422] [ruby-core:35327,35328];TS; ; i;I"NThu May 12 08:01:14 2011 Martin Bosslet <Martin.Bosslet@googlemail.com>;T@ o; ;;;[o;;I"ext/openssl/ossl_pkey_ec.c;T;[o;;[I"bAllow encryption when PEM-encoding Elliptic Curve private keys. [ruby-core:35329] [Bug #4423];TS; ; i;I"NThu May 12 07:18:45 2011 Martin Bosslet <Martin.Bosslet@googlemail.com>;T@ o; ;;;[o;;I" ext/openssl/ossl_pkey_dsa.c;T;[o;;[I"rUse generic X.509 SubjectPublicKeyInfo format for PEM-encoding DSA public keys. [ruby-core:35328] [Bug #4422];TS; ; i;I"NThu May 12 06:27:31 2011 Martin Bosslet <Martin.Bosslet@googlemail.com>;T@ o; ;;;[o;;I" ext/openssl/ossl_pkey_rsa.c;T;[o;;[I"nUse generic X.509 SubjectPublicKeyInfo format for encoding RSA public keys. [ruby-core:35327] [Bug #4421];TS; ; i;I";Tue Mar 1 22:29:10 2011 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"ext/openssl/ossl_pkey.h;T;[o;;[I""parenthesize macro arguments.;TS; ; i;I"ATue Mar 1 22:02:35 2011 Shota Fukumori <sorah@tubusu.net>;T@ o; ;;;[o;;I"lib/test/unit/parallel.rb;T;[o;;[I"Fix number.;TS; ; i;I"ATue Mar 1 21:48:22 2011 Shota Fukumori <sorah@tubusu.net>;T@ o; ;;;[o;;I"lib/test/unit/parallel.rb;T;[o;;[I"For Windows.;To;;I"Itest/testunit/test_parallel.rb(TestParallelWorker#test_quit_in_test);T;[o;;[I"(Fix for above specification change.;To;;I">test/testunit/test_parallel.rb(TestParallel#spawn_runner);T;[o;;[I".Fix outputing empty line in running test.;TS; ; i;I"KTue Mar 1 20:51:57 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"9test/ruby/test_system.rb (TestSystem#test_system_at);T;[o;;[I"Kremove tests for [bug#4396]. because we decided to reject this ticket.;TS; ; i;I"ATue Mar 1 19:46:19 2011 Tadayoshi Funaba <tadf@dotrb.org>;T@ o; ;;;[o;;I"/test/date/{test_date.rb,test_date_attr.rb};T;[o;;[I"[ruby-dev:43280];TS; ; i;I"<Tue Mar 1 18:40:38 2011 Ryan Davis <ryan@YPCMC09457>;T@ o; ;;;[o;;I"lib/rubygems*;T;[o;;[I"8Import rubygems 1.6.0 (released version @ 58d8a0b9);To;;I"test/rubygems;T;[o;;[I" Ditto;TS; ; i;I"BTue Mar 1 16:22:22 2011 NAKAMURA Usaku <usa@ruby-lang.org>;T@ o; ;;;[o;;I"win32/win32.c;T;[o;;[I"Srevert r30987 because it causes some failures in test-all, especially webrick.;TS; ; i;I"BTue Mar 1 15:59:53 2011 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I" string.c (rb_str_byteslice);T;[o;;[I"�the resulted encoding should keep original encoding. this also fixes the encoding when the result shares internal string. [ruby-core:35376];TS; ; i;I":Tue Mar 1 13:25:00 2011 Kenta Murata <mrkn@mrkn.jp>;T@ o; ;;;[o;;I"-ext/bigdecimal/bigdecimal.c (VpMemAlloc);T;[o;;[I"HCVE-2011-0188. Fixes a bug reported by Drew Yao <ayao at apple.com>;TS; ; i;I"BTue Mar 1 10:34:39 2011 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I" string.c (rb_str_byteslice);T;[o;;[I",Add String#byteslice. [ruby-core:35376];TS; ; i;I"?Tue Mar 1 00:12:49 2011 Tajima Akio <artonx@yahoo.co.jp>;T@ o; ;;;[o;;I"include/ruby/win32.h;T;[o;;[I"ddefine WIN32 if neither _WIN64 nor WIN32 defined. it forces to use push/pop for pack(4) pragma.;TS; ; i;I"AWed Jan 5 14:21:34 2011 Mark Dodwell <hi@mkdynamic.co.uk>;T@ o; ;;;[o;;I" string.c;T;[o;;[I";fix rdoc typo. https://github.com/shyouhei/ruby/pull/3;TS; ; i;I"2011-02-28;T@ S; ; i;I"JMon Feb 28 23:52:13 2011 CHIKANAGA Tomoyuki <nagachika00@gmail.com>;T@ o; ;;;[o;;I"Ctest/testunit/test_rake_integration.rb (test_with_rake_runner);T;[o;;[I"1use assert_in_out_err for suppress messages.;TS; ; i;I"KMon Feb 28 22:48:56 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"!win32/win32.c (rb_w32_spawn);T;[o;;[I"?use shell if a commandline contain double-quote character.;To;;I"$win32/win32.c (is_internal_cmd);T;[o;;[I"Asimilar, use shell if a commandline contain caret character.;To;;I"9test/ruby/test_system.rb (TestSystem#test_system_at);T;[o;;[I"�fix wrong test case. if system() invoke a command by using shell, system() never return nil. Also, "" quotation must not appear twice in a command line.;TS; ; i;I";Mon Feb 28 17:36:57 2011 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"ext/openssl/ossl_pkcs7.c;T;[o;;[I""parenthesize macro arguments.;TS; ; i;I";Mon Feb 28 16:48:42 2011 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"ext/openssl/ossl_pkcs12.c;T;[o;;[I""parenthesize macro arguments.;TS; ; i;I"BMon Feb 28 16:28:15 2011 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"string.c (tr_trans);T;[o;;[I"�when the hash for multibyte repl is empty, tr is inverse mode, and a character doesn't much the table, the character should be replaced by last replacement. Bug #4449;TS; ; i;I";Mon Feb 28 16:38:56 2011 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"ext/openssl/ossl_ocsp.c;T;[o;;[I""parenthesize macro arguments.;TS; ; i;I"BMon Feb 28 13:02:15 2011 Danial Pearce <github@tigris.id.au>;T@ o; ;;;[o;;I"lib/tempfile.rb;T;[o;;[I"UFix example file paths in docs for tempfile. https://github.com/ruby/ruby/pull/5;TS; ; i;I"GMon Feb 28 12:56:18 2011 URABE Shyouhei <shyouhei@ruby-lang.org>;T@ o; ;;;[o;;I"1ext/openssl/ossl_cipher.c (ossl_cipher_init);T;[o;;[I"2typo fix. https://github.com/ruby/ruby/pull/8;TS; ; i;I"BMon Feb 28 12:28:13 2011 NAKAMURA Usaku <usa@ruby-lang.org>;T@ o; ;;;[o;;I"*ext/date/date_core.c (datetime_s_now);T;[o;;[I"ylocaltime() and localtime_r() required time_t pointer as 1st parameter, and tv_sec member of struct timeval is long.;TS; ; i;I"AMon Feb 28 11:57:40 2011 Shota Fukumori <sorah@tubusu.net>;T@ o; ;;;[o;;I"#test/testunit/test_parallel.rb;T;[o;;[I"(Temporally disable test on Windows.;TS; ; i;I"AMon Feb 28 07:28:35 2011 Shota Fukumori <sorah@tubusu.net>;T@ o; ;;;[o;;I";lib/test/unit.rb(Test::Unit::Runner#after_worker_quit);T;[o;;[I")method name more be natural English.;To;;I"8lib/test/unit.rb(Test::Unit::Runner::Worker.launch);T;[o;;[I"3IO.sync doesn't need. Should use "b" for mode.;TS; ; i;I"2011-02-27;T@ S; ; i;I"KSun Feb 27 21:59:37 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"Ctest/ruby/test_system.rb (TestSystem#test_system_redirect_win);T;[o;;[I"add test for system().;TS; ; i;I"ASun Feb 27 18:00:09 2011 Shota Fukumori <sorah@tubusu.net>;T@ o; ;;;[o;;I"lib/test/unit.rb;T;[o;;[I"=Refactoring; Worker never use Hash for internal storage.;To;;I"lib/test/unit.rb;T;[o;;[I"2Never use Kernel#spawn. Use IO.popen instead.;TS; ; i;I";Sun Feb 27 13:16:48 2011 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"ext/openssl/ossl_ns_spki.c;T;[o;;[I""parenthesize macro arguments.;TS; ; i;I"2011-02-26;T@ S; ; i;I"ASat Feb 26 17:07:53 2011 Tadayoshi Funaba <tadf@dotrb.org>;T@ o; ;;;[o;;I"lib/date.rb;T;[o;;[I"[Feature #4257];To;;I"ext/date/extconf.rb;T;[o;;[I"new;To;;I"ext/date/date_core.c;T;[o;;[I"new;TS; ; i;I"ASat Feb 26 16:10:23 2011 Shota Fukumori <sorah@tubusu.net>;T@ o; ;;;[o;;I"lib/test/unit.rb;T;[o;;[I"+--jobs-status won't puts over 2 lines.;To;;I"#test/testunit/test_parallel.rb;T;[o;;[I"Fix test for above.;To;;I"lib/test/*;T;[o;;[I"refactoring.;TS; ; i;I"KSat Feb 26 07:10:05 2011 Aaron Patterson <aaron@tenderlovemaking.com>;T@ o; ;;;[o;;I"*ext/psych/lib/psych/scalar_scanner.rb;T;[o;;[I"Sfix parsing timezone's whose whose format is (+/-)hhmm. Thanks Goncalo Silva!;To;;I"&test/psych/test_scalar_scanner.rb;T;[o;;[I"test for bug.;TS; ; i;I"2011-02-24;T@ S; ; i;I";Thu Feb 24 23:02:55 2011 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"ext/openssl/ossl_hmac.c;T;[o;;[I""parenthesize macro arguments.;TS; ; i;I"EThu Feb 24 22:53:10 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"common.mk (love);T;[o;;[I"for the birthday.;TS; ; i;I"EThu Feb 24 22:51:54 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"vm.c (ruby_vm_destruct);T;[o;;[I"8run vm exit hooks after all objects are destructed.;TS; ; i;I"AThu Feb 24 14:40:33 2011 Shota Fukumori <sorah@tubusu.net>;T@ o; ;;;[o;;I"ChangeLog (vim);T;[o;;[I"Modeline for vim;TS; ; i;I"AThu Feb 24 13:39:25 2011 Shota Fukumori <sorah@tubusu.net>;T@ o; ;;;[ o;;I"common.mk;T;[o;;[I"%Use $RUNRUBY for worker process.;To;;I"lib/test/unit.rb;T;[o;;[I" Fix bug.;To;;I"lib/test/unit.rb;T;[o;;[I"0@options[:ruby](@opts[:ruby]) is now Array.;To;;I"test/testunit/parallel.rb;T;[o;;[I"Fix for above.;TS; ; i;I"AThu Feb 24 10:05:55 2011 Shota Fukumori <sorah@tubusu.net>;T@ o; ;;;[o;;I"-test/testunit/tests_for_parallel/misc.rb;T;[o;;[I"Fix bug in r30947.;To;;I"2lib/test/unit.rb, lib/test/unit/assertions.rb;T;[o;;[I"For this test.;TS; ; i;I"2011-02-23;T@ S; ; i;I"AWed Feb 23 23:07:38 2011 Shota Fukumori <sorah@tubusu.net>;T@ o; ;;;[ o;;I"=test/testunit/test_parallel.rb, test/testunit/parallel/*;T;[o;;[I"Test for r30939.;To;;I"lib/test/unit.rb;T;[o;;[I"For test.;To;;I"lib/test/parallel.rb;T;[o;;[I"For test.;To;;I"lib/test/unit/testcase.rb;T;[o;;[I"For test.;TS; ; i;I";Wed Feb 23 22:05:13 2011 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"ext/openssl/ossl_engine.c;T;[o;;[I""parenthesize macro arguments.;TS; ; i;I"2011-02-22;T@ S; ; i;I"ATue Feb 22 23:15:17 2011 Shota Fukumori <sorah@tubusu.net>;T@ o; ;;;[o;;I"lib/test/unit.rb;T;[o;;[I"&Fix --ruby option doesn't effect.;To;;I"lib/test/unit.rb;T;[o;;[I"Fix typo.;TS; ; i;I";Tue Feb 22 21:39:28 2011 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"ext/openssl/ossl_digest.c;T;[o;;[I""parenthesize macro arguments.;TS; ; i;I"ATue Feb 22 14:34:26 2011 Shota Fukumori <sorah@tubusu.net>;T@ o; ;;;[o;;I"lib/test/unit.rb;T;[o;;[I"Fix merging miss.;TS; ; i;I"ATue Feb 22 12:27:26 2011 Shota Fukumori <sorah@tubusu.net>;T@ o; ;;;[ o;;I"lib/test/unit.rb;T;[o;;[I"�Add new options; --jobs,-j,--ruby,--jobs-status, --no-retry. [Feature #4415] [ruby-dev:43226],[ruby-dev:43222],[ruby-core:35294];To;;I"lib/test/unit/parallel.rb;T;[o;;[I")Used at test/unit --jobs(-j) option.;To;;I"#test/csv/test_serialization.rb;T;[o;;[I"&test/unit parallel running ready.;To;;I" test/rake/test_file_task.rb;T;[o;;[I"&test/unit parallel running ready.;TS; ; i;I"ATue Feb 22 06:09:10 2011 Eric Hodel <drbrain@segment7.net>;T@ o; ;;;[o;;I"ext/syslog/syslog.c;T;[o;;[I">Apply documentation patch from mathew murphy. [Bug #4149];TS; ; i;I"KTue Feb 22 03:09:10 2011 Aaron Patterson <aaron@tenderlovemaking.com>;T@ o; ;;;[o;;I"ext/psych/lib/psych.rb;T;[o;;[I"5increase Psych to 1.1.0 for help with debugging.;TS; ; i;I"KTue Feb 22 03:04:46 2011 Aaron Patterson <aaron@tenderlovemaking.com>;T@ o; ;;;[ o;;I"%ext/psych/lib/psych/streaming.rb;T;[o;;[I",refactor streaming methods to a module.;To;;I""ext/psych/lib/psych/stream.rb;T;[o;;[I"6extracted streaming specific methods to a module.;To;;I"'ext/psych/lib/psych/json/stream.rb;T;[o;;[I"GJSON stream inherits from JSONTree and includes streaming methods.;To;;I".ext/psych/lib/psych/visitors/json_tree.rb;T;[o;;[I"jJSON does not support object references, so remove object reference testing when building JSON trees.;TS; ; i;I"KTue Feb 22 02:41:51 2011 Aaron Patterson <aaron@tenderlovemaking.com>;T@ o; ;;;[o;;I"7ext/psych/lib/psych/visitors/yaml_tree.rb (accept);T;[o;;[I"Xuse Hash#key? when looking up object references to err on the side of cache misses.;TS; ; i;I"2011-02-21;T@ S; ; i;I"KMon Feb 21 10:58:39 2011 Aaron Patterson <aaron@tenderlovemaking.com>;T@ o; ;;;[o;;I",ext/psych/lib/psych/json/yaml_events.rb;T;[o;;[I"Crefactoring JSON event handling methods to a module for reuse.;To;;I"-ext/psych/lib/psych/json/tree_builder.rb;T;[o;;[I")AST builder uses JSON event methods.;To;;I"'ext/psych/lib/psych/json/stream.rb;T;[o;;[I",stream emitter uses JSON event methods.;TS; ; i;I"KMon Feb 21 10:54:29 2011 Aaron Patterson <aaron@tenderlovemaking.com>;T@ o; ;;;[ o;;I"'ext/psych/lib/psych/json/stream.rb;T;[o;;[I"Edo not emit custom tags in maps or sequences when emitting JSON.;To;;I"-ext/psych/lib/psych/json/tree_builder.rb;T;[o;;[I"=do not emit custom tags in sequences when emitting JSON.;To;;I"#test/psych/json/test_stream.rb;T;[o;;[I"#tests for custom stream emits.;To;;I"!test/psych/test_json_tree.rb;T;[o;;[I"tests for JSON emits.;TS; ; i;I"KMon Feb 21 10:05:10 2011 Aaron Patterson <aaron@tenderlovemaking.com>;T@ o; ;;;[o;;I",ext/psych/lib/psych/json/ruby_events.rb;T;[o;;[I")DRY up ruby event handling for JSON.;To;;I".ext/psych/lib/psych/visitors/json_tree.rb;T;[o;;[I"use ruby events module;To;;I"'ext/psych/lib/psych/json/stream.rb;T;[o;;[I" ditto;TS; ; i;I"KMon Feb 21 10:01:01 2011 Aaron Patterson <aaron@tenderlovemaking.com>;T@ o; ;;;[o;;I"'ext/psych/lib/psych/json/stream.rb;T;[o;;[I">fix JSON stream emits to use double quotes during stream.;To;;I"#test/psych/json/test_stream.rb;T;[o;;[I"tests to reflect changes.;TS; ; i;I"KMon Feb 21 00:38:56 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"9test/ruby/test_system.rb (TestSystem#test_system_at);T;[o;;[I"add testcase for bug4396.;TS; ; i;I"2011-02-20;T@ S; ; i;I";Sun Feb 20 19:59:32 2011 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"ext/openssl/ossl_cipher.c;T;[o;;[I""parenthesize macro arguments.;TS; ; i;I"ESun Feb 20 16:26:45 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"thread.c (exec_recursive);T;[o;;[I"'prevent temporary objects from GC.;To;;0;[o;;[0S; ; i;I"ESun Feb 20 16:22:53 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"file.c (rb_file_flock);T;[o;;[I"9use rb_thread_io_blocking_region for the time being.;TS; ; i;I"ESun Feb 20 05:33:17 2011 Ryan Davis <ryand-ruby@zenspider.com>;T@ o; ;;;[o;;I"lib/minitest/*.rb;T;[o;;[I"#Imported minitest 2.0.2 r6207.;To;;I"test/minitest/*;T;[o;;[I" ditto;TS; ; i;I"KSun Feb 20 02:14:09 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"signal.c (sig_trap);T;[o;;[I"�avoid pthread_sigmask(xx, &mask, &mask) usage because FreeBSD don't permit it. If it's used, it behave as pthread_sigmask(xx, NULL, &mask).;To;;I"signal.c (init_sigchld);T;[o;;[I"ditto.;TS; ; i;I";Sun Feb 20 00:46:51 2011 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"ext/openssl/ossl_bn.c;T;[o;;[I""parenthesize macro arguments.;TS; ; i;I"2011-02-19;T@ S; ; i;I"JSat Feb 19 22:37:42 2011 CHIKANAGA Tomoyuki <nagachika00@gmail.com>;T@ o; ;;;[o;;I",vm_insnhelper.c (vm_check_if_namespace);T;[o;;[I"$guard temporary object from GC.;TS; ; i;I"KSat Feb 19 06:36:27 2011 Aaron Patterson <aaron@tenderlovemaking.com>;T@ o; ;;;[o;;I"lib/test/unit.rb;T;[o;;[I"0partial revert of r30849. [ruby-core:32864];To;;I"+test/testunit/test_rake_integration.rb;T;[o;;[I"Ladding an integration test with the rake loader to prevent regressions.;TS; ; i;I"2011-02-18;T@ S; ; i;I"AFri Feb 18 19:31:31 2011 Shugo Maeda <shugo@ruby-lang.org>;T@ o; ;;;[o;;I"6lib/fileutils.rb (FileUtils::remove_entry_secure);T;[o;;[I"�there is a race condition in the case where the given path is a directory, and some other user can move that directory, and create a symlink while this method is executing. Reported by: Nicholas Jefferson <nicholas at pythonic.com.au>;TS; ; i;I"JFri Feb 18 00:28:39 2011 CHIKANAGA Tomoyuki <nagachika00@gmail.com>;T@ o; ;;;[o;;I"'compile.c (get_exception_sym2type);T;[o;;[I"$guard temporary object from GC.;TS; ; i;I"2011-02-17;T@ S; ; i;I"JThu Feb 17 23:54:29 2011 CHIKANAGA Tomoyuki <nagachika00@gmail.com>;T@ o; ;;;[o;;I" iseq.c (prepare_iseq_build);T;[o;;[I"[initialize iseq_compile_data::err_info with nil. this fix exception in rb_iseq_load().;TS; ; i;I"JThu Feb 17 22:32:35 2011 CHIKANAGA Tomoyuki <nagachika00@gmail.com>;T@ o; ;;;[o;;I";test/ruby/test_marshal.rb (test_marshal_dump_extra_iv);T;[o;;[I"?fix a typo of local variable. [Bug #3720] [ruby-dev:42083];TS; ; i;I";Thu Feb 17 21:32:53 2011 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"ext/openssl/ossl.h;T;[o;;[I""parenthesize macro arguments.;TS; ; i;I"2011-02-16;T@ S; ; i;I"KWed Feb 16 20:37:48 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[ o;;I"#eval_jump.c (rb_exec_end_proc);T;[o;;[I"Qchanged at_exit and END proc evaluation order. [Bug #4400] [ruby-core:35237];To;;I"#eval_jump.c (rb_mark_end_proc);T;[o;;[I"ditto.;To;;I"Ltest/ruby/test_beginendblock.rb (TestBeginEndBlock#test_nested_at_exit);T;[o;;[I"%added a test for nested at_exit.;To;;I"Ktest/ruby/test_beginendblock.rb (TestBeginEndBlock#test_beginendblock);T;[o;;[I"(changed the test to adopt new spec.;TS; ; i;I";Wed Feb 16 20:17:06 2011 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I""ext/openssl/openssl_missing.h;T;[o;;[I""parenthesize macro arguments.;TS; ; i;I"2011-02-15;T@ S; ; i;I";Tue Feb 15 21:37:45 2011 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"ext/gdbm/gdbm.c;T;[o;;[I""parenthesize macro arguments.;TS; ; i;I";Tue Feb 15 20:34:53 2011 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"array.c (ary_join_1);T;[o;;[I"fix array size.;TS; ; i;I"KTue Feb 15 19:43:23 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"configure.in;T;[o;;[I".fix and resubmit r30621. [ruby-dev:43203];TS; ; i;I"BTue Feb 15 15:41:30 2011 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[ o;;I"array.c (array_join);T;[o;;[I"Ccopy the encoding of the first element as an initial encoding.;To;;I"array.c (array_join_0);T;[o;;[I"ditto.;To;;I"array.c (array_join_1);T;[o;;[I"ditto.;To;;I"array.c (inspect_ary);T;[o;;[I"ditto.;To;;I"array.c (array_join_1);T;[o;;[I"@add an argument to check the appending is first one or not.;TS; ; i;I"BTue Feb 15 15:40:53 2011 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"hash.c (inspect_i);T;[o;;[I"?copy the encoding of the first key as an initial encoding.;TS; ; i;I"BTue Feb 15 15:43:29 2011 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"#encoding.c (rb_enc_compatible);T;[o;;[I"�change the rule for empty strings: remove the special treatment of the US-ASCII encoded empty string. Now Encoding.compatible? usually respect the encoding of the receiver.;TS; ; i;I"BTue Feb 15 15:39:37 2011 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"%string.c (rb_enc_cr_str_buf_cat);T;[o;;[I"6remove special treatment of ASCII-8BIT receivers.;To;;I"string.c (str_gsub);T;[o;;[I"Vset initial encoding of the buffer as the same of the receiver. [ruby-core:35141];TS; ; i;I"BTue Feb 15 09:49:33 2011 NAKAMURA Usaku <usa@ruby-lang.org>;T@ o; ;;;[o;;I"9test/ruby/test_system.rb (TestSystem#test_system_at);T;[o;;[I"nuse findstr command instead of find command, because the latter is confusing another famous Unix command.;TS; ; i;I"2011-02-14;T@ S; ; i;I"BMon Feb 14 15:00:16 2011 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"array.c (inspect_ary);T;[o;;[I";don't taint the inspected result of a recursive array.;TS; ; i;I"JMon Feb 14 23:01:19 2011 CHIKANAGA Tomoyuki <nagachika00@gmail.com>;T@ o; ;;;[o;;I",thread.c (rb_thread_io_blocking_region);T;[o;;[I"nreset th->waiting_fd after blocking region, because remaining waiting_fd might cause unnecessary IOError.;TS; ; i;I"GMon Feb 14 21:06:50 2011 URABE Shyouhei <shyouhei@ruby-lang.org>;T@ o; ;;;[o;;I"configure.in;T;[o;;[I"wrevert r30621. That revision introduced mkmf test failures and it turned out to be OK to revert. [ruby-dev:43203];TS; ; i;I";Mon Feb 14 21:04:01 2011 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"ext/fiddle/conversions.h;T;[o;;[I""parenthesize macro arguments.;TS; ; i;I"KMon Feb 14 18:41:47 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"#win32/setup.mak (USE_RUBYGEMS);T;[o;;[I"wfixed r30835. It didn't work on mswin32 port. If you changed win32/configure.bat, you should change setup.mak too.;TS; ; i;I"KMon Feb 14 17:28:34 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"9test/ruby/test_system.rb (TestSystem#test_system_at);T;[o;;[I"*added test. [ruby-core:35218] (#4393);TS; ; i;I"BMon Feb 14 13:15:35 2011 NAKAMURA Usaku <usa@ruby-lang.org>;T@ o; ;;;[o;;I"$win32/win32.c (is_internal_cmd);T;[o;;[I"Wif the first char of prog is '@', execute it via shell. [ruby-core:35218] (#4393);TS; ; i;I"BMon Feb 14 10:33:45 2011 NAKAMURA Usaku <usa@ruby-lang.org>;T@ o; ;;;[o;;I"lib/test/unit.rb;T;[o;;[I"5revert r30863, because it causes too many noise.;TS; ; i;I";Mon Feb 14 07:34:55 2011 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"ext/curses/curses.c;T;[o;;[I""parenthesize macro arguments.;TS; ; i;I"2011-02-13;T@ S; ; i;I"ESun Feb 13 19:41:47 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"<lib/test/unit.rb (Test::Unit::RequireFiles#non_options);T;[o;;[I">skip test suites failed to load instead of mere messages.;TS; ; i;I"ESun Feb 13 09:56:44 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[ o;;I"6test/openssl/test_config.rb (OpenSSL#test_freeze);T;[o;;[I"!fix error message assertion.;To;;I"?test/io/nonblock/test_flush.rb (TestIONonblock#flush_test);T;[o;;[I"$return true to finish the test.;To;;I"Gtest/syck/test_string.rb (Syck::TestString#test_non_binary_string);T;[o;;[I"Kuse assert_not instead of refute, unless required minitest explicitly.;To;;I"2test/test_prime.rb (TestPrime::sieve.Integer);T;[o;;[I"ditto.;To;;I"Btest/xmlrpc/webrick_testing.rb (WEBrick_Testing#start_server);T;[o;;[I"1catch IOError when server socket was closed.;TS; ; i;I"GSun Feb 13 07:39:51 2011 Yukihiro Matsumoto <matz@ruby-lang.org>;T@ o; ;;;[o;;I"enum.c (enum_inject);T;[o;;[I"=typo fixed. a patch from Gaku Ueda in [ruby-core:35216].;TS; ; i;I"ASun Feb 13 00:48:47 2011 Tadayoshi Funaba <tadf@dotrb.org>;T@ o; ;;;[o;;I"lib/date.rb (Date#===);T;[o;;[I"[ruby-core:35127];TS; ; i;I"ESun Feb 13 00:29:18 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[ o;;I"8lib/test/unit.rb (Test::Unit::Options#process_args);T;[o;;[I"always return options.;To;;I"<lib/test/unit.rb (Test::Unit::RequireFiles#non_options);T;[o;;[I"(return if any test case get loaded.;To;;I"9lib/test/unit.rb (Test::Unit::AutoRunner#initialize);T;[o;;[I"/do not add default directory if it is nil.;To;;I";lib/test/unit.rb (Test::Unit::AutoRunner#process_args);T;[o;;[I"*return true if any test cases to run.;TS; ; i;I"2011-02-12;T@ S; ; i;I"ESat Feb 12 23:17:43 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"&lib/test/unit.rb (assert_include);T;[o;;[I"add alias.;TS; ; i;I"ESat Feb 12 14:44:20 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I",thread.c (rb_thread_io_blocking_region);T;[o;;[I"Cnew function to run blocking region with GIL released, for fd.;To;;I""thread.c (rb_thread_fd_close);T;[o;;[I""implement. [ruby-core:35203];To;;I"vm.c (th_init);T;[o;;[I"rename from th_init2.;TS; ; i;I"ESat Feb 12 14:41:36 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"9lib/test/unit.rb (Test::Unit::AutoRunner#initialize);T;[o;;[I"+use default_dir if no test case given.;To;;I"*lib/test/unit.rb (Test::Unit::Runner);T;[o;;[I""rename from Test::Unit::Mini.;To;;I":lib/test/unit.rb (Test::Unit::GlobOption#non_options);T;[o;;[I"9run tests under base directory if no argument given.;TS; ; i;I"ESat Feb 12 08:03:12 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"6test/ruby/test_settracefunc.rb (TestSetTraceFunc);T;[o;;[I"7ensure to use method_added hook defined in Module.;TS; ; i;I"ESat Feb 12 01:04:02 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"ruby.c (proc_options);T;[o;;[I".enable rubygems if --gem option is given.;To;;I"ruby.c (process_options);T;[o;;[I"?load rubygems if it is disabled but --gem option is given.;TS; ; i;I"2011-02-11;T@ S; ; i;I"DFri Feb 11 23:27:50 2011 Yuki Sonoda (Yugui) <yugui@yugui.jp>;T@ o; ;;;[o;;I"ruby.c (proc_options);T;[o;;[I"�add --gem=enabled as an alias of --enable=gems and --gem=disabled as an alias of --disable=gems. Gem named "enabled" or "disabled" has already been reserved legitimately for this purpose.;TS; ; i;I";Fri Feb 11 23:17:04 2011 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"ext/dl/cfunc.c;T;[o;;[I""parenthesize macro arguments.;TS; ; i;I"EFri Feb 11 21:41:53 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"1bin/testrb, test/runner.rb, lib/test/unit.rb;T;[o;;[I"$improve backward compatibility.;TS; ; i;I"EFri Feb 11 19:45:26 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"eval.c (ruby_cleanup);T;[o;;[I"-use rb_ary_free to free internal object.;To;;I"!gc.h (RUBY_FREE_UNLESS_NULL);T;[o;;[I".get rid of double free. [ruby-core:35192];TS; ; i;I"EFri Feb 11 16:57:03 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"4test/ruby/test_transcode.rb (test_from_cp50221);T;[o;;[I"'fix wrong assertion and move back.;TS; ; i;I"EFri Feb 11 14:33:18 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"2lib/test/unit/assertions.rb (assert_no_match);T;[o;;[I"&alias for backward compatibility.;TS; ; i;I"EFri Feb 11 12:06:48 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"7ruby.c (add_gems, require_libraries, proc_options);T;[o;;[I"%add --require and --gem options.;TS; ; i;I"EFri Feb 11 12:03:24 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"configure.in (rubygems);T;[o;;[I"#add --disable-rubygems option.;TS; ; i;I"EFri Feb 11 11:39:03 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"*template/fake.rb.in (CROSS_COMPILING);T;[o;;[I"get rid of NameError.;TS; ; i;I"2011-02-10;T@ S; ; i;I";Thu Feb 10 23:12:34 2011 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"ext/dl/dl.h;T;[o;;[I""parenthesize macro arguments.;TS; ; i;I"2011-02-09;T@ S; ; i;I";Wed Feb 9 23:11:27 2011 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"ext/pty/pty.c;T;[o;;[I""parenthesize macro arguments.;TS; ; i;I"BWed Feb 9 09:45:43 2011 NAKAMURA Usaku <usa@ruby-lang.org>;T@ o; ;;;[o;;I"$test/rdoc/test_rdoc_encoding.rb;T;[o;;[I"=remove unnecessary (and wrong) platform-dependent hacks.;TS; ; i;I";Wed Feb 9 00:47:18 2011 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"ext/etc/etc.c;T;[o;;[I""parenthesize macro arguments.;TS; ; i;I"2011-02-08;T@ S; ; i;I"GTue Feb 8 11:47:11 2011 Loren Sands-Ramshaw <lorensr@gmail.com>;T@ o; ;;;[o;;I"array.c;T;[o;;[I"Ydocumentation clarification in rotate, rotate!, index, and rindex. [ruby-core:35144];TS; ; i;I"ETue Feb 8 19:38:00 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"&misc/ruby-mode.el (ruby-expr-beg);T;[o;;[I"!fix for invalid nest errors.;TS; ; i;I"KTue Feb 8 19:22:59 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"#configure.in (AC_MSG_CHECKING);T;[o;;[I"bfixed typo. the patch is created by Benoit Daloze. Thanks a lot. [Bug #4384][ruby-core:35148];TS; ; i;I"KTue Feb 8 16:04:03 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"io.c (rb_io_s_sysopen);T;[o;;[I"(use NUM2MODET() instead NUM2UINT().;TS; ; i;I"KTue Feb 8 15:59:23 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"(process.c (rb_run_exec_options_err);T;[o;;[I"(use MODET2NUM() instead LONG2NUM().;TS; ; i;I"KTue Feb 8 13:59:56 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"configure.in;T;[o;;[I"qrevert r30725. Now we have proper runtime fallback. Therefore, no need compile time disabling. (see r30762).;TS; ; i;I"JTue Feb 8 01:00:21 2011 CHIKANAGA Tomoyuki <nagachika00@gmail.com>;T@ o; ;;;[o;;I"process.c (proc_setgroups);T;[o;;[I";add GC guard to prevent intermediate variable from GC.;TS; ; i;I"ETue Feb 8 00:56:33 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I":misc/ruby-mode.el (ruby-expr-beg, ruby-in-here-doc-p);T;[o;;[I":tell singleton class definitions from here documents.;To;;I":misc/ruby-mode.el (ruby-expr-beg, ruby-parse-partial);T;[o;;[I"(keyword followed by colon is label.;TS; ; i;I"2011-02-07;T@ S; ; i;I"JMon Feb 7 22:56:16 2011 CHIKANAGA Tomoyuki <nagachika00@gmail.com>;T@ o; ;;;[o;;I"&lib/benchmark.rb (Benchmark#bmbm);T;[o;;[I"Duse ensure clause instead of Object#tap to restore STDOUT.sync.;TS; ; i;I";Mon Feb 7 22:34:20 2011 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"(lib/net/http.rb (Net::HTTP#connect);T;[o;;[I"�support SNI (Server Name Indication) for HTTPS. [ruby-dev:43164] http://stackoverflow.com/questions/4685736/openssl-server-name-indication-support-in-ruby;TS; ; i;I"AMon Feb 7 16:05:32 2011 Eric Hodel <drbrain@segment7.net>;T@ o; ;;;[o;;I" lib/rdoc;T;[o;;[I"-Upgrade to RDoc 3.5.3 Fixes [Bug #4376];TS; ; i;I"BMon Feb 7 11:46:59 2011 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"common.mk (rdoc);T;[o;;[I"5add --encoding=UTF-8; ruby's rdoc must be UTF-8.;TS; ; i;I"BMon Feb 7 10:21:50 2011 NAKAMURA Usaku <usa@ruby-lang.org>;T@ o; ;;;[o;;I"Ftest/rdoc/test_rdoc_options.rb (TestRDocOptions#test_check_files);T;[o;;[I"Xthere is no easy way to create owner unreadable file on Windows. So, skip the test.;TS; ; i;I"2011-02-06;T@ S; ; i;I"ESun Feb 6 13:48:29 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"Dext/json/lib/json/common.rb (JSON::MissingUnicodeSupport.iconv);T;[o;;[I"Ashould not drop rest of the result. use Iconv.conv instead.;TS; ; i;I"ASun Feb 6 12:46:02 2011 Eric Hodel <drbrain@segment7.net>;T@ o; ;;;[o;;I"string.c (gsub);T;[o;;[I"HEnsure result encoding is the same as input encoding. [Bug #4340].;TS; ; i;I"ESun Feb 6 12:18:25 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"parse.y (words, qwords);T;[o;;[I"Odispatch array events. based on a patch from Michael Edgar. [Bug #4365].;TS; ; i;I"ESun Feb 6 12:12:59 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"3test/fileutils/fileasserts.rb (FileAssertions);T;[o;;[I"separate module.;TS; ; i;I";Sun Feb 6 11:29:23 2011 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"ext/dbm/dbm.c;T;[o;;[I""parenthesize macro arguments.;TS; ; i;I"2011-02-05;T@ S; ; i;I"KSat Feb 5 22:01:59 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"@lib/test/unit/assertions.rb (Test::Unit::Assertions#assert);T;[o;;[I"Nrevert r30796. r30797 and r30798 are an alternative fix. [ruby-dev:43174];TS; ; i;I"ESat Feb 5 21:47:09 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"parse.y (mlhs_basic);T;[o;;[I"Tinclude mlhs_post for ripper. a patch from Michael Edgar at [ruby-core:35078].;TS; ; i;I"ESat Feb 5 21:22:21 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"/lib/test/unit/assertions.rb (assert_block);T;[o;;[I"-move from test/fileutils/fileasserts.rb.;To;;I"1test/fileutils/fileasserts.rb (assert_block);T;[o;;[I",pass arguments as-is. [ruby-dev:43174];TS; ; i;I"KSat Feb 5 16:47:54 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"@lib/test/unit/assertions.rb (Test::Unit::Assertions#assert);T;[o;;[I"8msg can be passed nil. [Bug #4371] [ruby-dev:43174];TS; ; i;I"ASat Feb 5 15:18:25 2011 Eric Hodel <drbrain@segment7.net>;T@ o; ;;;[o;;I" lib/rdoc;T;[o;;[I"Upgrade to RDoc 3.5.2;TS; ; i;I"ESat Feb 5 12:05:27 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"-ext/syck/rubyext.c (syck_node_init_copy);T;[o;;[I"1SyckNode is not copiable. [ruby-core:35094];TS; ; i;I"ESat Feb 5 11:48:47 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"2ext/openssl/ossl_cipher.c (ossl_cipher_alloc);T;[o;;[I"leave data ptr NULL.;To;;I"Hext/openssl/ossl_cipher.c (ossl_cipher_new, ossl_cipher_initialize);T;[o;;[I"4allocate internal structure. [ruby-core:35094];To;;I"1ext/openssl/ossl_cipher.c (ossl_cipher_copy);T;[o;;[I"ditto.;TS; ; i;I"ESat Feb 5 11:29:10 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[ o;;I"*ext/json/parser/parser.h (GET_PARSER);T;[o;;[I"raise TypeError.;To;;I"3ext/json/parser/parser.rl (cParser_initialize);T;[o;;[I"ditto.;To;;I"*ext/json/parser/parser.h (GET_PARSER);T;[o;;[I",check if initialized. [ruby-core:35079];To;;I"3ext/json/parser/parser.rl (cParser_initialize);T;[o;;[I"ditto.;TS; ; i;I"ESat Feb 5 10:09:31 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"'load.c (rb_get_expanded_load_path);T;[o;;[I"always expand load paths.;TS; ; i;I"ESat Feb 5 09:38:08 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"transcode.c (encoded_dup);T;[o;;[I" extract.;TS; ; i;I"ESat Feb 5 03:37:47 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"-lib/fileutils.rb (FileUtils::LowMethods);T;[o;;[I"Rmake low level methods in NoWrite and DryRun to do nothing. [ruby-dev:43129];To;;I""test/fileutils/fileasserts.rb;T;[o;;[I"add message arguments.;To;;I"Htest/fileutils/fileasserts.rb (Test::Unit::Assertions#assert_block);T;[o;;[I"show the given message.;TS; ; i;I"ESat Feb 5 02:09:39 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"-parse.y (lex_getline, parser_set_encode);T;[o;;[I"Rset encoding of lines in SCRIPT_LINES__ as source encoding. [ruby-dev:43168];TS; ; i;I"ESat Feb 5 02:08:37 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"!vm.c (ruby_thread_data_type);T;[o;;[I"add prefix.;TS; ; i;I"KSat Feb 5 00:59:54 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"vm_core.h (GetThreadPtr);T;[o;;[I"�use TypedData_Get_Struct() instead CoreDataFromValue() because we need type check. Otherwise, type mismatch can cause segmentation fault crash. [ruby-core:35086] [Ruby 1.9-Bug#4367];To;;I"vm.c (thread_data_type);T;[o;;[I"remove static.;TS; ; i;I"2011-02-04;T@ S; ; i;I";Fri Feb 4 19:14:27 2011 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"enc/trans/utf8_mac.trans;T;[o;;[I""parenthesize macro arguments.;TS; ; i;I"KFri Feb 4 12:11:51 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"string.c (str_utf8_nth);T;[o;;[I"Sfixed a condition of optimized lead byte counting. [Bug #4366][ruby-dev:43170];TS; ; i;I"KFri Feb 4 01:50:13 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"/string.c (count_utf8_lead_bytes_with_word);T;[o;;[I"wrote function comments.;TS; ; i;I"EFri Feb 4 00:14:55 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"/ext/zlib/zlib.c (gzfile_reader_get_unused);T;[o;;[I",no need to dup before rb_str_resurrect.;TS; ; i;I"2011-02-03;T@ S; ; i;I";Thu Feb 3 20:04:44 2011 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I" ext/curses/curses.c (CHECK);T;[o;;[I"unused macro removed.;TS; ; i;I"BThu Feb 3 18:33:26 2011 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"/ext/zlib/zlib.c (gzfile_reader_get_unused);T;[o;;[I"Quse rb_str_resurrect because gz->z.input is hidden string. [ruby-core:35057];TS; ; i;I"BThu Feb 3 16:34:10 2011 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[ o;;I""enc/shift_jis.c (code_to_mbc);T;[o;;[I"2cast as int from the subtraction of pointers.;To;;I")enc/utf_16le.c (utf16le_mbc_enc_len);T;[o;;[I"use ptrdiff_t.;To;;I"3enc/utf_32be.c (utf32be_left_adjust_char_head);T;[o;;[I"ditto.;To;;I"3enc/utf_32le.c (utf32le_left_adjust_char_head);T;[o;;[I"ditto.;TS; ; i;I"BThu Feb 3 16:31:43 2011 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"include/ruby/missing.h;T;[o;;[I"cdon't use HAVE_STDDEF_H because it never defined by configure though configure.bat defines it.;To;;I"include/ruby/ruby.h;T;[o;;[I"'move include stddef.h to defines.h;To;;I"include/ruby/defines.h;T;[o;;[I"ditto.;TS; ; i;I"KThu Feb 3 07:20:46 2011 Aaron Patterson <aaron@tenderlovemaking.com>;T@ o; ;;;[o;;I",ext/psych/lib/psych/visitors/to_ruby.rb;T;[o;;[I"5use Regexp::NOENCODING rather than magic number.;To;;I"#ext/syck/lib/syck/rubytypes.rb;T;[o;;[I" ditto;TS; ; i;I"KThu Feb 3 07:16:11 2011 Aaron Patterson <aaron@tenderlovemaking.com>;T@ o; ;;;[o;;I"re.c (Init_Regexp);T;[o;;[I"=added a constant for ARG_ENCODING_NONE [ruby-core:35054];To;;I"test/ruby/test_regexp.rb;T;[o;;[I"corresponding test.;TS; ; i;I"KThu Feb 3 07:02:16 2011 Aaron Patterson <aaron@tenderlovemaking.com>;T@ o; ;;;[ o;;I",ext/psych/lib/psych/visitors/to_ruby.rb;T;[o;;[I"LARG_ENCODING_NONE regular expressions can round trip. [ruby-core:34969];To;;I"test/psych/test_yaml.rb;T;[o;;[I"%test for ARG_ENCODING_NONE regex;To;;I"#ext/sych/lib/syck/rubytypes.rb;T;[o;;[I":ARG_ENCODING_NONE regular expressions can round trip.;To;;I"test/syck/test_yaml.rb;T;[o;;[I"%test for ARG_ENCODING_NONE regex;TS; ; i;I"2011-02-02;T@ S; ; i;I"BWed Feb 2 20:25:04 2011 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"/include/ruby/encoding.h (rb_enc_step_back);T;[o;;[I"cast 4th argument 'n' as int because Ruby usually treats length value as long but onigenc_step_back's 4th argument is int.;TS; ; i;I"KWed Feb 2 17:09:22 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"io.c (rb_io_fdatasync);T;[o;;[I"SUse fsync(2) if the underlying operating system does not support fdatasync(2).;TS; ; i;I"AWed Feb 2 14:51:08 2011 Eric Hodel <drbrain@segment7.net>;T@ o; ;;;[o;;I""lib/rdoc/markup/to_tt_only.rb;T;[o;;[I"commit miss;To;;I"-test/rdoc/test_rdoc_markup_to_tt_only.rb;T;[o;;[I" ditto;To;;I"(test/rdoc/test_rdoc_single_class.rb;T;[o;;[I" ditto;TS; ; i;I"AWed Feb 2 09:27:53 2011 Eric Hodel <drbrain@segment7.net>;T@ o; ;;;[o;;I" lib/rdoc;T;[o;;[I"Upgrade to RDoc 3.5.1;TS; ; i;I"KWed Feb 2 00:30:43 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"!include/ruby/st.h (st_table);T;[o;;[I"-Added comment why we need __extension__.;TS; ; i;I"2011-02-01;T@ S; ; i;I";Tue Feb 1 20:45:44 2011 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"enc/encdb.c;T;[o;;[I""parenthesize macro arguments.;TS; ; i;I"BTue Feb 1 15:12:26 2011 NAKAMURA Usaku <usa@ruby-lang.org>;T@ o; ;;;[o;;I"Btest/ruby/test_require.rb (TestRequire#test_require_with_unc);T;[o;;[I"uuse ``127.0.0.1'' instead of ``localhost'' as host name, because XP or earlier cannot resolv it as NBT hostname.;TS; ; i;I"KTue Feb 1 13:20:39 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"=test/benchmark/test_benchmark.rb (#capture_bench_output);T;[o;;[I"�Added explicit sleep. Windows have imprecise time support. Thus Tms.new.Add!{} may be or may be not equal 0. The test failure started since r30747.;TS; ; i;I"<Tue Feb 1 11:03:47 2011 Ryan Davis <ryan@lust.local>;T@ o; ;;;[o;;I"lib/rubygems*;T;[o;;[I"7Import rubygems 1.5.0 (released version @ 1fb59d0);To;;I"test/rubygems;T;[o;;[I" Ditto;TS; ; i;I"ETue Feb 1 08:01:39 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"3ext/io/console/console.c (console_set_winsize);T;[o;;[I"4new method to set console size. [EXPERIMENTAL];To;;I"/ext/io/console/console.c (console_winsize);T;[o;;[I"use GetWriteFD.;TS; ; i;I"BTue Feb 1 02:28:14 2011 Masaya Tarui <tarui@ruby-lnag.org>;T@ o; ;;;[o;;I"(include/ruby/win32.h, win32/win32.c;T;[o;;[I"Iadd rb_w32_inet_ntop. inet_ntop's minimum supported client is Vista.;TS; ; i;I"BTue Feb 1 00:10:30 2011 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"lib/benchmark.rb;T;[o;;[I"�fix benchmark to work with current ruby. patched by Benoit Daloze [ruby-core:33846] [ruby-dev:43143] merged from https://github.com/eregon/ruby/commits/benchmark;To;;I"!lib/benchmark (Report#width);T;[o;;[I"update documentation;To;;I"lib/benchmark;T;[o;;[I"Ndocument the return value of #benchmark and the :list attribute in Report;To;;I"lib/benchmark (Tms#format);T;[o;;[I"<rename variables, use String#% instead of Kernel.format;To;;I"lib/benchmark;T;[o;;[I"Qremove undocumented Benchmark::times (an alias of Process::times used twice);To;;I"lib/benchmark (#benchmark);T;[o;;[I"$use label_width for the caption;To;;I"#lib/benchmark (Tms#initialize);T;[o;;[I"rename variables;To;;I"lib/benchmark;T;[o;;[I"2allow title to not be a String and call #to_s;To;;I"!lib/benchmark (Benchmark#bm);T;[o;;[I"1return an Array of the times with the labels;To;;I"lib/benchmark;T;[o;;[I"&correct output for Benchmark#bmbm;To;;0;[o;;[0o;;I"lib/benchmark;T;[o;;[I".add a few tests for Benchmark::Tms output;To;;I"lib/benchmark;T;[o;;[I"4improve style (enumerators, ljust, unused vars);To;;I"lib/benchmark;T;[o;;[I"+add spec about output and return value;To;;I"lib/benchmark;T;[o;;[I"iimprove basic style and consistency no parenthesis for print and use interpolation instead of printf;To;;I"lib/benchmark;T;[o;;[I"1remove unnecessary conversions and variables;To;;I"lib/benchmark;T;[o;;[I"correct indentation;To;;I"lib/benchmark;T;[o;;[I"6rename the FMTSTR constant and variable to FORMAT;To;;I"lib/benchmark;T;[o;;[I"remove useless exception;To;;I"test/benchmark;T;[o;;[I"$remove unused variable warnings;TS; ; i;I"2011-01-31;T@ S; ; i;I"JMon Jan 31 23:27:23 2011 CHIKANAGA Tomoyuki <nagachika00@gmail.com>;T@ o; ;;;[o;;I"node.c (add_id);T;[o;;[I"(remove duplicated rb_id2str() call.;TS; ; i;I"KMon Jan 31 21:57:39 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"configure.in;T;[o;;[I"revert r30698.;TS; ; i;I"JMon Jan 31 21:32:44 2011 CHIKANAGA Tomoyuki <nagachika00@gmail.com>;T@ o; ;;;[o;;I"#thread.c (thread_start_func_2);T;[o;;[I"�check deadlock condition before release thread stack. fix memory violation when deadlock detected. reported by Max Aller. [Bug #4009] [ruby-core:32982];TS; ; i;I"DMon Jan 31 14:45:47 2011 Yuki Sonoda (Yugui) <yugui@yugui.jp>;T@ o; ;;;[o;;I"2lib/irb/locale.rb (IRB::Locale::#search_file);T;[o;;[I"@Gem might be undefined if --disable-gems. [ruby-core:34990];TS; ; i;I"BMon Jan 31 12:26:14 2011 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[ o;;I"addr2line.c;T;[o;;[I"*suppressed shorten-64-to-32 warnings.;To;;I"regcomp.c;T;[o;;[I"ditto.;To;;I"regexec.c;T;[o;;[I"ditto.;To;;I" regint.h;T;[o;;[I"ditto.;To;;I"regparse.c;T;[o;;[I"ditto.;To;;I"regparse.h;T;[o;;[I"ditto.;To;;I"time.c;T;[o;;[I"ditto.;To;;I"variable.c;T;[o;;[I"ditto.;TS; ; i;I"BMon Jan 31 04:45:12 2011 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"array.c (rb_ary_uniq_bang);T;[o;;[I"call ARY_SET_LEN(ary, 0) before ary_resize_capa because ary_resize_capa expects resized length is smaller than current array length. call rb_ary_unshare before ary_resize_capa because ary_resize_capa lost the reference to original shared array. [ruby-core:34997];TS; ; i;I"2011-01-30;T@ S; ; i;I";Sun Jan 30 17:19:46 2011 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"missing/langinfo.c;T;[o;;[I""parenthesize macro arguments.;TS; ; i;I";Sun Jan 30 17:19:46 2011 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"missing/crypt.c;T;[o;;[I""parenthesize macro arguments.;TS; ; i;I"ESun Jan 30 16:40:27 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"9test/rubygems/test_gem_security.rb (TestGemSecurity);T;[o;;[I"(valid only if OpenSSL is available.;To;;I"*test/dl/test_dl2.rb (TestDL#test_sin);T;[o;;[I"Cmath functions do not work on x86_64 due to the design of DL2.;To;;I"7test/dl/test_func.rb (DL::TestFunc#test_{sinf,sin);T;[o;;[I"ditto.;TS; ; i;I";Sun Jan 30 16:09:22 2011 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"+strftime.c (rb_strftime_with_timespec);T;[o;;[I"%G produces 4 digits.;TS; ; i;I"ESun Jan 30 15:13:19 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"(enc/emacs_mule.c (emacsmule_islead);T;[o;;[I"%7bit range is also leading byte.;TS; ; i;I"ESun Jan 30 13:03:16 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"hash.c (rb_hash_fetch_m);T;[o;;[I"@use useful message for longer key, not a nonsense id value.;To;;I" string.c (rb_str_ellipsize);T;[o;;[I"(new function to ellipsize a string.;To;;I"/include/ruby/encoding.h (rb_enc_step_back);T;[o;;[I",new function to step back n characters.;TS; ; i;I"ESun Jan 30 12:53:38 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"(enc/emacs_mule.c (emacsmule_islead);T;[o;;[I"fix inverse condition.;TS; ; i;I"HSun Jan 30 09:37:25 2011 Yutaka Kanemoto <kanemoto@ruby-lang.org>;T@ o; ;;;[o;;I"io.c (struct argf);T;[o;;[I":char behaves like an unsigned char by default on AIX.;TS; ; i;I"BSun Jan 30 08:02:55 2011 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"configure.in;T;[o;;[I"2Mac OS X wrongly reports it has fdatasync(3).;TS; ; i;I"BSun Jan 30 03:29:47 2011 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"%ext/openssl/ossl_bn.c (GetBNPtr);T;[o;;[I"Gadd missing nil case. patched by Martin Bosslet. [ruby-core:34987];TS; ; i;I"KSun Jan 30 01:02:28 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"include/ruby/ruby.h;T;[o;;[I"iAdded NUM2MODET() and MODET2NUM() default definition. Because r30686 introduced win32 build failure.;TS; ; i;I"2011-01-29;T@ S; ; i;I"BSat Jan 29 22:16:26 2011 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"array.c (rb_ary_join);T;[o;;[I"9[].join.encoding must be US-ASCII. [ruby-list:47790];TS; ; i;I"KSat Jan 29 20:22:39 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"2benchmark/driver.rb (BenchmarkDriver#measure);T;[o;;[I"3Show command line when abnormal exiting occur.;TS; ; i;I"=Sat Jan 29 10:53:16 2011 Yusuke Endoh <mame@tsg.ne.jp>;T@ o; ;;;[o;;I"&vm_insnhelper.c (vm_get_ev_const);T;[o;;[I"Uno-scope reference to toplevel private constant has been prohibited incorrectly.;To;;I">test/ruby/test_module.rb (test_toplevel_private_constant);T;[o;;[I"add a test for above.;TS; ; i;I"ESat Jan 29 08:43:23 2011 Ryan Davis <ryand-ruby@zenspider.com>;T@ o; ;;;[o;;I"lib/rubygems*;T;[o;;[I"8Import rubygems 1.5.0 (release candidate @ 09893d9);To;;I"test/rubygems;T;[o;;[I" Ditto;TS; ; i;I"=Sat Jan 29 02:02:37 2011 Yusuke Endoh <mame@tsg.ne.jp>;T@ o; ;;;[o;;I"'variable.c (rb_mod_const_of, sv_i);T;[o;;[I"NModule#constant should exclude private constants. see [ruby-core:32912].;To;;I"Dtest/ruby/test_module.rb (test_constants_with_private_constant);T;[o;;[I"add a test for above.;TS; ; i;I"=Sat Jan 29 01:36:41 2011 Yusuke Endoh <mame@tsg.ne.jp>;T@ o; ;;;[o;;I"variable.c (rb_const_set);T;[o;;[I"Kconst_set should preserve constant visibility. see [ruby-core:32912].;To;;I"test/ruby/test_module.rb;T;[o;;[I"add a test for above.;TS; ; i;I"=Sat Jan 29 01:24:57 2011 Yusuke Endoh <mame@tsg.ne.jp>;T@ o; ;;;[o;;I"Acompile.c (NODE_CLASS, NODE_MODULE), insns.def (defineclass);T;[o;;[I"�raise an exception when "class Foo::Bar" is evaluated and Foo::Bar is private. To implement this, define_type of "defineclass" is added so that the instruction can distinguish whether the class definition is scoped (class Foo::Bar) or not (class Bar).;To;;I"{test/ruby/test_class.rb (test_redefine_private_class), test/ruby/test_module.rb (test_define_module_under_private_constant);T;[o;;[I"add tests for above.;TS; ; i;I"=Sat Jan 29 01:19:17 2011 Yusuke Endoh <mame@tsg.ne.jp>;T@ o; ;;;[o;;I"constant.h, variable.c;T;[o;;[I"to ensure compatibility, rb_const_get_* must not raise an exception even when the constant is private. Instead, rb_public_const_get_* and rb_public_const_defined_* are introduced, which raise an exception when the referring constant is private. see [ruby-core:32912].;To;;I"&vm_insnhelper.c (vm_get_ev_const);T;[o;;[I"|use rb_public_const_get_* instead of rb_const_get_* to follow the constant visibility when user code refers a constant.;To;;I";test/ruby/test_marshal.rb (test_marshal_private_class);T;[o;;[I"Qadd a test. This test had failed because of incompatibility of rb_const_get.;TS; ; i;I"=Sat Jan 29 00:30:44 2011 Yusuke Endoh <mame@tsg.ne.jp>;T@ o; ;;;[o;;I"&variable.c (set_const_visibility);T;[o;;[I"Efix typo. a patch from Tomoyuki Chikanaga in [ruby-core:32919].;TS; ; i;I"2011-01-28;T@ S; ; i;I"KFri Jan 28 23:20:28 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"atest/gdbm/test_gdbm.rb (TestGDBM#test_s_open_no_create, TestGDBM2#test_writer_open_notexist);T;[o;;[I"gWe only need to skip libgdbm 1.8.0, not all 1.8.x. 1.8.1 or later don't have GDBM_WRITER sickness.;TS; ; i;I"KFri Jan 28 21:56:57 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"ext/dbm/extconf.rb;T;[o;;[I"*Added new header places for Fedora13.;TS; ; i;I";Fri Jan 28 21:49:30 2011 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"ext/zlib/zlib.c;T;[o;;[I""parenthesize macro arguments.;TS; ; i;I"KFri Jan 28 17:47:33 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"Atest/gdbm/test_gdbm.rb (TestGDBM2#test_writer_open_notexist);T;[o;;[I"Xgdbm 1.8.x changed GDBM::WRITER behavior. Thus our testcase need to be changed too.;TS; ; i;I"KFri Jan 28 17:33:28 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"<test/gdbm/test_gdbm.rb (TestGDBM#test_s_open_no_create);T;[o;;[I",skip the test if gdbm version is 1.8.x.;TS; ; i;I"KFri Jan 28 16:30:51 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"Ktest/ruby/test_require.rb (TestRequire#test_require_too_long_filename);T;[o;;[I"}Added -w option because too long path error don't output a message by default since r30660. [Bug #4336] [ruby-dev:43134];TS; ; i;I"KFri Jan 28 16:19:38 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"Itest/ruby/test_require.rb (TestRequire#test_require_path_home_{1,2});T;[o;;[I"}Added -w option because too long path error don't output a message by default since r30660. [Bug #4336] [ruby-dev:43134];TS; ; i;I"KFri Jan 28 16:04:54 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"Ktest/ruby/test_require.rb (TestRequire#test_require_path_home_{1,2,3});T;[o;;[I"'split from test_require_path_home.;TS; ; i;I"KFri Jan 28 13:04:38 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"#configure.in (--with-valgrind);T;[o;;[I"8Fixed r29683. Now this option is really default on.;TS; ; i;I"KFri Jan 28 12:05:48 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"configure.in;T;[o;;[I"rAdd #include<sys/stat.h> when struct stat is tested. Otherwise, incomplete type dereference error will occur.;TS; ; i;I"KFri Jan 28 11:53:19 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"configure.in;T;[o;;[I"Dredundant variable names made strange conftest error. Fixed it.;TS; ; i;I"BFri Jan 28 11:47:00 2011 NAKAMURA Usaku <usa@ruby-lang.org>;T@ o; ;;;[o;;I"Ctest/ruby/test_process.rb (TestProcess#test_too_long_path{,2});T;[o;;[I"cshould handle Errno::E2BIG, because this test checks crash of ruby, not the error type system.;TS; ; i;I"KFri Jan 28 11:23:54 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"io.c (rb_io_open);T;[o;;[I"(Use NUM2MODET() instead NUM2UINT().;To;;I"io.c (rb_scan_open_args);T;[o;;[I"ditto.;TS; ; i;I"KFri Jan 28 10:58:20 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"configure.in;T;[o;;[I" Added mode_t type checking.;To;;I"#process.c (rb_exec_arg_addopt);T;[o;;[I"eUse NUM2MODET() instead NUM2LONG because clang makes compile error by this narrowing conversion.;To;;I"(process.c (rb_run_exec_options_err);T;[o;;[I"ditto.;TS; ; i;I"KFri Jan 28 02:37:18 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"re.c (rb_reg_raise);T;[o;;[I";add GC guard to prevent intermediate variable from GC.;TS; ; i;I"KFri Jan 28 02:35:41 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"hash.c (rb_hash_fetch_m);T;[o;;[I";add GC guard to prevent intermediate variable from GC.;TS; ; i;I"KFri Jan 28 01:33:51 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"_test/ruby/test_process.rb (TestProcess#test_too_long_path) TestProcess#test_too_long_path);T;[o;;[I"`Reduced string size from 100MB to 10MB. 100MB may cause no memory error. It isn't intended.;TS; ; i;I"KFri Jan 28 01:27:42 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"@test/ruby/test_process.rb (TestProcess#test_too_long_path2);T;[o;;[I"JFactored out from test_too_long_path. A test should only do one test.;TS; ; i;I"2011-01-27;T@ S; ; i;I"EThu Jan 27 23:29:36 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"st.c (st_foreach);T;[o;;[I"check if unpacked.;TS; ; i;I"EThu Jan 27 23:14:19 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"&misc/ruby-mode.el (ruby-mode-map);T;[o;;[I"0remove deprecated binding. use M-; instead.;TS; ; i;I"KThu Jan 27 21:58:32 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"bignum.c (rb_str_to_inum);T;[o;;[I""get rid of too huge alloca().;TS; ; i;I"KThu Jan 27 21:43:29 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"object.c (rb_str_to_dbl);T;[o;;[I"8rewrite again. use ALLOCV instead rb_str_tmp_new().;TS; ; i;I"KThu Jan 27 21:41:47 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"win32/win32.c;T;[o;;[I"/get rid of STRNDUPA(). It's dangerous API.;TS; ; i;I"KThu Jan 27 21:31:57 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I""win32/win32.c (rb_w32_aspawn);T;[o;;[I"@get rid of too huge alloca(). [Bug #4330] [ruby-core:34898];TS; ; i;I"KThu Jan 27 20:30:18 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"!win32/win32.c (rb_w32_spawn);T;[o;;[I""get rid of too huge alloca().;TS; ; i;I"KThu Jan 27 18:49:53 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"$win32/win32.c (open_dir_handle);T;[o;;[I""get rid of too huge alloca().;TS; ; i;I"KThu Jan 27 18:34:58 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"file.c (w32_io_info);T;[o;;[I"@get rid of too huge alloca(). [Bug #4313] [ruby-core:34830];TS; ; i;I"KThu Jan 27 18:19:51 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"win32/win32.c (wstati64);T;[o;;[I"@get rid of too huge alloca(). [Bug #4316] [ruby-core:34834];TS; ; i;I"BThu Jan 27 15:11:52 2011 NAKAMURA Usaku <usa@ruby-lang.org>;T@ o; ;;;[o;;I"0win32/win32.c (rb_w32_spawn, rb_w32_aspawn);T;[o;;[I"Mget rid of too huge alloca(). this is the real fix of [ruby-core:34833].;TS; ; i;I"EThu Jan 27 12:46:25 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"$process.c (ALLOC_ARGV_WITH_STR);T;[o;;[I"!fix void pointer arithmetic.;TS; ; i;I"EThu Jan 27 08:41:40 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"Tprocess.c (proc_exec_v, rb_proc_exec_n, rb_proc_exec, proc_spawn_n, proc_spawn);T;[o;;[I"Gget rid of too huge alloca(). [ruby-core:34827], [ruby-core:34833];TS; ; i;I"EThu Jan 27 08:32:17 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"!include/ruby/ruby.h (ALLOCV);T;[o;;[I"Dnew API for exception-safe temporary buffer. [ruby-core:34844];To;;I"7string.c (rb_alloc_tmp_buffer, rb_free_tmp_buffer);T;[o;;[I"implementation of the API.;TS; ; i;I"EThu Jan 27 08:22:49 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"dln_find.c (dln_find_1);T;[o;;[I"Juse rb_warning and return immediately if fname is longer than buffer.;TS; ; i;I"2011-01-26;T@ S; ; i;I"JWed Jan 26 22:57:30 2011 CHIKANAGA Tomoyuki <nagachika00@gmail.com>;T@ o; ;;;[o;;I"class.c (clone_method);T;[o;;[I"Xadd GC guard to prevent intermediate variable from GC. [Bug #4321] [ruby-dev:43107];TS; ; i;I";Wed Jan 26 22:45:16 2011 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"template/id.h.tmpl;T;[o;;[I""parenthesize macro arguments.;TS; ; i;I"JWed Jan 26 22:28:49 2011 CHIKANAGA Tomoyuki <nagachika00@gmail.com>;T@ o; ;;;[o;;I"vm_eval.c (rb_throw_obj);T;[o;;[I"Xadd GC guard to prevent intermediate variable from GC. [Bug #4322] [ruby-dev:43108];TS; ; i;I"FWed Jan 26 17:08:59 2011 NAKAMURA, Hiroshi <nahi@ruby-lang.org>;T@ o; ;;;[o;;I"0ext/openssl/ossl_asn1.c (ossl_asn1_decode0);T;[o;;[I"�OpenSSL::ASN1.decode should reject indefinite length primitive encodings as that is illegal. Patch by Martin Bosslet. See #4324.;TS; ; i;I"BWed Jan 26 10:36:28 2011 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"string.c (=~);T;[o;;[I"rdocumentation fix; the return value is nil when it doesn't match. patched by Andrei Kulakov [ruby-core:34562];TS; ; i;I"2011-01-25;T@ S; ; i;I"ETue Jan 25 08:41:58 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"dln_find.c (dln_find_1);T;[o;;[I"omit too long pathnames.;TS; ; i;I"ETue Jan 25 08:28:19 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"string.c (rb_str_resize);T;[o;;[I"$get rid of out-of-bound access.;TS; ; i;I"ETue Jan 25 07:48:22 2011 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>;T@ o; ;;;[o;;I"test/ruby/test_thread.rb;T;[o;;[I"remove unused variables.;TS; ; i;I"ETue Jan 25 07:45:44 2011 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>;T@ o; ;;;[o;;I"@test/ruby/test_thread.rb (TestThread#test_condvar_nolock_2);T;[o;;[I"!get rid of method redefined.;TS; ; i;I"ETue Jan 25 07:00:52 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"$string.c (rb_string_value_cstr);T;[o;;[I"*rb_str_modify can change RSTRING_PTR.;TS; ; i;I"KTue Jan 25 03:24:28 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"test/ruby/test_thread.rb;T;[o;;[I"+Added various ConditionVariable tests.;TS; ; i;I"2011-01-24;T@ S; ; i;I"KMon Jan 24 22:26:33 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"object.c (rb_str_to_dbl);T;[o;;[I"5Fix again. use rb_str_tmp_new() instead ALLOC_N.;TS; ; i;I";Mon Jan 24 21:50:48 2011 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"vm_insnhelper.h;T;[o;;[I""parenthesize macro arguments.;TS; ; i;I"KMon Jan 24 21:28:34 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"object.c (rb_str_to_dbl);T;[o;;[I"Kuse ALLOC_N instead ALLOCA_N because ALLOC_N may cause stack overflow.;TS; ; i;I"EMon Jan 24 21:04:45 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"error.c (rb_invalid_str);T;[o;;[I"=prevent intermediate variable from GC. [ruby-core:34820];TS; ; i;I"2011-01-23;T@ S; ; i;I"KSun Jan 23 23:01:54 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"'test/io/console/test_io_console.rb;T;[o;;[I";Don't run test if the system don't support io/console.;TS; ; i;I"KSun Jan 23 22:17:07 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"test/fiddle/test_fiddle.rb;T;[o;;[I"7Don't run test if the system don't support fiddle.;To;;I"!test/fiddle/test_function.rb;T;[o;;[I"ditto.;To;;I" test/fiddle/test_closure.rb;T;[o;;[I"ditto.;TS; ; i;I";Sun Jan 23 11:39:18 2011 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"vm_exec.h;T;[o;;[I""parenthesize macro arguments.;TS; ; i;I"ESun Jan 23 10:33:02 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"template/fake.rb.in (ruby);T;[o;;[I"suppress warnings.;TS; ; i;I"ESun Jan 23 08:00:09 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I")string.c (str_nth_len, str_utf8_nth);T;[o;;[I"%return the rest length together.;To;;I"string.c (rb_str_substr);T;[o;;[I"dget rid of measure the length always to improve performance for huge string. [ruby-core:34648];TS; ; i;I"KSun Jan 23 00:40:10 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"test/test_syslog.rb;T;[o;;[I"NFix to make a lot of test failure if the platform doesn't support syslog.;TS; ; i;I"2011-01-22;T@ S; ; i;I"KSat Jan 22 11:49:55 2011 Aaron Patterson <aaron@tenderlovemaking.com>;T@ o; ;;;[o;;I",ext/psych/lib/psych/visitors/to_ruby.rb;T;[o;;[I"Efixing merge key support when multiple merge keys are specified.;To;;I""test/psych/test_merge_keys.rb;T;[o;;[I"&tests for multi-merge key support;TS; ; i;I"KSat Jan 22 11:33:04 2011 Aaron Patterson <aaron@tenderlovemaking.com>;T@ o; ;;;[o;;I",ext/psych/lib/psych/visitors/to_ruby.rb;T;[o;;[I"�merge keys are actually part of YAML 1.1, so they should be supported. Remove warning and merge keys to parent. [ruby-core:34679];To;;I""test/psych/test_merge_keys.rb;T;[o;;[I"test for merge keys;TS; ; i;I"KSat Jan 22 10:25:19 2011 Aaron Patterson <aaron@tenderlovemaking.com>;T@ o; ;;;[o;;I"ext/psych/parser.c (parse);T;[o;;[I"@add the file name to the exception when parse errors occur.;To;;I"test/psych/test_parser.rb;T;[o;;[I"#test for parse error file name;TS; ; i;I"KSat Jan 22 10:12:30 2011 Aaron Patterson <aaron@tenderlovemaking.com>;T@ o; ;;;[o;;I"ext/psych/parser.c (parse);T;[o;;[I"Qfix assertion error when reusing a parser after an exception has been raised;To;;I"test/psych/test_parser.rb;T;[o;;[I"test for assertion error;TS; ; i;I"KSat Jan 22 04:09:22 2011 Aaron Patterson <aaron@tenderlovemaking.com>;T@ o; ;;;[ o;;I"&ext/psych/lib/psych/nodes/node.rb;T;[o;;[I"(Make Psych::Nodes::Node enumerable.;To;;I"0ext/psych/lib/psych/visitors/depth_first.rb;T;[o;;[I"TAdd a depth-first visitor to enumerate over a YAML AST in a depth-first fashion;To;;I"(test/psych/nodes/test_enumerable.rb;T;[o;;[I"test for enumerating nodes;To;;I",test/psych/visitors/test_depth_first.rb;T;[o;;[I"!test for depth-first visitor;TS; ; i;I";Sat Jan 22 00:53:42 2011 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"vm_core.h;T;[o;;[I""parenthesize macro arguments.;TS; ; i;I"2011-01-21;T@ S; ; i;I"EFri Jan 21 18:15:09 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"configure.in;T;[o;;[I"4should not use -Werror=* flags while conftests.;TS; ; i;I"BFri Jan 21 09:17:00 2011 Luis Lavena <luislavena@gmail.com>;T@ o; ;;;[o;;I"configure.in;T;[o;;[I"mFix incorrectly detected x86_64-w64-mingw32 due canonalization of target_os. Bug #3889 [ruby-core:32634];TS; ; i;I"2011-01-20;T@ S; ; i;I"KThu Jan 20 23:44:00 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"configure.in;T;[o;;[I"�Fix rb_cv_va_args_macro was broken. We are using -Werror=implicit-function-declaration compile option. therefore we need a function declaration explicitly.;TS; ; i;I";Thu Jan 20 23:58:02 2011 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"node.h;T;[o;;[I""parenthesize macro arguments.;TS; ; i;I"KThu Jan 20 23:25:28 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"configure.in;T;[o;;[I"qAdd '#include <stdlib.h>' to rb_cv_localtime_overflow test too. It's reported by Tomoyuki Chikanaga. Thanks.;TS; ; i;I":Thu Jan 20 16:11:00 2011 Kenta Murata <mrkn@mrkn.jp>;T@ o; ;;;[o;;I"README.EXT, README.EXT.ja;T;[o;;[I"DYou shouldn't choose ``conftest.c'' as a name of a source file.;TS; ; i;I"KThu Jan 20 12:15:44 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"configure.in;T;[o;;[I"�Add stdlib.h inclusion into rb_cv_negative_time_t test because it's required for exit(3). The patch is created by Tomoyuki Chikanaga. [Bug #4287] [ruby-dev:43060];TS; ; i;I"BThu Jan 20 11:39:41 2011 NAKAMURA Usaku <usa@ruby-lang.org>;T@ o; ;;;[o;;I"1test/webrick/utils.rb (TestWEBrick::RubyBin);T;[o;;[I"htest CGI does not need to load rubygems. if it activated, ruby raises LoadError about rbconfig.rb.;TS; ; i;I"KThu Jan 20 09:19:42 2011 Aaron Patterson <aaron@tenderlovemaking.com>;T@ o; ;;;[o;;I".ext/psych/lib/psych/visitors/json_tree.rb;T;[o;;[I"1Fix JSON emit for DateTime and Time classes.;To;;I"!test/psych/test_json_tree.rb;T;[o;;[I"test for JSON emit;TS; ; i;I"KThu Jan 20 08:02:46 2011 Aaron Patterson <aaron@tenderlovemaking.com>;T@ o; ;;;[o;;I"4ext/psych/lib/psych/coder.rb (represent_object);T;[o;;[I"@arbitrary objects may be passed to the Psych::Coder object.;To;;I".ext/psych/lib/psych/visitors/yaml_tree.rb;T;[o;;[I"=support for visiting arbitrary objects set on the coder.;To;;I"test/psych/test_coder.rb;T;[o;;[I"supporting test case.;TS; ; i;I";Thu Jan 20 06:03:17 2011 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I" method.h;T;[o;;[I""parenthesize macro arguments.;TS; ; i;I"2011-01-19;T@ S; ; i;I"AWed Jan 19 13:16:05 2011 Eric Hodel <drbrain@segment7.net>;T@ o; ;;;[o;;I"-lib/rubygems/commands/sources_command.rb;T;[o;;[I"Finish removing code,;To;;0;[o;;[0S; ; i;I"KWed Jan 19 13:04:16 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"proc.c (proc_call);T;[o;;[I"jAdd gc guard to avoid segfault. The fix is created by Tomoyuki Chikanaga. [Bug #4238][ruby-dev:42963];TS; ; i;I"@Wed Jan 19 12:31:28 2011 Eric Hodel <drbrain@segment7.net>;T@ o; ;;;[o;;I"lib/rubygems.rb;T;[o;;[I"GSince gem_prelude requires rubygems, enable custom_require always.;TS; ; i;I"@Wed Jan 19 12:08:08 2011 Eric Hodel <drbrain@segment7.net>;T@ o; ;;;[ o;;I"0lib/rubygems/commands/dependency_command.rb;T;[o;;[I"$Remove require of deleted file.;To;;I"+lib/rubygems/commands/fetch_command.rb;T;[o;;[I" ditto;To;;I"+lib/rubygems/commands/setup_command.rb;T;[o;;[I" ditto;To;;I"-lib/rubygems/commands/sources_command.rb;T;[o;;[I" ditto;To;;I"3lib/rubygems/commands/specification_command.rb;T;[o;;[I" ditto;TS; ; i;I"EWed Jan 19 08:13:59 2011 Ryan Davis <ryand-ruby@zenspider.com>;T@ o; ;;;[o;;I"lib/rubygems*;T;[o;;[I".Import rubygems 1.5.0 (release candidate);To;;I"test/rubygems;T;[o;;[I" Ditto;TS; ; i;I"BWed Jan 19 02:54:04 2011 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"vsnprintf.c (cvt);T;[o;;[I"eset first byte of buf to NUL for the case when no bytes are written to the buf. [ruby-dev:43062];TS; ; i;I"2011-01-18;T@ S; ; i;I"=Tue Jan 18 23:31:01 2011 Yusuke Endoh <mame@tsg.ne.jp>;T@ o; ;;;[o;;I"parse.y;T;[o;;[I",avoid NULL reference. [ruby-dev:43067];TS; ; i;I";Tue Jan 18 23:04:51 2011 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I" gc.h;T;[o;;[I""parenthesize macro arguments.;TS; ; i;I"ETue Jan 18 18:31:14 2011 Keiju Ishitsuka <keiju@ishitsuka.com>;T@ o; ;;;[o;;I"lib/irb/completion.rb;T;[o;;[I"5Irb tab completion support for XX::method forms.;TS; ; i;I"FTue Jan 18 15:05:55 2011 NAKAMURA, Hiroshi <nahi@ruby-lang.org>;T@ o; ;;;[o;;I"lib/logger.rb;T;[o;;[I"Nadded RDoc document for logging message escape by Hal Brodigan. See #3869;TS; ; i;I";Tue Jan 18 07:53:52 2011 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"eval_intern.h;T;[o;;[I""parenthesize macro arguments.;TS; ; i;I"KTue Jan 18 04:42:44 2011 Aaron Patterson <aaron@tenderlovemaking.com>;T@ o; ;;;[o;;I")ext/psych/lib/psych/parser.rb (Mark);T;[o;;[I".Adding a class to wrap marker information;To;;I"ext/psych/parser.c (mark);T;[o;;[I":Add a method to return the mark object for the parser;To;;I"test/psych/test_parser.rb;T;[o;;[I"tests for the Mark class.;TS; ; i;I"KTue Jan 18 02:46:55 2011 Aaron Patterson <aaron@tenderlovemaking.com>;T@ o; ;;;[o;;I"=ext/psych/lib/psych/visitors/json_tree.rb (visit_String);T;[o;;[I"HJSON strings should be dumped with double quotes. [ruby-core:34186];To;;I"!test/psych/test_json_tree.rb;T;[o;;[I"test for double quotes;TS; ; i;I"2011-01-17;T@ S; ; i;I";Mon Jan 17 23:36:33 2011 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"array.c (rb_ary_times);T;[o;;[I"less MEMCPY calls.;TS; ; i;I";Mon Jan 17 22:54:33 2011 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"debug.h;T;[o;;[I""parenthesize macro arguments.;TS; ; i;I"EMon Jan 17 21:40:25 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"ruby.c (process_options);T;[o;;[I"revert r30549.;TS; ; i;I"2011-01-16;T@ S; ; i;I";Sun Jan 16 20:55:45 2011 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"vsnprintf.c;T;[o;;[I""parenthesize macro arguments.;TS; ; i;I"2011-01-15;T@ S; ; i;I"ESat Jan 15 11:57:30 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[ o;;I"configure.in (warnflags);T;[o;;[I"<add -Werror=implicit-function-declaration if available.;To;;I"lib/mkmf.rb (init_mkmf);T;[o;;[I"#ignore warnings in mkmf tests.;To;;I"(test/mkmf/base.rb (setup, teardown);T;[o;;[I"restore config values.;To;;I"test/mkmf/test_flags.rb;T;[o;;[I"(split from test_find_executable.rb.;TS; ; i;I"ESat Jan 15 10:04:14 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"ruby.c (process_options);T;[o;;[I"autoload rubygems.;To;;I"1tool/compile_prelude.rb (Prelude#initialize);T;[o;;[I"ignore empty preludes.;To;;I"ruby.c (ruby_init_prelude);T;[o;;[I"+get rid of global namespace pollution.;TS; ; i;I"ESat Jan 15 09:42:12 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"include/ruby/io.h;T;[o;;[I"missing prototypes.;TS; ; i;I"2011-01-14;T@ S; ; i;I";Fri Jan 14 23:25:55 2011 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"vm_method.c;T;[o;;[I""parenthesize macro arguments.;TS; ; i;I"AFri Jan 14 15:32:29 2011 Shugo Maeda <shugo@ruby-lang.org>;T@ o; ;;;[o;;I"test/net/imap/test_imap.rb;T;[o;;[I"icall neither logout nor disconnect unless connected. patch by Kazuhiro NISHIYAMA. [ruby-dev:42860];TS; ; i;I"BFri Jan 14 14:56:57 2011 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"lib/net/imap.rb;T;[o;;[I"Ruse bytesize for binary strings. patched by Yoshimasa Niwa. [ruby-core:34222];TS; ; i;I"BFri Jan 14 14:01:12 2011 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"pack.c (pack_unpack);T;[o;;[I"rthe resulted string of unpack('M') must have ASCII-8BIT encoding (and ENC_CODERANGE_VALID). [ruby-core:34482];TS; ; i;I"BFri Jan 14 13:38:58 2011 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"*ext/zlib/zlib.c (gzfile_check_footer);T;[o;;[I"�ISIZE (Input SIZE) in gzip's header is the size of uncompressed input data modulo 2^32. [ruby-core:34481] http://www.ietf.org/rfc/rfc1952.txt;TS; ; i;I"BFri Jan 14 11:36:25 2011 NAKAMURA Usaku <usa@ruby-lang.org>;T@ o; ;;;[o;;I"/configure.in, win32/Makefile.sub (RUNRUBY);T;[o;;[I"Brequire path should include "." because rbconfig.rb is there.;TS; ; i;I"<Fri Jan 14 10:40:11 2011 Ryan Davis <ryan@lust.local>;T@ o; ;;;[ o;;I"gem_prelude.rb;T;[o;;[I"/Just require rubygems. Fixes rubygems 1.4.;To;;I"lib/rubygems.rb;T;[o;;[I"'removed all Gem::Quickloader code.;To;;I"ruby.c;T;[o;;[I"�renamed ruby_init_gems to ruby_init_prelude. Set $disable_rubygems since there is no fine grained mechanism to skip parts of the prelude. Open to suggestions on how to do this better.;To;;I"test/*.rb;T;[o;;[I"|Load path isn't set up correctly, so add --disable-gems as needed to failing tests that are explicitly testing stderr w/ ==.;TS; ; i;I"EFri Jan 14 07:30:47 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"io.c (argf_next_argv);T;[o;;[I"Ego advance when the next file cannot be read. [ruby-core:34446];TS; ; i;I"2011-01-13;T@ S; ; i;I";Thu Jan 13 20:49:19 2011 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"vm_insnhelper.c;T;[o;;[I""parenthesize macro arguments.;TS; ; i;I";Thu Jan 13 13:21:00 2011 Kenta Murata <mrkn@mrkn.jp>;T@ o; ;;;[o;;I"vm_dump.c;T;[o;;[I"ldelete dashes to make lines 80 chars, Patched by Shota Fukumori (sora_h). [Bug #4275] [ruby-dev:43021];TS; ; i;I";Thu Jan 13 13:21:00 2011 Kenta Murata <mrkn@mrkn.jp>;T@ o; ;;;[o;;I"vm_dump.c;T;[o;;[I"hfix misspelling of CrashReporter, Patched by Shota Fukumori (sora_h). [Bug #4275] [ruby-dev:43021];TS; ; i;I"EThu Jan 13 06:27:29 2011 Ryan Davis <ryand-ruby@zenspider.com>;T@ o; ;;;[o;;I"error.c;T;[o;;[I".Exception#to_s should actually call to_s.;TS; ; i;I"BThu Jan 13 00:32:54 2011 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I""addr2line.c (get_nth_dirname);T;[o;;[I"decrement the directory index because the index specifies the index of given included_directories which is separated by NUL and its index is begun from 1. Note that 0 specifies the current directory of the compilation. see also http://www.dwarfstd.org/doc/dwarf-2.0.0.pdf;TS; ; i;I"KThu Jan 13 00:06:38 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"io.c (rb_f_syscall);T;[o;;[I",Add warning messages. [ruby-core:34062];TS; ; i;I"KThu Jan 13 00:00:07 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"io.c (rb_f_syscall);T;[o;;[I"}Some syscall return unsigned or pointer value. Therefore we should only check the result is -1 or not. [ruby-core:34062];TS; ; i;I"2011-01-12;T@ S; ; i;I"KWed Jan 12 23:55:48 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"io.c (rb_f_syscall);T;[o;;[I"EAdd 64bit Linux support. Some syscall takes long type arguments.;TS; ; i;I";Wed Jan 12 19:37:10 2011 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"vm_dump.c;T;[o;;[I""parenthesize macro arguments.;TS; ; i;I";Wed Jan 12 19:28:23 2011 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"vm.c (thread_free);T;[o;;[I"?reset ruby_current_thread if it points the thread to free.;To;;I"gc.c (slot_sweep);T;[o;;[I"_don't call RUBY_VM_SET_FINALIZER_INTERRUPT if there is no current thread. [ruby-dev:43000];TS; ; i;I";Wed Jan 12 19:09:29 2011 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"enum.c (sort_by_i);T;[o;;[I"!reenter check more strictly.;To;;I"(sort_by_cmp);T;[o;;[I"8ditto. [ruby-dev:43003] reported by Usaku NAKAMURA.;TS; ; i;I"DWed Jan 12 16:25:12 2011 Yuki Sonoda (Yugui) <yugui@yugui.jp>;T@ o; ;;;[o;;I"(lib/net/http.rb (Net::HTTP#connect);T;[o;;[I"Wmakes it timeout during SSL handshake too. [ruby-core:34203] Patch by Marc Slemko.;To;;I"Stest/net/http/test_http.rb (TestNetHTTP_v1_2#test_timeout_during_HTTP_session);T;[o;;[I"test for [ruby-core:34203];To;;I"Qtest/net/http/test_https.rb (TestNetHTTPS#test_timeout_during_SSL_handshake);T;[o;;[I"ditto.;TS; ; i;I"DWed Jan 12 16:24:53 2011 Yuki Sonoda (Yugui) <yugui@yugui.jp>;T@ o; ;;;[o;;I"ext/readline/extconf.rb;T;[o;;[I"Vnew checks for RL_PROMPT_START_IGNORE and RL_PROMPT_END_IGNORE. [ruby-core:34331];To;;I"ext/readline/readline.c;T;[o;;[I"�enables USE_INSERT_IGNORE_ESCAPE only if RL_PROMPT_{START,END}_IGNORE are available to get rid of compilation error with libedit.;TS; ; i;I"BWed Jan 12 15:53:49 2011 NAKAMURA Usaku <usa@ruby-lang.org>;T@ o; ;;;[o;;I"README.EXT.ja (rb_ensure);T;[o;;[I" typo.;TS; ; i;I"BWed Jan 12 11:33:46 2011 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"addr2line.c;T;[o;;[I"wOpenBSD uses the elf_abi.h header file instead of the elf.h header file. patched by Jeremy Evans [ruby-core:34384];TS; ; i;I"BWed Jan 12 03:59:36 2011 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"test/webrick/test_cgi.rb;T;[o;;[I"bRemoves usage of deprecated :RequestHandler option. patched by Peter Weldon [ruby-core:34010];To;;I"#test/webrick/test_httpproxy.rb;T;[o;;[I"ditto.;To;;I"$test/webrick/test_httpserver.rb;T;[o;;[I"-Add a test of the deprecation behaviour.;TS; ; i;I"EWed Jan 12 08:37:07 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"hash.c (hash_i);T;[o;;[I"@return different values for inverse hash. [ruby-core:34334];TS; ; i;I"2011-01-11;T@ S; ; i;I";Tue Jan 11 20:32:59 2011 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"variable.c;T;[o;;[I""parenthesize macro arguments.;TS; ; i;I"BTue Jan 11 13:06:38 2011 NAKAMURA Usaku <usa@ruby-lang.org>;T@ o; ;;;[o;;I"array.c (rb_ary_resize);T;[o;;[I";should care of embeded array when extending the array.;To;;I"array.c (rb_ary_resize);T;[o;;[I"Vneed to set capa when changing the real size of the array. these are latent bugs.;TS; ; i;I"2011-01-10;T@ S; ; i;I"EMon Jan 10 22:46:43 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"1include/ruby/defines.h (CASEFOLD_FILESYSTEM);T;[o;;[I"HFS+ is case insensitive.;To;;I":load.c (loaded_feature_path, rb_feature_p, load_lock);T;[o;;[I"don a case-insensitive filesystem, loaded features search should ignore case. [ruby-core:34297];TS; ; i;I"EMon Jan 10 21:34:12 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"common.mk (showflags);T;[o;;[I"show LD commands.;TS; ; i;I"EMon Jan 10 14:32:55 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"=test/ruby/test_method.rb (TestMethod#test_define_method);T;[o;;[I"Amethod transplanting between class and module is impossible.;TS; ; i;I"EMon Jan 10 13:51:17 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I""misc/rdoc-mode.el (rdoc-mode);T;[o;;[I"show trailing whitespace.;TS; ; i;I";Mon Jan 10 11:22:02 2011 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"util.c;T;[o;;[I""parenthesize macro arguments.;TS; ; i;I"EMon Jan 10 07:41:31 2011 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>;T@ o; ;;;[o;;I"misc/README;T;[o;;[I",mention rdoc-mode.el and ruby-style.el.;TS; ; i;I"2011-01-09;T@ S; ; i;I";Sun Jan 9 20:37:21 2011 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"transcode.c;T;[o;;[I""parenthesize macro arguments.;TS; ; i;I"DSun Jan 9 16:31:53 2011 Yuki Sonoda (Yugui) <yugui@yugui.jp>;T@ o; ;;;[o;;I"io.c (Kernel.#syscall);T;[o;;[I"~implemented on LP64/LLP64 environments too. also uses __syscall if available for *BSD on 64bit architecture. [ruby-core:34062];TS; ; i;I"DSun Jan 9 16:31:34 2011 Yuki Sonoda (Yugui) <yugui@yugui.jp>;T@ o; ;;;[o;;I"4lib/irb/locale.rb (IRB::Locale::LOCALE_NAME_RE);T;[o;;[I"Dsome platform has a locale without territory but with encoding.;To;;I"(#each_sub_locale);T;[o;;[I"ditto.;TS; ; i;I">Sun Jan 9 14:47:50 2011 TAKAO Kouji <kouji@takao7.net>;T@ o; ;;;[o;;I"ext/readline/readline.c;T;[o;;[I"�apply a patch from Nobuyoshi Nakada. fixed #3616 [ruby-core:31484] IRB + readline incorrectly counts non-printing characters in prompt;TS; ; i;I"2011-01-08;T@ S; ; i;I";Sat Jan 8 21:47:26 2011 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"enum.c (enum_sort_by);T;[o;;[I"use rb_ary_resize.;To;;I"(ary_cutoff);T;[o;;[I" removed.;TS; ; i;I";Sat Jan 8 21:24:17 2011 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"pack.c (swapf);T;[o;;[I"&compilation condition simplified.;To;;I"(swapd);T;[o;;[I"ditto.;TS; ; i;I";Sat Jan 8 20:51:25 2011 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"pack.c (swapd);T;[o;;[I"remove duplicated code.;TS; ; i;I";Sat Jan 8 19:28:55 2011 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I" thread.c;T;[o;;[I""parenthesize macro arguments.;TS; ; i;I"2011-01-07;T@ S; ; i;I"EFri Jan 7 23:07:40 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I" lib/mkmf.rb (configuration);T;[o;;[I"backref needs to capture.;TS; ; i;I"EFri Jan 7 21:57:22 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"@misc/ruby-mode.el (ruby-mode-variables), misc/ruby-style.el;T;[o;;[I"show trailing whitespace.;To;;I":misc/ruby-mode.el (ruby-font-lock-syntactic-keywords);T;[o;;[I"<highlight regexp after open bracket. [ruby-core:34183];TS; ; i;I";Fri Jan 7 00:37:35 2011 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I" string.c;T;[o;;[I""parenthesize macro arguments.;TS; ; i;I"2011-01-06;T@ S; ; i;I"GThu Jan 6 22:42:02 2011 Yukihiro Matsumoto <matz@ruby-lang.org>;T@ o; ;;;[o;;I"!bignum.c (bigmul1_karatsuba);T;[o;;[I"�avoid overflow that make assertion fail in certain case. this patch is contributed from Ray Chason <chasonr at gmail.com> in personal communication.;TS; ; i;I"BThu Jan 6 20:55:49 2011 NAKAMURA Usaku <usa@ruby-lang.org>;T@ o; ;;;[o;;I""lib/mkmf.rb (create_makefile);T;[o;;[I"gignore rest from first dot from TARGET to generate init function name. this is followup of r30464.;TS; ; i;I"KThu Jan 6 11:27:01 2011 Aaron Patterson <aaron@tenderlovemaking.com>;T@ o; ;;;[o;;I"=ext/psych/lib/psych/json/tree_builder.rb (start_mapping);T;[o;;[I"0tags should not be included in JSON mapping;TS; ; i;I"KThu Jan 6 09:23:33 2011 Aaron Patterson <aaron@tenderlovemaking.com>;T@ o; ;;;[o;;I"lib/net/protocol.rb (eof?);T;[o;;[I">BufferedIO should proxy eof? to the underlying IO object.;TS; ; i;I"KThu Jan 6 09:12:31 2011 Aaron Patterson <aaron@tenderlovemaking.com>;T@ o; ;;;[o;;I" lib/mkmf.rb (configuration);T;[o;;[I"=fixing gsub when multiple error flags are passed to GCC.;TS; ; i;I"EThu Jan 6 05:25:49 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"array.c (rb_ary_modify);T;[o;;[I"export.;TS; ; i;I"EThu Jan 6 05:14:41 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"Hext/stringio/stringio.c (get_strio, strio_set_string, strio_reopen);T;[o;;[I"(check if frozen. [ruby-core:33648];TS; ; i;I"EThu Jan 6 05:10:58 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"array.c (rb_ary_resize);T;[o;;[I",new utility function. [ruby-dev:42912];TS; ; i;I"EThu Jan 6 05:03:26 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"dln.c (init_funcname_len);T;[o;;[I"1ignore rest from first dot. [ruby-dev:41774];TS; ; i;I"KThu Jan 6 02:55:48 2011 Aaron Patterson <aaron@tenderlovemaking.com>;T@ o; ;;;[o;;I".ext/psych/lib/psych/visitors/yaml_tree.rb;T;[o;;[I"Ouse YAML 1.0 output format for serializing nil values. Thanks Eric Hodel!;To;;I"test/psych/test_nil.rb;T;[o;;[I"test for nil values;TS; ; i;I"2011-01-05;T@ S; ; i;I"BWed Jan 5 14:06:01 2011 NAKAMURA Usaku <usa@ruby-lang.org>;T@ o; ;;;[o;;I"Ftest/rdoc/test_rdoc_options.rb (TestRDocOptions#test_check_files);T;[o;;[I"Fskip on Windows because chmod 0 doesn't mean unreadable by owner.;TS; ; i;I"@Wed Jan 5 13:56:54 2011 Akinori MUSHA <knu@iDaemons.org>;T@ o; ;;;[o;;I"$lib/net/http.rb (Net::HTTP#get);T;[o;;[I"0A header hash given should not be modified.;TS; ; i;I"KWed Jan 5 12:10:08 2011 Aaron Patterson <aaron@tenderlovemaking.com>;T@ o; ;;;[o;;I"<ext/dl/{cfunc.c,dl.h,handle.c}, ext/fiddle/fiddle.{h,c};T;[o;;[I"YUse _WIN32 rather than checking for windows.h. Thanks Jon Forums! [ruby-core:33977];TS; ; i;I"2011-01-01;T@ S; ; i;I"DSat Jan 1 17:02:50 2011 Yuki Sonoda (Yugui) <yugui@yugui.jp>;T@ o; ;;;[ o;;I"0lib/irb/locale.rb (IRB::Locale#search_file);T;[o;;[I"8make it possible to load a localization from a gem.;To;;I"(IRB::Locale#lc_path);T;[o;;[I"4obsoleted because of the change of #search_file;To;;I"&(IRB::Locale#each_localized_path);T;[o;;[I")new private method, based on lc_path;To;;I"(IRB::Locale#find);T;[o;;[I"(follows the change of #search_file.;To;;I"(IRB::Locale#load);T;[o;;[I""removed duplicate with #find.;TS; ; i;I";Sat Jan 1 11:44:42 2011 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"strftime.c;T;[o;;[I""parenthesize macro arguments.;TS; ; i;I"ESat Jan 1 11:10:29 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"ext/zlib/zlib.c;T;[o;;[I":take care of platforms where long is bigger than int.;TS; ; i;I"ESat Jan 1 11:03:58 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"NEWS (optparse);T;[o;;[I"shell completion support.;To;;I")misc/README (rb_optparse.{bash,zsh});T;[o;;[I"for shell completion.;To;;I"2include/ruby/intern.h (VALUE rb_ary_print_on);T;[o;;[I".I have never seen this function anywhere.;TS; ; i;I"BSat Jan 1 04:20:11 2011 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I")win32/win32.c (rb_w32_write_console);T;[o;;[I"rdon't raise exception when the conversion is for writing to console. Patched by Heesob Park [ruby-core:33999];TS; ; i;I"2010-12-31;T@ S; ; i;I";Fri Dec 31 12:02:06 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"enum.c (enum_sort_by);T;[o;;[I" use less temporary objects.;TS; ; i;I"EFri Dec 31 11:46:47 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I":configure.in (warnflags), lib/mkmf.rb (configuration);T;[o;;[I"Mturn warnings into errors only for bundled extensions. [ruby-core:33815];TS; ; i;I"EFri Dec 31 11:15:57 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"ext/zlib/zlib.c (sizeof);T;[o;;[I"Jzlib.h mistakenly assumes the result of sizeof to be int, not size_t.;TS; ; i;I";Fri Dec 31 10:27:34 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I" st.c;T;[o;;[I""parenthesize macro arguments.;TS; ; i;I"BFri Dec 31 03:23:26 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"vsnprintf.c (BSD__uqtoa);T;[o;;[I"kFix overflow when long != quad_t. patched by Peter Weldon <peter.weldon AT null.net> [ruby-core:33985];TS; ; i;I"EFri Dec 31 03:00:34 2010 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>;T@ o; ;;;[o;;I"Makefile.in;T;[o;;[I"#remove unnecessary semicolons.;TS; ; i;I"2010-12-30;T@ S; ; i;I";Thu Dec 30 23:09:47 2010 wanabe <s.wanabe@gmail.com>;T@ o; ;;;[o;;I"vm.c (vm_define_method);T;[o;;[I"Aguard iseq from GC while method definition. [ruby-dev:42832];TS; ; i;I"KThu Dec 30 20:18:32 2010 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"win32/Makefile.sub;T;[o;;[I"ditto.;TS; ; i;I"KThu Dec 30 20:57:09 2010 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"Makefile.in;T;[o;;[I"7Check V=1 argument if run "make clean" or similar.;TS; ; i;I"KThu Dec 30 20:41:50 2010 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"Makefile.in;T;[o;;[I"!Kill ugly line continuation.;TS; ; i;I";Thu Dec 30 11:49:40 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"sprintf.c;T;[o;;[I""parenthesize macro arguments.;TS; ; i;I"2010-12-29;T@ S; ; i;I"EWed Dec 29 21:20:13 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"-io.c (maygvl_copy_stream_wait_readwrite);T;[o;;[I"define if USE_SENDFILE;TS; ; i;I"EWed Dec 29 20:37:43 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"ext/extmk.rb;T;[o;;[I"$strip current directory prefix.;To;;I"enc/depend (clean);T;[o;;[I"1remove name2ctype.h when out-of-place build.;To;;I"#win32/Makefile.sub (clean-enc);T;[o;;[I"pass V to inferior make.;TS; ; i;I"BWed Dec 29 18:23:46 2010 NAKAMURA Usaku <usa@ruby-lang.org>;T@ o; ;;;[o;;I"re.c (rb_reg_expr_str);T;[o;;[I"0need to escape if the coderange is invalid.;TS; ; i;I";Wed Dec 29 10:06:51 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I" signal.c;T;[o;;[I""parenthesize macro arguments.;TS; ; i;I"AWed Dec 29 07:22:15 2010 Eric Hodel <drbrain@segment7.net>;T@ o; ;;;[o;;I"lib/rake/rdoctask.rb;T;[o;;[I"%Deprecate in favor of rdoc/task.;TS; ; i;I"AWed Dec 29 07:07:06 2010 Eric Hodel <drbrain@segment7.net>;T@ o; ;;;[o;;I" lib/rdoc;T;[o;;[I"Import RDoc 3.1;TS; ; i;I"2010-12-28;T@ S; ; i;I"BTue Dec 28 18:36:38 2010 NAKAMURA Usaku <usa@ruby-lang.org>;T@ o; ;;;[o;;I"?error.c, include/ruby/intern.h (rb_compile_error_with_enc);T;[o;;[I"Inew function to raise syntax error, with source encoding'ed message.;To;;I"parse.y (compile_error);T;[o;;[I"2use above function. [ruby-core:33951] (#4217);TS; ; i;I";Tue Dec 28 07:37:38 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"ruby.c;T;[o;;[I""parenthesize macro arguments.;TS; ; i;I"ETue Dec 28 07:17:11 2010 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>;T@ o; ;;;[o;;I" NEWS;T;[o;;[I"add ARGF.write and so on.;TS; ; i;I"ETue Dec 28 07:12:38 2010 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>;T@ o; ;;;[o;;I" NEWS;T;[o;;[I";add new magic-comment. (warn-indent) [ruby-core:25442];TS; ; i;I"KTue Dec 28 04:32:37 2010 Aaron Patterson <aaron@tenderlovemaking.com>;T@ o; ;;;[o;;I"ext/fiddle/extconf.rb;T;[o;;[I"Tcheck for windows.h while building fiddle. Thanks Jon Forums! [ruby-core:33923];TS; ; i;I"ETue Dec 28 01:45:12 2010 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>;T@ o; ;;;[o;;I" NEWS;T;[o;;[I"8Add Zlib.deflate and Zlib.inflate. [ruby-dev:42833];TS; ; i;I"2010-12-27;T@ S; ; i;I"KMon Dec 27 21:22:33 2010 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"win32/configure.bat;T;[o;;[I"ZRemove obsoleted coding rule. Now, we don't support to build on Windows 95/98 and Me.;TS; ; i;I";Mon Dec 27 18:27:13 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I" re.c;T;[o;;[I""parenthesize macro arguments.;TS; ; i;I"BMon Dec 27 15:22:23 2010 NAKAMURA Usaku <usa@ruby-lang.org>;T@ o; ;;;[o;;I"win32/README.win32;T;[o;;[I",note to need NT based OS to build ruby.;TS; ; i;I"BMon Dec 27 12:14:46 2010 NAKAMURA Usaku <usa@ruby-lang.org>;T@ o; ;;;[o;;I"common.mk (EXTMK_ARGS);T;[o;;[I"Jspecify to pass macro V, because nmake doesn't pass it via MAKEFLAGS.;TS; ; i;I"BMon Dec 27 10:33:43 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I" ext/zlib/zlib.c (Init_zlib);T;[o;;[I"8Add Zlib.deflate and Zlib.inflate. [ruby-dev:42833];TS; ; i;I"EMon Dec 27 07:38:07 2010 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>;T@ o; ;;;[o;;I"misc/rb_optparse.zsh;T;[o;;[I"add compdef for generator.;TS; ; i;I"EMon Dec 27 07:32:07 2010 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>;T@ o; ;;;[o;;I"+lib/optparse.rb (OptionParser#compsys);T;[o;;[I"*escape brackets too. [ruby-dev:42754];TS; ; i;I";Mon Dec 27 01:30:08 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"ext/socket/mkconstants.rb;T;[o;;[I"9add IF_NAMESIZE. add a default for INET6_ADDRSTRLEN.;TS; ; i;I"2010-12-26;T@ S; ; i;I"KSun Dec 26 23:49:47 2010 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"win32/Makefile.sub;T;[o;;[I"Dsuppress a strange error message when RMALL found no such file.;To;;I"win32/rmall.bat;T;[o;;[I" new.;TS; ; i;I"<Sun Dec 26 21:23:23 2010 <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"win32/Makefile.sub;T;[o;;[I"1fix 'nmake clean-enc' breakage since r28322.;TS; ; i;I"ESun Dec 26 22:25:07 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"!ext/ripper/depend (ripper.y);T;[o;;[I".fix messages with nmake. [ruby-dev:42896];TS; ; i;I"ESun Dec 26 22:24:14 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"file.c (file_expand_path);T;[o;;[I"Kget rid of warnings caused by -Wdeclaration-after-statement on cygwin.;TS; ; i;I"KSun Dec 26 20:28:34 2010 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"process.c (before_exec);T;[o;;[I"add small comment.;TS; ; i;I";Sun Dec 26 20:52:21 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"ext/socket/mkconstants.rb;T;[o;;[I"ldefine INET_ADDRSTRLEN as 16 if not available. fix compilation error on mswin32-60. reported by nobu.;TS; ; i;I";Sun Dec 26 19:37:37 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"ext/socket/option.c;T;[o;;[I"[define IFNAMSIZ if not available. fix compilation error on mingw32. reported by nobu.;TS; ; i;I"ESun Dec 26 12:16:29 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"4lib/rdoc/ri/paths.rb (RDoc::RI::Paths::HOMEDIR);T;[o;;[I"8no exception if HOME is not set. [ruby-core:33867];TS; ; i;I"ESun Dec 26 11:39:11 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"parse.y (stmt);T;[o;;[I"�missing ripper rule. i.e., `a::B ||= c 1'. http://twitter.com/#!/wannabe53/status/18797576396472321 http://twitter.com/#!/wannabe53/status/18798416150663168;TS; ; i;I"ESun Dec 26 11:15:50 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I".test/with_different_ofs.rb (DifferentOFS);T;[o;;[I"(should not affect original classes.;TS; ; i;I";Sun Dec 26 09:35:07 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"rational.c;T;[o;;[I""parenthesize macro arguments.;TS; ; i;I";Sun Dec 26 09:22:19 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I",ext/socket/option.c (rb_if_indextoname);T;[o;;[I"Bnew function to abstract environments without if_indextoname.;To;;I" (inspect_ipv6_multicast_if);T;[o;;[I"�new function to inspect IPV6_MULTICAST_IF. Socket::Option.new(:INET6, :IPV6, :MULTICAST_IF, [2].pack("I!")).inspect is "#<Socket::Option: INET6 IPV6 MULTICAST_IF eth0>".;TS; ; i;I"BSun Dec 26 04:31:15 2010 Luis Lavena <luislavena@gmail.com>;T@ o; ;;;[o;;I"ext/dl/win32/registry.rb;T;[o;;[I"hCorrected RegCreateKeyExA signature. Patch by Rafal Michalski [ruby-core:33874] [Ruby 1.9-Bug#4203];TS; ; i;I"KSun Dec 26 02:31:58 2010 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"io.c (advice_arg_check);T;[o;;[I"zChange argument check. Now, an unsupported advice makes NotImplementedError. [ruby-dev:42887] [Ruby 1.9-Feature#4204];TS; ; i;I"KSun Dec 26 03:00:53 2010 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"ext/socket/extconf.rb;T;[o;;[I"1Fix build error which was introduced r30372.;TS; ; i;I"BSun Dec 26 01:37:10 2010 NAKAMURA Usaku <usa@ruby-lang.org>;T@ o; ;;;[o;;I"ext/socket/extconf.rb;T;[o;;[I"-check the existence of if_indextoname().;To;;I"ext/socket/option.c;T;[o;;[I"ayesterday's akr's commits destroyed the build of some unrelated platforms (such as Windows).;TS; ; i;I"2010-12-25;T@ S; ; i;I";Sat Dec 25 23:29:11 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I";ext/socket/option.c (inspect_ipv4_add_drop_membership);T;[o;;[I"new function to inspect struct ip_mreq and struct ip_mreqn for IP_ADD_MEMBERSHIP and IP_DROP_MEMBERSHIP. Socket::Option.new(:INET, :IP, :ADD_MEMBERSHIP, [239,255,99,81, 0,0,0,0].pack("CCCCCCCC")).inspect is now "#<Socket::Option: INET IP ADD_MEMBERSHIP 239.255.99.81 0.0.0.0>".;To;;I" (inspect_ipv4_multicast_if);T;[o;;[I"�new function to inspect struct in_addr and struct ip_mreqn for IP_MULTICAST_IF. Socket::Option.new(:INET, :IP, :MULTICAST_IF, [192,168,0,7].pack("CCCC")).inspect is now "#<Socket::Option: INET IP MULTICAST_IF 192.168.0.7>".;To;;I"ext/socket/extconf.rb;T;[o;;[I".check struct ip_mreq and struct ip_mreqn.;TS; ; i;I"ESat Dec 25 22:49:10 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I" test/csv;T;[o;;[I"6DifferentOFS needs to be include in each classes.;To;;I"?test/digest/test_digest_extend.rb (TestDigestExtend#setup);T;[o;;[I"6should not depend on the result of previous tests;To;;I"@test/with_different_ofs.rb (DifferentOFS::WithDifferentOFS);T;[o;;[I"give name.;To;;I".test/with_different_ofs.rb (DifferentOFS);T;[o;;[I"/test suite for test suites affected by $,.;To;;I"9test/digest/test_digest_extend.rb (TestDigestExtend);T;[o;;[I"$should not assume $, invariant.;To;;I"=test/csv/test_data_converters.rb, test/csv/test_table.rb;T;[o;;[I"#don't call setup within tests.;TS; ; i;I"KSat Dec 25 20:01:40 2010 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"io.c (pipe_open);T;[o;;[I"PAdded rb_thread_atfork(). We must reinitialize GVL at new process creation.;TS; ; i;I";Sat Dec 25 18:26:55 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I",ext/socket/option.c (inspect_ipv6_mreq);T;[o;;[I"�new function to inspect struct ipv6_mreq for IPV6_JOIN_GROUP and IPV6_LEAVE_GROUP. Socket::Option.new(:INET6, :IPV6, :JOIN_GROUP, [0xff12,0,0,0,0,0,0,1, 2].pack("nnnnnnnnI!")).inspect is now "#<Socket::Option: INET6 IPV6 JOIN_GROUP ff12::1 eth0>".;To;;I"ext/socket/extconf.rb;T;[o;;[I"check struct ipv6_mreq.;TS; ; i;I"ESat Dec 25 18:04:30 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"lib/csv.rb (CSV.foreach);T;[o;;[I"$'rb' mode is defaulted in open.;To;;I"%lib/csv.rb (CSV#init_separators);T;[o;;[I"8cannonicalize encoding options as Encoding objects.;TS; ; i;I"KSat Dec 25 18:30:34 2010 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I" thread.c (rb_thread_atfork);T;[o;;[I"5Add small comment why we need reset random seed.;TS; ; i;I"ESat Dec 25 17:33:55 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[ o;;I"2test/csv/base.rb (TestCSV.with_different_ofs);T;[o;;[I"$give name to anonymous classes.;To;;I"%lib/csv.rb (CSV#init_separators);T;[o;;[I"Fuse IO#gets with length parameter to get rid of wrong conversion.;To;;I".lib/csv.rb (CSV::foreach, CSV#initialize);T;[o;;[I"directly use encoding;To;;I"lib/csv.rb, test/csv;T;[o;;[I"$should not assume $, invariant.;TS; ; i;I"KSat Dec 25 16:08:06 2010 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I" signal.c;T;[o;;[I"6change rb_atomic_t definition from uchar to uint.;TS; ; i;I"ESat Dec 25 15:04:05 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"5test/csv/test_encodings.rb (TestEncodings#setup);T;[o;;[I"9fix evil test suite writing to the source directory.;TS; ; i;I"KSat Dec 25 15:08:08 2010 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"ext/pty/pty.c (chfunc);T;[o;;[I"�Added rb_thread_atfork_before_exec(). We must reinitialize GVL at new process creation. Otherwise we may meet an insane deadlock. [Bug#4121][ruby-dev:42686];TS; ; i;I"ESat Dec 25 14:27:09 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I")io.c (rb_io_extract_encoding_option);T;[o;;[I"Maccept Encoding object as encoding: optional argument. [ruby-dev:42884];TS; ; i;I"ESat Dec 25 13:37:55 2010 Ryan Davis <ryand-ruby@zenspider.com>;T@ o; ;;;[o;;I"lib/minitest/*.rb;T;[o;;[I"#Imported minitest 2.0.2 r6093.;TS; ; i;I";Sat Dec 25 13:05:59 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I" random.c;T;[o;;[I""parenthesize macro arguments.;TS; ; i;I"ESat Dec 25 12:48:50 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"#load.c (rb_f_require_relative);T;[o;;[I"don't omit return type.;TS; ; i;I"ASat Dec 25 11:06:00 2010 Eric Hodel <drbrain@segment7.net>;T@ o; ;;;[o;;I"#load.c (rb_f_require_relative);T;[o;;[I"Add documentation.;TS; ; i;I"ESat Dec 25 11:02:52 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"$ext/zlib/zlib.c (gzreader_gets);T;[o;;[I"'support optional length parameter.;To;;I"6ext/zlib/zlib.c (gzfile_read, gzfile_readpartial);T;[o;;[I"length should be long.;TS; ; i;I"ESat Dec 25 10:51:03 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"Bext/json/generator/generator.{c,h} (fbuffer_free_only_buffer);T;[o;;[I"unused.;To;;I"6ext/openssl/ossl_pkcs5.c (ossl_pkcs5_pbkdf2_hmac);T;[o;;[I"add casts.;TS; ; i;I"2010-12-24;T@ S; ; i;I";Fri Dec 24 08:46:04 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"process.c;T;[o;;[I""parenthesize macro arguments.;TS; ; i;I"2010-12-23;T@ S; ; i;I"DThu Dec 23 19:17:14 2010 Yuki Sonoda (Yugui) <yugui@yugui.jp>;T@ o; ;;;[o;;I"test/net/imap/cacert.pem;T;[o;;[I")updated because it has been expired.;To;;I"test/net/imap/server.crt;T;[o;;[I".signed again because CA cert was expired.;TS; ; i;I";Thu Dec 23 11:16:52 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"parse.y;T;[o;;[I""parenthesize macro arguments.;TS; ; i;I"EThu Dec 23 11:00:09 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"error.c (rb_check_type);T;[o;;[I"Icheck for type from extensions for ruby 1.8. see [ruby-core:33797].;TS; ; i;I"KThu Dec 23 08:12:59 2010 Aaron Patterson <aaron@tenderlovemaking.com>;T@ o; ;;;[o;;I"lib/net/smtp.rb;T;[o;;[I"9refactoring Net::SMTP#esmtp= to use an attr_accessor;TS; ; i;I"KThu Dec 23 06:35:41 2010 Aaron Patterson <aaron@tenderlovemaking.com>;T@ o; ;;;[o;;I"lib/net/smtp.rb;T;[o;;[I"TNet::SMTP should close the SSL connection if the connection verification fails.;TS; ; i;I"EThu Dec 23 01:47:58 2010 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>;T@ o; ;;;[o;;I" NEWS;T;[o;;[I"(remove #object_id. [ruby-dev:42840];TS; ; i;I"2010-12-22;T@ S; ; i;I"EWed Dec 22 08:56:39 2010 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>;T@ o; ;;;[o;;I" NEWS;T;[o;;[I"^add Module#private_constant and Module#public_constant. [ruby-dev:39685][ruby-core:32698];TS; ; i;I"EWed Dec 22 07:59:23 2010 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>;T@ o; ;;;[o;;I" NEWS;T;[o;;[I"=add IO#advise. [ruby-core:33110] [Ruby 1.9-Feature#4038];TS; ; i;I"2010-12-21;T@ S; ; i;I"GTue Dec 21 23:45:31 2010 Yukihiro Matsumoto <matz@ruby-lang.org>;T@ o; ;;;[o;;I"gc.c (Init_GC);T;[o;;[I"4move back object_id to Kernel. [ruby-dev:42840];TS; ; i;I"ETue Dec 21 12:45:16 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I" configure.in (target_archs);T;[o;;[I"remove temporary objects.;To;;I"(enc/Makefile.in, enc/depend (clean);T;[o;;[I"remove work directories.;TS; ; i;I";Tue Dec 21 07:39:12 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"pack.c;T;[o;;[I""parenthesize macro arguments.;TS; ; i;I"ETue Dec 21 06:25:43 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"8test/rexml/test_contrib.rb (ContribTester#test_pos);T;[o;;[I"@should not use fixed path name for tests. [ruby-dev:42827];To;;I"4test/rexml/test_sax.rb (SAX2Tester#test_socket);T;[o;;[I";should not use fixed port for tests. [ruby-dev:42828];TS; ; i;I"ETue Dec 21 06:10:18 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"\compile.c (setup_args), vm.c (invoke_block_from_c), vm_insnhelper.c (caller_setup_args);T;[o;;[I"4reverted r30241 and r30243 except for the test.;TS; ; i;I"BTue Dec 21 01:41:42 2010 Masaya Tarui <tarui@ruby-lnag.org>;T@ o; ;;;[o;;I" io.c ;T;[o;;[I"�add an extra byte to buffer for the specification of read in Windows. see [ruby-core:33460] and r29980. and, we have to discuss how to do this one byte.;TS; ; i;I"KTue Dec 21 01:18:06 2010 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"error.c;T;[o;;[I"IFix build error for win32. This regression was introduced by r30271.;TS; ; i;I"KTue Dec 21 00:59:40 2010 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"#thread.c (thread_cleanup_func);T;[o;;[I"�Moved interrupted_lock destroying code from native_thread_destroy() to thread_cleanup_func() because it's platform independent logic.;To;;I"+thread_win32.c (native_thread_destroy);T;[o;;[I"ditto.;To;;I"-thread_pthread.c (native_thread_destroy);T;[o;;[I"ditto.;TS; ; i;I"KTue Dec 21 00:46:20 2010 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"#thread.c (thread_cleanup_func);T;[o;;[I"�Don't touch native threading resource at fork. Sadly this is purely bandaid. We need to implement proper fix later. [Bug #4169] [ruby-core:33767];TS; ; i;I"KTue Dec 21 00:22:44 2010 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"error.c (exit_success_p);T;[o;;[I"QCheck status code more carefully. status code may have garbage in upper bit.;TS; ; i;I"2010-12-20;T@ S; ; i;I";Mon Dec 20 23:12:37 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"node.c;T;[o;;[I""parenthesize macro arguments.;TS; ; i;I"EMon Dec 20 20:04:41 2010 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>;T@ o; ;;;[o;;I" NEWS;T;[o;;[I"1add #__id__ and #object_id. [ruby-dev:42778];TS; ; i;I"KMon Dec 20 20:03:21 2010 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"-thread_pthread.c (native_thread_destroy);T;[o;;[I"Fixed gvl_cond leak.;TS; ; i;I"AMon Dec 20 13:49:05 2010 Eric Hodel <drbrain@segment7.net>;T@ o; ;;;[o;;I" NEWS;T;[o;;[I"Add item for RDoc 3.0.1;To;;I" lib/rdoc;T;[o;;[I"7Import RDoc 3.0.1, remove require for perl parser.;TS; ; i;I"AMon Dec 20 12:15:32 2010 Eric Hodel <drbrain@segment7.net>;T@ o; ;;;[o;;I" lib/rdoc;T;[o;;[I"Import RDoc 3.0.;TS; ; i;I"KMon Dec 20 01:55:03 2010 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"io.c (Init_IO);T;[o;;[I"fAdded O_DIRECT. This feature was proposed by Run Paint Run Run. [Feature #4015] [ruby-core:33018];TS; ; i;I"2010-12-19;T@ S; ; i;I";Sun Dec 19 19:15:23 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"marshal.c;T;[o;;[I""parenthesize macro arguments.;TS; ; i;I"2010-12-18;T@ S; ; i;I"ESat Dec 18 21:52:37 2010 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>;T@ o; ;;;[o;;I"vsnprintf.c (BSD_vfprintf);T;[o;;[I"/suppress warning: "_WIN32" is not defined.;TS; ; i;I"ESat Dec 18 16:02:27 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"\compile.c (setup_args), vm.c (invoke_block_from_c), vm_insnhelper.c (caller_setup_args);T;[o;;[I">fix of r30241. lambda block should check argument number.;TS; ; i;I";Sat Dec 18 14:42:29 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"load.c;T;[o;;[I""parenthesize macro arguments.;TS; ; i;I"ESat Dec 18 10:07:04 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I".compile.c (setup_args, iseq_compile_each);T;[o;;[I"0optimize AMPER LAMBDA combination as block.;TS; ; i;I"2010-12-17;T@ S; ; i;I"GFri Dec 17 22:07:16 2010 Yukihiro Matsumoto <matz@ruby-lang.org>;T@ o; ;;;[o;;I"gc.c (Init_GC);T;[o;;[I"Amove #__id__ and #object_id to BasicObject. [ruby-dev:42778];TS; ; i;I"EFri Dec 17 19:35:13 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"*test/mkmf/base.rb (TestMkmf::FakeLog);T;[o;;[I"capture output from mkmf.;To;;I"=test/mkmf/test_find_executable.rb (test_find_executable);T;[o;;[I"3suppress meaningless differences for chkbuild.;TS; ; i;I"BFri Dec 17 13:26:54 2010 NAKAMURA Usaku <usa@ruby-lang.org>;T@ o; ;;;[o;;I"win32/setup.mak (BASERUBY);T;[o;;[I"hquit with an error when BASERUBY was not able to set, just like configure.in does. [ruby-dev:42782];TS; ; i;I";Fri Dec 17 07:04:09 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"iseq.c;T;[o;;[I""parenthesize macro arguments.;TS; ; i;I"AFri Dec 17 04:18:37 2010 Eric Hodel <drbrain@segment7.net>;T@ o; ;;;[o;;I"transcode.c (str_encode);T;[o;;[I"4Alter comment for better wording and ri output.;TS; ; i;I"KFri Dec 17 00:05:40 2010 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"io.c (rb_io_advise);T;[o;;[I"New API. IO#advise() allows to tell the ruby runtime how it expects to use a file handle. This feature can be improved a performance some situations. Note: This feature is mainly developed by Run Paint Run Run. Thank you! [ruby-core:33110] [Ruby 1.9-Feature#4038];To;;I"io.c (do_io_advise);T;[o;;[I"Helper function.;To;;I""io.c (io_advise_sym_to_const);T;[o;;[I"ditto.;TS; ; i;I"2010-12-16;T@ S; ; i;I"EThu Dec 16 23:29:20 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"!tool/rbinstall.rb (bin-comm);T;[o;;[I"+use transformed name. [ruby-dev:42777];TS; ; i;I";Thu Dec 16 21:52:07 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I" io.c;T;[o;;[I""parenthesize macro arguments.;TS; ; i;I"EThu Dec 16 21:46:39 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I" tool/mkconfig.rb (RbConfig);T;[o;;[I"[honor ARCHFLAGS and RC_ARCHS to override embedded ARCH_FLAG value on universal-darwin.;TS; ; i;I"BThu Dec 16 19:50:12 2010 NAKAMURA Usaku <usa@ruby-lang.org>;T@ o; ;;;[o;;I"Rwin32/{configure.bat,setup.mak,Makefile.sub} (PROGRAM_PREFIX, PROGRAM_SUFFIX);T;[o;;[I"vunite the differences of the names of macros of prefix and suffix. reported by HANEDA Norikatsu. [ruby-dev:42775];TS; ; i;I"EThu Dec 16 08:04:47 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"node.h (RNode);T;[o;;[I"Kmatch the type of flags to RBasic, and renamed nd_file as nd_reserved.;To;;I":iseq.c (set_relation), vm_insnhelper.c (vm_cref_push);T;[o;;[I"$nd_file is always zero-cleared.;TS; ; i;I"EThu Dec 16 07:22:30 2010 Ryan Davis <ryand-ruby@zenspider.com>;T@ o; ;;;[o;;I"lib/minitest/unit.rb;T;[o;;[I"#Imported minitest 2.0.1 r6079.;TS; ; i;I"2010-12-15;T@ S; ; i;I"BWed Dec 15 20:45:02 2010 NAKAMURA Usaku <usa@ruby-lang.org>;T@ o; ;;;[o;;I"$lib/test/unit.rb (process_args);T;[o;;[I"*need to setup @help to print options.;TS; ; i;I"BWed Dec 15 11:19:33 2010 NAKAMURA Usaku <usa@ruby-lang.org>;T@ o; ;;;[o;;I"(test/zlib/test_zlib.rb (test_to_io);T;[o;;[I""forgotten to fix with r30201.;TS; ; i;I"EWed Dec 15 11:07:34 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"io.c (simple_sendfile);T;[o;;[I"enable on Mac OS X.;To;;I"&io.c (nogvl_copy_stream_sendfile);T;[o;;[I"#moved precheck of copy length.;To;;I"&io.c (nogvl_copy_stream_sendfile);T;[o;;[I",should wait for both of read/write fds.;TS; ; i;I";Wed Dec 15 07:11:55 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"hash.c;T;[o;;[I""parenthesize macro arguments.;TS; ; i;I"KWed Dec 15 04:02:00 2010 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"@ext/openssl/ossl_x509ext.c (ossl_x509extfactory_set_config);T;[o;;[I"nfix compile error when !HAVE_X509V3_SET_NCONF. Thanks Chikanaga-san. [ruby-dev:42761] [Ruby 1.9-Bug#4158];TS; ; i;I"KWed Dec 15 03:41:31 2010 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"Htest/ripper/test_parser_events.rb (TestRipper#test_block_variables);T;[o;;[I"~Limit address space 100MB instead 100KB. Quite frankly, This margin is too narrow to contain ruby. [ruby-dev:42763] [Bug#4159];TS; ; i;I"2010-12-14;T@ S; ; i;I"BTue Dec 14 23:53:52 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"io.c (simple_sendfile);T;[o;;[I"limprove linux compatibility on FreeBSD, and now it works. But without cpuset -l 0, it still gets stuck.;TS; ; i;I";Tue Dec 14 20:31:33 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I" gc.c;T;[o;;[I""parenthesize macro arguments.;TS; ; i;I"BTue Dec 14 18:31:48 2010 NAKAMURA Usaku <usa@ruby-lang.org>;T@ o; ;;;[o;;I"lib/test/unit.rb;T;[o;;[I"help messages.;TS; ; i;I"BTue Dec 14 18:19:03 2010 NAKAMURA Usaku <usa@ruby-lang.org>;T@ o; ;;;[o;;I"common.mk (help);T;[o;;[I"9there is no reason to use the abbreviation for here.;TS; ; i;I"BTue Dec 14 15:03:46 2010 NAKAMURA Usaku <usa@ruby-lang.org>;T@ o; ;;;[o;;I":test/ruby/test_io.rb (test_reopen, test_reinitialize);T;[o;;[I"&should close the temporary files.;TS; ; i;I"BTue Dec 14 14:24:15 2010 NAKAMURA Usaku <usa@ruby-lang.org>;T@ o; ;;;[o;;I")test/ruby/test_io.rb (make_tempfile);T;[o;;[I"cchange the prefix from 'foo' to 'test_io' because the old one is meaningless and inconvenient.;To;;I"5test/ruby/test_io.rb (test_binmode_after_closed);T;[o;;[I"?the temporary file made by make_temfile is already closed.;TS; ; i;I"BTue Dec 14 13:52:19 2010 NAKAMURA Usaku <usa@ruby-lang.org>;T@ o; ;;;[o;;I"7test/ruby/test_io.rb (test_flush_in_finalizer[12]);T;[o;;[I"�should close temporary file because it's only used for taking pathname and unlinking the file after the end of the test (in GC phase).;TS; ; i;I"BTue Dec 14 13:34:33 2010 NAKAMURA Usaku <usa@ruby-lang.org>;T@ o; ;;;[o;;I"$ext/zlib/zlib.c (gzfile_s_open);T;[o;;[I">should close the IO if some error occurs in initializing.;TS; ; i;I"BTue Dec 14 13:04:16 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I">lib/net/http.rb (Net::HTTPRequest#send_request_body_data);T;[o;;[I"set binmode to tempfile.;TS; ; i;I"BTue Dec 14 12:55:46 2010 NAKAMURA Usaku <usa@ruby-lang.org>;T@ o; ;;;[o;;I"test/zlib/test_zlib.rb (*);T;[o;;[I"-should close files associated with zlib.;TS; ; i;I"BTue Dec 14 11:30:17 2010 NAKAMURA Usaku <usa@ruby-lang.org>;T@ o; ;;;[o;;I"<test/ruby/test_argf.rb (test_inplace_rename_impossible);T;[o;;[I"Cunlink the renamed temporary file on no_safe_rename platforms.;To;;I"Ltest/ruby/test_argf.rb (test_readlines_limit_0, test_each_line_limit_0);T;[o;;[I"�should close argf because the associated Tempfile object cannot unlink the temporary file when it's gc'ed on some platforms (Windows, etc.);TS; ; i;I"BTue Dec 14 11:27:07 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"5lib/minitest/unit.rb (Minitest::Unit#_run_suite);T;[o;;[I"�split test name and its time. Thiw allows to know test's name when you are running tests and meet a test which spends long time at realtime.;TS; ; i;I"BTue Dec 14 11:25:20 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"configure.in;T;[o;;[I"�Add -Werror=declaration-after-statement to default warning flag. If you are using GCC, this flag is useful to prevent breaking VC build.;TS; ; i;I"BTue Dec 14 10:25:57 2010 NAKAMURA Usaku <usa@ruby-lang.org>;T@ o; ;;;[o;;I"0ext/openssl/ossl_asn1.c (ossl_asn1_decode0);T;[o;;[I"Nhow many gcc-c99isms must a man mend; before he can build with VC? r30178;TS; ; i;I"2010-12-13;T@ S; ; i;I"BMon Dec 13 21:26:33 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"io.c (simple_sendfile);T;[o;;[I"\disable the use of sendfile(2) on FreeBSD. It blocks on TestIO#test_copy_stream_socket.;TS; ; i;I"BMon Dec 13 18:35:33 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I" io.c;T;[o;;[I"rdefine USE_SENDFILE on FreeBSD or DragonFly BSD. Remove Mac OS X because its argument is different from them.;TS; ; i;I";Mon Dec 13 12:00:09 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"file.c;T;[o;;[I""parenthesize macro arguments.;TS; ; i;I"BMon Dec 13 11:21:14 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"io.c (simple_sendfile);T;[o;;[I"*added for BSD version of sendfile(2).;TS; ; i;I"BMon Dec 13 09:50:09 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"0lib/net/http.rb (Net::HTTPRequest#set_form);T;[o;;[I"�Added to support both application/x-www-form-urlencoded and multipart/form-data. There is a similar API, Net::HTTPRequest#set_form_data, but to keep its compatibility this is newly added. [ruby-dev:42729];TS; ; i;I"2010-12-12;T@ S; ; i;I"ESun Dec 12 23:45:27 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I""compile.c (iseq_compile_each);T;[o;;[I">fix for __goto__ and __label__ where were totally broken.;TS; ; i;I"ESun Dec 12 22:45:43 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"common.mk (ID_H_INCLUDES);T;[o;;[I"#now id.h depends on vm_opts.h.;TS; ; i;I"ESun Dec 12 20:42:47 2010 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>;T@ o; ;;;[o;;I"template/id.h.tmpl;T;[o;;[I"Ksuppress all warning: "SUPPORT_JOKE" is not defined. [ruby-dev:42730];TS; ; i;I"ESun Dec 12 20:35:07 2010 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>;T@ o; ;;;[o;;I"misc/rb_optparse.zsh;T;[o;;[I"update how to install.;To;;I"misc/rb_optparse.zsh;T;[o;;[I"'avoid error when setopt noclobber.;To;;I"lib/optparse.rb;T;[o;;[I"Ifix typo. pointed out at <http://d.hatena.ne.jp/nagachika/20101207>.;TS; ; i;I";Sun Dec 12 13:27:35 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"eval_error.c;T;[o;;[I""parenthesize macro arguments.;TS; ; i;I";Sun Dec 12 11:53:24 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"error.c;T;[o;;[I""parenthesize macro arguments.;TS; ; i;I"BSun Dec 12 04:01:58 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"string.c (rb_str_inspect);T;[o;;[I"`fix: extra back slash is added when the string is dummy encoding and includes \x22 or \x5C.;TS; ; i;I"KSun Dec 12 02:42:24 2010 Aaron Patterson <aaron@tenderlovemaking.com>;T@ o; ;;;[o;;I"ext/openssl/ossl_asn1.c;T;[o;;[I"kindefinite length BER to DER encoding is properly supported. Thanks Martin Bosslet! [ruby-core:33082];TS; ; i;I"2010-12-11;T@ S; ; i;I"ESat Dec 11 17:43:34 2010 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>;T@ o; ;;;[o;;I" ext/bigdecimal/bigdecimal.h;T;[o;;[I"Fsuppress "warning: 'VPrint' declared 'static' but never defined".;TS; ; i;I";Sat Dec 11 09:24:57 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"encoding.c;T;[o;;[I""parenthesize macro arguments.;TS; ; i;I"ASat Dec 11 08:12:48 2010 Eric Hodel <drbrain@segment7.net>;T@ o; ;;;[o;;I"4ext/openssl/ossl.c, ext/openssl/ossl_pkey_rsa.c;T;[o;;[I"ODocument RSA, RSA encryption/decryption and PKCS #5 encryption/decryption.;TS; ; i;I"ASat Dec 11 06:23:41 2010 Eric Hodel <drbrain@segment7.net>;T@ o; ;;;[o;;I" ext/openssl/ossl_x509name.c;T;[o;;[I"binclude Comparable to provide #==. Document OpenSSL::X509::Name#<=>. [Ruby 1.9-Feature#4116];TS; ; i;I"HSat Dec 11 05:48:28 2010 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>;T@ o; ;;;[o;;I"ext/tk/lib/multi-tk.rb;T;[o;;[I"Uinfinite loop on method_missing at loading. [ruby-dev:42716] [Ruby 1.9-Bug#4129];To;;I"ext/tk/lib/multi-tk.rb;T;[o;;[I"8when no eventloop is running, ruby freezes at exit.;TS; ; i;I"KSat Dec 11 02:23:15 2010 Aaron Patterson <aaron@tenderlovemaking.com>;T@ o; ;;;[o;;I"ext/openssl/extconf.rb;T;[o;;[I"otry pkgconfig first, then fall back to normal have_library, etc. Thanks Erik Hollensbe. [ruby-core:32406];TS; ; i;I"2010-12-10;T@ S; ; i;I";Fri Dec 10 22:33:39 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"dln_find.c;T;[o;;[I""parenthesize macro arguments.;TS; ; i;I"EFri Dec 10 20:05:42 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I")template/id.h.tmpl (ruby_method_ids);T;[o;;[I"(suppress warnings. [ruby-dev:42730];TS; ; i;I"EFri Dec 10 18:29:20 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"%ruby.c (ruby_init_loadpath_safe);T;[o;;[I"Xrelatively called non-shared binary cannot be found in PATH, so use given pathname.;TS; ; i;I"EFri Dec 10 18:28:40 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[ o;;I"+cygwin/GNUmakefile.in (SCRIPTPROGRAMS);T;[o;;[I"!ignore backup files and etc.;To;;I"&cygwin/GNUmakefile.in (scriptbin);T;[o;;[I"set executable bit.;To;;I"*tool/rbinstall.rb (install_recursive);T;[o;;[I"_always skip default ignored files. if block is given, call it instead of calling install.;To;;I"!tool/rbinstall.rb (bin-comm);T;[o;;[I"use install_recursive.;TS; ; i;I"EFri Dec 10 18:12:31 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I".test/mkmf/base.rb (TestMkmf#config_value);T;[o;;[I"'extract macro value from config.h.;To;;I"'test/mkmf/test_sizeof.rb (TestMkmf;T;[o;;[I"&:TestSizeof#test_sizeof_builtin),;To;;I".(TestMkmf::TestSizeof#test_sizeof_struct);T;[o;;[I"more tests.;To;;I"#lib/mkmf.rb (check_signedness);T;[o;;[I"2should use the prelude code. [ruby-dev:42731];To;;I"$lib/mkmf.rb (Logging.log_close);T;[o;;[I"#separate from Logging.logfile.;To;;I"*test/mkmf/base.rb (TestMkmf::MKMFLOG);T;[o;;[I"show mkmf.log at failures.;To;;I"*test/mkmf/base.rb (TestMkmf#teardown);T;[o;;[I"#close log file for each tests.;TS; ; i;I"EFri Dec 10 11:36:43 2010 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>;T@ o; ;;;[o;;I"compile.c (enum);T;[o;;[I".remove a comma at end of enumerator list.;To;;I"!constant.h (rb_const_flag_t);T;[o;;[I"ditto.;To;;I"iseq.h (enum catch_type);T;[o;;[I"ditto.;To;;I"iseq.h (enum defined_type);T;[o;;[I"ditto.;To;;I"vm_core.h (enum iseq_type);T;[o;;[I"ditto.;To;;I",vm_core.h (enum vm_special_object_type);T;[o;;[I"ditto.;TS; ; i;I"BFri Dec 10 10:47:53 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"!sprintf.c (_HAVE_SANE_QUAD_);T;[o;;[I"Don't forget LP64, r30156.;TS; ; i;I"BFri Dec 10 10:37:17 2010 NAKAMURA Usaku <usa@ruby-lang.org>;T@ o; ;;;[o;;I"!sprintf.c (_HAVE_SANE_QUAD_);T;[o;;[I"\if a certain platform has LONG_LONG in 8 byte, it might be sane quad. [ruby-core:33634];TS; ; i;I"BFri Dec 10 10:07:59 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"lib/net/http.rb;T;[o;;[I"!remove version 1.1 features.;TS; ; i;I"KFri Dec 10 02:18:02 2010 Aaron Patterson <aaron@tenderlovemaking.com>;T@ o; ;;;[o;;I":ext/openssl/ossl_x509store.c (ossl_x509stctx_cleanup);T;[o;;[I",removing C implementation of `cleanup`.;To;;I"$ext/openssl/lib/openssl/x509.rb;T;[o;;[I"�adding ruby implementation of `cleanup`. OpenSSL::X509::StoreContext#cleanup is deprecated since reusing the underlying struct doesn't make sense. [ruby-dev:42546];TS; ; i;I"2010-12-09;T@ S; ; i;I"EThu Dec 9 20:14:39 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"Aparse.y (lvar_defined_gen, shadowing_lvar_gen, dvar_defined);T;[o;;[I"Yno warnings for unused method and block arguments. [ruby-dev:42718] [ruby-dev:42724];TS; ; i;I";Thu Dec 9 19:25:49 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I" dln.c;T;[o;;[I""parenthesize macro arguments.;TS; ; i;I";Thu Dec 9 18:51:06 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"9lib/webrick/accesslog.rb (WEBrick::AccessLog#format);T;[o;;[I"Qsupport %{remote}p for logging remote (client) port number. [ruby-dev:42670];TS; ; i;I"GThu Dec 9 11:00:30 2010 Yukihiro Matsumoto <matz@ruby-lang.org>;T@ o; ;;;[o;;I"array.c (rb_ary_dup);T;[o;;[I"�should copy contents only. no instance variable, no class would be copied. it would affect methods #sort, #reject, #transpose, #uniq, #compact, and #shuffle. [ruby-core:33640];To;;I"array.c (rb_ary_reverse_m);T;[o;;[I"ditto.;To;;I"array.c (rb_ary_rotate_m);T;[o;;[I"ditto.;TS; ; i;I"2010-12-08;T@ S; ; i;I"BWed Dec 8 21:38:40 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"ext/dl/lib/dl/struct.rb;T;[o;;[I"`clean a warning: assigned but unused variable. patched by Kouhei Yanagita. [ruby-dev:42722];To;;I"ext/dl/lib/dl/import.rb;T;[o;;[I"ditto.;TS; ; i;I"EWed Dec 8 21:36:16 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"!parse.y (shadowing_lvar_gen);T;[o;;[I"'fix line number. [ruby-dev:42718];TS; ; i;I";Wed Dec 8 20:37:11 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I" dir.c;T;[o;;[I""parenthesize macro arguments.;TS; ; i;I"2010-12-07;T@ S; ; i;I"BTue Dec 7 22:37:15 2010 Masaya Tarui <tarui@ruby-lnag.org>;T@ o; ;;;[o;;I"io.c (io_read);T;[o;;[I"1duplicate string if shared. [ruby-dev:42719];TS; ; i;I"ETue Dec 7 22:31:08 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I".lib/optparse.rb (OptionParser::Officious);T;[o;;[I"?separate completion options from --help. [ruby-dev:42690];To;;I""lib/optparse.rb (OptionParser;T;[o;;[I":Completion#candidate),;To;;I"#(OptionParser::Switch#compsys);T;[o;;[I"remove unused variables.;TS; ; i;I"ETue Dec 7 22:05:25 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"!transcode.c (transcode_loop);T;[o;;[I"ecall default handler of the given hash, method, proc or [] method as fallback. [ruby-dev:42692];TS; ; i;I"?Tue Dec 7 21:59:37 2010 Kouhei Sutou <kou@cozmixng.org>;T@ o; ;;;[o;;I"lib/rexml/light/node.rb;T;[o;;[I"remove circular require.;TS; ; i;I"?Tue Dec 7 21:56:01 2010 Kouhei Sutou <kou@cozmixng.org>;T@ o; ;;;[o;;I"test/rexml/test_light.rb;T;[o;;[I"really suppress a warning.;TS; ; i;I"?Tue Dec 7 21:51:57 2010 Kouhei Sutou <kou@cozmixng.org>;T@ o; ;;;[o;;I"test/rexml/test_light.rb;T;[o;;[I"suppress a warning.;TS; ; i;I";Tue Dec 7 21:14:03 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"debug.c;T;[o;;[I""parenthesize macro arguments.;TS; ; i;I"?Tue Dec 7 21:06:38 2010 Kouhei Sutou <kou@cozmixng.org>;T@ o; ;;;[o;;I"5lib/rexml/doctype.rb, test/rexml/test_doctype.rb;T;[o;;[I"Psuppress warnings. [ruby-core:33305] Reported by Aaron Patterson. Thanks!!!;TS; ; i;I"BTue Dec 7 18:56:52 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"(ext/nkf/lib/kconv.rb (String#kconv);T;[o;;[I"Jfix typo and update rdoc. patched by Kouhei Yanagita [ruby-dev:42696];TS; ; i;I"?Tue Dec 7 20:32:11 2010 Kouhei Sutou <kou@cozmixng.org>;T@ o; ;;;[o;;I"test/rexml/test_doctype.rb;T;[o;;[I"$add Accessor to test case name.;TS; ; i;I"ATue Dec 7 20:31:02 2010 Kouhei Sutou <kou@clear-code.com>;T@ o; ;;;[o;;I"test/rexml/test_doctype.rb;T;[o;;[I"Doctype -> DocType.;TS; ; i;I"ATue Dec 7 20:29:23 2010 Kouhei Sutou <kou@clear-code.com>;T@ o; ;;;[o;;I"%test/rexml/test_doctype_mixin.rb;T;[o;;[I"rename to ...;To;;I"test/rexml/test_doctype.rb;T;[o;;[I"&... this to remove needless name.;TS; ; i;I"ATue Dec 7 17:03:16 2010 Shugo Maeda <shugo@ruby-lang.org>;T@ o; ;;;[o;;I"lib/net/imap.rb (xlist);T;[o;;[I"vsupported the XLIST command, which is an extension by Apple and Google. patch by Geoff Youngs. [ruby-core:33521];TS; ; i;I"ETue Dec 7 08:00:44 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"2configure.in, win32/Makefile.sub (WERRORFLAG);T;[o;;[I"&flag to treat warnings as errors.;To;;I"#lib/mkmf.rb (Logging.postpone);T;[o;;[I"yield log file object.;To;;I"lib/mkmf.rb (xsystem);T;[o;;[I")add options, :werror only right now.;To;;I"lib/mkmf.rb (with_werror);T;[o;;[I"%check as if warnings are errors.;To;;I""lib/mkmf.rb (convertible_int);T;[o;;[I"Xmake declaration conflict warnings errors not to pass wrong type. [ruby-dev:42684];To;;I" lib/mkmf.rb (COMMON_MACROS);T;[o;;[I"get rid of conflicts.;To;;I"#win32/Makefile.sub (WARNFLAGS);T;[o;;[I";make declaration conflict warnings errors if possible.;TS; ; i;I";Sun Dec 7 21:16:10 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"cont.c;T;[o;;[I""parenthesize macro arguments.;TS; ; i;I"BTue Dec 7 00:27:14 2010 Masaya Tarui <tarui@ruby-lnag.org>;T@ o; ;;;[o;;I" win32/win32.c (rb_w32_read);T;[o;;[I":fixed more for readline, and so on. [ruby-core:33511];TS; ; i;I"2010-12-06;T@ S; ; i;I"EMon Dec 6 23:18:22 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"'test/mkmf/base.rb (TestMkmf#setup);T;[o;;[I"run quietly.;To;;I"=test/mkmf/test_find_executable.rb (test_find_executable);T;[o;;[I"use configured results.;To;;I"common.mk (test-build);T;[o;;[I"test for build process.;TS; ; i;I"EMon Dec 6 22:47:15 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"-lib/optparse.rb (OptionParser#candidate);T;[o;;[I"skip separators.;To;;I"sample/optparse/opttest.rb;T;[o;;[I"1should not override --help. [ruby-dev:42690];TS; ; i;I"EMon Dec 6 19:00:48 2010 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>;T@ o; ;;;[o;;I"misc/rb_optparse.zsh;T;[o;;[I"fix typos.;TS; ; i;I"EMon Dec 6 18:59:04 2010 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>;T@ o; ;;;[o;;I" NEWS;T;[o;;[I"add new encodings.;TS; ; i;I"EMon Dec 6 18:56:42 2010 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>;T@ o; ;;;[o;;I"4test/ruby/test_string.rb (TestString#test_scan);T;[o;;[I",add a test for [ruby-core:33338] #4087.;TS; ; i;I"EMon Dec 6 18:55:36 2010 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>;T@ o; ;;;[o;;I">test/uri/test_common.rb (TestCommon#test_encode_www_form);T;[o;;[I"add tests for r30015.;TS; ; i;I"BMon Dec 6 10:39:54 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"7lib/uri/common.rb (URI::Parser#initialize_pattern);T;[o;;[I"$refix for restrict the pattern.;TS; ; i;I"AMon Dec 6 09:45:11 2010 Eric Hodel <drbrain@segment7.net>;T@ o; ;;;[o;;I"ext/openssl (OpenSSL);T;[o;;[I"add toplevel documentation;To;;I"2ext/openssl/ossl_ssl.c (SSLContext, SSLSocket;T;[o;;[I"!add additional documentation;To;;I"ext/openssl;T;[o;;[I"Nmove "let rdoc know about mOSSL" comments so they don't show up in output;TS; ; i;I"BMon Dec 6 09:16:46 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"7lib/uri/common.rb (URI::Parser#initialize_pattern);T;[o;;[I"Fworkaround fix pattern of hostname for RFC 3986. [ruby-dev:42672];TS; ; i;I"BMon Dec 6 09:14:38 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"#lib/mkmf.rb (check_signedness);T;[o;;[I"$rename unused variable prelude.;TS; ; i;I"2010-12-05;T@ S; ; i;I"ESun Dec 5 17:56:36 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"class.c (make_metaclass);T;[o;;[I"Gfix probable typo. builtin type flag cannot be used with FL_TEST.;TS; ; i;I"ESun Dec 5 12:09:27 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"%lib/irb/init.rb (IRB.parse_opts);T;[o;;[I" fix typo. [ruby-core:33574];TS; ; i;I"ESun Dec 5 11:27:08 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I" ruby.c (load_file_internal);T;[o;;[I"2decrement for ungotten line. [ruby-dev:42680];TS; ; i;I";Sun Dec 5 10:32:11 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"complex.c;T;[o;;[I""parenthesize macro arguments.;TS; ; i;I"2010-12-04;T@ S; ; i;I"ASat Dec 4 11:39:17 2010 Eric Hodel <drbrain@segment7.net>;T@ o; ;;;[o;;I",ext/openssl/ossl_x509ext.c (initialize);T;[o;;[I"add documentation.;TS; ; i;I"ESat Dec 4 11:21:50 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"hash.c (rb_hash_update_by);T;[o;;[I"new API for Hash#update.;TS; ; i;I";Sat Dec 4 11:18:10 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"class.c;T;[o;;[I""parenthesize macro arguments.;TS; ; i;I"ESat Dec 4 11:07:57 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I".vm_core.h (rb_vm_inc_const_missing_count);T;[o;;[I"missing prototype.;TS; ; i;I"ESat Dec 4 08:50:10 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"#ext/iconv/iconv.c (Init_iconv);T;[o;;[I"$no warnings if $VERBOSE is nil.;TS; ; i;I"ESat Dec 4 08:25:15 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"%vm_insnhelper.c (vm_call_method);T;[o;;[I"Orevert r30064 and r30071, because of [ruby-core:26761]. Bug#4106 rejected.;TS; ; i;I"ESat Dec 4 07:46:48 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I" lib/mkmf.rb (String#tr_cpp);T;[o;;[I"*substitute * with P like as autoconf.;TS; ; i;I"2010-12-03;T@ S; ; i;I"EFri Dec 3 22:36:45 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"%vm_insnhelper.c (vm_call_method);T;[o;;[I"@protected methods should be checked against the real class.;TS; ; i;I"EFri Dec 3 20:23:31 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I""lib/mkmf.rb (convertible_int);T;[o;;[I"%define printf format prefix too.;To;;I""lib/mkmf.rb (convertible_int);T;[o;;[I"Ndetect convertible integer type. port RUBY_REPLACE_INT from configure.in.;To;;I"lib/mkmf.rb (check_sizeof);T;[o;;[I""should return integer always.;TS; ; i;I"BFri Dec 3 12:54:48 2010 NAKAMURA Usaku <usa@ruby-lang.org>;T@ o; ;;;[o;;I"!win32/Makefile.sub (RCFLAGS);T;[o;;[I"HVC10 and after only. fixed the problem of r30015. [ruby-core:33530];TS; ; i;I"GFri Dec 3 12:41:52 2010 URABE Shyouhei <shyouhei@ruby-lang.org>;T@ o; ;;;[o;;I"gc.c (rb_objspace_free);T;[o;;[I"6With our "lazy-sweep" GC engine, it is possible for an object to survive until its surrounding object space is about to be freed. Those objects, if any, remains leaked for the rest of a process life. This is problematic because for instance a T_DATA object may have its own destructor to terminate something.;To;;I"vm.c (ruby_vm_destruct);T;[o;;[I"]ruby_current_vm termination should be somewhere after rb_objspace_free for above reason.;TS; ; i;I"EFri Dec 3 12:17:19 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"%vm_insnhelper.c (vm_call_method);T;[o;;[I"cprotected singleton methods should be visible from same real class methods. [ruby-core:33506];TS; ; i;I"EFri Dec 3 07:08:42 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I",ext/stringio/stringio.c (strio_getline);T;[o;;[I"5round upto next char boundary. [ruby-dev:42674];TS; ; i;I";Fri Dec 3 06:52:46 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"compile.c;T;[o;;[I""parenthesize macro arguments.;TS; ; i;I"BFri Dec 3 04:08:59 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"$encoding.c (enc_alias_internal);T;[o;;[I"3use st_insert2 and change return value to int.;To;;I"encoding.c (enc_alias);T;[o;;[I"follow enc_alias_internal.;TS; ; i;I"BFri Dec 3 01:52:43 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"$encoding.c (enc_alias_internal);T;[o;;[I"use xfree instead of free.;TS; ; i;I"2010-12-02;T@ S; ; i;I"GThu Dec 2 23:52:26 2010 URABE Shyouhei <shyouhei@ruby-lang.org>;T@ o; ;;;[o;;I" NEWS;T;[o;;[I"!entry for ruby_vm_at_exit().;To;;I"eval.c (ruby_cleanup);T;[o;;[I"Sbug fix around at_exit (1) timing was wrong. (2) execution order was opposite.;TS; ; i;I"BThu Dec 2 23:05:14 2010 NAKAMURA Usaku <usa@ruby-lang.org>;T@ o; ;;;[o;;I"!win32/Makefile.sub (RCFLAGS);T;[o;;[I"_-nologo switch is only available in newer versions of rc.exe. fixed the problem of r30012.;TS; ; i;I"BThu Dec 2 21:28:07 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"#ext/json/lib/json/add/rails.rb;T;[o;;[I" removed.;TS; ; i;I"BThu Dec 2 21:22:05 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"$encoding.c (enc_alias_internal);T;[o;;[I"Nfree the copied key and return NULL when given key is already registered.;To;;I"encoding.c (enc_alias);T;[o;;[I"Gcall set_encoding_const only when the alias is not registered yet.;TS; ; i;I"GThu Dec 2 19:58:24 2010 URABE Shyouhei <shyouhei@ruby-lang.org>;T@ o; ;;;[ o;;I"vm.c (ruby_vm_at_exit);T;[o;;[I"Ynew API. This enables extension libs to hook a VM termination. Right now, because the VM we have is process global, most extensions do not deallocate resources and leave them to Operating System's reaping userland processes. But in a future we plan to have multiple VMs to run simultaneously in a single process (MVM project). At that stage we can no longer rely on OSes and have to manage every resources to be reclaimed properly. So it is. For a forward-compatibility reason this API is introduced now, encouraging you to be as gentle as you can for your resources; that is, tidy up your room.;To;;I"include/ruby/vm.h;T;[o;;[I"ditto.;To;;I"vm_core.h (rb_vm_struct);T;[o;;[I"new field.;To;;I"vm.c (vm_init2);T;[o;;[I" initialize above new field.;To;;I"eval.c (ruby_cleanup);T;[o;;[I"trigger those hooks.;TS; ; i;I";Thu Dec 2 17:00:44 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I" bignum.c;T;[o;;[I""parenthesize macro arguments.;TS; ; i;I"BThu Dec 2 15:31:14 2010 NAKAMURA Usaku <usa@ruby-lang.org>;T@ o; ;;;[o;;I" win32/win32.c (rb_w32_read);T;[o;;[I" more fix. [ruby-core:33513];TS; ; i;I"BThu Dec 2 13:41:43 2010 NAKAMURA Usaku <usa@ruby-lang.org>;T@ o; ;;;[o;;I" win32/win32.c (rb_w32_read);T;[o;;[I"Eworkaround for console reading troubles. fixed [ruby-core:33511];TS; ; i;I"BThu Dec 2 13:10:42 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I",lib/uri/common.rb (URI.encode_www_form);T;[o;;[I"9split key-value when the value is Array like object.;TS; ; i;I"BThu Dec 2 10:39:39 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I".lib/net/http.rb (Net::HTTP#set_form_data);T;[o;;[I"Cuse URI.encode_www_form for application/x-www-form-urlencoded.;TS; ; i;I"BThu Dec 2 10:38:40 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"ext/extmk.rb;T;[o;;[I"6remove $makeflags.defined?, it should be $mflags.;TS; ; i;I"BThu Dec 2 10:19:47 2010 NAKAMURA Usaku <usa@ruby-lang.org>;T@ o; ;;;[o;;I"win32/Makefile.sub (rc);T;[o;;[I""suppress meaningless message.;TS; ; i;I"BThu Dec 2 10:09:40 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I""ext/json/generator/extconf.rb;T;[o;;[I"bremove the lines which set -O3 when -O option is not set. Note that -O3 doesn't always exist.;To;;I"ext/json/parser/extconf.rb;T;[o;;[I"ditto.;TS; ; i;I"BThu Dec 2 10:01:59 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"ext/extmk.rb;T;[o;;[I"-define $makeflags.defined? like $mflags.;TS; ; i;I"EThu Dec 2 07:20:20 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"2lib/test/unit.rb (Test::Unit::GCStressOption);T;[o;;[I"--gc-stress option.;To;;I"4lib/test/unit.rb (Test::Unit::Mini#_run_suites);T;[o;;[I"6show the result even when interrupted on the way.;TS; ; i;I"EThu Dec 2 07:08:38 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"'ext/io/console/console.c (setattr);T;[o;;[I",should retry on EINTR. [ruby-dev:42666];TS; ; i;I"AThu Dec 2 02:30:50 2010 Eric Hodel <drbrain@segment7.net>;T@ o; ;;;[o;;I"lib/net/http.rb;T;[o;;[I"5fixed positional wording to match revised order.;TS; ; i;I"BThu Dec 2 01:24:39 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I" ext/json/lib/json/common.rb;T;[o;;[I"Hdon't use iconv on 1.9. patched by Shota Fukumori [ruby-core:33164];TS; ; i;I"BThu Dec 2 01:02:03 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I" ext/json;T;[o;;[I"TUpdate github/flori/json from 1.4.2+ to e22b2f2bdfe6a9b0. this fixes some bugs.;TS; ; i;I"BThu Dec 2 00:05:44 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"lib/net/http.rb;T;[o;;[I"�improve rdoc. This change the order of chapter because such overview should begin with simple examples. patched by Eric Hodel [ruby-core:33469];TS; ; i;I"2010-12-01;T@ S; ; i;I"BWed Dec 1 22:01:49 2010 NAKAMURA Usaku <usa@ruby-lang.org>;T@ o; ;;;[o;;I"numeric.c (Init_Numeric);T;[o;;[I"�fixed a potential bug when using bccwin32 ruby with Microsoft's dll, though we already gave up of supporting bccwin32. [ruby-core:33503];TS; ; i;I";Wed Dec 1 21:43:21 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"array.c;T;[o;;[I""parenthesize macro arguments.;TS; ; i;I";Wed Dec 1 21:41:57 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"!test/socket/test_addrinfo.rb;T;[o;;[I"+extract Errno::EADDRINUSE as a method.;To;;I"test/socket/test_socket.rb;T;[o;;[I"ditto.;TS; ; i;I"BWed Dec 1 15:08:32 2010 NAKAMURA Usaku <usa@ruby-lang.org>;T@ o; ;;;[o;;I"8test/openssl/test_ssl.rb (test_not_started_session);T;[o;;[I"Fnon socket argument of SSLSocket.new is not supported on Windows.;TS; ; i;I"EWed Dec 1 14:36:36 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"string.c (rb_memhash);T;[o;;[I"Kzero-filled strings should return different values. [ruby-core:33500];TS; ; i;I"EWed Dec 1 14:27:49 2010 Ryan Davis <ryand-ruby@zenspider.com>;T@ o; ;;;[o;;I"lib/minitest/*.rb;T;[o;;[I"#Imported minitest 2.0.0 r5952.;To;;I"test/minitest/*.rb;T;[o;;[I"ditto.;To;;I"lib/test/unit.rb;T;[o;;[I",Compatibility fix for minitest changes.;TS; ; i;I"BWed Dec 1 10:16:41 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"string.c (rb_str_inspect);T;[o;;[I""fix typo (not 0xFD but 0xFE).;TS; ; i;I"BWed Dec 1 09:28:27 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"addr2line.c;T;[o;;[I"�Follow .gnu_debuglink section. A user of distribution provided ruby will see line info if s/he has a debug package for ruby. patched by Shinichiro Hamaji [ruby-dev:42655];TS; ; i;I"BWed Dec 1 01:29:15 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"string.c (rb_str_inspect);T;[o;;[I"�inspect as a dummy encoding string when a UTF-16/32 (not BE/LE) string does not have a BOM. Unicode and some RFCs say that a string labeled as UTF-16/32 doesn't have a BOM, it should be considered big endian. But many Windows programs generates little endian UTF-16 strings without a BOM. So String#inspect treats a string labeled UTF-16/32 without a BOM as a dummy encoding string. patched by Martin Duerst. [ruby-core:33461];TS; ; i;I"2010-11-30;T@ S; ; i;I"BTue Nov 30 17:04:10 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"&addr2line.c (parse_debug_line_cu);T;[o;;[I"cignore DW_LNE_set_discriminator. To ignore, it needs to read a single unsigned LEB128 integer.;TS; ; i;I"BTue Nov 30 16:29:19 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"vm_dump.c;T;[o;;[I"�undef HAVE_BACKTRACE when the OS is FreeBSD (in other words backtrace() is libexecinfo) and it is optimized. This temporary hack may be also applied to other libexecinfo environments.;TS; ; i;I"BTue Nov 30 16:23:23 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"lib/net/http.rb;T;[o;;[I"2improve rdoc. patched by Eric Hodel ref #4100;TS; ; i;I"BTue Nov 30 12:23:52 2010 NAKAMURA Usaku <usa@ruby-lang.org>;T@ o; ;;;[o;;I" win32/win32.c (rb_w32_read);T;[o;;[I"{read only 1 byte at once on console. workaround of Windows bug. see [ruby-core:33460]. this is not the final solution.;TS; ; i;I"BTue Nov 30 11:39:13 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"lib/net/http.rb;T;[o;;[I"Gimprove rdoc. patched by mathew murphy [ruby-core:33472] ref #4100;TS; ; i;I"ATue Nov 30 05:03:44 2010 Eric Hodel <drbrain@segment7.net>;T@ o; ;;;[o;;I"Clib/uri/common.rb (encode_www_form, encode_www_form_component);T;[o;;[I"&Improve English in documentation.;To;;I"4ext/openssl/ossl_ssl.c (ssl_version=, ciphers=);T;[o;;[I"=Document #ssl_version=, add documentation for #ciphers=.;TS; ; i;I"2010-11-29;T@ S; ; i;I"EMon Nov 29 22:55:24 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"#lib/uri/common.rb (URI::WFKV_);T;[o;;[I"Rget rid of backtrack explosion by nested repeat operators. [ruby-core:33464];TS; ; i;I"EMon Nov 29 22:53:13 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"&win32/Makefile.sub (scriptbin.mk);T;[o;;[I"fix generated rules.;To;;I")win32/win32.c (rb_w32_write_console);T;[o;;[I"fix argument type.;TS; ; i;I"EMon Nov 29 21:12:51 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"*misc/ruby-mode.el (ruby-forward-sexp);T;[o;;[I"(stop after literal hash key labels.;To;;I"0misc/ruby-mode.el (ruby-font-lock-keywords);T;[o;;[I"2highlight literal hash key labels as symbols.;TS; ; i;I"BMon Nov 29 14:31:17 2010 NAKAMURA Usaku <usa@ruby-lang.org>;T@ o; ;;;[o;;I""win32/win32.c (rb_w32_isatty);T;[o;;[I"quse GetConsoleMode() to determine the fd is console or not, just like rb_w32_write_console(). [experimental];TS; ; i;I"BMon Nov 29 14:19:40 2010 NAKAMURA Usaku <usa@ruby-lang.org>;T@ o; ;;;[o;;I"0include/ruby/win32.h (rb_w32_write_console);T;[o;;[I"wrong prototype.;TS; ; i;I"BMon Nov 29 14:10:55 2010 NAKAMURA Usaku <usa@ruby-lang.org>;T@ o; ;;;[o;;I")win32/win32.c (rb_w32_write_console);T;[o;;[I"fixed indentation.;TS; ; i;I"2010-11-28;T@ S; ; i;I"=Sun Nov 28 22:13:39 2010 Koichi Sasada <ko1@atdot.net>;T@ o; ;;;[o;;I"/thread_pthread.c (NATIVE_MUTEX_LOCK_DEBUG);T;[o;;[I"move and use it.;To;;I"ChangeLog;T;[o;;[I"fix my timezone.;TS; ; i;I"=Mon Nov 28 21:58:58 2010 Koichi Sasada <ko1@atdot.net>;T@ o; ;;;[o;;I"thread_pthread.c;T;[o;;[I"remove pthread_atfork().;TS; ; i;I"=Mon Nov 28 21:54:22 2010 Koichi Sasada <ko1@atdot.net>;T@ o; ;;;[o;;I"%thread_pthread.c (native_cond_*);T;[o;;[I"Check return code.;To;;0;[o;;[0S; ; i;I"ESun Nov 28 21:46:21 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"+thread_pthread.c (thread_start_func_1);T;[o;;[I"?initialize native thread data immediately before starting.;TS; ; i;I"ESun Nov 28 14:56:32 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"io.c (struct argf);T;[o;;[I"+make lineno long, and reorder members.;TS; ; i;I"ESun Nov 28 14:55:42 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"+thread_win32.c (gvl_release, gvl_init);T;[o;;[I"suppress warnings.;TS; ; i;I"ESun Nov 28 14:48:24 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"-thread_pthread.c (gvl_release, gvl_init);T;[o;;[I"suppress warnings.;To;;I""vm_core.h (rb_vm_gvl_destroy);T;[o;;[I"add prototype.;TS; ; i;I"ESun Nov 28 14:46:24 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I""thread_pthread.c (gvl_reinit);T;[o;;[I"Qregister atfork handler only in the parent process, to get rid of dead lock.;TS; ; i;I"=Sun Nov 28 12:23:57 2010 Koichi Sasada <ko1@atdot.net>;T@ o; ;;;[ o;;I"thread.c, vm_core.h;T;[o;;[I"Rmake gvl_acquire/release/init/destruct APIs to modularize GVL implementation.;To;;I"'thread_pthread.c, thread_pthread.h;T;[o;;[I"Two GVL implementations.;To;;I"6(1) Simple locking GVL which is same as existing GVL. (2) Wake-up queued threads. The wake-up order is simple FIFO. (We can make several queues to support exact priorities, however this causes some issues such as priority inversion and so on.) This impl. prevents spin-loop (*1) caused on SMP environments. *1;T;[o;;[I"SOnly one Ruby thread acquires GVL again and again. Bug #2359 [ruby-core:26694];To;;I"#thread_win32.c, thread_win32.h;T;[o;;[I"WUsing simple lock not by CRITICAL_SECTION but by Mutex. Bug #3890 [ruby-dev:42315];To;;I"vm.c (ruby_vm_destruct);T;[o;;[I"ditto.;TS; ; i;I"BSun Nov 28 04:40:00 2010 Luis Lavena <luislavena@gmail.com>;T@ o; ;;;[o;;I"io.c (io_fwrite);T;[o;;[I",use rb_w32_write_console under Windows.;To;;I")win32/win32.c (rb_w32_write_console);T;[o;;[I"]added to write to write Unicode using WriteConsoleW for stdout/stderr. [ruby-core:33166];TS; ; i;I"BSun Nov 28 03:58:47 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"lib/net/http.rb;T;[o;;[I";improve rdoc. patched by Mike Perham [ruby-core:33433];TS; ; i;I"2010-11-27;T@ S; ; i;I";Sat Nov 27 19:12:10 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"time.c;T;[o;;[I""parenthesize macro arguments.;TS; ; i;I"ESat Nov 27 18:08:18 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"time.c (leap_year_v_p);T;[o;;[I""fixed typo. [ruby-dev:42631];TS; ; i;I";Sat Nov 27 17:57:08 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"resolv.rb (Resolv::DNS);T;[o;;[I"ause the same DNS server when retry using TCP. reported by Julian Mehnle. [ruby-core:32970];TS; ; i;I"ESat Nov 27 15:45:27 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I" vm_dump.c (rb_vm_bugreport);T;[o;;[I"%see CrashReport log on Mac OS X.;To;;I"configure.in;T;[o;;[I"!link addr2line only for ELF.;TS; ; i;I"ASat Nov 27 13:58:55 2010 Shugo Maeda <shugo@ruby-lang.org>;T@ o; ;;;[o;;I"-lib/optparse.rb (OptionParser#candidate);T;[o;;[I">: was missing. Thanks, Shota Fukumori. [ruby-dev:42634];TS; ; i;I"GSat Nov 27 12:07:05 2010 Yukihiro Matsumoto <matz@ruby-lang.org>;T@ o; ;;;[o;;I"man/ruby.1;T;[o;;[I"8Ruby man page from Arthur Gunn in [ruby-core:33412];TS; ; i;I"ESat Nov 27 11:29:24 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"-lib/optparse.rb (OptionParser#candidate);T;[o;;[I"7get rid of 1.9 syntax so that BASERUBY can be 1.8.;TS; ; i;I"ESat Nov 27 08:16:21 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"/addr2line.c (rb_dump_backtrace_with_lines);T;[o;;[I""should close fd on edge case.;TS; ; i;I"2010-11-26;T@ S; ; i;I"BFri Nov 26 13:33:24 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"addr2line.c;T;[o;;[I"%apply a patch from shinichiro.h.;TS; ; i;I"BFri Nov 26 12:21:20 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[ o;;I"addr2line.c;T;[o;;[I"�added to show source filename and line number of functions in backtrace. [ruby-dev:42625] a patch from shinichiro.h <shinichiro.hamaji AT gmail.com>;To;;I"addr2line.h;T;[o;;[I"ditto.;To;;I"common.mk;T;[o;;[I"add addr2line.$(OBJEXT).;To;;I"configure.in;T;[o;;[I"check dl_iterate_phdr.;To;;I" vm_dump.c (rb_vm_bugreport);T;[o;;[I"Luse rb_dump_backtrace_with_lines in addr2line.c when the binary is ELF.;TS; ; i;I"BFri Nov 26 12:12:50 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"regcomp.c (setup_tree);T;[o;;[I"�restart setup_tree() for a node whose AnchorNode's type is ANCHOR_PREC_BEHIND or ANCHOR_PREC_BEHIND_NOT and divide_look_behind_alternatives() divided it to NT_ALT or NT_LIST. [ruby-core:33370];TS; ; i;I"BFri Nov 26 11:40:11 2010 NAKAMURA Usaku <usa@ruby-lang.org>;T@ o; ;;;[o;;I"vm_dump.c (dump_thread);T;[o;;[I"�get only required rights of the target thread because THREAD_ALL_ACCESS causes an access error on XP. reported by Masaya TARUI via IRC.;TS; ; i;I"BFri Nov 26 11:09:07 2010 NAKAMURA Usaku <usa@ruby-lang.org>;T@ o; ;;;[o;;I"vm_dump.c (dump_thread);T;[o;;[I"<show the displacement from the beginning of the symbol.;TS; ; i;I"BFri Nov 26 10:48:23 2010 NAKAMURA Usaku <usa@ruby-lang.org>;T@ o; ;;;[o;;I"vm_dump.c (dump_thread);T;[o;;[I"5follow the output of glibc. see [ruby-dev:42627];TS; ; i;I"BFri Nov 26 09:48:45 2010 NAKAMURA Usaku <usa@ruby-lang.org>;T@ o; ;;;[o;;I"!re.c (rb_reg_initialize_str);T;[o;;[I"Gshould succeed the taint status from the origin. [ruby-core:33338];TS; ; i;I"BFri Nov 26 09:32:37 2010 NAKAMURA Usaku <usa@ruby-lang.org>;T@ o; ;;;[o;;I"vm_dump.c (dump_thread);T;[o;;[I"lseems to be necessary the 3rd argument of SymGetLineFromAddr64(), even though MSDN says it can be zero.;TS; ; i;I"BFri Nov 26 09:03:38 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I" regcomp.c (onig_is_prelude);T;[o;;[I"Vadded to check whether ruby is still in prelude (or other boot processes) or not.;To;;I"#regcomp.c (optimize_node_left);T;[o;;[I"&use onig_is_prelude for printing.;To;;I",regcomp.c (set_optimize_info_from_tree);T;[o;;[I"ditto.;To;;I"regcomp.c (onig_compile);T;[o;;[I"ditto.;To;;I".regcomp.c (print_compiled_byte_code_list);T;[o;;[I"print its address.;To;;I""regcomp.c (print_indent_tree);T;[o;;[I"Tprint its contents tree of ANCHOR_PREC_READ(_NOT) and ANCHOR_PREC_BEHIND(_NOT).;TS; ; i;I"2010-11-25;T@ S; ; i;I"BThu Nov 25 23:10:49 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[ o;;I"%regcomp.c (print_distance_range);T;[o;;[I"use PRIuSIZE.;To;;I"$regcomp.c (print_optimize_info);T;[o;;[I"Fuse %ld because the type of calculated value of integers is long.;To;;I".regexec.c (onig_print_compiled_byte_code);T;[o;;[I"add prototype.;To;;I"regexec.c (match_at);T;[o;;[I"add 2nd argument.;TS; ; i;I"BThu Nov 25 10:29:55 2010 NAKAMURA Usaku <usa@ruby-lang.org>;T@ o; ;;;[o;;I"0ext/dl/callback/mkcallback.rb (gencallback);T;[o;;[I"<shouldn't assume that VALUE is the same size with long.;TS; ; i;I"BThu Nov 25 10:03:14 2010 NAKAMURA Usaku <usa@ruby-lang.org>;T@ o; ;;;[o;;I"5test/win32ole/test_err_in_callback.rb (teardown);T;[o;;[I")remove tmp file only when it exists.;TS; ; i;I"BThu Nov 25 01:38:25 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I" enc/trans/big5-hkscs-tbl.rb;T;[o;;[I"KUpdate table as HKSCS-2008. patched by oCameLo oTnTh [ruby-core:33256];To;;I"enc/big5.c;T;[o;;[I"-add alias Big5-HKSCS:2008 to Big5-HKSCS.;TS; ; i;I"2010-11-24;T@ S; ; i;I"BWed Nov 24 15:18:07 2010 NAKAMURA Usaku <usa@ruby-lang.org>;T@ o; ;;;[o;;I"vsnprintf (BSD_vfprintf);T;[o;;[I"Cuse QUADINT macro only when _HAVE_SANE_QUAD_ macro is defined.;TS; ; i;I"BWed Nov 24 12:47:16 2010 NAKAMURA Usaku <usa@ruby-lang.org>;T@ o; ;;;[o;;I"vsnprintf (BSD_vfprintf);T;[o;;[I".added VC++ compatible size specifications;To;;0;[o;;[0S; ; i;I"BWed Nov 24 11:19:13 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"string.c (rb_str_inspect);T;[o;;[I")treat UTF-16 and UTF-32 as BE or LE.;TS; ; i;I"BWed Nov 24 06:35:32 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"enc/trans/utf_16_32.trans;T;[o;;[I"add the UTF-32 converter.;TS; ; i;I"BWed Nov 24 05:40:33 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[ S; ; i;I"EWed Nov 24 06:13:32 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"9win32/win32.c (filecp, wstr_to_mbstr, mbstr_to_wstr);T;[o;;[I"refactored.;TS; ; i;I"BWed Nov 24 05:40:33 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"enc/trans/utf_16_32.trans;T;[o;;[I"*add a converter from UTF-8 to UTF-16.;TS; ; i;I"BWed Nov 24 03:21:35 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"enc/trans/utf_16_32.trans;T;[o;;[I".raise error on unpaired upper surrogates.;TS; ; i;I"BWed Nov 24 01:40:23 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"enc/utf_16_32.h;T;[o;;[I"/add UTF-16 and UTF-32 as a dummy encoding.;To;;I"enc/trans/utf_16_32.trans;T;[o;;[I"*add a converter from UTF-16 to UTF-8.;TS; ; i;I"2010-11-23;T@ S; ; i;I"ETue Nov 23 21:59:47 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"*win32/win32.c (wlink, rb_w32_getppid);T;[o;;[I"Fuse typedef instead of repeating complicated function prototypes.;TS; ; i;I"ETue Nov 23 18:54:03 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"vm.c (rb_thread_mark);T;[o;;[I";should mark self in control frames. [ruby-core:33289];TS; ; i;I"ATue Nov 23 07:57:31 2010 Tadayoshi Funaba <tadf@dotrb.org>;T@ o; ;;;[o;;I""lib/date/delta/parser.{ry,rb};T;[o;;[I""fixed a bug of token scanner.;TS; ; i;I"ATue Nov 23 07:29:24 2010 Tadayoshi Funaba <tadf@dotrb.org>;T@ o; ;;;[o;;I"0complex.c, rational.c ({nucomp,nurat}_expt);T;[o;;[I"added a check.;TS; ; i;I"ATue Nov 23 07:27:27 2010 Tadayoshi Funaba <tadf@dotrb.org>;T@ o; ;;;[o;;I"lib/date.rb (daynum);T;[o;;[I"should be private.;TS; ; i;I"ETue Nov 23 07:22:54 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"'ChangeLog (change-log-indent-text);T;[o;;[I"hanging indent.;TS; ; i;I"ETue Nov 23 06:30:51 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"Mconfigure.in (SITE_DIR, VENDOR_DIR), version.c (ruby_initial_load_paths);T;[o;;[I"\exclude directories that are configured without them from $LOAD_PATH. [ruby-core:33267];To;;I"!configure.in (rubylibprefix);T;[o;;[I"No ruby, No libprefix.;TS; ; i;I"BTue Nov 23 01:05:27 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"vsnprintf.c (BSD_vfprintf);T;[o;;[I"Jdon't output floating point when the precision is 0. [ruby-dev:42615];TS; ; i;I"2010-11-22;T@ S; ; i;I"EMon Nov 22 21:30:57 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"string.c (rb_str_inspect);T;[o;;[I"afix for ascii-compatible external encoding and different encoding string. [ruby-core:33283];TS; ; i;I"EMon Nov 22 18:45:44 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I""lib/mkmf.rb (create_makefile);T;[o;;[I"3should not duplicate rules. bug fix of r29842.;TS; ; i;I"BMon Nov 22 18:04:40 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[ o;;I"enc/big5.c;T;[o;;[I"split CP950 from Big5.;To;;I"enc/big5.c;T;[o;;[I"!split CP951 from Big5-HKSCS.;To;;I"enc/trans/big5.trans;T;[o;;[I"�import conversion table of Big5, Big5-HKSCS, CP950, and CP951 from ICU. they need fallback conversions. ref [ruby-core:33256] http://source.icu-project.org/repos/icu/data/trunk/charset/data/ucm/;To;;I"*tool/transcode-tblgen.rb (import_ucm);T;[o;;[I"add to import ucm files.;TS; ; i;I"EMon Nov 22 18:33:30 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"string.c (rb_str_inspect);T;[o;;[I"dappend for each chars instead of bulk copy if encoding conversion is needed. [ruby-core:33283];TS; ; i;I"BMon Nov 22 14:22:45 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"time.c (time_zone);T;[o;;[I"yuse rb_locale_str_new_cstr to set encoding as locale and convert its content to internal encoding. [ruby-core:33278];TS; ; i;I"BMon Nov 22 11:58:11 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"string.c (rb_str_concat);T;[o;;[I"Uset ENC_CODERANGE_VALID when the receiver is 7BIT and the argument is non ASCII.;TS; ; i;I"AMon Nov 22 01:48:58 2010 Tadayoshi Funaba <tadf@dotrb.org>;T@ o; ;;;[o;;I"lib/date.rb;T;[o;;[I"'some improvements for performance.;TS; ; i;I"2010-11-20;T@ S; ; i;I"KSat Nov 20 07:45:50 2010 Aaron Patterson <aaron@tenderlovemaking.com>;T@ o; ;;;[o;;I"lib/mkmf.rb;T;[o;;[I"badding compilation support for ObjC/ObjC++ extensions. Thanks Scott Gonyea! [ruby-core:33260];TS; ; i;I"@Sat Nov 20 01:57:55 2010 Akio Tajima <artonx@yahoo.co.jp>;T@ o; ;;;[o;;I"common.mk;T;[o;;[I"-add dependency(insns.inc) to compile.obj;TS; ; i;I"2010-11-19;T@ S; ; i;I"EFri Nov 19 23:05:48 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"(win32/Makefile.sub (insns_rules.mk);T;[o;;[I"remove extra backslash.;To;;I"6cygwin/GNUmakefile.in, win32/Makefile.sub (clean);T;[o;;[I"Frc files are made at compile time, so should be removed by clean.;TS; ; i;I"?Fri Nov 19 22:09:46 2010 Kouhei Sutou <kou@cozmixng.org>;T@ o; ;;;[o;;I"Itest/rexml/test_core.rb (Tester#test_pretty_format_long_text_finite);T;[o;;[I"Oskip a test that uses long string on small memory system. [ruby-dev:42599];TS; ; i;I"EFri Nov 19 21:07:06 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"lib/optparse.rb;T;[o;;[I"gshell completion support for zsh. based on <http://d.hatena.ne.jp/rubikitch/20071002/zshcomplete>;To;;I"lib/optparse.rb;T;[o;;[I"'shell completion support for bash.;TS; ; i;I"EFri Nov 19 00:00:00 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"+cygwin/GNUmakefile.in (SCRIPTPROGRAMS);T;[o;;[I"no needs on cygwin.;To;;I"#win32/Makefile.sub (scriptbin);T;[o;;[I"create script binaries.;TS; ; i;I"2010-11-18;T@ S; ; i;I"?Thu Nov 18 23:21:23 2010 Kouhei Sutou <kou@cozmixng.org>;T@ o; ;;;[o;;I"Dlib/rexml/formatters/pretty.rb (REXML::Formatters::Pretty#wrap);T;[o;;[I"�REXML::Formatters::Pretty#wrap used a recursive method call to format text. This switches it to use an iterative approach. [ruby-core:33245] Patch by Jeremy Evans. Thanks!!!;To;;I"test/rexml/test_core.rb;T;[o;;[I"add a test for it.;TS; ; i;I"EThu Nov 18 22:58:43 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"'include/ruby/io.h (rb_io_buffer_t);T;[o;;[I"extract from rb_io_t.;TS; ; i;I"EThu Nov 18 07:37:44 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"Makefile.in (reconfig);T;[o;;[I"-force reconfigure with previous options.;To;;I"common.mk (showconfig);T;[o;;[I"Yshow configure flags, like as `config.status --config' generated by recent autoconf.;TS; ; i;I"EThu Nov 18 07:16:49 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"%missing/langinfo.c (strncasecmp);T;[o;;[I"get rid of redefinition.;TS; ; i;I"IThu Nov 18 00:02:17 2010 James Edward Gray II <jeg2@ruby-lang.org>;T@ o; ;;;[o;;I"lib/csv.rb;T;[o;;[I"OUpgrading output encoding with ASCII content as needed. [ruby-core:33229];TS; ; i;I"2010-11-17;T@ S; ; i;I"EWed Nov 17 23:19:21 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[ o;;I"win32/configure.bat;T;[o;;[I"/remove quotes from arguments to be quoted.;To;;I""lib/mkmf.rb (create_makefile);T;[o;;[I"%use forward slashes in messages.;To;;I""lib/mkmf.rb (create_makefile);T;[o;;[I"-make extension libraries messages brief.;To;;I""win32/Makefile.sub (MAKEDIRS);T;[o;;[I"$should not include silent flag.;To;;I">common.mk (ext/ripper/ripper.c, ext/json/parser/parser.c);T;[o;;[I"(pass Q and ECHO. [ruby-core:33226];TS; ; i;I"DWed Nov 17 16:09:52 2010 Yuki Sonoda (Yugui) <yugui@yugui.jp>;T@ o; ;;;[o;;I"test/test_tracer.rb;T;[o;;[I"7new test case. minimal regression test for r29280.;TS; ; i;I"DWed Nov 17 16:04:23 2010 Yuki Sonoda (Yugui) <yugui@yugui.jp>;T@ o; ;;;[o;;I">test/ruby/envutil.rb (Test::Unit::Assersions#assert_warn);T;[o;;[I"ynew assertion to assert that a particular warning message is displayed. forward port from branches/ruby_1_9_2@29795.;TS; ; i;I"BWed Nov 17 15:16:48 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[ o;;I"regint.h (OnigOpInfoType);T;[o;;[I"constify name.;To;;I"regcomp.c (op2name);T;[o;;[I"constify return value.;To;;I".regcomp.c (onig_print_compiled_byte_code);T;[o;;[I"1use PRIuPTR and uintptr_t to clean warnings.;To;;I""regcomp.c (print_indent_tree);T;[o;;[I"use PRIxPTR and intptr_t.;To;;I"regexec.c (match_at);T;[o;;[I"use PRIdPTR and intptr_t.;TS; ; i;I"BWed Nov 17 09:49:10 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"-enc/shift_jis.c (property_name_to_ctype);T;[o;;[I"fix memory leak.;To;;I"*enc/euc_jp.c (property_name_to_ctype);T;[o;;[I"ditto.;TS; ; i;I"IWed Nov 17 08:54:04 2010 James Edward Gray II <jeg2@ruby-lang.org>;T@ o; ;;;[o;;I"lib/csv.rb;T;[o;;[I"<Upgrading output encoding as needed. [ruby-core:33135];TS; ; i;I"2010-11-16;T@ S; ; i;I"=Tue Nov 16 22:30:39 2010 Yusuke Endoh <mame@tsg.ne.jp>;T@ o; ;;;[o;;I"vm_insnhelper.c (vm_throw);T;[o;;[I"Hremove fear of undefined behavior :-) Coverity Scan found this bug.;TS; ; i;I":Tue Nov 16 09:33:00 2010 Kenta Murata <mrkn@mrkn.jp>;T@ o; ;;;[o;;I"6ext/bigdecimal/lib/bigdecimal/util.rb (to_digits);T;[o;;[I"Aavoid unused variables warning, reported by Aaron Patterson.;TS; ; i;I"ETue Nov 16 06:39:31 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"pack.c (PACK_ITEM_ADJUST);T;[o;;[I"Wreturn nil not result array and yield values if block is given. [ruby-core:33193];TS; ; i;I"=Tue Nov 16 00:21:20 2010 Yusuke Endoh <mame@tsg.ne.jp>;T@ o; ;;;[o;;I"'regparse.c (and_cclass, or_cclass);T;[o;;[I"Ffix memory leak. Coverity Scan found this bug. [ruby-dev:42579];TS; ; i;I"=Tue Nov 16 00:07:32 2010 Yusuke Endoh <mame@tsg.ne.jp>;T@ o; ;;;[o;;I"gc.c (assign_heap_slot);T;[o;;[I"Qfix fear of memory leak and memory violation. Coverity Scan found this bug.;TS; ; i;I"2010-11-15;T@ S; ; i;I"=Mon Nov 15 23:54:45 2010 Yusuke Endoh <mame@tsg.ne.jp>;T@ o; ;;;[o;;I")eval_intern.h (CHECK_STACK_OVERFLOW);T;[o;;[I"cit was not intended to add size_t to a pointer typed VALUE*. Coverity Scan found this defect.;TS; ; i;I"=Mon Nov 15 23:41:21 2010 Yusuke Endoh <mame@tsg.ne.jp>;T@ o; ;;;[o;;I"]compile.c (iseq_set_exception_local_table, iseq_set_local_table, rb_iseq_build_from_ary);T;[o;;[I"yfix type inconsistency (which is benign because sizeof(ID) == sizeof(ID*), though). Coverity Scan found these bugs.;TS; ; i;I"=Mon Nov 15 22:47:27 2010 Yusuke Endoh <mame@tsg.ne.jp>;T@ o; ;;;[o;;I"vm_eval.c (rb_funcall);T;[o;;[I"Eensure va_end after va_init_list. Coverity Scan found this bug.;TS; ; i;I"KMon Nov 15 08:36:12 2010 Aaron Patterson <aaron@tenderlovemaking.com>;T@ o; ;;;[o;;I"+lib/racc/parser.rb (do_parse, yyparse);T;[o;;[I":using class eval to define method and avoid __send__.;TS; ; i;I"KMon Nov 15 06:43:48 2010 Aaron Patterson <aaron@tenderlovemaking.com>;T@ o; ;;;[o;;I"/etc/openssl/ossl_ssl.c (ossl_ssl_get_cert);T;[o;;[I"Traise exception if pointer is invalid. Thanks Ippei Obayashi! [ruby-dev:42573];TS; ; i;I"2010-11-14;T@ S; ; i;I"ESun Nov 14 17:57:45 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I" enc/Makefile.in (distclean);T;[o;;[I"@should not remove sources which are distributed in tarball.;TS; ; i;I"ESun Nov 14 16:48:56 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"$parse.y (parser_set_token_info);T;[o;;[I"3turn on/off with directives. [ruby-core:25442];TS; ; i;I"ESun Nov 14 12:05:24 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"io.c (argf_readlines);T;[o;;[I"gforward to current_file for arguments check. http://twitter.com/nagachika/status/3634254856589312;TS; ; i;I"ESun Nov 14 08:48:06 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I".win32/setup.mak (-basic-vars-, -runtime-);T;[o;;[I"7suppress trailing space and compiler command line.;TS; ; i;I"QSun Nov 14 04:22:32 2010 Alexander Zavorine <alexandre.zavorine@nokia.com>;T@ o; ;;;[o;;I"symbian/setup (config.h);T;[o;;[I"0Added HAVE_LABS and HAVE_LLABS to config.h.;To;;I"symbian/configure.bat;T;[o;;[I"CChanged packaging version in line with API style 3 versioning.;TS; ; i;I"2010-11-13;T@ S; ; i;I"ESat Nov 13 16:37:56 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I" common.mk (showflags, help);T;[o;;[I"emit messages at once.;To;;I""win32/Makefile.sub (MSG, EOM);T;[o;;[I"&remove surrounding quotes by %~I.;TS; ; i;I"?Sat Nov 13 01:31:30 2010 Akio Tajima <artonx@yahoo.co.jp>;T@ o; ;;;[o;;I"win32/Makefile.sub;T;[o;;[I"7reorder variable End Of Message (don't display it);TS; ; i;I"2010-11-12;T@ S; ; i;I"EFri Nov 12 20:52:34 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I" common.mk (showflags, help);T;[o;;[I"2use caret to quote leading spaces on Windows.;To;;I"rMakefile.in, common.mk, cygwin/GNUmakefile.in, enc/depend, ext/ripper/depend, lib/mkmf.rb, win32/Makefile.sub;T;[o;;[I"caddle up.;TS; ; i;I"BFri Nov 12 16:35:31 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"configure.in;T;[o;;[I"�support C level backtrace information on FreeBSD. When devel/libexecinfo is installed on FreeBSD, now ruby can show C level backtrace information. http://www.freebsd.org/cgi/cvsweb.cgi/ports/devel/libexecinfo/;TS; ; i;I"BFri Nov 12 09:58:30 2010 NAKAMURA Usaku <usa@ruby-lang.org>;T@ o; ;;;[o;;I"win32/setup.mak;T;[o;;[I"�use findstr.exe instead of find.exe, because all target build platforms should have findstr.exe, and, find.exe often means another command such as cygwin's.;TS; ; i;I"EFri Nov 12 00:30:19 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I""win32/Makefile.sub (config.h);T;[o;;[I"need PRI_LL_PREFIX.;TS; ; i;I"2010-11-11;T@ S; ; i;I"EThu Nov 11 23:38:32 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"configure.in;T;[o;;[I"7ANSI C-conforming const and volatile are mandatory;To;;I":configure.in (AC_C_CONST, AC_C_INLINE, AC_C_VOLATILE);T;[o;;[I"'check before used in other checks.;To;;I",configure.in (RUBY_CHECK_PRINTF_PREFIX);T;[o;;[I"Tshould not break from RUBY_WERROR_FLAG, so that ac_c_werror_flag gets restored.;TS; ; i;I"EThu Nov 11 23:04:44 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"(ext/iconv/iconv.c (warn_deprecated);T;[o;;[I"show caller position.;TS; ; i;I"EThu Nov 11 23:03:12 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"io.c (argf_close);T;[o;;[I""untie tied io before closing.;To;;I"io.c (argf_write);T;[o;;[I"add ARGF.write and so on.;To;;I"io.c (argf_read_nonblock);T;[o;;[I"add ARGF.read_nonblock.;TS; ; i;I"EThu Nov 11 21:49:06 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"#lib/rdoc/stats.rb (RDoc#print);T;[o;;[I"get rid of NaN.;TS; ; i;I"EThu Nov 11 21:47:12 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"common.mk (SHOWFLAGS);T;[o;;[I"show compile flags.;To;;I"common.mk;T;[o;;[I"�hide long command lines by default. verbose-mode is turned on by V=1 as before. http://jarp.does.notwork.org/diary/200605b.html#200605121;TS; ; i;I"EThu Nov 11 21:32:09 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"lib/mkmf.rb (try_func);T;[o;;[I"accept variable address.;To;;I"ext/win32ole/extconf.rb;T;[o;;[I"!libuuid is needed on cygwin.;TS; ; i;I"EThu Nov 11 21:24:36 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"file.c (file_expand_path);T;[o;;[I"1use cygwin_conv_path on cygwin 1.7 or later.;To;;I"!ruby.c (push_include_cygwin);T;[o;;[I"ditto.;TS; ; i;I"EThu Nov 11 20:49:48 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"(include/ruby/ruby.h (PRI_LL_PREFIX);T;[o;;[I"?format type specifier for LONG_LONG may vary on platforms.;TS; ; i;I"EThu Nov 11 20:45:23 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"!configure.in (SYMBOL_PREFIX);T;[o;;[I"!separate from EXPORT_PREFIX.;To;;I"-win32/mkexports.rb (Exports#each_export);T;[o;;[I"use SYMBOL_PREFIX.;TS; ; i;I"2010-11-10;T@ S; ; i;I"EWed Nov 10 07:20:10 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[ o;;I"&cygwin/GNUmakefile.in (scriptbin);T;[o;;[I"1make executable file from scripts with stub.;To;;I" ruby.c (load_file_internal);T;[o;;[I":assume xflag for exe file as well as no-shebang file.;To;;I"tool/rbinstall.rb;T;[o;;[I"install script programs.;To;;I",win32/mkexports.rb (Exports#initialize);T;[o;;[I"!alias ruby_sysinit for stub.;To;;I"win32/stub.c;T;[o;;[I"&stub for scripts. [EXPERIMENTAL];TS; ; i;I"2010-11-09;T@ S; ; i;I"ETue Nov 9 21:57:45 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"dln.c (init_funcname);T;[o;;[I"=allocate and build initialization funciton name at once.;TS; ; i;I"ETue Nov 9 21:14:54 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"4configure.in (AC_FUNC_GETPGRP, AC_FUNC_SETPGRP);T;[o;;[I"no need when not used.;To;;I"!configure.in (EXPORT_PREFIX);T;[o;;[I"check generic prefix.;TS; ; i;I"BTue Nov 9 13:24:33 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[ o;;I"6regenc.c (onigenc_minimum_property_name_to_ctype);T;[o;;[I":\p{...} should be case insensitive. [ruby-core:33000];To;;I"2regenc.c (onigenc_property_list_add_property);T;[o;;[I"ditto.;To;;I">enc/euc_jp.c (init_property_list, property_name_to_ctype);T;[o;;[I"!to lowercase property names.;To;;I"Aenc/shift_jis.c (init_property_list, property_name_to_ctype);T;[o;;[I"ditto.;TS; ; i;I"BTue Nov 9 13:29:36 2010 NAKAMURA Usaku <usa@ruby-lang.org>;T@ o; ;;;[o;;I")win32/win32.c (overlapped_socket_io);T;[o;;[I")get rid of a warning of 64bit mingw.;TS; ; i;I"BTue Nov 9 10:44:19 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"util.c (ruby_strtod);T;[o;;[I""this code uses FPU's rounding system. But x86's FPU calculates double precision floating-point numbers in 80bit precision, so it fails to round the value. So ensure the value is assigned a variable. [ruby-dev:42551] see also [ruby-math:00802] http://www.shudo.net/java-grandprix99/strictfp/;TS; ; i;I"ETue Nov 9 07:30:15 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"error.c (rb_syserr_new);T;[o;;[I"Qnew function to make SystemCallError instance without errno. [EXPERIMENTAL];To;;I"1error.c (rb_syserr_fail, rb_mod_syserr_fail);T;[o;;[I"ditto.;TS; ; i;I"2010-11-08;T@ S; ; i;I"BMon Nov 8 18:26:03 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"util.c (ruby_hdtoa);T;[o;;[I"fix type cast and bufsize.;TS; ; i;I"BMon Nov 8 15:40:56 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"vsnprintf.c (BSD_vfprintf);T;[o;;[I"Ffix precision specifier doesn't work well on %f. [ruby-dev:42552];TS; ; i;I"BMon Nov 8 14:41:40 2010 NAKAMURA Usaku <usa@ruby-lang.org>;T@ o; ;;;[o;;I"/win32/win32.c (get_wsa_extension_function);T;[o;;[I"typos.;TS; ; i;I"BMon Nov 8 13:41:33 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"�tool/enc-unicode.rb, enc/unicode/name2ctype.h, enc/unicode/name2ctype.h.blt, enc/unicode/name2ctype.kwd, enc/unicode/name2ctype.src;T;[o;;[I"dAdd Age property to regexp. [ruby-core:33019] patched by Ammar Ali, tested by Run Paint Run Run;TS; ; i;I"GMon Nov 8 12:16:39 2010 Ben Walton <bwalton@artsci.utoronto.ca>;T@ o; ;;;[o;;I"configure.in;T;[o;;[I"4support -h for solaris linker when gcc not used;TS; ; i;I"BMon Nov 8 11:47:39 2010 NAKAMURA Usaku <usa@ruby-lang.org>;T@ o; ;;;[o;;I"-win32/win32.c (finish_overlapped_socket);T;[o;;[I"refactoring.;TS; ; i;I"BMon Nov 8 11:02:21 2010 NAKAMURA Usaku <usa@ruby-lang.org>;T@ o; ;;;[o;;I"%win32/win32.c (get_proc_address);T;[o;;[I"refactoring.;To;;I"0win32/win32.c (get_wsa_exetinsion_function);T;[o;;[I"refactoring.;TS; ; i;I"BMon Nov 8 09:45:35 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"enc/trans/gbk-tbl.rb;T;[o;;[I"�Add euro sign. [ruby-core:33094] CP936, which is de facto definition of GBK, has it. http://msdn.microsoft.com/en-us/goglobal/cc305153.aspx;TS; ; i;I"EMon Nov 8 07:26:20 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"configure.in;T;[o;;[I"Tcheck only the first symbol to get rid of duplication. [ruby-core:33084] #4031;TS; ; i;I"2010-11-07;T@ S; ; i;I"ESun Nov 7 10:13:30 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"configure.in (NM);T;[o;;[I"#check on all platforms. #4031;TS; ; i;I"KSun Nov 7 06:16:33 2010 Aaron Patterson <aaron@tenderlovemaking.com>;T@ o; ;;;[o;;I"test/openssl/test_ocsp.rb;T;[o;;[I"Cadding test for r29699. Thanks Elise Huard! [ruby-core:32460];TS; ; i;I"2010-11-06;T@ S; ; i;I"ESat Nov 6 07:33:08 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"'configure.in (rb_cv_export_prefix);T;[o;;[I"6check for prefixed underscore of exported symbols;To;;I"!tool/rbinstall.rb (bin-comm);T;[o;;[I".prepend prolog shell script if necessary.;To;;I"$configure.in (LIBRUBY_RELATIVE);T;[o;;[I"use rpath token expansion.;TS; ; i;I"ESat Nov 6 07:24:01 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I")template/ruby.pc.in (arch, sitearch);T;[o;;[I"reordered.;To;;I"configure.in;T;[o;;[I"keep failed file.;TS; ; i;I"ESat Nov 6 07:03:49 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"process.c (rb_fork_err);T;[o;;[I" save errinfo before fdopen.;TS; ; i;I"KSat Nov 6 00:43:58 2010 Aaron Patterson <aaron@tenderlovemaking.com>;T@ o; ;;;[o;;I"6ext/openssl/ossl_ocsp.c (ossl_ocspcid_initialize);T;[o;;[I"�an optional parameter may be used to specify the OpenSSL::OCSP::CertificateId on initialization. Thanks Elise Huard! [ruby-core:32460];TS; ; i;I"2010-11-05;T@ S; ; i;I"EFri Nov 5 12:23:01 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"=test/ruby/test_{process,system}.rb (test_fallback_to_sh);T;[o;;[I">meaningless and wrong tests where /bin/sh does not exist.;To;;I"process.c (proc_spawn_v);T;[o;;[I"should spawn, not exec.;TS; ; i;I"EFri Nov 5 01:21:31 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"*process.c (proc_exec_v, proc_spawn_v);T;[o;;[I"Ltry to execute with sh if no shebang. [ruby-core:32745] [EXPERIMENTAL];TS; ; i;I"EFri Nov 5 00:39:00 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I",io.c (rb_io_readlines, rb_io_each_line);T;[o;;[I"Xlimit must not be zero. a patch from Tomoyuki Chikanaga at [ruby-dev:42538]. #4024;TS; ; i;I"KFri Nov 5 00:14:15 2010 Aaron Patterson <aaron@tenderlovemaking.com>;T@ o; ;;;[o;;I"ext/fiddle/extconf.rb;T;[o;;[I"Jfixing ffi library location on windows. Thanks Usa! [ruby-core:32930];TS; ; i;I"2010-11-04;T@ S; ; i;I"=Thu Nov 4 20:04:44 2010 Koichi Sasada <ko1@atdot.net>;T@ o; ;;;[o;;I"gc.c (rb_newobj);T;[o;;[I"2force garbage_collect() if GC.stress == true.;TS; ; i;I"=Thu Nov 4 19:48:22 2010 Koichi Sasada <ko1@atdot.net>;T@ o; ;;;[o;;I"ChangeLog;T;[o;;[I"&missed to write a last ChangeLog.;To;;I" gc.c (gc_finalize_deferred);T;[o;;[I" removed.;To;;I"#gc.c (rb_gc_finalize_deferred);T;[o;;[I")Do not invoke a free_unused_heaps().;TS; ; i;I"=Thu Nov 4 19:45:27 2010 Koichi Sasada <ko1@atdot.net>;T@ o; ;;;[o;;I"gc.c (run_final);T;[o;;[I"do not need argument obj.;TS; ; i;I"=Thu Nov 4 19:26:10 2010 Koichi Sasada <ko1@atdot.net>;T@ o; ;;;[o;;I"gc.c (before_gc_sweep);T;[o;;[I"fix commit miss.;TS; ; i;I"=Thu Nov 4 19:20:46 2010 Koichi Sasada <ko1@atdot.net>;T@ o; ;;;[o;;I"+gc.c (after_gc_sweep, before_gc_sweep);T;[o;;[I"8invoke rb_sweep_method_entry() as soon as possible.;TS; ; i;I"=Thu Nov 4 19:13:58 2010 Koichi Sasada <ko1@atdot.net>;T@ o; ;;;[o;;I"&gc.c (after_gc_sweep, slot_sweep);T;[o;;[I"6finalizers should be invoked as soon as possible.;TS; ; i;I"GThu Nov 4 10:30:40 2010 URABE Shyouhei <shyouhei@ruby-lang.org>;T@ o; ;;;[o;;I"#configure.in (--with-valgrind);T;[o;;[I"sNow this option is default on. You can still explicitly disable this feature by specifying --without-valgrind.;TS; ; i;I"=Thu Nov 4 02:06:16 2010 Yusuke Endoh <mame@tsg.ne.jp>;T@ o; ;;;[o;;I"cont.c (fiber_t_alloc);T;[o;;[I"Rraise an error when fiber is going to be initialized twice. [ruby-dev:42524];TS; ; i;I"=Thu Nov 4 02:04:25 2010 Yusuke Endoh <mame@tsg.ne.jp>;T@ o; ;;;[o;;I"cont.c (rb_fiber_resume);T;[o;;[I"]raise an "double resume" error when root fiber is going to be resumed. [ruby-dev:42523];TS; ; i;I"2010-11-03;T@ S; ; i;I"EWed Nov 3 14:17:18 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"-lib/ostruct.rb (OpenStruct#delete_field);T;[o;;[I"7also undefine accessor methods. [ruby-core:33010];TS; ; i;I"EWed Nov 3 14:13:46 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"%string.c (rb_enc_cr_str_buf_cat);T;[o;;[I"zconcatenation of valid encoding string and invalid encoding string should result invalid encoding. [ruby-core:33027];TS; ; i;I"=Wed Nov 3 08:58:59 2010 Koichi Sasada <ko1@atdot.net>;T@ o; ;;;[o;;I"gc.c, vm.c, vm_core.h;T;[o;;[I"#remove USE_VALUE_CACHE option.;TS; ; i;I"GWed Nov 3 07:47:25 2010 Yukihiro Matsumoto <matz@ruby-lang.org>;T@ o; ;;;[o;;I"2lib/irb/ruby-lex.rb (RubyLex#identify_string);T;[o;;[I"Rparse multiple regex options. a patch from Heesob Park in [ruby-core:32988].;TS; ; i;I";Wed Nov 3 07:33:57 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"*vm_method.c (rb_clear_cache_by_class);T;[o;;[I"Wjust return if the class has no method. reported by Eric Wong. [ruby-core:32689];TS; ; i;I"2010-11-02;T@ S; ; i;I"KTue Nov 2 22:50:25 2010 Aaron Patterson <aaron@tenderlovemaking.com>;T@ o; ;;;[o;;I"9ext/psych/lib/psych/visitors/visitor.rb (initialize);T;[o;;[I"?push accessor methods to subclass that actually uses them.;TS; ; i;I"KTue Nov 2 22:47:08 2010 Aaron Patterson <aaron@tenderlovemaking.com>;T@ o; ;;;[o;;I"5ext/psych/lib/psych/visitors/visitor.rb (accept);T;[o;;[I"Bswitch to a dispatch cache rather than case / when statement.;TS; ; i;I"?Tue Nov 2 21:46:52 2010 Kouhei Sutou <kou@cozmixng.org>;T@ o; ;;;[o;;I" NEWS;T;[o;;[I"fix a typo.;TS; ; i;I"?Tue Nov 2 20:10:32 2010 Tajima Akio <artonx@yahoo.co.jp>;T@ o; ;;;[o;;I"test/rake/test_tasks.rb;T;[o;;[I">clear env var which is used by the test. [ruby-dev:42508];TS; ; i;I"BTue Nov 2 00:25:54 2010 NAKAMURA Usaku <usa@ruby-lang.org>;T@ o; ;;;[o;;I"ext/socket/extconf.rb;T;[o;;[I"Owin64 is just same with win32 about socket. notice: but wince is not same.;TS; ; i;I"2010-11-01;T@ S; ; i;I"GMon Nov 1 21:25:57 2010 URABE Shyouhei <shyouhei@ruby-lang.org>;T@ o; ;;;[o;;I"main.c;T;[o;;[I"�<stdlib.h> is needed, to introduce the getenv(3) prototype declaration. Without it a C compiler shall infer the getenv type as "int getenv(...);", but this is totally wrong, especially when your machine's sizeof(int) and sizeof(char*) differs. On such environment a return value of getenv(3), which is in fact a char*, might first casted into a int (loses data here), and then casted back to char* by automatic integral promotion to fit to the prototype of ruby_set_debug_option().;TS; ; i;I"2010-10-31;T@ S; ; i;I"=Sun Oct 31 23:27:09 2010 Koichi Sasada <ko1@atdot.net>;T@ o; ;;;[o;;I"2gc.c (finalizer_table, objspace->final.table);T;[o;;[I"VCreate finalizer_table at Init_heap(). Remove all null checks of finalizer_table.;To;;I"gc.c (mark_tbl);T;[o;;[I"skip if no table entries.;To;;I"gc.c (slot_swee);T;[o;;[I"*remove useless need_call_final check.;TS; ; i;I"ESun Oct 31 22:32:08 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"gc.c (rb_objspace_free);T;[o;;[I"Tfinalizers should be called separately from freeing objspace. [ruby-dev:42479];TS; ; i;I"ESun Oct 31 22:24:14 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"eval.c (ruby_cleanup);T;[o;;[I"Ffree current VM and its objspace even when exiting by SystemExit.;TS; ; i;I"ESun Oct 31 22:10:56 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[ o;;I"compile.c (new_child_iseq);T;[o;;[I"adjust argument types.;To;;I"}iseq.c (prepare_iseq_build, rb_iseq_new), (rb_iseq_new_with_bopt_and_opt, rb_iseq_new_with_opt), (rb_iseq_new_with_bopt);T;[o;;[I"ditto.;To;;I")compile.c (iseq_set_exception_table);T;[o;;[I"suppress warnings.;To;;I"*insns.def (putspecialobject, defined);T;[o;;[I"ditto.;To;;I"iseq.c (iseq_load);T;[o;;[I"ditto.;TS; ; i;I"=Sun Oct 31 09:30:51 2010 Koichi Sasada <ko1@atdot.net>;T@ o; ;;;[ o;;I"vm_core.h;T;[o;;[I"�some refactoring. - move decl. of rb_compile_option_struct to iseq.h. - define enum iseq_type. - define enum vm_special_object_type.;To;;I"compile.c;T;[o;;[I"�some refactoring. - apply above changes. - (struct iseq_link_element): change value of type. - remove unused decl. - fix comment. - rename iseq_build_body and iseq_build_exception to iseq_build_from_ary_body and iseq_build_from_ary_exception.;To;;I"iseq.h;T;[o;;[I"2define enum catch_type and enum defined_type.;To;;I"insns.def;T;[o;;[I"apply above changes.;To;;I"iseq.c;T;[o;;[I"6define ISEQ_MAJOR_VERSION and ISEQ_MINOR_VERSION.;TS; ; i;I"2010-10-30;T@ S; ; i;I"?Sat Oct 30 23:38:59 2010 Kouhei Sutou <kou@cozmixng.org>;T@ o; ;;;[o;;I"lib/rexml/encoding.rb;T;[o;;[I"untabify.;TS; ; i;I"?Sat Oct 30 21:06:37 2010 Kouhei Sutou <kou@cozmixng.org>;T@ o; ;;;[ o;;I"lib/rexml/encoding.rb;T;[o;;[I"9use Ruby native encoding mechanism. [ruby-dev:42464];To;;I"lib/rexml/encodings/;T;[o;;[I"remove.;To;;I"�lib/rexml/document.rb, lib/rexml/formatters/default.rb, lib/rexml/output.rb, lib/rexml/parseexception.rb, lib/rexml/parsers/baseparser.rb, lib/rexml/source.rb, lib/rexml/xmldecl.rb;T;[o;;[I"'use Ruby's native Encoding object.;To;;I"test/rexml/, test/rss/;T;[o;;[I"'follow the above encoding changes.;To;;I" NEWS;T;[o;;[I"4add REXML's incompatible change about encoding.;TS; ; i;I"ESat Oct 30 17:23:19 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"util.c (ruby_strtod);T;[o;;[I"/get rid of overflow/underflow as possible.;TS; ; i;I"ESat Oct 30 14:37:39 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"configure.in (ruby_pc);T;[o;;[I"Merase runtime-defined variables and check if generated pc file is valid.;To;;I""template/ruby.pc.in (DEFFILE);T;[o;;[I"need for mingw.;To;;I""template/ruby.pc.in (LIBRUBY);T;[o;;[I"fix the order.;TS; ; i;I"ESat Oct 30 11:33:54 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"!win32/Makefile.sub (ruby_pc);T;[o;;[I"ignore missing variables.;To;;I"template/ruby.pc.in;T;[o;;[I"%add missing variables for mswin.;TS; ; i;I"ESat Oct 30 09:40:54 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"enum.c;T;[o;;[I"use constants in id.h.;TS; ; i;I"ESat Oct 30 09:08:27 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"*ext/fiddle/closure.c (fiddle_closure);T;[o;;[I"Zembed cif not reference so that the content surely get initialized. [ruby-dev:42480];TS; ; i;I";Sat Oct 30 07:01:53 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"lib/resolv-replace.rb;T;[o;;[I"suppress warning.;To;;I"lib/open-uri.rb;T;[o;;[I"ditto.;TS; ; i;I";Sat Oct 30 06:32:52 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"Atest/pathname/test_pathname.rb (TestPathname#test_grpowned?);T;[o;;[I"�the group of the created file is inherited from the parent directory on BSDs and MacOS X. Linux also inherit the group if the setgid bit of the directory is set. It causes the test fail. fixed by Shota Fukumori. [ruby-dev:42458];TS; ; i;I";Sat Oct 30 05:58:54 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"lib/resolv.rb;T;[o;;[I"Xretry via TCP if UDP reply is truncated. fixed by Julian Mehnle. [ruby-core:32407];TS; ; i;I"=Sat Oct 30 00:35:13 2010 Koichi Sasada <ko1@atdot.net>;T@ o; ;;;[o;;I"iseq.c (iseq_s_compile);T;[o;;[I"Zfix optional argument. a patch from Yutaka HARA [ruby-core:32953] [Ruby 1.9-Bug#4001];TS; ; i;I"=Sat Oct 30 00:24:42 2010 Koichi Sasada <ko1@atdot.net>;T@ o; ;;;[o;;I")ext/objspace/objspace.c (memsize_of);T;[o;;[I"dtake care of T_CLASS/const_tbl. a patch from nagachika <nagachika00@gmail.com> [ruby-dev:42490];TS; ; i;I"2010-10-29;T@ S; ; i;I"=Fri Oct 29 23:32:36 2010 Koichi Sasada <ko1@atdot.net>;T@ o; ;;;[o;;I"test/profile_test_all.rb;T;[o;;[I"�added. You can use test-all profiler with the following command: RUBY_TEST_ALL_PROFILE=true make test-all This command generates ./test_all_profile and you can analyze which tests consume memories.;To;;I"test/runner.rb;T;[o;;[I"ditto.;TS; ; i;I"BFri Oct 29 10:02:03 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"�tool/enc-unicode.rb, enc/unicode/name2ctype.h, enc/unicode/name2ctype.h.blt, enc/unicode/name2ctype.kwd, enc/unicode/name2ctype.src;T;[o;;[I"PAdd 'Unknown' Script. patched by Run Paint Run Run. [ruby-core:32937] #3998;TS; ; i;I"=Fri Oct 29 05:13:34 2010 Koichi Sasada <ko1@atdot.net>;T@ o; ;;;[o;;I"9ext/objspace/objspace.c (ObjectSpace.memsize_of_all);T;[o;;[I"�rename ObjectSpace.total_memsize_of_all_objects() to ObjectSpace.memsize_of_all([klass]). Accept Class object to filter the objects.;To;;I"#test/objspace/test_objspace.rb;T;[o;;[I"fix test for above change.;TS; ; i;I"EFri Oct 29 03:04:16 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"string.c (rb_str_dump);T;[o;;[I"+fix expected length. [ruby-core:32935];TS; ; i;I"2010-10-28;T@ S; ; i;I"=Thu Oct 28 23:31:39 2010 Koichi Sasada <ko1@atdot.net>;T@ o; ;;;[o;;I"&gc.c (before_gc_sweep, run_final);T;[o;;[I"'fix decrement timing of final_num.;TS; ; i;I"BThu Oct 28 20:11:30 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"�tool/enc-unicode.rb, enc/unicode/name2ctype.h, enc/unicode/name2ctype.h.blt, enc/unicode/name2ctype.kwd, enc/unicode/name2ctype.src;T;[o;;[I"ZUpdate Oniguruma for Unicode 6. patched by Run Paint Run Run. [ruby-core:32923] #3989;TS; ; i;I"BThu Oct 28 20:06:25 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I":include/ruby/oniguruma.h (ONIGENC_CTYPE_SPECIAL_MASK);T;[o;;[I"3change mask from 128 to 256. [ruby-core:32931];TS; ; i;I"BThu Oct 28 12:06:54 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"3lib/webrick/httprequest.rb (read_request_line);T;[o;;[I"�extend max length to 2083. This is from Internet Explorer's max uri length. http://support.microsoft.com/kb/208427 [ruby-core:32924];TS; ; i;I"=Thu Oct 28 04:00:08 2010 Koichi Sasada <ko1@atdot.net>;T@ o; ;;;[o;;I"gc.c (GC.stat);T;[o;;[I"added. [ruby-dev:38607];To;;I"test/ruby/test_gc.rb;T;[o;;[I"add a test for above.;TS; ; i;I"=Thu Oct 28 03:13:06 2010 Koichi Sasada <ko1@atdot.net>;T@ o; ;;;[o;;I")ext/objspace/objspace.c (memsize_of);T;[o;;[I"fix rdoc.;To;;I";ext/objspace/objspace.c (total_memsize_of_all_objects);T;[o;;[I"added.;To;;I"#test/objspace/test_objspace.rb;T;[o;;[I"{- add a test for ObjectSpace.total_memsize_of_all_objects. - add two tests for ObjectSpace.memsize_of (for nil and Fixnum).;TS; ; i;I"2010-10-27;T@ S; ; i;I"EWed Oct 27 23:55:27 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"#ext/iconv/iconv.c (Init_iconv);T;[o;;[I"warn deprecated use.;TS; ; i;I"BWed Oct 27 18:50:17 2010 NAKAMURA Usaku <usa@ruby-lang.org>;T@ o; ;;;[o;;I")bignum.c (rb_big2long, rb_big2ulong);T;[o;;[I"�rb2ulong() returns VALUE, but its real range is ulong. So, if the size of VALUE is bigger than ulong, upper bits are always zero even if the actual value is negative. fixed #3490;TS; ; i;I"BWed Oct 27 18:27:17 2010 NAKAMURA Usaku <usa@ruby-lang.org>;T@ o; ;;;[o;;I"'test/ruby/test_io.rb (TestIO#pipe);T;[o;;[I"Zshould close write end of pipe before closing read end, to get rid of timing problem.;To;;I"1test/ruby/test_io_m17n.rb (TestIO_M17N#pipe);T;[o;;[I"ditto.;TS; ; i;I"BWed Oct 27 18:14:27 2010 NAKAMURA Usaku <usa@ruby-lang.org>;T@ o; ;;;[o;;I"#win32/win32.c (rb_w32_getppid);T;[o;;[I"support Win64.;TS; ; i;I"BWed Oct 27 15:07:19 2010 NAKAMURA Usaku <usa@ruby-lang.org>;T@ o; ;;;[o;;I"thread_win32.c (w32_error);T;[o;;[I"�should get error no only once, because the result of the second getting will indicate the error of the first FormatMessage() call.;TS; ; i;I"BWed Oct 27 13:51:25 2010 NAKAMURA Usaku <usa@ruby-lang.org>;T@ o; ;;;[o;;I"'test/ruby/test_io.rb (TestIO#pipe);T;[o;;[I"Cneed to propagate exceptions in read/write thread. fix r29541.;To;;I"1test/ruby/test_io_m17n.rb (TestIO_M17N#pipe);T;[o;;[I"ditto.;TS; ; i;I"BWed Oct 27 12:05:40 2010 NAKAMURA Usaku <usa@ruby-lang.org>;T@ o; ;;;[o;;I"class.c (clone_const);T;[o;;[I"&need to return value. fix r29602.;TS; ; i;I"BWed Oct 27 11:58:58 2010 NAKAMURA Usaku <usa@ruby-lang.org>;T@ o; ;;;[o;;I",include/ruby/ruby.h (NUM2LONG_internal);T;[o;;[I"\add cast to get rid of a non GCC compiler warning. this is intentional type conversion.;TS; ; i;I"BWed Oct 27 09:25:46 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"cont.c;T;[o;;[I"Fapply documentation patch by Run Paint Run Run. [ruby-core:32915];TS; ; i;I"=Wed Oct 27 02:12:10 2010 Yusuke Endoh <mame@tsg.ne.jp>;T@ o; ;;;[o;;I"�object.c (Init_Object), constant.h, variable.c (rb_mod_private_constant, rb_mod_public_constant, set_const_visibility, rb_const_get_0);T;[o;;[I"Xadd Module#public_constant and private_constant. [ruby-dev:39685][ruby-core:32698];To;;I"test/ruby/test_module.rb;T;[o;;[I"add tests for above.;TS; ; i;I"=Wed Oct 27 02:02:54 2010 Yusuke Endoh <mame@tsg.ne.jp>;T@ o; ;;;[o;;I"Oclass.c, constant.h, gc.c, method.h, object.c, variable.c, vm_insnhelper.c;T;[o;;[I"wuse struct rb_constant_entry_t as entry of RCLASS_CONST_TBL. RCLASS_CONST_TBL has contained VALUE of constant directly. Now instead rb_const_entry_t is contained in RCLASS_CONST_TBL, rb_const_entry_t is managed by malloc, and have not only the value itself but also visibility flag. This is another preparation for private constant (see [ruby-dev:39685][ruby-core:32698]).;TS; ; i;I"=Wed Oct 27 01:56:34 2010 Yusuke Endoh <mame@tsg.ne.jp>;T@ o; ;;;[o;;I"Nclass.c, gc.c, object.c, variable.c, vm_insnhelper.c, include/ruby/ruby.h;T;[o;;[I" separate RCLASS_CONST_TBL from RCLASS_IV_TBL. RCLASS_IV_TBL has contained not only instance variable table but also constant table. Now the two table are separated to RCLASS_CONST_TBL and RCLASS_IV_TBL. This is a preparation for private constant (see [ruby-dev:39685][ruby-core:32698]).;TS; ; i;I"2010-10-26;T@ S; ; i;I"BTue Oct 26 18:51:00 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"!lib/scanf.rb (extract_float);T;[o;;[I".allow 2.e+2 style. [ruby-dev:42452] #3978;TS; ; i;I"ETue Oct 26 18:09:36 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[ o;;I"Makefile.in (ASFLAGS);T;[o;;[I"needs INCFLAGS.;To;;I"(configure.in (rb_cv_dynamic_alloca);T;[o;;[I"3check if extra source for dynamic size alloca.;To;;I"(missing/x86_64-chkstk.s (___chkstk);T;[o;;[I"=necessary for alloca of amd64-mingw32msvc-gcc on Ubuntu.;To;;I"(thread_win32.c (ruby_alloca_chkstk);T;[o;;[I"check stack overflow;TS; ; i;I"ETue Oct 26 18:04:53 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"template/ruby.pc.in (Libs);T;[o;;[I"needs DLDFLAGS.;TS; ; i;I"ETue Oct 26 12:47:10 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"common.mk (pkgconfig-data);T;[o;;[I"moved from Makefile.in.;To;;I"tool/rbinstall.rb;T;[o;;[I"?install pc file only if non-empty. [ruby-core:32901] #3983;To;;I"!win32/Makefile.sub (ruby_pc);T;[o;;[I"create pc file.;TS; ; i;I"ETue Oct 26 09:13:34 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"-configure.in (rb_cv_gcc_atomic_builtins);T;[o;;[I"Ncheck for atomic builtins, all are not available in Apple derivative gcc.;TS; ; i;I"ETue Oct 26 00:29:26 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"!Makefile.in (pkgconfig-data);T;[o;;[I"%create pkg-config metadata file.;To;;I"tool/rbinstall.rb;T;[o;;[I"&install pkg-config metadata file.;To;;I"template/ruby.pc.in;T;[o;;[I"*template of pkg-config metadata file.;TS; ; i;I"2010-10-25;T@ S; ; i;I"GMon Oct 25 16:38:07 2010 URABE Shyouhei <shyouhei@ruby-lang.org>;T@ o; ;;;[o;;I"signal.c (rb_atomic_t);T;[o;;[I"�GCC (of at least recent versions) has ubiquitous support for atomic operations. On that compiler a C program can issue a memory barrier using these dedicated instructions. According to the GCC manual they cargo culted this feature form the Itanium ABI so chances are that other compilers could also support this feature. But so far GCC is the only compiler that I know to have it. Also note that this works on non-Itanium machines.;TS; ; i;I"EMon Oct 25 06:21:35 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"vsnprintf.c (BSD_vfprintf);T;[o;;[I"_prec digits fractal part should be appended to 0 if prec is given. [ruby-dev:42453] #3979;TS; ; i;I"=Mon Oct 25 02:57:21 2010 Koichi Sasada <ko1@atdot.net>;T@ o; ;;;[o;;I"common.mk (run.gdb);T;[o;;[I"9Quit gdb on 'make gdb' when no signals are received.;TS; ; i;I"AMon Oct 25 00:25:23 2010 Tadayoshi Funaba <tadf@dotrb.org>;T@ o; ;;;[o;;I"lib/date.rb;T;[o;;[I"'some corrections of documentation.;TS; ; i;I"2010-10-24;T@ S; ; i;I"ESun Oct 24 17:14:00 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"uarray.c, gc.c, hash.c, object.c, string.c, struct.c, transcode.c, variable.c, vm.c, vm_insnhelper.c, vm_method.c;T;[o;;[I"treplace calls to rb_error_frozen() with rb_check_frozen(). a patch from Run Paint Run Run at [ruby-core:32014];To;;I",include/ruby/intern.h (rb_check_frozen);T;[o;;[I" optimize. [ruby-core:32878];TS; ; i;I"ESun Oct 24 15:16:30 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I",lib/test/unit.rb (Test::Unit::Mini#run);T;[o;;[I"abort if interrupted.;To;;I"8lib/test/unit.rb (Test::Unit::Mini#run_test_suites);T;[o;;[I"6show the result even when interrupted on the way.;To;;I"8lib/test/unit.rb (Test::Unit::Mini#run_test_suites);T;[o;;[I",ensure output sync mode to be restored.;TS; ; i;I"ESun Oct 24 14:11:16 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"vm.c (vm_define_method);T;[o;;[I"{defined method is run with the default public visibility regardless the visibility context of definition. [ruby-core:30638];TS; ; i;I"KSun Oct 24 12:08:54 2010 Aaron Patterson <aaron@tenderlovemaking.com>;T@ o; ;;;[o;;I"lib/test/unit.rb;T;[o;;[I"Lmake test/unit play nicely with the rake test loader. [ruby-core:32864];TS; ; i;I"ESun Oct 24 00:25:13 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"3test/ruby/test_rubyoptions.rb (test_segv_test);T;[o;;[I"$follow up the change at r29556.;TS; ; i;I"2010-10-23;T@ S; ; i;I"ESat Oct 23 14:39:58 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"lib/mkmf.rb;T;[o;;[I"+$extmk should be true for test/runner.;TS; ; i;I"=Sat Oct 23 10:55:37 2010 Koichi Sasada <ko1@atdot.net>;T@ o; ;;;[o;;I" vm_dump.c (rb_vm_bugreport);T;[o;;[I"xfix to add bug outputs. - loaded script ($0) - loaded features ($") - process memory map on Linux (/proc/self/maps);To;;I"*vm_dump.c (rb_vmdebug_stack_dump_raw);T;[o;;[I"fix header message.;TS; ; i;I"2010-10-22;T@ S; ; i;I"EFri Oct 22 14:50:13 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"@lib/test/unit/assertions.rb (Test::Unit::Assertions#assert);T;[o;;[I"'assertion message must not be nil.;TS; ; i;I"BFri Oct 22 13:59:50 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"@lib/test/unit/assertions.rb (Test::Unit::Assertions#assert);T;[o;;[I"Ctreat nil case. Please run test-all before commit such change.;TS; ; i;I"2010-10-21;T@ S; ; i;I"=Thu Oct 21 23:58:14 2010 Koichi Sasada <ko1@atdot.net>;T@ o; ;;;[o;;I"gc.c (gc_lazy_sweep);T;[o;;[I":Variable declarations should be at the head of block.;TS; ; i;I"EThu Oct 21 23:56:54 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I";gc.c (objspace_each_objects, rb_objspace_each_objects);T;[o;;[I"use struct.;To;;I"!gc.c (objspace_each_objects);T;[o;;[I"fix return with no value.;TS; ; i;I"EThu Oct 21 23:47:12 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"dir.c (dir_initialize);T;[o;;[I"*remove useless intermediate variable.;TS; ; i;I"BThu Oct 21 16:07:20 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"io.c (rb_f_select);T;[o;;[I"<change rdoc. patched by Eito Katagiri [ruby-core:31805];TS; ; i;I"BThu Oct 21 15:55:21 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"Vlib/webrick/httpauth/digestauth.rb (WEBrick::HTTPAuth::ProxyDigestAuth#check_uri);T;[o;;[I"privated. [ruby-dev:42344];TS; ; i;I"BThu Oct 21 15:50:25 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"io.c (rb_f_select);T;[o;;[I"?add correct rdoc. patched by Dave Thomas [ruby-core:32467];TS; ; i;I"BThu Oct 21 15:42:01 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"*lib/net/telnet.rb (Net::Telnet#close);T;[o;;[I"<added. patched by Erik Hollensbe [ruby-dev:42260] #3830;TS; ; i;I"HThu Oct 21 13:08:00 2010 Narihiro Nakamura <authornari@gmail.com>;T@ o; ;;;[o;;I"$gc.c (rb_objspace_each_objects);T;[o;;[I"Odon't lazy sweep in rb_objspace_each_objects. [Bug #3940] [ruby-dev:42369];TS; ; i;I"EThu Oct 21 00:05:45 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"'test/ruby/test_io.rb (TestIO#pipe);T;[o;;[I"]get rid of deadlock on pipe. a patch from Tomoyuki Chikanaga at [ruby-dev:42435]. #3970;To;;I"1test/ruby/test_io_m17n.rb (TestIO_M17N#pipe);T;[o;;[I"ditto.;TS; ; i;I"2010-10-20;T@ S; ; i;I"EWed Oct 20 23:54:36 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"ext/dbm/dbm.c;T;[o;;[I"Mrdoc based on a patch by mathew meta AT pobox.com, at [ruby-core:32853].;TS; ; i;I"BWed Oct 20 10:47:21 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"util.c (ruby_strtod);T;[o;;[I"+reject 0x1.p+0. [ruby-dev:42432] #3966;TS; ; i;I"BWed Oct 20 10:00:57 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"vsnprintf.c (BSD_vfprintf);T;[o;;[I"=print floating point on "%#a". [ruby-dev:42431] Bug#3965;TS; ; i;I"2010-10-19;T@ S; ; i;I"BTue Oct 19 19:30:11 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"vsnprintf.c (BSD_vfprintf);T;[o;;[I"?clear ALT flag for %a. [ruby-core:32841] [ruby-core:32848];TS; ; i;I"ETue Oct 19 12:19:25 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"vsnprintf.c (BSD_vfprintf);T;[o;;[I""fix over-count of field size.;TS; ; i;I"ETue Oct 19 03:08:52 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"vsnprintf.c (BSD_vfprintf);T;[o;;[I";use HEXPREFIX flag for prefix of %a. [ruby-core:32841];TS; ; i;I"2010-10-18;T@ S; ; i;I"@Mon Oct 18 13:18:01 2010 Akinori MUSHA <knu@iDaemons.org>;T@ o; ;;;[o;;I"/ext/digest/digest.c (rb_digest_class_init);T;[o;;[I"0Define Digest::Class.new(). [Feature #3954];TS; ; i;I";Mon Oct 18 12:58:40 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"pack.c (pack_pack);T;[o;;[I"+refine the document. [ruby-dev:42397];To;;I"(pack_unpack);T;[o;;[I"ditto.;TS; ; i;I"BMon Oct 18 10:19:00 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"(lib/net/http.rb (transport_request);T;[o;;[I"A@socket may be nil. patched by Egbert Eich [ruby-core:32829];TS; ; i;I"BMon Oct 18 09:57:28 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"sprintf.c (BSD_vfprintf);T;[o;;[I"Wwrong padding around prefix and floating point with %a. [ruby-dev:42403] Bug #3956;TS; ; i;I"2010-10-17;T@ S; ; i;I"ASun Oct 17 22:36:33 2010 Tadayoshi Funaba <tadf@dotrb.org>;T@ o; ;;;[o;;I"lib/date/delta.rb;T;[o;;[I"added an rdoc tag.;TS; ; i;I"ESun Oct 17 10:47:12 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"%variable.c (rb_mod_remove_const);T;[o;;[I"#update rdoc. [ruby-core:31957];TS; ; i;I"ESun Oct 17 10:40:17 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"0class.c (rb_define_{class,module}_id_under);T;[o;;[I"Kregister to be marked, which probably are defined and used internally.;TS; ; i;I"2010-10-16;T@ S; ; i;I"HSat Oct 16 11:10:55 2010 Masaki Suketa <masaki.suketa@nifty.ne.jp>;T@ o; ;;;[o;;I".ext/win32ole/win32ole.c (ole_encoding2cp);T;[o;;[I"Jset codepage 20936 according to GB2312. [Bug #3937] [ruby-core:32758];TS; ; i;I"ESat Oct 16 10:54:57 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"Makefile.in (CPP);T;[o;;[I"already used in .c.i rule.;To;;I"-cygwin/GNUmakefile.in (DLLWRAP, WINDRES);T;[o;;[I"Padd --driver-name and --preprocessor options explicitly. [ruby-core:32776];TS; ; i;I"ESat Oct 16 10:06:08 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"(ext/sdbm/_sdbm.c (SEEDUPS, BADMESS);T;[o;;[I".make settable using command line options.;To;;I"ext/sdbm/_sdbm.c (makroom);T;[o;;[I"$suppress unused result warning.;To;;I"ext/sdbm/extconf.rb;T;[o;;[I"Bdisable BADMESS, a library should not emit messages directly.;TS; ; i;I"ESat Oct 16 08:39:03 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"dln.c (dln_strerror);T;[o;;[I"Pget English message first, instead of system default. see [ruby-dev:42358].;TS; ; i;I"=Sat Oct 16 00:08:00 2010 Koichi Sasada <ko1@atdot.net>;T@ o; ;;;[o;;I"hash.c (rb_hash_aref);T;[o;;[I"Eskip calling "default" method if it is not needed, for speed-up.;TS; ; i;I"2010-10-15;T@ S; ; i;I"EFri Oct 15 23:36:25 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"1file.c (NUM2DEVT, DEVT2NUM, PRI_DEVT_PREFIX);T;[o;;[I"fallback to unsigned int.;TS; ; i;I"HFri Oct 15 22:54:46 2010 Masaki Suketa <masaki.suketa@nifty.ne.jp>;T@ o; ;;;[o;;I".ext/win32ole/win32ole.c (ole_hresult2msg);T;[o;;[I"Lget English message first, instead of system default. [ruby-core:32765];TS; ; i;I"EFri Oct 15 22:47:31 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I" include/ruby/ruby.h (VALUE);T;[o;;[I"Lprefer long over uintptr_t, FIX2LONG expects VALUE to be long at least.;To;;I"#include/ruby/ruby.h (FIX2LONG);T;[o;;[I"parenthesize the argument.;TS; ; i;I"EFri Oct 15 20:30:30 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"configure.in (dev_t);T;[o;;[I"use RUBY_REPLACE_TYPE.;To;;I"file.c (rb_stat_inspect);T;[o;;[I"use PRI_DEVT_PREFIX.;TS; ; i;I"BFri Oct 15 17:26:57 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"pack.c (pack_pack);T;[o;;[I"?simplify comparison of explicit_endian as pointed by nobu.;To;;I"pack.c (pack_unpack);T;[o;;[I"ditto.;TS; ; i;I"BFri Oct 15 16:40:37 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"pack.c (pack_pack);T;[o;;[I"Ofix more than one modifiers appear in the format string. [ruby-core:32793];To;;I"pack.c (pack_unpack);T;[o;;[I"ditto.;TS; ; i;I"2010-10-14;T@ S; ; i;I"HThu Oct 14 23:20:42 2010 Masaki Suketa <masaki.suketa@nifty.ne.jp>;T@ o; ;;;[o;;I"1test/win32ole/test_folderitem2_invokeverb.rb;T;[o;;[I"refactoring.;TS; ; i;I"=Thu Oct 14 22:18:29 2010 Koichi Sasada <ko1@atdot.net>;T@ o; ;;;[o;;I"'insns.def, iseq.c, vm_insnhelper.c;T;[o;;[I"rename variable name;To;;0;[o;;[0S; ; i;I"BThu Oct 14 20:41:27 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"pack.c (pack_pack);T;[o;;[I"Fsupport endian modifiers: < and >. [ruby-dev:42376] Feature #3491;To;;I"pack.c (pack_unpack);T;[o;;[I"ditto.;TS; ; i;I"HThu Oct 14 20:50:51 2010 Masaki Suketa <masaki.suketa@nifty.ne.jp>;T@ o; ;;;[o;;I"*ext/win32ole/win32ole.c (reg_get_val);T;[o;;[I"4expand environment in the pathname. [Bug #3907];TS; ; i;I"BThu Oct 14 07:35:07 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[ o;;I"file.c (DEVT2NUM);T;[o;;[I"�added. Size of dev_t is depend on the environment even if POSIX defines dev_t as unsigned integer. For example, OpenVMS, 64bit Solaris 9, and NetBSD 6 defines dev_t as 64bit unsigned integer.;To;;I"file.c (rb_stat_dev);T;[o;;[I"use DEVT2NUM.;To;;I"file.c (rb_stat_dev_major);T;[o;;[I"7dev_t is not long. major(3)'s return value is int.;To;;I"file.c (rb_stat_dev_minor);T;[o;;[I"7dev_t is not long. minor(3)'s return value is int.;To;;I"configure.in;T;[o;;[I"check size of dev_t.;TS; ; i;I"EThu Oct 14 07:22:12 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"larray.c (rb_ary_and, rb_ary_or), class.c (rb_mod_init_copy), gc.c (undefine_final), time.c (time_mload);T;[o;;[I"#get rid of type-punning casts.;TS; ; i;I"BThu Oct 14 04:16:41 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I" numeric.c (ruby_float_step);T;[o;;[I"Nfix Numeric#step with infinity unit doesn't works well. [ruby-core:32779];TS; ; i;I"2010-10-13;T@ S; ; i;I"EWed Oct 13 23:16:46 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[ o;;I"tool/enc-unicode.rb;T;[o;;[I"!get rid of lots of warnings.;To;;I"1iseq.c (insn_operand_intern, rb_iseq_disasm);T;[o;;[I"fix format specifiers.;To;;I"vm.c (thread_free);T;[o;;[I"ditto.;To;;I"numeric.c (check_uint);T;[o;;[I",get rid of overflow on LLP64 platforms.;To;;I""insns.def (opt_case_dispatch);T;[o;;[I"use st_data_t.;TS; ; i;I"GWed Oct 13 22:32:34 2010 Takeyuki FUJIOKA <xibbar@ruby-lang.org>;T@ o; ;;;[o;;I"$lib/cgi/util.rb (CGI::unescape);T;[o;;[I"]bugfix to unescape the multibyte string. Thanks nobu and tDiary dev members. [Bug #3909];TS; ; i;I"BWed Oct 13 21:13:00 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"numeric.c (int_chr);T;[o;;[I",raise error when the value is negative.;TS; ; i;I"GWed Oct 13 19:24:08 2010 URABE Shyouhei <shyouhei@ruby-lang.org>;T@ o; ;;;[o;;I"vm.c (ruby_vm_destruct);T;[o;;[I"<This function type was wrong; correct to the prototype.;TS; ; i;I"BWed Oct 13 14:58:09 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"numeric.c (rb_num_to_uint);T;[o;;[I"fix 32bit logic.;TS; ; i;I"BWed Oct 13 12:53:43 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"numeric.c (rb_num_to_uint);T;[o;;[I"iadded to check the range of arguments. Mainly for negative value with NUM2UINT on 32bit environment.;To;;I"string.c (rb_str_concat);T;[o;;[I"use rb_num_to_uint.;TS; ; i;I"BWed Oct 13 12:10:02 2010 NAKAMURA Usaku <usa@ruby-lang.org>;T@ o; ;;;[o;;I"thread_win32.c (w32_error);T;[o;;[I"`get English message first, instead of system default. see [ruby-core:32765]. [experimental];TS; ; i;I"EWed Oct 13 11:04:03 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"$debug.c (ruby_set_debug_option);T;[o;;[I"Jdefine always for binary compatibility with debug env enabled binary.;To;;I"$signal.c (ruby_enable_coredump);T;[o;;[I"ditto.;TS; ; i;I"EWed Oct 13 10:52:51 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"/include/ruby/ruby.h (ruby_executable_node);T;[o;;[I"missing prototype.;TS; ; i;I"BWed Oct 13 05:23:04 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"missing/strchr.c;T;[o;;[I"add strlen's prototype.;To;;I"missing/strstr.c;T;[o;;[I"ditto.;TS; ; i;I"EWed Oct 13 00:21:17 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"+ext/syck/rubyext.c (struct mktime_arg);T;[o;;[I"constified.;To;;I"=ext/syck/rubyext.c (mktime_do, mktime_r, rb_syck_mktime);T;[o;;[I"fix function signatures.;TS; ; i;I"EWed Oct 13 00:18:18 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"st.c (MurmurMagic);T;[o;;[I"!get rid of literal overflow.;To;;I",configure.in (RUBY_CHECK_PRINTF_PREFIX);T;[o;;[I"3check for printf format specifier if possible.;TS; ; i;I"2010-10-12;T@ S; ; i;I"ETue Oct 12 23:58:19 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"Ewin32/win32.c (rb_w32_open_osfhandle, rb_w32_wopen, rb_w32_pipe);T;[o;;[I"-use uintptr_t instead of long for win64.;To;;I"(win32/win32.c (socketpair_internal);T;[o;;[I"suppress warnings.;To;;I"win32/win32.c (ftruncate);T;[o;;[I"*use HANDLE instead of long for win64.;To;;I"vsnprintf.c (BSD_vfprintf);T;[o;;[I"fix cast.;To;;I"numeric.c (rb_num2fix);T;[o;;[I"+result of rb_num2long is SIGNED_VALUE.;To;;I"compile.c (iseq_build_body), error.c (set_syserr, get_syserr), (syserr_initialize), gc.c (define_final, rb_gc_copy_finalizer), (run_final), hash.c (rb_hash_aref, rb_hash_lookup2), (rb_hash_fetch_m, rb_hash_clear, rb_hash_aset, eql_i), iseq.c (iseq_load, iseq_data_to_ary), marshal.c (r_symlink), thread.c (rb_thread_local_aref), variable.c (generic_ivar_remove, ivar_get, rb_const_get_0), (rb_cvar_get), vm.c (rb_vm_check_redefinition_opt_method), vm_insnhelper.c (vm_get_ev_const), vm_method.c (remove_method), ext/iconv/iconv.c (map_charset);T;[o;;[I"use st_data_t.;To;;I"|compile.c (iseq_build_body), insns.def (getglobal, setglobal), iseq.c (iseq_load, iseq_data_to_ary), util.c (valid_filename);T;[o;;[I"use VALUE.;To;;I"0gc.c (obj_free, rb_objspace_call_finalizer);T;[o;;[I"fix truncating cast.;To;;I"(gc.c (mark_current_machine_context);T;[o;;[I"suppress warnings.;To;;I""compile.c (iseq_compile_each);T;[o;;[I"fix truncating cast.;To;;I"cont.c (fiber_setcontext);T;[o;;[I"!missing variable definition.;TS; ; i;I"BTue Oct 12 19:25:13 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[ o;;I"error.c (exc_to_s);T;[o;;[I"use OBJ_INFECT.;To;;I"error.c (name_err_to_s);T;[o;;[I"ditto.;To;;I"#error.c (name_err_mesg_to_str);T;[o;;[I"ditto.;To;;I" error.c (syserr_initialize);T;[o;;[I"ditto.;TS; ; i;I"BTue Oct 12 19:07:55 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I" error.c (syserr_initialize);T;[o;;[I"6taint message if mesg is given and it is tainted.;TS; ; i;I"BTue Oct 12 18:25:43 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"io.c (rb_io_ungetc);T;[o;;[I"calways see Bignum. On 32bit valid value may be a Bignum. On 64bit for errors. [ruby-dev:42366];TS; ; i;I"BTue Oct 12 18:25:04 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"string.c (rb_str_concat);T;[o;;[I""use unsigned int for GB18030.;TS; ; i;I"BTue Oct 12 17:53:49 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"numeric (check_uint);T;[o;;[I""the mask must refer to VALUE.;TS; ; i;I"BTue Oct 12 17:47:10 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"numeric (check_uint);T;[o;;[I" set MSB for negative value.;To;;I"numeric (rb_num2uint);T;[o;;[I"2return value's type of rb_num2ulong is VALUE.;To;;I"numeric (int_chr);T;[o;;[I""variable i can't be negative.;TS; ; i;I"BTue Oct 12 16:04:37 2010 NAKAMURA Usaku <usa@ruby-lang.org>;T@ o; ;;;[o;;I"$win32/win32.c (rb_w32_strerror);T;[o;;[I"_get English message first, instead of system default. see [ruby-dev:42358]. [experimental];TS; ; i;I"BTue Oct 12 15:52:35 2010 NAKAMURA Usaku <usa@ruby-lang.org>;T@ o; ;;;[o;;I"$win32/win32.c (rb_w32_strerror);T;[o;;[I"�unmap some range of errno for workaround of VC10's strerror() and sys_nerr problem. based on a patch from Akio Tajima, [ruby-dev:42355].;TS; ; i;I"BTue Oct 12 15:36:09 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"io.c (rb_io_ungetc);T;[o;;[I""use unsigned int for GB18030.;TS; ; i;I"BTue Oct 12 15:14:21 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"io.c (rb_io_putc);T;[o;;[I"4support multibyte characters. [ruby-core:30697];TS; ; i;I"BTue Oct 12 15:10:31 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I" numeric.c (rb_enc_uint_chr);T;[o;;[I"split from int_chr.;To;;I"numeric.c (int_chr);T;[o;;[I"use rb_enc_uint_chr.;To;;I".include/ruby/encoding.h (rb_enc_uint_chr);T;[o;;[I"added.;TS; ; i;I"BTue Oct 12 14:04:41 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"numeric.c (int_chr);T;[o;;[I"a codepoint of Ruby M17N must be 32bit unsigned int; GB18030 uses MSB. Also note that OnigCodePoint is defined as unsigned int.;TS; ; i;I"BTue Oct 12 12:20:54 2010 NAKAMURA Usaku <usa@ruby-lang.org>;T@ o; ;;;[o;;I"vm_dump.c (dump_thread);T;[o;;[I"foolish mistake.;TS; ; i;I"ETue Oct 12 10:39:08 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I" configure.in (RUBY_MINGW32);T;[o;;[I" canonicalize only on mingw.;TS; ; i;I"2010-10-11;T@ S; ; i;I"BMon Oct 11 20:20:23 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"lib/net/http.rb (HTTP.get);T;[o;;[I"{specify ASCII-8BIT as the result encoding of Zlib::GzipReader. http://hibari.2ch.net/test/read.cgi/tech/1281473294/271;TS; ; i;I"BMon Oct 11 17:42:54 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I" error.c (syserr_initialize);T;[o;;[I"�use mesg's encoding when locale encoding is US-ASCII. If locale encoding is not US-ASCII, assume err has non ASCII characters. [ruby-dev:42358];TS; ; i;I"BMon Oct 11 14:03:54 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I" error.c (syserr_initialize);T;[o;;[I"Eset the encoding of Errno::*#message as locale. [ruby-dev:42358];TS; ; i;I"BMon Oct 11 06:38:27 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"1ext/stringio/stringio.c (strio_set_encoding);T;[o;;[I"oStringIO#set_encoding can get 2nd argument and optional hash for API compatibility to IO. [ruby-dev:42356];TS; ; i;I"BMon Oct 11 06:11:30 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"io.c (rb_io_set_encoding);T;[o;;[I"Buse rb_funcall2 when the io is not a T_FILE. [ruby-dev:42356];TS; ; i;I"2010-10-10;T@ S; ; i;I"@Sun Oct 10 18:42:23 2010 Akinori MUSHA <knu@iDaemons.org>;T@ o; ;;;[o;;I"lib/set.rb (Set#replace);T;[o;;[I"!Apply a bit of optimization.;TS; ; i;I"ESun Oct 10 10:20:07 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I" configure.in (RUBY_MINGW32);T;[o;;[I"(canonicalize as like mswin version.;TS; ; i;I"ESun Oct 10 05:33:14 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"4vm_core.h (rb_signal_buff_size, rb_signal_exec);T;[o;;[I"&moved declarations from thread.c.;TS; ; i;I"2010-10-09;T@ S; ; i;I"ESat Oct 9 16:54:28 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"configure.in (RSHIFT);T;[o;;[I">quote to get rid of argument expansion for autoconf 2.68.;TS; ; i;I"ESat Oct 9 11:00:06 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I":thread.c (thread_reset_event_flags, exec_event_hooks);T;[o;;[I"$ignore hooks marked as removed.;To;;I"'thread.c (thread_exec_event_hooks);T;[o;;[I" remove hooks to be removed.;To;;I"Dthread.c (rb_threadptr_remove_event_hook, rb_remove_event_hook);T;[o;;[I"Adefer removing hooks if running the hooks. [ruby-dev:42350];TS; ; i;I"ESat Oct 9 10:51:00 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"-thread.c (rb_threadptr_exec_event_hooks);T;[o;;[I"*suppress each event hooks separately.;To;;I"'thread.c (thread_suppress_tracing);T;[o;;[I"Osplit from ruby_suppress_tracing, accepting thread pointer and event mask.;TS; ; i;I"ESat Oct 9 08:16:01 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I".thread.c (rb_threadptr_remove_event_hook);T;[o;;[I"fix typo.;TS; ; i;I"2010-10-08;T@ S; ; i;I"EFri Oct 8 10:52:25 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"common.mk (RBCONFIG);T;[o;;[I"Ddepends on version.h due to RUBY_PATCHLEVEL. [ruby-core:32709];TS; ; i;I"IFri Oct 8 00:24:54 2010 James Edward Gray II <jeg2@ruby-lang.org>;T@ o; ;;;[o;;I"lib/csv.rb;T;[o;;[I"3Fixing documentation typos. [ruby-core:32712];TS; ; i;I"2010-10-07;T@ S; ; i;I"BThu Oct 7 09:14:28 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"vm_exec.c (vm_exec_core);T;[o;;[I"STreat clang as non gcc on this context: It has __asm__ but doesn't works well.;TS; ; i;I"2010-10-06;T@ S; ; i;I";Wed Oct 6 12:28:22 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[ o;;I"/lib/uri/generic.rb (URI::Generic#hostname);T;[o;;[I"new method.;To;;I"(URI::Generic#hostname=);T;[o;;[I"ditto.;To;;I"lib/open-uri.rb;T;[o;;[I"use URI#hostname;To;;I"lib/net/http.rb;T;[o;;[I"6ditto. reported by Adam Majer. [ruby-core:32056];TS; ; i;I"EWed Oct 6 11:52:12 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"io.c (fptr_finalize);T;[o;;[I"�write_mutex might have been destroyed already in finalization phase, as the order of finalizers is not guaranteed. rb_mutex_t should be used in place of Mutex object in the future.;TS; ; i;I"2010-10-05;T@ S; ; i;I";Tue Oct 5 22:17:02 2010 wanabe <s.wanabe@gmail.com>;T@ o; ;;;[o;;I"win32/mkexports.rb;T;[o;;[I"revert r29320 and r29402.;TS; ; i;I"2010-10-04;T@ S; ; i;I"EMon Oct 4 12:43:47 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"parse.y (regexp);T;[o;;[I"]dregexp has literal string only at the head and successors are array. [ruby-core:32682];TS; ; i;I"BMon Oct 4 10:22:21 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"random.c (rand_init);T;[o;;[I"GThis checks the value is in 32bit or not, so use int32_t, not int.;TS; ; i;I"BMon Oct 4 09:47:39 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"random.c (rand_init);T;[o;;[I"remove useless assignment.;To;;I"re.c (update_char_offset);T;[o;;[I"remove unused variable.;To;;I"re.c (read_escaped_byte);T;[o;;[I"ditto.;TS; ; i;I"BMon Oct 4 09:30:42 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"2ext/openssl/lib/openssl/bn.rb (Integer#to_bn);T;[o;;[I"pOpenSSL::BN.new accepts only Strings, so call Integer#to_s(16). 16 is for an optimization. [ruby-dev:42336];TS; ; i;I"BMon Oct 4 07:57:51 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"cont.c (fiber_memsize);T;[o;;[I"EReturn size. Before this change, fiber_memsize always returns 0.;TS; ; i;I"BMon Oct 4 07:16:55 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I";enc/unicode.c (onigenc_unicode_property_name_to_ctype);T;[o;;[I"remove useless assignment.;To;;I"#vm.c (vm_make_proc_from_block);T;[o;;[I"ditto.;To;;I"variable.c (rb_ivar_count);T;[o;;[I"ditto.;TS; ; i;I"BMon Oct 4 06:40:24 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"Makefile.in (clean-rdoc);T;[o;;[I"RDon't use \ in variable expansion. BSD make treats it as an escape character.;TS; ; i;I";Mon Oct 4 00:01:53 2010 wanabe <s.wanabe@gmail.com>;T@ o; ;;;[o;;I"tool/config.sub;T;[o;;[I"Xrevert r29320, r29324, r29347, r29354, r29365 to automake-1.11.1. [ruby-core:32634];To;;I"win32/mkexports.rb;T;[o;;[I"Lno longer use 'mingw64'. a patch from Luis Lavena at [ruby-core:32678].;TS; ; i;I"2010-10-03;T@ S; ; i;I"HSun Oct 3 20:36:37 2010 Akio Tajima (arton) <artonx@yahoo.co.jp>;T@ o; ;;;[o;;I"1test/win32ole/test_folderitem2_invokeverb.rb;T;[o;;[I"8Change creating shortcut verb to 'Link' [Bug #3339];TS; ; i;I"ESun Oct 3 19:44:23 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"configure.in (Makefile);T;[o;;[I"Aget rid of duplicated ruby target when already there it was.;TS; ; i;I"2010-10-02;T@ S; ; i;I"HSat Oct 2 22:59:32 2010 Masaki Suketa <masaki.suketa@nifty.ne.jp>;T@ o; ;;;[o;;I"!test/win32ole/test_thread.rb;T;[o;;[I""add for win32ole with Thread.;TS; ; i;I"2010-10-01;T@ S; ; i;I"GFri Oct 1 17:03:00 2010 URABE Shyouhei <shyouhei@ruby-lang.org>;T@ o; ;;;[o;;I"Otest/webrick/test_httpproxy.rb (TestWEBrickHTTPProxy::test_upstream_proxy);T;[o;;[I"MMy machine fails this test at this line, saying 503 service unavailable.;TS; ; i;I"2010-09-30;T@ S; ; i;I"BThu Sep 30 16:11:08 2010 NAKAMURA Usaku <usa@ruby-lang.org>;T@ o; ;;;[o;;I""win32/win32.c (rb_w32_getenv);T;[o;;[I"ashould return NULL if specified name is empty. a patch from Heesob Park at [ruby-core:32650];TS; ; i;I"GThu Sep 30 15:18:23 2010 Yukihiro Matsumoto <matz@ruby-lang.org>;T@ o; ;;;[o;;I"parse.y (command_asgn);T;[o;;[I"aallow command_call to be right hand side expression of chained assignment. [ruby-dev:42313];TS; ; i;I"BThu Sep 30 10:55:38 2010 NAKAMURA Usaku <usa@ruby-lang.org>;T@ o; ;;;[o;;I"hash.c (ruby_setenv);T;[o;;[I"Lworkaround for old Windows. a patch from Heesob Park. [ruby-core:32353];TS; ; i;I"BThu Sep 30 09:29:06 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I",lib/uri/common.rb (URI.encode_www_form);T;[o;;[I"�change treatment of undefined value in given array as latest internet draft for application/www-form-urlencoded. http://tools.ietf.org/html/draft-hoehrmann-urlencoded-01;TS; ; i;I"BThu Sep 30 09:34:03 2010 NAKAMURA Usaku <usa@ruby-lang.org>;T@ o; ;;;[o;;I"vm_dump.c (dump_thread);T;[o;;[I"Ofixed wrong type of return value of SymGetModuleBase64(). [ruby-dev:42306];TS; ; i;I"2010-09-29;T@ S; ; i;I"GWed Sep 29 21:04:05 2010 URABE Shyouhei <shyouhei@ruby-lang.org>;T@ o; ;;;[o;;I"Ltest/ruby/test_rubyoptions.rb (TestRubyOptions::test_script_from_stdin);T;[o;;[I"+As usual, PTY is not always available.;TS; ; i;I"EWed Sep 29 18:38:14 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"tool/config.sub (x64);T;[o;;[I"@regularize only for pc vendor, and strip useless 64 suffix.;TS; ; i;I":Wed Sep 29 17:53:02 2010 Kenta Murata <mrkn@mrkn.jp>;T@ o; ;;;[o;;I";ext/bigdecimal/bigdecimal.c (BIGDECIMAL_ENABLE_VPRINT);T;[o;;[I">VPrint is usually disabled. It's only used in debugging.;TS; ; i;I":Wed Sep 29 17:41:34 2010 Kenta Murata <mrkn@mrkn.jp>;T@ o; ;;;[o;;I"8ext/bigdecimal/bigdecimal.c (BigDecimal_save_limit);T;[o;;[I""return the result of a block.;To;;I"9test/bigdecimal/test_bigdecimal.rb (test_save_limit);T;[o;;[I"%add a test for the above change.;TS; ; i;I"BWed Sep 29 16:18:03 2010 NAKAMURA Usaku <usa@ruby-lang.org>;T@ o; ;;;[o;;I"vm_dump.c (dump_thread);T;[o;;[I"&remove unused optional arguments.;TS; ; i;I":Wed Sep 29 13:26:30 2010 Kenta Murata <mrkn@mrkn.jp>;T@ o; ;;;[o;;I"@ext/bigdecimal/bigdecimal.c (BigDecimal_save_rounding_mode);T;[o;;[I""return the result of a block.;To;;I"Atest/bigdecimal/test_bigdecimal.rb (test_save_rounding_mode);T;[o;;[I"%add a test for the above change.;To;;I"Btest/bigdecimal/test_bigdecimal.rb (test_save_exception_mode);T;[o;;[I"Gadd a test for the return value of BigDecimal.save_exception_mode.;TS; ; i;I"BWed Sep 29 12:45:30 2010 NAKAMURA Usaku <usa@ruby-lang.org>;T@ o; ;;;[o;;I"text/bigdecimal/bigdecimal.c (BigDecimal_div2, BigDecimal_add2, BigDecimal_sub2, BigDecimal_mult2, VpLimitRound);T;[o;;[I">remove meaningless casts to get rid of compiler warnings.;TS; ; i;I"EWed Sep 29 12:35:13 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"5ext/bigdecimal/bigdecimal.c (VPrint, VpToString);T;[o;;[I"fix format.;TS; ; i;I"EWed Sep 29 12:31:12 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"4lib/rdoc/known_classes.rb (RDoc::KNOWN_CLASSES);T;[o;;[I"add Encoding.;TS; ; i;I"2010-09-28;T@ S; ; i;I"ETue Sep 28 20:50:23 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"tool/config.sub (x64);T;[o;;[I"regularize same as mswin.;TS; ; i;I"BTue Sep 28 20:06:14 2010 NAKAMURA Usaku <usa@ruby-lang.org>;T@ o; ;;;[o;;I" vm_dump.c (rb_vm_bugreport);T;[o;;[I"Qadd windows support. based on patches from Peter Weldon at [ruby-core:32551];TS; ; i;I"2010-09-27;T@ S; ; i;I"=Mon Sep 27 23:30:34 2010 Koichi Sasada <ko1@atdot.net>;T@ o; ;;;[o;;I"3insns.def (opt_case_dispatch), vm_insnhelper.c;T;[o;;[I"�execute the procedures of "when" clauses by bytecode instead of st_foreach() when the object does not hit prepared hash. [ruby-dev:42304];TS; ; i;I"GMon Sep 27 15:54:03 2010 URABE Shyouhei <shyouhei@ruby-lang.org>;T@ o; ;;;[o;;I" test/net/http/test_https.rb;T;[o;;[I"�As always, localhost is not guaranteed to be resolved as 127.0.0.1. But a SSL certificate needs a socket to listen on a specific address where a CN resolves to. On situations where localhost is not 127.0.0.1, these tests are not possible.;TS; ; i;I"GMon Sep 27 15:25:05 2010 URABE Shyouhei <shyouhei@ruby-lang.org>;T@ o; ;;;[o;;I"test/net/imap/test_imap.rb;T;[o;;[I"Cresurrection of r29259. this change depends on minitest 1.7.1.;To;;I" lib/test/unit/assertions.rb;T;[o;;[I"ditto.;TS; ; i;I"2010-09-26;T@ S; ; i;I"ESun Sep 26 22:59:45 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"(tool/config.sub (x86_64-pc-mingw64);T;[o;;[I"regularize.;TS; ; i;I";Sun Sep 26 22:21:07 2010 wanabe <s.wanabe@gmail.com>;T@ o; ;;;[o;;I"�ext/openssl/ossl_hmac.c (ossl_hmac_hexdigest, ossl_hmac_s_hexdigest), ext/openssl/ossl_pkey_ec.c (ossl_ec_group_set_seed), ext/openssl/ossl_ssl_session.c (ossl_ssl_session_to_der), ext/openssl/ossl_pkcs7.c (numberof);T;[o;;[I")suppress warnings. [ruby-core:31932];TS; ; i;I"ESun Sep 26 10:25:24 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"tool/config.{guess,sub};T;[o;;[I" updated to automake-1.11.1.;TS; ; i;I"2010-09-25;T@ S; ; i;I"ESat Sep 25 22:48:30 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"$configure.in (LIBRUBY_DLDFLAGS);T;[o;;[I"fix quoting.;TS; ; i;I"ESat Sep 25 10:30:37 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"$configure.in (LIBRUBY_DLDFLAGS);T;[o;;[I"Wuse -unexported_symbol only when available. http://trac.macports.org/ticket/26341;TS; ; i;I"KSat Sep 25 10:05:49 2010 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"configure.in;T;[o;;[I"dAlways add -mieee for Renesas SH4. Thanks, Nobuhiro Iwamatsu. [Feature #3874] [ruby-core:32548];TS; ; i;I"ESat Sep 25 01:34:41 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I" Makefile.in (install-cross);T;[o;;[I"-target to install cross-compiling stuff.;TS; ; i;I"2010-09-24;T@ S; ; i;I"EFri Sep 24 23:44:59 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"[string.c (sym_call), vm.c (invoke_block_from_c), vm_insnhelper.c (vm_yield_with_cfunc);T;[o;;[I"(pass given block. [ruby-core:32075];To;;I")vm_eval.c (rb_funcall_passing_block);T;[o;;[I":new function to call method with passing given block.;TS; ; i;I"BFri Sep 24 15:50:43 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"string.c (rb_str_to_i);T;[o;;[I"Vfix rdoc: String#to_i raises an exception when base is invalid. [ruby-core:31685];TS; ; i;I"BFri Sep 24 15:28:35 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"string.c (rb_str_rindex);T;[o;;[I"ause rb_enc_prev_char instead of repeated str_nth. patched by Michael Selig [ruby-core:32498];TS; ; i;I"GFri Sep 24 14:19:12 2010 URABE Shyouhei <shyouhei@ruby-lang.org>;T@ o; ;;;[o;;I"test/test_pty.rb;T;[o;;[I"XSame as 229281; existence of PTY class do not guarantee a successful pty operation.;TS; ; i;I"EFri Sep 24 06:25:55 2010 Ryan Davis <ryand-ruby@zenspider.com>;T@ o; ;;;[o;;I"lib/minitest/*.rb;T;[o;;[I"#Imported minitest 1.7.2 r5879.;To;;I"test/minitest/*.rb;T;[o;;[I"ditto.;TS; ; i;I"2010-09-23;T@ S; ; i;I"EThu Sep 23 23:09:08 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"#vm_insnhelper.c (vm_get_cref0);T;[o;;[I"Lcref is stacked only in normal iseqs, so check if it is the case first.;TS; ; i;I"EThu Sep 23 23:08:41 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"tool/config.sub;T;[o;;[I"2mingw64 should use x86_64. [ruby-core:32514];TS; ; i;I";Thu Sep 23 21:40:40 2010 wanabe <s.wanabe@gmail.com>;T@ o; ;;;[o;;I"=ext/socket/raddrinfo.c (init_addrinfo, inspect_sockaddr);T;[o;;[I"/suppress warnings. see [ruby-core:31932].;TS; ; i;I";Thu Sep 23 19:27:57 2010 wanabe <s.wanabe@gmail.com>;T@ o; ;;;[o;;I"7thread_win32.c (w32_wait_events, w32_close_handle);T;[o;;[I".suppress warnings. see [ruby-core:31932].;TS; ; i;I";Thu Sep 23 18:54:39 2010 wanabe <s.wanabe@gmail.com>;T@ o; ;;;[o;;I"tool/config.sub;T;[o;;[I"add mingw64.;To;;I"*win32/mkexports.rb (Exports::Mingw64);T;[o;;[I"added.;To;;I"*win32/mkexports.rb (Exports::Mingw32);T;[o;;[I"!renamed from Exports::Mingw.;TS; ; i;I"EThu Sep 23 09:01:28 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"#vm_insnhelper.c (vm_cref_push);T;[o;;[I"[no outer cref is needed for proc from method. Bug #3786, Bug #3860, [ruby-core:32501];TS; ; i;I"2010-09-22;T@ S; ; i;I"EWed Sep 22 17:12:01 2010 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>;T@ o; ;;;[o;;I"+test/openssl/utils.rb (OpenSSL#silent);T;[o;;[I".always restore $VERBOSE. [ruby-dev:42285];TS; ; i;I"DWed Sep 22 16:59:40 2010 Yuki Sonoda (Yugui) <yugui@yugui.jp>;T@ o; ;;;[o;;I",test/test_prime.rb (TestPrime#test_new);T;[o;;[I"�the warning expected have not been displayed when $VERBOSE == nil. Patch by Shota Fukumori a.k.a. sora_h. [ruby-dev:42272] Recovers $stderr even if StringIO.new fails. Reported by unak.;TS; ; i;I"=Wed Sep 22 01:55:48 2010 Koichi Sasada <ko1@atdot.net>;T@ o; ;;;[o;;I"!bootstraptest/test_method.rb;T;[o;;[I"fix last commit.;TS; ; i;I"=Wed Sep 22 01:49:52 2010 Koichi Sasada <ko1@atdot.net>;T@ o; ;;;[o;;I"!bootstraptest/test_method.rb;T;[o;;[I"&add a test for [ruby-core:30534].;TS; ; i;I"FWed Sep 22 00:52:44 2010 WATANABE Hirofumi <eban@ruby-lang.org>;T@ o; ;;;[o;;I"&lib/rdoc/ri/store.rb (save_cache);T;[o;;[I"remove duplicate entries.;TS; ; i;I";Wed Sep 22 00:00:05 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I".ext/pathname/pathname.c (path_f_pathname);T;[o;;[I",Pathname() translated from pathname.rb.;TS; ; i;I"2010-09-21;T@ S; ; i;I"BTue Sep 21 22:18:30 2010 NAKAMURA Usaku <usa@ruby-lang.org>;T@ o; ;;;[o;;I"tool/mkconfig.rb;T;[o;;[I"9fixed build problem on mswin64 introduced in r29278.;TS; ; i;I"ETue Sep 21 02:42:35 2010 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>;T@ o; ;;;[o;;I"=test/pathname/test_pathname.rb (TestPathname#test_mkdir);T;[o;;[I"fix typo.;TS; ; i;I"2010-09-20;T@ S; ; i;I"EMon Sep 20 23:23:05 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"dir.c (bracket);T;[o;;[I"~get rid of scanning at the end of the pattern string, not to raise an exception while globbing command line. [ruby-core:32478];TS; ; i;I";Mon Sep 20 11:25:49 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I",ext/pathname/pathname.c (Init_pathname);T;[o;;[I":Pathname#=~ undefinition translated from pathname.rb.;TS; ; i;I";Mon Sep 20 02:34:11 2010 Kenta Murata <mrkn@mrkn.jp>;T@ o; ;;;[o;;I"Gext/bigdecimal/bigdecimal.c (check_rounding_mode, BigDecimal_mode);T;[o;;[I"Draise ArgumentError instead of TypeError passing invalid modes.;To;;I"?test/bigdecimal/test_bigdecimal.rb (test_mode, test_round);T;[o;;[I",change against the above modifications.;TS; ; i;I"2010-09-19;T@ S; ; i;I"DSun Sep 19 22:08:39 2010 Yuki Sonoda (Yugui) <yugui@yugui.jp>;T@ o; ;;;[o;;I"lib/mkmf.rb (try_link);T;[o;;[I" rdoc;To;;I"(try_compile);T;[o;;[I" ditto;To;;I"(try_cpp);T;[o;;[I" ditto;To;;I"(try_func);T;[o;;[I" ditto;To;;I"(try_var);T;[o;;[I" ditto;To;;I"(try_run);T;[o;;[I" ditto;To;;I"(egrep_cpp);T;[o;;[I" ditto;TS; ; i;I"DSun Sep 19 20:43:33 2010 Yuki Sonoda (Yugui) <yugui@yugui.jp>;T@ o; ;;;[o;;I")configure.in (--disable-install-doc);T;[o;;[I",disables capi too, in addition to rdoc.;To;;I"(--disable-install-rdoc);T;[o;;[I"*a new option for disabling only rdoc.;To;;I"(--disable-install-capi);T;[o;;[I"*a new option for disabling only capi.;TS; ; i;I"DSun Sep 19 20:37:45 2010 Yuki Sonoda (Yugui) <yugui@yugui.jp>;T@ o; ;;;[ o;;I"common.mk (clean);T;[o;;[I"(removes all documents on cleaning.o;To;;I"(CAPIOUT);T;[o;;[I"new variable.;To;;I"1(clean-capi, distclean-capi, realclean-capi);T;[o;;[I"new targets;To;;I"=Makefile.in (clean-capi, distclean-capi, realclean-capi);T;[o;;[I"ditto.;To;;I"Dwin32/Makefile.sub (clean-capi, distclean-capi, realclean-capi);T;[o;;[I"ditto.;TS; ; i;I"ESun Sep 19 13:44:24 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"configure.in (LIBRUBY_SO);T;[o;;[I"vfix an oversight of replace RUBY_INSTALL_NAME with RUBY_SO_NAME. a patch from Jeremy Evans at [ruby-core:32474].;TS; ; i;I";Sun Sep 19 07:48:20 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"*ext/pathname/pathname.c (path_unlink);T;[o;;[I"EPathname#unlink and Pathname#delete translated from pathname.rb.;TS; ; i;I";Sun Sep 19 06:06:07 2010 Kenta Murata <mrkn@mrkn.jp>;T@ o; ;;;[o;;I"6ext/bigdecimal/bigdecimal.c (check_rounding_mode);T;[o;;[I"9added for converting symbol to rounding mode number.;To;;I"Dext/bigdecimal/bigdecimal.c (BigDecimal_mode, BigDecimal_round);T;[o;;[I"0support to specify rounding mode by symbol.;To;;I"?test/bigdecimal/test_bigdecimal.rb (test_mode, test_round);T;[o;;[I"!add tests for above changes.;TS; ; i;I";Sun Sep 19 05:14:35 2010 Kenta Murata <mrkn@mrkn.jp>;T@ o; ;;;[o;;I" ext/bigdecimal/bigdecimal.c;T;[o;;[I"�fix rounding algorithms for half-down and half-even. This change is based on the patch created by Matthew Willson, the reporter of this bug. [Bug #3803] [ruby-core:32136];To;;I"'test/bigdecimal/test_bigdecimal.rb;T;[o;;[I"!add tests for above changes.;TS; ; i;I"2010-09-18;T@ S; ; i;I";Sat Sep 18 20:09:51 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I".ext/pathname/pathname.c (path_each_entry);T;[o;;[I"5Pathname#each_entry translated from pathname.rb.;TS; ; i;I"2010-09-17;T@ S; ; i;I"?Fri Sep 17 23:44:07 2010 Kouhei Sutou <kou@cozmixng.org>;T@ o; ;;;[o;;I"8lib/rexml/xpath_parser.rb, test/rexml/test_xpath.rb;T;[o;;[I"cadd missing method availability check. [ruby-core:32447] Reported by Wiebe Cazemier. Thanks!!!;TS; ; i;I"?Fri Sep 17 23:23:26 2010 Kouhei Sutou <kou@cozmixng.org>;T@ o; ;;;[o;;I"test/rexml/test_sax.rb;T;[o;;[I"3don't use thread and sleep to avoid slow test.;TS; ; i;I"?Fri Sep 17 23:10:44 2010 Kouhei Sutou <kou@cozmixng.org>;T@ o; ;;;[o;;I"test/rexml/test_core.rb;T;[o;;[I"enable.;TS; ; i;I"?Fri Sep 17 22:46:02 2010 Kouhei Sutou <kou@cozmixng.org>;T@ o; ;;;[o;;I"test/rexml/;T;[o;;[I"untabify.;TS; ; i;I"?Fri Sep 17 22:29:56 2010 Kouhei Sutou <kou@cozmixng.org>;T@ o; ;;;[o;;I"test/rexml/;T;[o;;[I"7fix fixture data path. All REXML tests are worked.;TS; ; i;I"?Fri Sep 17 22:15:15 2010 Kouhei Sutou <kou@cozmixng.org>;T@ o; ;;;[o;;I" test/rexml/test_listener.rb;T;[o;;[I"remove needless codes.;TS; ; i;I"?Fri Sep 17 22:12:23 2010 Kouhei Sutou <kou@cozmixng.org>;T@ o; ;;;[o;;I"test/rexml/;T;[o;;[I"�import REXML tests from http://www.germane-software.com/repos/rexml/trunk/test/. Many tests are failed temporary. I'll fix them quickly. Sorry.;TS; ; i;I"GFri Sep 17 16:48:49 2010 URABE Shyouhei <shyouhei@ruby-lang.org>;T@ o; ;;;[o;;I"@test/io/console/test_io_console.rb (TestIO_Console::helper);T;[o;;[I"�PTY.open is not guaranteed to work. On my machine opening a pty is prohibited via process control group. On those cases exceptions shall occur, and that doesn't mean our fault. Skip those tests on such situations.;TS; ; i;I"EFri Sep 17 08:30:27 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"lib/tracer.rb;T;[o;;[I"bcount only non-internal libraries in stack trace, ignoring custom_require. [ruby-core:31858];TS; ; i;I"@Fri Sep 17 02:18:41 2010 Akinori MUSHA <knu@iDaemons.org>;T@ o; ;;;[o;;I"tool/mkconfig.rb;T;[o;;[I"�Fix build with m4 1.4.15 generating duplicate lines in config.status. According to nobu, the mswin32 port may depend on the piece of code in question, so the behavior is left unchanged on mswin32.;TS; ; i;I"2010-09-16;T@ S; ; i;I";Thu Sep 16 23:47:59 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"+ext/pathname/pathname.c (path_opendir);T;[o;;[I"2Pathname#opendir translated from pathname.rb.;TS; ; i;I"EThu Sep 16 21:40:37 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I".lib/test/unit.rb (Test::Unit::GlobOption);T;[o;;[I"merged RejectOption.;To;;I"test/runner.rb;T;[o;;[I"utilize GlobOption.;TS; ; i;I"EThu Sep 16 21:31:24 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I" lib/rdoc/ri/driver.rb (RDoc;T;[o;;[I":RI::Driver.setup_options);To;;I"%(RDoc::RI::Driver.fixup_options);T;[o;;[I"wsplit from process_args. libraries should not parse ARGV inside, since it's a task of applications, not libraries.;TS; ; i;I"EThu Sep 16 21:02:30 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"0lib/rdoc/ri/paths.rb (RDoc::RI::Paths.each);T;[o;;[I"*HOMEDIR can be nil if $HOME is unset.;TS; ; i;I"GThu Sep 16 14:50:42 2010 URABE Shyouhei <shyouhei@ruby-lang.org>;T@ o; ;;;[o;;I"Mtest/ruby/test_file_exhaustive.rb (TestFileExhaustive::test_expand_path);T;[o;;[I"�ENV["HOME"] might not be set. On those cases without it an exception raises here, which effectively disables later tests on this method.;TS; ; i;I"EThu Sep 16 08:30:28 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"sprintf.c (rb_f_sprintf);T;[o;;[I"|fix rdoc. pointed out by Tomoyuki Chikanaga at [ruby-core:32395], and a patch from Daniel Bovensiepen at [ruby-core:32403].;TS; ; i;I"EThu Sep 16 08:27:36 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"ext/etc/extconf.rb;T;[o;;[I"Buse expanded sysconfdir with empty DESTDIR. [ruby-core:32394];TS; ; i;I";Thu Sep 16 06:07:24 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I")ext/pathname/pathname.c (path_rmdir);T;[o;;[I"0Pathname#rmdir translated from pathname.rb.;TS; ; i;I"BThu Sep 16 00:36:25 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"ext/readline/extconf.rb;T;[o;;[I"^Remove Readline 6 check because Ruby's license is now GPLv3 compatible. [ruby-core:28736];TS; ; i;I"BThu Sep 16 00:26:00 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"COPYING;T;[o;;[I"�change Ruby's License from a dual license with GPLv2 to a dual license with 2-clause BSDL. [ruby-dev:42166] [ruby-core:31971] [ruby-dev:39167] [ruby-core:25272];To;;I"COPYING.ja;T;[o;;[I"ditto.;To;;I" BSDL;T;[o;;[I"-added. this is from The FreeBSD License.;TS; ; i;I"2010-09-15;T@ S; ; i;I";Wed Sep 15 21:07:06 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I")ext/pathname/pathname.c (path_mkdir);T;[o;;[I"0Pathname#mkdir translated from pathname.rb.;TS; ; i;I"GWed Sep 15 13:37:00 2010 URABE Shyouhei <shyouhei@ruby-lang.org>;T@ o; ;;;[o;;I"test/net/imap/test_imap.rb;T;[o;;[I"X"localhost" not guaranteed to resolve to "127.0.0.1". On my machine it is "::1" instead. The problem is, you have to connect to the imaps server via the canonical name written in a server certificate, and that of the server.cert is "localhost". So you have to listen to the address of what "localhost" resolves to. I think this situation cannot be resolved in a handy manner because the test "test_imaps_post_connection_check" is actually expecting to connect to a server via an address other than the CN. On my machine several assertions won't pass because the test cannot connect to the server.;TS; ; i;I"EWed Sep 15 09:12:03 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"io.c (rb_io_puts);T;[o;;[I"9fix for wide char encoding strings. [ruby-dev:42212];TS; ; i;I"EWed Sep 15 07:27:52 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"string.c (rb_str_format_m);T;[o;;[I"Zmentioned about Hash argument. a patch from Daniel Bovensiepen at [ruby-core:32386].;To;;I"sprintf.c (get_hash);T;[o;;[I"ditto, and fix typo.;TS; ; i;I";Wed Sep 15 07:22:20 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"+ext/pathname/pathname.c (path_entries);T;[o;;[I"2Pathname#entries translated from pathname.rb.;TS; ; i;I"KWed Sep 15 02:13:44 2010 Aaron Patterson <aaron@tenderlovemaking.com>;T@ o; ;;;[o;;I"ext/fiddle/closure.c ;T;[o;;[I"SDon't use FFI closure alloc on OpenBSD. Thanks Jeremy Evans! [ruby-core:32384];TS; ; i;I"2010-09-14;T@ S; ; i;I";Tue Sep 14 20:17:48 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"+ext/pathname/pathname.c (path_s_getwd);T;[o;;[I"APathname.getwd and Pathname.pwd translated from pathname.rb.;TS; ; i;I";Tue Sep 14 05:13:04 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"*ext/pathname/pathname.c (path_s_glob);T;[o;;[I"/Pathname.glob translated from pathname.rb.;TS; ; i;I"HTue Sep 14 01:24:51 2010 Yutaka Kanemoto <kanemoto@ruby-lang.org>;T@ o; ;;;[o;;I"3ext/socket/raddrinfo.c (ruby_getaddrinfo__aix);T;[o;;[I"suppress a warning.;TS; ; i;I"2010-09-13;T@ S; ; i;I";Mon Sep 13 20:48:30 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"*ext/pathname/pathname.c (path_zero_p);T;[o;;[I"0Pathname#zero? translated from pathname.rb.;TS; ; i;I"EMon Sep 13 19:56:50 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"2ext/socket/rubysocket.h (__DARWIN_ALIGNBYTES);T;[o;;[I"Iworkaround of a bug in system header of darwin 9. [ruby-core:32341];TS; ; i;I"EMon Sep 13 18:11:55 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"lib/mkmf.rb (try_do);T;[o;;[I"?fix typo. a patch from Peter Weldon at [ruby-core:32327].;TS; ; i;I"BMon Sep 13 10:12:09 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"util.c (ruby_strtod);T;[o;;[I"5reject Float('0x0.'). [ruby-dev:42239] Bug #3820;TS; ; i;I"BMon Sep 13 09:23:58 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"-ext/openssl/ossl_bn.c (ossl_bn_is_prime);T;[o;;[I"lfix comparison with rb_scan_args. Before this fix, OpenSSL::BN#prime? is fully broken. [ruby-dev:42225];TS; ; i;I";Mon Sep 13 06:45:24 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"3ext/pathname/pathname.c (path_writable_real_p);T;[o;;[I"9Pathname#writable_real? translated from pathname.rb.;TS; ; i;I"2010-09-12;T@ S; ; i;I"ASun Sep 12 21:21:50 2010 Tadayoshi Funaba <tadf@dotrb.org>;T@ o; ;;;[o;;I"lib/date.rb;T;[o;;[I".[ruby-core:32096] Thanks Colin Bartlett.;TS; ; i;I";Sun Sep 12 19:30:27 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"4ext/pathname/pathname.c (path_world_writable_p);T;[o;;[I":Pathname#world_writable? translated from pathname.rb.;TS; ; i;I";Sun Sep 12 09:16:06 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I".ext/pathname/pathname.c (path_writable_p);T;[o;;[I"4Pathname#writable? translated from pathname.rb.;TS; ; i;I";Sun Sep 12 08:36:15 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I")process.c (rlimit_resource_name2int);T;[o;;[I"ksupport more limits: RLIMIT_MSGQUEUE, RLIMIT_NICE, RLIMIT_RTPRIO, RLIMIT_RTTIME and RLIMIT_SIGPENDING.;To;;I"(Init_process);T;[o;;[I":ditto. patch by Run Paint Run Run. [ruby-core:32262];TS; ; i;I";Sun Sep 12 04:27:13 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I")process.c (rlimit_resource_name2int);T;[o;;[I"&use STRCASECMP to avoid ALLOCA_N.;TS; ; i;I"2010-09-11;T@ S; ; i;I"ESat Sep 11 16:47:41 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"hash.c (ruby_setenv);T;[o;;[I"�raise if putenv and SetEnvironmentVariable failed, because of the restriction of the size on Windows. based on a patch from Peter Weldon at [ruby-core:32304]. fix: Bug#3812, [ruby-core:32250];TS; ; i;I"ASat Sep 11 15:19:57 2010 Eric Hodel <drbrain@segment7.net>;T@ o; ;;;[o;;I"Elib/webrick/httpauth/digestauth.rb (WEBrick::Config::DigestAuth);T;[o;;[I"Add documentation;To;;I"8lib/webrick/config.rb (WEBrick::Config::DigestAuth);T;[o;;[I"Add documentation;TS; ; i;I"ESat Sep 11 12:32:05 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"7include/ruby/intern.h (rb_set_kcode, rb_get_kcode);T;[o;;[I"Zremoved zombie prototype declarations. a patch from Eric Hodel at [ruby-core:32305].;TS; ; i;I";Sat Sep 11 06:53:12 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"-ext/pathname/pathname.c (path_symlink_p);T;[o;;[I"3Pathname#symlink? translated from pathname.rb.;TS; ; i;I"2010-09-10;T@ S; ; i;I";Fri Sep 10 23:03:43 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I",ext/pathname/pathname.c (path_sticky_p);T;[o;;[I"2Pathname#sticky? translated from pathname.rb.;TS; ; i;I"FFri Sep 10 19:11:13 2010 NAKAMURA, Hiroshi <nahi@ruby-lang.org>;T@ o; ;;;[o;;I"?lib/webrick/httprequest.rb (WEBrick::HTTPRequest#continue);T;[o;;[I"�add method for generating HTTP/1.1 100 continue response if the client expects it, otherwise does nothing. Patch by Brian Candler. ref #855.;To;;I"%test/webrick/test_httprequest.rb;T;[o;;[I"test added.;TS; ; i;I"FFri Sep 10 17:49:34 2010 NAKAMURA, Hiroshi <nahi@ruby-lang.org>;T@ o; ;;;[o;;I"-ext/openssl/lib/openssl/x509-internal.rb;T;[o;;[I"#removed unused local variable.;To;;I"test/openssl/*;T;[o;;[I".less warnings while test running with -w.;TS; ; i;I"@Fri Sep 10 16:49:20 2010 Akinori MUSHA <knu@iDaemons.org>;T@ o; ;;;[o;;I"class.c (rb_scan_args);T;[o;;[I"VAdd support for optional keyword argument hash. [ruby-dev:42221] [ruby-dev:38048];To;;I"README.EXT, README.EXT.ja;T;[o;;[I"&Update documentation accordingly.;To;;I"dir.c (dir_initialize);T;[o;;[I"0Make use of the new rb_scan_args() feature.;To;;I"�io.c (rb_io_s_popen, rb_scan_open_args, rb_io_initialize, rb_io_s_pipe, open_key_args, io_s_foreach, io_s_readlines, rb_io_s_read, rb_io_set_encoding);T;[o;;[I"Ditto.;To;;I"Etranscode.c (str_transcode, econv_args, econv_primitive_convert);T;[o;;[I"Ditto.;To;;I"-ext/zlib/zlib.c (rb_gzreader_initialize);T;[o;;[I"Ditto.;TS; ; i;I"BFri Sep 10 10:33:18 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"(random.c (rb_genrand_ulong_limited);T;[o;;[I">renamed from rb_rand_internal and now this is public API.;To;;I"3include/ruby/ruby.h (rb_genrand_ulong_limited);T;[o;;[I"added.;To;;I"bignum.c (big_sparse_p);T;[o;;[I""use rb_genrand_ulong_limited.;TS; ; i;I"FFri Sep 10 13:07:22 2010 NAKAMURA, Hiroshi <nahi@ruby-lang.org>;T@ o; ;;;[o;;I"ext/digest/lib/digest.rb;T;[o;;[I"Eremoved unused exception variable assignment to avoid a warning.;TS; ; i;I"EFri Sep 10 07:29:14 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I""ext/etc/etc.c (etc_systmpdir);T;[o;;[I"9assume system default tmpdir safe. [ruby-dev:42089];TS; ; i;I";Fri Sep 10 07:03:23 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"*ext/pathname/pathname.c (path_size_p);T;[o;;[I"0Pathname#size? translated from pathname.rb.;TS; ; i;I";Fri Sep 10 02:15:29 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"+ext/socket/option.c (inspect_peercred);T;[o;;[I"Gsupport OpenBSD-current. patch by Jeremy Evans. [ruby-core:32240];TS; ; i;I"2010-09-09;T@ S; ; i;I"EThu Sep 9 23:25:53 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"vm.c (vm_backtrace_each);T;[o;;[I"Askip allocator frames which have no name. [ruby-core:32231];TS; ; i;I";Thu Sep 9 22:39:08 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"(ext/pathname/pathname.c (path_size);T;[o;;[I"/Pathname#size translated from pathname.rb.;TS; ; i;I";Thu Sep 9 22:34:48 2010 wanabe <s.wanabe@gmail.com>;T@ o; ;;;[o;;I".compile.c (case_when_optimizable_literal);T;[o;;[I"�When float value can be treated as integer, add to table hash of case that way. based on a patch from Ikuo KOBORI. [ruby-dev:42038];To;;I""insns.def (opt_case_dispatch);T;[o;;[I"ditto.;To;;I"test/ruby/test_case.rb;T;[o;;[I"add tests.;TS; ; i;I"FThu Sep 9 17:15:15 2010 NAKAMURA, Hiroshi <nahi@ruby-lang.org>;T@ o; ;;;[o;;I"?test/net/http/test_https.rb (test_identity_verify_failure);T;[o;;[I"=follows the SSL hostname check error message of openssl.;TS; ; i;I"BThu Sep 9 10:44:46 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"&test/ruby/test_env.rb (test_aset);T;[o;;[I"uOpenBSD acts like NetBSD in that it ignores characters after = in ENV. patched by Jeremy Evans [ruby-core:32184];TS; ; i;I"BThu Sep 9 09:02:01 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"!tool/rbinstall.rb (install?);T;[o;;[I"Zgemspec filename should include its version. patched by Luis Lavena [ruby-core:32165];TS; ; i;I"2010-09-08;T@ S; ; i;I"FWed Sep 8 22:46:31 2010 NAKAMURA, Hiroshi <nahi@ruby-lang.org>;T@ o; ;;;[o;;I"+ext/openssl/ossl_ssl.c (ssl_get_error);T;[o;;[I"�Thread context switch was blocked on Windows while blocking call for SSLSocket. Need to convert errno for letting rb_io_wait_readable detect EWOULDBLOCK. Patch by arton. ref #3794.;TS; ; i;I";Wed Sep 8 20:56:57 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I",ext/pathname/pathname.c (path_setgid_p);T;[o;;[I"2Pathname#setgid? translated from pathname.rb.;TS; ; i;I";Wed Sep 8 06:25:41 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I",ext/pathname/pathname.c (path_setuid_p);T;[o;;[I"2Pathname#setuid? translated from pathname.rb.;TS; ; i;I"2010-09-07;T@ S; ; i;I";Tue Sep 7 21:03:35 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"3ext/pathname/pathname.c (path_readable_real_p);T;[o;;[I":Pathname#readable_real? translated from pathname.rb.;TS; ; i;I"2010-09-06;T@ S; ; i;I";Mon Sep 6 23:07:25 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"4ext/pathname/pathname.c (path_world_readable_p);T;[o;;[I";Pathname#world_readable? translated from pathname.rb.;TS; ; i;I"FMon Sep 6 11:03:13 2010 NAKAMURA, Hiroshi <nahi@ruby-lang.org>;T@ o; ;;;[o;;I"rFixed wrong check of missing functions. Patch by Adrian Quark. ref #3400 The patch contains following comment;T;[o;;[I"�This patch should avoid unnecessary incompatibility with future versions of Openssl. Changes suggested by bmaher_at_amazon.com.;TS; ; i;I"FMon Sep 6 10:46:55 2010 NAKAMURA, Hiroshi <nahi@ruby-lang.org>;T@ o; ;;;[o;;0;[o;;[0S; ; i;I"BMon Sep 6 10:31:59 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"9ext/readline/readline.c (readline_s_get_line_buffer);T;[o;;[I"MReadline.line_buffer should return locale string. [ruby-dev:42184] #3791;TS; ; i;I"BMon Sep 6 09:47:24 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"util.c (ruby_strtod);T;[o;;[I"Rcheck there is at least 1 digit after "0x" before ".". [ruby-dev:42183] #3790;TS; ; i;I"BMon Sep 6 09:44:50 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"util.c (ruby_strtod);T;[o;;[I"3check integer overflow. [ruby-dev:42180] #3789;TS; ; i;I";Mon Sep 6 06:17:21 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I".ext/pathname/pathname.c (path_readable_p);T;[o;;[I"4Pathname#readable? translated from pathname.rb.;TS; ; i;I"2010-09-05;T@ S; ; i;I";Sun Sep 5 23:02:34 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"+ext/pathname/pathname.c (path_owned_p);T;[o;;[I"1Pathname#owned? translated from pathname.rb.;TS; ; i;I"2010-09-04;T@ S; ; i;I"ESat Sep 4 23:48:47 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I" file.c (rb_file_s_readlink);T;[o;;[I"5symlink target should be in filesystem encoding.;TS; ; i;I"ESat Sep 4 10:40:50 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"load.c (ruby_init_ext);T;[o;;[I"export for golfers.;To;;I":vm_core.h (rb_iseq_eval, rb_iseq_compile_with_option);T;[o;;[I"ditto.;TS; ; i;I"2010-09-03;T@ S; ; i;I";Fri Sep 3 23:51:26 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I",ext/pathname/pathname.c (path_socket_p);T;[o;;[I"2Pathname#socket? translated from pathname.rb.;TS; ; i;I"EFri Sep 3 06:40:44 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"ext/pty/pty.c (chfunc);T;[o;;[I"pass through exceptions.;To;;I")io.c (rb_io_bufwrite, rb_io_bufread);T;[o;;[I"added.;To;;I"process.c (rb_fork_err);T;[o;;[I"protect from exceptions.;TS; ; i;I";Fri Sep 3 06:16:07 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"*ext/pathname/pathname.c (path_pipe_p);T;[o;;[I"0Pathname#pipe? translated from pathname.rb.;TS; ; i;I"EFri Sep 3 06:14:40 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"ext/pty/pty.c (chfunc);T;[o;;[I"grestore errno from SystemCallError and propagate proper exception to the parent. [ruby-dev:41965];TS; ; i;I"2010-09-02;T@ S; ; i;I";Thu Sep 2 22:10:38 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"*ext/pathname/pathname.c (path_file_p);T;[o;;[I"0Pathname#file? translated from pathname.rb.;TS; ; i;I"BThu Sep 2 09:12:02 2010 NAKAMURA Usaku <usa@ruby-lang.org>;T@ o; ;;;[o;;I"0win32/win32.c (rb_w32_spawn, rb_w32_aspawn);T;[o;;[I"!don't forget to free memory.;TS; ; i;I"BThu Sep 2 09:01:13 2010 NAKAMURA Usaku <usa@ruby-lang.org>;T@ o; ;;;[o;;I" win32/win32.c (CreateChild);T;[o;;[I"unicodize.;To;;I"0win32/win32.c (rb_w32_spawn, rb_w32_aspawn);T;[o;;[I"=convert arguments of CreateChild() from ACP to WideChar.;TS; ; i;I";Thu Sep 2 06:53:43 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"/ext/pathname/pathname.c (path_directory_p);T;[o;;[I"5Pathname#directory? translated from pathname.rb.;TS; ; i;I"2010-09-01;T@ S; ; i;I";Wed Sep 1 22:03:41 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I".ext/pathname/pathname.c (path_grpowned_p);T;[o;;[I"4Pathname#grpowned? translated from pathname.rb.;TS; ; i;I"EWed Sep 1 17:39:02 2010 Ryan Davis <ryand-ruby@zenspider.com>;T@ o; ;;;[o;;I"lib/minitest/*.rb;T;[o;;[I"#Imported minitest 1.7.1 r5835.;To;;I"test/minitest/*.rb;T;[o;;[I"ditto.;TS; ; i;I"BWed Sep 1 16:50:42 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"string.c (tr_setup_table);T;[o;;[I"Koptimized. don't create hash objects when given pattern is ASCII only.;To;;I"string.c (tr_find);T;[o;;[I"ditto.;TS; ; i;I"BWed Sep 1 14:35:29 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"array.c (rb_ary_rotate_m);T;[o;;[I"Bfix typo of rdoc. patched by Andrei Kulakov [ruby-core:31975];TS; ; i;I"BWed Sep 1 14:33:36 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"enum.c (enum_zip);T;[o;;[I"Bfix typo of rdoc. patched by Andrei Kulakov [ruby-core:31974];TS; ; i;I"EWed Sep 1 12:56:36 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"%thread.c (ruby_suppress_tracing);T;[o;;[I"�restore the state and invoke the func with normal state. a patch from Satoshi Shiba <shiba AT rvm.jp> at [ruby-dev:42162]. [ruby-core:31783];TS; ; i;I"2010-08-31;T@ S; ; i;I";Tue Aug 31 21:10:23 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"+ext/pathname/pathname.c (path_exist_p);T;[o;;[I"1Pathname#exist? translated from pathname.rb.;TS; ; i;I"HTue Aug 31 17:32:34 2010 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>;T@ o; ;;;[o;;I"ext/tk/stubs.c;T;[o;;[I"hfix [Bug #3771] "VC++ can't make ext/tk with enabling stubs". Thanks, Akio Tajima [ruby-dev:42159].;TS; ; i;I"BTue Aug 31 03:42:14 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"string.c (tr_setup_table);T;[o;;[I"efix bug in r29146. Initialize table even if cflag is 0; tr_find see whether del is empty or not.;To;;I"string.c (tr_find);T;[o;;[I"@nodel can't be NULL; if NULL, it means it is not specified.;TS; ; i;I"2010-08-30;T@ S; ; i;I";Mon Aug 30 21:29:21 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"5ext/pathname/pathname.c (path_executable_real_p);T;[o;;[I";Pathname#executable_real? translated from pathname.rb.;TS; ; i;I"BMon Aug 30 15:00:13 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"string.c (tr_setup_table);T;[o;;[I"Oinitialize negating table when negating string is given. [ruby-core:31851];To;;I"string.c (tr_find);T;[o;;[I"Madd a sentence for the time when target characters include negating one.;To;;I"string.c (rb_str_count);T;[o;;[I"move definition.;TS; ; i;I";Mon Aug 30 07:32:41 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"0ext/pathname/pathname.c (path_executable_p);T;[o;;[I"6Pathname#executable? translated from pathname.rb.;TS; ; i;I"2010-08-29;T@ S; ; i;I"ESun Aug 29 23:54:10 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"9lib/rdoc/parser/ruby.rb (RDoc#parse_call_parameters);T;[o;;[I"=don't include assignment. [Bug #3759], [ruby-dev:42154];To;;I"/lib/rdoc/parser/ruby.rb (RDoc#parse_class);T;[o;;[I"Mignore non-constant name singleton class. [Bug #3759], [ruby-dev:42154];TS; ; i;I"ESun Aug 29 23:25:18 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"file.c (rb_get_path_check);T;[o;;[I"<clarify error message for ASCII-incompatible path name.;TS; ; i;I"BSun Aug 29 16:02:54 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"common.mk (node_name.inc);T;[o;;[I"�remove command option -n and give file as stdin, because IronRuby 1.1 still doesn't support it. So now we can use ir.exe as BASERUBY.;To;;I"tool/node_name.rb;T;[o;;[I" read stdin with while gets.;TS; ; i;I"ESun Aug 29 13:22:43 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I")vm.c (rb_thread_method_id_and_class);T;[o;;[I"3curried proc has no method. [ruby-core:31871];TS; ; i;I"ESun Aug 29 12:51:33 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I" load.c (rb_provide_feature);T;[o;;[I"vclarify error message for frozen $LOADED_FEATURES. based on a patch from Run Paint Run Run at [ruby-core:31913].;TS; ; i;I"ESun Aug 29 12:19:58 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"load.c (load_failed);T;[o;;[I".should honor encoding. [ruby-core:31915];TS; ; i;I"BSun Aug 29 09:35:10 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"common.mk (clean);T;[o;;[I"$exclude *.inc. [ruby-dev:41931];To;;I"common.mk (distclean);T;[o;;[I"include *.inc.;To;;I"common.mk (help);T;[o;;[I"2change description about clean and distclean.;TS; ; i;I";Sat Aug 29 06:34:52 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"-ext/pathname/pathname.c (path_chardev_p);T;[o;;[I"3Pathname#chardev? translated from pathname.rb.;TS; ; i;I"2010-08-28;T@ S; ; i;I";Sat Aug 28 17:39:33 2010 Kenta Murata <mrkn@mrkn.jp>;T@ o; ;;;[o;;I"wext/bigdecimal/bigdecimal.c (BigDecimal_save_exception_mode, BigDecimal_save_rounding_mode, BigDecimal_save_limit);T;[o;;[I"added.;To;;I"'test/bigdecimal/test_bigdecimal.rb;T;[o;;[I"(added tests for the above features.;TS; ; i;I";Sat Aug 28 08:11:05 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I".ext/pathname/pathname.c (path_blockdev_p);T;[o;;[I"4Pathname#blockdev? translated from pathname.rb.;TS; ; i;I"2010-08-27;T@ S; ; i;I"GFri Aug 27 16:20:01 2010 URABE Shyouhei <shyouhei@ruby-lang.org>;T@ o; ;;;[o;;I"string.c (rb_str_prepend);T;[o;;[I":new method by Shota Fukumori (sora_h) [Feature #3765];TS; ; i;I"BFri Aug 27 15:24:20 2010 NAKAMURA Usaku <usa@ruby-lang.org>;T@ o; ;;;[o;;I"math.c (math_atan2);T;[o;;[I"_you should know that M_PI is not the feature of C90. fixed build failure caused by r29115.;TS; ; i;I"EFri Aug 27 15:26:33 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"file.c (null_device);T;[o;;[I"move from io.c.;TS; ; i;I";Fri Aug 27 12:47:44 2010 Kenta Murata <mrkn@mrkn.jp>;T@ o; ;;;[o;;I"math.c (math_atan2);T;[o;;[I"]change the behavior when x and y are zero. [ruby-dev:42090] [Bug #3736] [ruby-dev:42116];To;;I"(test/ruby/test_math.rb (test_atan2);T;[o;;[I"%add tests for the above changes.;TS; ; i;I"BFri Aug 27 12:26:23 2010 NAKAMURA Usaku <usa@ruby-lang.org>;T@ o; ;;;[o;;I"object.c (rb_obj_class);T;[o;;[I"\remove mention of obsolete method. a patch from Run Paint Run Run at [ruby-core:31842].;TS; ; i;I"EFri Aug 27 12:25:03 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"io.c (null_device);T;[o;;[I"/the name of null device. [ruby-dev:41791];TS; ; i;I"EFri Aug 27 07:57:34 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I""array.c (rb_ary_shuffle_bang);T;[o;;[I"/bail out from modification during shuffle.;To;;I"array.c (rb_ary_sample);T;[o;;[I"ditto.;TS; ; i;I";Fri Aug 27 05:11:51 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"+ext/pathname/pathname.c (path_sysopen);T;[o;;[I"2Pathname#sysopen translated from pathname.rb.;TS; ; i;I"2010-08-26;T@ S; ; i;I"EThu Aug 26 22:53:56 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"array.c (rb_ary_shuffle);T;[o;;[I"_rdoc fix. argument name was missing. a patch from Run Paint Run Run at [ruby-core:31848].;TS; ; i;I";Thu Aug 26 21:49:46 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"-ext/pathname/pathname.c (path_readlines);T;[o;;[I"4Pathname#readlines translated from pathname.rb.;TS; ; i;I"BThu Aug 26 10:37:00 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"regint.h (OnigStackIndex);T;[o;;[I"�the type should be intptr_t. Original Oniguruma assumes the size of long and that of void * are equal, but it's not true on LLP64 platform: mswin64. originally patched by shintaro kuwamoto [ruby-dev:42133];TS; ; i;I"HThu Aug 26 10:38:11 2010 Yutaka Kanemoto <kanemoto@ruby-lang.org>;T@ o; ;;;[o;;I"test/dl/test_base.rb;T;[o;;[I"4AIX does not have dynamically loadable lib[cm].;To;;I"test/fiddle/helper.rb;T;[o;;[I"4AIX does not have dynamically loadable lib[cm].;TS; ; i;I"EThu Aug 26 09:49:50 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I""array.c (rb_ary_shuffle_bang);T;[o;;[I"check number of argument.;TS; ; i;I";Tue Aug 26 09:11:40 2010 Kenta Murata <mrkn@mrkn.jp>;T@ o; ;;;[o;;I"xext/bigdecimal/bigdecimal.c (Init_bigdecimal, rmpd_set_thread_local_exception_mode, VpGetException, VpSetException);T;[o;;[I"!thread-local exception mode.;To;;I"yext/bigdecimal/bigdecimal.c (Init_bigdecimal, rmpd_set_thread_local_precision_limit, VpGetPrecLimit, VpSetPrecLimit);T;[o;;[I""thread-local precision limit.;To;;I"�ext/bigdecimal/bigdecimal.c (Init_bigdecimal, rmpd_set_thread_local_rounding_mode, VpGetRoundMode, VpSetRoundMode, VpException, VpInternalRound);T;[o;;[I" thread-local rounding mode.;To;;I"�ext/bigdecimal/bigdecimal.c (BigDecimal_mode, BigDecimal_round, VpIsRoundMode, VpGetRoundMode, VpSetRoundMode, VpActiveRound, VpMidRound, VpLeftRound), ext/bigdecimal/bigdecimal.h;T;[o;;[I"*use unsigned short for rounding mode.;To;;I"3test/bigdecimal/test_bigdecimal.rb (test_mode);T;[o;;[I"(add test for setting rounding mode.;To;;I"@test/bigdecimal/test_bigdecimal.rb (test_thread_local_mode);T;[o;;[I".add test for setting mode thread-locally.;TS; ; i;I"EThu Aug 26 07:29:54 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"+array.c (rb_ary_{shuffle_bang,sample});T;[o;;[I"use Random class object.;To;;I"random.c (try_get_rnd);T;[o;;[I">use default_rand for Random as same as singleton methods.;To;;I"random.c (rb_random_real);T;[o;;[I"check the range of result.;TS; ; i;I"2010-08-25;T@ S; ; i;I";Wed Aug 25 22:11:11 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"+ext/pathname/pathname.c (path_binread);T;[o;;[I"2Pathname#binread translated from pathname.rb.;TS; ; i;I"BWed Aug 25 03:42:43 2010 NAKAMURA Usaku <usa@ruby-lang.org>;T@ o; ;;;[o;;I"%ext/dl/cfunc.c (rb_dlcfunc_call);T;[o;;[I"Sworkaround for VC9 for x64. reported by kuwamoto shintaro in [ruby-dev:42125].;TS; ; i;I"2010-08-24;T@ S; ; i;I"=Tue Aug 24 23:28:50 2010 Yusuke Endoh <mame@tsg.ne.jp>;T@ o; ;;;[o;;I".gitignore;T;[o;;[I" updated.;TS; ; i;I";Tue Aug 24 22:07:28 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"(ext/pathname/pathname.c (path_read);T;[o;;[I"/Pathname#read translated from pathname.rb.;TS; ; i;I"ETue Aug 24 10:11:04 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"configure.in;T;[o;;[I"2read API version from include/ruby/version.h.;To;;I"&{bcc,win}32/setup.mak (-version-);T;[o;;[I"ditto.;To;;I"!version.h (RUBY_LIB_VERSION);T;[o;;[I"use API version numbers.;TS; ; i;I"ETue Aug 24 07:07:28 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"1array.c (rb_ary_shuffle_bang, rb_ary_sample);T;[o;;[I"Cadd optional argument random. [ruby-dev:41923] [EXPERIMENTAL];To;;I",random.c (rb_random_{int32,real,bytes});T;[o;;[I"*fallback to normal method invocation.;TS; ; i;I"ETue Aug 24 06:08:10 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"0include/ruby/version.h (RUBY_API_VERSION_*);T;[o;;[I"8renamed and moved from version.h. [ruby-dev:42103];TS; ; i;I"ETue Aug 24 05:58:18 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"ChangeLog;T;[o;;[I"flushed. [ruby-dev:42050];TS; ; i;I":Tue Aug 24 01:14:58 2010 Kenta Murata <mrkn@mrkn.jp>;T@ o; ;;;[o;;I"2ext/bigdecimal/bigdecimal.c (BigDecimal_to_f);T;[o;;[I"Rto_f must underflow when the exponent is less than DBL_MIN_10_EXP - BASE_FIG.;To;;I"3test/bigdecimal/test_bigdecimal.rb (test_to_f);T;[o;;[I"&added test for the above changes.;TS; ; i;I"2010-08-23;T@ S; ; i;I";Mon Aug 23 23:14:21 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"-ext/pathname/pathname.c (path_each_line);T;[o;;[I"4Pathname#each_line translated from pathname.rb.;TS; ; i;I"EMon Aug 23 22:30:58 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"common.mk (version.o);T;[o;;[I"Pdepends on both of version.h and include/ruby/version.h. [ruby-dev:42063];TS; ; i;I"FMon Aug 23 13:09:27 2010 NAKAMURA, Hiroshi <nahi@ruby-lang.org>;T@ o; ;;;[o;;I"Obackport r29071 from ruby_1_8; * ext/openssl/ossl_asn1.c (obj_to_asn1bool);T;[o;;[I"�fixed ASN1::Boolean encoding issue for OpenSSL 1.0.0 compatibility. ASN1::Boolean.new(false).to_der wrongly generated "\1\1\377" which means 'true'. ASN1_TYPE_set of OpenSSL <= 0.9.8 treats value 0x100 as 'false' but OpenSSL >= 1.0.0 treats it as 'true'. ruby-ossl was using 0x100 for 'false' for backward compatibility. Just use 0x0 for the case OpenSSL >= OpenSSL 0.9.7. * test/openssl/test_asn1.rb: test added.;TS; ; i;I"BMon Aug 23 12:28:58 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"re.c (rb_reg_search);T;[o;;[I"cfix: 4th argument should be regexp object. patched by shintaro kuwamoto [ruby-dev:41667] #3459;TS; ; i;I"BMon Aug 23 02:23:05 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"util.c (ruby_strtod);T;[o;;[I"cmake sure to have digit-sequence after 'p' for hexadecimal-floating-constant. [ruby-dev:42105];TS; ; i;I"AMon Aug 23 00:23:07 2010 Tadayoshi Funaba <tadf@dotrb.org>;T@ o; ;;;[o;;I"$lib/date.rb, lib/date/format.rb;T;[o;;[I"[ruby-core:31695];TS; ; i;I"2010-08-22;T@ S; ; i;I";Sun Aug 22 09:08:02 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"#include/ruby/ruby.h (UINT2NUM);T;[o;;[I"Sfix ifdef condition for LLP64. reported by Daniel Gutmanas. [ruby-core:31778];TS; ; i;I"ESun Aug 22 06:46:21 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"array.c (RAND_UPTO);T;[o;;[I"macro for random number.;TS; ; i;I"ESun Aug 22 05:55:01 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"configure.in;T;[o;;[I"<fix typo. a patch from Eric Wong at [ruby-core:31810].;TS; ; i;I"2010-08-21;T@ S; ; i;I"BSat Aug 21 20:09:43 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I" vm.c;T;[o;;[I"7add missing prototype of rb_iseq_clone for r29063.;TS; ; i;I";Sat Aug 21 18:54:56 2010 wanabe <s.wanabe@gmail.com>;T@ o; ;;;[o;;I"vm.c (vm_define_method);T;[o;;[I"Icopy iseq to avoid overwriting iseq->klass. #2502, #3136. see #2420.;TS; ; i;I";Sat Aug 21 17:36:42 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I")ext/pathname/pathname.c (path_split);T;[o;;[I"0Pathname#split translated from pathname.rb.;TS; ; i;I"2010-08-20;T@ S; ; i;I";Fri Aug 20 10:40:04 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"/ext/pathname/pathname.c (path_expand_path);T;[o;;[I"6Pathname#expand_path translated from pathname.rb.;TS; ; i;I"2010-08-19;T@ S; ; i;I"EThu Aug 19 22:44:56 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"tool/make-snapshot (usage);T;[o;;[I"add usage.;To;;I"!tool/make-snapshot (package);T;[o;;[I"#accept revision as BRANCH@REV.;TS; ; i;I";Thu Aug 19 19:53:26 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"/ext/socket/ancdata.c (ancillary_timestamp);T;[o;;[I"fix a constant type.;To;;I")ext/socket/raddrinfo.c (get_afamily);T;[o;;[I"suppress a warning.;TS; ; i;I";Thu Aug 19 19:28:47 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"$thread_pthread.c (native_sleep);T;[o;;[I":suppress a warning for platforms which time_t is int.;TS; ; i;I"BThu Aug 19 18:15:50 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"tool/merger.rb;T;[o;;[I"NAdd a tool to merge commits between branches. developed by URABE Shyouhei;TS; ; i;I"FThu Aug 19 17:19:09 2010 NAKAMURA, Hiroshi <nahi@ruby-lang.org>;T@ o; ;;;[o;;I"�backport r28621 and r28632 from ruby_1_8; * ext/openssl/ossl_config.c, ext/openssl/lib/openssl/config.rb, ext/openssl/lib/openssl.rb;T;[o;;[I"�reimplement OpenSSL::Config in Ruby. Now it should work on windows. * test/openssl/test_config.rb: added tests for OpenSSL::Config#dup. * test/openssl/test_config.rb: added tests for Config#clone.;TS; ; i;I";Thu Aug 19 12:04:39 2010 Kenta Murata <mrkn@mrkn.jp>;T@ o; ;;;[o;;I"karray.c (rb_ary_permutation, rb_ary_repeated_permutation, rb_ary_repeated_combination, rb_ary_product);T;[o;;[I"\use ary_make_shared_copy instead of ary_make_substitution. [ruby-dev:42067] [Bug #3708];To;;I"atest/ruby/test_array.rb (test_product, test_repeated_permutation, test_repeated_combination);T;[o;;[I"+append assertions against [Bug #3708].;TS; ; i;I"BThu Aug 19 11:11:24 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"enum.c (enum_inject);T;[o;;[I"Bfix typo of rdoc. patched by Andrei Kulakov [ruby-core:31768];TS; ; i;I";Thu Aug 19 10:06:08 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"+ext/pathname/pathname.c (path_extname);T;[o;;[I"2Pathname#extname translated from pathname.rb.;TS; ; i;I"EThu Aug 19 06:03:27 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"$vm_insnhelper.c (vm_push_frame);T;[o;;[I"Linitialize block_iseq. a patch from Peter Weldon at [ruby-core:31757].;TS; ; i;I"2010-08-18;T@ S; ; i;I";Wed Aug 18 19:08:17 2010 Kenta Murata <mrkn@mrkn.jp>;T@ o; ;;;[o;;I"array.c (ary_make_shared);T;[o;;[I"3revert r29037, it occurs SEGV some situations.;TS; ; i;I";Wed Aug 18 18:36:32 2010 Kenta Murata <mrkn@mrkn.jp>;T@ o; ;;;[o;;I"Jarray.c (ary_make_shared), test/ruby/test_array.rb (test_permutation);T;[o;;[I"Ualways return the original array when it is shared. [ruby-dev:42067] [Bug #3708];TS; ; i;I"BWed Aug 18 01:37:49 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"regcomp.c;T;[o;;[I">revert r26701; it introduces Bug #3681. [ruby-core:31677];TS; ; i;I"2010-08-17;T@ S; ; i;I";Tue Aug 17 20:05:29 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"/test/ruby/test_io.rb (test_threaded_flush);T;[o;;[I"#test "hi" is not output twice.;TS; ; i;I"BTue Aug 17 15:13:28 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"lib/date.rb;T;[o;;[I"BRe-revert the part of r28950. It reverted the part of r28619.;TS; ; i;I";Tue Aug 17 13:00:07 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"+ext/pathname/pathname.c (path_dirname);T;[o;;[I"2Pathname#dirname translated from pathname.rb.;TS; ; i;I"ETue Aug 17 07:50:37 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"ext/readline/extconf.rb;T;[o;;[I",check functions more. [ruby-core:31722];TS; ; i;I"ETue Aug 17 07:42:43 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"+string.c (str_make_independent_expand);T;[o;;[I"^set capacity properly. a patch from Peter Weldon at [ruby-core:31734]. [ruby-core:31653];TS; ; i;I"ETue Aug 17 07:38:43 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"3gem_prelude.rb, lib/rubygems.rb (Gem.suffixes);T;[o;;[I"-include empty suffix. [ruby-core:31730];TS; ; i;I"2010-08-16;T@ S; ; i;I";Mon Aug 16 22:16:12 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I",ext/pathname/pathname.c (path_basename);T;[o;;[I"unused variable removed.;TS; ; i;I";Mon Aug 16 21:39:33 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I",ext/pathname/pathname.c (path_basename);T;[o;;[I"3Pathname#basename translated from pathname.rb.;TS; ; i;I"FMon Aug 16 20:26:13 2010 Narihiro Nakamura <narihiro@netlab.jp>;T@ o; ;;;[o;;I"gc.c (gc_profile_result);T;[o;;[I"Index begins with 1.;TS; ; i;I"HMon Aug 16 20:21:17 2010 Narihiro Nakamura <authornari@gmail.com>;T@ o; ;;;[o;;I"gc.c (gc_profile_result);T;[o;;[I"quse size_t. based on patches from Tomoaki NISHIYAMA <tomoakin@kenroku.kanazawa-u.ac.jp> at [ruby-dev:42042].;TS; ; i;I"EMon Aug 16 19:23:19 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"#util.c (ruby_dtoa, ruby_hdtoa);T;[o;;[I"nuse same representations for Infinity and NaN. a part of a patch from Peter Weldon at [ruby-core:31725].;To;;I"util.c (ruby_hdtoa);T;[o;;[I"Tfixed buffer overrun. based on a patch from Peter Weldon at [ruby-core:31725].;TS; ; i;I";Mon Aug 16 17:44:55 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"common.mk (capi);T;[o;;[I"�use -b option for doxygen. It disables stdout buffering and prevents wrong reordering between stdout and stderr even when the output of "make" is redirected.;TS; ; i;I"EMon Aug 16 12:29:06 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"=Makefile.in, win32/Makefile.sub (test-rubyspec-precheck);T;[o;;[I"split from test-rubyspec.;To;;I"common.mk (test-rubyspec);T;[o;;[I"moved from Makefile.in.;TS; ; i;I"BMon Aug 16 10:00:45 2010 NAKAMURA Usaku <usa@ruby-lang.org>;T@ o; ;;;[o;;I"(ext/bigdecimal/bigdecimal.h (llabs);T;[o;;[I"3never never never never never use "long long".;To;;I"2ext/bigdecimal.bigdecimal.c (BigDecimal_to_i);T;[o;;[I"get rid of a warning.;TS; ; i;I"2010-08-15;T@ S; ; i;I"DSun Aug 15 19:59:58 2010 Yuki Sonoda (Yugui) <yugui@yugui.jp>;T@ o; ;;;[o;;I"Blib/webrick/httpresponse.rb (WEBrick::HTTPResponse#set_error);T;[o;;[I"�Fix for possible cross-site scripting (CVE-2010-0541). Found by Apple, reported by Hideki Yamane. Patch by Hirokazu Nishio <nishio.hirokazu AT gmail.com>.;TS; ; i;I";Sun Aug 15 18:14:20 2010 Kenta Murata <mrkn@mrkn.jp>;T@ o; ;;;[o;;I"fext/bigdecimal/bigdecimal.c (BigDecimal_dump, BigDecimal_inspect, VPrint, VpToString, VpVarCheck);T;[o;;[I"6use PRIuSIZE, PRIdSIZE, PRIdVALUE, and PRIxVALUE.;TS; ; i;I"BSun Aug 15 16:14:31 2010 NAKAMURA Usaku <usa@ruby-lang.org>;T@ o; ;;;[o;;I"#lib/mkmf.rb (Logging.postpone);T;[o;;[I")close @log only when it's available.;TS; ; i;I";Sun Aug 15 13:30:35 2010 Kenta Murata <mrkn@mrkn.jp>;T@ o; ;;;[o;;I")ext/bigdecimal/bigdecimal.h (VpVtoD);T;[o;;[I"fix a type of e.;To;;I"Fext/bigdecimal/bigdecimal.c (BigDecimal_dump, BigDecimal_inspect);T;[o;;[I"fix format for size_t.;TS; ; i;I";Sun Aug 15 00:22:00 2010 Kenta Murata <mrkn@mrkn.jp>;T@ o; ;;;[o;;I"Iext/bigdecimal/extconf.rb, ext/bigdecimal/bigdecimal.h (labs, llabs);T;[o;;[I"1support environments missing labs and llabs.;To;;I"'ext/bigdecimal/bigdecimal.h (vabs);T;[o;;[I"added.;To;;I"�ext/bigdecimal/extconf.rb, ext/bigdecimal/bigdecimal.h, ext/bigdecimal/bigdecimal.c, test/bigdecimal/test_bigdecimal.rb (TestBigDecimal#test_new);T;[o;;[I"_replace U_LONG, S_LONG, S_INT, and U_INT with appropriate standard or ruby-provided types.;TS; ; i;I";Sun Aug 15 00:15:45 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I")ext/pathname/pathname.c (path_utime);T;[o;;[I"0Pathname#utime translated from pathname.rb.;TS; ; i;I"2010-08-14;T@ S; ; i;I"ESat Aug 14 21:04:28 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I""thread.c (rb_gc_mark_threads);T;[o;;[I"deprecated.;TS; ; i;I"ESat Aug 14 19:12:10 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"3ext/{coverage,objspace}/extconf.rb ($INCFLAGS);T;[o;;[I"<explicitly add topdir and top_srcdir. [ruby-dev:42031];TS; ; i;I"HSat Aug 14 17:48:41 2010 Narihiro Nakamura <authorNari@gmail.com>;T@ o; ;;;[o;;I"#test/objspace/test_objspace.rb;T;[o;;[I"added test for objspace.;To;;I"ext/objspace/objspace.c;T;[o;;[I")considers T_ZOMBIE by lazy sweep GC.;To;;I" gc.c;T;[o;;[I"1considers that dsize was 0. [ruby-dev:42022];TS; ; i;I"ESat Aug 14 15:33:02 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I">configure.in, include/ruby/defines.h (RUBY_FUNC_EXPORTED);T;[o;;[I"(macro to declare exported function.;To;;I"darray.c (rb_ary_memsize), string.c (rb_str_memsize), variable.c (rb_objspace_data_type_memsize);T;[o;;[I"(used in objspace. [ruby-dev:42022];To;;I"io.c (rb_io_memsize);T;[o;;[I"constified.;To;;I"regcomp.c (onig_memsize);T;[o;;[I"constified.;To;;I"$gc.h (rb_objspace_each_objects);T;[o;;[I"used in objspace.;To;;I"-vm_core.h (rb_{get,set,reset}_coverages);T;[o;;[I"used in coverage.;To;;I"-include/ruby/intern.h (rb_time_interval);T;[o;;[I"used in io/wait.;To;;I"Ainclude/ruby/intern.h (rb_make_backtrace, rb_make_exception);T;[o;;[I"used in ripper.;To;;I"4node.h (rb_parser_{malloc,realloc,calloc,free});T;[o;;[I"ditto.;TS; ; i;I"2010-08-13;T@ S; ; i;I";Fri Aug 13 22:48:39 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I",ext/pathname/pathname.c (path_truncate);T;[o;;[I"3Pathname#truncate translated from pathname.rb.;TS; ; i;I"EFri Aug 13 16:11:36 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"*lib/test/unit.rb (MiniTest::Unit.new);T;[o;;[I"/extend before initialize. [ruby-dev:41970];To;;I".lib/test/unit.rb (MiniTest::Unit.autorun);T;[o;;[I"use Test::Unit::Mini.;TS; ; i;I"2010-08-12;T@ S; ; i;I";Thu Aug 12 23:39:02 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"0ext/pathname/pathname.c (path_make_symlink);T;[o;;[I"7Pathname#make_symlink translated from pathname.rb.;TS; ; i;I";Thu Aug 12 21:18:27 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I")ext/pathname/pathname.c (path_lstat);T;[o;;[I"0Pathname#lstat translated from pathname.rb.;TS; ; i;I"EThu Aug 12 05:58:09 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"6include/ruby/encoding.h (rb_char_to_option_kcode);T;[o;;[I"used in ripper.;To;;I"node.h (rb_reserved_word);T;[o;;[I"ditto.;TS; ; i;I";Thu Aug 12 00:19:53 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I";test/ruby/test_rubyoptions.rb (test_script_from_stdin);T;[o;;[I"$disable echo. [ruby-dev:41966];TS; ; i;I"2010-08-11;T@ S; ; i;I";Wed Aug 11 23:28:22 2010 Kenta Murata <mrkn@mrkn.jp>;T@ o; ;;;[o;;I"lib/cmath.rb (CMath.sqrt);T;[o;;[I"<use floating-point value. [ruby-core:31672] [Bug #3678];To;;I"test/test_cmath.rb;T;[o;;[I"$added for testing lib/cmath.rb.;TS; ; i;I"EWed Aug 11 20:57:25 2010 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>;T@ o; ;;;[o;;I" NEWS;T;[o;;[I"Jmerge from branches/ruby_1_9_2, and move io/console. [ruby-dev:41924];TS; ; i;I";Wed Aug 11 11:01:15 2010 Kenta Murata <mrkn@mrkn.jp>;T@ o; ;;;[o;;I" ext/bigdecimal/bigdecimal.c;T;[o;;[I"don't use // comment.;TS; ; i;I";Wed Aug 11 06:18:20 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"(ext/pathname/pathname.c (path_stat);T;[o;;[I"/Pathname#stat translated from pathname.rb.;TS; ; i;I"2010-08-10;T@ S; ; i;I"ATue Aug 10 21:18:04 2010 Tadayoshi Funaba <tadf@dotrb.org>;T@ o; ;;;[o;;I" complex.c (nucomp_to_[ifr]);T;[o;;[I"Fdon't allow complex with in-exact imaginary zero to be converted.;TS; ; i;I";Tue Aug 10 20:56:31 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"lib/optparse.rb;T;[o;;[I"suppress a warning.;To;;I"test/test_mutex_m.rb;T;[o;;[I"ditto.;TS; ; i;I"ATue Aug 10 20:56:13 2010 Tadayoshi Funaba <tadf@dotrb.org>;T@ o; ;;;[o;;I"+lib/date/format.rb (Date::Format::Bag);T;[o;;[I"$use Struct. as an experimental.;TS; ; i;I";Tue Aug 10 20:45:35 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"*ext/pathname/pathname.c (path_rename);T;[o;;[I"1Pathname#rename translated from pathname.rb.;TS; ; i;I"BTue Aug 10 20:16:19 2010 NAKAMURA Usaku <usa@ruby-lang.org>;T@ o; ;;;[o;;I"0ext/dl/win32/lib/win32/resolv.rb (get_info);T;[o;;[I"get rid of a warning.;TS; ; i;I"ATue Aug 10 19:56:13 2010 Tadayoshi Funaba <tadf@dotrb.org>;T@ o; ;;;[o;;I"lib/date/format.rb;T;[o;;[I"[ruby-core:31658];TS; ; i;I"BTue Aug 10 17:24:56 2010 NAKAMURA Usaku <usa@ruby-lang.org>;T@ o; ;;;[o;;I"README.EXT.ja;T;[o;;[I"Drb_tainted_str_new_cstr() is an alias of rb_tainted_str_new2().;TS; ; i;I";Tue Aug 10 15:24:30 2010 Kenta Murata <mrkn@mrkn.jp>;T@ o; ;;;[o;;I"Xext/bigdecimal/bigdecimal.c, ext/bigdecimal/bigdecimal.h, ext/bigdecimal/extconf.rb;T;[o;;[I"?BASE and BASE_FIG are defined based on the size of BDIGIT.;To;;I"=ext/bigdecimal/bigdecimal.c, ext/bigdecimal/bigdecimal.h;T;[o;;[I"use BDIGIT for Real#frac.;TS; ; i;I";Tue Aug 10 15:19:45 2010 Kenta Murata <mrkn@mrkn.jp>;T@ o; ;;;[o;;I"=ext/bigdecimal/bigdecimal.h, ext/bigdecimal/bigdecimal.c;T;[o;;[I".add extern declaration of rb_cBigDecimal.;TS; ; i;I"BTue Aug 10 14:09:31 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"Alib/webrick/httprequest.rb (WEBrick::HTTPRequest::parse_uri);T;[o;;[I"�rollup leading slashes. [ruby-core:31657] patched by Jamison Wilde NOTE: //authority/path is valid relative URI both RFC2396 and RFC3986. So when give a relative URI-like string to URI lib, users must care leading slashes.;TS; ; i;I"BTue Aug 10 11:26:33 2010 NAKAMURA Usaku <usa@ruby-lang.org>;T@ o; ;;;[o;;I"lib/un.rb (httpd);T;[o;;[I"4SIGQUIT and SIGHUP are not guaranteed to exist.;TS; ; i;I";Tue Aug 10 06:26:48 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I",ext/pathname/pathname.c (path_readlink);T;[o;;[I"3Pathname#readlink translated from pathname.rb.;TS; ; i;I"2010-08-09;T@ S; ; i;I";Mon Aug 9 22:15:19 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"(ext/pathname/pathname.c (path_open);T;[o;;[I"/Pathname#open translated from pathname.rb.;TS; ; i;I";Mon Aug 9 22:11:09 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I";test/ruby/test_signal.rb (TestSignal#test_exit_action);T;[o;;[I"/use Process.spawn instead of Process.fork.;TS; ; i;I"BMon Aug 9 15:59:02 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"!lib/rubygems/source_index.rb;T;[o;;[I"rename unused variable.;To;;I""lib/rubygems/specification.rb;T;[o;;[I"rename unused variable.;To;;I""lib/rubygems/specification.rb;T;[o;;[I"remove unused variable.;TS; ; i;I"BMon Aug 9 14:10:06 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"ext/nkf/nkf-utf8/nkf.c;T;[o;;[I"3Fix type of mimeout_state.buf. [nkf-bug:20079];TS; ; i;I"EMon Aug 9 06:52:59 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"dir.c (sys_warning_1);T;[o;;[I"show error message.;TS; ; i;I"EMon Aug 9 06:50:28 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"?test/ruby/test_require.rb (test_require_too_long_filename);T;[o;;[I"clear -w option.;TS; ; i;I"EMon Aug 9 00:18:44 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I" lib/mkmf.rb ($ignore_error);T;[o;;[I"initialize after $nmake.;TS; ; i;I"2010-08-08;T@ S; ; i;I";Sun Aug 8 19:16:26 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"-ext/pathname/pathname.c (path_make_link);T;[o;;[I"4Pathname#make_link translated from pathname.rb.;TS; ; i;I"ESun Aug 8 16:42:48 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"%lib/rubygems.rb (Gem.find_files);T;[o;;[I"reverted to use globbing.;To;;I"%lib/rubygems.rb (Gem.find_files);T;[o;;[I"1fixed search order same as default behavior.;To;;I"3gem_prelude.rb, lib/rubygems.rb (Gem.suffixes);T;[o;;[I"-return truly require-able suffixes only.;TS; ; i;I";Sun Aug 8 13:20:57 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I")ext/pathname/pathname.c (path_ftype);T;[o;;[I"0Pathname#ftype translated from pathname.rb.;TS; ; i;I"ESun Aug 8 12:41:19 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"#parse.y (parser_tokadd_escape);T;[o;;[I"1no similar messages twice. [ruby-core:31048];TS; ; i;I";Sun Aug 8 10:07:45 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"+strftime.c (rb_strftime_with_timespec);T;[o;;[I"suppress warnings.;TS; ; i;I"ESun Aug 8 08:58:42 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I" common.mk (RUBY_H_INCLUDES);T;[o;;[I"add subst.h.;TS; ; i;I"ESun Aug 8 08:55:37 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"(include/ruby/ruby.h (ruby_snprintf);T;[o;;[I"printf attribute.;TS; ; i;I";Sun Aug 8 07:47:29 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"lib/rbconfig/obsolete.rb;T;[o;;[I"(show the location which use Config.;TS; ; i;I";Sun Aug 8 07:29:55 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"+ext/pathname/pathname.c (path_fnmatch);T;[o;;[I"HPathname#fnmatch and Pathname#fnmatch? translated from pathname.rb.;TS; ; i;I";Sun Aug 8 07:18:22 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"$include/ruby/subst.h (snprintf);T;[o;;[I"$redefinition moved from ruby.h.;To;;I"(vsnprintf);T;[o;;[I"ditto.;TS; ; i;I";Sun Aug 8 00:41:42 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"include/ruby/subst.h;T;[o;;[I"0new file for substitute standard functions.;To;;I"include/ruby/missing.h;T;[o;;[I")don't substitute "close", etc. here.;To;;I"include/ruby/ruby.h;T;[o;;[I"Rinclude ruby/subst.h at last. This prevents substituting "close" in unistd.h.;TS; ; i;I"2010-08-07;T@ S; ; i;I";Sat Aug 7 19:51:10 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"/test/ruby/envutil.rb (EnvUtil.invoke_ruby);T;[o;;[I"Cmerge stdout and stderr if capture_stderr is :merge_to_stdout.;To;;I"(assert_normal_exit);T;[o;;[I"$print abnormal output properly.;TS; ; i;I";Sat Aug 7 19:04:49 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"missing/close.c;T;[o;;[I"`undef the macros "getpeername", "getsockname" and "shutdown" to prevent infinite recursion.;TS; ; i;I";Sat Aug 7 18:37:39 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"missing/close.c;T;[o;;[I";undef the macro "close" to prevent infinite recursion.;TS; ; i;I";Sat Aug 7 18:20:41 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"*ext/pathname/pathname.c (path_lchown);T;[o;;[I"1Pathname#lchown translated from pathname.rb.;TS; ; i;I"ESat Aug 7 17:49:10 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"include/ruby/missing.h;T;[o;;[I">moved BROKEN_CLOSE replacements from include/ruby/ruby.h.;TS; ; i;I"ESat Aug 7 17:40:24 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"*mkconfig.rb, lib/rbconfig/obsolete.rb;T;[o;;[I")warn obsolete and deprecated Config.;TS; ; i;I"ESat Aug 7 17:18:34 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"$ext/extmk.rb (extract_makefile);T;[o;;[I"vfollow the change of install-rb-default line format at r28850, which causes second run to create dummy makefiles.;TS; ; i;I"BSat Aug 7 14:08:44 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"lib/mkmf.rb;T;[o;;[I"(change instance variable to global.;TS; ; i;I"ESat Aug 7 13:59:19 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"+ext/pathname/pathname.c (path_sub_ext);T;[o;;[I"3don't clobber shared string. [ruby-core:31640];TS; ; i;I"ESat Aug 7 13:33:25 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"vm_eval.c (vm_call0);T;[o;;[I"<fix for VM_METHOD_TYPE_NOTIMPLEMENTED. [ruby-dev:41953];TS; ; i;I"HSat Aug 7 09:47:06 2010 Masaki Suketa <masaki.suketa@nifty.ne.jp>;T@ o; ;;;[o;;I"ext/win32ole/win32ole.c;T;[o;;[I"!fix checking version of GCC.;TS; ; i;I";Sat Aug 7 09:31:48 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I",ext/pathname/pathname.c (Init_pathname);T;[o;;[I"0fix number of arguments for Pathname#chown.;TS; ; i;I";Sat Aug 7 09:28:12 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I".test/ruby/envutil.rb (assert_normal_exit);T;[o;;[I"use assert. fix faildesc.;To;;I"1test/pathname/test_pathname.rb (test_lchmod);T;[o;;[I"3test Pathname#lchmod using assert_normal_exit.;TS; ; i;I";Sat Aug 7 08:26:26 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I")ext/pathname/pathname.c (path_chown);T;[o;;[I"0Pathname#chown translated from pathname.rb.;TS; ; i;I";Sat Aug 7 02:09:04 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"*ext/pathname/pathname.c (path_lchmod);T;[o;;[I"1Pathname#lchmod translated from pathname.rb.;TS; ; i;I"2010-08-06;T@ S; ; i;I";Fri Aug 6 21:30:06 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I")ext/pathname/pathname.c (path_chmod);T;[o;;[I"0Pathname#chmod translated from pathname.rb.;TS; ; i;I"EFri Aug 6 20:13:42 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"rational.c (nurat_div);T;[o;;[I"(divided by infinity should be zero.;To;;I"rational.c (nurat_div);T;[o;;[I"Adivided by float zero should be infinity. [ruby-core:31626];TS; ; i;I"EFri Aug 6 18:59:23 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"file.c (realpath_rec);T;[o;;[I"<rb_str_modify depends on the length, so resize instead.;TS; ; i;I"EFri Aug 6 18:56:14 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"Makefile.in (clean-ext);T;[o;;[I"%fixed directories to be removed.;TS; ; i;I"BFri Aug 6 17:42:12 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"enc/depend;T;[o;;[I"1add space at the beginning of @ignore_error.;To;;I"lib/mkmf.rb;T;[o;;[I"ditto.;TS; ; i;I"BFri Aug 6 17:38:33 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"common.mk (clean);T;[o;;[I"1add prelude.c, config.log, and rbconfig.rb.;To;;I"common.mk (distclean);T;[o;;[I"1remove encdb.h, config.log, and rbconfig.rb.;TS; ; i;I"BFri Aug 6 17:35:24 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"Makefile.in;T;[o;;[I"ignore error from RMDIRS.;To;;I"enc/depend;T;[o;;[I"ditto.;To;;I"lib/mkmf.rb;T;[o;;[I"ditto.;TS; ; i;I";Fri Aug 6 05:53:32 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I")ext/pathname/pathname.c (path_mtime);T;[o;;[I"0Pathname#mtime translated from pathname.rb.;TS; ; i;I"2010-08-05;T@ S; ; i;I";Thu Aug 5 22:09:30 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I")ext/pathname/pathname.c (path_ctime);T;[o;;[I"0Pathname#ctime translated from pathname.rb.;TS; ; i;I"=Thu Aug 5 21:20:31 2010 Yusuke Endoh <mame@tsg.ne.jp>;T@ o; ;;;[o;;I",compile.c (NODE_ARGSCAT, NODE_ARGSPUSH);T;[o;;[I"�drop unused ARGSCAT results when poped is true. [ruby-dev:41933], [Bug #3658] This is retry of r28870 and r28873 which were reverted.;TS; ; i;I"EThu Aug 5 20:13:49 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"1README.EXT, README.EXT.ja (String functions);T;[o;;[I".mention rb_str_resize and rb_str_set_len.;TS; ; i;I"EThu Aug 5 19:59:55 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"string.c (rb_str_set_len);T;[o;;[I".bail out when buffer overflowed probably.;TS; ; i;I"EThu Aug 5 18:36:11 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"$complex.c (nucomp_marshal_load);T;[o;;[I"1should check the argument. [ruby-core:31622];To;;I"$rational.c (nurat_marshal_load);T;[o;;[I" ditto;To;;I"marshal.c (w_float);T;[o;;[I"Ishould not append a dot if no fractal part exists. [ruby-dev:41936];TS; ; i;I"GThu Aug 5 17:11:43 2010 Yukihiro Matsumoto <matz@ruby-lang.org>;T@ o; ;;;[o;;I"parse.y (void_expr_gen);T;[o;;[I"9add 'possibly' to warning message. [ruby-core:31611];TS; ; i;I"EThu Aug 5 16:57:20 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"dir.c (glob_make_pattern);T;[o;;[I"Sfold continuous PLAINs to get rid of snail at too deep path. [ruby-dev:41871];TS; ; i;I"EThu Aug 5 16:42:41 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"string.c (rb_str_set_len);T;[o;;[I")should fail to modify shared string.;TS; ; i;I"EThu Aug 5 14:12:44 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"%ruby.c (ruby_init_loadpath_safe);T;[o;;[I"#ensure sopath to be modifiable;TS; ; i;I"EThu Aug 5 12:39:14 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"+string.c (str_make_independent_expand);T;[o;;[I")fix buffer overflow while shrinking.;TS; ; i;I";Thu Aug 5 06:42:31 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"file.c (realpath_rec);T;[o;;[I".call rb_str_modify before rb_str_set_len.;TS; ; i;I"2010-08-04;T@ S; ; i;I"EWed Aug 4 19:37:00 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"string.c (rb_str_set_len);T;[o;;[I"crb_str_modify cannot work before the length is set, which is a precondition for rb_str_modify.;TS; ; i;I"BWed Aug 4 15:47:21 2010 NAKAMURA Usaku <usa@ruby-lang.org>;T@ o; ;;;[o;;I""lib/mkmf.rb (create_makefile);T;[o;;[I"_no need to create the directory at each library file. this change makes making ext faster.;TS; ; i;I";Wed Aug 4 06:25:04 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I")ext/pathname/pathname.c (path_atime);T;[o;;[I"0Pathname#atime translated from pathname.rb.;TS; ; i;I"2010-08-03;T@ S; ; i;I"ETue Aug 3 21:16:03 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"random.c (Init_Random);T;[o;;[I"add Random::DEFAULT.;TS; ; i;I"ETue Aug 3 21:01:10 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I" hash.c (rb_check_hash_type);T;[o;;[I"added.;TS; ; i;I"ETue Aug 3 20:30:16 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"bignum.c (rb_big_eq);T;[o;;[I"/never equal to infinity. [ruby-core:31603];To;;I"rational.c (nurat_div);T;[o;;[I"%hack for integral float divisor.;TS; ; i;I"BTue Aug 3 14:42:12 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"ext/extmk.rb;T;[o;;[I"3remove purelib, fixes a bug in r28440, r28441.;To;;I"spec/default.mspec;T;[o;;[I"ditto.;To;;I"template/Doxyfile.tmpl;T;[o;;[I"ditto.;TS; ; i;I"BTue Aug 3 14:19:42 2010 NAKAMURA Usaku <usa@ruby-lang.org>;T@ o; ;;;[o;;I"(lib/rdoc/ri/driver.rb (setup_pager);T;[o;;[I"lno need to check the existence of pagers. the following code checks whether they are executable or not.;TS; ; i;I"GTue Aug 3 12:03:57 2010 URABE Shyouhei <shyouhei@ruby-lang.org>;T@ o; ;;;[o;;I"tool/runruby.rb;T;[o;;[I"no purelib.;TS; ; i;I"ETue Aug 3 07:52:20 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"ext/purelib.rb;T;[o;;[I"Eno longer used since the default load path of miniruby is empty.;TS; ; i;I"ETue Aug 3 00:53:47 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"insns.def, vm_core.h;T;[o;;[I"]fixed typo. reported by Rocky Bernstein <rockyb AT rubyforge.org> at [ruby-core:31596].;TS; ; i;I"2010-08-02;T@ S; ; i;I"EMon Aug 2 21:51:16 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"%ruby.c (ruby_init_loadpath_safe);T;[o;;[I".rb_str_set_len modifies ptr since r26303.;TS; ; i;I"HMon Aug 2 21:16:03 2010 Masaki Suketa <masaki.suketa@nifty.ne.jp>;T@ o; ;;;[o;;I"ext/win32ole/win32ole.c;T;[o;;[I"cNONAMELESSUNION defined only if gcc version is older than 3.4.4. [ruby-core:31567] [Bug #3637];To;;I"ext/win32ole/extconf.rb;T;[o;;[I"ditto.;TS; ; i;I"BMon Aug 2 16:34:32 2010 NAKAMURA Usaku <usa@ruby-lang.org>;T@ o; ;;;[o;;I"(thread_win32.c (native_thread_join);T;[o;;[I"5need to wait thread, of course. [ruby-dev:41911];TS; ; i;I"BMon Aug 2 12:22:22 2010 NAKAMURA Usaku <usa@ruby-lang.org>;T@ o; ;;;[o;;I"file.c (file_expand_path);T;[o;;[I"'wrong condition. [ruby-core:31591];TS; ; i;I";Mon Aug 2 05:34:48 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"/ext/pathname/pathname.c (path_realdirpath);T;[o;;[I"6Pathname#realdirpath translated from pathname.rb.;TS; ; i;I"2010-08-01;T@ S; ; i;I";Sun Aug 1 23:04:49 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"lib/pp.rb;T;[o;;[I"&describe superclasses explicitly.;TS; ; i;I"ESun Aug 1 23:04:35 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"3string.c (rb_str_modify_expand, rb_str_resize);T;[o;;[I"-get rid of repeating malloc and realloc.;TS; ; i;I";Sun Aug 1 22:16:30 2010 Kenta Murata <mrkn@mrkn.jp>;T@ o; ;;;[o;;I"2ext/bigdecimal/bigdecimal.c (BigDecimal_hash);T;[o;;[I"cuse rb_memhash and take care of negative finite numbers properly. [ruby-core:31582][Bug #3640];TS; ; i;I";Sun Aug 1 20:57:22 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I",ext/pathname/pathname.c (path_realpath);T;[o;;[I"3Pathname#realpath translated from pathname.rb.;TS; ; i;I"ESun Aug 1 17:27:32 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"win32/Makefile.sub;T;[o;;[I"Nneeds stddef.h for size_t. a patch from Akio Tajima at [ruby-dev:41905].;TS; ; i;I";Sun Aug 1 14:59:04 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"+ext/pathname/pathname.c (path_sub_ext);T;[o;;[I"2Pathname#sub_ext translated from pathname.rb.;TS; ; i;I"=Sun Aug 1 10:23:48 2010 Yusuke Endoh <mame@tsg.ne.jp>;T@ o; ;;;[o;;I"%lib/irb/init.rb (IRB.parse_opts);T;[o;;[I"jset VERBOSE to true when debug switch called in irb. a patch from Andrew Grimm in [ruby-core:31558].;TS; ; i;I"=Sun Aug 1 09:35:35 2010 Yusuke Endoh <mame@tsg.ne.jp>;T@ o; ;;;[o;;I"bignum.c (big_op);T;[o;;[I"Xcomparison of bignum and infinity has returned 1 or -1, but it must return boolean.;TS; ; i;I";Sun Aug 1 09:44:25 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I" class.c (rb_include_module);T;[o;;[I"qdon't clear the method cache if the included module has no method. reported by Eric Wong. [ruby-core:31559];TS; ; i;I";Sun Aug 1 09:21:32 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"'ext/pathname/pathname.c (path_sub);T;[o;;[I".Pathname#sub translated from pathname.rb.;TS; ; i;I"ESun Aug 1 09:12:50 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"include/ruby/win32.h;T;[o;;[I";latest x86_64 mingw defines stati64. [ruby-core:27516];TS; ; i;I"HSun Aug 1 08:51:52 2010 Masaki Suketa <masaki.suketa@nifty.ne.jp>;T@ o; ;;;[o;;I"ext/win32ole/win32ole.c;T;[o;;[I"+fix typo. [ruby-core:31564][Bug #3636];TS; ; i;I"2010-07-31;T@ S; ; i;I";Sat Jul 31 23:15:27 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"+ext/pathname/pathname.c (path_inspect);T;[o;;[I"2Pathname#inspect translated from pathname.rb.;TS; ; i;I";Sat Jul 31 15:50:03 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I",ext/pathname/pathname.c (Init_pathname);T;[o;;[I"AThe alias, Pathname#to_path, is translated from pathname.rb.;TS; ; i;I";Sat Jul 31 09:12:36 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"(ext/pathname/pathname.c (path_to_s);T;[o;;[I"/Pathname#to_s translated from pathname.rb.;TS; ; i;I"FSat Jul 31 08:20:07 2010 NAKAMURA, Hiroshi <nahi@ruby-lang.org>;T@ o; ;;;[o;;I"@lib/webrick/ssl.rb (WEBrick::Utils.create_self_signed_cert);T;[o;;[I"�merged r28784 from ruby_1_8: wrongly created dummy SSL certificate with version == 3 (no such version) and serial == 0 (must be >0).;TS; ; i;I"2010-07-30;T@ S; ; i;I";Fri Jul 30 21:43:55 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"(ext/pathname/pathname.c (path_hash);T;[o;;[I"/Pathname#hash translated from pathname.rb.;TS; ; i;I"EFri Jul 30 12:42:02 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"lib/net/imap.rb (example);T;[o;;[I"Zuse IO#noecho to read password if possible, and defer until needed. [ruby-dev:41889];To;;I"lib/net/imap.rb (example);T;[o;;[I".support starttls option. [ruby-dev:41888];TS; ; i;I"EFri Jul 30 08:51:51 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"file.c (file_expand_path);T;[o;;[I"7home directory must be absolute. [ruby-core:31537];TS; ; i;I"EFri Jul 30 08:33:20 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"file.c (file_expand_path);T;[o;;[I"7should check if could find user. [ruby-core:31538];TS; ; i;I"EFri Jul 30 07:59:53 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"util.c (ruby_add_suffix);T;[o;;[I"/fixed a bug returning uninitialized value.;TS; ; i;I"HFri Jul 30 07:48:04 2010 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>;T@ o; ;;;[o;;I"ext/tk/extconf.rb;T;[o;;[I"cuse TK_XINCLUDES on tkConfig.sh when not empty, even if MacOS X Aqua version [ruby-dev:41883].;TS; ; i;I"2010-07-29;T@ S; ; i;I";Thu Jul 29 22:28:35 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"'ext/pathname/pathname.c (path_cmp);T;[o;;[I".Pathname#<=> translated from pathname.rb.;TS; ; i;I"EThu Jul 29 06:51:30 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"common.mk (EXT_SRCS);T;[o;;[I""add ext/json/parser/parser.c.;TS; ; i;I"EThu Jul 29 05:52:15 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I" file.c (rb_file_s_basename);T;[o;;[I"pass baselen to rmext.;TS; ; i;I"BThu Jul 29 02:38:09 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"configure.in;T;[o;;[I".not [freebsd] but [freebsd*] for AS_CASE.;TS; ; i;I"2010-07-28;T@ S; ; i;I";Wed Jul 28 22:23:59 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"&ext/pathname/pathname.c (path_eq);T;[o;;[I"8Pathname#{==,===,eql?} translated from pathname.rb.;TS; ; i;I"BWed Jul 28 19:37:33 2010 NAKAMURA Usaku <usa@ruby-lang.org>;T@ o; ;;;[o;;I""win32/Makefile.sub (config.h);T;[o;;[I" VC6 or later have stddef.h.;To;;I"include/ruby/missing.h;T;[o;;[I")need to include stddef.h for size_t.;To;;I"include/ruby/missing.h;T;[o;;[I"Lshouldn't declare as dllimport when building ruby itself (for Windows).;TS; ; i;I"EWed Jul 28 17:11:48 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"missing/*.c;T;[o;;[I"include missing.h;TS; ; i;I"BWed Jul 28 09:38:03 2010 NAKAMURA Usaku <usa@ruby-lang.org>;T@ o; ;;;[o;;I"cont.c;T;[o;;[I"typos.;TS; ; i;I"BWed Jul 28 09:24:43 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"cont.c;T;[o;;[I"=(RB_PAGE_SIZE): renamed from PAGE_SIZE. [ruby-dev:41870];To;;I"cont.c;T;[o;;[I",(RB_PAGE_MASK): renamed from PAGE_MASK.;TS; ; i;I"2010-07-27;T@ S; ; i;I";Tue Jul 27 23:09:09 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I")ext/pathname/pathname.c (path_taint);T;[o;;[I"use rb_obj_taint.;To;;I"(path_untaint);T;[o;;[I"2Pathname#untaint translated from pathname.rb.;TS; ; i;I"ETue Jul 27 18:59:15 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"!lib/mkmf.rb (have_framework);T;[o;;[I"added.;TS; ; i;I"ETue Jul 27 18:33:42 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"9defines.h, intern.h, missing.h, ruby.h, st.h, util.h;T;[o;;[I"8include config.h and defines.h for autoconf macros.;TS; ; i;I"BTue Jul 27 16:27:38 2010 NAKAMURA Usaku <usa@ruby-lang.org>;T@ o; ;;;[o;;I"numeric.c (flo_cmp);T;[o;;[I" typo.;TS; ; i;I"BTue Jul 27 16:09:12 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"Aclass.c, compile.c, dir.c, file.c, iseq.c, parse.y, random.c;T;[o;;[I"!clean unused-value warnings.;To;;I"!cont.c, process.c, vm_exec.h;T;[o;;[I"clean cast warnings.;TS; ; i;I"2010-07-26;T@ S; ; i;I";Mon Jul 26 22:34:37 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I")ext/pathname/pathname.c (path_taint);T;[o;;[I"0Pathname#taint translated from pathname.rb.;TS; ; i;I"EMon Jul 26 18:18:09 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"configure.in (config.h);T;[o;;[I"add include guard.;To;;I"6win32/Makefile.sub, bcc32/Makefile.sub (config.h);T;[o;;[I"ditto.;TS; ; i;I"EMon Jul 26 14:38:06 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"configure.in (XCFLAGS);T;[o;;[I"missing.h needs config.h.;TS; ; i;I"BMon Jul 26 14:08:47 2010 NAKAMURA Usaku <usa@ruby-lang.org>;T@ o; ;;;[o;;I"include/ruby/missing.h;T;[o;;[I"�revert a part of r28727. config.h is expected to include only once, before including defines.h. including it here breaks some macro definitions.;TS; ; i;I"BMon Jul 26 13:52:25 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"configure.in;T;[o;;[I"Gdefine BROKEN_CLOSE only on FreeBSD. This needs to merge to 1.9.2.;TS; ; i;I"EMon Jul 26 13:01:25 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"vm.c (rb_thread_mark);T;[o;;[I"Fshould mark iseq itself other than normal iseq. [ruby-dev:41880];TS; ; i;I"BMon Jul 26 11:51:01 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"configure.in;T;[o;;[I"Xdefine BROKEN_CLOSE on FreeBSD. This fixes build failure on MSVC. [ruby-core:31481];To;;I"0include/ruby/ruby.h, include/ruby/missing.h;T;[o;;[I"-use BROKEN_CLOSE for replacing close(2).;TS; ; i;I"EMon Jul 26 09:51:20 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"vm.c (rb_thread_mark);T;[o;;[I"Amark only self of normal iseqs, not nodes. [ruby-dev:41874];TS; ; i;I"2010-07-25;T@ S; ; i;I"ESun Jul 25 05:37:20 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"numeric.c (flo_cmp);T;[o;;[I"Jhonor the result of infinite? method of the other. [ruby-core:31470];To;;I"5test/ruby/envutil.rb (EnvUtil#.suppress_warning);T;[o;;[I"added.;To;;I"3test/ruby/test_float.rb (TestFloat#test_Float);T;[o;;[I"'suppress warnings under --verbose.;TS; ; i;I"2010-07-23;T@ S; ; i;I"AFri Jul 23 16:07:32 2010 Shugo Maeda <shugo@ruby-lang.org>;T@ o; ;;;[o;;I"lib/mutex_m.rb (sleep);T;[o;;[I"6added Mutex_m#sleep to support ConditionVariable.;TS; ; i;I"EFri Jul 23 15:09:22 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I" configure.in (RUBY_MINGW32);T;[o;;[I"ignore msvc suffix.;To;;I"#configure.in (RUBY_TRY_CFLAGS);T;[o;;[I"try with werror turned on.;TS; ; i;I"EFri Jul 23 09:02:43 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"re.c (rb_reg_expr_str);T;[o;;[I"Bfixed out-of-boundary access at invalid multibyte characters.;TS; ; i;I"EFri Jul 23 09:00:05 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"configure.in (XCFLAGS);T;[o;;[I"9reverted mistakenly removed option. [ruby-dev:41872];To;;I"include/ruby/missing.h;T;[o;;[I"needs ruby/config.h.;TS; ; i;I"2010-07-22;T@ S; ; i;I"EThu Jul 22 20:58:55 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"configure.in (RUBY_EXTERN);T;[o;;[I"unnecessary after all.;TS; ; i;I"GThu Jul 22 17:33:47 2010 Yukihiro Matsumoto <matz@ruby-lang.org>;T@ o; ;;;[o;;I"complex.c (nucomp_to_i);T;[o;;[I"7allow complex with imaginary zero to be converted.;To;;I")complex.c (nucomp_to_f, nucomp_to_r);T;[o;;[I"ditto.;TS; ; i;I"=Thu Jul 22 20:12:56 2010 Yusuke Endoh <mame@tsg.ne.jp>;T@ o; ;;;[o;;I"!thread_pthread.c (get_stack);T;[o;;[I"qfix memory leak; pthread_attr_destroy must be called even when pthread_getattr_np is used. [ruby-core:31269];TS; ; i;I"BThu Jul 22 16:27:41 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"re.c (rb_reg_expr_str);T;[o;;[I"�fix broken Regexp#inspect when it is ASCII-8BIT and non-ASCII character. The length of character should be from original byte string. [ruby-core:31431];TS; ; i;I"BThu Jul 22 14:30:17 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"include/ruby/missing.h;T;[o;;[I"$add prototype for ruby_close().;TS; ; i;I"EThu Jul 22 12:58:12 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"configure.in (RUBY_EXTERN);T;[o;;[I"ignore invalid attribute.;To;;I"configure.in;T;[o;;[I"fix for older autoconf.;TS; ; i;I"EThu Jul 22 12:02:31 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"include/ruby/{intern,io}.h;T;[o;;[I"add missing prototypes.;TS; ; i;I"EThu Jul 22 06:38:18 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"configure.in (XCFLAGS);T;[o;;[I")use -fvisibility=hidden if possible.;To;;I"configure.in (RMDIR);T;[o;;[I"0use --ignore-fail-on-non-empty if possible.;To;;I"configure.in (RUBY_EXTERN);T;[o;;[I"FUNCTION-BODY was missing.;TS; ; i;I"AThu Jul 22 03:02:55 2010 Eric Hodel <drbrain@segment7.net>;T@ o; ;;;[o;;I"README.EXT;T;[o;;[I"Ffix signature of rb_ensure and rb_rescue to match implementation.;TS; ; i;I"2010-07-21;T@ S; ; i;I"EWed Jul 21 23:07:11 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"template/fake.rb.in;T;[o;;[I"+get rid of embedding an absolute path.;TS; ; i;I"BWed Jul 21 15:22:17 2010 Evan Phoenix <evan@fallingsnow.net>;T@ o; ;;;[o;;I"3lib/rubygems/custom_require.rb, gem_prelude.rb;T;[o;;[I"'Load code from from gems properly.;TS; ; i;I"BWed Jul 21 15:15:02 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"sprintf.c;T;[o;;[I"Eadd short documentation about named reference. [ruby-core:31294];TS; ; i;I"EWed Jul 21 15:00:19 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"parse.y (local_push_gen);T;[o;;[I"@disable unused variable warnings in eval. [ruby-dev:41869];TS; ; i;I"BWed Jul 21 13:57:37 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"#vm_method.c (rb_method_boundp);T;[o;;[I"Mrevert r28543, r28564. They may be merged in Ruby 2.0. [ruby-core:31217];TS; ; i;I"=Wed Jul 21 12:39:15 2010 Yusuke Endoh <mame@tsg.ne.jp>;T@ o; ;;;[o;;I"lib/cmath.rb (CMath#cbrt);T;[o;;[I"Ccbrt should accept a negative real numbers. [ruby-core:31234];TS; ; i;I"EWed Jul 21 11:55:06 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"util.c (ruby_hdtoa);T;[o;;[I"renamed from BSD__hdtoa.;TS; ; i;I"2010-07-20;T@ S; ; i;I"ATue Jul 20 11:35:11 2010 Evan Phoenix <evan@ruby-lang.org>;T@ o; ;;;[o;;I"lib/rubygems.rb;T;[o;;[I"<Load the custom require if --disable-rubygems was used.;TS; ; i;I"ATue Jul 20 11:27:18 2010 Evan Phoenix <evan@ruby-lang.org>;T@ o; ;;;[o;;I"gem_prelude.rb;T;[o;;[I"%Pull in rubygem's custom require;To;;I"lib/rubygems.rb;T;[o;;[I"2Handle always having custom require available;TS; ; i;I"ETue Jul 20 18:39:18 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I")include/ruby/ruby.h (RSTRING_GETMEM);T;[o;;[I"*new macro to get ptr and len at once.;To;;I"/string.c (rb_str_cmp, str_eql, rb_str_eql);T;[o;;[I"trivial improvements.;TS; ; i;I"ETue Jul 20 18:23:04 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"Yext/fiddle/closure.c (closure_data_type), ext/fiddle/function.c (function_data_type);T;[o;;[I" rb_data_type_t has changed.;TS; ; i;I"HTue Jul 20 14:21:38 2010 Narihiro Nakamura <authorNari@gmail.com>;T@ o; ;;;[o;;I" gc.c;T;[o;;[I"�don't call after_gc_sweep() after when garbage_collect() was called, because rb_sweep_method_entry() free live unlinked method entries. [ruby-core:31169];TS; ; i;I"GTue Jul 20 12:42:06 2010 URABE Shyouhei <shyouhei@ruby-lang.org>;T@ o; ;;;[o;;I",ext/socket/raddrinfo.c (rb_getaddrinfo);T;[o;;[I"Taccording to my valgrind output this variable should be initialized beforehand.;TS; ; i;I"ETue Jul 20 12:50:37 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"io.c (io_flush_buffer);T;[o;;[I"Iwrite and buffer operations should be monolithic. [ruby-core:31348];TS; ; i;I"ETue Jul 20 12:27:56 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I".lib/fileutils.rb (FileUtils::Entry_#copy);T;[o;;[I";check file name separator boundary. [ruby-core:31360];TS; ; i;I"2010-07-19;T@ S; ; i;I";Mon Jul 19 18:34:12 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[ o;;I"*ext/pathname/pathname.c (get_strpath);T;[o;;[I"check the type.;To;;I"(path_initialize);T;[o;;[I"&bypass to_path call for T_STRING.;To;;I"(path_freeze);T;[o;;[I"implemented.;To;;I"3ext/pathname/lib/pathname.rb (Pathname#freeze);T;[o;;[I" removed.;TS; ; i;I"EMon Jul 19 12:33:29 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"array.c (rb_ary_clear);T;[o;;[I"Pshould not unshare embedded array, and should make unshared array embedded.;TS; ; i;I"EMon Jul 19 09:00:58 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I" NEWS (Kernel#instance_eval);T;[o;;[I"Kadd an incompatible change since the 1.9.1 release. [ruby-core:31336];TS; ; i;I"EMon Jul 19 05:46:09 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I")include/ruby/ruby.h (rb_data_type_t);T;[o;;[I"add new feature macros.;TS; ; i;I"2010-07-18;T@ S; ; i;I"ESun Jul 18 21:20:11 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"array.c (rb_ary_clear);T;[o;;[I"6no need to duplicate buffer just before clearing.;TS; ; i;I"ESun Jul 18 16:31:50 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I")include/ruby/ruby.h (rb_data_type_t);T;[o;;[I"7restructured. [ruby-dev:41862] add parent member.;To;;I"'error.c (rb_typeddata_inherited_p);T;[o;;[I"new function.;TS; ; i;I";Sun Jul 18 01:09:27 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I".ext/pathname/pathname.c (path_initialize);T;[o;;[I"return a value.;TS; ; i;I";Sun Jul 18 00:02:19 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[ o;;I"7ext/pathname/lib/pathname.rb (Pathname#initialize);T;[o;;[I" removed.;To;;I".ext/pathname/pathname.c (path_initialize);T;[o;;[I"implemented.;To;;I"(get_strpath);T;[o;;[I"new function.;To;;I"(set_strpath);T;[o;;[I"ditto.;TS; ; i;I"2010-07-17;T@ S; ; i;I"ESat Jul 17 19:01:47 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"3lib/test/unit.rb (MiniTest::Unit#process_args);T;[o;;[I"refactored.;TS; ; i;I";Sat Jul 17 18:30:05 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"tool/file2lastrev.rb;T;[o;;[I"?don't depend on pathname.rb if File.realpath is available.;TS; ; i;I"ESat Jul 17 14:10:20 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"util.c (ruby_add_suffix);T;[o;;[I"fixed type warnings.;TS; ; i;I";Sat Jul 17 13:48:22 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"!ext/pathname/lib/pathname.rb;T;[o;;[I"5moved from lib/pathname.rb. require pathname.so.;To;;I"ext/pathname/pathname.c;T;[o;;[I"-new file to define empty Pathname class.;To;;I"ext/pathname/extconf.rb;T;[o;;[I"new file.;TS; ; i;I"ESat Jul 17 13:04:45 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"&thread.c (rb_thread_wakeup_alive);T;[o;;[I"Msplit from rb_thread_wakeup. merged from r13476. c.f. [ruby-core:31320];TS; ; i;I"ESat Jul 17 10:07:52 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"lib/test/unit.rb;T;[o;;[I"hMiniTest::Unit is different class from Test::Unit, and install runner before loading test/minitest.;TS; ; i;I"2010-07-16;T@ S; ; i;I"EFri Jul 16 14:58:38 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"-lib/test/unit.rb (Test::Unit.setup_argv);T;[o;;[I"0run tests only when any tests have not run.;To;;I"bin/testrb, test/runner.rb;T;[o;;[I"use Test::Unit.start.;TS; ; i;I"EFri Jul 16 12:06:08 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"!tool/rbinstall.rb (ext-arch);T;[o;;[I"&prune directories start with '-'.;TS; ; i;I"2010-07-15;T@ S; ; i;I"=Thu Jul 15 21:43:35 2010 Yusuke Endoh <mame@tsg.ne.jp>;T@ o; ;;;[o;;I"numeric.c (fix_divide);T;[o;;[I"~must not use rb_rational_new1 for coercion because it returns an argument itself when canonical mode is set. [ruby-core:31279];TS; ; i;I"=Thu Jul 15 21:38:31 2010 Yusuke Endoh <mame@tsg.ne.jp>;T@ o; ;;;[o;;I"proc.c (bm_free);T;[o;;[I"4fix memory leak. [ruby-core:30869] [Bug #3466];TS; ; i;I"BThu Jul 15 15:47:32 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"regexec.c (onig_search);T;[o;;[I"�don't skip non-ANYCHARs when .* fails to match. This causes to fail matching ANYCHAR_STAR with LOOK_BEHIND. This fix is workaround and disable the optimization. [ruby-dev:41851];TS; ; i;I"KThu Jul 15 06:11:29 2010 Aaron Patterson <aaron@tenderlovemaking.com>;T@ o; ;;;[o;;I")lib/rdoc/markup/attribute_manager.rb;T;[o;;[I"ffixing ri output when special characters are inside html tags. Thanks Tomo Kazahaya! [Bug #3512];TS; ; i;I";Thu Jul 15 06:01:42 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I" time.c (guess_local_offset);T;[o;;[I"Euse the UTC offset of an older date on 64bit time_t environment.;TS; ; i;I"KThu Jul 15 02:42:51 2010 Aaron Patterson <aaron@tenderlovemaking.com>;T@ o; ;;;[o;;I""lib/test/unit.rb (setup_argv);T;[o;;[I"Gconvert to using optparse, adding --help and -I. [ruby-core:30154];TS; ; i;I";Thu Jul 15 00:35:09 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"(time.c (localtime_with_gmtoff_zone);T;[o;;[I"Rrenamed from localtime_with_gmtoff and return the timezone abbreviation name.;To;;I"(guess_local_offset);T;[o;;[I"5return the isdst and timezone abbreviation name.;To;;I"(localtimew);T;[o;;[I"Muse the returned isdst and timezone abbreviation name. [ruby-core:31275];TS; ; i;I"2010-07-14;T@ S; ; i;I"EWed Jul 14 20:23:08 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"Zeval.c (frame_func_id), vm_eval.c (rb_iterate), vm_insnhelper.c (vm_yield_with_cfunc);T;[o;;[I"fas the name of a C-level block, use the current method ID at the creation point. [ruby-dev:41852];TS; ; i;I"BWed Jul 14 18:18:05 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"regexec.c (match_at);T;[o;;[I"_add end point to enclen's argument. This only effect on compiling with -DONIG_DEBUG_MATCH.;TS; ; i;I"2010-07-13;T@ S; ; i;I"ETue Jul 13 21:34:17 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"ext/readline/readline.c;T;[o;;[I"/libedit is missing declaration of rl_getc.;TS; ; i;I"ETue Jul 13 21:31:15 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"process.c (rb_daemon);T;[o;;[I"split from proc_daemon.;To;;I"process.c (rb_fork_err);T;[o;;[I"suppress gcc 4.4 warnings.;To;;I" random.c (fill_random_seed);T;[o;;[I"ditto.;TS; ; i;I"ETue Jul 13 21:01:44 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"#ext/pty/pty.c (establishShell);T;[o;;[I"*chfunc must not raise any exceptions.;TS; ; i;I"ETue Jul 13 20:58:57 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"%configure.in (RUBY_DEFAULT_ARCH);T;[o;;[I"-adjust for target cpu. [ruby-core:31243];TS; ; i;I"ETue Jul 13 20:46:00 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"(ext/dl/handle.c (rb_dlhandle_close);T;[o;;[I";should not pass a dynamic string to rb_raise directly.;TS; ; i;I"BTue Jul 13 12:04:57 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"missing/close.c;T;[o;;[I"keep original errno.;TS; ; i;I"2010-07-11;T@ S; ; i;I"ESun Jul 11 21:20:27 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"%README.EXT{,.ja} (rb_block_call);T;[o;;[I"mfixed about third/fourth arguments to the block. based on [ruby-core:31192] by Asher Haig. [Bug #3558];TS; ; i;I"ESun Jul 11 17:01:57 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"*Makefile.in ({,dist-,real-}clean-ext);T;[o;;[I"Jshould also omit semicolon when omitting "in WORDS" of FOR-statement.;To;;I"tool/rmdirs;T;[o;;[I"ditto.;TS; ; i;I"=Sun Jul 11 11:07:42 2010 Yusuke Endoh <mame@tsg.ne.jp>;T@ o; ;;;[o;;I"6test/rdoc/test_rdoc_ri_driver.rb (test_formatter);T;[o;;[I"Badd a test. a patch from caleb clausen in [ruby-core:31182].;TS; ; i;I"2010-07-10;T@ S; ; i;I";Sat Jul 10 21:43:11 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"+strftime.c (rb_strftime_with_timespec);T;[o;;[I"-fix precision handling for %:z and %::z.;TS; ; i;I"2010-07-09;T@ S; ; i;I";Fri Jul 9 22:32:54 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"strftime.c;T;[o;;[I"!unused declarations removed.;TS; ; i;I";Fri Jul 9 21:20:22 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"+strftime.c (rb_strftime_with_timespec);T;[o;;[I"'clear colons at unknown directive.;TS; ; i;I";Fri Jul 9 21:04:10 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"strftime.c;T;[o;;[I"Idon't call tzset. strftime.c doesn't depend on the global timezone.;TS; ; i;I";Fri Jul 9 20:30:26 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"time.c (find_time_t);T;[o;;[I"]24:00 should be the beginning of the next day even if the leap second, 23:59:60, exists.;TS; ; i;I"KFri Jul 9 01:08:46 2010 Aaron Patterson <aaron@tenderlovemaking.com>;T@ o; ;;;[o;;I"9ext/psych/lib/psych/visitors/emitter.rb (initialize);T;[o;;[I"8line_width is a valid option passed to the emitter.;To;;I"test/psych/test_psych.rb;T;[o;;[I"corresponding tests.;TS; ; i;I"KFri Jul 9 00:49:46 2010 Aaron Patterson <aaron@tenderlovemaking.com>;T@ o; ;;;[o;;I"5ext/psych/emitter.c (line_width, set_line_width);T;[o;;[I".preferred line may be set on the emitter.;To;;I"test/psych/test_emitter.rb;T;[o;;[I"corresponding tests.;TS; ; i;I"2010-07-08;T@ S; ; i;I"BThu Jul 8 15:47:34 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"$string.c (rb_str_conv_enc_opts);T;[o;;[I"wfix infinite loop because of ISO-2022-JP conversion with empty string. patched by Brian Buchanan [ruby-core:31107];TS; ; i;I"KThu Jul 8 08:16:57 2010 Aaron Patterson <aaron@tenderlovemaking.com>;T@ o; ;;;[o;;I"5ext/psych/lib/psych/visitors/yaml_tree.rb (push);T;[o;;[I",adding version and header emit options.;To;;I"test/psych/test_psych.rb;T;[o;;[I"corresponding test.;TS; ; i;I"KThu Jul 8 08:01:03 2010 Aaron Patterson <aaron@tenderlovemaking.com>;T@ o; ;;;[ o;;I"ext/psych/emitter.c;T;[o;;[I".updating documentation about emit options;To;;I"$ext/psych/lib/psych/core_ext.rb;T;[o;;[I" ditto;To;;I""ext/psych/lib/psych.rb (dump);T;[o;;[I"%passing emit options to emitter.;To;;I"&ext/psych/lib/psych/nodes/node.rb;T;[o;;[I" ditto;To;;I",ext/psych/lib/psych/visitors/emitter.rb;T;[o;;[I"<sending emit options to YAML emitter. [ruby-core:28318];TS; ; i;I";Thu Jul 8 06:05:58 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"+strftime.c (rb_strftime_with_timespec);T;[o;;[I"+support %:z and %::z. [ruby-dev:41841];TS; ; i;I"=Thu Jul 8 00:15:50 2010 Yusuke Endoh <mame@tsg.ne.jp>;T@ o; ;;;[o;;I"gem_prelude.rb;T;[o;;[I"�provide workaround for gem activation. Currently, gem activation does not work by default. Now it can be worked around by requiring "rubygems" first. [ruby-core:29486] a patch from Evan Phoenix in [ruby-core:31096].;To;;I"lib/rubygems.rb;T;[o;;[I"ditto.;TS; ; i;I"2010-07-07;T@ S; ; i;I"IWed Jul 7 10:01:34 2010 Adrian Bloomer <adrian.bloomer@gmail.com>;T@ o; ;;;[o;;I"numeric.c (fix_rev);T;[o;;[I"0Replaced fix_rev with '~num | FIXNUM_FLAG'.;TS; ; i;I"BWed Jul 7 13:22:20 2010 NAKAMURA Usaku <usa@ruby-lang.org>;T@ o; ;;;[o;;I" file.c (ruby_find_basename);T;[o;;[I"set correct baselen.;TS; ; i;I"@Wed Jul 7 13:02:59 2010 Akinori MUSHA <knu@iDaemons.org>;T@ o; ;;;[o;;I"#vm_method.c (rb_method_boundp);T;[o;;[I"trespond_to?(:protected_method, true) should return true. Pointed out by Marc-Andre Lafortune. [ruby-dev:41837];TS; ; i;I"BWed Jul 7 12:00:24 2010 NAKAMURA Usaku <usa@ruby-lang.org>;T@ o; ;;;[o;;I" file.c (ruby_find_basename);T;[o;;[I"should initialize f.;TS; ; i;I"EWed Jul 7 11:44:01 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"#ext/zlib/zlib.c (gzfile_raise);T;[o;;[I"&add invalid header to exceptions.;TS; ; i;I"BWed Jul 7 10:26:20 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"missing/close.c;T;[o;;[I"}ignore ECONNRESET. FreeBSD wrongly sets ECONNRESET on close(2) and it causes false-negative exceptions. [ruby-dev:41778];To;;I"configure.in;T;[o;;[I"ditto.;TS; ; i;I"2010-07-06;T@ S; ; i;I";Tue Jul 6 22:57:21 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"&io.c (nogvl_copy_stream_sendfile);T;[o;;[I"jump to retry_sendfile directly to avoid select() on a socket which TCP state is CLOSED. patch by Eric Wong. [ruby-core:31053];TS; ; i;I"BTue Jul 6 21:45:34 2010 NAKAMURA Usaku <usa@ruby-lang.org>;T@ o; ;;;[o;;I"'io/console/console.c (winsize_row);T;[o;;[I"7should return actual screen size, not buffer size.;TS; ; i;I"KTue Jul 6 08:35:58 2010 Aaron Patterson <aaron@tenderlovemaking.com>;T@ o; ;;;[o;;I"&ext/dl/lib/dl/import.rb (handler);T;[o;;[I"�add a more helpful error message when calling import_symbol or import_function without calling dlload. Thanks nobu! [ruby-core:30996];TS; ; i;I"=Tue Jul 6 00:34:50 2010 Yusuke Endoh <mame@tsg.ne.jp>;T@ o; ;;;[o;;I"vm.c (thread_free);T;[o;;[I"lfree altstack to prevent memory leak. a patch from Tomoyuki Chikanaga in [ruby-dev:41815]. [Bug #3537];TS; ; i;I"=Tue Jul 6 00:29:27 2010 Yusuke Endoh <mame@tsg.ne.jp>;T@ o; ;;;[o;;I"string.c (NONASCII_MASK);T;[o;;[I"5NONASCII_MASK must be unsigned. [ruby-dev:41782];TS; ; i;I"2010-07-05;T@ S; ; i;I"@Mon Jul 5 16:05:39 2010 Akinori MUSHA <knu@iDaemons.org>;T@ o; ;;;[o;;I"#vm_method.c (rb_method_boundp);T;[o;;[I"]Return false for protected methods when called from Kernel#respond_to?. [ruby-dev:40461];TS; ; i;I"KMon Jul 5 12:32:01 2010 Aaron Patterson <aaron@tenderlovemaking.com>;T@ o; ;;;[o;;I"9ext/psych/lib/psych/scalar_scanner.rb (parse_string);T;[o;;[I"Csupport timezones that are not one hour off. [ruby-core:31023];To;;I".ext/psych/lib/psych/visitors/yaml_tree.rb;T;[o;;[I" ditto;TS; ; i;I"2010-07-04;T@ S; ; i;I";Sun Jul 4 22:49:54 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"test/ruby/test_syntax.rb;T;[o;;[I"+split test_syntax from test_system.rb.;TS; ; i;I";Sun Jul 4 22:02:02 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"+test/ruby/test_system.rb (test_syntax);T;[o;;[I"unified with test_syntax2.;TS; ; i;I";Sun Jul 4 21:00:39 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I",test/ruby/test_system.rb (test_syntax2);T;[o;;[I"/moved from sample/test.rb [ruby-dev:41721];TS; ; i;I"ESun Jul 4 17:13:14 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I":io.c (swallow, prepare_getline_args, rb_io_getline_1);T;[o;;[I"Vfix for paragraph mode reading in non-ascii-compatible encoding. [ruby-dev:41803];TS; ; i;I"2010-07-03;T@ S; ; i;I";Sat Jul 3 16:14:10 2010 Kenta Murata <mrkn@mrkn.jp>;T@ o; ;;;[o;;I"2ext/bigdecimal/bigdecimal.c (Init_bigdecimal);T;[o;;[I"Dadd two new constants BigDecimal::INFINITY and BigDecimal::NAN.;To;;I"8ext/bigdecimal/lib/bigdecimal/math.rb (BigMath.exp);T;[o;;[I"Emodify the behaviors for infinity arguments as same as Math.exp.;TS; ; i;I"LSat Jul 3 09:47:26 2010 Aaron Patterson <aaron@tenderlovemaking.com>;T@ o; ;;;[ o;;I"Fext/psych/lib/psych/visitors/to_ruby.rb(visit_Psych_Nodes_Scalar);T;[o;;[I"@teaching Psych to deserialize DateTime objects. [Bug #1390];To;;I">ext/psych/lib/psych/visitors/yaml_tree.rb(visit_DateTime);T;[o;;[I"5added a method for serializing DateTime objects.;To;;I"6ext/psych/lib/psych/scalar_scanner.rb(parse_time);T;[o;;[I"8add method for parsing times objects from a string.;To;;I"!test/psych/test_date_time.rb;T;[o;;[I"(tests for dumping DateTime objects.;TS; ; i;I"LSat Jul 3 09:13:55 2010 Aaron Patterson <aaron@tenderlovemaking.com>;T@ o; ;;;[o;;I";ext/psych/lib/psych/visitors/yaml_tree.rb (visit_Time);T;[o;;[I"Juse Time#nsec to accurately serialize time objects. [ruby-core:29233];TS; ; i;I"2010-07-02;T@ S; ; i;I"BFri Jul 2 23:30:23 2010 NAKAMURA Usaku <usa@ruby-lang.org>;T@ o; ;;;[o;;I"!io.c (argf_inplace_mode_set);T;[o;;[I"0prohibits an assignment of a tainted value.;To;;I"3file.c (ruby_find_basename, ruby_find_extname);T;[o;;[I"=split from rb_file_s_basename() and rb_file_s_extname().;To;;I"util.c (ruby_add_suffix);T;[o;;[I"ksupport arbitrary length of the suffix to get rid of the potential buffer overflow. reported by tarui.;TS; ; i;I";Fri Jul 2 05:31:51 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"numeric.c (rb_num2long);T;[o;;[I"�accept LONG_MAX < x < LONG_MAX+1 and LONG_MIN-1 < x < LONG_MIN as well because they are converted into the valid range of long by truncation.;To;;I"(rb_num2ulong);T;[o;;[I"Naccept ULONG_MAX < x < ULONG_MAX+1 and LONG_MIN-1 < x < LONG_MIN as well.;To;;I"(rb_num2ll);T;[o;;[I"Haccept LLONG_MAX < x < LLONG_MAX+1 and LLONG_MIN-1 < x < LLONG_MIN.;TS; ; i;I"2010-07-01;T@ S; ; i;I"IThu Jul 1 23:10:25 2010 James Edward Gray II <jeg2@ruby-lang.org>;T@ o; ;;;[o;;I"lib/csv.rb;T;[o;;[I"Improving documentation.;TS; ; i;I";Thu Jul 1 22:15:01 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"numeric.c (rb_num2ulong);T;[o;;[I"4fix the lower limit for float. [ruby-dev:41361];TS; ; i;I"EThu Jul 1 21:37:11 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"/test/ruby/envutil.rb (EnvUtil#invoke_ruby);T;[o;;[I"integrated with runexec.;TS; ; i;I"BThu Jul 1 16:19:53 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"+thread_pthread.c (thread_start_func_1);T;[o;;[I"�don't call native_thread_init_stack(th) on cygwin to avoid the segv introduced by r27789. Cygwin's signal implementation is half baked so USE_SIGNALSTACK is not defined and it needs another treatment.;TS; ; i;I"EThu Jul 1 13:00:54 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"common.mk (test-knownbug);T;[o;;[I"ignore known bugs.;TS; ; i;I"EThu Jul 1 08:40:26 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"marshal.c (w_object);T;[o;;[I"Gsuppress empty instance variable entry on compatible dump objects.;TS; ; i;I"2010-06-30;T@ S; ; i;I"EWed Jun 30 07:29:11 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I";test/ruby/test_rubyoptions.rb (test_script_from_stdin);T;[o;;[I"eby using a pipe, get rid of not-well-defined behavior after the child process terminated in pty.;TS; ; i;I"HWed Jun 30 02:30:26 2010 Yutaka Kanemoto <kanemoto@ruby-lang.org>;T@ o; ;;;[o;;I"!thread_pthread.c (get_stack);T;[o;;[I"'use pthread_getthrds_np() for AIX.;To;;I"configure.in;T;[o;;[I"ditto.;TS; ; i;I"2010-06-29;T@ S; ; i;I"BTue Jun 29 21:11:15 2010 Masaya Tarui <tarui@ruby-lnag.org>;T@ o; ;;;[o;;I"*ext/stringio/stringio.c (strio_write);T;[o;;[I"add RB_GC_GUARD.;TS; ; i;I"HTue Jun 29 19:39:59 2010 Masaki Suketa <masaki.suketa@nifty.ne.jp>;T@ o; ;;;[o;;I"6test/win32ole/test_win32ole_method.rb (is_ruby64);T;[o;;[I">check ruby binary is mswin64 or mingw64. [ruby-dev:41756];TS; ; i;I"BTue Jun 29 14:18:21 2010 NAKAMURA Usaku <usa@ruby-lang.org>;T@ o; ;;;[o;;I"0file.c (rb_realpath_internal, realpath_rec);T;[o;;[I"cskip UNC share root on DOSISH platforms. http://pc12.2ch.net/test/read.cgi/tech/1272248179/600;TS; ; i;I"HTue Jun 29 11:52:33 2010 Narihiro Nakamura <authorNari@gmail.com>;T@ o; ;;;[o;;I"(gc.c (unlink_heap_slot, slot_sweep);T;[o;;[I"|unlink heaps_slot of heaps_slot linked list if heaps_slot is empty at slot_sweep. fixed [ruby-dev:41543], [ruby-core:24894].;TS; ; i;I"KTue Jun 29 01:22:08 2010 Aaron Patterson <aaron@tenderlovemaking.com>;T@ o; ;;;[o;;I"ext/fiddle/fiddle.h;T;[o;;[I"_added FFI type detection to avoid bug in ffi header files. Thanks Yugui! [ruby-core:30917];TS; ; i;I"2010-06-28;T@ S; ; i;I"=Mon Jun 28 22:14:22 2010 Yusuke Endoh <mame@tsg.ne.jp>;T@ o; ;;;[o;;I"Gtest/rdoc/test_rdoc_ri_driver.rb (TestRDocRIDriver#test_formatter);T;[o;;[I"&fix a test accordingly to r28455.;TS; ; i;I"=Mon Jun 28 21:56:14 2010 Yusuke Endoh <mame@tsg.ne.jp>;T@ o; ;;;[o;;I"(thread.c (rb_fd_resize, rb_fd_copy);T;[o;;[I"�avoid NULL dereference upon failed realloc by using xrealloc instead of not realloc. a patch from Jim Meyering <meyering at redhat.com> in [ruby-core:30920] [Bug #3489];TS; ; i;I"HMon Jun 28 20:32:33 2010 Masaki Suketa <masaki.suketa@nifty.ne.jp>;T@ o; ;;;[o;;I"=test/win32ole/test_win32ole_method.rb (test_offset_vtbl);T;[o;;[I"dcheck that Ruby is 32bit or 64bit binary in order to get correct offset value. [ruby-dev:41741];TS; ; i;I"=Mon Jun 28 05:32:51 2010 Yusuke Endoh <mame@tsg.ne.jp>;T@ o; ;;;[o;;I"7lib/rdoc/ri/driver.rb (RDoc::RI::Driver#formatter);T;[o;;[I"Bshould use bs format when stdout is piped. [ruby-core:30734];TS; ; i;I"=Mon Jun 28 03:12:03 2010 Yusuke Endoh <mame@tsg.ne.jp>;T@ o; ;;;[o;;I" bootstraptest/test_class.rb;T;[o;;[I"&add a test for [ruby-core:30843].;TS; ; i;I"=Mon Jun 28 02:43:35 2010 Yusuke Endoh <mame@tsg.ne.jp>;T@ o; ;;;[o;;I"class.c (rb_mod_init_copy);T;[o;;[I"�when class is dup'ed, a metaclass of the class should be attached to the dup'ed class, not the original class. [ruby-core:30843] [Bug #3461];TS; ; i;I"2010-06-27;T@ S; ; i;I"ESun Jun 27 23:31:17 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"include/ruby/io.h, io.c;T;[o;;[I"reverted r21709.;To;;I" ruby.c (load_file_internal);T;[o;;[I"Mnothing to read if EOF reached while reading shebang. [ruby-core:30910];TS; ; i;I";Sun Jun 27 13:25:07 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"io.c (simple_sendfile);T;[o;;[I"don't try to send data more than SSIZE_MAX with single sendfile call.. based on the patch by Eric Wong. [ruby-core:30908];TS; ; i;I"ESun Jun 27 10:41:38 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"Olib/rubygems/require_paths_builder.rb (write_require_paths_file_if_needed);T;[o;;[I"�no reason that bin directory should be included in $LOAD_PATH. it is for executable files, but not libraries. [ruby-core:25936];TS; ; i;I"2010-06-26;T@ S; ; i;I"ESat Jun 26 13:07:09 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"$configure.in (enable-debug-env);T;[o;;[I"option for RUBY_DEBUG env.;TS; ; i;I"ESat Jun 26 11:56:31 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"%common.mk (clear-installed-list);T;[o;;[I"oput redirection before set command, since it seems to be handled by nmake in special way. [ruby-dev:41711];TS; ; i;I"ESat Jun 26 10:08:36 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"/test/ruby/envutil.rb (EnvUtil#invoke_ruby);T;[o;;[I"`no needs to copy the original ENV, since it's done in spawn automatically. [ruby-dev:41733];TS; ; i;I"=Sat Jun 26 08:44:22 2010 Yusuke Endoh <mame@tsg.ne.jp>;T@ o; ;;;[o;;I"NEWS (zlib);T;[o;;[I"/new methods. [ruby-dev:41706] [Bug #3472];TS; ; i;I"HSat Jun 26 07:59:18 2010 Masaki Suketa <masaki.suketa@nifty.ne.jp>;T@ o; ;;;[o;;I"=test/win32ole/test_win32ole_method.rb (test_offset_vtbl);T;[o;;[I"Zcheck that OS is Windows 32bit or Windows 64bit in order to get correct offset value.;TS; ; i;I"BSat Jun 26 04:39:12 2010 Masaya Tarui <tarui@ruby-lnag.org>;T@ o; ;;;[o;;I"!ext/dl/lib/dl/func.rb (call);T;[o;;[I":don't overwrite original arguments to defend from GC.;To;;I"'test/dl/test_func.rb (test_string);T;[o;;[I"add test for above.;TS; ; i;I"2010-06-25;T@ S; ; i;I"IFri Jun 25 11:45:36 2010 James Edward Gray II <jeg2@ruby-lang.org>;T@ o; ;;;[o;;I"lib/csv.rb;T;[o;;[I"lFixing a bug that prevented CSV from parsing all multi-line fields correctly. Patch by Rob Biedenharn.;TS; ; i;I"EFri Jun 25 10:07:14 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"Dtest/ruby/envutil.rb (Test::Unit::Assertions#assert_in_out_err);T;[o;;[I"return the exit status.;To;;I"/test/ruby/envutil.rb (EnvUtil#invoke_ruby);T;[o;;[I"4change the environment of spawned process only.;To;;I"/test/ruby/envutil.rb (EnvUtil#invoke_ruby);T;[o;;[I""get rid of possible deadlock.;TS; ; i;I"EFri Jun 25 06:24:25 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"lib/un.rb (httpd);T;[o;;[I"DMaxClients also should be integer. [ruby-dev:41724] [Bug #3477];To;;I"lib/un.rb (setup);T;[o;;[I"9fix of word splitting. [ruby-dev:41723] [Bug #3476];TS; ; i;I"BFri Jun 25 01:07:17 2010 Masaya Tarui <tarui@ruby-lnag.org>;T@ o; ;;;[o;;I":include/ruby/ruby.h (static inline rb_gc_guarded_ptr);T;[o;;[I";prevent RB_GC_GUARD_PTR being removed by optimization.;TS; ; i;I"2010-06-24;T@ S; ; i;I";Thu Jun 24 06:22:27 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"6ext/socket/raddrinfo.c (ruby_getaddrinfo__darwin);T;[o;;[I">the workaround for Mac OS X moved from rsock_getaddrinfo.;TS; ; i;I"EThu Jun 24 05:44:27 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"1marshal.c (struct dump_arg, struct load_arg);T;[o;;[I"?merge taint and untrust flags into infection as bit flags.;To;;I"(marshal.c (w_nbyte, clear_dump_arg);T;[o;;[I"�infect the buffer as soon as appending, because it might have been finalized already at exit. based on a patch by Tomoyuki Chikanaga at [ruby-dev:41672]. [Bug #3463];TS; ; i;I"2010-06-23;T@ S; ; i;I";Wed Jun 23 23:49:21 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"+ext/socket/raddrinfo.c (str_is_number);T;[o;;[I"^renamed from str_isnumber to avoid confusion to str_isnumber in ext/socket/getaddrinfo.c.;TS; ; i;I"=Wed Jun 23 23:45:31 2010 Yusuke Endoh <mame@tsg.ne.jp>;T@ o; ;;;[o;;I"NEWS (stringio);T;[o;;[I"/new methods. [ruby-dev:41687] [Bug #3469];TS; ; i;I";Wed Jun 23 22:52:00 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"ext/socket/raddrinfo.c;T;[o;;[I"don't use __P.;TS; ; i;I"HWed Jun 23 21:32:08 2010 Masaki Suketa <masaki.suketa@nifty.ne.jp>;T@ o; ;;;[o;;I"8ext/win32ole/win32ole.c (reg_get_typelib_file_path);T;[o;;[I"Dtry win64 registry entry at first. [ruby-dev:41674] [Bug #3464];TS; ; i;I";Wed Jun 23 21:17:32 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"6ext/socket/raddrinfo.c (ruby_getaddrinfo__darwin);T;[o;;[I"~new workaround for getaddrinfo problem on Mac OS X Snow Leopard. [ruby-core:29427] patch by Wataru Kimura. [ruby-core:30842];TS; ; i;I"EWed Jun 23 17:12:27 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"NEWS (ptr);T;[o;;[I"9new method and deprecated methods. [ruby-dev:41681];To;;I"ext/pty/{README,README.ja};T;[o;;[I"ditto.;To;;I"ext/pty/pty.c (pty_check);T;[o;;[I"add rdoc.;TS; ; i;I"EWed Jun 23 12:44:47 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"-test/ruby/test_regexp.rb (test_dup_warn);T;[o;;[I"3read in UTF-8 encoding regardless environment.;To;;I"'test/ruby/envutil.rb (invoke_ruby);T;[o;;[I"add encoding option.;TS; ; i;I"EWed Jun 23 06:44:05 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"configure.in (fchown);T;[o;;[I"?need to check. a patch by Eric Wong at [ruby-core:30818].;To;;I"io.c (argf_next_argv);T;[o;;[I"#check for setting owner/group.;TS; ; i;I"2010-06-22;T@ S; ; i;I";Tue Jun 22 23:10:10 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"time.c (num_exact);T;[o;;[I"%fix for mathn. [ruby-dev:41599];TS; ; i;I";Tue Jun 22 22:00:06 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"ext/socket/lib/socket.rb;T;[o;;[I"suppress warnings.;TS; ; i;I"ETue Jun 22 21:33:23 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I""test/optparse/test_summary.rb;T;[o;;[I",fixed superclass so that it run solely.;TS; ; i;I"ETue Jun 22 19:57:33 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"!parse.y (shadowing_lvar_gen);T;[o;;[I"8should add lvar to vars and used. [ruby-dev:41666];TS; ; i;I"2010-06-21;T@ S; ; i;I";Mon Jun 21 23:41:08 2010 wanabe <s.wanabe@gmail.com>;T@ o; ;;;[o;;I"eval_error.c (error_print);T;[o;;[I"Lclear raised_flag while error-printing to avoid hang. [ruby-core:27608];To;;I":test/ruby/test_beginendblock.rb (test_endblock_raise);T;[o;;[I"add test for above.;TS; ; i;I"2010-06-20;T@ S; ; i;I"ESun Jun 20 16:17:24 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[ o;;I"id.c (Init_id);T;[o;;[I"add underscore name.;To;;I"parse.y (warn_unused_var);T;[o;;[I"ignore underscore name.;To;;I"parse.y (warn_unused_var);T;[o;;[I"1use same format as shadowing local variable.;To;;I"!parse.y (shadowing_lvar_gen);T;[o;;[I"Qget rid of adding extra name for shadowing local variable. [ruby-dev:41628];TS; ; i;I"2010-06-19;T@ S; ; i;I"GSat Jun 19 11:11:37 2010 Yukihiro Matsumoto <matz@ruby-lang.org>;T@ o; ;;;[o;;I"lib/irb.rb;T;[o;;[I"Sremove double exclamation marks. a patch from Diego Viola. [ruby-core:30589];TS; ; i;I"KSat Jun 19 03:35:58 2010 Aaron Patterson <aaron@tenderlovemaking.com>;T@ o; ;;;[o;;I"<ext/psych/lib/psych/visitors/to_ruby.rb (resolve_klass);T;[o;;[I"gfix the exception message when attempting to load an unknown class. Thanks nobu! [ruby-dev:41399];To;;I"test/psych/test_psych.rb;T;[o;;[I"#test for the exception message;TS; ; i;I"2010-06-18;T@ S; ; i;I"DFri Jun 18 01:33:21 2010 Yuki Sonoda (Yugui) <yugui@yugui.jp>;T@ o; ;;;[o;;I" enc/Makefile.in (realclean);T;[o;;[I"8has been missing. necessary for make realclean-enc.;TS; ; i;I"BFri Jun 18 10:37:46 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[ o;;I"gc.c (gc_lazy_sweep);T;[o;;[I"Qclean a warning. "suggest parentheses around assignment used as truth value";To;;I"!transcode_data.h (getGB4bt1);T;[o;;[I"Mclean a warning. "suggest parentheses around arithmetic in operand of |";To;;I"!transcode_data.h (getGB4bt3);T;[o;;[I"ditto.;To;;I"vm.c (thread_free);T;[o;;[I"lclean a warning. "format 'p' expects type 'void *', but argument 3 has type 'struct rb_mutex_struct *'";TS; ; i;I"BFri Jun 18 10:15:12 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"ruby.c;T;[o;;[I"+add prototype of rb_realpath_internal.;To;;I"load.c;T;[o;;[I"ditto.;TS; ; i;I"=Fri Jun 18 01:50:21 2010 Yusuke Endoh <mame@tsg.ne.jp>;T@ o; ;;;[o;;I" object.c;T;[o;;[I"�Object#public_methods, private_methods, etc. returns method ids that belong to the class or the singleton class(es) of the object. [ruby-dev:41613];To;;I"class.c;T;[o;;[I"�on the other hand, Module#public_instance_methods, etc. returns method ids that belong to the module itself (even if the module is singleton, it does not return method ids of super class(es); see [ruby-core:28837]).;TS; ; i;I"=Fri Jun 18 01:22:55 2010 Yusuke Endoh <mame@tsg.ne.jp>;T@ o; ;;;[o;;I"Ilib/webrick/httpservlet/filehandler.rb (prevent_directory_traversal);T;[o;;[I"^apply filesystem encoding to path only during calling File.expand_path. [ruby-dev:41423];TS; ; i;I"2010-06-17;T@ S; ; i;I"=Thu Jun 17 23:20:14 2010 Yusuke Endoh <mame@tsg.ne.jp>;T@ o; ;;;[ o;;I"load.c (rb_load_internal);T;[o;;[I"�remove call to rb_realpath_internal within rb_load_internal which caused big performance degradation. Instead, call rb_realpath_internal in the caller of rb_load_internal. [ruby-dev:41502] [ruby-dev:41610];To;;I"vm.c (rb_vm_call_cfunc);T;[o;;[I"ditto.;To;;I"%eval_intern.h (rb_vm_call_cfunc);T;[o;;[I"ditto.;To;;I"ruby.c (process_options);T;[o;;[I"ditto.;TS; ; i;I"BThu Jun 17 18:37:47 2010 NAKAMURA Usaku <usa@ruby-lang.org>;T@ o; ;;;[ o;;I""file.c (rb_str_encode_ospath);T;[o;;[I"{when the encoding of the parameter is ASCII-8BIT, should recognize as filesystem encoding, and convert to UTF-8 on Windows.;To;;I"file.c (realpath_rec);T;[o;;[I">should convert to ospath encoding before calling lstat().;To;;I""file.c (rb_realpath_internal);T;[o;;[I"Bresolved string should take over the encoding of base string.;To;;I" transcode.c (rb_str_encode);T;[o;;[I"2should return new string always. fixed #3444.;TS; ; i;I"2010-06-16;T@ S; ; i;I"BWed Jun 16 18:34:54 2010 NAKAMURA Usaku <usa@ruby-lang.org>;T@ o; ;;;[o;;I"parse.y;T;[o;;[I")ripper needs warn_unused_var(), too.;TS; ; i;I"EWed Jun 16 18:20:00 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"parse.y (warn_unused_var);T;[o;;[I",warn unused variables. [ruby-dev:41620];TS; ; i;I"BWed Jun 16 15:40:53 2010 NAKAMURA Usaku <usa@ruby-lang.org>;T@ o; ;;;[o;;I"error.c (rb_bug);T;[o;;[I"Yexistence of _set_abort_behavior() depends on runtime version, not compiler version.;TS; ; i;I"=Wed Jun 16 01:38:40 2010 Yusuke Endoh <mame@tsg.ne.jp>;T@ o; ;;;[o;;I"ext/fiddle/extconf.rb;T;[o;;[I"�check ffi.h even when pkg-config succeeded. On Debian/lenny, which is a "supported" platform, ffi.h is installed in /usr/include/i486-linux-gnu/. This causes build error when using gcc whose target is not i486-linux-gnu.;TS; ; i;I"=Wed Jun 16 00:04:38 2010 Yusuke Endoh <mame@tsg.ne.jp>;T@ o; ;;;[o;;I""test/ruby/test_io.rb (safe_4);T;[o;;[I"�does not use Timeout because Timeout.timeout uses Thread#kill which raises SecurityError when $SAFE == 4. based on a patch from Tomoyuki Chikanaga. [ruby-dev:41484];To;;I"1test/ruby/test_io.rb (test_print_separators);T;[o;;[I"Huse pipe (test helper method) instead of IO.pipe. [ruby-dev:41484];TS; ; i;I"2010-06-15;T@ S; ; i;I"FTue Jun 15 17:14:58 2010 WATANABE Hirofumi <eban@ruby-lang.org>;T@ o; ;;;[o;;I"ext/fiddle/extconf.rb;T;[o;;[I"De Morgan's laws.;TS; ; i;I"FTue Jun 15 12:09:00 2010 WATANABE Hirofumi <eban@ruby-lang.org>;T@ o; ;;;[o;;I"ext/fiddle/extconf.rb;T;[o;;[I""use pkg_config to find ffi.h.;TS; ; i;I"ETue Jun 15 02:31:27 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"2Makefile.in, common.mk (clean-ext, clean-enc);T;[o;;[I"clean up cleaning targets.;TS; ; i;I"2010-06-14;T@ S; ; i;I";Mon Jun 14 22:36:09 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"1test/socket/test_socket.rb (test_udp_server);T;[o;;[I"&rescue Errno::ENOSYS for Windows.;To;;I"?test/socket/test_nonblock.rb (test_sendmsg_nonblock_error);T;[o;;[I"6ditto. [ruby-dev:41597] reported by Masaya Tarui.;TS; ; i;I"IMon Jun 14 17:44:39 2010 Masatoshi SEKI <m_seki@mva.biglobe.ne.jp>;T@ o; ;;;[o;;I"lib/drb/drb.rb;T;[o;;[I"Xraise DRbConnError instead of ArgumentError if too many arguments. [ruby-dev:41481];To;;I"test/drb/test_drb.rb;T;[o;;[I"ditto.;To;;I"test/drb/drbtest.rb;T;[o;;[I"ditto.;TS; ; i;I"BMon Jun 14 04:03:55 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"#ext/fiddle/closure.c (dealloc);T;[o;;[I"�refix workaround r28300. don't use ffi_closure_alloc, ffi_prep_closure_loc and ffi_closure_free on MACOSX and __linux__. [ruby-dev:41483] [ruby-dev:41214];TS; ; i;I"2010-06-13;T@ S; ; i;I"=Sun Jun 13 15:46:07 2010 Yusuke Endoh <mame@tsg.ne.jp>;T@ o; ;;;[o;;I""test/ruby/test_rubyoptions.rb;T;[o;;[I",add a simple test for __END__ and DATA.;TS; ; i;I"BSun Jun 13 02:12:46 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I")enc/trans/utf8_mac.trans (buf_apply);T;[o;;[I"@fix for patterns whose result is 2 bytes. [ruby-core:30751];TS; ; i;I"BSun Jun 13 01:38:17 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"time.c (rb_localtime_r2);T;[o;;[I"%fix mixed declarations and code.;TS; ; i;I"BSun Jun 13 00:27:24 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"ext/dl/lib/dl.rb;T;[o;;[I"'don't require when already loaded.;TS; ; i;I"BSun Jun 13 00:02:56 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"#ext/fiddle/closure.c (dealloc);T;[o;;[I"Tworkaround fix for libffi's ffi_closure_free. [ruby-dev:41483] [ruby-dev:41214];TS; ; i;I"2010-06-12;T@ S; ; i;I"GSat Jun 12 10:02:26 2010 Yukihiro Matsumoto <matz@ruby-lang.org>;T@ o; ;;;[o;;I"io.c (rb_f_syscall);T;[o;;[I"Eshould check argument string taint before invoking system calls.;TS; ; i;I"GSat Jun 12 09:18:31 2010 Yukihiro Matsumoto <matz@ruby-lang.org>;T@ o; ;;;[o;;I"(variable.c (uninitialized_constant);T;[o;;[I"^process through rb_class_real() to remove "Object::" from error message. [ruby-dev:40951];TS; ; i;I"=Sat Jun 12 00:38:37 2010 Yusuke Endoh <mame@tsg.ne.jp>;T@ o; ;;;[o;;I"ext/dbm/extconf.rb;T;[o;;[I"Yaccept Berkley DB version 3, 4 and 5. a patch from Takahiro Kambe. [ruby-dev:41531];TS; ; i;I"2010-06-11;T@ S; ; i;I";Fri Jun 11 23:21:35 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"#time.c (init_leap_second_info);T;[o;;[I"0check the result of gmtime_with_leapsecond.;TS; ; i;I"BFri Jun 11 23:04:59 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"5ext/openssl/ossl_ssl.c (ossl_sslctx_get_ciphers);T;[o;;[I"nuse sk_SSL_CIPHER_num and sk_SSL_CIPHER_value instead of cast. patched by Takahiro Kambe [ruby-dev:41530];TS; ; i;I";Fri Jun 11 22:59:31 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"#include/ruby/missing.h (isnan);T;[o;;[I"&fix compilation error on OpenBSD.;TS; ; i;I"=Fri Jun 11 22:39:50 2010 Yusuke Endoh <mame@tsg.ne.jp>;T@ o; ;;;[o;;I"blib/rubygems/install_update_options.rb (Gem::InstallUpdateOptions#add_install_update_options);T;[o;;[I"Edeprecate --test option which has not worked. [ruby-core:21714];To;;I".test/rubygems/test_gem_command_manager.rb;T;[o;;[I"ditto.;TS; ; i;I";Fri Jun 11 07:34:25 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"time.c (find_time_t);T;[o;;[I""test the result of LOCALTIME.;TS; ; i;I";Fri Jun 11 00:42:45 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"time.c (rb_localtime_r2);T;[o;;[I""fix localtime overflow check.;TS; ; i;I"2010-06-10;T@ S; ; i;I";Thu Jun 10 23:05:44 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"time.c (rb_localtime_r2);T;[o;;[I"5refine localtime overflow check for FreeBSD 6.4.;TS; ; i;I"GThu Jun 10 09:10:08 2010 Yukihiro Matsumoto <matz@ruby-lang.org>;T@ o; ;;;[o;;I"io.c (rb_io_putc);T;[o;;[I"mdocumentation updated to mention putc would not work well with multi-byte characters. [ruby-core:30697];To;;I"io.c (rb_f_putc);T;[o;;[I"ditto.;TS; ; i;I"2010-06-09;T@ S; ; i;I";Wed Jun 9 22:51:50 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"time.c (find_time_t);T;[o;;[I"Oalways extrapolate from past. [ruby-core:30672] reported by Benoit Daloze.;TS; ; i;I";Wed Jun 9 22:13:08 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"time.c (calc_tm_yday);T;[o;;[I")extracted from timegmw_noleapsecond.;TS; ; i;I"2010-06-08;T@ S; ; i;I"ETue Jun 8 06:27:09 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"gem_prelude.rb;T;[o;;[I"Mload full rubygems at LoadError for activation check. [ruby-core:29486];TS; ; i;I"ETue Jun 8 06:04:49 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"io.c (parse_mode_enc);T;[o;;[I"+set set_by_bom bit. [ruby-core:30641];TS; ; i;I"2010-06-06;T@ S; ; i;I"ESun Jun 6 22:37:11 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"+string.c (rb_str_buf_cat_escaped_char);T;[o;;[I"Tget rid of buffer overflow on platforms int is bigger than 32bit, and warnings.;TS; ; i;I";Sun Jun 6 19:55:21 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"array.c (rb_ary_product);T;[o;;[I"5clear uninitialized elements in temporary array.;TS; ; i;I"HSun Jun 6 12:31:57 2010 Narihiro Nakamura <authorNari@gmail.com>;T@ o; ;;;[o;;I" gc.c;T;[o;;[I"set_heaps_increment is not called before gc_marks of lazy sweeping because live_num not contain finalize objects. So call set_heaps_increment after lazy sweeping if free_num are not enough. And move free_min to struct rb_objspace for above. [ruby-dev:41499];TS; ; i;I"ESun Jun 6 10:44:34 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"array.c (rb_ary_product);T;[o;;[I"Qneed to set the length in order to get the entries marked. [ruby-dev:41540];TS; ; i;I";Sun Jun 6 08:26:01 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[ o;;I"vm.c (Init_BareVM);T;[o;;[I""call Init_native_thread here.;To;;I"thread.c (Init_Thread);T;[o;;[I"#don't call Init_native_thread.;To;;I"*thread_pthread.c (Init_native_thread);T;[o;;[I"exported.;To;;I"(thread_win32.c (Init_native_thread);T;[o;;[I"ditto. [ruby-dev:41536];TS; ; i;I"ESun Jun 6 08:21:17 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I" NEWS;T;[o;;[I":Enumerable#join has been reverted. [ruby-core:30604];TS; ; i;I"2010-06-05;T@ S; ; i;I"BSat Jun 5 20:30:49 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"re.c (rb_reg_expr_str);T;[o;;[I"@ASCII incompatible strings must always escape or converted.;To;;I"re.c (rb_reg_expr_str);T;[o;;[I"_use rb_str_buf_cat_escaped_char when resenc is given: for Regexp#inspect or error message.;To;;I"re.c (rb_reg_desc);T;[o;;[I"add 'n' for ENCODING_NONE.;TS; ; i;I"BSat Jun 5 01:20:14 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"string.c (sym_inspect);T;[o;;[I"~Escape when the symbol is not resulted encoding and not ascii_only. It had escaped ascii-incompatible string, but it is wrong.;TS; ; i;I"BSat Jun 5 01:10:12 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"+string.c (rb_str_buf_cat_escaped_char);T;[o;;[I"*defined. Splited from rb_str_inspect.;TS; ; i;I";Sat Jun 5 16:39:13 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I".gdbinit (rp);T;[o;;[I"#show type name for RTypedData.;TS; ; i;I"ESat Jun 5 15:59:08 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"1ruby.c (process_options, load_file_internal);T;[o;;[I"^$0 seen from required libraries by -r option should be the main script. [ruby-core:23717];TS; ; i;I"ESat Jun 5 15:15:52 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"/test/ruby/envutil.rb (EnvUtil#invoke_ruby);T;[o;;[I"#support for child process env.;TS; ; i;I"ESat Jun 5 14:11:11 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"@test/net/imap/test_imap.rb (test_exception_during_shutdown);T;[o;;[I"need to raise always.;TS; ; i;I";Sat Jun 5 11:00:48 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"#error.c (rb_name_err_mesg_new);T;[o;;[I"fguard mesg, recv and method. The problem in [ruby-dev:41464] is caused because mesg is collected.;TS; ; i;I";Sat Jun 5 10:03:31 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I".gdbinit (rp);T;[o;;[I" detect and show RTypedData.;TS; ; i;I"ESat Jun 5 08:30:42 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"file.c (rb_f_test);T;[o;;[I"V'W' should test writable by real uid/git, not world writable. [ruby-core:30587];TS; ; i;I"ASat Jun 5 06:20:57 2010 Eric Hodel <drbrain@segment7.net>;T@ o; ;;;[o;;I" dir.c;T;[o;;[I"ZClarification of what '*' matches. Patch by John Wells <john.wells at greatworx.com>;TS; ; i;I"2010-06-04;T@ S; ; i;I"EFri Jun 4 10:46:33 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"(ext/dl/cfunc.c (rb_dlcfunc_inspect);T;[o;;[I".should taint the result. [ruby-dev:41533];TS; ; i;I"BFri Jun 4 09:37:15 2010 NAKAMURA Usaku <usa@ruby-lang.org>;T@ o; ;;;[o;;I"gc.c (gc_sweep);T;[o;;[I"%suppress a warning on VC, again.;TS; ; i;I"2010-06-03;T@ S; ; i;I"@Thu Jun 3 23:34:55 2010 Akinori MUSHA <knu@iDaemons.org>;T@ o; ;;;[o;;I""ext/digest/lib/digest/hmac.rb;T;[o;;[I"{Emit a deprecation warning in verbose mode and add a caution to the overview section of the document. [ruby-dev:41525];TS; ; i;I"EThu Jun 3 19:33:51 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"(ext/dl/cfunc.c (rb_dlcfunc_inspect);T;[o;;[I"%suppress warnings by rb_sprintf.;To;;I"&ext/dl/cptr.c (rb_dlptr_s_malloc);T;[o;;[I"suppress warnings.;TS; ; i;I"EThu Jun 3 18:58:28 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"load.c (ruby_init_ext);T;[o;;[I"Fstatically linked extensions have no real path. [ruby-dev:41526];To;;I"vm.c (rb_vm_call_cfunc);T;[o;;[I"add filepath argument.;TS; ; i;I"EThu Jun 3 18:17:45 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I".test/rake/test_win32.rb (Rake::TestWin32);T;[o;;[I"$update tests. [ruby-core:30309];To;;I"0test/io/nonblock/test_flush.rb (test_flush);T;[o;;[I"/try pipe and socketpair. [ruby-dev:41517];TS; ; i;I"BThu Jun 3 09:36:43 2010 NAKAMURA Usaku <usa@ruby-lang.org>;T@ o; ;;;[o;;I"ext/dl/dl.h (DLSTACK_TYPE);T;[o;;[I"Rtype of stack is same as VALUE. reported by sakiyama shin in [ruby-dev:41514];TS; ; i;I"EThu Jun 3 06:30:20 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"'test/ruby/test_path.rb (test_path);T;[o;;[I"!workaround for drive letter.;To;;I"'test/ruby/test_path.rb (test_path);T;[o;;[I"8get rid of blocking on access to non-existent host.;TS; ; i;I"EThu Jun 3 05:37:46 2010 Ryan Davis <ryand-ruby@zenspider.com>;T@ o; ;;;[o;;I"$tool/rbinstall.rb (install-bin);T;[o;;[I"NAllow bin/* install from dot-dirs. Fixes rvm and multiruby installations.;TS; ; i;I"HThu Jun 3 01:22:45 2010 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>;T@ o; ;;;[o;;I"ext/tk/lib/tk.rb;T;[o;;[I"!fix typo and race condition.;TS; ; i;I"KThu Jun 3 00:58:45 2010 Aaron Patterson <aaron@tenderlovemaking.com>;T@ o; ;;;[o;;I"+ext/dl/lib/dl/cparser.rb (parse_ctype);T;[o;;[I"^add backwards compatibility by supporting "uint" types in the c parser. [ruby-core:29750];To;;I"test/dl/test_cparser.rb;T;[o;;[I"&adding a test for "uint" changes.;TS; ; i;I"2010-06-02;T@ S; ; i;I"GWed Jun 2 11:40:02 2010 Yukihiro Matsumoto <matz@ruby-lang.org>;T@ o; ;;;[o;;I""compile.c (iseq_compile_each);T;[o;;[I"Tshould consider block on stack, if block argument is passed. [ruby-core:30534];To;;I"parse.c (arg_concat_gen);T;[o;;[I"Bshould append to nd_head, not to nd_iter for NODE_BLOCK_PASS.;TS; ; i;I"2010-06-01;T@ S; ; i;I"BTue Jun 1 23:12:06 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"re.c (unescape_nonascii);T;[o;;[I"B\P{FOO} is also Unicode property in regexp. [ruby-core:30540];TS; ; i;I"BTue Jun 1 21:29:39 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"lib/net/http.rb;T;[o;;[I"�adding support to rfc5789 patch verb. Added a Net::HTTP::Patch class which expects a message body and response body. It recycles the post method into a patch one, that will send the encoded representation to the server. Summarizing, a new class has been created, the post method extracted into send_entity, including a new argument, which defines which class to use (Post or Patch) and finally a patch method was created. [ruby-core:30426] Patched by Guilherme Silveira <guilherme.silveira AT caelum.com.br>;TS; ; i;I"BTue Jun 1 03:46:08 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"ext/readline/extconf.rb;T;[o;;[I"areject GPLv3 readline. [ruby-dev:39172] [ruby-core:25272] [ruby-dev:39167] [ruby-core:28736];TS; ; i;I"BTue Jun 1 01:14:31 2010 Masaya Tarui <tarui@ruby-lnag.org>;T@ o; ;;;[o;;I"io.c (pipe_open);T;[o;;[I"uadd RB_GC_GUARD. This caused failure when test/ruby/test_argf.rb is executed with GC.stress = true in mswin32_90;TS; ; i;I"2010-05-31;T@ S; ; i;I"HMon May 31 23:44:22 2010 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>;T@ o; ;;;[ o;;I"ext/tk/extconf.rb;T;[o;;[I"Iuse tclConfig.sh/tkConfig.sh when frameworks are enabled on MacOS X.;To;;I"ext/tk/stubs.c;T;[o;;[I"4dirty hack for frameworks and stubs on MacOS X.;To;;I"ext/tk/lib/tk.rb;T;[o;;[I"ostop creating a dummy Tcl/Tk interpreter. And hide a root window before starting eventloop. (for ruby 1.9);To;;I"ext/tk/tcltklib.c;T;[o;;[I"0add codes to support Ruby/Tk-Kit (Rubykit).;TS; ; i;I";Mon May 31 21:49:42 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"3lib/resolv.rb (Resolv::DNS::Requester#request);T;[o;;[I"Nrescue ECONNRESET for Windows. reported by U.Nakamura. [ruby-dev:41477];TS; ; i;I"EMon May 31 19:25:58 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I""regparse.c (onig_syntax_warn);T;[o;;[I"2do not use external strings as printf format.;TS; ; i;I"EMon May 31 18:22:23 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"/misc/ruby-mode.el (ruby-mode-set-encoding);T;[o;;[I"1skip shebang line always regardless of ruby.;TS; ; i;I"BMon May 31 15:07:18 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"file.c (file_expand_path);T;[o;;[I"\Refix r28102: this breaks r28039. test for [ruby-dev:41429] is added. [ruby-core:30516];TS; ; i;I"BMon May 31 14:47:09 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"string.c (rb_str_inspect);T;[o;;[I"ainspect as ASCII when the codepoint of a character in Unicode string is ASCII printable one.;TS; ; i;I"BMon May 31 13:44:40 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I""encoding.c (rb_enc_unicode_p);T;[o;;[I"_check the encoding is Unicode or not by the name; not function's pointer. [ruby-dev:41479];TS; ; i;I"EMon May 31 04:03:43 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"file.c (file_expand_path);T;[o;;[I"dcheck if expanded dname encoding is compatible with fname, not just copying. [ruby-core:30516];To;;I"8test/ruby/test_beginendblock.rb (test_endblockwarn);T;[o;;[I"needs encoding comment.;TS; ; i;I"GMon May 31 02:17:54 2010 Yukihiro Matsumoto <matz@ruby-lang.org>;T@ o; ;;;[o;;I"insns.def (defined);T;[o;;[I"-respond_to_missing? may not be available;To;;0;[o;;[0S; ; i;I"2010-05-30;T@ S; ; i;I"=Sun May 30 21:51:59 2010 Yusuke Endoh <mame@tsg.ne.jp>;T@ o; ;;;[o;;I""test/rake/test_application.rb;T;[o;;[I"%update a test because of r28089.;TS; ; i;I"=Sun May 30 21:48:07 2010 Yusuke Endoh <mame@tsg.ne.jp>;T@ o; ;;;[o;;I"&lib/tempfile.rb (Tempfile#unlink);T;[o;;[I"�leave @data. Assigning nil to @data caused double closing error of the same IO in finalizer. a patch from Simon Nicholls. [ruby-core:29395];TS; ; i;I"BSun May 30 18:47:15 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"ext/nkf/nkf-utf8/nkf.c;T;[o;;[I"/updated to b856dd07. this cleans warnings.;TS; ; i;I"=Sun May 30 18:25:55 2010 Yusuke Endoh <mame@tsg.ne.jp>;T@ o; ;;;[o;;I"load.c (load_failed);T;[o;;[I"7use more accurate error message. [ruby-core:23851];TS; ; i;I"=Sun May 30 16:54:34 2010 Yusuke Endoh <mame@tsg.ne.jp>;T@ o; ;;;[o;;I"!file.c (rb_file_directory_p);T;[o;;[I"Cupdate rdoc. a patch from Ilkka Laukkanen. [ruby-core:30016];TS; ; i;I"HSun May 30 14:59:13 2010 Narihiro Nakamura <authorNari@gmail.com>;T@ o; ;;;[o;;I"gc.c (gc_mark_all_clear);T;[o;;[I"`don't call obj_free() in gc_mark_all_clear(), because obj_free() may make T_ZOMBIE objects.;To;;I"(gc.c (gc_clear_mark_on_sweep_slots);T;[o;;[I" renamed.;To;;I"&gc.c (rb_objspace_call_finalizer);T;[o;;[I"Tcall gc_clear_mark_on_sweep_slots() before calling mark_tbl(). [ruby-dev:41459];TS; ; i;I"ESun May 30 03:40:44 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"7parse.y (parser_tokadd_utf8, parser_tokadd_string);T;[o;;[I"Uallow NUL containing symbol literals, as well as String#to_sym. [ruby-dev:41447];TS; ; i;I"BSun May 30 03:03:20 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"9lib/rdoc/generator/template/darkfish/classpage.rhtml;T;[o;;[I"<fix encoding value of XML declaration. [ruby-dev:41452];TS; ; i;I"BSun May 30 02:20:26 2010 Masaya Tarui <tarui@ruby-lnag.org>;T@ o; ;;;[o;;I"Gthread.c (RB_GC_SAVE_MACHINE_CONTEXT), gc.c (ruby_gc_stress_start);T;[o;;[I"revert r28078.;TS; ; i;I"=Sun May 30 02:21:34 2010 Yusuke Endoh <mame@tsg.ne.jp>;T@ o; ;;;[o;;I",ext/zlib/zlib.c (zstream_append_input2);T;[o;;[I"Zadd RB_GC_GUARD. This caused failure when test/csv is executed with GC.stress = true.;TS; ; i;I"BSun May 30 01:25:48 2010 Masaya Tarui <tarui@ruby-lnag.org>;T@ o; ;;;[o;;I"*thread.c (RB_GC_SAVE_MACHINE_CONTEXT);T;[o;;[I":start GC by switching the thread if gc_stress == true;To;;I" gc.c (ruby_gc_stress_start);T;[o;;[I"ditto.;TS; ; i;I"=Sun May 30 00:02:39 2010 Yusuke Endoh <mame@tsg.ne.jp>;T@ o; ;;;[o;;I":gc.c (force_chain_object, rb_objspace_call_finalizer);T;[o;;[I"�delete finalizer entry after corresponding finalizer is executed. This caused SEGV when test/cgi is executed with GC.stress = true.;TS; ; i;I"2010-05-29;T@ S; ; i;I"=Sat May 29 23:30:33 2010 Yusuke Endoh <mame@tsg.ne.jp>;T@ o; ;;;[o;;I""string.c (str_replace_shared);T;[o;;[I"Ichange embedded state atomically. [ruby-core:29953] [ruby-dev:41456];TS; ; i;I"BSat May 29 12:56:09 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"(encoding.c (rb_filesystem_encindex);T;[o;;[I"3avoid infinite require loop. [ruby-core:30467];TS; ; i;I"ESat May 29 12:05:51 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"/lib/rdoc/rdoc.rb (RDoc#read_file_contents);T;[o;;[I"'take care of BOM. [ruby-dev:41452];TS; ; i;I"ESat May 29 10:12:36 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"gc.c (GC_PROF_TIMER_STOP);T;[o;;[I".regularize `marked' to suppress warnings.;TS; ; i;I"ESat May 29 09:34:32 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"test/ruby/envutil.rb;T;[o;;[I"fix for --disable-gems.;TS; ; i;I";Sat May 29 09:04:06 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"3lib/resolv.rb (Resolv::DNS::Requester#request);T;[o;;[I"rescue ECONNREFUSED.;TS; ; i;I"ESat May 29 08:46:29 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"<gc.c (allocate_sorted_heaps, before_gc_sweep, gc_sweep);T;[o;;[I"removed unused variables.;TS; ; i;I"2010-05-28;T@ S; ; i;I"KFri May 28 20:35:21 2010 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"%thread.c (blocking_region_begin);T;[o;;[I"]avoid RUBY_VM_CHECK_INTS() call during GVL state transition. [Bug#3354] [ruby-dev:41435];TS; ; i;I"HFri May 28 19:37:47 2010 Narihiro Nakamura <authorNari@gmail.com>;T@ o; ;;;[o;;I" gc.c;T;[o;;[I"Yuse simple lazy sweep algorithm for response performance gain. See [ruby-dev:41067].;To;;I" object.c;T;[o;;[I"�FL_MARK of some objects by lazy sweep is copied when RVALUE is cloned. These objects are not marked in the mark phase. So delete FL_MARK.;To;;I"class.c;T;[o;;[I"ditto.;TS; ; i;I"EFri May 28 18:39:38 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"string.c (sym_inspect);T;[o;;[I"%escape ASCII-compatible strings.;To;;I"string.c (rb_str_inspect);T;[o;;[I"%escape ASCII-compatible strings.;TS; ; i;I"GFri May 28 17:34:48 2010 URABE Shyouhei <shyouhei@ruby-lang.org>;T@ o; ;;;[o;;I"array.c (rb_ary_product);T;[o;;[I"8Use tmpary instead, to ensure marking arrays by GC.;TS; ; i;I"GFri May 28 11:40:07 2010 URABE Shyouhei <shyouhei@ruby-lang.org>;T@ o; ;;;[o;;I"array.c (rb_ary_product);T;[o;;[I"8Do not rely on GC, t0 should be checked explicitly.;TS; ; i;I"EFri May 28 10:40:37 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"lib/mkmf.rb (checking_for);T;[o;;[I"ignore toplevel.;TS; ; i;I"BFri May 28 00:47:16 2010 Masaya Tarui <tarui@ruby-lnag.org>;T@ o; ;;;[o;;I"error.c (rb_bug);T;[o;;[I"Osuppress the error report dialog if report_bug() is finished successfully.;TS; ; i;I"=Fri May 28 00:32:25 2010 Yusuke Endoh <mame@tsg.ne.jp>;T@ o; ;;;[o;;I"insns.def (invokesuper);T;[o;;[I"�check consistency between class of self and class of method being invoked by super. This is temporary measure for YARV. See [ruby-core:30313] in detail. See [ruby-dev:40959] [ruby-dev:39772] [ruby-core:27000] [ruby-core:27230];To;;I"+vm_insnhelper.c (vm_search_superclass);T;[o;;[I"ditto.;TS; ; i;I"2010-05-27;T@ S; ; i;I"BThu May 27 23:38:31 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"file.c (rb_home_dir);T;[o;;[I"set filesystem encoding.;TS; ; i;I"BThu May 27 23:29:18 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"file.c (file_expand_path);T;[o;;[I"aset encoding as the same of fname when _result_ is not filesystem encoding. [ruby-dev:41429];TS; ; i;I"BThu May 27 23:07:45 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"file.c (file_expand_path);T;[o;;[I"wuse rb_enc_associate_index and rb_filesystem_encindex. Strings related FileSystem should have filesystem_encoding.;To;;I"#file.c (SET_EXTERNAL_ENCODING);T;[o;;[I" removed.;TS; ; i;I"BThu May 27 23:03:19 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[ o;;I"5include/ruby/encoding.h (rb_filesystem_encindex);T;[o;;[I" defined.;To;;I"1include/ruby/encoding.h (rb_locale_encindex);T;[o;;[I"ditto.;To;;I"(encoding.c (rb_filesystem_encindex);T;[o;;[I"remove static.;To;;I"$encoding.c (rb_locale_encindex);T;[o;;[I"ditto.;TS; ; i;I"BThu May 27 22:34:27 2010 NAKAMURA Usaku <usa@ruby-lang.org>;T@ o; ;;;[o;;I" win32/win32.c (rb_w32_read);T;[o;;[I"�call ReadFile() with len = 0 before reading really on console, because the first ReadFile() call after PeekConsoleInput() always returns broken data. (Windows's bug). [ruby-core:29018];TS; ; i;I"@Thu May 27 12:42:23 2010 Akinori MUSHA <knu@iDaemons.org>;T@ o; ;;;[o;;I" LGPL;T;[o;;[I"ARemoved. We no longer have LGPL'd source files in our tree.;TS; ; i;I"2010-05-26;T@ S; ; i;I"EWed May 26 20:19:22 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"random.c (random_rand);T;[o;;[I"\add the result of random to the beginning of range, not the opposite. [ruby-dev:41415];TS; ; i;I"BWed May 26 19:55:33 2010 NAKAMURA Usaku <usa@ruby-lang.org>;T@ o; ;;;[o;;I"file.c (file_expand_path);T;[o;;[I"/revert a part of r22392. it's commit miss.;TS; ; i;I"BWed May 26 18:40:23 2010 Masaya Tarui <tarui@ruby-lang.org>;T@ o; ;;;[o;;I"Ctest/rinda/test_rinda.rb (TupleSpaceTest, TupleSpaceProxyTest);T;[o;;[I"6kill a used thread at teardown. [ruby-dev:41397];TS; ; i;I"EWed May 26 12:08:06 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"random.c (random_rand);T;[o;;[I"Jsubtraction method of non-numeric can return Float. [ruby-dev:41410];TS; ; i;I"AWed May 26 11:50:09 2010 Eric Hodel <drbrain@segment7.net>;T@ o; ;;;[o;;I"marshal.c (Init_marshal);T;[o;;[I",document marshal_dump and marshal_load.;TS; ; i;I"EWed May 26 10:35:37 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I")configure.in (rb_cv_large_fd_select);T;[o;;[I"Nneeded on mingw, even though fd_mask is not available. [ruby-core:30401];TS; ; i;I"2010-05-25;T@ S; ; i;I"BTue May 25 14:00:51 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"(regparse.c (add_code_range_to_buf0);T;[o;;[I"`fix false negative warning when given range is just before previous range. [ruby-dev:41406];TS; ; i;I"ETue May 25 16:37:39 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I",misc/ruby-style.el (ruby-style-version);T;[o;;[I";take revision if keyword is expanded. [ruby-dev:41408];TS; ; i;I"ETue May 25 13:26:49 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"/include/ruby/vm.h, include/ruby/encoding.h;T;[o;;[I"add external linkage.;TS; ; i;I"=Tue May 25 01:46:49 2010 Yusuke Endoh <mame@tsg.ne.jp>;T@ o; ;;;[o;;I"vm_eval.c (rb_f_caller);T;[o;;[I"Xupdate rdoc. a patch from Nobuhiro IMAI <nov at yo.rim.or.jp> in [ruby-dev:41387].;TS; ; i;I"2010-05-24;T@ S; ; i;I";Mon May 24 23:04:41 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"error.c;T;[o;;[I",fix wrong exception class name in rdoc.;TS; ; i;I"EMon May 24 19:00:34 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"*parse.y (warn_balanced, parser_yylex);T;[o;;[I"&no warnings after closing parens.;TS; ; i;I"EMon May 24 12:52:44 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"-common.mk (change), tool/change_maker.rb;T;[o;;[I")make a brief template for ChangeLog.;TS; ; i;I"BMon May 24 09:19:59 2010 NAKAMURA Usaku <usa@ruby-lang.org>;T@ o; ;;;[o;;I"gc.c (gc_sweep);T;[o;;[I"suppress a warning on VC.;TS; ; i;I"EMon May 24 08:16:02 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"process.c (rb_f_spawn);T;[o;;[I"Fuse correct command name for the error message. [ruby-dev:41395];TS; ; i;I"2010-05-23;T@ S; ; i;I"DSun May 23 17:29:41 2010 Yuki Sonoda (Yugui) <yugui@yugui.jp>;T@ o; ;;;[o;;I"common.mk (capi);T;[o;;[I":uses a timestamp file to get rid of generating twice.;TS; ; i;I"ESun May 23 17:48:39 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"�ext/openssl/lib/openssl/x509-internal.rb, lib/forwardable.rb, lib/irb/cmd/fork.rb, lib/mutex_m.rb, lib/shell/process-controller.rb, lib/sync.rb, object.c;T;[o;;[I"Esuppress warnings patched by Benoit Daloze at [ruby-core:30366].;To;;I"parse.y (warn_balanced);T;[o;;[I"6no warning for singleton class. [ruby-core:30366];TS; ; i;I"ESun May 23 16:56:11 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I":include/ruby/ruby.h (CONST_ID_CACHE, rb_intern_const);T;[o;;[I")suppress warnings with -Wconversion.;TS; ; i;I"KSun May 23 07:08:34 2010 Aaron Patterson <aaron@tenderlovemaking.com>;T@ o; ;;;[o;;I"'ext/psych/lib/psych/json/stream.rb;T;[o;;[I" adding a JSON streaming API;To;;I""ext/psych/lib/psych/stream.rb;T;[o;;[I" ditto;To;;I"ext/psych/lib/psych.rb;T;[o;;[I"using autoload;To;;I" ext/psych/lib/psych/json.rb;T;[o;;[I" ditto;To;;I"-ext/psych/lib/psych/json/tree_builder.rb;T;[o;;[I" refactor;To;;I".ext/psych/lib/psych/visitors/json_tree.rb;T;[o;;[I" refactor;TS; ; i;I"2010-05-22;T@ S; ; i;I"<Sat May 22 03:53:05 2010 Satoshi Shiba <shiba@rvm.jp>;T@ o; ;;;[o;;I"cont.c (fiber_setcontext);T;[o;;[I"FUse swapcontext() instead longjmp(). [ruby-dev:41316] [Bug #3295];TS; ; i;I"2010-05-21;T@ S; ; i;I"EFri May 21 19:11:42 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"1ext/nkf/nkf.c (rb_nkf_convert, rb_nkf_guess);T;[o;;[I"check too huge string.;TS; ; i;I"EFri May 21 18:12:12 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"$include/ruby/ruby.h (rb_intern);T;[o;;[I"(C90 needs nonempty macro arguments.;TS; ; i;I"EFri May 21 13:55:46 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"%configure.in (LIBRUBYARG_SHARED);T;[o;;[I"=shared library will not be created unless enable-shared.;To;;I"%ruby.c (ruby_init_loadpath_safe);T;[o;;[I"(use real path for non-shared build.;TS; ; i;I"EFri May 21 12:25:58 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"marshal.c (w_float);T;[o;;[I"Ause dtoa directly instead of stripping needless trailing .0.;To;;I"numeric.c (flo_to_s);T;[o;;[I" reverted. [ruby-dev:41341];TS; ; i;I"BFri May 21 01:06:05 2010 NAKAMURA Usaku <usa@ruby-lang.org>;T@ o; ;;;[o;;I"thread.c (subtract_tv);T;[o;;[I"<if the rest is zero, should finish waiting immediately.;To;;I"win32/win32.c (subtract);T;[o;;[I"Bditto. based on a patch from Roger Pack in [ruby-core:27957].;TS; ; i;I"2010-05-20;T@ S; ; i;I"=Thu May 20 22:49:04 2010 Yusuke Endoh <mame@tsg.ne.jp>;T@ o; ;;;[o;;I"re.c (rb_reg_s_union_m);T;[o;;[I"#update rdoc. [ruby-dev:41354];TS; ; i;I"=Thu May 20 22:08:28 2010 Yusuke Endoh <mame@tsg.ne.jp>;T@ o; ;;;[o;;I"vm_eval.c (rb_f_caller);T;[o;;[I"Xupdate rdoc. a patch from Nobuhiro IMAI <nov at yo.rim.or.jp> in [ruby-dev:41348].;TS; ; i;I"=Thu May 20 22:04:05 2010 Yusuke Endoh <mame@tsg.ne.jp>;T@ o; ;;;[o;;I"vm.c (vm_backtrace_each);T;[o;;[I"bnow takes an init function to distinguish an empty stack from out of stack. [ruby-dev:41366];To;;I"5vm_eval.c (print_backtrace, rb_thread_backtrace);T;[o;;[I"ditto.;TS; ; i;I"HThu May 20 20:47:46 2010 Masaki Suketa <masaki.suketa@nifty.ne.jp>;T@ o; ;;;[o;;I")ext/win32ole/win32ole.c (ole_invoke);T;[o;;[I"Traise NoMethodError when COM method is not found. [ruby-core:30160] [Bug #3277];To;;I":test/win32ole/test_win32ole.rb (test_no_method_error);T;[o;;[I"ditto.;TS; ; i;I"BThu May 20 16:17:14 2010 NAKAMURA Usaku <usa@ruby-lang.org>;T@ o; ;;;[o;;I"ext/psych/emitter;T;[o;;[I"C99(gcc)-ism.;TS; ; i;I"KThu May 20 12:59:49 2010 Aaron Patterson <aaron@tenderlovemaking.com>;T@ o; ;;;[o;;I""ext/psych/lib/psych/stream.rb;T;[o;;[I";adding YAML streaming API for infinite length streams.;To;;I"ext/psych/lib/psych.rb;T;[o;;[I""refactoring for streaming API;To;;I";ext/psych/lib/psych/{handler, stream, tree_builder}.rb;T;[o;;[I" ditto;TS; ; i;I"KThu May 20 02:12:20 2010 Aaron Patterson <aaron@tenderlovemaking.com>;T@ o; ;;;[o;;I"ext/psych/emitter.c;T;[o;;[I"0output strings are automatically transcoded;TS; ; i;I"2010-05-19;T@ S; ; i;I"HWed May 19 23:36:57 2010 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>;T@ o; ;;;[o;;I"ext/tk/extconf.rb;T;[o;;[I"_[ruby-dev:41334] [Bug #3307] invalid result on searching tcl.h/tk.h. Thanks, Masaya Tarui.;TS; ; i;I"AWed May 19 23:19:30 2010 Shugo Maeda <shugo@ruby-lang.org>;T@ o; ;;;[o;;I"!lib/net/imap.rb (disconnect);T;[o;;[I"Zcloses the socket of a Net::IMAP object only when it is not closed. [ruby-dev:41350];TS; ; i;I"=Wed May 19 20:09:38 2010 Yusuke Endoh <mame@tsg.ne.jp>;T@ o; ;;;[o;;I"vm_eval.c (rb_f_caller);T;[o;;[I"Xreturn [] instead of nil when the function is called on toplevel. [ruby-dev:41348];TS; ; i;I"BWed May 19 19:58:01 2010 NAKAMURA Usaku <usa@ruby-lang.org>;T@ o; ;;;[o;;I"ext/socket/extconf.rb;T;[o;;[I"zmswin/mingw ruby has socketpair(), but it's not exist as such name in ruby static library, so mkmf.rb cannot find it.;TS; ; i;I"=Wed May 19 19:45:10 2010 Yusuke Endoh <mame@tsg.ne.jp>;T@ o; ;;;[o;;I"%iseq_compile_each (NODE_DEFINED);T;[o;;[I"�put nil first to fix stack consistency. [ruby-core:30293] Now, lfinish[0] of defined_expr seems not to be used. Refactoring may be needed.;TS; ; i;I"BWed May 19 16:55:09 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"numeric.c (rb_num2ulong);T;[o;;[I"�use rb_big2ulong for data from Bignum. Without this 32bit integer on 32bit environment can't converted into long. This fixes 1) and 2) of [ruby-dev:41289];TS; ; i;I"2010-05-17;T@ S; ; i;I"=Mon May 17 22:19:16 2010 Yusuke Endoh <mame@tsg.ne.jp>;T@ o; ;;;[ o;;I"process.c;T;[o;;[I"Asuppress warning for signed and unsigned type inconsistency.;To;;I"ext/psych/parser.c;T;[o;;[I"ditto.;To;;I"ext/sdbm/_sdbm.c;T;[o;;[I"ditto.;To;;I"ext/syck/rubyext.c;T;[o;;[I"ditto.;TS; ; i;I"=Mon May 17 21:30:50 2010 Yusuke Endoh <mame@tsg.ne.jp>;T@ o; ;;;[o;;I".gitignore;T;[o;;[I" updated.;TS; ; i;I"BMon May 17 21:08:53 2010 NAKAMURA Usaku <usa@ruby-lang.org>;T@ o; ;;;[o;;I"win32/win32.c (argv_size);T;[o;;[I"umerged into join_argv() to maintain the agreement with it. removed code has a calculation bug. fixed [Bug#2388];To;;I"win32/win32.c (join_argv);T;[o;;[I"�calc and return the length of joined argv. the cause of the original bug was clarified by Masaya TARUI <tarui AT prx.jp> and the solution was suggested by him, too.;TS; ; i;I"BMon May 17 09:37:25 2010 NAKAMURA Usaku <usa@ruby-lang.org>;T@ o; ;;;[o;;I"1lib/fileutils.rb (FileUtils::Entry_#entries);T;[o;;[I"`returns pathname in UTF-8 on Windows to allow FileUtils accessing all pathnames internally.;TS; ; i;I"EMon May 17 01:07:48 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I""dln.c (rb_w32_check_imported);T;[o;;[I"workaround for VC6.;TS; ; i;I"2010-05-16;T@ S; ; i;I"=Sun May 16 22:21:32 2010 Yusuke Endoh <mame@tsg.ne.jp>;T@ o; ;;;[o;;I"proc.c (mnew);T;[o;;[I"Ginitialize a field. a patch from Takahiro Kambe. [ruby-dev:41312];TS; ; i;I"=Sun May 16 22:17:35 2010 Yusuke Endoh <mame@tsg.ne.jp>;T@ o; ;;;[o;;I"eval.c (setup_exception);T;[o;;[I"olet SystemStackError#backtrace return an single element array instead of string itself. [ruby-core:30196];TS; ; i;I"=Sun May 16 21:51:04 2010 Yusuke Endoh <mame@tsg.ne.jp>;T@ o; ;;;[o;;I"7parse.y (parser_read_escape, parser_tokadd_escape);T;[o;;[I"�allow a hex or octal encoded character after \c. This seemed to be prohibited at r13836, but its ChangeLog mentions nothing about this prohibition. So I assume this prohibition is not intended. [ruby-core:27229];TS; ; i;I"DSun May 16 21:14:04 2010 Yuki Sonoda (Yugui) <yugui@yugui.jp>;T@ o; ;;;[o;;I">ruby/test_rubyoptions.rb (TestRubyOptions#test_segv_test);T;[o;;[I"Cfixes "NoMethodError: undefined method `[]=' for nil:NilClass";TS; ; i;I"=Sun May 16 17:16:09 2010 Yusuke Endoh <mame@tsg.ne.jp>;T@ o; ;;;[o;;I"proc.c (proc_binding);T;[o;;[I"ddon't propagate filename and line_no of binding that is created from C level. [ruby-dev:41322];To;;I"&vm_eval.c (eval_string_with_cref);T;[o;;[I"ditto.;TS; ; i;I"ESun May 16 15:09:36 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I""dln.c (rb_w32_check_imported);T;[o;;[I"Mcheck if extension library to be loaded imports from different ruby dll.;TS; ; i;I"ESun May 16 14:55:39 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"common.mk (dln_find.o);T;[o;;[I"fix dependency.;TS; ; i;I"ESun May 16 13:55:25 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"error.c (rb_loaderror);T;[o;;[I"'use locale string, not ascii-8bit.;TS; ; i;I"ESun May 16 11:39:15 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"%include/ruby/missing.h (signbit);T;[o;;[I"add missing prototype.;TS; ; i;I"ESun May 16 10:49:47 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"*ext/iconv/iconv.c (rb_iconv_sys_fail);T;[o;;[I"Hfix number of arguments. a patch by Masaya TARUI <tarui AT prx.jp>.;TS; ; i;I"HSun May 16 02:24:27 2010 Yutaka Kanemoto <kanemoto@ruby-lang.org>;T@ o; ;;;[o;;I"configure.in;T;[o;;[I"Hcan not load libruby.so if gcc is used with --enable-shared on AIX.;TS; ; i;I"2010-05-15;T@ S; ; i;I"ESat May 15 17:16:15 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"*ext/iconv/iconv.c (rb_iconv_sys_fail);T;[o;;[I"?raise BrokenLibrary if errno is not set. [ruby-dev:41317];TS; ; i;I"2010-05-14;T@ S; ; i;I"EFri May 14 07:27:07 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"marshal.c (w_float);T;[o;;[I"&strip ".0" from end for rubyspec.;TS; ; i;I"=Fri May 14 01:17:10 2010 Yusuke Endoh <mame@tsg.ne.jp>;T@ o; ;;;[o;;I"!vm_core.c (rb_thread_struct);T;[o;;[I"!add a field for sigaltstack.;To;;I"+thread_pthread.c (thread_start_func_1);T;[o;;[I"*initialize machine stack information.;To;;I"#thread.c (thread_start_func_2);T;[o;;[I"Mset sigaltstack for each sub thread. [ruby-core:24540] [ruby-core:30207];TS; ; i;I"2010-05-13;T@ S; ; i;I";Thu May 13 21:40:39 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"missing/ffs.c (ffs);T;[o;;[I"fixed for non-zero values.;TS; ; i;I"EThu May 13 18:45:25 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I",ext/io/console/console.c (get_write_fd);T;[o;;[I"4return primary fd if no io is tied for writing.;TS; ; i;I"BThu May 13 18:15:33 2010 NAKAMURA Usaku <usa@ruby-lang.org>;T@ o; ;;;[o;;I"io.c (swallow);T;[o;;[I"Eshould use more_char() instead of fill_cbuf(). suggested by akr.;TS; ; i;I"EThu May 13 17:56:07 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"@ext/io/console/console.c (console_set_echo, console_echo_p);T;[o;;[I"&use primary fd. [ruby-dev:41309];TS; ; i;I"EThu May 13 13:30:05 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"marshal.c (w_float);T;[o;;[I" use minimal representation.;To;;I"numeric.c (ruby_dbl2cstr);T;[o;;[I"split from rb_float_new.;TS; ; i;I"EThu May 13 13:09:24 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"%vm_core.h (rb_vm_get_sourceline);T;[o;;[I",moved from eval_intern.h for vm_dump.c.;TS; ; i;I"BThu May 13 12:53:13 2010 NAKAMURA Usaku <usa@ruby-lang.org>;T@ o; ;;;[o;;I"io.c (swallow);T;[o;;[I"Fsupport text mode and UTF-16/32 as internal encoding. [Bug #1576];To;;I"io.c (io_shift_cbuf);T;[o;;[I"-read and throw it away when str is NULL.;TS; ; i;I"BThu May 13 09:45:27 2010 NAKAMURA Usaku <usa@ruby-lang.org>;T@ o; ;;;[o;;I"win32/Makefile.sub;T;[o;;[I"link with ffs.obj.;TS; ; i;I";Thu May 13 07:37:49 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"ext/sdbm/_sdbm.c;T;[o;;[I"Vinclude unistd.h before sdbm.h for off_t. fix compilation problem on FreeBSD 6.4.;TS; ; i;I"2010-05-12;T@ S; ; i;I";Wed May 12 23:48:37 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I")include/ruby/intern.h (rb_quad_pack);T;[o;;[I"deprecated.;To;;I"(rb_quad_unpack);T;[o;;[I"ditto.;TS; ; i;I";Wed May 12 22:22:05 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[ o;;I"$time.c (rb_big_abs_find_minbit);T;[o;;[I"use ffs().;To;;I"configure.in;T;[o;;[I"check ffs().;To;;I"missing/ffs.c;T;[o;;[I"new file.;To;;I"!include/ruby/missing.h (ffs);T;[o;;[I"declared.;TS; ; i;I"EWed May 12 16:43:12 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"numeric.c (flo_to_s);T;[o;;[I"(fixed broken output including nuls.;TS; ; i;I"EWed May 12 16:25:46 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"numeric.c (flo_to_s);T;[o;;[I"exponent needs 2 digits.;TS; ; i;I"EWed May 12 16:02:43 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"numeric.c (flo_to_s);T;[o;;[I"fill lower zeros.;TS; ; i;I"BWed May 12 15:45:36 2010 NAKAMURA Usaku <usa@ruby-lang.org>;T@ o; ;;;[o;;I"(lib/rdoc/generator/ri.rb (generate);T;[o;;[I"5should load existing cache before generating it.;TS; ; i;I"EWed May 12 15:04:57 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"8ext/bigdecimal/lib/bigdecimal/math.rb (BigMath#log);T;[o;;[I"9improved precision and performance. [ruby-dev:41295];TS; ; i;I"BWed May 12 11:39:10 2010 NAKAMURA Usaku <usa@ruby-lang.org>;T@ o; ;;;[o;;I"ext/socket/extconf.rb;T;[o;;[I"7test all IPPROTO_* constants for recent Win32 SDK.;TS; ; i;I"EWed May 12 10:57:04 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"numeric.c (flo_to_s);T;[o;;[I":make minimum string representation. [ruby-core:30145];TS; ; i;I"BWed May 12 09:21:05 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"re.c (rb_reg_initialize_m);T;[o;;[I"Wfix wrong index for the lang option's value 'N'. reported by Masaya TARUI via IRC.;TS; ; i;I"2010-05-11;T@ S; ; i;I";Tue May 11 23:07:22 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"ext/socket/extconf.rb;T;[o;;[I"0test IPPROTO_IP and IPPROTO_IPV6 constants.;To;;I"ext/socket/mkconstants.rb;T;[o;;[I"-define macros for enum. [ruby-dev:38849];TS; ; i;I"=Tue May 11 21:53:18 2010 Yusuke Endoh <mame@tsg.ne.jp>;T@ o; ;;;[o;;I"%test/rake/test_task_arguments.rb;T;[o;;[I"omakes ENV empty during tests because ENV may change the behavior of Rake::TaskArguments. [ruby-core:29984];TS; ; i;I"BTue May 11 15:14:30 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"enc/utf_8.c;T;[o;;[I"VAdd new alias UTF-8-HFS for UTF8-MAC. http://www.gnu.org/software/emacs/NEWS.23.2;TS; ; i;I":Tue May 11 13:46:00 2010 Kenta Murata <mrkn@mrkn.jp>;T@ o; ;;;[o;;I"^ext/bigdecimal/lib/bigdecimal/math.rb (atan), test/bigdecimal/test_bigmath.rb (test_atan);T;[o;;[I"eexplicitly specify the precision for calculating a reciprocal number of an argument. [Bug #3267];TS; ; i;I"ETue May 11 11:49:44 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"ext/sdbm/sdbm.h (DBM);T;[o;;[I"3large file support on win32. [ruby-core:23039];To;;I"ext/sdbm/depend;T;[o;;[I"objects depend on sdbm.h.;TS; ; i;I"ETue May 11 09:57:05 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I")eval_intern.h (rb_vm_get_sourceline);T;[o;;[I"add prototype.;TS; ; i;I"ETue May 11 09:53:07 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I")ext/psych/parser.c (PSYCH_TRANSCODE);T;[o;;[I"*get rid of bare use of gcc extension.;TS; ; i;I"KTue May 11 01:20:43 2010 Aaron Patterson <aaron@tenderlovemaking.com>;T@ o; ;;;[o;;I"ext/psych/parser.c (parse);T;[o;;[I"@Return strings encoded as Encoding.default_internal if set.;TS; ; i;I"2010-05-10;T@ S; ; i;I";Mon May 10 23:50:19 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"pack.c (pack_unpack);T;[o;;[I"add a missing break.;TS; ; i;I"BMon May 10 14:13:04 2010 NAKAMURA Usaku <usa@ruby-lang.org>;T@ o; ;;;[o;;I"$time.c (rb_big_abs_find_minbit);T;[o;;[I" get rid of a warning of VC.;TS; ; i;I"BMon May 10 13:59:42 2010 NAKAMURA Usaku <usa@ruby-lang.org>;T@ o; ;;;[o;;I"?win32/win32.c, include/ruby/win32.h (rb_w32_has_cancel_io);T;[o;;[I"new function.;To;;I"io.c (WAIT_FD_IN_WIN32);T;[o;;[I")check only when it's not cancelable.;TS; ; i;I"BMon May 10 06:59:19 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"common.mk (rdoc);T;[o;;[I"brdoc should depend main. Moreover when XRUBY is miniruby, it can run after miniruby is built.;TS; ; i;I"=Mon May 10 03:36:56 2010 Yusuke Endoh <mame@tsg.ne.jp>;T@ o; ;;;[o;;I"&vm_eval.c (eval_string_with_cref);T;[o;;[I"Spropagate filename and line_no of binding. [ruby-dev:38767] [ruby-core:28307];To;;I"%vm_core.h (rb_binding_t), proc.c;T;[o;;[I"6add filename and line_no fields to preserve them.;TS; ; i;I"=Mon May 10 02:58:33 2010 Yusuke Endoh <mame@tsg.ne.jp>;T@ o; ;;;[ o;;I"Ocompile.c (iseq_compile_each), vm_insnhelper.c (vm_invoke_block, vm_throw);T;[o;;[I"�allow "return" and "yield" even in singleton class definition. based on a patch from wanabe <s.wanabe AT gmail.com> for "return". [ruby-core:21379] [ruby-dev:40975];To;;I"insns.def (defineclass);T;[o;;[I"Tditto (straightforwardly push block ptr, instead of dfp ptr with special flag).;To;;I"(vm_core.h (RUBY_VM_CLASS_SPECIAL_P);T;[o;;[I"ditto (no longer needed).;To;;I"proc.c (proc_new);T;[o;;[I".ditto (remove handling for special flag).;To;;I"bootstraptest/test_jump.rb;T;[o;;[I"add tests for above.;TS; ; i;I"=Mon May 10 02:29:51 2010 Yusuke Endoh <mame@tsg.ne.jp>;T@ o; ;;;[o;;I"cont.c (fiber_switch);T;[o;;[I"Eraise FiberError when returning to dead fiber. [ruby-dev:40833];TS; ; i;I"=Mon May 10 02:07:20 2010 Yusuke Endoh <mame@tsg.ne.jp>;T@ o; ;;;[o;;I"+lib/thread.rb (ConditionVariable#wait);T;[o;;[I"Iensure to remove the current thread from waiters. [ruby-core:29835];TS; ; i;I"EMon May 10 00:54:15 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"/ext/io/console/console.c (console_set_raw);T;[o;;[I"new method.;To;;I"'ext/io/console/console.c (ttymode);T;[o;;[I"reverted previous commit.;TS; ; i;I"2010-05-09;T@ S; ; i;I"ESun May 9 23:53:14 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"*include/ruby/ruby.h (RB_GC_GUARD_PTR);T;[o;;[I"(get rid of removal by optimization.;TS; ; i;I"=Sun May 9 23:07:53 2010 Yusuke Endoh <mame@tsg.ne.jp>;T@ o; ;;;[o;;I"proc.c (proc_dup);T;[o;;[I"zcopy blockprocval. proc_dup is used by define_method, which made blockprocval be GC'ed mistakenly. [ruby-core:30023];TS; ; i;I"ESun May 9 16:28:15 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"4cont.c (fiber_initialize_machine_stack_context);T;[o;;[I"ttry to release unnecessary fibers and retry to create. based on a patch from masaya tarui at [ruby-dev:41230].;TS; ; i;I"BSun May 9 08:32:56 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"6ext/json/generator/generator.c (fbuffer_inc_capa);T;[o;;[I"/fix the use of REALLOC_N. [ruby-dev:41227];TS; ; i;I"ESun May 9 09:30:09 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"6ext/json/{generator/generator.c,parser/parser.rl};T;[o;;[I"fixed indent.;To;;I"'ext/json/{generator,parser}/depend;T;[o;;[I"added.;TS; ; i;I"ASun May 9 09:15:03 2010 Shugo Maeda <shugo@ruby-lang.org>;T@ o; ;;;[o;;I"test/net/imap/test_imap.rb;T;[o;;[I"Euse IPv4 for test_imaps_post_connection_check. [ruby-dev:41189];TS; ; i;I"ASun May 9 08:24:24 2010 Shugo Maeda <shugo@ruby-lang.org>;T@ o; ;;;[o;;I"!lib/net/imap.rb (disconnect);T;[o;;[I"^terminates @receiver_thread even if @sock.shutdown raises an exception. [ruby-dev:34881];TS; ; i;I"ESun May 9 06:15:21 2010 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>;T@ o; ;;;[o;;I"&io.c (nogvl_copy_stream_sendfile);T;[o;;[I"1ISO C90 forbids mixed declarations and code.;TS; ; i;I"KSun May 9 02:57:02 2010 Aaron Patterson <aaron@tenderlovemaking.com>;T@ o; ;;;[o;;I"ext/fiddle/lib/fiddle.rb;T;[o;;[I"Fonly require DL if it hasn't been required yet. [ruby-core:30095];TS; ; i;I"ESun May 9 01:15:18 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I" cont.c (stackgrowdirection);T;[o;;[I"<removed duplicated code, use STACK_UPPER macro instead.;To;;I"gc.h (STACK_DIR_UPPER);T;[o;;[I"!moved from thread_pthread.c.;TS; ; i;I"DSun May 9 00:35:56 2010 Yuki Sonoda (Yugui) <yugui@yugui.jp>;T@ o; ;;;[o;;I",test/dl/test_base.rb (libc_so, libm_so);T;[o;;[I"supports solaris.;TS; ; i;I"ESun May 9 00:27:46 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"thread.c (rb_thread_aset);T;[o;;[I"fixed argument type.;TS; ; i;I"2010-05-08;T@ S; ; i;I"DSat May 8 19:03:31 2010 Yuki Sonoda (Yugui) <yugui@yugui.jp>;T@ o; ;;;[o;;I" spec/default.mspec (config);T;[o;;[I". is no longer in $:.;TS; ; i;I"ESat May 8 23:09:44 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"NEWS (io/console);T;[o;;[I"OIO#noecho and IO#raw without block are obsolete already. [ruby-dev:41226];To;;I"'ext/io/console/console.c (ttymode);T;[o;;[I"�save duped file descriptors and restore tty modes using them, so that original modes can be restored even if original fds are closed. [ruby-dev:41225];TS; ; i;I"ESat May 8 13:11:28 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"Flib/rubygems/user_interaction.rb (Gem::StreamUI#ask_for_password);T;[o;;[I"use io/console.;To;;I"ext/io/console;T;[o;;[I" imported. [ruby-dev:40897];TS; ; i;I"ESat May 8 12:25:15 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I""ext/etc/etc.c (etc_systmpdir);T;[o;;[I"moved from ext/tmpdir.;To;;I"#ext/etc/etc.c (etc_sysconfdir);T;[o;;[I"added.;To;;I"/lib/rubygems/config_file.rb, lib/tmpdir.rb;T;[o;;[I" use etc.;TS; ; i;I"ESat May 8 11:07:41 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"*ext/bigdecimal/bigdecimal.c (VpAlloc);T;[o;;[I"[ensure buf does not get collected. based on a patch masaya tarui at [ruby-dev:41213].;TS; ; i;I";Sat May 8 10:03:39 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I";ext/socket/lib/socket.rb (BasicSocket#connect_address);T;[o;;[I"vMacOS X 10.6 returns "::ffff:a.b.c.d" for IPv4-mapped IPv6 address. [ruby-dev:41215] patch by Tomoyuki Chikanaga.;TS; ; i;I"2010-05-07;T@ S; ; i;I"EFri May 7 23:51:39 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"version.h;T;[o;;[I"bump up to 1.9.3.;TS; ; i;I"EFri May 7 11:30:51 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"$tool/rbinstall.rb (install-man);T;[o;;[I"Finstall mdocs directly without temporary files. [ruby-dev:41204];TS; ; i;I"EFri May 7 09:16:16 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"+ext/tk/extconf.rb (get_tclConfig_dirs);T;[o;;[I"glob with EXEEXT.;To;;I")ext/tk/extconf.rb (search_tclConfig);T;[o;;[I"fixed typo.;TS; ; i;I"HFri May 7 06:45:28 2010 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>;T@ o; ;;;[o;;I"ext/tk/extconf.rb;T;[o;;[I"usearch directories on PATH, only if containing tclsh or wish command (probably right fix for [ruby-core:30010]).;TS; ; i;I"BFri May 7 03:40:58 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I")ext/bigdecimal/bigdecimal.c (VpCtoV);T;[o;;[I"fix to check overflow.;TS; ; i;I"2010-05-06;T@ S; ; i;I"BThu May 6 22:19:38 2010 NAKAMURA Usaku <usa@ruby-lang.org>;T@ o; ;;;[o;;I"cont.c;T;[o;;[I"|define FIBER_USE_NATIVE only when _WIN32_WINNT >= 0x0400 on Windows because Fiber APIs are supported only such building;To;;I"*(and running) environments. [ruby-dev;T;[o;;[I"41192];TS; ; i;I"FThu May 6 19:13:43 2010 NAKAMURA, Hiroshi <nahi@ruby-lang.org>;T@ o; ;;;[o;;I"test/openssl/test_ec.rb;T;[o;;[I"�added test_dsa_sign_asn1_FIPS186_3. dgst is truncated with ec_key.group.order.size after openssl 0.9.8m for FIPS 186-3 compliance. WARNING: ruby-openssl aims to wrap an OpenSSL so when you're using openssl 0.9.8l or earlier version, EC.dsa_sign_asn1 raises OpenSSL::PKey::ECError as before and EC.dsa_verify_asn1 just returns false when you pass dgst longer than expected (no truncation performed).;To;;I"ext/openssl/ossl_pkey_ec.c;T;[o;;[I"rdoc typo fixed.;TS; ; i;I"=Thu May 6 18:12:43 2010 Koichi Sasada <ko1@atdot.net>;T@ o; ;;;[o;;I"cont.c (fiber_setcontext);T;[o;;[I"Fix last commit.;TS; ; i;I"EThu May 6 17:16:42 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"time.c (rb_localtime_r2);T;[o;;[I"Uget rid of infinite loop bug of localtime() on x86_64-darwin. [ruby-core:30031];TS; ; i;I"KThu May 6 15:56:12 2010 Aaron Patterson <aaron@tenderlovemaking.com>;T@ o; ;;;[ o;;I"ext/fiddle/*;T;[o;;[I")Adding fiddle library to wrap libffi;To;;I"test/fiddle/*;T;[o;;[I"testing fiddle extension;To;;I"ext/dl/lib/dl.rb;T;[o;;[I"(Requiring fiddle if it is available;To;;I"ext/dl/lib/dl/callback.rb;T;[o;;[I"$using Fiddle if it is available;To;;I"ext/dl/lib/dl/func.rb;T;[o;;[I" ditto;TS; ; i;I"BThu May 6 15:04:37 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"string.c (rb_str_match_m);T;[o;;[I"~add description about optional position parameter. [ruby-list:47064] patched by KISHIMOTO, Makoto <ksmakoto AT dd.iij4u.or.jp>;TS; ; i;I";Thu May 6 14:12:39 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"lib/tmpdir.rb;T;[o;;[I"Atest RUBY_PLATFORM for loading tmpdir.so to avoid LoadError.;TS; ; i;I";Thu May 6 12:41:00 2010 Kenta Murata <mrkn@mrkn.jp>;T@ o; ;;;[o;;I" NEWS;T;[o;;[I"Xadd rationalize methods of Complex, Float, Integer, NilClass, and Rational classes.;TS; ; i;I"EThu May 6 12:12:26 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"README;T;[o;;[I"update.;TS; ; i;I"=Thu May 6 03:34:29 2010 Koichi Sasada <ko1@atdot.net>;T@ o; ;;;[o;;I"cont.c;T;[o;;[I"�apply FIBER_USE_NATIVE patch. This patch improve Fiber context switching cost using system APIs. Detail comments are written in cont.c.;TS; ; i;I"=Thu May 6 02:16:48 2010 Koichi Sasada <ko1@atdot.net>;T@ o; ;;;[o;;I"@vm_method.c (rb_unlink_method_entry, rb_sweep_method_entry);T;[o;;[I"added. Unlinked method entries are collected to vm->unlinked_method_entry_list. On the GC timing, mark all method entries which are on all living threads. Only non-marked method entries are collected. This hack prevents releasing living method entry. [Performance Consideration] Since this Method Entry GC (MEGC) doesn't occur frequently, MEGC will not be a performance bottleneck. However, to traverse living method entries, every control frame push needs to clear cfp->me field. This will be a performance issue;To;;I"P(because pushing control frame is occurred frequently). Bug #2777 [ruby-dev;T;[o;;[I"40457];To;;I"cont.c (fiber_init);T;[o;;[I"init cfp->me.;To;;I"gc.c (garbage_collect);T;[o;;[I""kick rb_sweep_method_entry().;To;;I"!method.h (rb_method_entry_t);T;[o;;[I"add a mark field.;To;;I"vm.c (invoke_block_from_c);T;[o;;[I"set passed me.;To;;I"vm.c (rb_thread_mark);T;[o;;[I"mark cfp->me.;To;;I"vm_core.h (rb_thread_t);T;[o;;[I"add a field passed_me.;To;;I"vm_core.h (rb_vm_t);T;[o;;[I",add a field unlinked_method_entry_list.;To;;I"$vm_insnhelper.c (vm_push_frame);T;[o;;[I" clear cfp->me at all times.;To;;I"&vm_insnhelper.c (vm_call_bmethod);T;[o;;[I" pass me.;To;;I"!bootstraptest/test_method.rb;T;[o;;[I"add a test.;TS; ; i;I"2010-05-05;T@ S; ; i;I";Wed May 5 22:22:51 2010 wanabe <s.wanabe@gmail.com>;T@ o; ;;;[o;;I""compile.c (iseq_set_sequence);T;[o;;[I"Ifix check range of ic_index. a patch from Tomoyuki Chikanaga. #3236;TS; ; i;I"HWed May 5 21:49:31 2010 Yutaka Kanemoto <kanemoto@ruby-lang.org>;T@ o; ;;;[o;;I"dln.c (aix_loaderror);T;[o;;[I"cuse execerror for load error on AIX. This can avoid SEGV reported by Perry Smith. [Bug #2063];TS; ; i;I";Wed May 5 20:37:54 2010 wanabe <s.wanabe@gmail.com>;T@ o; ;;;[o;;I"%thread_win32.c (w32_wait_events);T;[o;;[I"Rget GVL before handle interrupt event. [ruby-core:27199], [ruby-core:29698];TS; ; i;I"HWed May 5 19:00:01 2010 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>;T@ o; ;;;[o;;I"ext/tk/extconf.rb;T;[o;;[I"%revert. enbugged by last commit.;To;;I"([ruby-dev;T;[o;;[I"141133], [ruby-dev:41134], [ruby-core:30010]);To;;I"ext/tk/README.tcltklib;T;[o;;[I"ditto.;TS; ; i;I"BWed May 5 15:54:35 2010 NAKAMURA Usaku <usa@ruby-lang.org>;T@ o; ;;;[o;;I"file.c (rb_stat);T;[o;;[I"buse STAT macro instead of calling stat() directly. reported by Bill Kelly. [ruby-core:30012];TS; ; i;I"EWed May 5 11:43:10 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"7bootstraptest/test_io.rb (megacontent-copy_stream);T;[o;;[I"get rid of deadlock.;TS; ; i;I"EWed May 5 07:27:14 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I" gc.c (rb_mark_method_entry);T;[o;;[I" renamed.;TS; ; i;I"=Wed May 5 05:20:27 2010 Koichi Sasada <ko1@atdot.net>;T@ o; ;;;[o;;I"method.h, vm_method.c;T;[o;;[I"�rename some internal functions related to rb_method_entry_t. rb_add_method_me() -> rb_method_entry_set(). rb_get_method_entry() -> rb_method_entry_without_cache(). rb_gc_mark_method_entry() -> rb_mark_method_entry().;To;;I"class.c, proc.c;T;[o;;[I"ditto.;TS; ; i;I"2010-05-04;T@ S; ; i;I";Tue May 4 22:59:48 2010 wanabe <s.wanabe@gmail.com>;T@ o; ;;;[o;;I" compile.c (iseq_build_body);T;[o;;[I"Fupdate iseq->ic_size. a patch from Tomoyuki Chikanaga. see #3236.;TS; ; i;I"ETue May 4 18:51:22 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"#error.c (name_err_mesg_to_str);T;[o;;[I"7preserve encoding of inspection. [ruby-core:29948];TS; ; i;I"ETue May 4 18:38:16 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"8test/fileutils/test_fileutils.rb (test_copy_stream);T;[o;;[I"EIO.copy_stream support binmode only currently. [ruby-core:23724];TS; ; i;I"=Tue May 4 12:46:09 2010 Koichi Sasada <ko1@atdot.net>;T@ o; ;;;[o;;I"%vm_insnhelper.c (argument_error);T;[o;;[I"8push correct backtrace. Bug #2281 [ruby-core:26333];TS; ; i;I";Tue May 4 12:38:40 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"*ext/socket/option.c (sockopt_inspect);T;[o;;[I"'use rb_str_cat2 and rb_str_append.;To;;I"-ext/socket/ancdata.c (ancillary_inspect);T;[o;;[I" refined.;TS; ; i;I";Tue May 4 11:48:06 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"-ext/socket/ancdata.c (ancillary_inspect);T;[o;;[I"'use rb_str_cat2 and rb_str_append.;TS; ; i;I"=Tue May 4 07:52:33 2010 Yusuke Endoh <mame@tsg.ne.jp>;T@ o; ;;;[o;;I"5lib/net/http.rb (Net::HTTPResponse#read_chunked);T;[o;;[I"Aensure to skip the last newline of chunk. [ruby-core:29229];To;;I"test/net/http/utils.rb;T;[o;;[I"-add an option for chunked response test.;To;;I"test/net/http/test_http.rb;T;[o;;[I"$add tests for chunked response.;TS; ; i;I"BTue May 4 03:37:54 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"ext/nkf/nkf-utf8/nkf.c;T;[o;;[I"Update nkf 2010-04-28.;TS; ; i;I"2010-05-03;T@ S; ; i;I"EMon May 3 21:08:16 2010 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>;T@ o; ;;;[o;;I"sample/README;T;[o;;[I"(update file list. [ruby-core:28981];TS; ; i;I"EMon May 3 08:15:05 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"*ext/syck/emitter.c (syck_scan_scalar);T;[o;;[I"�set SCAN_WHITEEDGE flag when scalar begins with newline. patches from Dave B <daz AT d10.karoo.co.uk> at [ruby-core:23019] and caleb clausen at [ruby-core:25851]. [ruby-core:23006][ruby-core:29925];TS; ; i;I"2010-05-02;T@ S; ; i;I"ESun May 2 17:52:16 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I""lib/rdoc/task.rb (RDoc::Task);T;[o;;[I"$should not override newer code.;TS; ; i;I"ESun May 2 17:25:05 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"%ext/dl/cfunc.c (rb_dlcfunc_call);T;[o;;[I"ignore signedness.;TS; ; i;I";Sun May 2 12:04:30 2010 wanabe <s.wanabe@gmail.com>;T@ o; ;;;[o;;I"iseq.c (iseq_load);T;[o;;[I"Nallow filepath to be nil. a patch from Tomoyuki Chikanaga in [Bug #3229].;TS; ; i;I"ESun May 2 08:54:37 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"$lib/cgi.rb (CGI::NEEDS_BINMODE);T;[o;;[I"Gcheck if O_BINARY value instead of fragile check by platform name.;TS; ; i;I"ESun May 2 07:38:43 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"lib/mkmf.rb (dir_config);T;[o;;[I"2should not modify argument arrays themselves.;TS; ; i;I"2010-05-01;T@ S; ; i;I"ESat May 1 22:53:57 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"$lib/tempfile.rb (Tempfile#size);T;[o;;[I")stat by path name when it is closed.;To;;I"@lib/test/unit/assertions.rb (Test::Unit::Assertions#assert);T;[o;;[I"keep the first trace.;To;;I"@lib/test/unit/assertions.rb (Test::Unit::Assertions#assert);T;[o;;[I"(fixed filtering. [ruby-core:29908];TS; ; i;I"ESat May 1 16:46:44 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"8ext/bigdecimal/bigdecimal.c (BigDecimal_IsInfinite);T;[o;;[I"#don't use non-ascii character.;TS; ; i;I"ASat May 1 14:08:29 2010 Eric Hodel <drbrain@segment7.net>;T@ o; ;;;[o;;I"lib/rubygems/server.rb;T;[o;;[I"Fix bug when serving gems.;TS; ; i;I"ASat May 1 14:05:36 2010 Eric Hodel <drbrain@segment7.net>;T@ o; ;;;[o;;I" lib/rdoc;T;[o;;[I"Upgrade to RDoc 2.5.8.;TS; ; i;I"ESat May 1 09:43:06 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"@lib/test/unit/assertions.rb (Test::Unit::Assertions#assert);T;[o;;[I"@filter out traces in minitest directory. [ruby-core:29908];TS; ; i;I";Sat May 1 06:42:57 2010 wanabe <s.wanabe@gmail.com>;T@ o; ;;;[o;;I"win32/win32.c;T;[o;;[I")add declaration of wstati64 for gcc.;TS; ; i;I"BSat May 1 02:41:33 2010 NAKAMURA Usaku <usa@ruby-lang.org>;T@ o; ;;;[ o;;0;[o;;[0o;;I"9file.c, include/ruby/intern.h (rb_str_encode_ospath);T;[o;;[I"3new function to convert encoding for pathname.;To;;I"�win32.c, include/ruby/win32.h (rb_w32_ulink, rb_w32_urename, rb_w32_ustati64, rb_w32_uopen, rb_w32_uutime, rb_w32_uchdir, rb_w32_umkdir, rb_w32_urmdir, rb_w32_uunlink);T;[o;;[I"(new functions to accept UTF-8 path.;To;;I"Vwin32/win32.c (rb_w32_opendir, link, rb_w32_stati64, rb_w32_utime, rb_w32_unlink);T;[o;;[I"use WCHAR path internally.;To;;I"�file.c (rb_stat, eaccess, access_internal, rb_file_s_ftype, chmod_internal, rb_file_chmod, rb_file_chown, utime_internal, rb_file_s_link, unlink_internal, rb_file_s_rename);T;[o;;[I"*use UTF-8 version functions on Win32.;To;;I"�file.c (apply2files, rb_stat, rb_file_s_lstat, rb_file_symlink_p, rb_file_readable_p, rb_file_writable_p, rb_file_executable_p, check3rdbyte, rb_file_identical_p, rb_file_chmod, rb_file_chown, rb_file_s_link, rb_file_s_symlink, rb_file_s_rename);T;[o;;[I"Ccall rb_str_encode_ospath() before passing the path to system.;To;;I"io.c (rb_sysopen);T;[o;;[I"ditto.;To;;I"0dir.c (dir_chdir, dir_s_mkdir, dir_s_rmdir);T;[o;;[I"ditto.;TS; ; i;I"ESat May 1 00:26:31 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"@lib/test/unit/assertions.rb (Test::Unit::Assertions#assert);T;[o;;[I"`assertion message must be String or Proc. suggested by caleb clausen at [ruby-core:29884].;TS; ; i;I"ESat May 1 00:14:47 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"test/ruby/test_io.rb;T;[o;;[I"3skip false tests on Windows. [ruby-core:29886];TS; ; i;I"2010-04-30;T@ S; ; i;I"EFri Apr 30 21:40:36 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"4test/test_open3.rb (TestOpen3#test_commandline);T;[o;;[I"4use simple command via shell. [ruby-dev:41100];TS; ; i;I"HFri Apr 30 15:38:45 2010 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>;T@ o; ;;;[o;;I"ext/tk/extconf.rb;T;[o;;[I"*better support for MinGW environment.;TS; ; i;I";Fri Apr 30 12:05:20 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"file.c (file_expand_path);T;[o;;[I"bcall rb_str_set_len before BUFCHECK to prevent rb_str_resize in BUFCHECK discard the content.;TS; ; i;I"BFri Apr 30 04:09:30 2010 NAKAMURA Usaku <usa@ruby-lang.org>;T@ o; ;;;[o;;I"time.c (TIMET_MAX);T;[o;;[I"+should be time_t, not unsigned_time_t.;TS; ; i;I"BFri Apr 30 03:59:08 2010 NAKAMURA Usaku <usa@ruby-lang.org>;T@ o; ;;;[o;;I"(time.c (rb_time_unmagnify_to_float);T;[o;;[I"should cast.;TS; ; i;I"BFri Apr 30 03:38:14 2010 NAKAMURA Usaku <usa@ruby-lang.org>;T@ o; ;;;[o;;I"numeric.c (fix_mul);T;[o;;[I"<the width of fixnum is same as long's on all platforms.;TS; ; i;I"BFri Apr 30 00:52:56 2010 NAKAMURA Usaku <usa@ruby-lang.org>;T@ o; ;;;[o;;I""win32/Makefile.sub (config.h);T;[o;;[I"<define some constants to select collect code for win64.;TS; ; i;I"2010-04-29;T@ S; ; i;I"EThu Apr 29 20:10:14 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"*test/test_open3.rb (test_commandline);T;[o;;[I"7use dump instead of shellwords. [ruby-core:23797];TS; ; i;I"EThu Apr 29 18:39:51 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"%lib/thwait.rb (ThreadsWait#join);T;[o;;[I";refined rdoc again. [ruby-core:29863] [ruby-dev:41092];TS; ; i;I"EThu Apr 29 14:46:00 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"test/ruby;T;[o;;[I"%use more descriptive assertions.;To;;I"test/ruby;T;[o;;[I"fixed nonsense assertions.;To;;I"@lib/test/unit/assertions.rb (Test::Unit::Assertions#assert);T;[o;;[I"!reverted. [ruby-core:29872];TS; ; i;I"EThu Apr 29 12:33:42 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"%lib/thwait.rb (ThreadsWait#join);T;[o;;[I"%refined rdoc. [ruby-core:29863];TS; ; i;I"EThu Apr 29 12:16:20 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"@lib/test/unit/assertions.rb (Test::Unit::Assertions#assert);T;[o;;[I"2reject non-boolean values. [ruby-core:29868];TS; ; i;I"EThu Apr 29 11:20:53 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"io.c (seek_before_access);T;[o;;[I"%renamed. see [ruby-core:29861].;To;;I"io.c (rb_io_s_binread);T;[o;;[I"Hfixed rdoc. parts of a patch from Roger Pack in [ruby-core:29861].;TS; ; i;I"IThu Apr 29 03:50:49 2010 James Edward Gray II <jeg2@ruby-lang.org>;T@ o; ;;;[o;;I"lib/xmlrpc/utils.rb;T;[o;;[I"pFixing an incompatibility with reflection methods returning Symbols. Patch by HD Moore. [ruby-core:29821];TS; ; i;I"2010-04-28;T@ S; ; i;I"=Wed Apr 28 23:53:15 2010 Yusuke Endoh <mame@tsg.ne.jp>;T@ o; ;;;[o;;I"lib/thwait.rb;T;[o;;[I"@revise rdoc. a patch from Roger Pack in [ruby-core:27362].;TS; ; i;I"BWed Apr 28 23:21:42 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I" ext/json;T;[o;;[I"Update to JSON 1.4.2.;TS; ; i;I"=Wed Apr 28 22:53:57 2010 Yusuke Endoh <mame@tsg.ne.jp>;T@ o; ;;;[o;;I"&thread. (rb_thread_terminate_all);T;[o;;[I"erevert r24591 which caused SEGV sometimes. [ruby-dev:40936] [ruby-core:27245] [ruby-core:27416];TS; ; i;I"=Wed Apr 28 22:26:55 2010 Yusuke Endoh <mame@tsg.ne.jp>;T@ o; ;;;[o;;I">test/psych/visitors/test_yaml_tree.rb (test_struct_const);T;[o;;[I"Xremove Struct::Foo which affects test/ruby/test_struct to warn redefining constant.;TS; ; i;I"EWed Apr 28 18:04:48 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"time.c (time_timespec);T;[o;;[I"use rb_check_funcall.;TS; ; i;I"EWed Apr 28 17:14:10 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"ext/socket/extconf.rb;T;[o;;[I"OCMSG_ macros are broken on 64bit darwin, because of use of __DARWIN_ALIGN.;TS; ; i;I"EWed Apr 28 16:44:58 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I";include/ruby/ruby.h ({RSTRING,RSTRUCT,RBIGNUM}_LENINT);T;[o;;[I"check long to cast to int.;TS; ; i;I"EWed Apr 28 16:28:51 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"Aext/socket/unixsocket.c (sendmsg_blocking, recvmsg_blocking);T;[o;;[I"define only when used.;To;;I"ext/socket/rubysocket.h;T;[o;;[I":non-implemented method definitions need to be shared.;TS; ; i;I"EWed Apr 28 10:27:33 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"0vsnprintf.c (ruby_vsnprintf, ruby_snprintf);T;[o;;[I"Ksuppress warnings. why return int in spite of the arguments of size_t?;TS; ; i;I"EWed Apr 28 09:49:21 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"tool/compile_prelude.rb;T;[o;;[I"enable optimization.;TS; ; i;I"EWed Apr 28 09:43:24 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"parse.y (warn_balanced);T;[o;;[I" do not warn for EXPR_ENDFN.;TS; ; i;I"2010-04-27;T@ S; ; i;I"=Tue Apr 27 23:57:04 2010 Yusuke Endoh <mame@tsg.ne.jp>;T@ o; ;;;[o;;I"eval.c (ruby_cleanup);T;[o;;[I"�add exception guard around code running signal handler (of r27513). Absence of the guard made bootstraptest/test_thread.rb fail sometimes.;TS; ; i;I"=Tue Apr 27 22:55:29 2010 Yusuke Endoh <mame@tsg.ne.jp>;T@ o; ;;;[o;;I" insns.def (onceinlinecache);T;[o;;[I"eadd exclusion control for a region between onceinlinecache and setinlinecache. [ruby-dev:39768];TS; ; i;I"=Tue Apr 27 22:40:54 2010 Yusuke Endoh <mame@tsg.ne.jp>;T@ o; ;;;[o;;I"iseq.c (set_relation);T;[o;;[I"�do not use top_wrapper as bottom of cref, which caused constant lookup error when "wrapped load" is used; instead, use Object as bottom, and push top_wrapper on Object. [ruby-core:25039];TS; ; i;I"=Tue Apr 27 21:24:40 2010 Yusuke Endoh <mame@tsg.ne.jp>;T@ o; ;;;[o;;I"eval.c (ruby_cleanup);T;[o;;[I"Sbefore cleanup, check signal buffer and run handler if any. [ruby-core:20970];To;;I")thread.c (rb_threadptr_check_signal);T;[o;;[I"*separated from timer_thread_function.;TS; ; i;I"ETue Apr 27 18:00:50 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I",lib/net/smtp.rb (Net::SMTP#rcptto_list);T;[o;;[I""fixed typo. [ruby-core:29809];TS; ; i;I"ATue Apr 27 12:44:23 2010 Eric Hodel <drbrain@segment7.net>;T@ o; ;;;[o;;I" lib/rdoc;T;[o;;[I"9Import RDoc 2.5.7. Fixes #1318 and ruby-core:29780.;TS; ; i;I"ETue Apr 27 10:54:14 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"!parse.y (parser_read_escape);T;[o;;[I"4deny extra character escapes. [ruby-core:27228];TS; ; i;I";Tue Apr 27 06:20:13 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"io.c (select_internal);T;[o;;[I",IO which cbuf is not empty is readable.;TS; ; i;I"=Tue Apr 27 00:07:32 2010 Yusuke Endoh <mame@tsg.ne.jp>;T@ o; ;;;[o;;I"parse.y (program);T;[o;;[I">check void_expr when rb_parse_in_main(). [ruby-dev:38717];TS; ; i;I"2010-04-26;T@ S; ; i;I"AMon Apr 26 20:11:05 2010 Tadayoshi Funaba <tadf@dotrb.org>;T@ o; ;;;[o;;I"Ecomplex.c, rational.c, lib/cmath.rb, lib/date.rb lib/date/delta*;T;[o;;[I"/reverted r27484-27486. now official spec.;TS; ; i;I"BMon Apr 26 15:42:59 2010 NAKAMURA Usaku <usa@ruby-lang.org>;T@ o; ;;;[o;;I"@ext/json/generator/generator.c (convert_UTF8_to_JSON_ASCII);T;[o;;[I"get rid of a warning.;TS; ; i;I"EMon Apr 26 13:11:57 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"parse.y (ripper_get_value);T;[o;;[I"escape Qundef.;TS; ; i;I"EMon Apr 26 12:42:43 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"parse.y (warn_balanced);T;[o;;[I""warn according to last state.;TS; ; i;I"BMon Apr 26 09:05:30 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I" ext/json;T;[o;;[I"Update to JSON 1.4.1.;TS; ; i;I"2010-04-25;T@ S; ; i;I"ESun Apr 25 23:50:08 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"io.c (ruby_dup);T;[o;;[I"update max fd.;TS; ; i;I"ASun Apr 25 21:56:49 2010 Shugo Maeda <shugo@ruby-lang.org>;T@ o; ;;;[o;;I"%lib/net/imap.rb (fetch_internal);T;[o;;[I"Rdo not quote message data item names. Thanks, Eric Hodel. [ruby-core:23508];TS; ; i;I"ASun Apr 25 15:59:02 2010 Tadayoshi Funaba <tadf@dotrb.org>;T@ o; ;;;[o;;I"lib/cmath.rb;T;[o;;[I""reverted experimental r23900.;TS; ; i;I"ASun Apr 25 15:51:00 2010 Tadayoshi Funaba <tadf@dotrb.org>;T@ o; ;;;[o;;I"complex.c, rational.c;T;[o;;[I""reverted experimental r24565.;TS; ; i;I"ASun Apr 25 15:34:48 2010 Tadayoshi Funaba <tadf@dotrb.org>;T@ o; ;;;[o;;I"!lib/date.rb, lib/date/delta*;T;[o;;[I"-reverted experimental r24567 and r25393.;TS; ; i;I";Sun Apr 25 11:02:20 2010 wanabe <s.wanabe@gmail.com>;T@ o; ;;;[o;;I"hash.c (ruby_setenv);T;[o;;[I"3putenv on msvcrt.dll can't remove empty value.;TS; ; i;I"2010-04-24;T@ S; ; i;I";Sat Apr 24 23:40:50 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"lib/pp.rb;T;[o;;[I"8use [""].pack("p").size to detect the pointer size.;TS; ; i;I";Sat Apr 24 21:07:27 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"test/psych/test_psych.rb;T;[o;;[I"!don't leave temporary files.;TS; ; i;I"ESat Apr 24 16:27:48 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"'Makefile.in (RUBY_PROGRAM_VERSION);T;[o;;[I" added;To;;I"tool/rbinstall.rb;T;[o;;[I"expand target file name.;To;;I"template/fake.rb.in;T;[o;;[I"no need for hook if extmk.;TS; ; i;I";Sat Apr 24 14:40:20 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I" io.c;T;[o;;[I"yraise IOError when byte oriented operations occur with non-empty character buffer. [ruby-dev:40493] [ruby-dev:40506];TS; ; i;I"ESat Apr 24 13:06:57 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"ruby.c (get_arglen);T;[o;;[I">skip the last terminator of argv before checking environ.;To;;I"ruby.c (get_arglen);T;[o;;[I"@duplicate environ area if setenv and unsetenv are provided.;To;;I"ruby.c (set_arg0);T;[o;;[I"keep empty strings.;TS; ; i;I"ESat Apr 24 09:44:40 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"@ext/syck/yaml2byte.c (bytestring_append, bytestring_extend);T;[o;;[I"nremoved wrong extra assignments. a patch from Marcus Rueckert <darix AT opensu.se> at [ruby-core:29759].;TS; ; i;I"=Sat Apr 24 00:41:52 2010 Yusuke Endoh <mame@tsg.ne.jp>;T@ o; ;;;[o;;I"process.c (rb_f_fork);T;[o;;[I"]remove after_exec() which sometimes caused two timer threads started. [ruby-core:25217];To;;I" signal.c;T;[o;;[I"�use pthread_sigmask() instead of sigprocmask(). sigprocmask() is unspecified behavior on multi-thread programs. [ruby-core:25217];TS; ; i;I"=Sat Apr 24 00:36:05 2010 Yusuke Endoh <mame@tsg.ne.jp>;T@ o; ;;;[o;;I"test/dl/test_base.rb;T;[o;;[I"�add kfreebsd support. based on a patch from Petr Salinger in [ruby-core:29769]. http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=560293;TS; ; i;I"BSat Apr 24 00:14:41 2010 NAKAMURA Usaku <usa@ruby-lang.org>;T@ o; ;;;[o;;I"5ext/openssl/ossl_ssl_session.c (SSL_SESSION_cmp);T;[o;;[I":remove static for loopy version of openssl (0.9.8l?).;TS; ; i;I"2010-04-23;T@ S; ; i;I";Fri Apr 23 23:27:17 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"ext/openssl/ossl_config.c;T;[o;;[I"0fix compilation failure with OpenSSL 0.9.8.;TS; ; i;I"BFri Apr 23 17:29:35 2010 NAKAMURA Usaku <usa@ruby-lang.org>;T@ o; ;;;[ o;;I"ext/openssl/ossl_config.c;T;[o;;[I"-OpenSSL 1.0.0 support. [ruby-core:29256];To;;I"ext/openssl/extconf.rb;T;[o;;[I"9check some functions added/removed at OpenSSL 1.0.0.;To;;I"3ext/openssl/ossl_engine.c (ossl_engine_s_load);T;[o;;[I"use engines which exists.;To;;I"3ext/openssl/ossl_ssl_session (SSL_SESSION_cmp);T;[o;;[I"=removed at 1.0.0, so implement compatible function here.;TS; ; i;I"EFri Apr 23 14:37:22 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"Agem_prelude.rb (Gem::QuickLoader.load_full_rubygems_library);T;[o;;[I"1get rid of creating same regexps many times.;To;;I"4lib/rubygems/custom_require.rb (Kernel#require);T;[o;;[I"ditto.;TS; ; i;I"EFri Apr 23 14:07:36 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"doc/etc.rd, doc/etc.rd.ja;T;[o;;[I"moved from ext/etc.;To;;I"ext/etc.c (Init_etc);T;[o;;[I"fixed rdoc.;TS; ; i;I"AFri Apr 23 11:31:25 2010 Eric Hodel <drbrain@segment7.net>;T@ o; ;;;[o;;I" lib/rdoc;T;[o;;[I"Update to RDoc 2.5.6.;TS; ; i;I"EFri Apr 23 04:11:26 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"Atest/ripper/test_parser_events.rb (test_unterminated_regexp);T;[o;;[I"separate test.;TS; ; i;I"BFri Apr 23 01:47:54 2010 NAKAMURA Usaku <usa@ruby-lang.org>;T@ o; ;;;[o;;I"!win32/win32.c (rb_w32_wopen);T;[o;;[I"Nshouldn't use FILE_FLAG_OVERLAPPED with normal file. #1807, #2510, #2549;TS; ; i;I"BFri Apr 23 01:28:03 2010 NAKAMURA Usaku <usa@ruby-lang.org>;T@ o; ;;;[o;;I" thread_win32.c (ubf_handle);T;[o;;[I"remove unused typedef.;TS; ; i;I"2010-04-22;T@ S; ; i;I"=Thu Apr 22 23:10:59 2010 Yusuke Endoh <mame@tsg.ne.jp>;T@ o; ;;;[o;;I"proc.c (mnew);T;[o;;[I"dfix wrong error message when Kernel#public_method receives name of private method. [Bug #2425];TS; ; i;I"=Thu Apr 22 22:56:42 2010 Yusuke Endoh <mame@tsg.ne.jp>;T@ o; ;;;[o;;I"!bootstraptest/test_thread.rb;T;[o;;[I"fix test. [Bug #2342];TS; ; i;I"EThu Apr 22 21:50:17 2010 Keiju Ishitsuka <keiju@ruby-lang.org>;T@ o; ;;;[o;;I"lib/irb/ext/multi-irb.rb;T;[o;;[I"Cfix multi-irb running parallelly. [ruby-dev:41031] [Bug #3182];TS; ; i;I"AThu Apr 22 17:13:34 2010 Eric Hodel <drbrain@segment7.net>;T@ o; ;;;[o;;I"lib/rubygems;T;[o;;[I".Import RubyGems 1.3.7.pre.1 (as 1.3.6.1).;TS; ; i;I"EThu Apr 22 16:43:31 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"parse.y (warn_balanced);T;[o;;[I"removed false warning.;To;;I"parse.y (parser_yylex);T;[o;;[I"(skip whitespaces after method name.;TS; ; i;I";Wed Apr 22 02:16:00 2010 Kenta Murata <mrkn@mrkn.jp>;T@ o; ;;;[o;;I"#ext/bigdecimal/bigdecimal.[ch];T;[o;;[I"�replace _DEBUG with BIGDECIMAL_DEBUG to prevent activating debugging code when compiled with -DEBUG flag on Windows. [ruby-core:22989] #1308;TS; ; i;I"2010-04-21;T@ S; ; i;I";Wed Apr 21 21:24:20 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"ext/digest/sha2/extconf.rb;T;[o;;[I"Ocheck SHA256_CTX and SHA512_CTX to fix compilation failure on OpenBSD 4.4.;TS; ; i;I"BWed Apr 21 15:13:10 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"io.c (io_getc);T;[o;;[I"]fix incomplete character immediately before EOF with newline converter. [ruby-dev:41024];TS; ; i;I"EWed Apr 21 13:44:54 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"parse.y (regexp);T;[o;;[I".check each fragments. [ruby-core:27374];TS; ; i;I"EWed Apr 21 13:36:01 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"parse.y (parser_yylex);T;[o;;[I"3reverted r27388 due to backward compatibility.;To;;I"parse.y (parser_yylex);T;[o;;[I":warn confusing binary operators after local variable.;TS; ; i;I"AWed Apr 21 11:53:47 2010 Eric Hodel <drbrain@segment7.net>;T@ o; ;;;[o;;I" lib/rdoc;T;[o;;[I"PUpdate to RDoc 2.5.5. Fixes bugs in ri, Darkfish and rdoc option handling.;TS; ; i;I"EWed Apr 21 11:31:35 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"parse.y (parser_yylex);T;[o;;[I"abandoned EXPR_VCALL.;TS; ; i;I"BWed Apr 21 03:17:17 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"io.c (io_getc);T;[o;;[I"Iset read_encoding to resulted one character string. [ruby-dev:41023];TS; ; i;I"=Wed Apr 21 00:29:39 2010 Yusuke Endoh <mame@tsg.ne.jp>;T@ o; ;;;[o;;I"!bignum.c (bigmul1_karatsuba);T;[o;;[I"Cfix calculation order to prevent underflow. [ruby-core:29088];TS; ; i;I"=Wed Apr 21 00:26:17 2010 Yusuke Endoh <mame@tsg.ne.jp>;T@ o; ;;;[o;;I"%compile.c (NODE_NEXT, NODE_REDO);T;[o;;[I"Tadd dummy putnil instruction to fix stack consistency error. [ruby-core:28172];To;;I"bootstraptest/test_jump.rb;T;[o;;[I"add a test for above.;TS; ; i;I"=Wed Apr 21 00:16:44 2010 Yusuke Endoh <mame@tsg.ne.jp>;T@ o; ;;;[o;;I"(ext/zlib/zlib.c (rb_deflate_params);T;[o;;[I"�update buf_filled count because deflateParams writes to out buffer. And, revert r18029 because the flush was not needed now and emits garbage. [ruby-dev:40802];TS; ; i;I"=Wed Apr 21 00:01:05 2010 Yusuke Endoh <mame@tsg.ne.jp>;T@ o; ;;;[o;;I"$vm_method.c (rb_add_method_def);T;[o;;[I"cdecrement alias count of rb_method_definition_t to prevent memory leak. see [ruby-dev:41021].;TS; ; i;I"2010-04-20;T@ S; ; i;I"BTue Apr 20 21:33:06 2010 NAKAMURA Usaku <usa@ruby-lang.org>;T@ o; ;;;[o;;I">ext/dl/win32/lib/win32/registry.rb (PredefinedKey#create);T;[o;;[I"?root key name should be a string. fixed [ruby-core:28192];TS; ; i;I"ETue Apr 20 19:25:50 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"parse.y (parser_yylex);T;[o;;[I"fix for tLPAREN_ARG.;TS; ; i;I"GTue Apr 20 12:34:23 2010 Takeyuki FUJIOKA <xibbar@ruby-lang.org>;T@ o; ;;;[o;;I"9lib/cgi/{core, util}.rb (RFC822_DAYS, RFC822_MONTHS);T;[o;;[I"1move the constant because used only util.rb.;TS; ; i;I"ETue Apr 20 12:24:57 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I";parse.y (lex_state_e, IS_END, IS_SPCARG, parser_yylex);T;[o;;[I"7separate the state after vcall. [ruby-core:29578];TS; ; i;I"=Tue Apr 20 01:03:00 2010 Yusuke Endoh <mame@tsg.ne.jp>;T@ o; ;;;[o;;I"bootstraptest/test_fork.rb;T;[o;;[I"&add a test for [ruby-core:28924].;TS; ; i;I"ETue Apr 20 00:43:03 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"file.c (rb_file_s_extname);T;[o;;[I"6skip last directory separators. [ruby-core:29627];TS; ; i;I"ETue Apr 20 00:41:25 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"@io.c (internal_{read,write}_func, rb_{read,write}_internal);T;[o;;[I"Lreverted r27265, since now rb_thread_blocking_region() preserves errno.;TS; ; i;I"2010-04-19;T@ S; ; i;I"=Mon Apr 19 23:14:45 2010 Yusuke Endoh <mame@tsg.ne.jp>;T@ o; ;;;[o;;I"Hthread.c (rb_thread_blocking_region, rb_thread_blocking_region_end);T;[o;;[I"3preserve errno. [Bug #2606] [ruby-core:28924];TS; ; i;I"GMon Apr 19 19:41:10 2010 URABE Shyouhei <shyouhei@ruby-lang.org>;T@ o; ;;;[o;;I"'lib/fileutils.rb (FileUtils::cp_r);T;[o;;[I"#backport r11156 from ruby_1_8.;TS; ; i;I"EMon Apr 19 19:18:53 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"parse.y (parser_yylex);T;[o;;[I"#reduced duplicated conditions.;TS; ; i;I"AMon Apr 19 13:58:04 2010 Eric Hodel <drbrain@segment7.net>;T@ o; ;;;[o;;I" lib/rdoc;T;[o;;[I"6Update to RDoc 2.5.4. Fixes #3169, #3160, #3023.;TS; ; i;I"EMon Apr 19 12:46:15 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"%lib/timeout.rb (Timeout#timeout);T;[o;;[I"6propagate errors to the caller. [ruby-dev:41010];TS; ; i;I"BMon Apr 19 00:27:03 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"$vm_method.c (rb_add_method_def);T;[o;;[I"�workaround fix for redefinition of methods. This is because cfp->me uses the rb_method_entry which is freed by redefinition of remove_method. Note that reusing may cause another problem when the usage is changed. [ruby-core:27320] [ruby-core:29464];TS; ; i;I"2010-04-18;T@ S; ; i;I"ESun Apr 18 22:13:21 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"parse.y (string_content);T;[o;;[I"+cond_stack and cmdarg_stack are VALUE.;TS; ; i;I";Sun Apr 18 18:07:47 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"(lib/resolv.rb (Resolv::IPv4::Regex);T;[o;;[I"4make it only accept 0 to 255. [ruby-core:29501];TS; ; i;I"ESun Apr 18 12:48:51 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"parse.y (parser_yylex);T;[o;;[I"Oseems like a symbol-literal when spaces are unbalanced. [ruby-core:29578];TS; ; i;I"ESun Apr 18 12:32:03 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"parse.y (string_content);T;[o;;[I"<preserve cond_stack and cmdarg_stack. [ruby-core:29579];TS; ; i;I"LSun Apr 18 05:50:58 2010 Aaron Patterson <aaron@tenderlovemaking.com>;T@ o; ;;;[o;;I".ext/psych/lib/psych/visitors/yaml_tree.rb;T;[o;;[I"9defaulting binary string format to "literal" format.;TS; ; i;I"BSun Apr 18 02:13:59 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I".lib/irb/ruby-lex.rb (identify_identifier);T;[o;;[I"add '_' to the regexp.;TS; ; i;I"2010-04-17;T@ S; ; i;I"BSat Apr 17 23:21:15 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"configure.in;T;[o;;[I"fuse AC_TRY_LINK instead of AC_TRY_COMPILE. On Solaris it can compile with signbit but can't link.;TS; ; i;I"=Sat Apr 17 20:34:09 2010 Yusuke Endoh <mame@tsg.ne.jp>;T@ o; ;;;[o;;I"test/ruby/envutil.rb;T;[o;;[I"�update Gem::ConfigMap to fake environment for tests. Some test of rubygems had failed because envutil.rb changed only RbConfig::CONFIG but not Gem::ConfigMap.;TS; ; i;I"=Sat Apr 17 20:31:08 2010 Yusuke Endoh <mame@tsg.ne.jp>;T@ o; ;;;[o;;I".lib/irb/ruby-lex.rb (identify_identifier);T;[o;;[I"@allow multibyte character as identifier. [ruby-core:27275];TS; ; i;I";Sat Apr 17 09:19:27 2010 wanabe <s.wanabe@gmail.com>;T@ o; ;;;[o;;I""compile.c (iseq_compile_each);T;[o;;[I"2fix splat condition in NODE_WHEN. [Bug #2226];TS; ; i;I"ESat Apr 17 08:57:41 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I",lib/net/smtp.rb (Net::SMTP#rcptto_list);T;[o;;[I"ncontinue when at least one RCPT is accepted. based on a patch from Kero van Gelder at [ruby-core:26190].;TS; ; i;I"ESat Apr 17 07:43:55 2010 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>;T@ o; ;;;[o;;I"0test/thread/test_queue.rb (TestQueue#grind);T;[o;;[I"fix typos.;TS; ; i;I"ESat Apr 17 07:27:53 2010 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>;T@ o; ;;;[o;;I" NEWS;T;[o;;[I"Aadd Array#repeated_{combination,permutation} [Feature #2981];TS; ; i;I"LSat Apr 17 05:30:22 2010 Aaron Patterson <aaron@tenderlovemaking.com>;T@ o; ;;;[o;;I".ext/psych/lib/psych/core_ext.rb (yaml_as);T;[o;;[I"+supporting deprecated "yaml_as" method;To;;I"ext/syck/lib/syck/tag.rb;T;[o;;[I" ditto;TS; ; i;I"LSat Apr 17 05:25:15 2010 Aaron Patterson <aaron@tenderlovemaking.com>;T@ o; ;;;[o;;I"*ext/psych/lib/psych/coder.rb (scalar);T;[o;;[I""supporting deprecated methods;To;;I"&ext/psych/lib/psych/deprecated.rb;T;[o;;[I"4supporting deprecated to_yaml_properties method;TS; ; i;I"=Sat Apr 17 01:32:50 2010 Yusuke Endoh <mame@tsg.ne.jp>;T@ o; ;;;[o;;I"#io.c (rb_io_rewind, rb_io_eof);T;[o;;[I"Radd rdoc. based on a patch from Roger Pack in [ruby-core:26771] [Bug #2377].;TS; ; i;I"2010-04-16;T@ S; ; i;I"IFri Apr 16 23:42:56 2010 Masaki Suketa <masaki.suketa@nifty.ne.jp>;T@ o; ;;;[o;;I"Ctest/win32ole/test_folderitem2_invokeverb.rb (test_invokeverb);T;[o;;[I"[run test only when "Create Shortcut (&S)" menu is found. [ruby-core:29550] [Bug #1602];TS; ; i;I"=Fri Apr 16 21:52:16 2010 Yusuke Endoh <mame@tsg.ne.jp>;T@ o; ;;;[o;;I""parse.y (string_content, etc);T;[o;;[I"Hcounts of CMDARG_PUSH and POP were inconsistent. [ruby-core:22637];TS; ; i;I"=Fri Apr 16 21:27:57 2010 Yusuke Endoh <mame@tsg.ne.jp>;T@ o; ;;;[o;;I"4ext/bigdecimal/bigdecimal.c (BigDecimal_coerce);T;[o;;[I"}revert r23389, which not only is unnecessary but also causes the inconsistency of return type. [ruby-core:25706] [Bug #2129];TS; ; i;I"=Fri Apr 16 20:05:24 2010 Yusuke Endoh <mame@tsg.ne.jp>;T@ o; ;;;[o;;I"<lib/thread.rb (Queue#push, #pop, SizedQueue#push, #pop);T;[o;;[I"�remove code that kicks waiting thread twice, which caused race and deadlock. a patch from James M. Lawrence. [ruby-core:25537];To;;I"test/thread/test_queue.rb;T;[o;;[I"added.;TS; ; i;I"=Fri Apr 16 20:01:47 2010 Yusuke Endoh <mame@tsg.ne.jp>;T@ o; ;;;[o;;I".gitignore;T;[o;;[I" updated.;TS; ; i;I"EFri Apr 16 16:51:14 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"4tool/file2lastrev.rb (VCS::SVN::get_revisions.);T;[o;;[I"$remind about DOSISH, sometimes.;TS; ; i;I"GFri Apr 16 16:15:40 2010 Yukihiro Matsumoto <matz@ruby-lang.org>;T@ o; ;;;[o;;I"*array.c (rb_ary_repeated_permutation);T;[o;;[I"]new method added. a patch from Makoto Kishimoto in [ruby-core:29267] [ruby-core:28724];To;;I"*array.c (rb_ary_repeated_combination);T;[o;;[I"ditto.;TS; ; i;I"2010-04-15;T@ S; ; i;I"=Thu Apr 15 22:41:47 2010 Yusuke Endoh <mame@tsg.ne.jp>;T@ o; ;;;[o;;I":thread.c (rb_thread_priority, rb_thread_priority_set);T;[o;;[I"nfix rdoc. Lower-priority thread may run even if there are higher-priority threads. See [ruby-dev:40977].;TS; ; i;I"=Thu Apr 15 22:33:35 2010 Yusuke Endoh <mame@tsg.ne.jp>;T@ o; ;;;[o;;I"'lib/uri/ftp.rb (URI::FTP#set_path);T;[o;;[I"�added to correct handling of special case where path of ftp is relative. This converts relative path to absolute one, because external representation of ftp path is relative and internal representation is absolute. [ruby-core:24077];To;;I")lib/uri/ftp.rb (URI::FTP#initialize);T;[o;;[I"#converts absolute to relative.;To;;I"1lib/uri/generic.rb (URI::Generic#check_path);T;[o;;[I",allow relative path when scheme is ftp.;TS; ; i;I";Thu Apr 15 21:54:39 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"tool/file2lastrev.rb;T;[o;;[I"use backtick for ruby 1.8.;TS; ; i;I"BThu Apr 15 21:13:29 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"tool/file2lastrev.rb;T;[o;;[I"#this should run with ruby 1.8.;TS; ; i;I";Thu Apr 15 20:41:10 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"tool/file2lastrev.rb;T;[o;;[I"8make -q effective for files not version controlled.;TS; ; i;I"EThu Apr 15 14:50:19 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"vm.c (vm_backtrace_each);T;[o;;[I"_get rid of use of malloc from signal handler by using ruby_engine_name. [ruby-core:29497];To;;I" vm_eval.c (print_backtrace);T;[o;;[I"9file may be nil when segfaulted in very early stage.;To;;I"$vm_dump.c (bugreport_backtrace);T;[o;;[I"ditto.;TS; ; i;I"BThu Apr 15 11:51:49 2010 NAKAMURA Usaku <usa@ruby-lang.org>;T@ o; ;;;[o;;I"common.mk (help);T;[o;;[I"small fix.;TS; ; i;I"2010-04-14;T@ S; ; i;I"BWed Apr 14 22:09:28 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"lib/rexml/source.rb;T;[o;;[I"gforce_encoding("UTF-8") when the input is already UTF-8. patched by Kouhei Sutou [ruby-core:23404];TS; ; i;I";Wed Apr 14 18:23:00 2010 Kenta Murata <mrkn@mrkn.jp>;T@ o; ;;;[o;;I"configure.in (signbit);T;[o;;[I"signbit is a macro in C99.;TS; ; i;I"EWed Apr 14 17:56:06 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"io.c (io_shift_cbuf);T;[o;;[I"Oshould terminate. http://golf.shinh.org/p.rb?DECimal+number+to+BINary#Ruby;TS; ; i;I"EWed Apr 14 16:29:02 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"gc.c (GET_STACK_BOUNDS);T;[o;;[I"cfixed macro argument names. a patch from Satoshi Shiba <shiba AT rvm.jp> at [ruby-dev:40973].;To;;I")gc.h (ruby_get_stack_grow_direction);T;[o;;[I"fixed prototype.;To;;I":thread_pthread.c (get_stack, ruby_stack_overflowed_p);T;[o;;[I"0both side should be same type. [Bug #3145];TS; ; i;I"EWed Apr 14 15:58:11 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"$string.c (rb_string_value_cstr);T;[o;;[I"+make NUL terminated if it is not done.;TS; ; i;I"AWed Apr 14 12:56:21 2010 Shugo Maeda <shugo@ruby-lang.org>;T@ o; ;;;[o;;I"lib/net/imap (encode_utf7);T;[o;;[I"Cencode & properly. Thanks, Kengo Matsuyama. [ruby-dev:38063];TS; ; i;I"EWed Apr 14 11:39:26 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I">ext/syck/lib/syck/basenode.rb (Syck::BaseNode#match_path);T;[o;;[I"fixed library name.;To;;I"ext/syck/lib/yaml/syck.rb;T;[o;;[I"@split from ext/syck/lib/syck.rb for backward compatibility.;TS; ; i;I"BWed Apr 14 09:24:07 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"ext/nkf/nkf-utf8/nkf.c;T;[o;;[I")Refix [nkf-bug:21393]. (explicit -X);TS; ; i;I"2010-04-13;T@ S; ; i;I"BTue Apr 13 20:36:50 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"ext/nkf/nkf-utf8/nkf.c;T;[o;;[I"OFix: Windows Codepages wrongly convert Halfwidth Katakana. [nkf-bug:21393];TS; ; i;I"ETue Apr 13 15:00:45 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"random.c (make_seed_value);T;[o;;[I"Ffix leading-zero-guard condition on bdigit is smaller than 32bit.;TS; ; i;I"ETue Apr 13 13:57:36 2010 Keiju Ishitsuka <keiju@ruby-lang.org>;T@ o; ;;;[o;;I"+lib/irb/completion.rb (CompletionProc);T;[o;;[I"Afix [ruby-dev:40953] [Bug #3126]. Thanks Kazuhiro NISHIYAMA.;TS; ; i;I"BTue Apr 13 09:32:12 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"!transcode.c (transcode_loop);T;[o;;[I"jinsert output the value when fallback hash has a related key. [ruby-dev:40540] [ruby-dev:40829] #3036;To;;I"(transcode.c (rb_econv_prepare_opts);T;[o;;[I"4pass to newhash a value with the key :fallback.;TS; ; i;I";Tue Apr 13 00:12:04 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"random.c (rand_init);T;[o;;[I"muse the absolute value of seed to make srand(-2**40) portable with 32bit and 64bit. [ruby-core:29292](2);TS; ; i;I"2010-04-12;T@ S; ; i;I";Mon Apr 12 22:48:47 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"&enumerator.c (inspect_enumerator);T;[o;;[I".don't raise for uninitialized enumerator.;TS; ; i;I"EMon Apr 12 21:47:41 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I" LEGAL;T;[o;;[I"]separated the section for parse.c. contributed by Paul Betteridge in [ruby-core:29472].;TS; ; i;I"EMon Apr 12 09:19:49 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[ o;;I"(lib/fileutils.rb (fu_each_src_dest);T;[o;;[I"ensure src is accessible.;To;;I"lib/fileutils.rb (fu_same);T;[o;;[I"Euse File.identical? to get rid of exceptions. [ruby-core:28141];To;;I"&lib/fileutils.rb (fu_have_st_ino);T;[o;;[I"no longer used.;To;;I"&lib/fileutils.rb (fu_have_st_ino);T;[o;;[I"Ccheck if required method is defined, instead of platform name.;TS; ; i;I"EMon Apr 12 00:51:21 2010 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>;T@ o; ;;;[o;;I"/io.c (rb_io_getline_fast, rb_io_getline_1);T;[o;;[I"0fix ARGF.lineno behavior. [ruby-core:25205];To;;I"3test/ruby/test_argf.rb (TestArgf#test_lineno3);T;[o;;[I"add a test for above.;TS; ; i;I"2010-04-11;T@ S; ; i;I"HSun Apr 11 23:25:17 2010 Yutaka Kanemoto <kanemoto@ruby-lang.org>;T@ o; ;;;[o;;I"configure.in;T;[o;;[I"Ican not load libraries if --with-opt-dir is used on AIX. [Bug #3107];TS; ; i;I"=Sun Apr 11 14:44:45 2010 Yusuke Endoh <mame@tsg.ne.jp>;T@ o; ;;;[o;;I"'lib/irb/ruby-lex.rb (RubyLex#getc);T;[o;;[I"}revert r10817, which caused regression for handling case when there is no newline at the end of file. [ruby-core:28248];TS; ; i;I"ESun Apr 11 12:08:49 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"encoding.c (enc_replicate);T;[o;;[I"@new encoding name must be valid c-string. [ruby-dev:40954];TS; ; i;I"ESun Apr 11 11:58:23 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"%include/ruby/win32.h (ftruncate);T;[o;;[I"crename to get rid of conflict with same name but non-LFS function on MinGW. [ruby-core:24757];TS; ; i;I"ASun Apr 11 10:33:34 2010 Eric Hodel <drbrain@segment7.net>;T@ o; ;;;[o;;I" lib/rdoc;T;[o;;[I"7Update to RDoc 2.5.3. Includes r27288 and r27290.;TS; ; i;I"LSun Apr 11 09:31:39 2010 Aaron Patterson <aaron@tenderlovemaking.com>;T@ o; ;;;[o;;I"test/syck/*;T;[o;;[I"SMoved test/yaml to test/syck since it's actually testing the syck YAML engine.;TS; ; i;I"BSun Apr 11 08:56:44 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"(lib/rdoc/rdoc.rb (setup_output_dir);T;[o;;[I"�compare by Time#to_i. Cached created time doesn't have fractional times, but FileStat#mtime has; so rdoc almost always judged files are updated.;TS; ; i;I"BSun Apr 11 07:40:48 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"(lib/rdoc/rdoc.rb (setup_output_dir);T;[o;;[I" fix typo. [ruby-core:29415];TS; ; i;I"BSun Apr 11 07:01:41 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"2lib/uri/common.rb (decode_www_form_component);T;[o;;[I"validate. [ruby-dev:40938];To;;I"(lib/uri/common.rb (decode_www_form);T;[o;;[I"allow empty string.;To;;I"lib/uri/common.rb;T;[o;;[I"-fix nodoc for constant. [ruby-dev:40949];TS; ; i;I"2010-04-10;T@ S; ; i;I"BSat Apr 10 21:26:22 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"Dlib/rdoc/markup/preprocess.rb (RDoc::Markup::PreProcess#handle);T;[o;;[I"1use File.binread to avoid locale dependency.;TS; ; i;I"ASat Apr 10 15:18:26 2010 Eric Hodel <drbrain@segment7.net>;T@ o; ;;;[o;;I" lib/rdoc;T;[o;;[I"Import RDoc 2.5.2;To;;I"1lib/rdoc/parser/ruby.rb (RDoc::Parser::Ruby);T;[o;;[I"^Don't parse rdoc files, reverts r24976 in favor of include directive support in C parser.;TS; ; i;I"=Sat Apr 10 13:14:22 2010 Yusuke Endoh <mame@tsg.ne.jp>;T@ o; ;;;[o;;I"+ext/openssl/ossl_ssl.c (Init_ossl_ssl);T;[o;;[I"_add SSLContext#ssl_timeout=, which allows net/https to specify timeout. [ruby-core:24812];TS; ; i;I";Sat Apr 10 07:36:13 2010 wanabe <s.wanabe@gmail.com>;T@ o; ;;;[o;;I" vm_method.c (rb_add_method);T;[o;;[I"Uclear attr.location before rb_ary_new3. a patch from Masaya TARUI in [Bug #3108];TS; ; i;I"LSat Apr 10 05:27:26 2010 Aaron Patterson <aaron@tenderlovemaking.com>;T@ o; ;;;[o;;I"&ext/psych/lib/psych/deprecated.rb;T;[o;;[I"Cimplementing Psych.quick_emit and adding deprecation warnings.;To;;I",ext/psych/lib/psych/visitors/to_ruby.rb;T;[o;;[I"/supporting deprecated yaml_initialize api.;To;;I".ext/psych/lib/psych/visitors/yaml_tree.rb;T;[o;;[I"'supporting deprecated to_yaml api.;TS; ; i;I"LSat Apr 10 01:08:53 2010 Aaron Patterson <aaron@tenderlovemaking.com>;T@ o; ;;;[o;;I"ext/psych/parser.c;T;[o;;[I"4parse raises a TypeError when nil is passed in.;TS; ; i;I"=Sat Apr 10 00:01:51 2010 Yusuke Endoh <mame@tsg.ne.jp>;T@ o; ;;;[o;;I"ext/pty/lib/expect.rb;T;[o;;[I"tpreserve buffer read, instead of discard. based on a patch from Luiz Angelo Daros de Luca in [ruby-core:23464].;TS; ; i;I"2010-04-09;T@ S; ; i;I"=Fri Apr 9 23:58:58 2010 Yusuke Endoh <mame@tsg.ne.jp>;T@ o; ;;;[o;;I"ext/pty/lib/expect.rb;T;[o;;[I"|raise an error when argument is unexpected type. based on a patch from Luiz Angelo Daros de Luca in [ruby-core:23464].;TS; ; i;I"=Fri Apr 9 23:57:35 2010 Yusuke Endoh <mame@tsg.ne.jp>;T@ o; ;;;[o;;I"ext/pty/lib/expect.rb;T;[o;;[I"Uadd rdoc. based on a patch from Luiz Angelo Daros de Luca in [ruby-core:23464].;TS; ; i;I"=Fri Apr 9 23:54:16 2010 Yusuke Endoh <mame@tsg.ne.jp>;T@ o; ;;;[o;;I"Ilib/irb/init.rb, lib/irb/lc/help-message, lib/irb/lc/ja/help-message;T;[o;;[I"$add -w flag. [ruby-core:24594];TS; ; i;I"=Fri Apr 9 23:51:45 2010 Yusuke Endoh <mame@tsg.ne.jp>;T@ o; ;;;[o;;I"bext/socket/ipsocket.c (init_inetsock_internal), ext/socket/unixsocket.c (rsock_init_unixsock);T;[o;;[I"]check the result of listen(2). based on a patch from Mike Pomraning. [ruby-core:23698];TS; ; i;I"EFri Apr 9 21:22:10 2010 Keiju Ishitsuka <keiju@ruby-lang.org>;T@ o; ;;;[o;;I"+lib/irb/completion.rb (CompletionProc);T;[o;;[I"birb will be stuck with long variable name at completion. [Bug#1969]. refix [ruby-core:28366].;TS; ; i;I"BFri Apr 9 20:54:10 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"(lib/uri/common.rb (decode_www_form);T;[o;;[I"/don't ignore leading '?'. [ruby-dev:40938];To;;I"(lib/uri/common.rb (decode_www_form);T;[o;;[I"Lcheck whether argument is valid application/x-www-form-urlencoded data.;TS; ; i;I"=Fri Apr 9 20:29:13 2010 Yusuke Endoh <mame@tsg.ne.jp>;T@ o; ;;;[o;;I"dir.c (push_glob);T;[o;;[I"aclear up the previous commit (RB_GC_GUARD can precede the last reference). [ruby-dev:40942];TS; ; i;I"=Fri Apr 9 20:05:05 2010 Yusuke Endoh <mame@tsg.ne.jp>;T@ o; ;;;[o;;I"dir.c (push_glob);T;[o;;[I"sadd RB_GC_GUARD to prevent str being free'ed. a patch from Masaya TARUI in [ruby-dev:40939]. [ruby-dev:40514];TS; ; i;I";Fri Apr 9 10:53:00 2010 Kenta Murata <mrkn@mrkn.jp>;T@ o; ;;;[o;;I""compile.c (iseq_compile_each);T;[o;;[I"bstop hiding, and freeze unpopped string nodes to allow method redefinition. [ruby-dev:40641];TS; ; i;I"EFri Apr 9 01:26:54 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"@io.c (internal_{read,write}_func, rb_{read,write}_internal);T;[o;;[I"Xpreserve errno. a patch from Takehiro Kubo in [ruby-core:29340]. [ruby-core:28924];TS; ; i;I"=Fri Apr 9 01:12:07 2010 Yusuke Endoh <mame@tsg.ne.jp>;T@ o; ;;;[o;;I"+lib/irb/completion.rb (CompletionProc);T;[o;;[I"Lcalling the method "methods" may raise an exception. [ruby-core:28366];TS; ; i;I"2010-04-08;T@ S; ; i;I"GThu Apr 8 14:33:24 2010 URABE Shyouhei <shyouhei@ruby-lang.org>;T@ o; ;;;[o;;I"configure.in;T;[o;;[I"3--disable-install-doc should prohibit doxygen.;TS; ; i;I"BThu Apr 8 14:23:51 2010 NAKAMURA Usaku <usa@ruby-lang.org>;T@ o; ;;;[o;;I"include/ruby/win32.h;T;[o;;[I"Binclude errno.h before defining errnos. see [ruby-core:29314];TS; ; i;I"EThu Apr 8 11:45:14 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"lib/yaml.rb;T;[o;;[I",use Psych if only it is loaded already.;To;;I"-lib/yaml.rb (YAML::EngineManager#yamler);T;[o;;[I"0set the result after successfully switched.;TS; ; i;I"EThu Apr 8 07:22:05 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"random.c (rand_init);T;[o;;[I"Yignore higher bits if all they are same as the lower sign bit. [ruby-core:29292](2);TS; ; i;I"EThu Apr 8 07:16:19 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I";lib/irb/cmd/help.rb (IRB::ExtendCommand::Help#execute);T;[o;;[I">use RI interactive mode if no argument. [ruby-dev:39839];TS; ; i;I"2010-04-07;T@ S; ; i;I"KWed Apr 7 23:33:55 2010 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"&misc/ruby-mode.el (ruby-mode-map);T;[o;;[I"binded C-c C-c and C-c C-c C-u to comment-region and uncomment-region. Thanks Michael Klishin! [Feature #872] [ruby-core:20552];TS; ; i;I";Wed Apr 7 21:44:14 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"time.c (ASCTIME);T;[o;;[I"unused macro removed.;TS; ; i;I"EWed Apr 7 16:45:49 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"configure.in (Makefile);T;[o;;[I"reverted r27244.;TS; ; i;I"BWed Apr 7 11:49:34 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"9lib/rexml/quickpath.rb (REXML::QuickPath::predicate);T;[o;;[I"fix regexp.;TS; ; i;I"EWed Apr 7 09:44:48 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"configure.in (Makefile);T;[o;;[I"quote init-commands.;To;;I"configure.in (Makefile);T;[o;;[I"a`make ruby` builds ruby command even if RUBY_INSTALL_NAME is customized or it has extension.;TS; ; i;I"EWed Apr 7 03:28:27 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I":lib/rdoc/rdoc.rb (RDoc#{initialize,setup_output_dir});T;[o;;[I")initialize @last_created and use it.;TS; ; i;I"EWed Apr 7 02:05:41 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"template/fake.rb.in;T;[o;;[I".not define $extout to make target in cwd.;TS; ; i;I"2010-04-06;T@ S; ; i;I"KTue Apr 6 23:01:35 2010 KOSAKI Motohiro <kosaki.motohiro@gmail.com>;T@ o; ;;;[o;;I"vm_core.h;T;[o;;[I")Introduce UNINITIALIZED_VAR() macro.;To;;I"thread.c (do_select);T;[o;;[I"jUse UNINITIALIZED_VAR() instead FAKE_FD_ZERO(). Also, remove FAKE_FD_ZERO completely. [Feature #3018];TS; ; i;I"BTue Apr 6 14:53:17 2010 NAKAMURA Usaku <usa@ruby-lang.org>;T@ o; ;;;[o;;I"include/ruby/win32.h;T;[o;;[I"=check definition existence before defining errno macros.;To;;I"win32/win32.c (errmap);T;[o;;[I"Tdefine winsock errors mappings. these are VC++10 support. see [ruby-core:29278];TS; ; i;I";Tue Apr 6 21:55:25 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[ o;;I"configure.in;T;[o;;[I"2test localtime(3) overflow. [ruby-dev:40910];To;;I"time.c (rb_gmtime_r);T;[o;;[I"renamed from rb_gmtime.;To;;I"(rb_localtime_r);T;[o;;[I"renamed from rb_localtime.;To;;I"(rb_localtime_r2);T;[o;;[I"Ncall rb_localtime_r and validate the result if there is overflow problem.;To;;I"(rb_gmtime_r2);T;[o;;[I"Kcall rb_gmtime_r and validate the result if there is overflow problem.;TS; ; i;I"ETue Apr 6 11:21:23 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"template/fake.rb.in;T;[o;;[I"hooks for extconf.rb.;TS; ; i;I"BTue Apr 6 06:19:36 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"*lib/rexml/text.rb (REXML::Text.check);T;[o;;[I"comment out broken logic.;TS; ; i;I"BTue Apr 6 05:59:12 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[ o;;I"4lib/rexml/parsers/baseparser.rb (LETTER, DIGIT);T;[o;;[I" always use POSIX charclass.;To;;I"/lib/rexml/parsers/baseparser.rb (NAMECHAR);T;[o;;[I"remove duplicated range.;To;;I"2lib/rexml/xmltokens.rb (NCNAME_STR, NAMECHAR);T;[o;;[I"ditto.;To;;I"0lib/rexml/parsers/xpathparser.rb (PathExpr);T;[o;;[I"ditto.;To;;I"/lib/rexml/text.rb (REXML::Text#initialize);T;[o;;[I"initialize @parent.;TS; ; i;I"2010-04-05;T@ S; ; i;I"BMon Apr 5 09:20:08 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"enc/iso_2022_jp.h;T;[o;;[I"add CP50220.;To;;I"enc/trans/iso2022.trans;T;[o;;[I"add converter for CP50220.;TS; ; i;I"BMon Apr 5 19:54:58 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"re.c (make_regexp);T;[o;;[I"@use onig_new_with_source to keep sourcefile and sourceline.;To;;I" re.c (onig_new_with_source);T;[o;;[I"Jcopied from onig_new in regcomp.c for keep sourcefile and sourceline.;TS; ; i;I"BMon Apr 5 13:20:45 2010 NAKAMURA Usaku <usa@ruby-lang.org>;T@ o; ;;;[o;;I"6include/ruby/win32.h, win32/win32.c (EWOULDBLOCK);T;[o;;[I"cVC10 already defined EWOULDBLOCK. based on a patch from Charlie Savage, see [ruby-core:29255];TS; ; i;I"BMon Apr 5 13:10:35 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"$ext/psych/lib/psych/core_ext.rb;T;[o;;[I"remove before alias.;To;;I"ext/syck/lib/syck.rb;T;[o;;[I"!don't warn called by itself.;TS; ; i;I"BMon Apr 5 13:08:24 2010 NAKAMURA Usaku <usa@ruby-lang.org>;T@ o; ;;;[o;;I"%win32/mkexports.rb (each_export);T;[o;;[I"CVC10 support. a patch from Charlie Savage in [ruby-core:29254];TS; ; i;I"2010-04-04;T@ S; ; i;I";Sun Apr 4 22:18:32 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"time.c (cmp);T;[o;;[I"optimize for fixnums.;To;;I" (lt);T;[o;;[I" use cmp.;To;;I" (gt);T;[o;;[I"ditto.;To;;I" (le);T;[o;;[I"ditto.;To;;I" (ge);T;[o;;[I"ditto.;To;;I" (wlt);T;[o;;[I"use wcmp.;To;;I" (wgt);T;[o;;[I"ditto.;To;;I" (wle);T;[o;;[I"ditto.;To;;I" (wge);T;[o;;[I"ditto.;To;;I"(time_subsec);T;[o;;[I"use wmod.;TS; ; i;I"BSun Apr 4 10:04:28 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[ o;;I"include/ruby/ruby.h;T;[o;;[I"Yreplace snprintf and vsnprintf by ruby_snprintf and ruby_vsnprintf. [ruby-dev:40909];To;;I"configure.in;T;[o;;[I".don't check snprintf(3) and vsnprintf(3).;To;;I"include/ruby/missing.h;T;[o;;[I"*don't declare snprintf and vsnprintf.;To;;I"include/ruby/ruby.h;T;[o;;[I"include stdarg.h.;To;;I"sprintf.c;T;[o;;[I"include vsnprintf.c;To;;I"vsnprintf.c;T;[o;;[I"&renamed from missing/vsnprintf.c.;To;;I"vsnprintf.c;T;[o;;[I"remove useless ifdefs.;To;;I"win32/mkexports.rb;T;[o;;[I"*use ruby_snprintf and ruby_vsnprintf.;TS; ; i;I";Sun Apr 4 09:44:01 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"time.c (lt);T;[o;;[I"call <=> instead of <.;TS; ; i;I"LSun Apr 4 06:46:16 2010 Aaron Patterson <aaron@tenderlovemaking.com>;T@ o; ;;;[o;;I" lib/yaml;T;[o;;[I"9Moved to ext/syck/lib, Syck only uses Syck constant.;To;;I"lib/yaml.rb;T;[o;;[I"6Added an engine manager for choosing YAML engine.;To;;I"#ext/syck/lib/syck/rubytypes.rb;T;[o;;[I"'squashed warnings when using Psych;TS; ; i;I"2010-04-03;T@ S; ; i;I";Sat Apr 3 22:47:51 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"time.c;T;[o;;[I"!don't define STRUCT_WIDEVAL.;TS; ; i;I"ESat Apr 3 18:15:02 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"6lib/rdoc/rdoc.rb (RDoc#{setup,update}_output_dir);T;[o;;[I"-store mtimes per files in the flag file.;To;;I"1lib/rdoc/rdoc.rb (RDoc#normalized_file_list);T;[o;;[I"1skip already processed and unmodified files.;TS; ; i;I"ESat Apr 3 15:09:30 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"common.mk (rdoc);T;[o;;[I"(no force-update, and add RDOCFLAGS.;To;;I"%lib/rdoc/options.rb (RDoc#parse);T;[o;;[I"no-force-update option.;TS; ; i;I"ESat Apr 3 10:51:10 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"random.c (random_rand);T;[o;;[I"Qraise ArgumentError on nil, as the documentation implies. [ruby-core:29075];To;;I"random.c (rb_f_rand);T;[o;;[I"+mentioned the case of when max is nil.;TS; ; i;I";Sat Apr 3 04:46:00 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"+tool/file2lastrev.rb (VCS#relative_to);T;[o;;[I"7path and @srcdir may have different relative-ness.;TS; ; i;I"ESat Apr 3 03:19:01 2010 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>;T@ o; ;;;[o;;I"*lib/benchmark.rb (Benchmark::Tms#add);T;[o;;[I"$fix NameError. [ruby-dev:40906];To;;I"%test/benchmark/test_benchmark.rb;T;[o;;[I"add a test for above.;TS; ; i;I"ESat Apr 3 01:50:02 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"0lib/rdoc/parser/ruby.rb (RDoc#make_message);T;[o;;[I"no empty lines.;To;;I"0lib/rdoc/stats.rb (RDoc::Normal#print_file);T;[o;;[I"$send to stdout and flush always;TS; ; i;I"ESat Apr 3 00:03:11 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"*lib/rdoc/class_module.rb (RDoc#merge);T;[o;;[I"get rid of stack overflow.;To;;I".lib/rdoc/parser/c.rb (RDoc#handle_method);T;[o;;[I"*see source files in source directory.;TS; ; i;I"2010-04-02;T@ S; ; i;I"EFri Apr 2 22:13:38 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"lib/rdoc/rdoc.rb;T;[o;;[I"'reverted r27186 to add generators.;TS; ; i;I"EFri Apr 2 21:17:43 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I" NEWS;T;[o;;[I"!added reverse_lookup option.;TS; ; i;I"EFri Apr 2 15:26:14 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"8test/rdoc/test_rdoc_ri_driver.rb (with_dummy_pager);T;[o;;[I"don't grasp the terminal.;TS; ; i;I"EFri Apr 2 14:43:18 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"'lib/rdoc/rdoc.rb (RDoc::Generator);T;[o;;[I"defer by autoload.;To;;I"#lib/rdoc/generator/darkfish.rb;T;[o;;[I"'use normal library instead of gem.;TS; ; i;I"EFri Apr 2 14:26:26 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I".lib/rdoc/rdoc.rb (RDoc::RDoc#parse_files);T;[o;;[I"5don't branch by RUBY_VERSION. reapplied r24990.;To;;I".lib/rdoc/rdoc.rb (RDoc::RDoc#parse_files);T;[o;;[I"{emacs local variables are delimited by a semicolon. supported Vim style. reapplied r24988 with fixing a typo for shebang.;TS; ; i;I"EFri Apr 2 14:16:54 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"1lib/rdoc/parser/ruby.rb (RDoc::Parser::Ruby);T;[o;;[I".parse also rdoc files. reapplied r24976.;To;;I"lib/rdoc/parser/c.rb;T;[o;;[I"Sfixed a small error in the documentation. [ruby-core:24744] reapplied r24395.;To;;I".lib/rdoc/parser.rb (RDoc::Parser.binary?);T;[o;;[I"�blksize may be nil and is irrelevant to whether a file is binary. TAB and newlines would be usually considered to be included in text data. reapplied r23071 and r24297.;TS; ; i;I"EFri Apr 2 13:59:17 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"+lib/rdoc/ri/paths.rb (RDoc::RI::Paths);T;[o;;[I"6Gem::Enable has been obsolete. reapplied r24599.;To;;I"lib/rdoc/ri/paths.rb;T;[o;;[I"'follows $ridir. reapplied r23554.;To;;I")lib/rdoc/ri/paths.rb (RDoc::HOMEDIR);T;[o;;[I"Oexpand_path deals with platform dependent environments. reapplied r21312.;TS; ; i;I"BFri Apr 2 12:52:25 2010 NAKAMURA Usaku <usa@ruby-lang.org>;T@ o; ;;;[o;;I"!lib/rdoc/parser.rb (binary?);T;[o;;[I"regression.;TS; ; i;I"BFri Apr 2 11:54:49 2010 NAKAMURA Usaku <usa@ruby-lang.org>;T@ o; ;;;[o;;I"win32/win32.c (init_env);T;[o;;[I"uwrong calculation of the head of setenv string. [ruby-core:29216] a patch from Heesob Park in [ruby-core:29218];TS; ; i;I"EFri Apr 2 08:24:56 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"process.c (ruby_setsid);T;[o;;[I"split from proc_setsid.;To;;I"process.c (proc_daemon);T;[o;;[I".use EXIT_SUCCESS instead of magic number.;TS; ; i;I"EFri Apr 2 07:00:28 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"%ext/dl/cptr.c (rb_dlptr_inspect);T;[o;;[I"fix format specifiers.;TS; ; i;I"EFri Apr 2 05:38:17 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"!include/ruby/ruby.h (InitVM);T;[o;;[I"Gcalls per-VM initialization in single VM, but does nothing in MVM.;TS; ; i;I"2010-04-01;T@ S; ; i;I"BThu Apr 1 17:17:00 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"enc/trans/iso2022.trans;T;[o;;[I"CP50221 supports 8bit JIS.;TS; ; i;I"AThu Apr 1 16:44:00 2010 Eric Hodel <drbrain@segment7.net>;T@ o; ;;;[o;;I"lib/rdoc, test/rdoc;T;[o;;[I"Imported RDoc 2.5;TS; ; i;I"EThu Apr 1 14:30:16 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"3enc/utf_16{be,le}.c (utf16{be,le}_mbc_to_code);T;[o;;[I"simplified.;TS; ; i;I"BThu Apr 1 14:07:51 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"util.c (BSD__hdtoa);T;[o;;[I"*don't use C99 macros. (FP_NORMAL etc);TS; ; i;I"BThu Apr 1 13:30:12 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[ o;;I"sprintf.c (rb_str_format);T;[o;;[I"(support %a format. [ruby-dev:40650];To;;I"'missing/vsnprintf.c (BSD_vfprintf);T;[o;;[I"ditto.;To;;I"missing/vsnprintf.c (cvt);T;[o;;[I"ditto.;To;;I"util.c (BSD__hdtoa);T;[o;;[I"Nadded. This is 2-clause BSDL licensed by David Schultz and from FreeBSD.;To;;I" LEGAL;T;[o;;[I"!add about hdtoa() in util.c.;TS; ; i;I"BThu Apr 1 13:24:12 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"object.c (rb_cstr_to_dbl);T;[o;;[I"xreturn 0.0 if hexadecimal and badcheck is FALSE: Float("0x1p+0") works, but "0x1p+0".to_f doesn't. [ruby-dev:40650];To;;I"util.c (ruby_strtod);T;[o;;[I" allow hexadecimal integers.;TS; ; i;I"BThu Apr 1 13:20:50 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"lib/scanf.rb;T;[o;;[I"(support %a format. [ruby-dev:40650];TS; ; i;I"BThu Apr 1 12:04:10 2010 NAKAMURA Usaku <usa@ruby-lang.org>;T@ o; ;;;[o;;I"+include/ruby/ruby.h (PRE_TIMET_PREFIX);T;[o;;[I"?define if configure doesn't defines it. [ruby-core:29190];TS; ; i;I"EThu Apr 1 11:36:04 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"io.c (rb_io_initialize);T;[o;;[I"�fixed a rdoc miss that textmode and binmode flag explanation was reversed each other. a patch from Heesob Park in [ruby-core:29166].;TS; ; i;I"EThu Apr 1 09:54:27 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"4include/ruby/ruby.h (RUBY_{DEFAULT,NEVER}_FREE);T;[o;;[I"added. [ruby-dev:40889];TS; ; i;I";Thu Apr 1 04:55:08 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"$time.c (rb_big_abs_find_minbit);T;[o;;[I" fix handling the last word.;TS; ; i;I";Thu Apr 1 04:30:11 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"time.c (long_mul);T;[o;;[I" overflow condition changed.;To;;I" (wi_mul);T;[o;;[I"ditto.;TS; ; i;I"2010-03-31;T@ S; ; i;I";Wed Mar 31 23:33:29 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"time.c (long_mul);T;[o;;[I"3extracted from mul and avoid integer overflow.;To;;I" (wi_mul);T;[o;;[I"4extracted from wmul and avoid integer overflow.;TS; ; i;I";Wed Mar 31 21:30:38 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"time.c;T;[o;;[I"less bignum allocations.;To;;I"&strftime.c (rb_strftime_timespec);T;[o;;[I"?defined to avoid rational for nano second resolution time.;TS; ; i;I"EWed Mar 31 16:05:13 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"8test/rake/test_{package_task,rules,task_manager}.rb;T;[o;;[I"use temporary directories.;TS; ; i;I"BWed Mar 31 13:53:13 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"4test/rubygems/gemutilities.rb (setup, teardown);T;[o;;[I"-Object#to_yaml must use syck on RubyGem.;TS; ; i;I";Wed Mar 31 06:57:14 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"time.c (timew2timespec);T;[o;;[I"fix previous change.;TS; ; i;I";Wed Mar 31 00:32:19 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[ o;;I"time.c (wdivmod);T;[o;;[I"5renamed from wdivmodv. fix neg/pos and pos/neg.;To;;I"(split_second);T;[o;;[I"+return number of seconds as wideval_t.;To;;I"(timet2wv);T;[o;;[I"new function.;To;;I"(wv2timet);T;[o;;[I"new function.;To;;I"(timet2wideval);T;[o;;[I" removed.;TS; ; i;I"2010-03-30;T@ S; ; i;I";Tue Mar 30 22:24:19 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"time.c;T;[o;;[I"%use more polymorphic operations.;TS; ; i;I"ETue Mar 30 22:12:38 2010 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>;T@ o; ;;;[o;;I" NEWS;T;[o;;[I"Xadd URI.decode and URI.encode to Obsoleted methods, and fix typos. [ruby-dev:40852];To;;I" NEWS;T;[o;;[I"add Time#subsec.;TS; ; i;I";Tue Mar 30 22:07:12 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"time.c;T;[o;;[I"'reorder wide value implementation.;TS; ; i;I"ETue Mar 30 22:00:44 2010 Keiju Ishitsuka <keiju@ruby-lang.org>;T@ o; ;;;[o;;I"lib/irb.rb;T;[o;;[I".support [Feature#988], [ruby-core:21177].;To;;I"lib/irb/context.rb;T;[o;;[I"fix Context#verbose?.;TS; ; i;I";Tue Mar 30 21:56:33 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"time.c;T;[o;;[I"&make wide value more polymorphic.;TS; ; i;I"BTue Mar 30 21:18:32 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"ext/psych/extconf.rb;T;[o;;[I"dinstall psych .so to not psych/ but direct. This prepends to install *.rb files to psych/psych.;To;;I"ext/psych/lib/psych.rb;T;[o;;[I"require 'psych.so'.;TS; ; i;I";Tue Mar 30 20:55:14 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[ o;;I"time.c (w2v);T;[o;;[I"renamed from w2xv.;To;;I" (v2w);T;[o;;[I"renamed from xv2w.;To;;I"(rb_time_magnify);T;[o;;[I"takes wideval_t.;To;;I"(rb_time_unmagnify);T;[o;;[I"returns wideval_t.;TS; ; i;I"ETue Mar 30 19:46:00 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"ext/psych/lib;T;[o;;[I"Gmoved external library dependent files from lib. [ruby-core:29129];TS; ; i;I"ETue Mar 30 18:25:52 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"file.c (rb_file_dirname);T;[o;;[I""split from rb_file_s_dirname.;To;;I"#load.c (rb_f_require_relative);T;[o;;[I"0use absolute path instead of expanded path.;TS; ; i;I"@Tue Mar 30 13:57:08 2010 Akinori MUSHA <knu@iDaemons.org>;T@ o; ;;;[o;;I"process.c (proc_daemon);T;[o;;[I"�Process.daemon should raise an error on failure regardless of whether the implementation uses daemon(3) or not. [ruby-dev:40832];TS; ; i;I"ETue Mar 30 13:11:17 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"(tool/file2lastrev.rb (VCS::GIT_SVN);T;[o;;[I"Wremoved because git-log can deal with git-svn repository faster than git-svn-info.;To;;I"-tool/file2lastrev.rb (VCS#get_revisions);T;[o;;[I"3particular commands do not depend on instance.;TS; ; i;I"LTue Mar 30 08:55:50 2010 Aaron Patterson <aaron@tenderlovemaking.com>;T@ o; ;;;[o;;I"ext/psych/extconf.rb;T;[o;;[I",Making library detection more agnostic.;TS; ; i;I"LTue Mar 30 08:10:59 2010 Aaron Patterson <aaron@tenderlovemaking.com>;T@ o; ;;;[o;;I"lib/psych.rb;T;[o;;[I"NFix problem with empty and white-space only strings. Thanks Peter McLain!;To;;I"test/psych/test_psych.rb;T;[o;;[I"tests for change.;TS; ; i;I"LTue Mar 30 05:31:39 2010 Aaron Patterson <aaron@tenderlovemaking.com>;T@ o; ;;;[o;;I"lib/psych.rb;T;[o;;[I"1documentation updates. Thanks Peter McLain!;To;;I"&lib/psych/{coder,tree_builder}.rb;T;[o;;[I" ditto;TS; ; i;I"BTue Mar 30 03:56:13 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"'ext/psych/{emitter,parser,psych}.c;T;[o;;[I"9move variable declaration to the first of the block.;TS; ; i;I"2010-03-29;T@ S; ; i;I"@Mon Mar 29 21:47:44 2010 Akinori MUSHA <knu@iDaemons.org>;T@ o; ;;;[o;;I"prelude.rb, .document;T;[o;;[I"6Stuff in prelude.rb should be documented as well.;TS; ; i;I"EMon Mar 29 20:23:05 2010 Keiju Ishitsuka <keiju@ruby-lang.org>;T@ o; ;;;[o;;I"1lib/matrix.rb(Vector#each2, Vector#collect2);T;[o;;[I"+add type check for Integer[Bug #2495].;TS; ; i;I";Mon Mar 29 19:45:09 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"time.c;T;[o;;[I""wide value condition changed.;TS; ; i;I"EMon Mar 29 18:10:03 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"lib/optparse.rb (Numeric);T;[o;;[I"accept rationals.;TS; ; i;I"EMon Mar 29 15:10:39 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"$lib/tempfile.rb (Tempfile#open);T;[o;;[I"6re-open with same mode and options as initialize.;TS; ; i;I"BMon Mar 29 09:16:45 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I" random.c;T;[o;;[I"5change include order; ruby.h should be at first.;TS; ; i;I"LMon Mar 29 06:47:25 2010 Aaron Patterson <aaron@tenderlovemaking.com>;T@ o; ;;;[o;;I"ext/psych/*;T;[o;;[I"importing Psych to trunk;To;;I"test/psych/*;T;[o;;[I" ditto;To;;I"lib/psych/*;T;[o;;[I" ditto;TS; ; i;I"2010-03-28;T@ S; ; i;I"BSun Mar 28 10:03:51 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"lib/scanf.rb;T;[o;;[I"#fix max width modifier for %f.;TS; ; i;I"ESun Mar 28 10:35:45 2010 Ryan Davis <ryand-ruby@zenspider.com>;T@ o; ;;;[o;;I"lib/minitest/*.rb;T;[o;;[I"#Imported minitest 1.6.0 r5717.;To;;I"test/minitest/*.rb;T;[o;;[I"ditto.;TS; ; i;I";Sun Mar 28 10:12:28 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"time.c (rb_time_magnify);T;[o;;[I"fix for LP64.;TS; ; i;I"BSun Mar 28 09:28:33 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"lib/scanf.rb;T;[o;;[I"fix %[egEFG] isn't accept.;TS; ; i;I";Sun Mar 28 09:53:02 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"time.c;T;[o;;[I"=rename small integer specialization related identifiers.;TS; ; i;I";Sun Mar 28 08:20:37 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"time.c (weq);T;[o;;[I""specialize for small integer.;To;;I" (wne);T;[o;;[I"ditto.;To;;I" (wlt);T;[o;;[I"ditto.;To;;I" (wgt);T;[o;;[I"ditto.;To;;I" (wle);T;[o;;[I"ditto.;To;;I" (wge);T;[o;;[I"ditto.;To;;I"(rb_time_magnify);T;[o;;[I"ditto.;To;;I"(rb_time_unmagnify);T;[o;;[I"ditto.;To;;I"!(rb_time_unmagnify_to_float);T;[o;;[I"=new function to avoid rational for Time#to_f and Time#-.;TS; ; i;I";Sun Mar 28 07:12:41 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"time.c (mul);T;[o;;[I"condition refined.;TS; ; i;I";Sun Mar 28 02:14:13 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"time.c;T;[o;;[I"fix previous commit.;TS; ; i;I"2010-03-27;T@ S; ; i;I";Sat Mar 27 23:17:52 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"time.c;T;[o;;[I"=use 64bit arithmetic even on platforms with 32bit VALUE.;TS; ; i;I"2010-03-26;T@ S; ; i;I";Fri Mar 26 23:52:07 2010 wanabe <s.wanabe@gmail.com>;T@ o; ;;;[o;;I" NEWS;T;[o;;[I"9add Thread#add_trace_func and Thread#set_trace_func.;TS; ; i;I"=Fri Mar 26 22:58:10 2010 Yusuke Endoh <mame@tsg.ne.jp>;T@ o; ;;;[o;;I"=ext/openssl/ossl_x509store.c (ossl_x509store_initialize);T;[o;;[I"|initialize store->ex_data.sk. a patch from Christian Holtje in [ruby-core:28907]. [ruby-core:23971] [ruby-core:18121];TS; ; i;I"@Fri Mar 26 19:55:41 2010 Akinori MUSHA <knu@iDaemons.org>;T@ o; ;;;[o;;I"Makefile.in (DOXYGEN);T;[o;;[I"�Define a missing variable DOXYGEN. Build has been failing when doxygen(1) is found by configure but the variable is not defined by the system and make(1) does not allow an empty command. ("@$(DOXYGEN)" was the cause);TS; ; i;I"AFri Mar 26 19:28:03 2010 Shugo Maeda <shugo@ruby-lang.org>;T@ o; ;;;[o;;I"0test/ruby/test_hash.rb (test_recursive_key);T;[o;;[I"8recursive keys are permitted now. [ruby-dev:40735];TS; ; i;I"LFri Mar 26 12:36:10 2010 Aaron Patterson <aaron@tenderlovemaking.com>;T@ o; ;;;[o;;I"lib/yaml/basenode.rb;T;[o;;[I"deprecating YPath methods;To;;I"lib/yaml/stream.rb;T;[o;;[I""deprecating YAML::Stream#edit;TS; ; i;I"LFri Mar 26 12:29:28 2010 Aaron Patterson <aaron@tenderlovemaking.com>;T@ o; ;;;[o;;I"lib/yaml/encoding.rb;T;[o;;[I"-YAML.encode, YAML.decode are deprecated.;To;;I"lib/yaml/stringio.rb;T;[o;;[I"$yaml/stringio.rb is deprecated.;To;;I"lib/yaml/ypath.rb;T;[o;;[I"YAML::YPath is deprecated.;TS; ; i;I"HFri Mar 26 04:52:19 2010 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>;T@ o; ;;;[ o;;I"ext/tk/extconf.rb;T;[o;;[I">fix [ruby-core:28901] [Bug #2997]. Thanks, Michael Graff.;To;;I"ext/tk/tcltklib.c;T;[o;;[I"3use xfree() for memories allocated by ALLOC().;To;;I"ext/tk/tkutil/tkutil.c;T;[o;;[I"ditto.;To;;I"#ext/tk/lib/tkextlib/version.rb;T;[o;;[I"forgot updating.;TS; ; i;I"2010-03-25;T@ S; ; i;I";Thu Mar 25 23:53:22 2010 wanabe <s.wanabe@gmail.com>;T@ o; ;;;[o;;I"(thread.c (thread_reset_event_flags);T;[o;;[I"%set flags to thread. [Bug #693];TS; ; i;I"=Thu Mar 25 23:17:16 2010 Yusuke Endoh <mame@tsg.ne.jp>;T@ o; ;;;[o;;I"file.c (rb_get_path_check);T;[o;;[I"yprefer #to_path over #to_str. a patch originally written by me, and modified by Nobuyoshi Nakada. [ruby-core:24257];TS; ; i;I"EThu Mar 25 18:10:08 2010 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>;T@ o; ;;;[o;;I" NEWS;T;[o;;[I">Array#{uniq,uniq!} can take a block. see [ruby-dev:37998];TS; ; i;I"EThu Mar 25 17:21:49 2010 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>;T@ o; ;;;[o;;I" NEWS;T;[o;;[I"Hadd IO#autoclose=, IO#autoclose?, IO#codepoints, IO#each_codepoint.;TS; ; i;I"EThu Mar 25 14:50:00 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"(win32/win32.c (rb_w32_{read,write});T;[o;;[I"bfix handle leaks. based on a patch from Heesob Park in [ruby-core:28919]. [ruby-core:28833];TS; ; i;I"EThu Mar 25 12:37:37 2010 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>;T@ o; ;;;[o;;I" NEWS;T;[o;;[I" add Kernel#singleton_class.;TS; ; i;I";Thu Mar 25 11:34:00 2010 Kenta Murata <mrkn@mrkn.jp>;T@ o; ;;;[o;;I";bignum.c, node.h, strftime.c, enc/trans/utf8_mac.trans;T;[o;;[I"3added explicit casts for suppressing warnings.;TS; ; i;I";Thu Mar 25 11:34:00 2010 Kenta Murata <mrkn@mrkn.jp>;T@ o; ;;;[o;;I"test/ruby/test_dir_m17n.rb;T;[o;;[I"6HFS+ escapes invalid byte sequences of filenames.;TS; ; i;I"EThu Mar 25 05:44:31 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I" configure.in (ruby_version);T;[o;;[I"needs runnable CPP.;TS; ; i;I"EThu Mar 25 04:42:19 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"!tool/make-snapshot (package);T;[o;;[I"4take a breath for HP-UX make [ruby-core:28938].;To;;I"&tool/make-snapshot (Dir.mktmpdir);T;[o;;[I"&for 1.8.6 backward compatibility.;To;;I"!tool/make-snapshot (package);T;[o;;[I")$: no longer contains ".", in trunk.;TS; ; i;I"EThu Mar 25 03:52:45 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"ext/iconv/charset_alias.rb;T;[o;;[I"%update of URL. [ruby-dev:38360];TS; ; i;I"2010-03-24;T@ S; ; i;I"=Wed Mar 24 23:43:40 2010 Yusuke Endoh <mame@tsg.ne.jp>;T@ o; ;;;[o;;I""thread.c (thread_create_core);T;[o;;[I"Llet new thread inherit RUBY_EVENT_VM of event_flags. [ruby-core:25191];To;;I"-thread.c (rb_threadptr_exec_event_hooks);T;[o;;[I"9delete RUBY_EVENT_VM if all event_hooks are removed.;TS; ; i;I"=Wed Mar 24 22:58:02 2010 Yusuke Endoh <mame@tsg.ne.jp>;T@ o; ;;;[o;;I"configure.in;T;[o;;[I"�revert the previous commit, which seemed to break make install. The files of standard libraries are directly installed to $(PREFIX)/lib/ruby instead of $(PREFIX)/lib/ruby/1.9.1;TS; ; i;I"EWed Mar 24 18:16:08 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"!configure.in (LDSHARED, CPP);T;[o;;[I"#keep $(CC). [ruby-core:28912];TS; ; i;I"EWed Mar 24 14:33:56 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I" win32/win32.c (rb_w32_read);T;[o;;[I"Plimit read size to 16KB if the file seems to be console. [ruby-core:28902];TS; ; i;I"BWed Mar 24 10:18:12 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"file.c (file_expand_path);T;[o;;[I"|set length of string before calling rb_enc_check because rb_enc_check scans its content. This prevents warnings by valgrind.;TS; ; i;I"2010-03-23;T@ S; ; i;I"ITue Mar 23 23:58:51 2010 James Edward Gray II <jeg2@ruby-lang.org>;T@ o; ;;;[o;;I"lib/csv.rb;T;[o;;[I"|Incorporating the fixes from the recent FasterCSV releases: 1.5.2 and 1.5.3. New parser by Tim Elliott. [ruby-core:25038];TS; ; i;I"ATue Mar 23 18:35:46 2010 Shugo Maeda <shugo@ruby-lang.org>;T@ o; ;;;[o;;I"&object.c (rb_obj_singleton_class);T;[o;;[I":new method Kernel#singleton_class. [ruby-core:21702];TS; ; i;I";Tue Mar 23 01:13:59 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"ext/socket;T;[o;;[I"=use rsock_ prefix for internal initialization functions.;TS; ; i;I"2010-03-22;T@ S; ; i;I";Mon Mar 22 20:32:22 2010 wanabe <s.wanabe@gmail.com>;T@ o; ;;;[ o;;I" proc.c (rb_method_location);T;[o;;[I";return attr's location if it is setup. [Feature #2084];To;;I" NEWS;T;[o;;[I"follow above.;To;;I" vm_method.c (rb_add_method);T;[o;;[I"save attr's location.;To;;I"gc.c (mark_method_entry);T;[o;;[I"mark attr's location.;To;;I"&method.h (rb_method_definition_t);T;[o;;[I"(add member to save attr's location.;To;;I"vm_eval.c (vm_call0);T;[o;;[I"follow above.;To;;I"%vm_insnhelper.c (vm_call_method);T;[o;;[I"ditto.;To;;I"*vm_method.c (rb_method_definition_eq);T;[o;;[I"ditto.;TS; ; i;I"AMon Mar 22 19:31:06 2010 Tadayoshi Funaba <tadf@dotrb.org>;T@ o; ;;;[o;;I"lib/date.rb (Date#>>);T;[o;;[I"fixed. [ruby-core:28011];TS; ; i;I"EMon Mar 22 18:01:13 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"configure.in (RMDIRS);T;[o;;[I"use rmdir -p if possible.;To;;I"'Makefile.in ({dist,real}clean-ext);T;[o;;[I"&fix for removing ext directories.;TS; ; i;I";Mon Mar 22 09:06:10 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"ext/socket/.document;T;[o;;[I""extracted from ext/.document.;TS; ; i;I";Mon Mar 22 00:50:33 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"3ext/socket/rubysocket.h (rsock_revlookup_flag);T;[o;;[I"declared.;TS; ; i;I"QMon Mar 22 00:01:24 2010 Alexander Zavorine <alexandre.zavorine@nokia.com>;T@ o; ;;;[o;;I"symbian/setup (config.h);T;[o;;[I"RUBY_EXEC_PREFIX defined.;TS; ; i;I"2010-03-21;T@ S; ; i;I"BSun Mar 21 00:46:29 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"6lib/uri/common.rb (URI.encode_www_form_component);T;[o;;[I"Cconvert strings of HTML5 ASCII incompatible encoding to UTF-8.;To;;I"6lib/uri/common.rb (URI.encode_www_form_component);T;[o;;[I"\"\x83\x41" of Shift_JIS should be encoded as "%83A". This follows real implementations.;To;;I"6lib/uri/common.rb (URI.decode_www_form_component);T;[o;;[I"<use given encoding for force_encoding. [ruby-dev:40721];TS; ; i;I";Sun Mar 21 21:09:17 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"lib/resolv-replace.rb;T;[o;;[I""specify super class for rdoc.;To;;I"lib/ipaddr.rb;T;[o;;[I"ditto.;TS; ; i;I"ESun Mar 21 19:52:27 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"io.c (rb_io_initialize);T;[o;;[I"Padd autoclose argument to control close at finalization. [ruby-core:26222];To;;I"2io.c (rb_io_autoclose_p, rb_io_set_autoclose);T;[o;;[I"new methods.;TS; ; i;I";Sun Mar 21 19:50:04 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"ext/socket;T;[o;;[I" make sources rdoc friendly.;TS; ; i;I"ESun Mar 21 17:57:49 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"io.c (IO_RBUF_CAPA_FOR);T;[o;;[I"�use large buffer as cbuf if readconv is needed for performance improvement. based on a patch by Roger Pack in [ruby-core:28163]. [ruby-core:28162];TS; ; i;I";Sun Mar 21 17:14:49 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"tool/transcode-tblgen.rb;T;[o;;[I"reuse hash object.;TS; ; i;I";Sun Mar 21 12:32:39 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"6tool/transcode-tblgen.rb (transcode_compile_tree);T;[o;;[I"Wmake valid_encoding mandatory unless from_encoding is registered in ValidEncoding.;To;;I"(transcode_tbl_only);T;[o;;[I"ditto.;To;;I"(transcode_tblgen);T;[o;;[I"ditto.;To;;I"(ValidEncoding);T;[o;;[I"new function.;To;;I"enc/trans/escape.trans;T;[o;;[I"specify valid_encoding.;To;;I"&enc/trans/emoji_sjis_docomo.trans;T;[o;;[I"ditto.;To;;I"enc/trans/emoji.trans;T;[o;;[I"ditto.;To;;I"'enc/trans/emoji_iso2022_kddi.trans;T;[o;;[I"ditto.;To;;I"enc/trans/big5.trans;T;[o;;[I"ditto.;To;;I"(enc/trans/emoji_sjis_softbank.trans;T;[o;;[I"ditto.;To;;I"$enc/trans/emoji_sjis_kddi.trans;T;[o;;[I"ditto.;To;;I"enc/trans/chinese.trans;T;[o;;[I"4use ValidEncoding() instead of ValidEncoding[].;TS; ; i;I"ESun Mar 21 09:43:01 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I" io.c (IO_[CRW]BUF_CAPA_MIN);T;[o;;[I"replaced magic numbers.;TS; ; i;I";Sun Mar 21 09:22:10 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"object.c (rb_obj_hash);T;[o;;[I"-use LONG2FIX to avoid Bignum allocation.;TS; ; i;I"2010-03-20;T@ S; ; i;I";Sat Mar 20 22:51:46 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"string.c (rb_str_sum);T;[o;;[I"use UCHAR_MAX.;TS; ; i;I";Sat Mar 20 19:16:42 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[ o;;I"<tool/transcode-tblgen.rb (ActionMap.unambiguous_action);T;[o;;[I"use Array#delete.;To;;I"(ActionMap.merge2);T;[o;;[I" defined.;To;;I"(ActionMap::PostMemo);T;[o;;[I" removed.;To;;I"(transcode_compile_tree);T;[o;;[I"use ActionMap.merge2.;TS; ; i;I";Sat Mar 20 13:26:09 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"array.c (rb_ary_uniq_bang);T;[o;;[I">the array is already unique if the length is zero or one.;To;;I"(rb_ary_uniq);T;[o;;[I"ditto.;TS; ; i;I"ESat Mar 20 12:30:54 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"lib;T;[o;;[I"?fixed typo. a patch by Sho Hashimoto in [ruby-dev:40716].;TS; ; i;I";Sat Mar 20 11:32:18 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"4tool/transcode-tblgen.rb (each_firstbyte_range);T;[o;;[I"!tuned for less method calls.;TS; ; i;I";Sat Mar 20 00:59:50 2010 wanabe <s.wanabe@gmail.com>;T@ o; ;;;[o;;I"$ext/dl/lib/dl/pack.rb (DL#pack);T;[o;;[I"allow LLP64.;TS; ; i;I"2010-03-19;T@ S; ; i;I";Fri Mar 19 05:26:31 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"string.c (rb_str_sum);T;[o;;[I"%don't call method for each byte.;TS; ; i;I"2010-03-18;T@ S; ; i;I"EThu Mar 18 21:24:21 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"Makefile.in (miniruby);T;[o;;[I"link $(NORMALMAINOBJ).;TS; ; i;I";Thu Mar 18 19:52:27 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"tool/transcode-tblgen.rb;T;[o;;[I"*scan singleton mappings sequentially.;TS; ; i;I"EThu Mar 18 06:28:32 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"$configure.in (RUBY_EXEC_PREFIX);T;[o;;[I"added to config.h.;To;;I"%ruby.c (ruby_init_loadpath_safe);T;[o;;[I"QTMP_RUBY_PREFIX should be exec_prefix, not rubylibprefix. [ruby-core:28718];To;;I" version.c (RUBY_LIB_PREFIX);T;[o;;[I""fallback to RUBY_EXEC_PREFIX.;TS; ; i;I"EThu Mar 18 05:58:27 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"Dext/bigdecimal/bigdecimal.c (BigDecimal_{to_i,mod,divmod,div2});T;[o;;[I"removed unused variables.;TS; ; i;I"EThu Mar 18 04:40:56 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"parse.y (rb_intern3);T;[o;;[I""get rid of type-punning cast.;TS; ; i;I"=Thu Mar 18 02:29:42 2010 Yusuke Endoh <mame@tsg.ne.jp>;T@ o; ;;;[o;;I" compile.c (iseq_build_body);T;[o;;[I")add mark to jump table hash of case.;TS; ; i;I"BThu Mar 18 00:58:27 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"util.c (ruby_strtod);T;[o;;[I"QAdd support for Hexadecimal floating-point expression [ruby-dev:40650] #2969;TS; ; i;I"BThu Mar 18 00:00:58 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I";lib/uri/common.rb (URI.{en,de}code_www_form_component);T;[o;;[I"Arenamed from URI.{en,de}code_www_component. [ruby-dev:40672];To;;I"6lib/uri/common.rb (URI.encode_www_form_component);T;[o;;[I"2%-encoded element should have always two hex.;To;;I"6lib/uri/common.rb (URI.encode_www_form_component);T;[o;;[I"bbetter treatment for ASCII incompatible encodings and encodings whose lead byte may use 7bit.;To;;I"6lib/uri/common.rb (URI.decode_www_form_component);T;[o;;[I" add %20.;To;;I"6lib/uri/common.rb (URI.decode_www_form_component);T;[o;;[I"+add result's encoding as 2nd argument.;To;;I",lib/uri/common.rb (URI.decode_www_form);T;[o;;[I"added.;TS; ; i;I"2010-03-17;T@ S; ; i;I"EWed Mar 17 16:25:53 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"hash.c (rb_hash_aset);T;[o;;[I",allow recursive key. [ruby-core:24648];TS; ; i;I"EWed Mar 17 06:39:59 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"(ruby.h (rb_warning, rb_sys_warning);T;[o;;[I"*fixed typo in rdoc. [ruby-core:28696];TS; ; i;I"=Wed Mar 17 02:29:46 2010 Yusuke Endoh <mame@tsg.ne.jp>;T@ o; ;;;[o;;I":compile.c, iseq.c, ruby.c, vm.c, vm_core.h, vm_eval.c;T;[o;;[I"�add absolute path field into rb_iseq_t. The field contains a string representing a path to corresponding source file. or nil when the iseq is created from -e, stdin, eval, etc. This field is used for require_relative. [ruby-dev:40004];To;;I"#load.c (rb_f_require_relative);T;[o;;[I".add C implementation of require_relative.;To;;I""prelude.rb (require_relative);T;[o;;[I"8get rid of Ruby implementation of require_relative.;TS; ; i;I"=Wed Mar 17 01:24:01 2010 Yusuke Endoh <mame@tsg.ne.jp>;T@ o; ;;;[o;;I"parse.y (rb_intern3);T;[o;;[I"@prohibit Symbol with an invalid encoding. [ruby-core:24621];To;;I" test/ruby/test_m17n_comb.rb;T;[o;;[I"modify a test for above.;TS; ; i;I"2010-03-16;T@ S; ; i;I";Tue Mar 16 22:51:11 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"tool/transcode-tblgen.rb;T;[o;;[I"'specialize for singleton mappings.;TS; ; i;I";Tue Mar 16 20:13:00 2010 Kenta Murata <mrkn@mrkn.jp>;T@ o; ;;;[o;;I"enc/trans/emoji.trans;T;[o;;[I"4added codepoints leading 0xf4 into nomap_table.;TS; ; i;I"BTue Mar 16 17:33:30 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I")ext/bigdecimal/bigdecimal.c (VpCtoV);T;[o;;[I"_keep e's sign. When e doesn't over flow e * BASE_FIG but overflow e * 10, e will overflow.;TS; ; i;I"ETue Mar 16 17:18:44 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"3include/ruby/encoding.h (rb_str_conv_enc_opts);T;[o;;[I"missing prototype.;TS; ; i;I"ETue Mar 16 15:20:13 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"ext/tmpdir;T;[o;;[I"split from lib/tmpdir.rb.;To;;I")win32/win32.c (rb_w32_system_tmpdir);T;[o;;[I"extracted from init_env.;To;;I""win32/win32.c (rb_w32_getcwd);T;[o;;[I"removed duplicated code.;TS; ; i;I"ETue Mar 16 14:06:13 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I".include/ruby/encoding.h (ENC_TO_ENCINDEX);T;[o;;[I"suppress warnings.;TS; ; i;I"ETue Mar 16 14:03:24 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"configure.in (RSHIFT);T;[o;;[I"=parenthesize the argument of cast instead of the result.;TS; ; i;I"ETue Mar 16 11:23:42 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"file.c (file_expand_path);T;[o;;[I":ignore dname if it has different drive letter or UNC.;TS; ; i;I";Tue Mar 16 07:16:56 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"tool/transcode-tblgen.rb;T;[o;;[I"redundant loop removed.;TS; ; i;I";Tue Mar 16 07:01:43 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"tool/transcode-tblgen.rb;T;[o;;[I"(refactored to use tree as memo key.;TS; ; i;I";Tue Mar 16 04:05:13 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"tool/transcode-tblgen.rb;T;[o;;[I")more info in generating macro names.;TS; ; i;I"2010-03-15;T@ S; ; i;I";Mon Mar 15 21:58:03 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"tool/transcode-tblgen.rb;T;[o;;[I"&ActionMap#each_firstbyte inlined.;TS; ; i;I";Mon Mar 15 21:22:49 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"0tool/transcode-tblgen.rb (transcode_tblgen);T;[o;;[I"*add valid_encoding optional argument.;To;;0;[o;;[0o;;I"enc/trans/chinese.trans;T;[o;;[I"ditto.;TS; ; i;I"EMon Mar 15 18:33:36 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"random.c (default_rand);T;[o;;[I"removed initial buffer.;To;;I"random.c (Init_RandomSeed);T;[o;;[I"'initialize seed of default random.;To;;I" random.c (Init_RandomSeed2);T;[o;;[I"$turn the seed to Bignum object.;TS; ; i;I"GMon Mar 15 17:28:30 2010 Yukihiro Matsumoto <matz@ruby-lang.org>;T@ o; ;;;[o;;I"io.c (rb_io_print);T;[o;;[I"CRDoc update. a patch from Daniel Kelley in [ruby-core:28643].;TS; ; i;I"EMon Mar 15 14:06:07 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"random.c (next_state);T;[o;;[I"no initialization here.;To;;I"random.c (default_mt);T;[o;;[I""always return initialized MT.;TS; ; i;I"BMon Mar 15 11:49:48 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"$random.c (rb_reset_random_seed);T;[o;;[I"(set seed in this. [ruby-core:28655];TS; ; i;I"BMon Mar 15 10:26:02 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"ext/nkf/nkf-utf8/nkf.c;T;[o;;[I"Iimport latest nkf. [master 9306cb0] this also fixes [ruby-dev:40607];TS; ; i;I"BMon Mar 15 09:34:17 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"1lib/uri/common.rb (URI.encode_www_component);T;[o;;[I"call str.to_s at first.;TS; ; i;I"EMon Mar 15 09:36:22 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"symbian/README.SYMBIAN;T;[o;;[I"6fixed broken patch and converted to unified diff.;TS; ; i;I"EMon Mar 15 07:51:05 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"file.c (Init_File);T;[o;;[I"1do not define File::ALT_SEPARATOR on cygwin.;TS; ; i;I"EMon Mar 15 07:41:00 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"file.c (realpath_rec);T;[o;;[I"use same cache.;To;;I"file.c (realpath_internal);T;[o;;[I"5regulate separators in prefix. [ruby-core:28653];To;;I" file.c (FILE_ALT_SEPARATOR);T;[o;;[I"separated condition.;TS; ; i;I"EMon Mar 15 04:41:25 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I" io.c (rb_io_each_codepoint);T;[o;;[I"_read directly when readconv is needed but internal encoding is not set. [ruby-core:28650];TS; ; i;I"EMon Mar 15 04:18:31 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"8tool/file2lastrev.rb (VCS::{SVN,GIT}#get_revisions);T;[o;;[I">use block argument 'path' to get the path given by super.;TS; ; i;I";Mon Mar 15 02:43:59 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"+tool/transcode-tblgen.rb (Action#hash);T;[o;;[I" defined.;To;;I"(Action#eql?);T;[o;;[I"ditto.;To;;I"(Action#==);T;[o;;[I"ditto.;TS; ; i;I";Mon Mar 15 01:52:46 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"tool/transcode-tblgen.rb;T;[o;;[I"refactored.;TS; ; i;I"QMon Mar 15 01:18:31 2010 Alexander Zavorine <alexandre.zavorine@nokia.com>;T@ o; ;;;[ o;;I"symbian/setup (*.pkg);T;[o;;[I"?Ruby Core installation separated from standard extensions.;To;;I"symbian/configure.bat;T;[o;;[I"ditto.;To;;I"symbian/README.SYMBIAN;T;[o;;[I"ditto.;To;;I"symbian/setup (config.h);T;[o;;[I"*support for 2nd internal drive added.;TS; ; i;I"BMon Mar 15 00:11:23 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"tool/file2lastrev.rb (VCS;T;[o;;[I"X:GIT_SVN#get_revisions) : use block argument 'path' to get the path given by super.;To;;I"2tool/file2lastrev.rb (VCS::GIT#get_revisions);T;[o;;[I"Quse double quotes for Windows. patched by Vladimir Sizikov [ruby-core:28651];TS; ; i;I"2010-03-14;T@ S; ; i;I";Sun Mar 14 22:38:31 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"tool/transcode-tblgen.rb;T;[o;;[I"+consider valid_encoding for max_input.;TS; ; i;I";Sun Mar 14 15:46:09 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"enc/trans/emoji.trans;T;[o;;[I"fix nomap_table.;TS; ; i;I"ESun Mar 14 09:50:03 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"Dcompile.c (insn_data_to_s_detail), iseq.c (insn_operand_intern);T;[o;;[I"fixed format specifiers.;TS; ; i;I"GSun Mar 14 07:20:17 2010 Yukihiro Matsumoto <matz@ruby-lang.org>;T@ o; ;;;[o;;I" file.c (EXPAND_PATH_BUFFER);T;[o;;[I"Ymake it back to usascii, to prevent infinite loop on some platform. [ruby-dev:40629];TS; ; i;I";Sun Mar 14 02:40:38 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"tool/transcode-tblgen.rb;T;[o;;[I"reject ambiguous mapping.;To;;I" enc/trans/single_byte.trans;T;[o;;[I"[remove ambiguous mapping such as \xD6 -> U+05F2 and \xD6\xC7 -> U+FB1F in Windows-1255;TS; ; i;I"2010-03-13;T@ S; ; i;I"GSat Mar 13 23:48:27 2010 Yukihiro Matsumoto <matz@ruby-lang.org>;T@ o; ;;;[o;;I"file.c (file_expand_path);T;[o;;[I"Eshould not just copy the encoding from fname. [ruby-core:28635];To;;I" file.c (EXPAND_PATH_BUFFER);T;[o;;[I":set filesystem_encoding, not usascii for path buffer.;TS; ; i;I"ESat Mar 13 17:48:43 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"tool/file2lastrev.rb;T;[o;;[I"0refactored. fixed changed revision of git.;TS; ; i;I"GSat Mar 13 15:44:20 2010 Yukihiro Matsumoto <matz@ruby-lang.org>;T@ o; ;;;[o;;I"io.c (rb_io_print);T;[o;;[I"Rshould not print field separator at the end of arguments. [ruby-talk:358633];TS; ; i;I"GSat Mar 13 14:49:55 2010 Yukihiro Matsumoto <matz@ruby-lang.org>;T@ o; ;;;[o;;I"enum.c (enum_join);T;[o;;[I".remove Enumerable#join. [ruby-core:24786];To;;I"array.c (ary_join_1);T;[o;;[I"+use #to_ary to detect recursive array.;TS; ; i;I"ESat Mar 13 12:26:13 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"%include/ruby/io.h (MakeOpenFile);T;[o;;[I"-finalize fptr to get rid of memory leak.;TS; ; i;I"ASat Mar 13 11:14:26 2010 Shugo Maeda <shugo@ruby-lang.org>;T@ o; ;;;[o;;I"'load.c (rb_get_expanded_load_path);T;[o;;[I"4expand paths if any item in $: is not a string.;TS; ; i;I"ASat Mar 13 10:16:32 2010 Shugo Maeda <shugo@ruby-lang.org>;T@ o; ;;;[o;;I"'load.c (rb_get_expanded_load_path);T;[o;;[I"Xdoes not expand paths if all the items in $: are absolute paths. [ruby-core:28113];TS; ; i;I"HSat Mar 13 10:03:52 2010 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>;T@ o; ;;;[o;;I"ext/tk/extconf.rb;T;[o;;[I"/fix [Bug #2840] Tk doesn't built in mingw.;TS; ; i;I";Sat Mar 13 03:24:15 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"tool/transcode-tblgen.rb;T;[o;;[I" show consumed time at last.;TS; ; i;I"ESat Mar 13 00:44:20 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I" file.c (rb_file_s_basename);T;[o;;[I"check encoding of suffix.;TS; ; i;I"ESat Mar 13 00:11:05 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"%ruby.c (ruby_init_loadpath_safe);T;[o;;[I"mark initial load paths.;To;;I"@gem_prelude.rb (push_all_highest_version_gems_on_load_path);T;[o;;[I"9search insertion position by initial load path mark.;To;;I"1lib/rubygems.rb (Gem.load_path_insert_index);T;[o;;[I"ditto.;TS; ; i;I"2010-03-12;T@ S; ; i;I";Fri Mar 12 21:34:00 2010 Kenta Murata <mrkn@mrkn.jp>;T@ o; ;;;[o;;I" NEWS;T;[o;;[I"emoji encodings.;TS; ; i;I"BFri Mar 12 17:14:12 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I",lib/uri/common.rb (URI.encode_www_form);T;[o;;[I"Cnew method to generate URL-encoded form data. [ruby-dev:39246];To;;I"Klib/uri/common.rb (URI.encode_www_component, URI.decode_www_component);T;[o;;[I"<new method for encode/decode a name/value of HTML form.;TS; ; i;I"BFri Mar 12 17:36:35 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"Tlib/webrick/httpservlet/cgihandler.rb (WEBrick::HTTPServlet::CGIHandler#do_GET);T;[o;;[I"Xset binary mode for tempfile. http://pc12.2ch.net/test/read.cgi/tech/1265467681/286;TS; ; i;I";Fri Mar 12 13:52:00 2010 Kenta Murata <mrkn@mrkn.jp>;T@ o; ;;;[o;;I"tool/compile_prelude.rb;T;[o;;[I"ATMP_RUBY_PREFIX should replace rubylibprefix but not prefix.;TS; ; i;I"BFri Mar 12 09:43:11 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"complex.c (f_signbit);T;[o;;[I"Qremove condition for signbit because all platforms have signbit from r26871.;TS; ; i;I"EFri Mar 12 07:25:16 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"win32/win32.c (init_env);T;[o;;[I"*get rid of alloca() for outer string.;TS; ; i;I"EFri Mar 12 07:17:15 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"ext/racc/cparse/cparse.c;T;[o;;[I"Vsuppressed warnings for shortening on platforms where pointer is bigger than int.;TS; ; i;I"EFri Mar 12 07:15:08 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"5ruby.c (ruby_init_loadpath_safe, ruby_init_gems);T;[o;;[I"$set and remove TMP_RUBY_PREFIX.;To;;I"!variable.c (rb_const_remove);T;[o;;[I"new function.;To;;I"tool/compile_prelude.rb;T;[o;;[I"split each preludes.;TS; ; i;I"EFri Mar 12 07:09:20 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I" Makefile.in (config.status);T;[o;;[I"4setup MINIRUBY environment for cross-compiling.;TS; ; i;I"EFri Mar 12 06:48:58 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"ext/tk/extconf.rb;T;[o;;[I"Flog() is built-in in some compilers and needs proper declaration.;TS; ; i;I"EFri Mar 12 06:37:13 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"sample/timeout.rb;T;[o;;[I"split from lib/timeout.rb.;TS; ; i;I"2010-03-11;T@ S; ; i;I";Thu Mar 11 22:35:27 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"time.c (time_round);T;[o;;[I"-new method Time#round. [ruby-dev:40595];TS; ; i;I"EThu Mar 11 17:31:59 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"!transcode.c (str_transcode0);T;[o;;[I"confirm the code range.;TS; ; i;I"EThu Mar 11 12:14:17 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"missing/signbit.c;T;[o;;[I"added.;TS; ; i;I"EThu Mar 11 11:16:33 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"configure.in;T;[o;;[I"'check if target_archs has changed.;TS; ; i;I";Thu Mar 11 01:33:30 2010 wanabe <s.wanabe@gmail.com>;T@ o; ;;;[o;;I"win32/win32.c (signbit);T;[o;;[I"allow x64.;TS; ; i;I"AThu Mar 11 01:04:48 2010 Shugo Maeda <shugo@ruby-lang.org>;T@ o; ;;;[o;;I"iseq.c (rb_iseq_clone);T;[o;;[I"(sets local_iseq and klass properly.;TS; ; i;I"2010-03-10;T@ S; ; i;I"=Wed Mar 10 21:25:41 2010 Yusuke Endoh <mame@tsg.ne.jp>;T@ o; ;;;[o;;I"'enum.c (min_ii, max_ii, minmax_ii);T;[o;;[I"yremove wrong optimization that reuses array for yield parameter, which caused unexpected behavior. [ruby-core:25989];TS; ; i;I";Wed Mar 10 12:10:00 2010 Kenta Murata <mrkn@mrkn.jp>;T@ o; ;;;[o;;I"enc/x_emoji.h;T;[o;;[I" renamed from enc/x-emoji.c.;TS; ; i;I"=Wed Mar 10 04:17:08 2010 Koichi Sasada <ko1@atdot.net>;T@ o; ;;;[o;;I"2compile.c (defined_expr), insns.def (defined);T;[o;;[I"�fix to pass a Symbol object such as :$foo for the "defined?($foo)" expression on defined instruction. This patch fixes ISeq#to_a/load.;TS; ; i;I"2010-03-09;T@ S; ; i;I"=Tue Mar 9 20:50:09 2010 Yusuke Endoh <mame@tsg.ne.jp>;T@ o; ;;;[o;;I"test/dl/test_method.rb;T;[o;;[I"-delete a residual test for dl on libffi.;TS; ; i;I";Tue Mar 9 18:00:00 2010 Kenta Murata <mrkn@mrkn.jp>;T@ o; ;;;[o;;I"�enc/trans/EMOJI/*.src, enc/trans/emoji*, enc/x-emoji.c, test/ruby/enc/test_emoji.rb, tool/enc-emoji-citrus-gen.rb, tool/enc-emoji4unicode.rb, tool/jisx0208.rb, tool/test/test_jisx0208.rb;T;[o;;[I"�new encodings to support emoji charsets, which are used by Japanese mobile phones [ruby-dev:40528]. Thanks Yoji Shidara for a lot of contribution.;To;;I"tool/transcode-tblgen.rb;T;[o;;[I"'modified for enc-emoji4unicode.rb.;TS; ; i;I"BTue Mar 9 14:57:40 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"7tool/transcode-tblgen.rb (ActionMap#generate_node);T;[o;;[I"remove useless dup.;To;;I"2tool/transcode-tblgen.rb (transcode_tbl_only);T;[o;;[I"3remove duplicated method call for encode_utf8.;TS; ; i;I"BTue Mar 9 14:55:00 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"re.c (rb_reg_to_s);T;[o;;[I"remove unused variable.;TS; ; i;I"=Tue Mar 9 12:17:34 2010 Yusuke Endoh <mame@tsg.ne.jp>;T@ o; ;;;[o;;I"Etool/transcode-tblgen.rb (StrSet#parse, ActionMap#generate_node);T;[o;;[I"Joptimization (reusing object and improving memoize). [ruby-dev:40582];TS; ; i;I"2010-03-07;T@ S; ; i;I"QSun Mar 7 02:27:03 2010 Alexander Zavorine <alexandre.zavorine@nokia.com>;T@ o; ;;;[o;;I"9dln.c [DLN_NEEDS_ALT_SEPARATOR] (translit_separator);T;[o;;[I"small typo fixed.;To;;I"symbian/setup (*.pkg);T;[o;;[I"JShared library installation path fixed to match changes in version.c.;To;;I"symbian/setup (ruby.mmp);T;[o;;[I"SOURCE dln_find.c added.;TS; ; i;I";Sun Mar 7 23:14:22 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"bignum.c (rb_big_pack);T;[o;;[I"$use DIGSPERLONG and BITSPERDIG.;To;;I"(rb_big_unpack);T;[o;;[I"use DIGSPERLONG.;TS; ; i;I";Sun Mar 7 13:49:49 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"file.c;T;[o;;[I"<add optional basedir argument for realpath/realdirpath.;To;;I"(realpath_internal);T;[o;;[I"handle basedir.;To;;I"(rb_file_s_realpath);T;[o;;[I"(extract basedir from argument list.;To;;I"(rb_file_s_realdirpath);T;[o;;[I"(extract basedir from argument list.;To;;I"lib/pathname.rb (realpath);T;[o;;[I"pass basedir.;To;;I"(realdirpath);T;[o;;[I"ditto.;TS; ; i;I"BSun Mar 7 02:05:38 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"-encoding.c (enc_set_filesystem_encoding);T;[o;;[I"}filesystem encoding on Mac OS X is now default external encoding. so Mac OS X is now treated as one of Unix. [ruby-dev:40439];To;;I"file.c (file_path_convert);T;[o;;[I"ditto.;TS; ; i;I"2010-03-06;T@ S; ; i;I";Sat Mar 6 22:07:09 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"pack.c;T;[o;;[I",fix the prototype of rb_big2ulong_pack.;TS; ; i;I"=Sat Mar 6 13:45:37 2010 Yusuke Endoh <mame@tsg.ne.jp>;T@ o; ;;;[o;;I"+io.c (rb_io_s_write, rb_io_s_binwrite);T;[o;;[I"�delete File#write and #binwrite. It may take a long time to make them stable, so 1.9.2 should not include them. We need refactoring to implement them again.;To;;I"test/ruby/test_io.rb;T;[o;;[I"delete tests for them.;TS; ; i;I"=Sat Mar 6 10:03:35 2010 Yusuke Endoh <mame@tsg.ne.jp>;T@ o; ;;;[o;;I"io.c (rb_io_s_binwrite);T;[o;;[I"Ruse mode "r+b" instead of "ab" to handle offset correctly. [ruby-core:28517];To;;I"test/ruby/test_io.rb;T;[o;;[I"(use assert_equal instead of assert.;TS; ; i;I"BSat Mar 6 01:08:54 2010 NAKAMURA Usaku <usa@ruby-lang.org>;T@ o; ;;;[o;;I""win32/Makefile.sub (config.h);T;[o;;[I"VC6 has __int64.;TS; ; i;I"2010-03-05;T@ S; ; i;I"BFri Mar 5 19:36:12 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"transcode.c (econv_opts);T;[o;;[I"^set :undef => :replace when :replace is given and :invalid is not given. [ruby-dev:40554];TS; ; i;I"EFri Mar 5 17:51:09 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"io.c (pipe_open);T;[o;;[I"suppressed a warning.;To;;I"<win32/win32.c (rb_w32_map_errno, winnt_stat, rb_chsize);T;[o;;[I"ditto.;To;;I""win32/win32.c (rb_w32_aspawn);T;[o;;[I"get rid of overflow.;TS; ; i;I"EFri Mar 5 11:59:30 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"win32/win32.c (signbit);T;[o;;[I"defined on mingw.;TS; ; i;I"2010-03-04;T@ S; ; i;I"=Thu Mar 4 22:49:42 2010 Yusuke Endoh <mame@tsg.ne.jp>;T@ o; ;;;[o;;I"eval.c (setup_exception);T;[o;;[I"Davoid line number 0 when setting $DEBUG=true. [ruby-dev:39116];TS; ; i;I"=Thu Mar 4 22:45:02 2010 Yusuke Endoh <mame@tsg.ne.jp>;T@ o; ;;;[o;;I"%io.c (io_s_write, io_s_binwrite);T;[o;;[I"4add File#write and #binwrite. [ruby-core:21701];To;;I"test/ruby/test_io.rb;T;[o;;[I"add tests for above.;TS; ; i;I";Mon Mar 4 13:14:34 2010 wanabe <s.wanabe@gmail.com>;T@ o; ;;;[o;;I"!gc.c (gc_profile_total_time);T;[o;;[I"3add GC::Profiler.total_time. [ruby-core:27169];To;;I" NEWS;T;[o;;[I"ditto.;TS; ; i;I"BThu Mar 4 10:15:10 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"complex.c (m_log, m_exp);T;[o;;[I"remove unused functions.;TS; ; i;I"=Thu Mar 4 02:34:59 2010 Yusuke Endoh <mame@tsg.ne.jp>;T@ o; ;;;[o;;I"5test/ruby/test_env.rb (TestEnv#test_select_bang);T;[o;;[I"add tests.;TS; ; i;I"EThu Mar 4 02:29:52 2010 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>;T@ o; ;;;[o;;I"3test/ruby/test_hash.rb (TestHash#test_keep_if);T;[o;;[I"fix typo.;TS; ; i;I";Thu Mar 4 00:10:54 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"$tool/transcode-tblgen.rb (HEX2);T;[o;;[I"extracted from regexps.;TS; ; i;I"2010-03-03;T@ S; ; i;I"GWed Mar 3 18:35:55 2010 Yukihiro Matsumoto <matz@ruby-lang.org>;T@ o; ;;;[o;;I"!hash.c (rb_hash_select_bang);T;[o;;[I"&add #select! and keep_if to Hash.;To;;I"hash.c (env_select_bang);T;[o;;[I"..and to ENV.;TS; ; i;I"GWed Mar 3 15:54:20 2010 Yukihiro Matsumoto <matz@ruby-lang.org>;T@ o; ;;;[o;;I"+lib/matrix.rb (Vector#each2, collect2);T;[o;;[I"small refactoring.;TS; ; i;I"GWed Mar 3 16:14:24 2010 Yukihiro Matsumoto <matz@ruby-lang.org>;T@ o; ;;;[o;;I" lib/matrix.rb (Vector#each);T;[o;;[I".make Vector enumerable. [ruby-core:28405];TS; ; i;I"GWed Mar 3 14:28:23 2010 Yukihiro Matsumoto <matz@ruby-lang.org>;T@ o; ;;;[o;;I"!array.c (rb_ary_select_bang);T;[o;;[I"Sselect! removes all elements for which block returns false. [ruby-core:27286];To;;I"array.c (rb_ary_keep_if);T;[o;;[I"#keep_if, new method.;TS; ; i;I"EWed Mar 3 06:19:25 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"win32/win32.c (signbit);T;[o;;[I" defined.;To;;I"1win32/Makefile.sub, symbian/setup (config.h);T;[o;;[I"'pack.c requires SIZEOF_INT*_T now.;TS; ; i;I"2010-03-02;T@ S; ; i;I"=Tue Mar 2 21:16:48 2010 Yusuke Endoh <mame@tsg.ne.jp>;T@ o; ;;;[o;;I"Cio.c (rb_io_lines, rb_io_bytes, rb_io_chars, rb_io_codepoints);T;[o;;[I"Tchange to alias to each_*, in similar way to ARGF and String. [ruby-core:23948];TS; ; i;I"BTue Mar 2 15:54:40 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"#regcomp.c (noname_disable_map);T;[o;;[I"�add NT_ANCHOR case. Without this change, captured groups in anchors (look-ahead, look-behind, and so on) are not removed and unintended invalid backref error occur. [ruby-core:28235];To;;I" regcomp.c (renumber_by_map);T;[o;;[I"ditto.;TS; ; i;I";Tue Mar 2 14:42:00 2010 Kenta Murata <mrkn@mrkn.jp>;T@ o; ;;;[o;;I"test/dl/test_closure.rb;T;[o;;[I" forget to revert at r26764.;TS; ; i;I"ETue Mar 2 14:29:24 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"6file.c (rb_find_file_ext_safe, rb_find_file_safe);T;[o;;[I"0skip argument checks in file_expand_path().;TS; ; i;I"2010-03-01;T@ S; ; i;I"FMon Nov 29 18:31:31 2010 Martin Duerst <duerst@it.aoyama.ac.jp>;T@ o; ;;;[o;;I"Gtest/ruby/test_transcode.rb (test_unicode_public_review_issue_121);T;[o;;[I"|- Removed commented-out options that are no longer under discussion. - Added two more tests for forthcomming clarifications.;TS; ; i;I"NTue Nov 9 05:54:57 2010 Marc-Andre Lafortune <ruby-core@marc-andre.ca>;T@ o; ;;;[o;;I" lib/*.rb;T;[o;;[I"JRemove unused variable warnings. Patch by Run Paint [ruby-core:30991];To;;I"1lib/rubygems/*, lib/rdoc/*.rb, lib/rake/*.rb;T;[o;;[I" ditto;TS; ; i;I"NSat Oct 30 10:24:35 2010 Marc-Andre Lafortune <ruby-core@marc-andre.ca>;T@ o; ;;;[o;;I" object.c;T;[o;;[I"lMake BasicObject.new accept no parameter. Revert of r26135 [ruby-core:27080], as per [ruby-core:32952].;TS; ; i;I"NWed Jul 21 13:37:35 2010 Marc-Andre Lafortune <ruby-core@marc-andre.ca>;T@ o; ;;;[o;;I"lib/uri/common.rb;T;[o;;[I"UHave URI#route_to, URI#route_from accept string-like arguments [ruby-core:30961];To;;I"lib/uri/generic.rb;T;[o;;[I""ditto for URI.join, URI#merge;TS; ; i;I"NWed Jul 21 12:31:30 2010 Marc-Andre Lafortune <ruby-core@marc-andre.ca>;T@ o; ;;;[o;;I"lib/uri/common.rb;T;[o;;[I"YHave URI() and URI.join accept URI objects in addition to strings. [ruby-core:30960];TS; ; i;I"NMon Jul 12 01:58:56 2010 Marc-Andre Lafortune <ruby-core@marc-andre.ca>;T@ o; ;;;[o;;I"lib/csv.rb;T;[o;;[I"GFix unused variable warnings. Patch by Run Paint [ruby-core:30991];To;;I"lib/date.rb;T;[o;;[I" ditto;To;;I"lib/debug.rb;T;[o;;[I" ditto;To;;I"lib/drb/drb.rb;T;[o;;[I" ditto;To;;I"lib/drb/invokemethod.rb;T;[o;;[I" ditto;To;;I"lib/irb/ruby-lex.rb;T;[o;;[I" ditto;To;;I"lib/irb/slex.rb;T;[o;;[I" ditto;To;;I"lib/logger.rb;T;[o;;[I" ditto;To;;I"lib/pathname.rb;T;[o;;[I" ditto;TS; ; i;I"NTue Jun 22 13:23:13 2010 Marc-Andre Lafortune <ruby-core@marc-andre.ca>;T@ o; ;;;[o;;I"lib/delegate.rb;T;[o;;[I"iForward #trust, #untrust, #taint and #untaint to both the delegator and __getobj__ [ruby-core:26138];TS; ; i;I"NSun Jun 13 04:24:18 2010 Marc-Andre Lafortune <ruby-core@marc-andre.ca>;T@ o; ;;;[o;;I"lib/delegate.rb;T;[o;;[I"1Delegate !=, eql? and hash [ruby-core:26139];TS; ; i;I"NSat Jun 5 13:13:30 2010 Marc-Andre Lafortune <ruby-core@marc-andre.ca>;T@ o; ;;;[o;;I"$lib/matrix.rb (eql?, ==, minor);T;[o;;[I";Fix bugs when comparing/returning some empty matrices.;TS; ; i;I"NMon May 31 01:43:42 2010 Marc-Andre Lafortune <ruby-core@marc-andre.ca>;T@ o; ;;;[o;;I"lib/delegate;T;[o;;[I"�Delegator: combine (public|protected) methods with those of the delegated object. [ruby-core:27224] DelegateClass: combine (public|protected) instance methods with those of the delegated superclass.;TS; ; i;I"NSun May 30 22:18:49 2010 Marc-Andre Lafortune <ruby-core@marc-andre.ca>;T@ o; ;;;[o;;I""lib/set.rb (keep_if, select!);T;[o;;[I""New methods [ruby-core:29749];TS; ; i;I"NSat May 8 13:48:31 2010 Marc-Andre Lafortune <ruby-core@marc-andre.ca>;T@ o; ;;;[o;;I"8array.c (rb_ary_fetch, rb_ary_splice, rb_ary_store);T;[o;;[I"2Improve IndexError messages [ruby-core:28394];To;;I"hash.c (rb_hash_fetch_m);T;[o;;[I"Improve KeyError message;TS; ; i;I"NFri Apr 30 22:46:27 2010 Marc-Andre Lafortune <ruby-core@marc-andre.ca>;T@ o; ;;;[o;;I"math.c;T;[o;;[I"8Math::DomainError < StandardError [ruby-core:29855];TS; ; i;I"NFri Apr 30 11:48:31 2010 Marc-Andre Lafortune <ruby-core@marc-andre.ca>;T@ o; ;;;[o;;I"string.c (rb_str_sub_bang);T;[o;;[I"uString#sub! now raises an error when called on a frozen string, even if no change is made. See [ruby-core:23657];TS; ; i;I"NFri Apr 30 11:40:44 2010 Marc-Andre Lafortune <ruby-core@marc-andre.ca>;T@ o; ;;;[ o;;I"+eval.c (make_exception, rb_obj_extend);T;[o;;[I"<Fix error messages in case of wrong number of arguments;To;;I"(file.c (rb_f_test, rb_file_s_umask);T;[o;;[I" ditto;To;;I""numeric.c (int_chr, num_step);T;[o;;[I" ditto;To;;I"process.c (rb_f_sleep);T;[o;;[I" ditto;To;;I"re.c (rb_reg_initialize_m);T;[o;;[I" ditto;To;;I"#signal.c (rb_f_kill, sig_trap);T;[o;;[I" ditto;To;;I"|string.c (rb_str_aref_m, rb_str_aset_m, rb_str_count, rb_str_delete_bang, rb_str_slice_bang, rb_str_sub_bang, str_gsub);T;[o;;[I" ditto;To;;I"proc.c (curry);T;[o;;[I" rdoc fix;TS; ; i;I"NFri Apr 30 03:17:20 2010 Marc-Andre Lafortune <ruby-core@marc-andre.ca>;T@ o; ;;;[o;;I"lib/matrix.rb;T;[o;;[I"Improve algorithm for Matrix#determinant and Matrix#rank {determinant,det,rank}_e are now deprecated. [ruby-core:28273] Also fixes a bug in Determinant#rank (e.g. [[0,1][0,1][0,1]]) Matrix#singular?, Matrix#regular? now raise on rectangular matrices and use determinant instead of rank.;TS; ; i;I"NMon Apr 12 05:10:20 2010 Marc-Andre Lafortune <ruby-core@marc-andre.ca>;T@ o; ;;;[o;;I"lib/matrix.rb;T;[o;;[I".New method Matrix.build [ruby-core:28272];TS; ; i;I"NMon Apr 12 03:45:25 2010 Marc-Andre Lafortune <ruby-core@marc-andre.ca>;T@ o; ;;;[o;;I"lib/matrix.rb;T;[o;;[I""Deprecate elements_to_{f/i/r};TS; ; i;I"NMon Apr 12 03:30:29 2010 Marc-Andre Lafortune <ruby-core@marc-andre.ca>;T@ o; ;;;[o;;I"lib/matrix.rb;T;[o;;[I"CHandle coercion errors by raising TypeErrors [ruby-core:26736];TS; ; i;I"NWed Apr 8 02:33:55 2010 Marc-Andre Lafortune <ruby-core@marc-andre.ca>;T@ o; ;;;[o;;I"!array.c (rb_ary_permutation);T;[o;;[I"ARemove limitation for lengthy permutations [ruby-core:29240];To;;I"test/ruby/test_array.rb;T;[o;;[I" ditto;TS; ; i;I"NSat Apr 3 06:56:11 2010 Marc-Andre Lafortune <ruby-core@marc-andre.ca>;T@ o; ;;;[o;;I"array.c (rb_ary_product);T;[o;;[I"%Accept a block [ruby-core:29045];TS; ; i;I"NFri Apr 2 02:56:56 2010 Marc-Andre Lafortune <ruby-core@marc-andre.ca>;T@ o; ;;;[o;;I"lib/matrix.rb;T;[o;;[I"LNew instance methods: empty? [ruby-core:26284], each, each_with_index [ruby-core:28400], conjugate, conj, imaginary, imag, real, real?, rectangular, rect [ruby-core:26285] Removed compare_by*, inspect_org, cf [ruby-core:26268] Matrix.empty: raise on negative sizes Matrix.determinant: raise on rectangular matrices [ruby-core:28271];TS; ; i;I"NSun Mar 7 19:21:10 2010 Marc-Andre Lafortune <ruby-core@marc-andre.ca>;T@ o; ;;;[o;;I" io.c;T;[o;;[I"nFix documentation for each/each_line/lines, bytes/each_byte, codepoints/each_code_point [ruby-core:23948];To;;I" string.c;T;[o;;[I" ditto;To;;I"ext/stringio/stringio.c;T;[o;;[I" ditto;TS; ; i;I"NWed Mar 3 23:16:32 2010 Marc-Andre Lafortune <ruby-core@marc-andre.ca>;T@ o; ;;;[o;;I""complex.c (nucomp_real_check);T;[o;;[I"graise TypeError instead of ArgumentError when argument is not a real as expected [ruby-core:28395];To;;I"!rational.c (nurat_int_check);T;[o;;[I"ditto (for integers);TS; ; i;I"NWed Mar 3 23:07:08 2010 Marc-Andre Lafortune <ruby-core@marc-andre.ca>;T@ o; ;;;[o;;I" lib/matrix.rb (Vector#each);T;[o;;[I"3Return self and optimization [ruby-core:28405];TS; ; i;I"NTue Mar 2 13:54:44 2010 Marc-Andre Lafortune <ruby-core@marc-andre.ca>;T@ o; ;;;[o;;I"test/ruby/test_math.rb;T;[o;;[I"Fix lgamma test;TS; ; i;I";Mon Mar 1 23:26:56 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"ext/pty/pty.c (pty_open);T;[o;;[I"#refine the path for master IO.;TS; ; i;I"IMon Mar 1 20:07:06 2010 TAKANO Mitsuhiro (takano32) <tak@no32.tk>;T@ o; ;;;[o;;I"1ext/zlib/zlib.c (zstream_expand_buffer_into);T;[o;;[I"2remove compare different type values warning.;TS; ; i;I";Mon Mar 1 17:42:45 2010 wanabe <s.wanabe@gmail.com>;T@ o; ;;;[o;;I"configure.in (mingw);T;[o;;[I"&do not detect snprintf/vsnprintf.;TS; ; i;I"GMon Mar 1 16:54:21 2010 Yukihiro Matsumoto <matz@ruby-lang.org>;T@ o; ;;;[o;;I"include/ruby/oniguruma.h;T;[o;;[I"'updated to follow Oniguruma 5.9.2.;To;;I"re.c (make_regexp);T;[o;;[I"1use onig_new() instead of onig_alloc_init().;To;;I"re.c (rb_reg_to_s);T;[o;;[I"ditto.;TS; ; i;I"NWed Jan 13 11:57:38 2010 Marc-Andre Lafortune <ruby-core@marc-andre.ca>;T@ o; ;;;[o;;I"#object.c (rb_class_initialize);T;[o;;[I"JMake sure BasicObject doesn't get initialized twice [ruby-core:27577];To;;I"!class.c (rb_class_init_copy);T;[o;;[I" ditto;TS; ; i;I"2010-02-28;T@ S; ; i;I"ESun Feb 28 21:32:36 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"$ext/pty/pty.c (get_device_once);T;[o;;[I"*raise on error when fail is non-zero.;TS; ; i;I";Sun Feb 28 18:58:00 2010 Kenta Murata <mrkn@mrkn.jp>;T@ o; ;;;[ o;;I"!math.c (rb_eMathDomainError);T;[o;;[I"[new exception class for representing mathematical domain error instead of Errno::EDOM.;To;;I"*math.c (domain_check, infinity_check);T;[o;;[I"removed, no longer needed.;To;;I"�math.c (math_atan2, math_acos, math_asin, math_acosh, math_atanh, math_log, math_log2, math_log10, math_sqrt, math_gamma, math_lgamma);T;[o;;[I"Wmathematical domain errors are checked and raised before calling libm's functions.;To;;I"test/ruby/test_math.rb;T;[o;;[I"#updated for changes of math.c.;TS; ; i;I";Sun Feb 28 15:07:28 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"pack.c (pack_pack);T;[o;;[I"%use union to avoid pointer cast.;To;;I"(pack_unpack);T;[o;;[I"ditto.;TS; ; i;I"BSun Feb 28 11:49:35 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"&openssl/ossl.c (OSSL_IMPL_SK2ARY);T;[o;;[I"�for OpenSSL 1.0. patched by Jeroen van Meeuwen at [ruby-core:25210] fixed by Nobuyoshi Nakada [ruby-core:25238], Hongli Lai [ruby-core:27417], and Motohiro KOSAKI [ruby-core:28063];To;;I"?ext/openssl/ossl_pkcs7.c (pkcs7_get_certs, pkcs7_get_crls);T;[o;;[I"#split pkcs7_get_certs_or_crls.;TS; ; i;I"BSun Feb 28 11:42:55 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"Mtest/openssl/{test_x509cert.rb,openssl,test_x509crl.rb, test_x509req.rb};T;[o;;[I"�fix false positive tests because of OpenSSL spec change. patched by originally Hongli Lai [ruby-core:27417], and fixed by Motohiro KOSAKI [ruby-core:28063];TS; ; i;I"BSun Feb 28 11:21:03 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"<test/openssl/{test_x509cert.rb,openssl,test_x509req.rb};T;[o;;[I"�remove false positive tests because of OpenSSL spec change. patched by Motohiro KOSAKI [ruby-core:28063] see also [ruby-dev:40077];TS; ; i;I";Sun Feb 28 11:25:16 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"pack.c (pack_pack);T;[o;;[I",generalized integer packer implemented.;To;;I"(pack_unpack);T;[o;;[I".generalized integer unpacker implemented.;TS; ; i;I";Sun Feb 28 06:58:53 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"pack.c (swap32);T;[o;;[I"1use __builtin_bswap32 on gcc 4.3.0 or later.;To;;I" (swap64);T;[o;;[I"ditto.;TS; ; i;I";Sun Feb 28 00:38:18 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"pack.c;T;[o;;[I"*use integer types with explicit size.;TS; ; i;I"2010-02-27;T@ S; ; i;I";Sat Feb 27 15:54:55 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"pack.c;T;[o;;[I"3check assumption on QUAD_SIZE and SIZEOF_LONG.;To;;I" bignum.c;T;[o;;[I"8check assumption on SIZEOF_LONG and SIZEOF_BDIGITS.;TS; ; i;I";Sat Feb 27 03:48:18 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"pack.c;T;[o;;[I"Pfix q and Q for big endian environments which have no 8 bytes integer type.;To;;I"(pack_pack);T;[o;;[I"use rb_big_pack.;To;;I"(pack_unpack);T;[o;;[I"use rb_big_unpack.;To;;I"(include/ruby/intern.h (rb_big_pack);T;[o;;[I"declared.;To;;I"(rb_big_unpack);T;[o;;[I"ditto.;To;;I"bignum.c (rb_big_pack);T;[o;;[I"new function.;To;;I"(rb_big_unpack);T;[o;;[I"ditto.;TS; ; i;I"2010-02-26;T@ S; ; i;I";Fri Feb 26 21:36:51 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[ o;;I" bignum.c;T;[o;;[I"�fix rb_quad_pack and rb_quad_unpack for environments which don't have 8bytes integer type. This still depends on little endian.;To;;I"(rb_quad_pack);T;[o;;[I"<use quad_buf_complement. don't raise for large values.;To;;I"(rb_quad_unpack);T;[o;;[I"use quad_buf_complement.;To;;I"(quad_buf_complement);T;[o;;[I"Nnew function extracted from rb_quad_pack. add one after bitwise negation.;TS; ; i;I";Fri Feb 26 21:29:48 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"configure.in (RSHIFT);T;[o;;[I")add parenthesis to suppress warning.;TS; ; i;I"=Fri Feb 26 20:51:47 2010 Yusuke Endoh <mame@tsg.ne.jp>;T@ o; ;;;[o;;I"3ext/socket/raddrinfo.c, ext/socket/udpsocket.c;T;[o;;[I"vavoid illegal cast from void-returning function to VALUE-returning one. It causes SEGV on RubySpec with mingw32.;TS; ; i;I";Fri Feb 26 20:07:48 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"pack.c (QUAD_SIZE);T;[o;;[I"it should be always 8.;To;;I"bignum.c (rb_quad_pack);T;[o;;[I"Ause LONG_LONG version only if SIZEOF_LONG_LONG == QUAD_SIZE.;TS; ; i;I"EFri Feb 26 16:49:29 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"pack.c (swap64);T;[o;;[I"fix for VC6.;TS; ; i;I"EFri Feb 26 14:17:09 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"$pack.c (pack_pack, pack_unpack);T;[o;;[I"suppressed warnings.;TS; ; i;I"BFri Feb 26 07:44:51 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"ext/dl;T;[o;;[I"=revert dl with libffi because it can't run on mswin now.;TS; ; i;I"2010-02-25;T@ S; ; i;I";Thu Feb 25 22:59:46 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"pack.c;T;[o;;[I"*consider DYNAMIC_ENDIAN. refactored.;TS; ; i;I"BThu Feb 25 11:17:01 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"rational.c (nurat_expt);T;[o;;[I"fuse Float#** when Rational ** Float. This fixes Rational(3,1)**3.0=>26.99999999999999 on FreeBSD.;To;;I"complex.c (rb_fexpt);T;[o;;[I"Cremoved. Note that this function is not static but is private.;TS; ; i;I"=Thu Feb 25 00:43:57 2010 Koichi Sasada <ko1@atdot.net>;T@ o; ;;;[ o;;I"insns.def;T;[o;;[I".Change the operand type of setinlinecache;To;;0;[o;;[0o;;I"!compile.c, iseq.c, insns.def;T;[o;;[I"�Change the approach to handling inline cache (IC) type operand to enable the above change. This change also affects ISeq#to_a method. The inline cache operand will be dumped by fixnum, the index of inline cache, in other words, inline cache identity.;To;;I"6template/insns_info.inc.tmpl, tool/instruction.rb;T;[o;;[I"7No need to count inline cache size (insn_iclen()).;TS; ; i;I";Thu Feb 25 00:57:59 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"pack.c (swap64);T;[o;;[I"don't redefine.;TS; ; i;I";Thu Feb 25 00:29:55 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"pack.c (pack_unpack);T;[o;;[I"!don't use OFF32 for gcc 4.5.;TS; ; i;I"2010-02-24;T@ S; ; i;I";Wed Feb 24 22:39:15 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"lib/resolv.rb;T;[o;;[I"2fix [ruby-core:28320] reported by Paul Clegg.;To;;I"%(Resolv::DNS::Requester#request);T;[o;;[I"2raise ResolvTimeout consistently for timeout.;TS; ; i;I"AWed Feb 24 14:38:16 2010 Eric Hodel <drbrain@segment7.net>;T@ o; ;;;[o;;I"lib/rubygems/indexer;T;[o;;[I"Removed obsolete files.;TS; ; i;I"EWed Feb 24 11:52:05 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"dln.c (translit_separator);T;[o;;[I""moved back from load.c again.;To;;I"dln_find.c;T;[o;;[I"split from dln.c.;TS; ; i;I"EWed Feb 24 09:31:33 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"ext/digest/extconf.rb;T;[o;;[I"Ause OpenSSL only when all transform functions are available.;TS; ; i;I"=Wed Feb 24 00:39:17 2010 Yusuke Endoh <mame@tsg.ne.jp>;T@ o; ;;;[o;;I"string.c (str_new_empty);T;[o;;[I"YString#split, partition, rpartition taints the resulting strings if self is tainted.;TS; ; i;I"2010-02-22;T@ S; ; i;I";Mon Feb 22 21:35:33 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"ext/digest/sha2/sha2init.c;T;[o;;[I" test OpenSSL more strictly.;TS; ; i;I"EMon Feb 22 11:52:30 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"lib/rubygems;T;[o;;[I"update to 1.3.6.;TS; ; i;I"EMon Feb 22 11:21:18 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"ext/digest/sha2;T;[o;;[I",Use OpenSSL's SHA1 engine if available.;TS; ; i;I"GMon Feb 22 09:15:45 2010 Yukihiro Matsumoto <matz@ruby-lang.org>;T@ o; ;;;[o;;I"gc.c (gc_mark_children);T;[o;;[I"lost comment added.;TS; ; i;I"2010-02-21;T@ S; ; i;I"ESun Feb 21 21:20:17 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"1lib/mkmf.rb (create_makefile, install_files);T;[o;;[I"9honor srcprefix argument if given. [ruby-dev:40449];TS; ; i;I"ESun Feb 21 13:29:57 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"%lib/rubygems/rubygems_version.rb;T;[o;;[I"!outdated. [ruby-core:28275];TS; ; i;I"QSun Feb 21 06:24:12 2010 Alexander Zavorine <alexandre.zavorine@nokia.com>;T@ o; ;;;[o;;I"symbian/setup (config.h);T;[o;;[I"MHAVE_STRUCT_TIMEZONE, VOID_UNSETENV, and RUBY_LIB_VERSION_STYLE defined.;To;;I"symbian/setup (ruby.mmp);T;[o;;[I"SOURCE node.c added.;TS; ; i;I"2010-02-20;T@ S; ; i;I"GSat Feb 20 14:42:19 2010 Yukihiro Matsumoto <matz@ruby-lang.org>;T@ o; ;;;[o;;I"marshal.c (r_object0);T;[o;;[I"Wshould prepare placeholder before processing instance variables. [ruby-dev:40414];To;;I"marshal.c (id2encidx);T;[o;;[I"no longer need arg.;TS; ; i;I"GSat Feb 20 14:36:16 2010 Yukihiro Matsumoto <matz@ruby-lang.org>;T@ o; ;;;[o;;I"vm.c (vm_backtrace_each);T;[o;;[I"iuse called_id when method definition structure is already freed. [ruby-dev:40234] [ruby-core:27959];TS; ; i;I"2010-02-19;T@ S; ; i;I"=Fri Feb 19 00:04:19 2010 Yusuke Endoh <mame@tsg.ne.jp>;T@ o; ;;;[o;;I",lib/drb/drb.rb (DRbServer#stop_service);T;[o;;[I"Bjoin killed thread to ensure service stops. [ruby-dev:40441];TS; ; i;I"2010-02-18;T@ S; ; i;I"=Thu Feb 18 22:31:15 2010 Yusuke Endoh <mame@tsg.ne.jp>;T@ o; ;;;[o;;I"math.c (math_atanh);T;[o;;[I"wraise ERANGE without calling atanh if absolute value is 1 to achieve platform-independent math. [ruby-core:28219];To;;I"math.c (math_lgamma);T;[o;;[I"kreturn [Infinity, 1] without calling lgamma_r if argument is infinity or -infinity. [ruby-core:28219];TS; ; i;I";Thu Feb 18 22:28:00 2010 Kenta Murata <mrkn@mrkn.jp>;T@ o; ;;;[o;;I"configure.in;T;[o;;[I"9new --with-ext and --with-out-ext options for extmk.;To;;I"tool/mkconfig.rb;T;[o;;[I"1normalizing --with-out-ext to --without-ext.;TS; ; i;I";Thu Feb 18 21:50:00 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"pack.c (pack_unpack);T;[o;;[I"#call PACK_ITEM_ADJUST for 'Q'.;TS; ; i;I"=Thu Feb 18 02:14:26 2010 Yusuke Endoh <mame@tsg.ne.jp>;T@ o; ;;;[o;;I"8io.c (io_fread, io_getpartial, io_read, io_sysread);T;[o;;[I"{by using lock, prohibit modification of buffer string during read (which had caused EFAULT or SEGV). [ruby-dev:40437];To;;I"test/ruby/test_io.rb;T;[o;;[I"(rewrite tests for the old behavior.;TS; ; i;I"2010-02-17;T@ S; ; i;I"=Wed Feb 17 21:34:01 2010 Yusuke Endoh <mame@tsg.ne.jp>;T@ o; ;;;[o;;I")regcomp.c (setup_tree, onig_compile);T;[o;;[I"`optimize .* at last by converting into (?>.*), which does not backtrack. [ruby-core:27791];To;;I"test/ruby/test_regexp.rb;T;[o;;[I"add a test for above.;TS; ; i;I";Wed Feb 17 21:26:53 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"1bootstraptest/runner.rb (assert_normal_exit);T;[o;;[I"add :timeout option.;TS; ; i;I"EWed Feb 17 17:05:39 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"$vm_insnhelper.c (vm_call_cfunc);T;[o;;[I"removed unused variable.;To;;I"vm.c (vm_frametype_name);T;[o;;[I"define only when VMDEBUG.;TS; ; i;I"EWed Feb 17 15:34:45 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[ o;;I"5ext/dl/dl_conversions.c (rb_dl_type_to_ffi_type);T;[o;;[I"support signed long long.;To;;I"(ext/dl/cfunc.c (rb_dlcfunc_inspect);T;[o;;[I"get rid of overflow.;To;;I"7ext/dl/closure.c (dlc_callback, rb_dlclosure_init);T;[o;;[I"ditto.;To;;I"&ext/dl/cptr.c (rb_dlptr_s_malloc);T;[o;;[I"ditto.;To;;I"/ext/dl/method.c (rb_dlfunction_initialize);T;[o;;[I"ditto.;TS; ; i;I"=Wed Feb 17 01:16:12 2010 Yusuke Endoh <mame@tsg.ne.jp>;T@ o; ;;;[o;;I"hash.c (hash_update);T;[o;;[I"�always raise an exception when adding a new key during iteration. Traditionally, an exception was raised only when rehash occurs, but it may lead to difficult bug to reproduce. [ruby-core:23614];TS; ; i;I"2010-02-16;T@ S; ; i;I"=Tue Feb 16 22:09:27 2010 Yusuke Endoh <mame@tsg.ne.jp>;T@ o; ;;;[o;;I""gc.c (chain_finalized_object);T;[o;;[I"fix precedence.;TS; ; i;I"=Tue Feb 16 21:32:01 2010 Yusuke Endoh <mame@tsg.ne.jp>;T@ o; ;;;[o;;I"&gc.c (rb_objspace_call_finalizer);T;[o;;[I"Malways run finalizer at exit, before object is free'd. [ruby-dev:40382];TS; ; i;I";Tue Feb 16 20:56:39 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"file.c (rb_group_member);T;[o;;[I"�renamed from group_member. don't use group_member() in glibc because it's not valgrind clean. http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=570047;TS; ; i;I"ETue Feb 16 19:19:21 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"%ext/dl/cfunc.c (rb_dlcfunc_call);T;[o;;[I"&convert signed value to unsigned.;TS; ; i;I"ETue Feb 16 19:02:59 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I""test/dl/test_{base,handle}.rb;T;[o;;[I"!use more verbose assertions.;To;;I":test/dl/test_import.rb (DL::LIBC::BoundQsortCallback);T;[o;;[I"/renamed to get rid of overwriting warning.;TS; ; i;I"LTue Feb 16 11:03:19 2010 Aaron Patterson <aaron@tenderlovemaking.com>;T@ o; ;;;[o;;I"ext/dl/method.c;T;[o;;[I"7Adding DL::Method as a superclass for DL::Function;TS; ; i;I"2010-02-15;T@ S; ; i;I";Mon Feb 15 23:37:30 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I" io.c;T;[o;;[I"Wcheck lseek error by errno. NetBSD 4.0.1 may return -1 as a file position of tty.;TS; ; i;I";Mon Feb 15 23:08:56 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"&lib/pstore.rb (PStore#initialize);T;[o;;[I"/initialize @thread_safe. [ruby-core:27853];TS; ; i;I";Mon Feb 15 22:45:26 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"st.c (st_foreach);T;[o;;[I"Fdon't access ptr->hash after func call. It may access freed area.;TS; ; i;I";Mon Feb 15 22:25:16 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"%ext/zlib/zlib.c (zlib_mem_alloc);T;[o;;[I"Hsuppress valgrind warnings. http://www.zlib.net/zlib_faq.html#faq36;TS; ; i;I";Mon Feb 15 22:18:49 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"time.c (time_add);T;[o;;[I"!propagate fixed time offset.;TS; ; i;I"BMon Feb 15 17:42:20 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"signal.c (USE_SIGALTSTACK);T;[o;;[I"sNetBSD can't use sigaltstack(2) with pthread. http://netbsd.gw.com/cgi-bin/man-cgi?sigaltstack++NetBSD-current;TS; ; i;I"BMon Feb 15 13:11:47 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"array.c (rb_ary_push_m);T;[o;;[I"[use rb_ary_modify instead of rb_ary_modify_check. This fixes regression due to r26632.;TS; ; i;I"2010-02-14;T@ S; ; i;I"ESun Feb 14 12:54:44 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"marshal.c (r_object0);T;[o;;[I":removed duplicated entry for regexp. [ruby-dev:40416];TS; ; i;I"ESun Feb 14 04:45:31 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"marshal.c (r_object0);T;[o;;[I"Cregister regexp object before encoding name. [ruby-dev:40414];To;;I")re.c (rb_reg_alloc, rb_reg_init_str);T;[o;;[I"split from rb_reg_new_str.;TS; ; i;I"2010-02-13;T@ S; ; i;I"GSat Feb 13 17:07:20 2010 Yukihiro Matsumoto <matz@ruby-lang.org>;T@ o; ;;;[o;;I"array.c (rb_ary_delete);T;[o;;[I"=RDoc update. a patch from Hugh Sasse. [ruby-core:28128];To;;I""array.c (rb_ary_compact_bang);T;[o;;[I"ditto.;TS; ; i;I"GSat Feb 13 15:01:24 2010 Yukihiro Matsumoto <matz@ruby-lang.org>;T@ o; ;;;[o;;I"marshal.c (id2encidx);T;[o;;[I"9duplicated entry for encoding name. [ruby-dev:40388];TS; ; i;I";Sat Feb 13 12:17:52 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"(lib/tempfile.rb (Tempfile::Remover);T;[o;;[I"Hnew class to replace Tempfile.callback. port r24902 from Ruby 1.8.;TS; ; i;I"2010-02-12;T@ S; ; i;I"EFri Feb 12 17:55:21 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"vm.c (thread_free);T;[o;;[I"fixed typo.;TS; ; i;I"@Fri Feb 12 02:27:39 2010 Akinori MUSHA <knu@iDaemons.org>;T@ o; ;;;[o;;I"Mlib/set.rb (Set#initialize, Set#replace, Set#merge, Set#subtract, Set#&);T;[o;;[I"+Fix duck type tests. [ruby-core:28078];To;;I"Mlib/set.rb (Set#initialize, Set#replace, Set#merge, Set#subtract, Set#&);T;[o;;[I"$Try #each if #each_entry fails.;TS; ; i;I"2010-02-11;T@ S; ; i;I";Thu Feb 11 20:43:00 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I" io.c (rb_io_oflags_modestr);T;[o;;[I"7return "r" for O_RDONLY|O_APPEND. [ruby-dev:40379];TS; ; i;I"EThu Feb 11 19:19:21 2010 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>;T@ o; ;;;[o;;I"missing/alloca.c;T;[o;;[I"1s/RUBY_LIB/RUBY_LIB_PREFIX/ [ruby-dev:40395];TS; ; i;I"EThu Feb 11 17:52:11 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"vm.c (vm_exec);T;[o;;[I"ireset thread state before restarting vm loop from catch scope. [ruby-core:28129], [ruby-core:28143];TS; ; i;I"EThu Feb 11 14:43:16 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"marshal.c (r_object0);T;[o;;[I"\read sequentially since marshal source may not be possible to rewind. [ruby-dev:40386];To;;I"marshal.c (r_object0);T;[o;;[I"&replace non-1.8 escapes directly.;TS; ; i;I";Thu Feb 11 09:49:31 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"lib/resolv.rb;T;[o;;[I"6fix [ruby-core:28144] reported by Hans de Graaff.;To;;I"!(Resolv::DNS#make_requester);T;[o;;[I"0pass nameserver_port to UnconnectedUDP.new.;To;;I"#(Resolv::DNS.bind_random_port);T;[o;;[I".change the is_ipv6 argument to bind_host.;To;;I"((Resolv::DNS::Requester#initialize);T;[o;;[I"8change instance variable to store multiple sockets.;To;;I"%(Resolv::DNS::Requester#request);T;[o;;[I")pass readable sockets to recv_reply.;To;;I"#(Resolv::DNS::Requester#close);T;[o;;[I"close all sockets.;To;;I"8(Resolv::DNS::Requester::UnconnectedUDP#initialize);T;[o;;[I"?allocate a socket for each address family of name servers.;To;;I"8(Resolv::DNS::Requester::UnconnectedUDP#recv_reply);T;[o;;[I"*read from the passwd readable socket.;To;;I"4(Resolv::DNS::Requester::UnconnectedUDP#sender);T;[o;;[I"6use appropriate socket for the target nameserver.;To;;I"+(Resolv::DNS::Requester::ConnectedUDP);T;[o;;[I")follow the instance variable change.;To;;I")(Resolv::DNS::Requester::TCP#sender);T;[o;;[I"ditto.;To;;I"*(Resolv::DNS::Config#nameserver_port);T;[o;;[I"new method.;TS; ; i;I"=Thu Feb 11 01:45:04 2010 Yusuke Endoh <mame@tsg.ne.jp>;T@ o; ;;;[o;;I"vm.c (vm_exec);T;[o;;[I"Jtemporarily revert r26628, which causes SEGV when executing rubyspec.;TS; ; i;I"2010-02-10;T@ S; ; i;I"EWed Feb 10 16:31:03 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"�array.c (rb_ary_push_m, rb_ary_unshift_m, rb_ary_aset), (rb_ary_insert, rb_ary_replace, rb_ary_concat), (rb_ary_uniq_bang, rb_ary_flatten_bang);T;[o;;[I"\check if frozen after wrong number of arguments but before TypeError. [ruby-core:28140];To;;I"hash.c (rb_hash_replace);T;[o;;[I"ditto.;To;;I"string.c (rb_str_replace);T;[o;;[I"ditto.;TS; ; i;I"EWed Feb 10 04:06:36 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"vm.c (vm_exec);T;[o;;[I"Breset thread state before starting vm loop. [ruby-core:28129];TS; ; i;I"2010-02-09;T@ S; ; i;I"=Tue Feb 9 23:48:25 2010 Yusuke Endoh <mame@tsg.ne.jp>;T@ o; ;;;[o;;I"4ext/bigdecimal/bigdecimal.c (BigDecimal_divide);T;[o;;[I"fix precision too.;TS; ; i;I"=Tue Feb 9 23:26:07 2010 Yusuke Endoh <mame@tsg.ne.jp>;T@ o; ;;;[o;;I"6ext/bigdecimal/bigdecimal.c (BigDecimal_DoDivmod);T;[o;;[I"Ufix precision. [ruby-core:17472][ruby-dev:35372][ruby-dev:40105][ruby-dev:40358];TS; ; i;I"=Tue Feb 9 22:23:27 2010 Yusuke Endoh <mame@tsg.ne.jp>;T@ o; ;;;[o;;I"io.c (READ_CHECK);T;[o;;[I"[do not select fd before reading, that had made TCPServer#gets stuck. [ruby-dev:40317];TS; ; i;I"=Tue Feb 9 21:27:38 2010 Yusuke Endoh <mame@tsg.ne.jp>;T@ o; ;;;[o;;I"/lib/rexml/text.rb (REXML::Text#initialize);T;[o;;[I"�REXML::Text.new checks raw text for illegal characters without entity check, for the sake of 1.8 compatibility. This had caused rubyspec error.;TS; ; i;I"2010-02-08;T@ S; ; i;I"GMon Feb 8 23:49:24 2010 Yukihiro Matsumoto <matz@ruby-lang.org>;T@ o; ;;;[o;;I"io.c (rb_io_getline_fast);T;[o;;[I"cwrong calculation of new position from rb_str_coderange_scan_restartable(). [ruby-core:28103];To;;I"io.c (read_all);T;[o;;[I"ditto.;To;;I"sprintf.c (rb_str_format);T;[o;;[I"ditto.;TS; ; i;I";Mon Feb 8 21:03:53 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"3ext/socket/socket.c (socket_s_ip_address_list);T;[o;;[I"Cobtain the scope_id of IPv6 link local address on OpenSolaris.;TS; ; i;I"EMon Feb 8 16:27:57 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"dmyversion.c;T;[o;;[I"!empty load path in miniruby.;To;;I" common.mk (COMPILE_PRELUDE);T;[o;;[I""rbconfig is loaded on demand.;To;;I"0tool/eval.rb, win32/{mkexports,resource}.rb;T;[o;;[I"+miniruby no longer contains "." in $:.;TS; ; i;I"GMon Feb 8 15:15:07 2010 Yukihiro Matsumoto <matz@ruby-lang.org>;T@ o; ;;;[ o;;I"object.c (rb_obj_clone);T;[o;;[I"?call initialize_clone hook method to call initialize_copy.;To;;I"object.c (rb_obj_dup);T;[o;;[I"call initialize_dup hook.;To;;I"1lib/delegate.rb (Delegator#initialize_clone);T;[o;;[I";use new hook to implement deep copy. [ruby-dev:40242];To;;I"/lib/delegate.rb (Delegator#initialize_dup);T;[o;;[I"ditto.;To;;I"?test/test_delegate.rb (TestDelegateClass#test_copy_frozen);T;[o;;[I"6add a test to ensure #clone copies frozen status.;TS; ; i;I"GMon Feb 8 10:28:58 2010 Yukihiro Matsumoto <matz@ruby-lang.org>;T@ o; ;;;[o;;I"configure.in;T;[o;;[I"[check pthread_attr_getstack to prevent obsolete warning for pthread_attr_getstackaddr.;TS; ; i;I"2010-02-07;T@ S; ; i;I";Sun Feb 7 23:12:34 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"sample/test.rb;T;[o;;[I"&sort files for syntax validation.;TS; ; i;I";Sun Feb 7 23:08:53 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"bootstraptest/runner.rb;T;[o;;[I"sort test files.;TS; ; i;I";Sun Feb 7 12:53:12 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"0lib/rake.rb (Rake::FileList::ARRAY_METHODS);T;[o;;[I"2fix test failure by <=> definition at Kernel.;TS; ; i;I";Sun Feb 7 03:01:46 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"math.c (math_lgamma);T;[o;;[I"Minitialize sign because lgamma(NaN) doesn't set the sign in OpenSolaris.;TS; ; i;I"ASun Feb 7 00:23:21 2010 Shugo Maeda <shugo@ruby-lang.org>;T@ o; ;;;[o;;I"!class.c (rb_class_init_copy);T;[o;;[I"Iraise a TypeError if the argument is BasicObject. [ruby-core:27060];TS; ; i;I"2010-02-06;T@ S; ; i;I"ASat Feb 6 23:37:11 2010 Shugo Maeda <shugo@ruby-lang.org>;T@ o; ;;;[o;;I" lib/net/ftp.rb (initialize);T;[o;;[I"jset @sock to a NullSocket instance to raise FTPConnectionError when not connected. [ruby-dev:40258];TS; ; i;I"ASat Feb 6 23:25:57 2010 Shugo Maeda <shugo@ruby-lang.org>;T@ o; ;;;[o;;I"ext/curses/view2.rb;T;[o;;[I":replaced with Hugh Sasse's version. [ruby-core:27894];TS; ; i;I"ASat Feb 6 22:57:00 2010 Shugo Maeda <shugo@ruby-lang.org>;T@ o; ;;;[o;;I"(lib/net/imap.rb (receive_responses);T;[o;;[I"jdoes not hang when an unexpected BYE response received. fixed [ruby-core:27944]. Thanks, Bob Potter.;TS; ; i;I"ASat Feb 6 21:31:23 2010 Shugo Maeda <shugo@ruby-lang.org>;T@ o; ;;;[o;;I"lib/monitor.rb (wait);T;[o;;[I"supported timeout.;To;;I"<test/net/imap/test_imap.rb (test_exception_during_idle);T;[o;;[I"use timeout.;TS; ; i;I"=Sat Feb 6 19:35:16 2010 Yusuke Endoh <mame@tsg.ne.jp>;T@ o; ;;;[o;;I"tool/compile_prelude.rb;T;[o;;[I"fix require path.;TS; ; i;I"ESat Feb 6 12:02:36 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"Mlib/delegate.rb (Delegator#method_missing), (Delegator.delegating_block);T;[o;;[I"Udon't hide backtrace from __getobj__ and reduced exception messages when $DEBUG.;TS; ; i;I"ESat Feb 6 11:35:08 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"[ext/socket/ipsocket.c (ip_addr, ip_peeraddr), ext/socket/socket.c (sock_s_getaddrinfo);T;[o;;[I";added optional reverse_lookup flag. [ruby-core:28007];TS; ; i;I"=Sat Feb 6 01:55:02 2010 Yusuke Endoh <mame@tsg.ne.jp>;T@ o; ;;;[o;;I"+ext/stringio/stringio.c (strio_ungetc);T;[o;;[I"Qpads with \000 when the current position is after the end. [ruby-dev:40271];TS; ; i;I"=Sat Feb 6 01:14:54 2010 Yusuke Endoh <mame@tsg.ne.jp>;T@ o; ;;;[o;;I"ext/purelib.rb, common.mk;T;[o;;[I"kto simulate ruby command more precisely, remove "." from $: of virtual environment for build and test.;TS; ; i;I";Sat Feb 6 00:02:31 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I" random.c (fill_random_seed);T;[o;;[I"Kdon't use O_NOFOLLOW because /dev/urandom is a symlink in OpenSolaris.;To;;I"4lib/securerandom.rb (SecureRandom.random_bytes);T;[o;;[I"ditto.;TS; ; i;I"2010-02-05;T@ S; ; i;I"EFri Feb 5 16:38:08 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I" lib/delegate.rb (Delegator);T;[o;;[I"-include copy of Kernel. [ruby-dev:40314];To;;I",lib/delegate.rb (Delegator#{dup,clone});T;[o;;[I"9class of copy should be Delegator. [ruby-dev:40313];TS; ; i;I"BFri Feb 5 09:26:54 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"bignum.c (big_op);T;[o;;[I"remove unused variables.;TS; ; i;I"JFri Feb 5 02:06:57 2010 Aaron Patterson <tenderlove@ruby-lang.org>;T@ o; ;;;[o;;I"lib/yaml/rubytypes.rb;T;[o;;[I"`Struct members are emitted without a leading colon. Thanks Yusuke Endoh! [ruby-core:28052];To;;I"test/yaml/test_struct.rb;T;[o;;[I"*fixed tests to go with Struct changes;To;;I"test/yaml/test_yaml.rb;T;[o;;[I"*fixed tests to go with Struct changes;TS; ; i;I"=Fri Feb 5 00:34:24 2010 Yusuke Endoh <mame@tsg.ne.jp>;T@ o; ;;;[o;;I".bignum.c (big_gt, big_ge, big_lt, big_ge);T;[o;;[I"Xadded Bignum#>, >=, < and <= to allow to compare with BigDecimal. [ruby-dev:40167];TS; ; i;I"2010-02-04;T@ S; ; i;I"BThu Feb 4 15:47:27 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"0thread_pthread.c (native_thread_init_stack);T;[o;;[I"?use get_stack. patched by KOSAKI Motohiro [ruby-dev:40309];To;;I"'thread_pthread.c (ruby_init_stack);T;[o;;[I"?use get_stack on platforms which have pthread_attr_get_np.;To;;I"�(FreeBSD, DragonFlyBSD and NetBSD) This is because FreeBSD and DragonFly BSD must use pthread_attr_get_np to get stack size of main thread, but Mac OS X and Linux with LinuxThreads must use getrlimit. <http;T;[o;;[I"n//www.nminoru.jp/~nminoru/programming/stackoverflow_handling.html> <http://d.hatena.ne.jp/nurse/20100204>;TS; ; i;I"BThu Feb 4 09:55:38 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"configure.in;T;[o;;[I"�FreeBSD, DragonFly BSD and OpenBSD needs pthread_np.h to use pthread_*_np functions. OpenBSD's pthread_*_np also depend sys/signal.h, but it is included at signal.h via vm_core.h via thread.c.;TS; ; i;I"EThu Feb 4 08:15:53 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I" lib/delegate.rb (Delegator);T;[o;;[I"Nnow inherits BasicObject. [ruby-dev:39154], [Bug #2679], [ruby-dev:40242];TS; ; i;I"=Thu Feb 4 03:00:59 2010 Yusuke Endoh <mame@tsg.ne.jp>;T@ o; ;;;[o;;I"6ext/bigdecimal/bigdecimal.c (BigDecimal_DoDivmod);T;[o;;[I")get red of floating point exception.;TS; ; i;I"=Thu Feb 4 01:24:01 2010 Yusuke Endoh <mame@tsg.ne.jp>;T@ o; ;;;[o;;I"6ext/bigdecimal/bigdecimal.c (BigDecimal_DoDivmod);T;[o;;[I"?fix infinity handling. 1 / Infinity was evaluated to NaN.;TS; ; i;I"EThu Feb 4 00:37:43 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"$time.c (time_mdump, time_mload);T;[o;;[I"+dump/load utc_offset. [ruby-dev:40063];TS; ; i;I"2010-02-03;T@ S; ; i;I"EWed Feb 3 22:22:30 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"configure.in;T;[o;;[I"6check for non-portable stack attribute functions.;TS; ; i;I";Wed Feb 3 20:10:52 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"ext/iconv/charset_alias.rb;T;[o;;[I"1pass block argument to outer local variable.;TS; ; i;I";Wed Feb 3 20:08:05 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"file.c (realpath_rec);T;[o;;[I",rb_path_last_separator may return NULL.;TS; ; i;I"BWed Feb 3 13:15:24 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"thread_pthread.c;T;[o;;[I"[DragonFlyBSD is also the same as FreeBSD on getting the stack size of the main thread.;TS; ; i;I"BWed Feb 3 12:30:10 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"'thread_pthread.c (ruby_init_stack);T;[o;;[I"Quse pthread_get_attr_np to get the stack size of the main thread on FreeBSD.;To;;I"thread_pthread.c;T;[o;;[I"%include pthread_np.h on FreeBSD.;TS; ; i;I"EWed Feb 3 11:38:44 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I" ext/dl/{closure,function}.c;T;[o;;[I"'removed C99 features and warnings.;TS; ; i;I"JWed Feb 3 10:12:09 2010 Aaron Patterson <tenderlove@ruby-lang.org>;T@ o; ;;;[o;;I"ext/dl/function.c;T;[o;;[I"!DL::Function now uses libffi;To;;I"*ext/dl/cfunc.c (rb_dl_set_last_error);T;[o;;[I"0set to non static so errors can be exposed.;To;;I"ext/dl/closure.c;T;[o;;[I"@DL::Closure will now be used in place of ext/dl/callback/*.;To;;I"ext/dl/dl.c;T;[o;;[I"0legacy callbacks removed in favor of libffi;To;;I" ext/dl/dl_conversions.(c,h);T;[o;;[I"1used for converting ruby types to FFI types.;To;;I"ext/dl/callback/*;T;[o;;[I""replaced by libffi callbacks.;To;;I"ext/dl/lib/dl/callback.rb;T;[o;;[I"5Converting internal callbacks to use DL::Closure;To;;I"ext/dl/lib/dl/closure.rb;T;[o;;[I"-Ruby parts of the new DL::Closure object;To;;I"ext/dl/lib/dl/import.rb;T;[o;;[I".More conversion to use DL::Closure object;To;;I"&ext/dl/lib/dl/value.rb (ruby2ffi);T;[o;;[I"@adding private method for DL::CPtr to ffi value conversion.;TS; ; i;I"2010-02-02;T@ S; ; i;I"ETue Feb 2 18:15:12 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"ext/socket/socket.c;T;[o;;[I"�turn on do_not_reverse_lookup by default, which has been reverted in r9880 probably unintentionally, according to matz. [ruby-core:24530];TS; ; i;I"GTue Feb 2 14:46:06 2010 Yukihiro Matsumoto <matz@ruby-lang.org>;T@ o; ;;;[ o;;I"enumerator.c;T;[o;;[I"Nmove implementation of each_slice, each_cons, each_with_object to enum.c.;To;;I"enum.c (each_slice_i);T;[o;;[I"6convert multiple values from yield into an array.;To;;I"enum.c (each_cons_i);T;[o;;[I"ditto.;To;;I" enum.c (each_with_object_i);T;[o;;[I"ditto.;TS; ; i;I"GTue Feb 2 14:30:27 2010 Yukihiro Matsumoto <matz@ruby-lang.org>;T@ o; ;;;[ o;;I"enum.c (enum_each_entry);T;[o;;[I"Dnew method #each_entry to pack values from yield into an array.;To;;I"lib/set.rb (Set#merge);T;[o;;[I"^use Enumerable#each_entry to implement Set compatible to 1.8 behavior. [ruby-core:27985];To;;I"lib/set.rb;T;[o;;[I"Greplace is_a?(Enumerable) with respond_to?(:each) for duck typing.;To;;I"lib/set.rb (SortedSet#add);T;[o;;[I"typo fixed.;TS; ; i;I"ETue Feb 2 11:13:56 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"-lib/delegate.rb (Delegator#marshal_dump);T;[o;;[I"3exclude delegator-specific instance variables.;TS; ; i;I"2010-02-01;T@ S; ; i;I"=Mon Feb 1 21:26:41 2010 Yusuke Endoh <mame@tsg.ne.jp>;T@ o; ;;;[o;;I"!lib/matrix.rb (Vector#each2);T;[o;;[I"&returns a self. [ruby-dev:40241];TS; ; i;I"GMon Feb 1 17:08:42 2010 Yukihiro Matsumoto <matz@ruby-lang.org>;T@ o; ;;;[o;;I"numeric.c (flo_minus);T;[o;;[I"=RDoc update. a patch from red stun in [ruby-core:27951];TS; ; i;I"HMon Feb 1 07:36:33 2010 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>;T@ o; ;;;[ o;;I"ext/tk/tkutil/tkutil.c;T;[o;;[I":fix SEGV on TkUtil::CallbackSubst._setup_subst_table.;To;;I"ext/tk/lib/tk.rb;T;[o;;[I""[ruby1.9] fix freeze at exit.;To;;I"ext/tk/lib/tk.rb;T;[o;;[I"R[POTENTIAL INCOMPATIBLE] return NoMethodError for TkWindow#to_ary and to_str.;To;;I",ext/tk/lib/tkextlib/tcllib/plotchart.rb;T;[o;;[I"wrong arguments.;To;;I"#ext/tk/sample/tkballoonhelp.rb;T;[o;;[I"%fail to support TkEntry widgets.;TS; ; i;I"2010-01-31;T@ S; ; i;I";Sun Jan 31 23:20:43 2010 wanabe <s.wanabe@gmail.com>;T@ o; ;;;[o;;I" io.c (rb_io_each_codepoint);T;[o;;[I""use cbuf when needs readconv.;TS; ; i;I"=Sun Jan 31 23:07:23 2010 Yusuke Endoh <mame@tsg.ne.jp>;T@ o; ;;;[o;;I"test/ruby/test_dir.rb;T;[o;;[I"/use string instead of symbol as file name.;TS; ; i;I"=Sun Jan 31 22:41:33 2010 Yusuke Endoh <mame@tsg.ne.jp>;T@ o; ;;;[o;;I"string.c (rb_string_value);T;[o;;[I"fix the previous commit.;TS; ; i;I"=Sun Jan 31 21:43:35 2010 Yusuke Endoh <mame@tsg.ne.jp>;T@ o; ;;;[o;;I"string.c (rb_string_value);T;[o;;[I"3make no exception for Symbol. [ruby-dev:40274];TS; ; i;I"=Sun Jan 31 21:10:15 2010 Yusuke Endoh <mame@tsg.ne.jp>;T@ o; ;;;[o;;I"vm_insnhelper.c (vm_throw);T;[o;;[I",fixed infinite loop. [ruby-core:27969];TS; ; i;I"=Sun Jan 31 21:29:58 2010 Yusuke Endoh <mame@tsg.ne.jp>;T@ o; ;;;[o;;I"/lib/rexml/text.rb (REXML::Text#initialize);T;[o;;[I"ndo Text.check only when parent is specified, since Text.check may need doctype. partially revert r26518.;TS; ; i;I"=Sun Jan 31 15:50:34 2010 Yusuke Endoh <mame@tsg.ne.jp>;T@ o; ;;;[o;;I"/lib/rexml/text.rb (REXML::Text#initialize);T;[o;;[I"?fix typo and a bug that seems to be caused by refactoring.;TS; ; i;I"=Sun Jan 31 15:46:37 2010 Yusuke Endoh <mame@tsg.ne.jp>;T@ o; ;;;[o;;I"/lib/rexml/parent.rb (REXML::Parent#delete);T;[o;;[I"�return the deleted node because the rdoc of REXML::Element#delete_element says it returns "the element that was removed." [REXMLTracker#161];TS; ; i;I"ISun Jan 31 14:33:00 2010 James Edward Gray II <jeg2@ruby-lang.org>;T@ o; ;;;[o;;I"lib/csv.rb;T;[o;;[I"@A bug fix for deleting blank Table rows from Andy Hartford.;TS; ; i;I";Sun Jan 31 13:31:43 2010 wanabe <s.wanabe@gmail.com>;T@ o; ;;;[o;;I"gc.c (obj_free);T;[o;;[I"3free rb_classext_t of eigenclass. [Bug #1392];TS; ; i;I"=Sun Jan 31 13:00:14 2010 Yusuke Endoh <mame@tsg.ne.jp>;T@ o; ;;;[o;;I"0lib/rexml/document.rb (REXML::Document#add);T;[o;;[I"�fix duplicate XMLDecls and bad DocTypes in REXML::Document. (Bug #19058) [ruby-core:27979] based on the patch by Federico Builes.;TS; ; i;I"2010-01-29;T@ S; ; i;I"=Fri Jan 29 22:49:21 2010 Yusuke Endoh <mame@tsg.ne.jp>;T@ o; ;;;[o;;I"$lib/getoptlong.rb (set_options);T;[o;;[I"}ensure that the type of argument is Array, restoring this check that was deleted at r10239. This caused rubyspec error.;TS; ; i;I"EFri Jan 29 12:59:33 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"configure.in (mingw);T;[o;;[I"@needs $(DEFFILE) for extension libraries. [ruby-core:27946];TS; ; i;I"EFri Jan 29 11:09:49 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"lib/mkmf.rb (try_do);T;[o;;[I"+log no source when no development env.;To;;I""lib/mkmf.rb (create_makefile);T;[o;;[I"&srcprefix always needs $(srcdir).;To;;I""lib/mkmf.rb (create_makefile);T;[o;;[I"-yield configuration if a block is given.;TS; ; i;I"BFri Jan 29 09:43:30 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I".enc/trans/utf8_mac.trans (buf_shift_char);T;[o;;[I"4don't see uninitialized value. [ruby-dev:40233];TS; ; i;I"GFri Jan 29 01:42:24 2010 Yukihiro Matsumoto <matz@ruby-lang.org>;T@ o; ;;;[o;;I"0lib/delegate.rb (Delegator#initialize_copy);T;[o;;[I"�use initialize_copy instead of overriding clone/dup. [ruby-dev:40221] it now always clones the target, it might cause incompatibility.;TS; ; i;I"GFri Jan 29 01:26:53 2010 Yukihiro Matsumoto <matz@ruby-lang.org>;T@ o; ;;;[o;;I"2ext/bigdecimal/bigdecimal.c (BigDecimal_to_i);T;[o;;[I"Nupdate RDoc to denote that #to_i raises FloatDomainError for Inf and NaN.;To;;I"2ext/bigdecimal/bigdecimal.c (BigDecimal_to_i);T;[o;;[I")fast #to_i using BigDecimal_split().;To;;I"bignum.c (conv_digit);T;[o;;[I")use faster ISDIGIT() assuming ASCII.;TS; ; i;I"=Fri Jan 29 00:18:54 2010 Yusuke Endoh <mame@tsg.ne.jp>;T@ o; ;;;[o;;I"lib/cgi.rb;T;[o;;[I":set autoload to CGI::HtmlExtension. [ruby-dev:40194];TS; ; i;I"2010-01-28;T@ S; ; i;I"BThu Jan 28 09:44:19 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"regcomp.c (onig_compile);T;[o;;[I"Qinitialize ScanEnv. mainly to initialize env->warnings_flag [ruby-dev:40196];To;;I" regparse.c (scan_env_clear);T;[o;;[I"clear warnings_flag.;TS; ; i;I"2010-01-27;T@ S; ; i;I"=Wed Jan 27 23:33:21 2010 Yusuke Endoh <mame@tsg.ne.jp>;T@ o; ;;;[o;;I";test/matrix/test_matrix.rb, test/matrix/test_vector.rb;T;[o;;[I"add some tests.;TS; ; i;I"=Wed Jan 27 23:29:36 2010 Yusuke Endoh <mame@tsg.ne.jp>;T@ o; ;;;[o;;I">lib/thread.rb (ConditionVariable#wait, signal, broadcast);T;[o;;[I")return self (for 1.8 compatibility).;TS; ; i;I"HWed Jan 27 23:27:54 2010 Keiju Ishitsuka <keiju@emperor2.pendome>;T@ o; ;;;[ o;;I"lib/matrix.rb;T;[o;;[I"Gadd exception Matrix::ErrOperationNotImplemented [ruby-dev:40149].;To;;I"lib/matrix.rb;T;[o;;[I"cchange message of exception Matrix::ErrOperationNotDefined [ruby-dev:40150], [ruby-dev:40176].;To;;I"lib/matrix.rb;T;[o;;[I"*add method Vector#/ [ruby-dev:40151].;To;;I"(lib/matrix.rb(Matrix::Scalar#+,-,/);T;[o;;[I"5delete meaningless when switch. [ruby-dev:40149];TS; ; i;I"EWed Jan 27 23:22:54 2010 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>;T@ o; ;;;[o;;I"$vm_dump.c (bugreport_backtrace);T;[o;;[I"trivial change.;To;;I" vm_dump.c (rb_vm_bugreport);T;[o;;[I"5uninitialized local variable i. [ruby-dev:40169];To;;I"Ctest/ruby/test_rubyoptions.rb (TestRubyOptions#test_segv_test);T;[o;;[I"follow above change.;TS; ; i;I"EWed Jan 27 23:20:52 2010 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>;T@ o; ;;;[o;;I"Ltest/ruby/test_exception.rb (TestException#test_thread_signal_location);T;[o;;[I"change test method name.;TS; ; i;I"=Wed Jan 27 22:48:40 2010 Yusuke Endoh <mame@tsg.ne.jp>;T@ o; ;;;[o;;I" lib/matrix.rb (determinant);T;[o;;[I"fix name error.;TS; ; i;I"=Wed Jan 27 22:26:25 2010 Yusuke Endoh <mame@tsg.ne.jp>;T@ o; ;;;[o;;I"vm_eval.c (rb_backtrace);T;[o;;[I""circular require" warning was output to stdout except the first line. All line is output to stderr now. [ruby-dev:40147];TS; ; i;I"=Wed Jan 27 00:22:20 2010 Yusuke Endoh <mame@tsg.ne.jp>;T@ o; ;;;[o;;I"jext/bigdecimal/bigdecimal.c (BigDecimal_DoDivmod, BigDecimal_mod, BigDecimal_divmod, BigDecimal_div2);T;[o;;[I"QBigDecimal#% and #div returned an array itself that was returned by #divmod.;TS; ; i;I"=Wed Jan 27 00:19:30 2010 Yusuke Endoh <mame@tsg.ne.jp>;T@ o; ;;;[o;;I")ext/bigdecimal/bigdecimal.c (VpCtoV);T;[o;;[I"Fdo not raise infinity exception for BigDecimal("0E200000000000").;TS; ; i;I"2010-01-26;T@ S; ; i;I"=Tue Jan 26 21:50:31 2010 Yusuke Endoh <mame@tsg.ne.jp>;T@ o; ;;;[o;;I")ext/bigdecimal/bigdecimal.c (VpCtoV);T;[o;;[I"6BigDecimal("0E200000000000") was Infinity, not 0.;To;;I"'test/bigdecimal/test_bigdecimal.rb;T;[o;;[I"add a test for above.;TS; ; i;I";Tue Jan 26 21:36:22 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"configure.in;T;[o;;[I"htest unsetenv returns a value. unsetenv is void in older BSDs (FreeBSD 6 and OpenBSD 4.5 at least).;To;;I"hash.c (ruby_setenv);T;[o;;[I"Idon't use the result of unsetenv if unsetenv doesn't return a value.;TS; ; i;I";Tue Jan 26 21:32:03 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"ext/socket/extconf.rb;T;[o;;[I"suppress a warning.;To;;I"ext/extmk.rb;T;[o;;[I"ditto.;TS; ; i;I"=Tue Jan 26 20:23:22 2010 Yusuke Endoh <mame@tsg.ne.jp>;T@ o; ;;;[o;;I"vm.c (rb_vm_invoke_proc);T;[o;;[I"qthis function must not catch TAG_RETURN because vm_exec does. This caused rubyspec error. [ruby-dev:40158];TS; ; i;I"ITue Jan 26 20:21:28 2010 Masatoshi SEKI <m_seki@mva.biglobe.ne.jp>;T@ o; ;;;[o;;I"lib/drb/eq.rb;T;[o;;[I"Yfix circular require in drb. reported by akr. see [ruby-dev:40156] [ruby-core:27661];TS; ; i;I"BTue Jan 26 19:59:17 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"'ext/zlib/zlib.c (rb_gzfile_s_wrap);T;[o;;[I"Tadd rdoc. [Bug #2656] patched by Hugh Sasse [ruby-core:27692] [ruby-core:27852];To;;I"ext/zlib/doc/zlib.rd;T;[o;;[I" removed.;TS; ; i;I"BTue Jan 26 16:43:34 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"ext/strscan/strscan.c;T;[o;;[I"Yfix rdoc. (length -> bytesize) reported by Kornelius Kalnbach. see [ruby-core:27792];TS; ; i;I";Tue Jan 26 07:06:05 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"lib/matrix.rb;T;[o;;[I"suppress warnings.;TS; ; i;I"=Tue Jan 26 03:16:45 2010 Yusuke Endoh <mame@tsg.ne.jp>;T@ o; ;;;[o;;I"cont.c, vm_core.h, eval.c;T;[o;;[I"�because rb_protect must not be jumped by callcc, revert r26407. And rename trap_tag to protect_tag and change exception message (across trap -> across stack rewinding barrier).;TS; ; i;I"2010-01-25;T@ S; ; i;I"BMon Jan 25 23:08:10 2010 NAKAMURA Usaku <usa@ruby-lang.org>;T@ o; ;;;[o;;I"thread.c (do_select);T;[o;;[I")wrong conditions. [ruby-core:27753];TS; ; i;I"=Mon Jan 25 22:31:53 2010 Yusuke Endoh <mame@tsg.ne.jp>;T@ o; ;;;[o;;I"test/ruby/envutil.rb;T;[o;;[I">use method_defined? instead of instance_methods.include?.;TS; ; i;I"=Mon Jan 25 22:08:20 2010 Yusuke Endoh <mame@tsg.ne.jp>;T@ o; ;;;[o;;I"*cont.c (rb_cont_call, cont_restore_1);T;[o;;[I"Premove trap_tag check because it seems not to make sense. [ruby-dev:40121];To;;I"#vm_core.h, eval.c (rb_protect);T;[o;;[I"ditto.;TS; ; i;I"=Mon Jan 25 21:43:05 2010 Yusuke Endoh <mame@tsg.ne.jp>;T@ o; ;;;[o;;I"test/ruby/envutil.rb;T;[o;;[I"?fix the check if instance method `ruby' is defined or not.;TS; ; i;I"=Mon Jan 25 21:17:32 2010 Yusuke Endoh <mame@tsg.ne.jp>;T@ o; ;;;[o;;I"3test/ruby/test_rubyoptions.rb (test_segv_test);T;[o;;[I"+add a test for bugreport trace dumper.;TS; ; i;I"EMon Jan 25 17:47:02 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"ext/pty/pty.c (pty_check);T;[o;;[I"`needs WNOHANG to poll, return $?, and call raise_from_check() with pid_t. [ruby-dev:40141];TS; ; i;I"EMon Jan 25 17:36:11 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"%version.c (RUBY_LIB, RUBY_*_LIB);T;[o;;[I"moved from configures.;TS; ; i;I"EMon Jan 25 12:11:45 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"signal.c (USE_SIGALTSTACK);T;[o;;[I"Donly when SA_SIGINFO also is available. see [ruby-core:27768].;TS; ; i;I"BMon Jan 25 12:02:34 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I""dln.c, file.c, io.c, signal.c;T;[o;;[I"Dadd __HAIKU__. patched by Alexander von Gluck [ruby-core:27767];TS; ; i;I"BMon Jan 25 11:45:47 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"math.c (domain_check);T;[o;;[I"�ignore errno if y is inf. r26335 is because NetBSD 5.0's asin and acos returns 0.0 with errno EDOM. But it breaks Linux whose gamma returns inf with errno ERANGE on.;TS; ; i;I"2010-01-24;T@ S; ; i;I"=Sun Jan 24 22:48:05 2010 Koichi Sasada <ko1@atdot.net>;T@ o; ;;;[o;;I"-eval.c, vm.c, vm_eval.c, vm_insnhelper.c;T;[o;;[I"�fix issues about return and c-return trace. This issue skips (c-)return event with global jump such as break or return. This fix make vm invoke hooks at stack rewind timing. fix [ruby-core:27606] [Bug #2610].;To;;I"#test/ruby/test_settracefunc.rb;T;[o;;[I"add a test for above.;TS; ; i;I";Sun Jan 24 14:21:48 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I" string.c (rb_enc_strlen_cr);T;[o;;[I"Sincrement by rb_enc_mbminlen(enc) for broken byte sequence. [ruby-core:27748];To;;I"(rb_str_inspect);T;[o;;[I"ditto.;TS; ; i;I"ESun Jan 24 05:18:34 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[ o;;I"#thread.c (thread_start_func_2);T;[o;;[I"Cunlock all locking mutexes before clean up. [ruby-core:26877];To;;I" thread.c (rb_thread_atfork);T;[o;;[I"#no other threads to be joined.;To;;I">vm_core.h (rb_thread_lock_unlock, rb_thread_lock_destroy);T;[o;;[I"new functions.;To;;I"vm.c (ruby_vm_destruct);T;[o;;[I"'unlock and destroy global VM lock.;TS; ; i;I"BSun Jan 24 00:31:39 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"lib/rdoc/parser/ruby.rb;T;[o;;[I"8fix typo. patched by Hal Brodigan [ruby-core:21536];TS; ; i;I"BSun Jan 24 00:02:18 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"(lib/rdoc/markup/to_html_crossref.rb;T;[o;;[I"Vfix failure of the test. patched by Tomoyuki Chikanaga and nobu [ruby-core:20564];TS; ; i;I"2010-01-23;T@ S; ; i;I"BSat Jan 23 23:27:12 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"dir.c (dir_s_glob);T;[o;;[I".add rdoc by Roger Pack. [ruby-core:27669];TS; ; i;I"BSat Jan 23 23:12:56 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"@lib/rdoc/generator/html.rb (RDoc::Generator::HTML#gen_into);T;[o;;[I"hmake the rdoc(generating html) run faster and use less memory. patch by Tetsu Soh [ruby-core:27656];TS; ; i;I"ISat Jan 23 19:54:48 2010 Masaki Suketa <masaki.suketa@nifty.ne.jp>;T@ o; ;;;[o;;I"ext/win32ole/win32ole.c;T;[o;;[I"radd WIN32OLE.ole_initialize, WIN32OLE.ole_uninitialize to use in win32ole.rb. You must not use these methods.;To;;I"!ext/win32ole/lib/win32ole.rb;T;[o;;[I"Fadd win32ole.rb re-define Thread#initialize (fix ruby-core:27634);TS; ; i;I"=Sat Jan 23 00:25:19 2010 Yusuke Endoh <mame@tsg.ne.jp>;T@ o; ;;;[o;;I"sample/coverage.rb;T;[o;;[I"preserve exit status.;TS; ; i;I"=Sat Jan 23 00:21:18 2010 Yusuke Endoh <mame@tsg.ne.jp>;T@ o; ;;;[o;;I"test/ruby/test_dir.rb;T;[o;;[I"get rid of debug print.;To;;I"test/ruby/test_module.rb;T;[o;;[I"!fixed to make test-all work.;TS; ; i;I"2010-01-22;T@ S; ; i;I"=Fri Jan 22 23:54:04 2010 Yusuke Endoh <mame@tsg.ne.jp>;T@ o; ;;;[o;;I"test/ruby/test_array.rb;T;[o;;[I"*add a test for Array#rotate, rotate!.;To;;I"5test/ruby/test_dir.rb, test/ruby/test_fnmatch.rb;T;[o;;[I"add some tests;To;;0;[o;;[0o;;I"test/ruby/test_enum.rb;T;[o;;[I"&add a test for Enumerable#minmax.;To;;I"!test/ruby/test_enumerator.rb;T;[o;;[I"Nadd some tests for Enumerator#inspect, Enumerator::Generator and Yielder.;To;;I"test/ruby/test_env.rb;T;[o;;[I"add a test for ENV#index.;To;;I" test/ruby/test_exception.rb;T;[o;;[I".add some tests (for coverage of error.c).;To;;I"test/ruby/test_hash.rb;T;[o;;[I"$add a test for recursive check.;To;;I"test/ruby/test_integer.rb;T;[o;;[I"2add a test for number of argument of Integer.;To;;I"test/ruby/test_method.rb;T;[o;;[I""add a test for define_method.;To;;I"test/ruby/test_module.rb;T;[o;;[I"0add a test for constant of included module.;To;;I"test/ruby/test_proc.rb;T;[o;;[I"*add a test for parameters with cfunc.;TS; ; i;I"=Fri Jan 22 23:50:03 2010 Yusuke Endoh <mame@tsg.ne.jp>;T@ o; ;;;[o;;I"Stest/ruby/test_regexp.rb, test/ruby/test_symbol.rb, test/ruby/test_variable.rb;T;[o;;[I"0add some tests (for coverage of compile.c).;TS; ; i;I";Fri Jan 22 21:05:34 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"time.c (time_mload);T;[o;;[I"5add submicro into vtm.subsecx. [ruby-dev:40133];TS; ; i;I"EFri Jan 22 14:26:36 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"common.mk (rdoc);T;[o;;[I"needs encodings and exts.;TS; ; i;I"BFri Jan 22 14:16:18 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"configure.in;T;[o;;[I"add missing comma.;TS; ; i;I"=Fri Jan 22 01:07:16 2010 Yusuke Endoh <mame@tsg.ne.jp>;T@ o; ;;;[o;;I"�test/ruby/test_bignum.rb, test/ruby/test_class.rb, test/ruby/test_defined.rb, test/ruby/test_hash.rb, test/ruby/test_primitive.rb, test/ruby/test_variable.rb;T;[o;;[I"#add some tests (for coverage).;TS; ; i;I"=Fri Jan 22 01:03:28 2010 Yusuke Endoh <mame@tsg.ne.jp>;T@ o; ;;;[o;;I"2test/ruby/test_require.rb (test_define_class);T;[o;;[I">expect TypeError instead of NameError. [ruby-core:27504];TS; ; i;I"2010-01-21;T@ S; ; i;I"GThu Jan 21 15:09:35 2010 URABE Shyouhei <shyouhei@ruby-lang.org>;T@ o; ;;;[o;;I"configure.in;T;[o;;[I"some tidy.;TS; ; i;I"EThu Jan 21 11:15:46 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"array.c (rb_ary_rotate);T;[o;;[I"Cnew methods, Array#rotate! and Array#rotate. [ruby-dev:17194];To;;I"array.c (rb_ary_reverse_m);T;[o;;[I"copy directly.;TS; ; i;I"EThu Jan 21 09:38:00 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"configure.in;T;[o;;[I"Nuse AS_CASE instead of when, to get rid of an unintentional substitution.;TS; ; i;I"EThu Jan 21 08:45:03 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"iseq.c (iseq_s_disasm);T;[o;;[I"echeck for proc first. based on the patch by Roger Pack in [ruby-core:27626]. [ruby-core:27227];TS; ; i;I"2010-01-20;T@ S; ; i;I"GWed Jan 20 16:09:59 2010 URABE Shyouhei <shyouhei@ruby-lang.org>;T@ o; ;;;[o;;I""common.mk (compile.$(OBJEXT));T;[o;;[I"dependencies lacking.;To;;I"&vm_method.c (rb_add_method_cfunc);T;[o;;[I" invalid initializer for C89;To;;I"'compile.c (iseq_insns_unification);T;[o;;[I"#int might be smaller than int*;TS; ; i;I"2010-01-19;T@ S; ; i;I"ETue Jan 19 20:00:30 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"7lib/resolv.rb (Resolv::Config.default_config_hash);T;[o;;[I"Oreturn an empty hash when resolv.conf is not available. [ruby-core:27620];To;;I"8lib/resolv.rb (Resolv::DNS::Config#lazy_initialize);T;[o;;[I"/fixed the defaults of nameserver and port.;TS; ; i;I"ETue Jan 19 14:29:16 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"Makefile.in (clean-ext);T;[o;;[I"allow glob patterns.;To;;I"ext/extmk.rb;T;[o;;[I"ditto.;TS; ; i;I"BTue Jan 19 14:19:26 2010 NAKAMURA Usaku <usa@ruby-lang.org>;T@ o; ;;;[o;;I""ext/zlib/{extconf.rb, zlib.c);T;[o;;[I"`crc32_combine and adler32_combine is supported on Zlib 1.2.2.1, so check them for old zlib.;TS; ; i;I"JTue Jan 19 09:03:37 2010 Aaron Patterson <tenderlove@ruby-lang.org>;T@ o; ;;;[o;;I"ext/zlib/zlib.c;T;[o;;[I"6added Zlib.crc32_combine and Zlib.adler32_combine;To;;I"test/zlib/test_zlib.rb;T;[o;;[I"*corresponding tests [ruby-core:27551];TS; ; i;I"=Tue Jan 19 02:02:32 2010 Yusuke Endoh <mame@tsg.ne.jp>;T@ o; ;;;[o;;I"test/ruby/test_array.rb;T;[o;;[I"#add some tests (for coverage).;To;;I"test/ruby/test_bignum.rb;T;[o;;[I"ditto.;TS; ; i;I"=Tue Jan 19 01:57:12 2010 Yusuke Endoh <mame@tsg.ne.jp>;T@ o; ;;;[o;;I"test/ruby/test_bignum.rb;T;[o;;[I"2some coerce definitions (for test) was wrong.;TS; ; i;I"=Tue Jan 19 01:53:11 2010 Yusuke Endoh <mame@tsg.ne.jp>;T@ o; ;;;[o;;I"bignum.c (bigsub_int);T;[o;;[I"remove nonsense loop.;TS; ; i;I"=Tue Jan 19 01:42:36 2010 Yusuke Endoh <mame@tsg.ne.jp>;T@ o; ;;;[o;;I"0parse.y (top_compstmt, top_stmts, top_stmt);T;[o;;[I"@prohibit BEGIN {} in non-toplevel scope. [ruby-core:21657];To;;I"8test/ruby/test_beginendblock.rb (test_begininclass);T;[o;;[I"add a test for above.;TS; ; i;I"2010-01-18;T@ S; ; i;I"EMon Jan 18 17:16:03 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"Blib/webrick/httpservlet/filehandler.rb (make_partial_content);T;[o;;[I"&add bytes-unit. [ruby-dev:40030];TS; ; i;I"EMon Jan 18 15:49:42 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"Clib/net/http.rb (Net::HTTPHeader#{content_range,range_length});T;[o;;[I";use inclusive range same as the header representation.;TS; ; i;I"@Mon Jan 18 03:59:57 2010 Akinori MUSHA <knu@iDaemons.org>;T@ o; ;;;[o;;I"<ext/digest/digest.c (rb_digest_instance_hexdigest_bang);T;[o;;[I"Fix rdoc.;To;;I"%ext/digest/lib/digest.rb (Digest;T;[o;;[I":Class.base64digest);To;;I"((Digest::Instance#base64digest{,!});T;[o;;[I"New methods.;TS; ; i;I"2010-01-17;T@ S; ; i;I"@Sun Jan 17 22:48:44 2010 Akinori MUSHA <knu@iDaemons.org>;T@ o; ;;;[o;;I"Rext/digest/digest.c (rb_digest_instance_digest, rb_digest_instance_hexdigest);T;[o;;[I":Save a method call of reset() for a disposable clone.;TS; ; i;I"ESun Jan 17 19:24:25 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"math.c (domain_check);T;[o;;[I"Ocheck errno first. NetBSD 5.0's asin and acos returns 0.0 with errno EDOM.;TS; ; i;I"ESun Jan 17 14:24:35 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[ o;;I"&ext/iconv/iconv.c (rb_str_derive);T;[o;;[I"use long.;To;;I"&ext/iconv/iconv.c (iconv_convert);T;[o;;[I"suppress a warning.;To;;I"#lib/mkmf.rb (check_signedness);T;[o;;[I"new method.;To;;I"-lib/mkmf.rb (have_header, create_header);T;[o;;[I"use String#tr_cpp.;TS; ; i;I"2010-01-14;T@ S; ; i;I"EThu Jan 14 13:06:58 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I""numeric.c (flo_hash, int_chr);T;[o;;[I"fixed type.;TS; ; i;I"EThu Jan 14 12:50:37 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"string.c (rb_str_concat);T;[o;;[I"_fixed range check for Fixnum, and added checks for integer overflow and invalid char code.;TS; ; i;I"BThu Jan 14 09:34:31 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"string.c (rb_str_concat);T;[o;;[I"Lraise RangeError when the argument is negative value. [ruby-core:27583];TS; ; i;I";Thu Jan 14 08:49:59 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"time.c (time_to_r);T;[o;;[I"Dconvert to rational if internal representation is not rational.;TS; ; i;I";Thu Jan 14 04:01:50 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"time.c (time_mdump);T;[o;;[I"{use nano_num and nano_den instead of subnano to avoid Rational class in marshaled data which prevent unmarshal by Ruby 1.8.;To;;I"(time_mload);T;[o;;[I"use nano_num and nano_den.;TS; ; i;I"2010-01-13;T@ S; ; i;I"EWed Jan 13 06:54:44 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"configure.in;T;[o;;[I"-check for if struct timezone is defined.;To;;I" missing.h (struct timezone);T;[o;;[I"define if not defined.;To;;I"$win32/win32.h (struct timezone);T;[o;;[I"3defined in the newer w32api. [ruby-core:27515];TS; ; i;I"BWed Jan 13 00:33:09 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"#lib/shell/command-processor.rb;T;[o;;[I"Tfix typo by Sho Hashimoto. reported and patched at [ruby-dev:40058] [Bug #2599];TS; ; i;I"2010-01-12;T@ S; ; i;I"?Tue Jan 12 23:48:29 2010 Kouhei Sutou <kou@cozmixng.org>;T@ o; ;;;[o;;I"6lib/rss/maker/base.rb, test/rss/test_maker_0.9.rb;T;[o;;[I"7accept any time format in maker. [ruby-core:26923];TS; ; i;I";Tue Jan 12 21:56:00 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"string.c (rb_str_set_len);T;[o;;[I"call rb_str_modify.;To;;I"file.c (realpath_rec);T;[o;;[I"4don't call rb_str_modify before rb_str_set_len.;TS; ; i;I";Tue Jan 12 20:44:14 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[o;;I"file.c (realpath_internal);T;[o;;[I"call rb_secure.;TS; ; i;I"ETue Jan 12 16:48:46 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"&lib/net/http.rb (Net::HTTP.start);T;[o;;[I"options may not be given.;TS; ; i;I"ETue Jan 12 16:48:03 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"0ext/readline/readline.c (readline_readline);T;[o;;[I"1check if instream is closed instead of fd 0.;To;;I",ext/readline/readline.c (Init_readline);T;[o;;[I"juse STDIN for input. Reported by Sora Harakami. See http://d.hatena.ne.jp/codnote/20100111/1263174134;TS; ; i;I";Tue Jan 12 16:09:02 2010 wanabe <s.wanabe@gmail.com>;T@ o; ;;;[o;;I"2test/ruby/test_process.rb (test_execopts_env);T;[o;;[I"=MANDATORY_ENVS might not be a part of ENV. e.g. TMPDIR.;TS; ; i;I"BTue Jan 12 14:07:31 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"&lib/net/http.rb (Net::HTTP.start);T;[o;;[I"�add hash argument to set ssl related options. when use_ssl is set default value of verify_mode is OpenSSL::SSL::VERIFY_PEER. [ruby-dev:40003];TS; ; i;I"BTue Jan 12 14:53:07 2010 NAKAMURA Usaku <usa@ruby-lang.org>;T@ o; ;;;[o;;I"win32/win32.c (init_env);T;[o;;[I"�use _wputenv() instead of SetEnvironmentVariableW() because latter doesn't set msvcrt's environ work area, of course. [Bug #2552];TS; ; i;I"BTue Jan 12 13:33:54 2010 NAKAMURA Usaku <usa@ruby-lang.org>;T@ o; ;;;[o;;I"file.c (realpath_rec);T;[o;;[I"9trace symbolic link only when supporting readlink().;TS; ; i;I"ETue Jan 12 12:49:39 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"0misc/ruby-mode.el (ruby-here-doc-beg-match);T;[o;;[I"4fix for here-doc which ends with an underscore.;TS; ; i;I"BTue Jan 12 09:58:03 2010 NAKAMURA Usaku <usa@ruby-lang.org>;T@ o; ;;;[o;;I"hash.c;T;[o;;[I"(need to include errno.h for EINVAL.;To;;I"hash.c (ruby_setenv);T;[o;;[I"&fixed typo. see [ruby-dev:40026];TS; ; i;I";Tue Jan 12 09:22:43 2010 Tanaka Akira <akr@fsij.org>;T@ o; ;;;[ o;;I""prelude.rb (require_relative);T;[o;;[I")use File.realpath. [ruby-dev:40040];To;;I"include/ruby/intern.h;T;[o;;[I"declare rb_dir_getwd.;To;;I"dir.c (rb_dir_getwd);T;[o;;[I"'copied from dir_s_getwd to export.;To;;I"(dir_s_getwd);T;[o;;[I"use rb_dir_getwd.;To;;I" file.c (rb_file_s_realpath);T;[o;;[I"new method File.realpath.;To;;I"(rb_file_s_realdirpath);T;[o;;[I"!new method File.realdirpath.;To;;I"(lib/pathname.rb (Pathname#realpath);T;[o;;[I"use File.realpath.;To;;I"(Pathname#realdirpath);T;[o;;[I"use File.realdirpath.;TS; ; i;I"2010-01-11;T@ S; ; i;I"@Mon Jan 11 22:45:08 2010 Akinori MUSHA <knu@iDaemons.org>;T@ o; ;;;[o;;I"hash.c (ruby_setenv);T;[o;;[I"}Improve the emulation of setenv(3) on environments where putenv(3) is used. Raise EINVAL If a variable name contains an '='.;TS; ; i;I";Mon Jan 11 18:16:38 2010 wanabe <s.wanabe@gmail.com>;T@ o; ;;;[o;;I"$vm_insnhelper.h (GET_BLOCK_PTR);T;[o;;[I".return 0 when in class frame. [Bug #2583];TS; ; i;I"BMon Jan 11 16:52:05 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"string.c (rb_str_strlen);T;[o;;[I"added. [ruby-dev:40028];To;;I"*include/ruby/intern.h (rb_str_strlen);T;[o;;[I"declared.;TS; ; i;I"EMon Jan 11 13:30:35 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"9lib/webrick/accesslog.rb (WEBrick::AccessLog#format);T;[o;;[I"fixed typo.;To;;I"Glib/webrick/httpstatus.rb (WEBrick::HTTPStatus::Status#initialize);T;[o;;[I"2accept 0 or more arguments. [ruby-dev:40021];TS; ; i;I"@Mon Jan 11 12:47:58 2010 Akinori MUSHA <knu@iDaemons.org>;T@ o; ;;;[o;;I"hash.c (ruby_setenv);T;[o;;[I"UENV.[]= should raise an error if setenv(3) or putenv(3) fails. [ruby-dev:40023];TS; ; i;I"2010-01-10;T@ S; ; i;I"ESun Jan 10 17:25:24 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[ o;;I"lib/webrick/accesslog.rb ;T;[o;;[I"Escape needed.;To;;I"lib/webrick/httpstatus.rb ;T;[o;;[I"ditto.;To;;I" lib/webrick/httprequest.rb ;T;[o;;[I"ditto.;To;;I"lib/webrick/httputils.rb ;T;[o;;[I"ditto.;To;;I"9test/webrick/test_cgi.rb (TestWEBrickCGI::test_bad_);T;[o;;[I"Test for it.;TS; ; i;I"ESun Jan 10 04:54:36 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"class.c (rb_define_class);T;[o;;[I"@raise TypeError same as class statement. [ruby-core:27504];TS; ; i;I"ESun Jan 10 04:41:20 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I" lib/mkmf.rb (configuration);T;[o;;[I"needs ARCH_FLAG.;TS; ; i;I"2010-01-09;T@ S; ; i;I"BSat Jan 9 14:20:54 2010 NAKAMURA Usaku <usa@ruby-lang.org>;T@ o; ;;;[o;;I"common.mk (install-all);T;[o;;[I"maybe typo.;TS; ; i;I"BSat Jan 9 14:01:14 2010 NAKAMURA Usaku <usa@ruby-lang.org>;T@ o; ;;;[o;;I"'missing/vsnprintf.c (BSD_vfprintf);T;[o;;[I"&get rid of a warning of VC++ x64.;TS; ; i;I"ESat Jan 9 08:40:54 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"#win32/configure.bat (WIN32DIR);T;[o;;[I" regularise file separators.;TS; ; i;I"2010-01-08;T@ S; ; i;I"=Fri Jan 8 23:35:18 2010 Yusuke Endoh <mame@tsg.ne.jp>;T@ o; ;;;[o;;I"proc.c (mnew);T;[o;;[I"^don't check visibility of method body if public ZSUPER method is found. [ruby-dev:39767];To;;I"test/ruby/test_method.rb;T;[o;;[I"add a test for above.;TS; ; i;I"=Fri Jan 8 22:59:40 2010 Yusuke Endoh <mame@tsg.ne.jp>;T@ o; ;;;[o;;I"vm_method.c (rb_alias);T;[o;;[I"Oskip ZSUPER method when searching body of source method. [ruby-dev:39760];To;;I"test/ruby/test_alias.rb;T;[o;;[I"add a test for above.;TS; ; i;I"BFri Jan 8 21:15:21 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I" lib/net/http, lib/net/https;T;[o;;[I">move content from net/https to net/http. [ruby-dev:39986];TS; ; i;I"BFri Jan 8 14:06:01 2010 NAKAMURA Usaku <usa@ruby-lang.org>;T@ o; ;;;[o;;I"io.c (rb_io_s_read);T;[o;;[I"Iclose the IO if an exception is raised on seeking. [ruby-core:27429];TS; ; i;I"EFri Jan 8 13:12:26 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>;T@ o; ;;;[o;;I"marshal.c (w_symbol);T;[o;;[I"Hdump no encoding for 7bit only coderange symbol. [ruby-core:27375];TS; ; i;I"2010-01-07;T@ S; ; i;I"EThu Jan 7 07:56:09 2010 Ryan Davis <ryand-ruby@zenspider.com>;T@ o; ;;;[o;;I"lib/minitest/*.rb;T;[o;;[I"#Imported minitest 1.5.0 r5596.;To;;I"test/minitest/*.rb;T;[o;;[I"ditto.;TS; ; i;I"2010-01-05;T@ S; ; i;I"ETue Jan 5 19:30:53 2010 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>;T@ o; ;;;[o;;I" test/ruby/test_exception.rb;T;[o;;[I"$add a test. cf [ruby-dev:39116];TS; ; i;I"BTue Jan 5 02:03:34 2010 NARUSE, Yui <naruse@ruby-lang.org>;T@ o; ;;;[o;;I"configure.in (DTRACE);T;[o;;[I"�clear this when `dtrace -l` fails. Note that current FreeBSD needs privilege to call it; so to use DTrace on FreeBSD, you should run configure as root.;TS; ; i;I"2010-01-04;T@ S; ; i;I"DMon Jan 4 21:24:18 2010 Yuki Sonoda (Yugui) <yugui@yugui.jp>;T@ o; ;;;[o;;I" gc.c;T;[o;;[I"/added UNLIKELY to probes for optimization.;To;;I" vm.c;T;[o;;[I"ditto.;To;;I" thread.c;T;[o;;[I"ditto.;TS; ; i;I"BMon Jan 4 09:30:54 2010 NAKAMURA Usaku <usa@ruby-lang.org>;T@ o; ;;;[o;;I"'win32/Makefile.sub (TRACING_MODEL);T;[o;;[I"%follow yugui's previous changes.;TS; ; i;I"BMon Jan 4 09:30:25 2010 NAKAMURA Usaku <usa@ruby-lang.org>;T@ o; ;;;[o;;I"0thread_win32.c (InterlockedExchangePointer);T;[o;;[I"old SDK support.;TS; ; i;I"2010-01-03;T@ S; ; i;I"DSun Jan 3 23:54:51 2010 Yuki Sonoda (Yugui) <yugui@yugui.jp>;T@ o; ;;;[Co;;I"trace.h;T;[o;;[I"(new file. wraps tracing mechanisms.;To;;I"defs/dtrace.d;T;[o;;[I"0new file. defined a dtrace provider "ruby".;To;;I"!include/ruby/ruby.h (LIKELY);T;[o;;[I"moved from vm.c.;To;;I"(UNLIKELY);T;[o;;[I"ditto.;To;;I"(OBJSETUP);T;[o;;[I"probe "object-create".;To;;I"(RUBY_EVENT_RESCUE);T;[o;;[I"new event.;To;;I"!vm_exec.c (DEBUG_ENTER_INSN);T;[o;;[I")embedded a probe insn-entry into it.;To;;I"(DEBUG_END_INSN);T;[o;;[I"insn-return.;To;;I"vm.c (LIKELY);T;[o;;[I"moved into ruby.h.;To;;I"(UNLIKELY);T;[o;;[I"ditto.;To;;I"(Init_BareVM);T;[o;;[I"&embedded a probe "raise" into it.;To;;I"-variable.c (rb_class2name_without_alloc);T;[o;;[I"new utility function.;To;;I"!tool/rbinstall.rb (install?(;T;[o;;[I"?ext, :arch, :'ext-arch')): installs dtrace.d if necessary.;To;;I".thread_pthread.c (add_signal_thread_list);T;[o;;[I"probe "raise".;To;;I"$(rb_thread_create_timer_thread);T;[o;;[I"ditto.;To;;I"&thread.c (rb_thread_schedule_rec);T;[o;;[I".probes "thread-enter" and "thread-leave",;To;;I"(thread_start_func_2);T;[o;;[I"ditto.;To;;I"(thread_cleanup_func);T;[o;;[I"probe "thread-term";To;;I"lib/mkmf.rb;T;[o;;[I":supports dtrace postprocessor on making an extension.;To;;I"iseq.c (rb_vm_insn_name);T;[o;;[I"new utility function.;To;;I"(rb_vm_insn_len);T;[o;;[I"ditto.;To;;I"insns.def (hook);T;[o;;[I"Bprobes "method-entry", "method-return", "line", and "rescue".;To;;I""compile.c (iseq_compile_each);T;[o;;[I"(adds a trace op for "rescue" probe.;To;;I"gc.c (garbage_collect);T;[o;;[I"$probes "gc-begin" and "gc-end".;To;;I"(obj_free);T;[o;;[I"probe "object-free";To;;I"(garbage_collect_with_gvl);T;[o;;[I"probe "raise";To;;I"%(negative_size_allocation_error);T;[o;;[I"ditto.;To;;I"(rb_memerror);T;[o;;[I"ditto.;To;;I"eval.c (rb_rescue2);T;[o;;[I"probe "rescue";To;;I"(rb_longjmp);T;[o;;[I"probe "raise";To;;I"ext/probe/probe.c;T;[o;;[I"2new extension for application defined probes.;To;;I"ext/probe/extconf.rb;T;[o;;[I"ditto.;To;;I"(configure.in (--with-tracing-model);T;[o;;[I".new option to choose a tracing mechanism.;To;;I" (DTRACE);T;[o;;[I")new substitution. name of dtrace(1).;To;;I"(RUBY_TRACING_MODEL);T;[o;;[I"new substitution.;To;;I"(DTRACE_OBJ);T;[o;;[I"ditto.;To;;I"(MINIDTRACE_OBJ);T;[o;;[I"ditto.;To;;I"(GOLFDTRACE_OBJ);T;[o;;[I"ditto.;To;;I"(LIBRUBY_DTRACE_OBJ);T;[o;;[I"ditto.;To;;I"(RUBY_DTRACE_POSTPROCESS);T;[o;;[I"Mnew macro. checks whether the dtrace on the system needs postprocessing.;To;;I"(RUBY_DTRACE_BSD_BROKEN);T;[o;;[I"8new macro. checks whether the dtrace supports USDT.;To;;I"Makefile.in;T;[o;;[I"