U:RDoc::TopLevel[ iI"ChangeLog-1.9.3:EFcRDoc::Parser::ChangeLogo:RDoc::Markup::Document : @parts[S:RDoc::Markup::Heading: leveli: textI"ChangeLog-1.9.3;To:RDoc::Markup::BlankLineS; ; i; I"2011-07-10;T@ S; ; i; I";Sun Jul 10 22:50:00 2011 Kenta Murata ;T@ o:RDoc::Markup::List: @type: NOTE: @items[o:RDoc::Markup::ListItem: @labelI";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 ;T@ o; ;;;[o;;I"internal.h;T;[o;;[I"add comments (cautions).;TS; ; i; I"ASun Jul 10 20:59:38 2011 Shota Fukumori ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;T@ o; ;;;[o;;I"3ext/bigdecimal/bigdecimal.c (BigDecimal_power);T;[o;;[I"6support non-integral exponent. fixes [Bug #3271];To;;I";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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;T@ o; ;;;[o;;I"addr2line.c;T;[o;;[I"8include to fix a build issue on Solaris.;TS; ; i; I"JTue Jul 5 00:49:05 2011 CHIKANAGA Tomoyuki ;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 ;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 ;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 ;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 ;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) ;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 ;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 ;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 ;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 ;T@ o; ;;;[o;;I"3array.c (rb_ary_reject_bang, rb_ary_delete_if);T;[o;;[I";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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;T@ o; ;;;[S; ; i; I"AThu Jun 30 20:36:23 2011 Tadayoshi Funaba ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;T@ o; ;;;[o;;I" hash.c;T;[o;;[I"Document ENV;TS; ; i; I"EThu Jun 30 06:37:43 2011 Nobuyoshi Nakada ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 . Thank you! [Bug #3606][ruby-core:31454];TS; ; i; I"KThu Jun 30 00:49:53 2011 KOSAKI Motohiro ;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 . Thank you! [Bug #3606][ruby-core:31454];TS; ; i; I"KThu Jun 30 00:43:33 2011 KOSAKI Motohiro ;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 . Thank you! [Bug #3606][ruby-core:31454];TS; ; i; I"EThu Jun 30 00:30:15 2011 Keiju Ishitsuka ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 . 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 ;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 ;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 ;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 ;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 ;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";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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;To;;I"ext/date/date_core.c;T;[o;;[I"refactoring.;TS; ; i; I"GSun Jun 26 18:03:30 2011 URABE Shyouhei ;T@ o; ;;;[o;;I" parse.y;T;[o;;[I"mcomma at the end of line is no longer allowed. A patch from Yukihiro Matsumoto .;To;;0;[o;;[0S; ; i; I"KSun Jun 26 13:35:35 2011 KOSAKI Motohiro ;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. -- See Crash Report log file under ~/Library/Logs/CrashReporter or --------- -- /Library/Logs/CrashReporter, for the more detail of --------------------- -- C level backtrace information ------------------------------------------- -- 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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;T@ o; ;;;[o;;I";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 ;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 ;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 ;T@ o; ;;;[o;;I",ext/readline/readline.c (readline_getc);T;[o;;[I"Tapplied a patch in #3827 by by Akio Tajima . (see #3827);TS; ; i; I">Tue Jun 21 13:16:31 2011 TAKAO Kouji ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 . fixed #3840;TS; ; i; I"KSat Jun 18 21:36:29 2011 KOSAKI Motohiro ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;T@ o; ;;;[o;;I"common.mk;T;[o;;[I"update dependencies.;TS; ; i; I";Sat Jun 18 11:09:03 2011 Tanaka Akira ;T@ o; ;;;[o;;I" io.c;T;[o;;[I"suppress warnings.;TS; ; i; I";Sat Jun 18 10:22:39 2011 Tanaka Akira ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;T@ o; ;;;[o;;I":test/ruby/test_io.rb (TestIO#test_copy_stream_socket);T;[o;;[I";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 ;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 ;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 ;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 ;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 ;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 ;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 ;T@ o; ;;;[o;;0;[o;;[0S; ; i; I"EThu Jun 16 09:08:39 2011 Nobuyoshi Nakada ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;T@ o; ;;;[o;;I"3test/ruby/test_io.rb (test_copy_stream_socket);T;[o;;[I";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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;T@ o; ;;;[o;;I" gc.c;T;[o;;[I"use size_t.;TS; ; i; I"=Tue Jun 14 01:10:38 2011 Yusuke Endoh ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;T@ o; ;;;[S; ; i; I"BMon Jun 13 12:23:39 2011 NARUSE, Yui ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;T@ o; ;;;[o;;I"Dtest/ruby/test_thread.rb (TestThread#test_kill_thread_subclass);T;[o;;[I";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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 .;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 ;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) ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;T@ o; ;;;[S; ; i; I"2011-05-26;T@ S; ; i; I"IThu May 26 10:32:11 2011 James Edward Gray II ;T@ o; ;;;[S; ; i; I"JThu May 26 15:42:02 2011 Cezary Baginski ;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 ;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 ;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 ;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 ;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 ;T@ o; ;;;[o;;I"lib/net/ftp.rb;T;[o;;[I";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 ;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 ;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 ;T@ o; ;;;[o;;I"spec/README;T;[o;;[I"update the description.;TS; ; i; I"EWed May 25 07:12:16 2011 Nobuyoshi Nakada ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;T@ o; ;;;[o;;I",LEGAL (missing/{elf,tgamma,lgamma_r}.c);T;[o;;[I";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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;TS; ; i; I";Mon May 9 13:49:00 2011 Kenta Murata ;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 ;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 ;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 ;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 ;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 ;T@ o; ;;;[o;;I"test/date/*.rb;T;[o;;[I"NEVER SKIP.;TS; ; i; I"ASun May 8 20:37:33 2011 Tadayoshi Funaba ;T@ o; ;;;[o;;I"test/date/*.rb;T;[o;;[I"reverted 31432.;TS; ; i; I"ASun May 8 20:32:43 2011 Tadayoshi Funaba ;T@ o; ;;;[o;;I"test/date/*.rb;T;[o;;[I"reverted 31483.;TS; ; i; I"KSun May 8 19:39:16 2011 KOSAKI Motohiro ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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) ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;T@ o; ;;;[o;;I":benchmark/bm_io_select.rb, benchmark/bm_io_select2.rb;T;[o;;[I";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 ;T@ o; ;;;[o;;I"include/ruby/win32.h;T;[o;;[I";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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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";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 ;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 ;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 ;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 ;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 ;T@ o; ;;;[o;;I"4ext/openssl/ossl_pkey_dh.c (ossl_dh_initialize);T;[o;;[I";T@ o; ;;;[o;;I"6ext/openssl/ossl_pkey_rsa.c (ossl_rsa_initialize);T;[o;;[I";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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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";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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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_x509stctx_set_purpose);T;[o;;[I" ditto.;To;;I";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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;T@ o; ;;;[o;;I"process.c (proc_setgroups);T;[o;;[I" cleanup.;TS; ; i; I"ETue Mar 8 23:40:30 2011 Nobuyoshi Nakada ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;T@ o; ;;;[o;;I"= 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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;T@ o; ;;;[o;;I"lib/matrix;T;[o;;[I"Add Matrix#round;TS; ; i; I"NThu Jun 30 23:43:30 2011 Martin Bosslet ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;T@ o; ;;;[o;;I" NEWS;T;[o;;[I"introduce PKey.read.;TS; ; i; I"NMon Jun 13 05:17:29 2011 Martin Bosslet ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;T@ o; ;;;[o;;I"/test/date/{test_date.rb,test_date_attr.rb};T;[o;;[I"[ruby-dev:43280];TS; ; i; I";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 ;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 ;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 ;T@ o; ;;;[o;;I"-ext/bigdecimal/bigdecimal.c (VpMemAlloc);T;[o;;[I"HCVE-2011-0188. Fixes a bug reported by Drew Yao ;TS; ; i; I"BTue Mar 1 10:34:39 2011 NARUSE, Yui ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;T@ o; ;;;[o;;I"ChangeLog (vim);T;[o;;[I"Modeline for vim;TS; ; i; I"AThu Feb 24 13:39:25 2011 Shota Fukumori ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;TS; ; i; I"JFri Feb 18 00:28:39 2011 CHIKANAGA Tomoyuki ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;T@ o; ;;;[o;;I"skip test suites failed to load instead of mere messages.;TS; ; i; I"ESun Feb 13 09:56:44 2011 Nobuyoshi Nakada ;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 ;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 ;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 ;T@ o; ;;;[ o;;I"8lib/test/unit.rb (Test::Unit::Options#process_args);T;[o;;[I"always return options.;To;;I";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 ;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 ;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 ;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 ;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) ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;T@ o; ;;;[o;;I"transcode.c (encoded_dup);T;[o;;[I" extract.;TS; ; i; I"ESat Feb 5 03:37:47 2011 Nobuyoshi Nakada ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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";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 ;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 ;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 ;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";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 ;T@ o; ;;;[o;;I"configure.in;T;[o;;[I"revert r30698.;TS; ; i; I"JMon Jan 31 21:32:44 2011 CHIKANAGA Tomoyuki ;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) ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;T@ o; ;;;[o;;I";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 ;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 ;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 ;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 ;T@ o; ;;;[o;;I"configure.in;T;[o;;[I"rAdd #include when struct stat is tested. Otherwise, incomplete type dereference error will occur.;TS; ; i; I"KFri Jan 28 11:53:19 2011 KOSAKI Motohiro ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;T@ o; ;;;[o;;I" node.h;T;[o;;[I""parenthesize macro arguments.;TS; ; i; I"KThu Jan 20 23:25:28 2011 KOSAKI Motohiro ;T@ o; ;;;[o;;I"configure.in;T;[o;;[I"qAdd '#include ' 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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;T@ o; ;;;[o;;I" gc.h;T;[o;;[I""parenthesize macro arguments.;TS; ; i; I"ETue Jan 18 18:31:14 2011 Keiju Ishitsuka ;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 ;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 ;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 ;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 ;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 ;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 ;T@ o; ;;;[o;;I" debug.h;T;[o;;[I""parenthesize macro arguments.;TS; ; i; I"EMon Jan 17 21:40:25 2011 Nobuyoshi Nakada ;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 ;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 ;T@ o; ;;;[ o;;I"configure.in (warnflags);T;[o;;[I";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 ;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 ;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 ;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 ;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 ;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 ;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 ;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";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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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) ;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) ;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 ;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 ;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 ;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 ;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 ;T@ o; ;;;[o;;I"variable.c;T;[o;;[I""parenthesize macro arguments.;TS; ; i; I"BTue Jan 11 13:06:38 2011 NAKAMURA Usaku ;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 ;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 ;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 ;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 ;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 ;T@ o; ;;;[o;;I" util.c;T;[o;;[I""parenthesize macro arguments.;TS; ; i; I"EMon Jan 10 07:41:31 2011 Kazuhiro NISHIYAMA ;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 ;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) ;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) ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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";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 ;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 in personal communication.;TS; ; i; I"BThu Jan 6 20:55:49 2011 NAKAMURA Usaku ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;T@ o; ;;;[o;;I";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 ;T@ o; ;;;[o;;I"strftime.c;T;[o;;[I""parenthesize macro arguments.;TS; ; i; I"ESat Jan 1 11:10:29 2011 Nobuyoshi Nakada ;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 ;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 ;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 ;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 ;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 ;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 ;T@ o; ;;;[o;;I" st.c;T;[o;;[I""parenthesize macro arguments.;TS; ; i; I"BFri Dec 31 03:23:26 2010 NARUSE, Yui ;T@ o; ;;;[o;;I"vsnprintf.c (BSD__uqtoa);T;[o;;[I"kFix overflow when long != quad_t. patched by Peter Weldon [ruby-core:33985];TS; ; i; I"EFri Dec 31 03:00:34 2010 Kazuhiro NISHIYAMA ;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 ;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 ;T@ o; ;;;[o;;I"win32/Makefile.sub;T;[o;;[I" ditto.;TS; ; i; I"KThu Dec 30 20:57:09 2010 KOSAKI Motohiro ;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 ;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 ;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 ;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 ;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 ;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 ;T@ o; ;;;[o;;I" signal.c;T;[o;;[I""parenthesize macro arguments.;TS; ; i; I"AWed Dec 29 07:22:15 2010 Eric Hodel ;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 ;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 ;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 ;T@ o; ;;;[o;;I" ruby.c;T;[o;;[I""parenthesize macro arguments.;TS; ; i; I"ETue Dec 28 07:17:11 2010 Kazuhiro NISHIYAMA ;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 ;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 ;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 ;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 ;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 ;T@ o; ;;;[o;;I" re.c;T;[o;;[I""parenthesize macro arguments.;TS; ; i; I"BMon Dec 27 15:22:23 2010 NAKAMURA Usaku ;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 ;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 ;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 ;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 ;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 ;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 ;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";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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;T@ o; ;;;[o;;I"rational.c;T;[o;;[I""parenthesize macro arguments.;TS; ; i; I";Sun Dec 26 09:22:19 2010 Tanaka Akira ;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 "#".;TS; ; i; I"BSun Dec 26 04:31:15 2010 Luis Lavena ;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 ;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 ;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 ;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 ;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 "#".;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 "#".;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 ;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 ;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 ;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 "#".;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;T@ o; ;;;[o;;I" random.c;T;[o;;[I""parenthesize macro arguments.;TS; ; i; I"ESat Dec 25 12:48:50 2010 Nobuyoshi Nakada ;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 ;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 ;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 ;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 ;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) ;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 ;T@ o; ;;;[o;;I" parse.y;T;[o;;[I""parenthesize macro arguments.;TS; ; i; I"EThu Dec 23 11:00:09 2010 Nobuyoshi Nakada ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;T@ o; ;;;[o;;I" pack.c;T;[o;;[I""parenthesize macro arguments.;TS; ; i; I"ETue Dec 21 06:25:43 2010 Nobuyoshi Nakada ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;T@ o; ;;;[o;;I" node.c;T;[o;;[I""parenthesize macro arguments.;TS; ; i; I"EMon Dec 20 20:04:41 2010 Kazuhiro NISHIYAMA ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;T@ o; ;;;[o;;I" load.c;T;[o;;[I""parenthesize macro arguments.;TS; ; i; I"ESat Dec 18 10:07:04 2010 Nobuyoshi Nakada ;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 ;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 ;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 ;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 ;T@ o; ;;;[o;;I" iseq.c;T;[o;;[I""parenthesize macro arguments.;TS; ; i; I"AFri Dec 17 04:18:37 2010 Eric Hodel ;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 ;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 ;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 ;T@ o; ;;;[o;;I" io.c;T;[o;;[I""parenthesize macro arguments.;TS; ; i; I"EThu Dec 16 21:46:39 2010 Nobuyoshi Nakada ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;T@ o; ;;;[o;;I" hash.c;T;[o;;[I""parenthesize macro arguments.;TS; ; i; I"KWed Dec 15 04:02:00 2010 KOSAKI Motohiro ;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 ;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 ;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 ;T@ o; ;;;[o;;I" gc.c;T;[o;;[I""parenthesize macro arguments.;TS; ; i; I"BTue Dec 14 18:31:48 2010 NAKAMURA Usaku ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;T@ o; ;;;[o;;I";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 ;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 ;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 ;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 ;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 ;T@ o; ;;;[o;;I" file.c;T;[o;;[I""parenthesize macro arguments.;TS; ; i; I"BMon Dec 13 11:21:14 2010 NARUSE, Yui ;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 ;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 ;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 ;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 ;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 ;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 .;TS; ; i; I";Sun Dec 12 13:27:35 2010 Tanaka Akira ;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 ;T@ o; ;;;[o;;I" error.c;T;[o;;[I""parenthesize macro arguments.;TS; ; i; I"BSun Dec 12 04:01:58 2010 NARUSE, Yui ;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 ;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 ;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 ;T@ o; ;;;[o;;I"encoding.c;T;[o;;[I""parenthesize macro arguments.;TS; ; i; I"ASat Dec 11 08:12:48 2010 Eric Hodel ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;T@ o; ;;;[o;;I" dln.c;T;[o;;[I""parenthesize macro arguments.;TS; ; i; I";Thu Dec 9 18:51:06 2010 Tanaka Akira ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;T@ o; ;;;[o;;I" debug.c;T;[o;;[I""parenthesize macro arguments.;TS; ; i; I"?Tue Dec 7 21:06:38 2010 Kouhei Sutou ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;T@ o; ;;;[o;;I" cont.c;T;[o;;[I""parenthesize macro arguments.;TS; ; i; I"BTue Dec 7 00:27:14 2010 Masaya Tarui ;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 ;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 ;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 ;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 ;T@ o; ;;;[o;;I" NEWS;T;[o;;[I"add new encodings.;TS; ; i; I"EMon Dec 6 18:56:42 2010 Kazuhiro NISHIYAMA ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;T@ o; ;;;[o;;I" class.c;T;[o;;[I""parenthesize macro arguments.;TS; ; i; I"ESat Dec 4 11:07:57 2010 Nobuyoshi Nakada ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;T@ o; ;;;[o;;I"compile.c;T;[o;;[I""parenthesize macro arguments.;TS; ; i; I"BFri Dec 3 04:08:59 2010 NARUSE, Yui ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;T@ o; ;;;[o;;I" bignum.c;T;[o;;[I""parenthesize macro arguments.;TS; ; i; I"BThu Dec 2 15:31:14 2010 NAKAMURA Usaku ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;T@ o; ;;;[o;;I" array.c;T;[o;;[I""parenthesize macro arguments.;TS; ; i; I";Wed Dec 1 21:41:57 2010 Tanaka Akira ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;T@ o; ;;;[o;;I" time.c;T;[o;;[I""parenthesize macro arguments.;TS; ; i; I"ESat Nov 27 18:08:18 2010 Nobuyoshi Nakada ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;T@ o; ;;;[o;;I"vm_dump.c (dump_thread);T;[o;;[I";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 ;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 ;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 ;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 ;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 ;T@ o; ;;;[o;;I"0ext/dl/callback/mkcallback.rb (gencallback);T;[o;;[I";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 ;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 ;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 ;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 ;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 ;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 ;T@ o; ;;;[S; ; i; I"EWed Nov 24 06:13:32 2010 Nobuyoshi Nakada ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;T@ o; ;;;[o;;I"lib/optparse.rb;T;[o;;[I"gshell completion support for zsh. based on ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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) ;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) ;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 ;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 ;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 ;T@ o; ;;;[o;;I"lib/csv.rb;T;[o;;[I";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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;T@ o; ;;;[o;;I" NEWS;T;[o;;[I"fix a typo.;TS; ; i; I"?Tue Nov 2 20:10:32 2010 Tajima Akio ;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 ;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 ;T@ o; ;;;[o;;I" main.c;T;[o;;[I" 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 ;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 ;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 ;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 ;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 ;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 ;T@ o; ;;;[o;;I"lib/rexml/encoding.rb;T;[o;;[I"untabify.;TS; ; i; I"?Sat Oct 30 21:06:37 2010 Kouhei Sutou ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;T@ o; ;;;[o;;I")ext/objspace/objspace.c (memsize_of);T;[o;;[I"dtake care of T_CLASS/const_tbl. a patch from nagachika [ruby-dev:42490];TS; ; i; I"2010-10-29;T@ S; ; i; I"=Fri Oct 29 23:32:36 2010 Koichi Sasada ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;T@ o; ;;;[o;;I"io.c (rb_f_select);T;[o;;[I";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 ;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 ;T@ o; ;;;[o;;I"*lib/net/telnet.rb (Net::Telnet#close);T;[o;;[I";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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;T@ o; ;;;[o;;I"vm.c (ruby_vm_destruct);T;[o;;[I";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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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) ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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) ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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) ;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) ;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) ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;T@ o; ;;;[o;;I"test/rexml/;T;[o;;[I"untabify.;TS; ; i; I"?Fri Sep 17 22:29:56 2010 Kouhei Sutou ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;T@ o; ;;;[o;;0;[o;;[0S; ; i; I"BMon Sep 6 10:31:59 2010 NARUSE, Yui ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;T@ o; ;;;[o;;I"file.c (rb_get_path_check);T;[o;;[I";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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;T@ o; ;;;[o;;I".gitignore;T;[o;;[I" updated.;TS; ; i; I";Tue Aug 24 22:07:28 2010 Tanaka Akira ;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 ;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 ;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 ;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 ;T@ o; ;;;[o;;I"ChangeLog;T;[o;;[I"flushed. [ruby-dev:42050];TS; ; i; I":Tue Aug 24 01:14:58 2010 Kenta Murata ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;T@ o; ;;;[o;;I"configure.in;T;[o;;[I";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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;T@ o; ;;;[o;;I"gc.c (gc_profile_result);T;[o;;[I"quse size_t. based on patches from Tomoaki NISHIYAMA at [ruby-dev:42042].;TS; ; i; I"EMon Aug 16 19:23:19 2010 Nobuyoshi Nakada ;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 ;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 ;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 ;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) ;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 .;TS; ; i; I";Sun Aug 15 18:14:20 2010 Kenta Murata ;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 ;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 ;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 ;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 ;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 ;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 ;T@ o; ;;;[o;;I"3ext/{coverage,objspace}/extconf.rb ($INCFLAGS);T;[o;;[I";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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;T@ o; ;;;[o;;I"lib/cmath.rb (CMath.sqrt);T;[o;;[I";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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;T@ o; ;;;[o;;I"vm_eval.c (vm_call0);T;[o;;[I";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 ;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 ;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 ;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 ;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 ;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 ;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 ;T@ o; ;;;[o;;I"file.c (realpath_rec);T;[o;;[I";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 ;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 ;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 ;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 ;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 ;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 ;T@ o; ;;;[o;;I",compile.c (NODE_ARGSCAT, NODE_ARGSPUSH);T;[o;;[I"drop unused ARGSCAT results when popped 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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;T@ o; ;;;[o;;I"tool/runruby.rb;T;[o;;[I"no purelib.;TS; ; i; I"ETue Aug 3 07:52:20 2010 Nobuyoshi Nakada ;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 ;T@ o; ;;;[o;;I"insns.def, vm_core.h;T;[o;;[I"]fixed typo. reported by Rocky Bernstein at [ruby-core:31596].;TS; ; i; I"2010-08-02;T@ S; ; i; I"EMon Aug 2 21:51:16 2010 Nobuyoshi Nakada ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;T@ o; ;;;[o;;I"missing/*.c;T;[o;;[I"include missing.h;TS; ; i; I"BWed Jul 28 09:38:03 2010 NAKAMURA Usaku ;T@ o; ;;;[o;;I" cont.c;T;[o;;[I" typos.;TS; ; i; I"BWed Jul 28 09:24:43 2010 NARUSE, Yui ;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 ;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 ;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 ;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 ;T@ o; ;;;[o;;I"numeric.c (flo_cmp);T;[o;;[I" typo.;TS; ; i; I"BTue Jul 27 16:09:12 2010 NARUSE, Yui ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;T@ o; ;;;[o;;I"lib/rubygems.rb;T;[o;;[I";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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;T@ o; ;;;[o;;I"strftime.c;T;[o;;[I"!unused declarations removed.;TS; ; i; I";Fri Jul 9 21:20:22 2010 Tanaka Akira ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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";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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;T@ o; ;;;[o;;I"lib/csv.rb;T;[o;;[I"Improving documentation.;TS; ; i; I";Thu Jul 1 22:15:01 2010 Tanaka Akira ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 in [ruby-core:30920] [Bug #3489];TS; ; i; I"HMon Jun 28 20:32:33 2010 Masaki Suketa ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;T@ o; ;;;[o;;I";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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;T@ o; ;;;[o;;I" dir.c;T;[o;;[I"ZClarification of what '*' matches. Patch by John Wells ;TS; ; i; I"2010-06-04;T@ S; ; i; I"EFri Jun 4 10:46:33 2010 Nobuyoshi Nakada ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;TS; ; i; I"BTue Jun 1 03:46:08 2010 NARUSE, Yui ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;T@ o; ;;;[o;;I"9lib/rdoc/generator/template/darkfish/classpage.rhtml;T;[o;;[I";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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;T@ o; ;;;[o;;I";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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;T@ o; ;;;[o;;I"vm_eval.c (rb_f_caller);T;[o;;[I"Xupdate rdoc. a patch from Nobuhiro IMAI in [ruby-dev:41387].;TS; ; i; I"2010-05-24;T@ S; ; i; I";Mon May 24 23:04:41 2010 Tanaka Akira ;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 ;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 ;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 ;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 ;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) ;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 ;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 ;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 ;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";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 ;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 ;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 ;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 ;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 ;T@ o; ;;;[o;;I"thread.c (subtract_tv);T;[o;;[I";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 ;T@ o; ;;;[o;;I"vm_eval.c (rb_f_caller);T;[o;;[I"Xupdate rdoc. a patch from Nobuhiro IMAI in [ruby-dev:41348].;TS; ; i; I"=Thu May 20 22:04:05 2010 Yusuke Endoh ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;T@ o; ;;;[o;;I".gitignore;T;[o;;[I" updated.;TS; ; i; I"BMon May 17 21:08:53 2010 NAKAMURA Usaku ;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 and the solution was suggested by him, too.;TS; ; i; I"BMon May 17 09:37:25 2010 NAKAMURA Usaku ;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 ;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 ;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 ;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 ;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) ;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 ;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 ;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 ;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 ;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 ;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 ;T@ o; ;;;[o;;I"*ext/iconv/iconv.c (rb_iconv_sys_fail);T;[o;;[I"Hfix number of arguments. a patch by Masaya TARUI .;TS; ; i; I"HSun May 16 02:24:27 2010 Yutaka Kanemoto ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;T@ o; ;;;[o;;I" cont.c (stackgrowdirection);T;[o;;[I";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 ;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) ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;TS; ; i; I";Thu May 6 14:12:39 2010 Tanaka Akira ;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 ;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 ;T@ o; ;;;[o;;I" README;T;[o;;[I" update.;TS; ; i; I"=Thu May 6 03:34:29 2010 Koichi Sasada ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;T@ o; ;;;[o;;I"numeric.c (fix_mul);T;[o;;[I";T@ o; ;;;[o;;I""win32/Makefile.sub (config.h);T;[o;;[I";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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;T@ o; ;;;[o;;I"@ext/syck/yaml2byte.c (bytestring_append, bytestring_extend);T;[o;;[I"nremoved wrong extra assignments. a patch from Marcus Rueckert at [ruby-core:29759].;TS; ; i; I"=Sat Apr 24 00:41:52 2010 Yusuke Endoh ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;T@ o; ;;;[o;;I"parse.y (string_content);T;[o;;[I";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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;T@ o; ;;;[o;;I";T@ o; ;;;[o;;I".gitignore;T;[o;;[I" updated.;TS; ; i; I"EFri Apr 16 16:51:14 2010 Nobuyoshi Nakada ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;T@ o; ;;;[o;;I"gc.c (GET_STACK_BOUNDS);T;[o;;[I"cfixed macro argument names. a patch from Satoshi Shiba 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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;T@ o; ;;;[o;;I"configure.in (Makefile);T;[o;;[I"reverted r27244.;TS; ; i; I"BWed Apr 7 11:49:34 2010 NARUSE, Yui ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;T@ o; ;;;[o;;I" NEWS;T;[o;;[I"!added reverse_lookup option.;TS; ; i; I"EFri Apr 2 15:26:14 2010 Nobuyoshi Nakada ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;T@ o; ;;;[o;;I"time.c (mul);T;[o;;[I"condition refined.;TS; ; i; I";Sun Mar 28 02:14:13 2010 Tanaka Akira ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;T@ o; ;;;[o;;I" NEWS;T;[o;;[I" add Kernel#singleton_class.;TS; ; i; I";Thu Mar 25 11:34:00 2010 Kenta Murata ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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";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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;T@ o; ;;;[ o;;I";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 ;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 ;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 ;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 ;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 ;T@ o; ;;;[o;;I"Makefile.in (miniruby);T;[o;;[I"link $(NORMALMAINOBJ).;TS; ; i; I";Thu Mar 18 19:52:27 2010 Tanaka Akira ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;T@ o; ;;;[o;;I"tool/transcode-tblgen.rb;T;[o;;[I"refactored.;TS; ; i; I"QMon Mar 15 01:18:31 2010 Alexander Zavorine ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;T@ o; ;;;[o;;I" NEWS;T;[o;;[I"emoji encodings.;TS; ; i; I"BFri Mar 12 17:14:12 2010 NARUSE, Yui ;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";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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;T@ o; ;;;[o;;I"missing/signbit.c;T;[o;;[I" added.;TS; ; i; I"EThu Mar 11 11:16:33 2010 Nobuyoshi Nakada ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;T@ o; ;;;[ o;;I" file.c;T;[o;;[I";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 ;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 ;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 ;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 ;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 ;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 ;T@ o; ;;;[o;;I"io.c (pipe_open);T;[o;;[I"suppressed a warning.;To;;I";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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;T@ o; ;;;[ o;;I"+eval.c (make_exception, rb_obj_extend);T;[o;;[I";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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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) ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;T@ o; ;;;[o;;I";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 ;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 ;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 ;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 ;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 ;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";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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;T@ o; ;;;[o;;I"lib/monitor.rb (wait);T;[o;;[I"supported timeout.;To;;I";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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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. ;TS; ; i; I"BThu Feb 4 09:55:38 2010 NARUSE, Yui ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;T@ o; ;;;[o;;I"lib/matrix.rb;T;[o;;[I"suppress warnings.;TS; ; i; I"=Tue Jan 26 03:16:45 2010 Yusuke Endoh ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;T@ o; ;;;[o;;I"configure.in;T;[o;;[I"add missing comma.;TS; ; i; I"=Fri Jan 22 01:07:16 2010 Yusuke Endoh ;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 ;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 ;T@ o; ;;;[o;;I"configure.in;T;[o;;[I"some tidy.;TS; ; i; I"EThu Jan 21 11:15:46 2010 Nobuyoshi Nakada ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;T@ o; ;;;[o;;I";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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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 ;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) ;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 ;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 ;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) ;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";To;;I" (DTRACE);T;[o;;[I"%new variable. name of dtrace(1).;To;;I"(TRACING_MODEL);T;[o;;[I"8new variable. name of the chosen tracing mechanism.;To;;I"(DTRACE_OBJ);T;[o;;[I"%same as the one in configure.in.;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"(CPPOUTFILE);T;[o;;[I"8new substitution. necessary for generating dtrace.d;To;;I"(trace_none.h);T;[o;;[I"&new target for TRACING_MODEL=none;To;;I"(RUBY_H_INCLUDES);T;[o;;[I"#appended a header for tracing.;To;;I"(distclean-local);T;[o;;[I"2also removes preprocessed version of dtrace.d;To;;I"($(LIBRUBY_A));T;[o;;[I"@needs $(LIBRUBY_DTRACE_OBJ) if dtrace needs postprocessing.;To;;I"($(PROGRAM));T;[o;;[I" ditto.;To;;I" (golf);T;[o;;[I" ditto.;To;;I"(miniruby);T;[o;;[I" ditto.;To;;I"#($(arch_hdrdir)/ruby/dtrace.d);T;[o;;[I"Onew target. preprocessed version of defs/dtrace.d. generated if necessary.;To;;I")($(arch_hdrdir)/ruby/trace_dtrace.h);T;[o;;[I"&new target. definition of probes.;To;;I"($(LIBRUBY_DTRACE_OBJ));T;[o;;[I":new target. generated if dtrace needs postprocessing.;To;;I"($(DTRACE_OBJ));T;[o;;[I" ditto.;To;;I"($(MINIDTRACE_OBJ));T;[o;;[I" ditto.;To;;I"($(GOLFDTRACE_OBJ));T;[o;;[I" ditto.;TS; ; i; I"DSun Jan 3 15:34:19 2010 Yuki Sonoda (Yugui) ;T@ o; ;;;[o;;I"lib/rexml/text.rb;T;[o;;[I"WString no longer has #each. Patch by Mitsutaka Mimura (takkanm). [ruby-dev:39949].;TS; ; i; I";Sun Jan 3 01:29:18 2010 Tanaka Akira ;T@ o; ;;;[o;;I"Alib/resolv.rb (Resolv::DNS::Message::MessageDecoder#inspect);T;[o;;[I"implemented.;TS; ; i; I"2010-01-02;T@ S; ; i; I";Sat Jan 2 15:57:54 2010 Tanaka Akira ;T@ o; ;;;[ o;;I"+lib/resolv.rb (Resolv::DNS#initialize);T;[o;;[I"!new option :nameserver_port.;To;;I" (Resolv::DNS#each_resource);T;[o;;[I"pass port number.;To;;I"!(Resolv::DNS#make_requester);T;[o;;[I" ditto.;To;;I"*(Resolv::DNS::Config#lazy_initialize);T;[o;;[I"8initialize @nameserver_port instead of @nameserver.;To;;I""(Resolv::DNS::Config#single?);T;[o;;[I"3return port number addition to the nameserver.;To;;I",(Resolv::DNS::Config#generate_timeouts);T;[o;;[I"use @nameserver_port.;To;;I"!(Resolv::DNS::Config#resolv);T;[o;;[I"yield port number.;TS; ; i; I"BSat Jan 2 00:43:22 2010 NARUSE, Yui ;T@ o; ;;;[o;;I"*lib/uri/common.rb (initialize_regexp);T;[o;;[I"allow leading and trailing white space, and forbid extra characters on another lines. [ruby-core:26223] RFC 3986 Appendix C. Delimiting a URI in Context draft-duerst-iri-bis-07 7.2. Web Address processing;TS; ; i; I"2010-01-01;T@ S; ; i; I"BFri Jan 1 23:17:49 2010 NARUSE, Yui ;T@ o; ;;;[o;;I"(lib/uri/generic.rb (URI#normalize!);T;[o;;[I"0normalize case of scheme. [ruby-core:27309];TS; ; i; I"@Fri Jan 1 00:47:57 2010 Akinori MUSHA ;T@ o; ;;;[o;;I";ext/digest/digest.c (rb_digest_instance_method_unimpl);T;[o;;[I" Suppress compiler warnings.;TS; ; i; I";Fri Jan 1 00:00:00 2010 Tanaka Akira ;T@ o; ;;;[ o;;I"tool/mkconfig.rb;T;[o;;[I"+generate RbConfig.ruby in rbconfig.rb.;To;;I"*lib/webrick/httpservlet/cgihandler.rb;T;[o;;[I"use RbConfig.ruby.;To;;I"test/ruby/envutil.rb;T;[o;;[I" ditto.;To;;I"benchmark/report.rb;T;[o;;[I" ditto.;To;;I"benchmark/runc.rb;T;[o;;[I" ditto.;To;;I"tool/eval.rb;T;[o;;[I" ditto.;TS; ; i; I"2009-12-31;T@ S; ; i; I"BThu Dec 31 18:18:55 2009 NAKAMURA Usaku ;T@ o; ;;;[o;;I"ext/socket/rubysocket.h;T;[o;;[I">include addrinfo.h only when using our own getaddrinfo.c.;TS; ; i; I"BThu Dec 31 14:20:11 2009 NAKAMURA Usaku ;T@ o; ;;;[o;;I"!process.c (save_redirect_fd);T;[o;;[I"=consider EBADF that the fd is not used. [ruby-dev:39938];TS; ; i; I"EThu Dec 31 06:03:48 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"+ext/socket/raddrinfo.c (addrinfo_type);T;[o;;[I" typed.;To;;I"ext/socket/extconf.rb;T;[o;;[I"%fix for wide-getaddrinfo option.;To;;I"ext/socket/addrinfo.c;T;[o;;[I"Irename {addr,name}info functions to ensure those are used on darwin.;TS; ; i; I"BThu Dec 31 03:27:53 2009 NAKAMURA Usaku ;T@ o; ;;;[o;;I"+thread_win32.c (native_thread_destroy);T;[o;;[I"mdecreased the probability of using the interrupt event in the thread termination. see [ruby-core:27199].;TS; ; i; I"BThu Dec 31 02:35:57 2009 NAKAMURA Usaku ;T@ o; ;;;[o;;I"thread_win32.c (w32_error);T;[o;;[I" should report the function.;TS; ; i; I"EThu Dec 31 01:58:47 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"ext/extmk.rb;T;[o;;[I"fix for extstatic.;TS; ; i; I"2009-12-30;T@ S; ; i; I"BWed Dec 30 19:43:00 2009 NARUSE, Yui ;T@ o; ;;;[o;;I"*include/ruby/ruby.h (RREGEXP_SRC_END);T;[o;;[I" added.;TS; ; i; I"BWed Dec 30 19:40:00 2009 NARUSE, Yui ;T@ o; ;;;[ o;;I"&include/ruby/defines.h (INFINITY);T;[o;;[I"this is float.;To;;I"!include/ruby/defines.h (NAN);T;[o;;[I" ditto.;To;;I"numeric.c (rb_infinity);T;[o;;[I"change content as float.;To;;I"numeric.c (rb_nan);T;[o;;[I" ditto.;TS; ; i; I"EWed Dec 30 17:59:14 2009 Nobuyoshi Nakada ;T@ o; ;;;[ o;;I"@gem_prelude.rb (push_all_highest_version_gems_on_load_path);T;[o;;[I"simplified.;To;;I"?lib/rubygems/command_manager.rb (Gem#load_and_instantiate);T;[o;;[I"*rescue only NameError from const_get.;To;;I":lib/rubygems/source_index.rb (Gem#load_specification);T;[o;;[I"&don't use RUBY_VERSION to branch.;To;;I";lib/rubygems/validator.rb (Gem::TestRunner, Gem#alien);T;[o;;[I" ditto.;To;;I"lib/rubygems.rb;T;[o;;[I"nKernel#gem is already defined, and workaround for home directory and custom_require are no longer needed.;TS; ; i; I"2009-12-29;T@ S; ; i; I"BTue Dec 29 16:03:33 2009 NARUSE, Yui ;T@ o; ;;;[ o;;I"numeric.c (Init_Numeric);T;[o;;[I"Add Float::INFINITY and Float::NAN. [ruby-dev:1657] [ruby-dev:4760] [ruby-list:7023] [ruby-list:46690] [ruby-core:26632] [ruby-talk:41352] [ruby-talk:203333];To;;I"&include/ruby/defines.h (INFINITY);T;[o;;[I" defined.;To;;I"!include/ruby/defines.h (NAN);T;[o;;[I" defined.;To;;I"$include/ruby/util.h (ruby_div0);T;[o;;[I" removed.;To;;I"numeric.c (fix_pow);T;[o;;[I"4use INFINITY and NAN instead of ruby_div0(1.0).;To;;I"marshal.c (r_object0);T;[o;;[I" ditto.;To;;I"bignum.c (big_fdiv);T;[o;;[I" ditto.;TS; ; i; I"ETue Dec 29 10:36:23 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"Mlib/rexml/parsers/baseparser.rb (REXML::Parsers::BaseParser::STANDALONE);T;[o;;[I"rany number spaces can be placed between equal-sign and the value. patch from Ed Howland in [ruby-core:27345].;TS; ; i; I"2009-12-28;T@ S; ; i; I"BMon Dec 28 22:33:58 2009 NAKAMURA Usaku ;T@ o; ;;;[o;;I" win32/win32.c (CreateChild);T;[o;;[I"tforce to inherit standard I/O handles. this change fixes [ruby-core:27273], but other side effects might exist.;TS; ; i; I"FMon Dec 28 22:00:10 2009 NAKAMURA, Hiroshi ;T@ o; ;;;[o;;I"test/ruby/test_marshal.rb;T;[o;;[I"7added tests for taintness/untrustness propagation.;TS; ; i; I"DMon Dec 28 18:13:26 2009 Yuki Sonoda (Yugui) ;T@ o; ;;;[o;;I"sample/occur2.rb;T;[o;;[I"5reimplemented in modern style. [ruby-dev:39927].;TS; ; i; I"DMon Dec 28 17:19:37 2009 Yuki Sonoda (Yugui) ;T@ o; ;;;[o;;I"tool/install-sh;T;[o;;[I"fcorrection by Hiro Asari. https://gist.github.com/264558/58ad1cae45cde49600bbb39286af2aae23e639d5;TS; ; i; I"DMon Dec 28 13:18:52 2009 Yuki Sonoda (Yugui) ;T@ o; ;;;[o;;I"tool/install-sh;T;[o;;[I"*wrote the intention. [ruby-dev:39928];TS; ; i; I"2009-12-27;T@ S; ; i; I"ISun Dec 27 10:45:00 2009 Masaki Suketa ;T@ o; ;;;[o;;I"3ext/win32ole/win32ole.c (foleparam_initialize);T;[o;;[I"Eadd foleparam_initialize to check argument of WIN32OLE_PARAM.new;To;;I"6test/win32ole/test_win32ole_param.rb (test_s_new);T;[o;;[I"2add some assertion to test WIN32OLE_PARAM.new;TS; ; i; I"DSun Dec 27 09:41:54 2009 Yuki Sonoda (Yugui) ;T@ o; ;;;[o;;I"!tool/rbinstall.rb (install?(;T;[o;;[I"~local, :comm, :bin, :'bin-comm')): Makes it vim friendly. __END__ in a heredoc is confusing with the script end for vim.;TS; ; i; I"DSun Dec 27 09:13:55 2009 Yuki Sonoda (Yugui) ;T@ o; ;;;[o;;I"sample/occur2.rb;T;[o;;[I"2have been broken. fixed for Ruby 1.9 feature.;TS; ; i; I"2009-12-24;T@ S; ; i; I"BThu Dec 24 15:20:03 2009 NARUSE, Yui ;T@ o; ;;;[o;;I"regexec.c (match_at);T;[o;;[I"follow enclen's change.;TS; ; i; I"2009-12-23;T@ S; ; i; I"EWed Dec 23 09:12:31 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"?test/cgi/test_cgi_multipart.rb (CGIMultipartTest#_prepare);T;[o;;[I"/always must be binary mode. c.f. Bug#2341;TS; ; i; I"2009-12-21;T@ S; ; i; I"BMon Dec 21 17:51:44 2009 NARUSE, Yui ;T@ o; ;;;[o;;I"#regcomp.c (optimize_node_left);T;[o;;[I"linclude equal on the condition of for-loop. This bug also affects original Oniguruma. [ruby-core:27247];TS; ; i; I"BMon Dec 21 10:03:33 2009 NARUSE, Yui ;T@ o; ;;;[ o;;I"!regcomp.c (print_enc_string);T;[o;;[I"follow enclen's change.;To;;I".regcomp.c (onig_print_compiled_byte_code);T;[o;;[I" ditto.;To;;I".regcomp.c (onig_print_compiled_byte_code);T;[o;;[I"change prototype.;To;;I"-regint.c (onig_print_compiled_byte_code);T;[o;;[I"comment out.;TS; ; i; I"=Mon Dec 21 02:45:46 2009 Yusuke Endoh ;T@ o; ;;;[o;;I"vm_eval.c (rb_iterate);T;[o;;[I"remove SEGV (retry).;TS; ; i; I"2009-12-20;T@ S; ; i; I"=Sun Dec 20 23:18:23 2009 Yusuke Endoh ;T@ o; ;;;[o;;I"vm_eval.c (rb_iterate);T;[o;;[I";remove SEGV (use the original patch). [ruby-dev:39874];TS; ; i; I"=Sun Dec 20 21:26:05 2009 Yusuke Endoh ;T@ o; ;;;[o;;I"vm_eval.c (rb_iterate);T;[o;;[I"{pass current block when the argument bl_proc is NULL. This behavior can be used to make enumerator faster [ruby-dev:39874];To;;I"#enumerator.c (enumerator_each);T;[o;;[I"Qpass current block directly instead of trampoline block (enumerator_each_i).;To;;I":io.c (argf_each_line, argf_each_byte, argf_each_char);T;[o;;[I" ditto.;TS; ; i; I"2009-12-19;T@ S; ; i; I"GSat Dec 19 14:59:30 2009 Yukihiro Matsumoto ;T@ o; ;;;[o;;I" gem_prelude.rb (Kernel#gem);T;[o;;[I"Nshould make gem private. a patch from Sho Hashimoto in [ruby-dev:39838].;TS; ; i; I"GSat Dec 19 14:57:17 2009 Yukihiro Matsumoto ;T@ o; ;;;[o;;I",lib/webrick/config.rb (WEBrick::Config);T;[o;;[I"Atypo fixed. a patch from Sho Hashimoto in [ruby-dev:39835].;TS; ; i; I"ESat Dec 19 09:58:05 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"vm_eval.c (check_funcall);T;[o;;[I"qreset method_missing_reason before trying the call. based on a patch from Yehuda Katz in [ruby-core:27219].;TS; ; i; I"2009-12-16;T@ S; ; i; I"EWed Dec 16 20:28:46 2009 Kazuhiro NISHIYAMA ;T@ o; ;;;[o;;I"test/ruby/envutil.rb;T;[o;;[I""fix a typo in assert message.;TS; ; i; I"EWed Dec 16 16:57:59 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"lib/un.rb (httpd);T;[o;;[I"+try to convert port number to integer.;TS; ; i; I"FWed Dec 16 11:18:30 2009 WATANABE Hirofumi ;T@ o; ;;;[o;;I"configure.in(MINIRUBY);T;[o;;[I"7use "$BASERUBY" as a default ruby executable name.;TS; ; i; I";Wed Dec 16 00:53:14 2009 Tanaka Akira ;T@ o; ;;;[o;;I"lib/find.rb (Find.find);T;[o;;[I"brescue more exceptions which is possible to occur by other process change the directory tree.;TS; ; i; I"2009-12-15;T@ S; ; i; I"ETue Dec 15 09:06:33 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"lib/find.rb (Find.find);T;[o;;[I"get rid of race condition.;TS; ; i; I"2009-12-14;T@ S; ; i; I";Mon Dec 14 22:33:21 2009 Tanaka Akira ;T@ o; ;;;[o;;I"lib/find.rb (Find.find);T;[o;;[I"-rescue only ENOENT and EACCES for lstat.;TS; ; i; I";Mon Dec 14 21:49:30 2009 Tanaka Akira ;T@ o; ;;;[o;;I"lib/find.rb (Find.find);T;[o;;[I"narrow rescue region.;TS; ; i; I"EMon Dec 14 09:20:54 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"lib/find.rb (Find.find);T;[o;;[I"&removed already unnecessary code.;TS; ; i; I"2009-12-13;T@ S; ; i; I";Sun Dec 13 23:48:25 2009 Tanaka Akira ;T@ o; ;;;[o;;I"lib/find.rb (Find.find);T;[o;;[I".sort directory entries. [ruby-dev:39847];TS; ; i; I";Sun Dec 13 20:55:30 2009 Tanaka Akira ;T@ o; ;;;[o;;I"'test/ruby/envutil.rb (invoke_ruby);T;[o;;[I"5call to_str for stdin_data to reject non-string.;TS; ; i; I"BSun Dec 13 20:26:57 2009 NARUSE, Yui ;T@ o; ;;;[o;;I"!ruby.c (rb_parser_dump_tree);T;[o;;[I"add prototype.;TS; ; i; I"2009-12-10;T@ S; ; i; I"BThu Dec 10 09:20:58 2009 NARUSE, Yui ;T@ o; ;;;[o;;I"encoding.c (Init_Encoding);T;[o;;[I"oundef Encoding.new because a class which is rb_undef_alloc-func-ed can't call new method. [ruby-dev:39862];To;;I"vm.c (Init_VM);T;[o;;[I"*undef RubyVM.new and RubyVM::Env.new.;TS; ; i; I"AThu Dec 10 17:22:36 2009 Shugo Maeda ;T@ o; ;;;[o;;I"vm_eval.c (yield_under);T;[o;;[I"!yields self the same as 1.8.;TS; ; i; I"EThu Dec 10 15:49:13 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"8thread_pthread.c (native_mutex_reinitialize_atfork);T;[o;;[I":release and re-acquire the lock at re-initialization.;TS; ; i; I"BThu Dec 10 12:56:02 2009 NARUSE, Yui ;T@ o; ;;;[o;;I"encoding.c (enc_replicate);T;[o;;[I""add Encoding#replicate(name).;To;;I"*encoding.c (enc_replicate_with_index);T;[o;;[I"$renamed from old enc_replicate.;To;;I",encoding.c (rb_enc_from_encoding_index);T;[o;;[I"%split from rb_enc_from_encoding.;TS; ; i; I"BThu Dec 10 09:15:00 2009 NARUSE, Yui ;T@ o; ;;;[o;;I"string.c (rb_str_inspect);T;[o;;[I"CHAR_ESC_LEN should be 13.;TS; ; i; I"EThu Dec 10 01:12:55 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"parse.y (dyna_pop_gen);T;[o;;[I"!pop dvars. [ruby-dev:39861];TS; ; i; I"EThu Dec 10 00:46:43 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"node.c (dump_node);T;[o;;[I"fixed for long members.;TS; ; i; I"2009-12-09;T@ S; ; i; I"=Wed Dec 9 22:57:04 2009 Yusuke Endoh ;T@ o; ;;;[o;;I" node.c;T;[o;;[I"\node management added. Currently, only pretty-dumper is implemented. [ruby-dev:39853];To;;I" ruby.c;T;[o;;[I"--dump=parsetree and --dump=parsetree_with_comment options added. This is just for debug or research purpose. Note that the compatibility of these options are not supported at all.;TS; ; i; I"EWed Dec 9 09:50:35 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"string.c (rb_str_justify);T;[o;;[I"]fixed the case a fill size is a multiple of the length of the padding. [ruby-dev:39856];TS; ; i; I"2009-12-08;T@ S; ; i; I"BTue Dec 8 23:41:34 2009 NAKAMURA Usaku ;T@ o; ;;;[o;;I"win32/configure.bat;T;[o;;[I"Lnow recognize --with-*-{dir,include,lib} options and pass them to mkmf.;To;;I"win32/configure.bat;T;[o;;[I"Zgeneral conversion from ``/'' to ``\'' of configure_args is not necessary any longer.;To;;I"win32/setup.mak;T;[o;;[I"UBASERUBY is used as command, so always need to convert ``/'' to ``\'' within it.;TS; ; i; I"BTue Dec 8 23:39:52 2009 NAKAMURA Usaku ;T@ o; ;;;[o;;I"numeric.c (flo_eq);T;[o;;[I"(suppress a warning on VC++ for x64.;TS; ; i; I"ETue Dec 8 16:19:05 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"lib/rubygems;T;[o;;[I"update to 1.3.5.;To;;I"0lib/rubygems/defaults.rb (Gem::default_dir);T;[o;;[I"$removed a clause doing nothing.;TS; ; i; I";Tue Dec 8 03:50:24 2009 Tanaka Akira ;T@ o; ;;;[o;;I"file.c (rb_f_test);T;[o;;[I"6use string form in unknown command error message.;TS; ; i; I"2009-12-07;T@ S; ; i; I"EMon Dec 7 14:11:08 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"marshal.c (w_object);T;[o;;[I"'reverted r26007. [ruby-dev:39845];To;;I")test/test_delegate.rb (test_marshal);T;[o;;[I" moved from test_marshal.rb.;TS; ; i; I"DMon Dec 7 13:05:59 2009 Yuki Sonoda (Yugui) ;T@ o; ;;;[o;;I"string.c (rb_str_justify);T;[o;;[I"~CVE-2009-4124. Fixes a bug reported by Emmanouel Kellinis , KPMG London; Patch by nobu.;TS; ; i; I"2009-12-06;T@ S; ; i; I"BSun Dec 6 23:50:46 2009 NARUSE, Yui ;T@ o; ;;;[o;;I"strftime.c;T;[o;;[I":%l should be 1..12 instead of 0..12 [ruby-core:27072];TS; ; i; I";Sun Dec 6 23:16:35 2009 Tanaka Akira ;T@ o; ;;;[o;;I"lib/find.rb (Find.find);T;[o;;[I"reduce stat system call.;TS; ; i; I"BSun Dec 6 16:02:15 2009 NARUSE, Yui ;T@ o; ;;;[o;;I"+lib/webrick/httpservlet/filehandler.rb;T;[o;;[I"/escape filename of index. [ruby-dev:37768];TS; ; i; I"QSun Dec 6 00:35:16 2009 Alexander Zavorine ;T@ o; ;;;[o;;I"symbian/setup (config.h);T;[o;;[I"3EXECUTABLE_EXTS moved from dln.c:dln_find_1().;TS; ; i; I"2009-12-05;T@ S; ; i; I"ESat Dec 5 15:35:05 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"marshal.c (w_object);T;[o;;[I"Idump instance variables when using marshal_dump. [ruby-core:24211];To;;I"variable.c (rb_ivar_count);T;[o;;[I" added.;TS; ; i; I"ESat Dec 5 13:19:29 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"configure.in;T;[o;;[I"!default ac_cv_prog_CC to CC.;TS; ; i; I"ESat Dec 5 10:18:26 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"3lib/irb/extend-command.rb (def_extend_command);T;[o;;[I".fixed argument number for negative arity.;TS; ; i; I"2009-12-04;T@ S; ; i; I"EFri Dec 4 16:50:13 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"parse.y (k_def);T;[o;;[I"Nadjust the location of method definition to the line of def. [Bug #2427];TS; ; i; I"GFri Dec 4 19:05:28 2009 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"insns.def (defined);T;[o;;[I">should respect #respond_to_missing? as #respond_to? does.;TS; ; i; I"AFri Dec 4 15:50:18 2009 Shugo Maeda ;T@ o; ;;;[o;;I"vm_eval.c (yield_under);T;[o;;[I"ddoes not yield self, and passes blockptr instead of &block to vm_cref_push(). [ruby-dev:39833];TS; ; i; I"GFri Dec 4 15:15:43 2009 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"time.c (num_exact);T;[o;;[I"should not accept strings as operands, even though they respond to #to_r. ideally, strict rational conversion should be done by a method like #to_rational, not #to_r. [ruby-core:23729];TS; ; i; I"FFri Dec 4 13:10:23 2009 NAKAMURA, Hiroshi ;T@ o; ;;;[o;;I"%ext/stringio/stringio.c (ungetc);T;[o;;[I"XRDoc updated. trunk allows pushing back behind the beginning of the pseudo stream.;TS; ; i; I"AFri Dec 4 03:10:38 2009 Shugo Maeda ;T@ o; ;;;[ o;;I"1compile.c (compile_cpath, iseq_compile_each);T;[o;;[I"Zreverted constant/class variable lookup in instance_eval etc. to the behavior of 1.8.;To;;I"eval.c (rb_mod_nesting);T;[o;;[I" ditto.;To;;I".insns.def (putspecialobject, defineclass);T;[o;;[I" ditto.;To;;I")node.h (NODE_FL_CREF_PUSHED_BY_EVAL);T;[o;;[I" ditto.;To;;I"-vm_core.h (VM_SPECIAL_OBJECT_CONST_BASE);T;[o;;[I" ditto.;To;;I"(vm_eval.c (yield_under, eval_under);T;[o;;[I" ditto.;To;;I"Yvm_insnhelper.c (vm_cref_push, vm_get_const_base, vm_get_ev_const, vm_get_cvar_base);T;[o;;[I" ditto.;TS; ; i; I"2009-12-02;T@ S; ; i; I"FWed Dec 2 23:51:28 2009 NAKAMURA, Hiroshi ;T@ o; ;;;[o;;I"ext/openssl/ossl_ssl.c;T;[o;;[I"Minitialize @hostname of SSLSocket to avoid warning at SSLSocket#connect.;TS; ; i; I"2009-12-01;T@ S; ; i; I"FTue Dec 1 18:01:43 2009 NAKAMURA, Hiroshi ;T@ o; ;;;[o;;I"&test/digest/test_digest_extend.rb;T;[o;;[I"&added tests for digest framework.;TS; ; i; I"ETue Dec 1 12:01:13 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"*parse.y (dyna_push_gen, dyna_pop_gen);T;[o;;[I"?no needs to save both of args and vars. [ruby-core:26961];To;;I"parse.y (dyna_push_gen);T;[o;;[I"8use rb_node_newnode() for ripper. [ruby-core:26961];To;;I"*parse.y (dyna_push_gen, dyna_pop_gen);T;[o;;[I"|adjust local vtable level for the case of syntax errors in method name or argument inside do block. [ruby-core:26961];TS; ; i; I"2009-11-30;T@ S; ; i; I"EMon Nov 30 16:57:45 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I""ext/extmk.rb (command_output);T;[o;;[I"#$makeflags are already quoted.;TS; ; i; I"EMon Nov 30 16:54:22 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"7configure.in, win32/Makefile.sub (EXECUTABLE_EXTS);T;[o;;[I"#moved from dln.c:dln_find_1().;To;;I"'lib/mkmf.rb (def find_executable0);T;[o;;[I"=use EXECUTABLE_EXTS, not only EXEEXT. [ruby-core:26821];TS; ; i; I"EMon Nov 30 11:00:12 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"parse.y (parser_yylex);T;[o;;[I"suppress an extra error message after numeric literal without digits. based on a patch from ujihisa . in [ruby-dev:39811]. [ruby-dev:39798];TS; ; i; I"2009-11-29;T@ S; ; i; I"ESun Nov 29 16:56:24 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"%vm_eval.c (check_funcall_failed);T;[o;;[I" pass ID. [ruby-core:26934];TS; ; i; I"JSun Nov 29 06:37:53 2009 Aaron Patterson ;T@ o; ;;;[o;;I"6lib/rexml/formatters/default.rb (write_attribute);T;[o;;[I"~fix an exception when printing a document when duplicate namespaced attributes exist. Thanks, Alexey Froloff [ruby-core:26837];TS; ; i; I"2009-11-28;T@ S; ; i; I"GSat Nov 28 09:05:53 2009 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"%vm_eval.c (check_funcall_failed);T;[o;;[I"should rescue user raised NoMethodError. rescue all NoMethodError if receiver does not respond to the method name. [ruby-dev:39796];TS; ; i; I"2009-11-26;T@ S; ; i; I"DThu Nov 26 21:14:30 2009 Yuki Sonoda (Yugui) ;T@ o; ;;;[o;;I"'test/ruby/test_complex.rb (@unify);T;[o;;[I"efix the detection if math loaded. This makes test_complex.rb work fine with the previous commit.;To;;I"(test/ruby/test_rational.rb (@unify);T;[o;;[I" ditto.;TS; ; i; I"DThu Nov 26 21:13:36 2009 Yuki Sonoda (Yugui) ;T@ o; ;;;[o;;I"#test/test_mathn.rb (TestMathn);T;[o;;[I"$new test case. test for r25067.;TS; ; i; I"DThu Nov 26 21:11:23 2009 Yuki Sonoda (Yugui) ;T@ o; ;;;[o;;I"6test/openssl/test_config.rb (OpenSSL::TestConfig);T;[o;;[I"$new test case. test for r25017.;TS; ; i; I"DThu Nov 26 21:08:54 2009 Yuki Sonoda (Yugui) ;T@ o; ;;;[o;;I"Gtest/ruby/test_range.rb (TestRange#test_comparison_when_recursive);T;[o;;[I"test for r25010.;To;;I"Itest/ruby/test_struct.rb (TestStruct#test_comparison_when_recursive);T;[o;;[I" ditto.;TS; ; i; I"BThu Nov 26 20:18:02 2009 NARUSE, Yui ;T@ o; ;;;[o;;I""gem_prelude.rb (Gem.set_home);T;[o;;[I"wmust dup before force_encoding and must force_encoding before gsub. cf. Yen Sign problem of SJIS [ruby-core:26910];TS; ; i; I"BThu Nov 26 17:54:37 2009 NAKAMURA Usaku ;T@ o; ;;;[o;;I"3win32/{configure.bat, setup.mak, Makefile.sub};T;[o;;[I"/add new configure option ``--with-ntver''.;TS; ; i; I"EThu Nov 26 11:42:22 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"test/mkmf/base.rb;T;[o;;[I"0use $INCFLAGS to add -I option. [Bug#2387];TS; ; i; I";Thu Nov 26 07:17:58 2009 wanabe ;T@ o; ;;;[o;;I"marshal.c (mark_dump_arg);T;[o;;[I")mark str. see also [ruby-dev:39735];TS; ; i; I"FThu Nov 26 00:05:58 2009 NAKAMURA, Hiroshi ;T@ o; ;;;[o;;I"&test/digest/test_digest_extend.rb;T;[o;;[I".Added tests for current digest framework.;TS; ; i; I"2009-11-25;T@ S; ; i; I";Wed Nov 25 20:46:37 2009 Tanaka Akira ;T@ o; ;;;[o;;I"'vm_eval.c (rb_search_method_entry);T;[o;;[I"refine error message.;TS; ; i; I"@Wed Nov 25 19:29:05 2009 Akinori MUSHA ;T@ o; ;;;[o;;I";ext/digest/digest.c (rb_digest_instance_method_unimpl);T;[o;;[I"gDo not call rb_inspect() on an object that does not implement necessary methods; reported by NaHi.;TS; ; i; I"2009-11-24;T@ S; ; i; I";Tue Nov 24 22:57:46 2009 Tanaka Akira ;T@ o; ;;;[o;;I"/test/ruby/envutil.rb (EnvUtil.invoke_ruby);T;[o;;[I"Fraise Timeout::Error instead of flunk. reported by Yusuke Endoh.;TS; ; i; I"=Tue Nov 24 22:31:44 2009 Yusuke Endoh ;T@ o; ;;;[o;;I",vm.c (ruby_vm_destruct, thread_memsize);T;[o;;[I">fix argument type to make RUBY_MARK_FREE_DEBUG available.;TS; ; i; I";Tue Nov 24 21:25:21 2009 Tanaka Akira ;T@ o; ;;;[o;;I" error.c;T;[o;;[I""include errno.h at beginning.;TS; ; i; I";Tue Nov 24 20:11:37 2009 Tanaka Akira ;T@ o; ;;;[o;;I"strftime.c;T;[o;;[I"-%Y format a year with 4 digits at least.;To;;I"lib/time.rb;T;[o;;[I"*format a year with 4 digits at least.;TS; ; i; I";Tue Nov 24 20:05:27 2009 Tanaka Akira ;T@ o; ;;;[o;;I"defs/known_errors.def;T;[o;;[I"more errors.;TS; ; i; I";Tue Nov 24 20:01:49 2009 Tanaka Akira ;T@ o; ;;;[ o;;I"'include/ruby/ruby.h (rb_bug_errno);T;[o;;[I"declared.;To;;I"(include/ruby/intern.h (rb_strerrno);T;[o;;[I"declaration removed.;To;;I"error.c (rb_strerrno);T;[o;;[I"5make it static. return NULL for unknown errors.;To;;I"(rb_bug_errno);T;[o;;[I" defined.;To;;I"thread_pthread.c;T;[o;;[I"use rb_bug_errno.;To;;I"signal.c (ruby_signal);T;[o;;[I"use rb_bug_errno.;TS; ; i; I"BTue Nov 24 10:17:38 2009 NARUSE, Yui ;T@ o; ;;;[o;;I"file.c (file_path_convert);T;[o;;[I"#fix fs_encoding is not assign.;TS; ; i; I"ETue Nov 24 10:00:00 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"error.c (rb_strerrno);T;[o;;[I"constified.;TS; ; i; I";Tue Nov 24 09:49:31 2009 Tanaka Akira ;T@ o; ;;;[o;;I"error.c (rb_strerrno);T;[o;;[I"6return "UNKNOWNERROR" for non-zero unknown error.;TS; ; i; I";Tue Nov 24 09:18:33 2009 Tanaka Akira ;T@ o; ;;;[ o;;I"(include/ruby/intern.h (rb_strerrno);T;[o;;[I"declared.;To;;I"#template/known_errors.inc.tmpl;T;[o;;[I"Jgenerate defined_error() and undefined_error() instead of set_syserr.;To;;I"error.c (Init_syserr);T;[o;;[I"Mdefine defined_error() and undefined_error() to follow the above change.;To;;I"(rb_strerrno);T;[o;;[I" defined.;To;;I"thread_pthread.c;T;[o;;[I"9show error message and errno macro name with rb_bug.;TS; ; i; I"2009-11-23;T@ S; ; i; I"EMon Nov 23 16:06:53 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"8thread_pthread.c (RUBY_STACK_MIN, RUBY_STACK_SPACE);T;[o;;[I"_delay for platforms where PTHREAD_STACK_MIN is not compile time constant. [ruby-dev:39751];TS; ; i; I"EMon Nov 23 11:26:45 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"dln.c (dln_find_1);T;[o;;[I"removed duplication.;TS; ; i; I";Mon Nov 23 04:12:00 2009 Tanaka Akira ;T@ o; ;;;[o;;I"7enc/trans/newline.trans (fun_so_universal_newline);T;[o;;[I"ugenerate \n after \r\n detection instead of just after \r. [ruby-list:45988] [ruby-core:25881] [ruby-core:26788];TS; ; i; I"2009-11-21;T@ S; ; i; I";Sat Nov 21 18:48:35 2009 Tanaka Akira ;T@ o; ;;;[o;;I"'vm_eval.c (rb_search_method_entry);T;[o;;[I"Ashow flags and klass value in not implemented error message.;TS; ; i; I"ESat Nov 21 16:38:50 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"marshal.c (marshal_dump);T;[o;;[I"iuse normal object as the buffer so that no hidden object is exposed to ruby-level. [ruby-dev:39744];TS; ; i; I"BSat Nov 21 15:58:43 2009 NARUSE, Yui ;T@ o; ;;;[o;;I"io.c (read_all);T;[o;;[I"fix: false negative invalid byte sequence on reading from pipes. [ruby-dev:39743] fix: assign the variable 'pos' as relative value from recent pos.;TS; ; i; I"BSat Nov 21 14:44:16 2009 NARUSE, Yui ;T@ o; ;;;[o;;I"file.c (file_path_convert);T;[o;;[I"Kdelay getting UTF8-MAC encoding while really needed. [ruby-core:26807];TS; ; i; I"2009-11-20;T@ S; ; i; I";Fri Nov 20 21:16:54 2009 Tanaka Akira ;T@ o; ;;;[o;;I"'vm_eval.c (rb_search_method_entry);T;[o;;[I"avoid trigraph.;TS; ; i; I"2009-11-19;T@ S; ; i; I"AThu Nov 19 23:17:06 2009 Shugo Maeda ;T@ o; ;;;[o;;I"#lib/net/ftp.rb (putbinaryfile);T;[o;;[I"5use APPE for resume. Thanks, Tomoyuki Chikanaga.;TS; ; i; I"AThu Nov 19 22:50:05 2009 Shugo Maeda ;T@ o; ;;;[o;;I" lib/net/imap.rb (flag_list);T;[o;;[I"3untaint strings to intern in the safe level 1.;To;;I"&lib/net/imap.rb (max_flag_count=);T;[o;;[I"Dnew methods to set the max number of flags interned to symbols.;TS; ; i; I"BThu Nov 19 20:43:39 2009 NAKAMURA Usaku ;T@ o; ;;;[o;;I"ext/socket/getnameinfo.c;T;[o;;[I"eneed to include extconf.h for HAVE_* macros. reported by Kenta Murata via IRC.;TS; ; i; I"BThu Nov 19 17:00:59 2009 NAKAMURA Usaku ;T@ o; ;;;[o;;I"win32/Makefile.sub;T;[o;;[I"unmake execute the file named echo if it exists in the PATH. reported by Kenta Murata via IRC.;TS; ; i; I";Thu Nov 19 02:50:47 2009 Tanaka Akira ;T@ o; ;;;[o;;I"'vm_eval.c (rb_search_method_entry);T;[o;;[I"(show the type of the hidden object.;To;;I"(rb_type_str);T;[o;;[I"new function for above.;TS; ; i; I";Thu Nov 19 00:47:09 2009 Tanaka Akira ;T@ o; ;;;[o;;I"io.c (MORE_CHAR_SUSPENDED);T;[o;;[I"&renamed from MORE_CHAR_CBUF_FULL.;TS; ; i; I"2009-11-18;T@ S; ; i; I";Wed Nov 18 22:00:13 2009 Tanaka Akira ;T@ o; ;;;[o;;I"io.c (fill_cbuf);T;[o;;[I"extracted from more_char.;To;;I"(io_shift_cbuf);T;[o;;[I"fix memmove condition.;To;;I"(read_all);T;[o;;[I"Iuse fill_cbuf directly to avoid ECONV_AFTER_OUTPUT. [ruby-dev:39708];TS; ; i; I"EWed Nov 18 18:25:09 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I")thread.c (rb_thread_atfork_internal);T;[o;;[I"reinitialize global lock at fork to get rid of deadlock. based on the patch from Hongli Lai in [ruby-core:26783]. [ruby-core:23572];TS; ; i; I"EWed Nov 18 17:48:22 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I""thread.c (terminate_atfork_i);T;[o;;[I"Ball mutex locks by other threads have been abandoned at fork.;TS; ; i; I"BWed Nov 18 15:27:20 2009 NAKAMURA Usaku ;T@ o; ;;;[o;;I"file.c (file_path_convert);T;[o;;[I";delay getting filesystem encoding while really needed.;TS; ; i; I"BWed Nov 18 12:33:42 2009 NARUSE, Yui ;T@ o; ;;;[o;;I"*encoding.c (enc_set_default_encoding);T;[o;;[I"reset filesystem encoding because on resetting default_external because Unix's filesystem encoding depends on default_external.;To;;I"-encoding.c (enc_set_filesystem_encoding);T;[o;;[I" added.;To;;I"ruby.c (process_options);T;[o;;[I"kdon't call rb_filesystem_encoding because filesystem encoding is reset when default_external is reset.;TS; ; i; I"IWed Nov 18 11:57:32 2009 TAKANO Mitsuhiro (takano32) ;T@ o; ;;;[o;;I"math.c (math_gamma);T;[o;;[I"Ofix incorrect comparison expression. see also [ruby-dev:39709] [Bug #2381];TS; ; i; I"BWed Nov 18 11:37:05 2009 NARUSE, Yui ;T@ o; ;;;[o;;I"io.c (rb_scan_open_args);T;[o;;[I"Gmove path encoding conversion for filesystem encoding of Mac OS X.;To;;I"file.c (file_path_convert);T;[o;;[I"-added for convert encoding of file path.;To;;I"file.c (rb_get_path_check);T;[o;;[I"add file_path_convert.;TS; ; i; I"EWed Nov 18 10:17:09 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"string.c (str_utf8_nth);T;[o;;[I"Yno count_utf8_lead_bytes_with_word optimization for short string. [ruby-core:26787];To;;I"string.c (str_utf8_offset);T;[o;;[I"$str_utf8_nth never return NULL.;TS; ; i; I"AWed Nov 18 10:12:34 2009 Shugo Maeda ;T@ o; ;;;[o;;I"vm_method.c (rb_undef);T;[o;;[I"hshould raise TypeError if klass is nil. 1.instance_eval { undef to_s } causes SEGV before this fix.;To;;I"test/ruby/test_undef.rb;T;[o;;[I"new tests for undef.;TS; ; i; I"EWed Nov 18 08:41:42 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"string.c (str_utf8_nth);T;[o;;[I"&fixed overrun. [ruby-core:26787];TS; ; i; I";Wed Nov 18 07:51:01 2009 Tanaka Akira ;T@ o; ;;;[o;;I"io.c (parse_mode_enc);T;[o;;[I"fix invalid access.;TS; ; i; I"2009-11-17;T@ S; ; i; I"ATue Nov 17 23:50:06 2009 Shugo Maeda ;T@ o; ;;;[o;;I"vm_method.c (rb_alias);T;[o;;[I"rshould raise TypeError if klass is nil. 1.instance_eval { alias to_string to_s } causes SEGV before this fix.;To;;I"7test/ruby/test_alias.rb (test_special_const_alias);T;[o;;[I" ditto.;TS; ; i; I"ETue Nov 17 16:26:24 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I""insns.def (opt_case_dispatch);T;[o;;[I";T@ o; ;;;[o;;I"%vm_insnhelper.c (vm_call_method);T;[o;;[I"protected singleton methods of an object should not be able to called from other instances of the class of the object. [ruby-core:26761];To;;I"&vm_eval.c (rb_method_call_status);T;[o;;[I" ditto.;To;;I"?test/ruby/test_module.rb (test_protected_singleton_method);T;[o;;[I" ditto.;TS; ; i; I";Mon Nov 16 14:03:53 2009 wanabe ;T@ o; ;;;[o;;I"io.c (read_all);T;[o;;[I"Nshift read buffer if exception occurred. pointed out in [ruby-dev:39702].;TS; ; i; I";Mon Nov 16 07:59:38 2009 wanabe ;T@ o; ;;;[o;;I"io.c (read_all);T;[o;;[I"Zdon't call io_shift_cbuf until buffering enough or econv_finished. [ruby-dev:39696];To;;I"io.c (more_char);T;[o;;[I"Cdon't call clear_readconv to read buffer after econv_finished.;To;;I",io.c (appendline, rb_io_each_codepoint);T;[o;;[I"clear readconv when done.;TS; ; i; I"=Mon Nov 16 01:58:08 2009 Yusuke Endoh ;T@ o; ;;;[o;;I"(include/ruby/ruby.h (rb_classext_t);T;[o;;[I"annotate @internal.;TS; ; i; I";Mon Nov 16 01:35:34 2009 Tanaka Akira ;T@ o; ;;;[o;;I"(encoding.c (rb_filesystem_encindex);T;[o;;[I"Fuse default external encoding instead of locale encoding in Unix.;To;;I"ruby.c (process_options);T;[o;;[I"]delay filesystem encoding initialization until default external encoding initialization.;TS; ; i; I"=Mon Nov 16 00:06:26 2009 Yusuke Endoh ;T@ o; ;;;[o;;I"#thread.c (thread_cleanup_func);T;[o;;[I"odelete locking_mutex when thread object become dummy because of fork. [ruby-core:26744] [ruby-core:26745];To;;I"!bootstraptest/test_thread.rb;T;[o;;[I"add a test for above.;TS; ; i; I"2009-11-14;T@ S; ; i; I"=Sat Nov 14 21:54:46 2009 Yusuke Endoh ;T@ o; ;;;[o;;I"class.c (rb_mod_init_copy);T;[o;;[I"3fix memory leak of Class#dup. [ruby-dev:39687];TS; ; i; I"ESat Nov 14 17:09:39 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I""configure.in (--with-opt-dir);T;[o;;[I"4ignore and suppress a warning. [ruby-dev:39684];TS; ; i; I"ESat Nov 14 16:43:24 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"hash.c (ruby_setenv);T;[o;;[I";T@ o; ;;;[o;;I"3ext/tk/lib/tk/variable.rb (TkVariable::coerce);T;[o;;[I" fix bug on a numeric value.;TS; ; i; I"HSat Nov 14 03:35:29 2009 Hidetoshi NAGAI ;T@ o; ;;;[o;;I"ext/tk/lib/tk/variable.rb;T;[o;;[I"RTkVariable#*(other) and /(other) have a bug on handling of the "other" value.;TS; ; i; I"2009-11-13;T@ S; ; i; I"=Fri Nov 13 21:18:15 2009 Yusuke Endoh ;T@ o; ;;;[o;;I"&ext/zlib/zlib.c (rb_zlib_adler32);T;[o;;[I"fix typo.;TS; ; i; I"EFri Nov 13 16:22:00 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"#thread.c (thread_start_func_2);T;[o;;[I";T@ o; ;;;[o;;I""lib/cgi/util.rb (CGI::pretty);T;[o;;[I"=fix the overflow bug if stripped string.[ruby-dev:37975];TS; ; i; I"2009-11-12;T@ S; ; i; I"GThu Nov 12 23:08:11 2009 Takeyuki FUJIOKA ;T@ o; ;;;[o;;I"(lib/cgi/core.rb (read_from_cmdline);T;[o;;[I"+this code is better. [ruby-core:25991];TS; ; i; I"GThu Nov 12 22:55:42 2009 Takeyuki FUJIOKA ;T@ o; ;;;[o;;I"lib/net/telnet.rb;T;[o;;[I"Hdon't use simple delegate. because SimpleDelegate behavior changed.;TS; ; i; I"EThu Nov 12 14:33:21 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I""thread_win32.c (thread_errno);T;[o;;[I"%CreateThread does not set errno.;To;;I""thread.c (thread_create_core);T;[o;;[I"6moved failure handling from native_thread_core().;To;;I",thread_pthread.c (native_thread_create);T;[o;;[I"constified.;TS; ; i; I"BThu Nov 12 10:08:56 2009 NARUSE, Yui ;T@ o; ;;;[o;;I".document;T;[o;;[I"^remove documents not in rdoc format until rdoc supports non rdoc files. [ruby-core:26459];TS; ; i; I"EThu Nov 12 06:42:38 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"*lib/tempfile.rb (Tempfile#initialize);T;[o;;[I"5option hash may not be given. [ruby-core:26681];TS; ; i; I"=Thu Nov 12 01:29:15 2009 Yusuke Endoh ;T@ o; ;;;[o;;I"&enumerator.c (yielder_yield_push);T;[o;;[I"4Yielder#<< should return self. [ruby-dev:39660];TS; ; i; I"2009-11-11;T@ S; ; i; I"EWed Nov 11 19:17:35 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"*lib/tempfile.rb (Tempfile#initialize);T;[o;;[I"merge mode option.;To;;I"(lib/tmpdir.rb (Dir::Tmpname#create);T;[o;;[I"splat options.;TS; ; i; I"EWed Nov 11 12:54:02 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"hash.c (ruby_setenv);T;[o;;[I"use ruby_strdup().;TS; ; i; I"BWed Nov 11 12:19:27 2009 NAKAMURA Usaku ;T@ o; ;;;[o;;I"hash.c (ruby_setenv);T;[o;;[I"2also set CRT workarea. ref [ruby-core:25010];TS; ; i; I"EWed Nov 11 09:36:02 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"$marshal.c (w_object, r_object0);T;[o;;[I".use RHASH_IFNONE but not ifnone directly.;TS; ; i; I";Wed Nov 11 08:32:45 2009 Tanaka Akira ;T@ o; ;;;[o;;I"%thread.c (blocking_region_begin);T;[o;;[I"Odefine before BLOCKING_REGION. reported by Luis Lavena. [ruby-core:26670];TS; ; i; I";Wed Nov 11 08:22:19 2009 Tanaka Akira ;T@ o; ;;;[o;;I"util.c (ruby_strtod);T;[o;;[I"use dval() consistently.;TS; ; i; I"DWed Nov 11 02:14:48 2009 Yuki Sonoda (Yugui) ;T@ o; ;;;[o;;I"6test/matrix/test_matrix.rb (TestMatrix#test_rank);T;[o;;[I"$added a test method for r24969.;TS; ; i; I"2009-11-10;T@ S; ; i; I"ETue Nov 10 08:23:21 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"3process.c (rb_f_exec, rb_f_system, rb_f_spawn);T;[o;;[I"gmentioned about the shell to be used when the command line is single string. See [ruby-core:26652];TS; ; i; I"2009-11-09;T@ S; ; i; I";Mon Nov 9 20:15:16 2009 Tanaka Akira ;T@ o; ;;;[ o;;I"*thread.c (rb_gc_save_machine_context);T;[o;;[I"3don't save the stack pointer in this function.;To;;I"!(RB_GC_SAVE_MACHINE_CONTEXT);T;[o;;[I"Ocall rb_gc_save_machine_context and save the stack pointer at caller side.;To;;I"(rb_thread_schedule_rec);T;[o;;[I"Juse RB_GC_SAVE_MACHINE_CONTEXT instead of rb_gc_save_machine_context.;To;;I"(blocking_region_begin);T;[o;;[I"pchanged to a macro. use RB_GC_SAVE_MACHINE_CONTEXT instead of rb_gc_save_machine_context. [ruby-dev:39659];TS; ; i; I"EMon Nov 9 11:28:29 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"configure.in (warnflags);T;[o;;[I"add -Wno-long-long.;TS; ; i; I"2009-11-08;T@ S; ; i; I"ESun Nov 8 18:13:12 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I" hash.c;T;[o;;[I".use RHASH_IFNONE but not ifnone directly.;TS; ; i; I"2009-11-07;T@ S; ; i; I";Sat Nov 7 21:02:57 2009 Tanaka Akira ;T@ o; ;;;[o;;I"-lib/pp.rb (PP::ObjectMixin#pretty_print);T;[o;;[I"/use to_s regardless of instance variables.;TS; ; i; I"ESat Nov 7 20:59:11 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"$vm_insnhelper.c (vm_push_frame);T;[o;;[I"%get rid of out-of-bounds access.;TS; ; i; I"GSat Nov 7 12:41:19 2009 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"*vm_insnhelper.c (VM_CALLEE_SETUP_ARG);T;[o;;[I"7revert r25521. [ruby-core:26427] [ruby-core:26447];TS; ; i; I"2009-11-06;T@ S; ; i; I"GFri Nov 6 18:33:47 2009 Yukihiro Matsumoto ;T@ o; ;;;[ o;;I"$vm_insnhelper.c (vm_push_frame);T;[o;;[I"/add CHECK_STACK_OVERFLOW. [ruby-dev:39592];To;;I"eval.c (rb_longjmp);T;[o;;[I"kadd 1 level backtrace for sysstack_error without calling any method to prevent further stack overflow.;To;;I"eval.c (make_exception);T;[o;;[I"Hdon't call #exception for sysstack_error to prevent stack overflow.;To;;I"proc.c (Init_Proc);T;[o;;[I"!don't freeze sysstack_error.;To;;I"eval.c (rb_longjmp);T;[o;;[I"6move reentrant check after exception preparation.;TS; ; i; I"EFri Nov 6 17:13:45 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I" lib/mkmf.rb (create_header);T;[o;;[I"split the line by tabs.;TS; ; i; I"BFri Nov 6 12:02:32 2009 NARUSE, Yui ;T@ o; ;;;[o;;I"configure.in (MINIDLNOBJ);T;[o;;[I"Pset default as dmydln.o. Now LLVM clang seems to be able to build Ruby 1.9.;TS; ; i; I"BFri Nov 6 09:29:32 2009 NARUSE, Yui ;T@ o; ;;;[o;;I"(encoding.c (rb_filesystem_encindex);T;[o;;[I"+add fallback to ASCII-8BIT on Windows.;TS; ; i; I"EFri Nov 6 07:29:07 2009 Kazuhiro NISHIYAMA ;T@ o; ;;;[o;;I"test/ruby/test_case.rb;T;[o;;[I"!merged r25658 from ruby_1_8.;TS; ; i; I"2009-11-05;T@ S; ; i; I"BThu Nov 5 12:27:07 2009 NARUSE, Yui ;T@ o; ;;;[o;;I"#gem_prelude.rb (Gem.user_home);T;[o;;[I"Dforce_encoding( Encoding.find('filesystem')). [ruby-core:26525];TS; ; i; I"EThu Nov 5 07:47:31 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"parse.y (BEGIN);T;[o;;[I":now local_push and local_pop are necessary in ripper.;TS; ; i; I"2009-11-04;T@ S; ; i; I"BWed Nov 4 21:39:10 2009 NARUSE, Yui ;T@ o; ;;;[o;;I".document;T;[o;;[I"^add some README files to default rdoc's of trunk. patched by Roger Pack [ruby-core:26459];TS; ; i; I"EWed Nov 4 16:06:11 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"*include/ruby/st.h (SIZEOF_ST_INDEX_T);T;[o;;[I"+moved from st.c for Init_RandomSeed().;TS; ; i; I"GWed Nov 4 15:50:16 2009 URABE Shyouhei ;T@ o; ;;;[o;;I""include/ruby/ruby.h (NUM2CHR);T;[o;;[I"?prefix __extension__ for braced-groups within expressions.;TS; ; i; I"EWed Nov 4 15:46:30 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"3ruby.c (set_{internal,external}_encoding_once);T;[o;;[I"fixed typos.;TS; ; i; I"EWed Nov 4 08:50:51 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"random.c (rb_hash_start);T;[o;;[I"moved from string.c.;To;;I" random.c (Init_RandomSeed2);T;[o;;[I"(register global address before set.;To;;I"random.c (Init_RandomSeed);T;[o;;[I"initialize hashseed.;TS; ; i; I"EWed Nov 4 08:26:00 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"dir.c (dir_check);T;[o;;[I"$moved other checks from GetDIR.;To;;I"dir.c (GetDIR);T;[o;;[I"fixed a variable name.;TS; ; i; I"EWed Nov 4 08:19:31 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"cont.c (rb_fiber_start);T;[o;;[I"fixed unconditional test.;TS; ; i; I"JWed Nov 4 02:08:14 2009 Aaron Patterson ;T@ o; ;;;[o;;I"/ext/dl/cptr.c (rb_dlptr_eql, rb_dlptr_cmp);T;[o;;[I"dDL::CPtr#== and DL::CPtr#<=> should not raise an exception when compared to a different object.;TS; ; i; I"BWed Nov 4 00:05:36 2009 NARUSE, Yui ;T@ o; ;;;[o;;I"string.c (rb_str_upto);T;[o;;[I"make next object before yield its block. fix: can modify original begin string of String#upto. [ruby-dev:26384] [ruby-dev:39626];TS; ; i; I"2009-11-02;T@ S; ; i; I";Mon Nov 2 18:33:21 2009 wanabe ;T@ o; ;;;[ o;;I"cont.c (fiber_free);T;[o;;[I"5don't free unallocated local_storage. see #1325.;To;;I"cont.c (cont_init);T;[o;;[I"5clear local_storage not to use current thread's.;To;;I"-cont.c (fiber_t_alloc, root_fiber_alloc);T;[o;;[I"_link itself always for a case that fiber_link_remove() is called before fiber_link_join().;To;;I"cont.c (fiber_init);T;[o;;[I"Xclear cont->vm_stack and th->stack before root_fiber_alloc() in rb_fiber_current().;TS; ; i; I"EMon Nov 2 14:52:53 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I";eval.c (rb_exc_raise, rb_exc_fatal, rb_make_exception);T;[o;;[I"*suppressed shorten-64-to-32 warnings.;TS; ; i; I"BMon Nov 2 14:43:48 2009 NAKAMURA Usaku ;T@ o; ;;;[o;;I"0thread_pthread.c (native_stop_timer_thread);T;[o;;[I"6delay joining timer thread after unlocking mutex.;TS; ; i; I"BMon Nov 2 13:31:14 2009 NAKAMURA Usaku ;T@ o; ;;;[o;;I"0thread_pthread.c (native_stop_timer_thread);T;[o;;[I";T@ o; ;;;[o;;I"8thread_{pthread,win32}.c (native_stop_timer_thread);T;[o;;[I"join the thread here.;To;;I"9thread_{pthread,win32}.c (native_reset_timer_thread);T;[o;;[I"new function.;To;;I"Ithread.c (rb_thread_stop_timer_thread, rb_thread_reset_timer_thread);T;[o;;[I"5call above function instead of simply setting 0.;TS; ; i; I"BMon Nov 2 11:22:19 2009 NARUSE, Yui ;T@ o; ;;;[o;;I"'ext/dl/win32/lib/win32/registry.rb;T;[o;;[I"#update rdoc. [ruby-core:26022];TS; ; i; I"2009-11-01;T@ S; ; i; I"BSun Nov 1 20:16:03 2009 NARUSE, Yui ;T@ o; ;;;[o;;I" ext/bigdecimal/bigdecimal.c;T;[o;;[I""fixed rdoc. [ruby-core:26457];TS; ; i; I"ESun Nov 1 16:24:16 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"(configure.in (rb_cv_stack_grow_dir);T;[o;;[I"fix for universal binary.;To;;I",configure.in (sitehdrdir, vendorhdrdir);T;[o;;[I"fixed default values.;TS; ; i; I";Sun Nov 1 13:31:16 2009 wanabe ;T@ o; ;;;[o;;I";win32/win32.c (overlapped_socket_io, recvmsg, sendmsg);T;[o;;[I"5pass handle instead of pointer to CloseHandle().;TS; ; i; I";Sun Nov 1 13:11:27 2009 wanabe ;T@ o; ;;;[o;;I"3ext/socket/socket.c (socket_s_ip_address_list);T;[o;;[I"'use FreeLibrary() to free HMODULE.;TS; ; i; I"ESun Nov 1 08:17:48 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"gc.c (GET_STACK_BOUNDS);T;[o;;[I"qrefactored common code. based on a patch from Suraj N. Kurapati in [ruby-core:26443].;TS; ; i; I"2009-10-31;T@ S; ; i; I"GSat Oct 31 23:44:35 2009 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"enum.c (enum_count);T;[o;;[I"4remove optimization using #size. revert r25560.;To;;I"(vm_eval.c (rb_funcall_no_recursive);T;[o;;[I"remove method.;TS; ; i; I"GSat Oct 31 23:28:49 2009 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"vm_eval.c (check_funcall);T;[o;;[I"logic updated according to [ruby-dev:39594]. search method entry, call if it exists; otherwise check method_missing, call if it was overridden, protecting exceptions; if NoMethodError happens, check method name.;To;;I"vm_eval.c (vm_call0);T;[o;;[I"use idMethodMissing.;To;;I"'vm_eval.c (rb_search_method_entry);T;[o;;[I"typo fixed.;TS; ; i; I"FSat Oct 31 17:19:28 2009 NAKAMURA, Hiroshi ;T@ o; ;;;[o;;I"=lib/net/http.rb (Net::HTTPResponse#each_response_header);T;[o;;[I"cosmetic: '?\ ' -> '?\s';TS; ; i; I"2009-10-30;T@ S; ; i; I"FFri Oct 30 22:09:47 2009 NAKAMURA, Hiroshi ;T@ o; ;;;[o;;I"=lib/net/http.rb (Net::HTTPResponse#each_response_header);T;[o;;[I"eaccept multiline message header of HTTP response. see #1796. cf. RFC 2616 '4.2 Message Header'.;To;;I"'test/net/http/test_httpresponse.rb;T;[o;;[I" added.;TS; ; i; I"GFri Oct 30 18:54:04 2009 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"string.c (trnext);T;[o;;[I"=detect empty range and raise exception. [ruby-dev:39108];TS; ; i; I"EFri Oct 30 17:01:46 2009 Nobuyoshi Nakada ;T@ o; ;;;[ o;;I"vm_eval.c (enum call_type);T;[o;;[I"get rid of last comma.;To;;I"Evm_eval.c (vm_call0, vm_call_super, rb_f_send, rb_f_public_send);T;[o;;[I"'fixed call_type. [ruby-dev:39581];To;;I">vm_eval.c (rb_search_method_entry, rb_method_call_status);T;[o;;[I"split from rb_call0().;To;;I"!vm_eval.c (rb_check_funcall);T;[o;;[I"Sget rid of raising exceptions and hiding further exceptions. [ruby-dev:39584];To;;I"(vm_eval.c (rb_funcall_no_recursive);T;[o;;[I" ditto.;TS; ; i; I"EFri Oct 30 13:36:39 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I")thread.c (rb_thread_blocking_region);T;[o;;[I"ureverted r25566, and added description that no exception is allowed inside `func', instead. see [ruby-dev:39582];TS; ; i; I"BFri Oct 30 13:13:16 2009 NAKAMURA Usaku ;T@ o; ;;;[o;;I"%win32.c (recvmsg, sendmsg, link);T;[o;;[I"zshouldn't raise ruby's exceptions in the functions expected as system API. see [ruby-dev:39579] and [ruby-dev:39582];TS; ; i; I"BFri Oct 30 12:59:20 2009 NAKAMURA Usaku ;T@ o; ;;;[o;;I")thread.c (rb_thread_blocking_region);T;[o;;[I"Nstandard C doesn't accept preprocessing directive within macro expansion.;TS; ; i; I"EFri Oct 30 10:55:36 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I")thread.c (rb_thread_blocking_region);T;[o;;[I"0must ensure to unlock GVL. [ruby-dev:39579];TS; ; i; I"EFri Oct 30 04:47:26 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"&include/ruby/ruby.h (RSTRING_END);T;[o;;[I"trivial optimization.;To;;I"string.c (rb_str_sub_bang);T;[o;;[I"trivial optimization.;TS; ; i; I"GFri Oct 30 02:11:36 2009 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"enum.c (enum_count);T;[o;;[I"gcall #size using rb_funcall_no_recursive() to prevent infinite recursive calls. [ruby-core:24794];To;;I"(vm_eval.c (rb_funcall_no_recursive);T;[o;;[I"5utility function to check direct recursive call.;To;;I"!vm_eval.c (rb_check_funcall);T;[o;;[I"$move from eval.c. [refactoring];TS; ; i; I"2009-10-29;T@ S; ; i; I"BThu Oct 29 18:37:02 2009 NARUSE, Yui ;T@ o; ;;;[o;;I"encoding.c (Init_Encoding);T;[o;;[I"revert previous commit.;To;;I"ruby.c (process_options);T;[o;;[I" ditto.;TS; ; i; I"BThu Oct 29 15:35:39 2009 NARUSE, Yui ;T@ o; ;;;[o;;I"encoding.c (Init_Encoding);T;[o;;[I"(set locale and filesystem encindex.;To;;I"ruby.c (process_options);T;[o;;[I"?move setting func of filesystem encoding to Init_Encoding.;TS; ; i; I"EThu Oct 29 15:43:25 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"%vm_core.h (rb_name_err_mesg_new);T;[o;;[I"added prototype.;TS; ; i; I"GThu Oct 29 13:53:18 2009 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"array.c (rb_ary_to_ary);T;[o;;[I"Mdo not use #respond_to? to detect to_ary. Just call. [ruby-core:23738];To;;I"eval.c (rb_check_funcall);T;[o;;[I"^new function with method existence check. returns Qundef when the method does not exist.;To;;I"%enumerator.c (enumerator_rewind);T;[o;;[I"Cjust call method, using rb_check_funcall(). [ruby-core:23738];To;;I"error.c (exc_equal);T;[o;;[I" ditto.;To;;I"object.c (convert_type);T;[o;;[I" ditto.;To;;I"#error.c (rb_name_err_mesg_new);T;[o;;[I"export function.;To;;I"eval.c (make_exception);T;[o;;[I" ditto.;To;;I"io.c (pop_last_hash);T;[o;;[I"0return early when the last argument is nil.;To;;I"io.c (rb_io_puts);T;[o;;[I"5treat T_STRING specially for small optimization.;To;;I"%vm_eval.c (raise_method_missing);T;[o;;[I"Gskip method call if possible using rb_method_basic_definition_p().;To;;I"vm_eval.c (method_missing);T;[o;;[I" ditto.;To;;I"?test/ruby/test_rubyoptions.rb (TestRubyOptions#test_debug);T;[o;;[I"Itest suites changed to ignore exceptions caused by just-call policy.;TS; ; i; I"BThu Oct 29 04:41:44 2009 NARUSE, Yui ;T@ o; ;;;[o;;I"ruby.c (process_options);T;[o;;[I"#call rb_filesystem_encoding().;TS; ; i; I"BThu Oct 29 04:40:36 2009 NARUSE, Yui ;T@ o; ;;;[o;;I"io.c (Init_IO);T;[o;;[I"&rb_default_rs should be US-ASCII.;TS; ; i; I"HThu Oct 29 01:22:01 2009 Yutaka Kanemoto ;T@ o; ;;;[o;;I"ext/socket/extconf.rb ;T;[o;;[I"Compilation failure on AIX. ss_len (a member of struct sockaddr_storage) has preceding __, but ss_family does not have it from AIX 5.2.;TS; ; i; I"2009-10-28;T@ S; ; i; I"BWed Oct 28 16:32:49 2009 NARUSE, Yui ;T@ o; ;;;[ o;;I")encoding.c (get_filesystem_encoding);T;[o;;[I" removed.;To;;I"$encoding.c (rb_locale_encindex);T;[o;;[I" added.;To;;I"(encoding.c (rb_filesystem_encindex);T;[o;;[I" added.;To;;I"(encoding.c (rb_filesystem_encindex);T;[o;;[I"0add an alias 'filesystem'. [ruby-dev:39574];To;;I"encoding.c (enc_find);T;[o;;[I"$add rdoc about special aliases.;To;;I""gem_prelude.rb (Gem.set_home);T;[o;;[I"%use Encoding.find('filesystem').;To;;I"#gem_prelude.rb (Gem.set_paths);T;[o;;[I" ditto.;TS; ; i; I"BWed Oct 28 15:02:31 2009 NARUSE, Yui ;T@ o; ;;;[o;;I""gem_prelude.rb (Gem.set_home);T;[o;;[I"Cforce_encoding(Encoding.filesystem_encoding) [ruby-core:25959];To;;I"#gem_prelude.rb (Gem.set_paths);T;[o;;[I" ditto.;TS; ; i; I"BWed Oct 28 14:24:45 2009 NARUSE, Yui ;T@ o; ;;;[o;;I")encoding.c (get_filesystem_encoding);T;[o;;[I"Qadd Encoding.filesystem_encoding [ruby-dev:39546] also see [ruby-core:25959];TS; ; i; I"EWed Oct 28 14:51:31 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"#ext/etc/etc.c (etc_each_group);T;[o;;[I"fixed typo.;TS; ; i; I"AWed Oct 28 13:02:10 2009 Shugo Maeda ;T@ o; ;;;[ o;;I")lib/net/ftp.rb (Net::FTP#initialize);T;[o;;[I"sets @binary to true.;To;;I"&lib/net/ftp.rb (Net::FTP#binary=);T;[o;;[I"?sends a TYPE command only when logged in. [ruby-dev:39548];To;;I"0lib/net/ftp.rb (Net::FTP#send_type_command);T;[o;;[I"bnew private method which sends an appropriate TYPE command according to the value of @binary.;To;;I"$lib/net/ftp.rb (Net::FTP#login);T;[o;;[I"0calls send_type_command instead of binary=.;TS; ; i; I"GWed Oct 28 12:26:51 2009 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"&vm_insnhelper.c (vm_setup_method);T;[o;;[I"}should push call frame before raising exception, to put the Ruby-defined method name in the error message. [ruby-core:26333];To;;I"*vm_insnhelper.c (VM_CALLEE_SETUP_ARG);T;[o;;[I"macro modified.;To;;I"*vm_insnhelper.c (vm_yield_setup_args);T;[o;;[I"0modified for new VM_CALLEE_SETUP_ARG macro.;TS; ; i; I"2009-10-27;T@ S; ; i; I"BTue Oct 27 22:46:44 2009 NARUSE, Yui ;T@ o; ;;;[o;;I")lib/net/ftp.rb (Net::FTP#initialize);T;[o;;[I"@sock = nil.;To;;I"&lib/net/ftp.rb (Net::FTP#binary=);T;[o;;[I";T@ o; ;;;[o;;I",ext/stringio/stringio.c (Init_stringio);T;[o;;[I"Fadded read_nonblock and write_nonblock aliases. [ruby-dev:39551];To;;I".ext/stringio/stringio.c (strio_data_type);T;[o;;[I" typed.;TS; ; i; I"HTue Oct 27 21:20:35 2009 Hidetoshi NAGAI ;T@ o; ;;;[o;;I"ext/tk/lib/tk/variable.rb;T;[o;;[I"%add TkVariable#+@ and -@ method.;TS; ; i; I"ETue Oct 27 16:36:52 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"string.c (chopped_length);T;[o;;[I";T@ o; ;;;[o;;I"!gc.h (SET_MACHINE_STACK_END);T;[o;;[I"use __i386. Some compiler may not define __i386__. Solaris 64-bit Developer's Guide: http://docs.sun.com/app/docs/doc/816-5138/dev-env?l=en&a=view;TS; ; i; I"ATue Oct 27 15:44:48 2009 Shugo Maeda ;T@ o; ;;;[o;;I")lib/net/ftp.rb (getbinaryfile, list);T;[o;;[I"Ocall to_s to convert a Pathname instance into a string. [ruby-core:26237];TS; ; i; I"ETue Oct 27 12:30:16 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"!gc.h (SET_MACHINE_STACK_END);T;[o;;[I"Buse __i386__ instead of __i386, and explicit size qualifiers.;TS; ; i; I"BTue Oct 27 09:40:55 2009 NARUSE, Yui ;T@ o; ;;;[o;;I"!gc.h (SET_MACHINE_STACK_END);T;[o;;[I" add x86_64 version by nobu.;TS; ; i; I"BTue Oct 27 09:27:59 2009 NARUSE, Yui ;T@ o; ;;;[o;;I"vm_exec.c (DECL_SC_REG);T;[o;;[I"use __clang__.;TS; ; i; I"ETue Oct 27 08:56:11 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"mkconfig.rb;T;[o;;[I"^reverted r25443 because build_os is used in mkmf.rb on some platforms. [ruby-core:26332];TS; ; i; I"ETue Oct 27 08:01:57 2009 Kazuhiro NISHIYAMA ;T@ o; ;;;[o;;I"parse.y (ripper_filename);T;[o;;[I"*add Ripper#filename. [ruby-dev:37856];To;;I"test/ripper/test_filter.rb;T;[o;;[I"add more tests.;TS; ; i; I"GTue Oct 27 07:53:25 2009 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"$gc.c (garbage_collect_with_gvl);T;[o;;[I"Kdo not garbage_collect when dont_gc flag turned on. [ruby-core:26327];TS; ; i; I"HTue Oct 27 07:38:39 2009 Hidetoshi NAGAI ;T@ o; ;;;[o;;I"ext/tk/tcltklib.c,stubs.c;T;[o;;[I"Aremove errors or warnings when compiled with old ruby 1.8.x.;To;;I"ext/tk/tkutil/tkutil.c;T;[o;;[I" ditto.;TS; ; i; I"BTue Oct 27 05:56:39 2009 NARUSE, Yui ;T@ o; ;;;[o;;I"vm.c (invoke_block_from_c);T;[o;;[I"Breturn Qnil when its iseq is SPECIAL CONST. [ruby-core:26335];TS; ; i; I"BTue Oct 27 05:11:49 2009 NARUSE, Yui ;T@ o; ;;;[o;;I"vm_exec.c (DECL_SC_REG);T;[o;;[I"`check defined(__asm__) before use it. LLVM/clang defines __GNUC__ but doesn't have __asm__.;TS; ; i; I"ETue Oct 27 03:45:39 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I""win32/Makefile.sub (config.h);T;[o;;[I"Qadded RUBY_SITEARCH to use different name from RUBY_ARCH. [ruby-core:26324];TS; ; i; I"2009-10-26;T@ S; ; i; I"GMon Oct 26 18:37:57 2009 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"&hash.c (default_proc_arity_check);T;[o;;[I"new support function.;To;;I" hash.c (rb_hash_initialize);T;[o;;[I"?should do arity check as #default_proc=. [ruby-core:26281];TS; ; i; I"HMon Oct 26 13:24:17 2009 Hidetoshi NAGAI ;T@ o; ;;;[o;;I"ext/tk/lib/remote-tk.rb;T;[o;;[I"typo fixed.;TS; ; i; I"=Mon Oct 26 12:34:08 2009 Yusuke Endoh ;T@ o; ;;;[o;;I"ruby.c (usage);T;[o;;[I":-T and -W descriptions updated. see [ruby-dev:39539];To;;I"man/ruby.1;T;[o;;[I" ditto.;TS; ; i; I"EMon Oct 26 12:06:27 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"io.c (io_fwrite);T;[o;;[I"[adjust stdio file position after direct write on BSDish platforms. [ruby-core:26300];TS; ; i; I"2009-10-25;T@ S; ; i; I"ESun Oct 25 15:44:24 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"#ext/dl/handle.c (dlhandle_sym);T;[o;;[I"1fixed an invalid local variable declaration.;TS; ; i; I"ESun Oct 25 13:33:58 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"io.c (io_cntl);T;[o;;[I"#F_DUPFD is platform dependent.;TS; ; i; I"ESun Oct 25 10:19:09 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"(ext/dl/handle.c (rb_dlhandle_close);T;[o;;[I"1fixed an invalid local variable declaration.;TS; ; i; I"2009-10-24;T@ S; ; i; I"GSat Oct 24 14:28:40 2009 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"&hash.c (rb_hash_set_default_proc);T;[o;;[I"?checks arity of default_proc of a Hash. [ruby-core:26087];TS; ; i; I"GSat Oct 24 13:38:45 2009 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"object.c (rb_obj_cmp);T;[o;;[I"+defines Object#<=>. [ruby-core:24063];TS; ; i; I"GSat Oct 24 09:51:28 2009 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"enum.c (enum_flat_map);T;[o;;[I"dnew method that concatenates the values from given block. also provides alias #collect_concat.;TS; ; i; I";Sat Oct 24 00:36:47 2009 Tanaka Akira ;T@ o; ;;;[o;;I"io.c (io_cntl);T;[o;;[I"@update max file descriptor by the result of fcntl(F_DUPFD).;TS; ; i; I"2009-10-23;T@ S; ; i; I"GFri Oct 23 16:31:14 2009 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"class.c (rb_class_new);T;[o;;[I"0move class check to rb_check_inheritable().;To;;I"#class.c (rb_check_inheritable);T;[o;;[I"Ashould not allow subclass of class Class. [ruby-core:26225];TS; ; i; I"EFri Oct 23 14:25:54 2009 Nobuyoshi Nakada ;T@ o; ;;;[ o;;I"(configure.in (target, target_alias);T;[o;;[I"replace with real cpu.;To;;I"mkconfig.rb;T;[o;;[I"*build* are not needed in rbconfig.rb.;To;;I"configure.in (warnflags);T;[o;;[I"Huse -Wextra only when -Wno-missing-field-initializers is available.;To;;I"configure.in (optflags);T;[o;;[I"-removed -fomit-frame-pointer by default.;TS; ; i; I"EFri Oct 23 09:12:59 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"+lib/pathname.rb (Pathname::SAME_PATHS);T;[o;;[I"#FNM_SYSCASE is always non-nil.;TS; ; i; I"EFri Oct 23 07:32:37 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I":configure.in, Makefile.in, win32/Makefile.sub (XRUBY);T;[o;;[I"-runnable ruby without current libraries.;To;;I"common.mk (rdoc);T;[o;;[I"use XRUBY.;TS; ; i; I"EFri Oct 23 07:28:50 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"configure.in (warnflags);T;[o;;[I""use -Wextra instead of -Wall.;To;;I"(gc.c (mark_current_machine_context);T;[o;;[I"get rid of warning.;TS; ; i; I"2009-10-22;T@ S; ; i; I"BThu Oct 22 21:10:39 2009 NAKAMURA Usaku ;T@ o; ;;;[o;;I""class.c (rb_obj_basic_to_s_p);T;[o;;[I"7typo. Please become familiar with the ANSI style.;TS; ; i; I";Thu Oct 22 20:20:27 2009 Tanaka Akira ;T@ o; ;;;[o;;I"-test/ruby/envutil.rb (assert_in_out_err);T;[o;;[I"4test_stdout and test_stderr should be an array.;To;;I"2test/ruby/test_rubyoptions.rb (test_notfound);T;[o;;[I"8test_stdin of assert_in_out_err should be a string.;TS; ; i; I"@Thu Oct 22 17:49:05 2009 Akinori MUSHA ;T@ o; ;;;[o;;I"8lib/fileutils.rb (FileUtils#fu_get_uid, fu_get_gid);T;[o;;[I".Do not convert an integer back and forth.;TS; ; i; I"EThu Oct 22 17:29:51 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"parse.y (arg_prepend);T;[o;;[I";T@ o; ;;;[o;;I"object.c (rb_obj_inspect);T;[o;;[I"Yprint instance variables only when Object#to_s is not overridden. [ruby-core:24425];To;;I""class.c (rb_obj_basic_to_s_p);T;[o;;[I"new function.;TS; ; i; I"2009-10-21;T@ S; ; i; I"EWed Oct 21 19:32:52 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"object.c (rb_obj_inspect);T;[o;;[I"Ffixed rdoc about the case that to_s is called. [ruby-core:24425];TS; ; i; I"EWed Oct 21 08:17:17 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I":test/logger/test_logger.rb (TestLogDevice#test_write);T;[o;;[I"check also error message.;TS; ; i; I"FWed Oct 21 00:27:15 2009 NAKAMURA, Hiroshi ;T@ o; ;;;[o;;I"'lib/webrick/httpauth/digestauth.rb;T;[o;;[I"%typo in exception message fixed.;TS; ; i; I"FWed Oct 21 00:17:28 2009 NAKAMURA, Hiroshi ;T@ o; ;;;[o;;I"lib/logger.rb;T;[o;;[I"imported upstream version (logger/1.2.7) see #2238. * do not raise an exception even if log writing failed. * do not raise ShiftingError if an aged file already exists.;To;;0;[o;;[0o;;I"test/logger/test_logger.rb;T;[o;;[I" ditto.;TS; ; i; I"2009-10-20;T@ S; ; i; I"ETue Oct 20 22:29:06 2009 Keiju Ishitsuka ;T@ o; ;;;[o;;I"lib/matrix.rb;T;[o;;[I"+Bug fix. See detail [ruby-core:23598].;TS; ; i; I"ETue Oct 20 17:57:31 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"$marshal.c (w_symbol, r_symreal);T;[o;;[I"xfixed the order of symbol and its encoding modifier, in order to make the dump readable from 1.8. [ruby-dev:39515];TS; ; i; I"BTue Oct 20 16:41:18 2009 NAKAMURA Usaku ;T@ o; ;;;[o;;I")include/ruby/win32.h (finite, scalb);T;[o;;[I"Ainline'ed non-standard identifier macros. [ruby-core:26166];TS; ; i; I"ETue Oct 20 15:38:02 2009 Nobuyoshi Nakada ;T@ o; ;;;[ o;;I"parse.y (ripper_intern);T;[o;;[I"!enable literal optimization.;To;;I"parse.y (method_call);T;[o;;[I"Wdispatch symbols. a patch from Andy Keep in [ruby-core:26169]. [ruby-core:26165];To;;I"parse.y (mlhs_basic);T;[o;;[I"Yfixed handling splat in middle of mlhs. a patch from Andy Keep in [ruby-core:26163];To;;I"#parse.y (parser_here_document);T;[o;;[I"^dispatch delayed heredoc contents. based on a patch from Andy Keep in [ruby-core:24855].;TS; ; i; I"2009-10-19;T@ S; ; i; I"EMon Oct 19 15:17:29 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I".gdbinit (rb_method_entry);T;[o;;[I")search method entry by class and id.;TS; ; i; I"BMon Oct 19 15:03:31 2009 NAKAMURA Usaku ;T@ o; ;;;[o;;I"2win32/Makefile.sub (enc/unicode/name2ctype.h);T;[o;;[I"6no need to create directory if it already exists.;TS; ; i; I"EMon Oct 19 11:34:38 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I".gdbinit (rb_ps);T;[o;;[I"qdump all threads and their callstacks. based on [ruby-core:26155] by Joshua ben Jore .;TS; ; i; I"EMon Oct 19 10:59:36 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"=iseq.c (prepare_iseq_build, rb_iseq_build_for_ruby2cext);T;[o;;[I"+untrust mark array. [ruby-core:26137];TS; ; i; I"2009-10-18;T@ S; ; i; I"ASun Oct 18 22:33:25 2009 Tadayoshi Funaba ;T@ o; ;;;[o;;I"lib/date.rb;T;[o;;[I"!do not require lib/delta.rb.;To;;I"lib/date/delta.rb;T;[o;;[I"follows the above change.;TS; ; i; I";Sun Oct 18 19:14:21 2009 Tanaka Akira ;T@ o; ;;;[o;;I"%parse.y (is_special_global_name);T;[o;;[I"add boundary check.;TS; ; i; I"ESun Oct 18 18:31:58 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"%ruby.c (ruby_init_loadpath_safe);T;[o;;[I"Qshould not dup tmp string. a patch from neomjp neomjp in [ruby-core:24251].;TS; ; i; I"DSun Oct 18 09:49:14 2009 Yuki Sonoda (Yugui) ;T@ o; ;;;[o;;I"Ntest/test_prime.rb (TestPrime#test_eratosthenes_works_fine_after_timeout);T;[o;;[I"test for [ruby-dev:39465].;To;;I",lib/prime.rb (Prime::EratosthenesSieve);T;[o;;[I"^fixed [ruby-dev:39465]. suppressed memory reallocation. constantified some magic numbers.;TS; ; i; I"2009-10-17;T@ S; ; i; I"ESat Oct 17 22:11:03 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"marshal.c (id2encidx);T;[o;;[I"register encoding name.;To;;I"(r_object0);T;[o;;[I";T@ o; ;;;[ o;;I">test/rake/test_fileutils.rb (Rake::TestFileUtils#test_sh);T;[o;;[I"puses FileUtils::RUBY instead of fixed "ruby" so that the ruby command works fine in Ruby's "make test-all".;To;;I",(test_sh_with_a_single_string_argument);T;[o;;[I" ditto.;To;;I"&(test_sh_with_multiple_arguments);T;[o;;[I" ditto.;To;;I"(test_sh_failure);T;[o;;[I" ditto;To;;I"(test_sh_special_handling);T;[o;;[I" ditto.;TS; ; i; I"=Sat Oct 17 17:30:06 2009 Yusuke Endoh ;T@ o; ;;;[o;;I"bignum.c (big_split);T;[o;;[I",fix off-by-one error. [ruby-dev:39501];TS; ; i; I";Sat Oct 17 16:34:27 2009 Tanaka Akira ;T@ o; ;;;[o;;I"parse.y (parser_yylex);T;[o;;[I"/fix token even after trailing under score.;TS; ; i; I"GSat Oct 17 11:27:44 2009 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"'vm_method.c (basic_obj_respond_to);T;[o;;[I"Lcall #respond_to_missing? always with two arguments. [ruby-core:26090];TS; ; i; I"GSat Oct 17 08:51:44 2009 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"3lib/delegate.rb (Delegator#respond_to_missing);T;[o;;[I"Dwarn only when specified method is a private. [ruby-dev:39498];TS; ; i; I";Fri Oct 17 00:05:53 2009 wanabe ;T@ o; ;;;[o;;I"st.c (unpack_entries);T;[o;;[I"save table->bins and never change the table during unpacking. Because st_insert() may cause GC and refer the table, i.e. st_foreach(). [Bug #2196];TS; ; i; I"2009-10-16;T@ S; ; i; I";Fri Oct 16 22:20:25 2009 Tanaka Akira ;T@ o; ;;;[o;;I""prelude.rb (require_relative);T;[o;;[I",defined as a module function of Kernel.;TS; ; i; I"GFri Oct 16 20:18:28 2009 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"/lib/delegate.rb (Delegator#method_missing);T;[o;;[I"5remove backtrace lines _until_ `method_missing'.;TS; ; i; I"GFri Oct 16 20:09:55 2009 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"'lib/delegate.rb (Delegator#freeze);T;[o;;[I"K#freeze should freeze self and the target at once. [ruby-core:26118];TS; ; i; I"GFri Oct 16 19:39:28 2009 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"3lib/delegate.rb (Delegator#respond_to_missing);T;[o;;[I"warn if optional include_private argument is not false. Delegator does (and should) not forward private methods. [ruby-core:26080];To;;I"3lib/delegate.rb (Delegator#respond_to_missing);T;[o;;[I"Uinstead of redefining #respond_to?, use #respond_to_missing?. [ruby-core:26081];TS; ; i; I"EFri Oct 16 18:42:18 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"bootstraptest/test_gc.rb;T;[o;;[I"Oadded tests based on [ruby-dev:39484] from wanabe .;TS; ; i; I"BFri Oct 16 16:09:01 2009 NAKAMURA Usaku ;T@ o; ;;;[o;;I"!win32/win32.c (rb_w32_spawn);T;[o;;[I""`\'' is also quote character.;TS; ; i; I"EFri Oct 16 13:40:09 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"gc.h (rb_gc_debug_body);T;[o;;[I"constified.;TS; ; i; I"BFri Oct 16 13:20:39 2009 NARUSE, Yui ;T@ o; ;;;[o;;I"-ext/bigdecimal/bigdecimal.c (VpMidRound);T;[o;;[I"Bremove warnings. patch from Charlie Savage. [ruby-core:22869];To;;I"Bext/digest/bubblebabble/bubblebabble.c (bubblebabble_str_new);T;[o;;[I" ditto.;To;;I",ext/digest/digest.c (hexencode_str_new);T;[o;;[I" ditto.;To;;I"&ext/iconv/iconv.c (iconv_convert);T;[o;;[I" ditto.;To;;I"+ext/socket/socket.c (inspect_sockaddr);T;[o;;[I" ditto.;To;;I"*ext/socket/raddrinfo.c (sockaddr_obj);T;[o;;[I" ditto.;To;;I",ext/syck/emitter.c (syck_emitter_write);T;[o;;[I" ditto.;To;;I",ext/syck/emitter.c (syck_emitter_flush);T;[o;;[I" ditto.;To;;I"'ext/syck/emitter.c (syck_emit_tag);T;[o;;[I" ditto.;TS; ; i; I"BFri Oct 16 12:03:31 2009 NARUSE, Yui ;T@ o; ;;;[o;;I""lib/csv.rb (CSV#raw_encoding);T;[o;;[I":returns ASCII-8BIT when the io doesn't have encoding.;TS; ; i; I"BFri Oct 16 03:15:52 2009 NARUSE, Yui ;T@ o; ;;;[o;;I""lib/csv.rb (CSV#read_to_char);T;[o;;[I"Sset encoding and verify data which read from io before encode it to @encoding.;To;;I""lib/csv.rb (CSV#raw_encoding);T;[o;;[I"add to get @io's encoding.;To;;I"lib/csv.rb (CSV#read_io);T;[o;;[I"/add to read string and set @io's encoding.;TS; ; i; I"2009-10-15;T@ S; ; i; I"EThu Oct 15 18:26:12 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"parse.y (rb_intern3);T;[o;;[I"Lcheck symbol table overflow before generate next id. [ruby-core:26092];TS; ; i; I"EThu Oct 15 15:14:15 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"io.c (io_encoding_set);T;[o;;[I"Xget rid of parsing non-ascii string, and refine messages for invalid name encoding.;To;;I"io.c (io_reopen);T;[o;;[I"nunread current buffer before telling the position, for the case of reopening same file. [ruby-dev:39479];TS; ; i; I"EThu Oct 15 14:20:58 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"%ext/iconv/iconv.c (iconv_create);T;[o;;[I"4cannot retry with given block. [ruby-dev:39487];TS; ; i; I"BThu Oct 15 09:25:07 2009 NAKAMURA Usaku ;T@ o; ;;;[o;;I"(ext/socket/init.c (rsock_init_sock);T;[o;;[I"~mswin doesn't have S_IFSOCK flag in st_mode of struct stat. so, use rb_w32_issocket() function instead of S_ISSOCK macro.;TS; ; i; I"BThu Oct 15 00:47:42 2009 NARUSE, Yui ;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"Nuse UTS#18 for POSIX character class. http://rubyspec.org/issues/show/161;TS; ; i; I";Thu Oct 15 00:26:07 2009 Tanaka Akira ;T@ o; ;;;[o;;I"(ext/socket/init.c (rsock_init_sock);T;[o;;[I"validate file descriptor.;TS; ; i; I"2009-10-14;T@ S; ; i; I"EWed Oct 14 13:24:14 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"ruby.c (process_options);T;[o;;[I"Gscript name should not be shown in an error message before loaded.;TS; ; i; I"EWed Oct 14 09:06:38 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"eval.c (ruby_run_node);T;[o;;[I"Jneed to call ruby_cleanup() always even if any error occurred so far.;TS; ; i; I"2009-10-13;T@ S; ; i; I"BTue Oct 13 21:05:01 2009 NARUSE, Yui ;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"Add DerivedCoreProperties, PropList (Binary Property), PropertyAlias and PropertyValueAlias. Now users of tool/enc-unicode.rb should specify the directory of UCD files.;TS; ; i; I"HTue Oct 13 18:54:25 2009 Hidetoshi NAGAI ;T@ o; ;;;[o;;I"ext/tk/variable.rb;T;[o;;[I"Wbug fix. additional trace definition changes the option of first trace definition.;TS; ; i; I"ETue Oct 13 18:23:17 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I".parse.y (token_info_push, token_info_pop);T;[o;;[I"reduced ifdefs.;To;;I"#parse.y (parser_magic_comment);T;[o;;[I"fixed normalization.;TS; ; i; I"2009-10-12;T@ S; ; i; I"AMon Oct 12 23:27:57 2009 Shugo Maeda ;T@ o; ;;;[o;;I"lib/net/ftp.rb (login);T;[o;;[I"=use "anonymous@" as a default password. [ruby-dev:39451];TS; ; i; I"AMon Oct 12 22:48:25 2009 Shugo Maeda ;T@ o; ;;;[o;;I"lib/net/ftp.rb (retrlines);T;[o;;[I"!added a new block parameter.;To;;I"!lib/net/ftp.rb (gettextfile);T;[o;;[I"Epreserve missing end-of-line at end of files. [ruby-core:24590];TS; ; i; I"EMon Oct 12 19:48:33 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"eval.c (ruby_run_node);T;[o;;[I"Kif an exception occurred in ruby_option, the result is not executable.;TS; ; i; I"BMon Oct 12 05:51:11 2009 NARUSE, Yui ;T@ o; ;;;[o;;I"regparse.c (fetch_token);T;[o;;[I">warn invalid back reference and subexp call. (\k and \g).;TS; ; i; I"BMon Oct 12 03:47:42 2009 NARUSE, Yui ;T@ o; ;;;[o;;I"marshal.c (has_encoding);T;[o;;[I"8added for check the regexp is dumped by 1.8 or 1.9.;To;;I"marshal.c (r_object0);T;[o;;[I"use has_encoding.;TS; ; i; I"2009-10-11;T@ S; ; i; I"ESun Oct 11 15:54:52 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"#ext/gdbm/gdbm.c (fgdbm_select);T;[o;;[I"Cfixed rdoc. a patch from Justin Collins in [ruby-core:26050].;TS; ; i; I"ESun Oct 11 10:27:09 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"/lib/irb/context.rb (IRB::Context#irb_name);T;[o;;[I"7removed duplicated attr_reader. [ruby-core:26047];To;;I"+lib/irb/ruby-lex.rb (RubyLex#lex_int2);T;[o;;[I".removed duplicated character class range.;TS; ; i; I"BSun Oct 11 10:04:35 2009 NARUSE, Yui ;T@ o; ;;;[o;;I"#regparse.c (fetch_token_in_cc);T;[o;;[I"3warn when \p is not followed by property name.;To;;I"regparse.c (fetch_token);T;[o;;[I" ditto.;TS; ; i; I"BSun Oct 11 09:44:46 2009 NARUSE, Yui ;T@ o; ;;;[o;;I"-regerror.c (onig_vsnprintf_with_pattern);T;[o;;[I" added.;To;;I""regparse.c (onig_syntax_warn);T;[o;;[I"use above.;TS; ; i; I"ESun Oct 11 09:04:08 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"*include/ruby/ruby.h (RB_GC_GUARD_PTR);T;[o;;[I"%workaround for gcc optimization.;To;;I")include/ruby/ruby.h (ruby_exec_node);T;[o;;[I"declared.;TS; ; i; I"BSun Oct 11 03:10:50 2009 NARUSE, Yui ;T@ o; ;;;[o;;I""regparse.c (onig_syntax_warn);T;[o;;[I" added.;To;;I"\regparse.c (CC_ESC_WARN, CLOSE_BRACKET_WITHOUT_ESC_WARN, CC_DUP_WARN, UNKNOWN_ESC_WARN);T;[o;;[I"use onig_syntax_warn.;TS; ; i; I"ESun Oct 11 00:14:38 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"+marshal.c (marshal_dump, marshal_load);T;[o;;[I"prevent from GC.;TS; ; i; I"2009-10-10;T@ S; ; i; I"ESat Oct 10 23:57:44 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"file.c (path_check_0);T;[o;;[I"prevent from GC.;TS; ; i; I"ESat Oct 10 23:51:22 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"9transcode.c (rb_transcoding, str_transcoding_resize);T;[o;;[I"fixed types.;TS; ; i; I"DSat Oct 10 20:35:27 2009 Yuki Sonoda (Yugui) ;T@ o; ;;;[o;;I"math.c (math_atanh);T;[o;;[I"reverted r25279.;TS; ; i; I";Sat Oct 10 19:03:29 2009 Tanaka Akira ;T@ o; ;;;[o;;I"ext/curses/curses.c;T;[o;;[I"tuse rb_thread_blocking_region to avoid rb_read_check. This makes other threads runnable in getstr and wgetstr.;To;;I"(getch_func);T;[o;;[I"!extracted from curses_getch.;To;;I"(curses_getch);T;[o;;[I"3use rb_thread_blocking_region with getch_func.;To;;I"(getstr_func);T;[o;;[I""extracted from curses_getstr.;To;;I"(curses_getstr);T;[o;;[I"4use rb_thread_blocking_region with getstr_func.;To;;I"(wgetch_func);T;[o;;[I"!extracted from window_getch.;To;;I"(window_getch);T;[o;;[I"4use rb_thread_blocking_region with wgetch_func.;To;;I"(wgetstr_func);T;[o;;[I""extracted from window_getstr.;To;;I"(window_getstr);T;[o;;[I"5use rb_thread_blocking_region with wgetstr_func.;To;;I"&include/ruby/io.h (rb_read_check);T;[o;;[I"4deprecated because it access internal of stdio.;TS; ; i; I"ESat Oct 10 18:59:17 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"$configure.in (cflags, cxxflags);T;[o;;[I" remove duplicating options.;TS; ; i; I"ESat Oct 10 18:19:03 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"cconfigure.in, Makefile.in (LIBRUBY_SO), common.mk (ruby.imp), win32/mkexports.rb (each_export);T;[o;;[I"#exclude _threadptr_ functions.;TS; ; i; I"ESat Oct 10 17:55:57 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I""eval.c (rb_threadptr_errinfo);T;[o;;[I" renamed.;TS; ; i; I"ESat Oct 10 17:03:22 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"eval.c (ruby_exec_node);T;[o;;[I"removed unused argument.;TS; ; i; I"2009-10-09;T@ S; ; i; I"GFri Oct 9 23:10:04 2009 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"#vm_method.c (rb_method_boundp);T;[o;;[I"^should exclude NOEX_RESPONDS. based on the patch from Nikolai Lugovoi. [ruby-core:25949];TS; ; i; I";Fri Oct 9 21:14:40 2009 Tanaka Akira ;T@ o; ;;;[o;;I"9lib/resolv.rb (Resolv::DNS::Requester::ConnectedUDP);T;[o;;[I"disable reverse lookup.;To;;I"-(Resolv::DNS::Requester::UnconnectedUDP);T;[o;;[I" ditto.;TS; ; i; I"BFri Oct 9 10:12:13 2009 NARUSE, Yui ;T@ o; ;;;[o;;I"1lib/irb/context.rb (IRB::Context#initialize);T;[o;;[I";T@ o; ;;;[o;;I"tool/enc-unicode.rb;T;[o;;[I"optimized.;To;;I"senc/unicode/name2ctype.h, enc/unicode/name2ctype.h.blt, enc/unicode/name2ctype.kwd, enc/unicode/name2ctype.src;T;[o;;[I"+U+100000-U+10FFFD is assigned, not Cn.;TS; ; i; I"=Fri Oct 9 01:07:34 2009 Yusuke Endoh ;T@ o; ;;;[o;;I"compile.c (ADD_TRACE);T;[o;;[I";fire coverage event in ensure clause. [ruby-dev:39303];To;;I"iseq.h, iseq.c;T;[o;;[I" ditto.;TS; ; i; I";Fri Oct 9 00:01:17 2009 Tanaka Akira ;T@ o; ;;;[o;;I"6ext/socket/lib/socket.rb (Socket.udp_server_recv);T;[o;;[I".extracted from Socket.udp_server_loop_on.;TS; ; i; I"2009-10-08;T@ S; ; i; I"BThu Oct 8 05:45:14 2009 NARUSE, Yui ;T@ o; ;;;[o;;I"tool/enc-unicode.rb;T;[o;;[I"-parse range notation of UnicodeData.txt.;To;;I"senc/unicode/name2ctype.h, enc/unicode/name2ctype.h.blt, enc/unicode/name2ctype.kwd, enc/unicode/name2ctype.src;T;[o;;[I"*follow above change. [ruby-dev:39444];TS; ; i; I"EThu Oct 8 02:46:24 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"string.c (rb_str_inspect);T;[o;;[I"copy by chunks.;TS; ; i; I"EThu Oct 8 01:23:18 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"iseq.c (iseq_s_disasm);T;[o;;[I",accept proc objects. [ruby-core:18762];TS; ; i; I"2009-10-07;T@ S; ; i; I"EWed Oct 7 16:42:28 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"-marshal.c (mark_dump_arg, mark_load_arg);T;[o;;[I"4ignore already cleaned data. [ruby-core:25969];To;;I"/marshal.c (clear_dump_arg, clear_load_arg);T;[o;;[I"clear freed fields.;TS; ; i; I"EWed Oct 7 16:06:30 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"&include/ruby/ruby.h (rb_long2int);T;[o;;[I"&evaluates the argument only once.;To;;I"struct.c (rb_struct_alloc);T;[o;;[I"!check array length overflow.;TS; ; i; I"BWed Oct 7 09:23:49 2009 NARUSE, Yui ;T@ o; ;;;[o;;I"string.c (rb_str_inspect);T;[o;;[I"%don't assign -1 to unsigned int.;TS; ; i; I";Wed Oct 7 00:27:01 2009 Tanaka Akira ;T@ o; ;;;[o;;I"1lib/resolv.rb (Resolv::DNS.bind_random_port);T;[o;;[I"bind to "::" for IPv6.;To;;I"+(Resolv::DNS::ConnectedUDP#initialize);T;[o;;[I"Dspecify is_ipv6 argument of bind_random_port. [ruby-core:25970];TS; ; i; I"2009-10-06;T@ S; ; i; I"GTue Oct 6 23:32:38 2009 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"string.c (rb_str_upto);T;[o;;[I"jRDoc updated. a patch from Nobuhiro IMAI in [ruby-dev:39440]. [ruby-dev:39439];TS; ; i; I";Tue Oct 6 21:30:58 2009 Tanaka Akira ;T@ o; ;;;[o;;I"io.c (io_reopen);T;[o;;[I"avoid close if possible.;TS; ; i; I"GTue Oct 6 18:56:09 2009 Yukihiro Matsumoto ;T@ o; ;;;[o;;I" struct.c (rb_struct_select);T;[o;;[I"@Struct#select should return enumerator when no block given.;TS; ; i; I"HTue Oct 6 06:26:00 2009 Hidetoshi NAGAI ;T@ o; ;;;[o;;I"* ext/tk/lib/tk/canvas.rb;T;[o;;[I"j*** POTENTIALLY INCOMPATIBLE *** 'tags' option of a TkcItem object should give a list of TkcTag objs.;To;;I"#ext/tk/lib/tkextlib/vu/dial.rb;T;[o;;[I"fix logical bug.;To;;I"Bext/tk/lib/tk/canvas.rb, ext/tk/lib/tkextlib/blt/component.rb;T;[o;;[I",lack of support for methodcall_optkeys.;TS; ; i; I"2009-10-05;T@ S; ; i; I"GMon Oct 5 17:19:33 2009 Yukihiro Matsumoto ;T@ o; ;;;[o;;I",lib/delegate.rb (Delegator::public_api);T;[o;;[I":take snapshot of public method at the beginning time.;To;;I"1lib/delegate.rb (SimpleDelegator#initialize);T;[o;;[I"huse Delegator.public_api since public_method might be added after initialization. [ruby-dev:39383];To;;I"$lib/delegate.rb (DelegateClass);T;[o;;[I" ditto.;TS; ; i; I"GMon Oct 5 12:22:12 2009 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"3array.c (rb_ary_{times, shuffle_bang, sample});T;[o;;[I"reducing macro calls inside of the loop by keeping pointers in local variables. a patch from Masahiro Kanai (CanI) in [ruby-dev:39406]. It was found and fixed at Security and Programming camp 2009.;To;;I"'string.c (rb_str_{times, split_m});T;[o;;[I" ditto.;To;;I"rstruct.c (rb_struct_{getmember, set, aref_id, aset_id}, {make, inspect}_struct, recursive_{equal, hash, eql});T;[o;;[I" ditto.;TS; ; i; I"GMon Oct 5 00:09:57 2009 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"'vm_method.c (basic_obj_respond_to);T;[o;;[I"Xshould not call #respond_to_missing? for not implemented methods. [ruby-core:25909];To;;I"#vm_method.c (rb_method_boundp);T;[o;;[I"returns exceptional value 2 for not-implemented methods when called from #respond_to? (specifies by new constant NOEX_RESPONDS).;To;;I"method.h (enum);T;[o;;[I"&new constant NOEX_RESPONDS added.;TS; ; i; I"2009-10-04;T@ S; ; i; I"GSun Oct 4 22:16:29 2009 Takeyuki FUJIOKA ;T@ o; ;;;[o;;I"lib/cgi/cookie.rb;T;[o;;[I"Padd default value to @@accept_charset if have not defined. [ruby-dev:38987];To;;I"lib/cgi/util.rb;T;[o;;[I" ditto.;TS; ; i; I"ESun Oct 4 19:30:54 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"'marshal.c (struct {dump,load}_arg);T;[o;;[I"nmanage with dfree, instead of using local variable which may be moved by context switch. [ruby-dev:39425];TS; ; i; I"ESun Oct 4 15:00:32 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"#pack.c (NATINT_LEN, pack_pack);T;[o;;[I"suppressed warnings.;TS; ; i; I"ESun Oct 4 14:01:10 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"'lib/rubygems.rb (Gem::binary_mode);T;[o;;[I"&binary mode uses binary encoding.;TS; ; i; I";Sun Oct 4 08:27:10 2009 Tanaka Akira ;T@ o; ;;;[o;;I"enum.c (slicebefore_ii);T;[o;;[I"use id_eqq.;TS; ; i; I"QSun Oct 4 06:40:09 2009 Alexander Zavorine ;T@ o; ;;;[o;;I"symbian/setup (ruby.mmp);T;[o;;[I"9added macro RUBY_EXPORT to match the change in dln.c;TS; ; i; I"HSun Oct 4 05:34:34 2009 Hidetoshi NAGAI ;T@ o; ;;;[o;;I"ext/tk/lib/tk/variable.rb;T;[o;;[I"9add TkVariable#to_hash,to_proc,to_int, to_str,to_ary;TS; ; i; I"GSun Oct 4 00:59:52 2009 Takeyuki FUJIOKA ;T@ o; ;;;[o;;I"lib/cgi/core.rb;T;[o;;[I"Kfix command-line option of non-interactive terminal. [ruby-core:23016];TS; ; i; I"ESun Oct 4 00:40:18 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"lib/rake/contrib;T;[o;;[I"added. [ruby-core:25918];TS; ; i; I"2009-10-03;T@ S; ; i; I"ESat Oct 3 22:14:18 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"parse.y (bv_decls, bvar);T;[o;;[I".fix for block variables. [ruby-dev:39423];TS; ; i; I"ESat Oct 3 21:19:18 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"$vm_method.c (rb_add_method_def);T;[o;;[I"&no redefinition warning on undef.;TS; ; i; I"GSat Oct 3 18:51:11 2009 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"object.c (rb_f_integer);T;[o;;[I"now Integer() takes optional base argument. base will be ignored for non string values. suggested by Sam Carr at RubyFoo Lounge at London.;To;;I"9test/ruby/test_integer.rb (TestInteger#test_Integer);T;[o;;[I"test updated.;TS; ; i; I"ESat Oct 3 04:34:25 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"parse.y (assignable_gen);T;[o;;[I"(parser_yyerror takes two arguments.;TS; ; i; I"ESat Oct 3 04:07:52 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I" lib/rake;T;[o;;[I"9updated to rake code to rake-0.8.7 source code base.;To;;I"Elib/rake/loaders/makefile.rb (Rake::MakefileLoader#process_line);T;[o;;[I"respace dependencies too.;TS; ; i; I"ESat Oct 3 02:59:21 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"parse.y (assignable_gen);T;[o;;[I" get rid of macro collision.;TS; ; i; I"ESat Oct 3 02:49:50 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"array.c (ary_make_shared);T;[o;;[I"&should count frozen array itself.;TS; ; i; I"BSat Oct 3 01:01:20 2009 NARUSE, Yui ;T@ o; ;;;[o;;I"enc/unicode/name2ctype.h;T;[o;;[I"Updated to Unicode 5.2.0.;TS; ; i; I"ESat Oct 3 01:01:03 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"configure.in;T;[o;;[I"Aworkaround for regexp metacharacters of expr in prefix path.;TS; ; i; I"ESat Oct 3 00:47:52 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"-test/ripper/dummyparser.rb (DummyParser);T;[o;;[I"improvement by Magnus Holm in [ruby-core:25884]. * remove scanner events which simply returned the first argument. * all parser events are now automatically generated. * simplify blocks.;TS; ; i; I"BSat Oct 3 00:43:52 2009 NARUSE, Yui ;T@ o; ;;;[o;;I" method.h (rb_method_type_t);T;[o;;[I".remove a comma at end of enumerator list.;TS; ; i; I"ESat Oct 3 00:31:04 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I" range.c (discrete_object_p);T;[o;;[I"bneeds the argument type to get rid of truncation on platforms where VALUE is larger than int.;TS; ; i; I"2009-10-02;T@ S; ; i; I"BFri Oct 2 22:30:15 2009 NARUSE, Yui ;T@ o; ;;;[o;;I"Yenc/unicode/name2ctype.h.blt, enc/unicode/name2ctype.kwd, enc/unicode/name2ctype.src;T;[o;;[I"Updated to Unicode 5.2.0. NOTE: when you update these data, download UnicodeData.txt and Scripts.txt from http://www.unicode.org/Public/UNIDATA/ and run ruby1.9 tool/enc-unicode.rb UnicodeData.txt Scripts.txt \ > enc/unicode/name2ctype.kwd;To;;I"enc/unicode/Scripts.txt;T;[o;;[I" removed.;To;;I" enc/unicode/UnicodeData.txt;T;[o;;[I" removed.;TS; ; i; I";Fri Oct 2 20:49:19 2009 Tanaka Akira ;T@ o; ;;;[o;;I"enum.c (enum_slice_before);T;[o;;[I"&take a pattern if no block given.;TS; ; i; I"EFri Oct 2 20:37:37 2009 Nobuyoshi Nakada ;T@ o; ;;;[ o;;I"6parse.y (ripper_yylval_id, ripper_get_{id,value});T;[o;;[I"8wrap ID by NODE to track local variable assignment.;To;;I"/parse.y (lvar_defined_gen, assignable_gen);T;[o;;[I"4enable local variable check. [ruby-core:24923];To;;I"parse.y (validate);T;[o;;[I"use value only.;To;;I"=test/ripper/test_parser_events.rb (test_local_variables);T;[o;;[I"Btests based on a patch from Magnus Holm in [ruby-core:25885].;TS; ; i; I"EFri Oct 2 15:34:15 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"%thread.c (ruby_suppress_tracing);T;[o;;[I"&get rid of clobbering by longjmp.;TS; ; i; I"BFri Oct 2 09:20:35 2009 NAKAMURA Usaku ;T@ o; ;;;[o;;I"eval.c (rb_origenviron);T;[o;;[I"1remove unused old variable. [ruby-dev:39412];TS; ; i; I"2009-10-01;T@ S; ; i; I"BThu Oct 1 14:16:39 2009 NAKAMURA Usaku ;T@ o; ;;;[o;;I"Iwin32/{setup.mak,Makefile.sub,win32.c},include/ruby/win32.h (RT_VER);T;[o;;[I"Dsplit compiler specification and runtime library specification.;To;;I"3win32/Makefile.sub (LD_SHARED*, config.status);T;[o;;[I",no need to embed manifest if not exist.;TS; ; i; I"BThu Oct 1 13:23:14 2009 NAKAMURA Usaku ;T@ o; ;;;[o;;I""win32/win32.c (rb_w32_getpid);T;[o;;[I"Lsimply call GetCurrentProcessId() instead of calling MSVCRT's getpid().;TS; ; i; I"2009-09-30;T@ S; ; i; I"EWed Sep 30 13:15:45 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"$vm_method.c (rb_add_method_def);T;[o;;[I"Nshow the location where overwritten method was defined. [ruby-dev:39400];TS; ; i; I"EWed Sep 30 00:37:27 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I")enumerator.c (enumerator_block_call);T;[o;;[I"extracted.;TS; ; i; I"BWed Sep 30 00:00:25 2009 NARUSE, Yui ;T@ o; ;;;[o;;I"string.c (rb_str_inspect);T;[o;;[I"Qescape as \x{XXXX} when the encoding is other than Unicode. [ruby-dev:39388];TS; ; i; I"EWed Sep 30 00:00:30 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I" configure.in (THREAD_MODEL);T;[o;;[I"8modified message when no thread model is available.;TS; ; i; I"2009-09-29;T@ S; ; i; I"ETue Sep 29 23:17:32 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"io.c (rb_scan_open_args);T;[o;;[I"&rb_utf8mac_encoding is undefined.;TS; ; i; I";Tue Sep 29 22:25:41 2009 Tanaka Akira ;T@ o; ;;;[o;;I"-include/ruby/intern.h (rb_struct_iv_get);T;[o;;[I"Edeprecated because it is not used and access internal structure.;TS; ; i; I";Tue Sep 29 22:19:36 2009 Tanaka Akira ;T@ o; ;;;[o;;I"/lib/test/unit/assertions.rb (assert_equal);T;[o;;[I"Duse Time#subsec if nsec is not enough to distinguish arguments.;TS; ; i; I"BTue Sep 29 21:16:35 2009 NARUSE, Yui ;T@ o; ;;;[o;;I"io.c (rb_scan_open_args);T;[o;;[I",add UTF8-MAC to no-conversion encoding.;TS; ; i; I"ETue Sep 29 21:21:15 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"$configure.in (--enable-pthread);T;[o;;[I"deprecated.;TS; ; i; I"=Tue Sep 29 21:03:59 2009 Yusuke Endoh ;T@ o; ;;;[o;;I"lib/pp.rb (Kernel#pp);T;[o;;[I";returns its arguments, like Kernel#p. [ruby-dev:34830];TS; ; i; I"ETue Sep 29 17:02:45 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"/ext/json/lib/json/common.rb (recurse_proc);T;[o;;[I"Sremoved needless module_function, since visibility is already module_function.;TS; ; i; I"ETue Sep 29 13:48:58 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"*vm_method.c (rb_method_definition_eq);T;[o;;[I"9non-null definition is not equal to null definition.;To;;I"$vm_method.c (rb_add_method_def);T;[o;;[I"Gnothing to do if old method had same definition. [ruby-dev:39397];TS; ; i; I"BTue Sep 29 06:50:32 2009 NARUSE, Yui ;T@ o; ;;;[o;;I"string.c (rb_str_inspect);T;[o;;[I"Cdump as \uXXXX when the string is in Unicode. [ruby-dev:39388];TS; ; i; I"BTue Sep 29 06:49:16 2009 NARUSE, Yui ;T@ o; ;;;[o;;I""encoding.c (rb_enc_unicode_p);T;[o;;[I"Tdefined. Returns 1 when the encoding is Unicode series other than UTF-7 else 0.;TS; ; i; I"BTue Sep 29 04:14:08 2009 NARUSE, Yui ;T@ o; ;;;[o;;I"(encoding.c (rb_filesystem_encoding);T;[o;;[I"UOn Unix systems, filesystem encoding should be locale encoding. [ruby-dev:39393];TS; ; i; I"BTue Sep 29 04:07:58 2009 NARUSE, Yui ;T@ o; ;;;[ o;;I"hash.c (rb_f_getenv);T;[o;;[I"use rb_filesystem_str_new_cstr instead of rb_str_new2. ENV['PATH'].encoding should be Filesystem Encoding because its content is related to filesystem. see [ruby-dev:39393];To;;I"hash.c (env_fetch);T;[o;;[I" ditto.;To;;I"%string.c (rb_filesystem_str_new);T;[o;;[I" defined.;To;;I"*string.c (rb_filesystem_str_new_cstr);T;[o;;[I" ditto.;To;;I"2include/ruby/intern.h (rb_filesystem_str_new);T;[o;;[I" added.;To;;I"7include/ruby/intern.h (rb_filesystem_str_new_cstr);T;[o;;[I" ditto.;TS; ; i; I"BTue Sep 29 04:06:18 2009 NARUSE, Yui ;T@ o; ;;;[o;;I"include/ruby/st.h;T;[o;;[I"%include inttypes.h and stdint.h.;TS; ; i; I"ETue Sep 29 00:07:06 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"$hash.c (rb_f_getenv, env_fetch);T;[o;;[I"#env string may be overwritten.;TS; ; i; I"2009-09-28;T@ S; ; i; I"EMon Sep 28 23:30:59 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"%dln.c (load_lib, dln_find_exe_r);T;[o;;[I"#env string may be overwritten.;To;;I"7dln.c (dln_{exit,loaderror,memerror,notimplement});T;[o;;[I""renamed as independent names.;To;;I"dln.c (aix_loaderror);T;[o;;[I"needs format string.;TS; ; i; I"BMon Sep 28 19:36:20 2009 NAKAMURA Usaku ;T@ o; ;;;[o;;I"win32/win32.c (LK_ERR);T;[o;;[I"Vwith overlapped I/O, LockFileEx() returns ERROR_IO_PENDING if the file is locked.;TS; ; i; I"GMon Sep 28 12:13:15 2009 Yukihiro Matsumoto ;T@ o; ;;;[ o;;I"method.h (enum);T;[o;;[I",new method type VM_METHOD_TYPE_MISSING.;To;;I"vm_eval.c (vm_call0);T;[o;;[I"4invoking VM_METHOD_TYPE_MISSING method objects.;To;;I"%vm_insnhelper.c (vm_call_method);T;[o;;[I"9invoking method defined from VM_METHOD_TYPE_MISSING.;To;;I"#proc.c (rb_method_entry_arity);T;[o;;[I" ditto.;To;;I"%vm_method.c (rb_method_entry_eq);T;[o;;[I"_two method object wraps method_missing with same symbol should be equal. [ruby-core:25755];To;;I"proc.c (mnew);T;[o;;[I"(should always return method object.;TS; ; i; I"BMon Sep 28 11:38:07 2009 NAKAMURA Usaku ;T@ o; ;;;[o;;I"#parse.y (parser_tokadd_string);T;[o;;[I"athe byte after ``\'' may be a part of multibyte character, so pushback it. [ruby-list:46416];TS; ; i; I"BMon Sep 28 10:06:38 2009 NARUSE, Yui ;T@ o; ;;;[o;;I"%stringio/stringio.c (strio_read);T;[o;;[I";set ASCII-8BIT encoding when length argument is given.;TS; ; i; I"HMon Sep 28 01:28:17 2009 Yutaka Kanemoto ;T@ o; ;;;[o;;I"Makefile.in (miniruby);T;[o;;[I")suppress duplication warning on AIX.;TS; ; i; I"HMon Sep 28 01:13:25 2009 Yutaka Kanemoto ;T@ o; ;;;[o;;I"common.mk (ruby.imp);T;[o;;[I""add text section [Bug #2064].;To;;I"common.mk (ruby.imp);T;[o;;[I"do not export Init_*.;TS; ; i; I"2009-09-27;T@ S; ; i; I";Sun Sep 27 13:06:43 2009 Tanaka Akira ;T@ o; ;;;[o;;I",lib/pp.rb (PP:ObjectMixin#pretty_print);T;[o;;[I"8delegates has no inspect method. [ruby-core:25804];TS; ; i; I"ESun Sep 27 12:01:42 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"string.c (str_buf_cat2);T;[o;;[I"?optimize since all second arguments are constant literals.;To;;I"string.c (str_cat_char);T;[o;;[I"unused now.;To;;I"'string.c (rb_hash_{uint{32,},end});T;[o;;[I" removed.;TS; ; i; I"ESun Sep 27 11:58:23 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"configure.in (optflags);T;[o;;[I")add -fomit-frame-pointer by default.;TS; ; i; I";Sun Sep 27 11:28:15 2009 Tanaka Akira ;T@ o; ;;;[o;;I"enum.c (enum_minmax);T;[o;;[I"use struct for memo.;To;;I"(enum_minmax_by);T;[o;;[I" ditto.;TS; ; i; I"ESun Sep 27 10:21:16 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"configure.in (warnflags);T;[o;;[I"+check all flags if each are available.;TS; ; i; I"BSun Sep 27 05:35:17 2009 NARUSE, Yui ;T@ o; ;;;[o;;I"'ext/json/ext/generator/generator.c;T;[o;;[I".Documentation patch by okkez. [Bug #2075];TS; ; i; I"BSun Sep 27 04:20:55 2009 NARUSE, Yui ;T@ o; ;;;[o;;I"string.c (rb_str_inspect);T;[o;;[I"result's encoding should be fixed. If default_internal is not nil, the encoding is default_internal. Else if default_external is not nil, the encoding is default_external. But the encoding is not ASCII-compatible, the encoding is replaced by US-ASCII. Characters in ASCII-incompatible encoding or non ASCII characters in other than the encoding will be \xXX escaped. [ruby-dev:39343];To;;I"string.c (str_buf_cat2);T;[o;;[I" defined.;To;;I"string.c (prefix_escape);T;[o;;[I" removed.;TS; ; i; I"QSun Sep 27 05:37:45 2009 Alexander Zavorine ;T@ o; ;;;[o;;I"symbian/missing-pips.c;T;[o;;[I".Updated to work with the latest PIPS 1.6.;To;;I"symbian/setup;T;[o;;[I" ditto.;To;;I"symbian/README.SYMBIAN;T;[o;;[I" ditto.;TS; ; i; I"=Sun Sep 27 02:00:46 2009 Koichi Sasada ;T@ o; ;;;[o;;I" string.c;T;[o;;[I"Xuse rename-macro instead of RUBY_ALIAS_FUNCTION_TYPE. Because build causes failure.;TS; ; i; I"2009-09-26;T@ S; ; i; I"ESat Sep 26 23:29:11 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I" st.c;T;[o;;[I"7moved murmur hash from string.c. [ruby-dev:39376];TS; ; i; I"QSun Sep 26 00:24:14 2009 Alexander Zavorine ;T@ o; ;;;[o;;I"symbian/setup;T;[o;;[I"AUpdated .mmp file generation due to blockinlining.c removal.;TS; ; i; I"DSat Sep 26 22:39:24 2009 Yuki Sonoda (Yugui) ;T@ o; ;;;[o;;I"Makefile.in(test-rubyspec);T;[o;;[I"1explicitly executes run subcommand of mspec.;To;;I"spec/README;T;[o;;[I" typo fix;TS; ; i; I"ESat Sep 26 17:53:13 2009 Nobuyoshi Nakada ;T@ o; ;;;[ o;;I"st.c (COLLISION);T;[o;;[I"$improved collision log feature.;To;;I"string.c (hash);T;[o;;[I"*updated to MurmurHash 2.0 2009-09-19.;To;;I"string.c (rb_hash_start);T;[o;;[I"*fixed shift width on 128bit platform.;To;;I";T@ o; ;;;[o;;I"%vm_method.c (rb_method_entry_eq);T;[o;;[I"^method defined from same block/proc should be equal. [ruby-core:25755] [ruby-core:24791];TS; ; i; I"=Sat Sep 26 08:35:12 2009 Koichi Sasada ;T@ o; ;;;[o;;I"iseq.c (compile_string);T;[o;;[I"Orename to parse_string(), because this function only parse String to NODE.;TS; ; i; I"2009-09-25;T@ S; ; i; I"BFri Sep 25 16:01:45 2009 NAKAMURA Usaku ;T@ o; ;;;[o;;I"8win32/win32.c, include/ruby/win32.h (rb_w32_access);T;[o;;[I"Anew function to replace MSVCRT's access(). [ruby-core:25761];To;;I"file.c (eaccess);T;[o;;[I"6workaround for recent MSVCRT is no longer needed.;TS; ; i; I"EFri Sep 25 13:04:46 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"proc.c (mnew);T;[o;;[I"fix for instance method of Module, BasicObject and subclass of a class which overrides respond_to_missing?. based on a patch from Nikolai Lugovoi in [ruby-core:25748].;TS; ; i; I"EFri Sep 25 11:56:50 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"(vm_method.c (rb_mod_method_defined);T;[o;;[I"!should return true or false.;TS; ; i; I"2009-09-24;T@ S; ; i; I"GThu Sep 24 13:32:53 2009 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"proc.c (mnew);T;[o;;[I"\generate method object that wraps method_missing, when #respond_to_missing? is defined.;To;;I"7test/ruby/test_object.rb (test_respond_to_missing);T;[o;;[I"6add test suites for #respond_to_missing? changes.;TS; ; i; I"EThu Sep 24 02:21:23 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"1ext/bigdecimal/lib/bigdecimal/math.rb (atan);T;[o;;[I"atan(Infinity) is PI/2.;To;;I"1ext/bigdecimal/lib/bigdecimal/math.rb (atan);T;[o;;[I"qreduce loop with the double-angle formula. based on a patch from Masahiro Kanai (CanI) in [ruby-dev:39367].;TS; ; i; I"HThu Sep 24 01:14:18 2009 Yutaka Kanemoto ;T@ o; ;;;[o;;I"dln.c (aix_loaderror);T;[o;;[I"#fixed typo. suppress warnings.;TS; ; i; I";Thu Sep 24 00:17:06 2009 Tanaka Akira ;T@ o; ;;;[o;;I"enum.c (enum_minmax);T;[o;;[I"reduce comparison.;To;;I"(enum_minmax_by);T;[o;;[I" ditto.;TS; ; i; I"2009-09-23;T@ S; ; i; I";Wed Sep 23 22:58:57 2009 Tanaka Akira ;T@ o; ;;;[o;;I"+lib/thread.rb (ConditionVariable#wait);T;[o;;[I"-add timeout argument. [ruby-talk:346154];TS; ; i; I"EWed Sep 23 21:25:20 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"1ext/bigdecimal/lib/bigdecimal/math.rb (atan);T;[o;;[I" refined.;TS; ; i; I"EWed Sep 23 17:08:30 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"parse.y (assign_in_cond);T;[o;;[I"Jalso should warn assignment to dvar in conditional. [ruby-dev:39363];TS; ; i; I"EWed Sep 23 13:14:21 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"string.c (rb_str_upto);T;[o;;[I"(keep first width. [ruby-dev:39361];TS; ; i; I"EWed Sep 23 11:28:06 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"4tool/instruction.rb (make_header_prepare_stack);T;[o;;[I"-check stack overflow. [ruby-core:25714];To;;I"0tool/instruction.rb (make_footer_stack_val);T;[o;;[I" ditto.;TS; ; i; I"2009-09-22;T@ S; ; i; I"GTue Sep 22 22:56:48 2009 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"'vm_method.c (basic_obj_respond_to);T;[o;;[I":new function to fundamental behavior for #respond_to?;To;;I"'vm_method.c (basic_obj_respond_to);T;[o;;[I"wcalls #respond_to_missing method if overridden, to check responsiveness of methods implemented by #method_missing.;TS; ; i; I"ETue Sep 22 16:34:33 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"&st.c (st_table_entry, st_get_key);T;[o;;[I"use st_index_t.;TS; ; i; I"ETue Sep 22 16:28:41 2009 Nobuyoshi Nakada ;T@ o; ;;;[ o;;I"%regenc.h (PosixBracketEntryType);T;[o;;[I"constified.;To;;I"%regenc.h (PosixBracketEntryInit);T;[o;;[I"suppress warnings.;To;;I"Dregerror.c (onig_error_code_to_str, onig_snprintf_with_pattern);T;[o;;[I"fixed type.;To;;I";regparse.c (st_str_end_key, str_end_cmp, str_end_hash);T;[o;;[I"constified.;To;;I"8tool/transcode-tblgen.rb (transcode_generated_code);T;[o;;[I"fixed type.;TS; ; i; I";Tue Sep 22 10:29:06 2009 Tanaka Akira ;T@ o; ;;;[o;;I"enum.c (enum_chunk);T;[o;;[I"!new method Enumerable#chunk.;To;;I"enum.c (enum_slice_before);T;[o;;[I"Jnew method Enumerable#slice_before. [ruby-dev:38392] [ruby-dev:39240];TS; ; i; I"ETue Sep 22 05:58:25 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"compile.c, cont.c, gc.c, insns.def, iseq.c, iseq.h, process.c, thread.c, vm.c, vm_core.h, vm_dump.c, vm_eval.c, vm_insnhelper.c, vm_method.c, template/insns_info.inc.tmpl, tool/instruction.rb;T;[o;;[I"fixed types.;TS; ; i; I"ETue Sep 22 05:04:08 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"3ext/bigdecimal/lib/bigdecimal/{ludcmp,math}.rb;T;[o;;[I"depend on bigdecimal.;To;;I"'ext/bigdecimal/lib/bigdecimal/*.rb;T;[o;;[I"made module functions.;TS; ; i; I"ETue Sep 22 04:47:37 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"-ext/bigdecimal/bigdecimal.c (GetVpValue);T;[o;;[I"9support conversion from Rational. [ruby-core:25697];TS; ; i; I"ETue Sep 22 04:43:42 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I",Makefile.in, win32/Makefile.sub (INSNS);T;[o;;[I"depend on tools.;TS; ; i; I"2009-09-21;T@ S; ; i; I"EMon Sep 21 17:12:10 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"proc.c (proc_binding);T;[o;;[I"/allow proc from method. [ruby-core:25589];To;;I"*vm.c (collect_local_variables_in_env);T;[o;;[I"block iseq can be NULL.;TS; ; i; I"GMon Sep 21 10:50:37 2009 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"time.c (rb_time_succ);T;[o;;[I"@make Time#succ obsolete since time is not a discrete value.;To;;I" range.c (discrete_object_p);T;[o;;[I"}treat time objects specially to determine discrete values, since time objects have #succ yet are discrete (for now at least).;TS; ; i; I"EMon Sep 21 10:13:22 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"3cont.c (cont_new, cont_capture, fiber_t_alloc);T;[o;;[I"9needs already running thread. cf. [ruby-core:25681];TS; ; i; I"EMon Sep 21 00:07:36 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"Eext/bigdecimal/lib/bigdecimal/math.rb (sin, cos, atan, exp, log);T;[o;;[I"|improved precision and performance. based on a patch from Makoto Yamashita in [ruby-core:25600] and [ruby-core:25602].;TS; ; i; I"2009-09-19;T@ S; ; i; I"ESat Sep 19 17:46:46 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"#vm_core.h (ENABLE_VM_OBJSPACE);T;[o;;[I"Usocklist needs st_table in rb_w32_sysinit(), before object space initialization.;TS; ; i; I"ESat Sep 19 17:32:59 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"6dir.c (GlobPathValue), file.c (rb_get_path_check);T;[o;;[I")path names must be ASCII compatible.;TS; ; i; I"ESat Sep 19 00:02:19 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I""include/ruby/ruby.h (rb_type);T;[o;;[I"^forward declaration to suppress a warning. a patch from Naohisa Goto at [ruby-dev:39350];TS; ; i; I"2009-09-18;T@ S; ; i; I"EFri Sep 18 23:59:27 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"dir.c (GlobPathValue);T;[o;;[I"Radjust return types. based on a patch from Naohisa Goto at [ruby-dev:39350].;TS; ; i; I"EFri Sep 18 23:51:17 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"marshal.c (r_object0);T;[o;;[I"Eentry regexp object before its encoding name. [ruby-core:25625];TS; ; i; I"EFri Sep 18 16:29:16 2009 Nobuyoshi Nakada ;T@ o; ;;;[ o;;I"common.mk (eval.o);T;[o;;[I"needs vm.h.;To;;I"eval.c (ruby_cleanup);T;[o;;[I"%destruct current VM before exit.;To;;I"gc.c (rb_objspace_free);T;[o;;[I"free object space.;To;;I"vm.c (ruby_vm_destruct);T;[o;;[I"!destruct and free VM struct.;TS; ; i; I"EFri Sep 18 16:15:04 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"7compile.c (iseq_compile_each), parse.y (stmt, arg);T;[o;;[I"Iarg_concat() on op_asgn was inversed. [ruby-core:25629] [Bug #2050];TS; ; i; I"EFri Sep 18 16:06:27 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"dir.c (GlobPathValue);T;[o;;[I"*glob allows null bytes as separators.;TS; ; i; I"EFri Sep 18 10:11:53 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"doc/re.rdoc;T;[o;;[I"use rdoc mode.;To;;I"misc/rdoc-mode.el;T;[o;;[I" added.;TS; ; i; I"EFri Sep 18 09:02:49 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I".lib/rdoc/rdoc.rb (RDoc::RDoc#parse_files);T;[o;;[I""don't branch by RUBY_VERSION.;To;;I".lib/rdoc/rdoc.rb (RDoc::RDoc#parse_files);T;[o;;[I"Nemacs local variables are delimited by a semicolon. supported Vim style.;TS; ; i; I"EFri Sep 18 07:06:41 2009 Kazuhiro NISHIYAMA ;T@ o; ;;;[o;;I"%test/fileutils/test_fileutils.rb;T;[o;;[I"$add a test for [ruby-dev:39345];TS; ; i; I"EFri Sep 18 06:47:13 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"dir.c (push_glob);T;[o;;[I"#str should be a string always.;To;;I"$dir.c (rb_push_glob, dir_globs);T;[o;;[I"Fuse #to_path to convert non- string values. cf. [ruby-dev:39345];TS; ; i; I"EFri Sep 18 06:36:51 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"lib/mkmf.rb (rm_f, rm_rf);T;[o;;[I"5FileUtils.rm can take an array. [ruby-dev:39345];To;;I" lib/mkmf.rb (create_header);T;[o;;[I"open in binmode.;TS; ; i; I"2009-09-17;T@ S; ; i; I"EThu Sep 17 18:34:19 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"gc.c (vm_xrealloc);T;[o;;[I"0free as like standard free if size is zero.;TS; ; i; I"=Thu Sep 17 15:41:02 2009 Koichi Sasada ;T@ o; ;;;[o;;I"eval_intern.h;T;[o;;[I"$use rb_node_newnode() directly.;TS; ; i; I"=Thu Sep 17 15:01:32 2009 Koichi Sasada ;T@ o; ;;;[o;;I"blockinlining.c;T;[o;;[I" removed.;To;;I"README.EXT;T;[o;;[I" ditto.;To;;I"README.EXT.ja;T;[o;;[I" ditto.;TS; ; i; I"EThu Sep 17 13:50:50 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"%thread.c (rb_thread_s_debug_set);T;[o;;[I"!set level, not only boolean.;TS; ; i; I"EThu Sep 17 13:12:37 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"1lib/rdoc/parser/ruby.rb (RDoc::Parser::Ruby);T;[o;;[I"parse also rdoc files.;To;;I"doc/re.rdoc;T;[o;;[I"renamed from re.rb.;TS; ; i; I"BThu Sep 17 09:37:28 2009 NARUSE, Yui ;T@ o; ;;;[o;;I"doc/re.rb;T;[o;;[I"^New document for Ruby's fork of Oniguruma. written by Run Paint Run Run [ruby-core:25420];To;;I" re.c;T;[o;;[I""import document in doc/re.rb.;To;;I".document;T;[o;;[I"add doc/re.rb.;TS; ; i; I";Thu Sep 17 00:36:01 2009 Tanaka Akira ;T@ o; ;;;[o;;I"time.c (time_mdump);T;[o;;[I"error message refined.;TS; ; i; I"2009-09-16;T@ S; ; i; I"GWed Sep 16 19:27:43 2009 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"9test/ruby/test_thread.rb (TestThread#test_recursive);T;[o;;[I"*remove implementation dependent test.;TS; ; i; I"BWed Sep 16 17:42:52 2009 NAKAMURA Usaku ;T@ o; ;;;[o;;I"'win32/Makefile.sub (config.status);T;[o;;[I"ginstall-capi needs docdir. And, mandir, infodir and ridir are also depend on datadir like docdir.;TS; ; i; I"BWed Sep 16 16:59:34 2009 NAKAMURA Usaku ;T@ o; ;;;[o;;I"$win32/Makefile.sub (DOCTARGETS);T;[o;;[I"rdoc is default.;TS; ; i; I"BWed Sep 16 16:27:40 2009 NAKAMURA Usaku ;T@ o; ;;;[o;;I"win32/Makefile.sub;T;[o;;[I" typo.;TS; ; i; I"EWed Sep 16 16:20:17 2009 Nobuyoshi Nakada ;T@ o; ;;;[ o;;I"configure.in (CAPITARGET);T;[o;;[I"%enable iff doxygen is available.;To;;I"configure.in (INSTALLDOC);T;[o;;[I"+enable if rdoc or doxygen are enabled.;To;;I"common.mk (docs);T;[o;;[I"target to make documents.;To;;I":Makefile.in, win32/Makefile.sub (install-{all,nodoc});T;[o;;[I"+trigger by $(INSTALLDOC) from install.;TS; ; i; I"BWed Sep 16 13:15:17 2009 NAKAMURA Usaku ;T@ o; ;;;[o;;I"template/Doxyfile.tmpl;T;[o;;[I".RbConfig::CONFIG['DOT'] is sometimes nil.;TS; ; i; I"EWed Sep 16 10:14:54 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"8README.EXT, README.EXT.ja (rb_protect, rb_jump_tag);T;[o;;[I" added.;TS; ; i; I"EWed Sep 16 10:12:56 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"common.mk (main);T;[o;;[I"makes also encs.;TS; ; i; I"2009-09-15;T@ S; ; i; I";Tue Sep 15 21:48:12 2009 Tanaka Akira ;T@ o; ;;;[o;;I"*configure.in (--enable-frame-address);T;[o;;[I" removed.;TS; ; i; I"BTue Sep 15 15:21:01 2009 NAKAMURA Usaku ;T@ o; ;;;[o;;I"4win32/{configure.bat,Makefile.sub} (RDOCTARGET);T;[o;;[I"5the meaning of this macro was changed at r24923.;TS; ; i; I"ETue Sep 15 15:16:14 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"8common.mk (install-rdoc), configure.in (RDOCTARGET);T;[o;;[I"3removed circular dependency. [ruby-dev:39339];TS; ; i; I"BTue Sep 15 15:09:13 2009 NAKAMURA Usaku ;T@ o; ;;;[o;;I"win32/configure.bat;T;[o;;[I"9need a space before a tab to output the tab by echo.;TS; ; i; I"BTue Sep 15 14:24:52 2009 NARUSE, Yui ;T@ o; ;;;[o;;I"string.c (rb_str_split_m);T;[o;;[I">use rb_isspace when the string may be ASCII-incompatible.;To;;I""string.c (rb_str_lstrip_bang);T;[o;;[I" ditto.;To;;I""string.c (rb_str_rstrip_bang);T;[o;;[I" ditto.;TS; ; i; I"ETue Sep 15 12:12:27 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"2configure.in (RUBY_USE_BUILTIN_FRAME_ADDRESS);T;[o;;[I"(check after real target CPU is set.;To;;I"'configure.in (RUBY_UNIVERSAL_ARCH);T;[o;;[I",check real target CPU after AC_PROG_CC.;TS; ; i; I"ETue Sep 15 06:42:59 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"common.mk (install-all);T;[o;;[I"target to install all.;To;;I"#tool/rbinstall.rb (parse_args);T;[o;;[I" accept all install targets.;To;;I"#tool/rbinstall.rb (parse_args);T;[o;;[I";show help message and exit if rbconfig could not load.;TS; ; i; I"ETue Sep 15 04:25:03 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"configure.in (RDOCTARGET);T;[o;;[I"'use install-all. [ruby-dev:39334];TS; ; i; I"GTue Sep 15 03:00:35 2009 Yukihiro Matsumoto ;T@ o; ;;;[o;;I""string.c (rb_str_lstrip_bang);T;[o;;[I"+use ascii_isspace(). [ruby-dev:39322];To;;I""string.c (rb_str_rstrip_bang);T;[o;;[I" ditto.;To;;I"string.c (rb_str_split_m);T;[o;;[I" ditto.;TS; ; i; I"2009-09-14;T@ S; ; i; I"EMon Sep 14 16:39:14 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"debug.c, parse.y;T;[o;;[I"fixed types.;To;;I"node.h (nd_line);T;[o;;[I"limit to int.;TS; ; i; I"EMon Sep 14 11:23:45 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"4configure.in, common.mk, */configure.bat (rdoc);T;[o;;[I">make before install if rdoc is enabled. [ruby-dev:39325];TS; ; i; I"EMon Sep 14 10:56:40 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"common.mk (check-ruby);T;[o;;[I"!run all test of ruby itself.;TS; ; i; I"EMon Sep 14 10:44:47 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"$include/ruby/ruby.h (RB_TYPE_P);T;[o;;[I"7should not use BUILTIN_TYPE for special constants.;TS; ; i; I"BMon Sep 14 10:08:19 2009 NARUSE, Yui ;T@ o; ;;;[o;;I"string.c (rb_str_inspect);T;[o;;[I"Vuse rb_enc_mbc_to_codepoint because we already knew char is found and got length.;TS; ; i; I"BMon Sep 14 09:59:03 2009 NAKAMURA Usaku ;T@ o; ;;;[o;;I"]include/ruby/ruby.h (NUM2INT, NUM2LL, INT2NUM, UINT2NUM), (LONG2NUM, ULONG2NUM, NUM2CHR);T;[o;;[I"Pget rid of backward references of macros. the code couldn't compile by VC.;TS; ; i; I"QMon Sep 14 03:30:23 2009 Alexander Zavorine ;T@ o; ;;;[o;;I"symbian/pre-build;T;[o;;[I"3added rule to generate id.h for Symbian build.;To;;I"symbian/configure.bat;T;[o;;[I""fixed harmless error message.;TS; ; i; I"2009-09-13;T@ S; ; i; I"ESun Sep 13 22:18:33 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"%variable.c (rb_mod_remove_const);T;[o;;[I"9do not change VM state when an exception will occur.;TS; ; i; I"ISun Sep 13 21:25:01 2009 Masaki Suketa ;T@ o; ;;;[o;;I"5ext/win32ole/win32ole.c (oletypelib_get_libattr);T;[o;;[I"7some refactoring by adding oletypelib_get_libattr.;TS; ; i; I"ISun Sep 13 20:55:19 2009 Masaki Suketa ;T@ o; ;;;[o;;I"5ext/win32ole/win32ole.c (oletypelib_get_typelib);T;[o;;[I"7some refactoring by adding oletypelib_get_typelib.;TS; ; i; I"ESun Sep 13 20:18:49 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"=ruby.c (process_sflag, proc_options, load_file_internal);T;[o;;[I"fixed types.;TS; ; i; I"ISun Sep 13 19:39:59 2009 Masaki Suketa ;T@ o; ;;;[o;;I"ext/win32ole/win32ole.c;T;[o;;[I"some refactoring.;TS; ; i; I"ESun Sep 13 19:38:34 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I" ruby.c (load_file_internal);T;[o;;[I"'no need to define DATA when error.;TS; ; i; I"ESun Sep 13 18:48:43 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"configure.in (XLDFLAGS);T;[o;;[I")link startup code with ObjC support.;TS; ; i; I"ESun Sep 13 12:07:49 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"!include/ruby/ruby.h (SYM2ID);T;[o;;[I"needs parens.;To;;I"|include/ruby/ruby.h (NUM2INT, NUM2LL, INT2NUM, UINT2NUM), (LONG2NUM, ULONG2NUM, NUM2CHR, rb_type_p, rb_special_const_p);T;[o;;[I"GCC specific optimization.;TS; ; i; I";Sun Sep 13 11:06:12 2009 Tanaka Akira ;T@ o; ;;;[o;;I"7lib/open-uri.rb (OpenURI::Meta#content_type_parse);T;[o;;[I"strip quotes.;TS; ; i; I"ESun Sep 13 09:38:06 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"4lib/prime.rb (EratosthenesGenerator#initialize);T;[o;;[I"call super.;To;;I"*(TrialDivisionGenerator, Generator23);T;[o;;[I"ditto. [ruby-core:25539];TS; ; i; I"ESun Sep 13 09:34:10 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"$vm_method.c (rb_add_method_def);T;[o;;[I"%no warning for inherited method.;TS; ; i; I"ISun Sep 13 08:30:30 2009 Masaki Suketa ;T@ o; ;;;[o;;I"ext/win32ole/win32ole.c;T;[o;;[I"Ofix WIN32OLE_TYPELIB.new when the 1st argument is the non-registered file.;TS; ; i; I"=Sun Sep 13 02:08:43 2009 Koichi Sasada ;T@ o; ;;;[o;;I"vm_core.h;T;[o;;[I"hchange members of iseq_inline_cache_entry. make cache value members to one union member "ic_value".;To;;I"insns.def;T;[o;;[I" ditto.;To;;I"vm_insnhelper.c;T;[o;;[I" ditto.;TS; ; i; I";Sun Sep 13 01:15:49 2009 Tanaka Akira ;T@ o; ;;;[o;;I"+lib/open-uri.rb (URI::FTP#buffer_open);T;[o;;[I"fix the %2F handling.;TS; ; i; I"ESun Sep 13 00:46:39 2009 Nobuyoshi Nakada ;T@ o; ;;;[ o;;I"#vm_method.c (CALL_METHOD_HOOK);T;[o;;[I"refined with macro.;To;;I"&vm_method.c (rb_remove_method_id);T;[o;;[I"%no definition body is undefined.;To;;I"2vm_method.c (rb_add_method, rb_add_method_me);T;[o;;[I"@call method added hook after definition. [ruby-core:25536];To;;I"vm_method.c (rb_alias);T;[o;;[I"-hooks are called from rb_add_method_def.;TS; ; i; I"2009-09-12;T@ S; ; i; I";Sat Sep 12 22:47:24 2009 Tanaka Akira ;T@ o; ;;;[o;;I"+lib/open-uri.rb (URI::FTP#buffer_open);T;[o;;[I"'use the port specified in the URI.;TS; ; i; I"ESat Sep 12 17:31:42 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"configure.in (GCC);T;[o;;[I"1subst for GCC depending extension libraries.;TS; ; i; I"ISat Sep 12 07:52:59 2009 Masaki Suketa ;T@ o; ;;;[o;;I"/ext/win32ole/win32ole.c (EVENTSINK_Invoke);T;[o;;[I"%initialize result variant value.;TS; ; i; I"2009-09-11;T@ S; ; i; I"EFri Sep 11 21:52:13 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I" NEWS;T;[o;;[I"Uupdate for 1.9.2. based on a patch from Run Paint Run Run in [ruby-core:25534].;TS; ; i; I"EFri Sep 11 21:38:13 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"configure.in;T;[o;;[I",check for real target cpu on darwin 10.;TS; ; i; I"BFri Sep 11 18:51:57 2009 NARUSE, Yui ;T@ o; ;;;[o;;I"test/fileutils;T;[o;;[I"1use require_relative to require fileasserts.;TS; ; i; I"EFri Sep 11 14:22:45 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"configure.in (debugflags);T;[o;;[I",use gdb by default on linux and darwin.;To;;I"configure.in (XLDFLAGS);T;[o;;[I" keep ARCHFILE macro on AIX.;To;;I"%configure.in (RUBY_REPLACE_TYPE);T;[o;;[I";T@ o; ;;;[o;;I"!include/ruby/win32.h (fstat);T;[o;;[I"/override if large file support is enabled.;TS; ; i; I"EFri Sep 11 11:33:30 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"tool/config.{guess,sub};T;[o;;[I"updated to automake-1.11.;TS; ; i; I"GFri Sep 11 10:38:33 2009 URABE Shyouhei ;T@ o; ;;;[o;;I"5lib/net/http.rb (Net::HTTPHeader::encode_kvpair);T;[o;;[I"also call to_s to k. A patch from swdyh http://github.com/swdyh/ruby/tree/c847f43c2ccb679b9ff728f8b1b16c6ceeb57f39;TS; ; i; I"EFri Sep 11 09:45:11 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"dln.c (aix_loaderror);T;[o;;[I"|get rid of using uninitialized value in the case loadquery fails. fixed wrong index variable usage. see [ruby-core:25479].;TS; ; i; I"BFri Sep 11 07:52:43 2009 NARUSE, Yui ;T@ o; ;;;[o;;I"7unicode.c (onigenc_unicode_property_name_to_ctype);T;[o;;[I"ignore case of properties.;To;;I"tool/enc-unicode.rb;T;[o;;[I"downcase properties list.;To;;I"senc/unicode/name2ctype.h, enc/unicode/name2ctype.h.blt, enc/unicode/name2ctype.kwd, enc/unicode/name2ctype.src;T;[o;;[I"follow above.;TS; ; i; I"=Fri Sep 11 05:00:19 2009 Koichi Sasada ;T@ o; ;;;[o;;I")include/ruby/ruby.h (rb_data_type_t);T;[o;;[I"cAdd comments. And add a member variable "data", a multi-purpose storage area for rb_data_type.;TS; ; i; I";Fri Sep 11 02:14:21 2009 Tanaka Akira ;T@ o; ;;;[o;;I" test/dl;T;[o;;[I"2use require_relative to require test_base.rb.;TS; ; i; I"BFri Sep 11 02:06:44 2009 NARUSE, Yui ;T@ o; ;;;[o;;I"&parse.y (rb_char_to_option_kcode);T;[o;;[I""ASCII-8BIT should also delay.;To;;I"re.c (parser_regx_options);T;[o;;[I"Areturn rb_ascii8bit_encindex on ASCII-8BIT. [ruby-dev:39300];TS; ; i; I"2009-09-10;T@ S; ; i; I"EThu Sep 10 23:00:45 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I""lib/mkmf.rb (create_makefile);T;[o;;[I"2fix for parallel execution. [ruby-core:25509];TS; ; i; I";Thu Sep 10 21:22:01 2009 Tanaka Akira ;T@ o; ;;;[o;;I"&test/dl/test_cptr.rb (test_free=);T;[o;;[I")test SEGV at first. [ruby-dev:39269];TS; ; i; I";Thu Sep 10 21:20:59 2009 Tanaka Akira ;T@ o; ;;;[o;;I".test/ruby/envutil.rb (assert_normal_exit);T;[o;;[I" Don't use AssertionMessage.;TS; ; i; I"BThu Sep 10 15:59:05 2009 NARUSE, Yui ;T@ o; ;;;[o;;I""regparse.c (UNKNOWN_ESC_WARN);T;[o;;[I" added.;To;;I"®parse.c (conv_backslash_value);T;[o;;[I";Warn unknown escaped chars in regexp. [ruby-dev:39104];TS; ; i; I"2009-09-09;T@ S; ; i; I"EWed Sep 9 22:02:02 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"3lib/fileutils.rb (FileUtils::Entry_#copy_file);T;[o;;[I"Nopen the source file first to ensure it can be copied. [ruby-core:25498];TS; ; i; I"EWed Sep 9 21:20:49 2009 Nobuyoshi Nakada ;T@ o; ;;;[ o;;I"7ext/bigdecimal/bigdecimal.c (BigDecimal_data_type);T;[o;;[I" typed.;To;;I"'ext/dl/cfunc.c (dlcfunc_data_type);T;[o;;[I" typed.;To;;I"$ext/dl/cptr.c (dlptr_data_type);T;[o;;[I" ditto.;To;;I")ext/dl/handle.c (dlhandle_data_type);T;[o;;[I" ditto.;TS; ; i; I"BWed Sep 9 17:17:31 2009 NARUSE, Yui ;T@ o; ;;;[o;;I"re.c (parser_regx_options);T;[o;;[I";only one kcode should effect options [ruby-core:25411];TS; ; i; I"EWed Sep 9 15:46:28 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"!load.c (rb_feature_provided);T;[o;;[I";T@ o; ;;;[o;;I"include/ruby/st.h ;T;[o;;[I"revert previous commit.;To;;I"ext/objspace/objspace.c ;T;[o;;[I"remove st_memsize declare.;TS; ; i; I"IWed Sep 9 14:07:19 2009 TAKANO Mitsuhiro (takano32) ;T@ o; ;;;[o;;I"include/ruby/st.h ;T;[o;;[I"&fix duplicate st_memsize declare.;TS; ; i; I"EWed Sep 9 13:33:11 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"variable.c (rb_autoload);T;[o;;[I"initialize typed data.;TS; ; i; I"EWed Sep 9 13:10:41 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"st.c (st_free_table);T;[o;;[I"constified.;TS; ; i; I"EWed Sep 9 13:09:07 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"dir.c (dir_data_type);T;[o;;[I" typed.;To;;I"(enumerator.c (enumerator_data_type);T;[o;;[I" typed.;To;;I"-(yielder_data_type, generator_data_type);T;[o;;[I" ditto.;To;;I"&error.c (name_err_mesg_data_type);T;[o;;[I" typed.;To;;I"file.c (stat_data_type);T;[o;;[I" typed.;To;;I"Ethread.c (thgroup_data_type, mutex_data_type, barrier_data_type);T;[o;;[I" typed.;To;;I"time.c (time_data_type);T;[o;;[I" typed.;To;;I""transcode.c (econv_data_type);T;[o;;[I" typed.;To;;I"$variable.c (autoload_data_type);T;[o;;[I" typed.;TS; ; i; I"EWed Sep 9 11:11:33 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I".include/ruby/ruby.h (rb_data_type_struct);T;[o;;[I"constified dsize.;TS; ; i; I"EWed Sep 9 11:07:48 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"cont.c (cont_memsize);T;[o;;[I"$fixed wrong expression on IA64.;TS; ; i; I"EWed Sep 9 10:51:46 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"*cont.c (cont_restore_1, rb_cont_call);T;[o;;[I"should be Fiber.;TS; ; i; I"EWed Sep 9 00:27:29 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"-cont.c (cont_data_type, fiber_data_type);T;[o;;[I" typed.;TS; ; i; I"2009-09-08;T@ S; ; i; I"ETue Sep 8 22:37:59 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"-lib/tempfile.rb, lib/tmpdir.rb (Tmpname);T;[o;;[I"+extracted new module. [ruby-dev:39197];TS; ; i; I"ETue Sep 8 22:18:11 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"$st.c (st_init_*table_with_size);T;[o;;[I"use st_index_t.;To;;I"%include/ruby/st.h (st_hash_func);T;[o;;[I"use st_index_t.;TS; ; i; I"ETue Sep 8 21:48:15 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"vm.c (rb_thread_mark);T;[o;;[I"7mark callers iseqs. [ruby-core:25474] [Bug #2062];TS; ; i; I"=Tue Sep 8 11:53:58 2009 Koichi Sasada ;T@ o; ;;;[o;;I"iseq.c (iseq_mark);T;[o;;[I"*no need to mark inline cache entries.;To;;I"0insns.def (onceinlinecache, setinlinecache);T;[o;;[I"'save a value to mark cached value.;TS; ; i; I"ETue Sep 8 08:32:30 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I" test/dl/test_{cfunc,ptr}.rb;T;[o;;[I";T@ o; ;;;[o;;I"io.c (rb_io_tell);T;[o;;[I""adjustment for ungotten data.;TS; ; i; I"EMon Sep 7 17:13:53 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"io.c (io_encname_bom_p);T;[o;;[I"removed magic number.;TS; ; i; I"GMon Sep 7 12:26:04 2009 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"9lib/irb/inspector.rb (IRB::INSPECTORS.def_inspector);T;[o;;[I"bsupport object without #inspect defined. a patch from Daniel Bovensiepen. [ruby-core:25200];TS; ; i; I"=Mon Sep 7 05:38:34 2009 Koichi Sasada ;T@ o; ;;;[o;;I"insns.def (opt_*);T;[o;;[I"add IC operands.;To;;I")vm_insnhelper.h (CALL_SIMPLE_METHOD);T;[o;;[I"add a version which use an inline cache. USE_IC_FOR_SPECIALIZED_METHOD macro switches the behaviour. This change also removes CALL_SIMPLE_METHOD_IC() macro.;To;;I"tool/instruction.rb;T;[o;;[I"5fix elimination process to ignore variable "ic".;TS; ; i; I"=Mon Sep 7 05:21:09 2009 Koichi Sasada ;T@ o; ;;;[o;;I"Makefile.in, common.mk;T;[o;;[I"!move a id.h generation rule.;TS; ; i; I"=Mon Sep 7 05:07:59 2009 Koichi Sasada ;T@ o; ;;;[o;;I"benchmark/driver.rb;T;[o;;[I" remove RUBY_VERSION output.;TS; ; i; I"=Mon Sep 7 05:06:16 2009 Koichi Sasada ;T@ o; ;;;[o;;I"vm_insnhelper.c;T;[o;;[I"=rename macro name ENABLE_IC_FOR_IVAR to USE_IC_FOR_IVAR.;TS; ; i; I"BMon Sep 7 03:21:40 2009 NARUSE, Yui ;T@ o; ;;;[o;;I"#lib/uri/common.rb (URI.escape);T;[o;;[I"obsoleted.;To;;I"%lib/uri/common.rb (URI.unescape);T;[o;;[I" ditto.;TS; ; i; I"2009-09-06;T@ S; ; i; I"=Sun Sep 6 18:13:54 2009 Koichi Sasada ;T@ o; ;;;[o;;I",vm_insnhelper.h (CALL_SIMPLE_METHOD_IC);T;[o;;[I"?make a macro invoke simple method with inline cache entry.;To;;I"%insns.def (opt_length, opt_size);T;[o;;[I"$fix to use inline method cache.;TS; ; i; I"=Sun Sep 6 17:47:21 2009 Koichi Sasada ;T@ o; ;;;[o;;I"template/id.h.tmpl;T;[o;;[I"fix this.;To;;I" id.h;T;[o;;[I";T@ o; ;;;[o;;I"Ccompile.c (iseq_specialized_instruction), insns.def (opt_size);T;[o;;[I"9optimize #size methods (by specialized instruction).;To;;I"&id.c, id.h, vm.c, vm_insnhelper.h;T;[o;;[I" ditto.;TS; ; i; I"=Sun Sep 6 16:13:06 2009 Koichi Sasada ;T@ o; ;;;[o;;I"Binsns.def (setinstancevariable), vm_insnhelper.c (vm_setivar);T;[o;;[I"4fix to use inline cache (trivial optimization).;TS; ; i; I"ESun Sep 6 10:34:19 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I" io.c;T;[o;;[I"Afixed rdoc, a patch from Nobuhiro IMAI at [ruby-core:25433].;TS; ; i; I"BSun Sep 6 05:19:09 2009 NARUSE, Yui ;T@ o; ;;;[o;;I" io.c;T;[o;;[I"KAdd rdoc for ARGF. contributed by Run Paint Run Run. [ruby-core:23854];TS; ; i; I"2009-09-05;T@ S; ; i; I"ESat Sep 5 15:21:13 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I""compile.c (iseq_compile_each);T;[o;;[I"9op_asgn to aref should return rhs. [ruby-core:25387];TS; ; i; I"ESat Sep 5 10:38:46 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I""compile.c (iseq_compile_each);T;[o;;[I"O&&= and ||= should return rhs. [ruby-dev:39163] (#1996), [ruby-core:25143];TS; ; i; I"ESat Sep 5 08:51:43 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"re.c (update_char_offset);T;[o;;[I"position should be long.;To;;I"#re.c (match_hash, match_equal);T;[o;;[I"$new methods. [ruby-core:24748];To;;I"5re.c (reg_match_pos, rb_reg_eqq, rb_reg_s_quote);T;[o;;[I"!get rid of use VALUE as int.;TS; ; i; I"2009-09-04;T@ S; ; i; I"EFri Sep 4 20:40:57 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"numeric.c (round);T;[o;;[I")added declaration. [ruby-dev:39222];TS; ; i; I"GFri Sep 4 06:15:39 2009 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"dir.c (Init_Dir);T;[o;;[I"6alias Dir#path to Dir#to_path. [ruby-core:25326];TS; ; i; I"EFri Sep 4 04:49:39 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"random.c (random_rand);T;[o;;[I"#fixed rdoc. [ruby-core:25332];TS; ; i; I"EFri Sep 4 04:46:08 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"5lib/webrick/httpservlet/abstract.rb (do_OPTIONS);T;[o;;[I"5method names are symbols now. [ruby-core:24580];TS; ; i; I"2009-09-03;T@ S; ; i; I"EThu Sep 3 17:56:40 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"!parse.y (literal_concat_gen);T;[o;;[I"Aconcat body from dstr instead of nd_next. [ruby-core:25284];TS; ; i; I"2009-09-02;T@ S; ; i; I"EWed Sep 2 16:49:53 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"math.c (math_gamma);T;[o;;[I"lget rid of direct comparison between too big double and integer, with gcc on x86_64. [ruby-core:25257];TS; ; i; I"EWed Sep 2 13:47:30 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"math.c (domain_check);T;[o;;[I"simplified.;TS; ; i; I"=Wed Sep 2 11:32:24 2009 Koichi Sasada ;T@ o; ;;;[o;;I"gc.c (obj_free);T;[o;;[I"0fix to free method table (fix memory leak).;TS; ; i; I"EWed Sep 2 07:42:15 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"Mtool/instruction.rb (RubyVM::InstructionsLoader#make_stackcaching_insns);T;[o;;[I"simplified.;TS; ; i; I"BWed Sep 2 02:32:46 2009 NARUSE, Yui ;T@ o; ;;;[o;;I"&ext/json/lib/json/common.rb (NaN);T;[o;;[I"AChange definition of NaN to 0.0/0 for 1.8/1.9 compatibility.;TS; ; i; I"BWed Sep 2 01:16:32 2009 NARUSE, Yui ;T@ o; ;;;[o;;I" ext/json;T;[o;;[I"Update to JSON 1.1.9.;TS; ; i; I"2009-09-01;T@ S; ; i; I"=Tue Sep 1 19:56:28 2009 Koichi Sasada ;T@ o; ;;;[o;;I"&vm_eval.c (eval_string_with_cref);T;[o;;[I"@fix to check local_table_size. [ruby-dev:39205] [Bug #2024];TS; ; i; I"2009-08-31;T@ S; ; i; I"DMon Aug 31 16:20:41 2009 Yuki Sonoda (Yugui) ;T@ o; ;;;[o;;I"#class.c (make_singleton_class);T;[o;;[I"?variable name changed. removed an unnecessary conditional.;TS; ; i; I"DMon Aug 31 14:17:09 2009 Yuki Sonoda (Yugui) ;T@ o; ;;;[o;;I" class.c;T;[o;;[I"frefactored singleton class related matters. Handles eigenclasses and plain classes transparently.;To;;I"(make_metaclass);T;[o;;[I"%renamed from make_metametaclass.;To;;I"(METACLASS_OF);T;[o;;[I"new utility macro;To;;I" (META_CLASS_OF_CLASS_CLASS);T;[o;;[I" ditto.;To;;I"(ENSURE_EIGENCLASS);T;[o;;[I" ditto.;To;;I"(make_singleton_class);T;[o;;[I"'extracted from rb_singleton_class.;To;;I"(boot_defclass);T;[o;;[I"moved from object.c;To;;I"(Init_class_hierarchy);T;[o;;[I" extracted from Init_Object.;To;;I"(rb_make_metaclass);T;[o;;[I"refactored.;To;;I"(singleton_class_of);T;[o;;[I"'extracted from rb_singleton_class.;To;;I"(rb_singleton_class);T;[o;;[I"refactored.;To;;I"!(rb_define_singleton_method);T;[o;;[I"9it needs a metaclass only but not its metametaclass.;To;;I" object.c;T;[o;;[I"ibooting class hierarchy was moved to class.c for keeping dependency between compilation units least.;To;;I"(Init_Object);T;[o;;[I"6extracting the booting into Init_class_hierarchy.;To;;I"(boot_defclass);T;[o;;[I"moved to class.c.;TS; ; i; I"2009-08-30;T@ S; ; i; I";Sun Aug 30 23:44:09 2009 Tanaka Akira ;T@ o; ;;;[o;;I"time.c (find_time_t);T;[o;;[I"$use mktime for the first guess.;TS; ; i; I"ESun Aug 30 16:38:56 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I" parse.y (rb_enc_symname2_p);T;[o;;[I""not depend on nul terminator.;TS; ; i; I";Sun Aug 30 14:11:45 2009 Tanaka Akira ;T@ o; ;;;[o;;I"common.mk;T;[o;;[I"dependencies updated.;TS; ; i; I";Sun Aug 30 13:00:11 2009 Tanaka Akira ;T@ o; ;;;[o;;I"time.c (add);T;[o;;[I"&shortcut implemented for fixnums.;To;;I" (sub);T;[o;;[I" ditto.;To;;I" (mul);T;[o;;[I" ditto.;TS; ; i; I";Sun Aug 30 10:24:43 2009 Tanaka Akira ;T@ o; ;;;[ o;;I"time.c (eq);T;[o;;[I"apply RTEST.;To;;I" (ne);T;[o;;[I" ditto.;To;;I" (add);T;[o;;[I"'avoid method dispatch for bignums.;To;;I" (sub);T;[o;;[I" ditto.;To;;I" (mul);T;[o;;[I" ditto.;To;;I" (mod);T;[o;;[I" ditto.;TS; ; i; I";Sun Aug 30 09:45:11 2009 Tanaka Akira ;T@ o; ;;;[o;;I"bignum.c (bigmul1_single);T;[o;;[I"Knew function specialized respect to multiply two single digit bignums.;To;;I"(bigmul0);T;[o;;[I"use bigmul1_single.;TS; ; i; I";Sun Aug 30 03:59:43 2009 Tanaka Akira ;T@ o; ;;;[ o;;I"timev.h (TIME_SCALE);T;[o;;[I"defined as 1000000000.;To;;I"(struct vtm);T;[o;;[I"Csubsec is replaced by subsecx. subsec * TIME_SCALE == subsecx.;To;;I" time.c;T;[o;;[I""avoid rational in most cases.;To;;I"(struct time_object);T;[o;;[I"?timev is replaced by timexv. timev * TIME_SCALE == timexv.;TS; ; i; I";Sun Aug 30 03:17:25 2009 Tanaka Akira ;T@ o; ;;;[o;;I"#time.c (init_leap_second_info);T;[o;;[I"use TIMET_MAX.;TS; ; i; I"BSun Aug 30 01:15:31 2009 NARUSE, Yui ;T@ o; ;;;[o;;I"&ext/zlib/zlib.c (gzfile_read_all);T;[o;;[I"Fuse gzfile_newstr; set and convert its encoding. [ruby-dev:38304];TS; ; i; I"2009-08-29;T@ S; ; i; I"DSat Aug 29 20:40:02 2009 Yuki Sonoda (Yugui) ;T@ o; ;;;[o;;I"vm_eval.c (rb_call0);T;[o;;[I"-gets rid of checking method cache twice.;To;;I"#method.h (rb_get_method_entry);T;[o;;[I"'added a prototype of the function.;To;;I"$(rb_method_entry_without_cache);T;[o;;[I"more friendly name.;TS; ; i; I"ESat Aug 29 12:16:47 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"!lib/tmpdir.rb (Dir.mktmpdir);T;[o;;[I"*rolled back r24699. [ruby-dev:39193];TS; ; i; I"ESat Aug 29 03:27:17 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I",lib/tempfile.rb (Tempfile#make_tmpname);T;[o;;[I"#removed thread race condition.;To;;I"!lib/tmpdir.rb (Dir.mktmpdir);T;[o;;[I" ditto.;TS; ; i; I"2009-08-28;T@ S; ; i; I"@Fri Aug 28 20:29:34 2009 Akinori MUSHA ;T@ o; ;;;[o;;I"(lib/tempfile.rb (Tempfile#callback);T;[o;;[I"pDebug information should be output to stderr, not stdout; pointed out by akira yamada. cf. [ruby-dev:39072];TS; ; i; I"IFri Aug 28 20:34:24 2009 Masaki Suketa ;T@ o; ;;;[o;;I"ext/win32ole/win32ole.c;T;[o;;[I"2use SafeStringValue instead of Check_SafeStr.;TS; ; i; I"BFri Aug 28 13:30:43 2009 NAKAMURA Usaku ;T@ o; ;;;[o;;I"thread.c (do_select);T;[o;;[I"9rollback r24680. void struct initializer is invalid.;TS; ; i; I"EFri Aug 28 11:45:33 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"&method.h (rb_method_definition_t);T;[o;;[I"Csplit from rb_method_entry_ to deal aliases. [ruby-dev:39165];To;;I"proc.c (struct METHOD);T;[o;;[I"%contains rb_method_entry_t copy.;TS; ; i; I"EFri Aug 28 10:21:30 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"iseq.c (iseq_mark);T;[o;;[I"!skip outdated cache entries.;To;;I"+vm_core.h ({GET,INC}_VM_STATE_VERSION);T;[o;;[I" moved from vm_insnhelper.h.;TS; ; i; I"GFri Aug 28 07:25:25 2009 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"enumerator.c (next_i);T;[o;;[I"ntypo fixed (reached at end -> reached an end). pointed out by James Edward Gray II at LoneStar RubyConf.;TS; ; i; I"2009-08-27;T@ S; ; i; I"EThu Aug 27 18:31:07 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"&vm_method.c (rb_remove_method_id);T;[o;;[I"exported.;To;;I"numeric.c (num_sadded);T;[o;;[I"#fix for non-ascii method name.;TS; ; i; I"BThu Aug 27 14:32:31 2009 NARUSE, Yui ;T@ o; ;;;[o;;I"%re.c (rb_reg_preprocess_dregexp);T;[o;;[I"]set encoding as ASCII-8BIT when /n is specified and the embedded string is escaped text.;TS; ; i; I"EThu Aug 27 13:51:12 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"random.c (random_rand);T;[o;;[I"Grandom integer can be a fixnum for bignum range. [ruby-dev:39173];TS; ; i; I"EThu Aug 27 08:16:34 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"/ext/strscan/strscan.c (strscan_set_string);T;[o;;[I"set string should not be duped or frozen, because freezing it causes #concat method failure, and unnecessary to dup without freezing. a patch from Aaron Patterson at [ruby-core:25145].;TS; ; i; I"BThu Aug 27 02:06:11 2009 NARUSE, Yui ;T@ o; ;;;[o;;I"-Makefile.in (enc/unicode/name2ctype.kwd);T;[o;;[I"remove rules to generate name2ctype.kwd from UnicodeData.txt and Scripts.txt. if you want to generate, use tool/enc-unicode.rb.;TS; ; i; I"BThu Aug 27 02:00:09 2009 NARUSE, Yui ;T@ o; ;;;[o;;I"'unicode.c (PROPERTY_NAME_MAX_SIZE);T;[o;;[I"use MAX_WORD_LENGTH.;TS; ; i; I"2009-08-26;T@ S; ; i; I"EWed Aug 26 23:59:56 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"random.c (random_rand);T;[o;;[I"refined error message.;To;;I"random.c (random_rand);T;[o;;[I"5fixed for edge cases of ranges. [ruby-dev:39166];TS; ; i; I"BWed Aug 26 21:49:23 2009 NARUSE, Yui ;T@ o; ;;;[o;;I"lib/tempfile.rb;T;[o;;[I"@add documents from Hongli Lai's fork. cf [ruby-core:25131].;TS; ; i; I"BWed Aug 26 19:51:13 2009 NARUSE, Yui ;T@ o; ;;;[o;;I".tool/mkconfig.rb (program_transform_name);T;[o;;[I"?fix for multiple trans rules for autoconf 2.61 or earlier.;To;;I"/tool/rbinstall.rb (program_transform_name);T;[o;;[I" ditto.;TS; ; i; I"EWed Aug 26 19:20:26 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"random.c (random_rand);T;[o;;[I"unified random_int and random_float. [ruby-dev:39158]. and fixes [ruby-core:24655], [ruby-core:24677], [ruby-core:24679].;TS; ; i; I"EWed Aug 26 18:59:59 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"test/test_tempfile.rb;T;[o;;[I"9merged from Hongli Lai's fork. cf [ruby-core:25131].;TS; ; i; I"EWed Aug 26 18:49:22 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"&lib/tempfile.rb (Tempfile#close!);T;[o;;[I"2should not undefine finalizer by just unlink.;TS; ; i; I"EWed Aug 26 17:00:31 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I".tool/mkconfig.rb (program_transform_name);T;[o;;[I"&fix for autoconf 2.61 or earlier.;TS; ; i; I"EWed Aug 26 14:34:39 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"5lib/tempfile.rb (Tempfile#close!, Tempfile#path);T;[o;;[I"-added side notes from Hongli Lai's fork.;To;;I"9lib/tempfile.rb (Tempfile#unlink, Tempfile.callback);T;[o;;[I"'do nothing any more once unlinked.;TS; ; i; I"EWed Aug 26 13:48:33 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"&lib/tempfile.rb (Tempfile#unlink);T;[o;;[I"Hreverted r23494, since the usage in RubyInline is considered wrong.;TS; ; i; I"EWed Aug 26 12:36:58 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"*vm.c (collect_local_variables_in_env);T;[o;;[I"0skips internal variables. [ruby-core:25125];TS; ; i; I"2009-08-25;T@ S; ; i; I"BTue Aug 25 23:51:07 2009 NARUSE, Yui ;T@ o; ;;;[ o;;I"tool/enc-unicode.rb;T;[o;;[I"Zadded for generate name2ctype.kwd. contributed by Run Paint Run Run [ruby-core:24775];To;;I"enc/unicode.c (CodeRanges);T;[o;;[I"&move definitions to name2ctype.h.;To;;I"Yenc/unicode/name2ctype.h.blt, enc/unicode/name2ctype.kwd, enc/unicode/name2ctype.src;T;[o;;[I"updated to v5.1.;To;;I"9enc/unicode/UnicodeData.txt, enc/unicode/Scripts.txt;T;[o;;[I"added v5.1.;To;;I"Makefile.in;T;[o;;[I"Nadd rule to generate name2ctype.kwd from UnicodeData.txt and Scripts.txt.;TS; ; i; I"BTue Aug 25 22:31:51 2009 NARUSE, Yui ;T@ o; ;;;[o;;I"configure.in (MKDIR_P);T;[o;;[I"HSet 'mkdir -p' to MKDIR_P when AC_PROG_MKDIR_P doesn't set MKDIR_P.;TS; ; i; I"ETue Aug 25 17:38:22 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"7bignum.c (rb_big_clone, bigmul1_normal, bigdivrem);T;[o;;[I"trivial optimization.;To;;I"bignum.c (big2dbl);T;[o;;[I";T@ o; ;;;[o;;I"+Makefile.in (enc/unicode/name2ctype.h);T;[o;;[I"kexplicitly ignores the result of diff and turns -e option off, because *BSD make passes it by default.;TS; ; i; I"ETue Aug 25 02:16:37 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"configure.in (DLDFLAGS);T;[o;;[I"`use linker_flag and changed undefined and multiply_defined behaviors. cf [ruby-core:25086].;TS; ; i; I"2009-08-24;T@ S; ; i; I"?Mon Aug 24 21:31:37 2009 Kouhei Sutou ;T@ o; ;;;[o;;I"6lib/rss/maker/base.rb, test/rss/test_maker_2.0.rb;T;[o;;[I"kfix a bug that RSS Maker doesn't accept 'false' as guid's isPermaLink. Reported by Joe Holt. Thanks!!!;TS; ; i; I"BMon Aug 24 18:58:56 2009 NAKAMURA Usaku ;T@ o; ;;;[o;;I"'include/ruby/missing.h (vsnprintf);T;[o;;[I"9rollback a part of r24179, because it's meaningless.;TS; ; i; I"EMon Aug 24 16:35:57 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"st.c (st_delete_safe);T;[o;;[I"1deals with packed entries. [ruby-core:25080];To;;I"st.c (st_cleanup_safe);T;[o;;[I"ditto. [ruby-core:25081];TS; ; i; I"BMon Aug 24 13:24:07 2009 NAKAMURA Usaku ;T@ o; ;;;[o;;I""win32/Makefile.sub (MAKEDIRS);T;[o;;[I" define.;To;;I"common.mk (capi);T;[o;;[I".using $(MAKEDIRS), so depends on $(PREP).;TS; ; i; I"EMon Aug 24 13:14:06 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"%configure.in (RUBY_CHECK_SIZEOF);T;[o;;[I"4set cross_compiling only when universal binary.;TS; ; i; I"EMon Aug 24 12:55:19 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"2win32/Makefile.sub (enc/unicode/name2ctype.h);T;[o;;[I"#use md instead of $(MAKEDIRS).;TS; ; i; I"2009-08-23;T@ S; ; i; I";Sun Aug 23 15:22:45 2009 Tanaka Akira ;T@ o; ;;;[o;;I"#bootstraptest/runner.rb (main);T;[o;;[I"!"usage" description updated.;TS; ; i; I";Sun Aug 23 15:12:22 2009 Tanaka Akira ;T@ o; ;;;[o;;I"+bootstraptest/runner.rb (Dir.mktmpdir);T;[o;;[I"updated to latest.;To;;I"%(in_temporary_working_directory);T;[o;;[I"&temporary directory name changed.;TS; ; i; I";Sun Aug 23 00:56:13 2009 Tanaka Akira ;T@ o; ;;;[o;;I""thread.c (rb_thread_schedule);T;[o;;[I"don't recur infinitely.;To;;I"&(rb_threadptr_execute_interrupts);T;[o;;[I"ditto. [ruby-dev:38060];TS; ; i; I"2009-08-22;T@ S; ; i; I";Sat Aug 22 15:07:23 2009 Tanaka Akira ;T@ o; ;;;[o;;I"%ext/syck/rubyext.c (id_hash_new);T;[o;;[I"Fnew function to create a hash which key is compared by object id.;To;;I"(syck_emitter_reset);T;[o;;[I"%use id_hash_new for bonus->data.;To;;I""lib/yaml.rb (YAML.quick_emit);T;[o;;[I"Egive the object itself to emitter. don't use object_id and hash.;TS; ; i; I"BSat Aug 22 13:05:22 2009 NARUSE, Yui ;T@ o; ;;;[o;;I"Makefile.in;T;[o;;[I"use CP and MV macros.;TS; ; i; I"ESat Aug 22 01:29:29 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"lib/mkmf.rb (rm_f, rm_rf);T;[o;;[I";pass the last hash through if exists. [ruby-dev:39153];TS; ; i; I";Sat Aug 22 00:48:08 2009 Tanaka Akira ;T@ o; ;;;[ o;;I"enumerator.c (ary2sv);T;[o;;[I"add dup argument.;To;;I"(enumerator_next);T;[o;;[I"call ary2sv with dup=0.;To;;I"(enumerator_peek);T;[o;;[I"7call ary2sv with dup=1 to return duplicated array.;To;;I"(enumerator_peek_values_m);T;[o;;[I"-new function to return duplicated array.;To;;I"(Init_Enumerator);T;[o;;[I";use enumerator_peek_values_m as Enumerator#peek_value.;TS; ; i; I"=Sat Aug 22 00:03:19 2009 Yusuke Endoh ;T@ o; ;;;[o;;I"!thread.c (rb_check_deadlock);T;[o;;[I"}decrease number of sleepers before deadlock detection because the deadlock exception makes main thread run. [ruby-dev:39142];TS; ; i; I"2009-08-21;T@ S; ; i; I";Fri Aug 21 22:34:58 2009 Tanaka Akira ;T@ o; ;;;[o;;I"#enumerator.c (get_next_values);T;[o;;[I"+extracted from enumerator_next_values.;To;;I"(enumerator_next_values);T;[o;;[I"use get_next_values.;To;;I"(enumerator_peek_values);T;[o;;[I" ditto.;TS; ; i; I"EFri Aug 21 17:01:04 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"enc/unicode/name2ctype.h;T;[o;;[I"6split from enc/unicode.c and made a perfect hash.;TS; ; i; I"BFri Aug 21 15:13:08 2009 NARUSE, Yui ;T@ o; ;;;[o;;I"2include/ruby/io.h, io.c (FMODE_SETENC_BY_BOM);T;[o;;[I""renamed from FMODE_STRIP_BOM.;TS; ; i; I"BFri Aug 21 15:01:35 2009 NARUSE, Yui ;T@ o; ;;;[o;;I"0ext/readline/readline.c (readline_readline);T;[o;;[I"*use rb_prep_terminal only on Windows.;TS; ; i; I"EFri Aug 21 07:25:45 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"lib/rdoc/ri/gemdirs.rb;T;[o;;[I"asplit from lib/rdoc/ri/paths.rb to ge rid of loading rubygems and searching all gems always.;TS; ; i; I"EFri Aug 21 07:14:52 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I";configure.in (RUBY_PROGRAM_VERSION, RUBY_RELEASE_DATE);T;[o;;[I"1extracts from version.h for cross-compiling.;To;;I"9template/fake.rb.in (RUBY_VERSION, RUBY_DESCRIPTION);T;[o;;[I"use above.;TS; ; i; I"EFri Aug 21 00:08:01 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"+lib/rdoc/ri/paths.rb (RDoc::RI::Paths);T;[o;;[I"#Gem::Enable has been obsolete.;TS; ; i; I"2009-08-20;T@ S; ; i; I"BThu Aug 20 01:24:55 2009 NARUSE, Yui ;T@ o; ;;;[o;;I"io.c (rb_io_fmode_modestr);T;[o;;[I"Cchange modestr syntax for BOM to "BOM|UTF-*". [ruby-dev:39106];To;;I"io.c (parse_mode_enc);T;[o;;[I" ditto.;TS; ; i; I"EThu Aug 20 23:56:15 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"io.c (rb_sysopen);T;[o;;[I"3moved sysopen_struct from rb_sysopen_internal.;TS; ; i; I"=Thu Aug 20 23:39:51 2009 Yusuke Endoh ;T@ o; ;;;[o;;I"parse.y (reduce_nodes_gen);T;[o;;[I"Kpreserve NODE_FL_NEWLINE flag during node reducing. [ruby-core:24463];TS; ; i; I"BThu Aug 20 14:39:47 2009 NARUSE, Yui ;T@ o; ;;;[o;;I"+ext/readline/readline.c (readline_get);T;[o;;[I"@add rl_prep_terminal(1). incited by jitte [ruby-list:43546];TS; ; i; I"EThu Aug 20 12:09:01 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"parse.y (ivar2_hash_type);T;[o;;[I"disabled for now.;TS; ; i; I"GThu Aug 20 08:39:50 2009 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"'thread.c (rb_thread_terminate_all);T;[o;;[I"Sdo not ignore interrupt when reaping threads on termination. [ruby-dev:39107];TS; ; i; I";Thu Aug 20 02:32:08 2009 Tanaka Akira ;T@ o; ;;;[o;;I"enumerator.c (next_init);T;[o;;[I"don't clear feedvalue.;TS; ; i; I";Thu Aug 20 01:28:42 2009 Tanaka Akira ;T@ o; ;;;[o;;I"enumerator.c;T;[o;;[I"dimplement Enumerator#{next_values,peek_values,feed} and StopIteration#result. [ruby-dev:39109];To;;I"(struct enumerator);T;[o;;[I"6replace no_next by stop_exc. new field feedvalue.;To;;I"(enumerator_mark);T;[o;;[I"!mark feedvalue and stop_exc.;To;;I"(enumerator_init);T;[o;;[I"'initialize feedvalue and stop_exc.;To;;I"(enumerator_init_copy);T;[o;;[I"initialize feedvalue.;To;;I"(next_ii);T;[o;;[I"9send yield arguments as an array. return feedvalue.;To;;I" (next_i);T;[o;;[I"8generate StopIteration exception here. set result.;To;;I"(next_init);T;[o;;[I"initialize feedvalue.;To;;I"(enumerator_next_values);T;[o;;[I"'new method Enumerator#next_values.;To;;I" (ary2sv);T;[o;;[I"new function.;To;;I"(enumerator_peek_values);T;[o;;[I"'new method Enumerator#peek_values.;To;;I"(enumerator_feed);T;[o;;[I" new method Enumerator#feed.;To;;I"(yielder_yield);T;[o;;[I"return the yield value.;To;;I"(generator_each);T;[o;;[I"return the iterator value.;To;;I"(stop_result);T;[o;;[I"%new method StopIteration#result.;TS; ; i; I"GThu Aug 20 01:06:48 2009 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"!dir.c (DEFINE_STRUCT_DIRENT);T;[o;;[I"use union to allocate sufficient memory space for Solaris. a patch from Naohisa GOTO in [ruby-dev:39132]. [ruby-dev:39062];To;;I"2configure.in (SIZEOF_STRUCT_DIRENT_TOO_SMALL);T;[o;;[I"Solaris dirent check.;TS; ; i; I"2009-08-19;T@ S; ; i; I"EWed Aug 19 11:32:43 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"enc/unicode.c (CodeRanges);T;[o;;[I"initialized statically.;TS; ; i; I"=Wed Aug 19 02:54:01 2009 Yusuke Endoh ;T@ o; ;;;[o;;I"?test/ruby/test_settracefunc.rb (test_return, test_return2);T;[o;;[I">add two tests for [ruby-dev:38701] and [ruby-core:24463].;TS; ; i; I"=Wed Aug 19 01:08:34 2009 Yusuke Endoh ;T@ o; ;;;[o;;I"compile.c (NODE_RETURN);T;[o;;[I";fire return event at explicit return. [ruby-dev:38701];TS; ; i; I"2009-08-18;T@ S; ; i; I";Tue Aug 18 21:00:26 2009 Tanaka Akira ;T@ o; ;;;[o;;I"#enumerator.c (enumerator_peek);T;[o;;[I" new method Enumerator#peek.;To;;I"(enumerator_next);T;[o;;[I"*don't rewind at end. [ruby-dev:38932];TS; ; i; I"ITue Aug 18 13:46:14 2009 TAKANO Mitsuhiro (takano32) ;T@ o; ;;;[o;;0;[o;;[0S; ; i; I";Tue Aug 18 11:37:24 2009 wanabe ;T@ o; ;;;[o;;I"$vm_insnhelper.c (vm_call_cfunc);T;[o;;[I"&ensure hook c-return. [Bug #1588];To;;I"Atest/ruby/test_settracefunc.rb (TestSetTraceFunc#test_raise);T;[o;;[I"follow above.;TS; ; i; I"GTue Aug 18 01:57:00 2009 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"range.c (range_step);T;[o;;[I"htreat symbols specially so that iterating over symbols should work like strings. [ruby-core:24780];To;;I"range.c (range_each);T;[o;;[I" ditto.;TS; ; i; I"GTue Aug 18 01:21:31 2009 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"range.c (range_each);T;[o;;[I"$should honor to_str conversion.;TS; ; i; I"2009-08-17;T@ S; ; i; I"AMon Aug 17 23:45:40 2009 Tadayoshi Funaba ;T@ o; ;;;[o;;I"lib/date/delta.rb;T;[o;;[I")removed require 'date'. added to_c.;TS; ; i; I"EMon Aug 17 14:35:03 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"Aparse.y (lex_get_str, lex_io_gets, rb_parser_compile_string);T;[o;;[I"must be ascii compatible.;TS; ; i; I"BMon Aug 17 10:37:41 2009 NARUSE, Yui ;T@ o; ;;;[ o;;I"(regparse.c (add_code_range_to_buf0);T;[o;;[I""added with checkdup argument.;To;;I"'regparse.c (add_code_range_to_buf);T;[o;;[I"use above.;To;;I"!regparse.c (add_code_range0);T;[o;;[I""added with checkdup argument.;To;;I" regparse.c (add_code_range);T;[o;;[I"use above.;To;;I"#regparse.c (i_apply_case_fold);T;[o;;[I";don't warn if the duplicate is caused by case folding.;TS; ; i; I"AMon Aug 17 08:31:56 2009 Tadayoshi Funaba ;T@ o; ;;;[o;;I"lib/date/delta.rb;T;[o;;[I"'merged from date4. [experimental];To;;I"lib/date/delta/parser.*;T;[o;;[I" ditto.;To;;I"lib/date.rb;T;[o;;[I" followed the above changes.;TS; ; i; I"AMon Aug 17 08:19:03 2009 Tadayoshi Funaba ;T@ o; ;;;[o;;I""lib/date/format.rb (strptime);T;[o;;[I"&removed \v; since \s includes \v.;TS; ; i; I"AMon Aug 17 08:14:26 2009 Tadayoshi Funaba ;T@ o; ;;;[o;;0;[o;;[0o;;0;[o;;[0S; ; i; I"AMon Aug 17 08:11:53 2009 Tadayoshi Funaba ;T@ o; ;;;[o;;I"lib/cmath.rb;T;[o;;[I"use num#i.;TS; ; i; I"AMon Aug 17 07:59:00 2009 Tadayoshi Funaba ;T@ o; ;;;[o;;I" numeric.c (flo_pow,fix_pow);T;[o;;[I"may return complex number.;To;;I"bignum.c (rb_big_pow);T;[o;;[I" ditto.;TS; ; i; I"GMon Aug 17 07:16:10 2009 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"numeric.c (num_imaginary);T;[o;;[I"@num#i to return imaginary counterpart of the given numeric.;To;;I"complex.c (Init_Complex);T;[o;;[I""undef #i for complex numbers.;TS; ; i; I"AMon Aug 17 00:17:33 2009 Tadayoshi Funaba ;T@ o; ;;;[o;;I"$lib/complex.rb, lib/rational.rb;T;[o;;[I"added warning messages.;TS; ; i; I"2009-08-16;T@ S; ; i; I"ESun Aug 16 23:58:22 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"parse.y (yylex);T;[o;;[I"ishould dispatch scan-event even when follows just after delayed-token. [ruby-dev:37855] [Bug #1071];TS; ; i; I"ASun Aug 16 22:20:16 2009 Tadayoshi Funaba ;T@ o; ;;;[o;;I"lib/date/format.rb;T;[o;;[I"reverted.;TS; ; i; I"BSun Aug 16 21:31:21 2009 NARUSE, Yui ;T@ o; ;;;[o;;I"lib/date/format.rb;T;[o;;[I"suppressed a warning.;To;;I"lib/irb/ruby-lex.rb;T;[o;;[I" ditto.;TS; ; i; I"BSun Aug 16 15:25:26 2009 NARUSE, Yui ;T@ o; ;;;[o;;I"lib/csv.rb;T;[o;;[I"LChange magic comment to US-ASCII in order to make literals as US-ASCII.;TS; ; i; I"ESun Aug 16 10:45:10 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"Kregparse.c (parse_char_class, parse_exp, parse_branch), (parse_subexp);T;[o;;[I"^fixed memory leak. a patch from Ralf Junker at [ruby-core:24921].;TS; ; i; I"ESun Aug 16 10:38:23 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"nvm.c (vm_backtrace_each, vm_backtrace_push), vm_eval.c (print_backtrace), vm_dump.c (bugreport_backtrace);T;[o;;[I"Erb_backtrace_iter_func now takes VALUE as file and method names.;TS; ; i; I"=Sun Aug 16 03:06:59 2009 Koichi Sasada ;T@ o; ;;;[o;;I""vm_insnhelper.c (opt_eq_func);T;[o;;[I"|fix optimization bug. This issue was found out and debugged with Takuto Hayashi at Security and Programming camp 2009.;TS; ; i; I"BSun Aug 16 01:10:00 2009 NARUSE, Yui ;T@ o; ;;;[o;;I"*regparse.c (add_ctype_to_cc_by_range);T;[o;;[I";T@ o; ;;;[o;;I":include/ruby/oniguruma.h (ONIGENC_CTYPE_SPECIAL_MASK);T;[o;;[I" added.;To;;I"(ONIGENC_CTYPE_D);T;[o;;[I" ditto.;To;;I"(ONIGENC_CTYPE_S);T;[o;;[I" ditto.;To;;I"(ONIGENC_CTYPE_W);T;[o;;[I" ditto.;To;;I"regparse.c;T;[o;;[I">\d, \s and \w are now non Unicode class. [ruby-dev:39026];To;;I"(fetch_token_in_cc);T;[o;;[I"*use ONIGENC_CTYPE_[DSW] for \d/\s/\w.;To;;I"(fetch_token);T;[o;;[I" ditto.;To;;I"(add_ctype_to_cc);T;[o;;[I"*add routines for ONIGENC_CTYPE_[DSW].;To;;I"(parse_exp);T;[o;;[I" ditto.;To;;I":test/ruby/test_regexp.rb (TestRegexp#test_char_class);T;[o;;[I"add tests for above.;TS; ; i; I"2009-08-15;T@ S; ; i; I"ESat Aug 15 10:39:53 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"7parse.y (fname, string_dvar, sym, dsym, f_arglist);T;[o;;[I"removed duplications.;TS; ; i; I"2009-08-14;T@ S; ; i; I"EFri Aug 14 20:03:10 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I",include/ruby/ruby.h (rb_check_safe_str);T;[o;;[I"deprecated.;To;;I"Bext/openssl/ossl_x509store.c (ossl_x509store_add_{file,path});T;[o;;[I""replaced deprecated function.;TS; ; i; I"BFri Aug 14 17:59:12 2009 NARUSE, Yui ;T@ o; ;;;[o;;I"%re.c (rb_reg_preprocess_dregexp);T;[o;;[I"+change Exception class to RegexpError.;To;;I"1test/ruby/test_m17n.rb (test_regexp_usascii);T;[o;;[I"follow above.;To;;I"/test/ruby/test_m17n.rb (test_regexp_embed);T;[o;;[I" ditto.;TS; ; i; I"BFri Aug 14 17:17:42 2009 NARUSE, Yui ;T@ o; ;;;[o;;I"enc/Makefile.in (MKDIRS);T;[o;;[I"revert r24525.;TS; ; i; I"EFri Aug 14 16:28:19 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I";T@ o; ;;;[o;;I"configure.in (rubyhdrdir);T;[o;;[I""fixed typo. [ruby-dev:39079];TS; ; i; I"GFri Aug 14 00:29:22 2009 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"doc/ChangeLog-1.8.0;T;[o;;[I"Jadd forgotten entry contributed by TAKAHASHI Kaoru. [ruby-dev:39065];TS; ; i; I"GFri Aug 14 00:19:49 2009 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"/lib/delegate.rb (Delegator#method_missing);T;[o;;[I"`__FILE__ may contain multi-byte characters. a patch from Kenta Murata in [ruby-dev:39066].;TS; ; i; I"2009-08-13;T@ S; ; i; I";Thu Aug 13 21:01:03 2009 wanabe ;T@ o; ;;;[o;;I"vm.c (vm_exec);T;[o;;[I";returning from lambda runs ensure section. [Bug #1729];TS; ; i; I"EThu Aug 13 18:40:07 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"%configure.in (RUBY_CHECK_SIZEOF);T;[o;;[I"Uset cross_compiling to yes only when AC_COMPUTE_INT, and inverted the arguments.;TS; ; i; I"EThu Aug 13 18:22:08 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"%configure.in (RUBY_CHECK_SIZEOF);T;[o;;[I"use AC_COMPUTE_INT instead of _AC_COMPUTE_INT_COMPILE with cross compiling, since its arguments have been changed at autoconf 2.64.;TS; ; i; I"EThu Aug 13 16:31:10 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I""insns.def (opt_case_dispatch);T;[o;;[I"suppressed a warning.;To;;I"*vm_insnhelper.c (opt_case_dispatch_i);T;[o;;[I" ditto.;TS; ; i; I"EThu Aug 13 16:20:07 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I")configure.in, Makefile.in (MAKEDIRS);T;[o;;[I":used MKDIR_P instead of as_mkdir_p. [ruby-dev:39063];TS; ; i; I"EThu Aug 13 15:37:33 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"=regenc.c (onigenc_strlen_null, onigenc_str_bytelen_null);T;[o;;[I"mfixed infinite loop for wide encodings. reported by Ralf Junker a [ruby-core:24892]. [ruby-core:24904];TS; ; i; I"2009-08-12;T@ S; ; i; I"BWed Aug 12 21:07:46 2009 NAKAMURA Usaku ;T@ o; ;;;[o;;I"ext/socket/extconf.rb;T;[o;;[I"Vif ipv6 is enabled, the version of Windows must be XP or later. [ruby-core:24601];TS; ; i; I"BWed Aug 12 15:59:29 2009 NAKAMURA Usaku ;T@ o; ;;;[o;;I""common.mk (yes-test-knownbug);T;[o;;[I"%use RUNRUBY instead of MINIRUBY.;TS; ; i; I"BWed Aug 12 15:52:04 2009 NARUSE, Yui ;T@ o; ;;;[o;;I"(class.c (rb_define_module_id_under);T;[o;;[I"fix the name.;To;;I"%class.c (rb_define_module_under);T;[o;;[I"fix for previous changes.;TS; ; i; I"EWed Aug 12 15:32:16 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"Bclass.c (rb_define_class_id_under, rb_define_module_id_under);T;[o;;[I"Gnew functions to define a nested class/module with non-ascii name.;To;;I"struct.c (make_struct);T;[o;;[I"use name with encoding.;To;;I"struct.c (inspect_struct);T;[o;;[I"ditto. [ruby-core:24849];TS; ; i; I"BWed Aug 12 14:14:42 2009 NAKAMURA Usaku ;T@ o; ;;;[o;;I"%win32/win32.c (readdir_internal);T;[o;;[I"3free old temporary filename. [ruby-core:24820];TS; ; i; I"EWed Aug 12 12:59:51 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"!string.c (rb_str_new_frozen);T;[o;;[I"Hmust not change encoding of frozen shared string. [ruby-dev:39068];TS; ; i; I"EWed Aug 12 11:51:51 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"&configure.in (rb_cv_broken_crypt);T;[o;;[I"needs more checks.;TS; ; i; I"BWed Aug 12 07:41:31 2009 NARUSE, Yui ;T@ o; ;;;[o;;I"#encoding.c (rb_enc_compatible);T;[o;;[I"rIf a string is empty and other's encoding is US-ASCII, returns the empty string's encoding. [ruby-list:46274];TS; ; i; I"BWed Aug 12 07:38:12 2009 NARUSE, Yui ;T@ o; ;;;[o;;I""encoding.c (is_data_encoding);T;[o;;[I"fix condition.;To;;I"encoding.c (enc_capable);T;[o;;[I" ditto.;TS; ; i; I"2009-08-11;T@ S; ; i; I"ATue Aug 11 23:12:31 2009 Tadayoshi Funaba ;T@ o; ;;;[o;;I"!lib/date.rb (complete_frags);T;[o;;[I"2Monday must be suitable for %W's default day.;TS; ; i; I"ETue Aug 11 21:42:46 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"numeric.c (num_divmod);T;[o;;[I"#fixed rdoc. [ruby-core:24862];TS; ; i; I"2009-08-10;T@ S; ; i; I"EMon Aug 10 21:45:26 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"*include/ruby/intern.h (rb_path2class);T;[o;;[I"no deprecation.;TS; ; i; I"HMon Aug 10 10:57:59 2009 Narihiro Nakamura ;T@ o; ;;;[ o;;I" gc.c;T;[o;;[I"reject unused longlife gc. longlife gc target is longlife NODE by method table and vm inline cache. but, fixed it at r24085, r24128. so I rejected longlife gc.;To;;I" debug.c;T;[o;;[I" ditto.;To;;I"include/ruby/intern.h;T;[o;;[I" ditto.;To;;I"include/ruby/ruby.h;T;[o;;[I" ditto.;To;;I" iseq.c;T;[o;;[I" ditto.;To;;I" node.h;T;[o;;[I" ditto.;To;;I"vm_insnhelper.c;T;[o;;[I" ditto.;To;;I"vm_insnhelper.h;T;[o;;[I" ditto.;TS; ; i; I"EMon Aug 10 06:55:45 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"Dmarshal.c (class2path, w_unique, w_extended, w_class, w_uclass);T;[o;;[I"7deal with non-ascii class path. [ruby-core:24790];To;;I"Rmarshal.c (r_unique, path2class, path2module, obj_alloc_by_path), (r_object0);T;[o;;[I" ditto.;To;;I""variable.c (rb_path_to_class);T;[o;;[I">new encoding-aware function to get a class from its name.;TS; ; i; I"2009-08-09;T@ S; ; i; I"HSun Aug 9 21:14:03 2009 Hidetoshi NAGAI ;T@ o; ;;;[o;;I")ext/tk/extconf.rb (search_tclConfig);T;[o;;[I"(last change isn't enough. fixed it.;TS; ; i; I"ESun Aug 9 16:36:51 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"common.mk (ruby.imp);T;[o;;[I"Lexcluded prelude.o to get rid of circular dependency. [ruby-dev:39052];TS; ; i; I"=Sun Aug 9 14:49:24 2009 Yusuke Endoh ;T@ o; ;;;[o;;I"\bignum.c (rb_big_cmp, bigsub, big_real_len, bigmul1_normal, bigmul1_balance, big_split);T;[o;;[I":remove BDIGITS() inside of the loops. same as r24444.;TS; ; i; I"ESun Aug 9 07:25:07 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I".ext/ripper/eventids2.c (token_to_eventid);T;[o;;[I"/added keyword_do_LAMBDA. [ruby-dev:39049];TS; ; i; I"DSun Aug 9 02:07:41 2009 Yuki Sonoda (Yugui) ;T@ o; ;;;[o;;I"tool/compile_prelude.rb;T;[o;;[I"Ifixes a regexp pattern for require. It had matched 'require("foo"('.;TS; ; i; I"2009-08-08;T@ S; ; i; I"BSat Aug 8 17:03:21 2009 NARUSE, Yui ;T@ o; ;;;[o;;I"(encoding.c (enc_ascii_compatible_p);T;[o;;[I"added. [ruby-core:24793];To;;I"(Init_Encoding);T;[o;;[I"(New API Encoding#ascii_compatible?.;TS; ; i; I"GSat Aug 8 11:42:44 2009 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"bignum.c (bigzero_p);T;[o;;[I"removing BDIGITS() inside of the loop. inspired by Masahiro Kanai's blog entry .;TS; ; i; I"ESat Aug 8 06:18:29 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"8marshal.c (w_symbol r_symlink, r_symbol, r_object0);T;[o;;[I"ofix for non-ascii symbols. loading such symbols can cause segfaults in older versions. [ruby-core:24788];TS; ; i; I"2009-08-07;T@ S; ; i; I"EFri Aug 7 03:25:06 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"eval_error.c (error_print);T;[o;;[I"removed an extra argument.;TS; ; i; I"EFri Aug 7 03:22:50 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"(eval.c (rb_exc_raise, rb_exc_fatal);T;[o;;[I"nil is used to reraise.;TS; ; i; I"@Fri Aug 7 01:49:41 2009 Akinori MUSHA ;T@ o; ;;;[o;;I"ext/digest/sha2/sha2.c;T;[o;;[I"The ULL suffix is not supported by pre-C99 compilers, so resurrect the ULL() macro to regain portability. [ruby-dev:39032];TS; ; i; I"@Fri Aug 7 01:35:26 2009 Akinori MUSHA ;T@ o; ;;;[o;;I"ext/digest/*/extconf.rb;T;[o;;[I"Ginttypes.h and unistd.h need not be checked here. [ruby-dev:39032];TS; ; i; I"HFri Aug 7 01:04:17 2009 Hidetoshi NAGAI ;T@ o; ;;;[o;;I")ext/tk/extconf.rb (search_tclConfig);T;[o;;[I"fix logic bug.;TS; ; i; I"2009-08-06;T@ S; ; i; I"BThu Aug 6 21:18:15 2009 NAKAMURA Usaku ;T@ o; ;;;[o;;I" ext/digest/sha2/lib/sha2.rb;T;[o;;[I"should require sha2.so.;TS; ; i; I"BThu Aug 6 21:11:40 2009 NAKAMURA Usaku ;T@ o; ;;;[o;;I"%ext/digest/sha2/sha2.c (*_Final);T;[o;;[I" typos.;TS; ; i; I"@Thu Aug 6 19:46:56 2009 Akinori MUSHA ;T@ o; ;;;[o;;I"(ext/digest/sha2/sha2.h (BYTE_ORDER);T;[o;;[I"5Define BYTE_ORDER as necessary. [ruby-dev:39029];TS; ; i; I"EThu Aug 6 16:36:25 2009 Nobuyoshi Nakada ;T@ o; ;;;[ o;;I"'encoding.c (valid_encoding_name_p);T;[o;;[I"%rejects too long encoding names.;To;;I"$encoding.c (encoding_data_type);T;[o;;[I"typed data.;To;;I"/encoding.c (enc_capable, rb_enc_get_index);T;[o;;[I" Symbol is encoding capable.;To;;I"(encoding.c (rb_enc_associate_index);T;[o;;[I".cannot set encoding on special constants.;TS; ; i; I"EThu Aug 6 15:44:04 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"%vm_method.c (rb_method_entry_eq);T;[o;;[I"=deals with optimized method properly. [ruby-core:24789];TS; ; i; I"EThu Aug 6 13:30:11 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"!test/mkmf/base.rb (TestMkmf);T;[o;;[I"`was turned into a class, because MiniUnit doesn't complain even if a testcase has no tests.;TS; ; i; I"EThu Aug 6 13:00:30 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"lib/mkmf.rb (check_sizeof);T;[o;;[I"@added optional compiler option argument. [ruby-core:24785];To;;I""lib/mkmf.rb (create_makefile);T;[o;;[I"8suppressed shadowing outer local variable warnings.;TS; ; i; I"EThu Aug 6 12:05:06 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"+lib/test/unit/testcase.rb (Test::Unit);T;[o;;[I""removes silly TestCase class.;TS; ; i; I"@Thu Aug 6 01:37:20 2009 Akinori MUSHA ;T@ o; ;;;[o;;I"ext/digest/sha2/sha2.[ch];T;[o;;[I"Update to 1.0 RELEASE which fixes an off-by-one bug in SHA-256 hashing. Reduce differences from the original while at it. [Bug #1799];TS; ; i; I"@Thu Aug 6 00:09:56 2009 Akinori MUSHA ;T@ o; ;;;[o;;I" lib/ipaddr.rb (IPAddr#hash);T;[o;;[I"LTake account of netmask; submitted by Nobuhiro IMAI in [ruby-dev:39011];TS; ; i; I"2009-08-05;T@ S; ; i; I"EWed Aug 5 19:19:13 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I" ruby.c (load_file_internal);T;[o;;[I"Kassumes -x flag if no "ruby" is in the shebang line. [ruby-dev:39015];TS; ; i; I"BWed Aug 5 19:11:01 2009 NARUSE, Yui ;T@ o; ;;;[o;;I"+ruby.c (rb_stdio_set_default_encoding);T;[o;;[I"declared.;TS; ; i; I"EWed Aug 5 18:46:01 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"#debug.c (ruby_dummy_gdb_enums);T;[o;;[I"#made public. [ruby-dev:39001];TS; ; i; I"GWed Aug 5 13:49:09 2009 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"string.c (rb_str_upto);T;[o;;[I"bgenerate numerical sequence when characters in both edges are all digits. [ruby-talk:343186];TS; ; i; I"EWed Aug 5 12:54:00 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"(eval.c (rb_exc_raise, rb_exc_fatal);T;[o;;[I"0require exception object. [ruby-core:24767];TS; ; i; I"EWed Aug 5 12:39:23 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"eval.c (rb_longjmp);T;[o;;[I"*reset raised flag before fatal error.;TS; ; i; I"BWed Aug 5 10:20:39 2009 NARUSE, Yui ;T@ o; ;;;[o;;I"%re.c (rb_reg_preprocess_dregexp);T;[o;;[I"add options to arguments.;To;;I"re.c (rb_reg_new_ary);T;[o;;[I"follow above.;To;;I"%re.c (rb_reg_preprocess_dregexp);T;[o;;[I"vchange error message when /.../n has a non escaped non ASCII character in non ASCII-8BIT script. [ruby-dev:38524];TS; ; i; I"EWed Aug 5 03:28:41 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"-lib/test/unit.rb (Test::Unit.setup_argv);T;[o;;[I"6expands paths before requiring. [ruby-dev:39012];TS; ; i; I"=Wed Aug 5 01:38:27 2009 Yusuke Endoh ;T@ o; ;;;[o;;I""lib/pp.rb (guard_inspect_key);T;[o;;[I"?untrust internal hash to prevent unexpected SecurityError.;To;;I"test/ruby/test_object.rb;T;[o;;[I"%add a test for [ruby-dev:38982].;TS; ; i; I"EWed Aug 5 00:33:05 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"lib/rdoc/parser/c.rb;T;[o;;[I"@fixed a small error in the documentation. [ruby-core:24744];TS; ; i; I"2009-08-04;T@ S; ; i; I"BTue Aug 4 22:10:34 2009 NAKAMURA Usaku ;T@ o; ;;;[o;;I"$win32/win32.c (has_redirection);T;[o;;[I"Rneed to execute shell if commandline includes newline. cf. [ruby-core:24560];TS; ; i; I"@Tue Aug 4 15:06:58 2009 Akinori MUSHA ;T@ o; ;;;[o;;I"'lib/ipaddr.rb (IPAddr#{eql?,hash});T;[o;;[I"Add IPAddr#{eql?,hash} so that an IPAddr object can be used as a hash key, a set element, etc.; suggested by Nick Brown .;TS; ; i; I"BTue Aug 4 13:07:10 2009 NARUSE, Yui ;T@ o; ;;;[o;;I"4include/ruby/oniguruma.h (ONIG_SYN_WARN_CC_DUP);T;[o;;[I" defined.;To;;I"regparse.h (ScanEnv);T;[o;;[I"add warnings_flag.;To;;I"regparse.c (CC_DUP_WARN);T;[o;;[I"[defined for warn duplicated characters in character class of regexp. [ruby-core:24593];To;;I"(add_code_range_to_buf);T;[o;;[I"add CC_DUP_WARN.;To;;I"(next_state_val);T;[o;;[I"add CC_DUP_WARN.;To;;I"(OnigSyntaxRuby);T;[o;;[I"add ONIG_SYN_WARN_CC_DUP.;To;;I"(SET_ALL_MULTI_BYTE_RANGE);T;[o;;[I"add env to arguments.;To;;I"(add_code_range);T;[o;;[I" ditto.;To;;I"(add_code_range_to_buf);T;[o;;[I" ditto.;To;;I"(not_code_range_buf);T;[o;;[I" ditto.;To;;I"(or_code_range_buf);T;[o;;[I" ditto.;To;;I"(and_code_range1);T;[o;;[I" ditto.;To;;I"(and_code_range_buf);T;[o;;[I" ditto.;To;;I"(and_cclass);T;[o;;[I" ditto.;To;;I"(or_cclass);T;[o;;[I" ditto.;To;;I"(add_ctype_to_cc_by_range);T;[o;;[I" ditto.;To;;I"(add_ctype_to_cc);T;[o;;[I" ditto.;To;;I"(parse_char_class);T;[o;;[I" ditto.;TS; ; i; I"BTue Aug 4 12:40:45 2009 NARUSE, Yui ;T@ o; ;;;[o;;I"enc/encdb.c (ENC_SET_BASE);T;[o;;[I"0fix typo. patch by ujihisa [ruby-dev:39004];TS; ; i; I"GTue Aug 4 11:57:39 2009 Yukihiro Matsumoto ;T@ o; ;;;[o;;I""range.c (range_eql, range_eq);T;[o;;[I"jfixed equality to work for subclasses of Range. a patch from Marc-Andre Lafortune. [ruby-core:22190];To;;I"test/ruby/test_range.rb;T;[o;;[I"add assertions for above.;TS; ; i; I"BTue Aug 4 09:41:11 2009 NARUSE, Yui ;T@ o; ;;;[o;;I"enc/big5.c (EncLen_Big5);T;[o;;[I"!back to original Big5 table.;To;;I"(EncLen_Big5_HKSCS);T;[o;;[I"for Big5-HKSCS.;To;;I" (trans);T;[o;;[I",add the lead byte table for Big5-HKSCS.;To;;I"(big5_mbc_enc_len);T;[o;;[I"'abstract function for Big5 series.;To;;I"(big5_mbc_enc_len);T;[o;;[I"for Big5.;To;;I"(big5_hkscs_mbc_enc_len);T;[o;;[I"for Big5-HKSCS.;To;;I"(BIG5_HKSCS_P);T;[o;;[I" added.;To;;I"(BIG5_ISMB_FIRST);T;[o;;[I" add routine for Big5-HKSCS.;To;;I"(big5_hkscs);T;[o;;[I"add for Big5-HKSCS.;TS; ; i; I"BTue Aug 4 09:33:54 2009 NARUSE, Yui ;T@ o; ;;;[ o;;I"!encoding.c (rb_enc_set_base);T;[o;;[I"OAdd for setting base encoding with their names. this is internal function.;To;;I"template/encdb.h.tmpl;T;[o;;[I"Fspecify ENC_SET_BASE for second encodings in each encoding files.;To;;I""enc/encdb.c (rb_enc_set_base);T;[o;;[I"add a declaration.;To;;I"(ENC_SET_BASE);T;[o;;[I" ditto.;TS; ; i; I"GTue Aug 4 06:30:01 2009 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"hash.c (rb_hash_replace);T;[o;;[I"Fshould copy compare_by_identity status as well. [ruby-core:24728];TS; ; i; I"GTue Aug 4 05:43:03 2009 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"thread.c (recursive_push);T;[o;;[I"+need to set UNTRUST. [ruby-dev:38997];TS; ; i; I"HTue Aug 4 03:56:51 2009 Hidetoshi NAGAI ;T@ o; ;;;[ o;;I"ext/tk/lib/tcltklib.c;T;[o;;[I"Hfix trouble on old-style C function declarations [ruby-core:22871].;To;;I"ext/tk/lib/tcltklib.c;T;[o;;[I"3(ruby_1_8) fix warning about RUBY_RELEASE_DATE;To;;I"ext/tk/lib/tk/multi-tk.rb;T;[o;;[I"kill zombie threads.;To;;I"!ext/tk/lib/tk/fontchooser.rb;T;[o;;[I"$fix typo and support OptionObj.;To;;I"=ext/tk/lib/tk/{canvas.rb,virtevent.rb,image.rb,timer.rb};T;[o;;[I"$don't create unnecessary array.;TS; ; i; I"2009-08-03;T@ S; ; i; I"=Mon Aug 3 22:19:24 2009 Yusuke Endoh ;T@ o; ;;;[o;;I"eval.c (rb_mod_include);T;[o;;[I"%fix document. [ruby-core:24675];TS; ; i; I"GMon Aug 3 18:25:08 2009 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"sample/svr.rb;T;[o;;[I"3obsolete TCPserver renamed. [ruby-core:24712];To;;I"sample/tsvr.rb;T;[o;;[I" ditto.;To;;I"sample/dualstack-httpd.rb;T;[o;;[I" ditto.;TS; ; i; I"GMon Aug 3 18:12:54 2009 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"thread.c (recursive_push);T;[o;;[I"~untrust internal hash to prevent unexpected SecurityError. a patch from Kazuhiro NISHIYAMA. Fix: #1864 [ruby-dev:38982];TS; ; i; I"GMon Aug 3 17:06:05 2009 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"lib/README;T;[o;;[I"Aupdated. a patch from Daniel Bovensiepen. [ruby-core:24693];TS; ; i; I"BMon Aug 3 16:28:09 2009 NAKAMURA Usaku ;T@ o; ;;;[o;;I"#win32/win32.c (rb_w32_connect);T;[o;;[I"Hreturn value was broken when some error occurred. [ruby-core:24234];TS; ; i; I"EMon Aug 3 15:56:52 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"array.c (permute0);T;[o;;[I"!use chars for boolean array.;To;;I"/array.c (rb_ary_{permutation,combination});T;[o;;[I"Mdisallow reentrance with continuation since work-buffers cannot restore.;To;;I"7array.c (rb_ary_{permutation,combination,product});T;[o;;[I")must not use ary_discard on strings.;TS; ; i; I"GMon Aug 3 06:43:25 2009 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"numeric.c (flo_hash);T;[o;;[I".normalize -0.0 to 0.0. [ruby-core:24577];TS; ; i; I"EMon Aug 3 00:32:00 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"random.c (rb_random_int);T;[o;;[I"Barguments have to be converted to integer. [ruby-core:24679];TS; ; i; I"2009-08-02;T@ S; ; i; I"ESun Aug 2 21:04:37 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"parse.y (literal_concat0);T;[o;;[I"'tail can be nil. [ruby-dev:38980];TS; ; i; I"ESun Aug 2 20:09:07 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"1array.c (rb_ary_combination, rb_ary_product);T;[o;;[I"prevent from GC.;TS; ; i; I"=Sun Aug 2 16:53:19 2009 Yusuke Endoh ;T@ o; ;;;[o;;I"test/ruby/test_rand.rb;T;[o;;[I"Eadd tests for Random#float's rejection against Infinity and NaN.;TS; ; i; I"ESun Aug 2 14:20:43 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"random.c (rand_int);T;[o;;[I"prevent from GC.;TS; ; i; I"2009-08-01;T@ S; ; i; I"BSat Aug 1 19:23:27 2009 NARUSE, Yui ;T@ o; ;;;[o;;I"string.c (tr_trans);T;[o;;[I"1change condition of singlebyte optimization.;TS; ; i; I"ESat Aug 1 18:50:53 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"random.c (random_float);T;[o;;[I"0rejects Infinity and NaN. [ruby-core:24651];TS; ; i; I"ESat Aug 1 18:34:52 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"tool/rbinstall.rb (gem);T;[o;;[I".suppressed warnings. cf: [ruby-dev:38975];TS; ; i; I"BSat Aug 1 05:18:36 2009 NARUSE, Yui ;T@ o; ;;;[o;;I"string.c (tr_trans);T;[o;;[I"[can't use singlebyte optimization when the replacement is multibyte. [ruby-core:24612];TS; ; i; I"2009-07-31;T@ S; ; i; I"BFri Jul 31 18:01:34 2009 NAKAMURA Usaku ;T@ o; ;;;[o;;I"4lib/securerandom.rb (SecureRandom.random_bytes);T;[o;;[I";return string should be ASCII-8BIT. [ruby-core:24640];TS; ; i; I"BFri Jul 31 16:28:33 2009 NARUSE, Yui ;T@ o; ;;;[o;;I")io.c (rb_stdio_set_default_encoding);T;[o;;[I" added.;To;;I"ruby.c (process_options);T;[o;;[I"Tcall rb_stdio_set_default_encoding after setting default internal and external.;TS; ; i; I"BFri Jul 31 15:06:33 2009 NAKAMURA Usaku ;T@ o; ;;;[o;;I"tool/compile_prelude.rb;T;[o;;[I"Dtoo long string literal causes compile error on some platforms.;TS; ; i; I"BFri Jul 31 13:15:27 2009 NAKAMURA Usaku ;T@ o; ;;;[o;;I""transcode.c (str_encode_bang);T;[o;;[I" C99ism.;TS; ; i; I"EFri Jul 31 11:48:03 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I""compile.c (iseq_compile_each);T;[o;;[I"%used more appropriate construct.;TS; ; i; I"EFri Jul 31 10:54:08 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"!parse.y (literal_concat_gen);T;[o;;[I"ereduced unnecessary node at string literal concatenation with empty head dstr. [ruby-dev:38968];TS; ; i; I"=Fri Jul 31 02:57:39 2009 Yusuke Endoh ;T@ o; ;;;[o;;I"!parse.y (literal_concat_gen);T;[o;;[I"ENODE_DSTR was incorrectly handled as NODE_STR. [ruby-dev:38968];To;;I"!bootstraptest/test_syntax.rb;T;[o;;[I"add a test for above.;TS; ; i; I"=Fri Jul 31 00:55:48 2009 Yusuke Endoh ;T@ o; ;;;[o;;I"Etest/ruby/test_module.rb (test_ancestors, test_included_modules);T;[o;;[I"ignore rake mixins.;TS; ; i; I"=Fri Jul 31 00:30:54 2009 Yusuke Endoh ;T@ o; ;;;[o;;I"$vm_insnhelper.c (vm_call_cfunc);T;[o;;[I"=let set_trace_func use called_id instead of original_id.;TS; ; i; I"2009-07-30;T@ S; ; i; I"DThu Jul 30 23:04:32 2009 Yuki Sonoda (Yugui) ;T@ o; ;;;[o;;I"gem_prelude.rb (Gem.path);T;[o;;[I"Quses Gem.default_path as a default value so that ruby finds gems in ~/.gem/.;To;;I"(Gem.user_home);T;[o;;[I"Ereduced version of lib/rubygems.rb's. Gem.default_path needs it.;TS; ; i; I"DThu Jul 30 22:28:04 2009 Yuki Sonoda (Yugui) ;T@ o; ;;;[o;;I"tool/compile_prelude.rb;T;[o;;[I"sreplaces "require" with in-place evaluation so that copy & paste for lib/rubygems/default.rb is not necessary.;To;;I"gem_prelude.rb;T;[o;;[I"Nremoves copied codes from lib/rubygems/defaults.rb. uses require instead.;To;;I"common.mk (prelude.c);T;[o;;[I"2adds dependency for lib/rubygems/defaults.rb.;TS; ; i; I"=Thu Jul 30 21:56:18 2009 Yusuke Endoh ;T@ o; ;;;[o;;I"test/ruby/test_rand.rb;T;[o;;[I" add tests for Random class.;TS; ; i; I"=Thu Jul 30 21:48:56 2009 Yusuke Endoh ;T@ o; ;;;[o;;I"random.c (init_genrand);T;[o;;[I"ensure invariant of mt->next and mt->left. mt->next should always equal mt->state + N + 1 - mt->left. In fact, 'r = Random.new(0); r == r.dup' has returned false.;TS; ; i; I"=Thu Jul 30 21:43:41 2009 Yusuke Endoh ;T@ o; ;;;[o;;I"random.c (random_bytes);T;[o;;[I"Nuse NUM2LONG instead of FIX2LONG because Random#bytes may receive bignum.;TS; ; i; I"=Thu Jul 30 21:39:42 2009 Yusuke Endoh ;T@ o; ;;;[o;;I""compile.c (iseq_compile_each);T;[o;;[I"3fix stack consistency error. [ruby-core:24611];To;;I"!bootstraptest/test_method.rb;T;[o;;[I"add tests for above.;TS; ; i; I"EThu Jul 30 16:45:39 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"insns.def (defineclass);T;[o;;[I"@preserve encoding of class/module names. [ruby-core:24600];To;;I"*variable.c (rb_set_class_path_string);T;[o;;[I"(set class path with a string value.;TS; ; i; I"EThu Jul 30 16:12:48 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"!variable.c (Init_var_tables);T;[o;;[I" initializes __classid__ ID.;To;;I"variable.c;T;[o;;[I"$use st_data_t for st functions.;TS; ; i; I"2009-07-29;T@ S; ; i; I"GThu Jul 29 14:25:14 2009 Takeyuki FUJIOKA ;T@ o; ;;;[o;;I"$lib/cgi/util.rb (CGI::unescape);T;[o;;[I"support encoding option.;To;;I"*lib/cgi/cookie.rb (CGI::Cookie.parse);T;[o;;[I"fix for the encoded value.;TS; ; i; I"BWed Jul 29 08:08:07 2009 NARUSE, Yui ;T@ o; ;;;[o;;I"parse.y (regexp);T;[o;;[I"Kregexp literal at the top of dstr is still needed even if it is empty.;TS; ; i; I"GWed Jul 29 03:36:24 2009 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"4ext/json/lib/json/common.rb (JSON#recurse_proc);T;[o;;[I";T@ o; ;;;[o;;I"0vm_core.h, vm_insnhelper.c (vm_call_method);T;[o;;[I"Grevive VM_CALL_OPT_SEND_BIT and use it to recognize "send" method.;TS; ; i; I"=Wed Jul 29 03:11:59 2009 Koichi Sasada ;T@ o; ;;;[o;;I"#proc.c (rb_method_entry_arity);T;[o;;[I"$support not_implemented method.;To;;0;[o;;[0S; ; i; I"2009-07-28;T@ S; ; i; I"=Tue Jul 28 19:36:26 2009 Koichi Sasada ;T@ o; ;;;[o;;I"#proc.c (rb_method_entry_arity);T;[o;;[I"%support optimized method (send).;To;;I"test/ruby/test_method.rb;T;[o;;[I"add a test for above.;TS; ; i; I"HTue Jul 28 04:34:05 2009 Hidetoshi NAGAI ;T@ o; ;;;[o;;I"ext/tk/lib/extconf.rb;T;[o;;[I"1bug fix and ignore invalid Tcl/Tk libraries.;To;;I"ext/tk/lib/config_list.in;T;[o;;[I""bug fix and add a new option.;To;;I"ext/tk/lib/README.tcltklib;T;[o;;[I"update for a new option.;TS; ; i; I"2009-07-27;T@ S; ; i; I"EMon Jul 27 19:03:07 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"oinclude/ruby/intern.h (rb_*str_new_cstr, rb_str_buf_new_cstr), (rb_str_buf_cat2, rb_str_cat2, rb_exc_new2);T;[o;;[I"suppress warnings.;TS; ; i; I"EMon Jul 27 10:24:50 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I".lib/rdoc/parser.rb (RDoc::Parser.binary?);T;[o;;[I"*fix for empty files. [ruby-dev:38848];TS; ; i; I"GMon Jul 27 06:51:41 2009 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"io.c (argf_eof);T;[o;;[I">should call next_argv() before testing. [ruby-core:24561];TS; ; i; I"2009-07-26;T@ S; ; i; I"ESun Jul 26 19:17:33 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"io.c (argf_eof);T;[o;;[I"qgo to the next file if called after ARGF.close or ARGF.skip. a patch from Mike Kasick at [ruby-core:24561].;TS; ; i; I"ESun Jul 26 18:30:02 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"%vm_insnhelper.c (vm_call_method);T;[o;;[I"<__send__ can call protected methods. [ruby-core:24500];TS; ; i; I"QSun Jul 26 01:09:14 2009 Alexander Zavorine ;T@ o; ;;;[o;;I"ext/bigdecimal.c;T;[o;;[I";T@ o; ;;;[o;;I"io.c (argf_eof);T;[o;;[I"should not have reached EOF before trying to read. based on a patch by Heesob Park in [ruby-core:24559]. [ruby-core:24557];TS; ; i; I"ESat Jul 25 13:44:28 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"5complex.c (nucomp_hash), rational.c (nurat_hash);T;[o;;[I"cnot to use hash value of class so that equality against subclasses can work. [ruby-dev:38850];TS; ; i; I"BSat Jul 25 01:05:59 2009 NARUSE, Yui ;T@ o; ;;;[o;;I"enc/big5.c;T;[o;;[I":Fix EncLen_BIG5 for Big5-HKSCS. see [ruby-core:24390];TS; ; i; I"2009-07-24;T@ S; ; i; I"AFri Jul 24 18:03:01 2009 Shugo Maeda ;T@ o; ;;;[o;;I"lib/net/imap.rb (idle);T;[o;;[I">leaves IDLE in a ensure clause. a patch from Eric Hodel.;To;;I"1test/net/imap/test_imap.rb (setup, teardown);T;[o;;[I"3turn on Socket.do_not_reverse_lookup in tests.;TS; ; i; I"AFri Jul 24 00:13:41 2009 Shugo Maeda ;T@ o; ;;;[o;;I"%lib/net/imap.rb (resp_text_code);T;[o;;[I";T@ o; ;;;[o;;I"lib/irb/ruby-lex.rb;T;[o;;[I">make irb be able to parse string_dvar. [ruby-core: 24051];TS; ; i; I"HThu Jul 23 17:26:51 2009 Hidetoshi NAGAI ;T@ o; ;;;[o;;I"ext/tk/extconf.rb;T;[o;;[I"2should not create "config_list" in a $srcdir.;TS; ; i; I"BThu Jul 23 14:35:02 2009 NAKAMURA Usaku ;T@ o; ;;;[o;;I"(win32/win32.c (rb_w32_{open,wopen});T;[o;;[I"Mfixed typos. these conditions mean to call runtime's open() if textmode.;TS; ; i; I"AThu Jul 23 08:53:24 2009 Eric Hodel ;T@ o; ;;;[o;;I"#lib/rdoc/markup/simple_markup/;T;[o;;[I"*Remove useless directory. [Bug #1343];TS; ; i; I"EThu Jul 23 08:52:12 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"#random.c (random_{state,left});T;[o;;[I"internal/debug use.;TS; ; i; I"EThu Jul 23 00:39:25 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"common.mk (class.o);T;[o;;[I"depends on vm_core.h.;TS; ; i; I"EThu Jul 23 00:10:02 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"#time.c (init_leap_second_info);T;[o;;[I"6checks the result of gmtime to suppress warnings.;TS; ; i; I"2009-07-22;T@ S; ; i; I"GWed Jul 22 19:29:26 2009 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"5test/ruby/test_module.rb (TestModule#test_alias);T;[o;;[I"warning message updated.;TS; ; i; I"=Wed Jul 22 22:23:24 2009 Yusuke Endoh ;T@ o; ;;;[ o;;I"!vm_core.h (struct rb_iseq_t);T;[o;;[I"~add a new field line_no. This field represents line number from which the original code of the iseq starts. [ruby-dev:38698];To;;I"iseq.c, compile.c;T;[o;;[I" ditto.;To;;I" parse.y;T;[o;;[I"Eline number hack (for Proc#source_location) is no longer needed.;To;;I"#test/ruby/test_settracefunc.rb;T;[o;;[I"@line number of set_trace_func is now compatible with 1.8's.;TS; ; i; I"GWed Jul 22 22:16:48 2009 URABE Shyouhei ;T@ o; ;;;[o;;I" method.h;T;[o;;[I"5Commas at end of enum list not allowed as of C89;To;;I" vm_method.c (rb_add_method);T;[o;;[I"avoid C++ comment;To;;I"$vm_insnhelper.c (vm_call_cfunc);T;[o;;[I" ditto.;TS; ; i; I"BWed Jul 22 20:42:52 2009 NAKAMURA Usaku ;T@ o; ;;;[o;;I"ext/socket/extconf.rb;T;[o;;[I"6define IPPROTO_IPV6 macro for recent Windows SDK.;TS; ; i; I"BWed Jul 22 19:32:10 2009 NAKAMURA Usaku ;T@ o; ;;;[o;;I"ext/socket/mkconstants.rb;T;[o;;[I"8define IPV6_* constants only when INET6 is defined.;TS; ; i; I"BWed Jul 22 19:23:04 2009 NAKAMURA Usaku ;T@ o; ;;;[o;;I"ext/socket/extconf.rb;T;[o;;[I"2ipv6 support is disabled by default on mswin.;TS; ; i; I"BWed Jul 22 17:41:08 2009 NAKAMURA Usaku ;T@ o; ;;;[o;;I"3ext/socket/ipsocket.c (init_inetsock_internal);T;[o;;[I"1drop IPv6 addresses if INET6 is not defined.;TS; ; i; I"BWed Jul 22 17:29:59 2009 NAKAMURA Usaku ;T@ o; ;;;[o;;I"ext/socket/extconf.rb;T;[o;;[I"#enable ipv6 support for win32.;TS; ; i; I"DWed Jul 22 16:38:39 2009 Yuki Sonoda (Yugui) ;T@ o; ;;;[o;;I"hash.c (Hash::[]);T;[o;;[I"0rdoc. patch by Marc-Andre Lafortune. #1385.;TS; ; i; I"BWed Jul 22 10:00:53 2009 NAKAMURA Usaku ;T@ o; ;;;[o;;I"win32/win32.c (WSAMSG);T;[o;;[I"/get rid of compile error on VC9 and mingw.;TS; ; i; I"GWed Jul 22 06:35:56 2009 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"1test/ruby/test_enum.rb (TestEnumerable#each);T;[o;;[I"-recursive join now raises ArgumentError.;TS; ; i; I"EWed Jul 22 02:33:57 2009 Keiju Ishitsuka ;T@ o; ;;;[o;;I"lib/irb.rb;T;[o;;[I"forget svn commit.;TS; ; i; I"GWed Jul 22 01:20:54 2009 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"bootstraptest/test_io.rb;T;[o;;[I")block write may block for long time.;TS; ; i; I"EWed Jul 22 00:34:39 2009 Keiju Ishitsuka ;T@ o; ;;;[o;;I"=lib/irb.rb, lib/irb/init.rb, lib/irb/ext/save-history.rb;T;[o;;[I"Ladd IRB::irb_at_exit. no use finalizer saving history. [ruby-dev-38563];TS; ; i; I"2009-07-21;T@ S; ; i; I"=Tue Jul 21 23:47:38 2009 Yusuke Endoh ;T@ o; ;;;[o;;I"random.c (rand_init);T;[o;;[I"`array length of random seed was broken, which causes memory error with srand(2**1000000-1).;To;;I"test/ruby/test_rand.c;T;[o;;[I"test for above.;TS; ; i; I"ETue Jul 21 21:37:19 2009 Keiju Ishitsuka ;T@ o; ;;;[o;;I"lib/irb/cmd/help.rb;T;[o;;[I"3fixed irb's "help" command. [ruby-core:22310].;To;;I"lib/tracer.rb;T;[o;;[I"lno show lines unknown line number. [ruby-core:22096], no trace display c-call and c-return as default.;TS; ; i; I"ITue Jul 21 16:24:41 2009 Masaki Suketa ;T@ o; ;;;[o;;I",ext/win32ole/win32ole.c (vtdate2rbtime);T;[o;;[I";T@ o; ;;;[o;;I"lib/tracer.rb;T;[o;;[I"3toplevel caller exists now. [ruby-core:24454];TS; ; i; I"BTue Jul 21 13:36:20 2009 NAKAMURA Usaku ;T@ o; ;;;[o;;I"(win32/win32.[ch] (recvmsg, sendmsg);T;[o;;[I"new functions to support recvmsg/ sendmsg like UNIX. these functions are experimental and not tested well. bug reports are welcome.;TS; ; i; I"BTue Jul 21 13:35:21 2009 NAKAMURA Usaku ;T@ o; ;;;[o;;I"'win32/Makefile.sub (TEST_RUNNABLE);T;[o;;[I"follow r24209.;TS; ; i; I"ETue Jul 21 12:45:31 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"'gc.c (rb_gc_enable, rb_gc_disable);T;[o;;[I" should return Qtrue/Qfalse.;TS; ; i; I"ETue Jul 21 12:38:07 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I")variable.c (rb_generic_ivar_memsize);T;[o;;[I"7should not remove generic instance variable table.;TS; ; i; I"2009-07-20;T@ S; ; i; I"BMon Jul 20 20:35:55 2009 NARUSE, Yui ;T@ o; ;;;[o;;I"io.c (rb_f_open);T;[o;;[I"0add rdoc about specifying ext_enc as *-bom.;TS; ; i; I"EMon Jul 20 19:00:58 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"'compile.c (compile_dstr_fragments);T;[o;;[I"reduced needless literal.;To;;I"@parse.y (xstring, regexp, dsym, literal_concat, evstr2dstr);T;[o;;[I"literal at the top of dstr is no longer needed if it is empty, since concatstrings and toregexp always create new strings.;TS; ; i; I";Mon Jul 20 12:51:39 2009 wanabe ;T@ o; ;;;[o;;I" lib/matrix.rb (Matrix#rank);T;[o;;[I"Arevert a part of r20859 to avoid infinite loop. [Bug #1020];TS; ; i; I"EMon Jul 20 11:12:54 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I".configure.in, Makefile.in (TEST_RUNNABLE);T;[o;;[I".tests are no runnable if cross-compiling.;To;;I"common.mk (btest*, test*);T;[o;;[I" ditto.;TS; ; i; I";Mon Jul 20 10:55:18 2009 Tanaka Akira ;T@ o; ;;;[o;;I"8ext/socket/lib/socket.rb (Addrinfo#family_addrinfo);T;[o;;[I"Lfix a typo in error message. patch by Nobuhiro IMAI. [ruby-dev:38828];TS; ; i; I"2009-07-19;T@ S; ; i; I"ASun Jul 19 22:22:54 2009 Tadayoshi Funaba ;T@ o; ;;;[o;;I"rational.c (float_to_r);T;[o;;[I"an improvement.;TS; ; i; I"ASun Jul 19 20:41:24 2009 Tadayoshi Funaba ;T@ o; ;;;[o;;I"complex.c (make_patterns);T;[o;;[I"do not use \d.;To;;I"rational.c (make_patterns);T;[o;;[I" ditto.;TS; ; i; I"ESun Jul 19 17:32:37 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"io.c (io_read);T;[o;;[I"/should taint the result. [ruby-dev:38826];TS; ; i; I"ESun Jul 19 11:00:14 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"vm_method.c (me_opts);T;[o;;[I"6fixed optimized method aliasing. [ruby-dev:38824];TS; ; i; I";Sun Jul 19 10:54:56 2009 Tanaka Akira ;T@ o; ;;;[o;;I"2ext/socket/lib/socket.rb (Socket.accept_loop);T;[o;;[I";rescue IO::WaitReadable instead of Errno::EWOULDBLOCK.;To;;I" (Socket.udp_server_loop_on);T;[o;;[I" ditto.;TS; ; i; I"2009-07-18;T@ S; ; i; I"BSat Jul 18 23:44:59 2009 NARUSE, Yui ;T@ o; ;;;[o;;I"re.c (reg_enc_error);T;[o;;[I"use rb_enc_get to get the encoding of a Regexp object. REGEXP(re)->ptr->enc is the encoding of the regexp engine for patterns and target strings. [ruby-core:23208];TS; ; i; I"ESat Jul 18 17:43:12 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"string.c (rb_str_hash_cmp);T;[o;;[I"got rid of overflow.;TS; ; i; I"ESat Jul 18 16:03:01 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I")include/ruby/defines.h (TRUE, FALSE);T;[o;;[I"for internal use.;TS; ; i; I"BSat Jul 18 11:39:49 2009 NAKAMURA Usaku ;T@ o; ;;;[o;;I" random.c;T;[o;;[I"workaround for VC++ 6.0.;TS; ; i; I"ESat Jul 18 09:16:18 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"0random.c (rb_random_{int32,real,bytes,int});T;[o;;[I"-added functions for extension libraries.;TS; ; i; I"ESat Jul 18 09:07:00 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I" random.c (fill_random_seed);T;[o;;[I"*use cryptographic service on Windows.;TS; ; i; I"HSat Jul 18 07:56:00 2009 Hidetoshi NAGAI ;T@ o; ;;;[o;;I"ext/tk/lib/tk.rb;T;[o;;[I"?fail to create a widget object for an unknown widget path.;TS; ; i; I"HSat Jul 18 07:06:31 2009 Hidetoshi NAGAI ;T@ o; ;;;[o;;I"+ext/tk/lib/tk.rb,ext/tk/lib/tk/grid.rb;T;[o;;[I"PBug fix on grid_slaves(). Extend usage pattern of grid_column()/grid_row().;TS; ; i; I"BSat Jul 18 06:30:35 2009 NAKAMURA Usaku ;T@ o; ;;;[o;;I"include/ruby/win32.h;T;[o;;[I"Iinclude winsock headers in extern "C++" for C++ extension libraries.;To;;I"'include/ruby/missing.h (vsnprintf);T;[o;;[I"+workaround for VC++. [ruby-core:23096];TS; ; i; I"DSat Jul 18 00:23:47 2009 Yuki Sonoda (Yugui) ;T@ o; ;;;[o;;I",ext/readline/readline.c (Init_readline);T;[o;;[I"Irl_catch_signals does not exist on some platform like Mac OS X 10.5.;To;;I"ext/readline/extconf.rb;T;[o;;[I"*checks existence of rl_catch_signals.;TS; ; i; I"2009-07-17;T@ S; ; i; I"BFri Jul 17 22:37:22 2009 NAKAMURA Usaku ;T@ o; ;;;[o;;I"3ext/socket/socket.c (socket_s_ip_address_list);T;[o;;[I"drop inactive adapters.;To;;I"3test/socket/test_{nonblock,addrinfo,socket}.rb;T;[o;;[I"2skip some tests on Windows. [ruby-core:23051];TS; ; i; I"BFri Jul 17 22:29:21 2009 NAKAMURA Usaku ;T@ o; ;;;[o;;I",ext/readline/readline.c (Init_readline);T;[o;;[I".use rl_catch_sigwinch only when existing.;To;;I"ext/readline/extconf.rb;T;[o;;[I"Ycheck existence of rl_catch_sigwinch, and workaround for native Win32 readline port.;TS; ; i; I";Fri Jul 17 18:18:23 2009 Tanaka Akira ;T@ o; ;;;[o;;I"range.c (recursive_hash);T;[o;;[I"6extracted from range_hash. reject recursive key.;To;;I"(range_hash);T;[o;;[I"use recursive_hash.;TS; ; i; I";Fri Jul 17 18:11:32 2009 Tanaka Akira ;T@ o; ;;;[o;;I"struct.c (recursive_hash);T;[o;;[I":extracted from rb_struct_hash. reject recursive key.;To;;I"(rb_struct_hash);T;[o;;[I"use recursive_hash.;TS; ; i; I";Fri Jul 17 16:45:22 2009 Tanaka Akira ;T@ o; ;;;[o;;I"array.c (recursive_hash);T;[o;;[I"reject recursive key.;TS; ; i; I"EFri Jul 17 15:20:53 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"random.c (DIGSPERINT);T;[o;;[I"fix for LP64.;To;;I" random.c (fill_random_seed);T;[o;;[I"5/dev/urandom is not available on DOSISH systems.;To;;I"random.c (random_equal);T;[o;;[I"new method Random#==.;TS; ; i; I";Fri Jul 17 13:35:47 2009 Tanaka Akira ;T@ o; ;;;[o;;I"(ext/socket/init.c (rsock_getfamily);T;[o;;[I"Breturn AF_UNSPEC if getsockname is failed. [ruby-core:24383];TS; ; i; I"GFri Jul 17 01:22:57 2009 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"array.c (recursive_join);T;[o;;[I"5raise ArgumentError for joining recursive array.;To;;I"array.c (ary_join_1);T;[o;;[I" ditto.;To;;I"3test/ruby/test_array.rb (TestArray#test_join2);T;[o;;[I"%test updated for recursive join.;TS; ; i; I"2009-07-16;T@ S; ; i; I"HThu Jul 16 23:32:16 2009 Hidetoshi NAGAI ;T@ o; ;;;[o;;I",ext/tk/extconf.rb,ext/tk/config_list.in;T;[o;;[I"Signore paths which includes white space characters on Windows.[ruby-dev:38794];To;;I"ext/tk/lib/tk.rb;T;[o;;[I"Nworks on Cygwin (limitation:: Tk.mainloop works on the main thread only).;TS; ; i; I"IThu Jul 16 20:58:18 2009 Masaki Suketa ;T@ o; ;;;[o;;I"ftest/win32ole/test_win32ole.rb (test_s_codepage_changed, test_s_locale_set, test_s_locale_change);T;[o;;[I"Eskip test if Japanese locale is not installed. [ruby-core:23806];To;;I"Dtest/win32ole/test_win32ole_variant.rb (test_conversion_str2cy);T;[o;;[I" ditto.;TS; ; i; I"BThu Jul 16 19:02:28 2009 NAKAMURA Usaku ;T@ o; ;;;[o;;I"?ext/socket/lib/socket.rb (Socket.tcp_server_sockets_port0);T;[o;;[I"9servers is nil if an error occurs before setting it.;TS; ; i; I"EThu Jul 16 18:42:56 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I" random.c (fill_random_seed);T;[o;;[I"suppress a warning.;TS; ; i; I"EThu Jul 16 18:30:20 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"*hash.c (rb_hash_aset, recursive_hash);T;[o;;[I".rejects recursive hash. [ruby-core:22921];TS; ; i; I"EThu Jul 16 18:28:09 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"#id.c (Init_id), vm.c (vm_exec);T;[o;;[I":@#__ThrowState__ is no longer used. [ruby-dev:38760];TS; ; i; I"=Thu Jul 16 17:41:28 2009 Koichi Sasada ;T@ o; ;;;[o;;I"vm_method.c (rb_alias);T;[o;;[I"4fix a case which try non-existing method alias.;To;;I"test/ruby/test_alias.rb;T;[o;;[I"add a test.;TS; ; i; I"EThu Jul 16 16:00:23 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"io.c (io_reopen);T;[o;;[I"-discards read buffer. [ruby-core:24240];TS; ; i; I"EThu Jul 16 15:52:25 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"Cbignum.c (rb_big_new, rb_bigzero_p), range.c (rb_range_values);T;[o;;[I"added for random.c.;To;;I"random.c (rb_random_t);T;[o;;[I"2objectified. [EXPERIMENTAL] [ruby-dev:30954];TS; ; i; I"GThu Jul 16 14:08:44 2009 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"array.c (rb_ary_sample);T;[o;;[I"BRDoc update. a patch from Florian Frank. [ruby-core:24347];TS; ; i; I"BThu Jul 16 12:42:10 2009 NARUSE, Yui ;T@ o; ;;;[o;;I"0ext/readline/readline.c (readline_readline);T;[o;;[I"7rl_free_line_state before rl_cleanup_after_signal.;To;;I",ext/readline/readline.c (Init_readline);T;[o;;[I"Gset rl_catch_signals and rl_catch_sigwinch as 0. [ruby-core:21884];TS; ; i; I"=Thu Jul 16 08:59:22 2009 Koichi Sasada ;T@ o; ;;;[o;;I""node.h, vm_core.h, variable.c;T;[o;;[I",rename global_entry to rb_global_entry.;To;;I"2compile.c, insns.def, iseq.c, vm_insnhelper.h;T;[o;;[I" ditto.;TS; ; i; I"=Thu Jul 16 08:57:44 2009 Koichi Sasada ;T@ o; ;;;[o;;I"vm_method.c;T;[o;;[I"(separate clearing cache entry code.;TS; ; i; I"=Thu Jul 16 08:56:32 2009 Koichi Sasada ;T@ o; ;;;[o;;I"dir.c (push_glob);T;[o;;[I"re-fix GC problem.;TS; ; i; I"=Thu Jul 16 08:55:27 2009 Koichi Sasada ;T@ o; ;;;[o;;I"common.mk;T;[o;;[I"add method.h.;TS; ; i; I"=Thu Jul 16 08:53:26 2009 Koichi Sasada ;T@ o; ;;;[o;;I"io.c (argf_free);T;[o;;[I"free data body.;TS; ; i; I"2009-07-15;T@ S; ; i; I"=Wed Jul 15 23:46:55 2009 Koichi Sasada ;T@ o; ;;;[o;;I"method.h, vm_core.h;T;[o;;[I"xadd rb_method_entry_t. Remove nodes around method management. This change affect some VM control stack structure.;To;;I"2vm.c, vm_insnhelper.c, vm_method.c, vm_eval.c;T;[o;;[I"'ditto. and make some refactoring.;To;;I"3insns.def, class.c, eval.c, proc.c, vm_dump.c ;T;[o;;[I" ditto.;To;;I"8vm_core.h, compile.c (iseq_specialized_instruction);T;[o;;[I"Mremove VM_CALL_SEND_BIT. use another optimization tech for Kernel#send.;To;;I" node.h;T;[o;;[I"remove unused node types.;To;;I"*ext/objspace/objspace.c (count_nodes);T;[o;;[I" ditto.;To;;I" gc.c;T;[o;;[I".add mark/free functions for method entry.;To;;I"include/ruby/intern.h;T;[o;;[I"fremove decl of rb_define_notimplement_method_id(). nobody can use it because noex is not opened.;To;;I"iseq.c (iseq_mark);T;[o;;[I")fix to check ic_method is available.;To;;I"iseq.c (rb_iseq_disasm);T;[o;;[I"%fix to use rb_method_get_iseq().;TS; ; i; I"=Wed Jul 15 23:45:11 2009 Koichi Sasada ;T@ o; ;;;[o;;I"dir.c (push_glob);T;[o;;[I"fix GC problem.;TS; ; i; I"DWed Jul 15 17:33:52 2009 Yuki Sonoda (Yugui) ;T@ o; ;;;[ o;;I"ext/purelib.rb;T;[o;;[I"translates a fake path to rubygems in $" into an alternative in $: so that Kernel.#require does not load more rubygems.rb. Resolves many failures in test/rubygems/*.;To;;I"4gem_prelude.rb (Gem.load_full_rubygems_library);T;[o;;[I"Csupports case the rubygems to load is not in $(rubylibprefix).;To;;I"((Gem.path_to_full_rubygems_library);T;[o;;[I"Qnew method for the changes in purelib.rb and Gem.load_full_rubygems_library.;To;;I""(Gem.fake_rubygems_as_loaded);T;[o;;[I"new method.;TS; ; i; I"BWed Jul 15 16:29:35 2009 NAKAMURA Usaku ;T@ o; ;;;[o;;I"%win32/Makefile.sub (LIBPATHFLAG);T;[o;;[I"'path is already quoted in mkmf.rb.;TS; ; i; I"HWed Jul 15 06:21:50 2009 Hidetoshi NAGAI ;T@ o; ;;;[o;;I"ext/tk/extconf.rb;T;[o;;[I"6--with-{tcl,tk}-dir doesn't work.[ruby-dev:38782];TS; ; i; I"BWed Jul 15 04:22:54 2009 NARUSE, Yui ;T@ o; ;;;[o;;I"?test/cgi/test_cgi_multipart.rb (CGIMultipartTest#_prepare);T;[o;;[I"$set tempfile name with literal.;TS; ; i; I"2009-07-14;T@ S; ; i; I"ETue Jul 14 21:53:18 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"ext/io/nonblock;T;[o;;[I" moved from ext/io/wait/lib.;TS; ; i; I"BTue Jul 14 17:29:20 2009 NARUSE, Yui ;T@ o; ;;;[o;;I"string.c (rb_str_index_m);T;[o;;[I":return nil if pos is out of string. [ruby-core:23660];TS; ; i; I"ETue Jul 14 16:13:04 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"io.c (rb_io_initialize);T;[o;;[I"Zcheck if the descriptor can be accessed in the specified open mode. [ruby-dev:38571];TS; ; i; I"HTue Jul 14 09:26:14 2009 Hidetoshi NAGAI ;T@ o; ;;;[o;;I"ext/tk/lib/multi-tk.rb;T;[o;;[I"tLong-term-callback support isn't stable yet. So, disable the feature and waiting for improvement in the future.;TS; ; i; I"BTue Jul 14 01:28:17 2009 NARUSE, Yui ;T@ o; ;;;[o;;I"/test/ruby/test_m17n.rb (TestM17N#test_env);T;[o;;[I"0the encoding of ENV is now locale encoding.;TS; ; i; I"BTue Jul 14 01:24:56 2009 NARUSE, Yui ;T@ o; ;;;[o;;I"marshal.c (r_object0);T;[o;;[I"should return real object.;TS; ; i; I"=Tue Jul 14 01:06:31 2009 Yusuke Endoh ;T@ o; ;;;[o;;I"#enumerator.c (yielder_yield_i);T;[o;;[I"=use rb_proc_new instead of rb_iterate. [ruby-dev:38518];To;;I"README.EXT;T;[o;;[I"Arb_iterate is obsolete since 1.9; use rb_block_call instead.;To;;I"README.EXT.ja;T;[o;;[I" ditto.;TS; ; i; I"DTue Jul 14 00:45:41 2009 Yuki Sonoda (Yugui) ;T@ o; ;;;[o;;I":test/ruby/test_case.rb (TestCase#test_deoptimization);T;[o;;[I" test for [ruby-core:23190].;TS; ; i; I"2009-07-13;T@ S; ; i; I"DMon Jul 13 22:49:50 2009 Yuki Sonoda (Yugui) ;T@ o; ;;;[o;;I"(lib/prime.rb (Prime#prime_division);T;[o;;[I"Onow decomposes negative integer into a decomposition with element [-1, 1].;To;;I"test/test_prime.rb;T;[o;;[I"test for it.;TS; ; i; I"BMon Jul 13 22:28:03 2009 NAKAMURA Usaku ;T@ o; ;;;[o;;I"io.c (pipe_open);T;[o;;[I"2handles leaked on win32 when an error occurs.;TS; ; i; I"EMon Jul 13 20:21:51 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"marshal.c (r_object0);T;[o;;[I"@should not shadow outer variable not to return Qnil always.;TS; ; i; I"BMon Jul 13 19:41:05 2009 NARUSE, Yui ;T@ o; ;;;[o;;I"marshal.c (r_object0);T;[o;;[I"+copy instance variables to new regexp.;TS; ; i; I"=Mon Jul 13 17:49:11 2009 Koichi Sasada ;T@ o; ;;;[ o;;I"vm_core.h, compile.c;T;[o;;[I"declare struct iseq_inline_cache_entry. Inline cache (IC) entries are no longer GC managed object. IC entries are freed when ISeq is freed.;To;;I" iseq.c;T;[o;;[I"8fix mark, free, memsize functions for above change.;To;;I"insns.def;T;[o;;[I""remove rb_gc_write_barrier().;To;;I"'vm_insnhelper.c (vm_method_search);T;[o;;[I" ditto.;To;;I"Ctool/instruction.rb, template/insns_info.inc.tmpl (insn_iclen);T;[o;;[I" added.;TS; ; i; I"=Mon Jul 13 13:35:08 2009 Koichi Sasada ;T@ o; ;;;[ o;;I"5insns.def, vm_insnhelper.c (getinstancevariable);T;[o;;[I"fix to use inline cache.;To;;I"compile.c;T;[o;;[I"Qfix to skip inline cache entry (IC). IC is added automatically by compiler.;To;;I"insns.def, vm_insnhelper.h;T;[o;;[I"fix IC positions.;To;;I" iseq.c;T;[o;;[I"=increment minor_version of ISeq because of above change.;TS; ; i; I"HMon Jul 13 08:01:00 2009 Hidetoshi NAGAI ;T@ o; ;;;[ o;;I"ext/tk/extconf.rb;T;[o;;[I"1New strategy for searching Tcl/Tk libraries.;To;;I" ext/tk/*;T;[o;;[I"=Support new features of Tcl/Tk8.6b1 and minor bug fixes.;To;;0;[o;;[0o;;I" ext/tk/*;T;[o;;[I"OUnify sources between Ruby 1.8 & 1.9. Improve default_widget_set handling.;To;;I" ext/tk/*;T;[o;;[I"?Multi-TkInterpreter (multi-tk.rb) works on Ruby 1.8 & 1.9.;To;;0;[o;;[0o;;I"ext/tk/lib/tkextlib/*;T;[o;;[I"Update supported versions of Tk extensions. Tcllib 1.8/Tklib 0.4.1 ==> Tcllib 1.11.1/Tklib 0.5 BWidgets 1.7 ==> BWidgets 1.8 TkTable 2.9 ==> TkTable 2.10 TkTreeCtrl 2005-12-02 ==> TkTreeCtrl 2.2.9 Tile 0.8.0/8.5.1 ==> Tile 0.8.3/8.6b1 IncrTcl 2005-02-14 ==> IncrTcl 2008-12-15 TclX 2005-02-07 ==> TclX 2008-12-15 Trofs 0.4.3 ==> Trofs 0.4.4;TS; ; i; I"EMon Jul 13 01:18:13 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"time.c (time_timespec);T;[o;;[I""rounds subsecond toward zero.;TS; ; i; I"2009-07-12;T@ S; ; i; I"BSun Jul 12 23:51:39 2009 NARUSE, Yui ;T@ o; ;;;[o;;I"hash.c (env_str_new);T;[o;;[I"suse rb_locale_str_new instead of rb_tainted_str_new. rb_locale_str_new set string locale encoding and tainted.;TS; ; i; I"ASun Jul 12 23:56:40 2009 Tadayoshi Funaba ;T@ o; ;;;[o;;I"complex.c;T;[o;;[I"added some shortcuts.;To;;I"rational.c;T;[o;;[I" ditto.;TS; ; i; I"ESun Jul 12 23:30:26 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"2object.c (rb_to_integer, rb_check_to_integer);T;[o;;[I"return Bignum as-is.;TS; ; i; I"ASun Jul 12 21:07:46 2009 Tadayoshi Funaba ;T@ o; ;;;[o;;I"complex.c;T;[o;;[I"$use k_exact_{zero,one}_p macro.;To;;I"rational.c;T;[o;;[I" ditto.;TS; ; i; I"ASun Jul 12 20:42:58 2009 Tadayoshi Funaba ;T@ o; ;;;[o;;I"numeric.c (fix_divide);T;[o;;[I" added an entry to rational.;To;;I"(rational.c (rb_rational_reciprocal);T;[o;;[I" added.;To;;I"complex.c (f_reciprocal);T;[o;;[I" added.;TS; ; i; I"ESun Jul 12 02:24:42 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"random.c (rand_init);T;[o;;[I"(use fixed buffer for small numbers.;TS; ; i; I"2009-07-11;T@ S; ; i; I"BSat Jul 11 14:43:34 2009 NARUSE, Yui ;T@ o; ;;;[o;;I"/test/ruby/test_io_m17n.rb (test_strip_bom);T;[o;;[I" added.;TS; ; i; I"ESat Jul 11 07:11:59 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"Eext/readline/readline.c (readline_attempted_completion_function);T;[o;;[I"array length is long.;To;;I"Gext/readline/readline.c (readline_s_get_filename_quote_characters);T;[o;;[I"missing type of self.;TS; ; i; I"ESat Jul 11 02:37:37 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"random.c (limited_rand);T;[o;;[I"Gexpands to long before shift so that the result does not overflow.;TS; ; i; I"ESat Jul 11 00:16:27 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"random.c (rand_init);T;[o;;[I" got rid of buffer overflow.;TS; ; i; I"ESat Jul 11 00:11:38 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"array.c (ary_join_1);T;[o;;[I"&should recurse for element array.;TS; ; i; I"2009-07-10;T@ S; ; i; I"BFri Jul 10 23:10:11 2009 NARUSE, Yui ;T@ o; ;;;[o;;I"io.c (io_strip_bom);T;[o;;[I"(ungetbyte third byte when UTF-16LE.;TS; ; i; I"BFri Jul 10 23:04:16 2009 NARUSE, Yui ;T@ o; ;;;[o;;I"io.c (io_strip_bom);T;[o;;[I"7Fix condition of second byte of UTF-16LE/UTF-32LE.;TS; ; i; I">Fri Jul 10 21:45:30 2009 TAKAO Kouji ;T@ o; ;;;[o;;I"ext/readline/extconf.rb;T;[o;;[I")checked rl_refresh_line in readline.;To;;I"6ext/readline/readline.c (readline_s_refresh_line);T;[o;;[I"Gadd new method, a patch from Koichiro Ohba. see [ruby-list:45922].;TS; ; i; I">Fri Jul 10 21:00:05 2009 TAKAO Kouji ;T@ o; ;;;[o;;I"ext/readline/extconf.rb;T;[o;;[I"5checked rl_line_buffer and rl_point in readline.;To;;I"9ext/readline/readline.c (readline_s_get_line_buffer);T;[o;;[I"new method.;To;;I"(readline_s_get_point);T;[o;;[I"new method.;TS; ; i; I"EFri Jul 10 16:30:03 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"array.c (recursive_join);T;[o;;[I";use obj to tell if recursion occurs. [ruby-core:24150];To;;I"enum.c (enum_join);T;[o;;[I"(reverted r23966. [ruby-core:24196];TS; ; i; I"BFri Jul 10 14:41:34 2009 NARUSE, Yui ;T@ o; ;;;[o;;I"marshal.c (r_object0);T;[o;;[I"7set encoding only if the encoding is not US-ASCII.;TS; ; i; I"EFri Jul 10 14:44:03 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"random.c (struct MT);T;[o;;[I"Iruby already assumes int has 32bit a least, so no needs to use long.;To;;I"random.c (rand_init);T;[o;;[I"(copies data to be used really only.;TS; ; i; I"EFri Jul 10 11:41:39 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I";include/ruby/ruby.h (rb_obj_{untrust,untrusted,trust});T;[o;;[I"(added prototypes. [ruby-dev:38756];TS; ; i; I"EFri Jul 10 10:25:19 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"+vm_insnhelper.c (vm_search_superclass);T;[o;;[I"Rchecks for implicit argument passing before method search. [ruby-core:24244];TS; ; i; I"EFri Jul 10 07:22:29 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"parse.y (parser_data_type);T;[o;;[I" typed.;TS; ; i; I"2009-07-09;T@ S; ; i; I"BThu Jul 9 23:28:48 2009 NARUSE, Yui ;T@ o; ;;;[ o;;I"(include/ruby/io.h (FMODE_STRIP_BOM);T;[o;;[I"new constant.;To;;I"io.c (io_encname_bom_p);T;[o;;[I"5judge whether the encoding name is *-bom or not.;To;;I"(parse_mode_enc);T;[o;;[I"drop "-bom".;To;;I"(rb_io_modestr_fmode);T;[o;;[I"#set FMODE_STRIP_BOM if needed.;To;;I"(rb_io_extract_modeenc);T;[o;;[I" ditto.;To;;I"(io_strip_bom);T;[o;;[I"strip bom if exists.;To;;I"(io_set_encoding_by_bom);T;[o;;[I"qset encoding if there is bom. Set encoding and strip bom when modeenc string is "r:foo-bom" [ruby-dev:37236];TS; ; i; I"BThu Jul 9 21:56:59 2009 NARUSE, Yui ;T@ o; ;;;[o;;I"marshal.c (r_object0);T;[o;;[I"Jreplace \u by u when the regexp is made by Ruby 1.8. [ruby-dev:36750];TS; ; i; I"2009-07-08;T@ S; ; i; I"AWed Jul 8 23:13:54 2009 Tadayoshi Funaba ;T@ o; ;;;[o;;I"complex.c (nucomp_div);T;[o;;[I"!omitted zero division check.;TS; ; i; I"EWed Jul 8 21:00:37 2009 Keiju Ishitsuka ;T@ o; ;;;[o;;I"lib/irb/inspector.rb;T;[o;;[I"forget svn add.;TS; ; i; I"EWed Jul 8 19:10:22 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"error.c (rb_check_type);T;[o;;[I"rejects typed data.;TS; ; i; I"EWed Jul 8 18:28:04 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"-proc.c ({proc,binding,method}_data_type);T;[o;;[I" typed.;TS; ; i; I"EWed Jul 8 16:47:03 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I" file.c (rb_file_s_basename);T;[o;;[I"_returns new string instead of shared string from FilePathStringValue(). [ruby-core:24199];TS; ; i; I"AWed Jul 8 04:28:16 2009 Eric Hodel ;T@ o; ;;;[o;;I"ext/.document;T;[o;;[I"QUpdate with extensions that appear to have documentation. [ruby-core:24181];TS; ; i; I"=Wed Jul 8 04:28:16 2009 Koichi Sasada ;T@ o; ;;;[o;;I"include/ruby/ruby.h;T;[o;;[I"rename "...TypeStruct" and "typed_struct" to "TypedData..." and "typeddata", respectively. rename rb_data_type_t#name to rb_data_type_t#wrap_struct_name.;To;;I" error.c, gc.c, iseq.c, vm.c;T;[o;;[I" ditto.;TS; ; i; I"2009-07-07;T@ S; ; i; I"ETue Jul 7 20:23:27 2009 Keiju Ishitsuka ;T@ o; ;;;[o;;I""bin/irb, lib/irb.rb lib/irb/*;T;[o;;[I"#irb-0.9.6, extend inspect-mode;TS; ; i; I"ETue Jul 7 17:00:38 2009 Nobuyoshi Nakada ;T@ o; ;;;[ o;;I"(gc.c (rb_gc_call_finalizer_at_exit);T;[o;;[I"/deal with typed struct like as obj_free().;To;;I")error.c (rb_typed_struct_is_kind_of);T;[o;;[I"3new function to see if the given typed struct.;To;;I"$error.c (rb_check_typed_struct);T;[o;;[I"(new function to check typed struct.;To;;I"Binclude/ruby/ruby.h (Check_TypedStruct, Data_Get_TypedStruct);T;[o;;[I"%new macro to check typed struct.;TS; ; i; I"ETue Jul 7 13:36:46 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"enum.c (DEFINE_ENUMFUNCS);T;[o;;[I"!included function signature.;To;;I"enum.c (rb_enum_join);T;[o;;[I"Hnon-nil separator must be convertible to String. [ruby-core:24172];TS; ; i; I"GTue Jul 7 12:47:28 2009 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"enum.c (rb_enum_join);T;[o;;[I"ishould propagate taint to the return value. the change was overridden by r23967. [ruby-core:24176];TS; ; i; I"ETue Jul 7 11:56:52 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I":gc.c (GC_PROF_SET_MALLOC_INFO, GC_PROF_SET_HEAP_INFO);T;[o;;[I"simplified.;TS; ; i; I"BTue Jul 7 10:12:37 2009 NARUSE, Yui ;T@ o; ;;;[o;;I"!io.c (rb_io_ext_int_to_encs);T;[o;;[I";Set external encoding if ext==intern. [ruby-dev:38278];TS; ; i; I"2009-07-06;T@ S; ; i; I"EMon Jul 6 09:31:50 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"proc.c (make_curry_proc);T;[o;;[I"4should propagate lambda-ness. [ruby-core:24127];To;;I"proc.c (proc_hash);T;[o;;[I"use long.;TS; ; i; I"GMon Jul 6 09:06:49 2009 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"5test/ruby/test_module.rb (TestModule#test_undef);T;[o;;[I"adjust to message change.;To;;I"^test/ruby/test_object.rb (TestObject#test_redefine_method_which_may_case_serious_problem);T;[o;;[I" ditto.;To;;I"=test/ruby/test_object.rb (TestObject#test_remove_method);T;[o;;[I" ditto.;TS; ; i; I"EMon Jul 6 09:04:45 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"enum.c (enum_join);T;[o;;[I"[deals with self recursive objects to get rid of infinite recursion. [ruby-core:24150];TS; ; i; I"GMon Jul 6 08:00:10 2009 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"enum.c (enum_to_a);T;[o;;[I"Bshould propagate taint to the return value. [ruby-core:24152];To;;I"enum.c (enum_sort_by);T;[o;;[I" ditto.;TS; ; i; I"AMon Jul 6 00:41:41 2009 Tadayoshi Funaba ;T@ o; ;;;[o;;I"rational.c;T;[o;;[I"edited rdoc.;TS; ; i; I"2009-07-05;T@ S; ; i; I";Sun Jul 5 23:55:57 2009 Tanaka Akira ;T@ o; ;;;[o;;I"time.c (find_time_t);T;[o;;[I"Cfix Time.local(2009,2,31) failure on 64bit time_t environment.;TS; ; i; I"ASun Jul 5 22:43:13 2009 Tadayoshi Funaba ;T@ o; ;;;[o;;I"complex.c (nucomp_s_polar);T;[o;;[I"now arg is optional.;TS; ; i; I"ASun Jul 5 20:40:35 2009 Tadayoshi Funaba ;T@ o; ;;;[o;;I"complex.c (float_arg);T;[o;;[I"returns PI for -0.0.;TS; ; i; I"ESun Jul 5 14:04:36 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"-thread.c (rb_threadptr_exec_event_hooks);T;[o;;[I"Unew function to execute event hooks, with preserving errinfo. [ruby-core:24118];TS; ; i; I"ESun Jul 5 08:14:38 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"9vm_method.c (rb_add_method, remove_method, rb_undef);T;[o;;[I"efixed minor grammatical errors in warnings. a patch from Run Pain Run Run at [ruby-core:24141].;To;;I"#vm_method.c (Init_eval_method);T;[o;;[I"2registers notimplement_body as a mark-object.;To;;I"0vm_insnhelper.c (vm_yield_setup_block_args);T;[o;;[I"Nrestores the firs arg where is overwritten at funcall. [ruby-core:24139];TS; ; i; I"2009-07-04;T@ S; ; i; I"GSat Jul 4 08:20:03 2009 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"numeric.c (dbl2ival);T;[o;;[I"Ushould raise FloatDomainError on Infinity and NaN as 1.8 does. [ruby-dev:38726];TS; ; i; I"2009-07-03;T@ S; ; i; I";Fri Jul 3 22:48:45 2009 Tanaka Akira ;T@ o; ;;;[o;;I"time.c (find_time_t);T;[o;;[I")less number of guesses for hh:mm:60.;TS; ; i; I"AFri Jul 3 21:30:14 2009 Tadayoshi Funaba ;T@ o; ;;;[o;;I"complex.c (nucomp_equal_p);T;[o;;[I" removed.;TS; ; i; I"AFri Jul 3 21:07:29 2009 Tadayoshi Funaba ;T@ o; ;;;[o;;I"rational.c;T;[o;;[I"renamed equal_p to eqeq_p.;To;;I"complex.c;T;[o;;[I" ditto.;To;;I"complex.c (nucomp_equal_p);T;[o;;[I"Aadded. Complex(NaN).equal?(Complex(NaN)) should return true.;TS; ; i; I"AFri Jul 3 19:48:40 2009 Tadayoshi Funaba ;T@ o; ;;;[o;;I"complex.c;T;[o;;[I".undef-ed some methods. [ruby-core:24110];To;;I"complex.c (Numeric#arg);T;[o;;[I"$NaN for NaN. [ruby-core:24116];TS; ; i; I"EFri Jul 3 18:35:06 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"&vm_core.h (struct rb_iseq_struct);T;[o;;[I"fixed types.;To;;I"vm_core.h (ic_vmstat);T;[o;;[I"VM state version is VALUE.;TS; ; i; I";Fri Jul 3 02:52:20 2009 Tanaka Akira ;T@ o; ;;;[o;;I"time.c (find_time_t);T;[o;;[I"'time guess strategy refined again.;TS; ; i; I";Fri Jul 3 00:36:16 2009 Tanaka Akira ;T@ o; ;;;[o;;I"time.c (find_time_t);T;[o;;[I"!time guess strategy refined.;TS; ; i; I"2009-07-02;T@ S; ; i; I"AThu Jul 2 11:16:25 2009 Shugo Maeda ;T@ o; ;;;[o;;I"lib/net/imap.rb;T;[o;;[I"^added response to Net::IMAP::ResponseError. a patch from Eric Hodel in [ruby-core:24111].;TS; ; i; I"EThu Jul 2 08:04:39 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"time.c (num_exact);T;[o;;[I"Lrb_check_to_integer() can deal with both of Fixnum and Bignum together.;TS; ; i; I"EThu Jul 2 07:53:44 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"parse.y (parser_yylex);T;[o;;[I"fixed wrong variable.;TS; ; i; I";Thu Jul 2 05:37:38 2009 Tanaka Akira ;T@ o; ;;;[o;;I"time.c (num_exact);T;[o;;[I"use to_r for T_FLOAT.;TS; ; i; I";Thu Jul 2 05:15:54 2009 Tanaka Akira ;T@ o; ;;;[o;;I"time.c (quo);T;[o;;[I"#return an integer if possible.;TS; ; i; I"2009-07-01;T@ S; ; i; I";Wed Jul 1 21:09:25 2009 Tanaka Akira ;T@ o; ;;;[ o;;I",include/ruby/intern.h (rb_time_num_new);T;[o;;[I"declared.;To;;I"time.c (nsec2timev);T;[o;;[I"&extracted from time_new_internal.;To;;I"(time_new_internal);T;[o;;[I"change argument to VALUE.;To;;I"(rb_time_new);T;[o;;[I" follow the argument change.;To;;I"(rb_time_nano_new);T;[o;;[I" ditto.;To;;I"(rb_time_num_new);T;[o;;[I"new function.;To;;I"/ext/socket/ancdata.c (ancillary_timestamp);T;[o;;[I"@use rb_time_num_new to represent struct bintime preciously.;TS; ; i; I"EWed Jul 1 08:46:11 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"marshal.c (w_encoding);T;[o;;[I"2encodings need extra depth. [ruby-core:24100];TS; ; i; I"EWed Jul 1 06:47:09 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"enum.c (enum_grep);T;[o;;[I"$gets rid of type-punning calls.;TS; ; i; I"GWed Jul 1 06:36:28 2009 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"enum.c (enum_join);T;[o;;[I"add Enumerable#join.;To;;I"array.c (ary_join_1);T;[o;;[I"=recursive join for Enumerators (and objects with #to_a).;To;;I"array.c (rb_ary_join);T;[o;;[I"performance tune.;TS; ; i; I"2009-06-30;T@ S; ; i; I"GTue Jun 30 18:19:07 2009 Yukihiro Matsumoto ;T@ o; ;;;[ o;;I"hash.c (rb_hash_hash);T;[o;;[I"Ndocumentation fix. a patch from Marc-Andre Lafortune. [ruby-core:23943];To;;I"object.c (rb_mod_cmp);T;[o;;[I" ditto.;To;;I"range.c (range_eq);T;[o;;[I" ditto.;To;;I"3string.c (rb_str_partition, rb_str_rpartition);T;[o;;[I" ditto.;To;;I"struct.c (rb_struct_s_def);T;[o;;[I" ditto.;TS; ; i; I"GTue Jun 30 17:44:24 2009 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"re.c (reg_match_pos);T;[o;;[I"Dadjust offset based on characters, not bytes. [ruby-dev:38722];To;;I"string.c (rb_str_offset);T;[o;;[I"new function.;To;;I"string.c (rb_str_index_m);T;[o;;[I")no call to rb_reg_adjust_startpos().;TS; ; i; I"ETue Jun 30 16:57:07 2009 Nobuyoshi Nakada ;T@ o; ;;;[ o;;I"tool/rbinstall.rb;T;[o;;[I"`renamed to get rid of collision against instruction.rb on command line completion of shell.;To;;I"'tool/mkconfig.rb (RbConfig.expand);T;[o;;[I"Cget rid of exceptions on frozen strings unless really changed.;To;;I"tool/file2lastrev.rb;T;[o;;[I"!get rid of global variables.;To;;I"tool/compile_prelude.rb;T;[o;;[I"use US-ASCII name.;TS; ; i; I"ETue Jun 30 16:46:40 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"#insns.def, tool/instruction.rb;T;[o;;[I"fixed types.;TS; ; i; I"ETue Jun 30 11:08:49 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"xinclude/ruby/oniguruma.h, include/ruby/re.h, re.c, regcomp.c, regenc.c, regerror.c, regexec.c, regint.h, regparse.c;T;[o;;[I"use long.;TS; ; i; I"ETue Jun 30 11:05:59 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"dln.c (dln_find_1);T;[o;;[I"fixed index overrun.;TS; ; i; I"ATue Jun 30 08:42:34 2009 Eric Hodel ;T@ o; ;;;[o;;I"tool/instruby.rb;T;[o;;[I"'summary is required in a .gemspec.;TS; ; i; I"DTue Jun 30 01:35:12 2009 Yuki Sonoda (Yugui) ;T@ o; ;;;[o;;I"tool/strip-rdocs.rb;T;[o;;[I"%supports QT style doxy-comments.;TS; ; i; I"ATue Jun 30 01:24:10 2009 Tadayoshi Funaba ;T@ o; ;;;[o;;I"lib/cmath.rb (log2, cbrt);T;[o;;[I"added. [experimental];TS; ; i; I"ATue Jun 30 01:19:53 2009 Tadayoshi Funaba ;T@ o; ;;;[o;;I"complex.c (nucomp_expt);T;[o;;[I"do not use rb_fexpt.;TS; ; i; I"2009-06-29;T@ S; ; i; I"DMon Jun 29 22:50:10 2009 Yuki Sonoda (Yugui) ;T@ o; ;;;[ o;;I"Doxyfile.in;T;[o;;[I"4removed. merged into template/Doxyfile.template;To;;I"configure.in;T;[o;;[I"&new checking for dot and doxygen.;To;;I"template/Doxyfile.template;T;[o;;[I"6merged with Doxyfile.in. configured some options.;To;;I"common.mk (capi);T;[o;;[I")use $(DOXYGEN) instead of "doxygen".;To;;I"(Doxyfile);T;[o;;[I"1removed a duplicate entry in the dependency.;TS; ; i; I"AMon Jun 29 21:01:31 2009 Tadayoshi Funaba ;T@ o; ;;;[o;;I"complex.c (nucomp_expt);T;[o;;[I"checks exactness.;TS; ; i; I"AMon Jun 29 20:29:11 2009 Tadayoshi Funaba ;T@ o; ;;;[o;;I"rational.c (float_to_r);T;[o;;[I"always returns rational.;TS; ; i; I"EMon Jun 29 18:55:55 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"dln.c (dln_find_1);T;[o;;[I"/fix for files with dots. [ruby-dev:38588];TS; ; i; I"EMon Jun 29 17:14:31 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"file.c (file_expand_path);T;[o;;[I"4should copy original encoding. [ruby-dev:38612];TS; ; i; I"2009-06-28;T@ S; ; i; I"DSun Jun 28 23:10:55 2009 Yuki Sonoda (Yugui) ;T@ o; ;;;[o;;I"$gem_prelude.c (Gem.default_dir);T;[o;;[I";T@ o; ;;;[o;;I"complex.c (nucomp_div);T;[o;;[I"Qraises ZeroDivisionError immediately when the given second argument is zero.;To;;I"rational.c (nurat_fdiv);T;[o;;[I";never raise even if the given second argument is zero.;To;;I""rational.c (rb_raise_zerodiv);T;[o;;[I"%changed the message (zero to 0).;TS; ; i; I"ASun Jun 28 22:25:07 2009 Tadayoshi Funaba ;T@ o; ;;;[o;;I"complex.c (nucomp_expt);T;[o;;[I"9convert to a float when the given power is a bignum.;To;;I"rational.c (nurat_expt);T;[o;;[I" ditto.;TS; ; i; I"ASun Jun 28 21:16:48 2009 Tadayoshi Funaba ;T@ o; ;;;[o;;I"lib/cmath.rb (sqrt);T;[o;;[I"&fixed an issue [ruby-list:45852].;TS; ; i; I"ASun Jun 28 19:48:29 2009 Tadayoshi Funaba ;T@ o; ;;;[o;;I"complex.c (nucomp_expt);T;[o;;[I"some improvements.;To;;I"rational.c (nurat_expt);T;[o;;[I" ditto.;TS; ; i; I"DSun Jun 28 19:03:46 2009 Yuki Sonoda (Yugui) ;T@ o; ;;;[o;;I"tool/instruby.rb (:gem);T;[o;;[I"_registers the bundled version of minitest as a gem as rdoc or rake. c.f. [ruby-dev:38692].;TS; ; i; I"DSun Jun 28 19:02:07 2009 Yuki Sonoda (Yugui) ;T@ o; ;;;[o;;I"0lib/rubygems.rb (ConfigMap[:rubylibprefix]);T;[o;;[I"new entry.;To;;I"/lib/rubygems/defaults.rb (Gem.default_dir);T;[o;;[I"7considers "--with-rubylibprefix" configure option.;TS; ; i; I"ASun Jun 28 09:21:00 2009 Tadayoshi Funaba ;T@ o; ;;;[o;;I"complex.c;T;[o;;[I"#renamed some static functions.;To;;I"rational.c;T;[o;;[I" ditto.;TS; ; i; I"2009-06-27;T@ S; ; i; I"ASat Jun 27 19:06:22 2009 Tadayoshi Funaba ;T@ o; ;;;[ o;;I"complex.c (nucomp_addsub);T;[o;;[I"new;To;;I"!complex.c (nucomp_{add,sub});T;[o;;[I"use nucomp_addsub.;To;;I"complex.c (nucomp_divide);T;[o;;[I"changed the algorithm.;To;;I"complex.c (nucomp_abs);T;[o;;[I"added shortcuts.;TS; ; i; I"ASat Jun 27 16:56:33 2009 Tadayoshi Funaba ;T@ o; ;;;[o;;I"rational.c (nurat_cmp);T;[o;;[I"use rb_num_coerce_cmp.;TS; ; i; I"ASat Jun 27 16:45:10 2009 Tadayoshi Funaba ;T@ o; ;;;[o;;I"complex.c;T;[o;;[I"revised rdoc.;To;;I"rational.c;T;[o;;[I" ditto.;To;;I"numeric.c;T;[o;;[I" ditto.;TS; ; i; I"?Sat Jun 27 13:44:48 2009 Kouhei Sutou ;T@ o; ;;;[o;;I";T@ o; ;;;[o;;I" NEWS;T;[o;;[I"rss: 0.2.5 -> 0.2.7.;To;;I"-lib/rss/rss.rb, test/rss/test_version.rb;T;[o;;[I"0.2.6 -> 0.2.7.;TS; ; i; I"GSat Jun 27 03:16:56 2009 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"numeric.c (int_chr);T;[o;;[I"]use default_internal encoding as default destination encoding if set. [ruby-core:23997];TS; ; i; I"GSat Jun 27 03:09:04 2009 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"io.c (argf_rewind);T;[o;;[I"9need to rewind $. and ARGF.lineno. [ruby-core:24046];To;;I"io.c (struct argf);T;[o;;[I"0refactoring on $. and ARGF.lineno behavior.;TS; ; i; I"2009-06-26;T@ S; ; i; I";Fri Jun 26 21:48:30 2009 Tanaka Akira ;T@ o; ;;;[o;;I"ext/pty/pty.c (pty_getpty);T;[o;;[I"check dup failure.;TS; ; i; I"GFri Jun 26 17:33:46 2009 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"Atest/ruby/test_rubyoptions.rb (TestRubyOptions#test_rubyopt);T;[o;;[I"3test suite add '.' to RUBYLIB. remove checks.;To;;I"Btest/ruby/test_require.rb (TestRequire#test_tainted_loadpath);T;[o;;[I"lthe default tempdir directory /tmp is world writable, so SecurityError would be raised. check removed.;TS; ; i; I"BFri Jun 26 16:32:59 2009 NAKAMURA Usaku ;T@ o; ;;;[o;;I" common.mk (COMPILE_PRELUDE);T;[o;;[I"1need -I. before -rrbconfig. [ruby-dev:38714];TS; ; i; I"2009-06-25;T@ S; ; i; I"EThu Jun 25 18:41:51 2009 Ryan Davis ;T@ o; ;;;[o;;I"lib/minitest/*.rb;T;[o;;[I"#Imported minitest 1.4.2 r5269.;To;;I"test/minitest/*.rb;T;[o;;[I" ditto.;TS; ; i; I"GThu Jun 25 17:58:39 2009 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"io.c (argf_binmode_m);T;[o;;[I"`should call rb_io_ascii8bit_binmode() to set its encoding to ASCII-8BIT. [ruby-core:24029];TS; ; i; I"BThu Jun 25 13:04:58 2009 NAKAMURA Usaku ;T@ o; ;;;[o;;I"instruby.rb;T;[o;;[I"I'&' in sed s command's replacement is '\&' in ruby. [ruby-dev:38713];TS; ; i; I"GThu Jun 25 06:50:23 2009 Yukihiro Matsumoto ;T@ o; ;;;[o;;I" io.c (rb_io_each_codepoint);T;[o;;[I"&uninitialized local variable enc.;TS; ; i; I"GThu Jun 25 06:25:49 2009 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"enum.c (first_i);T;[o;;[I">wrong condition for no argument #first. [ruby-core:24017];TS; ; i; I"2009-06-24;T@ S; ; i; I";Wed Jun 24 20:19:11 2009 Tanaka Akira ;T@ o; ;;;[o;;I"time.c (time_s_now);T;[o;;[I"2new function. Time.now don't take arguments.;TS; ; i; I"BWed Jun 24 16:08:03 2009 NAKAMURA Usaku ;T@ o; ;;;[o;;I"win32/resource.rb;T;[o;;[I"_CONFIG["TEENY"] is not ruby's version but API's one. So need to use RUBY_VERSION instead.;TS; ; i; I"BWed Jun 24 16:07:04 2009 NAKAMURA Usaku ;T@ o; ;;;[o;;I"win32/mkexports.rb;T;[o;;[I"rbconfig.rb exists at ".".;TS; ; i; I"EWed Jun 24 15:02:29 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I" parse.y (parser_set_encode);T;[o;;[I"Vshow the erred file name instead of the file that requires it. [ruby-core:24006];TS; ; i; I"@Wed Jun 24 11:41:20 2009 Akinori MUSHA ;T@ o; ;;;[o;;I"misc/ruby-style.el;T;[o;;[I"iIt is too late to set c-file-style in c-mode-hook (at least on Emacs 23). Call c-set-style instead.;TS; ; i; I"2009-06-23;T@ S; ; i; I"ETue Jun 23 21:28:16 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"file.c (rb_get_path_check);T;[o;;[I"!check with given safe level.;To;;I"6file.c (rb_find_file_ext_safe, rb_find_file_safe);T;[o;;[I" ditto.;To;;I"#safe.c (rb_insecure_operation);T;[o;;[I"&function to raise security error.;TS; ; i; I"=Tue Jun 23 20:32:43 2009 Yusuke Endoh ;T@ o; ;;;[o;;I" gc.c;T;[o;;[I"9remove the definition of GC_DEBUG (debugging macro).;TS; ; i; I"ETue Jun 23 16:16:12 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I" configure.in (ruby_version);T;[o;;[I"6defaults revision to 0 when no revision.h exists.;TS; ; i; I"ETue Jun 23 16:04:59 2009 Nobuyoshi Nakada ;T@ o; ;;;[ o;;I",file.c (rb_find_file_ext, rb_find_file);T;[o;;[I"/no needs to expand paths with tilde twice.;To;;I"load.c (rb_f_load);T;[o;;[I";T@ o; ;;;[o;;I"configure.in;T;[o;;[I"Fremove PACKAGE_* macros generated by autotools. [ruby-core:20938];TS; ; i; I";Tue Jun 23 01:17:38 2009 Tanaka Akira ;T@ o; ;;;[o;;I"ruby.c (process_options);T;[o;;[I"Odon't specify .so for encdb here. "." is replaced by "_" in load_encoding.;To;;I"encoding.c (load_encoding);T;[o;;[I"add .so here.;TS; ; i; I"2009-06-22;T@ S; ; i; I"GMon Jun 22 23:24:22 2009 Yukihiro Matsumoto ;T@ o; ;;;[o;;I")variable.c (rb_generic_ivar_memsize);T;[o;;[I"Dtypo fixed. a patch from Kazuhiro NISHIYAMA. [ruby-dev:38700];To;;I")ext/objspace/objspace.c (memsize_of);T;[o;;[I" ditto.;TS; ; i; I";Mon Jun 22 21:21:59 2009 Tanaka Akira ;T@ o; ;;;[ o;;I" io.c;T;[o;;[I"remove __CHECKER__ test.;To;;I" dir.c;T;[o;;[I" ditto.;To;;I" dln.c;T;[o;;[I" ditto.;To;;I" file.c;T;[o;;[I" ditto.;To;;I"process.c;T;[o;;[I" ditto.;TS; ; i; I"GMon Jun 22 17:15:38 2009 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"3ext/stringio/stringio.c (strio_each_codepoint);T;[o;;[I""new method. [ruby-core:23949];To;;I"3ext/stringio/stringio.c (strio_each_codepoint);T;[o;;[I" ditto.;TS; ; i; I"EMon Jun 22 16:26:11 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"%ruby.c (ruby_init_loadpath_safe);T;[o;;[I" removed "." from load_path.;TS; ; i; I"EMon Jun 22 16:14:30 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"6compile.c (iseq_set_arguments, iseq_compile_each);T;[o;;[I"6internal arrays must be hidden. [ruby-dev:38613];To;;I"vm.c (Init_top_self);T;[o;;[I" ditto.;TS; ; i; I"EMon Jun 22 14:41:47 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"-ruby.c (process_options), enc/prelude.rb;T;[o;;[I"/encdb and transdb are extension libraries.;To;;I"ruby.c (process_options);T;[o;;[I"set progname earlier.;TS; ; i; I"EMon Jun 22 13:50:23 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"io.c (rb_io_fdatasync);T;[o;;[I"new method IO#fdatasync.;TS; ; i; I"2009-06-21;T@ S; ; i; I"=Sun Jun 21 22:33:05 2009 Yusuke Endoh ;T@ o; ;;;[o;;I"load.c (Init_load);T;[o;;[I"+$: must be readonly. [ruby-dev:38690];To;;I"ruby.c (ruby_prog_init);T;[o;;[I",$-W must be readonly. [ruby-dev:38691];TS; ; i; I"ESun Jun 21 10:47:21 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"3lib/fileutils.rb (FileUtils::Entry_#copy_file);T;[o;;[I"0open with default umask. [ruby-core:23952];TS; ; i; I"ESun Jun 21 10:46:32 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"transcode.c (enc_arg);T;[o;;[I"@default internal encoding may not be set. [ruby-core:23932];TS; ; i; I"2009-06-20;T@ S; ; i; I"ASat Jun 20 21:11:43 2009 Tadayoshi Funaba ;T@ o; ;;;[ o;;I"numeric.c (num_div);T;[o;;[I"5don't use num_floor which is actually flo_floor.;To;;I"numeric.c (num_modulo);T;[o;;[I"don't call '%'.;To;;I"numeric.c (num_divmod);T;[o;;[I"use num_modulo.;To;;I"numeric.c;T;[o;;[I"defined '%'.;To;;I"=rational.c (nurat_idiv,nurat_mod,nurat_divmod,nurat_rem);T;[o;;[I" removed.;TS; ; i; I"ASat Jun 20 20:28:44 2009 Tadayoshi Funaba ;T@ o; ;;;[o;;I"complex.c;T;[o;;[I"edited rdoc.;To;;I"numeric.c;T;[o;;[I" ditto.;TS; ; i; I"ASat Jun 20 08:56:47 2009 Tadayoshi Funaba ;T@ o; ;;;[o;;I"complex.c;T;[o;;[I"edited rdoc.;To;;I"rational.c;T;[o;;[I" ditto.;To;;I"numeric.c;T;[o;;[I" ditto.;TS; ; i; I"GSat Jun 20 07:17:52 2009 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"1lib/monitor.rb (MonitorMixin::extend_object);T;[o;;[I"]should use #__send__ instead of #send to avoid possible name conflict. [ruby-core:23907];TS; ; i; I"ASat Jun 20 06:56:31 2009 Tadayoshi Funaba ;T@ o; ;;;[o;;I"complex.c;T;[o;;[I"edited rdoc.;To;;I"rational.c;T;[o;;[I" ditto.;TS; ; i; I"ASat Jun 20 05:08:59 2009 Tadayoshi Funaba ;T@ o; ;;;[o;;I"complex.c;T;[o;;[I"edited rdoc.;To;;I"rational.c;T;[o;;[I" ditto.;TS; ; i; I"ASat Jun 20 04:30:35 2009 Tadayoshi Funaba ;T@ o; ;;;[o;;I"rational.c (nurat_abs);T;[o;;[I" removed.;TS; ; i; I"ASat Jun 20 03:34:16 2009 Tadayoshi Funaba ;T@ o; ;;;[o;;I"complex.c;T;[o;;[I"added rdoc.;TS; ; i; I"2009-06-19;T@ S; ; i; I"AFri Jun 19 23:43:38 2009 Tadayoshi Funaba ;T@ o; ;;;[o;;I"numeric.c;T;[o;;[I"edited rdoc.;TS; ; i; I"AFri Jun 19 22:58:16 2009 Tadayoshi Funaba ;T@ o; ;;;[o;;I"rational.c;T;[o;;[I"edited rdoc.;TS; ; i; I"AFri Jun 19 22:21:17 2009 Tadayoshi Funaba ;T@ o; ;;;[o;;I"numeric.c;T;[o;;[I"edited rdoc.;TS; ; i; I"AFri Jun 19 21:56:01 2009 Tadayoshi Funaba ;T@ o; ;;;[o;;I"rational.c (nurat_expt);T;[o;;[I"\delegates to complex when self is negative. because Float#** does not produce complex.;TS; ; i; I"AFri Jun 19 21:40:58 2009 Tadayoshi Funaba ;T@ o; ;;;[o;;I"numeric.c;T;[o;;[I"edited rdoc.;To;;I"rational.c;T;[o;;[I" ditto.;TS; ; i; I"GFri Jun 19 20:53:54 2009 Yukihiro Matsumoto ;T@ o; ;;;[o;;I""encoding.c (rb_enc_name_list);T;[o;;[I"$update RDoc. [ruby-core:23926];TS; ; i; I"AFri Jun 19 20:44:45 2009 Tadayoshi Funaba ;T@ o; ;;;[o;;I"complex.c;T;[o;;[I",constant COMPLEX_NAME has been removed.;To;;I"rational.c;T;[o;;[I"-constant RATIONAL_NAME has been removed.;TS; ; i; I"AFri Jun 19 20:39:46 2009 Tadayoshi Funaba ;T@ o; ;;;[o;;I"rational.c;T;[o;;[I"1added rdoc. a patch from Run Paint Run Run.;TS; ; i; I"GFri Jun 19 17:04:59 2009 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"numeric.c (flo_cmp);T;[o;;[I"&should always return nil for NaN.;To;;I"numeric.c (flo_cmp);T;[o;;[I"Yhandle infinite value specially using infinite? method internally. [ruby-dev:38681];TS; ; i; I"AFri Jun 19 09:28:45 2009 Tadayoshi Funaba ;T@ o; ;;;[o;;I"*numeric.c (*_numerator,*_denominator);T;[o;;[I"moved to rational.c.;To;;I"+rational.c (*_numerator,*_denominator);T;[o;;[I"moved from numeric.c.;TS; ; i; I"EFri Jun 19 08:14:07 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"&bignum.c (big_lshift, big_rshift);T;[o;;[I"Breturn Bignum always without normalization. [ruby-dev:38679];TS; ; i; I"2009-06-18;T@ S; ; i; I"AThu Jun 18 22:31:38 2009 Tadayoshi Funaba ;T@ o; ;;;[o;;I"!rational.c (nurat_s_convert);T;[o;;[I"7calls to_r when the given argument is non-integer.;To;;I"!rational.c (nurat_s_convert);T;[o;;[I"5raises TypeError when the given argument is nil.;To;;I"!complex.c (nucomp_s_convert);T;[o;;[I" ditto.;TS; ; i; I"AThu Jun 18 20:32:11 2009 Tadayoshi Funaba ;T@ o; ;;;[o;;I"/numeric.c (num_numerator, num_denominator);T;[o;;[I" use to_r [ruby-core:23910].;TS; ; i; I"EThu Jun 18 16:21:05 2009 Ryan Davis ;T@ o; ;;;[o;;I"lib/minitest/*.rb;T;[o;;[I"#Imported minitest 1.4.0 r5083.;To;;I"test/minitest/*.rb;T;[o;;[I" ditto.;TS; ; i; I"GThu Jun 18 10:12:49 2009 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"2ext/bigdecimal/bigdecimal.c (BigDecimal_to_f);T;[o;;[I"Ewent infinity too early. add BASE_FIG margin. [ruby-dev:38673];TS; ; i; I"GThu Jun 18 01:35:51 2009 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"numeric.c (flo_cmp);T;[o;;[I"BInfinity is greater than any bignum number. [ruby-dev:38672];To;;I"bignum.c (rb_big_cmp);T;[o;;[I" ditto.;TS; ; i; I"EThu Jun 18 01:29:16 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"file.c (file_expand_path);T;[o;;[I"1drive letter is ascii only. [ruby-dev:38612];TS; ; i; I"EThu Jun 18 01:09:27 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"'configure.in (ridir, RI_BASE_NAME);T;[o;;[I"0fixed for path expansion. [ruby-core:23876];TS; ; i; I"2009-06-17;T@ S; ; i; I"AWed Jun 17 23:46:08 2009 Tadayoshi Funaba ;T@ o; ;;;[o;;I"rational.c (nurat_coerce);T;[o;;[I"1accepts Complex when the imag is exact zero.;TS; ; i; I"AWed Jun 17 21:25:54 2009 Tadayoshi Funaba ;T@ o; ;;;[o;;I"bignum.c (rb_big_fdiv);T;[o;;[I"Qchecks whether the given second argument can be converted to float properly.;To;;I"numeric.c (fix_fdiv);T;[o;;[I"Bcalls rb_big_fdiv when the given second argument is a bignum.;To;;I"rational.c (nurat_fdiv);T;[o;;[I"8should calculate Float(x/y), not Float(x)/Float(y).;TS; ; i; I"GWed Jun 17 16:57:40 2009 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"load.c (rb_f_require);T;[o;;[I"HRDoc updated. a patch from Run Paint Run Run in [ruby-core:23833].;To;;I"load.c (rb_mod_autoload);T;[o;;[I"ditto. [ruby-core:23835];TS; ; i; I"EWed Jun 17 14:37:18 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"#sample/test.rb (valid_syntax?);T;[o;;[I"!skips BOM. [ruby-dev:38666];To;;I"8test/ruby/test_system.rb (TestSystem#valid_syntax?);T;[o;;[I" ditto.;TS; ; i; I"GWed Jun 17 13:54:18 2009 Yukihiro Matsumoto ;T@ o; ;;;[o;;I")ext/strscan/strscan.c (Init_strscan);T;[o;;[I"Tremove obsolete matchedsize method, use matched_size instead. [ruby-dev:38591];TS; ; i; I"GWed Jun 17 12:37:37 2009 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"*thread.c (ruby_thread_stack_overflow);T;[o;;[I"call rb_exc_raise() on stack overflows in the signal handler, if sigaltstack is available. On stack overflow (and with sigaltstack), the signal handler is more likely to have room to create an exception object. [ruby-core:23813];TS; ; i; I"=Wed Jun 17 08:10:38 2009 Koichi Sasada ;T@ o; ;;;[o;;I"ext/objspace;T;[o;;[I"Iadded. objspace library extends some methods to ObjectSpace module.;TS; ; i; I"AWed Jun 17 08:14:01 2009 Tadayoshi Funaba ;T@ o; ;;;[o;;I"complex.c (nucomp_coerce);T;[o;;[I"accepts Complex instances.;To;;I"rational.c (nurat_coerce);T;[o;;[I"2accepts Rational instances. [ruby-core:23859];TS; ; i; I"BWed Jun 17 07:36:22 2009 NARUSE, Yui ;T@ o; ;;;[o;;I"/lib/webrick/httputils.rb (parse_form_data);T;[o;;[I"Aescape boundary of multipart/form-data when embed in regexp.;TS; ; i; I"=Wed Jun 17 07:24:26 2009 Koichi Sasada ;T@ o; ;;;[ o;;I"array.c (rb_ary_memsize);T;[o;;[I" added.;To;;I"io.c (rb_io_memsize);T;[o;;[I" added.;To;;I"regcomp.c (onig_memsize);T;[o;;[I" added.;To;;I"string.c (rb_str_memsize);T;[o;;[I" added.;To;;I";transcode.c (rb_transcoding_memsize, rb_econv_memsize);T;[o;;[I" added.;To;;I"(variable.c (rb_geneic_ivar_memsize);T;[o;;[I" added.;TS; ; i; I"=Wed Jun 17 07:04:33 2009 Koichi Sasada ;T@ o; ;;;[o;;I"iseq.c (iseq_memsize);T;[o;;[I"6added. Use RTypedData instead of RData for ISeq.;To;;I"3vm.c (env_memsize, vm_memsize, thread_memsize);T;[o;;[I"Aadded. Use RTypedData instead of RData for Env, VM, Thread.;TS; ; i; I"=Wed Jun 17 06:48:28 2009 Koichi Sasada ;T@ o; ;;;[o;;I")st.c, include/ruby/st.h (st_memsize);T;[o;;[I"@added. This function returns the memory usage of st_table.;TS; ; i; I"=Wed Jun 17 06:19:06 2009 Koichi Sasada ;T@ o; ;;;[o;;I"include/ruby/ruby.h;T;[o;;[I"New structure RTypedData, added. This structure includes more explicit type information for T_DATA objects. If RData(obj)->dfree is immediate value `1' on T_DATA object obj, obj is needed to be accessed with RTYPEDDATA(obj) instead of RDATA(obj). A RTypedData structure points the structure rb_typed_data_t. rb_typed_data_t includes information such as the type name of this data, mark and free function what RData includes, and memsize function show how data consuming the memory size. Note that you do not need any change existing T_DATA objects. If you use RDataType instead of RData on T_DATA object, you can specify explicit type information.;To;;I"agc.c (rb_data_typed_object_alloc, rb_objspace_data_type_memsize, rb_objspace_data_type_name);T;[o;;[I" added.;TS; ; i; I"=Wed Jun 17 06:14:23 2009 Koichi Sasada ;T@ o; ;;;[o;;I" gc.c;T;[o;;[I"fix indent.;TS; ; i; I"=Wed Jun 17 06:05:03 2009 Koichi Sasada ;T@ o; ;;;[o;;I"$gc.c (rb_objspace_each_objects);T;[o;;[I"New C API, added.;TS; ; i; I"GWed Jun 17 00:31:30 2009 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"0test/ruby/test_argf.rb (TestArgf#test_skip);T;[o;;[I"2updated test according to clarified behavior.;TS; ; i; I"2009-06-16;T@ S; ; i; I"GTue Jun 16 22:47:37 2009 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"io.c (fptr_finalize);T;[o;;[I"*revert last change. [ruby-dev:38648];To;;I"io.c (fptr_finalize);T;[o;;[I" skip close(2) for fd 0,1,2.;TS; ; i; I"BTue Jun 16 20:07:09 2009 NARUSE, Yui ;T@ o; ;;;[o;;I")transcode.c (transcode_restartable0);T;[o;;[I" refix can't build with VC9.;TS; ; i; I"ITue Jun 16 16:09:59 2009 TAKANO Mitsuhiro (takano32) ;T@ o; ;;;[o;;I"7parse.y (parser_read_escape, parser_tokadd_escape);T;[o;;[I"'replace scan_oct as ruby_scan_oct.;TS; ; i; I"GTue Jun 16 06:40:31 2009 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"io.c (fptr_finalize);T;[o;;[I"Qshould close stdin/stdout/stderr when closed explicitly. [ruby-core:23853];To;;I"io.c (argf_skip);T;[o;;[I"6should close only when current_file is available.;TS; ; i; I";Tue Jun 16 01:50:02 2009 Tanaka Akira ;T@ o; ;;;[o;;I"vm_eval.c (rb_call0);T;[o;;[I"1refine exception message for hidden objects.;TS; ; i; I"2009-06-15;T@ S; ; i; I"AMon Jun 15 22:35:31 2009 Tadayoshi Funaba ;T@ o; ;;;[o;;I"bignum.c (rb_big2db);T;[o;;[I"C(-Float::MAX.to_i*2).to_f should return -HUGE_VAL (-Infinity).;TS; ; i; I"GMon Jun 15 18:48:41 2009 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"io.c (argf_each_line);T;[o;;[I"+should return self. [ruby-core:23852];To;;I"*io.c (argf_each_byte, argf_each_char);T;[o;;[I" ditto.;TS; ; i; I"GMon Jun 15 17:48:42 2009 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"gc.c (os_obj_of);T;[o;;[I"vinvoke garbage collection before iteration, to avoid accessing half recycled object references. [ruby-dev:38613];TS; ; i; I"EMon Jun 15 11:04:30 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I".gdbinit (rp, iseq);T;[o;;[I"5load dummy_gdb_enums on demand. [ruby-dev:38606];TS; ; i; I"2009-06-14;T@ S; ; i; I"=Sun Jun 14 14:57:57 2009 Koichi Sasada ;T@ o; ;;;[o;;I"thread.c, vm_eval.c;T;[o;;[I"add Thread.backtrace.;To;;I"test/ruby/test_thread.rb;T;[o;;[I"add a test.;TS; ; i; I"=Sun Jun 14 13:58:32 2009 Koichi Sasada ;T@ o; ;;;[o;;I")transcode.c (transcode_restartable0);T;[o;;[I"Crevert last commit because this change cause SEGV at test-all.;TS; ; i; I"ESun Jun 14 10:49:18 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I",file.c (rb_find_file_ext, rb_find_file);T;[o;;[I"4canonicalize absolute paths. [ruby-core:23845];To;;I"file.c (rb_file_size);T;[o;;[I"Fadded rdoc. a patch from Run Paint Run Run at [ruby-core:23839].;TS; ; i; I"ASun Jun 14 07:53:26 2009 Tadayoshi Funaba ;T@ o; ;;;[o;;I"complex.c (nucomp_fdiv);T;[o;;[I"use fdiv recursively.;To;;I"complex.c (nucomp_expt);T;[o;;[I"reduced code.;TS; ; i; I"BSun Jun 14 03:37:09 2009 NARUSE, Yui ;T@ o; ;;;[o;;I"enc/trans/utf8_mac.trans;T;[o;;[I"remove wrong optimization.;TS; ; i; I"BSun Jun 14 01:53:00 2009 NARUSE, Yui ;T@ o; ;;;[o;;I")transcode.c (transcode_restartable0);T;[o;;[I"can't build with VC9.;TS; ; i; I"ASun Jun 14 01:23:41 2009 Tadayoshi Funaba ;T@ o; ;;;[o;;I"rational.c (nurat_to_f);T;[o;;[I"use fdiv.;TS; ; i; I"2009-06-13;T@ S; ; i; I"ESat Jun 13 15:03:41 2009 Nobuyoshi Nakada ;T@ o; ;;;[ o;;I"load.c (load_lock);T;[o;;[I"(show backtrace at circular require.;To;;I"load.c (rb_provide);T;[o;;[I"assumes us-ascii only.;To;;I"load.c (rb_require_safe);T;[o;;[I"+FilePathValue() implies rb_str_new4().;To;;I"load.c (rb_mod_autoload);T;[o;;[I"?try conversion to path like as require. [ruby-core:23834];TS; ; i; I"ESat Jun 13 09:58:26 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"marshal.c (r_ivar);T;[o;;[I"Qshould not set internal encoding ivar as an ordinary ivar. [ruby-dev:38596];TS; ; i; I"ESat Jun 13 07:08:40 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"%vm_eval.c (rb_f_local_variables);T;[o;;[I"Onow returns symbols. a patch from Run Paint Run Run at [ruby-core:23828].;TS; ; i; I"ESat Jun 13 07:06:54 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"vm_eval.c (rb_f_catch);T;[o;;[I"`updated rdoc about generalized argument, and the case without arguments. [ruby-core:23827];TS; ; i; I"ESat Jun 13 06:50:31 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"4lib/net/protocol.rb (Net::BufferedIO#rbuf_fill);T;[o;;[I"MTimeoutError is obsolete, use Timeout::Error instead. [ruby-core:23821];TS; ; i; I"ESat Jun 13 06:45:46 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"vm_eval.c (rb_f_throw);T;[o;;[I"2fixed rdoc about exception. [ruby-core:23824];TS; ; i; I"2009-06-12;T@ S; ; i; I"EFri Jun 12 14:56:50 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"file.c (file_expand_path);T;[o;;[I"Rassociate the input encoding when copying an absolute path. [ruby-dev:38594];TS; ; i; I"EFri Jun 12 02:41:21 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I""string.c (str_replace_shared);T;[o;;[I"4shared target must be frozen. [ruby-core:23727];TS; ; i; I"2009-06-11;T@ S; ; i; I"AThu Jun 11 21:05:09 2009 Tadayoshi Funaba ;T@ o; ;;;[o;;I"lib/cmath.rb (exp);T;[o;;[I"%omitted redundant function call.;TS; ; i; I"EThu Jun 11 17:49:33 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"-ext/bigdecimal/bigdecimal.c (gfCheckVal);T;[o;;[I"never used.;To;;I")ext/bigdecimal/bigdecimal.c (VpInit);T;[o;;[I"fixed format modifiers.;To;;I")ext/bigdecimal/bigdecimal.c (VPrint);T;[o;;[I"constified.;TS; ; i; I"GThu Jun 11 15:27:17 2009 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"lib/prime.rb;T;[o;;[I"Ddocumentation typo fixed. a patch from okkez. [ruby-dev:38586];TS; ; i; I"2009-06-10;T@ S; ; i; I"BWed Jun 10 18:15:17 2009 NAKAMURA Usaku ;T@ o; ;;;[o;;I"dir.c (dir_s_getwd);T;[o;;[I":directory path's encoding should be filesystem's one.;To;;I"lib/tmpdir.rb;T;[o;;[I""ditto (but not finished yet.);TS; ; i; I"AWed Jun 10 06:28:15 2009 Eric Hodel ;T@ o; ;;;[o;;I"lib/rubygems*;T;[o;;[I"%Upgrade to RubyGems 1.3.4 r2223.;TS; ; i; I"2009-06-09;T@ S; ; i; I"ATue Jun 9 22:38:09 2009 Tadayoshi Funaba ;T@ o; ;;;[o;;I"lib/cmath.rb (log10);T;[o;;[I"?raised exception when the given number is a negative real.;TS; ; i; I"ETue Jun 9 15:13:14 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"dir.c (dir_s_glob);T;[o;;[I"Cfixed rdoc. a patch from Joseph Pecoraro a [ruby-core:23767].;To;;I"dir.c (sys_warning);T;[o;;[I"+get rid of type-punning function cast.;To;;I"dir.c (ruby_glob0);T;[o;;[I""get rid of possible overflow.;TS; ; i; I"ETue Jun 9 10:58:48 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I",Makefile.in, win32/Makefile.sub (RMALL);T;[o;;[I"need for distclean-rdoc.;TS; ; i; I"=Tue Jun 9 01:07:33 2009 Koichi Sasada ;T@ o; ;;;[ o;;I" thread.c;T;[o;;[I"vrename functions which require a parameter "rb_thread_t *", the prefix to be rb_threadptr_ instead of rb_thread_.;To;;I"Gthread.c (rb_thread_add_event_hook(), rb_thread_remove_event_hook);T;[o;;[I";change the parameter type from rb_thread_t * to VALUE.;To;;I"Heval.c, eval_error.c, eval_intern.h, signal.c, vm_core.h, vm_eval.c;T;[o;;[I" ditto.;To;;I"include/ruby/intern.h;T;[o;;[I"Iremove decl of rb_thread_signal_raise() and rb_thread_signal_exit().;TS; ; i; I"2009-06-08;T@ S; ; i; I"=Mon Jun 8 05:07:41 2009 Koichi Sasada ;T@ o; ;;;[o;;I"5thread_pthread.c (rb_thread_create_timer_thread);T;[o;;[I"Cprint fatal error message to stderr instead of using rb_bug().;To;;I"-KNOWNBUGS.rb, bootstraptest/test_fork.rb;T;[o;;[I"move a fixed test.;TS; ; i; I"2009-06-07;T@ S; ; i; I"ASun Jun 7 22:44:20 2009 Tadayoshi Funaba ;T@ o; ;;;[o;;I"lib/cmath.rb (log);T;[o;;[I""avoided redundant expression.;TS; ; i; I"2009-06-06;T@ S; ; i; I"GSat Jun 6 02:49:05 2009 Yukihiro Matsumoto ;T@ o; ;;;[ o;;I"!hash.c (rb_hash_reject_bang);T;[o;;[I"2always check frozen status. [ruby-core:23715];To;;I"hash.c (rb_hash_update);T;[o;;[I" ditto.;To;;I"!hash.c (rb_hash_reject_bang);T;[o;;[I"%call rb_hash_foreach() directly.;To;;I"hash.c (rb_hash_update_i);T;[o;;[I"call st_insert() directly.;To;;I"$hash.c (rb_hash_update_block_i);T;[o;;[I" ditto.;TS; ; i; I"2009-06-05;T@ S; ; i; I"GFri Jun 5 07:12:32 2009 Yukihiro Matsumoto ;T@ o; ;;;[o;;I" lib/mkmf.rb (#link_command);T;[o;;[I"Wshould dup CONFTEST_C which is frozen. ref [ruby-core:23675]. [ruby-core:23702];TS; ; i; I"2009-06-04;T@ S; ; i; I"GThu Jun 4 02:25:51 2009 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"lib/base64.rb;T;[o;;[I"8typo fixed. a patch from okkez. [ruby-dev:38564];TS; ; i; I"2009-06-03;T@ S; ; i; I"GWed Jun 3 09:03:23 2009 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"enum.c (enum_first);T;[o;;[I""should check negative length.;TS; ; i; I"2009-06-02;T@ S; ; i; I"GTue Jun 2 17:32:40 2009 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"enum.c (first_i);T;[o;;[I"qEnumerator#first should consume only what is needed. a patch from Marc-Andre Lafortune. [ruby-core:23661];To;;I"enum.c (enum_first);T;[o;;[I"Scall to_int once for an argument. based on a patch from Marc-Andre Lafortune.;TS; ; i; I"ETue Jun 2 13:27:21 2009 Kazuhiro NISHIYAMA ;T@ o; ;;;[o;;I"test/ripper/test_filter.rb;T;[o;;[I"$add tests. see [ruby-dev:37856];TS; ; i; I"GTue Jun 2 07:44:43 2009 Yukihiro Matsumoto ;T@ o; ;;;[ o;;I" string.c (rb_str_gsub_bang);T;[o;;[I"Lmodify check at the beginning. [ruby-core:23662] ref [ruby-core:23657];To;;I""string.c (rb_str_rstrip_bang);T;[o;;[I"ditto. [ruby-core:23657];To;;I" string.c (rb_str_chop_bang);T;[o;;[I" ditto.;To;;I"!string.c (rb_str_chomp_bang);T;[o;;[I" ditto.;To;;I"#string.c (rb_str_reverse_bang);T;[o;;[I"+modify check added. [ruby-core:23671];TS; ; i; I"2009-06-01;T@ S; ; i; I"EMon Jun 1 11:21:29 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"'cont.c (cont_capture, fiber_store);T;[o;;[I"reraise transferred error.;To;;I"cont.c (fiber_switch);T;[o;;[I"ntransfers dead fiber error to the previous or root fiber if the current fiber is dead. [ruby-core:23651];TS; ; i; I"EMon Jun 1 10:41:41 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"(include/ruby/intern.h (rb_exc_new2);T;[o;;[I"optimization for literal.;TS; ; i; I"GMon Jun 1 07:20:02 2009 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"2ext/bigdecimal/bigdecimal.c (BigDecimal_to_f);T;[o;;[I"4returns Inf if exp is bigger than DBL_MANT_DIG.;TS; ; i; I"2009-05-31;T@ S; ; i; I"ESun May 31 23:28:00 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I""lib/mkmf.rb (create_makefile);T;[o;;[I",checks for duplication of source files.;TS; ; i; I"ESun May 31 23:26:36 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"file.c (istrailinggarbage);T;[o;;[I"fixed typo.;TS; ; i; I"2009-05-29;T@ S; ; i; I"EFri May 29 17:10:08 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"struct.c (Init_Struct);T;[o;;[I"xmade #to_s an alias to #inspect to reduce the result of recursive struct. a patch from ujihisa a [ruby-dev:38554].;TS; ; i; I"EFri May 29 17:08:23 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"hash.c (Init_Hash);T;[o;;[I"made #to_s an alias to #inspect to reduce the result of recursive hash. a patch from ujihisa a [ruby-core:23601]. [ruby-dev:38555];TS; ; i; I"EFri May 29 09:30:00 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"enum.c (collect_all);T;[o;;[I"*checks interrupts. [ruby-core:23594];TS; ; i; I"2009-05-28;T@ S; ; i; I"EThu May 28 07:39:22 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I" configure.in (THREAD_MODEL);T;[o;;[I"Treject unknown value and checks pthread.h only when pthread. [ruby-core:23577];TS; ; i; I"GThu May 28 03:47:46 2009 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"sample/optparse/opttest.rb;T;[o;;[I""typo fixed. [ruby-dev:38544];TS; ; i; I"GThu May 28 03:43:10 2009 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"time.c (time_strftime);T;[o;;[I"eupdate RDoc according to info from Marc-Andre Lafortune in [ruby-core:23575]. [ruby-core:23564];TS; ; i; I";Thu May 28 02:40:54 2009 Tanaka Akira ;T@ o; ;;;[o;;I" lib/uri;T;[o;;[I"ydon't set @parser if it is DEFAULT_PARSER for marshaling URI objects between Ruby 1.8 and Ruby 1.9. [ruby-dev:38377];TS; ; i; I"2009-05-27;T@ S; ; i; I"EWed May 27 23:00:38 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"#parse.y (struct parser_params);T;[o;;[I"!lex_gets_ptr should be long.;TS; ; i; I"GWed May 27 18:00:15 2009 Yukihiro Matsumoto ;T@ o; ;;;[ o;;I"bignum.c (bigand_int);T;[o;;[I"Tnew function to calculate bignum and fixnum without allocating internal bignum.;To;;I"bignum.c (bigor_int);T;[o;;[I" ditto.;To;;I"bignum.c (bigxor_int);T;[o;;[I" ditto.;To;;I"bignum.c (bigand_int);T;[o;;[I"!even less object allocation.;TS; ; i; I"GWed May 27 14:29:55 2009 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"marshal.c (w_encoding);T;[o;;[I"]more compact encoding information for US-ASCII and UTF-8. [incompatible] [experimental];To;;I"marshal.c (r_ivar);T;[o;;[I"%restore :E encoding information.;TS; ; i; I"GWed May 27 14:08:39 2009 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"st.c (st_insert2);T;[o;;[I"5new function with processing new key, e.g. copy.;To;;I"hash.c (rb_hash_aset);T;[o;;[I":use st_insert2() to reduce redundant st_lookup calls.;TS; ; i; I"BWed May 27 02:31:38 2009 NARUSE, Yui ;T@ o; ;;;[o;;I",ext/readline/readline.c (readline_getc);T;[o;;[I"gthe function for rl_getc_function must be a byte function. so use getbyte method. [ruby-dev:38535];TS; ; i; I"2009-05-26;T@ S; ; i; I"ETue May 26 14:24:17 2009 Nobuyoshi Nakada ;T@ o; ;;;[ o;;I" gc.c;T;[o;;[I"fixed types.;To;;I"$common.mk (bignum.o, numeric.o);T;[o;;[I"depend on util.h.;To;;I"bignum.c, marshal.c;T;[o;;[I"fixed types.;To;;I"numeric.c (infinite_value);T;[o;;[I"use ruby_div0.;To;;I"$include/ruby/util.h (ruby_div0);T;[o;;[I"moved from marshal.c.;TS; ; i; I"ITue May 26 11:01:41 2009 TAKANO Mitsuhiro (takano32) ;T@ o; ;;;[o;;I"lib/mkmf.rb;T;[o;;[I"0use map! to replace strings in $objs array.;TS; ; i; I"GTue May 26 10:12:08 2009 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"bignum.c (bignew_1);T;[o;;[I"inline memory allocation.;To;;I"bignum.c (bigtrunc);T;[o;;[I"+call rb_big_resize() only when needed.;To;;I"bignum.c (bigfixize);T;[o;;[I"declare inline.;TS; ; i; I"ETue May 26 05:39:28 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"(include/ruby/ruby.h (FilePathValue);T;[o;;[I"prevent from GC.;To;;I"#include/ruby/ruby.h (NUM2LONG);T;[o;;[I"%added GCC specific optimization.;TS; ; i; I"ETue May 26 03:41:29 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"%time.c (rb_gmtime, rb_localtime);T;[o;;[I"Bgmtime and localtime return NULL on error. [ruby-core:23551];TS; ; i; I"ETue May 26 03:38:37 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"7string.c (rb_str_each_char, rb_str_each_codepoint);T;[o;;[I" string length must be long.;TS; ; i; I"2009-05-25;T@ S; ; i; I"IMon May 25 13:27:32 2009 TAKANO Mitsuhiro (takano32) ;T@ o; ;;;[o;;I"lib/mkmf.rb;T;[o;;[I"-dont use gsub! method for frozen string.;TS; ; i; I"EMon May 25 11:47:06 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"'tool/mkconfig.rb, tool/instruby.rb;T;[o;;[I"removed redundant code.;TS; ; i; I"GMon May 25 09:34:09 2009 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"string.c (rb_str_hash);T;[o;;[I",avoid calling rb_enc_str_asciionly_p().;To;;I"string.c (rb_str_replace);T;[o;;[I"+avoid redundant calling rb_str_new4().;To;;I"string.c (str_replace);T;[o;;[I"mfactor out replacement from rb_str_replace() without type check nor discarding the destination contents.;TS; ; i; I"EMon May 25 08:06:52 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I" string.c (rb_str_partition);T;[o;;[I"^should use the converted result. a patch from Marc-Andre Lafortune at [ruby-core:23540].;To;;I"!string.c (rb_str_rpartition);T;[o;;[I" ditto.;TS; ; i; I"GMon May 25 06:25:38 2009 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"3test/ruby/test_hash.rb (TestHash::test_equal2);T;[o;;[I"Frecursive hashes are handled properly now. ref: [ruby-core:23402];To;;I"5test/ruby/test_m17n.rb (TestM17N#test_sprintf_p);T;[o;;[I"test fixed;TS; ; i; I"GMon May 25 05:32:19 2009 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"'lib/cgi/core.rb (CGI::HTTP_STATUS);T;[o;;[I"?typo fixed. a patch from Nobuhiro IMAI. [ruby-dev:38538];TS; ; i; I"2009-05-24;T@ S; ; i; I"ESun May 24 22:48:17 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"(thread.c (rb_exec_recursive_paired);T;[o;;[I"\new function for proper handling of recursive arrays. [EXPERIMENTAL] [ruby-core:23402];To;;I"3array.c (rb_ary_equal, rb_ary_eql, rb_ary_cmp);T;[o;;[I"use above.;To;;I"hash.c (hash_equal);T;[o;;[I" ditto.;TS; ; i; I"ESun May 24 22:39:33 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I" error.c (syserr_initialize);T;[o;;[I"errno is int.;TS; ; i; I"DSun May 24 00:52:54 2009 Yuki Sonoda (Yugui) ;T@ o; ;;;[ o;;I"configure.in ($ridir);T;[o;;[I"Bnew configuration. [ruby-core:23520]. c.f. [ruby-core:23519].;To;;I"(--with-ridir);T;[o;;[I"new configure option.;To;;I"#tool/instruby.rb (:doc, :rdoc);T;[o;;[I")uses $ridir instead of a fixed path.;To;;I"lib/rdoc/ri/paths.rb;T;[o;;[I"follows $ridir.;To;;I"Makefile.in;T;[o;;[I"/removes RIDATADIR which is no longer used.;To;;I"bcc32/Makefile.sub;T;[o;;[I"Ygenerates the 'ridir' entry for RbConfig. removes RIDATADIR which is no longer used.;To;;I"win32/Makefile.sub;T;[o;;[I" ditto.;TS; ; i; I"2009-05-23;T@ S; ; i; I"GSat May 23 23:52:33 2009 Yukihiro Matsumoto ;T@ o; ;;;[o;;I" string.c (rb_str_each_char);T;[o;;[I".return original string. [ruby-core:23499];To;;I"%string.c (rb_str_each_codepoint);T;[o;;[I"&protect string from modification.;TS; ; i; I"ESat May 23 21:48:58 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"(ext/dl/handle.c (rb_dlhandle_s_sym);T;[o;;[I"@added a method to access using RTLD_NEXT. [ruby-dev:38152];To;;I"$ext/dl/handle.c (Init_dlhandle);T;[o;;[I"Uadded constants DEFAULT and NEXT which correspond to RTLD_DEFAULT and RTLD_NEXT.;TS; ; i; I"ESat May 23 18:53:13 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"Bext/dl/lib/dl/cparser.rb (DL::CParser#parse_struct_signature);T;[o;;[I"dsplitting with regexp source string is obsolete. a patch from Minwoo Lee at [ruby-core:23494].;To;;I"!ext/dl/cptr.c (rb_dlptr_cmp);T;[o;;[I"Creturn signed value, and restrict to Fixnum. [ruby-dev:38533];TS; ; i; I"2009-05-22;T@ S; ; i; I"DFri May 22 23:22:53 2009 Yuki Sonoda (Yugui) ;T@ o; ;;;[o;;I" missing/vsnprintf.c (errno);T;[o;;[I"A[BUG] fixes a compilation error on SIZEOF_LONG > SIZEOF_INT.;To;;I"(BSD_vfprintf);T;[o;;[I" ditto.;TS; ; i; I"DFri May 22 23:20:48 2009 Yuki Sonoda (Yugui) ;T@ o; ;;;[o;;I"spec/default.mspec;T;[o;;[I")follows runruby.rb's move at r23542.;TS; ; i; I"=Fri May 22 21:38:55 2009 Yusuke Endoh ;T@ o; ;;;[o;;I" NEWS;T;[o;;[I"add Time#to_r.;TS; ; i; I"DFri May 22 20:29:01 2009 Yuki Sonoda (Yugui) ;T@ o; ;;;[ o;;I"config.guess;T;[o;;[I"moved into tool/.;To;;I"config.sub;T;[o;;[I" ditto.;To;;I"install-sh;T;[o;;[I" ditto;To;;I"configure.in;T;[o;;[I"follows the moves.;To;;I" LEGAL;T;[o;;[I" ditto.;TS; ; i; I"DFri May 22 20:10:18 2009 Yuki Sonoda (Yugui) ;T@ o; ;;;[ o;;I"instruby.rb;T;[o;;[I"moved into tool/.;To;;I"mkconfig.rb;T;[o;;[I" ditto.;To;;I"rubytest.rb;T;[o;;[I" ditto.;To;;I"runruby.rb;T;[o;;[I" ditto.;To;;I"common.mk;T;[o;;[I"follows the moves.;To;;I"configure.in;T;[o;;[I" ditto.;To;;I"win32/Makefile.sub;T;[o;;[I" ditto.;TS; ; i; I"GFri May 22 05:09:43 2009 Yukihiro Matsumoto ;T@ o; ;;;[o;;I" array.c (rb_ary_slice_bang);T;[o;;[I"?avoid call of rb_scan_args() unless it's really necessary.;TS; ; i; I"2009-05-21;T@ S; ; i; I"EThu May 21 22:17:52 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"4template/id.h.tmpl, id.h (enum ruby_method_ids);T;[o;;[I"added some IDs.;To;;I"debug.c (dummy_gdb_enums);T;[o;;[I" added enum ruby_method_ids.;To;;I".gdbinit (rp);T;[o;;[I"improved output of Symbol.;TS; ; i; I"EThu May 21 21:07:22 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"'missing/vsnprintf.c (BSD_vfprintf);T;[o;;[I"support for 'z' modifier.;TS; ; i; I"DThu May 21 18:55:33 2009 Yuki Sonoda (Yugui) ;T@ o; ;;;[o;;I"/gem_prelude.rb (Gem.default_dir and misc.);T;[o;;[I"5use rubylibprefix. follows the change in r23368.;TS; ; i; I"EThu May 21 12:07:43 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I";T@ o; ;;;[o;;I"5include/ruby/ruby.h (rb_long2int, RARRAY_LENINT);T;[o;;[I"1check long to cast to int. [ruby-dev:38508];To;;I")struct.c, vm_eval.c, vm_insnhelper.c;T;[o;;[I"use RARRAY_LENINT.;TS; ; i; I"2009-05-20;T@ S; ; i; I"DWed May 20 21:00:27 2009 Yuki Sonoda (Yugui) ;T@ o; ;;;[o;;I"rb_enc_get_index;T;[o;;[I"Vallows an arbitrary RData as the argument but not only what points a rb_encoding.;TS; ; i; I"DWed May 20 20:54:37 2009 Yuki Sonoda (Yugui) ;T@ o; ;;;[o;;I"spec/.gitignore;T;[o;;[I""ignores rubyspec/ and mspec/.;TS; ; i; I"EWed May 20 19:41:44 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"struct.c (rb_struct_new);T;[o;;[I"!get rid of too large alloca.;To;;I"struct.c (rb_struct_hash);T;[o;;[I"use long.;TS; ; i; I"EWed May 20 18:58:27 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"vm_eval.c, vm_insnhelper.c;T;[o;;[I">argument number is restricted to int, and fixed overflow.;TS; ; i; I"EWed May 20 18:34:30 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"enum.c (zip_ary);T;[o;;[I"should use long.;To;;I"&enumerator.c (inspect_enumerator);T;[o;;[I"should use long.;TS; ; i; I"GWed May 20 09:18:44 2009 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"string.c (rb_str_count);T;[o;;[I"Coptimized for 1byte string count by avoiding tr_setup_table().;TS; ; i; I"GWed May 20 06:25:29 2009 Yukihiro Matsumoto ;T@ o; ;;;[ o;;I"$encoding.c (rb_enc_fast_mbclen);T;[o;;[I"1faster mbclen for strings known to be valid.;To;;I"string.c (enc_strlen);T;[o;;[I"mcoderange specified version of rb_enc_strlen(). use rb_enc_fast_mbclen() if coderange is 7bit or valid.;To;;I"string.c (str_gsub);T;[o;;[I"use rb_enc_fast_mbclen().;To;;I"Kstring.c (rb_str_reverse, rb_str_split_m, rb_str_each_char, scan_once);T;[o;;[I" ditto.;TS; ; i; I"GWed May 20 06:20:05 2009 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"&lib/tempfile.rb (Tempfile#unlink);T;[o;;[I"Mclose first for Windows. a patch from Florian Frank. [ruby-core:23505];TS; ; i; I"GWed May 20 00:13:38 2009 Yukihiro Matsumoto ;T@ o; ;;;[ o;;I"&encoding.c (rb_enc_codepoint_len);T;[o;;[I"Ucombine rb_enc_codepoint() and rb_enc_codelen() in one function to reduce calls.;To;;I""encoding.c (rb_enc_codepoint);T;[o;;[I"compatibility function.;To;;I"sprintf.c (rb_str_format);T;[o;;[I" use rb_enc_codepoint_len().;To;;I"string.c (rb_str_inspect, rb_str_upcase_bang, rb_str_downcase_bang, rb_str_capitalize_bang, rb_str_swapcase_bang, trnext, tr_trans, rb_str_delete_bang, rb_str_squeeze_bang, rb_str_count, rb_str_split_m, rb_str_each_line, rb_str_each_codepoint, rb_str_lstrip_bang, sym_printable);T;[o;;[I" ditto.;To;;I"'transcode.c (make_econv_exception);T;[o;;[I""use rb_enc_mbc_to_codepoint();TS; ; i; I"GWed May 20 00:05:52 2009 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"vm_method.c (rb_attr);T;[o;;[I"4should preserve encoding info. [ruby-dev:38498];TS; ; i; I"2009-05-19;T@ S; ; i; I"=Tue May 19 22:54:35 2009 Yusuke Endoh ;T@ o; ;;;[o;;I"time.c (time_minus);T;[o;;[I"-always return a Float. [ruby-dev:38446];To;;I"time.c (time_to_r);T;[o;;[I""new method. [ruby-dev:38461];TS; ; i; I"GTue May 19 13:59:35 2009 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"class.c (clone_method);T;[o;;[I";add cast to remove warning from rb_gc_write_barrier().;TS; ; i; I"GTue May 19 13:54:15 2009 Yukihiro Matsumoto ;T@ o; ;;;[ o;;I"struct.c (struct_ivar_get);T;[o;;[I"6new function to avoid repeated rb_intern() calls.;To;;I" struct.c (rb_struct_iv_get);T;[o;;[I"use struct_ivar_get();To;;I"struct.c (num_members);T;[o;;[I" ditto.;To;;I"#struct.c (rb_struct_s_members);T;[o;;[I" ditto.;To;;I"!class.c (rb_singleton_class);T;[o;;[I"1cache symbol to reduce calls to rb_intern().;TS; ; i; I";Tue May 19 07:52:05 2009 Tanaka Akira ;T@ o; ;;;[o;;I"test/test_time.rb;T;[o;;[I"Jmake tests timezone independent. reported by zunda. [ruby-dev:38492];TS; ; i; I"2009-05-18;T@ S; ; i; I";Mon May 18 21:40:11 2009 Tanaka Akira ;T@ o; ;;;[o;;I"#lib/pathname.rb (Pathname#sub);T;[o;;[I"*suppress a warning. [ruby-dev:38488];TS; ; i; I"2009-05-17;T@ S; ; i; I"ESun May 17 23:23:14 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"lib/mkmf.rb (SRC_EXT);T;[o;;[I"?should be flat. http://twitter.com/_tad_/status/1825862632;TS; ; i; I"ESun May 17 23:05:05 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"%ruby.c (ruby_init_loadpath_safe);T;[o;;[I"?VARIABLE_LIBPATH is always defined, see its value instead.;TS; ; i; I"ESun May 17 18:59:45 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"node.h (nd_line);T;[o;;[I"NODE_LMASK is not needed.;To;;I"node.h (NOEX_SAFE);T;[o;;[I"made int.;TS; ; i; I"ESun May 17 14:23:08 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"!compile.c (rb_parse_in_eval);T;[o;;[I">returns true in true eval, not in main. [ruby-dev:38382];To;;I"parse.y (program);T;[o;;[I"$inherits dvars in eval or main.;TS; ; i; I"ESun May 17 14:02:56 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"ruby.c (ruby_script);T;[o;;[I"(sets also VM toplevel program name.;To;;I"ruby.c (process_options);T;[o;;[I"&no longer needs additional frame.;To;;I" vm.c (rb_vm_get_sourceline);T;[o;;[I"$should not access out of bound.;TS; ; i; I"ESun May 17 09:47:48 2009 Nobuyoshi Nakada ;T@ o; ;;;[ o;;I""ruby.c (cmdline_options_init);T;[o;;[I"initialize encodings.;To;;I";ruby.c (add_modules, require_libraries, process_sflag);T;[o;;[I";To;;I"ruby.c (process_sflag);T;[o;;[I"not process twice.;To;;I"ruby.c (moreswitches);T;[o;;[I""get rid of possible overflow.;TS; ; i; I"ISun May 17 09:31:05 2009 Masaki Suketa ;T@ o; ;;;[o;;I"/ext/win32ole/win32ole.c (foletypelib_name);T;[o;;[I"Cshould return encoded name corresponding to WIN32OLE.codepage.;TS; ; i; I"ESun May 17 09:02:56 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"%ruby.c (ruby_init_loadpath_safe);T;[o;;[I"jsupport for cygwin 1.7. see [ruby-core:23241]. gets rid of possible buffer overflow with realpath().;To;;I"ruby.c (set_arg0);T;[o;;[I"get rids of overrun.;TS; ; i; I"2009-05-16;T@ S; ; i; I"?Sat May 16 18:38:32 2009 Kouhei Sutou ;T@ o; ;;;[o;;I"lib/rss/parser.rb;T;[o;;[I"add nil check.;TS; ; i; I"?Sat May 16 18:36:01 2009 Kouhei Sutou ;T@ o; ;;;[o;;I"%test/rss/test_maker_atom_feed.rb;T;[o;;[I"suppress warnings.;TS; ; i; I"?Sat May 16 18:33:15 2009 Kouhei Sutou ;T@ o; ;;;[o;;I" NEWS;T;[o;;[I"(add RSS::Maker.supported?(version).;TS; ; i; I"?Sat May 16 18:26:42 2009 Kouhei Sutou ;T@ o; ;;;[o;;I"/lib/rss/parser.rb, test/test_parser_1.0.rb;T;[o;;[I"Sfix foaf:Image element causes parse error even if ignore_unknown_element mode.;TS; ; i; I"?Sat May 16 18:14:19 2009 Kouhei Sutou ;T@ o; ;;;[o;;I"Alib/rss/maker.rb, lib/rss/maker/0.9.rb, test/test_maker_*.rb;T;[o;;[I"add RSS::Maker.supported?;TS; ; i; I"?Sat May 16 18:12:39 2009 Kouhei Sutou ;T@ o; ;;;[o;;I",lib/rss/content/*, lib/rss/dublincore/*;T;[o;;[I"fix circular require.;To;;I"@test/test_maker_atom_feed.rb, test/test_maker_atom_entry.rb;T;[o;;[I"suppress warnings.;TS; ; i; I"?Sat May 16 18:07:17 2009 Kouhei Sutou ;T@ o; ;;;[o;;I"8lib/rss/maker/feed.rb, test/test_maker_atom_feed.rb;T;[o;;[I"remove needless codes.;TS; ; i; I"?Sat May 16 18:05:07 2009 Kouhei Sutou ;T@ o; ;;;[o;;I"lib/rss/maker/entry.rb;T;[o;;[I"fix a typo.;TS; ; i; I"?Sat May 16 18:02:57 2009 Kouhei Sutou ;T@ o; ;;;[o;;I"Wlib/rss/maker/feed.rb, test/test_maker_atom_entry.rb, test/test_maker_atom_feed.rb;T;[o;;[I"Xfix duplicated dc:date. Reported by Kazuhiro NISHIYAMA. Thanks!!! [ruby-list:46014];TS; ; i; I"?Sat May 16 18:02:16 2009 Kouhei Sutou ;T@ o; ;;;[o;;I"lib/rss/maker/base.rb, lib/rss/maker/1.0.rb, lib/rss/maker/feed.rb, test/rss/test_maker_1.0.rb, test/rss/test_maker_atom_feed.rb;T;[o;;[I"[RSS 1.0 and Atom feed maker treat maker.channel.language as maker.channel.dc_language.;TS; ; i; I"ESat May 16 17:57:39 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I";T@ o; ;;;[o;;I"=sample/rss/rss_recent.rb, sample/rss/list_description.rb;T;[o;;[I"use UTF-8.;TS; ; i; I"?Sat May 16 17:47:55 2009 Kouhei Sutou ;T@ o; ;;;[o;;I" 0.2.6.;TS; ; i; I"HSat May 16 17:26:04 2009 Narihiro Nakamura ;T@ o; ;;;[o;;I"iseq.c (rb_iseq_clone);T;[o;;[I"2use longlife object and insert write barrier.;To;;I"#vm_insnhelper.c (vm_cref_push);T;[o;;[I" ditto.;To;;I" vm_insnhelper.h (COPY_CREF);T;[o;;[I"insert write barrier.;TS; ; i; I"ESat May 16 13:49:24 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I""variable.c (rb_autoload_load);T;[o;;[I"1gets rid of false warning. [ruby-core:23466];TS; ; i; I"GSat May 16 10:59:54 2009 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"sample/drb/dhasenc.rb;T;[o;;[I"$add magic comment for encoding.;To;;I"sample/mine.rb;T;[o;;[I" ditto.;To;;I"&ext/tk/sample/tcltklib/sample1.rb;T;[o;;[I" ditto.;TS; ; i; I"ESat May 16 09:49:05 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"%parse.y (magic_comment_encoding);T;[o;;[I"Xignores unused emacs-style encoding comment, as like Vim styles. [ruby-core:23470];TS; ; i; I"ESat May 16 09:30:14 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I""defs/keywords (reserved_word);T;[o;;[I"3made inline function static. [ruby-core:23210];To;;I"parse.y (rb_reserved_word);T;[o;;[I""ordinary function for ripper.;TS; ; i; I"ESat May 16 09:19:16 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"%parse.y (magic_comment_encoding);T;[o;;[I"Yuse rb_compile_warning() to show the currently parsing file name. [ruby-core:23469];TS; ; i; I"ESat May 16 09:03:29 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I" configure.in (ruby_version);T;[o;;[I"wnow version.h includes include/ruby/version.h, so need to tell to cpp to see $(srcdir)/include. [ruby-core:23468];TS; ; i; I"2009-05-15;T@ S; ; i; I"EFri May 15 17:35:33 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"+array.c (rb_ary_shift, rb_ary_shift_m);T;[o;;[I"-clears unused elements. [ruby-dev:38448];TS; ; i; I"EFri May 15 15:15:12 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I""variable.c (rb_autoload_load);T;[o;;[I"0checks if iv_tbl is valid. [ruby-dev:38456];TS; ; i; I"BFri May 15 11:17:48 2009 NAKAMURA Usaku ;T@ o; ;;;[o;;I" win32/setup.mak (-version-);T;[o;;[I"now version.h includes include/ruby/version.h, so need to tell to cpp to check $(srcdir)/include. reported by KIMURA Koichi at http://www.kt.rim.or.jp/%7ekbk/zakkicho/09/zakkicho0905b.html#D20090514-6;TS; ; i; I"2009-05-14;T@ S; ; i; I"EThu May 14 16:13:32 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"!ext/etc/etc.c (etc_getpwuid);T;[o;;[I"$use rb_uid_t. [ruby-dev:38443];To;;I".ext/stringio/stringio.c (strio_ungetbyte);T;[o;;[I"%encoding should no be effective.;TS; ; i; I"EThu May 14 10:17:45 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"#sample/test.rb (valid_syntax?);T;[o;;[I"defaults to us-ascii.;TS; ; i; I"2009-05-13;T@ S; ; i; I"HWed May 13 22:34:31 2009 Narihiro Nakamura ;T@ o; ;;;[%o;;I" gc.c;T;[o;;[I"6add longlife garbage collection. [ruby-dev:38423];To;;I"(NORMAL_HEAPS_USED);T;[o;;[I"new macro.;To;;I""(LONGLIFE_ALLOCATE_HEAPS_MIN);T;[o;;[I" ditto.;To;;I"(add_longlife_heaps_slot);T;[o;;[I"new function.;To;;I"#(rb_newobj_from_longlife_heap);T;[o;;[I" ditto.;To;;I"(rb_newobj_longlife);T;[o;;[I" ditto.;To;;I"(rb_node_newnode_longlife);T;[o;;[I" ditto.;To;;I"(rb_gc_write_barrier);T;[o;;[I" ditto.;To;;I"(remembered_set_recycle);T;[o;;[I" ditto.;To;;I" (rb_gc_mark_remembered_set);T;[o;;[I" ditto.;To;;I" (clear_mark_longlife_heaps);T;[o;;[I" ditto.;To;;I"(gc_sweep_for_longlife);T;[o;;[I" ditto.;To;;I"(assign_heap_slot);T;[o;;[I")new argument to longlife heaps slot.;To;;I"(add_freelist);T;[o;;[I" ditto.;To;;I"(gc_sweep);T;[o;;[I"Havoid longlife heap slot. set longlife_collection flag at add heap.;To;;I"(rb_gc_force_recycle);T;[o;;[I"1avoid mark object and remembered_set object.;To;;I"(garbage_collect);T;[o;;[I"add longlife collection.;To;;I"(rb_gc_start);T;[o;;[I" invoke longlife collection.;To;;I"(gc_profile_record_get);T;[o;;[I"%for longlife collection profile.;To;;I"(gc_profile_result);T;[o;;[I" ditto.;To;;I"0include/ruby/intern.h (rb_gc_write_barrier);T;[o;;[I"declared.;To;;I",include/ruby/ruby.h (FL_REMEMBERED_SET);T;[o;;[I"renamed from FL_RESERVED.;To;;I" debug.c (FL_REMEMBERED_SET);T;[o;;[I" ditto.;To;;I"insns.def (setinlinecache);T;[o;;[I"insert write barrier.;To;;I"'vm_insnhelper.c (vm_method_search);T;[o;;[I" ditto.;To;;I" set_relation (set_relation);T;[o;;[I"use longlife object.;To;;I"vm.c (vm_define_method);T;[o;;[I" ditto.;To;;I"'vm_core.h (NEW_INLINE_CACHE_ENTRY);T;[o;;[I" ditto.;To;;I" vm_method.c (rb_add_method);T;[o;;[I" ditto.;To;;I"class.c (rb_add_method);T;[o;;[I" ditto.;To;;I"node.h (NEW_NODE_LONGLIFE);T;[o;;[I"new macro.;To;;I"(rb_node_newnode_longlife);T;[o;;[I"declared.;TS; ; i; I"EWed May 13 15:23:18 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"include/ruby/version.h;T;[o;;[I"Fextracted the extensions interface and the never-changeable info.;TS; ; i; I";Wed May 13 03:20:47 2009 Tanaka Akira ;T@ o; ;;;[o;;I"time.c (time_init_1);T;[o;;[I"unused variable removed.;TS; ; i; I"2009-05-12;T@ S; ; i; I";Tue May 12 21:03:02 2009 Tanaka Akira ;T@ o; ;;;[o;;I" time.c;T;[o;;[I"0support fixed UTC offset. [ruby-dev:38326];To;;I"(leap_year_v_p);T;[o;;[I"new macro.;To;;I"(TIME_FIXOFF_P);T;[o;;[I"new macro.;To;;I"(TIME_SET_FIXOFF);T;[o;;[I"new macro.;To;;I"(time_init_0);T;[o;;[I"renamed from time_init.;To;;I"(time_set_utc_offset);T;[o;;[I"new function.;To;;I"(vtm_add_offset);T;[o;;[I"new function.;To;;I"(utc_offset_arg);T;[o;;[I"new function.;To;;I"(time_init_1);T;[o;;[I"new function.;To;;I"(time_init);T;[o;;[I"4call time_init_0 or time_init_1 according argc.;To;;I"(validate_utc_offset);T;[o;;[I"new function.;To;;I"(time_localtime_m);T;[o;;[I"new function.;To;;I"(time_fixoff);T;[o;;[I"new function.;To;;I"(time_getlocaltime);T;[o;;[I"'take optional UTC offset argument.;To;;I"(time_get_tm);T;[o;;[I"#support fixed UTC offset time.;To;;I"(Init_Time);T;[o;;[I"7make Time#{initialize,localtime,getlocal} varargs.;To;;I"strftime.c (rb_strftime);T;[o;;[I"vtm->zone can be NULL now.;TS; ; i; I"BTue May 12 18:23:40 2009 NAKAMURA Usaku ;T@ o; ;;;[o;;I" yarvtest;T;[o;;[I"#removed because it's outdated.;TS; ; i; I"2009-05-11;T@ S; ; i; I"GMon May 11 21:46:20 2009 Yukihiro Matsumoto ;T@ o; ;;;[o;;I" parse.y;T;[o;;[I"nadd semicolons to some grammar rules not terminated with them. a patch from Dave B in [ruby-core:23422].;TS; ; i; I"EMon May 11 20:08:33 2009 Kazuhiro NISHIYAMA ;T@ o; ;;;[o;;I"io.c (Init_IO);T;[o;;[I"3add constant File::NOATIME. [ruby-core:23194];TS; ; i; I"EMon May 11 13:08:30 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"mkconfig.rb (rubylibdir);T;[o;;[I")use rubylibprefix. [ruby-dev:38426];TS; ; i; I"GMon May 11 08:37:04 2009 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"4ext/bigdecimal/bigdecimal.c (BigDecimal_coerce);T;[o;;[I"8support coercing into Rational. [ruby-core:23415];TS; ; i; I"GMon May 11 04:39:45 2009 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"0lib/net/smtp.rb (Net::SMTP#check_auth_args);T;[o;;[I"Gshould not change number of methods for the sake of compatibility.;TS; ; i; I"2009-05-10;T@ S; ; i; I"ESun May 10 11:36:11 2009 Nobuyoshi Nakada ;T@ o; ;;;[ o;;I"+ext/dl/cfunc.c (rb_dlcfunc_instance_p);T;[o;;[I"Gnew function to check if the argument is an instance of DL::CFunc.;To;;I";ext/dl/cptr.c (rb_dlptr_initialize, rb_dlptr_s_malloc);T;[o;;[I",checks if DL::CFunc. [ruby-dev:38403].;To;;I";ext/dl/lib/dl/cparser.rb (DL::CParser#parse_signature);T;[o;;[I"Nstrips spaces. based on a patch from Takashi Tamura in [ruby-dev:38398].;To;;I"4ext/dl/lib/dl/value.rb (DL::ValueUtil#wrap_arg);T;[o;;[I"?block must be given if arg is not bound. [ruby-dev:38404];To;;I"+ext/dl/cfunc.c (rb_dlcfunc_instance_p);T;[o;;[I"Gnew function to check if the argument is an instance of DL::CFunc.;TS; ; i; I"2009-05-09;T@ S; ; i; I"ESat May 9 19:57:00 2009 Kazuhiro NISHIYAMA ;T@ o; ;;;[o;;I">test/ruby/test_float.rb (TestFloat#test_sleep_with_Float);T;[o;;[I"&add a test. see [ruby-core:23282];TS; ; i; I"ASat May 9 19:23:46 2009 Tadayoshi Funaba ;T@ o; ;;;[o;;I"lib/date.rb;T;[o;;[I" use subsec instead of nsec.;TS; ; i; I"ESat May 9 12:19:49 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I" hash.c;T;[o;;[I"03rd argument of rb_hash_foreach() is VALUE.;To;;I")hash.c (rb_any_hash, recursive_hash);T;[o;;[I"use VALUE for hash.;TS; ; i; I"ESat May 9 11:14:50 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"vm_eval.c (rb_f_catch);T;[o;;[I"jgets rid of issue with gcc 4.4. a patch from Alexey Froloff in [ruby-core:23398]. [ruby-core:22924];TS; ; i; I"2009-05-08;T@ S; ; i; I"EFri May 8 19:38:54 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"lib/mkmf.rb (try_link0);T;[o;;[I"Uremoves waste dSYM directories left when debug and universal-binary are enabled.;To;;I"lib/mkmf.rb (check_sizeof);T;[o;;[I"6fixed wrong recurring result for intrinsic types.;TS; ; i; I"EFri May 8 10:14:08 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"CMakefile.in, configure.in, win32/Makefile.sub (RUBY_BASE_NAME);T;[o;;[I")program base name. [ruby-dev:38241];To;;I"!configure.in (--with-soname);T;[o;;[I"2base name of shared library. [ruby-dev:38290];TS; ; i; I"EFri May 8 10:07:02 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I""array.c (rb_ary_flatten_bang);T;[o;;[I"clears temporary array.;TS; ; i; I"@Fri May 8 02:30:14 2009 Akinori MUSHA ;T@ o; ;;;[o;;I"lib/set.rb (SortedSet#add);T;[o;;[I"eDo not require each newly added element to be Comparable but to respond to <=>. [ruby-dev:38371];TS; ; i; I"2009-05-07;T@ S; ; i; I"=Thu May 7 21:42:51 2009 Yusuke Endoh ;T@ o; ;;;[o;;I";test/ruby/test_rubyoptions.rb (test_indentation_check);T;[o;;[I"8add a test for indentation check. [ruby-dev:38382];TS; ; i; I"EThu May 7 16:40:09 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I""array.c (rb_ary_flatten_bang);T;[o;;[I"\returns nil if nothing changed. a patch from Marc-Andre Lafortune in [ruby-core:23382].;TS; ; i; I"EThu May 7 14:26:14 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"array.c (rb_ary_sample);T;[o;;[I"9negative sample number is invalid. [ruby-core:23374];TS; ; i; I"EThu May 7 14:16:24 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"&string.c, include/ruby/encoding.h;T;[o;;[I"fixed types.;To;;I")include/ruby/encoding.h (rb_enc_nth);T;[o;;[I"long is used for index.;TS; ; i; I"EThu May 7 14:01:55 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"range.c (r_le);T;[o;;[I"fixed types.;To;;I"range.c (range_eql);T;[o;;[I"fixed rdoc.;TS; ; i; I"EThu May 7 13:10:25 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"io.c (pipe_open);T;[o;;[I"should be rb_pid_t.;TS; ; i; I"2009-05-06;T@ S; ; i; I";Wed May 6 16:50:20 2009 Tanaka Akira ;T@ o; ;;;[o;;I"math.c (math_gamma);T;[o;;[I"-use a table for positive small integers.;TS; ; i; I"EWed May 6 09:27:04 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"README.ja;T;[o;;[I":code for THINK_C does not exist already. [Bug #1435];TS; ; i; I"EWed May 6 05:33:59 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"$configure.in (CFLAGS, CXXFLAGS);T;[o;;[I"strips extra spaces.;TS; ; i; I"2009-05-05;T@ S; ; i; I"BTue May 5 11:29:07 2009 NARUSE, Yui ;T@ o; ;;;[o;;I"tool/ifchange;T;[o;;[I"~Fix: arguments which begin with minus sign may parsed as options. Because of older systems, don't use -- but use parentheses.;TS; ; i; I"BTue May 5 10:42:28 2009 NARUSE, Yui ;T@ o; ;;;[o;;I" ext/json;T;[o;;[I"Update to JSON 1.1.4.;TS; ; i; I"BTue May 5 07:22:37 2009 NARUSE, Yui ;T@ o; ;;;[ o;;I"transcode.c;T;[o;;[I"'NOMAP is now multibyte direct map.;To;;I"transcode.c;T;[o;;[I"remove ASIS.;To;;I"transcode_data.h;T;[o;;[I" ditto.;To;;I"0tool/transcode-tb (ActionMap#generate_info);T;[o;;[I"remove :asis.;To;;I"0tool/transcode-tb (ActionMap#generate_info);T;[o;;[I"add :nomap0.;To;;I"enc/trans/utf8_mac.trans;T;[o;;[I"replace :asis by :nomap0.;TS; ; i; I"2009-05-02;T@ S; ; i; I"@Sat May 2 22:53:02 2009 Akinori MUSHA ;T@ o; ;;;[o;;I"lib/set.rb (SortedSet);T;[o;;[I"Fix document. [Bug #1429];TS; ; i; I"BSat May 2 10:34:29 2009 NARUSE, Yui ;T@ o; ;;;[o;;I"enc/trans/utf8_mac-tbl.rb;T;[o;;[I"don't use Unicode escape.;To;;I"enc/trans/utf8_mac.trans;T;[o;;[I"follow above.;TS; ; i; I"ESat May 2 09:19:40 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"array.c (Init_Array);T;[o;;[I"wmade #to_s an alias to #inspect to reduce the result of recursive array. a patch from ujihisa at [ruby-dev:38362];TS; ; i; I"2009-05-01;T@ S; ; i; I"@Fri May 1 16:50:05 2009 Akinori MUSHA ;T@ o; ;;;[o;;I"lib/set.rb (Set#merge);T;[o;;[I"Only directly use the passed objects @hash instance variable when self and the passed object are instances of the same class. [Bug #118];TS; ; i; I"@Fri May 1 16:44:11 2009 Akinori MUSHA ;T@ o; ;;;[o;;I"lib/set.rb (SortedSet#add);T;[o;;[I"5Do not let an incomparable object in. [Bug #118];TS; ; i; I"EFri May 1 13:18:01 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"eval_intern.h (_longjmp);T;[o;;[I")never return. see [ruby-core:23241];TS; ; i; I";Fri May 1 01:31:19 2009 Tanaka Akira ;T@ o; ;;;[ o;;I"ext/extmk.rb;T;[o;;[I"$use RbConfig instead of Config.;To;;I"instruby.rb;T;[o;;[I" ditto.;To;;I"lib/rubygems.rb;T;[o;;[I" ditto.;To;;I"!test/rubygems/test_config.rb;T;[o;;[I" ditto.;TS; ; i; I"2009-04-30;T@ S; ; i; I";Thu Apr 30 21:23:30 2009 Tanaka Akira ;T@ o; ;;;[o;;I"runruby.rb;T;[o;;[I"4use RbConfig::CONFIG instead of Config::CONFIG.;To;;I"spec/default.mspec;T;[o;;[I" ditto.;To;;I"yarvtest/yarvtest.rb;T;[o;;[I" ditto.;To;;I"instruby.rb;T;[o;;[I" ditto.;To;;I"benchmark/report.rb;T;[o;;[I" ditto.;To;;I"benchmark/runc.rb;T;[o;;[I" ditto.;To;;I"tool/eval.rb;T;[o;;[I" ditto.;To;;I"test/rubygems/test_gem.rb;T;[o;;[I" ditto.;To;;I"!test/rubygems/test_config.rb;T;[o;;[I" ditto.;To;;I"'test/rubygems/test_gem_platform.rb;T;[o;;[I" ditto.;TS; ; i; I"GThu Apr 30 18:18:13 2009 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"lib/net/http.rb;T;[o;;[I"1documentation typo fixed. [ruby-core:23335];TS; ; i; I"EThu Apr 30 15:27:49 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"enc/trans/utf8_mac.trans;T;[o;;[I"0get rid of a 1.9 feature for cross compile.;TS; ; i; I"BThu Apr 30 11:35:30 2009 NARUSE, Yui ;T@ o; ;;;[o;;I"(encoding.c (rb_filesystem_encoding);T;[o;;[I"5Change filesystem_encoding of Mac OS X to UTF-8.;TS; ; i; I"2009-04-29;T@ S; ; i; I"BWed Apr 29 21:23:40 2009 NARUSE, Yui ;T@ o; ;;;[o;;I"enc/iso_2022_jp.h;T;[o;;[I"add CP50221.;To;;I"enc/trans/iso2022.trans;T;[o;;[I"add converter for CP50221.;TS; ; i; I"EWed Apr 29 15:22:26 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"file.c (rb_file_join);T;[o;;[I"Drecursive array has no meaning as path name. [ruby-core:23329];TS; ; i; I"2009-04-28;T@ S; ; i; I"ETue Apr 28 19:09:45 2009 Kazuhiro NISHIYAMA ;T@ o; ;;;[o;;I"4test/test_timeout.rb (TestTimeout#test_timeout);T;[o;;[I"add a test.;TS; ; i; I"ETue Apr 28 07:13:48 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"$lib/pp.rb (Struct#pretty_print);T;[o;;[I"Scoerce to a string since anonymous class has name no longer. [ruby-dev:38349];TS; ; i; I"2009-04-27;T@ S; ; i; I"EMon Apr 27 16:47:12 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I" configure.in (ruby_version);T;[o;;[I"buses sed instead of grep if the result is need, to get rid of GREP_OPTIONS. [ruby-dev:38336];TS; ; i; I"EMon Apr 27 01:25:11 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I",ext/readline/readline.c (readline_getc);T;[o;;[I"Vuse rl_getc_function if possible, to get rid of hang up at EOF without a newline.;TS; ; i; I"2009-04-26;T@ S; ; i; I"BSun Apr 26 23:19:32 2009 NARUSE, Yui ;T@ o; ;;;[o;;I"enc/trans/utf8_mac.trans;T;[o;;[I" Add converter for UTF8-MAC.;To;;I"enc/trans/utf8_mac-tbl.rb;T;[o;;[I" ditto.;To;;I"test/ruby/test_econv.rb;T;[o;;[I"tests for above.;TS; ; i; I"BSun Apr 26 22:17:02 2009 NARUSE, Yui ;T@ o; ;;;[o;;I"1tool/transcode-tb (ActionMap#each_firstbyte);T;[o;;[I"3if :asis collides other mappings, use another.;To;;I"0tool/transcode-tb (ActionMap#generate_info);T;[o;;[I"add :asis for ASIS.;TS; ; i; I"BSun Apr 26 21:59:43 2009 NARUSE, Yui ;T@ o; ;;;[o;;I"transcode.c (ASIS);T;[o;;[I"%added for multi byte direct map.;To;;I")transcode.c (transcode_restartable0);T;[o;;[I" ditto.;TS; ; i; I"BSun Apr 26 20:33:12 2009 NARUSE, Yui ;T@ o; ;;;[o;;I"0tool/transcode-tb (ActionMap#generate_node);T;[o;;[I"NUse ActionMap#gennode instead of generate_node because of initialization.;TS; ; i; I"BSun Apr 26 20:21:39 2009 NARUSE, Yui ;T@ o; ;;;[o;;I".gitignore;T;[o;;[I" added.;TS; ; i; I";Sun Apr 26 20:17:24 2009 Tanaka Akira ;T@ o; ;;;[o;;I"lib/rake.rb;T;[o;;[I"4use RbConfig::CONFIG instead of Config::CONFIG.;To;;I"lib/rbconfig/datadir.rb;T;[o;;[I" ditto.;TS; ; i; I";Sun Apr 26 19:30:29 2009 Tanaka Akira ;T@ o; ;;;[o;;I"time.c (time_arg);T;[o;;[I"unused variable removed.;TS; ; i; I"ESun Apr 26 18:35:32 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"io.c (io_reopen);T;[o;;[I"2keeps pathv for prep_stdio. [ruby-dev:38131];TS; ; i; I"ESun Apr 26 15:13:09 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"2lib/optparse.rb (OptionParser#parse_in_order);T;[o;;[I"Fdo not make an option from non-option argument. [ruby-dev:38333];TS; ; i; I"2009-04-25;T@ S; ; i; I"ESat Apr 25 19:11:13 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"%configure.in (ac_cv_func_daemon);T;[o;;[I" use daemon(3) only on *BSD.;To;;I"process.c (proc_daemon);T;[o;;[I"=double fork to ensure not having ctty. [ruby-core:23305];TS; ; i; I";Sat Apr 25 16:19:48 2009 Tanaka Akira ;T@ o; ;;;[o;;I"time.c (month_arg);T;[o;;[I"extracted from time_arg.;To;;I"(validate_vtm);T;[o;;[I" ditto.;TS; ; i; I";Sat Apr 25 16:03:21 2009 Tanaka Akira ;T@ o; ;;;[o;;I"time.c (TIME_COPY_GMT);T;[o;;[I"new macro.;To;;I"(time_s_at);T;[o;;[I"use TIME_COPY_GMT.;To;;I"(time_succ);T;[o;;[I" ditto.;TS; ; i; I";Sat Apr 25 15:54:04 2009 Tanaka Akira ;T@ o; ;;;[o;;I"time.c (time_mload);T;[o;;[I"use TIME_SET_UTC.;TS; ; i; I";Sat Apr 25 15:47:54 2009 Tanaka Akira ;T@ o; ;;;[o;;I"time.c (time_get_tm);T;[o;;[I"%take time_object instead of gmt.;TS; ; i; I";Sat Apr 25 15:39:44 2009 Tanaka Akira ;T@ o; ;;;[o;;I"time.c (time_succ);T;[o;;[I"&refactored to avoid gmt variable.;To;;I"(strftimev);T;[o;;[I"use TIME_UTC_P.;To;;I"(time_strftime);T;[o;;[I" ditto.;TS; ; i; I";Sat Apr 25 15:21:33 2009 Tanaka Akira ;T@ o; ;;;[o;;I"time.c (TIME_UTC_P);T;[o;;[I"new macro.;To;;I"(TIME_SET_UTC);T;[o;;[I" ditto.;To;;I"(TIME_LOCALTIME_P);T;[o;;[I" ditto.;To;;I"(TIME_SET_LOCALTIME);T;[o;;[I" ditto.;To;;I"(time_utc_p);T;[o;;[I"use the above macro.;To;;I"(time_localtime);T;[o;;[I" ditto.;To;;I"(time_localtime);T;[o;;[I" ditto.;To;;I"(time_gmtime);T;[o;;[I" ditto.;To;;I"(time_to_s);T;[o;;[I" ditto.;To;;I"(time_add);T;[o;;[I" ditto.;To;;I"(time_sec);T;[o;;[I" ditto.;To;;I"(time_min);T;[o;;[I" ditto.;To;;I"(time_hour);T;[o;;[I" ditto.;To;;I"(time_mday);T;[o;;[I" ditto.;To;;I"(time_mon);T;[o;;[I" ditto.;To;;I"(time_year);T;[o;;[I" ditto.;To;;I"(time_wday);T;[o;;[I" ditto.;To;;I" (wday_p);T;[o;;[I" ditto.;To;;I"(time_yday);T;[o;;[I" ditto.;To;;I"(time_isdst);T;[o;;[I" ditto.;To;;I"(time_zone);T;[o;;[I" ditto.;To;;I"(time_utc_offset);T;[o;;[I" ditto.;To;;I"(time_to_a);T;[o;;[I" ditto.;To;;I"(strftimev);T;[o;;[I" ditto.;To;;I"(time_strftime);T;[o;;[I" ditto.;To;;I"(time_mdump);T;[o;;[I" ditto.;TS; ; i; I"2009-04-23;T@ S; ; i; I"@Thu Apr 23 01:30:37 2009 Akinori MUSHA ;T@ o; ;;;[o;;I"*ext/zlib/zlib.c (Zlib::GzipFile#path);T;[o;;[I"New method.;TS; ; i; I"2009-04-22;T@ S; ; i; I"EWed Apr 22 20:25:24 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"time.c (time_timespec);T;[o;;[I"7check out-of-range. [ruby-core:23282] [Bug #1396];TS; ; i; I";Wed Apr 22 19:33:13 2009 Tanaka Akira ;T@ o; ;;;[o;;I"lib/time.rb (Time.parse);T;[o;;[I"(use year completion in Date._parse.;TS; ; i; I"BWed Apr 22 11:12:15 2009 NAKAMURA Usaku ;T@ o; ;;;[o;;I"time.c (GMTIME, LOCALTIME);T;[o;;[I")should set result if not have *_r().;To;;I"#time.c (localtime_with_gmtoff);T;[o;;[I"now always needed tmbuf.;TS; ; i; I"BWed Apr 22 10:38:47 2009 NAKAMURA Usaku ;T@ o; ;;;[o;;I"dir.c (glob_helper);T;[o;;[I"C99(gcc)-ism.;To;;I"time.c (find_time_t);T;[o;;[I";T@ o; ;;;[o;;I"#time.c (localtime_with_gmtoff);T;[o;;[I"fixed cross function jump.;TS; ; i; I";Wed Apr 22 03:06:56 2009 Tanaka Akira ;T@ o; ;;;[o;;I"lib/time.rb (Time#rfc2822);T;[o;;[I" pad leading zeros for year.;To;;I"(Time#httpdate);T;[o;;[I" ditto.;To;;I"(Time#xmlschema);T;[o;;[I" ditto.;TS; ; i; I";Wed Apr 22 02:10:48 2009 Tanaka Akira ;T@ o; ;;;[o;;I"!lib/time.rb (Time#xmlschema);T;[o;;[I" use subsec instead of nsec.;TS; ; i; I";Wed Apr 22 01:27:38 2009 Tanaka Akira ;T@ o; ;;;[o;;I"time.c (time_arg);T;[o;;[I"3use the year argument as-is. [ruby-dev:38194];To;;I"lib/time.rb (Time.parse);T;[o;;[I".interpret small year 0..99 as 1950..2049.;TS; ; i; I"EWed Apr 22 00:32:16 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"time.c (find_time_t);T;[o;;[I"constified.;TS; ; i; I";Wed Apr 22 00:11:19 2009 Tanaka Akira ;T@ o; ;;;[o;;I"time.c (leap_year_v_p);T;[o;;[I" removed.;TS; ; i; I"2009-04-21;T@ S; ; i; I";Tue Apr 21 23:52:45 2009 Tanaka Akira ;T@ o; ;;;[ o;;I" time.c;T;[o;;[I"/remove time_t restriction from Time class.;To;;I" timev.h;T;[o;;[I"#new file to define struct vtm.;To;;I"strftime.c;T;[o;;[I",format struct vtm instead of struct tm.;To;;I"#ext/syck/rubyext.c (mktime_do);T;[o;;[I"'don't use time_t; [ruby-dev:38191];TS; ; i; I"ETue Apr 21 09:25:41 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I",dir.c (dir_path, dir_each, glob_helper);T;[o;;[I""use readdir_r() if available.;TS; ; i; I"ETue Apr 21 09:20:21 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"lib/mkmf.rb (init_mkmf);T;[o;;[I"8needs default library path even if cross compiling.;TS; ; i; I"GTue Apr 21 07:07:45 2009 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"array.c (rb_ary_push);T;[o;;[I"bypass rb_ary_store().;TS; ; i; I"GTue Apr 21 01:25:16 2009 Yukihiro Matsumoto ;T@ o; ;;;[ o;;I"bignum.c (bigsub_int);T;[o;;[I"7subtraction without making internal bignum values.;To;;I"bignum.c (bigadd_int);T;[o;;[I"ditto for addition.;To;;I"bignum.c (bigtrunc);T;[o;;[I"declare inline.;To;;I"bignum.c (rb_quad_pack);T;[o;;[I"fix condition.;TS; ; i; I"QTue Apr 21 01:13:42 2009 Alexander Zavorine ;T@ o; ;;;[o;;I"symbian/setup (config.h);T;[o;;[I"@added TIMET2NUM and NUM2TIMET to match the change in time.c;TS; ; i; I"2009-04-20;T@ S; ; i; I"GMon Apr 20 20:29:04 2009 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"string.c (rb_str_split_m);T;[o;;[I"'faster processing on 7bit strings.;To;;I"string.c (ascii_isspace);T;[o;;[I"'faster isspace() for 7bit strings.;TS; ; i; I"2009-04-19;T@ S; ; i; I"ESun Apr 19 14:43:18 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"eval.c (ruby_cleanup);T;[o;;[I"ithe order of local variables on stack is undefined. should use outermost VALUE for ruby_init_stack.;To;;I"5gc.c (ruby_get_stack_grow_direction, Init_stack);T;[o;;[I"allows volatile pointer.;To;;I"!thread_*.c (ruby_init_stack);T;[o;;[I" ditto.;TS; ; i; I"ESun Apr 19 13:17:25 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"Dgem_prelude.rb (Gem::QuickLoader#push_gem_version_on_load_path);T;[o;;[I"hcheck for requirement if the gem is installed. a patch from Kyosuke MOROHASHI at [ruby-dev:38020].;TS; ; i; I";Sun Apr 19 01:39:17 2009 Tanaka Akira ;T@ o; ;;;[o;;I"process.c (proc_seteuid_m);T;[o;;[I"9defined to use rb_f_notimplement if not implemented.;To;;I"(proc_setegid_m);T;[o;;[I" ditto.;TS; ; i; I";Sun Apr 19 01:03:56 2009 Tanaka Akira ;T@ o; ;;;[o;;I"process.c (proc_setuid);T;[o;;[I".use rb_f_notimplement if not implemented.;To;;I"(proc_setgid);T;[o;;[I" ditto.;TS; ; i; I"2009-04-18;T@ S; ; i; I";Sat Apr 18 23:07:18 2009 Tanaka Akira ;T@ o; ;;;[o;;I"ext/readline/readline.c;T;[o;;[I"7use rb_f_notimplement for methods not implemented.;To;;I"ext/openssl/ossl_engine.c;T;[o;;[I" ditto.;To;;I"ext/openssl/ossl_config.c;T;[o;;[I" ditto.;To;;I"ext/openssl/ossl_cipher.c;T;[o;;[I" ditto.;To;;I"ext/openssl/ossl_pkcs5.c;T;[o;;[I" ditto.;To;;I"ext/openssl/ossl_x509ext.c;T;[o;;[I" ditto.;To;;I"ext/socket/socket.c;T;[o;;[I" ditto.;To;;I"ext/socket/basicsocket.c;T;[o;;[I" ditto.;To;;I"ext/socket/ancdata.c;T;[o;;[I" ditto.;To;;I"ext/socket/unixsocket.c;T;[o;;[I" ditto.;To;;I"ext/iconv/iconv.c;T;[o;;[I" ditto.;TS; ; i; I";Sat Apr 18 21:07:34 2009 Tanaka Akira ;T@ o; ;;;[o;;I"ext/curses/curses.c;T;[o;;[I"7use rb_f_notimplement for methods not implemented.;TS; ; i; I"2009-04-17;T@ S; ; i; I";Fri Apr 17 01:51:17 2009 Tanaka Akira ;T@ o; ;;;[/o;;I"$node.h (rb_notimplement_body_p);T;[o;;[I"declared.;To;;I"#vm_method.c (Init_eval_method);T;[o;;[I"suppress a warning.;To;;I"io.c (rb_io_fsync);T;[o;;[I".use rb_f_notimplement if not implemented.;To;;I"(rb_io_close_on_exec_p);T;[o;;[I" ditto.;To;;I"(rb_io_set_close_on_exec);T;[o;;[I" ditto.;To;;I"(rb_io_fcntl);T;[o;;[I" ditto.;To;;I"(rb_f_syscall);T;[o;;[I" ditto.;To;;I"dir.c (dir_tell);T;[o;;[I" ditto.;To;;I"(dir_seek);T;[o;;[I" ditto.;To;;I"(dir_s_chroot);T;[o;;[I" ditto.;To;;I"process.c (proc_getpgrp);T;[o;;[I" ditto.;To;;I"(proc_setpgrp);T;[o;;[I" ditto.;To;;I"(proc_getpgid);T;[o;;[I" ditto.;To;;I"(proc_setpgid);T;[o;;[I" ditto.;To;;I"(proc_setsid);T;[o;;[I" ditto.;To;;I"(proc_getpriority);T;[o;;[I" ditto.;To;;I"(proc_setpriority);T;[o;;[I" ditto.;To;;I"(proc_getrlimit);T;[o;;[I" ditto.;To;;I"(proc_setrlimit);T;[o;;[I" ditto.;To;;I"(p_sys_setuid);T;[o;;[I" ditto.;To;;I"(p_sys_setruid);T;[o;;[I" ditto.;To;;I"(p_sys_seteuid);T;[o;;[I" ditto.;To;;I"(p_sys_setreuid);T;[o;;[I" ditto.;To;;I"(p_sys_setresuid);T;[o;;[I" ditto.;To;;I"(p_sys_setgid);T;[o;;[I" ditto.;To;;I"(p_sys_setrgid);T;[o;;[I" ditto.;To;;I"(p_sys_setegid);T;[o;;[I" ditto.;To;;I"(p_sys_setregid);T;[o;;[I" ditto.;To;;I"(p_sys_setreuid);T;[o;;[I" ditto.;To;;I"(p_sys_setresgid);T;[o;;[I" ditto.;To;;I"(p_sys_issetugid);T;[o;;[I" ditto.;To;;I"(proc_getgroups);T;[o;;[I" ditto.;To;;I"(proc_setgroups);T;[o;;[I" ditto.;To;;I"(proc_initgroups);T;[o;;[I" ditto.;To;;I"(proc_daemon);T;[o;;[I" ditto.;To;;I"(rb_proc_times);T;[o;;[I" ditto.;To;;I"file.c (rb_file_s_lchown);T;[o;;[I" ditto.;To;;I"(rb_file_s_link);T;[o;;[I" ditto.;To;;I"(rb_file_s_symlink);T;[o;;[I" ditto.;To;;I"(rb_file_s_readlink);T;[o;;[I" ditto.;To;;I"(rb_file_s_truncate);T;[o;;[I" ditto.;To;;I"(rb_file_truncate);T;[o;;[I" ditto.;TS; ; i; I"=Fri Apr 17 00:53:47 2009 Yusuke Endoh ;T@ o; ;;;[o;;I"%lib/cgi/core.rb (read_multipart);T;[o;;[I"When path is not defined, define local_path as a method always returning nil instead of aliasing. This is because StringIO#path no longer exists.;TS; ; i; I"=Fri Apr 17 00:45:09 2009 Yusuke Endoh ;T@ o; ;;;[o;;I"dir.c (bracket);T;[o;;[I"qfix escape handling for range character in bracket of fnmatch pattern. e.g., '[a\-c]' should not match 'b'.;TS; ; i; I"2009-04-16;T@ S; ; i; I";Thu Apr 16 23:09:03 2009 Tanaka Akira ;T@ o; ;;;[o;;I""class.c (rb_define_method_id);T;[o;;[I"Huse rb_define_notimplement_method_id if rb_f_notimplement is given.;To;;I"!(rb_define_protected_method);T;[o;;[I" ditto.;To;;I"(rb_define_private_method);T;[o;;[I" ditto.;To;;I"(rb_define_method);T;[o;;[I"use rb_define_method_id.;To;;I".include/ruby/intern.h (rb_f_notimplement);T;[o;;[I"declared.;To;;I"'(rb_define_notimplement_method_id);T;[o;;[I"declared.;To;;I"proc.c (method_inspect);T;[o;;[I"show not-implemented.;To;;I"$vm_method.c (notimplement_body);T;[o;;[I"new variable.;To;;I"(rb_notimplement_body_p);T;[o;;[I"new function.;To;;I"(rb_method_boundp);T;[o;;[I"%return false if not implemented.;To;;I"(rb_f_notimplement);T;[o;;[I"new function.;To;;I"'(rb_define_notimplement_method_id);T;[o;;[I"new function.;To;;I"process.c (rb_f_fork);T;[o;;[I".use rb_f_notimplement if not implemented.;To;;I"file.c (rb_file_s_lchmod);T;[o;;[I".use rb_f_notimplement if not implemented.;TS; ; i; I"2009-04-15;T@ S; ; i; I"=Wed Apr 15 20:24:49 2009 Yusuke Endoh ;T@ o; ;;;[o;;I"array.c (rb_ary_flatten);T;[o;;[I"5flatten(0) works as Array#dup. [ruby-core:23168];To;;I"test/ruby/test_array.rb;T;[o;;[I"add a test for above.;TS; ; i; I"BWed Apr 15 11:53:35 2009 NARUSE, Yui ;T@ o; ;;;[o;;I"dir.c (fnmatch_helper);T;[o;;[I"Nuse rb_enc_precise_mbclen and fail if bytes are invalid. [ruby-dev:38307];TS; ; i; I"2009-04-14;T@ S; ; i; I"ETue Apr 14 18:11:26 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"dir.c (bracket);T;[o;;[I"9if same in bytes, path is matching. [ruby-dev:38305];TS; ; i; I"2009-04-13;T@ S; ; i; I"EMon Apr 13 17:21:40 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"sprintf.c (rb_str_format);T;[o;;[I""scan coderange incrementally.;TS; ; i; I"BMon Apr 13 11:35:55 2009 NARUSE, Yui ;T@ o; ;;;[o;;I"sprintf.c (rb_str_format);T;[o;;[I"0optimize previous commit. [ruby-list:45954];TS; ; i; I"BMon Apr 13 10:58:54 2009 NARUSE, Yui ;T@ o; ;;;[o;;I"sprintf.c (rb_str_format);T;[o;;[I"5check encoding compatibility only on real parts.;TS; ; i; I"2009-04-12;T@ S; ; i; I"ESun Apr 12 19:54:56 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"$dir.c (bracket, fnmatch_helper);T;[o;;[I"Scompare bytewise first, to get rid of invalid byte sequence. [ruby-dev:38303];TS; ; i; I"2009-04-11;T@ S; ; i; I"ESat Apr 11 08:45:57 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"configure.in (Makefile);T;[o;;[I"+phony ruby target needs empty command.;TS; ; i; I"2009-04-10;T@ S; ; i; I"EFri Apr 10 11:32:14 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"common.mk (up);T;[o;;[I"updates timestamp file.;TS; ; i; I"EFri Apr 10 04:54:01 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"configure.in (Makefile);T;[o;;[I""info-program needs common.mk.;TS; ; i; I"EFri Apr 10 03:46:44 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"%configure.in (RUBY_INSTALL_NAME);T;[o;;[I""use --program-transform-name.;To;;I"instruby.rb, mkconfig.rb;T;[o;;[I"bdeal with --program-transform-name better. now supports s, y commands and single addressing.;TS; ; i; I"2009-04-09;T@ S; ; i; I";Thu Apr 9 23:59:11 2009 Tanaka Akira ;T@ o; ;;;[o;;I"configure.in;T;[o;;[I"&don't override the rule for ruby.;TS; ; i; I"2009-04-08;T@ S; ; i; I"=Wed Apr 8 21:58:12 2009 Yusuke Endoh ;T@ o; ;;;[o;;I"string.c (rb_str_dump);T;[o;;[I"Gbuffer length plus one byte for null terminator. [ruby-dev:38294];To;;I"+test/ruby/test_m17n.rb (test_str_dump);T;[o;;[I"add a test for above.;TS; ; i; I"EWed Apr 8 20:08:16 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I""string.c (rb_str_rstrip_bang);T;[o;;[I"8should not sign-expand non-ascii. [ruby-core:23158];TS; ; i; I"BWed Apr 8 17:29:29 2009 NARUSE, Yui ;T@ o; ;;;[o;;I" string.c (rb_str_chop_bang);T;[o;;[I"'reset coderange. [ruby-core:23155];TS; ; i; I"EWed Apr 8 14:00:04 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"lib/mkmf.rb (what_type?);T;[o;;[I"=fixed typo, and refined for member of aggregation types.;To;;I"#lib/mkmf.rb (Logging.postpone);T;[o;;[I""copy postponed output always.;TS; ; i; I"EWed Apr 8 09:45:58 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"configure.in (LIBRUBY_SO);T;[o;;[I"2removed redundant additional version numbers.;TS; ; i; I"2009-04-07;T@ S; ; i; I"ETue Apr 7 13:35:22 2009 Nobuyoshi Nakada ;T@ o; ;;;[ o;;I"common.mk (info);T;[o;;[I"shows configured names.;To;;I"configure.in (Makefile);T;[o;;[I"4works even if RUBY_INSTALL_NAME contains macro.;To;;I"$configure.in (LIBRUBY_DLDFLAGS);T;[o;;[I"+compatibility version is ruby_version.;To;;I"%configure.in (RUBY_REPLACE_TYPE);T;[o;;[I"-defines type modifier prefix for printf.;TS; ; i; I"ETue Apr 7 02:27:49 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"configure.in (RUBY_DEFINT);T;[o;;[I"Cshould pass includes to AC_CHECK_SIZEOF and RUBY_CHECK_SIZEOF.;To;;I"$configure.in (CFLAGS, CXXFLAGS);T;[o;;[I")need ARCH_FLAG for universal binary.;TS; ; i; I"ETue Apr 7 01:08:21 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"numeric.c (flo_to_s);T;[o;;[I"Breduce fragments if no precision lost. c.f. [ruby-core:23075];TS; ; i; I"2009-04-06;T@ S; ; i; I"EMon Apr 6 23:16:08 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"$configure.in (CFLAGS, CXXFLAGS);T;[o;;[I"Ioverride with $cflags and $cxxflags if not given. [ruby-core:23130];TS; ; i; I"EMon Apr 6 19:26:18 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"file.c (utime_failed);T;[o;;[I"{refined the error message for EINVAL on DOSISH platforms, where it may fail depending on filesystems. see [ruby-dev:38277].;TS; ; i; I"EMon Apr 6 16:38:50 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"Rfile.c (sys_fail2, rb_file_s_readlink, BUFCHECK, rmext), (rb_file_s_basename);T;[o;;[I"get rid of overflow.;TS; ; i; I"EMon Apr 6 15:11:56 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"numeric.c (int_chr);T;[o;;[I"checks overflow.;TS; ; i; I"EMon Apr 6 10:49:47 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"/test/stringio/test_stringio.rb (test_path);T;[o;;[I":StringIO#path is no longer defined. [ruby-dev:38254];TS; ; i; I"EMon Apr 6 10:47:13 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I")ext/stringio/stringio.c (strio_path);T;[o;;[I"removed. [ruby-dev:38254];TS; ; i; I"2009-04-05;T@ S; ; i; I"ESun Apr 5 18:02:54 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I")include/ruby/intern.h (rb_fd_resize);T;[o;;[I"does nothing on Win32.;TS; ; i; I"2009-04-04;T@ S; ; i; I"ESat Apr 4 17:05:15 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I":include/ruby/intern.h (RB_NUM_COERCE_FUNCS_NEED_OPID);T;[o;;[I"4macro to check compatibility. [ruby-dev:38162];TS; ; i; I"ESat Apr 4 07:38:52 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"mkconfig.rb (sitearch);T;[o;;[I"default to arch.;TS; ; i; I"2009-04-03;T@ S; ; i; I"@Fri Apr 3 14:02:42 2009 Akinori MUSHA ;T@ o; ;;;[ o;;I";lib/irb/completion.rb (IRB::InputCompletor::Operators);T;[o;;[I")Add overloadable negative operators.;To;;I"+lib/irb/ruby-lex.rb (RubyLex#lex_init);T;[o;;[I"-Support overloadable negative operators.;To;;I"6lib/irb/ruby-lex.rb (RubyLex#identify_identifier);T;[o;;[I">Minus signs need to be escaped in regexp character class.;To;;I"Dmisc/ruby-mode.el (ruby-font-lock-keywords, ruby-parse-partial);T;[o;;[I"-Support overloadable negative operators.;TS; ; i; I"EFri Apr 3 12:45:55 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"ext/extmk.rb;T;[o;;[I")quotes arguments with spaces always.;TS; ; i; I"2009-04-02;T@ S; ; i; I"GThu Apr 2 14:50:06 2009 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"lib/getoptlong.rb;T;[o;;[I"=remove unused rdoc/usage from example. [ruby-core:23098];TS; ; i; I"EThu Apr 2 07:42:27 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I""win32/Makefile.sub (config.h);T;[o;;[I" updated.;TS; ; i; I"2009-04-01;T@ S; ; i; I";Wed Apr 1 20:37:49 2009 Tanaka Akira ;T@ o; ;;;[o;;I"+configure.in (rb_cv_fork_with_pthread);T;[o;;[I"$fail if the child process fail.;TS; ; i; I"EWed Apr 1 19:46:46 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I""lib/mkmf.rb (create_makefile);T;[o;;[I"Psupport for parallel make. a patch from Takuto Matsuu at [ruby-dev:38220].;TS; ; i; I"EWed Apr 1 19:39:25 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"$configure.in (LIBRUBY_LDSHARED);T;[o;;[I"Muse $(CC) instead of cc. a patch from Wataru Kimura at [ruby-dev:38225].;TS; ; i; I"EWed Apr 1 18:53:51 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I" vm_dump.c (rb_vm_bugreport);T;[o;;[I"gshould not #include inside a function, since headers may have declarations. c.f. [ruby-core:23095];TS; ; i; I"EWed Apr 1 18:44:53 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"mkconfig.rb;T;[o;;[I"[ignores version numbers in config.status. replaces all $$s in program_transform_name.;TS; ; i; I"EWed Apr 1 15:12:21 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"Makefile.in (.c.i);T;[o;;[I"Ouse CPP instead of CC, since gcc -E can' work with multiple -arch options.;TS; ; i; I"GWed Apr 1 13:46:20 2009 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"#thread.c (rb_thread_fd_select);T;[o;;[I"2new function to call select using rb_fdset_t.;To;;I"io.c (select_internal);T;[o;;[I"tuse rb_thread_fd_select instead of rb_thread_select. based on the patch from Kengo Matsuyama. [ruby-dev:38221];TS; ; i; I"GWed Apr 1 13:16:19 2009 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"process.c (rb_f_sleep);T;[o;;[I"-RDoc disambiguation. [ruby-talk:332632];TS; ; i; I"2009-03-31;T@ S; ; i; I"ETue Mar 31 15:17:37 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"configure.in;T;[o;;[I"fixed the help strings for the header and library dir switches, and updated to use AS_HELP_STRING. patches from Richard Brown, c.f. [ruby-core:23067].;TS; ; i; I"IMon Mar 31 08:18:57 2009 James Edward Gray II ;T@ o; ;;;[o;;I"?test/csv/test_interface.rb, test/csv/test_serialization.rb;T;[o;;[I"5Trying more fixes some failing tests on Windows.;TS; ; i; I"2009-03-30;T@ S; ; i; I";Mon Mar 30 19:04:25 2009 Tanaka Akira ;T@ o; ;;;[o;;I".gdbinit (rp);T;[o;;[I"$show negative fixnum correctly.;TS; ; i; I"EMon Mar 30 12:12:46 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"&vm_eval.c (eval_string_with_cref);T;[o;;[I"6replaces the message if frozen. [ruby-dev:38208];TS; ; i; I"IMon Mar 30 01:00:20 2009 James Edward Gray II ;T@ o; ;;;[o;;I"test/csv/test_interface.rb;T;[o;;[I"4Trying a fix for some failing tests on Windows.;TS; ; i; I"2009-03-29;T@ S; ; i; I"ESun Mar 29 08:59:26 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"2lib/pathname.rb (Pathname#relative_path_from);T;[o;;[I"_compares path components according to system default case-sensitiveness. [ruby-core:22829];TS; ; i; I"2009-03-28;T@ S; ; i; I"ESat Mar 28 11:10:32 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"common.mk (ruby.imp);T;[o;;[I"all symbols in static library need to be exported, so that encoding-extensions can be loaded. based on a patch from Yutaka Kanemoto in [ruby-talk:332282].;TS; ; i; I"ESat Mar 28 08:49:47 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"sprintf.c (rb_str_format);T;[o;;[I"*checks if named argument given twice.;To;;I"sprintf.c (GETNAMEARG);T;[o;;[I"Kremembers named arg is used, to get rid of too many arguments warning.;TS; ; i; I"ESat Mar 28 03:16:59 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"8lib/mkmf.rb (link_command, cc_command, cpp_command);T;[o;;[I"3should no override extout defined in extmk.rb.;TS; ; i; I"2009-03-27;T@ S; ; i; I"EFri Mar 27 12:56:44 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"lib/mkmf.rb (what_type?);T;[o;;[I">checks more restrictively, and supports universal binary.;TS; ; i; I";Fri Mar 27 01:33:37 2009 Tanaka Akira ;T@ o; ;;;[o;;I"time.c (time_cmp);T;[o;;[I"-negate the result of reverse comparison.;TS; ; i; I";Fri Mar 27 01:19:50 2009 Tanaka Akira ;T@ o; ;;;[o;;I"bignum.c (rb_cmpint);T;[o;;[I"(FIX2INT may fail on LP64 platforms.;TS; ; i; I"2009-03-26;T@ S; ; i; I"EThu Mar 26 12:22:06 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"3lib/yaml/rubytypes.rb (String#is_binary_data?);T;[o;;[I"ATAB would be usually considered to be included in text data.;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. copied from above since TAB and newlines would be usually considered to be included in text data.;TS; ; i; I"EThu Mar 26 11:33:13 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"+lib/rdoc/ri/paths.rb (RDoc::RI::Paths);T;[o;;[I"Hconsiders --program-prefix and --program-suffix. reapplied r19923.;TS; ; i; I"2009-03-25;T@ S; ; i; I"EWed Mar 25 07:45:12 2009 Nobuyoshi Nakada ;T@ o; ;;;[ o;;I" configure.in (target_alias);T;[o;;[I"%replaces cpu with universal too.;To;;I"configure.in (target);T;[o;;[I"+replaces cpu with arch by --with-arch.;To;;I"mkconfig.rb (TOPDIR);T;[o;;[I"Tchops arch in config instead of RUBY_PLATFORM which varies on universal_binary.;To;;I"&mkconfig.rb (MAJOR, MINOR, TEENY);T;[o;;[I"!reads from version.h always.;TS; ; i; I"2009-03-24;T@ S; ; i; I"ETue Mar 24 19:23:44 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"%configure.in (RUBY_CHECK_SIZEOF);T;[o;;[I"need to include $4.;TS; ; i; I"@Tue Mar 24 17:08:52 2009 Akinori MUSHA ;T@ o; ;;;[o;;I"io.c (rb_io_inspect);T;[o;;[I"Cannot access fptr->fd if fptr is NULL. This fixes a coredump caused by: ruby -e "class X < IO; def initialize; end; end; p X.new.inspect";TS; ; i; I"2009-03-23;T@ S; ; i; I";Mon Mar 23 22:01:00 2009 Tanaka Akira ;T@ o; ;;;[o;;I"time.c (time_timespec);T;[o;;[I"use NUM2TIMET.;To;;I"(time_s_at);T;[o;;[I" ditto.;TS; ; i; I"@Mon Mar 23 21:52:26 2009 Akinori MUSHA ;T@ o; ;;;[o;;I"process.c (Init_process);T;[o;;[I"7Better patch for eliminating an "unused variable".;TS; ; i; I"@Mon Mar 23 21:41:14 2009 Akinori MUSHA ;T@ o; ;;;[o;;I"$ext/dbm/dbm.c (fdbm_initialize);T;[o;;[I"Make the file variable volatile, because FilePathValue() currently does not protect the given variable from GC. (Probably it should);To;;I"'ext/sdbm/init.c (fsdbm_initialize);T;[o;;[I" Ditto.;TS; ; i; I"@Mon Mar 23 19:22:14 2009 Akinori MUSHA ;T@ o; ;;;[o;;I"file.c (rb_file_s_lstat);T;[o;;[I"Back out.;TS; ; i; I"@Mon Mar 23 18:54:57 2009 Akinori MUSHA ;T@ o; ;;;[o;;I"-file.c (rb_file_s_stat, rb_file_s_lstat);T;[o;;[I"!Remove repeated type checks.;TS; ; i; I"HMon Mar 23 14:57:48 2009 Narihiro Nakamura ;T@ o; ;;;[o;;I"gc.c (init_heap);T;[o;;[I"bset default to heap slots length if HEAP_OBJ_LIMIT is larger than HEAP_MIN_SLOTS. [Bug #1310];To;;I"(set_heaps_increment);T;[o;;[I"Nincrement next_heaps_length if next_heaps_length and heaps_used are same.;TS; ; i; I"EMon Mar 23 14:32:23 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"!win32/win32.c (rb_w32_spawn);T;[o;;[I"'use original command if not found.;TS; ; i; I"EMon Mar 23 06:51:16 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"enc/depend (link_so);T;[o;;[I"Hreplaces $(TARGET) with basename of the target. [ruby-talk:330286];TS; ; i; I"2009-03-22;T@ S; ; i; I"ESun Mar 22 14:51:55 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"0win32/win32.c (rb_w32_spawn, rb_w32_aspawn);T;[o;;[I"2use NULL as application name for batch files.;TS; ; i; I"2009-03-21;T@ S; ; i; I";Sat Mar 21 15:54:41 2009 Tanaka Akira ;T@ o; ;;;[o;;I"/ext/openssl/ossl_ssl.c (write_would_block);T;[o;;[I" defined.;To;;I"(read_would_block);T;[o;;[I" defined.;To;;I"(ossl_start_ssl);T;[o;;[I"add nonblock argument.;To;;I"(ossl_ssl_connect);T;[o;;[I""follow ossl_start_ssl change.;To;;I" (ossl_ssl_connect_nonblock);T;[o;;[I"new method.;To;;I"(ossl_ssl_accept);T;[o;;[I""follow ossl_start_ssl change.;To;;I"(ossl_ssl_accept_nonblock);T;[o;;[I"new method.;To;;I"(ossl_ssl_read_internal);T;[o;;[I"0use write_would_block and read_would_block.;To;;I"(ossl_ssl_write_internal);T;[o;;[I" ditto.;TS; ; i; I"ESat Mar 21 08:19:52 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"process.c (rb_exec);T;[o;;[I"Zprints error message only on platforms neither close-on-exec nor spawnv is supported.;TS; ; i; I"ESat Mar 21 08:17:41 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"0win32/win32.c (rb_w32_spawn, rb_w32_aspawn);T;[o;;[I"Jomit program name if actual program path is found. [ruby-core:22960];TS; ; i; I"ESat Mar 21 07:25:56 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"io.c (pipe_open);T;[o;;[I"eshould pass program name even if multiple arguments are given. fix for TestProcess::test_argv0.;TS; ; i; I";Sat Mar 21 02:37:07 2009 Tanaka Akira ;T@ o; ;;;[ o;;I"Mext/openssl/lib/openssl/buffering.rb (OpenSSL::Buffering#write_nonblock);T;[o;;[I"new method.;To;;I"5ext/openssl/ossl_ssl.c (ossl_ssl_write_nonblock);T;[o;;[I"new method.;To;;I"(ossl_ssl_write_internal);T;[o;;[I" defined.;To;;I"(ossl_ssl_write);T;[o;;[I"!use ossl_ssl_write_internal.;TS; ; i; I"2009-03-20;T@ S; ; i; I"EFri Mar 20 18:25:25 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"win32/win32.c (errmap);T;[o;;[I"added ERROR_MOD_NOT_FOUND.;TS; ; i; I"EFri Mar 20 09:22:59 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"configure.in (libprefix);T;[o;;[I"must not append "lib" after $(libdir), when load_relative is not used on darwin. a patch from Kenta Murata at [ruby-dev:38182].;TS; ; i; I"2009-03-19;T@ S; ; i; I";Thu Mar 19 20:29:40 2009 Tanaka Akira ;T@ o; ;;;[o;;I"io.c (rb_mWaitReadable);T;[o;;[I" defined.;To;;I"(rb_mWaitWritable);T;[o;;[I" defined.;To;;I"(io_getpartial);T;[o;;[I"7extend IO::WaitReadable on EWOULDBLOCK and EAGAIN.;To;;I"(rb_io_write_nonblock);T;[o;;[I"7extend IO::WaitWritable on EWOULDBLOCK and EAGAIN.;To;;I"error.c (make_errno_exc);T;[o;;[I" extracted from rb_sys_fail.;To;;I"(rb_mod_sys_fail);T;[o;;[I"new function.;To;;I"*include/ruby/ruby.h (rb_mod_sys_fail);T;[o;;[I"declared.;To;;I"(rb_mWaitReadable);T;[o;;[I"declared.;To;;I"(rb_mWaitWritable);T;[o;;[I"declared.;To;;I"2ext/socket/init.c (rsock_s_recvfrom_nonblock);T;[o;;[I"7extend IO::WaitReadable on EWOULDBLOCK and EAGAIN.;To;;I"(rsock_s_accept_nonblock);T;[o;;[I"Mextend IO::WaitReadable on EWOULDBLOCK, EAGAIN, ECONNABORTED and EPROTO.;To;;I"0ext/socket/socket.c (sock_connect_nonblock);T;[o;;[I",extend IO::WaitWritable on EINPROGRESS.;To;;I"2ext/socket/ancdata.c (bsock_sendmsg_internal);T;[o;;[I"7extend IO::WaitWritable on EWOULDBLOCK and EAGAIN.;To;;I"(bsock_recvmsg_internal);T;[o;;[I"7extend IO::WaitReadable on EWOULDBLOCK and EAGAIN.;To;;I"4ext/openssl/ossl_ssl.c (ossl_ssl_read_internal);T;[o;;[I"nraise SSLError extended by IO::WaitReadable/IO::WaitWritable on SSL_ERROR_WANT_READ/SSL_ERROR_WANT_WRITE.;To;;I")ext/openssl/ossl.c (ossl_make_error);T;[o;;[I"extracted from ossl_raise.;To;;I"(ossl_exc_new);T;[o;;[I"new function.;To;;I"&ext/openssl/ossl.h (ossl_exc_new);T;[o;;[I"declared.;To;;I"$lib/net/protocol.rb (rbuf_fill);T;[o;;[I"Vrescue IO::WaitReadable and IO::WaitWritable. [ruby-core:22539], [ruby-dev:38140];TS; ; i; I"EThu Mar 19 18:49:49 2009 Nobuyoshi Nakada ;T@ o; ;;;[ o;;I"%configure.in (RUBY_CHECK_SIZEOF);T;[o;;[I"allows qualified name.;To;;I"%configure.in (RUBY_REPLACE_TYPE);T;[o;;[I"checks more strictly.;To;;I"Tconfigure.in (struct stat.st_size, struct stat.st_blocks), (struct stat.st_ino);T;[o;;[I"check for size.;To;;I"lib/mkmf.rb (check_sizeof);T;[o;;[I"allows qualified name.;To;;I")file.c (rb_stat_ino, rb_stat_blocks);T;[o;;[I"check by size.;TS; ; i; I"2009-03-18;T@ S; ; i; I"EWed Mar 18 16:59:48 2009 Kazuhiro NISHIYAMA ;T@ o; ;;;[o;;I"/test/test_syslog.rb (TestSyslog#test_open);T;[o;;[I"Echeck param after block again. because detect not to call block.;TS; ; i; I"IWed Mar 18 16:54:04 2009 TAKANO Mitsuhiro (takano32) ;T@ o; ;;;[o;;I"ext/socket/ancdata.c;T;[o;;[I"0not use pktinfo.ipi_spec_dst if not defined;To;;I"ext/socket/extconf.rb;T;[o;;[I"define HAVE_IPI_SPEC_DST;TS; ; i; I"EWed Mar 18 16:38:11 2009 Kazuhiro NISHIYAMA ;T@ o; ;;;[o;;I"/test/test_syslog.rb (TestSyslog#test_open);T;[o;;[I"5check block parameter in block. [ruby-dev:38180];TS; ; i; I"EWed Mar 18 12:48:01 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"error.c (report_bug);T;[o;;[I"1rb_bug can be caused by extension libraries.;TS; ; i; I"IWed Mar 18 02:41:33 2009 Masatoshi SEKI ;T@ o; ;;;[o;;I",lib/drb/drb.rb (open_server_inaddr_any);T;[o;;[I"^fixed multiple network families problem. a patch from Charl Matthee at [ruby-core:21033].;TS; ; i; I"2009-03-17;T@ S; ; i; I"ETue Mar 17 21:42:54 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"!tool/make-snapshot (package);T;[o;;[I"Jcreates .revision.time and passes CHDIR to create prerequisite files.;TS; ; i; I"@Tue Mar 17 18:00:55 2009 Akinori MUSHA ;T@ o; ;;;[o;;I"?enumerator.c (Enumerator#{each_,}{with_index,with_object});T;[o;;[I"uFix a bug where any parameter but the first one is dropped even if multiple values are yielded with. [Bug #1198];TS; ; i; I";Tue Mar 17 14:25:16 2009 Tanaka Akira ;T@ o; ;;;[o;;I"#lib/pathname.rb (Pathname#sub);T;[o;;[I".set $~ in block.binding. [ruby-dev:38173];TS; ; i; I"ETue Mar 17 13:48:08 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I""win32/Makefile.sub (config.h);T;[o;;[I"added RUBY_COREDLL.;To;;I"-ext/dl/handle.c (rb_dlhandle_initialize);T;[o;;[I"Hreturns msvcrt if libc or RUBY_COREDLL is given. [ruby-core:22828];TS; ; i; I"ETue Mar 17 10:29:22 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"]dir.c, dln.c, parse.y, re.c, ruby.c, sprintf.c, strftime.c, string.c, util.c, variable.c;T;[o;;[I"Muse strlcpy, memcpy and snprintf instead of strcpy, strncpy and sprintf.;TS; ; i; I"2009-03-16;T@ S; ; i; I"EMon Mar 16 17:15:16 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"%test/dl/test_win32.rb (Win32API);T;[o;;[I"1enclosed by DL::TestWin32. [ruby-core:22827];TS; ; i; I"EMon Mar 16 16:37:22 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"Qext/tk/tcltklib.c (eventloop_sleep, lib_eventloop_core), (lib_watchdog_core);T;[o;;[I"tv_usec is not time_t.;TS; ; i; I"EMon Mar 16 12:30:07 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"common.mk (REVISION_H);T;[o;;[I"5keeps timestamp of revision.h. [ruby-core:22900];To;;I"&tool/ifchange, win32/ifchange.bat;T;[o;;[I"!extended --timestamp option.;TS; ; i; I"EMon Mar 16 09:28:58 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"/Makefile.in, common.mk, win32/Makefile.sub;T;[o;;[I"added preprocessing rules.;TS; ; i; I"2009-03-15;T@ S; ; i; I"ESun Mar 15 12:34:17 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"$test/minitest/test_mini_test.rb;T;[o;;[I"Jfixed tests depending on the detail of floating point representation.;TS; ; i; I"ESun Mar 15 12:01:36 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"7lib/rubygems/installer.rb (Gem::Installer#shebang);T;[o;;[I"fix for env shebang.;TS; ; i; I"ESun Mar 15 11:15:18 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I":include/ruby/ruby.h ({RSTRING,RBIGNUM}_EMBED_LEN_MAX);T;[o;;[I"made int.;To;;I"9include/ruby/ruby.h (OBJ_{TAINTED,UNTRUSTED,FROZEN});T;[o;;[I"return int.;To;;I",include/ruby/encoding.h (ENC_CODERANGE);T;[o;;[I" ditto.;TS; ; i; I"ESun Mar 15 11:11:44 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"8string.c (rb_hash_uint, rb_hash_start, rb_hash_end);T;[o;;[I"(use VALUE rather than unsigned int.;TS; ; i; I"ESun Mar 15 11:00:14 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I" ruby.c (load_file_internal);T;[o;;[I"'stop the timer thread before exec.;TS; ; i; I"ESun Mar 15 09:17:26 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"common.mk (.y.c);T;[o;;[I"Suse SRC_FILE which contains slashes instead of backslashes. [ruby-core:22891];TS; ; i; I"ESun Mar 15 08:26:16 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"common.mk (srcs-ext);T;[o;;[I"-creates ext/dl/callback/callback.c also.;TS; ; i; I"ESun Mar 15 03:29:51 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"-process.c (SAVED_GROUP_ID, p_gid_switch);T;[o;;[I"should be rb_gid_t.;TS; ; i; I";Sun Mar 15 02:53:13 2009 Tanaka Akira ;T@ o; ;;;[o;;I"string.c (rb_str_subpat);T;[o;;[I"accept capture name.;To;;I"(rb_str_aref);T;[o;;[I"follow above change.;To;;I"(rb_str_aref_m);T;[o;;[I",pass the 2nd argument to rb_str_subpat.;To;;I"(rb_str_subpat_set);T;[o;;[I"accept capture name.;To;;I"(rb_str_aset);T;[o;;[I"follow above change.;To;;I"(rb_str_partition);T;[o;;[I" ditto.;To;;I"(rb_str_aset_m);T;[o;;[I"0pass the 2nd argument to rb_str_subpat_set.;To;;I"2include/ruby/intern.h (rb_reg_backref_number);T;[o;;[I"declared.;To;;I"!re.c (rb_reg_backref_number);T;[o;;[I"defined. [ruby-core:21057];TS; ; i; I"ESun Mar 15 02:09:31 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"proc.c (bmcall);T;[o;;[I"Sshould not uninitialized variable. a patch from pegacorn at [ruby-dev:38169].;TS; ; i; I"2009-03-14;T@ S; ; i; I"ESat Mar 14 18:25:18 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"*util.c (ruby_scan_oct, ruby_scan_hex);T;[o;;[I"use size_t.;TS; ; i; I"ESat Mar 14 18:18:08 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"8proc.c (rb_proc_call, rb_node_arity, bmcall, curry);T;[o;;[I"checks overflow.;To;;I" proc.c (rb_proc_parameters);T;[o;;[I"/unnamed_parameters() expects in not VALUE.;TS; ; i; I"ESat Mar 14 17:54:19 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"util.c (ruby_each_words);T;[o;;[I"&assume no string exceeds INT_MAX.;TS; ; i; I";Sat Mar 14 15:59:04 2009 Tanaka Akira ;T@ o; ;;;[o;;I""process.c (rb_spawn_internal);T;[o;;[I"!use int variable for status.;TS; ; i; I";Sat Mar 14 14:45:51 2009 Tanaka Akira ;T@ o; ;;;[o;;I"process.c (rb_f_system);T;[o;;[I"use rb_pid_t for pid.;To;;I"(rb_spawn_internal);T;[o;;[I"local variable renamed.;TS; ; i; I"ESat Mar 14 14:16:02 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"+util.c (ruby_strdup, Balloc, rv_alloc);T;[o;;[I"use size_t.;TS; ; i; I"ESat Mar 14 13:53:11 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"util.c (ruby_qsort);T;[o;;[I"Hthe result of cmp must be signed, so ge rid of reuse of a variable.;TS; ; i; I"ESat Mar 14 10:56:13 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"?dln.c (init_funcname_len, dln_find_exe_r, dln_find_file_r);T;[o;;[I"use size_t.;To;;I"/file.c (rb_stat_inspect, file_expand_path);T;[o;;[I" ditto.;To;;I"util.c (ruby_qsort);T;[o;;[I" ditto.;TS; ; i; I"ESat Mar 14 10:39:13 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"lib/mkmf.rb (CXX_EXT);T;[o;;[I"Pchecks for case-sensitive filesystem with FNM_SYSCASE rather than build_os.;TS; ; i; I"2009-03-13;T@ S; ; i; I";Fri Mar 13 23:03:40 2009 Tanaka Akira ;T@ o; ;;;[o;;I"*ext/socket/init.c (wait_connectable0);T;[o;;[I"remove unreachable code.;TS; ; i; I";Fri Mar 13 23:00:02 2009 Tanaka Akira ;T@ o; ;;;[o;;I"%configure.in (RUBY_CHECK_SIZEOF);T;[o;;[I"'pass [include] to AC_CHECK_SIZEOF.;TS; ; i; I";Fri Mar 13 20:58:11 2009 Tanaka Akira ;T@ o; ;;;[o;;I"dln.c (dln_find_1);T;[o;;[I"$compare fspace in size_t world.;TS; ; i; I"EFri Mar 13 18:58:04 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"$configure.in (CFLAGS, CXXFLAGS);T;[o;;[I"moved after warnflags.;TS; ; i; I"EFri Mar 13 18:10:06 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"vm_eval.c (rb_throw_obj);T;[o;;[I"+inverted call flow. [ruby-core:22872];TS; ; i; I"EFri Mar 13 17:04:09 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"include/ruby/ruby.h (bool);T;[o;;[I"6not define to get rid of conflict against curses.;TS; ; i; I"EFri Mar 13 16:45:33 2009 Nobuyoshi Nakada ;T@ o; ;;;[ o;;I"0ext/openssl/openssl_missing.h (i2d_of_void);T;[o;;[I"*cast for callbacks. [ruby-core:22860];To;;I"4ext/openssl/ossl_engine.c (ossl_engine_s_by_id);T;[o;;[I"suppress a warning.;To;;I"8ext/openssl/ossl_ssl.c (ossl_sslctx_flush_sessions);T;[o;;[I"$time_t may be larger than long.;To;;I"_ext/openssl/ossl_ssl_session.c (ossl_ssl_session_get_time), (ossl_ssl_session_get_timeout);T;[o;;[I"'use TIMET2NUM() to convert time_t.;TS; ; i; I"EFri Mar 13 15:10:43 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"8ext/openssl/ossl_x509ext.c (ossl_x509ext_set_value);T;[o;;[I"`should use OPENSSL_free instead of free. a patch from Charlie Savage at [ruby-core:22858].;TS; ; i; I"GFri Mar 13 21:11:51 2009 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"ext/sdbm/_sdbm.c;T;[o;;[I"{should include "ruby/defines.h" as well for prototypes of compatibility functions on Win32 platform. [ruby-core:22870];TS; ; i; I"EFri Mar 13 10:42:19 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"%configure.in (AC_HEADER_STDBOOL);T;[o;;[I" added.;To;;I"6include/ruby/ruby.h (NUM2INT, rb_special_const_p);T;[o;;[I"ereturns true and false instead of Qtrue and Qfalse for platforms where VALUE is bigger than int.;To;;I"@gc.c (gc_stress_set), ext/openssl/ossl_asn1.c (decode_bool);T;[o;;[I"&go rid of variables named `bool'.;TS; ; i; I"EFri Mar 13 10:16:36 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"'configure.in (struct stat.st_size);T;[o;;[I"may be huge.;TS; ; i; I"EFri Mar 13 09:30:12 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"bignum.c (bigfixize);T;[o;;[I"zero length Bignum is 0.;TS; ; i; I"GFri Mar 13 09:17:12 2009 Yukihiro Matsumoto ;T@ o; ;;;[o;;I",lib/fileutils.rb (FileUtils#fu_get_gid);T;[o;;[I"Kstringify group argument before making regexp match. [ruby-dev:38155];TS; ; i; I"EFri Mar 13 08:06:48 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"util.c (rv_strdup);T;[o;;[I"@macro to duplicate nul-terminated string. [ruby-core:22852];TS; ; i; I"2009-03-12;T@ S; ; i; I";Thu Mar 12 22:41:41 2009 Tanaka Akira ;T@ o; ;;;[o;;I"ext/openssl;T;[o;;[I"suppress warnings.;To;;I"$ext/openssl/ossl.h (OSSL_Debug);T;[o;;[I"0don't use gcc extension for variadic macro.;TS; ; i; I"BThu Mar 12 22:29:36 2009 NAKAMURA Usaku ;T@ o; ;;;[o;;I"#win32/Makefile.sub (WARNFLAGS);T;[o;;[I",warning 4996 is only in VC++8 or later.;TS; ; i; I";Thu Mar 12 22:14:01 2009 Tanaka Akira ;T@ o; ;;;[o;;I"0ext/openssl/ossl_ssl.c (ossl_ssl_def_const);T;[o;;[I"Tuse INT2NUM because OP_NETSCAPE_DEMO_CIPHER_CHANGE_BUG doesn't fit into Fixnum.;TS; ; i; I"EThu Mar 12 18:16:12 2009 Nobuyoshi Nakada ;T@ o; ;;;[ o;;I"array.c, bignum.c, dln.c, error.c, gc.c, io.c, marshal.c, numeric.c, pack.c, strftime.c, string.c, thread.c, transcode.c, transcode_data.h, util.c, variable.c, vm_dump.c, include/ruby/encoding.h, missing/crypt.c, missing/vsnprintf.c;T;[o;;[I"2suppress VC type warnings. [ruby-core:22726];To;;I"1marshal.c (div0), numeric.c (infinite_value);T;[o;;[I";new functions to get rid of VC division by 0 warnings.;To;;I" st.c;T;[o;;[I"/use st_index_t for indexes instead of int.;To;;I";T@ o; ;;;[o;;I"%configure.in (RUBY_CHECK_SIZEOF);T;[o;;[I"?if same size type is found, no more calculation is needed.;To;;I"configure.in (RUBY_DEFINT);T;[o;;[I">falls back to RUBY_CHECK_SIZEOF if size is not immediate.;TS; ; i; I";Thu Mar 12 09:24:24 2009 Tanaka Akira ;T@ o; ;;;[o;;I"transcode_data.h;T;[o;;[I"#suppress warnings of overflow.;TS; ; i; I";Thu Mar 12 09:15:14 2009 Tanaka Akira ;T@ o; ;;;[o;;I"include/ruby/encoding.h;T;[o;;[I"#suppress warnings of overflow.;TS; ; i; I"EThu Mar 12 05:49:05 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"configure.in (warnflags);T;[o;;[I"added some default flags, pointer-arith, write-strings and shorten-64-to-32, but suppress unused-parameter and missing-field-initializers, if possible.;To;;I"#configure.in (RUBY_CHECK_HUGE);T;[o;;[I"6checks whether a value range is larger than long.;To;;I"file.c (rb_stat_blocks);T;[o;;[I"3struct stat.st_blocks may be larger than long.;To;;I"%io.c (copy_stream_fallback_body);T;[o;;[I"#off_t may be larger than long.;To;;I"iseq.c (rb_iseq_disasm);T;[o;;[I" RSTRING_LEN() returns long.;To;;I"process.c (rb_f_sleep);T;[o;;[I"time() needs time_t.;To;;I" random.c (fill_random_seed);T;[o;;[I"+enclosed conditionally used variables.;To;;I"'thread_pthread.c (ruby_init_stack);T;[o;;[I".range of rlim_cur may be larger than int.;To;;I"'missing/vsnprintf.c (BSD_vfprintf);T;[o;;[I"3commented out code which has no effect at all.;TS; ; i; I";Thu Mar 12 02:10:57 2009 Tanaka Akira ;T@ o; ;;;[o;;I"configure.in;T;[o;;[I"|strip spaces from ruby_version. Sun C 5.9 SunOS_i386 Build47_dlight 2007/05/22 generates `ruby_version= 1 "." 9 "." 1'.;TS; ; i; I"EThu Mar 12 01:18:09 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"dir.c (dir_seek);T;[o;;[I"use long for seekdir().;TS; ; i; I"EThu Mar 12 01:08:27 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"tool/ytab.sed;T;[o;;[I"/replaces backslashes with slash for nmake.;TS; ; i; I"2009-03-11;T@ S; ; i; I";Wed Mar 11 21:23:06 2009 Tanaka Akira ;T@ o; ;;;[o;;I"time.c (time_mload);T;[o;;[I"don't clear tm_mday.;TS; ; i; I"EWed Mar 11 20:13:38 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"&ext/dl/handle.c (rb_dlhandle_sym);T;[o;;[I"9RTLD_NEXT is not for symbol name. [ruby-dev:38150];TS; ; i; I"BWed Mar 11 17:26:38 2009 NAKAMURA Usaku ;T@ o; ;;;[o;;I"!ext/dl/win32/lib/Win32API.rb;T;[o;;[I"3call by :stdcall as default. [ruby-core:22826];TS; ; i; I"EWed Mar 11 13:27:14 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"parse.y (stack_type);T;[o;;[I"8uses VALUE which is able to be stored parser stack.;TS; ; i; I"EWed Mar 11 13:22:41 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"win32/win32.c (init_env);T;[o;;[I"4set TMPDIR if none of TMPDIR, TMP, TEMP is set.;To;;I"3win32/win32.c (rb_w32_telldir, rb_w32_seekdir);T;[o;;[I"*should use long, as defined by SUSv3.;TS; ; i; I"EWed Mar 11 13:03:12 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"&ext/dl/handle.c (rb_dlhandle_sym);T;[o;;[I"-fixed heap corruption. [ruby-core:22822];TS; ; i; I"EWed Mar 11 06:12:47 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"%ruby.c (ruby_init_loadpath_safe);T;[o;;[I"+expands libpath and removes last /lib.;TS; ; i; I"EWed Mar 11 04:47:47 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I""time.c (time_to_i, time_hash);T;[o;;[I",time_t may be bigger than long and int.;To;;I"^time.c (time_timeval, rb_time_timeval, obj2nsec, time_strftime), (time_mdump, time_mload);T;[o;;[I"suppress warnings.;To;;I""win32/Makefile.sub (config.h);T;[o;;[I"#added TIMET2NUM and NUM2TIMET.;TS; ; i; I"EWed Mar 11 04:29:52 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"win32/win32.c;T;[o;;[I"Ssuppress warnings. based on a patch from Charlie Savage at [ruby-core:22804].;TS; ; i; I"EWed Mar 11 04:22:12 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"signal.c (sig_trap);T;[o;;[I"suppress warnings.;TS; ; i; I"2009-03-10;T@ S; ; i; I"ETue Mar 10 20:07:45 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"#win32/Makefile.sub (WARNFLAGS);T;[o;;[I"@uses -wd4996 instead of CRTDEFFLAGS. cf. [ruby-core:22725];TS; ; i; I"ETue Mar 10 19:58:52 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"3include/ruby/win32.h (strcasecmp, strncasecmp);T;[o;;[I"2use _ prefixed versions to suppress warnings.;To;;I"2ext/dl/callback/mkcallback.rb (DLTYPE[FLOAT]);T;[o;;[I"2cast to suppress warnings. [ruby-core:22792];To;;I"larray.c, bignum.c, gc.c, numeric.c, string.c, util.c, insns.def, missing/crypt.c, missing/vsnprintf.c, ;T;[o;;[I")suppress warnings. [ruby-core:22792];TS; ; i; I"ETue Mar 10 13:45:54 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"!win32/Makefile.sub (LDFLAGS);T;[o;;[I"imoved -link to TRY_LINK, LINK_SO and so on. based on a patch by Charlie Savage at [ruby-core:22794];To;;I""win32/Makefile.sub (config.h);T;[o;;[I"Xpasses LDFLAGS to rbconfig.rb so that extconf.rb could refer it. [ruby-core:22725];TS; ; i; I"ETue Mar 10 11:36:32 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I" iseq.c (prepare_iseq_build);T;[o;;[I"4too few arguments to function rb_ary_tmp_new().;TS; ; i; I"ETue Mar 10 10:53:59 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I")iseq.c (rb_iseq_compile_with_option);T;[o;;[I"argument may be converted.;TS; ; i; I"ETue Mar 10 04:56:44 2009 Nobuyoshi Nakada ;T@ o; ;;;[ o;;I"configure.in (MINIRUBY);T;[o;;[I"keep macro into Makefile.;To;;I"%configure.in (RUBY_CHECK_SIZEOF);T;[o;;[I"fix for fallback.;To;;I" configure.in (MANGLED_PATH);T;[o;;[I" defines for RUBYLIB_PREFIX.;To;;I"%ruby.c (ruby_init_loadpath_safe);T;[o;;[I"uses string as buffer.;To;;I"symbian/setup (config_h);T;[o;;[I"defines MANGLED_PATH.;TS; ; i; I"ETue Mar 10 03:48:27 2009 Nobuyoshi Nakada ;T@ o; ;;;[ o;;I"ext/dl/callback/depend;T;[o;;[I"fix for parallel build.;To;;I"ext/dl/callback/extconf.rb;T;[o;;[I"%callback.h is no longer created.;To;;I""ext/dl/callback/mkcallback.rb;T;[o;;[I"creates main source first.;To;;I"1ext/dl/callback/extconf.rb ($distcleanfiles);T;[o;;[I"added callback.c.;TS; ; i; I"ETue Mar 10 00:06:21 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"!configure.in (load_relative);T;[o;;[I";new option to enable load path relative to libruby_so.;To;;I"%ruby.c (ruby_init_loadpath_safe);T;[o;;[I"#added the case using dladdr().;TS; ; i; I"2009-03-09;T@ S; ; i; I"EMon Mar 9 16:49:13 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I" lib/rake;T;[o;;[I"9updated to rake code to rake-0.8.4 source code base.;TS; ; i; I"EMon Mar 9 16:03:37 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I":lib/rubygems/installer.rb (Gem::Installer#initialize);T;[o;;[I"#env may not be under /usr/bin.;To;;I"7lib/rubygems/installer.rb (Gem::Installer#shebang);T;[o;;[I"`uses /bin/sh if shebang has any options, since env shebang trick does no work with options.;TS; ; i; I"EMon Mar 9 15:19:55 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"instruby.rb (manpages);T;[o;;[I".use basename to compare and for Tempfile.;TS; ; i; I"EMon Mar 9 14:55:27 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"instruby.rb (default gems);T;[o;;[I"installs default gemspecs.;TS; ; i; I"BMon Mar 9 14:48:08 2009 NAKAMURA Usaku ;T@ o; ;;;[o;;I""win32/Makefile.sub (OPTFLAGS);T;[o;;[I"&simplified. see [ruby-core:22725];TS; ; i; I"EMon Mar 9 14:33:57 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"instruby.rb;T;[o;;[I"Bprints names of the directories where files are installed to.;TS; ; i; I"=Mon Mar 9 02:25:54 2009 Yusuke Endoh ;T@ o; ;;;[o;;I"test/ruby/test_proc.rb;T;[o;;[I"add some tests.;TS; ; i; I"=Mon Mar 9 01:38:00 2009 Yusuke Endoh ;T@ o; ;;;[o;;I"test/ruby/test_enum.rb;T;[o;;[I"add some tests.;TS; ; i; I"=Mon Mar 9 01:12:37 2009 Yusuke Endoh ;T@ o; ;;;[o;;I"test/ruby/test_object.rb;T;[o;;[I"*add a test for Object#method_missing.;TS; ; i; I"=Mon Mar 9 01:11:17 2009 Yusuke Endoh ;T@ o; ;;;[o;;I"&test/ruby/test_file_exhaustive.rb;T;[o;;[I"4add tests for File#size and File.absolute_path.;TS; ; i; I"2009-03-08;T@ S; ; i; I"ESun Mar 8 23:02:50 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"!win32/Makefile.sub (LDFLAGS);T;[o;;[I"always prepends -link.;TS; ; i; I"ESun Mar 8 11:39:57 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"%configure.in (RUBY_CHECK_SIZEOF);T;[o;;[I"Idirty hack to compute multiple sizeof, for apple's universal binary.;TS; ; i; I"2009-03-07;T@ S; ; i; I"ESat Mar 7 22:06:03 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"$configure.in (universal_binary);T;[o;;[I"3checks if sizes are same on all architectures.;TS; ; i; I"ESat Mar 7 18:45:56 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"configure.in;T;[o;;[I"#checks if cd really succeeded.;TS; ; i; I";Sat Mar 7 14:24:47 2009 Tanaka Akira ;T@ o; ;;;[o;;I"configure.in;T;[o;;[I"Bdon't use CONFIG_SHELL for testing shell feature in Makefile.;TS; ; i; I";Sat Mar 7 14:07:31 2009 Tanaka Akira ;T@ o; ;;;[o;;I"configure.in;T;[o;;[I"fix the location of cdcmd.;TS; ; i; I";Sat Mar 7 13:52:01 2009 Tanaka Akira ;T@ o; ;;;[o;;I"configure.in;T;[o;;[I"the shell which runs configure may be different from the shell for make. configure likes bash but Makefile specifies SHELL=/bin/sh.;TS; ; i; I"ESat Mar 7 12:31:30 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"test/erb/test_erb.rb;T;[o;;[I"+reverted space sensitive test results.;To;;I"$test/rdoc/test_rdoc_parser_c.rb;T;[o;;[I" ditto.;To;;I".test/rdoc/test_rdoc_ri_default_display.rb;T;[o;;[I" ditto.;TS; ; i; I"2009-03-06;T@ S; ; i; I";Fri Mar 6 23:35:59 2009 Tanaka Akira ;T@ o; ;;;[o;;I"6lib/securerandom.rb (SecureRandom.urlsafe_base64);T;[o;;[I"*add optional argument to add padding.;TS; ; i; I"EFri Mar 6 19:25:40 2009 Nobuyoshi Nakada ;T@ o; ;;;[ o;;I"*configure.in (RUBY_LIB_VERSION_STYLE);T;[o;;[I"Gsets full or minor style not to show RUBY_VERSION_MAJOR and so on.;To;;I"!version.h (RUBY_LIB_VERSION);T;[o;;[I"'makes from RUBY_LIB_VERSION_STYLE.;To;;I":configure.in, Makefile.in, win32/Makefile.sub (CHDIR);T;[o;;[I"!cd using physical directory.;To;;I"Makefile.in (update-mspec);T;[o;;[I" split from update-rubyspec.;To;;I"1win32/Makefile.sub (update-{rubyspec,mspec});T;[o;;[I" added.;TS; ; i; I"EFri Mar 6 14:28:36 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I",Makefile.in, win32/Makefile.sub (INSNS);T;[o;;[I"+moved variable definition before rule.;TS; ; i; I"EFri Mar 6 13:47:10 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"=lib/rake/loaders/makefile.rb (Rake::MakefileLoader#load);T;[o;;[I">deals with escaped spaces. incorporated from rake 0.8.4.;To;;I"1lib/rake/testtask.rb (Rake::TestTask#define);T;[o;;[I"Upasses each libs as each arguments with expanded. incorporated from rake 0.8.4.;TS; ; i; I"2009-03-05;T@ S; ; i; I"EThu Mar 5 18:36:38 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"numeric.c (flo_to_s);T;[o;;[I"=keeps enough precision for round trip. [ruby-core:22325];TS; ; i; I"GThu Mar 5 17:42:06 2009 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"array.c (rb_ary_fill);T;[o;;[I"idoc for Array#fill misses indication about negative value for the start argument. [ruby-core:22497];TS; ; i; I"EThu Mar 5 16:56:14 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"lib/tmpdir.rb (Dir.tmpdir);T;[o;;[I"=not use USERPROFILE, and ignores non-existent directory.;TS; ; i; I"EThu Mar 5 14:52:46 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"#win32/win32.c (rb_w32_sysinit);T;[o;;[I"$initializes version info first.;To;;I" win32/win32.c (rb_w32_osid);T;[o;;[I",always define for binary compatibility.;TS; ; i; I"EThu Mar 5 11:52:16 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"*win32/Makefile.sub (make_insns_rules);T;[o;;[I""rule to make rules for insns.;TS; ; i; I"EThu Mar 5 11:27:16 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"&win32/Makefile.sub (miniruby.exe);T;[o;;[I"Nworkaround for a failure of mt.exe on Windows 7 beta. [ruby-talk:330284];TS; ; i; I"BThu Mar 5 10:32:17 2009 NARUSE, Yui ;T@ o; ;;;[o;;I"test/dl/test_base.rb;T;[o;;[I"+Add dragonfly to libc and libm switch.;TS; ; i; I"EThu Mar 5 10:29:10 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"string.c (str_eql);T;[o;;[I"0extracted from rb_str_equal and rb_str_eql.;To;;I"!string.c (rb_str_chomp_bang);T;[o;;[I"keeps 7bit coderange.;TS; ; i; I"EThu Mar 5 10:10:40 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"0include/ruby/encoding.h (enc_initialized_p);T;[o;;[I".ENC_UNINITIALIZED is not defined already.;To;;I"0include/ruby/encoding.h (ENC_FROM_ENCINDEX);T;[o;;[I"4removed because depending on a static variable.;TS; ; i; I"=Thu Mar 5 04:42:52 2009 Yusuke Endoh ;T@ o; ;;;[o;;I"test/ruby/test_array.rb;T;[o;;[I"1fix wrong test, and add a test for sort_by!.;TS; ; i; I"=Thu Mar 5 04:32:38 2009 Yusuke Endoh ;T@ o; ;;;[o;;I"test/ruby/test_array.rb;T;[o;;[I"!add some tests for coverage.;TS; ; i; I"EThu Mar 5 00:06:37 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"%win32/README.win32 (Requirement);T;[o;;[I"added unicows.lib and dll.;TS; ; i; I"2009-03-04;T@ S; ; i; I"EWed Mar 4 23:29:56 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"7configure.in, win32/configure.bat (--enable-win95);T;[o;;[I"0new option to enable/disable win95 support.;TS; ; i; I"=Wed Mar 4 21:21:51 2009 Yusuke Endoh ;T@ o; ;;;[o;;I"$lib/thread.rb (SizedQueue#push);T;[o;;[I"*fix limit condition. [ruby-dev:38135];TS; ; i; I"EWed Mar 4 20:27:10 2009 Nobuyoshi Nakada ;T@ o; ;;;[ o;;I"configure.in (mingw);T;[o;;[I"(checks if unicows.lib is available.;To;;I"!include/ruby/win32.h (WIN95);T;[o;;[I"moved to config.h;To;;I"win32/Makefile.sub (LIBS);T;[o;;[I"$links unicows.lib if available.;To;;I""win32/Makefile.sub (config.h);T;[o;;[I"4defines WIN95 only if unicows.lib is available.;To;;I" win32/setup.mak (-unicows-);T;[o;;[I"(checks if unicows.lib is available.;TS; ; i; I"2009-03-03;T@ S; ; i; I"ETue Mar 3 17:10:09 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"ext/extmk.rb (extmake);T;[o;;[I"Rremoves object files no longer used and files to be removed by old distclean.;TS; ; i; I"BTue Mar 3 16:51:51 2009 NAKAMURA Usaku ;T@ o; ;;;[o;;I"%ext/dl/win32/lib/win32/resolv.rb;T;[o;;[I"get rid of warning.;To;;I"ext/dl/lib/dl/func.rb;T;[o;;[I" ditto.;TS; ; i; I"ETue Mar 3 16:25:43 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I":ext/extmk.rb (extmake), lib/mkmf.rb (create_makefile);T;[o;;[I"1$objs and $srcs are always Array or nil now.;TS; ; i; I"BTue Mar 3 15:54:11 2009 NAKAMURA Usaku ;T@ o; ;;;[o;;I"0ext/dl/win32/lib/win32/{registry,resolv}.rb;T;[o;;[I"'use dl/import instead of Win32API.;TS; ; i; I"BTue Mar 3 15:53:20 2009 NAKAMURA Usaku ;T@ o; ;;;[o;;I".ext/dl/lib/dl/func.rb (DL::Function.name);T;[o;;[I"delegate to @cfunc.;TS; ; i; I"ETue Mar 3 15:40:38 2009 Nobuyoshi Nakada ;T@ o; ;;;[ o;;I"'ext/dl/dl.c (rb_dl_init_callbacks);T;[o;;[I"autoloads callbacks.;To;;I"ext/dl/callback;T;[o;;[I"split from dl.;To;;I";T@ o; ;;;[o;;I"common.mk (main);T;[o;;[I"!passes $(MAKE) to mkmain_cmd;To;;I""ext/extmk.rb (command_output);T;[o;;[I"#uses arguments to invoke make.;TS; ; i; I";Tue Mar 3 01:56:03 2009 Tanaka Akira ;T@ o; ;;;[o;;I"6lib/securerandom.rb (SecureRandom.urlsafe_base64);T;[o;;[I"delete padding.;TS; ; i; I"2009-03-02;T@ S; ; i; I";Mon Mar 2 21:39:08 2009 Tanaka Akira ;T@ o; ;;;[o;;I"#ext/socket/sockport.h (SS_LEN);T;[o;;[I"defined unconditionally.;TS; ; i; I";Mon Mar 2 21:26:42 2009 Tanaka Akira ;T@ o; ;;;[o;;I"4ext/socket/ancdata.c (anc_inspect_socket_creds);T;[o;;[I"suppress warnings.;TS; ; i; I";Mon Mar 2 21:13:42 2009 Tanaka Akira ;T@ o; ;;;[o;;I"7ext/socket/ancdata.c (rsock_discard_cmsg_resource);T;[o;;[I"defined unconditionally.;TS; ; i; I";Mon Mar 2 21:06:40 2009 Tanaka Akira ;T@ o; ;;;[o;;I",ext/socket/raddrinfo.c (addrinfo_mload);T;[o;;[I"*don't use "sun" variable for Solaris.;TS; ; i; I";Mon Mar 2 21:01:36 2009 Tanaka Akira ;T@ o; ;;;[o;;I" file.c;T;[o;;[I"-include fcntl.h for O_RDONLY on Solaris.;TS; ; i; I"EMon Mar 2 19:43:02 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"+lib/uri/common.rb (URI::Parser#escape);T;[o;;[I""escaped string is ascii only.;To;;I"-lib/uri/common.rb (URI::Parser#unescape);T;[o;;[I":converts bytewise. [ruby-dev:38005], [ruby-dev:38110];TS; ; i; I"EMon Mar 2 16:40:11 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"'README.EXT, README.EXT.ja (Macros);T;[o;;[I"added HAVE_RUBY_*_H.;TS; ; i; I"EMon Mar 2 12:22:12 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"win32/win32.c (init_env);T;[o;;[I"$keeps wide chars as wide chars.;TS; ; i; I"EMon Mar 2 11:01:45 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"ext/dl/dl.h (dlerror);T;[o;;[I"fixed on Windows.;To;;I"-ext/dl/handle.c (rb_dlhandle_initialize);T;[o;;[I"Dreturns handle to libruby if nil is given on Windows as dlopen.;To;;I"&ext/dl/handle.c (rb_dlhandle_sym);T;[o;;[I"Bget rid of buffer overrun, and try ASCII WINAPI versions too.;TS; ; i; I"EMon Mar 2 10:29:17 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I">eval.c (rb_longjmp), include/ruby/intern.h (ruby_cleanup);T;[o;;[I"fixed prototypes.;TS; ; i; I"IMon Mar 2 00:56:45 2009 Masatoshi SEKI ;T@ o; ;;;[o;;I"lib/drb/observer.rb;T;[o;;[I"|The module observable uses now a hash to store listeners. merged a patch from Alessandro Di Maria in [ruby-core:22560].;TS; ; i; I"2009-03-01;T@ S; ; i; I"NThu Dec 24 16:32:30 2009 Marc-Andre Lafortune ;T@ o; ;;;[o;;I"lib/uri/generic.rb (eql?);T;[o;;[I"_Check the class of the compared object. Based on a patch by Peter McLain [ruby-core:27019];TS; ; i; I"NThu Dec 24 12:08:00 2009 Marc-Andre Lafortune ;T@ o; ;;;[o;;I"(lib/delegate.rb (marshal_dump/load);T;[o;;[I"@dump & load instance variables by default [ruby-core:24211];TS; ; i; I"NThu Dec 24 10:31:50 2009 Marc-Andre Lafortune ;T@ o; ;;;[o;;I"lib/object.c (rb_obj_cmp);T;[o;;[I"GDefault <=> operator returns 0 if objects are == [ruby-core:24063];TS; ; i; I"NMon Dec 21 08:04:34 2009 Marc-Andre Lafortune ;T@ o; ;;;[o;;I" object.c;T;[o;;[I"MBasicObject#initialize accepts any number of arguments [ruby-core:27080];TS; ; i; I"NSat Dec 19 11:06:48 2009 Marc-Andre Lafortune ;T@ o; ;;;[o;;I"(lib/matrix.rb (each2,collect2,map2);T;[o;;[I"%Fix enumerator [ruby-core:27225];TS; ; i; I"NSat Dec 19 09:29:22 2009 Marc-Andre Lafortune ;T@ o; ;;;[o;;I"lib/set.rb;T;[o;;[I"EAdd checks that passed argument is Enumerable. [ruby-core:23844];TS; ; i; I"FThu Dec 10 20:55:55 2009 Martin Duerst ;T@ o; ;;;[o;;I";T@ o; ;;;[o;;I"enc/trans/gb18030-tbl.rb;T;[o;;[I",Fix omission of C1 region in code table;To;;0;[o;;[0o;;I" test/ruby/test_transcode.rb;T;[o;;[I"eAdded test for converting full range of Unicode codepoints from/to GB18030 (from Tatsuya Mizuno);TS; ; i; I"FWed Nov 25 19:30:30 2009 Martin Duerst ;T@ o; ;;;[o;;I"transcode.c;T;[o;;[I"(Added a check for an internal error;To;;0;[o;;[0S; ; i; I"FTue Nov 17 17:53:53 2009 Martin Duerst ;T@ o; ;;;[o;;I"]enc/big5.c, enc/trans/big5.trans, enc/trans/big5-uao-tbl.rb, test/ruby/test-transcode.rb;T;[o;;[I"[Added Encoding 'Big5-UAO' and transcoding for it (from Tatsuya Mizuno) (see Bug #1784);TS; ; i; I"NSat Nov 14 09:16:54 2009 Marc-Andre Lafortune ;T@ o; ;;;[o;;I"0ext/bigdecimal/bigdecimal.c (BigDecimalCmp);T;[o;;[I"&Fix comparisons [ruby-core:26646];To;;I"/test/bigdecimal/test_bigdecimal.rb (class);T;[o;;[I"Fix and improve tests.;TS; ; i; I"NWed Nov 4 12:49:18 2009 Marc-Andre Lafortune ;T@ o; ;;;[o;;I"proc.c (mnew);T;[o;;[I"&Fix scope issue [ruby-core:26069];TS; ; i; I"NMon Oct 26 20:04:13 2009 Marc-Andre Lafortune ;T@ o; ;;;[o;;I"array.c (rb_ary_cmp);T;[o;;[I"BArray#<=> returns nil when comparison fails [ruby-core:26316];TS; ; i; I"NSun Oct 25 05:44:34 2009 Marc-Andre Lafortune ;T@ o; ;;;[o;;I"lib/matrix.rb (**);T;[o;;[I"$Optimization (up to 45% faster);TS; ; i; I"NWed Oct 21 03:54:41 2009 Marc-Andre Lafortune ;T@ o; ;;;[o;;I"lib/matrix.rb;T;[o;;[I"CCreator functions now strict with their arguments Support for empty matrices (see new method Matrix.empty) Matrix#trace raises an ErrDimensionMismatch if the matrix is not square Enumerators are returned when no block given Consistent results when accessing elements with out of bounds indices Details in [ruby-core:23598].;TS; ; i; I"NMon Oct 19 05:49:53 2009 Marc-Andre Lafortune ;T@ o; ;;;[o;;I"!lib/rexml/element.rb (text=);T;[o;;[I"Rfalse should be converted to string. A patch by Teruo Oshida [ruby-dev:38351];TS; ; i; I"NWed Oct 14 08:08:12 2009 Marc-Andre Lafortune ;T@ o; ;;;[o;;I"proc.c (mnew);T;[o;;[I"YMethod#new checks for respond_to_missing? with private set to true [ruby-core:26069];TS; ; i; I"NTue Oct 13 09:04:14 2009 Marc-Andre Lafortune ;T@ o; ;;;[o;;I" thread.c;T;[o;;[I"DRevert changes to Thread#raise made in r25278 [ruby-core:25367];To;;I"eval_intern.h;T;[o;;[I" ditto;TS; ; i; I"NSat Oct 10 14:55:55 2009 Marc-Andre Lafortune ;T@ o; ;;;[o;;I"math.c (math_atanh);T;[o;;[I"OFix bug for Math.atanh(+/-1). It now returns +-Infinity. [ruby-core:26028];TS; ; i; I"NSat Oct 10 14:09:40 2009 Marc-Andre Lafortune ;T@ o; ;;;[o;;I"Gthread.c (rb_threadptr_execute_interrupts_rec, rb_threadptr_raise);T;[o;;[I"lThread#raise with no argument will now re-raise the current exception if there is one [ruby-core:25367];To;;I"6eval.c (get_errinfo, rb_rubylevel_thread_errinfo);T;[o;;[I"4Getter for current exception for a given thread;TS; ; i; I"NFri Oct 9 02:12:02 2009 Marc-Andre Lafortune ;T@ o; ;;;[o;;I"ext/curses/curses.c;T;[o;;[I"-Many functions of module Curses could cause a crash if the ncurses library was not properly initialized. Fix pointed out by Alexander Beisig [ruby-core:22592] Functions fixed: attroff, attron, attrset, bkgd, bkgdset, can_change_color, close_screen, closed, color_content, curs_set, def_prog_mode, delch, deleteln, getmouse, getstr, has_colors, init_color, init_pair, insertln, keyname, mouseinterval, mousemask, pair_content, pair_number, reset_prog_mode, resizeterm, scrl, setscrreg, standend, standout, start_color, timeout, ungetmouse, use_default_colors;TS; ; i; I"NFri Oct 9 00:33:29 2009 Marc-Andre Lafortune ;T@ o; ;;;[o;;I"lib/net/telnet.rb (cmd);T;[o;;[I"CPass FailEOF options: patch by Brian Candler [ruby-core:22723];TS; ; i; I"FMon Sep 28 19:05:05 2009 Martin Duerst ;T@ o; ;;;[o;;I"include/ruby/st.h;T;[o;;[I"faligned prototype of st_hash_uint32 with function definition (fixing compiling problem on cygwin);TS; ; i; I"NSat Sep 26 13:26:55 2009 Marc-Andre Lafortune ;T@ o; ;;;[o;;I"(lib/net/http.rb (transport_request);T;[o;;[I"RHandle timeout error by closing socket if exception raised. [ruby-core:20976];TS; ; i; I"NThu Sep 24 09:41:42 2009 Marc-Andre Lafortune ;T@ o; ;;;[o;;I"lib/mathn.rb (Bignum#**);T;[o;;[I"TFixed bignum**fixnum that was broken when requiring lib/mathn [ruby-core:25740];TS; ; i; I"NWed Sep 23 05:03:36 2009 Marc-Andre Lafortune ;T@ o; ;;;[o;;I"0proc.c (umethod_bind, rb_mod_define_method);T;[o;;[I"Fix bug that disallowed methods from singleton classes to be used for UnboundMethod#bind, Kernel#define_singleton_method and Module#define_method, even when that singleton class was of the right kind_of. A patch by Shane O'Brien [ruby-core:25632];TS; ; i; I"NTue Sep 22 01:10:22 2009 Marc-Andre Lafortune ;T@ o; ;;;[o;;I"&ossl_ocsp.c (ossl_ocspres_to_der);T;[o;;[I"JBug fix in Response#to_def. Patch by Chris Chandler [ruby-core:18411];TS; ; i; I"NTue Sep 22 01:10:02 2009 Marc-Andre Lafortune ;T@ o; ;;;[o;;I"Eossl_config.c (ossl_config_add_value_m, ossl_config_set_section);T;[o;;[I"DCheck if frozen (or untrusted for $SAFE >= 4) [ruby-core:18377];TS; ; i; I"NSun Sep 20 11:11:34 2009 Marc-Andre Lafortune ;T@ o; ;;;[o;;I".struct.c (rb_struct_equal, rb_struct_eql);T;[o;;[I"@Handle comparison of recursive structures [ruby-core:24759];To;;I""range.c (range_eq, range_eql);T;[o;;[I"ditto for ranges;TS; ; i; I"NThu Sep 17 06:03:40 2009 Marc-Andre Lafortune ;T@ o; ;;;[o;;I" lib/matrix.rb (Matrix#rank);T;[o;;[I"Two bug fixes. One made Matrix[[0,0],[0,0],[1,0]].rank raise a NoMethodError while the other one had Matrix[[0,1],[0,0],[1,0]].rank raise a TypeError.;TS; ; i; I"NThu Sep 17 06:02:04 2009 Marc-Andre Lafortune ;T@ o; ;;;[o;;I"lib/matrix.rb;T;[o;;[I"Optimizations;TS; ; i; I"NWed Sep 16 17:20:49 2009 Marc-Andre Lafortune ;T@ o; ;;;[o;;I"lib/matrix.rb (Matrix#/);T;[o;;[I"Fix obvious bug;TS; ; i; I"NWed Sep 16 13:39:10 2009 Marc-Andre Lafortune ;T@ o; ;;;[o;;I" lib/matrix.rb (determinant);T;[o;;[I"HBug fix where determinant failed on some matrices [ruby-core:23597];TS; ; i; I"NWed Sep 16 13:30:20 2009 Marc-Andre Lafortune ;T@ o; ;;;[o;;I"lib/matrix.rb;T;[o;;[I"trivial optimizations;TS; ; i; I"NWed Sep 16 06:30:07 2009 Marc-Andre Lafortune ;T@ o; ;;;[ o;;I":thread.c (rb_exec_recursive_outer, rb_exec_recursive);T;[o;;[I"NAdded method to short-circuit to the outermost level in case of recursion;To;;I"4test/ruby/test_thread.rb (test_recursive_outer);T;[o;;[I"Test for above;To;;I"hash.c (rb_hash_hash);T;[o;;[I"FReturn a sensible hash for in case of recursion [ruby-core:24648];To;;I"range.c (rb_range_hash);T;[o;;[I" ditto;To;;I"struct.c (rb_struct_hash);T;[o;;[I" ditto;To;;I"array.c (rb_array_hash);T;[o;;[I" ditto;To;;I")test/ruby/test_array.rb (test_hash2);T;[o;;[I"test for above;TS; ; i; I"NWed Sep 16 06:17:33 2009 Marc-Andre Lafortune ;T@ o; ;;;[o;;I"3vm_eval.c (rb_catch_obj, rb_catch, rb_f_catch);T;[o;;[I"4No longer use the obsolete function rb_iterate.;TS; ; i; I"NMon Sep 14 08:33:11 2009 Marc-Andre Lafortune ;T@ o; ;;;[o;;I"lib/net/http.rb (each_*);T;[o;;[I"Wreturn enumerator if no block present. Patch by Arthur Schreiber [ruby-core:18310];TS; ; i; I"NMon Sep 14 06:42:21 2009 Marc-Andre Lafortune ;T@ o; ;;;[o;;I"lib/cgi/cookie.rb (value);T;[o;;[I"rKeep CGI::Cookie#value in sync with the cookie itself. Based on a patch by Arthur Schreiber [ruby-core:17634];TS; ; i; I"NMon Sep 14 05:21:12 2009 Marc-Andre Lafortune ;T@ o; ;;;[o;;I"lib/net/http.rb (fetch);T;[o;;[I"RHandle properly default values; a patch by Arthur Schreiber [ruby-core:18308];TS; ; i; I"NMon Sep 14 04:07:09 2009 Marc-Andre Lafortune ;T@ o; ;;;[o;;I"lib/set.rb (==);T;[o;;[I">Optimization; patch by Arthur Schreiber [ruby-core:17203];TS; ; i; I"NSun Sep 13 13:38:00 2009 Marc-Andre Lafortune ;T@ o; ;;;[o;;I"thread.c (recursive_*);T;[o;;[I"refactored the access to the inspect table used by rb_exec_recursive_*. The functions recursive_push, pop and check now assume a valid hash table as their first argument. Added documentation.;TS; ; i; I"NFri Sep 11 01:14:00 2009 Marc-Andre Lafortune ;T@ o; ;;;[o;;I"lib/net/http.rb (fetch);T;[o;;[I";T@ o; ;;;[o;;I"transcode.c;T;[o;;[I">added check for frozen string for encode! (see Bug #1836);To;;I" test/ruby/test_transcode.rb;T;[o;;[I"added tests for the above;TS; ; i; I"FFri Jul 24 19:19:19 2009 Martin Duerst ;T@ o; ;;;[ o;;I",enc/trans/big5.trans, big5-hkscs-tbl.rb;T;[o;;[I"Snew Chinese BIG5-HKSCS transcoding (with Tatsuya Mizuno) see [ruby-core:24390];To;;I" test/ruby/test_transcode.rb;T;[o;;[I"added tests for the above;To;;0;[o;;[0o;;I"enc/big5.c;T;[o;;[I"5Added BIG5-HKSCS as a replicate encoding of BIG5;To;;0;[o;;[0o;;I"tool/transcode-tblgen.rb;T;[o;;[I"3made 'pat' directly accessible in class StrSet;TS; ; i; I";Sun Mar 1 22:59:41 2009 Tanaka Akira ;T@ o; ;;;[o;;I"ext/socket/raddrinfo.c;T;[o;;[I"suppress warnings.;To;;I"ext/socket/socket.c;T;[o;;[I" ditto.;To;;I"ext/socket/unixsocket.c;T;[o;;[I" ditto.;TS; ; i; I";Sun Mar 1 20:57:41 2009 Tanaka Akira ;T@ o; ;;;[o;;I""ext/socket/ (rsock_getfamily);T;[o;;[I"$renamed from rb_sock_getfamily.;TS; ; i; I"ESun Mar 1 19:52:46 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I".ext/dl/win32/lib/Win32API.rb (initialize);T;[o;;[I" passes res arguments to DL.;TS; ; i; I"ESun Mar 1 19:38:59 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I""ext/zlib/zlib.c (zstream_run);T;[o;;[I"Ksuppress a warning. a patch from Charlie Savage at [ruby-core:22607].;TS; ; i; I"ESun Mar 1 19:36:18 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"util.c (ruby_dtoa);T;[o;;[I"mallocates one more byte to get rid of buffer overrun. a patch from Charlie Savage at [ruby-core:22604].;TS; ; i; I"ESun Mar 1 19:10:59 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"common.mk (.y.c);T;[o;;[I"0removed extra backslash. [ruby-core:22602];TS; ; i; I"ESun Mar 1 19:02:03 2009 Nobuyoshi Nakada ;T@ o; ;;;[ o;;I"%ext/dl/cfunc.c (rb_dlcfunc_call);T;[o;;[I"Efix for stdcall and missing argument numbers. [ruby-core:22601];To;;I""ext/dl/dl.h (DLSTACK_PROTO0_);T;[o;;[I" added.;To;;I"Rext/dl/mkcallback.rb (gencallback, gen_callback_file), (rb_dl_init_callbacks);T;[o;;[I"-omit stdcall functions unless supported.;To;;I"2lib/rubygems/config_file.rb (SHGetFolderPath);T;[o;;[I" stdcall.;TS; ; i; I"ESun Mar 1 17:27:14 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"*ext/bigdecimal/bigdecimal.c (gfDebug);T;[o;;[I"'uncommented out. [ruby-core:22600];TS; ; i; I"ESun Mar 1 16:15:31 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"process.c (rb_waitpid);T;[o;;[I">use wait_each() on no waitpid platforms. [ruby-dev:38054];TS; ; i; I"ESun Mar 1 16:01:01 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"process.c (proc_daemon);T;[o;;[I"Ystops and restarts timer thread because daemon(3) implies fork(2). [ruby-dev:38055];TS; ; i; I";Sun Mar 1 15:45:49 2009 Tanaka Akira ;T@ o; ;;;[ o;;I"%ext/socket/ (rsock_make_hostent);T;[o;;[I"$renamed from sock_make_hostent.;To;;I"(rsock_addrinfo);T;[o;;[I" renamed from sock_addrinfo.;To;;I"(rsock_getaddrinfo);T;[o;;[I"#renamed from sock_getaddrinfo.;To;;I"(rsock_socket);T;[o;;[I"renamed from ruby_socket.;To;;I"(rsock_sock_s_socketpair);T;[o;;[I"$renamed from sock_s_socketpair.;To;;I"(rsock_connect);T;[o;;[I"renamed from ruby_connect.;To;;I"&ext/socket/socket.c (sock_listen);T;[o;;[I"make it static.;TS; ; i; I";Sun Mar 1 15:29:31 2009 Tanaka Akira ;T@ o; ;;;[o;;I"ext/socket;T;[o;;[I"add rsock_ prefix.;TS; ; i; I"FThu Jan 15 14:27:27 2009 Martin Duerst ;T@ o; ;;;[o;;I" LEGAL;T;[o;;[I"-Added information for missing/langinfo.c;TS; ; i; I"FWed Jan 14 20:05:05 2009 Martin Duerst ;T@ o; ;;;[ o;;I",enc/trans/gb18030.trans, gb18030-tbl.rb;T;[o;;[I"@new Chinese GB18030 transcoding (from Yoshihiro Kambayashi);To;;I" test/ruby/test_transcode.rb;T;[o;;[I"added tests for the above;To;;0;[o;;[0o;;I";T@ o; ;;;[o;;I"ext/socket/socket.c;T;[o;;[I"1removed warning about unused variable 'rai'.;TS; ; i; I"FSun Jan 4 18:10:10 2009 Martin Duerst ;T@ o; ;;;[o;;I"$enc/trans/gbk.trans, gbk-tbl.rb;T;[o;;[I";T@ o; ;;;[o;;I" test/ruby/test_transcode.rb;T;[o;;[I"added tests for GB2312;To;;0;[o;;[0o;;I"enc/trans/chinese.trans;T;[o;;[I"3set valid byte patterns for GB2312 and GB12345;TS; ; i; I"FSun Jan 4 17:39:39 2009 Martin Duerst ;T@ o; ;;;[o;;I"&enc/trans/big5.trans, big5-tbl.rb;T;[o;;[I"=new Chinese Big5 transcoding (from Yoshihiro Kambayashi);To;;I" test/ruby/test_transcode.rb;T;[o;;[I"added tests for the above;To;;0;[o;;[0S; ; i; I"2009-02-28;T@ S; ; i; I";Sat Feb 28 21:52:37 2009 Tanaka Akira ;T@ o; ;;;[o;;I"vm_eval.c (rb_iterate);T;[o;;[I"'use volatile to suppress warnings.;To;;I"eval.c (ruby_cleanup);T;[o;;[I" ditto.;TS; ; i; I";Sat Feb 28 20:09:40 2009 Tanaka Akira ;T@ o; ;;;[ o;;I"eval_error.c (error_print);T;[o;;[I"'use volatile to suppress warnings.;To;;I"&vm_eval.c (eval_string_with_cref);T;[o;;[I" ditto.;To;;I"!thread.c (rb_exec_recursive);T;[o;;[I" ditto.;To;;I"#eval_jump.c (rb_exec_end_proc);T;[o;;[I" ditto.;To;;I"eval.c (ruby_exec_node);T;[o;;[I" ditto.;To;;I"(rb_longjmp);T;[o;;[I" ditto.;TS; ; i; I";Sat Feb 28 18:28:58 2009 Tanaka Akira ;T@ o; ;;;[o;;I"1ext/socket/ancdata.c (ancillary_unix_rights);T;[o;;[I"check message type.;TS; ; i; I";Sat Feb 28 16:18:39 2009 Tanaka Akira ;T@ o; ;;;[o;;I"lib/net/http.rb;T;[o;;[I"Hsuppress warnings of non-existing instance variable access for SSL.;TS; ; i; I";Sat Feb 28 14:50:47 2009 Tanaka Akira ;T@ o; ;;;[o;;I";ext/socket/lib/socket.rb (BasicSocket#connect_address);T;[o;;[I"Treturns ::1 if the address is IPv4-mapped IPv6 address for 0.0.0.0 for MacOS X.;TS; ; i; I";Sat Feb 28 00:18:40 2009 Tanaka Akira ;T@ o; ;;;[ o;;I"ext/socket/raddrinfo.c;T;[o;;[I"nsuppress strict-aliasing warning with gcc version 4.4.0 20090219 (Red Hat 4.4.0-0.21) on Fedora 11 Alpha.;To;;I"ext/socket/socket.c;T;[o;;[I" ditto.;To;;I"ext/socket/unixsocket.c;T;[o;;[I" ditto.;To;;I"#ext/socket/sockport.h (SS_LEN);T;[o;;[I" defined.;To;;I"(SET_SS_LEN);T;[o;;[I" ditto.;TS; ; i; I"2009-02-27;T@ S; ; i; I";Fri Feb 27 22:30:18 2009 Tanaka Akira ;T@ o; ;;;[o;;I"2ext/socket/ancdata.c (bsock_recvmsg_internal);T;[o;;[I"Fclose FDs passed by SCM_RIGHTS unless :scm_rights=>true is given.;To;;I"(discard_cmsg);T;[o;;[I"0extracted from rsock_discard_cmsg_resource.;TS; ; i; I";Fri Feb 27 22:14:22 2009 Tanaka Akira ;T@ o; ;;;[o;;I")ext/openssl/lib/openssl/buffering.rb;T;[o;;[I"=define Buffering module under OpenSSL. [ruby-dev:37906];TS; ; i; I";Fri Feb 27 22:09:24 2009 Tanaka Akira ;T@ o; ;;;[o;;I" lib/test/unit/assertions.rb;T;[o;;[I"5don't define assert_not_* if already overridden.;TS; ; i; I";Fri Feb 27 22:02:34 2009 Tanaka Akira ;T@ o; ;;;[o;;I" util.c;T;[o;;[I"ffix SEGV by test_time.rb with gcc version 4.4.0 20090219 (Red Hat 4.4.0-0.21) on Fedora 11 Alpha.;TS; ; i; I"EFri Feb 27 18:30:51 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"/compile.c (cdhash_type, iseq_set_sequence);T;[o;;[I"kshould not call methods of the argument of case, to keep the semantics of case/when. [ruby-dev:38079];TS; ; i; I"EFri Feb 27 18:01:20 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I")gc.c (ruby_get_stack_grow_direction);T;[o;;[I"Mno needs to use thread here, and not initialized yet. [ruby-core:22439];TS; ; i; I"EFri Feb 27 17:45:25 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"file.c (file_load_ok);T;[o;;[I"~checks if regular file, except for the platform disallows to open directories, e.g. dosish. [ruby-dev:38097], [Bug #1221];TS; ; i; I"BFri Feb 27 14:39:40 2009 NAKAMURA Usaku ;T@ o; ;;;[o;;I"@numeric.c (flo_eq, flo_gt, flo_ge, flo_lt, flo_le, flo_eql);T;[o;;[I"%revert isnan() checks for VC++6.;To;;I"insns.def (opt_lt, opt_gt);T;[o;;[I" ditto.;TS; ; i; I"EFri Feb 27 14:23:09 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I" lib/ostruct.rb (modifiable);T;[o;;[I".check if really frozen. [ruby-core:22559];TS; ; i; I"2009-02-26;T@ S; ; i; I";Thu Feb 26 23:14:46 2009 Tanaka Akira ;T@ o; ;;;[o;;I";ext/socket/lib/socket.rb (BasicSocket#connect_address);T;[o;;[I"new method.;TS; ; i; I"EThu Feb 26 19:29:10 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"hash.c (hash_foreach_iter);T;[o;;[I"fix for prototype.;TS; ; i; I"EThu Feb 26 18:36:09 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"^common.mk (INSNS, newline.c, miniprelude.c, prelude.c), (node_name.inc, known_errors.inc);T;[o;;[I"5unified from Makefile.in and win32/Makefile.sub.;TS; ; i; I"BThu Feb 26 13:30:34 2009 NAKAMURA Usaku ;T@ o; ;;;[o;;I"util.c (valid_filename);T;[o;;[I"@use our own implementation of open(), close() and unlink().;TS; ; i; I"EThu Feb 26 13:23:20 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"iseq.c (cdhash_each);T;[o;;[I""resurrects internal literals.;TS; ; i; I"BThu Feb 26 10:56:48 2009 NAKAMURA Usaku ;T@ o; ;;;[o;;I"(include/ruby/win32.h (rb_w32_wopen);T;[o;;[I"prototype forgotten.;To;;I"io.c (rb_sysopen_internal);T;[o;;[I"4shouldn't replace undefined chars in this case.;TS; ; i; I";Thu Feb 26 01:34:38 2009 Tanaka Akira ;T@ o; ;;;[o;;I"ext/socket/mkconstants.rb;T;[o;;[I"more MSG_* constants.;TS; ; i; I";Thu Feb 26 00:21:21 2009 Tanaka Akira ;T@ o; ;;;[ o;;I"(ext/socket/option.c (sockopt_level);T;[o;;[I"$extracted from sockopt_level_m.;To;;I"(sockopt_optname);T;[o;;[I"&extracted from sockopt_optname_m.;To;;I"(sockopt_data);T;[o;;[I"apply StringValue.;To;;I"(sockopt_s_linger);T;[o;;[I"new method.;To;;I"(sockopt_linger);T;[o;;[I"new method.;To;;I"(inspect_linger);T;[o;;[I"/show onoff value if it is neither 0 nor 1.;TS; ; i; I"2009-02-25;T@ S; ; i; I";Wed Feb 25 23:23:03 2009 Tanaka Akira ;T@ o; ;;;[o;;I"1ext/socket/ancdata.c (ancillary_unix_rights);T;[o;;[I"8raise NotImplementedError if no fd passing feature.;To;;I"(ancillary_timestamp);T;[o;;[I"7raise NotImplementedError if no timestamp feature.;TS; ; i; I";Wed Feb 25 23:18:53 2009 Tanaka Akira ;T@ o; ;;;[o;;I"3ext/socket/ancdata.c (ancillary_s_unix_rights);T;[o;;[I"new method.;TS; ; i; I";Wed Feb 25 23:01:26 2009 Tanaka Akira ;T@ o; ;;;[o;;I"+ext/socket/unixsocket.c (unix_recv_io);T;[o;;[I"8prevent FD leak when 2 fd is sent on LP64 platform.;To;;I":ext/socket/rubysocket.h (rsock_discard_cmsg_resource);T;[o;;[I"declared.;To;;I"7ext/socket/ancdata.c (rsock_discard_cmsg_resource);T;[o;;[I"4renamed from discard_cmsg_resource. export it.;TS; ; i; I"BWed Feb 25 17:31:32 2009 NAKAMURA Usaku ;T@ o; ;;;[ o;;I"9io.c (sysopen_func, rb_sysopen_internal, rb_sysopen);T;[o;;[I"0open file by UTF-16'ed filename on Windows.;To;;I"Oio.c (rb_file_open_generic, rb_io_s_sysopen, rb_io_reopen, argf_next_argv);T;[o;;[I"follow above change.;To;;I"io.c (rb_scan_open_args);T;[o;;[I"8no longer need to convert filepath here on Windows.;To;;I"!win32/wio32.c (rb_w32_wopen);T;[o;;[I"5new function to open file by UTF-16'ed filename.;To;;I" win32/win32.c (rb_w32_open);T;[o;;[I"call rb_w32_open().;TS; ; i; I"BWed Feb 25 15:05:35 2009 NAKAMURA Usaku ;T@ o; ;;;[o;;I"'win32/Makefile.sub (config.status);T;[o;;[I"7use un.rb as cp instead of cmd.exe's copy command.;To;;I""lib/mkmf.rb (create_makefile);T;[o;;[I"@no longer need to convert path separator when copying file.;TS; ; i; I"EWed Feb 25 12:27:59 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"%string.c (rb_str_force_encoding);T;[o;;[I"Dshould clear coderange at changing encoding. [ruby-core:22437];TS; ; i; I"5Wed Feb 25 12:06:09 2009 ;T@ o; ;;;[o;;I"io.c (rb_io_getline_1);T;[o;;[I"9enables limit even if rs is given. [ruby-core:22434];TS; ; i; I"EWed Feb 25 02:28:51 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"!string.c (rb_str_chomp_bang);T;[o;;[I",coderange may change. [ruby-core:22414];TS; ; i; I"EWed Feb 25 02:17:30 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I""string.c (rb_str_delete_bang);T;[o;;[I"5should recalculate coderange. [ruby-talk:329267];TS; ; i; I"@Wed Feb 25 00:41:21 2009 Akinori MUSHA ;T@ o; ;;;[o;;I"class.c (rb_scan_args);T;[o;;[I"Allow specifying the number of trailing mandatory arguments right after the number of optional arguments only if the number of leading mandatory arguments is not omitted.;To;;I"*ext/socket/tcpserver.c (tcp_svr_init);T;[o;;[I"Make use of it.;TS; ; i; I"GWed Feb 25 00:28:25 2009 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"file.c (rb_file_size);T;[o;;[I")new method added. [ruby-core:22088];TS; ; i; I"GWed Feb 25 00:15:15 2009 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"(ext/curses/curses.c (curses_colors);T;[o;;[I"Knew method added. a patch from Alexander Beisig in [ruby-core:22331].;To;;I"-ext/curses/curses.c (curses_color_pairs);T;[o;;[I" ditto.;TS; ; i; I"@Wed Feb 25 00:05:13 2009 Akinori MUSHA ;T@ o; ;;;[o;;I"class.c (rb_scan_args);T;[o;;[I"Revamp rb_scan_args() to compute the number of required and optional arguments precisely to prepare for a more informative error message.;TS; ; i; I"2009-02-24;T@ S; ; i; I"@Tue Feb 24 23:58:52 2009 Akinori MUSHA ;T@ o; ;;;[o;;I"*array.c (rb_ary_index, rb_ary_rindex);T;[o;;[I"OEmit a warning that a given block is unused when an argument is specified.;TS; ; i; I";Tue Feb 24 22:00:37 2009 Tanaka Akira ;T@ o; ;;;[o;;I"'ext/socket/socket.c (sockaddr_obj);T;[o;;[I"$convert fe80:1::1 to fe80::1%1.;TS; ; i; I";Tue Feb 24 19:56:11 2009 Tanaka Akira ;T@ o; ;;;[o;;I"/ext/socket/ancdata.c (ancillary_timestamp);T;[o;;[I"support SCM_BINTIME.;TS; ; i; I";Tue Feb 24 19:45:15 2009 Tanaka Akira ;T@ o; ;;;[o;;I"/ext/socket/ancdata.c (ancillary_timestamp);T;[o;;[I"new method.;TS; ; i; I"ETue Feb 24 19:01:05 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"common.mk (main);T;[o;;[I"split from exts and makes main program after building exts with miniruby, to get rid of overwriting running program. [ruby-core:22339];To;;I"9Makefile.in, win32/Makefile.sub (RUNCMD, MKMAIN_CMD);T;[o;;[I"macros to run script file.;To;;I"ext/extmk.rb (parse_args);T;[o;;[I"Radded --command-output option which creates script file to make main program.;TS; ; i; I"ETue Feb 24 17:58:07 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"common.mk (ripper.c);T;[o;;[I" exec can't work on Windows.;To;;I""ext/ripper/depend (.SUFFIXES);T;[o;;[I"&nmake doesn't have .y by default.;To;;I"Makefile.in (id.h);T;[o;;[I" overwrites unconditionally.;TS; ; i; I"ETue Feb 24 13:13:49 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"'missing/vsnprintf.c (BSD_vfprintf);T;[o;;[I"'ptrdiff_t may be larger than long.;TS; ; i; I"ETue Feb 24 11:21:50 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"9signal.c (rb_disable_interrupt, rb_enable_interrupt);T;[o;;[I"see USE_TRAP_MASK.;TS; ; i; I"ETue Feb 24 10:49:37 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"process.c (rb_waitpid);T;[o;;[I"last argument was missing.;To;;I"process.c (waitall_each);T;[o;;[I"afixed typo. a patch from shinichiro.h at [ruby-dev:38054].;TS; ; i; I"GTue Feb 24 01:53:40 2009 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"numeric.c (flo_eq);T;[o;;[I"Zremove unnecessary NaN check using isnan(). comparison regarding NaN is false anyway.;To;;I"8numeric.c (flo_gt, flo_ge, flo_lt, flo_le, flo_eql);T;[o;;[I" ditto.;TS; ; i; I"=Tue Feb 24 01:22:19 2009 Yusuke Endoh ;T@ o; ;;;[o;;I"!bootstraptest/test_thread.rb;T;[o;;[I"5fix for environment where fork is not available.;TS; ; i; I"=Tue Feb 24 01:19:38 2009 Yusuke Endoh ;T@ o; ;;;[o;;I"#thread.c (thread_cleanup_func);T;[o;;[I"Dunlock all locked mutexes even when forking. [ruby-core:22269];TS; ; i; I"GTue Feb 24 00:54:16 2009 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"insns.def (opt_minus);T;[o;;[I"inline float operation.;To;;I"insns.def (opt_lt, opt_gt);T;[o;;[I" ditto.;TS; ; i; I"GTue Feb 24 00:24:13 2009 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"range.c (range_each);T;[o;;[I"Ocheck #succ only when it is really needed. small performance improvement.;To;;I"math.c (Need_Float);T;[o;;[I"Vcall rb_to_float() only when it is really needed. small performance improvement.;TS; ; i; I"GTue Feb 24 00:19:33 2009 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"+lib/pathname.rb (Pathname#foreachline);T;[o;;[I":removed wrongly resurrected method. [ruby-dev:38065];TS; ; i; I"2009-02-23;T@ S; ; i; I";Mon Feb 23 20:39:21 2009 Tanaka Akira ;T@ o; ;;;[o;;I"7ext/socket/ancdata.c (inspect_timespec_as_abstime);T;[o;;[I"*new function to show struct timespec.;To;;I"(ancillary_inspect);T;[o;;[I"-use it for SCM_TIMESTAMPNS on GNU/Linux.;TS; ; i; I";Mon Feb 23 20:30:06 2009 Tanaka Akira ;T@ o; ;;;[o;;I"6ext/socket/ancdata.c (inspect_bintime_as_abstime);T;[o;;[I")new function to show struct bintime.;To;;I"(ancillary_inspect);T;[o;;[I"'use it for SCM_BINTIME on FreeBSD.;To;;I"ext/socket/mkconstants.rb;T;[o;;[I"define SCM_BINTIME.;TS; ; i; I";Mon Feb 23 20:18:49 2009 Tanaka Akira ;T@ o; ;;;[o;;I"6ext/socket/ancdata.c (inspect_timeval_as_abstime);T;[o;;[I"_use time_t variable to avoid a warning on environments which use long as tv_sec as NetBSD.;TS; ; i; I"@Mon Feb 23 15:53:30 2009 Akinori MUSHA ;T@ o; ;;;[o;;I"*array.c (rb_ary_index, rb_ary_rindex);T;[o;;[I"6We know that argc is not zero when we reach here.;To;;I".array.c (rb_ary_initialize, rb_ary_index);T;[o;;[I"!Shrink a double space. (NFC);TS; ; i; I"EMon Feb 23 14:47:04 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"lib/fileutils.rb (mv);T;[o;;[I"Padded description for the case of different partitions. [ruby-talk:329072];TS; ; i; I"EMon Feb 23 10:19:41 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"4include/ruby/ruby.h (USE_SYMBOL_AS_METHOD_NAME);T;[o;;[I"UModule#methods, #singleton_methods and so on return Symbols. [ruby-talk:328775];TS; ; i; I"EMon Feb 23 10:15:35 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"README.EXT, README.EXT.ja;T;[o;;[I"*added macros for the Compatibilities.;TS; ; i; I";Mon Feb 23 03:19:37 2009 Tanaka Akira ;T@ o; ;;;[o;;I"ext/socket/mkconstants.rb;T;[o;;[I";T@ o; ;;;[o;;I"-ext/socket/ancdata.c (ancillary_inspect);T;[o;;[I"Zuse SCM_TIMESTAMP instead of SO_TIMESTAMP. SCM_TIMESTAMP != SO_TIMESTAMP on MacOS X.;TS; ; i; I";Mon Feb 23 02:44:42 2009 Tanaka Akira ;T@ o; ;;;[o;;I"6ext/socket/ancdata.c (inspect_timeval_as_abstime);T;[o;;[I"new function.;To;;I"(ancillary_inspect);T;[o;;[I"use it for SO_TIMESTAMP.;TS; ; i; I";Mon Feb 23 02:26:44 2009 Tanaka Akira ;T@ o; ;;;[o;;I"6ext/socket/option.c (inspect_timeval_as_interval);T;[o;;[I""renamed from inspect_timeval.;TS; ; i; I";Mon Feb 23 02:10:09 2009 Tanaka Akira ;T@ o; ;;;[o;;I"*ext/socket/option.c (inspect_timeval);T;[o;;[I"fix the size test.;TS; ; i; I"2009-02-22;T@ S; ; i; I"ESun Feb 22 22:42:20 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"string.c (tr_trans);T;[o;;[I"Tshould recalculate coderange. [ruby-core:22326] (reopened at [ruby-core:22328]);TS; ; i; I";Sun Feb 22 20:09:29 2009 Tanaka Akira ;T@ o; ;;;[o;;I")ext/socket/option.c (inspect_linger);T;[o;;[I"message refined.;TS; ; i; I";Sun Feb 22 19:28:08 2009 Tanaka Akira ;T@ o; ;;;[o;;I"#ext/socket/init.c (s_recvfrom);T;[o;;[I",use rb_io_wait_readable after recvfrom.;TS; ; i; I";Sun Feb 22 18:40:04 2009 Tanaka Akira ;T@ o; ;;;[o;;I"(ext/socket/option.c (inspect_errno);T;[o;;[I"new function.;To;;I"(sockopt_inspect);T;[o;;[I"$use inspect_errno for SO_ERROR.;TS; ; i; I";Sun Feb 22 15:11:51 2009 Tanaka Akira ;T@ o; ;;;[o;;I"re.c (Init_Regexp);T;[o;;[I"4define Regexp::FIXEDENCODING. [ruby-dev:38066];TS; ; i; I"ESun Feb 22 14:33:06 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"string.c (tr_trans);T;[o;;[I"zshould not be affected by the encoding of replacement unless actually modified. [ruby-talk:328967] [ruby-core:22326];TS; ; i; I"ESun Feb 22 13:38:44 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I",ext/socket/init.c (s_recvfrom_nonblock);T;[o;;[I"handles EAGAIN too.;To;;I"*ext/socket/init.c (s_accept_nonblock);T;[o;;[I",ditto, and EPROTO depends on platforms.;TS; ; i; I"DSun Feb 22 13:03:12 2009 Yuki Sonoda (Yugui) ;T@ o; ;;;[o;;I"eval.c (ruby_options);T;[o;;[I"4the evaluator now expects iseq instead of tree.;To;;I""ruby.c (ruby_process_options);T;[o;;[I" ditto.;TS; ; i; I"ESun Feb 22 13:03:14 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"Makefile.in (configure);T;[o;;[I"4unset PWD to use symlink to building directory.;To;;I"Makefile.in (up);T;[o;;[I"(cd doesn't need LC_TIME, VCS needs.;TS; ; i; I"ESun Feb 22 10:43:57 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"vm_eval.c (method_missing);T;[o;;[I"Oshould not pop cfp if missing method is method_missing. [ruby-core:22298];To;;I"(vm_eval.c (rb_raise_method_missing);T;[o;;[I"2new function to directly raise NoMethodError.;To;;I"%vm_insnhelper.c (vm_call_method);T;[o;;[I".fixed the case method_missing is missing.;TS; ; i; I";Sun Feb 22 02:15:40 2009 Tanaka Akira ;T@ o; ;;;[o;;I"2ext/socket/ancdata.c (bsock_recvmsg_internal);T;[o;;[I"handle EMSGSIZE as well.;TS; ; i; I";Sun Feb 22 02:03:46 2009 Tanaka Akira ;T@ o; ;;;[o;;I"2ext/socket/ancdata.c (bsock_recvmsg_internal);T;[o;;[I"check max length overflow.;TS; ; i; I";Sun Feb 22 01:52:30 2009 Tanaka Akira ;T@ o; ;;;[o;;I"2ext/socket/ancdata.c (bsock_recvmsg_internal);T;[o;;[I"2don't call discard_cmsg_resource when EMFILE.;TS; ; i; I";Sun Feb 22 01:48:51 2009 Tanaka Akira ;T@ o; ;;;[o;;I"2ext/socket/ancdata.c (bsock_recvmsg_internal);T;[o;;[I"6gc when SCM_RIGHTS hit the file descriptor limit.;TS; ; i; I";Sun Feb 22 00:51:58 2009 Tanaka Akira ;T@ o; ;;;[ o;;I"io.c (io_getpartial);T;[o;;[I"Kerror message describes what should be waited after nonblocking error.;To;;I"(rb_io_write_nonblock);T;[o;;[I" ditto.;To;;I",ext/socket/init.c (s_recvfrom_nonblock);T;[o;;[I" ditto.;To;;I"(s_accept_nonblock);T;[o;;[I" ditto.;To;;I"0ext/socket/socket.c (sock_connect_nonblock);T;[o;;[I" ditto.;To;;I"2ext/socket/ancdata.c (bsock_sendmsg_internal);T;[o;;[I" ditto.;To;;I"(bsock_recvmsg_internal);T;[o;;[I" ditto.;TS; ; i; I";Sun Feb 22 00:31:42 2009 Tanaka Akira ;T@ o; ;;;[o;;I"2ext/socket/ancdata.c (bsock_recvmsg_internal);T;[o;;[I"!check recvmsg error earlier.;TS; ; i; I"2009-02-20;T@ S; ; i; I"BFri Feb 20 23:28:11 2009 NAKAMURA Usaku ;T@ o; ;;;[o;;I" util.c (rv_alloc, freedtoa);T;[o;;[I"buse our normal xmalloc()/xfree() because couldn't free the returned pointer from ruby_dtoa().;To;;I"missing/vsnprintf.c (cvt);T;[o;;[I"areceive buffer and use/return it instead of returning the pointer returned from BSD__dtoa().;To;;I"'missing/vsnprintf.c (BSD_vfprintf);T;[o;;[I"7pass buf to cvt() as the buffer. [ruby-core:22184];TS; ; i; I"2009-02-19;T@ S; ; i; I";Thu Feb 19 22:59:09 2009 Tanaka Akira ;T@ o; ;;;[o;;I"3ext/socket/ancdata.c (make_io_for_unix_rights);T;[o;;[I"]cmsg_len may be bigger than msg_controllen on 4.4BSD at least. freeze unix_rights array.;TS; ; i; I";Thu Feb 19 22:17:38 2009 Tanaka Akira ;T@ o; ;;;[o;;I"2ext/socket/ancdata.c (bsock_recvmsg_internal);T;[o;;[I"fix exception.;TS; ; i; I";Thu Feb 19 21:13:03 2009 Tanaka Akira ;T@ o; ;;;[o;;I"1ext/socket/ancdata.c (ancillary_unix_rights);T;[o;;[I"method renamed.;TS; ; i; I"EThu Feb 19 15:47:11 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"template/fake.rb.in;T;[o;;[I" extracted from Makefile.in.;To;;I"configure.in (fake.rb);T;[o;;[I"prefixed with $(arch)-.;TS; ; i; I"EThu Feb 19 15:39:50 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"3ext/openssl/ossl_ocsp.c (ossl_ocspbres_verify);T;[o;;[I"ZOCSP_basic_verify returns positive value on success, not non-zero. [ruby-core:21762];TS; ; i; I"EThu Feb 19 15:17:00 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I" lib/tmpdir.rb (@@systmpdir);T;[o;;[I"'File.expand_path also joins paths.;TS; ; i; I"EThu Feb 19 15:14:25 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"#ext/etc/etc.c (etc_each_group);T;[o;;[I"/defines only when Etc::Group is available.;TS; ; i; I"EThu Feb 19 15:11:40 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I""eval_intern.h (translit_char);T;[o;;[I"moved from ruby.c.;To;;I"load.c (load_ext);T;[o;;[I"7transliterates file separators and back if needed.;To;;I",symbian/setup (DLN_NEEDS_ALT_SEPARATOR);T;[o;;[I" defined.;TS; ; i; I"EThu Feb 19 14:48:12 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"1configure.in, */Makefile.sub (LOAD_RELATIVE);T;[o;;[I"moved from ruby.c;TS; ; i; I"EThu Feb 19 14:39:53 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"configure.in (darwin);T;[o;;[I";T@ o; ;;;[o;;I""lib/mkmf.rb (create_makefile);T;[o;;[I"added phony targets.;To;;I""lib/mkmf.rb (create_makefile);T;[o;;[I"Bcreates target directories before copying. [ruby-core:21958];To;;I""lib/mkmf.rb (create_makefile);T;[o;;[I",removes directories in the depth order.;TS; ; i; I"EThu Feb 19 13:56:00 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"file.c (rb_home_dir);T;[o;;[I",checks if HAVE_PWD_H. [ruby-dev:38049];TS; ; i; I"IThu Feb 19 08:45:48 2009 TAKANO Mitsuhiro (takano32) ;T@ o; ;;;[o;;I"ext/socket/rubysocket.h;T;[o;;[I" add "#include ";TS; ; i; I";Thu Feb 19 03:42:48 2009 Tanaka Akira ;T@ o; ;;;[o;;I",ext/socket/ancdata.c (ancillary_rights);T;[o;;[I"new method.;To;;I"(make_io_for_rights);T;[o;;[I"@new function to allocate IOs for FDs in SCM_RIGHTS message.;To;;I"(bsock_recvmsg_internal);T;[o;;[I"=use make_io_for_rights. So the FDs can be closed by GC.;TS; ; i; I"@Thu Feb 19 03:28:59 2009 Akinori MUSHA ;T@ o; ;;;[o;;I"README.EXT, README.EXT.ja;T;[o;;[I"9Improve the document about rb_scan_args() even more.;TS; ; i; I"=Thu Feb 19 03:12:51 2009 Yusuke Endoh ;T@ o; ;;;[o;;I"&test/ruby/test_file_exhaustive.rb;T;[o;;[I"Tskip some tests if euid == 0. a patch from Lucas Nussbaum in [ruby-core:22209].;TS; ; i; I"@Thu Feb 19 03:00:49 2009 Akinori MUSHA ;T@ o; ;;;[o;;I"README.EXT, README.EXT.ja;T;[o;;[I"/Improve the document about rb_scan_args().;TS; ; i; I"2009-02-18;T@ S; ; i; I";Wed Feb 18 22:47:01 2009 Tanaka Akira ;T@ o; ;;;[o;;I"1ext/socket/ancdata.c (discard_cmsg_resource);T;[o;;[I"?new function to close file descriptors in control message.;To;;I"(bsock_recvmsg_internal);T;[o;;[I"8call discard_cmsg_resource before retrying recvmsg.;TS; ; i; I";Wed Feb 18 21:47:37 2009 Tanaka Akira ;T@ o; ;;;[o;;I"2ext/socket/ancdata.c (bsock_recvmsg_internal);T;[o;;[I"prevent misalignment.;TS; ; i; I";Wed Feb 18 21:34:30 2009 Tanaka Akira ;T@ o; ;;;[o;;I"2ext/socket/ancdata.c (bsock_sendmsg_internal);T;[o;;[I"prevent misalignment.;TS; ; i; I";Wed Feb 18 21:09:43 2009 Tanaka Akira ;T@ o; ;;;[o;;I"2ext/socket/ancdata.c (bsock_recvmsg_internal);T;[o;;[I"?reduce code on environments which have no control message.;TS; ; i; I"EWed Feb 18 20:27:16 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"configure.in (OBJCOPY);T;[o;;[I"mset ac_cv_prog_ac_ct_OBJCOPY to do nothing on cygwin and mingw because symbols are exported by def file.;TS; ; i; I"EWed Feb 18 15:35:36 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"file.c (rb_file_chown);T;[o;;[I""use chown unless HAVE_FCHOWN.;To;;I"io.c (pipe_open);T;[o;;[I"*sarg is always used unless HAVE_FORK.;TS; ; i; I"@Wed Feb 18 15:23:34 2009 Akinori MUSHA ;T@ o; ;;;[o;;I"bootstraptest/runner.rb;T;[o;;[I"%Use RUBY_DESCRIPTION if defined.;TS; ; i; I"EWed Feb 18 14:33:35 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I";T@ o; ;;;[o;;I"file.c (rb_file_s_extname);T;[o;;[I"6fix for spaces before extension. [ruby-dev:38044];TS; ; i; I"EWed Feb 18 12:00:58 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"file.c (file_expand_path);T;[o;;[I".suppress a warning. named magic numbers.;TS; ; i; I"EWed Feb 18 10:29:12 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"#thread.c (thread_start_func_2);T;[o;;[I"Ydo not delete main thread from living_threads. [ruby-core:19385], [ruby-core:22158];TS; ; i; I";Wed Feb 18 01:05:05 2009 Tanaka Akira ;T@ o; ;;;[ o;;I"ext/openssl;T;[o;;[I"avoid cyclic require.;To;;I",ext/openssl/lib/openssl/ssl-internal.rb;T;[o;;[I"renamed from ssl.rb;To;;I"-ext/openssl/lib/openssl/x509-internal.rb;T;[o;;[I"renamed from x509.rb.;To;;I"lib/net/imap.rb;T;[o;;[I"-require openssl, instead of openssl/ssl.;To;;I"lib/net/pop.rb;T;[o;;[I">require openssl, instead of openssl/ssl. [ruby-dev:38018];TS; ; i; I"EWed Feb 18 00:55:47 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"6ext/etc/etc.c (Etc::Passwd.each, Etc::Group.each);T;[o;;[I""new methods. [ruby-dev:37999];TS; ; i; I"2009-02-17;T@ S; ; i; I";Tue Feb 17 23:25:01 2009 Tanaka Akira ;T@ o; ;;;[o;;I"2ext/socket/ancdata.c (bsock_sendmsg_internal);T;[o;;[I".make the padding removing only on NetBSD.;TS; ; i; I";Tue Feb 17 19:39:04 2009 Tanaka Akira ;T@ o; ;;;[o;;I"2ext/socket/ancdata.c (bsock_sendmsg_internal);T;[o;;[I"Gshould not remove the last padding of control messages, basically.;TS; ; i; I"ETue Feb 17 12:50:57 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"%string.c (rb_str_shared_replace);T;[o;;[I"&no need for str_make_independent.;TS; ; i; I"=Tue Feb 17 05:41:08 2009 Koichi Sasada ;T@ o; ;;;[o;;I"compile.c;T;[o;;[I"bfix to add "ensure" codes across "while" clause before "return" expression. [ruby-dev:37967];To;;I"bootstraptest/test_flow.rb;T;[o;;[I"add a test.;TS; ; i; I";Tue Feb 17 01:53:35 2009 Tanaka Akira ;T@ o; ;;;[ o;;I"ext/socket/mkconstants.rb;T;[o;;[I"0generate rb_define_const directly for rdoc.;To;;I"ext/.document;T;[o;;[I"add socket/constdefs.c.;To;;I"/ext/socket/constants.c (sock_define_const);T;[o;;[I" removed.;To;;I"(sock_define_uconst);T;[o;;[I" ditto.;To;;I"(rb_mSockConst);T;[o;;[I"new static variable.;TS; ; i; I"2009-02-16;T@ S; ; i; I";Mon Feb 16 23:14:51 2009 Tanaka Akira ;T@ o; ;;;[o;;I";T@ o; ;;;[o;;I"symbian/setup;T;[o;;[I"FUpdate Symbian config to match recent changes in missing/alloca.c;TS; ; i; I"@Mon Feb 16 17:04:14 2009 Akinori MUSHA ;T@ o; ;;;[o;;I"6class.c (rb_scan_args), README.EXT, README.EXT.ja;T;[o;;[I"}Add support for specifying the number of the trailing mandatory arguments. Update the documents accordingly. [ruby-dev:37995];TS; ; i; I"EMon Feb 16 16:46:14 2009 Nobuyoshi Nakada ;T@ o; ;;;[ o;;I"debug.c (set_debug_option);T;[o;;[I"added rtc_error option.;To;;I"%win32/Makefile.sub (CRTDEFFLAGS);T;[o;;[I"separated from DEFS.;To;;I"&win32/win32.c (rtc_error_handler);T;[o;;[I"?ignores RTC errors unless rtc_error debug option is given.;To;;I"#win32/win32.c (rb_w32_sysinit);T;[o;;[I"7suppress useless CRT assertions. [ruby-core:22116];TS; ; i; I"2009-02-15;T@ S; ; i; I"ESun Feb 15 21:43:44 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"3lib/ostruct.rb (OpenStruct#new_ostruct_member);T;[o;;[I";T@ o; ;;;[o;;I"9lib/test/unit/assertions.rb (Test::Unit::Assertions);T;[o;;[I"!aliases assert_not_ methods.;TS; ; i; I";Sun Feb 15 16:57:35 2009 Tanaka Akira ;T@ o; ;;;[o;;I"6lib/securerandom.rb (SecureRandom.urlsafe_base64);T;[o;;[I"new method.;TS; ; i; I";Sun Feb 15 14:58:07 2009 Tanaka Akira ;T@ o; ;;;[o;;I"hash.c (hash_i);T;[o;;[I"use Murmurhash.;TS; ; i; I"ESun Feb 15 11:45:29 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"+variable.c (rb_define_hooked_variable);T;[o;;[I":suppress false assertion with VC9. [ruby-core:22115];TS; ; i; I";Sun Feb 15 08:35:33 2009 Tanaka Akira ;T@ o; ;;;[o;;I"test/test_pp.rb;T;[o;;[I"extract from lib/pp.rb.;To;;I"test/test_prettyprint.rb;T;[o;;[I"%extract from lib/prettyprint.rb.;To;;I"test/test_tsort.rb;T;[o;;[I"extract from lib/tsort.rb.;TS; ; i; I";Sun Feb 15 06:34:22 2009 Tanaka Akira ;T@ o; ;;;[o;;I"lib/time.rb (Time.parse);T;[o;;[I"Zraise ArgumentError if Date._parse don't extract date information. [ruby-core:20912];TS; ; i; I"=Sun Feb 15 04:48:08 2009 Yusuke Endoh ;T@ o; ;;;[o;;I"_string.c (rb_hash_uint32, rb_hash_uint, rb_hash_start, rb_hash_end), include/ruby/intern.h;T;[o;;[I"*add Murmurhash API. [ruby-dev:37784];To;;I"complex.c (nucomp_hash), array.c (rb_ary_hash), time.c (time_hash), string.c (rb_str_hash), object.c (rb_obj_hash), range.c (range_hash), struct.c (rb_struct_hash), hash.c (rb_any_hash), rational.c (nurat_hash);T;[o;;[I"&use Murmurhash. [ruby-dev:37784];TS; ; i; I"=Sun Feb 15 03:50:21 2009 Yusuke Endoh ;T@ o; ;;;[o;;I"hash.c (rb_hash);T;[o;;[I"always return a fixnum value because a return value of rb_hash may be used as a hash value itself and bignums have no unique VALUE.;To;;I"test/ruby/test_hash.rb;T;[o;;[I"add a test for above.;TS; ; i; I"ESun Feb 15 00:45:41 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I",array.c (rb_ary_uniq_bang, rb_ary_uniq);T;[o;;[I";unique by the result of given block. [ruby-dev:37998];TS; ; i; I"ESun Feb 15 00:39:44 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"array.c (ary_resize_capa);T;[o;;[I"1should not overwrite outside embedded array.;TS; ; i; I"2009-02-14;T@ S; ; i; I";Sat Feb 14 20:18:19 2009 Tanaka Akira ;T@ o; ;;;[o;;I"test/test_time.rb;T;[o;;[I" extracted from lib/time.rb.;TS; ; i; I";Sat Feb 14 19:20:15 2009 Tanaka Akira ;T@ o; ;;;[o;;I"lib/pathname.rb;T;[o;;[I"0obsolete methods removed. [ruby-core:21564];TS; ; i; I"GSat Feb 14 15:46:01 2009 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"'lib/pathname.rb (Pathname#binread);T;[o;;[I"added. [ruby-dev:37952];TS; ; i; I"ISat Feb 14 13:14:18 2009 TAKANO Mitsuhiro (takano32) ;T@ o; ;;;[o;;I" iseq.c;T;[o;;[I"Cremove nil parameter from Proc#parameters after rest appeared.;TS; ; i; I"BSat Feb 14 07:23:52 2009 NARUSE, Yui ;T@ o; ;;;[o;;I",string.c (rb_external_str_new_with_enc);T;[o;;[I"'change evaluation order for speed.;TS; ; i; I";Sat Feb 14 02:20:04 2009 Tanaka Akira ;T@ o; ;;;[o;;I"'ext/socket/sockport.h (SET_SA_LEN);T;[o;;[I",cast to void for suppressing a warning.;TS; ; i; I"2009-02-13;T@ S; ; i; I"EFri Feb 13 23:37:10 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"7ext/dl/win32/lib/Win32API.rb (Win32API#initialize);T;[o;;[I"DL.dlopen raises DLError.;TS; ; i; I";Fri Feb 13 21:13:19 2009 Tanaka Akira ;T@ o; ;;;[o;;I"&ext/socket/socket.c (Init_socket);T;[o;;[I"Adefine TCPServer#listen and UNIXServer#listen here for rdoc.;TS; ; i; I";Fri Feb 13 20:59:48 2009 Tanaka Akira ;T@ o; ;;;[o;;I"0ext/socket/ancdata.c (extract_ipv6_pktinfo);T;[o;;[I"set sa_len for 4.4BSD.;TS; ; i; I"EFri Feb 13 15:34:18 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I""iseq.c (simple_default_value);T;[o;;[I"cremoved. default values of optional parameters are not available still now. [ruby-dev:37980];TS; ; i; I"=Fri Feb 13 15:11:11 2009 Koichi Sasada ;T@ o; ;;;[o;;I"&vm_eval.c (eval_string_with_cref);T;[o;;[I"use rb_vm_get_ruby_level_next_cfp() instead of vm_get_ruby_level_caller_cfp(). checking a upper frame is not enough. [ruby-dev:37984];To;;I"proc.c, vm_core.h;T;[o;;[I":declare rb_vm_get_ruby_level_next_cfp() on vm_core.h.;TS; ; i; I"=Fri Feb 13 15:01:40 2009 Koichi Sasada ;T@ o; ;;;[o;;I"cont.c (rb_fiber_alive_p);T;[o;;[I"6fix to return true instead of 0. [ruby-dev:37991];To;;I"test/ruby/test_fiber.rb;T;[o;;[I" add a test for Fiber#alive?;TS; ; i; I"EFri Feb 13 09:43:19 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"$configure.in (ac_cv_func_flock);T;[o;;[I"3using flock defined in win32/win32.c on mingw.;TS; ; i; I"EFri Feb 13 01:45:17 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"Ocompile.c (iseq_set_sequence, compile_dstr_fragments), (iseq_compile_each);T;[o;;[I""hides other internal objects.;To;;I""compile.c (iseq_compile_each);T;[o;;[I"just freeze xstr.;TS; ; i; I"EFri Feb 13 00:48:42 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"insns.def (defineclass);T;[o;;[I",try to autoload const to be overridden.;TS; ; i; I"2009-02-12;T@ S; ; i; I";Thu Feb 12 23:22:29 2009 Tanaka Akira ;T@ o; ;;;[o;;I"1test/socket/test_socket.rb (test_udp_server);T;[o;;[I"8filter out unreachable addresses. [ruby-dev:37970];TS; ; i; I"EThu Feb 12 22:51:18 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"compile.c (hide_obj);T;[o;;[I"oOBJ_FREEZE() is not an expression. a patch from nagachika at [ruby-dev:37977].;To;;I""compile.c (insn_set_sc_state);T;[o;;[I"fixed typo.;TS; ; i; I";Thu Feb 12 12:36:35 2009 Tanaka Akira ;T@ o; ;;;[o;;I"0ext/socket/basicsocket.c (bsock_getpeereid);T;[o;;[I"0implemented for Solaris using getpeerucred.;To;;I"ext/socket/extconf.rb;T;[o;;[I"$check ucred.h and getpeerucred.;To;;I"ext/socket/rubysocket.h;T;[o;;[I""include ucred.h if available.;TS; ; i; I"EThu Feb 12 19:42:33 2009 Nobuyoshi Nakada ;T@ o; ;;;[ o;;I"@compile.c (compile_array_, defined_expr, iseq_compile_each);T;[o;;[I"Zhide and freeze internal literal objects, to prevent from modifying. [ruby-dev:37959];To;;I"!iseq.c (insn_operand_intern);T;[o;;[I"#copy internal literal objects.;To;;I"$insns.def (putstring, duparray);T;[o;;[I" ditto.;To;;I"string.c (rb_str_replace);T;[o;;[I"exported.;TS; ; i; I"EThu Feb 12 17:17:51 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"+ext/stringio/stringio.c (strio_ungetc);T;[o;;[I"=calculates new position before reallocation. [Bug#1099];TS; ; i; I"EThu Feb 12 16:50:27 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"configure.in;T;[o;;[I"Qa patch to build on GNU/kOpenSolaris from Rober Millan at [ruby-core:21888].;TS; ; i; I"GThu Feb 12 15:28:04 2009 Yukihiro Matsumoto ;T@ o; ;;;[o;;I""iseq.c (simple_default_value);T;[o;;[I"+allow plain strings as default values.;TS; ; i; I"2009-02-11;T@ S; ; i; I"BWed Feb 11 18:09:41 2009 NAKAMURA Usaku ;T@ o; ;;;[o;;I"(gc.c (define_final, undefine_final);T;[o;;[I"6shouldn't add/remove finalizer of frozen objects.;To;;I"gc.c (undefine_final);T;[o;;[I"Qshould remove FL_FINALIZE flag. [ruby-dev:37964] (also see [ruby-dev:37959]);TS; ; i; I";Wed Feb 11 17:37:41 2009 Tanaka Akira ;T@ o; ;;;[o;;I"9ext/socket/lib/socket.rb (Socket.udp_server_sockets);T;[o;;[I"Fcall the block if given. close the sockets when the block exits.;To;;I"(Socket.udp_server_loop);T;[o;;[I"*use udp_server_sockets in block form.;TS; ; i; I";Wed Feb 11 17:34:16 2009 Tanaka Akira ;T@ o; ;;;[o;;I"9ext/socket/lib/socket.rb (Socket.tcp_server_sockets);T;[o;;[I"Fcall the block if given. close the sockets when the block exits.;To;;I"(Socket.tcp_server_loop);T;[o;;[I"*use tcp_server_sockets in block form.;TS; ; i; I";Wed Feb 11 17:01:52 2009 Tanaka Akira ;T@ o; ;;;[o;;I"7ext/socket/lib/socket.rb (Socket.unix_server_loop);T;[o;;[I")use unix_server_socket with a block.;TS; ; i; I";Wed Feb 11 16:54:26 2009 Tanaka Akira ;T@ o; ;;;[o;;I"9ext/socket/lib/socket.rb (Socket.unix_server_socket);T;[o;;[I"+close the socket when the block exits.;TS; ; i; I";Wed Feb 11 16:50:59 2009 Tanaka Akira ;T@ o; ;;;[o;;I"9ext/socket/lib/socket.rb (Socket.unix_server_socket);T;[o;;[I"Kcall the block if given. remove the socket file when the block exits.;TS; ; i; I";Wed Feb 11 16:44:20 2009 Tanaka Akira ;T@ o; ;;;[o;;I"2ext/socket/ancdata.c (ancillary_s_ip_pktinfo);T;[o;;[I" make 3rd argument optional.;TS; ; i; I"EWed Feb 11 15:47:10 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"array.c (ary_make_shared);T;[o;;[I"Freturns shared root array itself, and frozen array can be shared.;TS; ; i; I"EWed Feb 11 14:46:16 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"&insns.def (setspecial, putstring);T;[o;;[I"fixed typos in rdoc.;To;;I"insns.def (toregexp);T;[o;;[I"5uses rb_ary_tmp_new(), and clears it after used.;TS; ; i; I";Wed Feb 11 14:08:23 2009 Tanaka Akira ;T@ o; ;;;[o;;I"5ext/socket/ancdata.c (anc_inspect_socket_rights);T;[o;;[I"(return 1 on success. 0 on failure.;To;;I"'(anc_inspect_passcred_credentials);T;[o;;[I" ditto.;To;;I"(anc_inspect_socket_creds);T;[o;;[I" ditto.;To;;I"(anc_inspect_socket_creds);T;[o;;[I" ditto.;To;;I"(anc_inspect_socket_creds);T;[o;;[I" ditto.;To;;I"!(anc_inspect_ip_recvdstaddr);T;[o;;[I" ditto.;To;;I"(anc_inspect_ip_pktinfo);T;[o;;[I" ditto.;To;;I"(anc_inspect_ipv6_pktinfo);T;[o;;[I" ditto.;To;;I"(ancillary_inspect);T;[o;;[I"check family.;TS; ; i; I";Wed Feb 11 12:55:07 2009 Tanaka Akira ;T@ o; ;;;[o;;I"2ext/socket/ancdata.c (anc_inspect_ip_pktinfo);T;[o;;[I"make result bit succinct.;To;;I"(Init_ancdata);T;[o;;[I"fix number of arguments.;TS; ; i; I";Wed Feb 11 11:47:41 2009 Tanaka Akira ;T@ o; ;;;[o;;I"*ext/socket/ipsocket.c (Init_ipsocket);T;[o;;[I""undef getpeereid at IPSocket.;TS; ; i; I";Wed Feb 11 10:16:34 2009 Tanaka Akira ;T@ o; ;;;[o;;I"ext/socket/extconf.rb;T;[o;;[I"check getpeereid.;To;;I"0ext/socket/basicsocket.c (bsock_getpeereid);T;[o;;[I"new method.;TS; ; i; I";Wed Feb 11 09:58:59 2009 Tanaka Akira ;T@ o; ;;;[o;;I"9ext/socket/lib/socket.rb (Socket::UDPSource#inspect);T;[o;;[I"fix variable name.;TS; ; i; I";Wed Feb 11 00:38:16 2009 Tanaka Akira ;T@ o; ;;;[o;;I"+ext/socket/socket.c (sock_gethostname);T;[o;;[I"use HOST_NAME_MAX.;To;;I")ext/socket/raddrinfo.c (make_ipaddr);T;[o;;[I"local variable renamed.;TS; ; i; I"2009-02-10;T@ S; ; i; I";Tue Feb 10 23:44:53 2009 Tanaka Akira ;T@ o; ;;;[ o;;I",ext/socket/init.c (struct recvfrom_arg);T;[o;;[I"!use struct sockaddr_storage.;To;;I"(recvfrom_blocking);T;[o;;[I"'follow struct recvfrom_arg change.;To;;I"(s_recvfrom);T;[o;;[I" ditto.;To;;I"(s_recvfrom_nonblock);T;[o;;[I"!use struct sockaddr_storage.;To;;I"&ext/socket/socket.c (sock_accept);T;[o;;[I"!use struct sockaddr_storage.;To;;I"(sock_accept_nonblock);T;[o;;[I" ditto.;To;;I"(sock_sysaccept);T;[o;;[I" ditto.;To;;I"2ext/socket/ancdata.c (bsock_recvmsg_internal);T;[o;;[I"!use struct sockaddr_storage.;TS; ; i; I";Tue Feb 10 23:30:32 2009 Tanaka Akira ;T@ o; ;;;[o;;I"1ext/socket/basicsocket.c (bsock_getpeername);T;[o;;[I"!use struct sockaddr_storage.;To;;I"(bsock_local_address);T;[o;;[I" ditto.;To;;I"(bsock_remote_address);T;[o;;[I" ditto.;TS; ; i; I";Tue Feb 10 21:26:33 2009 Tanaka Akira ;T@ o; ;;;[ o;;I"9ext/socket/lib/socket.rb (Socket.udp_server_sockets);T;[o;;[I"new method.;To;;I" (Socket.udp_server_loop_on);T;[o;;[I"new method.;To;;I"(Socket.udp_server_loop);T;[o;;[I"new method;To;;I"(Socket.ip_sockets_port0);T;[o;;[I"-extracted from tcp_server_sockets_port0.;To;;I"(Socket::UDPSource);T;[o;;[I"new class.;TS; ; i; I";Tue Feb 10 21:14:43 2009 Tanaka Akira ;T@ o; ;;;[o;;I"'ext/socket/socket.c (sockaddr_obj);T;[o;;[I"fill pfamily.;TS; ; i; I";Tue Feb 10 21:09:23 2009 Tanaka Akira ;T@ o; ;;;[o;;I")ext/socket/option.c (sockopt_s_bool);T;[o;;[I"new method.;To;;I"(sockopt_bool);T;[o;;[I"new method.;TS; ; i; I";Tue Feb 10 20:58:47 2009 Tanaka Akira ;T@ o; ;;;[ o;;I"+ext/socket/option.c (sockopt_family_m);T;[o;;[I"!renamed from sockopt_family.;To;;I"(sockopt_level_m);T;[o;;[I" renamed from sockopt_level.;To;;I"(sockopt_optname_m);T;[o;;[I""renamed from sockopt_optname.;To;;I"(inspect_local_peercred);T;[o;;[I"follow the renaming.;To;;I"(Init_sockopt);T;[o;;[I" ditto.;TS; ; i; I";Tue Feb 10 20:56:07 2009 Tanaka Akira ;T@ o; ;;;[o;;I"4ext/socket/ancdata.c (anc_inspect_socket_creds);T;[o;;[I",refactored to avoid a rb_str_cat2 call.;TS; ; i; I"ETue Feb 10 04:34:38 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"configure.in (when);T;[o;;[I" makes parentheses balanced.;TS; ; i; I";Tue Feb 10 01:28:49 2009 Tanaka Akira ;T@ o; ;;;[o;;I"/ext/socket/ancdata.c (ip_cmsg_type_to_sym);T;[o;;[I"#renamed from cmsg_type_to_sym.;TS; ; i; I";Tue Feb 10 01:22:56 2009 Tanaka Akira ;T@ o; ;;;[o;;I"*ext/socket/option.c (sockopt_inspect);T;[o;;[I"refactored.;TS; ; i; I";Tue Feb 10 01:02:16 2009 Tanaka Akira ;T@ o; ;;;[o;;I"ext/socket/mkconstants.rb;T;[o;;[I"%generate intern_family_noprefix.;To;;I"*ext/socket/option.c (sockopt_inspect);T;[o;;[I"7use intern_family_noprefix not to show AF_ prefix.;To;;I"-ext/socket/ancdata.c (ancillary_inspect);T;[o;;[I" ditto.;TS; ; i; I"2009-02-09;T@ S; ; i; I";Mon Feb 9 23:21:29 2009 Tanaka Akira ;T@ o; ;;;[ o;;I"'ext/socket/constants.c (level_arg);T;[o;;[I"8use unknown_level_to_int for non internet protocol.;To;;I"(optname_arg);T;[o;;[I":use only so_optname_to_int for non internet protocol.;To;;I"(cmsg_type_arg);T;[o;;[I";use only scm_optname_to_int for non internet protocol.;To;;I"ext/socket/mkconstants.rb;T;[o;;[I"Mgenerate unknown_level_to_int. rename iplevel_to_int to ip_level_to_int.;TS; ; i; I";Mon Feb 9 23:04:27 2009 Tanaka Akira ;T@ o; ;;;[ o;;I"ext/socket/mkconstants.rb;T;[o;;[I"Rrename level_to_int to iplevel_to_int. rename intern_level to intern_iplevel.;To;;I"ext/socket/constants.c;T;[o;;[I"follow the renaming.;To;;I"ext/socket/option.c;T;[o;;[I" ditto.;To;;I"ext/socket/ancdata.c;T;[o;;[I" ditto.;TS; ; i; I";Mon Feb 9 22:52:13 2009 Tanaka Akira ;T@ o; ;;;[o;;I"(ext/socket/rubysocket.h (level_arg);T;[o;;[I"add family argument.;To;;I"(optname_arg);T;[o;;[I" ditto.;To;;I"(cmsg_type_arg);T;[o;;[I" ditto.;To;;I"(rb_sock_getfamily);T;[o;;[I"declared.;To;;I"'ext/socket/constants.c (level_arg);T;[o;;[I"add family argument.;To;;I"(optname_arg);T;[o;;[I" ditto.;To;;I"(cmsg_type_arg);T;[o;;[I" ditto.;To;;I"*ext/socket/init.c (rb_sock_getfamily);T;[o;;[I" defined.;To;;I"-ext/socket/option.c (sockopt_initialize);T;[o;;[I"/give family for level_arg and optname_arg.;To;;I"(sockopt_s_int);T;[o;;[I" ditto.;To;;I"0ext/socket/basicsocket.c (bsock_setsockopt);T;[o;;[I" ditto.;To;;I"(bsock_getsockopt);T;[o;;[I" ditto.;To;;I"0ext/socket/ancdata.c (ancillary_initialize);T;[o;;[I" ditto.;To;;I"(ancillary_s_int);T;[o;;[I" ditto.;To;;I"(ancillary_cmsg_is_p);T;[o;;[I" ditto.;To;;I"(bsock_sendmsg_internal);T;[o;;[I" ditto.;To;;I"(bsock_recvmsg_internal);T;[o;;[I"use rb_sock_getfamily.;TS; ; i; I";Mon Feb 9 21:48:59 2009 Tanaka Akira ;T@ o; ;;;[o;;I"-ext/socket/ancdata.c (ancillary_inspect);T;[o;;[I"show address family.;TS; ; i; I";Mon Feb 9 20:19:36 2009 Tanaka Akira ;T@ o; ;;;[o;;I"1ext/socket/basicsocket.c (bsock_getsockname);T;[o;;[I"use sockaddr_storage.;TS; ; i; I"EMon Feb 9 20:11:55 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"6ext/win32ole/win32ole.c (load_conv_function51932);T;[o;;[I"Jfixed for the case IMultiLanguage is not available. [ruby-dev:37950];TS; ; i; I";Mon Feb 9 20:04:35 2009 Tanaka Akira ;T@ o; ;;;[ o;;I"&ext/socket/option.c (inspect_int);T;[o;;[I"#return 1/0 on success/failure.;To;;I"(inspect_uint);T;[o;;[I" ditto.;To;;I"(inspect_linger);T;[o;;[I" ditto.;To;;I"(inspect_socktype);T;[o;;[I" ditto.;To;;I"(inspect_timeval);T;[o;;[I" ditto.;To;;I"(inspect_peercred);T;[o;;[I" ditto.;To;;I"(inspect_local_peercred);T;[o;;[I" ditto.;To;;I"(sockopt_inspect);T;[o;;[I"refactored.;TS; ; i; I";Mon Feb 9 20:00:26 2009 Tanaka Akira ;T@ o; ;;;[o;;I"ext/socket/mkconstants.rb;T;[o;;[I" more constants for Solaris.;TS; ; i; I";Mon Feb 9 19:59:18 2009 Tanaka Akira ;T@ o; ;;;[o;;I"0ext/socket/basicsocket.c (bsock_getsockopt);T;[o;;[I"'refine address family examination.;TS; ; i; I";Mon Feb 9 19:52:32 2009 Tanaka Akira ;T@ o; ;;;[o;;I"-ext/socket/option.c (sockopt_initialize);T;[o;;[I"#argument conversion reordered.;TS; ; i; I";Mon Feb 9 19:46:22 2009 Tanaka Akira ;T@ o; ;;;[ o;;I"0ext/socket/ancdata.c (ancillary_initialize);T;[o;;[I"add family argument.;To;;I"(ancdata_new);T;[o;;[I" ditto.;To;;I"(ancillary_s_int);T;[o;;[I" ditto.;To;;I"(ancillary_family);T;[o;;[I"new function.;To;;I"(ancillary_family_m);T;[o;;[I"new method.;To;;I"(ancillary_s_ip_pktinfo);T;[o;;[I"follow ancdata_new change.;To;;I"(ancillary_s_ipv6_pktinfo);T;[o;;[I" ditto.;To;;I"(bsock_recvmsg_internal);T;[o;;[I"'examine the socket address family.;TS; ; i; I"BMon Feb 9 11:31:09 2009 NARUSE, Yui ;T@ o; ;;;[o;;I"io.c (io_encoding_set);T;[o;;[I"Qignore second argument when external and internal are same. [ruby-dev:37939];TS; ; i; I";Mon Feb 9 09:05:12 2009 Tanaka Akira ;T@ o; ;;;[o;;I"1ext/socket/option.c (inspect_local_peercred);T;[o;;[I"check version.;To;;I"(sockopt_inspect);T;[o;;[I"suppress warning.;TS; ; i; I";Mon Feb 9 02:04:03 2009 Tanaka Akira ;T@ o; ;;;[o;;I"+ext/socket/option.c (inspect_peercred);T;[o;;[I"-struct ucred contains effective uid/gid.;TS; ; i; I";Mon Feb 9 00:44:45 2009 Tanaka Akira ;T@ o; ;;;[o;;I"*ext/socket/option.c (sockopt_inspect);T;[o;;[I"(add ifdef guard for LOCAL_PEERCRED.;TS; ; i; I";Mon Feb 9 00:37:06 2009 Tanaka Akira ;T@ o; ;;;[o;;I"1ext/socket/option.c (inspect_local_peercred);T;[o;;[I"/cr_uid is a effective uid, not a real uid.;TS; ; i; I";Mon Feb 9 00:30:56 2009 Tanaka Akira ;T@ o; ;;;[ o;;I"ext/socket/extconf.rb;T;[o;;[I"'check sys/param.h and sys/ucred.h.;To;;I"ext/socket/rubysocket.h;T;[o;;[I")include sys/param.h and sys/ucred.h.;To;;I"1ext/socket/option.c (inspect_local_peercred);T;[o;;[I"Bnew function to show LOCAL_PEERCRED socket option on FreeBSD.;To;;I"(sockopt_inspect);T;[o;;[I"=show as LOCAL_* socket option if AF_UNIX and level is 0.;TS; ; i; I";Mon Feb 9 00:01:47 2009 Tanaka Akira ;T@ o; ;;;[ o;;I"*ext/socket/rubysocket.h (sockopt_new);T;[o;;[I"add family argument.;To;;I"-ext/socket/option.c (sockopt_initialize);T;[o;;[I"add vfamily argument.;To;;I"(sockopt_new);T;[o;;[I"5add family argument and record it in the object.;To;;I"(sockopt_family);T;[o;;[I"new method.;To;;I"(sockopt_s_int);T;[o;;[I"add vfamily argument.;To;;I"(sockopt_inspect);T;[o;;[I"show family.;To;;I"0ext/socket/basicsocket.c (bsock_getsockopt);T;[o;;[I",check address family using getsockname.;TS; ; i; I"2009-02-08;T@ S; ; i; I"=Sun Feb 8 23:37:17 2009 Yusuke Endoh ;T@ o; ;;;[o;;I")enumerator.c (enumerator_with_index);T;[o;;[I"Mreceives one argument which represents a start offset. [ruby-dev:37921];TS; ; i; I"=Sun Feb 8 23:28:05 2009 Yusuke Endoh ;T@ o; ;;;[o;;I"include/ruby/st.h, st.c;T;[o;;[I"order entries by a linked list instead of a loop to fix iteration miss when hash is modified during iteration. [ruby-dev:37910];TS; ; i; I";Sun Feb 8 23:22:35 2009 Tanaka Akira ;T@ o; ;;;[o;;I"+ext/socket/option.c (inspect_peercred);T;[o;;[I"Anew function to show SO_PEERCRED socket option on GNU/Linux.;TS; ; i; I"ESun Feb 8 22:44:20 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"ginclude/ruby/backward/rubysig.h (rb_thread_blocking_region_begin), (rb_thread_blocking_region_end);T;[o;;[I"marked as deprecated.;To;;I"/include/ruby/backward/rubysig.h (TRAP_BEG);T;[o;;[I"?fix for C++. a patch from Aman Gupta at [ruby-core:21934];TS; ; i; I";Sun Feb 8 21:47:50 2009 Tanaka Akira ;T@ o; ;;;[o;;I"ext/socket/extconf.rb;T;[o;;[I"check struct cmsgcred.;To;;I";T@ o; ;;;[o;;I"Elib/drb/extservm.rb (DRb::ExtServManager#invoke_service_command);T;[o;;[I".detach spawned process. [ruby-dev:37936];TS; ; i; I";Sun Feb 8 20:30:29 2009 Tanaka Akira ;T@ o; ;;;[o;;I"ext/socket/extconf.rb;T;[o;;[I"check struct sockcred.;To;;I"4ext/socket/ancdata.c (anc_inspect_socket_creds);T;[o;;[I".new function to show SCM_CREDS on NetBSD.;TS; ; i; I"ESun Feb 8 19:05:24 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"$include/ruby/backward/rubysig.h;T;[o;;[I".extern "C" was missing. [ruby-core:21929];TS; ; i; I";Sun Feb 8 18:46:15 2009 Tanaka Akira ;T@ o; ;;;[o;;I";T@ o; ;;;[o;;I"io.c (rb_io_s_binread);T;[o;;[I")ensures file path. [ruby-dev:37940];TS; ; i; I";Sun Feb 8 13:52:02 2009 Tanaka Akira ;T@ o; ;;;[o;;I"0ext/socket/raddrinfo.c (init_unix_addrinfo);T;[o;;[I"add socktype argument.;To;;I"(addrinfo_initialize);T;[o;;[I"&follow init_unix_addrinfo change.;To;;I"(addrinfo_s_unix);T;[o;;[I"$add optional argument: socktype;TS; ; i; I"ESun Feb 8 13:09:32 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"hconfigure.in (RUBY_APPEND_OPTION, RUBY_APPEND_OPTIONS), (RUBY_PREPEND_OPTION, RUBY_PREPEND_OPTIONS);T;[o;;[I"'add option(s) without duplication.;To;;I""configure.in (RUBY_DEFINE_IF);T;[o;;[I"8changed parameter order, now condition comes first.;To;;I"$configure.in (universal_binary);T;[o;;[I">checks architecture macros, and improved thin load paths.;TS; ; i; I"ESun Feb 8 09:41:47 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"runruby.rb;T;[o;;[I"+gets extout and arch from rbconfig.rb.;TS; ; i; I"2009-02-07;T@ S; ; i; I";Sat Feb 7 21:26:15 2009 Tanaka Akira ;T@ o; ;;;[o;;I"8test/socket/test_addrinfo.rb (test_family_addrinfo);T;[o;;[I"[don't use www.ruby-lang.org. http://d.hatena.ne.jp/nagachika/20090204/working_for_0f0e;TS; ; i; I"ESat Feb 7 18:02:48 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"configure.in (--with-arch);T;[o;;[I"sadded new option to support universal binary. replaced --enable-fat-binary option which didn't work actually.;To;;I"'configure.in (RUBY_FUNC_ATTRIBUTE);T;[o;;[I"added conditional test.;To;;I"(configure.in (ac_cv_type_getgroups);T;[o;;[I"Sdeclared because getgroups() fills rest of the buffer with garbage on Rosetta.;To;;I"configure.in (alloca);T;[o;;[I"Udefines only for powerpc, but always create empty object to suppress ld warning.;To;;I"$configure.in (LIBRUBY_DLDFLAGS);T;[o;;[I"*set compatibility version with TEENY.;To;;I"#configure.in (CFLAGS, LDFLAGS);T;[o;;[I"separates ARCH_FLAG.;To;;I"configure.in (arch);T;[o;;[I"'renamed to "universal" from "fat".;To;;I"Makefile.in (ARCH_FLAG);T;[o;;[I" added.;To;;I"-include/ruby/defines.h (WORDS_BIGENDIAN);T;[o;;[I"#uses AC_APPLE_UNIVERSAL_BUILD.;To;;I"missing/alloca.c (alloca);T;[o;;[I")defines only if C_ALLOCA is defined.;TS; ; i; I"ESat Feb 7 12:31:03 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"runruby.rb;T;[o;;[I"+added --precommand and --show options.;To;;I"runruby.rb;T;[o;;[I"added --cpu option.;To;;I"runruby.rb;T;[o;;[I"(skips version check in rbconfig.rb.;TS; ; i; I"ESat Feb 7 11:44:06 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"lib/mkmf.rb (have_header);T;[o;;[I"2needs dependent headers if trying to compile.;To;;I"ext/socket/extconf.rb;T;[o;;[I"'net/if.h depends on other headers.;TS; ; i; I";Sat Feb 7 04:02:37 2009 Tanaka Akira ;T@ o; ;;;[o;;I"dir.c (dir_read);T;[o;;[I"don't disable rdoc.;TS; ; i; I"2009-02-06;T@ S; ; i; I";Fri Feb 6 23:28:33 2009 Tanaka Akira ;T@ o; ;;;[o;;I"io.c (io_fread);T;[o;;[I"suse rb_io_wait_readable for retry avoid Errno::EINTR on ruby -e 'trap(:CHLD) {}; spawn("sleep 1"); STDIN.read';TS; ; i; I"QFri Feb 6 22:36:11 2009 Alexander Zavorine ;T@ o; ;;;[o;;I";T@ o; ;;;[o;;I"+include/ruby/defines.h [__SYMBIAN32__];T;[o;;[I"2included for fd_set definition;TS; ; i; I"QFri Feb 6 21:58:24 2009 Alexander Zavorine ;T@ o; ;;;[o;;I"symbian/missing-pips.c;T;[o;;[I"2added a stub for missing PIPS function execl.;To;;I"-process.c (rb_proc_exec) [__SYMBIAN32__];T;[o;;[I"4removed conditional around execl function call.;TS; ; i; I";Fri Feb 6 20:37:42 2009 Tanaka Akira ;T@ o; ;;;[o;;I"$signal.c (register_sigaltstack);T;[o;;[I"Vignore sigaltstack error. It fails on OpenBSD 4.4 when pthread library is linked.;TS; ; i; I"BFri Feb 6 18:18:07 2009 NAKAMURA Usaku ;T@ o; ;;;[o;;I",win32/win32.c (rb_w32_readdir_with_enc);T;[o;;[I";fallback to OS's conversion when ASCII-8BIT is passed.;TS; ; i; I"BFri Feb 6 17:19:23 2009 NAKAMURA Usaku ;T@ o; ;;;[ o;;I"5win32/{dir.h, win32.c} (rb_w32_readdir_with_enc);T;[o;;[I"3new function to read entry with specified enc.;To;;I"%win32/win32.c (readdir_internal);T;[o;;[I"#extract from rb_w32_opendir().;To;;I"%win32/win32.c (opendir_internal);T;[o;;[I"#extract from rb_w32_readdir().;To;;I"dir.c (dir_read, dir_each);T;[o;;[I"juse new READDIR macro instead of readdir() to pass enc for special version of readdir, such as above.;TS; ; i; I"BFri Feb 6 12:11:24 2009 NAKAMURA Usaku ;T@ o; ;;;[o;;I"ruby.c (process_options);T;[o;;[I",set initial default_external before -r.;TS; ; i; I"BFri Feb 6 12:03:47 2009 NAKAMURA Usaku ;T@ o; ;;;[o;;I"ruby.c (process_options);T;[o;;[I"Q-K and -E in shebang should be reflect to default_external. [ruby-dev:37920];TS; ; i; I";Fri Feb 6 07:52:57 2009 Tanaka Akira ;T@ o; ;;;[o;;I"ext/pty/pty.c (chfunc);T;[o;;[I"type fixed.;TS; ; i; I"GFri Feb 6 02:51:59 2009 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"%string.c (rb_str_each_codepoint);T;[o;;[I"Yupdate RDoc for String#codepoints. a patch from Radoslaw Bulat in [ruby-core:21835];TS; ; i; I"=Fri Feb 6 01:09:13 2009 Yusuke Endoh ;T@ o; ;;;[o;;I"5cont.c (cont_mark, cont_capture, cont_restore_1);T;[o;;[I"quse #else instead of #elif. a patch from NISHIMATSU Takeshi in [ruby-list:45856].;TS; ; i; I"2009-02-05;T@ S; ; i; I";Thu Feb 5 20:28:27 2009 Tanaka Akira ;T@ o; ;;;[o;;I"4include/ruby/intern.h (rb_run_exec_options_err);T;[o;;[I"&renamed from rb_run_exec_options.;To;;I"(rb_exec_err);T;[o;;[I"renamed from rb_exec.;To;;I"(rb_fork_err);T;[o;;[I"renamed from rb_fork.;To;;I"(rb_spawn_err);T;[o;;[I"renamed from rb_spawn.;To;;I"(rb_run_exec_options);T;[o;;[I".declared with 1.9.1 compatible signature.;To;;I"(rb_exec);T;[o;;[I" ditto.;To;;I"(rb_fork);T;[o;;[I" ditto.;To;;I"(rb_spawn);T;[o;;[I" ditto.;To;;I"(process.c (rb_run_exec_options_err);T;[o;;[I"&renamed from rb_run_exec_options.;To;;I"(rb_exec_err);T;[o;;[I"renamed from rb_exec.;To;;I"(rb_fork_err);T;[o;;[I"renamed from rb_fork.;To;;I"(rb_spawn_err);T;[o;;[I"renamed from rb_spawn.;To;;I"(rb_run_exec_options);T;[o;;[I" defined.;To;;I"(rb_exec);T;[o;;[I" ditto.;To;;I"(rb_fork);T;[o;;[I" ditto.;To;;I"(rb_spawn);T;[o;;[I" ditto.;To;;I" io.c;T;[o;;[I"follow above change.;To;;I"ext/pty/pty.c;T;[o;;[I"*follow above change. [ruby-dev:37893];TS; ; i; I";Thu Feb 5 19:58:40 2009 Tanaka Akira ;T@ o; ;;;[o;;I"ext/socket;T;[o;;[I"7AddrInfo is renamed to Addrinfo. [ruby-dev:37876];TS; ; i; I"EThu Feb 5 16:18:13 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I";T@ o; ;;;[o;;I""win32/Makefile.sub (config.h);T;[o;;[I"'follow recent changes about paths.;TS; ; i; I"EThu Feb 5 14:26:16 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"'configure.in (MAJOR, MINOR, TEENY);T;[o;;[I"uses RUBY_VERSION_*.;To;;I"mkconfig.rb (prefix);T;[o;;[I"(uses ruby_version in config.status.;TS; ; i; I"EThu Feb 5 12:24:18 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"array.c (rb_ary_uniq);T;[o;;[I"gets rid of copying.;TS; ; i; I"EThu Feb 5 12:01:53 2009 Nobuyoshi Nakada ;T@ o; ;;;[ o;;I"array.c (ary_add_hash);T;[o;;[I" split from ary_make_hash().;To;;I"array.c (ary_make_hash);T;[o;;[I"!hide a Hash used internally.;To;;I"array.c (ary_recycle_hash);T;[o;;[I"Hclears internally used hash. this name came from [ruby-dev:37908].;To;;I"Carray.c (rb_ary_diff, rb_ary_and, rb_ary_or, rb_ary_uniq_bang);T;[o;;[I"recycle hashes.;TS; ; i; I"EThu Feb 5 11:21:35 2009 Nobuyoshi Nakada ;T@ o; ;;;[ o;;I"$configure.in (RUBY_LIB_VERSION);T;[o;;[I"Madded for library version, to split from core version. [ruby-dev:37748];To;;I"&configure.in (RUBY_LIB_PATH, etc);T;[o;;[I"7moved actual version dependent stuff to version.c.;To;;I"%ruby.c (ruby_init_loadpath_safe);T;[o;;[I" ditto.;To;;I"(version.c (ruby_initial_load_paths);T;[o;;[I"Fmoved initial load path version depending on version from ruby.c.;To;;I"1version.h (RUBY_VERSION_{MAJOR,MINOR,TEENY});T;[o;;[I"Onow mean library and API version, and reverted to 1.9.1. [ruby-dev:37889];TS; ; i; I"EThu Feb 5 07:39:33 2009 Kazuhiro NISHIYAMA ;T@ o; ;;;[o;;I",ext/readline/readline.c (Init_readline);T;[o;;[I"5remove_history(0) may be NULL. [ruby-dev:37891];TS; ; i; I"GThu Feb 5 03:55:22 2009 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"time.c (LOCALTIME);T;[o;;[I"?should call tzset() before localtime_r(). [ruby-dev:37896];TS; ; i; I"QThu Feb 5 02:12:35 2009 Alexander Zavorine ;T@ o; ;;;[ o;;I"symbian/configure.bat;T;[o;;[I"\Updated Symbian configuration procedure to avoid creating files outside build directory;To;;I"symbian/pre-build;T;[o;;[I" ditto;To;;I"symbian/setup;T;[o;;[I" ditto;To;;I"symbian/rubyu.def;T;[o;;[I" removed;TS; ; i; I";Thu Feb 5 01:44:02 2009 Tanaka Akira ;T@ o; ;;;[o;;I"'transcode.c (make_econv_exception);T;[o;;[I"Frefine error message for undefined conversion. [ruby-core:21828];TS; ; i; I";Thu Feb 5 01:18:25 2009 Tanaka Akira ;T@ o; ;;;[o;;I",ext/socket/socket.c (sock_s_socketpair);T;[o;;[I" make 3rd argument optional.;To;;I"0ext/socket/unixsocket.c (unix_s_socketpair);T;[o;;[I"follow the above change.;To;;I"0ext/socket/rubysocket.h (sock_s_socketpair);T;[o;;[I" ditto.;TS; ; i; I";Thu Feb 5 00:09:39 2009 Tanaka Akira ;T@ o; ;;;[o;;I"3ext/socket/raddrinfo.c (addrinfo_ipv6_to_ipv4);T;[o;;[I"new method.;TS; ; i; I"2009-02-04;T@ S; ; i; I";Wed Feb 4 21:59:31 2009 Tanaka Akira ;T@ o; ;;;[o;;I"'transcode.c (make_econv_exception);T;[o;;[I"@show U+XXXX form for undefined conversion error from UTF-8.;TS; ; i; I";Wed Feb 4 21:57:37 2009 Tanaka Akira ;T@ o; ;;;[o;;I"string.c (rb_str_dump);T;[o;;[I"%use MBCLEN_CHARFOUND_P properly.;TS; ; i; I";Wed Feb 4 21:55:38 2009 Tanaka Akira ;T@ o; ;;;[o;;I"bootstraptest/runner.rb;T;[o;;[I"refine success message.;TS; ; i; I"EWed Feb 4 19:10:42 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"Makefile.in (id.h);T;[o;;[I"updates from parse.h.;TS; ; i; I"BWed Feb 4 11:45:06 2009 NAKAMURA Usaku ;T@ o; ;;;[o;;I"win32/mkexports.rb;T;[o;;[I"_shouldn't export DllMain. reported at http://pc11.2ch.net/test/read.cgi/tech/1233686068/21;TS; ; i; I"GWed Feb 4 10:12:05 2009 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"'missing/vsnprintf.c (BSD_vfprintf);T;[o;;[I"should support 't' format modifier to handle PRIdPTRDIFF. thanks for the info from Kazuhiro NISHIYAMA. [ruby-core:21807];TS; ; i; I";Wed Feb 4 01:28:46 2009 Tanaka Akira ;T@ o; ;;;[o;;I"ext/socket/extconf.rb;T;[o;;[I";T@ o; ;;;[o;;I"Ftest/etc/test_etc.rb(test_getpwnam, test_getgrgid, test_getgrnam);T;[o;;[I"support an environment that has duplicative entries. a patch from Tomoyuki Chikanaga in [ruby-dev:37882].;TS; ; i; I";Wed Feb 4 00:17:52 2009 Tanaka Akira ;T@ o; ;;;[o;;I"?ext/socket/lib/socket.rb (Socket.tcp_server_sockets_port0);T;[o;;[I" skip socket creation error.;TS; ; i; I"2009-02-03;T@ S; ; i; I"ETue Feb 3 23:37:08 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I" ruby.c (load_file_internal);T;[o;;[I"!resets EOF flag after parse.;TS; ; i; I"ETue Feb 3 23:13:34 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"vm.c (vm_backtrace);T;[o;;[I"Halways returns non-nil array if lev is negative. [ruby-core:21795];TS; ; i; I">Tue Feb 3 21:19:06 2009 TAKAO Kouji ;T@ o; ;;;[o;;I"ext/readline/extconf.rb;T;[o;;[I"7checked rl_set_screen_size and rl_get_screen_size.;To;;I"9ext/readline/readline.c (readline_s_set_screen_size);T;[o;;[I"$added Readline.set_screen_size.;To;;I"9ext/readline/readline.c (readline_s_get_screen_size);T;[o;;[I"$added Readline.get_screen_size.;TS; ; i; I">Tue Feb 3 21:07:19 2009 TAKAO Kouji ;T@ o; ;;;[o;;I"=ext/readline/readline.c (readline_s_set_completion_proc);T;[o;;[I"*set default if proc is nil. fix #1095;TS; ; i; I"ETue Feb 3 16:36:06 2009 Kazuhiro NISHIYAMA ;T@ o; ;;;[o;;I""array.c (rb_ary_sort_by_bang);T;[o;;[I"RDoc update.;To;;I" NEWS;T;[o;;[I"add Array#sort_by!.;TS; ; i; I";Tue Feb 3 16:23:16 2009 Tanaka Akira ;T@ o; ;;;[o;;I"?ext/socket/lib/socket.rb (Socket.tcp_server_sockets_port0);T;[o;;[I"Fnew private function for allocating same port both IPv4 and IPv6.;To;;I" (Socket.tcp_server_sockets);T;[o;;[I"-use tcp_server_sockets_port0 for port 0.;TS; ; i; I"ATue Feb 3 14:12:10 2009 Shugo Maeda ;T@ o; ;;;[o;;I"lib/net/imap.rb;T;[o;;[I"@validate data before sending to a server. [ruby-core:20320];TS; ; i; I"GTue Feb 3 12:35:41 2009 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"re.c (match_array);T;[o;;[I"replace match_check().;To;;I"re.c (match_values_at);T;[o;;[I" ditto.;TS; ; i; I"ATue Feb 3 12:09:08 2009 Shugo Maeda ;T@ o; ;;;[o;;I"lib/net/imap.rb (hmac_md5);T;[o;;[I"Kshould use String#ord to get ascii code from the one-character string.;TS; ; i; I"ETue Feb 3 11:25:41 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"load.c (load_lock);T;[o;;[I"Ewarn for circular require. [ruby-core:20794], [ruby-core:20797];TS; ; i; I";Tue Feb 3 08:35:12 2009 Tanaka Akira ;T@ o; ;;;[ o;;I"9ext/socket/lib/socket.rb (Socket.tcp_server_sockets);T;[o;;[I"+extracted from Socket.tcp_server_loop.;To;;I"(Socket.accept_loop);T;[o;;[I" ditto.;To;;I" (Socket.unix_server_socket);T;[o;;[I",extracted from Socket.unix_server_loop.;To;;I"(Socket.unix_server_loop);T;[o;;[I"use Socket.accept_loop.;TS; ; i; I"ETue Feb 3 08:21:05 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I".test/ruby/test_readpartial.rb (make_pipe);T;[o;;[I",readpartial does not work in text mode.;TS; ; i; I"ETue Feb 3 08:18:26 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"$cygwin/GNUmakefile.in (RUBYDEF);T;[o;;[I"%uses mkexports.rb on cygwin too.;To;;I")win32/mkexports.rb (Exports::Cygwin);T;[o;;[I" added.;TS; ; i; I"ETue Feb 3 08:10:23 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"common.mk (Doxyfile);T;[o;;[I"moved from Makefile.in.;To;;I"template/Doxyfile.tmpl;T;[o;;[I"split from Doxyfile.in.;TS; ; i; I"ETue Feb 3 08:01:38 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"!win32/win32.c (rb_w32_write);T;[o;;[I"6use of cast expressions as lvalues is deprecated.;TS; ; i; I"ETue Feb 3 07:57:58 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"Jext/socket/extconf.rb (in_pktinfo, in6_pktinfo), ext/socket/ancdata.c;T;[o;;[I"Odefined in w32api/ws2tcpip.h on cygwin but cannot compile for some reason.;TS; ; i; I"ETue Feb 3 07:02:11 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"-missing/langinfo.c (nl_langinfo_codeset);T;[o;;[I"2accepts iso-8859 fragment. [ruby-core:21757];TS; ; i; I"ETue Feb 3 07:01:21 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"mkconfig.rb (patchlevel);T;[o;;[I"Rconfig.status may not contain PATCHLEVEL even if other version numbers exist.;TS; ; i; I"2009-02-02;T@ S; ; i; I";Mon Feb 2 23:43:00 2009 Tanaka Akira ;T@ o; ;;;[o;;I"+ext/socket/raddrinfo.c (Init_addrinfo);T;[o;;[I";add AddrInfo#to_s as an alias of AddrInfo#to_sockaddr.;To;;I"'ext/socket/option.c (Init_sockopt);T;[o;;[I"Qadd Socket::Option#to_s as an alias of Socket::Option#data. [ruby-dev:37873];TS; ; i; I"GMon Feb 2 21:04:13 2009 Yukihiro Matsumoto ;T@ o; ;;;[o;;I""array.c (rb_ary_sort_by_bang);T;[o;;[I"$RDoc update. [ruby-core:21742];TS; ; i; I"@Mon Feb 2 20:49:24 2009 Akinori MUSHA ;T@ o; ;;;[o;;I"enumerator.c;T;[o;;[I">Introduce id_each to save rb_intern() and SYM2ID() calls.;TS; ; i; I";Mon Feb 2 19:55:51 2009 Tanaka Akira ;T@ o; ;;;[o;;I"!test/socket/test_addrinfo.rb;T;[o;;[I"use AddrInfo.getaddrinfo to generate IPv6 address. AddrInfo.ip generates IPv4 address for IPv4 mapped IPv6 address if --with-lookup-order-hack=INET. [ruby-dev:37868];TS; ; i; I"GMon Feb 2 19:17:16 2009 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"doc/NEWS-1.9.1;T;[o;;[I":typo fixed: collect_all -> collect. [ruby-core:21706];TS; ; i; I"EMon Feb 2 17:23:14 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"+cygwin/GNUmakefile.in (dir.o, win32.o);T;[o;;[I"depend on win32/dir.h.;TS; ; i; I"BMon Feb 2 17:13:46 2009 NAKAMURA Usaku ;T@ o; ;;;[o;;I"mkconfig.rb;T;[o;;[I"#patchlevel is sometimes minus.;To;;I"win32/resource.rb;T;[o;;[I" ditto.;TS; ; i; I";Mon Feb 2 17:11:23 2009 Tanaka Akira ;T@ o; ;;;[o;;I",ext/socket/ancdata.c (cmsg_type_to_sym);T;[o;;[I"(add #ifdef for no IPv6 environment.;TS; ; i; I"EMon Feb 2 17:05:55 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"file.c (rb_find_file_ext);T;[o;;[I"2should not be infected from other load paths.;TS; ; i; I"EMon Feb 2 16:33:06 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"dir.c (dir_s_home);T;[o;;[I"$new method. [ruby-core:21454];TS; ; i; I";Mon Feb 2 16:06:10 2009 Tanaka Akira ;T@ o; ;;;[o;;I"version.h;T;[o;;[I"Cbump up to 1.9.2 patchlevel -1. yugui recommend "-1" strongly.;To;;I"lib/rubygems/version.rb;T;[o;;[I" accept negative patchlevel.;TS; ; i; I";Mon Feb 2 14:53:35 2009 Tanaka Akira ;T@ o; ;;;[o;;I"*ext/socket/socket.c (sock_initialize);T;[o;;[I"+make 3rd argument, protocol, optional.;TS; ; i; I"GMon Feb 2 14:47:53 2009 Yukihiro Matsumoto ;T@ o; ;;;[o;;I""array.c (rb_ary_sort_by_bang);T;[o;;[I"0new method. requested in [ruby-core:21709];TS; ; i; I"BMon Feb 2 14:22:56 2009 NAKAMURA Usaku ;T@ o; ;;;[o;;I"+ext/socket/constants.c (cmsg_type_arg);T;[o;;[I"INET6 check.;TS; ; i; I";Mon Feb 2 14:18:20 2009 Tanaka Akira ;T@ o; ;;;[o;;I"ext/socket/option.c;T;[o;;[I"use INET6 instead of IPV6.;TS; ; i; I"BMon Feb 2 12:47:47 2009 NAKAMURA Usaku ;T@ o; ;;;[o;;I"%ext/socket/{options,raddrinfo}.c;T;[o;;[I"-use INET6 instead of AF_INET6 for VC++6.;TS; ; i; I"AMon Feb 2 12:41:52 2009 Shugo Maeda ;T@ o; ;;;[o;;I"complex.c (f_signbit);T;[o;;[I"6regard NaN as a positive value. [ruby-dev:37861].;TS; ; i; I"EMon Feb 2 12:39:00 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"Ysample/test.rb (valid_syntax?), test/ruby/test_system.rb (TestSystem::valid_syntax?);T;[o;;[I">use catch and throw instead of return inside BEGIN block.;TS; ; i; I";Mon Feb 2 11:45:10 2009 Tanaka Akira ;T@ o; ;;;[ o;;I",ext/socket/rubysocket.h (cmsg_type_arg);T;[o;;[I"declared.;To;;I"(Init_ancdata);T;[o;;[I" ditto.;To;;I")ext/socket/init.c (Init_socket_init);T;[o;;[I"call Init_ancdata.;To;;I"+ext/socket/constants.c (cmsg_type_arg);T;[o;;[I" defined.;To;;I"ext/socket/depend;T;[o;;[I""add dependency for ancdata.o.;To;;I"ext/socket/mkconstants.rb;T;[o;;[I"1generate scm_optname_to_int. more constants.;To;;I"ext/socket/extconf.rb;T;[o;;[I"add ancdata.o.;To;;I"ext/socket/ancdata.c;T;[o;;[I"Znew file. new method BasicSocket#{sendmsg,sendmsg_nonblock,recvmsg,recvmsg_nonblock};TS; ; i; I"BMon Feb 2 10:57:27 2009 NAKAMURA Usaku ;T@ o; ;;;[o;;I"vwin32/win32.c, win32/dir.h (open_dir_handle, rb_w32_opendir, move_to_next_entry, rb_w32_readdir, check_valid_dir);T;[o;;[I"$change backend API from A to W.;TS; ; i; I";Mon Feb 2 10:48:38 2009 Tanaka Akira ;T@ o; ;;;[o;;I"0ext/socket/basicsocket.c (bsock_setsockopt);T;[o;;[I""accept Socket::Option object.;To;;I"(bsock_getsockopt);T;[o;;[I""return Socket::Option object.;To;;I"ext/socket/option.c;T;[o;;[I"new file.;To;;I"*ext/socket/rubysocket.h (rb_cSockOpt);T;[o;;[I"declared.;To;;I"(sockopt_new);T;[o;;[I" ditto.;To;;I"(Init_sockopt);T;[o;;[I" ditto.;To;;I")ext/socket/init.c (Init_socket_init);T;[o;;[I"call Init_sockopt.;To;;I"ext/socket/depend;T;[o;;[I" add dependency for option.o;To;;I"ext/socket/mkconstants.rb;T;[o;;[I"generate intern_level, intern_so_optname, intern_ip_optname, intern_ipv6_optname, intern_tcp_optname, intern_udp_optname and intern_scm_optname.;To;;I"ext/socket/extconf.rb;T;[o;;[I"add option.o.;TS; ; i; I"EMon Feb 2 09:49:39 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"vm.c (vm_backtrace_each);T;[o;;[I"5progname is not available at initializing phase.;TS; ; i; I"EMon Feb 2 08:12:50 2009 Nobuyoshi Nakada ;T@ o; ;;;[ o;;I"(lib/xmlrpc/server.rb (Server#serve);T;[o;;[I"*gets rid of hardcoded platform names.;To;;I"lib/resolv.rb (Resolv;T;[o;;[I":Hosts::DefaultFileName),;To;;I".(Resolv::DNS::Config.default_config_hash);T;[o;;[I"'tries win32/resolv on mswin64 too.;To;;I"Alib/rubygems/specification.rb (Gem::Specification#ruby_code);T;[o;;[I"added mswin64.;To;;I"Elib/drb/extservm.rb (DRb::ExtServManager#invoke_service_command);T;[o;;[I"6spawn is better to start a process in background.;To;;I"ext/extmk.rb;T;[o;;[I"uses FNM_SYSCASE.;To;;I"instruby.rb;T;[o;;[I";T@ o; ;;;[ o;;I"vm.c (vm_backtrace_each);T;[o;;[I"$now takes an iterator function.;To;;I"5vm_core.h (rb_make_backtrace, rb_backtrace_each);T;[o;;[I"added prototypes.;To;;I":vm_dump.c (rb_vm_bugreport), vm_eval.c (rb_backtrace);T;[o;;[I"7gets rid of allocating objects. [ruby-core:21619];To;;I""vm_eval.c (rb_backtrace_each);T;[o;;[I":new function which iterates over each backtrace info.;TS; ; i; I"BMon Feb 2 06:51:36 2009 NAKAMURA Usaku ;T@ o; ;;;[o;;I"(encoding.c (rb_filesystem_encoding);T;[o;;[I"Windows' filesystem encoding is sometimes ANSI code page and sometimes OEM code page. we should check whether code page is used.;TS; ; i; I"2009-02-01;T@ S; ; i; I";Sun Feb 1 21:27:55 2009 Tanaka Akira ;T@ o; ;;;[o;;I"5ext/socket/raddrinfo.c (addrinfo_ipv4_private_p);T;[o;;[I"new method.;To;;I"(addrinfo_ipv4_loopback_p);T;[o;;[I" ditto.;To;;I" (addrinfo_ipv4_multicast_p);T;[o;;[I" ditto.;TS; ; i; I"ESun Feb 1 16:10:06 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"'lib/optparse.rb (Switch#summarize);T;[o;;[I"gstrips an equal sign from short option, and fills right sides in shorter lines. [ruby-talk:326414];TS; ; i; I"ESun Feb 1 05:19:43 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"Cvariable.c (rb_const_get_0), vm_insnhelper.c (vm_get_ev_const);T;[o;;[I"@avoids infinite self recursion autoload. [ruby-core:21696];TS; ; i; I"2009-01-31;T@ S; ; i; I";Sat Jan 31 22:50:38 2009 Tanaka Akira ;T@ o; ;;;[o;;I"/lib/test/unit/assertions.rb (assert_equal);T;[o;;[I"1show class in failure message if meaningful.;TS; ; i; I";Sat Jan 31 22:38:46 2009 Tanaka Akira ;T@ o; ;;;[o;;I"-lib/resolv.rb (Resolv::DNS#each_address);T;[o;;[I"Edon't query IPv6 address if the host has no global IPv6 address.;TS; ; i; I";Sat Jan 31 22:29:05 2009 Tanaka Akira ;T@ o; ;;;[o;;I"#include/ruby/ruby.h (STR2CSTR);T;[o;;[I" removed.;To;;I"(rb_str2cstr);T;[o;;[I" removed.;To;;I"object.c (rb_str2cstr);T;[o;;[I" removed.;TS; ; i; I";Sat Jan 31 20:07:59 2009 Tanaka Akira ;T@ o; ;;;[o;;I"9ext/socket/raddrinfo.c (addrinfo_ipv6_unspecified_p);T;[o;;[I"new method.;To;;I"(addrinfo_ipv6_loopback_p);T;[o;;[I" ditto.;To;;I" (addrinfo_ipv6_multicast_p);T;[o;;[I" ditto.;To;;I" (addrinfo_ipv6_linklocal_p);T;[o;;[I" ditto.;To;;I" (addrinfo_ipv6_sitelocal_p);T;[o;;[I" ditto.;To;;I"(addrinfo_ipv6_v4mapped_p);T;[o;;[I" ditto.;To;;I"(addrinfo_ipv6_v4compat_p);T;[o;;[I" ditto.;To;;I"#(addrinfo_ipv6_mc_nodelocal_p);T;[o;;[I" ditto.;To;;I"#(addrinfo_ipv6_mc_linklocal_p);T;[o;;[I" ditto.;To;;I"#(addrinfo_ipv6_mc_sitelocal_p);T;[o;;[I" ditto.;To;;I""(addrinfo_ipv6_mc_orglocal_p);T;[o;;[I" ditto.;To;;I" (addrinfo_ipv6_mc_global_p);T;[o;;[I" ditto.;TS; ; i; I"ESat Jan 31 19:09:30 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"load.c (rb_require_safe);T;[o;;[I"Draises when the path to be loaded is tainted. [ruby-dev:37843];TS; ; i; I"ESat Jan 31 18:08:59 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"configure.in (optflags);T;[o;;[I"4defaulted to -O3 to get rid of slug of gcc 4.3.;TS; ; i; I"ESat Jan 31 18:03:41 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"2lib/optparse.rb (List#accept, parse_in_order);T;[o;;[I""n option is no longer needed.;TS; ; i; I";Sat Jan 31 14:12:43 2009 Tanaka Akira ;T@ o; ;;;[o;;I"*lib/pathname.rb (Pathname#each_child);T;[o;;[I"new method.;TS; ; i; I";Sat Jan 31 00:07:49 2009 Tanaka Akira ;T@ o; ;;;[o;;I"Olib/test/unit/assertions.rb (Test::Unit::Assertions#assert_nothing_raised);T;[o;;[I"(suppress warning. [ruby-core:21312];TS; ; i; I"2009-01-30;T@ S; ; i; I";Fri Jan 30 21:49:32 2009 Tanaka Akira ;T@ o; ;;;[o;;I"+lib/pathname.rb (Pathname#realdirpath);T;[o;;[I"Ynew method based on the patch in [ruby-dev:36560] by Akinori MUSHA. [ruby-dev:36290];TS; ; i; I"BFri Jan 30 18:04:23 2009 NAKAMURA Usaku ;T@ o; ;;;[o;;I"!win32/win32.c (rb_w32_write);T;[o;;[I"Qlimit write size to 32KB if the file seems to be console. [ruby-core:21613];TS; ; i; I">Fri Jan 30 16:12:32 2009 TAKAO Kouji ;T@ o; ;;;[o;;I"&ext/curses/curses.c (Init_curses);T;[o;;[I"OCurses#crmode and Curses#nocrmode changes to the module function. fix #916;TS; ; i; I"BFri Jan 30 14:31:14 2009 NAKAMURA Usaku ;T@ o; ;;;[o;;I" tool/make-snapshot (prereq);T;[o;;[I"kremove enc.mk from tarball because BSD make checks $(srcdir)/enc.mk and try to run $(builddir)/enc.mk.;TS; ; i; I"BFri Jan 30 14:11:48 2009 NAKAMURA Usaku ;T@ o; ;;;[o;;I"enc/depend;T;[o;;[I"4extract compile rules to each target for nmake.;TS; ; i; I"EFri Jan 30 12:59:49 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"$cygwin/GNUmakefile.in (RUBYDEF);T;[o;;[I"depends on makefiles.;To;;I"$cygwin/GNUmakefile.in (RUBYDEF);T;[o;;[I"@adds DATA to non-function symbols which is not marked as T.;TS; ; i; I"EFri Jan 30 11:03:31 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"4lib/test/unit/assertions.rb (assert_respond_to);T;[o;;[I"1gets rid of overcounting. [ruby-dev:37703];TS; ; i; I";Fri Jan 30 02:55:56 2009 Tanaka Akira ;T@ o; ;;;[o;;I".transcode.c (rb_econv_init_by_convpath_i);T;[o;;[I"make it static.;TS; ; i; I"2009-01-29;T@ S; ; i; I"AThu Jan 29 16:22:41 2009 Shugo Maeda ;T@ o; ;;;[o;;I"!load.c (rb_feature_provided);T;[o;;[I"nshould not calculate len by pointer subtraction because feature may be a expanded path. [ruby-core:21267];TS; ; i; I"EThu Jan 29 14:12:15 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"configure.in (BASERUBY);T;[o;;[I" erases RUBYOPT at the test.;To;;I"configure.in (OBJCOPY);T;[o;;[I"not used on Windows.;TS; ; i; I"EThu Jan 29 13:16:11 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I",lib/securerandom.rb (SecureRandom.uuid);T;[o;;[I"Xuses unpacked array instead of string, because String#[] returns one length string.;TS; ; i; I"EThu Jan 29 12:29:51 2009 Nobuyoshi Nakada ;T@ o; ;;;[ o;;I"(lib/rake.rb (FileUtils#rake_system);T;[o;;[I">no longer needs workaround on Windows. [ruby-core:21339];To;;I"0lib/rake/win32.rb (Rake::Win32#rake_system);T;[o;;[I" ditto.;To;;I"5lib/rake/win32.rb (Rake::Win32#win32_system_dir);T;[o;;[I"Bno longer needs environment variables other than APPDATA now.;To;;I"8lib/rake.rb (Rake::Application#standard_system_dir);T;[o;;[I"9uses platform specific definition on Windows system.;TS; ; i; I"IThu Jan 29 12:18:54 2009 Technorama Ltd. ;T@ o; ;;;[o;;I"lib/securerandom.rb;T;[o;;[I"!new method SecureRandom#uuid;TS; ; i; I"BThu Jan 29 11:22:19 2009 NAKAMURA Usaku ;T@ o; ;;;[o;;I".ext/socket/raddrinfo.c (inspect_sockaddr);T;[o;;[I"Rif defined AF_INET6, perhaps can inspect IPv6 addresses if not defined INET6.;To;;I"3ext/socket/socket.c (socket_s_ip_address_list);T;[o;;[I"Ksupport Windows XP or later. (Win2k or earlier is still not supported);TS; ; i; I"BThu Jan 29 00:24:48 2009 NAKAMURA Usaku ;T@ o; ;;;[o;;I""ext/zlib/zlib.c (zstream_run);T;[o;;[I"0previous change didn't resolve the problem.;TS; ; i; I"2009-01-28;T@ S; ; i; I"BWed Jan 28 22:51:12 2009 NAKAMURA Usaku ;T@ o; ;;;[o;;I""ext/zlib/zlib.c (zstream_run);T;[o;;[I"6desperately guard the variable. [ruby-core:20576];TS; ; i; I"IWed Jan 28 15:24:11 2009 TAKANO Mitsuhiro (takano32) ;T@ o; ;;;[o;;I" math.c;T;[o;;[I"lSEGV is caused by implicit rb_to_float declaration test_complexrational.rb: [BUG] in IA-64 architecture;TS; ; i; I"2009-01-27;T@ S; ; i; I";Tue Jan 27 20:02:07 2009 Tanaka Akira ;T@ o; ;;;[o;;I"/ext/socket/init.c (socks_connect_blocking);T;[o;;[I"0moved from sockssocket.c. [ruby-dev:37834];To;;I"sockssocket.c (socks_init);T;[o;;[I"don't omit "int" type.;TS; ; i; I"ETue Jan 27 14:41:33 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"$cygwin/GNUmakefile.in (RUBYDEF);T;[o;;[I"Hneeds DATA marks to export non-function symbols. [ruby-core:21582];To;;I"4win32/mkexports.rb (Exports::Mingw#each_export);T;[o;;[I" ditto.;TS; ; i; I"BTue Jan 27 12:59:55 2009 NARUSE, Yui ;T@ o; ;;;[o;;I"ext/ripper/depend;T;[o;;[I"quse VPATH. If a platform doesn't support VPATH, Ruby doesn't support it: for example MSYS. [ruby-core:21570];TS; ; i; I"BTue Jan 27 12:21:17 2009 NARUSE, Yui ;T@ o; ;;;[o;;I"ext/ripper/depend;T;[o;;[I")lex.c's correct path is ../../lex.c.;TS; ; i; I"ETue Jan 27 11:09:45 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"lib/mkmf.rb (try_header);T;[o;;[I"-checks the header depending on platform.;To;;I"+lib/mkmf.rb (have_header, find_header);T;[o;;[I"use try_header.;To;;I"$win32/Makefile.sub (try_header);T;[o;;[I"9uses try_compile to get rid of slow -E option of VC.;TS; ; i; I"ETue Jan 27 11:03:52 2009 Nobuyoshi Nakada ;T@ o; ;;;[ o;;I"-common.mk (distclean-enc, realclean-enc);T;[o;;[I"/do not call clean of enc.mk twice or more.;To;;I"enc/depend (cleanobjs);T;[o;;[I"added deffile.;To;;I""lib/mkmf.rb (create_makefile);T;[o;;[I"3removes deffile at clean instead of distclean.;To;;I".win32/Makefile.sub (miniruby, LIBRUBY_SO);T;[o;;[I"removes lib and exp files.;To;;I"*win32/Makefile.sub (clean, distclean);T;[o;;[I"have moved to common.mk.;To;;I"win32/rmdirs.bat;T;[o;;[I"omits `not empty' message.;TS; ; i; I"ETue Jan 27 10:15:33 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"(transcode.c (struct rb_transcoding);T;[o;;[I" added ary member for debug.;TS; ; i; I"ETue Jan 27 10:10:14 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"4Doxyfile.in (FILE_VERSION_FILTER, INPUT_FILTER);T;[o;;[I";T@ o; ;;;[o;;I"ext/ripper/depend;T;[o;;[I"6fixed dependency path to lex.c. [ruby-core:21570];TS; ; i; I"GTue Jan 27 03:43:34 2009 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"hash.c (rb_any_hash);T;[o;;[I"tfixed performance issues with nil, true, false as hash keys. a patch from Matthias Waechter. [ruby-core:21568];TS; ; i; I"GTue Jan 27 03:23:43 2009 Yukihiro Matsumoto ;T@ o; ;;;[o;;I""lib/mkmf.rb (create_makefile);T;[o;;[I"Kshould point correct path to ruby.h and defines.h. [ruby-core:21569];TS; ; i; I"2009-01-26;T@ S; ; i; I"EMon Jan 26 16:00:40 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"array.c (rb_ary_aset);T;[o;;[I"&fixed arguments evaluation order.;TS; ; i; I"EMon Jan 26 15:49:42 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"4lib/pathname.rb (chop_basename, prepend_prefix);T;[o;;[I"use o option.;TS; ; i; I"2009-01-25;T@ S; ; i; I";Sun Jan 25 16:35:44 2009 Tanaka Akira ;T@ o; ;;;[o;;I"3ext/socket/socket.c (socket_s_ip_address_list);T;[o;;[I"=renamed from socket_s_list_ip_address. [ruby-dev:37806];TS; ; i; I"ESun Jan 25 12:17:21 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"$cygwin/GNUmakefile.in (RUBYDEF);T;[o;;[I"!needs read-only section too.;TS; ; i; I"ESun Jan 25 12:02:56 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"#win32/Makefile.sub (clean-ext);T;[o;;[I"$condition of EXTS was inverted.;TS; ; i; I"ESun Jan 25 11:50:20 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I""lib/mkmf.rb (create_makefile);T;[o;;[I"Kfixed the variables order because converter proc refers the separator.;TS; ; i; I"ESun Jan 25 11:25:10 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"-Makefile.in, win32/Makefile.sub (RMDIRS);T;[o;;[I""remove directory and parents.;To;;I"5Makefile.in, win32/Makefile.sub (distclean-rdoc);T;[o;;[I"$added to remove temporary rdoc.;To;;I"0Makefile.in, win32/Makefile.sub (clean-ext);T;[o;;[I"$skips non-existent directories.;To;;I"!common.mk (clean, distclean);T;[o;;[I"cleans rdoc.;To;;I"common.mk (clean-extout);T;[o;;[I"removes extout directory.;To;;I"!configure.in (RMDIRS, RMALL);T;[o;;[I"added to clean extout.;To;;I"'lib/fileutils.rb (FileUtils#rmdir);T;[o;;[I"added :parents option.;To;;I""lib/mkmf.rb (create_makefile);T;[o;;[I":cleans installed files at clean instead of distclean.;To;;I""lib/mkmf.rb (create_makefile);T;[o;;[I"!added clean-so and clean-rb.;To;;I" lib/mkmf.rb (def init_mkmf);T;[o;;[I"added DISTCLEANDIRS.;To;;I"lib/un.rb (rmdir);T;[o;;[I"added -p option.;To;;I""tool/rmdirs, win32/rmdirs.bat;T;[o;;[I"'removes directory and the parents.;To;;I"win32/rm.bat;T;[o;;[I"added -r option.;TS; ; i; I"ESun Jan 25 09:09:29 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"dir.c (join_path);T;[o;;[I"!use strlcat() to force link.;To;;I"dir.c (glob_helper);T;[o;;[I".no strcpy() is needed since len is known.;TS; ; i; I"ISun Jan 25 06:44:58 2009 Technorama Ltd. ;T@ o; ;;;[o;;I"ext/openssl/ossl_ssl.c;T;[o;;[I"aServer Name Indication support. new methods SSLContext#server_name_cb=, SSLSocket#hostname=.;To;;I"test/openssl/test_ssl.rb;T;[o;;[I"Tests for above.;TS; ; i; I"2009-01-24;T@ S; ; i; I"ESat Jan 24 08:22:35 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I" lib/mkmf.rb (configuration);T;[o;;[I"Ztools under the top source directory are not installed, so unusable outside extmk.rb.;TS; ; i; I"2009-01-23;T@ S; ; i; I"FFri Jan 23 17:24:31 2009 WATANABE Hirofumi ;T@ o; ;;;[o;;I")golf_prelude.rb (Enumerator#inspect);T;[o;;[I"avoid warning.;TS; ; i; I"EFri Jan 23 15:12:52 2009 Nobuyoshi Nakada ;T@ o; ;;;[ o;;I"lib/mkmf.rb (mkintpath);T;[o;;[I"Nnew function which converts native path to format acceptable in Makefile.;To;;I" lib/mkmf.rb (configuration);T;[o;;[I"%leaves PATH_SEPARATOR unchanged.;To;;I" lib/mkmf.rb (configuration);T;[o;;[I"pconverts srcdir, topdir and hdrdir. a patch by Alexey Borzenkov at [ruby-core:21448].;To;;I"lib/mkmf.rb (try_func);T;[o;;[I"!got rid of c-mode confusion.;TS; ; i; I"EFri Jan 23 13:26:45 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"signal.c (trap_handler);T;[o;;[I",also accepts symbols. [ruby-dev:37823];TS; ; i; I"2009-01-22;T@ S; ; i; I"EThu Jan 22 18:14:04 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I""lib/mkmf.rb (create_makefile);T;[o;;[I"7removes installed files under extout at distclean.;TS; ; i; I"GThu Jan 22 17:12:37 2009 Takeyuki FUJIOKA ;T@ o; ;;;[o;;I" lib/cgi/core.rb (CGI.parse);T;[o;;[I"Ngenerate only key on params hash if request have only key uri parameters.;To;;I")(ex. index.cgi?aaa&bbb=1 # params=>{;T;[o;;[I"aaa=>[],:bbb=>["1"]});To;;I"test/cgi/test_cgi_core.rb;T;[o;;[I""fix test for key only params.;TS; ; i; I"EThu Jan 22 16:29:50 2009 Nobuyoshi Nakada ;T@ o; ;;;[ o;;I":lib/rubygems/installer.rb (Gem::Installer#initialize);T;[o;;[I"fixed typos.;To;;I".test/rubygems/test_gem.rb (test_self_dir);T;[o;;[I"removed false assertions.;To;;I"4test/rubygems/test_gem.rb (test_self_set_paths);T;[o;;[I""checks if paths are included.;To;;I"Mtest/rubygems/test_gem_commands_install_command.rb (test_execute_remote);T;[o;;[I"#checks diagnostic message too.;To;;I"/test/rubygems/test_gem_installer.rb (load);T;[o;;[I"uses Gem.ruby.;To;;I"-test/rubygems/gemutilities.rb (Gem.ruby);T;[o;;[I"Kinitializes from the environment variable to run without installation.;To;;I"Ctest/rubygems/gemutilities.rb (RubyGemTestCase#util_build_gem);T;[o;;[I"creates cache directory.;TS; ; i; I"BThu Jan 22 16:12:51 2009 NAKAMURA Usaku ;T@ o; ;;;[o;;0;[o;;[0S; ; i; I"BThu Jan 22 15:54:02 2009 NAKAMURA Usaku ;T@ o; ;;;[o;;I"=include/ruby/win32.h, win32/win32.c (rb_w32_is_valid_fd);T;[o;;[I"!new function to validate fd.;To;;I"io.c (rb_io_initialize);T;[o;;[I""check fd with above function.;TS; ; i; I"EThu Jan 22 14:53:29 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"/test/ruby/test_process.rb (MANDATORY_ENVS);T;[o;;[I"0needs RUBYLIB to run tests without install.;TS; ; i; I"EThu Jan 22 12:19:29 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"gc.c (define_final);T;[o;;[I"Ecannot define finalizer for immediate values. [ruby-core:21500];To;;I"gc.c (define_final);T;[o;;[I"&freezes or hides internal values.;TS; ; i; I"EThu Jan 22 11:33:08 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"thread.c (rb_time_timeval);T;[o;;[I"dmade a real prototype. a patch from Marcus Rueckert at [ruby-core:21492].;TS; ; i; I"2009-01-21;T@ S; ; i; I"EWed Jan 21 21:43:50 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I")io.c (rb_io_ungetbyte, rb_io_ungetc);T;[o;;[I"9allows nil to reset EOF flag with ungetting nothing.;To;;I" ruby.c (load_file_internal);T;[o;;[I"Krests EOF flag to make possible to load from stdin after reading data.;TS; ; i; I"GWed Jan 21 17:17:18 2009 Yukihiro Matsumoto ;T@ o; ;;;[ o;;I"array.c (ary_double_capa);T;[o;;[I"Ja new function to expand array more aggressively. [ruby-core:21460];To;;I"array.c (rb_ary_store);T;[o;;[I"use ary_double_capa().;To;;I"array.c (rb_ary_unshift_m);T;[o;;[I" ditto.;To;;I"array.c (rb_ary_splice);T;[o;;[I" ditto.;TS; ; i; I"EWed Jan 21 15:32:15 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I")io.c (rb_io_ungetbyte, rb_io_ungetc);T;[o;;[I"clears EOF flag.;TS; ; i; I"BWed Jan 21 14:41:48 2009 NAKAMURA Usaku ;T@ o; ;;;[o;;I"array.c (take_items);T;[o;;[I"Rto_ary() raises ArgumentError if cannot to convert to Array. [ruby-dev:37797];TS; ; i; I"EWed Jan 21 14:32:02 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"parse.y (debug_lines);T;[o;;[I"calls rb_intern() once.;TS; ; i; I"EWed Jan 21 13:58:17 2009 Nobuyoshi Nakada ;T@ o; ;;;[ o;;I""include/ruby/io.h (FMODE_EOF);T;[o;;[I"EOF flag on TTY.;To;;I"io.c (io_set_eof);T;[o;;[I"sets EOF flag for TTY.;To;;I"io.c (io_seek);T;[o;;[I"clears EOF flag.;To;;I"io.c (io_fillbuf);T;[o;;[I"6returns EOF if already met EOF. [ruby-dev:37798];To;;I"/io.c (io_fillbuf, io_fread, io_getpartial);T;[o;;[I"sets EOF.;TS; ; i; I"EWed Jan 21 08:22:04 2009 Ryan Davis ;T@ o; ;;;[o;;I"lib/minitest/*.rb;T;[o;;[I"#Imported minitest 1.3.1 r4532.;To;;I"test/minitest/*.rb;T;[o;;[I" ditto.;TS; ; i; I"2009-01-20;T@ S; ; i; I";Tue Jan 20 20:16:21 2009 Tanaka Akira ;T@ o; ;;;[ o;;I"3ext/socket/socket.c (socket_s_list_ip_address);T;[o;;[I"new method.;To;;I"(sockaddr_obj);T;[o;;[I"new function.;To;;I"ext/socket/rubysocket.h;T;[o;;[I"Iinclude ifaddrs.h, sys/ioctl.h, sys/sockio.h, net/if.h if available.;To;;I"(addrinfo_new);T;[o;;[I"declared.;To;;I"*ext/socket/raddrinfo.c (addrinfo_new);T;[o;;[I"exported.;To;;I"ext/socket/extconf.rb;T;[o;;[I"Icheck ifaddrs.h, sys/ioctl.h, sys/sockio.h, net/if.h and getifaddrs.;TS; ; i; I";Tue Jan 20 20:05:21 2009 Tanaka Akira ;T@ o; ;;;[o;;I"-ext/socket/rubysocket.h (pseudo_AF_FTIP);T;[o;;[I"moved from mkconstants.rb.;To;;I"ext/socket/mkconstants.rb;T;[o;;[I"'prepend header if -H is not given.;TS; ; i; I"BTue Jan 20 17:50:00 2009 NARUSE, Yui ;T@ o; ;;;[o;;I"%ext/nkf/nkf-utf8/nkf.c (nkf_buf);T;[o;;[I"use nkf_char.;TS; ; i; I"ETue Jan 20 16:17:12 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I">cont.c (ruby_Init_{Continuation_body,Fiber_as_Coroutine});T;[o;;[I"#prefixed with ruby_ to export.;To;;I"7ext/continuation/continuation.c, ext/fiber/fiber.c;T;[o;;[I" ditto.;TS; ; i; I"ETue Jan 20 15:32:29 2009 Nobuyoshi Nakada ;T@ o; ;;;[ o;;I"Makefile.in (miniruby);T;[o;;[I"Grenames and then removes, to get rid of EPERM on cygwin and mingw.;To;;I" Makefile.in ($(LIBRUBY_SO));T;[o;;[I"$use wildcard option of objcopy.;To;;I"configure.in (DLDFLAGS);T;[o;;[I"do not export all symbols.;To;;I"$cygwin/GNUmakefile.in (RUBYDEF);T;[o;;[I")rejects symbols prefixed with Init_.;To;;I"(win32/mkexports.rb (Exports::Mingw);T;[o;;[I"Mincludes all symbols as well as mswin32, except for prefixed with Init_.;TS; ; i; I"ETue Jan 20 13:03:50 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"string.c (hash);T;[o;;[I">fixed the tail bytes handling in the aligned access case.;TS; ; i; I"BTue Jan 20 09:26:05 2009 NAKAMURA Usaku ;T@ o; ;;;[o;;I"*ext/nkf/nkf-utf8/nkf.c (nkf_buf_push);T;[o;;[I"maybe a bug.;To;;I"%ext/nkf/nkf-utf8/nkf.c (options);T;[o;;[I"$no need to support help option.;TS; ; i; I"ETue Jan 20 06:48:56 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I",array.c (take_items), enum.c (enum_zip);T;[o;;[I"8tries to convert to array first. [ruby-core:21442];TS; ; i; I"BTue Jan 20 03:50:37 2009 NARUSE, Yui ;T@ o; ;;;[o;;I"ext/nkf/nkf-utf8/nkf.c;T;[o;;[I">Update nkf to 2.0.9. revert -s meaning as Shift_JIS, etc.;TS; ; i; I"ETue Jan 20 03:42:32 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"string.c (hash);T;[o;;[I""fixed typo. [ruby-dev:37791];TS; ; i; I";Tue Jan 20 01:15:27 2009 Tanaka Akira ;T@ o; ;;;[o;;I"*ext/socket/mkconstants.rb (SOMAXCONN);T;[o;;[I" defined.;TS; ; i; I"2009-01-19;T@ S; ; i; I";Mon Jan 19 22:31:35 2009 Tanaka Akira ;T@ o; ;;;[o;;I"ext/socket/mkconstants.rb;T;[o;;[I"!use erb for generating code.;TS; ; i; I"EMon Jan 19 17:33:47 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"string.c (hash);T;[o;;[I"!defaulted to MurmurHash 2.0.;TS; ; i; I"EMon Jan 19 17:29:34 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"6include/ruby/defines.h (RUBY_ALIAS_FUNCTION_TYPE);T;[o;;[I" added.;TS; ; i; I"EMon Jan 19 17:24:05 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"#vm_dump.c (vm_stack_dump_each);T;[o;;[I"used only if debug mode.;TS; ; i; I"EMon Jan 19 16:32:35 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"string.c (hash);T;[o;;[I"added MurmurHash 2.0.;TS; ; i; I"EMon Jan 19 14:31:59 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I",thread.c (rb_thread_execute_interrupts);T;[o;;[I".needs rb_signal_buff_size to be declared.;TS; ; i; I"=Mon Jan 19 13:34:25 2009 Koichi Sasada ;T@ o; ;;;[o;;I"ruby.c (require_libraries);T;[o;;[I"Mreset th->parse_in_eval while loading libraries. fixes [ruby-dev:37780];TS; ; i; I"=Mon Jan 19 11:46:39 2009 Koichi Sasada ;T@ o; ;;;[o;;I"+vm_eval.c, eval.c (rb_f_block_given_p);T;[o;;[I"Fmove definition of "iterator?" and "block_given?" to make static.;To;;I"(vm.c (vm_get_ruby_level_caller_cfp);T;[o;;[I"make it static.;To;;I"#eval_intern.h, vm_insnhelper.c;T;[o;;[I"Xmove decl. of vm_get_ruby_level_caller_cfp() from eval_intern.h to vm_insnhelper.c.;TS; ; i; I"=Mon Jan 19 11:27:39 2009 Koichi Sasada ;T@ o; ;;;[o;;I" vm.c;T;[o;;[I"add a prefix "rb_" to exposed functions vm_get_ruby_level_next_cfp(), rb_vm_make_env_object(), vm_stack_to_heap(), vm_make_proc(), vm_invoke_proc(), vm_get_sourceline(), vm_cref(), vm_localjump_error(), vm_make_jump_tag_but_local_jump(), vm_jump_tag_but_local_jump(). This changes may affect only core because most of renamed functions require a pointer of not-exposed struct such as rb_thread_t or NODE. In short, they are core functions.;To;;I"ycont.c, eval.c, eval_intern.h, load.c, proc.c, thread.c, vm_core.h, vm_dump.c, vm_eval.c, vm_exec.c, vm_insnhelper.c;T;[o;;[I" ditto.;TS; ; i; I"EMon Jan 19 11:22:51 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"Sext/socket/rubysocket.h (rb_cUNIXSocket, rb_cUNIXServer), (unixpath, unixaddr);T;[o;;[I",UNIX domain sockets depend on sys/un.h.;TS; ; i; I"=Mon Jan 19 11:02:30 2009 Koichi Sasada ;T@ o; ;;;[o;;I"vm_dump.c;T;[o;;[I"Vadd a prefix "rb_vmdebug_" to vm_stack_dump_raw(), vm_stack_dump_raw_current(), vm_env_dump_raw(), vm_proc_dump_raw(), vm_stack_dump_th(), vm_debug_print_register(), vm_thread_dump_regs(), vm_debug_print_pre(), vm_debug_print_post(), vm_thread_dump_state(). This change also may affect core (in fact, user of above functions may be only ko1).;To;;I"vm_core.h;T;[o;;[I" ditto.;To;;I"vm_exec.h (SDR2);T;[o;;[I"!remove duplicate definition.;TS; ; i; I"EMon Jan 19 11:00:44 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I".ext/socket/raddrinfo.c (addrinfo_ip_port);T;[o;;[I"Buse AF_INET6 only when defined, as well as addrinfo_ipv6_p().;TS; ; i; I"=Mon Jan 19 10:43:38 2009 Koichi Sasada ;T@ o; ;;;[o;;I"$gc.c (garbage_collect_with_gvl);T;[o;;[I"suppress warnings.;TS; ; i; I"BMon Jan 19 10:34:32 2009 NAKAMURA Usaku ;T@ o; ;;;[o;;I"ext/socket/depend;T;[o;;[I"workaround for nmake. files in depend without paths should converted by RULE_SUBST, but mkmf.rb cannot recognize macros currently.;TS; ; i; I"=Mon Jan 19 09:53:43 2009 Koichi Sasada ;T@ o; ;;;[ o;;I" iseq.c;T;[o;;[I"lrename ruby_iseq_disasm_insn() -> rb_iseq_disasm_insn(). rename ruby_iseq_disasm() -> rb_iseq_disasm().;To;;I"compile.c;T;[o;;[I"rename ruby_iseq_compile() -> rb_iseq_compile_node(). rename ruby_iseq_translate_threaded_code() -> rb_iseq_translate_threaded_code(). rename ruby_insns_name_array() -> rb_insns_name_array(). rename ruby_iseq_build_from_ary() -> rb_iseq_build_from_ary().;To;;I"iseq.c, compile.c;T;[o;;[I"Xremove ruby_insn_make_insn_table() and make static function insn_make_insn_table().;To;;I"Kiseq.h, ruby.c, vm.c, vm_core.h, vm_eval.c, vm_dump.c, blockinlining.c;T;[o;;[I"ditto. Rename strange "ruby_" prefix to "rb_" prefix. This changes may affect only core because renamed functions require a pointer of rb_iseq_t which is not exposed.;TS; ; i; I"BMon Jan 19 09:21:04 2009 NAKAMURA Usaku ;T@ o; ;;;[o;;I"ext/socket/mkconstants.rb;T;[o;;[I"Gdefine macros with default value in constdefs.h if not exist them.;To;;I";T@ o; ;;;[o;;I"-eval.c, vm_eval.c (rb_f_local_variables);T;[o;;[I"umove definition from eval.c to vm_eval.c because vm_collect_local_variables_in_heap() should be static function.;To;;I".vm.c (vm_collect_local_variables_in_heap);T;[o;;[I"make it static.;TS; ; i; I"EMon Jan 19 04:06:10 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"iseq.c (rb_iseq_load);T;[o;;[I"crenamed from ruby_iseq_load, since it is for C extensions or the ruby core. [ruby-core:21407];TS; ; i; I"BMon Jan 19 03:06:22 2009 NARUSE, Yui ;T@ o; ;;;[o;;I"!transcode.c (str_transcode0);T;[o;;[I"Zfix: :xml option doesn't work on str.encode([options]) form without default_internal.;TS; ; i; I"2009-01-18;T@ S; ; i; I";Sun Jan 18 16:56:46 2009 Tanaka Akira ;T@ o; ;;;[ o;;I"7ext/socket/raddrinfo.c (addrinfo_inspect_sockaddr);T;[o;;[I"*new method AddrInfo#inspect_sockaddr.;To;;I"(inspect_sockaddr);T;[o;;[I"%extracted from addrinfo_inspect.;To;;I"(addrinfo_inspect);T;[o;;[I"use inspect_sockaddr.;To;;I"(Init_addrinfo);T;[o;;[I"define the new method.;TS; ; i; I";Sun Jan 18 16:46:37 2009 Tanaka Akira ;T@ o; ;;;[o;;I"1ext/socket/raddrinfo.c (addrinfo_ip_address);T;[o;;[I"$new method AddrInfo#ip_address.;To;;I"(addrinfo_ip_port);T;[o;;[I"!new method AddrInfo#ip_port.;To;;I"(Init_addrinfo);T;[o;;[I"define the methods above.;TS; ; i; I";Sun Jan 18 14:29:52 2009 Tanaka Akira ;T@ o; ;;;[o;;I"ext/socket/unixsocket.c;T;[o;;[I"redundant #ifdef removed.;TS; ; i; I";Sun Jan 18 03:33:23 2009 Tanaka Akira ;T@ o; ;;;[o;;I",ext/socket/raddrinfo.c (addrinfo_mdump);T;[o;;[I"don't use symbol.;To;;I"(addrinfo_mload);T;[o;;[I" ditto.;TS; ; i; I";Sun Jan 18 03:05:20 2009 Tanaka Akira ;T@ o; ;;;[ o;;I",ext/socket/raddrinfo.c (addrinfo_mdump);T;[o;;[I"new method.;To;;I"(addrinfo_mload);T;[o;;[I"new method.;To;;I"(Init_addrinfo);T;[o;;[I"define the method above.;To;;I"*ext/socket/constants.c (constant_arg);T;[o;;[I",str_to_int's first argument constified.;To;;I"5ext/socket/mkconstants.rb (gen_name_to_int_decl);T;[o;;[I"4generated function's first argument constified.;To;;I"$(gen_name_to_int_func_in_guard);T;[o;;[I" ditto.;To;;I"(ipproto_to_int);T;[o;;[I"generated.;To;;I"+ext/socket/rubysocket.h (IS_IP_FAMILY);T;[o;;[I"moved from raddrinfo.c.;TS; ; i; I";Sun Jan 18 01:37:50 2009 Tanaka Akira ;T@ o; ;;;[o;;I"-ext/socket/socket.c (sock_s_getnameinfo);T;[o;;[I"accept AddrInfo object.;To;;I";ext/socket/raddrinfo.c (rb_check_sockaddr_string_type);T;[o;;[I" defined.;To;;I";T@ o; ;;;[o;;I"ext/socket/lib/socket.rb;T;[o;;[I"new file.;TS; ; i; I"DSat Jan 17 19:33:48 2009 Yuki Sonoda (Yugui) ;T@ o; ;;;[o;;I"configure.in (VCSUP);T;[o;;[I"(fixed the cases for git-svn or git.;To;;I"win32/Makefile.sub (VCSUP);T;[o;;[I" ditto.;To;;I"Makefile.in (up);T;[o;;[I"+`cd' is necessary for git and git-svn.;TS; ; i; I";Sat Jan 17 19:16:16 2009 Tanaka Akira ;T@ o; ;;;[ o;;I"ext/socket/mkconstants.rb;T;[o;;[I"4generate a header file for generated functions.;To;;I"ext/socket/rubysocket.h;T;[o;;[I"=include constdefs.h. don't declare generated functions.;To;;I"ext/socket/constants.c;T;[o;;[I"0include constdefs.c instead of constants.h.;To;;I"ext/socket/depend;T;[o;;[I"dependency updated.;TS; ; i; I"DSat Jan 17 17:58:22 2009 Yuki Sonoda (Yugui) ;T@ o; ;;;[o;;I"lib/irb/xmp.rb;T;[o;;[I"@multilingualizes XMP::StringInputMethod. [ruby-core:21383].;TS; ; i; I";Sat Jan 17 15:01:22 2009 Tanaka Akira ;T@ o; ;;;[ o;;I".ext/socket/raddrinfo.c (make_inspectname);T;[o;;[I"8add a res argument to suppress numeric inspectname.;To;;I" (init_addrinfo_getaddrinfo);T;[o;;[I" call make_inspectname here.;To;;I"(addrinfo_firstonly_new);T;[o;;[I"$follow make_inspectname change.;To;;I"(addrinfo_list_new);T;[o;;[I" ditto.;To;;I"(addrinfo_initialize);T;[o;;[I"-follow init_addrinfo_getaddrinfo change.;TS; ; i; I";Sat Jan 17 14:52:27 2009 Tanaka Akira ;T@ o; ;;;[o;;I"ext/socket/mkconstants.rb;T;[o;;[I".don't cause an error for duplicate names.;TS; ; i; I";Sat Jan 17 12:46:17 2009 Tanaka Akira ;T@ o; ;;;[o;;I"ext/socket;T;[o;;[I" split files for each class.;To;;I"ext/socket/rubysocket.h;T;[o;;[I"common header.;To;;I"ext/socket/basicsocket.c;T;[o;;[I"new file for BasicSocket.;To;;I"ext/socket/ipsocket.c;T;[o;;[I"new file for IPSocket.;To;;I"ext/socket/tcpsocket.c;T;[o;;[I"new file for TCPSocket.;To;;I"ext/socket/tcpserver.c;T;[o;;[I"new file for TCPServer.;To;;I"ext/socket/sockssocket.c;T;[o;;[I"new file for SOCKSSocket.;To;;I"ext/socket/udpsocket.c;T;[o;;[I"new file for UDPSocket.;To;;I"ext/socket/unixsocket.c;T;[o;;[I"new file for UNIXSocket.;To;;I"ext/socket/unixserver.c;T;[o;;[I"new file for UNIXServer.;To;;I"ext/socket/socket.c;T;[o;;[I"now for Socket.;To;;I"ext/socket/raddrinfo.c;T;[o;;[I"/new file for AddrInfo and name resolution.;To;;I"ext/socket/constants.c;T;[o;;[I"new file for constants.;To;;I"ext/socket/init.c;T;[o;;[I"new file for utilities.;To;;I"ext/socket/mkconstants.rb;T;[o;;[I"export *_to_int.;To;;I"ext/socket/extconf.rb;T;[o;;[I"add new object files.;To;;I"ext/socket/depend;T;[o;;[I"$add dependencies for new files.;To;;I"ext/.document;T;[o;;[I"add new files.;TS; ; i; I"ESat Jan 17 11:12:37 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"cont.c (cont_restore_0);T;[o;;[I"Qpadding size doesn't need to be large if alloca is used. suppress warnings.;TS; ; i; I"ESat Jan 17 11:12:21 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"#vm_dump.c (vm_stack_dump_each);T;[o;;[I"!initialized at declarations.;To;;I" vm_dump.c (rb_vm_bugreport);T;[o;;[I"&constified to suppress a warning.;TS; ; i; I"2009-01-16;T@ S; ; i; I";Fri Jan 16 22:30:27 2009 Tanaka Akira ;T@ o; ;;;[o;;I"ext/socket/socket.c;T;[o;;[I"move addrinfo code.;TS; ; i; I"BFri Jan 16 18:51:11 2009 NAKAMURA Usaku ;T@ o; ;;;[o;;I"win32/Makefile.sub (up);T;[o;;[I"3tell nmake that need to run command via shell.;TS; ; i; I"EFri Jan 16 18:43:30 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"!tool/make-snapshot (package);T;[o;;[I"includes all rules and expand configured values from the environment to create *.inc, sets RM for ripper.c, and needs chdir if absolute path is given with -exported option.;TS; ; i; I"EFri Jan 16 18:26:47 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I" include/ruby/ruby.h (VALUE);T;[o;;[I"buse unsigned long or long long instead of uintptr_t, since many %lx and so on are still used.;TS; ; i; I"EFri Jan 16 17:33:59 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"configure.in (Makefile);T;[o;;[I"4set VCS and VCSUP to support `git svn' and git.;To;;I")Makefile.in, win32/Makefile.sub (up);T;[o;;[I"split from common.mk.;TS; ; i; I"=Fri Jan 16 12:24:39 2009 Koichi Sasada ;T@ o; ;;;[o;;I"#thread.c (thread_start_func_2);T;[o;;[I"Dcall ruby_cleanup() if thread is main thread. [ruby-dev:37624];TS; ; i; I"BFri Jan 16 12:27:50 2009 NAKAMURA Usaku ;T@ o; ;;;[o;;I"]win32/Makefile.sub ($(INSNS), node_name.inc, known_errors.inc, miniprelude.c, newline.c);T;[o;;[I"if dependencies is newer than targets or targets don't exist, try to create targets with BASERUBY. no need to detect errors there because the absence of BASERUBY is not abnormal. after the try, if the targets still don't exist, copy them from $(srcdir).;TS; ; i; I"BFri Jan 16 12:15:07 2009 NAKAMURA Usaku ;T@ o; ;;;[o;;I"-include/ruby/ruby.h (PRI_PTRDIFF_PREFIX);T;[o;;[I"Kmust define as string. if not, cause compile error in using PRI?VALUE.;To;;I""win32/Makefile.sub (config.h);T;[o;;[I"?add SIZEOF_INTPTR_T and SIZEOF_UINTPTR_T for SIZEOF_VALUE.;TS; ; i; I"EFri Jan 16 11:51:20 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I" symbian/pre-build (COMSPEC);T;[o;;[I"should not overridden.;TS; ; i; I"EFri Jan 16 11:47:56 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"parse.y (rb_parse_in_main);T;[o;;[I"fixed typo.;TS; ; i; I"EFri Jan 16 11:41:23 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"%configure.in (RUBY_REPLACE_TYPE);T;[o;;[I"Cdoes not define rb_ prefixed name if no default type is given.;To;;I"configure.in (RUBY_DEFINT);T;[o;;[I"checks size.;To;;I">include/ruby/ruby.h (PRI_PTRDIFF_PREFIX, PRI_SIZE_PREFIX);T;[o;;[I"*assumes usable if PRIdPTR is defined.;TS; ; i; I"=Fri Jan 16 02:25:46 2009 Yusuke Endoh ;T@ o; ;;;[o;;I",thread.c (rb_thread_execute_interrupts);T;[o;;[I"[if signal is already buffered, main thread should wait until timer thread delivers it.;To;;I"%thread.c (timer_thread_function);T;[o;;[I"ishould defer delivery of a signal if main thread does not yet trap a previous one. [ruby-dev:37676];TS; ; i; I";Fri Jan 16 02:05:55 2009 Tanaka Akira ;T@ o; ;;;[o;;I"(ext/socket/socket.c (addrinfo_s_ip);T;[o;;[I"new method AddrInfo.ip.;TS; ; i; I"=Fri Jan 16 01:42:50 2009 Koichi Sasada ;T@ o; ;;;[o;;I"thread.c (call_trace_proc);T;[o;;[I"as Matz said ([ruby-core:21183]), should skip rb_str_new2() if rb_sourcefile() returns NULL. rb_sourcefile() returns NULL if frame is toplevel of Fiber. [ruby-core:21161] [Bug #985];TS; ; i; I"=Fri Jan 16 01:09:37 2009 Koichi Sasada ;T@ o; ;;;[ o;;I"ruby.c (process_options);T;[o;;[I"Mdecrement parse_in_eval to recognize parsing main or normal eval script.;To;;I"!compile.c (rb_parse_in_main);T;[o;;[I"%return 1 if parsing main script.;To;;0;[o;;[0o;;I"parse.y (yycompile0);T;[o;;[I"Tcheck rb_parse_in_main() to accumulate script text. Bug #848 [ruby-core:20450];TS; ; i; I"=Fri Jan 16 00:57:34 2009 Koichi Sasada ;T@ o; ;;;[o;;I"lib/debug.rb;T;[o;;[I"vas wanabe-san pointed out, set_trace_func should be completely final task in debug.rb. Bug #847 [ruby-core:20449];TS; ; i; I"=Fri Jan 16 00:27:03 2009 Koichi Sasada ;T@ o; ;;;[ o;;I"Fvm.c (rb_vm_inc_const_missing_count, ruby_vm_const_missing_count);T;[o;;[I" added.;To;;I"vm_insnhelper.h;T;[o;;[I" ditto.;To;;I"+variable.c (rb_const_get_0), insns.def;T;[o;;[I"]Constants should not be cached if const_missing is called. [ruby-core:21059] [Bug #967];To;;I" bootstraptest/test_class.rb;T;[o;;[I"add a test.;TS; ; i; I"=Fri Jan 16 00:25:09 2009 Koichi Sasada ;T@ o; ;;;[o;;I"common.mk;T;[o;;[I"0btest-ruby should receive option with OPTS.;TS; ; i; I"BFri Jan 16 00:21:10 2009 NAKAMURA Usaku ;T@ o; ;;;[o;;I"]win32/Makefile.sub ($(INSNS), node_name.inc, known_errors.inc, miniprelude.c, newline.c);T;[o;;[I"/shouldn't copy when $(srcdir) != ".", too.;To;;0;[o;;[0o;;I""win32/Makefile.sub ($(INSNS));T;[o;;[I"shouldn't remove BASERUBY.;TS; ; i; I"=Fri Jan 16 00:19:55 2009 Koichi Sasada ;T@ o; ;;;[o;;I"gc.c (gc_with_gvl);T;[o;;[I"suppress warnings.;TS; ; i; I"2009-01-15;T@ S; ; i; I";Thu Jan 15 20:44:30 2009 Tanaka Akira ;T@ o; ;;;[o;;I"tool/file2lastrev.rb;T;[o;;[I"&RUBY_REVISION must be an integer.;TS; ; i; I"GThu Jan 15 15:55:31 2009 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"*encoding.c (enc_set_default_encoding);T;[o;;[I"kshould not treat US-ASCII special here. a patch from Yui NARUSE in [ruby-dev:37769]. [ruby-dev:37699];TS; ; i; I"GThu Jan 15 14:17:57 2009 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"parse.y (stmt);T;[o;;[I"Jexplicit error for "Object::Far += foo 1" just as "Object::Far += 1".;To;;I"parse.y (command);T;[o;;[I"Hmoved return/break/next from command_call for better error message.;To;;I"parse.y (call_args);T;[o;;[I"void value check added.;TS; ; i; I"BThu Jan 15 13:10:58 2009 NAKAMURA Usaku ;T@ o; ;;;[o;;I"&win32/Makefile.sub (COMPILERFLAG);T;[o;;[I"for enc/trans/gb18030.c.;TS; ; i; I"EThu Jan 15 13:10:09 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"/configure.in, win32/Makefile.sub (MISSING);T;[o;;[I"'added langinfo on mingw and mswin.;To;;I"#encoding.c (rb_locale_charmap);T;[o;;[I")use environments on mingw and mswin.;To;;I"-missing/langinfo.c (nl_langinfo_codeset);T;[o;;[I"YMS-Windows Japanese environment uses Windows-31J derived from Shift_JIS, not EUC-JP.;TS; ; i; I"BThu Jan 15 12:10:39 2009 NAKAMURA Usaku ;T@ o; ;;;[o;;I"]win32/Makefile.sub ($(INSNS), node_name.inc, known_errors.inc, miniprelude.c, newline.c);T;[o;;[I"%copy only when $(srcdir) != pwd.;TS; ; i; I"BThu Jan 15 11:40:44 2009 NAKAMURA Usaku ;T@ o; ;;;[o;;I"io.c (pipe_open);T;[o;;[I";revert a part of previous commit. it may be a mistake.;TS; ; i; I"GThu Jan 15 10:45:52 2009 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"symbian/README.SYMBIAN;T;[o;;[I"Usymbian support added. great appreciate to .;TS; ; i; I"EThu Jan 15 00:06:12 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"enc/trans/gb18030.trans;T;[o;;[I"Cget rid of a 1.9 feature for cross compile. [ruby-core:21345];TS; ; i; I"2009-01-14;T@ S; ; i; I"EWed Jan 14 23:57:28 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"#encoding.c (rb_locale_charmap);T;[o;;[I"Cfallback to codepage if no locale is found. [ruby-core:21110];To;;I"-missing/langinfo.c (nl_langinfo_codeset);T;[o;;[I"(returns NULL if no locale is found.;TS; ; i; I";Wed Jan 14 22:38:30 2009 Tanaka Akira ;T@ o; ;;;[o;;I"3gc.c (negative_size_allocation_error_with_gvl);T;[o;;[I"abolish a warning.;To;;I"%(negative_size_allocation_error);T;[o;;[I" ditto.;To;;I"$ext/openssl/ossl.c (ossl_raise);T;[o;;[I" ditto.;TS; ; i; I"GWed Jan 14 16:16:19 2009 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"ext/curses/extconf.rb;T;[o;;[I"check ncursesw earlier than ncurses to support UTF-8 strings. non UTF-8 strings should be converted explicitly. [ruby-core:21094];TS; ; i; I"IWed Jan 14 14:42:30 2009 TAKANO Mitsuhiro (takano32) ;T@ o; ;;;[o;;I" cont.c;T;[o;;[I"3fix prototype declare of register_stack_extend;TS; ; i; I"EWed Jan 14 13:19:21 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I""win32/win32.c (rb_w32_aspawn);T;[o;;[I"7should not escape with caret unless using cmd.exe.;TS; ; i; I"EWed Jan 14 13:09:00 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I")ext/socket/extconf.rb (gai_strerror);T;[o;;[I"6checks if available and if returns const pointer.;To;;I",ext/socket/getaddrinfo.c (gai_strerror);T;[o;;[I"6defines only if non available. [ruby-core:21328];TS; ; i; I"EWed Jan 14 12:39:16 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"4io.c (rb_io_wait_readable, rb_io_wait_writable);T;[o;;[I"need rb_fd_ptr.;To;;I"io.c (appendline);T;[o;;[I"reformed.;To;;I"io.c (rb_io_s_pipe);T;[o;;[I"-reduced nest of rb_ensure of main block.;TS; ; i; I"2009-01-13;T@ S; ; i; I";Tue Jan 13 22:56:57 2009 Tanaka Akira ;T@ o; ;;;[o;;I"+ext/socket/addrinfo.h (AI_NUMERICSERV);T;[o;;[I" defined.;To;;I"(AI_MASK);T;[o;;[I"add AI_NUMERICSERV.;To;;I"+ext/socket/getaddrinfo.c (getaddrinfo);T;[o;;[I"support AI_NUMERICSERV.;TS; ; i; I"DTue Jan 13 21:45:53 2009 Yuki Sonoda (Yugui) ;T@ o; ;;;[o;;I"(lib/ostruct.rb (OpenStruct#inspect);T;[o;;[I"Pfixed the recursion check. Patch by Kornelius Kalnbach. [ruby-core:20992].;To;;I"!test/ostruct/test_ostruct.rb;T;[o;;[I"Gtest for inspect. Patch by Kornelius Kalnbach. [ruby-core:20992].;TS; ; i; I"BTue Jan 13 21:44:30 2009 NAKAMURA Usaku ;T@ o; ;;;[o;;I"&io.c (io_reopen, rb_io_init_copy);T;[o;;[I">should register fptr to pipe_list when copying pipe fptr.;TS; ; i; I";Tue Jan 13 21:38:07 2009 Tanaka Akira ;T@ o; ;;;[o;;I")ext/socket/socket.c (rb_getaddrinfo);T;[o;;[I"use getaddrinfo with GVL if getaddrinfo.c/getnameinfo.c is used. They are not thread safe because gethostbyname/gethostbyaddr is used.;To;;I"(rb_getnameinfo);T;[o;;[I" ditto.;To;;I"extconf.rb;T;[o;;[I"Cdefine GETADDRINFO_EMU if getaddrinfo.c/getnameinfo.c is used.;TS; ; i; I"DTue Jan 13 21:28:14 2009 Yuki Sonoda (Yugui) ;T@ o; ;;;[o;;I" object.c (rb_obj_not_match);T;[o;;[I":rdoc. Patch by Kornelius Kalnbach. [ruby-core:20991];TS; ; i; I"BTue Jan 13 18:21:44 2009 NAKAMURA Usaku ;T@ o; ;;;[o;;I"io.c (rb_io_close_read);T;[o;;[I"call rb_io_fptr_cleanup() instead of fptr_finalize() because the fptr has special finalizer if it is a pipe. [ruby-dev:37757] (3);TS; ; i; I"BTue Jan 13 18:19:49 2009 NAKAMURA Usaku ;T@ o; ;;;[o;;I"io.c (rb_io_initialize);T;[o;;[I"-workaround for Windows. [ruby-dev:37686];To;;I"(also see [ruby-dev;T;[o;;[I" 37721]);TS; ; i; I"ETue Jan 13 17:29:02 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"+enc/trans/make_transdb.rb (converters);T;[o;;[I";should not depend on the hash order for cross compile.;TS; ; i; I"BTue Jan 13 16:39:11 2009 NAKAMURA Usaku ;T@ o; ;;;[o;;I"include/ruby/intern.h, thread.c, win32/Makefile.sub (rb_fdset_t, rb_fd_init, rb_fd_term, rb_fd_zero, rb_fd_set, rb_fd_clr, rb_fd_isset, rb_fd_select, rb_fd_ptr, rb_fd_max, HAVE_RB_FD_INIT);T;[o;;[I"1new type, functions, and macros for Windows.;To;;I".win32/win32.c (extract_fd, rb_w32_select);T;[o;;[I"Duse rb_fdset_t to expand fd_array if needed. [ruby-core:19946];To;;I"win32/win32.c (copy_fd);T;[o;;[I"&new function for rb_w32_select().;TS; ; i; I"DTue Jan 13 12:31:54 2009 Yuki Sonoda (Yugui) ;T@ o; ;;;[o;;I")tool/file2lastrev.rb (get_revisions);T;[o;;[I"Ofixes problem with svn on cygwin. [ruby-dev:37702]. Patch by Kouhei Sutou.;TS; ; i; I"DTue Jan 13 11:58:04 2009 Yuki Sonoda (Yugui) ;T@ o; ;;;[o;;I"lib/irb/input-method.rb;T;[o;;[I"^IRB did not prompt for MSwin32. [ruby-dev:37686]. Patch by arton .;TS; ; i; I"BTue Jan 13 12:10:42 2009 NAKAMURA Usaku ;T@ o; ;;;[o;;I"+ext/socket/{getaddrinfo,getnameinfo}.c;T;[o;;[I"+need to include ws2tcpip.h on Windows.;TS; ; i; I"BTue Jan 13 03:07:28 2009 NAKAMURA Usaku ;T@ o; ;;;[o;;I"instruby.rb;T;[o;;[I"7require "tool/mdoc2man.rb" before chdir if needed.;TS; ; i; I"BTue Jan 13 02:54:54 2009 NAKAMURA Usaku ;T@ o; ;;;[o;;I"ext/socket/extconf.rb;T;[o;;[I"use headers instead of "netdb.h" in checking getnameinfo() and getaddrinfo() because Windows doesn't have it. [ruby-dev:37757] (1);To;;I"#ext/socket/sockport.h (SA_LEN);T;[o;;[I"use sockaddr_in6 when defined AF_INET6 if INET6 is not defined. winsock2's getaddrinfo() returns sockaddr_in6 if ipv6 is available.;TS; ; i; I"ETue Jan 13 02:21:43 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"'win32/win32.c (internal_cmd_match);T;[o;;[I"$extracted from is_internal_cmd.;To;;I")win32/win32.c (argv_size, join_argv);T;[o;;[I"Bescapes redirection, pipe and caret punctuations with carets.;To;;I""win32/win32.c (rb_w32_aspawn);T;[o;;[I"7ditto, and redirections and pipe have no meanings.;TS; ; i; I"HTue Jan 13 02:07:38 2009 Hidetoshi NAGAI ;T@ o; ;;;[o;;I"ext/tk/lib/tk.rb;T;[o;;[I"Cuse Encoding.find("locale") instead of Encoding.locale_charmap;TS; ; i; I";Tue Jan 13 00:57:56 2009 Tanaka Akira ;T@ o; ;;;[o;;I"4ext/socket/socket.c (sock_s_unpack_sockaddr_in);T;[o;;[I"check too short sockaddr.;To;;I" (sock_s_unpack_sockaddr_un);T;[o;;[I" ditto.;TS; ; i; I"2009-01-12;T@ S; ; i; I";Mon Jan 12 23:55:19 2009 Tanaka Akira ;T@ o; ;;;[o;;I"-ext/socket/socket.c (addrinfo_ip_unpack);T;[o;;[I"#new method AddrInfo#ip_unpack.;To;;I"(addrinfo_unix_path);T;[o;;[I"#new method AddrInfo#unix_path.;To;;I"(Init_socket);T;[o;;[I"define above methods.;TS; ; i; I";Mon Jan 12 23:31:42 2009 Tanaka Akira ;T@ o; ;;;[o;;I"'ext/socket/socket.c (IS_IP_FAMILY);T;[o;;[I" defined.;To;;I"(addrinfo_ip_p);T;[o;;[I" use it.;TS; ; i; I"EMon Jan 12 17:23:05 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"8lib/test/unit/assertions.rb (assert_nothing_raised);T;[o;;[I"Qremoves the current trace to get rid of an issue of MiniTest::Unit#location.;TS; ; i; I"EMon Jan 12 16:49:20 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"instruby.rb (install);T;[o;;[I"erased a garbage.;TS; ; i; I"EMon Jan 12 16:45:28 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"$win32/win32.c (open_dir_handle);T;[o;;[I"#extracted from rb_w32_opendir.;To;;I"win32/win32.c (winnt_stat);T;[o;;[I"Lgets rid of strange behavior of GetFileAttributes(). [ruby-core:21269];TS; ; i; I"EMon Jan 12 12:43:55 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"&instruby.rb (parse_args, install);T;[o;;[I"added --strip option.;To;;I"$instruby.rb (install_recursive);T;[o;;[I"Yskips the directory if matched to a no_install pattern ending with a file separator.;TS; ; i; I";Mon Jan 12 12:33:56 2009 Tanaka Akira ;T@ o; ;;;[o;;I"ext/socket/mkconstants.rb;T;[o;;[I"@don't use bytesize because 1.9 dependent. [ruby-core:21266];TS; ; i; I"=Mon Jan 12 11:59:19 2009 Koichi Sasada ;T@ o; ;;;[o;;I"3gc.c (ruby_xmalloc, ruby_xrealloc, ruby_xfree);T;[o;;[I"~enable to use them without GVL. if GC is invoked, acquire GVL during GC. if NoMemoryError is raised, acquire GVL and raise it.;TS; ; i; I"=Mon Jan 12 10:39:19 2009 Koichi Sasada ;T@ o; ;;;[ o;;I" thread.c;T;[o;;[I"/fix comment (terminology: Global VM Lock).;To;;I":thread.c (blocking_region_begin, blocking_region_end);T;[o;;[I"/save and clear th->blocking_region_buffer.;To;;I"'thread.c (rb_thread_call_with_gvl);T;[o;;[I"check if it has GVL.;To;;I"%thread.c (ruby_thread_has_gvl_p);T;[o;;[I" added.;To;;I"vm_core.h;T;[o;;[I"add decls.;TS; ; i; I"=Mon Jan 12 10:21:11 2009 Koichi Sasada ;T@ o; ;;;[o;;I" eval.c;T;[o;;[I"remove unused decl.;TS; ; i; I"2009-01-11;T@ S; ; i; I"ISun Jan 11 16:53:14 2009 Masatoshi SEKI ;T@ o; ;;;[o;;I" lib/erb.rb (PercentScanner);T;[o;;[I"Mremove PercentScanner. fixed % after %> bug. [ruby-dev:37751] [Bug #997];To;;I"test/erb/test_erb.rb;T;[o;;[I" ditto;TS; ; i; I"ESun Jan 11 09:53:01 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"&ext/socket/mkconstants.rb (c_str);T;[o;;[I"Cget rid of a 1.9 feature for cross compile. [ruby-core:21243];TS; ; i; I"ESun Jan 11 09:47:30 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"hash.c (rb_hash_s_create);T;[o;;[I"Kset nil as the value if assoc length is not enough. [ruby-core:21249];TS; ; i; I"2009-01-10;T@ S; ; i; I";Sat Jan 10 21:17:28 2009 Tanaka Akira ;T@ o; ;;;[o;;I"ext/socket/mkconstants.rb;T;[o;;[I"(don't generate unintended newlines.;TS; ; i; I";Sat Jan 10 20:50:02 2009 Tanaka Akira ;T@ o; ;;;[o;;I"ext/socket/mkconstants.rb;T;[o;;[I"?refactored to nest properly in statically and dynamically.;TS; ; i; I";Sat Jan 10 20:26:17 2009 Tanaka Akira ;T@ o; ;;;[o;;I"version.h;T;[o;;[I"[make version string succinct: "ruby 1.9.1p5000 (2009-01-10 trunk 21414) [i686-linux]".;TS; ; i; I"=Sat Jan 10 19:05:13 2009 Koichi Sasada ;T@ o; ;;;[o;;I"cont.c (cont_restore_1);T;[o;;[I"should not be inlined.;TS; ; i; I"2009-01-09;T@ S; ; i; I";Fri Jan 9 21:52:47 2009 Tanaka Akira ;T@ o; ;;;[o;;I",ext/socket/socket.c (sock_define_const);T;[o;;[I"use INT2NUM.;TS; ; i; I"BFri Jan 9 15:40:07 2009 NAKAMURA Usaku ;T@ o; ;;;[o;;I"ext/socket/mkconstants.rb;T;[o;;[I"-define macro if default_value is passed.;TS; ; i; I"HFri Jan 9 13:20:08 2009 Hidetoshi NAGAI ;T@ o; ;;;[o;;I"ext/tk/lib/tk.rb;T;[o;;[I"3rescue abnormal Encoding.locale_charmap value.;TS; ; i; I"EFri Jan 9 12:29:46 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I")common.mk (test-sample), rubytest.rb;T;[o;;[I"use runruby.rb;TS; ; i; I"EFri Jan 9 10:40:52 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I";T@ o; ;;;[o;;I")ext/socket/socket.c (bsock_shutdown);T;[o;;[I"!accept symbol/string as how.;To;;I"(shutdown_how_arg);T;[o;;[I"new function.;To;;I"ext/socket/mkconstants.rb;T;[o;;[I""generate shutdown_how_to_int.;TS; ; i; I"BThu Jan 8 23:16:37 2009 NAKAMURA Usaku ;T@ o; ;;;[o;;I"instruby.rb;T;[o;;[I"#easy code contains fewer bugs.;TS; ; i; I";Thu Jan 8 22:59:30 2009 Tanaka Akira ;T@ o; ;;;[o;;I"5ext/socket/mkconstants.rb (gen_name_to_int_func);T;[o;;[I"3generate name_to_int functions, not only body.;TS; ; i; I";Thu Jan 8 22:44:10 2009 Tanaka Akira ;T@ o; ;;;[o;;I"ext/socket/socket.c;T;[o;;[I"`don't use AI_NUMERICSERV for platforms which not define it as old Windows. [ruby-dev:37736];TS; ; i; I"EThu Jan 8 17:32:51 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"instruby.rb;T;[o;;[I"@should not depend on a library which does not exist in 1.8.;TS; ; i; I";Thu Jan 8 07:52:55 2009 Tanaka Akira ;T@ o; ;;;[o;;I"-ext/socket/socket.c (init_unix_addrinfo);T;[o;;[I"don't return a value.;TS; ; i; I";Thu Jan 8 07:30:52 2009 Tanaka Akira ;T@ o; ;;;[o;;I",lib/open-uri.rb (OpenURI.redirectable?);T;[o;;[I" reverted https redirection.;TS; ; i; I";Thu Jan 8 00:31:58 2009 Tanaka Akira ;T@ o; ;;;[o;;I"2lib/test/unit/assertions.rb (assert_no_match);T;[o;;[I"&don't count up as two assertions.;TS; ; i; I";Thu Jan 8 00:26:35 2009 Tanaka Akira ;T@ o; ;;;[o;;I"/ext/socket/socket.c (addrinfo_getnameinfo);T;[o;;[I",use NI_DGRAM if socktype is SOCK_DGRAM.;TS; ; i; I";Thu Jan 8 00:16:22 2009 Tanaka Akira ;T@ o; ;;;[o;;I"#ext/socket/socket.c (host_str);T;[o;;[I"Nadd flags_ptr argument to specify AI_NUMERICHOST if host is numeric form.;To;;I"(port_str);T;[o;;[I"Nadd flags_ptr argument to specify AI_NUMERICSERV if port is numeric form.;TS; ; i; I"2009-01-07;T@ S; ; i; I";Wed Jan 7 22:24:12 2009 Tanaka Akira ;T@ o; ;;;[@o;;I"'ext/socket/socket.c (rb_cAddrInfo);T;[o;;[I"new class AddrInfo.;To;;I"(s_recvfrom);T;[o;;[I" return AddrInfo as address.;To;;I"(s_recvfrom_nonblock);T;[o;;[I" ditto.;To;;I"(sock_accept);T;[o;;[I" ditto.;To;;I"(sock_accept_nonblock);T;[o;;[I" ditto.;To;;I"(sock_sysaccept);T;[o;;[I" ditto.;To;;I"(bsock_send);T;[o;;[I")accept AddrInfo as address argument.;To;;I"(sock_connect);T;[o;;[I" ditto.;To;;I"(sock_connect_nonblock);T;[o;;[I" ditto.;To;;I"(sock_bind);T;[o;;[I" ditto.;To;;I" (sock_s_unpack_sockaddr_in);T;[o;;[I" ditto.;To;;I" (sock_s_unpack_sockaddr_un);T;[o;;[I" ditto.;To;;I"(bsock_local_address);T;[o;;[I"*new method BasicSocket#local_address.;To;;I"(bsock_remote_address);T;[o;;[I"+new method BasicSocket#remote_address.;To;;I"(addrinfo_initialize);T;[o;;[I"$new method AddrInfo#initialize.;To;;I"(addrinfo_inspect);T;[o;;[I"!new method AddrInfo#inspect.;To;;I"(addrinfo_afamily);T;[o;;[I"!new method AddrInfo#afamily.;To;;I"(addrinfo_pfamily);T;[o;;[I"!new method AddrInfo#pfamily.;To;;I"(addrinfo_socktype);T;[o;;[I""new method AddrInfo#socktype.;To;;I"(addrinfo_protocol);T;[o;;[I""new method AddrInfo#protocol.;To;;I"(addrinfo_to_sockaddr);T;[o;;[I"%new method AddrInfo#to_sockaddr.;To;;I"(addrinfo_canonname);T;[o;;[I"#new method AddrInfo#canonname.;To;;I"(addrinfo_ip_p);T;[o;;[I"new method AddrInfo#ip?.;To;;I"(addrinfo_ipv4_p);T;[o;;[I"new method AddrInfo#ipv4?.;To;;I"(addrinfo_ipv6_p);T;[o;;[I"new method AddrInfo#ipv6?.;To;;I"(addrinfo_unix_p);T;[o;;[I"new method AddrInfo#unix?.;To;;I"(addrinfo_getnameinfo);T;[o;;[I"%new method AddrInfo#getnameinfo.;To;;I"(addrinfo_s_getaddrinfo);T;[o;;[I"%new method AddrInfo.getaddrinfo.;To;;I"(addrinfo_s_tcp);T;[o;;[I"new method AddrInfo.tcp.;To;;I"(addrinfo_s_udp);T;[o;;[I"new method AddrInfo.udp.;To;;I"(addrinfo_s_unix);T;[o;;[I"new method AddrInfo.unix.;To;;I"(Init_socket);T;[o;;[I""define new class and methods.;To;;I"(sock_getaddrinfo);T;[o;;[I"0apply socktype hack regardless of ai_flags.;To;;I"(addrinfo_new);T;[o;;[I" defined.;To;;I"(get_afamily);T;[o;;[I" ditto.;To;;I"(fd_socket_addrinfo);T;[o;;[I" ditto.;To;;I"(io_socket_addrinfo);T;[o;;[I" ditto.;To;;I"(SockAddrStringValue);T;[o;;[I" ditto.;To;;I"(SockAddrStringValuePtr);T;[o;;[I" ditto.;To;;I"(sockaddr_string_value);T;[o;;[I" ditto.;To;;I" (sockaddr_string_value_ptr);T;[o;;[I" ditto.;To;;I"(rb_addrinfo_t);T;[o;;[I" ditto.;To;;I"(addrinfo_mark);T;[o;;[I" ditto.;To;;I"(addrinfo_free);T;[o;;[I" ditto.;To;;I"(addrinfo_s_allocate);T;[o;;[I" ditto.;To;;I"(IS_ADDRINFO);T;[o;;[I" ditto.;To;;I"(check_addrinfo);T;[o;;[I" ditto.;To;;I"(get_addrinfo);T;[o;;[I" ditto.;To;;I"(alloc_addrinfo);T;[o;;[I" ditto.;To;;I"(init_addrinfo);T;[o;;[I" ditto.;To;;I"(addrinfo_new);T;[o;;[I" ditto.;To;;I"(call_getaddrinfo);T;[o;;[I" ditto.;To;;I" (init_addrinfo_getaddrinfo);T;[o;;[I" ditto.;To;;I"(make_inspectname);T;[o;;[I" ditto.;To;;I"(addrinfo_firstonly_new);T;[o;;[I" ditto.;To;;I"(addrinfo_list_new);T;[o;;[I" ditto.;To;;I"(init_unix_addrinfo);T;[o;;[I" ditto.;To;;I"(ai_get_afamily);T;[o;;[I" ditto.;To;;I"ext/socket/mkconstants.rb;T;[o;;[I"Zgenerate intern_protocol_family, intern_socktype and intern_ipproto. [ruby-dev:37692];TS; ; i; I"EWed Jan 7 22:13:03 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"instruby.rb (man, gem);T;[o;;[I"fixed errors.;TS; ; i; I"EWed Jan 7 17:14:40 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"instruby.rb;T;[o;;[I"0use installed libraries. [ruby-core:21006];To;;I"Binstruby.rb (gem), lib/rubygems/defaults.rb (Gem.default_dir);T;[o;;[I")use version invariant configuration.;TS; ; i; I"2009-01-06;T@ S; ; i; I"ETue Jan 6 19:09:51 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"cont.c (cont_restore_0);T;[o;;[I"\streamlined to ensure O(1) time. based on a patch by Brent Roman .;TS; ; i; I";Tue Jan 6 00:34:25 2009 Tanaka Akira ;T@ o; ;;;[o;;I" io.c (rb_close_before_exec);T;[o;;[I"*more heuristics to detect maximum fd.;TS; ; i; I"2009-01-05;T@ S; ; i; I"EMon Jan 5 17:59:43 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"configure.in (cygwin);T;[o;;[I"@needs properly implemented nl_langinfo(). [ruby-core:21110];To;;I"missing/langinfo.c;T;[o;;[I"aadded as suggested at [ruby-core:21015], from http://www.cl.cam.ac.uk/~mgk25/ucs/langinfo.c.;To;;I"'missing/langinfo.c (nl_langinfo_0);T;[o;;[I"fixed typos for SJIS.;TS; ; i; I"BMon Jan 5 17:38:40 2009 NAKAMURA Usaku ;T@ o; ;;;[o;;I"#encoding.c (rb_locale_charmap);T;[o;;[I"^use GetConsoleCP() instead of GetACP() because external encoding should be console's one.;To;;I"(encoding.c (rb_filesystem_encoding);T;[o;;[I"Guse GetOEMCP() instead of GetACP() because VFAT/FAT32 uses OEM CP.;TS; ; i; I"EMon Jan 5 16:26:48 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"(encoding.c (rb_filesystem_encoding);T;[o;;[I"1use ANSI codepage for file system on cygwin.;To;;I"#encoding.c (rb_locale_charmap);T;[o;;[I"!reverted. [ruby-core:21110];TS; ; i; I"EMon Jan 5 16:15:00 2009 Kazuhiro NISHIYAMA ;T@ o; ;;;[o;;I"&ext/curses/curses.c (free_window);T;[o;;[I"0use xfree instead of free. [ruby-dev:37200];TS; ; i; I"EMon Jan 5 15:49:45 2009 Kazuhiro NISHIYAMA ;T@ o; ;;;[o;;I"$ext/gdbm/gdbm.c (rb_gdbm_fetch);T;[o;;[I"remove needless cast.;TS; ; i; I"EMon Jan 5 12:52:08 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"win32/win32.c (init_env);T;[o;;[I"2use user profile folder than personal folder.;TS; ; i; I"GMon Jan 5 08:41:13 2009 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"file.c (rb_file_s_stat);T;[o;;[I"Gneed type check for non string values. [ruby-dev:37673] fix: #964;To;;I"Zfile.c (rb_file_s_size, rb_file_s_atime, rb_file_s_mtime, rb_file_s_ctime, rb_f_test);T;[o;;[I" ditto.;TS; ; i; I"GMon Jan 5 08:17:56 2009 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"range.c (range_step);T;[o;;[I"8should not add up errors on loops. [ruby-dev:37691];TS; ; i; I"GMon Jan 5 07:58:37 2009 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"random.c (rb_f_srand);T;[o;;[I"$update RDoc. [ruby-core:21113];TS; ; i; I"GMon Jan 5 06:39:56 2009 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"range.c (range_max);T;[o;;[I"bmax value from ... not defined for non Integer Numeric end values. [ruby-dev:37690] fix: #974;TS; ; i; I"2009-01-04;T@ S; ; i; I";Sun Jan 4 22:37:19 2009 Tanaka Akira ;T@ o; ;;;[ o;;I")ext/socket/socket.c (rb_getaddrinfo);T;[o;;[I",defined for address lookup without GVL.;To;;I"(struct getaddrinfo_arg);T;[o;;[I" defined.;To;;I"(nogvl_getaddrinfo);T;[o;;[I" defined.;To;;I"(rb_getnameinfo);T;[o;;[I")defined for name lookup without GVL.;To;;I"(getnameinfo_arg);T;[o;;[I" defined.;To;;I"(nogvl_getnameinfo);T;[o;;[I" defined.;TS; ; i; I"ESun Jan 4 17:07:45 2009 Nobuyoshi Nakada ;T@ o; ;;;[ o;;I"2lib/rubygems.rb (Gem.set_home, Gem.set_paths);T;[o;;[I"Ashould not create directories stealthily. [ruby-core:20990];To;;I"$lib/rubygems.rb (Gem.find_home);T;[o;;[I";T@ o; ;;;[o;;I";encoding.c (rb_filesystem_encoding, rb_locale_charmap);T;[o;;[I"0uses codepage on cygwin. [ruby-core:20994];TS; ; i; I"ESun Jan 4 11:58:43 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I" numeric.c (ruby_float_step);T;[o;;[I"extracted from num_step().;To;;I"range.c (range_step);T;[o;;[I"=uses ruby_float_step() for float range. [ruby-dev:37691];TS; ; i; I"ESun Jan 4 11:11:31 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"ext/extmk.rb (extmake);T;[o;;[I"Fdoes not use both of makefile.rb and extconf.rb at the same time.;To;;I"lib/mkmf.rb (DLLIB);T;[o;;[I",depends on Makefile. [ruby-core:21096];TS; ; i; I"ESun Jan 4 09:27:41 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"'ext/socket/socket.c (constant_arg);T;[o;;[I"constified.;To;;I"&ext/socket/socket.c (optname_arg);T;[o;;[I"'cygwin does not have IPPROTO_IPV6.;To;;I"4ext/socket/mkconstants.rb (ipv6_optname_to_int);T;[o;;[I" ditto.;TS; ; i; I";Sun Jan 4 04:33:14 2009 Tanaka Akira ;T@ o; ;;;[o;;I"ext/socket/socket.c;T;[o;;[I"redundant #ifdef removed.;TS; ; i; I";Sun Jan 4 03:30:18 2009 Tanaka Akira ;T@ o; ;;;[ o;;I"(io.c (maygvl_copy_stream_wait_read);T;[o;;[I"0renamed to add prefix to express GVL state.;To;;I"#(nogvl_copy_stream_wait_write);T;[o;;[I" ditto.;To;;I"!(nogvl_copy_stream_sendfile);T;[o;;[I" ditto.;To;;I"(maygvl_copy_stream_read);T;[o;;[I" ditto.;To;;I"(nogvl_copy_stream_write);T;[o;;[I" ditto.;To;;I"#(nogvl_copy_stream_read_write);T;[o;;[I" ditto.;To;;I"(nogvl_copy_stream_func);T;[o;;[I" ditto.;TS; ; i; I"ISun Jan 4 00:30:50 2009 Masatoshi SEKI ;T@ o; ;;;[o;;I"lib/erb.rb;T;[o;;[I"\merged r20850, r17881, r16811, r16763, r16748, r15829, r15794 and r15698 from ruby_1_8.;To;;I"test/erb/test_erb.rb;T;[o;;[I" ditto.;TS; ; i; I"2009-01-03;T@ S; ; i; I"BSat Jan 3 22:24:36 2009 NAKAMURA Usaku ;T@ o; ;;;[o;;I"7common.mk, Makefile.in, win32/Makefile.sub (INSNS);T;[o;;[I"cmove the macro definition from common.mk to {Makefile.in,win32/Makefile.sub}. [ruby-dev:37678];TS; ; i; I"BSat Jan 3 15:30:09 2009 NARUSE, Yui ;T@ o; ;;;[o;;I"enc/trans/chinese.trans;T;[o;;[I".added for transcoding EUC-CN and GB12345.;To;;I"enc/trans/GB/;T;[o;;[I" ditto.;TS; ; i; I"BSat Jan 3 15:26:30 2009 NARUSE, Yui ;T@ o; ;;;[o;;I"enc/trans/euc-cn.c;T;[o;;[I"`renamed from gb2312.c because GB2312 is the name of a CSS. it's encoding name is "EUC-CN".;TS; ; i; I"BSat Jan 3 03:00:42 2009 NAKAMURA Usaku ;T@ o; ;;;[o;;I"ucommon.mk, Makefile.in, win32/Makefile.sub ($(INSNS), node_name.inc, known_errors.inc, miniprelude.c, newline.c);T;[o;;[I"_move rules from common.mk to {Makefile.in,win32/Makefile.sub} for nmake. [ruby-core:20993];TS; ; i; I"2009-01-02;T@ S; ; i; I"=Fri Jan 2 23:51:41 2009 Yusuke Endoh ;T@ o; ;;;[o;;I".test/ruby/test_sleep.rb (test_sleep_5sec);T;[o;;[I" stop gc.;TS; ; i; I";Fri Jan 2 23:36:10 2009 Tanaka Akira ;T@ o; ;;;[ o;;I"ext/socket/socket.c;T;[o;;[I"Fdon't apply socktype hack [ruby-core:184] for sock_s_getaddrinfo.;To;;I"(sock_getaddrinfo);T;[o;;[I" add socktype_hack argument.;To;;I"(sock_addrinfo);T;[o;;[I".call sock_getaddrinfo with socktype_hack.;To;;I"(sock_s_getaddrinfo);T;[o;;[I"Bcall sock_getaddrinfo without socktype_hack. [ruby-dev:37674];TS; ; i; I"BFri Jan 2 23:33:38 2009 NAKAMURA Usaku ;T@ o; ;;;[o;;I"&include/ruby/missing.h, sprintf.c;T;[o;;[I""get rid of a warning of VC++.;TS; ; i; I"=Fri Jan 2 22:25:46 2009 Yusuke Endoh ;T@ o; ;;;[o;;I"process.c;T;[o;;[I"8use sigaction instead of sigset. [ruby-core:21021];TS; ; i; I"=Fri Jan 2 22:22:04 2009 Yusuke Endoh ;T@ o; ;;;[o;;I"bootstraptest/test_proc.rb;T;[o;;[I"suppress error message.;TS; ; i; I"=Fri Jan 2 22:20:46 2009 Yusuke Endoh ;T@ o; ;;;[o;;I"7test/ruby/test_process.rb (test_wait_and_sigchild);T;[o;;[I"remove debug output.;TS; ; i; I";Fri Jan 2 17:45:19 2009 Tanaka Akira ;T@ o; ;;;[o;;I"ext/socket/mkconstants.rb;T;[o;;[I">rename family_to_str to intern_family. it returns ID now.;To;;I"!ext/socket/socket.c (ipaddr);T;[o;;[I"use intern_family.;TS; ; i; I";Fri Jan 2 17:20:31 2009 Tanaka Akira ;T@ o; ;;;[o;;I"ext/socket/mkconstants.rb;T;[o;;[I"Puse ID in the values of family_to_str_hash. family_to_str returns a VALUE.;To;;I"!ext/socket/socket.c (ipaddr);T;[o;;[I"!follow family_to_str change.;TS; ; i; I";Fri Jan 2 17:01:51 2009 Tanaka Akira ;T@ o; ;;;[o;;I"ext/socket/mkconstants.rb;T;[o;;[I"1refactored to gather stringizer description.;TS; ; i; I";Fri Jan 2 15:30:57 2009 Tanaka Akira ;T@ o; ;;;[o;;I"ext/socket/mkconstants.rb;T;[o;;[I"!make common prefix optional.;TS; ; i; I";Fri Jan 2 14:59:52 2009 Tanaka Akira ;T@ o; ;;;[o;;I"ext/socket/mkconstants.rb;T;[o;;[I"Ouse hash for family_to_str to avoid linear search. lenp argument removed.;To;;I"!ext/socket/socket.c (ipaddr);T;[o;;[I".call family_to_str without lenp argument.;TS; ; i; I";Fri Jan 2 14:33:12 2009 Tanaka Akira ;T@ o; ;;;[o;;I"0ext/socket/mkconstants.rb (gen_int_to_name);T;[o;;[I"Odon't compare constants in preprocessor because the constants may be enum.;TS; ; i; I";Fri Jan 2 14:11:07 2009 Tanaka Akira ;T@ o; ;;;[o;;I"0ext/socket/mkconstants.rb (gen_int_to_name);T;[o;;[I"add lenp argument.;To;;I"!ext/socket/socket.c (ipaddr);T;[o;;[I"follow argument change.;TS; ; i; I"GFri Jan 2 10:20:24 2009 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"lib/singleton.rb;T;[o;;[I")fix documentation. [ruby-core:21038];TS; ; i; I"BFri Jan 2 06:43:58 2009 NARUSE, Yui ;T@ o; ;;;[o;;I"#signal.c (rb_signal_buff_size);T;[o;;[I">defined for check whether signal is in the buffer or not.;To;;I"$thread_pthread.c (thread_timer);T;[o;;[I"Gdon't exit the loop when signal is in the buffer. [ruby-dev:37637];TS; ; i; I";Fri Jan 2 04:40:00 2009 Tanaka Akira ;T@ o; ;;;[o;;I"ext/socket/mkconstants.rb;T;[o;;[I"check duplicates.;TS; ; i; I";Fri Jan 2 02:39:08 2009 Tanaka Akira ;T@ o; ;;;[ o;;I"&ext/socket/socket.c (optname_arg);T;[o;;[I" defined.;To;;I"(bsock_setsockopt);T;[o;;[I"use optname_arg.;To;;I"(bsock_getsockopt);T;[o;;[I" ditto.;To;;I"ext/socket/mkconstants.rb;T;[o;;[I"~generate so_optname_to_int, ip_optname_to_int, ipv6_optname_to_int, tcp_optname_to_int and udp_optname_to_int. more constants.;TS; ; i; I";Fri Jan 2 02:08:36 2009 Tanaka Akira ;T@ o; ;;;[ o;;I"'ext/socket/socket.c (constant_arg);T;[o;;[I"extracted from family_arg.;To;;I"(family_arg);T;[o;;[I"use constant_arg.;To;;I"(socktype_arg);T;[o;;[I" ditto.;To;;I"(level_arg);T;[o;;[I" ditto.;TS; ; i; I";Fri Jan 2 01:15:11 2009 Tanaka Akira ;T@ o; ;;;[ o;;I"$ext/socket/socket.c (level_arg);T;[o;;[I" defined.;To;;I"(bsock_setsockopt);T;[o;;[I"use level_arg.;To;;I"(bsock_getsockopt);T;[o;;[I" ditto.;To;;I"ext/socket/mkconstants.rb;T;[o;;[I"generate level_to_int.;TS; ; i; I";Fri Jan 2 00:58:40 2009 Tanaka Akira ;T@ o; ;;;[o;;I"%ext/socket/socket.c (family_arg);T;[o;;[I"accept symbols as well.;To;;I"(socktype_arg);T;[o;;[I" ditto.;TS; ; i; I";Fri Jan 2 00:49:44 2009 Tanaka Akira ;T@ o; ;;;[o;;I"-ext/socket/socket.c (sock_s_getaddrinfo);T;[o;;[I"use socktype_arg.;TS; ; i; I";Fri Jan 2 00:12:27 2009 Tanaka Akira ;T@ o; ;;;[ o;;I"%ext/socket/socket.c (family_arg);T;[o;;[I"*extracted from setup_domain_and_type.;To;;I"(socktype_arg);T;[o;;[I" ditto.;To;;I"(udp_init);T;[o;;[I"use family_arg.;To;;I"(sock_s_gethostbyaddr);T;[o;;[I" ditto.;To;;I"(sock_s_getaddrinfo);T;[o;;[I" ditto.;To;;I"(sock_s_getnameinfo);T;[o;;[I" ditto.;TS; ; i; I"2009-01-01;T@ S; ; i; I"DThu Jan 1 22:27:55 2009 Yuki Sonoda (Yugui) ;T@ o; ;;;[o;;I"spec/default.mspec;T;[o;;[I"fix for builddir != srcdir;To;;I"Makefile.in;T;[o;;[I" ditto.;TS; ; i; I";Thu Jan 1 21:26:05 2009 Tanaka Akira ;T@ o; ;;;[o;;I"-ext/socket/socket.c (sock_s_getnameinfo);T;[o;;[I"use family_to_int.;TS; ; i; I";Thu Jan 1 21:08:34 2009 Tanaka Akira ;T@ o; ;;;[o;;I"ext/socket/mkconstants.rb;T;[o;;[I"!check all alias possibility.;TS; ; i; I";Thu Jan 1 20:59:55 2009 Tanaka Akira ;T@ o; ;;;[o;;I"ext/socket/mkconstants.rb;T;[o;;[I"more possible aliases.;TS; ; i; I";Thu Jan 1 20:54:02 2009 Tanaka Akira ;T@ o; ;;;[o;;I"ext/socket/mkconstants.rb;T;[o;;[I"&AF_ISO and AF_OSI may be aliased.;TS; ; i; I"GThu Jan 1 20:50:09 2009 URABE Shyouhei ;T@ o; ;;;[o;;I"process.c (before_exec);T;[o;;[I"Kit makes no sense for a conditional expression to return a void value.;TS; ; i; I";Thu Jan 1 20:47:09 2009 Tanaka Akira ;T@ o; ;;;[o;;I"-ext/socket/socket.c (sock_s_getaddrinfo);T;[o;;[I"use family_to_int.;TS; ; i; I";Thu Jan 1 20:17:47 2009 Tanaka Akira ;T@ o; ;;;[o;;I"ext/socket/socket.c;T;[o;;[I" include constants.h at top.;TS; ; i; I";Thu Jan 1 19:53:33 2009 Tanaka Akira ;T@ o; ;;;[o;;I"ext/socket/mkconstants.rb;T;[o;;[I"=add valp argument for family_to_int and socktype_to_int.;To;;I"0ext/socket/socket.c (setup_domain_and_type);T;[o;;[I"use valp argument.;TS; ; i; I";Thu Jan 1 19:36:57 2009 Tanaka Akira ;T@ o; ;;;[o;;I"ext/socket/mkconstants.rb;T;[o;;[I"generate family_to_str.;To;;I"!ext/socket/socket.c (ipaddr);T;[o;;[I"use family_to_str.;TS; ; i; I";Thu Jan 1 17:37:12 2009 Tanaka Akira ;T@ o; ;;;[o;;I"ext/socket/mkconstants.rb;T;[o;;[I"generate socktype_to_int.;To;;I"0ext/socket/socket.c (setup_domain_and_type);T;[o;;[I"use socktype_to_int.;TS; ; i; I";Thu Jan 1 17:26:47 2009 Tanaka Akira ;T@ o; ;;;[o;;I"0ext/socket/socket.c (setup_domain_and_type);T;[o;;[I"initialize ptr.;TS; ; i; I";Thu Jan 1 17:01:50 2009 Tanaka Akira ;T@ o; ;;;[o;;I"ext/socket/mkconstants.rb;T;[o;;[I"refine family_to_int.;TS; ; i; I";Thu Jan 1 16:48:07 2009 Tanaka Akira ;T@ o; ;;;[o;;I"ext/socket/mkconstants.rb;T;[o;;[I"generate family_to_int().;To;;I"0ext/socket/socket.c (setup_domain_and_type);T;[o;;[I"use family_to_int.;TS; ; i; I"DThu Jan 1 15:08:46 2009 Yuki Sonoda (Yugui) ;T@ o; ;;;[o;;I"tool/file2lastrev.rb;T;[o;;[I"nsupports git repositories which are cloned from a git-svn gateway. Patch by Hongli Lai. [ruby-core:21020];TS; ; i; I";Thu Jan 1 16:08:11 2009 Tanaka Akira ;T@ o; ;;;[o;;I"ext/socket/mkconstants.rb;T;[o;;[I"&generate init_constants function.;To;;I"&ext/socket/socket.c (Init_socket);T;[o;;[I"call init_constants.;TS; ; i; I";Thu Jan 1 16:03:04 2009 Tanaka Akira ;T@ o; ;;;[o;;I"1ext/socket/mkconstants.rb (Socket::AF_INET6);T;[o;;[I"moved from socket.c.;To;;I"(Socket::PF_INET6);T;[o;;[I" ditto.;TS; ; i; I";Thu Jan 1 15:27:07 2009 Tanaka Akira ;T@ o; ;;;[o;;I"ext/socket/mkconstants.rb;T;[o;;[I" use erb.;TS; ; i; I";Thu Jan 1 15:07:56 2009 Tanaka Akira ;T@ o; ;;;[o;;I"ext/socket/mkconstants.rb;T;[o;;[I"add -o option.;To;;I"ext/socket/depend;T;[o;;[I"'use mkconstants.rb with -o option.;TS; ; i; I"GThu Jan 1 07:42:36 2009 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"lib/singleton.rb;T;[o;;[I"5fix indentation of RDoc text. [ruby-core:21029];TS; ; i; I"EThu Jan 1 07:16:44 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"/Makefile.in (distclean-ext, realclean-ext);T;[o;;[I"use EXTS as default.;To;;I"6win32/Makefile.sub (distclean-ext, realclean-ext);T;[o;;[I"!try to remove ext directory.;TS; ; i; I"EThu Jan 1 06:56:28 2009 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"tool/file2lastrev.rb;T;[o;;[I"unset PWD.;TS; ; i; I"2008-12-31;T@ S; ; i; I";Wed Dec 31 23:37:17 2008 Tanaka Akira ;T@ o; ;;;[ o;;I",ext/socket/socket.c (sock_s_socketpair);T;[o;;[I"yield if a block is given.;To;;I"(io_call_close);T;[o;;[I" defined.;To;;I"(io_close);T;[o;;[I" defined.;To;;I"(pair_yield);T;[o;;[I" defined.;TS; ; i; I"DWed Dec 31 19:35:57 2008 Yuki Sonoda (Yugui) ;T@ o; ;;;[o;;I"spec/README;T;[o;;[I";follows the change of directory structure in rubyspec.;To;;I"spec/default.mspec;T;[o;;[I"1ditto. Also follows change of mspec command.;To;;I"Makefile.in;T;[o;;[I" ditto.;TS; ; i; I";Wed Dec 31 17:16:46 2008 Tanaka Akira ;T@ o; ;;;[o;;I"4ext/openssl/ossl_ssl.c (ossl_ssl_read_internal);T;[o;;[I"2show openssl error code in EWOULDBLOCK error.;TS; ; i; I";Wed Dec 31 15:45:18 2008 Tanaka Akira ;T@ o; ;;;[o;;I"io.c (copy_stream_body);T;[o;;[I"Pdon't check to_io because Zlib::GzipWriter#to_io returns the underlying IO.;TS; ; i; I";Wed Dec 31 14:52:33 2008 Tanaka Akira ;T@ o; ;;;[o;;I"-ext/openssl/ossl_digest.c (GetDigestPtr);T;[o;;[I"-use StringValueCStr instead of STR2CSTR.;To;;I"8ext/openssl/ossl_pkey_ec.c (ossl_ec_key_initialize);T;[o;;[I" ditto.;To;;I"(ossl_ec_group_initialize);T;[o;;[I" ditto.;TS; ; i; I"GWed Dec 31 14:12:35 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"object.c (rb_to_float);T;[o;;[I"@replaced by to_flo definition from math.c [ruby-dev:37668];To;;I"math.c (Need_Float);T;[o;;[I"use rb_to_float().;TS; ; i; I";Wed Dec 31 13:49:06 2008 Tanaka Akira ;T@ o; ;;;[ o;;I"Cext/openssl/lib/openssl/buffering.rb (Buffering#read_nonblock);T;[o;;[I"implemented.;To;;I".ext/openssl/ossl_ssl.c (rb_sys_fail_path);T;[o;;[I" removed.;To;;I"(fcntl.h);T;[o;;[I"don't include.;To;;I"(ossl_ssl_read_internal);T;[o;;[I" defined.;To;;I"(ossl_ssl_read);T;[o;;[I" use ossl_ssl_read_internal.;To;;I"(ossl_ssl_read_nonblock);T;[o;;[I" use ossl_ssl_read_internal.;To;;I"(Init_ossl_ssl);T;[o;;[I"7define sysread_nonblock, instead of read_nonblock.;TS; ; i; I"GWed Dec 31 00:27:54 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"object.c (rb_to_float);T;[o;;[I"replace all rb_Float() to rb_to_float(). [ruby-dev:37663];TS; ; i; I"2008-12-30;T@ S; ; i; I";Tue Dec 30 21:17:00 2008 Tanaka Akira ;T@ o; ;;;[o;;I"ext/socket/mkconstants.rb;T;[o;;[I"}use sock_define_uconst for INADDR_* constants because Socket::INADDR_LOOPBACK should be 0x7f000001 instead of -0xffffff.;To;;I"-ext/socket/socket.c (sock_define_uconst);T;[o;;[I" defined.;TS; ; i; I"ETue Dec 30 18:23:10 2008 Ryan Davis ;T@ o; ;;;[o;;I"lib/minitest/*.rb;T;[o;;[I"#Imported minitest 1.3.1 r4506.;To;;I"test/minitest/*.rb;T;[o;;[I" ditto.;TS; ; i; I"=Tue Dec 30 17:03:51 2008 Koichi Sasada ;T@ o; ;;;[o;;I"ext/dl/test/test_import.rb;T;[o;;[I"Jfix a prototype decl. pointed out by Takehiro Kubo [ruby-core:20971].;TS; ; i; I"=Tue Dec 30 16:56:09 2008 Koichi Sasada ;T@ o; ;;;[ o;;I")thread.c (rb_thread_blocking_region);T;[o;;[I"add a comment.;To;;I"*thread.c (rb_thread_call_without_gvl);T;[o;;[I"5added as a alias of rb_thread_blocking_region().;To;;I"'thread.c (rb_thread_call_with_gvl);T;[o;;[I" added.;To;;I"3vm_core.h (rb_thread_t#blocking_region_buffer);T;[o;;[I")added for rb_thread_call_with_gvl().;TS; ; i; I"2008-12-29;T@ S; ; i; I"=Mon Dec 29 23:41:42 2008 Koichi Sasada ;T@ o; ;;;[ o;;I"ext/dl/test/test_base.rb;T;[o;;[I"`add libc search logic. this patch is written by Takehiro Kubo. [ruby-core:20963] [Bug #932];To;;I"ext/dl/dl.h;T;[o;;[I"hAdd ",..." as the last argument. this patch is written by Takehiro Kubo. Bug #633 [ruby-core:19289];To;;I"ext/dl/lib/dl/stack.rb;T;[o;;[I"radd add_padding() to calculate alignment. this patch is written by Takehiro Kubo. Bug #633 [ruby-core:19289];To;;I"ext/dl/test/test_func.rb;T;[o;;[I"hatof()'s return value is double. this patch is written by Takehiro Kubo. Bug #633 [ruby-core:19289];To;;I"ext/dl/test/test_import.rb;T;[o;;[I"- atof()'s return value is double. - The types of qsort's second and third argument are size_t. - fprintf()'s return value is int. this patch is written by Takehiro Kubo. Bug #633 [ruby-core:19289];TS; ; i; I"DMon Dec 29 22:37:17 2008 Yuki Sonoda (Yugui) ;T@ o; ;;;[o;;I"process.c (rb_waitpid);T;[o;;[I"3retries waitpid when EINTR. [ruby-core:19744].;TS; ; i; I"AMon Dec 29 23:18:52 2008 Tadayoshi Funaba ;T@ o; ;;;[o;;I"bignum.c (rb_cstr_to_inum);T;[o;;[I"changed an error message.;To;;I"#complex.c (string_to_c_strict);T;[o;;[I" ditto.;To;;I"$rational.c (string_to_r_strict);T;[o;;[I" ditto.;TS; ; i; I"GMon Dec 29 22:37:57 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"pack.c (pack_pack);T;[o;;[I"Etemplate f should not accept non float values. [ruby-dev:37656];To;;I"object.c (rb_to_float);T;[o;;[I"'new function to type check floats.;TS; ; i; I"GMon Dec 29 22:27:11 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"random.c (rb_f_rand);T;[o;;[I"Ztype check simplified. strings are no longer allowed for argument. [ruby-dev:37655];To;;I"0test/ruby/test_rand.rb (TestRand::o.to_int);T;[o;;[I"need override to_int.;TS; ; i; I"AMon Dec 29 21:22:31 2008 Tadayoshi Funaba ;T@ o; ;;;[o;;I"numeric.c;T;[o;;[I"4Infinity.numerator returns self. [experimental];To;;I"numeric.c;T;[o;;[I"3Infinity.denominator returns 1. [experimental];TS; ; i; I"DMon Dec 29 20:57:14 2008 Yuki Sonoda (Yugui) ;T@ o; ;;;[o;;I" man/ri.1;T;[o;;[I"new manpage.;TS; ; i; I"AMon Dec 29 20:45:25 2008 Tadayoshi Funaba ;T@ o; ;;;[o;;I"rational.c;T;[o;;[I"^floor, ceil, truncate and round accept an extra argument like Float#round. [experimental];TS; ; i; I"DMon Dec 29 18:24:49 2008 Yuki Sonoda (Yugui) ;T@ o; ;;;[o;;I""Makefile.in (distclean-local);T;[o;;[I"3removes Doxyfile and run.gdb at distclean'ing.;TS; ; i; I"DMon Dec 29 17:53:24 2008 Yuki Sonoda (Yugui) ;T@ o; ;;;[o;;I" bin/erb;T;[o;;[I"-accepts options in more flexible styles.;TS; ; i; I"DMon Dec 29 17:25:17 2008 Yuki Sonoda (Yugui) ;T@ o; ;;;[ o;;I"lib/erb.rb (ERB);T;[o;;[I"?m17n of ERB. adds rdoc. fixes #712. c.f. [ruby-dev:37516].;To;;I"'lib/erb.rb (ERB::Compiler#compile);T;[o;;[I"Zrecognizes magic comments. returns a pair of compiled script and its script encoding.;To;;I"!lib/erb.rb (ERB#set_eoutvar);T;[o;;[I"@make generated scripts return a string in correct encoding.;To;;I" lib/erb.rb (ERB#def_method);T;[o;;[I"Duse Kernel#eval for encoding-awareness of the evaluated string.;To;;I"bin/erb.rb (ERB::Main.run);T;[o;;[I";T@ o; ;;;[o;;I""ext/io/wait/wait.c (io_nread);T;[o;;[I"hreturns number of bytes available for read. response to feature request #936 in [ruby-core:20917].;TS; ; i; I"GMon Dec 29 17:52:16 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"$ext/io/wait/wait.c (io_ready_p);T;[o;;[I"updated to follow RDoc.;TS; ; i; I"GMon Dec 29 16:52:15 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I".ext/socket/socket.c (s_recvfrom_nonblock);T;[o;;[I"revert r21162.;TS; ; i; I"=Mon Dec 29 16:16:20 2008 Koichi Sasada ;T@ o; ;;;[o;;I"Bvm.c (vm_set_eval_stack, vm_set_main_stack, vm_set_top_stack);T;[o;;[I",check stack overflow. [ruby-dev:37646];TS; ; i; I"DMon Dec 29 14:50:19 2008 Yuki Sonoda (Yugui) ;T@ o; ;;;[o;;I"Makefile.in (ext-clean);T;[o;;[I"ext-clean always fails.;To;;I"ext/dl/ripper/extconf.rb;T;[o;;[I"'adds y.output into the clean list.;TS; ; i; I"=Mon Dec 29 11:58:39 2008 Koichi Sasada ;T@ o; ;;;[o;;I" thread.c (rb_mutex_trylock);T;[o;;[I"Freturn false if Mutex owned by current thread. [ruby-core:20943];To;;I"thread.c (rb_mutex_lock);T;[o;;[I"+check dead lock (recursive lock) here.;To;;I"test/ruby/test_thread.rb;T;[o;;[I"add a test.;TS; ; i; I"BMon Dec 29 10:58:54 2008 NARUSE, Yui ;T@ o; ;;;[o;;I"file.c (rb_get_path);T;[o;;[I"Bmove encoding conversion of file path from rb_scan_open_args.;To;;I"io.c (rb_scan_open_args);T;[o;;[I" ditto.;TS; ; i; I"GMon Dec 29 07:15:16 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I" cont.c;T;[o;;[I"Ssmall RDoc fix mentioned from in [ruby-core:20921].;TS; ; i; I"=Mon Dec 29 03:43:25 2008 Koichi Sasada ;T@ o; ;;;[o;;I"ruby.c (process_options);T;[o;;[I"Mset th->base_block only while it is needed. [ruby-dev:37634] [Bug #939];To;;I"ruby.c (require_libraries);T;[o;;[I"3clear th->base_block before require libraries.;TS; ; i; I"2008-12-28;T@ S; ; i; I"DSun Dec 28 18:36:33 2008 Yuki Sonoda (Yugui) ;T@ o; ;;;[o;;I"]test/rubygems/test_gem_command.rb (test_add_option_overlapping_common_and_local_options);T;[o;;[I"follows r21066.;TS; ; i; I"BSun Dec 28 21:33:52 2008 NARUSE, Yui ;T@ o; ;;;[o;;I"test/ext/dl/test_base.rb;T;[o;;[I"add BSD's case.;TS; ; i; I"DSun Dec 28 21:09:12 2008 Yuki Sonoda (Yugui) ;T@ o; ;;;[o;;I"2ext/dl/lib/dl/import.rb (DL::Importer#sizeof);T;[o;;[I"%follows a feature change in 1.9.;TS; ; i; I"DSun Dec 28 21:03:07 2008 Yuki Sonoda (Yugui) ;T@ o; ;;;[o;;I"2ext/dl/lib/dl/import.rb (DL::Importer#extern);T;[o;;[I"Sadds filename and line number to module_eval'ing for readability of backtrace.;To;;I"(DL::Importer#bind);T;[o;;[I" ditto.;To;;I"8ext/dl/lib/dl/struct.rb (DL::CStructBuilder#create);T;[o;;[I" ditto.;TS; ; i; I"ESun Dec 28 19:11:03 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I""win32/Makefile.sub (config.h);T;[o;;[I"-do not use snprintf/vsnprintf in msvcrt.;To;;I"sprintf.c;T;[o;;[I"@not force to override snprintf/vsnprintf. [ruby-core:20824];TS; ; i; I"BSun Dec 28 17:21:36 2008 NARUSE, Yui ;T@ o; ;;;[o;;I"Gtest/rubygems/test_ext_configure_builder.rb (test_self_build_fail);T;[o;;[I"1Extends pattern for FreeBSD's error message.;TS; ; i; I"ISun Dec 28 17:10:13 2008 TAKANO Mitsuhiro (takano32) ;T@ o; ;;;[o;;I"ext/dl/test/test_dl2.rb;T;[o;;[I"]modify strncpy, strcpy, qsort, types. Patch by Takehiro Kubo. Bug #633 [ruby-core:19289];To;;I"ext/dl/test/test_base.rb;T;[o;;[I":/lib/libc.so is x86_64 binary in x86_64 architecture.;TS; ; i; I"ISun Dec 28 12:53:10 2008 TAKANO Mitsuhiro (takano32) ;T@ o; ;;;[o;;I"ext/dl/test/test_base.rb;T;[o;;[I"0use libc.dylib when the platform is darwin.;TS; ; i; I"=Sun Dec 28 12:24:14 2008 Yusuke Endoh ;T@ o; ;;;[o;;I"(thread.c (mutex_free, mutex_unlock);T;[o;;[I"add qualifiers.;TS; ; i; I"=Sun Dec 28 10:28:04 2008 Yusuke Endoh ;T@ o; ;;;[o;;I"thread.c (mutex_free);T;[o;;[I"GC thread (main thread) has failed to unlock a mutex that is locked by another thread, which makes the mutex dangling in keeping_mutexes and causes [BUG] or stuck finally. Now unlocking is performed as locking thread.;To;;I"Bthread.c (mutex_unlock, rb_mutex_unlock, rb_mutex_unlock_all);T;[o;;[I"$mutex_unlock receives a thread.;TS; ; i; I"ESun Dec 28 05:44:44 2008 Ryan Davis ;T@ o; ;;;[o;;I"lib/minitest/*.rb;T;[o;;[I"#Imported minitest 1.3.1 r4505.;To;;I"test/minitest/*.rb;T;[o;;[I" ditto.;TS; ; i; I";Sun Dec 28 00:43:33 2008 Tanaka Akira ;T@ o; ;;;[o;;I"runruby.rb;T;[o;;[I"&refactored to modify ENV as once.;TS; ; i; I"2008-12-27;T@ S; ; i; I"ESat Dec 27 22:41:02 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"=test/rdoc/test_rdoc_info_formatting.rb (setup, teardown);T;[o;;[I"1uses mktmpdir and removes it after the test.;To;;I"3test/cgi/test_cgi_session.rb (setup, teardown);T;[o;;[I" ditto.;TS; ; i; I"ISat Dec 27 21:46:10 2008 TAKANO Mitsuhiro (takano32) ;T@ o; ;;;[o;;I"ext/dl/test/test_base.rb;T;[o;;[I"/use lib64 when the architecture is x86_64.;TS; ; i; I"BSat Dec 27 20:26:59 2008 NAKAMURA Usaku ;T@ o; ;;;[o;;I"%win32/win32.c (rb_w32_argv_size);T;[o;;[I"Xif an argument is empty, it's size is 2, not 0, because it will be converted to "".;TS; ; i; I"ESat Dec 27 19:40:56 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"process.c (after_exec);T;[o;;[I"0needs to reset before restart timer thread.;To;;I"#thread.c (thread_start_func_2);T;[o;;[I"Hstops timer thread if forked in the new thread. [ruby-core:19385];To;;I">thread.c (rb_thread_atfork, rb_thread_atfork_before_exec);T;[o;;[I" DRY.;TS; ; i; I"GSat Dec 27 18:25:09 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"vm_eval.c (rb_f_loop);T;[o;;[I";return enumerator if no block given. [ruby-list:45747];TS; ; i; I"ESat Dec 27 17:08:43 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"..gdbinit (dummy_gdb_enums.special_consts);T;[o;;[I"+forces to load debug info on Mac OS X.;To;;I".gdbinit (rp);T;[o;;[I"added T_ZOMBIE.;TS; ; i; I"=Sat Dec 27 16:18:02 2008 Koichi Sasada ;T@ o; ;;;[o;;I".eval.c (rb_frame_callee, rb_frame_caller);T;[o;;[I"rb_frame_callee() should return method id on current frame. add rb_frame_caller() to get method id on parent frame. Bug #884 [ruby-dev:37446];To;;I"eval.c (rb_f_method_name);T;[o;;[I"8use rb_frame_caller() instead of rb_frame_callee().;TS; ; i; I";Sat Dec 27 15:28:12 2008 Tanaka Akira ;T@ o; ;;;[o;;I"'transcode.c (make_econv_exception);T;[o;;[I";T@ o; ;;;[o;;I"*vm_insnhelper.c (vm_yield_with_cfunc);T;[o;;[I"7rename parameter name "blockptr" to "blockargptr".;TS; ; i; I"DSat Dec 27 15:15:56 2008 Yuki Sonoda (Yugui) ;T@ o; ;;;[o;;I"common.mk (revision.h);T;[o;;[I"%ignores failure of file2lastrev.;TS; ; i; I"=Sat Dec 27 15:02:38 2008 Koichi Sasada ;T@ o; ;;;[o;;I"ruby.c (process_options);T;[o;;[I"Nfix to untouch th->mild_compile_error. [ruby-dev:37621], [ruby-dev:37620];TS; ; i; I"=Sat Dec 27 14:48:26 2008 Koichi Sasada ;T@ o; ;;;[ o;;I"&iseq.h, iseq.c (rb_iseq_new_main);T;[o;;[I"0add a type ISEQ_TYPE_MAIN. [ruby-dev:37619];To;;I"3compile.c (rb_dvar_defined, ruby_iseq_compile);T;[o;;[I" ditto.;To;;I")iseq.c (iseq_data_to_ary, iseq_load);T;[o;;[I" ditto.;To;;I""compile.c (iseq_compile_each);T;[o;;[I"#fix to check ip->compile_data.;TS; ; i; I";Sat Dec 27 14:29:33 2008 Tanaka Akira ;T@ o; ;;;[o;;I",lib/open-uri.rb (OpenURI.redirectable?);T;[o;;[I"Npermit https redirection. patch from Roman Shterenzon. [ruby-core:20485];TS; ; i; I"=Sat Dec 27 13:36:55 2008 Koichi Sasada ;T@ o; ;;;[o;;I"eval.c (get_errinfo);T;[o;;[I"}return th->errinfo value if normal errinfo place (dynamic local variable) is not found. fixes Bug #732 [ruby-dev:37046].;To;;I"bootstraptest/test_proc.rb;T;[o;;[I"add a test.;TS; ; i; I"DSat Dec 27 13:10:43 2008 Yuki Sonoda (Yugui) ;T@ o; ;;;[o;;I"man/irb.1;T;[o;;[I"adds -v, -h, -E and -U.;TS; ; i; I"=Sat Dec 27 11:41:45 2008 Koichi Sasada ;T@ o; ;;;[ o;;I"4vm_insnhelper.c (vm_call_method, vm_call_cfunc);T;[o;;[I"muse original id instead of calling id when NODE_CFUNC or NODE_BMETHOD. fixes Bug #632 [ruby-core:19282].;To;;I"(vm_eval.c (vm_call0, vm_call_super);T;[o;;[I" ditto.;To;;I"*vm_method.c (rb_add_method, rb_alias);T;[o;;[I"7store original id in nd_file field of NODE_METHOD.;To;;I"#test/stringio/test_stringio.rb;T;[o;;[I"add a test.;TS; ; i; I"=Sat Dec 27 09:48:54 2008 Koichi Sasada ;T@ o; ;;;[ o;;I"vm.c (Init_VM);T;[o;;[I"1create and define TOPLEVEL_BINDING at first.;To;;I"0vm.c (vm_set_main_stack, rb_iseq_eval_main);T;[o;;[I" added.;To;;I"%parse.y (rb_parser_compile_file);T;[o;;[I"%fix to check parse_in_eval flag.;To;;I"eval.c (ruby_exec_node);T;[o;;[I"7use rb_iseq_eval_main() instead of rb_iseq_eval().;To;;I")iseq.c (rb_iseq_new_main), vm_core.h;T;[o;;[I"added. main script (specified by -e or script name) should be run under TOPLEVEL_BINDING using Kernel#eval. Above changes simulate Kernel#eval behaviour. [ruby-dev:37240];To;;I"$compile.c (make_name_for_block);T;[o;;[I"kskip iseq except block type. this fix is needed for [ruby-dev:37240], and also fixes [ruby-dev:35392].;TS; ; i; I"DSat Dec 27 09:14:17 2008 Yuki Sonoda (Yugui) ;T@ o; ;;;[o;;I" cont.c;T;[o;;[I"=rdoc for Fiber. patch by Muhammad Ali. [ruby-core:20894];TS; ; i; I"ESat Dec 27 05:38:59 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"process.c (after_fork);T;[o;;[I"Kignores a termination request in the parent process. [ruby-dev:37447];TS; ; i; I"ISat Dec 27 01:52:39 2008 James Edward Gray II ;T@ o; ;;;[o;;I"lib/csv.rb;T;[o;;[I"mUsing a more robust transcoding scheme to produce ASCII compatible inspect() messages. [ruby-dev:37591];TS; ; i; I"2008-12-26;T@ S; ; i; I";Fri Dec 26 18:04:10 2008 Tanaka Akira ;T@ o; ;;;[ o;;I"io.c (fptr_finalize);T;[o;;[I"'don't allocate objects if noraise.;To;;I"(finish_writeconv);T;[o;;[I"@add noalloc argument to be able to avoid object allocation.;To;;I"(finish_writeconv_arg);T;[o;;[I"introduced again.;To;;I"(finish_writeconv_sync);T;[o;;[I"follow the above change.;TS; ; i; I"DFri Dec 26 17:04:14 2008 Yuki Sonoda (Yugui) ;T@ o; ;;;[o;;I"?lib/irb/input-method.rb (IRB::StdioInputMethod#initialize);T;[o;;[I"!removed a 'p' for debugging.;TS; ; i; I"EFri Dec 26 15:50:45 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"3lib/optparse.rb (OptionParser::List#summarize);T;[o;;[I"9gives priority to latter switches. [ruby-dev:36692];To;;I"-lib/optparse.rb (OptionParser#summarize);T;[o;;[I"/do not append unnecessary line terminator.;TS; ; i; I";Fri Dec 26 14:01:38 2008 Tanaka Akira ;T@ o; ;;;[ o;;I"io.c (fptr_finalize);T;[o;;[I"Eclose the IO object even if finish_writeconv or flush is failed.;To;;I"(finish_writeconv);T;[o;;[I"-don't raise. return errno or exception.;To;;I"(finish_writeconv_arg);T;[o;;[I" removed.;To;;I"(finish_writeconv_sync);T;[o;;[I"$follow finish_writeconv change.;To;;I"*transcode.c (rb_econv_make_exception);T;[o;;[I"new function.;To;;I"6include/ruby/encoding.h (rb_econv_make_exception);T;[o;;[I"declared.;TS; ; i; I"2008-12-25;T@ S; ; i; I"BThu Dec 25 20:57:01 2008 NARUSE, Yui ;T@ o; ;;;[o;;I"!transcode.c (str_transcode0);T;[o;;[I"eset encoding when String#encode was given explicit but the same destination and source encoding.;TS; ; i; I";Thu Dec 25 20:01:50 2008 Tanaka Akira ;T@ o; ;;;[o;;I"io.c (rb_io_s_pipe);T;[o;;[I"unused variable removed.;TS; ; i; I"BThu Dec 25 19:35:51 2008 NARUSE, Yui ;T@ o; ;;;[o;;I"transcode.c (sym_ignore);T;[o;;[I"remove useless symbol.;TS; ; i; I";Thu Dec 25 18:36:04 2008 Tanaka Akira ;T@ o; ;;;[o;;I"io.c (pipe_close);T;[o;;[I" removed.;To;;I"(pipe_yield);T;[o;;[I" defined.;To;;I"(rb_io_s_pipe);T;[o;;[I"use pipe_yield.;TS; ; i; I"BThu Dec 25 17:49:45 2008 NARUSE, Yui ;T@ o; ;;;[o;;I"$transcode.c (decorate_convpath);T;[o;;[I"Bshow type of escaping for xml_attr_quote or some conversions.;TS; ; i; I";Thu Dec 25 17:06:13 2008 Tanaka Akira ;T@ o; ;;;[o;;I"io.c (rb_io_initialize);T;[o;;[I")check fd validity. [ruby-dev:36646];TS; ; i; I";Thu Dec 25 16:23:31 2008 Tanaka Akira ;T@ o; ;;;[o;;I"io.c (flush_before_seek);T;[o;;[I"check io_fflush result.;To;;I"(rb_io_check_readable);T;[o;;[I" ditto.;To;;I"(rb_io_flush);T;[o;;[I" ditto.;To;;I"(rb_io_fsync);T;[o;;[I" ditto.;To;;I"(remain_size);T;[o;;[I" ditto.;To;;I"(rb_io_write_nonblock);T;[o;;[I" ditto.;To;;I"(finish_writeconv);T;[o;;[I" ditto.;To;;I"(fptr_finalize);T;[o;;[I" ditto.;To;;I"(io_reopen);T;[o;;[I" ditto.;To;;I"(rb_io_reopen);T;[o;;[I" ditto.;To;;I"(copy_stream_body);T;[o;;[I" ditto.;TS; ; i; I"GThu Dec 25 15:54:00 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"io.c (io_fflush);T;[o;;[I"Kflush write buffer without write lock in finalizers. [ruby-dev:37572];To;;I"io.c (rb_io_fptr_finalize);T;[o;;[I"(clear write lock before finalizing.;TS; ; i; I";Thu Dec 25 15:07:22 2008 Tanaka Akira ;T@ o; ;;;[o;;I"io.c (fptr_finalize);T;[o;;[I"4close the IO object even if close(2) is failed.;TS; ; i; I"BThu Dec 25 14:51:43 2008 NAKAMURA Usaku ;T@ o; ;;;[o;;I".lib/rdoc/parser.rb (RDoc::Parser.binary?);T;[o;;[I" should read in binary mode.;TS; ; i; I"=Thu Dec 25 14:32:23 2008 Koichi Sasada ;T@ o; ;;;[o;;I"'vm_insnhelper.c (vm_method_search);T;[o;;[I"fix control flow bug.;To;;0;[o;;[0S; ; i; I"BThu Dec 25 13:28:20 2008 NAKAMURA Usaku ;T@ o; ;;;[o;;I"io.c (rb_io_flush);T;[o;;[I"@fsync() after buffer is flushed on win32. [ruby-core:20043];TS; ; i; I"=Thu Dec 25 13:13:00 2008 Koichi Sasada ;T@ o; ;;;[o;;I"'vm_insnhelper.c (vm_method_search);T;[o;;[I"Dreturn rb_cObject if there is no super class. [ruby-dev:37587];To;;I"!bootstraptest/test_method.rb;T;[o;;[I"add tests for above.;TS; ; i; I"=Thu Dec 25 12:49:12 2008 Koichi Sasada ;T@ o; ;;;[ o;;I"proc.c (proc_new);T;[o;;[I"-should use proc_dup() if block has Proc.;To;;I"#vm.c (vm_make_proc_from_block);T;[o;;[I"#should use rb_cProc for block.;To;;I"vm.c (vm_make_proc);T;[o;;[I"add an assertion.;To;;I"bootstraptest/test_proc.rb;T;[o;;[I"add a test.;TS; ; i; I"=Thu Dec 25 12:44:27 2008 Koichi Sasada ;T@ o; ;;;[o;;I"*vm_insnhelper.c (vm_yield_with_cfunc);T;[o;;[I"check block has Proc.;TS; ; i; I"EThu Dec 25 05:53:01 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"/template/id.h.tmpl, id.h (ruby_method_ids);T;[o;;[I"Dnot depend on if token are defined as macros. [ruby-dev:37553];To;;I"5template/id.h.tmpl, id.h (ruby_method_ids_check);T;[o;;[I"enclosed in a struct.;TS; ; i; I"EThu Dec 25 01:52:34 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"#thread.c (thread_start_func_2);T;[o;;[I"sets native thread key.;TS; ; i; I">Thu Dec 25 01:09:23 2008 TAKAO Kouji ;T@ o; ;;;[o;;I"+test/readline/test_readline_history.rb;T;[o;;[I"9check the encoding that is in the Readline::HISTORY.;TS; ; i; I">Thu Dec 25 00:59:06 2008 TAKAO Kouji ;T@ o; ;;;[o;;I"+test/readline/test_readline_history.rb;T;[o;;[I"Pdid not check the encoding that is in the Readline::HISTORY. I will fix it.;TS; ; i; I"2008-12-24;T@ S; ; i; I"=Wed Dec 24 22:36:06 2008 Koichi Sasada ;T@ o; ;;;[o;;I"error.c, vm_dump.c;T;[o;;[I" change message by rb_bug().;TS; ; i; I"=Wed Dec 24 21:57:39 2008 Koichi Sasada ;T@ o; ;;;[o;;I"'compile.c (iseq_peephole_optimize);T;[o;;[I"fix typo.;TS; ; i; I"=Wed Dec 24 20:59:12 2008 Koichi Sasada ;T@ o; ;;;[o;;I"error.c (exc_equal);T;[o;;[I";== method should not raise Exception. [ruby-dev:37519];To;;I"sample/test.rb;T;[o;;[I"fix test.;TS; ; i; I"=Wed Dec 24 20:33:45 2008 Koichi Sasada ;T@ o; ;;;[ o;;I"%vm_insnhelper.c (vm_call_method);T;[o;;[I"ause class of method defined instead of receiver's class on bmethod. fixes [ruby-core:20786];To;;I"!bootstraptest/test_method.rb;T;[o;;[I"add a test for above.;To;;I"&vm_insnhelper.c (vm_setup_method);T;[o;;[I"#remove unused parameter klass.;To;;I""vm_insnhelper.h (CALL_METHOD);T;[o;;[I" ditto.;To;;I"insns.def, vm_eval.c;T;[o;;[I" ditto.;TS; ; i; I"=Wed Dec 24 20:15:50 2008 Koichi Sasada ;T@ o; ;;;[o;;I")tool/file2lastrev.rb (get_revisions);T;[o;;[I"fix to ignore end of line.;TS; ; i; I"EWed Dec 24 13:33:38 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I".configure.in (HAVE_LONG_LONG, HAVE_OFF_T);T;[o;;[I"(revised for autoconf 2.62 or later.;TS; ; i; I"EWed Dec 24 06:29:32 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"$configure.in (OBJDUMP, OBJCOPY);T;[o;;[I"*autoconf list is not comma separated.;To;;I"Dconfigure.in (AC_HEADER_STDC, AC_CHECK_HEADERS, AC_CHECK_FUNCS);T;[o;;[I"removed duplicated checks.;TS; ; i; I"GWed Dec 24 03:21:21 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"misc/ruby-mode.el;T;[o;;[I"added comment to mention newer version bundled with Emacs 23 or later. a patch from Phil Hagelberg in [ruby-core:20838].;TS; ; i; I"2008-12-23;T@ S; ; i; I";Tue Dec 23 23:49:37 2008 Tanaka Akira ;T@ o; ;;;[o;;I"io.c (rb_io_init_copy);T;[o;;[I"+call io_seek only if io_tell succeeds.;TS; ; i; I";Tue Dec 23 22:57:48 2008 Tanaka Akira ;T@ o; ;;;[o;;I"process.c (rb_fork);T;[o;;[I"@don't propagate an error message if error buffer not given.;TS; ; i; I";Tue Dec 23 21:55:05 2008 Tanaka Akira ;T@ o; ;;;[o;;I"process.c (rb_fork);T;[o;;[I"5propagate an error message from child to parent.;To;;I"(rb_f_exec);T;[o;;[I"9show details of error in child process on exception.;To;;I"(save_redirect_fd);T;[o;;[I"!add error message arguments.;To;;I"(run_exec_dup2);T;[o;;[I" ditto.;To;;I"(run_exec_close);T;[o;;[I" ditto.;To;;I"(run_exec_open);T;[o;;[I" ditto.;To;;I"(run_exec_dup2_child);T;[o;;[I" ditto.;To;;I"(run_exec_pgroup);T;[o;;[I" ditto.;To;;I"(run_exec_rlimit);T;[o;;[I" ditto.;To;;I"(rb_run_exec_options);T;[o;;[I" ditto.;To;;I"(rb_exec);T;[o;;[I" ditto.;To;;I"(rb_exec_atfork);T;[o;;[I" ditto.;To;;I"(rb_spawn_internal);T;[o;;[I" ditto.;To;;I"(rb_spawn);T;[o;;[I" ditto.;To;;I"(rb_f_system);T;[o;;[I"follow arguments change.;To;;I"(proc_daemon);T;[o;;[I" ditto.;To;;I"(rb_f_spawn);T;[o;;[I"9show details of error in child process on exception.;To;;I"io.c (popen_exec);T;[o;;[I"!add error message arguments.;To;;I"(pipe_open);T;[o;;[I"9show details of error in child process on exception.;To;;I"0include/ruby/intern.h (rb_run_exec_options);T;[o;;[I"!add error message arguments.;To;;I"(rb_exec);T;[o;;[I" ditto.;To;;I"(rb_fork);T;[o;;[I" ditto.;To;;I"(rb_spawn);T;[o;;[I" ditto.;To;;I"ext/pty/pty.c (chfunc);T;[o;;[I"!add error message arguments.;TS; ; i; I"DTue Dec 23 20:28:28 2008 Yuki Sonoda (Yugui) ;T@ o; ;;;[o;;I" io.c;T;[o;;[I"7rdoc for File::open and 1.9 feature in file modes.;To;;I"transcode.c;T;[o;;[I"rdoc for String#encode;TS; ; i; I"ETue Dec 23 19:51:24 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"!win32/win32.c (rb_w32_spawn);T;[o;;[I" deals with quoted commands.;TS; ; i; I";Tue Dec 23 18:44:21 2008 Tanaka Akira ;T@ o; ;;;[o;;I"strftime.c (rb_strftime);T;[o;;[I"7use locale insensitive functions for tr_TR locale.;TS; ; i; I";Tue Dec 23 17:38:03 2008 Tanaka Akira ;T@ o; ;;;[o;;I"/lib/test/unit/assertions.rb (assert_equal);T;[o;;[I"1show small differences for Regexp and Float.;TS; ; i; I"BTue Dec 23 16:49:48 2008 NAKAMURA Usaku ;T@ o; ;;;[o;;I"!win32/win32.c (rb_w32_spawn);T;[o;;[I",support normal commands with arguments.;TS; ; i; I";Tue Dec 23 16:22:41 2008 Tanaka Akira ;T@ o; ;;;[o;;I"io.c (rb_io_inspect);T;[o;;[I",show fd number if there is no pathname.;TS; ; i; I"BTue Dec 23 15:48:55 2008 NAKAMURA Usaku ;T@ o; ;;;[o;;I"tool/file2lastrev.rb;T;[o;;[I"Wshouldn't use single quote in shell's command line if you want to support Windows.;TS; ; i; I"DTue Dec 23 15:46:43 2008 Yuki Sonoda (Yugui) ;T@ o; ;;;[o;;I"lib/mathn.rb;T;[o;;[I"3Math.sqrt(NaN) should be NaN. [ruby-dev:37537];TS; ; i; I"ATue Dec 23 15:46:47 2008 Eric Hodel ;T@ o; ;;;[o;;I"gem_prelude.rb;T;[o;;[I";T@ o; ;;;[o;;I"tool/file2lastrev.rb;T;[o;;[I"ddetects vcs directory properly on building outside of srcdir. [ruby-dev:37555] [ruby-dev:37561];TS; ; i; I"BTue Dec 23 15:30:02 2008 NAKAMURA Usaku ;T@ o; ;;;[o;;I"io.c (pipe_open);T;[o;;[I"need to initialize args.;TS; ; i; I"BTue Dec 23 14:18:14 2008 NAKAMURA Usaku ;T@ o; ;;;[o;;I"include/ruby/st.h;T;[o;;[I"Bneed to include defines.h because LONG_LONG is defined there.;TS; ; i; I"ATue Dec 23 13:52:05 2008 Eric Hodel ;T@ o; ;;;[o;;I"lib/rdoc/parser/c.rb;T;[o;;[I"6Don't coalesce adjacent comment blocks. [bug#901];TS; ; i; I";Tue Dec 23 12:00:00 2008 Tanaka Akira ;T@ o; ;;;[o;;I"io.c (pipe_close);T;[o;;[I"(fix coding style. [ruby-dev:37554];TS; ; i; I"ATue Dec 23 08:10:05 2008 Eric Hodel ;T@ o; ;;;[o;;I"lib/rubygems/installer.rb;T;[o;;[I""Fix documentation. [bug#827];TS; ; i; I"ATue Dec 23 08:04:58 2008 Eric Hodel ;T@ o; ;;;[o;;I"gem_prelude.rb;T;[o;;[I"+Don't remove methods twice. [bug#555];TS; ; i; I"=Tue Dec 23 00:16:48 2008 Yusuke Endoh ;T@ o; ;;;[o;;I"sprintf.c (rb_str_format);T;[o;;[I"fix buffer overflow.;TS; ; i; I"2008-12-22;T@ S; ; i; I"DMon Dec 22 19:31:19 2008 Yuki Sonoda (Yugui) ;T@ o; ;;;[o;;I"common.mk (revision.h);T;[o;;[I"2uses tool/file2lastrev.rb to support git-svn.;To;;I"version.h;T;[o;;[I"hchanged version string as `ruby 1.9.1 (2008-12-22 patchlevel-5000 trunk 20912) [i386-darwin9.6.0]'.;TS; ; i; I"GMon Dec 22 16:32:21 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"pack.c (pack_pack);T;[o;;[I"`encoding of packed string only from 'm', 'M', and 'u' should be US-ASCII. [ruby-dev:37284];To;;I"pack.c (pack_pack);T;[o;;[I"fencoding of packed string only from 'U' should be UTF-8. also upgrade US-ASCII strings to UTF-8.;TS; ; i; I"DMon Dec 22 15:56:49 2008 Yuki Sonoda (Yugui) ;T@ o; ;;;[o;;I"Doxyfile.in;T;[o;;[I"jnew file. Template of a configuration file. Introduces C-level API reference generation with Doxygen.;To;;I"tool/file2lastrev.rb;T;[o;;[I":wrapper script that abstracts subversion and git-svn.;To;;I"tool/strip-rdoc.rb;T;[o;;[I"Afilter for preventing doxygen from processing rdoc comments.;To;;I"configure.in;T;[o;;[I">(Doxyfile): Doxyfile is generated together with Makefile.;To;;I"(PACKAGE);T;[o;;[I"9configuration $(PACKAGE) is necessary for $(docdir).;To;;I"instruby.rb;T;[o;;[I"%adds a new install target 'capi';To;;I"common.mk (capi);T;[o;;[I";T@ o; ;;;[o;;I"numeric.c (int_ord);T;[o;;[I"Integer#ord implemented.;TS; ; i; I";Mon Dec 22 21:26:12 2008 Tanaka Akira ;T@ o; ;;;[o;;I"io.c (rb_io_s_pipe);T;[o;;[I"IO.pipe can take a block.;To;;I"(pipe_close);T;[o;;[I"new function.;TS; ; i; I";Mon Dec 22 21:08:54 2008 Tanaka Akira ;T@ o; ;;;[o;;I"8lib/test/unit/assertions.rb (assert_nothing_raised);T;[o;;[I"1increment assertion count. [ruby-dev:37480];TS; ; i; I"BMon Dec 22 19:10:44 2008 NAKAMURA Usaku ;T@ o; ;;;[o;;I"(thread_win32.c (Init_native_thread);T;[o;;[I"0need to call ruby_thread_set_native() here.;TS; ; i; I"HMon Dec 22 18:00:36 2008 Hidetoshi NAGAI ;T@ o; ;;;[o;;I"ext/tk/tcltklib.c;T;[o;;[I"fix wrong flag value.;TS; ; i; I"GMon Dec 22 15:15:58 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"4lib/net/protocol.rb (Net::BufferedIO#rbuf_fill);T;[o;;[I"?avoid calling read_nonblock in rescue. use retry instead.;TS; ; i; I"GMon Dec 22 14:35:59 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I",string.c (rb_external_str_new_with_enc);T;[o;;[I"Pset ASCII-8BIT if encoding is US-ASCII and string contains 8bit characters.;TS; ; i; I"EMon Dec 22 12:26:18 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"Ncygwin/GNUmakefile.in (rubydll.def), win32/mkexports.rb (Exports#exports);T;[o;;[I"added VERSION.;TS; ; i; I"EMon Dec 22 12:25:09 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"'missing/vsnprintf.c (BSD_vfprintf);T;[o;;[I"Afix for test_sprintf_comb.rb, by wanabe in [ruby-dev:36935].;TS; ; i; I"EMon Dec 22 12:05:14 2008 Nobuyoshi Nakada ;T@ o; ;;;[ o;;I"configure.in (mingw);T;[o;;[I">no longer uses snprintf and vsnprintf of msvcrt. [Bug#6];To;;I"6win32/win32.c (rb_w32_vsnprintf, rb_w32_snprintf);T;[o;;[I" removed.;To;;I""win32/Makefile.sub (config.h);T;[o;;[I"&vsnprintf exists in VC7 or later.;To;;I",win32/mkexports.rb (Exports#initialize);T;[o;;[I"Kaliases rb_w32_vsnprintf and rb_w32_snprintf for binary compatibility.;To;;I"sprintf.c (rb_str_format);T;[o;;[I"&uses snprintf instead of sprintf.;To;;I"1numeric.c (flo_to_s, rb_num2long, rb_num2ll);T;[o;;[I" ditto.;TS; ; i; I"GMon Dec 22 10:59:31 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"string.c (rb_str_upto);T;[o;;[I"Hshould return enumerator if called without block. [ruby-dev:37526];TS; ; i; I"GMon Dec 22 09:54:43 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"parse.y (gettable_gen);T;[o;;[I"Tthe encoding of __FILE__ should be rb_filesystem_encoding(). [ruby-list:45733];To;;I"parse.y (gettable_gen);T;[o;;[I"r__FILE__ should be ASCII-8BIT when filesystem encoding is US-ASCII and __FILE__ contains non 7bit characters.;TS; ; i; I"HMon Dec 22 02:54:56 2008 Hidetoshi NAGAI ;T@ o; ;;;[o;;I"ext/tk/lib/tk.rb;T;[o;;[I"7temporary patch for trouble on TkAqua (> Tk8.4.9).;To;;I""ext/tk/sample/demos-jp/widget;T;[o;;[I"Qset encoding to a demo-code string to avoid garbled text on the Code Window.;TS; ; i; I"2008-12-21;T@ S; ; i; I"=Sun Dec 21 13:38:04 2008 Koichi Sasada ;T@ o; ;;;[o;;I"vm.c (invoke_block_from_c);T;[o;;[I"fix to point right cfp.;To;;I";T@ o; ;;;[o;;I"!lib/optparse.rb (SPLAT_PROC);T;[o;;[I"splat values by hand.;TS; ; i; I">Sun Dec 21 13:50:37 2008 TAKAO Kouji ;T@ o; ;;;[o;;I"Otest/readline/test_readline.rb (TestReadline#test_some_characters_methods);T;[o;;[I"checked encoding.;TS; ; i; I"ESun Dec 21 12:23:16 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"!lib/optparse.rb (SPLAT_PROC);T;[o;;[I"&fix for regexp. [ruby-dev:37514];TS; ; i; I"ISun Dec 21 10:43:10 2008 TAKANO Mitsuhiro (takano32) ;T@ o; ;;;[o;;I"sample/test.rb;T;[o;;[I"rescue exception.;TS; ; i; I"2008-12-20;T@ S; ; i; I"ESat Dec 20 18:28:26 2008 Nobuyoshi Nakada ;T@ o; ;;;[ o;;I"dln.c (dln_find_1);T;[o;;[I"Gsupplements an extension for executable files on DOSish platforms.;To;;I"io.c (pipe_open);T;[o;;[I"(use rb_w32_aspawn() for array form.;To;;I"%win32/win32.c (rb_w32_pipe_exec);T;[o;;[I"no longer used.;To;;I"0win32/win32.c (rb_w32_spawn, rb_w32_aspawn);T;[o;;[I"Ldeals with batch files and commands with extensions. [ruby-core:20695];To;;I"$win32/win32.c (has_redirection);T;[o;;[I"/supports environment variables references.;TS; ; i; I"GSat Dec 20 15:34:36 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"'lib/rake.rb (Rake::FileList#egrep);T;[o;;[I"Jchange open mode to "rb", i.e. default to binary. [ruby-dev:37385];To;;I"'lib/rake.rb (Rake::FileList#egrep);T;[o;;[I"fallow specifying reading encoding, e.g. FileList['*.rb'].egrep(/require/, encoding: "ascii-8bit");To;;I""lib/rake.rb (Rake::MultiTask);T;[o;;[I"Tinvoke_prerequisites should be private. a patch from okkez in [ruby-dev:37399];TS; ; i; I"DSat Dec 20 10:59:16 2008 Yuki Sonoda (Yugui) ;T@ o; ;;;[o;;I"lib/irb/locale.rb (IRB;T;[o;;[I"|:Locale#initialize) initializes instance variables to suppress warnings. typo fix to ignore LoadError: [ruby-dev:37508];TS; ; i; I"2008-12-19;T@ S; ; i; I"GFri Dec 19 17:01:35 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I")io.c (rb_io_extract_encoding_option);T;[o;;[I"g"internal_encoding: nil" to specify no-transcoding. and other corner case fixed. [ruby-dev:37496];To;;I"hash.c (rb_hash_lookup2);T;[o;;[I"5new function to look-up hash with default value.;TS; ; i; I"EFri Dec 19 15:51:48 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"ruby.c (process_options);T;[o;;[I""get rid of warning on DOSISH.;TS; ; i; I"GFri Dec 19 07:45:37 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"error.c (exc_equal);T;[o;;[I">duck typing equal to make it transitive. [ruby-dev:34808];TS; ; i; I"2008-12-18;T@ S; ; i; I"DThu Dec 18 19:31:54 2008 Yuki Sonoda (Yugui) ;T@ o; ;;;[o;;I"$lib/irb/init.rb (IRB.opt_parse);T;[o;;[I"h(M17N) adds -U and -E as command line options. [ruby-dev:37161]. Fixes #711. improved long options.;To;;I"'lib/irb/init.rb (IRB.set_encoding);T;[o;;[I"%new subroutine for IRB.opt_parse;To;;I"4lib/irb/input-method.rb (IRB::StdioInputMethod);T;[o;;[I"P(M17N) regards scripts that user types as encoded in the external_encoding.;To;;I"7lib/irb/input-method.rb (IRB::ReadlineInputMethod);T;[o;;[I" ditto.;To;;I"3lib/irb/input-method.rb (IRB::FileInputMethod);T;[o;;[I"#(M17N) respects magic comment.;To;;I"&lib/irb/help.rb (IRB.print_usage);T;[o;;[I"8(M17N) respects magic comment in the resource file.;To;;I"lib/irb/lc/help-message;T;[o;;[I"adds -U and -E.;To;;I"lib/irb/lc/ja/help-message;T;[o;;[I"3ditto. re-encoded from ISO-2022-JP into UTF-8.;To;;I"&lib/irb/lc/ja/encoding_aliases.rb;T;[o;;[I"cnew file. provides Japanese specific character encoding name table for backward compatibility.;To;;I"lib/irb/lc/ja/error.rb;T;[o;;[I";re-encoded from ISO-2022-JP into UTF-8. magic comment.;To;;I"lib/irb/locale.rb;T;[o;;[I"-integrated with Ruby 1.9's M17N support.;To;;I"lib/irb/magic-file.rb;T;[o;;[I"\new file. utility to handle files with magic comment and opens in the correct encoding.;To;;I";lib/irb/ruby-lex.rb (RubyLex#each_top_level_statement);T;[o;;[I"wrecovers character encoding for a statement after it lexed so that irb can eval the statement in correct encoding.;To;;I"lib/irb/src_encoding.rb;T;[o;;[I"new file. utility.;TS; ; i; I"GThu Dec 18 21:12:28 2008 Takeyuki FUJIOKA ;T@ o; ;;;[o;;I"lib/cgi/session.rb;T;[o;;[I"Tfix bug for ignore session_id option. report from [ruby-core:18635], [Bug #572];To;;I"lib/cgi/core.rb;T;[o;;[I")use Encoding#find when encoding set.;To;;I"!test/cgi/test_cgi_session.rb;T;[o;;[I"#test for session_id specified.;TS; ; i; I"GThu Dec 18 17:00:56 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"hash.c (rb_hash_aset);T;[o;;[I"string key copying only happen if key is an exact instance of String, not a subclass. based on a patch from Mike Gold in [ruby-talk:322667]. [incompatible] [ruby-talk:322417];TS; ; i; I"GThu Dec 18 16:48:12 2008 Yukihiro Matsumoto ;T@ o; ;;;[ o;;I"lib/optparse/version.rb;T;[o;;[I"Cremove variable shadowing to stop warning. [ruby-core:20612];To;;I"lib/irb/completion.rb, lib/net/imap.rb, lib/prime.rb, lib/rinda/ring.rb, lib/racc/parser.rb, lib/shell/command-processor.rb, lib/yaml/yamlnode.rb;T;[o;;[I" ditto.;To;;I"lib/racc/parser.rb;T;[o;;[I"%remove space before parentheses.;To;;I"Dlib/shell/command-processor.rb, lib/shell/process-controller.rb;T;[o;;[I"&use parentheses around arguments.;To;;I"Wlib/irb/ext/change-ws.rb, lib/rexml/validation/relaxng.rb, lib/yaml/baseemitter.rb;T;[o;;[I"indentation fix.;To;;I"lib/matrix.rb;T;[o;;[I"small cosmetic change.;TS; ; i; I"IThu Dec 18 08:15:04 2008 James Edward Gray II ;T@ o; ;;;[o;;I"lib/xmlrpc/server.rb;T;[o;;[I"`Restricting method inspection to show only non-inherited public methods. [ruby-core:20603];To;;I"lib/xmlrpc/server.rb;T;[o;;[I"hFixing method inspection so it doesn't trigger XMLRPC::FaultException when used. [ruby-core:20604];TS; ; i; I"2008-12-17;T@ S; ; i; I";Wed Dec 17 19:39:44 2008 Tanaka Akira ;T@ o; ;;;[o;;I"'ext/socket/socket.c (unix_recv_io);T;[o;;[I";T@ o; ;;;[o;;I"ext/pty/extconf.rb;T;[o;;[I"check util.h for OpenBSD.;To;;I"ext/pty/pty.c;T;[o;;[I"5include util.h if available. fix variable name.;TS; ; i; I"EWed Dec 17 19:23:28 2008 Keiju Ishitsuka ;T@ o; ;;;[o;;I"lib/matrix.rb;T;[o;;[I"1shut up warning. [ruby-dev:37481] [Bug #899];TS; ; i; I"GWed Dec 17 15:44:28 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"array.c (rb_ary_pop_m);T;[o;;[I"!use enum ary_take_pos_flags.;To;;I"array.c (rb_ary_push_m);T;[o;;[I"Gadd modification check before actual operation. [ruby-dev:37440];TS; ; i; I"DWed Dec 17 15:35:39 2008 Yuki Sonoda (Yugui) ;T@ o; ;;;[o;;I"$configure.in (OBJDUMP, OBJCOPY);T;[o;;[I"<*BSD's ports and MacPorts prefix GNU binutils with 'g'.;TS; ; i; I"EWed Dec 17 11:39:39 2008 Kazuhiro NISHIYAMA ;T@ o; ;;;[o;;I"Btest/bigdecimal/test_bigdecimal.rb (TestBigDecimal#test_hash);T;[o;;[I"+shut up warning. see [ruby-dev:37437];TS; ; i; I"EWed Dec 17 11:01:35 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"string.c (rb_str_hash);T;[o;;[I"Rgets rid of collisions between different encoding strings. [ruby-core:20526];TS; ; i; I"DWed Dec 17 09:50:19 2008 Yuki Sonoda (Yugui) ;T@ o; ;;;[o;;I" test/ruby/test_metaclass.rb;T;[o;;[I";T@ o; ;;;[o;;I"bin/testrb;T;[o;;[I" set $0.;TS; ; i; I"BTue Dec 16 22:42:16 2008 NAKAMURA Usaku ;T@ o; ;;;[o;;I"-lib/test/unit.rb (Test::Unit.setup_argv);T;[o;;[I"sorry, fixed wrong commit.;TS; ; i; I"GTue Dec 16 22:15:17 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"Clib/minitest/unit.rb (MiniTest::Assertions#assert_instance_of);T;[o;;[I">should assert by instance_of?, not ===. [ruby-dev:37458];To;;I"Clib/minitest/unit.rb (MiniTest::Assertions#assert_instance_of);T;[o;;[I"typo fixed.;TS; ; i; I"BTue Dec 16 21:59:29 2008 NAKAMURA Usaku ;T@ o; ;;;[o;;I"-lib/test/unit.rb (Test::Unit.setup_argv);T;[o;;[I"ALT_SEPARATOR support.;TS; ; i; I"GTue Dec 16 21:59:02 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"-ext/bigdecimal/bigdecimal.c (VpToString);T;[o;;[I"reverted modification;To;;I".(that caused a bug) in r20359. [ruby-dev;T;[o;;[I" 37370];To;;I"3ext/bigdecimal/bigdecimal.c (BigDecimal_limit);T;[o;;[I"%comment update. [ruby-dev:37465];TS; ; i; I";Tue Dec 16 20:34:44 2008 Tanaka Akira ;T@ o; ;;;[ o;;I"ext/pty/pty.c (getDevice);T;[o;;[I"add nomesg argument.;To;;I"(get_device_once);T;[o;;[I"Padd nomesg argument. chmod slave tty to 0600 if nomesg. more error tests.;To;;I"(no_mesg);T;[o;;[I"new function.;To;;I"(pty_open);T;[o;;[I" make slave tty's mode 0600.;TS; ; i; I"ATue Dec 16 20:24:20 2008 Tadayoshi Funaba ;T@ o; ;;;[o;;I" lib/date/format.rb (_parse);T;[o;;[I"m17n compliant.;TS; ; i; I";Tue Dec 16 19:48:18 2008 Tanaka Akira ;T@ o; ;;;[o;;I"ext/pty/extconf.rb;T;[o;;[I"check posix_openpt.;To;;I"$ext/pty/pty.c (get_device_once);T;[o;;[I"#use posix_openpt if available.;TS; ; i; I";Tue Dec 16 19:43:53 2008 Tanaka Akira ;T@ o; ;;;[o;;I" re.c;T;[o;;[I"$use strlcpy for error messages.;TS; ; i; I"ETue Dec 16 16:41:51 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"parse.y (stmt);T;[o;;[I"returns dispatched result.;To;;I"parse.y (primary);T;[o;;[I"3also in ripper, saves in_def before restoring.;TS; ; i; I"ETue Dec 16 12:30:56 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"+configure.in (ac_cv_header_ucontext_h);T;[o;;[I"Ldo not use ucontext.h on Mac OS X 10.5 or later. merged from MacPorts.;To;;I"%configure.in (ac_cv_func_daemon);T;[o;;[I"7daemon(3) is deprecated on Mac OS X 10.5 or later.;TS; ; i; I"BTue Dec 16 11:37:07 2008 NAKAMURA Usaku ;T@ o; ;;;[o;;I"ruby.c (set_arg0);T;[o;;[I"(use strlcpy() instead of strncpy().;To;;I"load.c (rb_feature_p);T;[o;;[I" ditto.;To;;I"dln.c (dln_load);T;[o;;[I" ditto.;TS; ; i; I"GTue Dec 16 09:14:28 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"parse.y (block_call);T;[o;;[I":block should not be given to yield. [ruby-core:20583];TS; ; i; I"2008-12-15;T@ S; ; i; I"GMon Dec 15 23:48:39 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"thread.c (sleep_timeval);T;[o;;[I"Gcast tv_usec to long to shut up warnings on OSX. [ruby-dev:37449];TS; ; i; I";Mon Dec 15 23:34:04 2008 Tanaka Akira ;T@ o; ;;;[o;;I"ext/pty/pty.c (pty_open);T;[o;;[I"%set FMODE_SYNC and FMODE_DUPLEX.;TS; ; i; I"GMon Dec 15 23:29:49 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"ruby.c (process_options);T;[o;;[I"previve global sub, gsub, chop, chomp only when auto looping options (-p/-n) is specified. [ruby-core:20570];TS; ; i; I";Mon Dec 15 22:48:11 2008 Tanaka Akira ;T@ o; ;;;[o;;I"ext/pty/pty.c (pty_open);T;[o;;[I"new method PTY.open.;TS; ; i; I";Mon Dec 15 21:24:01 2008 Tanaka Akira ;T@ o; ;;;[o;;I"$ext/pty/pty.c (get_device_once);T;[o;;[I"/use DEVICELEN instead of sizeof SlaveName.;TS; ; i; I";Mon Dec 15 21:01:46 2008 Tanaka Akira ;T@ o; ;;;[o;;I"ext/pty/pty.c (chfunc);T;[o;;[I"make it static.;TS; ; i; I";Mon Dec 15 20:59:10 2008 Tanaka Akira ;T@ o; ;;;[o;;I"ext/pty/pty.c (child_info);T;[o;;[I"add slavename.;To;;I" (chfunc);T;[o;;[I"use slavename.;To;;I"(establishShell);T;[o;;[I"set slavename.;TS; ; i; I"BMon Dec 15 20:16:46 2008 NAKAMURA Usaku ;T@ o; ;;;[o;;I"common.mk (EXTMK_ARGS);T;[o;;[I"Cshouldn't use ``\"'' because cmd.exe eat ''\'' in such quotes.;TS; ; i; I"BMon Dec 15 19:07:31 2008 NAKAMURA Usaku ;T@ o; ;;;[o;;I""win32/Makefile.sub (config.h);T;[o;;[I"8define CANONICALIZATION_FOR_MATHN to follow r20683.;TS; ; i; I"GMon Dec 15 18:12:34 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"0lib/rake/packagetask.rb (Rake::PackageTask);T;[o;;[I"9small document update from okkez in [ruby-dev:37443];TS; ; i; I"EMon Dec 15 16:28:32 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"2vm_insnhelper.c (vm_callee_setup_arg_complex);T;[o;;[I"Juses cfp from blockptr instead of the current cfp. [ruby-core:20544];TS; ; i; I"DMon Dec 15 14:56:59 2008 Yuki Sonoda (Yugui) ;T@ o; ;;;[ o;;I" test/ruby/test_metaclass.rb;T;[o;;[I"+new test case for metaclass hierarchy.;To;;I"!class.c (make_metametaclass);T;[o;;[I"4new function. extracted from rb_make_metaclass.;To;;I" class.c (rb_make_metaclass);T;[o;;[I"9uses make_metametaclass when called for a metaclass.;To;;I"!class.c (rb_singleton_class);T;[o;;[I"creates a meta^(n+2)-class in addition to a meta^(n+1)-class when called for a meta^(n)-class. This is because the returned meta^(n+1) class must acts as an instance of Class, metaclass of Class, ..., meta^(n+1)-class of Class, Module, metaclass of Module, ..., meta^(n+1)-class of Module, Object, metaclass of Object, ..., meta^(n+2)-class of Object, BasicObject, metaclass of BasicObject, ..., meta^(n+2)-class of and BasicObject even when Class, Module, Object or BasicObject has not have its meta^(i)-class yet.;TS; ; i; I"EMon Dec 15 15:13:22 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"/id.h, template/id.h.tmpl (ruby_method_ids);T;[o;;[I"+sees YYTOKENTYPE too. [ruby-dev:37436];TS; ; i; I"EMon Dec 15 15:02:24 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"common.mk (EXTMK_ARGS);T;[o;;[I"8needs MINIRUBY for cross-compile. [ruby-core:20131];TS; ; i; I"EMon Dec 15 14:39:37 2008 Nobuyoshi Nakada ;T@ o; ;;;[ o;;I"vm_eval.c (vm_call0);T;[o;;[I".NODE_ZSUPER supported. [ruby-core:20480];To;;I"vm_eval.c (vm_call_super);T;[o;;[I"uses method_missing().;To;;I"vm_eval.c (method_missing);T;[o;;[I"!get rid of too large alloca.;To;;I")vm_eval.c (rb_call0, method_missing);T;[o;;[I"uses idMethodMissing.;To;;I"9vm_method.c (rb_add_method, remove_method, rb_undef);T;[o;;[I"uses id__send__.;To;;I"#vm_method.c (Init_eval_method);T;[o;;[I"7removed IDs which are defined as immediate values.;TS; ; i; I"EMon Dec 15 11:35:27 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"vm.c (vm_backtrace);T;[o;;[I"-defaults to script name for C functions.;TS; ; i; I"EMon Dec 15 11:32:18 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"9ruby.c (rubylib_mangled_path, rubylib_mangled_path2);T;[o;;[I"?cannot use locale encoding before load path is initialized;To;;I"%ruby.c (ruby_init_loadpath_safe);T;[o;;[I" ditto.;To;;I"ruby.c (process_options);T;[o;;[I"vloads encdb so that encodings can be loaded, then associates script name and load paths with the locale encoding.;TS; ; i; I"EMon Dec 15 10:00:36 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"common.mk (btest-ruby);T;[o;;[I"Luse RUNRUBY instead of MINIRUBY to load the shared library. [Bug #849];TS; ; i; I"2008-12-14;T@ S; ; i; I"=Sun Dec 14 22:31:19 2008 Yusuke Endoh ;T@ o; ;;;[o;;I"!bignum.c (bigmul1_karatsuba);T;[o;;[I"remove temporal bignum.;To;;I"bignum.c (bigsqr);T;[o;;[I"Tcall bigmul0(x, x) because it is faster than the original bigsqr at this point.;To;;I"bignum.c (rb_big_pow);T;[o;;[I"7a value returned from bigsqr is already truncated.;TS; ; i; I"=Sun Dec 14 21:13:02 2008 Yusuke Endoh ;T@ o; ;;;[o;;I"!bignum.c (bigmul1_karatsuba);T;[o;;[I"!fix comment and refactoring.;TS; ; i; I"=Sun Dec 14 14:53:41 2008 Yusuke Endoh ;T@ o; ;;;[o;;I"2bignum.c (bigmul1_balance, bigmul1_karatsuba);T;[o;;[I"=remove all rb_gc_force_recycle which causes memory leak.;TS; ; i; I"DSun Dec 14 14:26:11 2008 Yuki Sonoda (Yugui) ;T@ o; ;;;[o;;I"spec/README;T;[o;;[I" directory structure changed;TS; ; i; I"DSun Dec 14 09:14:37 2008 Yuki Sonoda (Yugui) ;T@ o; ;;;[o;;0;[o;;[0S; ; i; I"=Sun Dec 14 12:51:48 2008 Yusuke Endoh ;T@ o; ;;;[o;;I"bignum.c (rb_big_mul);T;[o;;[I"sfaster multiplication by Karatsuba method and twice faster square than normal multiplication. [ruby-dev:37392];To;;I" random.c (rb_rand_internal);T;[o;;[I"used by Bignum#*.;To;;I"test/ruby/test_bignum.rb;T;[o;;[I"add some tests for above.;TS; ; i; I";Sun Dec 14 01:35:48 2008 Tanaka Akira ;T@ o; ;;;[ o;;I"process.c (forked_child);T;[o;;[I"new variable.;To;;I"(before_exec);T;[o;;[I";T@ o; ;;;[o;;I"common.mk (help);T;[o;;[I"Tdescribes more targets. based on a patch by Michael Klishin. [ruby-core:20523].;TS; ; i; I"GSat Dec 13 18:34:43 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"string.c (sym_printable);T;[o;;[I"*wrong condition for string iteration.;TS; ; i; I"DSat Dec 13 16:04:48 2008 Yuki Sonoda (Yugui) ;T@ o; ;;;[o;;I""encoding.c (default_external);T;[o;;[I"bendless recursion during loading a locale encoding on some locale. fixed by Nobuyoshi Nakada.;TS; ; i; I">Sat Dec 13 15:55:37 2008 TAKAO Kouji ;T@ o; ;;;[o;;I"ruby.c (process_options);T;[o;;[I"#fixed default_internal is nil.;To;;0;[o;;[0S; ; i; I"GSat Dec 13 15:52:27 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"string.c (sym_equal);T;[o;;[I"Xremove documentation error "Otherwise, compares them as strings". [ruby-dev:37398];To;;I"string.c (sym_inspect);T;[o;;[I"Iquote if symbol contains non-printable characters. [ruby-dev:37398];TS; ; i; I"DSat Dec 13 14:24:38 2008 Yuki Sonoda (Yugui) ;T@ o; ;;;[o;;I" test/ruby/enc/test_utf16.rb;T;[o;;[I"+feature changed in r20626. follows it.;TS; ; i; I"DSat Dec 13 13:41:44 2008 Yuki Sonoda (Yugui) ;T@ o; ;;;[o;;I" test/ruby/test_m17n_comb.rb;T;[o;;[I"+feature changed in r20626. follows it.;TS; ; i; I"ASat Dec 13 13:03:20 2008 Tadayoshi Funaba ;T@ o; ;;;[o;;I"complex.c;T;[o;;[I"4use rb_usascii_str_new2 instead of rb_str_new2.;To;;I"rational.c;T;[o;;[I" ditto.;TS; ; i; I"DSat Dec 13 12:48:57 2008 Yuki Sonoda (Yugui) ;T@ o; ;;;[o;;I"test/ruby/test_m17n.rb;T;[o;;[I"+feature changed in r20626. follows it.;TS; ; i; I"DSat Dec 13 12:38:16 2008 Yuki Sonoda (Yugui) ;T@ o; ;;;[o;;I"2lib/minitest/test.rb (MinTest::Unit#location);T;[o;;[I"Rskips user-defined assertions as MiniTest's. e.g. for test/ruby/test_m17n.rb.;TS; ; i; I"ESat Dec 13 09:17:33 2008 Ryan Davis ;T@ o; ;;;[o;;I"lib/minitest/*.rb;T;[o;;[I"#Imported minitest 1.3.1 r4503.;To;;I"$test/minitest/test_mini_test.rb;T;[o;;[I" ditto.;To;;I"lib/miniunit/autorun.rb;T;[o;;[I"added (as part of r4503).;TS; ; i; I"ASat Dec 13 08:35:14 2008 Tadayoshi Funaba ;T@ o; ;;;[ o;;I"(complex.c (nucomp_canonicalization);T;[o;;[I" renamed.;To;;I"ext/math/complex.c;T;[o;;[I"followed the above change.;To;;I"(rational.c (nurat_canonicalization);T;[o;;[I" renamed.;To;;I"ext/math/rational.c;T;[o;;[I"followed the above change.;To;;I"configure.in;T;[o;;[I"defines a new macro.;TS; ; i; I">Sat Dec 13 01:10:03 2008 TAKAO Kouji ;T@ o; ;;;[o;;I"Iext/readline/readline.c (readline_s_get_completion_append_character);T;[o;;[I"-uses locale encoding but not ASCII-8BIT.;TS; ; i; I"2008-12-12;T@ S; ; i; I"AFri Dec 12 22:12:46 2008 Tadayoshi Funaba ;T@ o; ;;;[o;;I"complex.c, rational.c;T;[o;;[I""do not use RUBY_VERSION_CODE.;TS; ; i; I">Fri Dec 12 21:41:36 2008 TAKAO Kouji ;T@ o; ;;;[o;;I"ext/readline/readline.c;T;[o;;[I"r20662 reverted.;TS; ; i; I"DFri Dec 12 19:29:07 2008 Yuki Sonoda (Yugui) ;T@ o; ;;;[o;;I"-encoding.c (rb_enc_set_default_external);T;[o;;[I">default_internal can be nil, but default_external cannot.;To;;I")encoding.c (rb_set_default_internal);T;[o;;[I"adds rdoc.;To;;I"encoding.c (enc_find);T;[o;;[I" ditto.;TS; ; i; I"DFri Dec 12 19:24:47 2008 Yuki Sonoda (Yugui) ;T@ o; ;;;[o;;I"3common.mk (run, runruby, parse, gdb, gdb-ruby);T;[o;;[I";you can also run other scripts than $(srcdir)/test.rb.;TS; ; i; I">Fri Dec 12 19:13:43 2008 TAKAO Kouji ;T@ o; ;;;[o;;I"0ext/readline/readline.c (readline_readline);T;[o;;[I"^changed the message of IOError to 'closed stdin' from 'stdin closed' if stdin was closed.;TS; ; i; I">Fri Dec 12 19:00:49 2008 TAKAO Kouji ;T@ o; ;;;[o;;I"ext/readline/readline.c;T;[o;;[I"rused the ExportStringValue macro instead of the OutputStringValue macro. removed the OutputStringValue macro.;TS; ; i; I"EFri Dec 12 16:23:18 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"parse.y (yycompile0);T;[o;;[I"?ruby_eval_tree_begin is always 0 when ruby_eval_tree is 0.;TS; ; i; I"DFri Dec 12 14:09:55 2008 Yuki Sonoda (Yugui) ;T@ o; ;;;[ o;;I"*encoding.c (enc_get_default_encoding);T;[o;;[I"removed. Generalizing rb_default_{external,internal}_encoding seems to be difficult. default_external cannot be NULL even before detected. [ruby-dev:37390];To;;I".encoding.c (rb_default_external_encoding);T;[o;;[I"&has its own implementation again.;To;;I".encoding.c (rb_default_internal_encoding);T;[o;;[I" ditto.;To;;I"gem_prelude.rb;T;[o;;[I"added notice.;To;;I"9ruby.c (rubylib_mangled_path, rubylib_mangled_path2);T;[o;;[I"-uses locale encoding but not ASCII-8BIT.;To;;I"ruby.c (process_options);T;[o;;[I"%refers less to default_external.;TS; ; i; I"EFri Dec 12 11:00:52 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"load.c (rb_feature_p);T;[o;;[I"1load path must be expanded. [ruby-dev:37388];TS; ; i; I"EFri Dec 12 10:28:08 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"configure.in (rb_version);T;[o;;[I".greps only the line that defines version.;To;;I"5version.h (RUBY_VERSION_CODE, RUBY_RELEASE_CODE);T;[o;;[I" removed.;TS; ; i; I"EFri Dec 12 10:20:55 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"complex.c, rational.c;T;[o;;[I""do not use RUBY_VERSION_CODE.;TS; ; i; I"EFri Dec 12 10:19:21 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"-string.c (rb_string_value_ptr, rb_to_id);T;[o;;[I"8do not use a side effect expression in RSTRING_PTR.;To;;I"string.c (rb_str_split_m);T;[o;;[I",simplified the argument of RSTRING_LEN.;TS; ; i; I"2008-12-11;T@ S; ; i; I"AThu Dec 11 23:48:00 2008 Tadayoshi Funaba ;T@ o; ;;;[o;;I"lib/cmath.rb (sqrt);T;[o;;[I",should pass nan to the original method.;TS; ; i; I"?Thu Dec 11 21:04:04 2008 Kouhei Sutou ;T@ o; ;;;[o;;I"Blib/rss/maker.rb, lib/rss/maker/0.9.rb, lib/rss/maker/base.rb;T;[o;;[I"GRSS::Maker.[] returns a maker class corresponds to passed version.;To;;I"test/rss/test_maker_*.rb;T;[o;;[I"!add tests for RSS::Maker.[].;TS; ; i; I"EThu Dec 11 20:05:17 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"&encoding.c (rb_enc_aliases_enc_i);T;[o;;[I"skips default internal.;TS; ; i; I";Thu Dec 11 19:31:45 2008 Tanaka Akira ;T@ o; ;;;[o;;I" lib/test/unit/assertions.rb;T;[o;;[I"iextracted from lib/test/unit.rb. lib/test/unit/testcase.rb: ditto. at asakusa.rb. [ruby-core:20014];TS; ; i; I";Thu Dec 11 19:23:09 2008 Tanaka Akira ;T@ o; ;;;[o;;I")test/ruby/test_io.rb (test_dup_many);T;[o;;[I"Xextracted from test_dup. test in ruby subprocess. at asakusa.rb. [ruby-dev:35648];TS; ; i; I";Thu Dec 11 19:16:30 2008 Tanaka Akira ;T@ o; ;;;[o;;I""lib/pathname.rb (Pathname#=~);T;[o;;[I"/undefed. at asakusa.rb. [ruby-core:19690];TS; ; i; I"GThu Dec 11 13:09:01 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"re.c (reg_enc_error);T;[o;;[I"Vraise EncodingCompatibilityError for encoding incompatibility. [ruby-core:18600];To;;I"re.c (rb_reg_prepare_enc);T;[o;;[I"5more consistent error message. [ruby-core:18611];TS; ; i; I"EThu Dec 11 13:36:18 2008 Nobuyoshi Nakada ;T@ o; ;;;[ o;;I"*encoding.c (enc_set_default_encoding);T;[o;;[I"%allowed to set default encoding.;To;;I"$encoding.c (rb_locale_encoding);T;[o;;[I"removed Encoding::LOCALE.;To;;I"-encoding.c (rb_enc_set_default_external);T;[o;;[I" ditto.;To;;I"-encoding.c (rb_enc_set_default_internal);T;[o;;[I" ditto.;To;;I"-encoding.c (rb_enc_set_default_internal);T;[o;;[I"&defines internal encoding as nil.;TS; ; i; I"EThu Dec 11 11:11:03 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"include/ruby/st.h (size_t);T;[o;;[I"2needs stddef.h or stdlib.h. [ruby-core:20339];TS; ; i; I"GThu Dec 11 10:25:25 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"7test/ruby/test_bignum.rb (TestBignum#test_convert);T;[o;;[I"xremove platform dependent call of Process.wait. coverage should be accomplished by other method. [ruby-dev:36062];TS; ; i; I"GThu Dec 11 10:18:35 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"2lib/rexml/document.rb (REXML::Document#write);T;[o;;[I"|require rexml/formatters/transitive if transitive flag is on. a patch from akira yamada in [ruby-dev:36230]. fix #553;To;;I"0lib/rexml/element.rb (REXML::Element#write);T;[o;;[I" ditto.;To;;I"Ulib/rexml/formatters/transitive.rb (REXML::Formatters::Transitive#write_element);T;[o;;[I"'add hack for IE. [ruby-dev:36230];TS; ; i; I"GThu Dec 11 02:37:22 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"math.c (domain_check);T;[o;;[I"should not raise EDOM exception for NaN value if operand is also NaN. affects acos, asin, acosh, atanh, log, log2, log10, sqrt, gamma, lgamma. [ruby-dev:37357];TS; ; i; I";Thu Dec 11 02:23:51 2008 Tanaka Akira ;T@ o; ;;;[o;;I"(lib/open3.rb (Open3.pipeline_start);T;[o;;[I"8return an array of threads if a block is not given.;TS; ; i; I"GThu Dec 11 01:48:00 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"3ext/bigdecimal/bigdecimal.c (BigDecimal_round);T;[o;;[I"2should be round to integer. [ruby-dev:37355];To;;I"4ext/bigdecimal/bigdecimal.c (BigDecimal_divmod);T;[o;;[I"Adivision should be integer. [incompatible] [ruby-dev:37355];TS; ; i; I"GThu Dec 11 01:21:58 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"thread.c (rb_mutex_unlock);T;[o;;[I"Tshut up warning. a patch from Kazuhiro NISHIYAMA in [ruby-dev:37345]. fix #846;TS; ; i; I"2008-12-10;T@ S; ; i; I"AWed Dec 10 23:58:56 2008 Tadayoshi Funaba ;T@ o; ;;;[o;;I"complex.c;T;[o;;[I".avoided warnings on cpp. [ruby-dev:37344];To;;I"rational.c;T;[o;;[I" ditto.;TS; ; i; I"?Wed Dec 10 21:32:02 2008 Kouhei Sutou ;T@ o; ;;;[o;;I"%lib/rss/maker.rb (RSS::Maker.[]);T;[o;;[I"@add. Suggested by Akinori MUSHA. Thanks!!! [ruby-dev:37210];TS; ; i; I"@Wed Dec 10 12:56:32 2008 Akinori MUSHA ;T@ o; ;;;[o;;I"%enumerator.c (enumerator_rewind);T;[o;;[I"XIf the enclosed object responds to a "rewind" method, call it; cf. [ruby-dev:37268];TS; ; i; I"@Wed Dec 10 12:46:52 2008 Akinori MUSHA ;T@ o; ;;;[o;;I"#enumerator.c (enumerator_next);T;[o;;[I"%Fix a typo: s/rewinded/rewound/.;To;;I"0lib/prime.rb (Prime::OldCompatibility#each);T;[o;;[I" Ditto.;TS; ; i; I"BWed Dec 10 11:25:53 2008 NARUSE, Yui ;T@ o; ;;;[o;;I"re.c (rb_reg_initialize);T;[o;;[I"Hraise RegexpError when encoding is dummy encoding. [ruby-dev:37091];TS; ; i; I"BWed Dec 10 01:28:16 2008 NAKAMURA Usaku ;T@ o; ;;;[o;;I"common.mk (win32.obj);T;[o;;[I"depend on headers.;TS; ; i; I"2008-12-09;T@ S; ; i; I"ETue Dec 9 13:33:53 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"compile.c (iseq_compile_each), gc.c (assign_heap_slot), (gc_mark_children), parse.y (vtable_alloc, vtable_free, vtable_add), proc.c (proc_to_s), thread.c (terminate_i, rb_thread_terminate_all), (thread_start_func_2, blocking_region_begin, blocking_region_end), (rb_thread_kill), thread_pthread.c (native_thread_create), (ubf_pthread_cond_signal), vm.c (check_env, thread_free), vm_dump.c (vm_env_dump_raw, vm_stack_dump_each, vm_thread_dump_state), (vm_call0);T;[o;;[I"use void pointer for %p.;To;;I"]cont.c (fiber_status), template/insns.inc.tmpl (ruby_vminsn_type), vm_insnhelper.h (BOP);T;[o;;[I"3ISO C forbids comma at end of enumerator list.;To;;I""vm_insnhelper.c (check_cfunc);T;[o;;[I"use function pointer.;TS; ; i; I"GTue Dec 9 13:23:55 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"4ext/curses/curses.c (curses_use_default_colors);T;[o;;[I"iadd new method. a patch from Giancarlo F Bellido in [ruby-core:20434].;To;;I"-ext/curses/curses.c (curses_tabsize_set);T;[o;;[I" ditto.;To;;I"-ext/curses/curses.c (curses_tabsize_get);T;[o;;[I" ditto.;TS; ; i; I"ETue Dec 9 12:08:47 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I".gdbinit (rp);T;[o;;[I"fixed typo for T_STRUCT.;TS; ; i; I"DTue Dec 9 11:50:46 2008 Yuki Sonoda (Yugui) ;T@ o; ;;;[o;;I"pack.c (pack_pack);T;[o;;[I"{fixed [ruby-dev:37295]. Array#pack always has returned an US-ASCII string when the given format ended with 'u', 'M' or 'm'.;TS; ; i; I"ETue Dec 9 03:21:37 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"mkconfig.rb;T;[o;;[I"ofix for continued lines. based on a patch from Marcus Rueckert at [ruby-core:20420].;TS; ; i; I"ETue Dec 9 00:54:01 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"!tool/make-snapshot (package);T;[o;;[I"Uenc.mk in snapshot is dummy and should not deal with objects. [ruby-core:20422];TS; ; i; I"ETue Dec 9 00:17:50 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"enc/depend (clean-srcs);T;[o;;[I"split out from clean.;TS; ; i; I"2008-12-08;T@ S; ; i; I"DMon Dec 8 23:34:18 2008 Yuki Sonoda (Yugui) ;T@ o; ;;;[o;;I"pack.c (pack_pack);T;[o;;[I"]fixed odd act of 'm*', 'M*', and 'P*'. just ignores '*' in these cases. [ruby-dev:37289];TS; ; i; I"EMon Dec 8 18:31:41 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"pack.c (pack_pack);T;[o;;[I"9fixed length for odd length string. [ruby-dev:37283];TS; ; i; I"EMon Dec 8 11:28:14 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"ruby.c (proc_options);T;[o;;[I"Gadded version, copyright, usage, yydebug, syntax to --dump option.;TS; ; i; I"EMon Dec 8 11:15:45 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"ruby.c (proc_options);T;[o;;[I"source-encoding option.;TS; ; i; I"EMon Dec 8 10:32:33 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"&ruby.c (set_option_encoding_once);T;[o;;[I" dry.;To;;I"ruby.c (proc_options);T;[o;;[I"-checks extra argument for -E/--encoding.;TS; ; i; I"2008-12-07;T@ S; ; i; I"ESun Dec 7 23:47:37 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"configure.in (LIBPATHFLAG);T;[o;;[I"Duse numbered specifier if RPATHFLAG is set. [ruby-talk:322136];TS; ; i; I"ESun Dec 7 23:17:33 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"Makefile.in (LIBRUBY_SO);T;[o;;[I""localizes non-public symbols.;To;;I"$configure.in (OBJDUMP, OBJCOPY);T;[o;;[I"#for dealing with binary files.;TS; ; i; I";Sun Dec 7 17:44:06 2008 Tanaka Akira ;T@ o; ;;;[o;;I""lib/open3.rb (Open3.capture3);T;[o;;[I"!renamed from Open3.poutput3.;To;;I"(Open3.capture2);T;[o;;[I"!renamed from Open3.poutput2.;To;;I"(Open3.capture2e);T;[o;;[I""renamed from Open3.poutput2e.;TS; ; i; I";Sun Dec 7 11:48:04 2008 Tanaka Akira ;T@ o; ;;;[o;;I""lib/open3.rb (Open3.poutput3);T;[o;;[I"!:binmode option implemented.;To;;I"(Open3.poutput2);T;[o;;[I" ditto.;To;;I"(Open3.poutput2e);T;[o;;[I" ditto.;TS; ; i; I"2008-12-06;T@ S; ; i; I"ESat Dec 6 18:33:16 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"!tool/make-snapshot (package);T;[o;;[I"'added RM and CP. [ruby-dev:37288];TS; ; i; I"DSat Dec 6 17:51:35 2008 Yuki Sonoda (Yugui) ;T@ o; ;;;[o;;I"pack.c (pack_pack);T;[o;;[I"/'u0' is not special differently from 'm0'.;TS; ; i; I"BSat Dec 6 14:35:06 2008 NARUSE, Yui ;T@ o; ;;;[o;;I"pack.c (pack_pack);T;[o;;[I"cset US-ASCII and CODERANGE_7BIT when quoted-printable ('M') and base64 ('m'). [ruby-dev:37284];To;;I"pack.c (pack_unpack);T;[o;;[I" ditto.;TS; ; i; I"2008-12-05;T@ S; ; i; I"GFri Dec 5 22:56:24 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"eval.c (rb_make_exception);T;[o;;[I">single argument to raise may be string compatible object.;TS; ; i; I"AFri Dec 5 21:45:45 2008 Tadayoshi Funaba ;T@ o; ;;;[o;;I"&rational.c (nurat_{to_s,inspect});T;[o;;[I"performance improvement.;TS; ; i; I"AFri Dec 5 21:42:44 2008 Tadayoshi Funaba ;T@ o; ;;;[o;;I"complex.c;T;[o;;[I"'inspect should not depend on to_s.;TS; ; i; I"GFri Dec 5 21:18:31 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"6ext/bigdecimal/bigdecimal.c (BigDecimal_truncate);T;[o;;[I"Areturn integer if no optional argument given. [incompatible];To;;I"3ext/bigdecimal/bigdecimal.c (BigDecimal_floor);T;[o;;[I" ditto.;To;;I"2ext/bigdecimal/bigdecimal.c (BigDecimal_ceil);T;[o;;[I" ditto.;TS; ; i; I";Fri Dec 5 19:06:04 2008 Tanaka Akira ;T@ o; ;;;[o;;I"(lib/open3.rb (Open3.pipeline_start);T;[o;;[I"new method.;To;;I"(Open3.pipeline);T;[o;;[I" ditto.;TS; ; i; I";Fri Dec 5 18:55:25 2008 Tanaka Akira ;T@ o; ;;;[o;;I"process.c (run_exec_dup2);T;[o;;[I"!save is false if Qnil.;TS; ; i; I"BFri Dec 5 18:07:32 2008 NAKAMURA Usaku ;T@ o; ;;;[o;;I"=win32/win32.c (rb_w32_read, rb_w32_write, rb_w32_isatty);T;[o;;[I"check whether fd is valid.;TS; ; i; I"EFri Dec 5 13:05:45 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I" iseq.c (rb_iseq_parameters);T;[o;;[I"(proc arguments are always optional.;To;;I"/proc.c (get_proc_iseq, rb_proc_parameters);T;[o;;[I" ditto.;TS; ; i; I"EFri Dec 5 12:38:48 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I""compile.c (iseq_set_sequence);T;[o;;[I"?uses rb_compile_warning() for warning at compilation time.;TS; ; i; I"EFri Dec 5 12:35:46 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"xcompile.c (ruby_iseq_compile, ruby_iseq_translate_threaded_code), (ruby_insns_name_array, ruby_iseq_build_from_ary);T;[o;;[I"prefixed with ruby_.;To;;I"7iseq.c (ruby_iseq_load, ruby_insn_make_insn_table);T;[o;;[I" ditto.;TS; ; i; I"EFri Dec 5 10:01:43 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"string.c (rb_str_cmp_m);T;[o;;[I"Xfixed rdoc. pointed out by at [ruby-talk:321967];TS; ; i; I";Fri Dec 5 07:58:30 2008 Tanaka Akira ;T@ o; ;;;[o;;I"io.c (io_binwrite);T;[o;;[I".arg.offset should be updated after retry.;TS; ; i; I"EFri Dec 5 03:29:17 2008 Nobuyoshi Nakada ;T@ o; ;;;[ o;;I"load.c (rb_get_load_path);T;[o;;[I",returns the load path without touching.;To;;I"!load.c (rb_feature_provided);T;[o;;[I"Jnew function to return the loading path in addition to rb_provided().;To;;I"load.c (search_required);T;[o;;[I"sets path if loading.;To;;I"#variable.c (autoload_provided);T;[o;;[I"1load paths are expanded to check if loading.;To;;I"variable.c (autoload_node);T;[o;;[I"9keeps autoload mark while loading. [ruby-core:20235];To;;I" variable.c (rb_const_get_0);T;[o;;[I"&loops while autoload mark is set.;TS; ; i; I"BFri Dec 5 01:37:02 2008 NAKAMURA Usaku ;T@ o; ;;;[o;;I" win32/win32.c (rb_w32_read);T;[o;;[I"9ERROR_BROKEN_PIPE is not a real error at this point.;To;;I"io.c (pipe_open);T;[o;;[I"Xuse rb_w32_spawn() instead of rb_w32_pipe_exec() to use our own redirection scheme.;TS; ; i; I"EFri Dec 5 01:35:08 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"string.c (sym_to_proc);T;[o;;[I"use hidden object.;TS; ; i; I"GFri Dec 5 01:19:21 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"pack.c (pack_pack);T;[o;;[I"@propagate taint status from format string to result string.;TS; ; i; I"BFri Dec 5 00:34:10 2008 NAKAMURA Usaku ;T@ o; ;;;[o;;I"process.c (run_exec_dup2);T;[o;;[I"7need to sort by reverted order when restoring fds.;TS; ; i; I"EFri Dec 5 00:17:18 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"string.c (sym_to_proc);T;[o;;[I"hcaches Symbol procs, based on a patch from Shumpei Akai . [ruby-dev:37265];TS; ; i; I"2008-12-04;T@ S; ; i; I"BThu Dec 4 23:29:34 2008 NAKAMURA Usaku ;T@ o; ;;;[o;;I"win32/win32.c (waitpid);T;[o;;[I"$fix bug of checking child slot.;To;;I"*win32/win32.c (FindChildSlotByHandle);T;[o;;[I" new.;TS; ; i; I";Thu Dec 4 23:24:05 2008 Tanaka Akira ;T@ o; ;;;[o;;I""lib/open3.rb (Open3.poutput3);T;[o;;[I"new method.;To;;I"(Open3.poutput2);T;[o;;[I" ditto.;To;;I"(Open3.poutput2e);T;[o;;[I" ditto.;TS; ; i; I"DThu Dec 4 23:02:13 2008 Yuki Sonoda (Yugui) ;T@ o; ;;;[o;;I"spec/default.mspec;T;[o;;[I"Vfollows changes in rubyspec project. inherits configurations from ruby.1.9.mspec.;TS; ; i; I"AThu Dec 4 22:13:55 2008 Tadayoshi Funaba ;T@ o; ;;;[o;;I"test/ruby/test_complex.rb;T;[o;;[I"added some tests.;To;;I"test/ruby/test_rational.rb;T;[o;;[I" ditto.;TS; ; i; I";Thu Dec 4 19:56:20 2008 Tanaka Akira ;T@ o; ;;;[ o;;I" lib/open3.rb (Open3.popen3);T;[o;;[I"simplified.;To;;I"(Open3.popen_run);T;[o;;[I"!extracted from Open3.popen3.;To;;I"(Open3.popen2);T;[o;;[I"new method.;To;;I"(Open3.popen2e);T;[o;;[I"new method.;To;;I"(Open3.pipeline_rw);T;[o;;[I"new method.;To;;I"(Open3.pipeline_r);T;[o;;[I"new method.;To;;I"(Open3.pipeline_w);T;[o;;[I"new method.;To;;I"(Open3.pipeline_run);T;[o;;[I"new private method.;TS; ; i; I";Thu Dec 4 19:16:28 2008 Tanaka Akira ;T@ o; ;;;[o;;I"process.c (check_exec_fds);T;[o;;[I")resolve cascaded child fd reference.;TS; ; i; I"GThu Dec 4 16:58:12 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I";lib/rubygems/validator.rb (Gem#remove_leading_dot_dir);T;[o;;[I"Fmake this method private. a patch from okkez in [ruby-dev:37245];TS; ; i; I"GThu Dec 4 16:19:18 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"4ext/openssl/ossl_ssl.c (ossl_ssl_read_nonblock);T;[o;;[I"OpenSSL::SSL::SSLSocket should implement read_nonblock. a patch from Aaron Patterson in [ruby-core:20277]. fix: #814 [ruby-core:20241];TS; ; i; I"GThu Dec 4 16:16:09 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"lib/gserver.rb;T;[o;;[I"=fixed type in sample code. a report from Oleg Puchinin.;TS; ; i; I"GThu Dec 4 14:54:32 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"Ilib/rubygems/local_remote_options.rb (Gem#add_update_sources_option);T;[o;;[I"Elittle documentation fix. a patch from okkez. [ruby-dev:37271];TS; ; i; I"GThu Dec 4 13:56:31 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"'ext/curses/curses.c (window_getch);T;[o;;[I"Ravoid ISPRINT() macro which has an issue with OpenSolaris. [ruby-core:20189];To;;I"'ext/curses/curses.c (curses_getch);T;[o;;[I"$no ISPRINT(). [ruby-core:20294];To;;I"signal.c (ruby_signal);T;[o;;[I"+EINVAL from sigaction(2) is not a bug.;TS; ; i; I"@Thu Dec 4 11:40:56 2008 Akinori MUSHA ;T@ o; ;;;[o;;I"&enumerator.c (inspect_enumerator);T;[o;;[I":Implement #inspect. [ruby-dev:37248]-[ruby-dev:37263];TS; ; i; I"@Thu Dec 4 11:38:40 2008 Akinori MUSHA ;T@ o; ;;;[o;;I"$vm_method.c (rb_obj_respond_to);T;[o;;[I"=Remove a duplicated rdoc comment and fix a markup error.;TS; ; i; I"HThu Dec 4 06:04:16 2008 Hidetoshi NAGAI ;T@ o; ;;;[o;;I"ext/tk/lib/tk/menu.rb;T;[o;;[I"^TkOptionMenubutton.new fails to treat 'parent' and 'variable' options on a Hash argument.;TS; ; i; I"HThu Dec 4 05:06:47 2008 Hidetoshi NAGAI ;T@ o; ;;;[o;;I"ext/tk/lib/tk.rb;T;[o;;[I";T@ o; ;;;[o;;I"%complex.c (nurat_{to_s,inspect});T;[o;;[I";T@ o; ;;;[o;;I"complex.c (f_signbit);T;[o;;[I"NaN may be signed value.;TS; ; i; I"2008-12-03;T@ S; ; i; I";Wed Dec 3 23:59:32 2008 Tanaka Akira ;T@ o; ;;;[ o;;I"'process.c (EXEC_OPTION_DUP2_CHILD);T;[o;;[I" defined.;To;;I"(check_exec_redirect_fd);T;[o;;[I"check :in, :out and :err.;To;;I"(check_exec_redirect);T;[o;;[I"check [:child, fd].;To;;I"(check_exec_fds);T;[o;;[I"+validate EXEC_OPTION_DUP2_CHILD array.;To;;I"(run_exec_dup2_child);T;[o;;[I"new function.;To;;I"(rb_run_exec_options);T;[o;;[I"call run_exec_dup2_child.;TS; ; i; I"EWed Dec 3 22:54:39 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"parse.y (expr);T;[o;;[I"?keyword_not can continue across newline. [ruby-core:20252];TS; ; i; I"EWed Dec 3 22:40:59 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I""iseq.c (simple_default_value);T;[o;;[I"8returns simplest assignment only. [ruby-core:20237];TS; ; i; I";Wed Dec 3 21:30:06 2008 Tanaka Akira ;T@ o; ;;;[o;;I"$process.c (check_exec_redirect);T;[o;;[I"/accept :in, :out, :err as redirect target.;TS; ; i; I"AWed Dec 3 21:18:27 2008 Tadayoshi Funaba ;T@ o; ;;;[o;;I"test/ruby/test_rational.rb;T;[o;;[I" revert.;TS; ; i; I"EWed Dec 3 14:48:52 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"=ext/tk/tcltklib.c (ip_ruby_cmd, ip_invoke_with_position);T;[o;;[I"@must not access internal union directly. [ruby-list:45670];TS; ; i; I"EWed Dec 3 12:24:08 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"&io.c (rb_io_getc, rb_io_readchar);T;[o;;[I"Hdocumentation correction from Emiel van de Laar. [ruby-core:20212];To;;I"-ext/stringio/stringio.c (strio_readchar);T;[o;;[I" ditto.;TS; ; i; I"GWed Dec 3 09:26:29 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I",lib/rexml/xpath.rb (REXML::XPath.first);T;[o;;[I"Capply documentation patch from Ken Bloom in [ruby-core:20213].;To;;I"+lib/rexml/xpath.rb (REXML::XPath.each);T;[o;;[I" ditto.;TS; ; i; I"=Wed Dec 3 02:56:34 2008 Yusuke Endoh ;T@ o; ;;;[o;;I"test/ruby/test_rational.rb;T;[o;;[I"add a test.;TS; ; i; I"=Wed Dec 3 02:53:24 2008 Yusuke Endoh ;T@ o; ;;;[o;;I"test/ruby/test_range.rb;T;[o;;[I"add a test.;TS; ; i; I"=Wed Dec 3 02:26:07 2008 Yusuke Endoh ;T@ o; ;;;[o;;I"test/ruby/test_string.rb;T;[o;;[I"add some tests.;TS; ; i; I"=Wed Dec 3 02:04:21 2008 Yusuke Endoh ;T@ o; ;;;[o;;I"ext/pty/pty.c (Init_pty);T;[o;;[I"fix typo.;TS; ; i; I"2008-12-02;T@ S; ; i; I";Tue Dec 2 19:22:13 2008 Tanaka Akira ;T@ o; ;;;[o;;I" lib/open3.rb (Open3.popen3);T;[o;;[I"!merge hash options if given.;TS; ; i; I"GTue Dec 2 15:31:42 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"4lib/net/protocol.rb (Net::BufferedIO#rbuf_fill);T;[o;;[I"use read_nonblock instead of sysread wrapped by timeout to boost performance. a patch from Aaron Patterson in [ruby-core:20191]. fix #806;TS; ; i; I"2008-12-01;T@ S; ; i; I"DMon Dec 1 23:23:52 2008 Yuki Sonoda (Yugui) ;T@ o; ;;;[o;;I"3set 1.9.1-p5000 into version number. [ruby-dev;T;[o;;[I" 36998];TS; ; i; I"BMon Dec 1 15:48:47 2008 NAKAMURA Usaku ;T@ o; ;;;[o;;I"$signal.c (register_sigaltstack);T;[o;;[I"3no need to define on non-sigaltstack platform.;TS; ; i; I"EMon Dec 1 12:00:45 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"cont.c (rb_fiber_start);T;[o;;[I"8calls with exact argument number. [ruby-core:20088];TS; ; i; I"2008-11-30;T@ S; ; i; I"DSun Nov 30 21:41:10 2008 Yuki Sonoda (Yugui) ;T@ o; ;;;[o;;I"man/rake.1;T;[o;;[I"new manual page;TS; ; i; I"DSun Nov 30 18:01:50 2008 Yuki Sonoda (Yugui) ;T@ o; ;;;[o;;I"Atest/ruby/test_regexp.rb (TestRegexp#test_parse_curly_brace);T;[o;;[I"7now accepts quantifier on anchors again by r20391.;TS; ; i; I"2008-11-29;T@ S; ; i; I"DSat Nov 29 23:56:44 2008 Yuki Sonoda (Yugui) ;T@ o; ;;;[o;;I"man/irb.1 (EXAMPLES);T;[o;;[I"new section;TS; ; i; I"GSat Nov 29 19:19:32 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I".regparse.c (is_invalid_quantifier_target);T;[o;;[I"HPerl and old Ruby accepts quantifier on anchors. [ruby-core:20161];TS; ; i; I"GSat Nov 29 18:28:57 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"+ext/socket/socket.c (sock_getaddrinfo);T;[o;;[I"Ushould have updated for Mac OS X. a patch from Shumpei Akai in [ruby-dev:37234];TS; ; i; I"GSat Nov 29 00:18:30 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"cont.c (fiber_alloc);T;[o;;[I"hseparate allocation and initialization. allow subclass to override #initialize. [ruby-core:20086];TS; ; i; I"2008-11-28;T@ S; ; i; I"GFri Nov 28 18:31:21 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"-ext/socket/socket.c (sock_s_getaddrinfo);T;[o;;[I"Arefactored to remove code duplication regarding getaddrinfo.;TS; ; i; I"EFri Nov 28 17:52:26 2008 Keiju Ishitsuka ;T@ o; ;;;[o;;I"lib/forwardable.rb;T;[o;;[I"@should be usable def_single_delegator for Class and Module.;TS; ; i; I"EFri Nov 28 13:19:34 2008 Nobuyoshi Nakada ;T@ o; ;;;[ o;;I""iseq.c (simple_default_value);T;[o;;[I".extracts simplest default argument value.;To;;I" iseq.c (rb_iseq_parameters);T;[o;;[I"returns parameter list.;To;;I",proc.c (get_proc_iseq, get_method_iseq);T;[o;;[I"handles ifunc and bmethod.;To;;I"6proc.c (rb_proc_parameters, rb_method_parameters);T;[o;;[I"Dadded Proc#parameters and Method#parameters. [ruby-core:19759];TS; ; i; I"GFri Nov 28 02:18:47 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"6ext/bigdecimal/bigdecimal.c (BigDecimal_DoDivmod);T;[o;;[I"nbigdecimal division (including modulo) should raise ZeroDivisionError as integer division. [incompatible];TS; ; i; I"GFri Nov 28 00:12:00 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"numeric.c (flodivmod);T;[o;;[I"_floating point division should raise ZeroDivisionError as integer division. [incompatible];TS; ; i; I"2008-11-27;T@ S; ; i; I"GThu Nov 27 23:54:37 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"gc.c (gc_mark);T;[o;;[I"0still needs to check stack depth during GC.;To;;I"gc.c (stack_check);T;[o;;[I" ditto.;TS; ; i; I"AThu Nov 27 21:41:29 2008 Tadayoshi Funaba ;T@ o; ;;;[o;;I"strftime.c (rb_strftime);T;[o;;[I"should add padding for %%.;TS; ; i; I"EThu Nov 27 16:32:53 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"$signal.c (register_sigaltstack);T;[o;;[I"(stores alt stack for debug purpose.;TS; ; i; I"EThu Nov 27 16:12:33 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I" signal.c (ruby_sigaction_t);T;[o;;[I" added.;TS; ; i; I"EThu Nov 27 15:59:16 2008 Nobuyoshi Nakada ;T@ o; ;;;[ o;;I"gc.c (ruby_stack_check);T;[o;;[I"#no check if using sigaltstack.;To;;I"signal.c (ALT_STACK_SIZE);T;[o;;[I";default minimum size is insufficient for method calls.;To;;I"signal.c (sigsegv);T;[o;;[I"(handles stack overflow if possible.;To;;I"*thread.c (ruby_thread_stack_overflow);T;[o;;[I"-helper function to raise sysstack_error.;To;;I"/thread_pthread.c (ruby_stack_overflowed_p);T;[o;;[I"checks for stack overflow.;TS; ; i; I"GThu Nov 27 10:40:52 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"2ext/bigdecimal/bigdecimal.c (BigDecimal_div2);T;[o;;[I".should return Integer for #div operation.;To;;I"2ext/bigdecimal/bigdecimal.c (BigDecimal_div2);T;[o;;[I"Ishould raise ZeroDivisionError if divisor is zero. [ruby-dev:37207];TS; ; i; I"2008-11-26;T@ S; ; i; I"GWed Nov 26 23:15:47 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"strftime.c (STRFTIME);T;[o;;[I"Euse rb_strftime() recursively, instead of platform's strftime().;TS; ; i; I"GWed Nov 26 22:46:23 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I".ext/bigdecimal/bigdecimal.c (VpException);T;[o;;[I"ubigdecimal zero division should raise FloatDomainError if mode VP_EXCEPTION_ZERODIVIDE is set. [ruby-dev:37204];To;;I"2ext/bigdecimal/bigdecimal.c (BigDecimal_mode);T;[o;;[I"+should handle VP_EXCEPTION_ZERODIVIDE.;TS; ; i; I"EWed Nov 26 15:16:07 2008 Kazuhiro NISHIYAMA ;T@ o; ;;;[o;;I"&ext/gdbm/gdbm.c (rb_gdbm_nextkey);T;[o;;[I"fix memory leak.;TS; ; i; I"GWed Nov 26 03:17:48 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"2ext/bigdecimal/bigdecimal.c (BigDecimal_to_r);T;[o;;[I"Graise exception for nan/inf conversion. [ruby-dev:37187] fix #793;To;;I"2ext/bigdecimal/bigdecimal.c (BigDecimal_to_i);T;[o;;[I" ditto.;TS; ; i; I"GWed Nov 26 03:00:59 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"*ext/bigdecimal/bigdecimal.c (VpAlloc);T;[o;;[I"uavoid ALLOCA_N() to avoid segmentation fault caused by (insanely) long decimal values. [ruby-dev:37189] fix #794;To;;I"ext/bigdecimal/bigdecimal.c (BigDecimal_dump, BigDecimal_to_i, BigDecimal_to_f, BigDecimal_to_s, BigDecimal_split, BigDecimal_inspect);T;[o;;[I" ditto.;To;;I"-ext/bigdecimal/bigdecimal.c (VpToString);T;[o;;[I"#small performance improvement.;TS; ; i; I"GWed Nov 26 00:26:30 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"strftime.c (STRFTIME);T;[o;;[I"Cshould add padding for %[xXrR] etc. [ruby-dev:37185] fix: #792;TS; ; i; I"2008-11-25;T@ S; ; i; I"GTue Nov 25 16:26:12 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"array.c (rb_ary_times);T;[o;;[I"Staint (and untrust) status should be inherited by "ary * 0". [ruby-dev:37024];TS; ; i; I"GTue Nov 25 15:54:07 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"strftime.c (rb_strftime);T;[o;;[I"Tshould not swallow incomplete formatter, e.g. "%E". [ruby-dev:37170] fix: #787;To;;I"strftime.c (rb_strftime);T;[o;;[I"Rclear flags before processing unknown formatter, e.g. "%i". [ruby-dev:37180];TS; ; i; I"GTue Nov 25 10:35:29 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"strftime.c (rb_strftime);T;[o;;[I"9"%^P" should convert to upper case. [ruby-dev:37180];TS; ; i; I"GTue Nov 25 07:51:18 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"strftime.c (FMT);T;[o;;[I"Quse "%0d" formatter for zero padding, not "%.d". [ruby-dev:37168] fix: #768;To;;I"strftime.c (rb_strftime);T;[o;;[I"8%s to use zero padding by default. [ruby-dev:37180];TS; ; i; I"HTue Nov 25 03:37:42 2008 Hidetoshi NAGAI ;T@ o; ;;;[o;;I"Next/tk/lib/tkextlib/blt/tabset.rb, ext/tk/lib/tkextlib/blt/tabnotebook.rb;T;[o;;[I"-fix many bugs. Now, those work properly.;TS; ; i; I"GTue Nov 25 03:26:04 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"numeric.c (num_step);T;[o;;[I"?treat infinite step specially. [ruby-dev:37157] fix: #781.;TS; ; i; I"ATue Nov 25 01:23:25 2008 Tadayoshi Funaba ;T@ o; ;;;[o;;I""lib/date/format.rb (strftime);T;[o;;[I" ignores '_' flag for %[LN].;TS; ; i; I"ETue Nov 25 00:08:22 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"process.c (rb_fork);T;[o;;[I"9stops the timer thread during fork. [ruby-dev:37117];To;;I",thread.c (rb_thread_start_timer_thread);T;[o;;[I"1timer thread needs system_working to be set.;TS; ; i; I"2008-11-24;T@ S; ; i; I"AMon Nov 24 23:27:28 2008 Shugo Maeda ;T@ o; ;;;[o;;I"strftime.c (rb_strftime);T;[o;;[I"JThe # flag should work with %a, %A, %b, %B, and %h. [ruby-dev:37162];To;;I"+test/ruby/test_time.rb (test_strftime);T;[o;;[I" ditto.;TS; ; i; I"GMon Nov 24 23:16:32 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"$signal.c (register_sigaltstack);T;[o;;[I"Ushould not add external variable (with some cosmetic changes). [ruby-dev:37158];TS; ; i; I"AMon Nov 24 22:57:25 2008 Shugo Maeda ;T@ o; ;;;[o;;I"strftime.c (rb_strftime);T;[o;;[I"CA width specifier for %t and %n should work. [ruby-dev:37160];To;;I"+test/ruby/test_time.rb (test_strftime);T;[o;;[I" ditto.;TS; ; i; I"AMon Nov 24 22:07:07 2008 Shugo Maeda ;T@ o; ;;;[o;;I"strftime.c (rb_strftime);T;[o;;[I"7The precision of %0N should be 9. [ruby-dev:37156];To;;I"+test/ruby/test_time.rb (test_strftime);T;[o;;[I" ditto.;TS; ; i; I"AMon Nov 24 21:38:23 2008 Shugo Maeda ;T@ o; ;;;[o;;I"strftime.c (rb_strftime);T;[o;;[I"@The default precision should be 1, not 0. [ruby-dev:37155];To;;I"+test/ruby/test_time.rb (test_strftime);T;[o;;[I" ditto.;TS; ; i; I"AMon Nov 24 19:53:47 2008 Tadayoshi Funaba ;T@ o; ;;;[o;;I"lib/date.rb (inspect);T;[o;;[I"changed again.;TS; ; i; I"GMon Nov 24 18:35:00 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"lib/time.rb;T;[o;;[I"Qr20251 reverted. The patched behavior do not round trip. [ruby-core:19988];TS; ; i; I"2008-11-23;T@ S; ; i; I"DSun Nov 23 16:04:05 2008 Yuki Sonoda (Yugui) ;T@ o; ;;;[o;;I",signal.c (default_handler, Init_signal);T;[o;;[I"5compile error if USE_SIGALTSTACK is not defined.;TS; ; i; I"DSun Nov 23 00:04:14 2008 Yuki Sonoda (Yugui) ;T@ o; ;;;[o;;I"signal.c (ALT_STACK_SIZE);T;[o;;[I"24KB is not enough on Mac OS X. Uses SIGSTKSZ.;TS; ; i; I"2008-11-22;T@ S; ; i; I"DSat Nov 22 21:29:54 2008 Yuki Sonoda (Yugui) ;T@ o; ;;;[o;;I":test/ruby/test_method.rb (test_default_accessibility);T;[o;;[I"$test case for [ruby-dev:37124].;TS; ; i; I"GSat Nov 22 18:24:24 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"&file.c (rb_file_world_writable_p);T;[o;;[I"4should return nil for non world-writable files.;TS; ; i; I"HSat Nov 22 10:31:25 2008 Hidetoshi NAGAI ;T@ o; ;;;[o;;I"Bext/tk/lib/tkextlib/blt.rb, ext/tk/lib/tkextlib/blt/vector.rb;T;[o;;[I"fix NameError bug.;TS; ; i; I"GSat Nov 22 03:41:22 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"$ext/pty/pty.c (get_device_once);T;[o;;[I"}abandon asynchronous exception that might cause serious problem if a program terminated early. asynchronous exception is a very bad thing anyway. use Process.waitpid(pid) or PTY.check(pid) to poll program termination. if PTY.check is called with optional second argument being true, it raises an exception same as one from previous behavior. [incompatible] fix: [ruby-core:19583];TS; ; i; I"2008-11-21;T@ S; ; i; I"GFri Nov 21 22:24:31 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I".ext/curses/curses.c (curses_escdelay_set);T;[o;;[I"ksupport ESCDELAY. a patch from Giancarlo F Bellido in [ruby-core:19961].;TS; ; i; I"GFri Nov 21 22:17:15 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"ruby.c (usage);T;[o;;[I"/-W description updated. [ruby-core:19858];TS; ; i; I"GFri Nov 21 21:50:54 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"$signal.c (register_sigaltstack);T;[o;;[I"use alternative stack for SIGSEGV to avoid uncaught stack overflow. based on a patch from Hiro Yoshioka in [ruby-dev:37134]. [ruby-dev:36993];TS; ; i; I"GFri Nov 21 16:06:54 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"vm.c (thread_free);T;[o;;[I"Pth->vm may be NULL when pthread_create failed for ENOMEM. [ruby-dev:37095];TS; ; i; I"2008-11-20;T@ S; ; i; I"GThu Nov 20 07:33:15 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"lib/logger.rb (Logger);T;[o;;[I"Vshould handle the case that cvs/svn do not expand $Id keyword. [ruby-core:19991];TS; ; i; I"GThu Nov 20 07:27:36 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I";lib/minitest/unit.rb (MiniTest::Assertions#capture_io);T;[o;;[I">adjust indentation to shut up warning. [ruby-core:19993];TS; ; i; I"2008-11-19;T@ S; ; i; I"GWed Nov 19 17:48:05 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"(ext/syck/rubyext.c (rb_syck_mktime);T;[o;;[I"Jreturn DateTime for a value out of range of Time. [ruby-core:19919];TS; ; i; I"GWed Nov 19 14:14:38 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"node.h (NOEX_MODFUNC);T;[o;;[I"5should be include NOEX_PRIVATE. [ruby-dev:37124];TS; ; i; I"IWed Nov 19 03:01:04 2008 Masatoshi SEKI ;T@ o; ;;;[o;;I"test/rinda/test_rinda.rb;T;[o;;[I"Efixed fails occasionally [ruby-dev:37119]. thanks, shinichiro.h.;TS; ; i; I"EWed Nov 19 02:39:31 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"error.c (Init_syserr);T;[o;;[I"Jmoved function definition itself from template/known_errors.inc.tmpl.;TS; ; i; I"IWed Nov 19 01:10:52 2008 Masatoshi SEKI ;T@ o; ;;;[o;;I"%lib/drb/drb.rb (DRbConn::alive?);T;[o;;[I";T@ o; ;;;[o;;I"5cont.c (cont_mark, cont_capture, cont_restore_1);T;[o;;[I"Nspeed up continuation by copying only valid YARV stack. [ruby-dev:37106];TS; ; i; I"GWed Nov 19 00:03:13 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"lib/time.rb;T;[o;;[I"paccording to RFC2822, -0000 means local time, +0000 means UTC. a patch from Chun Wang. [ruby-core:19578];TS; ; i; I"2008-11-18;T@ S; ; i; I"GTue Nov 18 23:02:23 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"proc.c (proc_eq);T;[o;;[I"vequivalence check should not done by pointer comparison, but should be based on iseq contents. [ruby-dev:37101];TS; ; i; I"GTue Nov 18 20:30:08 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"*lib/net/ftp.rb (Net::FTP#open_socket);T;[o;;[I"oSOCKSsocket is obsolete. a patch from Alan Johnson in [ruby-core:19982].;TS; ; i; I"ETue Nov 18 16:18:23 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"lib/logger.rb (ProgName);T;[o;;[I"Lfixed for svn, based on a patch from Nobuhiro IMAI at [ruby-dev:37108].;TS; ; i; I"GTue Nov 18 15:56:55 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"Hlib/webrick/httprequest.rb (WEBrick::HTTPRequest#read_request_line);T;[o;;[I"\use possessive match for path retrieval to avoid huge recursion for insanely long path.;TS; ; i; I"GTue Nov 18 15:50:11 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"re.c (rb_reg_desc);T;[o;;[I"re might be NULL.;To;;I"+regerror.c (onig_error_code_to_format);T;[o;;[I"message updated.;TS; ; i; I"ETue Nov 18 09:42:11 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"0lib/optparse.rb (OptionParser::make_switch);T;[o;;[I":makes default conversion to splat. [ruby-list:45645];TS; ; i; I"2008-11-17;T@ S; ; i; I"EMon Nov 17 18:05:16 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"enc/depend (LIBS);T;[o;;[I"0fixed for disable-shared. [ruby-dev:37103];TS; ; i; I"IMon Nov 17 11:12:24 2008 Masatoshi SEKI ;T@ o; ;;;[o;;I" bin/erb;T;[o;;[I"remove -K option.;TS; ; i; I"EMon Nov 17 02:19:03 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"%configure.in (LIBRUBYARG_STATIC);T;[o;;[I"fixed for --enable-rpath.;TS; ; i; I"2008-11-15;T@ S; ; i; I"ESat Nov 15 22:46:32 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"re.c (rb_reg_regsub);T;[o;;[I"Jreturns -1 unless ascii as well as rb_enc_ascget(). [ruby-dev:37097];TS; ; i; I"ESat Nov 15 22:23:45 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"configure.in (LDSHARED);T;[o;;[I"Tdo not suppress debug info if higher debug level is given, on cygwin and mingw.;TS; ; i; I"2008-11-14;T@ S; ; i; I"=Fri Nov 14 20:27:46 2008 Yusuke Endoh ;T@ o; ;;;[o;;I":README.EXT, README.EXT.ja, vm_exec.c, vm_insnhelper.c;T;[o;;[I"update filenames.;TS; ; i; I"2008-11-13;T@ S; ; i; I"EThu Nov 13 11:31:13 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"thread.c (rb_barrier_wait);T;[o;;[I"$gets rid of recursive deadlock.;TS; ; i; I"EThu Nov 13 06:08:44 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"5thread.c (rb_barrier_{new,wait,release,destroy});T;[o;;[I"Ouse Mutex so that circular requires fail with deadlock. [ruby-core:19821];TS; ; i; I"2008-11-12;T@ S; ; i; I">Wed Nov 12 07:16:01 2008 David Flanagan ;T@ o; ;;;[o;;I"(ruby.c (set_internal_encoding_once);T;[o;;[I"fix typo in error string;TS; ; i; I"EWed Nov 12 03:30:59 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I">include/ruby/intern.h (rb_{external,locale}_str_new_cstr);T;[o;;[I",optimized versions for literal strings.;TS; ; i; I"EWed Nov 12 03:28:41 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"load.c (rb_require_safe);T;[o;;[I"mdestroys barrier after successfully loaded, to get rid of loading same library again. [ruby-core:19798];To;;I"thread.c (rb_barrier_wait);T;[o;;[I"$can not wait destroyed barrier.;To;;I""thread.c (rb_barrier_destroy);T;[o;;[I"/destroys barrier so that no longer waited.;TS; ; i; I"2008-11-11;T@ S; ; i; I"DTue Nov 11 23:02:27 2008 Yuki Sonoda (Yugui) ;T@ o; ;;;[o;;I"man/ruby.1 (RUBYOPT);T;[o;;[I"#wrote which option can appear.;To;;I"(--yydebug);T;[o;;[I"wrote "do not use".;To;;I" (--dump);T;[o;;[I"wrote "do not use".;TS; ; i; I"GTue Nov 11 21:22:28 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"1lib/uri/generic.rb (URI::Generic#check_path);T;[o;;[I"1REL_PATH should a symbol. [ruby-core:19805];TS; ; i; I"ETue Nov 11 20:49:29 2008 Kazuhiro NISHIYAMA ;T@ o; ;;;[o;;I"configure.in;T;[o;;[I"hfix SEGV on Mac OS X 10.5.3 with pthread. a patch from Wataru Kimura in Bug #193 [ruby-core:17333].;TS; ; i; I"ATue Nov 11 20:39:27 2008 Tadayoshi Funaba ;T@ o; ;;;[o;;I"lib/date.rb (inspect);T;[o;;[I""reverted the previous change.;TS; ; i; I"BTue Nov 11 17:35:25 2008 NAKAMURA Usaku ;T@ o; ;;;[o;;I""win32/win32.c (rb_w32_accept);T;[o;;[I"secure fd before accept because if error causes in securing, cannot restore the state of accepted socket. fixed [ruby-core:19728];TS; ; i; I"GTue Nov 11 13:20:23 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"2ext/bigdecimal/bigdecimal.c (BigDecimal_to_r);T;[o;;[I"Dmoved from bigdecimal/util, converted into C. [ruby-dev:36805];TS; ; i; I"ATue Nov 11 07:55:57 2008 Tadayoshi Funaba ;T@ o; ;;;[o;;I"lib/date.rb (inspect);T;[o;;[I"changed the format.;TS; ; i; I"2008-11-10;T@ S; ; i; I"@Mon Nov 10 17:34:50 2008 Akinori MUSHA ;T@ o; ;;;[o;;I"1test/sdbm/test_sdbm.rb (TestSDBM#test_index);T;[o;;[I"\Reflect the method name change from #index to #key and remove a duplicated test method.;TS; ; i; I"GMon Nov 10 10:50:43 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"1lib/delegate.rb (Delegator.delegating_block);T;[o;;[I"qshould not refer DelegateClass specific @delegate_dc_obj. a patch from Erik Hollensbe in [ruby-core:19671].;TS; ; i; I"BMon Nov 10 09:54:21 2008 NAKAMURA Usaku ;T@ o; ;;;[o;;I"$win32/win32.c (ifs_open_socket);T;[o;;[I"~should retry without proto_buffer if cannot find the suitable protocol. a patch from Heesob Park. fixed [ruby-core:19713];TS; ; i; I"2008-11-09;T@ S; ; i; I"GSun Nov 9 13:04:52 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"&struct.c (rb_struct_initialize_m);T;[o;;[I"(avoid unnecessary array allocation.;TS; ; i; I"ESun Nov 9 04:10:19 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"#vm_dump.c (control_frame_dump);T;[o;;[I"%suppresses finished method name.;TS; ; i; I"ESun Nov 9 00:30:52 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"$thread_pthread.c (thread_timer);T;[o;;[I" checks working flags again.;TS; ; i; I"GSun Nov 9 00:02:01 2008 Takeyuki FUJIOKA ;T@ o; ;;;[o;;I"lib/cgi/session/pstore.rb;T;[o;;[I"fix indentation.;TS; ; i; I"2008-11-08;T@ S; ; i; I"GSat Nov 8 23:47:45 2008 Takeyuki FUJIOKA ;T@ o; ;;;[o;;I"#lib/cgi/session.rb (FileStore);T;[o;;[I"use marshalized data.;To;;I"test/cgi/session_dir;T;[o;;[I"%add a session directory in test.;To;;I"!test/cgi/test_cgi_session.rb;T;[o;;[I"add a test.;TS; ; i; I"GSat Nov 8 21:57:03 2008 Takeyuki FUJIOKA ;T@ o; ;;;[o;;I"lib/cgi/session.rb;T;[o;;[I"remove debug code.;TS; ; i; I"GSat Nov 8 21:33:53 2008 Takeyuki FUJIOKA ;T@ o; ;;;[o;;I"lib/cgi/session.rb;T;[o;;[I"fix indentation.;TS; ; i; I"GSat Nov 8 18:11:14 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"Clib/webrick/httpproxy.rb (WEBrick::HTTPProxyServer#do_CONNECT);T;[o;;[I"buse #bytesize instead of #size. a patch submitted from raspberry lemon in [ruby-core:18571].;To;;I"lib/webrick/httpauth/digestauth.rb, lib/webrick/httpproxy.rb, lib/webrick/httprequest.rb, lib/webrick/httpservlet/cgi_runner.rb, lib/webrick/httpservlet/abstract.rb, lib/webrick/httpresponse.rb, lib/webrick/httpservlet/cgihandler.rb, lib/webrick/utils.rb;T;[o;;[I" ditto.;TS; ; i; I"GSat Nov 8 17:31:41 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"+ext/stringio/stringio.c (strio_ungetc);T;[o;;[I"Gungetc position should not be changed from 1.8. [ruby-core:19632];TS; ; i; I"GSat Nov 8 17:15:08 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"/lib/optparse.rb (OptionParser#make_switch);T;[o;;[I"f1.9 Symbols respond to :match. a patch from keith cascio, . [ruby-core:19730];TS; ; i; I"GSat Nov 8 12:10:15 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I""ext/gdbm/gdbm.c (fgdbm_index);T;[o;;[I"1make #index warn like Hash. [ruby-dev:37039];To;;I" ext/sdbm/init.c (Init_sdbm);T;[o;;[I""typo fixed. [ruby-dev:37039];TS; ; i; I"GSat Nov 8 07:07:48 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"configure.in;T;[o;;[I"detect stdio buffer pointers for uClibc. a patch from Brian Candler in [ruby-core:12020]. [ruby-core:19713];TS; ; i; I"GSat Nov 8 06:51:42 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"ext/dbm/dbm.c (fdbm_index);T;[o;;[I" make #index warn like Hash.;To;;I"ext/dbm/dbm.c (fdbm_key);T;[o;;[I"new method.;To;;I"ext/sdbm/init.c;T;[o;;[I" ditto.;TS; ; i; I"GSat Nov 8 06:20:42 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"ext/curses/curses.c;T;[o;;[I"(curses encoding should obey locale.;To;;I"'ext/curses/curses.c (curses_getch);T;[o;;[I"t1.9 getch should return one character string for single byte string. wchar_t support may follow in the future.;TS; ; i; I"ESat Nov 8 05:46:50 2008 Nobuyoshi Nakada ;T@ o; ;;;[ o;;I" include/ruby/io.h (rb_io_t);T;[o;;[I"5added write_lock to serialize. [ruby-core:19668];To;;I"gc.c (gc_mark_children);T;[o;;[I"mark write_lock.;To;;I"(gc.c (rb_gc_call_finalizer_at_exit);T;[o;;[I"%Mutex also needs to be deferred.;To;;I"1io.c (io_fflush, io_binwrite, fptr_finalize);T;[o;;[I"serializes writing.;TS; ; i; I"GSat Nov 8 05:31:25 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"safe.c (safe_setter);T;[o;;[I"add warning for $SAFE=3.;TS; ; i; I"ESat Nov 8 01:48:07 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"5thread_pthread.c (rb_thread_create_timer_thread);T;[o;;[I"Fdo not wait never coming signal if failed to create timer thread.;To;;I"-thread_pthread.c (native_cond_timedwait);T;[o;;[I"returns error code.;To;;I"$thread_pthread.c (thread_timer);T;[o;;[I"typo fixed.;TS; ; i; I"ESat Nov 8 01:14:16 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"Cthread_pthread.c (thread_timer, rb_thread_create_timer_thread);T;[o;;[I"handshakes properly.;TS; ; i; I"2008-11-07;T@ S; ; i; I"EFri Nov 7 22:51:49 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"inits.c (rb_call_inits);T;[o;;[I"do not repeat.;TS; ; i; I"EFri Nov 7 22:46:57 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"$thread_pthread.c (thread_timer);T;[o;;[I"!initializes mutex each time.;TS; ; i; I"EFri Nov 7 21:23:02 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I")thread_win32.c (thread_start_func_1);T;[o;;[I"#use already gotten stack info.;TS; ; i; I"GFri Nov 7 12:26:00 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"%lib/irb.rb (IRB::Irb#eval_input);T;[o;;[I"7remove extra @context.prompt_i. [ruby-core:19718];TS; ; i; I"BFri Nov 7 11:55:30 2008 NARUSE, Yui ;T@ o; ;;;[o;;I" nkf.c;T;[o;;[I"3update to r1.188. fixes for 16bit environment.;TS; ; i; I"EFri Nov 7 07:43:27 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"thread.c (thread_timer);T;[o;;[I"=pthread_cond_timedwait returns ETIMEDOUT when timed out.;TS; ; i; I"GFri Nov 7 07:32:55 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"lib/yaml/rubytypes.rb;T;[o;;[I"bsupport Rational and Complex as 1.8 does. a patch from Hiroshi Moriyama in [ruby-dev:36899].;TS; ; i; I"EFri Nov 7 07:12:06 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"$thread_pthread.c (thread_timer);T;[o;;[I"@uses pthread_cond_timedwait always instead of pthread_kill.;TS; ; i; I"GFri Nov 7 06:58:59 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"string.c (Init_String);T;[o;;[I")remove Symbol#===. [ruby-dev:37026];TS; ; i; I"EFri Nov 7 04:02:22 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"thread.c (thread_timer);T;[o;;[I"uses timedwait on cygwin.;TS; ; i; I"AFri Nov 7 02:00:12 2008 Shugo Maeda ;T@ o; ;;;[o;;I"'lib/rexml/entity.rb (unnormalized);T;[o;;[I"do not call document.record_entity_expansion if document is nil. see . Thanks, Naohisa Goto.;To;;I" test/rexml/test_document.rb;T;[o;;[I" ditto.;TS; ; i; I"EFri Nov 7 01:24:20 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"tool/make-snapshot;T;[o;;[I"5binary encoding spec is no longer needed in 1.9.;TS; ; i; I"2008-11-06;T@ S; ; i; I"EThu Nov 6 22:21:23 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"+thread.c (rb_thread_stop_timer_thread);T;[o;;[I")terminates timer thread immediately.;TS; ; i; I"IThu Nov 6 21:21:46 2008 Masaki Suketa ;T@ o; ;;;[ o;;I"Vext/win32ole/win32ole.c (fole_s_connect, fole_initialize, folevariant_initialize);T;[o;;[I"Qcheck argument type of WIN32OLE.connect, WIN32OLE.new, WIN32OLE_VARIANT.new.;To;;I"Htest/win32ole/test_win32ole.rb (test_s_new_exc, test_s_connect_exc);T;[o;;[I" ditto.;To;;I";T@ o; ;;;[o;;I"-lib/test/unit.rb (Test::Unit.setup_argv);T;[o;;[I"7now can specify ``-xname'' instead of ``-x name''.;TS; ; i; I"ITue Nov 4 08:00:00 2008 TAKANO Mitsuhiro (takano32) ;T@ o; ;;;[o;;I"*test/zlib/test_zlib.rb(test_readchar);T;[o;;[I"compare in same type.;TS; ; i; I"ETue Nov 4 03:28:31 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"array.c (rb_ary_join);T;[o;;[I">do not repeat self in a recursive array. [ruby-dev:37019];TS; ; i; I"ETue Nov 4 01:56:46 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"1include/ruby/intern.h (rb_mutex_synchronize);T;[o;;[I"fixed prototype.;To;;I"$thread.c (rb_mutex_synchronize);T;[o;;[I"fixed function name.;TS; ; i; I"2008-11-03;T@ S; ; i; I"EMon Nov 3 16:32:54 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"missing.h;T;[o;;[I"3needs RUBY_EXTERN instead of extern for mswin.;TS; ; i; I"DMon Nov 3 13:01:13 2008 Yuki Sonoda (Yugui) ;T@ o; ;;;[o;;I"(array.c (rb_ary_take_first_or_last);T;[o;;[I"/renamed rb_ary_partial more appropriately.;To;;I"(ary_take_pos_flags);T;[o;;[I"Wnew enum. makes the fourth argument of rb_ary_take_first_or_last more descriptive.;To;;I"(rb_ary_partial);T;[o;;[I"krenamed rb_ary_partial0 more appropriately. takes a new parameter klass for what class to instantiate.;TS; ; i; I"DMon Nov 3 13:00:26 2008 Yuki Sonoda (Yugui) ;T@ o; ;;;[o;;I"range.c (rb_range_beg_len);T;[o;;[I"krb_raise takes C values as arguments. [BUG] ranges turned into other value in a message of RangeError.;TS; ; i; I"IMon Nov 3 00:36:44 2008 Masaki Suketa ;T@ o; ;;;[o;;I")test/win32ole/test_win32ole_event.rb;T;[o;;[I"rename test class.;To;;I"2test/win32ole/test_win32ole_variant_outarg.rb;T;[o;;[I"qadd in order to use ADO instead of Internet Explorer. remove test/win32ole/test_win32ole_variant_with_ie.rb.;To;;I" test/win32ole/orig_data.csv;T;[o;;[I" ditto.;TS; ; i; I"2008-11-02;T@ S; ; i; I"ISun Nov 2 23:08:08 2008 Masaki Suketa ;T@ o; ;;;[o;;I"*test/win32ole/test_err_in_callback.rb;T;[o;;[I"add teardown.;TS; ; i; I"ISun Nov 2 22:12:41 2008 Masaki Suketa ;T@ o; ;;;[o;;I"-ext/win32ole/win32ole.c (ole_event_free);T;[o;;[I"Qinvoke IConnectionPoint::Unadvise before invoking IConnectionPoint::Release.;To;;I"rtest/win32ole/test_win32ole_event.rb, test/win32ole/err_in_callback.rb, test/win32ole/test_err_in_callback.rb;T;[o;;[I"AUse ActiveX Data Object Library instead of InternetExplorer.;TS; ; i; I"ISun Nov 2 22:06:55 2008 Masaki Suketa ;T@ o; ;;;[o;;I"win32/Makefile.sub;T;[o;;[I"%add RUNRUBYOPT. [ruby-dev:37009];TS; ; i; I"ESun Nov 2 16:41:52 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I" ext/zlib/zlib.c (Init_zlib);T;[o;;[I"2defines readbyte instead redefining readchar.;TS; ; i; I"2008-11-01;T@ S; ; i; I"ASat Nov 1 07:09:40 2008 Eric Hodel ;T@ o; ;;;[o;;I"gem_prelude.rb;T;[o;;[I"(Don't require rubygems/defaults.rb.;TS; ; i; I"2008-10-31;T@ S; ; i; I"?Fri Oct 31 21:58:50 2008 Kouhei Sutou ;T@ o; ;;;[o;;I"*lib/rss/converter.rb (RSS::Converter);T;[o;;[I"use String#encode.;TS; ; i; I"=Fri Oct 31 21:28:14 2008 Yusuke Endoh ;T@ o; ;;;[o;;I"Rlib/webrick/httpauth/digestauth.rb (WEBrick::HTTPAuth::DigestAuth#initialize);T;[o;;[I"fix typo.;TS; ; i; I"DFri Oct 31 18:51:42 2008 Yuki Sonoda (Yugui) ;T@ o; ;;;[o;;I"2test/ruby/test_array.rb (test_array_subclass);T;[o;;[I"test for r20076.;TS; ; i; I"DFri Oct 31 18:42:19 2008 Yuki Sonoda (Yugui) ;T@ o; ;;;[o;;I"array.c (ary_partial0);T;[o;;[I"}recovers the mistakenly changed feature at r19723. Array#[m,n] had returned an Array even for an instance of a subclass.;TS; ; i; I"GFri Oct 31 12:51:25 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"dir.c (dir_globs);T;[o;;[I"@need taint check. reported by steve ;TS; ; i; I";Fri Oct 31 12:42:45 2008 wanabe ;T@ o; ;;;[o;;I"%array.c (rb_ary_decrement_share);T;[o;;[I"Pfix to work recycling shared-array without the following. [ruby-dev:36991];To;;I"$array.c (ary_make_substitution);T;[o;;[I"&don't recycle substitution array.;TS; ; i; I"DFri Oct 31 12:27:52 2008 Yuki Sonoda (Yugui) ;T@ o; ;;;[o;;I"spec/default.mspec;T;[o;;[I"1supports that the build directory != srcdir.;TS; ; i; I"EFri Oct 31 11:35:38 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"-encoding.c (rb_enc_set_default_internal);T;[o;;[I"Jno alias "internal" if default internal is not set. [ruby-dev:37000];TS; ; i; I"EFri Oct 31 08:16:14 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"ruby.c (process_options);T;[o;;[I"0delays setting safe level. [ruby-dev:36997];TS; ; i; I"2008-10-30;T@ S; ; i; I"=Thu Oct 30 21:32:15 2008 Yusuke Endoh ;T@ o; ;;;[o;;I"!array.c (rb_ary_permutation);T;[o;;[I"hide temporal array.;TS; ; i; I"GThu Oct 30 14:10:46 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"pack.c (pack_pack);T;[o;;[I"|templates a, A, Z should propagate encoding of original strings. templates b, B, h, H brings ASCII-8BIT to the result.;TS; ; i; I"EThu Oct 30 10:34:20 2008 Nobuyoshi Nakada ;T@ o; ;;;[ o;;I"ruby.c (moreswitches);T;[o;;[I"/splits option string and passes arguments.;To;;I"ruby.c (proc_options);T;[o;;[I""checks if allowed in RUBYOPT.;To;;I"ruby.c (process_options);T;[o;;[I"*allows long style options in RUBYOPT.;To;;I" ruby.c (load_file_internal);T;[o;;[I"(ditto in shebang. [ruby-dev:36979];TS; ; i; I"EThu Oct 30 09:31:45 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"$encoding.c (rb_locale_encoding);T;[o;;[I"0makes an alias for locale. [ruby-dev:36976];To;;I"-encoding.c (rb_enc_set_default_external);T;[o;;[I"ditto for external.;To;;I"-encoding.c (rb_enc_set_default_internal);T;[o;;[I"ditto for internal.;TS; ; i; I"GThu Oct 30 03:30:25 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I" ruby.c (load_file_internal);T;[o;;[I"2should not set script encoding to ASCII-8BIT.;To;;I" ruby.c (load_file_internal);T;[o;;[I"Vdo not auto convert scripts even when default_internal is set. [ruby-core:19579];TS; ; i; I"=Thu Oct 30 02:20:33 2008 Yusuke Endoh ;T@ o; ;;;[o;;I"array.c (rb_ary_sort_bang);T;[o;;[I"Vremove SEGV when replacing array with embedded one during sort. [ruby-dev:36983];To;;I")test/ruby/test_array.rb (test_sort!);T;[o;;[I"add tests for above.;TS; ; i; I"=Thu Oct 30 01:44:23 2008 Yusuke Endoh ;T@ o; ;;;[o;;I"test/ruby/test_array.rb;T;[o;;[I"add some tests.;TS; ; i; I"=Thu Oct 30 01:32:15 2008 Yusuke Endoh ;T@ o; ;;;[o;;I"array.c (rb_ary_splice);T;[o;;[I"remove redundant check.;TS; ; i; I"=Thu Oct 30 01:24:55 2008 Yusuke Endoh ;T@ o; ;;;[o;;I"string.c (rb_str_cmp);T;[o;;[I"Yfix condition which always returned true because ENCODING_GET returns unsigned long.;TS; ; i; I"=Thu Oct 30 01:10:32 2008 Yusuke Endoh ;T@ o; ;;;[o;;I"/test/ruby/test_array.rb (test_permutation);T;[o;;[I"7add a test that replaces array during permutation.;TS; ; i; I"2008-10-29;T@ S; ; i; I"GWed Oct 29 23:31:34 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"&string.c (rb_str_check_dummy_enc);T;[o;;[I"*new function to check dummy encoding.;To;;I""string.c (rb_str_upcase_bang);T;[o;;[I"gcase conversion functions should not be applicable to strings in dummy encoding. [ruby-dev:36985];TS; ; i; I"=Wed Oct 29 23:57:29 2008 Yusuke Endoh ;T@ o; ;;;[o;;I"array.c (rb_ary_sort_bang);T;[o;;[I"Lreplacing array during sort broke invariant of array. [ruby-dev:36983];TS; ; i; I"GWed Oct 29 21:06:46 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"io.c (rb_io_rewind);T;[o;;[I"3should reset fptr->readconv if it's available.;To;;I"io.c (more_char);T;[o;;[I"clear readconv at EOF.;To;;I"test/ruby/test_file.rb;T;[o;;[I"4should not read after EOF. use rewind instead.;TS; ; i; I"=Wed Oct 29 20:45:08 2008 Yusuke Endoh ;T@ o; ;;;[o;;I")test/webrick/utils.rb (start_server);T;[o;;[I"+provide a reference to log of webrick.;To;;I"test/webrick/test_httpproxy.rb, test/webrick/test_httpauth.rb, test/webrick/test_cgi.rb, test/webrick/test_httpserver.rb, test/webrick/test_server.rb, test/webrick/test_filehandler.rb;T;[o;;[I"-use webrick log as an assertion message.;TS; ; i; I"EWed Oct 29 16:41:17 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"pack.c (pack_pack);T;[o;;[I"Kset encoding from packing string and UTF-8 for "U". [ruby-core:19590];TS; ; i; I"IWed Oct 29 15:50:00 2008 TAKANO Mitsuhiro (takano32) ;T@ o; ;;;[o;;I"complex.c (imp1, imp2);T;[o;;[I"(should declare type. [BUG] at IA-64;TS; ; i; I"EWed Oct 29 14:36:50 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"common.mk (revision.h);T;[o;;[I"8have to be updated daily or by non-trivial commits.;TS; ; i; I"@Wed Oct 29 13:18:02 2008 Akinori MUSHA ;T@ o; ;;;[o;;I"README, README.ja;T;[o;;[I"$Update the portability section.;TS; ; i; I"@Wed Oct 29 13:02:17 2008 Akinori MUSHA ;T@ o; ;;;[o;;I")configure.in (rb_cv_lib_xpg4_needed);T;[o;;[I"Drop legacy FreeBSD support regarding libxpg4. Those old versions of FreeBSD shipped with the library don't have a working pthread library anyway.;TS; ; i; I"EWed Oct 29 11:50:57 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"configure.in (dln-a-out);T;[o;;[I"Ecannot make shared library nor work with ELF. [ruby-core:19571];TS; ; i; I"BWed Oct 29 11:00:25 2008 NAKAMURA Usaku ;T@ o; ;;;[o;;I" win32/win32.c (rb_w32_open);T;[o;;[I"shouldn't seek here.;To;;I"!win32/win32.c (rb_w32_write);T;[o;;[I";T@ o; ;;;[o;;I" ruby.c (load_file_internal);T;[o;;[I"cache common interned IDs.;TS; ; i; I"AWed Oct 29 00:43:39 2008 Tadayoshi Funaba ;T@ o; ;;;[o;;I"complex.c;T;[o;;[I" uses macro in declarations.;TS; ; i; I"BWed Oct 29 00:26:00 2008 NAKAMURA Usaku ;T@ o; ;;;[o;;I" win32/win32.c (rb_w32_open);T;[o;;[I"Dneed to seek to the end of the file when O_APPEND is specified.;TS; ; i; I"AWed Oct 29 00:08:05 2008 Tadayoshi Funaba ;T@ o; ;;;[o;;I">math.c (rb_math_{atan2,cos,cosh,hypot,log,sin,sinh,sqrt});T;[o;;[I" added.;To;;I"complex.c;T;[o;;[I"follows the above change.;TS; ; i; I"2008-10-28;T@ S; ; i; I"BTue Oct 28 23:29:06 2008 NARUSE, Yui ;T@ o; ;;;[o;;I"+ext/nkf/nkf-utf8/nkf.c (kanji_convert);T;[o;;[I"+output unicode chars. [ruby-dev:36957];To;;I"*ext/nkf/nkf-utf8/nkf.c (numchar_getc);T;[o;;[I"Lincrease buffer size. reported and patched at [ruby-dev:36957] by mame.;TS; ; i; I"DTue Oct 28 23:03:46 2008 Yuki Sonoda (Yugui) ;T@ o; ;;;[o;;I"test/ruby/test_proc.rb;T;[o;;[I"9filled all patterns for testing vm_yield_setup_args.;TS; ; i; I"ATue Oct 28 23:05:35 2008 Tadayoshi Funaba ;T@ o; ;;;[o;;I"complex.c;T;[o;;[I"continues to support canonicalization *unofficially* for an odd library mathn for the time being (only 1.9.x). since grand mathn must be very very special library for us.;To;;I"rational.c;T;[o;;[I" ditto.;To;;I"ext/mathn/*/*;T;[o;;[I"follow the above changes.;TS; ; i; I"=Tue Oct 28 21:31:55 2008 Yusuke Endoh ;T@ o; ;;;[o;;I"parse.y (parser_yylex);T;[o;;[I"check EOF explicitly.;TS; ; i; I"BTue Oct 28 20:59:12 2008 NAKAMURA Usaku ;T@ o; ;;;[o;;I"io.c (extract_binmode);T;[o;;[I"@new function to extract binmode/textmode options from hash.;To;;I"!io.c (rb_io_extract_modeenc);T;[o;;[I"use above function.;To;;I"io.c (rb_io_s_pipe);T;[o;;[I"(recognize binmode/textmode options.;TS; ; i; I"BTue Oct 28 20:15:49 2008 NAKAMURA Usaku ;T@ o; ;;;[o;;I"io.c (make_readconv);T;[o;;[I"&now can specify the size of cbuf.;To;;I"7io.c (read_all, appendline, io_getc, rb_io_ungetc);T;[o;;[I"follow above change.;TS; ; i; I"BTue Oct 28 19:00:51 2008 NAKAMURA Usaku ;T@ o; ;;;[o;;I"%win32/win32.c (rb_w32_pipe_exec);T;[o;;[I"+internal fds should be always binmode.;TS; ; i; I"DTue Oct 28 17:21:18 2008 Yuki Sonoda (Yugui) ;T@ o; ;;;[o;;I"tool/make-snapshot.rb;T;[o;;[I"merged from ruby_1_9_1.;TS; ; i; I"DTue Oct 28 16:56:31 2008 Yuki Sonoda (Yugui) ;T@ o; ;;;[o;;I"gem_prelude.rb;T;[o;;[I"\merged from ruby_1_9_1 branch. considers --program-suffix and prefix configure options.;To;;I"lib/rubygems/defaults.rb;T;[o;;[I" ditto.;To;;I"0test/rubygems/test_gem.rb (@default_dir_re);T;[o;;[I" ditto.;TS; ; i; I"ETue Oct 28 16:13:36 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"tool/make-snapshot;T;[o;;[I"use String#bytesize.;TS; ; i; I"BTue Oct 28 09:51:48 2008 NAKAMURA Usaku ;T@ o; ;;;[o;;I"!bootstraptest/test_thread.rb;T;[o;;[I"-ignore some exceptions. [ruby-dev:36951];TS; ; i; I"BTue Oct 28 09:19:40 2008 NAKAMURA Usaku ;T@ o; ;;;[o;;I"!win32/Makefile.sub (RUNRUBY);T;[o;;[I"Onow ruby requires something from gem_prelude, so need to set library path.;TS; ; i; I"2008-10-27;T@ S; ; i; I"DMon Oct 27 22:29:11 2008 Yuki Sonoda (Yugui) ;T@ o; ;;;[ o;;I"*vm_insnhelper.c (vm_yield_setup_args);T;[o;;[I";supports optional parameters. Fixed [ruby-core:19503].;To;;I"0vm_insnhelper.c (vm_yield_setup_block_args);T;[o;;[I"8a new function. extracted from vm_yield_setup_args.;To;;I"8vm_insnhelper.c (vm_yield_setup_block_args_complex);T;[o;;[I" ditto.;To;;I"test/ruby/test_proc.rb;T;[o;;[I"Aadded tests for arguments on a Proc from Kernel#proc called.;TS; ; i; I"BMon Oct 27 20:03:05 2008 NAKAMURA Usaku ;T@ o; ;;;[o;;I" ext/mathn/complex/complex.c;T;[o;;[I"Wno need to define rb_cComplex because it's already defined at $(srcdir)/complex.c.;To;;I""ext/mathn/rational/rational.c;T;[o;;[I"Yno need to define rb_cRational because it's already defined at $(srcdir)/rational.c.;TS; ; i; I"EMon Oct 27 15:58:25 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"ruby.c (load_file);T;[o;;[I"$preserves $.. [ruby-dev:36937];To;;I"io.c (argf_init);T;[o;;[I";initial value of $. should be 0. see [ruby-dev:36937].;TS; ; i; I"DMon Oct 27 15:38:38 2008 Yuki Sonoda (Yugui) ;T@ o; ;;;[o;;I"Mtest/minitest/test_mini_test.rb (test_assert_raises_triggered_different);T;[o;;[I"the test failed when a file path in the backtrace contains something except [\w\/\.], e.g. hyphen, Japanese characters or backslash.;To;;I"Ltest/minitest/test_mini_test.rb (test_assert_raises_triggered_subclass);T;[o;;[I" ditto.;TS; ; i; I"DMon Oct 27 15:32:08 2008 Yuki Sonoda (Yugui) ;T@ o; ;;;[o;;I"$test/minitest/test_mini_test.rb;T;[o;;[I"Ofixed that r19958 made test-all fail when the ruby was built at $(srcdir).;TS; ; i; I"DMon Oct 27 12:04:58 2008 Yuki Sonoda (Yugui) ;T@ o; ;;;[o;;I"test/ruby/envutil.rb;T;[o;;[I"Ureverted the changeset 19948 because it concealed unexpected behaviours of ruby.;To;;I"test/ruby/test_io.rb;T;[o;;[I" ditto.;TS; ; i; I"EMon Oct 27 12:02:53 2008 Kazuhiro NISHIYAMA ;T@ o; ;;;[o;;I"#ext/nkf/nkf.c (rb_nkf_convert);T;[o;;[I"%should specify type of variable.;TS; ; i; I"DMon Oct 27 11:34:56 2008 Yuki Sonoda (Yugui) ;T@ o; ;;;[o;;I";T@ o; ;;;[o;;I"io.c (read_all);T;[o;;[I"!the 3rd argument maybe Qnil.;TS; ; i; I"=Mon Oct 27 01:29:55 2008 Yusuke Endoh ;T@ o; ;;;[o;;I"test/nkf/test_nkf.rb;T;[o;;[I"%add a test for [ruby-dev:36909].;TS; ; i; I"BMon Oct 27 01:05:48 2008 NARUSE, Yui ;T@ o; ;;;[o;;I"#ext/nkf/nkf.c (rb_nkf_convert);T;[o;;[I"Qavoid GC. reported in [ruby-dev:36909] and patched [ruby-dev:36941] by mame.;TS; ; i; I"2008-10-26;T@ S; ; i; I"=Sun Oct 26 21:28:42 2008 Yusuke Endoh ;T@ o; ;;;[o;;I"test/json/test_json.rb;T;[o;;[I"*remove dependency on permutation gem.;TS; ; i; I"ESun Oct 26 19:18:36 2008 Nobuyoshi Nakada ;T@ o; ;;;[ o;;I"+thread.c (blocking_region_{begin,end});T;[o;;[I"declared as inline.;To;;I"util.c (freedtoa);T;[o;;[I"4used only when MULTIPLE_THREADS is not defined.;To;;I" win32/win32.c (rb_w32_pipe);T;[o;;[I"serial is DWORD.;To;;I"ext/etc/etc.c (sGroup);T;[o;;[I"#getgrent may not be available.;TS; ; i; I"ESun Oct 26 18:11:40 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"$ext/io/wait/{extconf.rb,wait.c};T;[o;;[I"+needs sys/ioctl.h for fcntl on cygwin.;TS; ; i; I"ESun Oct 26 18:18:39 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"gem_prelude.rb;T;[o;;[I"wdisables debug and verbose flags to suppress failure messages. interpolation does not occur inside single quotes.;TS; ; i; I"ESun Oct 26 18:42:21 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"-test/ruby/envutil.rb (assert_in_out_err);T;[o;;[I">disables builtin rubygems to get rid of the interference.;To;;I" test/ruby/test_io.rb (ruby);T;[o;;[I" ditto.;TS; ; i; I"ESun Oct 26 13:30:28 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"io.c (read_all);T;[o;;[I"{use the given buffer to read when needs readconv. based on the patch by wanabe at [ruby-dev:36931].;TS; ; i; I"ASun Oct 26 07:57:35 2008 Eric Hodel ;T@ o; ;;;[o;;I"lib/rubygems*;T;[o;;[I"$Update to RubyGems 1.3.1 r1909.;TS; ; i; I"ESun Oct 26 07:35:56 2008 Ryan Davis ;T@ o; ;;;[o;;I"lib/minitest/unit.rb;T;[o;;[I"#Imported minitest 1.3.0 r4429.;To;;I"test/minitest/*;T;[o;;[I" ditto.;TS; ; i; I"DSun Oct 26 02:16:29 2008 Yuki Sonoda (Yugui) ;T@ o; ;;;[o;;I"configure.in ($MANTYPE);T;[o;;[I"&followed ruby.1, which had moved.;To;;I"instruby.rb (:man);T;[o;;[I" ditto.;To;;I"mdoc2man.rb;T;[o;;[I",fixed for the case Xr with 2 arguments.;TS; ; i; I"DSun Oct 26 01:42:45 2008 Yuki Sonoda (Yugui) ;T@ o; ;;;[o;;I"man/irb.1;T;[o;;[I"new manual page.;TS; ; i; I"DSun Oct 26 00:11:48 2008 Yuki Sonoda (Yugui) ;T@ o; ;;;[o;;I"man/ruby.1;T;[o;;[I".moved into man/. added some descriptions.;To;;I"man/goruby.1;T;[o;;[I"new file.;To;;I"instruby.rb (:man);T;[o;;[I"followed ruby.1.;TS; ; i; I"2008-10-25;T@ S; ; i; I"HSat Oct 25 20:05:22 2008 Narihiro Nakamura ;T@ o; ;;;[o;;I"gc.c (gc_profile_result);T;[o;;[I"(bug fix. The millisecond is 1/1000.;TS; ; i; I"DSat Oct 25 11:12:40 2008 Yuki Sonoda (Yugui) ;T@ o; ;;;[o;;I"ruby.c (usage);T;[o;;[I"*updated the description of -E option.;TS; ; i; I"ISat Oct 25 09:54:10 2008 James Edward Gray II ;T@ o; ;;;[o;;I"lib/csv.rb;T;[o;;[I"Fixed a bug in read_to_char() that would slurp whole files if the encoding was invalid. It will now read up to 10 bytes ahead to find a valid character boundary or give up. [ruby-core:19465];To;;I"Ltest/csv/test_features.rb, test/csv/test_table.rb, test/csv/test_row.rb;T;[o;;[I"mLoosened some tests to check for a compatible? Encoding instead of an exact Encoding. [ruby-core:19470];TS; ; i; I"ASat Oct 25 07:42:49 2008 Eric Hodel ;T@ o; ;;;[o;;I"lib/rdoc*;T;[o;;[I"Update to RDoc 2.2.2 r192.;TS; ; i; I"ESat Oct 25 04:00:31 2008 Nobuyoshi Nakada ;T@ o; ;;;[ o;;I"*enc/us_ascii.c (us_ascii_mbc_enc_len);T;[o;;[I"^made static. a patch by Tadashi Saito at [ruby-dev:36916];To;;I"signal.c (signal_buff);T;[o;;[I"^made static. a patch by Tadashi Saito at [ruby-dev:36915];To;;I"util.c (freedtoa);T;[o;;[I"wmade static to get rid of name clash. a patch by Tadashi Saito at [ruby-dev:36913];To;;I"util.c (ruby_dtoa);T;[o;;[I"added prefix, ditto.;TS; ; i; I"ESat Oct 25 03:43:25 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"parse.y (lambda);T;[o;;[I"?need to adjust lpar_beg for both of the parser and ripper.;TS; ; i; I"GSat Oct 25 01:29:34 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I""ext/mathn/rational/rational.c;T;[o;;[I"Dundef duplicated macro definition first to shut up the warning.;To;;I":ext/mathn/rational/rational.c (rb_rational_new_mathn);T;[o;;[I""specify omitted return value.;TS; ; i; I"ESat Oct 25 00:14:41 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"array.c (rb_ary_sample);T;[o;;[I" fixed sizes and randomness.;TS; ; i; I"2008-10-24;T@ S; ; i; I"DFri Oct 24 23:04:42 2008 Yuki Sonoda (Yugui) ;T@ o; ;;;[ o;;I"configure.in (sitedir);T;[o;;[I"5considers --program-prefix and --program-suffix.;To;;I"(vendordir);T;[o;;[I" ditto.;To;;I"(rubyhdrdir);T;[o;;[I" ditto.;To;;I"'mkconfig.rb (CONFIG["rubylibdir"]);T;[o;;[I" ditto.;To;;I"win32/Makefile.sub;T;[o;;[I" ditto.;To;;I"instruby.rb (:rdoc);T;[o;;[I" ditto.;To;;I"+lib/rdoc/ri/paths.rb (RDoc::RI::Paths);T;[o;;[I" ditto.;TS; ; i; I"=Fri Oct 24 22:59:27 2008 Yusuke Endoh ;T@ o; ;;;[o;;I"*test/ruby/test_array.rb (test_sample);T;[o;;[I"9add tests for size of returned array and randomness.;TS; ; i; I"EFri Oct 24 21:50:21 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"4id.h, template/id.h.tmpl (enum ruby_method_ids);T;[o;;[I"reordered.;TS; ; i; I"EFri Oct 24 21:19:45 2008 Keiju Ishitsuka ;T@ o; ;;;[o;;I"ext/mathn/rational.c;T;[o;;[I"%change several global functions.;TS; ; i; I"GFri Oct 24 21:05:38 2008 Takeyuki FUJIOKA ;T@ o; ;;;[o;;I"lib/cgi/html.rb;T;[o;;[I"allow symbolized key.;To;;I"$test/cgi/test_cgi_tag_helper.rb;T;[o;;[I"add a test.;TS; ; i; I"EFri Oct 24 20:54:53 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"common.mk (exts);T;[o;;[I"2renamed to get rid of the existent directory.;TS; ; i; I"EFri Oct 24 20:45:41 2008 Keiju Ishitsuka ;T@ o; ;;;[o;;I"ext/mathn/rational.c;T;[o;;[I"8change several global functions to static function.;TS; ; i; I"GFri Oct 24 19:57:19 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"string.c (rb_str_dump);T;[o;;[I"Jshould have removed commented out unnecessary code. [ruby-cvs:27131];TS; ; i; I"GFri Oct 24 19:16:36 2008 URABE Shyouhei ;T@ o; ;;;[o;;I" id.h (enum ruby_method_ids);T;[o;;[I"3ISO C forbids comma at end of enumerator list.;TS; ; i; I"EFri Oct 24 18:29:00 2008 Keiju Ishitsuka ;T@ o; ;;;[o;;I"lib/mathn.rb;T;[o;;[I"Nmoved into ext/mathn/rational/rational.c and ext/mathn/complex/complex.c.;To;;I"ext/mathn;T;[o;;[I"new mathn ext-libraries.;TS; ; i; I"GFri Oct 24 18:21:31 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"2test/ruby/test_array.rb (TestArray#test_join);T;[o;;[I"Eshould restore global variable after the test. [ruby-dev:36896];To;;I"0test/ruby/test_hash.rb (TestHash#test_to_s);T;[o;;[I" ditto.;TS; ; i; I"GFri Oct 24 17:43:26 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"parse.y (lambda);T;[o;;[I"Aneed to adjust lpar_beg for ripper as well. [ruby-dev:36702];TS; ; i; I"GFri Oct 24 16:13:12 2008 Takeyuki FUJIOKA ;T@ o; ;;;[o;;I"%lib/cgi/core.rb (read_multipart);T;[o;;[I"change field value as String from StringIO or Tempfile when multipart parse except file field. add files method that can get uploaded files. [ruby-dev:36547];To;;I"#test/cgi/test_cgi_multipart.rb;T;[o;;[I"fix the test for core.rb.;TS; ; i; I"EFri Oct 24 14:22:48 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"common.mk (ext);T;[o;;[I"0split out the target for extension library.;To;;I"common.mk (encs);T;[o;;[I"depends on enc and trans.;TS; ; i; I"EFri Oct 24 10:23:24 2008 Kazuhiro NISHIYAMA ;T@ o; ;;;[o;;I";test/ruby/test_signal.rb (TestSignal#test_exit_action);T;[o;;[I":Thread may terminate before sysread. [ruby-dev:36835];TS; ; i; I"2008-10-23;T@ S; ; i; I"DThu Oct 23 22:06:23 2008 Yuki Sonoda (Yugui) ;T@ o; ;;;[o;;I"distruby.rb;T;[o;;[I"jremoved. "make dist" uses tool/make-snapshot for the 1.9 series. distruby.rb has been no longer used.;TS; ; i; I"GThu Oct 23 17:30:29 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"(class.c (rb_class_instance_methods);T;[o;;[I"#rdoc fixed. [ruby-core:19458];TS; ; i; I"GThu Oct 23 16:19:33 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"'lib/irb/init.rb (IRB.load_modules);T;[o;;[I"catch LoadError explicitly. a patch from Daniel Berger in [ruby-core:19451]. fix [ruby-core:19450];TS; ; i; I"EThu Oct 23 16:16:17 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"/ext/socket/socket.c (sock_s_getservbyport);T;[o;;[I"/check if the port range. [ruby-core:19460];TS; ; i; I"EThu Oct 23 14:08:07 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"/ext/socket/socket.c (sock_s_getservbyname);T;[o;;[I"unuse unnecessary object.;To;;I"/ext/socket/socket.c (sock_s_getservbyport);T;[o;;[I"mthe port should be converted before the proto so that the #to_int of the former cannot alter the latter.;TS; ; i; I"GThu Oct 23 10:55:08 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"string.c (rb_str_dump);T;[o;;[I"1use \u{ff} escape for UTF-8 encoding string.;TS; ; i; I"BThu Oct 23 09:26:22 2008 NAKAMURA Usaku ;T@ o; ;;;[o;;I"/ext/socket/socket.c (sock_s_getservbyport);T;[o;;[I" cast to get rid of warning.;TS; ; i; I"GThu Oct 23 08:06:03 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"/ext/socket/socket.c (sock_s_getservbyport);T;[o;;[I"Wport should be network byte order. a patch from Dave Thomas in [ruby-core:19454].;TS; ; i; I"GThu Oct 23 01:26:25 2008 Yukihiro Matsumoto ;T@ o; ;;;[ o;;I"$string.c (rb_str_conv_enc_opts);T;[o;;[I"@new function to convert with specifying ecflags and ecopts.;To;;I"$ext/zlib/zlib.c (gzfile_newstr);T;[o;;[I"Dspecify ecflags and ecopts for conversion using above function.;To;;I"$ext/zlib/zlib.c (gzfile_newstr);T;[o;;[I"muse own rb_econv_t for dummy encoding to handling stateful encoding (e.g. iso-2022-jp). [ruby-dev:36857];To;;I""ext/zlib/zlib.c (gzfile_getc);T;[o;;[I" ditto.;TS; ; i; I"EThu Oct 23 01:24:49 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I" lib/mkmf.rb (create_tmpsrc);T;[o;;[I"get rid of side effects.;TS; ; i; I"=Thu Oct 23 00:10:01 2008 Koichi Sasada ;T@ o; ;;;[o;;I" cont.c;T;[o;;[I"separate data structure between rb_fiber_t and rb_context_t (rb_fiber_t includes rb_context_t). rb_fiber_t has double linked list of fibers in same threads.;TS; ; i; I"2008-10-22;T@ S; ; i; I"GWed Oct 22 17:25:17 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"io.c (pipe_open);T;[o;;[I"uremove unnecessary flush before fork. a patch from Kazuhiro NISHIYAMA in [ruby-dev:36840].;TS; ; i; I"EWed Oct 22 16:27:57 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"*vm_insnhelper.c (vm_yield_setup_args);T;[o;;[I"Cshould not drop arguments corresponding to default parameters.;TS; ; i; I"GWed Oct 22 14:59:30 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"parse.y (f_larglist);T;[o;;[I"should not allow semicolon separated local variable declarations if formal argument list is not surrounded by parentheses, mostly because semicolon outside of parentheses appears to terminate the expression.;TS; ; i; I"GWed Oct 22 14:52:17 2008 Yukihiro Matsumoto ;T@ o; ;;;[ o;;I",string.c (rb_external_str_new_with_enc);T;[o;;[I".no implicit strlen call. [ruby-dev:36854];To;;I"(string.c (rb_external_str_new_cstr);T;[o;;[I"Inew function to create string from external NUL terminated C string.;To;;I"&string.c (rb_locale_str_new_cstr);T;[o;;[I" ditto.;To;;I"ext/readline/readline.c;T;[o;;[I"&now use rb_locale_str_new_cstr().;To;;I"=test/sdbm/test_sdbm.rb (TestSDBM#test_delete_with_block);T;[o;;[I"=deleted key to the block may be a copy of specified key.;To;;I":test/dbm/test_dbm.rb (TestDBM#test_delete_with_block);T;[o;;[I" ditto.;TS; ; i; I"GWed Oct 22 13:16:47 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"%re.c (unescape_escaped_nonascii);T;[o;;[I"@back out the last change on the function. [ruby-dev:36818];TS; ; i; I"GWed Oct 22 07:09:19 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I")ext/zlib/zlib.c (rb_gzreader_ungetc);T;[o;;[I"$should be able to unget Fixnum.;To;;I"+ext/stringio/stringio.c (strio_ungetc);T;[o;;[I"!should convert unget string.;To;;I".ext/stringio/stringio.c (strio_ungetbyte);T;[o;;[I"new method.;TS; ; i; I"=Wed Oct 22 05:46:25 2008 Koichi Sasada ;T@ o; ;;;[o;;I"include/ruby/vm.h;T;[o;;[I"write a comment.;To;;I"common.mk;T;[o;;[I"Dremove vm.h from any rules. vm.h is not needed on this version.;To;;I"vm_core.h;T;[o;;[I" ditto.;TS; ; i; I"=Wed Oct 22 05:39:39 2008 Koichi Sasada ;T@ o; ;;;[o;;I"parse.y (arg_concat_gen);T;[o;;[I"?concat target node should be NODE_ARRAY. [ruby-core:19413];To;;I"!bootstraptest/test_method.rb;T;[o;;[I"add tests.;TS; ; i; I"IWed Oct 22 00:29:13 2008 Masatoshi SEKI ;T@ o; ;;;[o;;I"3test/rinda/test_rinda.rb (test_core_03_notify);T;[o;;[I"*Fixed test failures [ruby-dev:36837].;TS; ; i; I"GWed Oct 22 00:22:06 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I",string.c (rb_external_str_new_with_enc);T;[o;;[I"+wrong condition to calculate strlen().;To;;I"ext/readline/readline.c;T;[o;;[I"add encoding support.;TS; ; i; I"2008-10-21;T@ S; ; i; I"GTue Oct 21 23:12:24 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"*ext/stringio/stringio.c (strio_write);T;[o;;[I"Ashould convert writing string to the encoding of the buffer.;To;;I"hash.c (rb_any_hash);T;[o;;[I"typo fixed.;To;;I"(ext/zlib/zlib.c (rb_gzwriter_write);T;[o;;[I"8oops, IO string conversion need to be done by to_s.;TS; ; i; I"GTue Oct 21 22:38:58 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"io.c (open_key_args);T;[o;;[I"4should adjust argc, argv in struct foreach_arg.;TS; ; i; I"GTue Oct 21 21:52:00 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"(ext/zlib/zlib.c (rb_gzwriter_write);T;[o;;[I"6conversion should be done using to_str, not to_s.;To;;I"(ext/zlib/zlib.c (rb_gzwriter_write);T;[o;;[I"5need proper conversion according to gz encoding.;To;;I")ext/zlib/zlib.c (rb_gzreader_ungetc);T;[o;;[I"*convert string encoding before unget.;TS; ; i; I"ETue Oct 21 21:33:36 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"-lib/test/unit.rb (assert_nothing_raised);T;[o;;[I"raise with backtrace.;TS; ; i; I";Tue Oct 21 20:12:19 2008 Tanaka Akira ;T@ o; ;;;[o;;I"-lib/test/unit.rb (assert_nothing_raised);T;[o;;[I"set backtrace.;TS; ; i; I"GTue Oct 21 18:17:42 2008 Yukihiro Matsumoto ;T@ o; ;;;[ o;;I"ext/zlib/zlib.c;T;[o;;[I"&remove obsolete prototype macros.;To;;I"$ext/zlib/zlib.c (struct gzfile);T;[o;;[I",add encoding field to gzfile structure.;To;;I"'ext/zlib/zlib.c (rb_gzreader_getc);T;[o;;[I"now works on characters.;To;;I"*ext/zlib/zlib.c (rb_gzreader_getbyte);T;[o;;[I"(new method to retrieve single byte.;To;;I"+ext/zlib/zlib.c (rb_gzreader_readbyte);T;[o;;[I" ditto.;To;;I",ext/zlib/zlib.c (rb_gzreader_each_byte);T;[o;;[I"renamed from each_char;To;;I")ext/zlib/zlib.c (rb_gzreader_ungetc);T;[o;;[I"allow unget strings.;To;;I",ext/zlib/zlib.c (rb_gzreader_ungetbyte);T;[o;;[I"renamed from ungetc.;TS; ; i; I"ATue Oct 21 13:28:42 2008 Shugo Maeda ;T@ o; ;;;[o;;I":io.c, include/ruby/intern.h (rb_io_ascii8bit_binmode);T;[o;;[I"externed.;To;;I"$ext/socket/socket.c (init_sock);T;[o;;[I">use rb_io_ascii8bit_binmode() instead of rb_io_binmode().;TS; ; i; I"DTue Oct 21 13:17:39 2008 Yuki Sonoda (Yugui) ;T@ o; ;;;[o;;I"mdoc2man.rb;T;[o;;[I"moved into tools/.;To;;I"instruby.rb;T;[o;;[I"%followed the change of mdoc2man.;TS; ; i; I"ETue Oct 21 11:34:04 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"8ext/iconv/iconv.c (strip_glibc_option, map_charset);T;[o;;[I"`check if encoding is a string. based on the patch by Hiroshi Moriyama at [ruby-dev:36811].;To;;I"6test/iconv/test_basic.rb (test_invalid_arguments);T;[o;;[I"added tests.;TS; ; i; I"ETue Oct 21 10:40:37 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"!io.c (rb_file_open_internal);T;[o;;[I"*should initialize fmode before using.;TS; ; i; I"ETue Oct 21 08:56:37 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I""regparse.c (parse_char_class);T;[o;;[I"6CCV_SB is only for single byte. [ruby-dev:36786];TS; ; i; I"GTue Oct 21 01:49:55 2008 Yukihiro Matsumoto ;T@ o; ;;;[ o;;I"!io.c (rb_io_extract_modeenc);T;[o;;[I"@plain rb/wb should set ASCII-8BIT to the external_encoding.;To;;I"!io.c (rb_file_open_internal);T;[o;;[I" ditto.;To;;I"io.c (NEED_WRITECONV);T;[o;;[I";T@ o; ;;;[o;;I"#io.c (rb_io_ascii8bit_binmode);T;[o;;[I" renamed from rb_io_binmode.;To;;I"(rb_io_binmode);T;[o;;[I"&don't change encoding conversion.;To;;I"(rb_io_binmode_m);T;[o;;[I""call rb_io_ascii8bit_binmode.;TS; ; i; I"2008-10-20;T@ S; ; i; I"GMon Oct 20 21:19:00 2008 Takeyuki FUJIOKA ;T@ o; ;;;[o;;I"%lib/cgi/core.rb (read_multipart);T;[o;;[I"Efile's encoding is ascii-8bit from file field of multipart form.;TS; ; i; I"GMon Oct 20 20:16:25 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I" ext/zlib/zlib.c (Init_zlib);T;[o;;[I"6add getbyte as an alias to getc. [ruby-dev:36801];TS; ; i; I"GMon Oct 20 17:31:17 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"error.c (exc_equal);T;[o;;[I"5should not compare recursively. [ruby-dev:36796];TS; ; i; I"GMon Oct 20 16:48:43 2008 Yukihiro Matsumoto ;T@ o; ;;;[ o;;I",include/ruby/ruby.h (ExportStringValue);T;[o;;[I"Lnew macro to convert string in internal encoding to external to export.;To;;I"string.c (rb_str_export);T;[o;;[I"8new function to do conversion to external encoding.;To;;I"ext/sdbm/init.c;T;[o;;[I"!encoding conversion support.;To;;I"ext/dbm/dbm.c;T;[o;;[I" ditto.;TS; ; i; I"GMon Oct 20 15:42:02 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"!string.c (rb_locale_str_new);T;[o;;[I"Enew function to convert string from locale to internal encoding.;TS; ; i; I";Mon Oct 20 09:47:13 2008 Tanaka Akira ;T@ o; ;;;[o;;I"test/runner.rb;T;[o;;[I"Zsearch srcdir/test/arg at first to find test/ruby directory when "ruby" is specified.;TS; ; i; I"HMon Oct 20 08:20:01 2008 Hidetoshi NAGAI ;T@ o; ;;;[o;;I"ext/tk/lib/tk.rb;T;[o;;[I"'support Encoding.default_internal.;To;;I"ext/tk/tcltklib.c;T;[o;;[I" ditto.;To;;I"ext/tk/extconf.rb;T;[o;;[I"7improve the strategy for searching Tcl/Tk headers.;TS; ; i; I";Mon Oct 20 00:57:04 2008 Tanaka Akira ;T@ o; ;;;[o;;I"-lib/test/unit.rb (Test::Unit.setup_argv);T;[o;;[I"*call given block for filtering files.;To;;I"test/runner.rb;T;[o;;[I"(search srcdir/test/arg, srcdir/arg.;To;;I"bin/testrb;T;[o;;[I""show usage if no files given.;TS; ; i; I"2008-10-19;T@ S; ; i; I"ESun Oct 19 21:19:16 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"common.mk (srcs);T;[o;;[I"removed ID_H_TARGET.;To;;I"tool/generic_erb.rb;T;[o;;[I"^always overwrites if no if-change option. sends the result to stdout if no output option.;To;;I"template/id.h.tmpl;T;[o;;[I"shows which token differs.;TS; ; i; I"ASun Oct 19 07:37:13 2008 Tadayoshi Funaba ;T@ o; ;;;[o;;I"Elib/cmath.rb (log2,cbrt,frexp,ldexp,hypot,erf,erfc,gamma,lgamma);T;[o;;[I"Bshould be also provided as module function. [ruby-dev:36787];TS; ; i; I"DSun Oct 19 07:25:08 2008 Yuki Sonoda (Yugui) ;T@ o; ;;;[ o;;I";T@ o; ;;;[o;;I"test/csv/*;T;[o;;[I"JRenamed tc_* files to test_* to fit in within Ruby's testing process.;TS; ; i; I";Sun Oct 19 00:15:03 2008 Tanaka Akira ;T@ o; ;;;[o;;I"-lib/test/unit.rb (assert_nothing_thrown);T;[o;;[I"don't intern.;TS; ; i; I"2008-10-18;T@ S; ; i; I"GSat Oct 18 14:40:32 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"numeric.c (num_sadded);T;[o;;[I"lremove newly defined singleton method that should not exist after exception handling. [ruby-dev:36569];TS; ; i; I"GSat Oct 18 14:27:49 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"parse.y (opt_block_arg);T;[o;;[I"Kallow trailing comma after usual arguments. not after block argument.;TS; ; i; I"GSat Oct 18 13:30:53 2008 Yukihiro Matsumoto ;T@ o; ;;;[ o;;I"#string.c (rb_external_str_new);T;[o;;[I"a new function to convert from external encoding to internal encoding. if something went wrong, it returns a string with the external encoding.;To;;I",string.c (rb_external_str_new_with_enc);T;[o;;[I"?same as above besides you can specify the source encoding.;To;;I"ruby.c (ruby_set_argv);T;[o;;[I"use rb_external_str_new();To;;I"#ruby.c (set_arg0, ruby_script);T;[o;;[I" ditto.;TS; ; i; I"GSat Oct 18 04:08:18 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"*lib/tempfile.rb (Tempfile#initialize);T;[o;;[I"Jnow Tempfile.new takes keyword arguments to open(). [ruby-dev:36756];TS; ; i; I";Sat Oct 18 13:40:27 2008 Tanaka Akira ;T@ o; ;;;[o;;I"-lib/test/unit.rb (assert_nothing_thrown);T;[o;;[I"implemented.;TS; ; i; I"FSat Oct 18 01:33:22 2008 WATANABE Hirofumi ;T@ o; ;;;[o;;I"common.mk;T;[o;;[I"*use added options for generic_erb.rb.;TS; ; i; I";Sat Oct 18 00:47:51 2008 wanabe ;T@ o; ;;;[o;;I" array.c;T;[o;;[I",don't recycle shared-array while sort!.;TS; ; i; I"2008-10-17;T@ S; ; i; I";Fri Oct 17 22:04:38 2008 wanabe ;T@ o; ;;;[o;;I" array.c;T;[o;;[I"3recycle shared-array when it isn't referenced.;TS; ; i; I"GFri Oct 17 20:29:26 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"re.c (rb_reg_initialize_m);T;[o;;[I"lspecify ARG_ENCODING_NONE instead of ARG_ENCODING_FIXED for Regexp.new("", nil, "n"). [ruby-dev:36761];To;;I":test/ruby/test_regexp.rb (TestRegexp#test_initialize);T;[o;;[I"test updated.;TS; ; i; I"EFri Oct 17 19:46:20 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"&tool/ifchange, win32/ifchange.bat;T;[o;;[I"--timestamp option added.;To;;I"tool/generic_erb.rb;T;[o;;[I"9--timestamp, --output and --if-change options added.;TS; ; i; I"DFri Oct 17 18:33:12 2008 Yuki Sonoda (Yugui) ;T@ o; ;;;[o;;I"array.c (ary_resize_capa);T;[o;;[I"renamed RESIZE_CAPA.;TS; ; i; I"GFri Oct 17 18:16:51 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"Mtest/bigdecimal/test_bigdecimal.rb (TestBigDecimal#test_sqrt_bigdecimal);T;[o;;[I"^test updated. a patch from TAKANO Mitsuhiro in [ruby-dev:36736].;TS; ; i; I"EFri Oct 17 18:14:57 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"configure.in (uncommon.mk);T;[o;;[I"!ignores failures at loading.;To;;I"Btest/rubygems/gemutilities.rb (RubyGemTestCase#build_rake_in);T;[o;;[I".get rid of interference with other tests.;TS; ; i; I"GFri Oct 17 18:06:39 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"!transcode.c (str_transcode0);T;[o;;[I"hString#encode without argument now behave as if :undef => :replace, :invalid => :replace specified.;To;;I"(transcode.c (rb_econv_prepare_opts);T;[o;;[I")should preserve options in any case.;TS; ; i; I"AFri Oct 17 11:48:18 2008 Shugo Maeda ;T@ o; ;;;[o;;I"$ext/socket/socket.c (init_sock);T;[o;;[I"sockets should be binmode.;To;;I",test/socket/test_tcp.rb (test_encoding);T;[o;;[I" ditto.;TS; ; i; I"BFri Oct 17 10:26:13 2008 NAKAMURA Usaku ;T@ o; ;;;[o;;I"tool/insns2vm.rb;T;[o;;[I"jremove -Kn option in shebang line because it's inconsistent with -Ks commandline option in common.mk.;TS; ; i; I";Fri Oct 17 01:26:09 2008 Tanaka Akira ;T@ o; ;;;[o;;I")transcode.c (transcode_restartable0);T;[o;;[I"+in_pos and out_pos never be NULL, now.;TS; ; i; I"=Fri Oct 17 00:39:19 2008 Yusuke Endoh ;T@ o; ;;;[o;;I"lib/test/unit.rb;T;[o;;[I"'sort the order of executing tests.;TS; ; i; I";Fri Oct 17 00:24:15 2008 Tanaka Akira ;T@ o; ;;;[o;;I"io.c (rb_io_binmode);T;[o;;[I"reset encoding conversion.;TS; ; i; I"=Fri Oct 17 00:16:08 2008 Yusuke Endoh ;T@ o; ;;;[o;;I"?io.c (rb_getc, rb_io_fread, rb_io_fwrite, rb_read_pending);T;[o;;[I"Eremove deprecated functions which do not work. [ruby-dev:36697];TS; ; i; I"2008-10-16;T@ S; ; i; I";Thu Oct 16 23:48:34 2008 Tanaka Akira ;T@ o; ;;;[o;;I"common.mk (TESTS);T;[o;;[I",removed to re-enable test for minitest.;TS; ; i; I"=Thu Oct 16 23:37:11 2008 Yusuke Endoh ;T@ o; ;;;[o;;I""compile.c (iseq_set_sequence);T;[o;;[I"fix memory leak.;TS; ; i; I";Thu Oct 16 23:27:27 2008 Tanaka Akira ;T@ o; ;;;[o;;I"$lib/test/unit.rb (assert_equal);T;[o;;[I"2avoid incompatible character encodings error.;TS; ; i; I";Thu Oct 16 23:23:27 2008 Tanaka Akira ;T@ o; ;;;[o;;I"$lib/test/unit.rb (assert_equal);T;[o;;[I"failure message changed.;TS; ; i; I";Thu Oct 16 22:52:54 2008 Tanaka Akira ;T@ o; ;;;[ o;;I"lib/test/unit;T;[o;;[I"removed test/unit.;To;;I"lib/test/unit.rb;T;[o;;[I",new compatibility layer using minitest.;To;;I"bin/testrb;T;[o;;[I"use above.;To;;I"test/runner.rb;T;[o;;[I" ditto.;TS; ; i; I"EThu Oct 16 14:34:16 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"'common.mk, enc/depend (enc, trans);T;[o;;[I"targets for sources.;TS; ; i; I"EThu Oct 16 14:30:30 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"instruby.rb (lib);T;[o;;[I".installs all files other than README etc.;TS; ; i; I"GThu Oct 16 09:48:03 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"re.c (rb_reg_initialize_m);T;[o;;[I"_changed the message to clarify the third option argument is now ignored. [ruby-dev:36753];TS; ; i; I"GThu Oct 16 08:14:39 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"ruby.c (proc_options);T;[o;;[I"8no warning when default_external already set by -E.;To;;I"Atest/ruby/test_rubyoptions.rb (TestRubyOptions#test_rubyopt);T;[o;;[I",put -K after -E to set script encoding.;TS; ; i; I"GThu Oct 16 06:20:36 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I";T@ o; ;;;[o;;I".gdbinit (rp);T;[o;;[I"REGEXP handling fixed.;To;;I"string.c (rb_str_rindex_m);T;[o;;[I"-need not to call rb_enc_check on regexp.;To;;I"%re.c (unescape_escaped_nonascii);T;[o;;[I"0try ASCII-8BIT encoding for broken strings.;TS; ; i; I"GWed Oct 15 23:11:10 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"$lib/delegate.rb (DelegateClass);T;[o;;[I"Grestored 1.8 behavior for DelegateClass as well. [ruby-dev:36739];TS; ; i; I"BWed Oct 15 22:19:14 2008 NAKAMURA Usaku ;T@ o; ;;;[o;;I"array.c (RESIZE_CAPA);T;[o;;[I"/check whether len is longer than capacity.;To;;I""array.c (rb_ary_compact_bang);T;[o;;[I"@resize ary before changing capacity. fixed [ruby-dev:36704];TS; ; i; I"BWed Oct 15 16:57:30 2008 NAKAMURA Usaku ;T@ o; ;;;[o;;I"!version.h (RUBY_DESCRIPTION);T;[o;;[I"remove unnecessary space.;TS; ; i; I"2008-10-14;T@ S; ; i; I"GTue Oct 14 23:18:15 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I" lib/delegate.rb (Delegator);T;[o;;[I";T@ o; ;;;[o;;I"common.mk (TESTS);T;[o;;[I"Cskips minitest by default, since it interferes with test/unit.;TS; ; i; I"ITue Oct 14 21:36:29 2008 Masaki Suketa ;T@ o; ;;;[o;;I"6ext/win32ole/win32ole.c (load_conv_function51932);T;[o;;[I"Echeck having IMultiLanguage2 or IMultiLanguage. [ruby-dev:36716];To;;I"ext/win32ole/extconf.rb;T;[o;;[I" ditto.;TS; ; i; I"ETue Oct 14 20:45:29 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"io.c (Init_IO);T;[o;;[I":$FILENAME and $* must be read-only. [ruby-dev:36698];To;;I".variable.c (*_getter, *_setter, *_marker);T;[o;;[I"made public.;To;;I";include/ruby/ruby.h (rb_gvar_*_{getter,setter,marker});T;[o;;[I"declared.;TS; ; i; I";Tue Oct 14 20:32:09 2008 Tanaka Akira ;T@ o; ;;;[o;;I">enc/trans/single_byte.trans (transcode_tblgen_singlebyte);T;[o;;[I"+renamed from transcode_tblgen_windows.;To;;I"(transcode_tblgen_iso8859);T;[o;;[I"%use transcode_tblgen_singlebyte.;TS; ; i; I"GTue Oct 14 19:32:14 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"ruby.c (process_options);T;[o;;[I"L-U should be allowed in RUBYOPT environment variable. [ruby-dev:36720];TS; ; i; I"ETue Oct 14 14:11:17 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"ruby.c (proc_options);T;[o;;[I")-U can be followed by other options.;TS; ; i; I"ETue Oct 14 12:22:32 2008 Kazuhiro NISHIYAMA ;T@ o; ;;;[o;;I";T@ o; ;;;[o;;I"!transcode.c (str_transcode0);T;[o;;[I"Pshould not raise error when default_internal is not set. [ruby-core:19309];TS; ; i; I"ETue Oct 14 11:14:26 2008 Kazuhiro NISHIYAMA ;T@ o; ;;;[o;;I"lib/net/pop.rb;T;[o;;[I"Gcheck for invalid APOP timestamp. (CVE-2007-1558) [ruby-dev:36631];To;;I"test/net/pop/test_pop.rb;T;[o;;[I" ditto.;TS; ; i; I"GTue Oct 14 09:39:32 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"(ruby.c (set_internal_encoding_once);T;[o;;[I"Ocheck double contradicted specification of the encoding from command line.;To;;I"(ruby.c (set_external_encoding_once);T;[o;;[I" ditto.;TS; ; i; I"GTue Oct 14 08:28:31 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"parse.y (parser_yylex);T;[o;;[I"0allow reserved word to be keyword argument.;TS; ; i; I"2008-10-13;T@ S; ; i; I"BMon Oct 13 19:07:52 2008 NARUSE, Yui ;T@ o; ;;;[o;;I"parse.y (token_info_pop);T;[o;;[I"+show source filename. [ruby-dev:36710];TS; ; i; I"IMon Oct 13 08:59:08 2008 Masaki Suketa ;T@ o; ;;;[o;;I"6ext/win32ole/win32ole.c (load_conv_function51932);T;[o;;[I";T@ o; ;;;[o;;I"ruby.c (proc_options);T;[o;;[I"Eadd -U command line option to specify utf-8 as default_internal.;TS; ; i; I"GMon Oct 13 07:42:57 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"!transcode.c (str_transcode0);T;[o;;[I"~String#encode() with no encoding specified transcode the string into Encoding.default_internal. inspired by [ruby-core:19298].;TS; ; i; I"2008-10-12;T@ S; ; i; I"ISun Oct 12 18:00:18 2008 Masaki Suketa ;T@ o; ;;;[o;;I"cext/win32ole/win32ole.c (set_ole_codepage, ole_cp2encoding, ole_wc2mb, ole_vstr2wc, ole_mb2wc);T;[o;;[I"$support CP51932 (only mswin32).;To;;I"#test/win32ole/test_win32ole.rb;T;[o;;[I" ditto.;TS; ; i; I"=Sun Oct 12 12:03:38 2008 Koichi Sasada ;T@ o; ;;;[o;;I"3vm.c, vm_insnhelper.h (ruby_vm_redefined_flag);T;[o;;[I"Japply optimization patch proposed by Paul Brannan. [ruby-core:19171];TS; ; i; I"ESun Oct 12 09:46:36 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"strftime.c (rb_strftime);T;[o;;[I"#suppressed warnings on cygwin.;TS; ; i; I"2008-10-11;T@ S; ; i; I"ESat Oct 11 19:49:35 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"parse.y (parser_prepare);T;[o;;[I"!use utf-8 encoding directly.;TS; ; i; I"ESat Oct 11 10:20:17 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"lib/mkmf.rb (CLEANINGS);T;[o;;[I"Luses escaped form tabs to preventing the confusion. [ruby-talk:317345];TS; ; i; I"ESat Oct 11 08:51:13 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"@lib/rake.rb (Rake::Application#standard_exception_handling);T;[o;;[I"premoved unnecessary SystemExit, and exits with false instead of system dependent value. [ruby-talk:317330];TS; ; i; I"=Sat Oct 11 03:54:05 2008 Koichi Sasada ;T@ o; ;;;[o;;I" parse.y;T;[o;;[I"6optimize 'for' statement when one variable given.;To;;I"benchmark/bm_loop_for.rb;T;[o;;[I" added.;To;;I"benchmark/bm_loop_times.rb;T;[o;;[I"modified.;TS; ; i; I"ISat Oct 11 12:09:05 2008 James Edward Gray II ;T@ o; ;;;[o;;I"lib/csv/csv.rb;T;[o;;[I"2Added support for Encoding::default_internal.;To;;I"lib/csv/csv.rb;T;[o;;[I"!Switched to new Hash syntax.;TS; ; i; I"2008-10-10;T@ S; ; i; I"EFri Oct 10 22:16:55 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"parse.y (comment_at_top);T;[o;;[I"needed for ripper too.;TS; ; i; I"EFri Oct 10 22:07:05 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"include/ruby.h;T;[o;;[I"3updated macros for headers. [ruby-core:19275];TS; ; i; I"EFri Oct 10 19:21:50 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"%parse.y (magic_comment_encoding);T;[o;;[I"warns when ignored.;To;;I"#parse.y (parser_magic_comment);T;[o;;[I"replaces '-' with '_'.;To;;I"parse.y (parser_yylex);T;[o;;[I"Aallows magic comments indented and the second line or later.;TS; ; i; I"BFri Oct 10 17:26:50 2008 NARUSE, Yui ;T@ o; ;;;[o;;I"5ext/json/ext/parser/parser.c (JSON_parse_string);T;[o;;[I"associate encoding.;TS; ; i; I"EFri Oct 10 10:18:21 2008 Ryan Davis ;T@ o; ;;;[o;;I"lib/test/*;T;[o;;[I" reverted back to test/unit.;To;;I"test/test/*;T;[o;;[I" ditto;To;;I"lib/minitest/*;T;[o;;[I"#Imported minitest 1.3.0 r4333.;TS; ; i; I"EFri Oct 10 03:41:31 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"sprintf.c (rb_str_format);T;[o;;[I"9check if codepoint for %c is valid. [ruby-dev:36691];TS; ; i; I"EFri Oct 10 01:55:48 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"encoding.c (enc_names);T;[o;;[I"minor improvement.;TS; ; i; I"EFri Oct 10 00:21:39 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"2lib/optparse.rb (ParseError.filter_backtrace);T;[o;;[I" removes internal backtrace.;TS; ; i; I"=Fri Oct 10 00:11:16 2008 Yusuke Endoh ;T@ o; ;;;[o;;I")transcode.c (rb_econv_add_converter);T;[o;;[I"#remove unnecessary NULL check.;TS; ; i; I"2008-10-09;T@ S; ; i; I"EThu Oct 9 23:53:23 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"+misc/ruby-style.el (ruby-style-c-mode);T;[o;;[I"#buffer may not have file name.;TS; ; i; I"=Thu Oct 9 23:30:47 2008 Yusuke Endoh ;T@ o; ;;;[o;;I"process.c (run_exec_dup2);T;[o;;[I"fix resource leak.;TS; ; i; I"=Thu Oct 9 23:19:02 2008 Yusuke Endoh ;T@ o; ;;;[o;;I"$process.c (rb_run_exec_options);T;[o;;[I"fix resource leak.;TS; ; i; I"=Thu Oct 9 22:13:58 2008 Yusuke Endoh ;T@ o; ;;;[o;;I":test/ruby/test_module.rb (test_remove_class_variable);T;[o;;[I"0add a test for Class#remove_class_variable.;To;;I"=test/ruby/test_object.rb (test_remove_instance_variable);T;[o;;[I"4add a test for Object#remove_instance_variable.;TS; ; i; I"=Thu Oct 9 22:04:38 2008 Yusuke Endoh ;T@ o; ;;;[o;;I"$variable.c (rb_mod_remove_cvar);T;[o;;[I"fix r19711.;TS; ; i; I"=Thu Oct 9 21:17:50 2008 Yusuke Endoh ;T@ o; ;;;[o;;I"&ext/syck/syck.c (syck_lookup_sym);T;[o;;[I"+remove reading uninitialized variable.;TS; ; i; I"BThu Oct 9 16:34:15 2008 NARUSE, Yui ;T@ o; ;;;[o;;I"&ext/json/ext/generator/extconf.rb;T;[o;;[I"fix target.;To;;I"#ext/json/ext/parser/extconf.rb;T;[o;;[I" ditto.;TS; ; i; I"DThu Oct 9 14:37:59 2008 Yuki Sonoda (Yugui) ;T@ o; ;;;[ o;;I"include/ruby/ruby.h;T;[o;;[I"Sembeds the elements of an array into its struct RArray for # of elements <= 3.;To;;I" array.c;T;[o;;[I" ditto.;To;;I"gc.c (gc_mark_children);T;[o;;[I"+following the change of struct RArray.;To;;I"$ext/tk/tcltklib.c (ip_ruby_cmp);T;[o;;[I" ditto.;To;;I"parse.y (coverage);T;[o;;[I" ditto.;To;;I"proc.c (curry);T;[o;;[I" ditto.;To;;I" .gdbinit;T;[o;;[I" ditto.;TS; ; i; I"BThu Oct 9 11:29:33 2008 NARUSE, Yui ;T@ o; ;;;[o;;I"encoding.c (Init_Encoding);T;[o;;[I"Jnew instance method Encoding#names, returns its name and alias names.;To;;I"encoding.c (enc_names);T;[o;;[I" defined for Encoding#names.;To;;I"encoding.c (enc_names_i);T;[o;;[I"defined for enc_names.;TS; ; i; I"GThu Oct 9 08:47:38 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"$thread.c (rb_thread_wait_fd_rw);T;[o;;[I"[should not block by select if there's only one thread living. fixed [ruby-dev:36646].;TS; ; i; I"2008-10-08;T@ S; ; i; I"IWed Oct 8 20:59:52 2008 Masaki Suketa ;T@ o; ;;;[o;;I"*ext/win32ole/win32ole.c (ole_init_cp);T;[o;;[I"ginitialize WIN32OLE.codepage according to Encoding.default_internal and Encoding.default_external.;TS; ; i; I"BWed Oct 8 17:02:21 2008 NARUSE, Yui ;T@ o; ;;;[o;;I"7ext/json/lib/json/pure/generator.rb (utf8_to_json);T;[o;;[I"-process each unpacked Unicode character.;TS; ; i; I"BWed Oct 8 15:00:22 2008 NARUSE, Yui ;T@ o; ;;;[o;;I"Gext/json/lib/json/pure/parser.rb (JSON::Pure::Parser#parse_string);T;[o;;[I"force_encoding("UTF-8").;TS; ; i; I"BWed Oct 8 11:56:15 2008 NARUSE, Yui ;T@ o; ;;;[o;;I" lib/test/unit/assertions.rb;T;[o;;[I"assert_nothing_thrown, assert_raise, assert_not_equal, assert_no_match, assert_not_nil, assert_not_same are coming back as alias.;TS; ; i; I"EWed Oct 8 11:18:12 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"0variable.c (autoload_delete, autoload_file);T;[o;;[I"hshould not delete autoload table, since it may be shared with duplicated modules. [ruby-core:19181];TS; ; i; I"GWed Oct 8 02:38:28 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I".encoding.c (rb_default_internal_encoding);T;[o;;[I"Ymerged a patch from Michael Selig in [ruby-core:18985].;To;;I"!io.c (rb_io_ext_int_to_encs);T;[o;;[I" ditto.;To;;I"ruby.c (proc_options);T;[o;;[I"4support default internal encoding in -E option.;TS; ; i; I"AWed Oct 8 00:03:39 2008 Tadayoshi Funaba ;T@ o; ;;;[o;;I"lib/date.rb (today,now);T;[o;;[I"5should produce own instances. [ruby-talk:317020];TS; ; i; I"2008-10-07;T@ S; ; i; I"BTue Oct 7 16:43:51 2008 NARUSE, Yui ;T@ o; ;;;[o;;I"7ext/json/lib/json/pure/generator.rb (utf8_to_json);T;[o;;[I" force_encoding before gsub.;TS; ; i; I"BTue Oct 7 16:35:41 2008 NARUSE, Yui ;T@ o; ;;;[o;;I"7ext/json/lib/json/pure/generator.rb (utf8_to_json);T;[o;;[I"+downcase the result of Unicode escape.;TS; ; i; I"2008-10-06;T@ S; ; i; I"GMon Oct 6 16:44:52 2008 Takeyuki FUJIOKA ;T@ o; ;;;[o;;I" .;To;;I"#test/cgi/test_cgi_multipart.rb;T;[o;;[I"temporary comment in.;TS; ; i; I"EMon Oct 6 15:22:08 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"gc.c (gc_mark_children);T;[o;;[I"ignores T_ZOMBIE.;TS; ; i; I"GMon Oct 6 12:45:20 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I":test/ruby/test_module.rb (TestModule#_wrap_assertion);T;[o;;[I",add definition. is this really needed?;To;;I"=test/ruby/test_module.rb (TestModule#test_mod_constants);T;[o;;[I"2should not depend on global Module constants.;TS; ; i; I"GMon Oct 6 12:38:36 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"Ilib/test/unit/assertions.rb (Test::Assertions#assert_nothing_raised);T;[o;;[I"+should take optional message argument.;TS; ; i; I"GMon Oct 6 12:18:23 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"!string.c (rb_str_comparable);T;[o;;[I">string comparison should be transitive. [ruby-dev:36484];To;;I";test/ruby/test_m17n_comb.rb (TestM17NComb#test_str_eq);T;[o;;[I"test updated.;TS; ; i; I"GMon Oct 6 09:00:58 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I">test/bigdecimal/test_bigdecimal.rb (test_sqrt_bigdecimal);T;[o;;[I"^test updated. a patch from TAKANO Mitsuhiro in [ruby-dev:36669].;TS; ; i; I"2008-10-05;T@ S; ; i; I"ESun Oct 5 23:34:28 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"lib/mkmf.rb ($config_h);T;[o;;[I"*now always defines for old libraries.;TS; ; i; I"ESun Oct 5 23:06:55 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"!vm_method.c (rb_mod_modfunc);T;[o;;[I"Qmethod undefined in included module may not have nd_body. [ruby-core:18738];TS; ; i; I"ASun Oct 5 21:28:58 2008 Tadayoshi Funaba ;T@ o; ;;;[o;;I"lib/rational.rb;T;[o;;[I"#resolved conflicts of aliases.;To;;I"lib/mathn.rb;T;[o;;[I"avoided some warnings.;TS; ; i; I";Sun Oct 5 18:51:50 2008 Tanaka Akira ;T@ o; ;;;[o;;I"lib/open-uri.rb;T;[o;;[I"5remove debug code introduced by previous change.;TS; ; i; I"BSun Oct 5 17:49:35 2008 NARUSE, Yui ;T@ o; ;;;[o;;I"'lib/open-uri.rb (OpenURI.open_uri);T;[o;;[I"set encoding to strio.;TS; ; i; I"BSun Oct 5 17:39:21 2008 NARUSE, Yui ;T@ o; ;;;[o;;I"1ext/stringio/stringio.c (strio_set_encoding);T;[o;;[I"'defined for StringIO#set_encoding.;TS; ; i; I"BSun Oct 5 11:24:42 2008 NARUSE, Yui ;T@ o; ;;;[o;;I" eval.c;T;[o;;[I"%come back definition of environ.;TS; ; i; I"BSun Oct 5 09:19:49 2008 NARUSE, Yui ;T@ o; ;;;[o;;I"ext/nkf/nkf-utf8/utf8tbl.c;T;[o;;[I"update table.;TS; ; i; I"2008-10-04;T@ S; ; i; I"DSat Oct 4 22:50:14 2008 Yuki Sonoda (Yugui) ;T@ o; ;;;[o;;I" dln.c;T;[o;;[I"!Ruby no longer supports VMS.;To;;I" error.c;T;[o;;[I" ditto.;To;;I" eval.c;T;[o;;[I" ditto.;To;;I"eval_intern.h;T;[o;;[I" ditto.;To;;I"include/ruby/defines.h;T;[o;;[I" ditto.;To;;I"include/ruby/ruby.h;T;[o;;[I" ditto.;To;;I" io.c;T;[o;;[I" ditto.;To;;I"process.c;T;[o;;[I" ditto.;To;;I" ruby.c;T;[o;;[I" ditto.;To;;I"vms/config.h;T;[o;;[I" removed.;To;;I"vms/vms.h;T;[o;;[I" ditto.;To;;I"vms/vmsruby_private.c;T;[o;;[I" ditto.;To;;I"vms/vmsruby_private.h;T;[o;;[I" ditto.;TS; ; i; I"DSat Oct 4 22:44:23 2008 Yuki Sonoda (Yugui) ;T@ o; ;;;[o;;I" dln.c;T;[o;;[I"(Ruby no longer supports Windows CE.;To;;I" eval.c;T;[o;;[I" ditto.;To;;I"include/ruby/defines.h;T;[o;;[I" ditto.;To;;I"include/ruby/win32.h;T;[o;;[I" ditto.;To;;I" ruby.c;T;[o;;[I" ditto.;To;;I"strftime.c;T;[o;;[I" ditto.;To;;I"win32/Makefile.sub;T;[o;;[I" ditto.;To;;I"win32/win32.c;T;[o;;[I" ditto.;To;;I"ext/tk/extconf.rb;T;[o;;[I" ditto.;To;;I"lib/fileutils.rb;T;[o;;[I" ditto.;To;;I"%test/fileutils/test_fileutils.rb;T;[o;;[I" ditto.;To;;I" wince/*;T;[o;;[I" removed.;TS; ; i; I"DSat Oct 4 22:35:06 2008 Yuki Sonoda (Yugui) ;T@ o; ;;;[o;;I" dln.c;T;[o;;[I"/Ruby no longer supports MacOS 9 or before.;To;;I" eval.c;T;[o;;[I" ditto.;To;;I"eval_intern.h;T;[o;;[I" ditto.;To;;I"ext/extmk.rb;T;[o;;[I" ditto.;To;;I",ext/tk/sample/tkextlib/treectrl/demo.rb;T;[o;;[I" ditto.;To;;I"ext/tk/stubs.c;T;[o;;[I" ditto.;To;;I" file.c;T;[o;;[I" ditto.;To;;I" hash.c;T;[o;;[I" ditto.;To;;I"include/ruby/defines.h;T;[o;;[I" ditto.;To;;I" ruby.c;T;[o;;[I" ditto.;To;;I" signal.c;T;[o;;[I" ditto.;To;;I"vm_core.h;T;[o;;[I" ditto.;TS; ; i; I"DSat Oct 4 22:30:28 2008 Yuki Sonoda (Yugui) ;T@ o; ;;;[o;;I" dln.c;T;[o;;[I"$Ruby no longer supports MS-DOS.;To;;I"ext/sdbm/_sdbm.c;T;[o;;[I" ditto.;To;;I"ext/sdbm/sdbm.h;T;[o;;[I" ditto.;To;;I" gc.c;T;[o;;[I" ditto.;To;;I" hash.c;T;[o;;[I" ditto.;To;;I"include/ruby/defines.h;T;[o;;[I" ditto.;To;;I"include/ruby/util.h;T;[o;;[I" ditto.;To;;I" io.c;T;[o;;[I" ditto.;To;;I"process.c;T;[o;;[I" ditto.;To;;I" ruby.c;T;[o;;[I" ditto.;To;;I"strftime.c;T;[o;;[I" ditto.;To;;I" util.c;T;[o;;[I" ditto.;TS; ; i; I"DSat Oct 4 22:14:15 2008 Yuki Sonoda (Yugui) ;T@ o; ;;;[o;;I"djgpp/GNUmakefile.in;T;[o;;[I",removed. Ruby no longer supports djgpp.;To;;I"djgpp/README.djgpp;T;[o;;[I" ditto.;To;;I"djgpp/config.hin;T;[o;;[I" ditto.;To;;I"djgpp/config.sed;T;[o;;[I" ditto.;To;;I"djgpp/configure.bat;T;[o;;[I" ditto.;To;;I"djgpp/mkver.sed;T;[o;;[I" ditto.;To;;I"ext/Setup.dj;T;[o;;[I" ditto.;To;;I" dln.c;T;[o;;[I"removed djgpp supports.;To;;I" file.c;T;[o;;[I" ditto.;To;;I" gc.c;T;[o;;[I" ditto.;To;;I" io.c;T;[o;;[I" ditto.;To;;I"process.c;T;[o;;[I" ditto.;To;;I" ruby.c;T;[o;;[I" ditto.;To;;I" signal.c;T;[o;;[I" ditto.;To;;I" util.c;T;[o;;[I" ditto.;To;;I"vm_core.h;T;[o;;[I" ditto.;To;;I"lib/fileutils.rb;T;[o;;[I" ditto.;To;;I"lib/mkmf.rb;T;[o;;[I" ditto.;To;;I"ext/socket/socket.c;T;[o;;[I" ditto.;To;;I"%test/fileutils/test_fileutils.rb;T;[o;;[I" ditto.;To;;I"test/ruby/test_env.rb;T;[o;;[I" ditto.;To;;I"test/ruby/test_path.rb;T;[o;;[I" ditto.;TS; ; i; I"DSat Oct 4 21:59:39 2008 Yuki Sonoda (Yugui) ;T@ o; ;;;[o;;I"x68/_dtos18.c;T;[o;;[I"/removed. Ruby no longer supports human68k.;To;;I"x68/_round.c;T;[o;;[I" ditto.;To;;I"x68/fconvert.c;T;[o;;[I" ditto.;To;;I"x68/select.c;T;[o;;[I" ditto.;To;;I"ext/Setup.x68;T;[o;;[I" ditto.;To;;I"missing/x68.c;T;[o;;[I" ditto.;To;;I"dln.c (dln_find_exe_r);T;[o;;[I"removed human68k supports.;To;;I"(dln_find_1);T;[o;;[I" ditto.;To;;I"lib/mkmf.rb;T;[o;;[I" ditto.;To;;I"ext/extmk.rb (Init_ext);T;[o;;[I" ditto.;To;;I"$ext/socket/socket.c (init_sock);T;[o;;[I" ditto.;To;;I"gc.c (GC_MALLOC_LIMIT);T;[o;;[I" ditto.;To;;I"(rb_setjmp, rb_jmpbuf);T;[o;;[I" ditto.;To;;I"#(mark_current_machine_context);T;[o;;[I" ditto.;To;;I"&include/ruby/defines.h (PATH_ENV);T;[o;;[I" ditto.;To;;I" io.c;T;[o;;[I" ditto.;To;;I"process.c;T;[o;;[I" ditto.;To;;I" ruby.c;T;[o;;[I" ditto.;To;;I"test/ruby/test_env.rb;T;[o;;[I" ditto.;To;;I"test/ruby/test_path.rb;T;[o;;[I" ditto.;To;;0;[o;;[0S; ; i; I"ASat Oct 4 19:02:36 2008 Tadayoshi Funaba ;T@ o; ;;;[o;;I"lib/date/format.rb;T;[o;;[I".no need to require the "lib/rational.rb".;TS; ; i; I"BSat Oct 4 19:02:59 2008 NARUSE, Yui ;T@ o; ;;;[o;;I"#ext/nkf/nkf.c (rb_nkf_enc_get);T;[o;;[I"/don't replicate encoding. [ruby-dev:36575];TS; ; i; I"BSat Oct 4 18:47:22 2008 NARUSE, Yui ;T@ o; ;;;[o;;I"6ext/stringio/stringio.c (strio_external_encoding);T;[o;;[I" defined.;To;;I"6ext/stringio/stringio.c (strio_internal_encoding);T;[o;;[I" defined.;To;;I",ext/stringio/stringio.c (Init_stringio);T;[o;;[I"define above.;TS; ; i; I"DSat Oct 4 15:52:17 2008 Yuki Sonoda (Yugui) ;T@ o; ;;;[ o;;I" test/mini/test_mini_test.rb;T;[o;;[I":recovered. It had been temporarily removed at r19645.;To;;I" test/mini/test_mini_mock.rb;T;[o;;[I" ditto.;To;;I" test/mini/test_mini_spec.rb;T;[o;;[I" ditto.;To;;I"lib/test/**/*;T;[o;;[I"^replaced by miniunit. miniunit had been temporarily reverted at r19643 but now recovered.;TS; ; i; I"DSat Oct 4 15:33:26 2008 Yuki Sonoda (Yugui) ;T@ o; ;;;[o;;I"common.mk (gdb-ruby);T;[o;;[I"6new target. it runs ruby under controlled by gdb.;To;;I"common.mk (dist);T;[o;;[I"Iaccepts RELNAME variable as the second argument of make-snapshot.rb.;TS; ; i; I"ESat Oct 4 12:17:46 2008 Keiju Ishitsuka ;T@ o; ;;;[o;;I"$lib/irb/irb/ext/save-history.rb;T;[o;;[I"[change load_history using File.expand_path. see [ruby-dev:36660]. Thanks Kouhei Sutou.;To;;I"lib/irb/irb/context.rb;T;[o;;[I"Mconvert string Symbol of instance variable names in IRB:Context#inspect.;TS; ; i; I"2008-10-03;T@ S; ; i; I"DFri Oct 3 22:43:04 2008 Yuki Sonoda (Yugui) ;T@ o; ;;;[o;;I"(ext/dl/extconf.rb ($distcleanfiles);T;[o;;[I"0added callback-?.c into the distclean list.;TS; ; i; I"BFri Oct 3 19:33:21 2008 NARUSE, Yui ;T@ o; ;;;[o;;I",ext/json/lib/json/pure.rb (module JSON);T;[o;;[I"remove Iconv dependency.;To;;I"7ext/json/lib/json/pure/generator.rb (utf8_to_json);T;[o;;[I"3process as binary and remove Iconv dependency.;To;;I"4ext/json/lib/json/pure/parser.rb (parse_string);T;[o;;[I" ditto.;TS; ; i; I"BFri Oct 3 14:04:05 2008 NAKAMURA Usaku ;T@ o; ;;;[o;;I"1win32/{configure.bat,setup.mak,Makefile.sub);T;[o;;[I"3add --program-prefix configure option support.;TS; ; i; I"2008-10-02;T@ S; ; i; I"GThu Oct 2 21:22:43 2008 Takeyuki FUJIOKA ;T@ o; ;;;[o;;I"*lib/cgi/core.rb (CGI::QueryExtension);T;[o;;[I"delete MorphingBody and replace like as 1.8's in multipart reading. see [ruby-dev:36443], reference from CGIAlt http://cgialt.rubyforge.org/;To;;I"$test/cgi/test_cgi_multipart.rb ;T;[o;;[I"fixed multipart test.;TS; ; i; I";Thu Oct 2 20:46:17 2008 Tanaka Akira ;T@ o; ;;;[o;;I"string.c (rb_str_sub_bang);T;[o;;[I"fix coderange.;TS; ; i; I"2008-10-01;T@ S; ; i; I"=Wed Oct 1 22:54:09 2008 Yusuke Endoh ;T@ o; ;;;[o;;I"3lib/rexml/parsers/lightparser.rb, lib/debug.rb;T;[o;;[I" remove unused when clauses.;TS; ; i; I"=Wed Oct 1 22:43:59 2008 Yusuke Endoh ;T@ o; ;;;[o;;I"lib/xmlrpc, lib/rexml, test/ruby/test_array.rb, test/ruby/test_unicode_escape.rb, test/scanf/test_scanf.rb, test/rss/rss-assertions.rb;T;[o;;[I"'fix indentation to remove warning.;TS; ; i; I"EWed Oct 1 21:36:35 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"(gc.c (rb_gc_call_finalizer_at_exit);T;[o;;[I"#finalize deferred IO and Data.;To;;I"(gc.c (rb_gc_call_finalizer_at_exit);T;[o;;[I"-defers IO finalization. [ruby-dev:36646];TS; ; i; I"EWed Oct 1 19:11:48 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"marshal.c (marshal_dump);T;[o;;[I"fixed for check_dump_arg.;To;;I"marshal.c (marshal_dump);T;[o;;[I">initializes dump_arg before any funcall. [ruby-dev:36648];TS; ; i; I"GWed Oct 1 00:54:32 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"string.c (rb_str_split_m);T;[o;;[I"Wshould use rb_str_subseq() which use offset and length by bytes. [ruby-dev:36641];TS; ; i; I"=Wed Oct 1 00:29:48 2008 Yusuke Endoh ;T@ o; ;;;[o;;I";test/ruby/test_settracefunc.rb (test_call, test_class);T;[o;;[I"'line number was changed at r19592.;TS; ; i; I";Wed Oct 1 00:20:38 2008 Tanaka Akira ;T@ o; ;;;[o;;I"$process.c (check_exec_redirect);T;[o;;[I"-don't depend on rb_stdout and rb_stderr.;TS; ; i; I"2008-09-30;T@ S; ; i; I"DTue Sep 30 23:06:58 2008 Yuki Sonoda (Yugui) ;T@ o; ;;;[o;;I" test/mini/test_mini_test.rb;T;[o;;[I"removed. Temporarily removed the tests for miniunit because of they depend on the miniunit version of test/unit, where test/unit was temporarily reverted to the state before importing miniunit.;To;;I" test/mini/test_mini_mock.rb;T;[o;;[I" ditto.;To;;I" test/mini/test_mini_spec.rb;T;[o;;[I" ditto.;TS; ; i; I"DTue Sep 30 23:04:30 2008 Yuki Sonoda (Yugui) ;T@ o; ;;;[o;;I"lib/test/**/*;T;[o;;[I"urecovered. Temporarily reverts the changes of lib/test/unit/* in r19502 and r19501, in order to release 1.9.0-5.;TS; ; i; I"DTue Sep 30 23:00:05 2008 Yuki Sonoda (Yugui) ;T@ o; ;;;[ o;;I"lib/test/unit.rb;T;[o;;[I"{removed. Temporarily reverts the changes of lib/test/unit/* in r19543, r19534 and r19503, in order to release 1.9.0-5.;To;;I" lib/test/unit/assertions.rb;T;[o;;[I" ditto.;To;;I"lib/test/unit/deprecate.rb;T;[o;;[I" ditto.;To;;I"lib/test/unit/error.rb;T;[o;;[I" ditto.;To;;I"lib/test/unit/testcase.rb;T;[o;;[I" ditto.;TS; ; i; I"GTue Sep 30 20:17:26 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"!io.c (rb_io_extract_modeenc);T;[o;;[I">should honor value of the textmode: and binmode: options.;TS; ; i; I"GTue Sep 30 17:04:59 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I">test/bigdecimal/test_bigdecimal.rb (test_sqrt_bigdecimal);T;[o;;[I"owrong precision specification. a patch from TAKANO Mitsuhiro in [ruby-dev:36634].;TS; ; i; I"ETue Sep 30 16:53:55 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"parse.y (stmt);T;[o;;[I"(returns non zero. [ruby-dev:36633];TS; ; i; I"GTue Sep 30 16:52:38 2008 Yukihiro Matsumoto ;T@ o; ;;;[ o;;I"sprintf.c (rb_str_format);T;[o;;[I"sadd %s style named argument support. a patch from Yusuke Endoh in [ruby-dev:35851].;To;;I"sprintf.c (rb_str_format);T;[o;;[I"#add gettext style named format;To;;I".(%{name}) support. inspired by [ruby-dev;T;[o;;[I" 35852].;To;;I"sprintf.c (GETNAMEARG);T;[o;;[I"Bshould raise KeyError exception when no named argument found.;To;;I"hash.c (rb_hash_fetch);T;[o;;[I"export fetch function.;TS; ; i; I"ATue Sep 30 13:19:01 2008 Eric Hodel ;T@ o; ;;;[o;;I"(test/rubygems/test_gem_installer.rb;T;[o;;[I"=remove extra call to setup to fix ENV['HOME'] pollution.;TS; ; i; I"ETue Sep 30 13:04:11 2008 Ryan Davis ;T@ o; ;;;[o;;I"lib/mini/test.rb;T;[o;;[I"Updated to 1.3.0 r4257.;To;;I"test/mini/*;T;[o;;[I"added from r4257.;TS; ; i; I"ATue Sep 30 07:46:07 2008 Eric Hodel ;T@ o; ;;;[o;;I"4test/rdoc/test_rdoc_markup_attribute_manager.rb;T;[o;;[I"Test with clean SPECIALS.;To;;I""test/rubygems/gemutilities.rb;T;[o;;[I"$Restore ENV['HOME'] after test.;To;;I"test/runner.rb;T;[o;;[I"'Pass -n argument down to miniunit.;TS; ; i; I"ETue Sep 30 01:02:55 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I".parse.y (token_info_push, token_info_pop);T;[o;;[I""do nothing for evaled source.;TS; ; i; I"ETue Sep 30 00:47:43 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"ext/nkf/nkf-utf8/nkf.c;T;[o;;[I"constified.;TS; ; i; I"2008-09-29;T@ S; ; i; I";Mon Sep 29 23:32:25 2008 Tanaka Akira ;T@ o; ;;;[o;;I"string.c (rb_str_subseq);T;[o;;[I"2don't use rb_str_drop_bytes for short string.;TS; ; i; I"AMon Sep 29 22:54:29 2008 Tadayoshi Funaba ;T@ o; ;;;[o;;I"lib/mathn.rb;T;[o;;[I",added String#to_[rc]. moved def_canon.;TS; ; i; I";Mon Sep 29 20:41:19 2008 Tanaka Akira ;T@ o; ;;;[o;;I"string.c (rb_str_subseq);T;[o;;[I"'use rb_str_drop_bytes if possible.;TS; ; i; I"AMon Sep 29 20:22:20 2008 Tadayoshi Funaba ;T@ o; ;;;[o;;I"test/date/*.rb;T;[o;;[I"4imported additional tests and some adjustments.;TS; ; i; I"IMon Sep 29 20:13:05 2008 Masaki Suketa ;T@ o; ;;;[o;;I"-ext/win32ole/win32ole.c (fev_initialize);T;[o;;[I".initialization handler instance variable.;To;;I"=test/win32ole/test_win32ole_typelib.rb (test_s_typelibs);T;[o;;[I"7fix the warning of shadowing outer local variable.;TS; ; i; I"IMon Sep 29 19:59:00 2008 Masaki Suketa ;T@ o; ;;;[o;;I".ext/win32ole/win32ole.c (rescue_callback);T;[o;;[I"+use rb_write_error instead of fprintf.;TS; ; i; I"=Mon Sep 29 01:51:54 2008 Yusuke Endoh ;T@ o; ;;;[o;;I"6test/rdoc/test_rdoc_info_formatting.rb (teardown);T;[o;;[I"delete tmpdir for test.;TS; ; i; I"GMon Sep 29 00:30:20 2008 Takeyuki Fujioka ;T@ o; ;;;[o;;I"Hlib/cgi/html.rb (CGI::HtmlExtension::{radio_group, checkbox_group});T;[o;;[I"]can specify the false as checked or selected value. [ruby-core:18306], [ruby-core:18307];To;;I"$test/cgi/test_cgi_tag_helper.rb;T;[o;;[I"add a test.;TS; ; i; I"2008-09-28;T@ S; ; i; I"GSun Sep 28 23:08:38 2008 Takeyuki Fujioka ;T@ o; ;;;[o;;I"5lib/cgi/html.rb (CGI::HtmlExtension::popup_menu);T;[o;;[I"Cfix the calls #bytesize on array parameters. [ruby-core:18919];TS; ; i; I"GSun Sep 28 22:44:26 2008 Takeyuki Fujioka ;T@ o; ;;;[o;;I"!lib/cgi/core.rb (CGI::parse);T;[o;;[I"2ignore illegal query params. [ruby-dev:36618];TS; ; i; I"=Sun Sep 28 22:05:07 2008 Yusuke Endoh ;T@ o; ;;;[o;;I""compile.c (iseq_set_sequence);T;[o;;[I"3check duplicated when clause. [ruby-dev:36616];TS; ; i; I"ASun Sep 28 19:04:03 2008 Tadayoshi Funaba ;T@ o; ;;;[o;;I"test/date/*.rb;T;[o;;[I"4imported a date test suite ruby 1.9 limited ed.;TS; ; i; I"ESun Sep 28 18:40:49 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I" lib/mini/test.rb (MINI_DIR);T;[o;;[I"loaded path is expanded.;To;;I"$lib/mini/test.rb (assert_match);T;[o;;[I"*get rid of confusion of ruby-mode.el.;TS; ; i; I"=Sun Sep 28 12:36:09 2008 Koichi Sasada ;T@ o; ;;;[o;;I"vm_exec.c (vm_exec_core);T;[o;;[I"add an UNLIKELY() hint.;To;;I"-vm_insnhelper.h (BASIC_OP_UNREDEFINED_P);T;[o;;[I"add a LIKELY() hint.;TS; ; i; I"ESun Sep 28 12:04:18 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"string.c (str_new);T;[o;;[I";sets empty string to coderange 7bit. [ruby-core:18993];TS; ; i; I"ASun Sep 28 09:39:48 2008 Tadayoshi Funaba ;T@ o; ;;;[o;;I",lib/mathn.rb ({Fixnum,Bignum,Float}#**);T;[o;;[I"may produce complex value.;TS; ; i; I"ISun Sep 28 09:05:53 2008 James Edward Gray II ;T@ o; ;;;[o;;I"lib/csv/csv.rb;T;[o;;[I"KWorked around some minor encoding changes in Ruby pointed out by Nobu.;TS; ; i; I"ASun Sep 28 08:37:12 2008 Tadayoshi Funaba ;T@ o; ;;;[o;;I"lib/mathn.rb;T;[o;;[I"ra hack to provide canonicalization. This must be temporary, but this seems to be not bad for the time being.;TS; ; i; I"2008-09-27;T@ S; ; i; I"ESat Sep 27 06:22:18 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"Dlib/rake.rb (Module#rake_extension, String#ext, String#pathmap);T;[o;;[I"use built-in methods.;To;;I"!lib/rake.rb (String#pathmap);T;[o;;[I"fixed typo in rdoc.;TS; ; i; I"ESat Sep 27 04:28:41 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"file.c (rmext);T;[o;;[I"0preceding dots are not a part of extension.;To;;I"file.c (rb_file_s_extname);T;[o;;[I" ditto.;TS; ; i; I"ESat Sep 27 03:15:51 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"&vm.c (vm_jump_tag_but_local_jump);T;[o;;[I"#exc is not used if val is nil.;TS; ; i; I"ESat Sep 27 03:12:40 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"#ext/socket/socket.c (host_str);T;[o;;[I":numeric address should be unsigned. [ruby-core:18971];TS; ; i; I"2008-09-26;T@ S; ; i; I"EFri Sep 26 22:46:58 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"#parse.y (primary, brace_block);T;[o;;[I"fix for line number.;To;;I"2proc.c (rb_proc_location, rb_method_location);T;[o;;[I"Pnew methods {Proc,Method,UnboundMethod}#source_location. [ruby-core:18452];TS; ; i; I"=Fri Sep 26 21:36:33 2008 Koichi Sasada ;T@ o; ;;;[o;;I"&vm_core.h (RUBY_VM_CHECK_INTS_TH);T;[o;;[I"add an UNLIKELY hint.;TS; ; i; I";Fri Sep 26 19:33:36 2008 Tanaka Akira ;T@ o; ;;;[ o;;I",include/ruby/encoding.h (rb_str_encode);T;[o;;[I"5renamed from rb_str_transcode. [ruby-dev:36593];To;;I"(rb_econv_has_convpath_p);T;[o;;[I"+renamed from rb_transcode_convertible.;To;;I"transcode.c;T;[o;;[I"follow the renaming.;To;;I" io.c;T;[o;;[I" ditto.;TS; ; i; I"EFri Sep 26 19:01:47 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"6test/bigdecimal/test_bigdecimal.rb (test_inspect);T;[o;;[I"afixed CPU bit size dependent test. pointed out by TAKANO Mitsuhiro .;TS; ; i; I"@Fri Sep 26 18:57:33 2008 Akinori MUSHA ;T@ o; ;;;[o;;I"#test/pathname/test_pathname.rb;T;[o;;[I"#Fix use of deprecated methods.;TS; ; i; I"EFri Sep 26 18:39:59 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"common.mk (dist);T;[o;;[I"'nothing is needed to run BASERUBY.;To;;I"tool/make-snapshot;T;[o;;[I"new option -archname.;TS; ; i; I"EFri Sep 26 18:24:28 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"misc/ruby-mode.el;T;[o;;[I"!safe customizable variables.;TS; ; i; I"DFri Sep 26 17:37:18 2008 Yuki Sonoda (Yugui) ;T@ o; ;;;[o;;I"(include/ruby/ruby.h (rb_mPrecision);T;[o;;[I"Aremoved. Precision module was temporarily removed at r19430.;TS; ; i; I"DFri Sep 26 17:25:10 2008 Yuki Sonoda (Yugui) ;T@ o; ;;;[o;;I"common.mk (dist);T;[o;;[I")Changed its dependencies and action.;TS; ; i; I"DFri Sep 26 17:07:04 2008 Yuki Sonoda (Yugui) ;T@ o; ;;;[ o;;I"error.c (Init_syserr);T;[o;;[I"moved to the template.;To;;I"(errno_missing);T;[o;;[I"%removed. fixed [ruby-dev:35958].;To;;I"defs/known_errors.def;T;[o;;[I"'added. extracted from Init_syserr.;To;;I"$templates/known_errors.inc.tmpl;T;[o;;[I";T@ o; ;;;[o;;I"thread.c (thlist_signal);T;[o;;[I"-clears the woken thread if nothing woke.;To;;I"thread.c (rb_barrier_wait);T;[o;;[I"4achieves the lock if no thread was waiting yet.;TS; ; i; I"GFri Sep 26 12:04:07 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"ext/curses/curses.c;T;[o;;[I" should include .;To;;I"ext/io/wait/wait.c;T;[o;;[I" ditto.;To;;I"ext/openssl/ossl.h;T;[o;;[I" ditto.;TS; ; i; I"BFri Sep 26 11:34:08 2008 NAKAMURA Usaku ;T@ o; ;;;[o;;I"+variable.c (rb_define_hooked_variable);T;[o;;[I"*cast to get rid of compiler warnings.;TS; ; i; I"BFri Sep 26 11:05:41 2008 NAKAMURA Usaku ;T@ o; ;;;[o;;I"Dtranscode.c, include/ruby/encoding.c (rb_transcode_convertible);T;[o;;[I"7new function. checking the existence of converter.;TS; ; i; I"EFri Sep 26 10:35:50 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"3variable.c (global_variable, struct trace_var);T;[o;;[I"'made function members more strict.;TS; ; i; I"EFri Sep 26 09:55:06 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"include/ruby{io,sig}.h;T;[o;;[I"$moved to include/ruby/backward.;TS; ; i; I"EFri Sep 26 09:47:15 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"include/rubysig.h;T;[o;;[I"+old macros for backward compatibility.;To;;I"thread.c (BLOCKING_REGION);T;[o;;[I"&rewritten using helper functions.;TS; ; i; I";Fri Sep 26 03:03:32 2008 Tanaka Akira ;T@ o; ;;;[o;;I"vm_eval.c (Init_vm_eval);T;[o;;[I";define module_eval, class_eval and eval here for rdoc.;TS; ; i; I"=Fri Sep 26 00:40:30 2008 Yusuke Endoh ;T@ o; ;;;[o;;I"range.c (range_inspect);T;[o;;[I"8fix SEGV for cyclic range object. [ruby-core:18835];TS; ; i; I"2008-09-25;T@ S; ; i; I";Thu Sep 25 23:59:56 2008 Tanaka Akira ;T@ o; ;;;[o;;I"common.mk;T;[o;;[I"dependency updated.;TS; ; i; I";Thu Sep 25 21:46:48 2008 Tanaka Akira ;T@ o; ;;;[o;;I"/transcode.c (rb_eUndefinedConversionError);T;[o;;[I"/renamed from rb_eConversionUndefinedError.;To;;I"!(rb_eConverterNotFoundError);T;[o;;[I"'renamed from rb_eNoConverterError.;TS; ; i; I"=Thu Sep 25 21:23:08 2008 Yusuke Endoh ;T@ o; ;;;[o;;I"$pack.c (pack_pack, pack_unpack);T;[o;;[I"'m0' format (base64) complies with RFC 4648. It adds no line feed when encoding, and raise ArgumentError if the encoded string contains non-alphabet (including CR and LF).;To;;I"lib/base64.rb;T;[o;;[I"added. This provides encoding/decoding method for Base64 in standard RFC 2045, Base64 in standard RFC 4648 and ``Base 64 Encoding with URL and Filename SafeAlphabet'' in RFC 4648.;To;;I",test_pack.c, test/base64/test_base64.rb;T;[o;;[I"add tests for above.;TS; ; i; I"=Thu Sep 25 21:00:32 2008 Koichi Sasada ;T@ o; ;;;[o;;I"common.mk;T;[o;;[I"Cfix btest-* rules [ruby-dev:36528]. and remove obsolete rules.;TS; ; i; I"DThu Sep 25 20:27:54 2008 Yuki Sonoda (Yugui) ;T@ o; ;;;[o;;I" class.c (rb_make_metaclass);T;[o;;[I"Z[BUG] Fixed a bus error on the case for metaclass of a class which includes a module.;TS; ; i; I"AThu Sep 25 19:34:33 2008 Eric Hodel ;T@ o; ;;;[o;;I"test/rubygems/*;T;[o;;[I"0Update some new tests to use build_rake_in.;To;;I""test/rubygems/gemutilities.rb;T;[o;;[I"(Fix broken merge of rake detection.;TS; ; i; I"AThu Sep 25 19:13:12 2008 Eric Hodel ;T@ o; ;;;[o;;I"lib/rubygems*;T;[o;;[I"$Update to RubyGems 1.3.0 r1891.;TS; ; i; I"DThu Sep 25 18:40:42 2008 Yuki Sonoda (Yugui) ;T@ o; ;;;[o;;I" class.c (rb_make_metaclass);T;[o;;[I"Made class of class of class from Class into its own eigenclass. Now meta^(n)-class hierarchy regresses infinitely, again.;To;;0;[o;;[0S; ; i; I">Thu Sep 25 16:01:07 2008 Jim Weirich ;T@ o; ;;;[o;;I"lib/rake.rb;T;[o;;[I"hUpdate rake source to version 0.8.3. This version includes some fixes for running Rake on windows.;To;;I"i(1) better APPDATA/HOMExxx/USERPROFILE integration for system rakefiles, (2) Better handling of the ;T;[o;;[I"@ruby command when installed in directory containing spaces.;TS; ; i; I"AThu Sep 25 11:22:51 2008 Eric Hodel ;T@ o; ;;;[o;;I"lib/rdoc*;T;[o;;[I"Update to RDoc 2.2.1 r185.;TS; ; i; I";Thu Sep 25 02:08:47 2008 Tanaka Akira ;T@ o; ;;;[o;;I"io.c (rb_io_mode_enc);T;[o;;[I"make it static.;TS; ; i; I"EThu Sep 25 01:22:39 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"5lib/mini/test.rb (Mini::Assertions#assert_raise);T;[o;;[I"fixed typo.;TS; ; i; I"2008-09-24;T@ S; ; i; I"GWed Sep 24 23:39:00 2008 Takeyuki Fujioka ;T@ o; ;;;[ o;;I"$test/cgi/test_cgi_multipart.rb ;T;[o;;[I"revert last change.;To;;0;[o;;[0o;;I"$test/cgi/test_cgi_core.rb ;T;[o;;[I" ditto.;To;;I"$test/cgi/test_cgi_header.rb ;T;[o;;[I" ditto.;TS; ; i; I"GWed Sep 24 23:12:49 2008 Takeyuki Fujioka ;T@ o; ;;;[o;;I"lib/cgi/core.rb (CGI;T;[o;;[I":new, CGI::{accept_charset,accept_charset=}) : accept parameters either in a hash, string as a block. add the encoding validation process.;To;;I"test/cgi/test_cgi_core.rb ;T;[o;;[I"#test for query encoding check.;TS; ; i; I"BWed Sep 24 22:58:18 2008 NAKAMURA Usaku ;T@ o; ;;;[o;;I""string.c (rb_str_rstrip_bang);T;[o;;[I">raise exception when the encoding of the string is dummy.;To;;I""string.c (rb_str_rstrip_bang);T;[o;;[I"remove nul characters even if the encoding of the string is not single byte optimizable. fixed [ruby-core:18844], reported by Michael Selig.;TS; ; i; I"BWed Sep 24 19:01:45 2008 NAKAMURA Usaku ;T@ o; ;;;[o;;I""string.c (rb_str_rstrip_bang);T;[o;;[I"workaround for VC++8 x64.;TS; ; i; I"EWed Sep 24 17:44:44 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"9complex.c (Init_Complex), rational.c (Init_Rational);T;[o;;[I"Bundefines default #allocate methods which call the allocator.;TS; ; i; I"EWed Sep 24 17:02:14 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"9complex.c (Init_Complex), rational.c (Init_Rational);T;[o;;[I"FID_ALLOCATOR differs from :allocate, and invisible in ruby level.;TS; ; i; I"GWed Sep 24 15:58:52 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I""string.c (rb_str_rstrip_bang);T;[o;;[I"Lremoving mixed spaces and nuls at the end of strings. [ruby-dev:36497];TS; ; i; I"GWed Sep 24 15:13:04 2008 Takeyuki Fujioka ;T@ o; ;;;[o;;I"$test/cgi/test_cgi_multipart.rb ;T;[o;;[I"test for miniunit.;To;;I"$test/cgi/test_cgi_core.rb ;T;[o;;[I" ditto.;To;;I"$test/cgi/test_cgi_header.rb ;T;[o;;[I" ditto.;TS; ; i; I"BWed Sep 24 14:38:29 2008 NAKAMURA Usaku ;T@ o; ;;;[o;;I"lib/tmpdir.rb;T;[o;;[I"Osetup buffer with nul characters instead of spaces. fixed [ruby-dev:36493];TS; ; i; I"GWed Sep 24 11:18:33 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"io.c (rb_io_s_binread);T;[o;;[I"Toffset argument was wrongly passed to internal IO#read call. [ruby-core:18810];TS; ; i; I"GWed Sep 24 07:38:23 2008 URABE Shyouhei ;T@ o; ;;;[o;;I"vm_core.h;T;[o;;[I"wruby/ruby.h should be included at the very first place in an entire compilation unit, as it includes ruby/config.h;TS; ; i; I"EWed Sep 24 06:41:24 2008 Ryan Davis ;T@ o; ;;;[o;;I"lib/test/*;T;[o;;[I"removed test/unit.;To;;I"lib/test/*;T;[o;;[I"added miniunit.;To;;I"lib/mini/*;T;[o;;[I" ditto.;TS; ; i; I"=Wed Sep 24 04:45:35 2008 Koichi Sasada ;T@ o; ;;;[ o;;I" include/ruby/node.h, node.h;T;[o;;[I"\move node.h from include path. This change stop to install node.h because of saving ABI;To;;0;[o;;[0o;;I"blockinlining.c, class.c, compile.c, debug.h, enum.c, gc.c, iseq.c, parse.y, ruby.c, signal.c, variable.c, vm.c, vm_core.h, vm_dump.c;T;[o;;[I" ditto.;To;;I"ext/ripper/depend;T;[o;;[I" ditto.;TS; ; i; I"=Wed Sep 24 04:09:13 2008 Koichi Sasada ;T@ o; ;;;[o;;I"vm_core.h;T;[o;;[I" remove unused frame values.;TS; ; i; I"=Wed Sep 24 04:07:07 2008 Koichi Sasada ;T@ o; ;;;[o;;I"signal.c (signal_exec);T;[o;;[I"$execute rb_eval_cmd() directly.;TS; ; i; I"AWed Sep 24 03:08:58 2008 Eric Hodel ;T@ o; ;;;[ o;;I"lib/uri/mailto.rb;T;[o;;[I"fix indentation.;To;;I"lib/uri/generic.rb;T;[o;;[I" ditto.;To;;I"lib/yaml.rb;T;[o;;[I" ditto.;To;;I"lib/uri/cgi/core.rb;T;[o;;[I"4fix indentation and ambiguous argument warning.;TS; ; i; I"2008-09-23;T@ S; ; i; I"ITue Sep 23 23:39:25 2008 James Edward Gray II ;T@ o; ;;;[o;;I"lib/csv/csv.rb;T;[o;;[I"Improved the idea of whitespace and word characters used in substitutions during header conversion as suggested by Michael Selig.;TS; ; i; I";Tue Sep 23 21:50:53 2008 Tanaka Akira ;T@ o; ;;;[o;;I"io.c (io_binwrite);T;[o;;[I"allocate wbuf if nosync.;TS; ; i; I";Tue Sep 23 21:45:02 2008 Tanaka Akira ;T@ o; ;;;[o;;I"io.c (copy_stream_body);T;[o;;[I"*use io_binwrite instead of io_fwrite.;TS; ; i; I"ATue Sep 23 21:31:16 2008 Tadayoshi Funaba ;T@ o; ;;;[o;;I" test/ruby/test_rational2.rb;T;[o;;[I" updated.;To;;I"test/ruby/test_complex2.rb;T;[o;;[I" added.;To;;I"&test/ruby/test_complexrational.rb;T;[o;;[I" added.;TS; ; i; I";Tue Sep 23 21:26:32 2008 Tanaka Akira ;T@ o; ;;;[o;;I"string.c (rb_str_casecmp);T;[o;;[I"2make the ordering consistent with String#<=>.;TS; ; i; I";Tue Sep 23 20:52:25 2008 Tanaka Akira ;T@ o; ;;;[ o;;I"io.c (io_binwrite);T;[o;;[I"add nosync argument.;To;;I"(do_writeconv);T;[o;;[I"extracted from io_fwrite.;To;;I"(io_fwrite);T;[o;;[I",add nosync argument. use do_writeconv.;To;;I"(io_write);T;[o;;[I"add nosync argument.;To;;I"(io_write_m);T;[o;;[I"new function for IO#write.;To;;I" (rb_p);T;[o;;[I"#don't append record separator.;TS; ; i; I"=Tue Sep 23 20:24:41 2008 Koichi Sasada ;T@ o; ;;;[o;;I"signal.c (signal_exec);T;[o;;[I"fix to use rb_proc_call().;TS; ; i; I"GTue Sep 23 20:06:46 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"Dlib/rexml/formatters/pretty.rb (REXML::Formatters::Pretty#wrap);T;[o;;[I"Fabandon wrapping if the line contains no space. [ruby-dev:36045];TS; ; i; I"BTue Sep 23 19:38:03 2008 NAKAMURA Usaku ;T@ o; ;;;[o;;I"win32/win32.c (subtract);T;[o;;[I"#check tv_sec. reported by ko1.;TS; ; i; I"ATue Sep 23 19:21:03 2008 Tadayoshi Funaba ;T@ o; ;;;[ o;;I"/complex.c (nucomp_s_canonicalize_internal);T;[o;;[I"1does no apply canonicalization rule anymore.;To;;I";T@ o; ;;;[o;;I"io.c (rb_io_s_binread);T;[o;;[I"Fa new method to read binary chunk from a file. [ruby-core:18674];To;;I"io.c (open_key_args);T;[o;;[I".wrong permission specified for read-open.;TS; ; i; I";Tue Sep 23 18:24:34 2008 Tanaka Akira ;T@ o; ;;;[o;;I"hash.c (rb_obj_is_proc);T;[o;;[I" declaration moved for rdoc.;TS; ; i; I"=Tue Sep 23 18:07:55 2008 Koichi Sasada ;T@ o; ;;;[o;;I"common.mk (io.o);T;[o;;[I"%remove dependency for vm_core.h.;TS; ; i; I"=Tue Sep 23 17:56:44 2008 Koichi Sasada ;T@ o; ;;;[o;;I")thread.c (rb_thread_blocking_region);T;[o;;[I"fix typo in a document.;TS; ; i; I"=Tue Sep 23 17:50:35 2008 Koichi Sasada ;T@ o; ;;;[o;;I")thread.c (rb_thread_blocking_region);T;[o;;[I"write a document.;TS; ; i; I"=Tue Sep 23 17:14:31 2008 Koichi Sasada ;T@ o; ;;;[o;;I";T@ o; ;;;[o;;I"class.c, vm_core.h;T;[o;;[I"-move decl of rb_iseq_clone() to class.c.;TS; ; i; I";Tue Sep 23 17:02:47 2008 Tanaka Akira ;T@ o; ;;;[o;;I"$debug.h (ruby_set_debug_option);T;[o;;[I"declared.;To;;I" main.c;T;[o;;[I"include debug.h.;To;;I"common.mk (main.$(OBJEXT));T;[o;;[I"dependency updated.;TS; ; i; I"ETue Sep 23 16:59:45 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"!hash.c (ENVMATCH, ENVNMATCH);T;[o;;[I"reduced same code.;TS; ; i; I"=Tue Sep 23 16:55:11 2008 Koichi Sasada ;T@ o; ;;;[o;;I" ruby.h;T;[o;;[I"Dfix comment and rename macro HAVE_RUBY_MVM_H to HAVE_RUBY_VM_H.;TS; ; i; I"=Tue Sep 23 16:41:31 2008 Koichi Sasada ;T@ o; ;;;[o;;I"#include/ruby/node.h, vm_core.h;T;[o;;[I"6move definition of RUBY_VM_METHOD_NODE to node.h.;To;;I"class.c, common.mk;T;[o;;[I"remove useless inclusion.;To;;I"!compile.h, iseq.h, vm_core.h;T;[o;;[I"Prename compile.h to iseq.h. move some definitions from vm_core.h to iseq.h.;To;;I"compile.c, iseq.c, vm.c;T;[o;;[I" ditto.;To;;I"eval.c, compile.c;T;[o;;[I"=move some functions for parser from eval.c to compile.c.;To;;I"eval_intern.h, vm_core.h;T;[o;;[I",move va_init_list() macro to vm_core.h.;To;;I"3iseq.c (rb_iseq_new_top, rb_iseq_first_lineno);T;[o;;[I" added.;To;;I"load.c, ruby.c;T;[o;;[I"Yuse rb_iseq_new_top() instead of rb_iseq_new() with ISEQ_TYPE_TOP constant directly.;To;;I" proc.c;T;[o;;[I"Duse rb_iseq_first_lineno() instead of accessing iseq structure.;TS; ; i; I"GTue Sep 23 16:17:54 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I".ext/ripper/eventids2.c (token_to_eventid);T;[o;;[I"3supper __ENCODING__ keyword. [ruby-dev:36478];TS; ; i; I"=Tue Sep 23 15:30:53 2008 Koichi Sasada ;T@ o; ;;;[o;;I"common.mk, hash.c;T;[o;;[I"remove unused inclusion.;TS; ; i; I"=Tue Sep 23 09:52:07 2008 Koichi Sasada ;T@ o; ;;;[o;;I"eval_safe.c, safe.c;T;[o;;[I""rename eval_safe.c to safe.c.;To;;I"'common.mk, eval.c, safe.c, inits.c;T;[o;;[I"6separate safe.c from eval.c and make Init_safe().;TS; ; i; I"=Tue Sep 23 09:20:00 2008 Koichi Sasada ;T@ o; ;;;[o;;I"common.mk;T;[o;;[I"clean up - remove blockinlining.$(OBJEXT) to built - make ENCODING_H_INCLDUES variable (include/ruby/encoding.h) - make VM_CORE_H_INCLUDES variable (vm_core.h) - simplify rules. - make depends rule to output depend status using gcc -MM.;To;;I"*include/ruby/mvm.h, include/ruby/vm.h;T;[o;;[I"rename mvm.h to vm.h.;To;;I"include/ruby.h;T;[o;;[I" ditto.;To;;I" load.c;T;[o;;[I"add inclusion explicitly.;To;;I"9enumerator.c, object.c, parse.y, thread.c, vm_dump.c;T;[o;;[I"remove useless inclusion.;To;;I"eval_intern.h;T;[o;;[I"cleanup inclusion.;To;;I"vm_core.h;T;[o;;[I"0rb_thread_t should be defined in this file.;To;;I"vm_evalbody.c, vm_exec.c;T;[o;;[I"'rename vm_evalbody.c to vm_exec.c.;To;;I"vm.h, vm_exec.h;T;[o;;[I"rename vm.h to vm_exec.h.;To;;I""insnhelper.h, vm_insnhelper.h;T;[o;;[I",rename insnhelper.h to vm_insnhelper.h.;To;;I"+vm.c, vm_insnhelper.c, vm_insnhelper.h;T;[o;;[I"i- rename vm_eval() to vm_exec_core(). - rename vm_eval_body() to vm_exec(). - cleanup include order.;To;;I"vm_method.c;T;[o;;[I"fix comment.;TS; ; i; I"=Tue Sep 23 09:01:15 2008 Yusuke Endoh ;T@ o; ;;;[o;;I"$lib/pathname.rb (each_filename);T;[o;;[I")return Enumerator if no block given.;To;;I"#test/pathname/test_pathname.rb;T;[o;;[I"add a test for above.;TS; ; i; I"GTue Sep 23 08:25:56 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"hash.c (env_aset);T;[o;;[I"9allow nil value to remove an entry. [ruby-dev:36465];To;;I".test/ruby/test_env.rb (TestEnv#test_aset);T;[o;;[I"test updated.;TS; ; i; I"GTue Sep 23 08:07:07 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I",misc/ruby-mode.el (ruby-keyword-end-re);T;[o;;[I"hemacs21 support. a patch from Hiroshi Moriyama in [ruby-dev:36471].;To;;I"/misc/ruby-mode.el (ruby-in-ppss-context-p);T;[o;;[I" ditto.;To;;I"1misc/ruby-mode.el (ruby-here-doc-end-syntax);T;[o;;[I";TS; ; i; I">Tue Sep 23 02:07:52 2008 TAKAO Kouji ;T@ o; ;;;[o;;I"Mtest/readline/test_readline_history.rb (Readline::TestHistory#test_each);T;[o;;[I"checked return value.;TS; ; i; I">Tue Sep 23 02:05:34 2008 TAKAO Kouji ;T@ o; ;;;[o;;I",ext/readline/readline.c (Init_readline);T;[o;;[I"Qused remove_history to check offset of history if unsupported clear_history.;TS; ; i; I"2008-09-22;T@ S; ; i; I"GMon Sep 22 17:39:25 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"$lib/tempfile.rb (Tempfile#open);T;[o;;[I"Ishould return a value from the block (if given). [ruby-core:18394];TS; ; i; I"GMon Sep 22 11:17:51 2008 URABE Shyouhei ;T@ o; ;;;[o;;I"#include/ruby/encoding.h (enum);T;[o;;[I"2ISO C forbids comma at end of enumerator list;TS; ; i; I"GMon Sep 22 10:15:24 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I" LEGAL;T;[o;;[I";T@ o; ;;;[o;;I"&encoding.c (get_default_external);T;[o;;[I"add description.;TS; ; i; I"2008-09-21;T@ S; ; i; I"ASun Sep 21 21:52:41 2008 Tadayoshi Funaba ;T@ o; ;;;[o;;I"math.c (math_log);T;[o;;[I"should check argc.;TS; ; i; I"ASun Sep 21 21:20:24 2008 Tadayoshi Funaba ;T@ o; ;;;[o;;I"complex.c;T;[o;;[I"added two macros.;To;;I"rational.c;T;[o;;[I" ditto.;TS; ; i; I"ASun Sep 21 18:06:38 2008 Tadayoshi Funaba ;T@ o; ;;;[o;;I"!complex.c (nucomp_s_convert);T;[o;;[I"checks argc.;To;;I"!rational.c (nurat_s_convert);T;[o;;[I" ditto.;TS; ; i; I"ASun Sep 21 10:19:04 2008 Tadayoshi Funaba ;T@ o; ;;;[ o;;I"/complex.c (nucomp_s_canonicalize_internal);T;[o;;[I"#checks exactness of imag only.;To;;I"!rational.c (nurat_s_convert);T;[o;;[I"accepts non real value;To;;0;[o;;[0o;;I"!complex.c (nucomp_s_convert);T;[o;;[I" refined.;TS; ; i; I"ISun Sep 21 09:37:57 2008 James Edward Gray II ;T@ o; ;;;[o;;I"lib/csv/csv.rb;T;[o;;[I"Reworked CSV's parser and generator to be m17n. Data is now parsed in the Encoding it is in without need for translation.;To;;I"lib/csv/csv.rb;T;[o;;[I"8Improved inspect() messages for better IRb support.;To;;I"lib/csv/csv.rb;T;[o;;[I"4Fixed header writing bug reported by Dov Murik.;To;;I"lib/csv/csv.rb;T;[o;;[I"SUse custom separators in parsing header Strings as suggested by Shmulik Regev.;To;;I"lib/csv/csv.rb;T;[o;;[I":Added a :write_headers option for outputting headers.;To;;I"lib/csv/csv.rb;T;[o;;[I"Handle open() calls in binary mode whenever we can to workaround a Windows issue where line-ending translation can cause an off-by-one error in seeking back to a non-zero starting position after auto-discovery for :row_sep as suggested by Robert Battle.;To;;I"lib/csv/csv.rb;T;[o;;[I"vImproved the parser to fail faster when fed some forms of invalid CSV that can be detected without reading ahead.;To;;I"lib/csv/csv.rb;T;[o;;[I"~Added a :field_size_limit option to control CSV's lookahead and prevent the parser from biting off more data than it can chew.;To;;I"lib/csv/csv.rb;T;[o;;[I"Added readers for CSV attributes: col_sep(), row_sep(), quote_char(), field_size_limit(), converters(), unconverted_fields?(), headers(), return_headers?(), write_headers?(), header_converters(), skip_blanks?(), and force_quotes?().;To;;I"lib/csv/csv.rb;T;[o;;[I"ECleaned up code syntax to be more inline with Ruby 1.9 than 1.8.;TS; ; i; I"ASun Sep 21 07:43:16 2008 Tadayoshi Funaba ;T@ o; ;;;[ o;;I"complex.c;T;[o;;[I"Ran instance method image has been removed and uses "imag" instead of "image".;To;;I"complex.c;T;[o;;[I"/two instance method re and im are removed.;To;;I"rational.c;T;[o;;[I"follows the above changes.;To;;I"include/ruby/ruby.h;T;[o;;[I" ditto.;To;;I" gc.c;T;[o;;[I" ditto.;To;;I"lib/cmath.rb;T;[o;;[I" ditto.;To;;I"lib/mathn.rb;T;[o;;[I" ditto.;To;;I"lib/complex.rb;T;[o;;[I"/ditto. and provides some obsolete methods.;TS; ; i; I"BSun Sep 21 02:48:45 2008 NARUSE, Yui ;T@ o; ;;;[o;;I" ext/json/ext/parser/parse.c;T;[o;;[I"use ruby_xfree().;To;;I"!ext/json/ext/parser/parse.rl;T;[o;;[I" ditto.;To;;I""ext/json/ext/parser/unicode.c;T;[o;;[I" ditto.;TS; ; i; I"BSun Sep 21 02:40:20 2008 NARUSE, Yui ;T@ o; ;;;[o;;I" ext/json;T;[o;;[I"import JSON v 1.1.3.;TS; ; i; I"2008-09-20;T@ S; ; i; I"=Sat Sep 20 11:43:08 2008 Yusuke Endoh ;T@ o; ;;;[o;;I" lib/optparse.rb (summarize);T;[o;;[I")separator "" should output new line.;TS; ; i; I"BSat Sep 20 08:07:34 2008 NARUSE, Yui ;T@ o; ;;;[o;;I" parse.y;T;[o;;[I"`strings which contain only US-ASCII don't force to have US-ASCII encoding. [ruby-dev:36400];TS; ; i; I"BSat Sep 20 07:59:31 2008 NARUSE, Yui ;T@ o; ;;;[o;;I"re.c (rb_reg_desc);T;[o;;[I"Regexps of ASCII Compatible encoding may contain non-ASCII characters. So in that case its encoding must keep original encoding.;TS; ; i; I"BSat Sep 20 07:44:56 2008 NARUSE, Yui ;T@ o; ;;;[o;;I"common.mk;T;[o;;[I"prec.c is removed.;TS; ; i; I"2008-09-19;T@ S; ; i; I"AFri Sep 19 22:37:25 2008 Tadayoshi Funaba ;T@ o; ;;;[ o;;I"complex.c;T;[o;;[I"uses f_(in)?exact_p macro.;To;;I"rational.c;T;[o;;[I" ditto.;To;;I"bignum.c (rb_big_pow);T;[o;;[I"8bignum**bignum - should calculate without rational.;To;;I"lib/complex.rb;T;[o;;[I".should override Math module at most once.;To;;I"lib/mathn.rb;T;[o;;[I"requires 'cmath' directly.;TS; ; i; I";T@ o; ;;;[o;;I" prec.c;T;[o;;[I"Tremoved. Precision will be redesigned and be back again. c.f. [ruby-dev:36352].;To;;I"common.mk (COMMON_OBJS);T;[o;;[I"removed prec.o.;To;;I"inits.c (rb_call_inits);T;[o;;[I"removed Init_Precision.;To;;I"numeric.c (Init_Numeric);T;[o;;[I"Kremoved inclusion of Precision. removed #induced_from from each class.;To;;I"rational.c;T;[o;;[I" ditto.;To;;I" ext/bigdecimal/bigdecimal.c;T;[o;;[I" ditto.;To;;I"lib/rdoc/known_classes.rb;T;[o;;[I"%removed the entry for Precision.;To;;I"test/ruby/test_prec.rb;T;[o;;[I" removed.;To;;I"test/ruby/test_integer.rb;T;[o;;[I"!removed tests for Precision.;To;;I"test/ruby/test_fixnum.rb;T;[o;;[I" ditto.;To;;I"test/ruby/test_float.rb;T;[o;;[I" ditto.;To;;I"test/ruby/test_rational.rb;T;[o;;[I" ditto.;To;;I"test/ruby/test_complex.rb;T;[o;;[I" ditto.;To;;I"'test/bigdecimal/test_bigdecimal.rb;T;[o;;[I" ditto.;TS; ; i; I";T@ o; ;;;[o;;I"common.mk ;T;[o;;[I"QReverts the changeset 18994. Uses the official repository of rubyspec again.;TS; ; i; I"GFri Sep 19 17:41:56 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"configure.in;T;[o;;[I"`applied OS/2 support patch from Brendan Oakley in [ruby-core:18707].;TS; ; i; I"GFri Sep 19 09:29:26 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I" dln.c;T;[o;;[I"hnewer BeOS support. a patch from Pete Goodeve in [ruby-core:18712].;TS; ; i; I"BFri Sep 19 03:41:25 2008 NARUSE, Yui ;T@ o; ;;;[o;;I"ext/nkf/nkf-utf8/nkf.c;T;[o;;[I"=fix memory violation. mentioned by mame [ruby-dev:36373];TS; ; i; I";Fri Sep 19 01:07:36 2008 Tanaka Akira ;T@ o; ;;;[o;;I"regexec.c (string_cmp_ic);T;[o;;[I"add text_end argument.;To;;I"(slow_search);T;[o;;[I"&call enclen with real string end.;To;;I"(map_search);T;[o;;[I"add text_end argument.;TS; ; i; I"2008-09-18;T@ S; ; i; I"=Thu Sep 18 22:54:39 2008 Yusuke Endoh ;T@ o; ;;;[o;;I"7ext/openssl/ossl_pkey_ec.c (ossl_ec_key_to_string);T;[o;;[I"*comment out fragments of unused code.;TS; ; i; I"=Thu Sep 18 22:35:03 2008 Yusuke Endoh ;T@ o; ;;;[o;;I")ext/bigdecimal/bigdecimal.c (VpCtoV);T;[o;;[I"?1E1000...000 is interpreted as Infinity. [ruby-dev:36159];To;;I"*ext/bigdecimal/bigdecimal.c (VpPower);T;[o;;[I"EInfinity ** 1 returns Infinity instead of NaN. [ruby-dev:36159];To;;I"'test/bigdecimal/test_bigdecimal.rb;T;[o;;[I"add tests for above.;TS; ; i; I"GThu Sep 18 22:20:08 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"error.c (Init_Exception);T;[o;;[I"introduce EncodingError which is a superclass for all encoding related exception classes, e.g. Encoding::CompatibilityError. [ruby-dev:36371];To;;I"!transcode.c (Init_transcode);T;[o;;[I" ditto.;TS; ; i; I"GThu Sep 18 21:57:32 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"!string.c (rb_str_comparable);T;[o;;[I"Dmake ascii8bit string to be compatible with any other encoding.;To;;I"string.c (rb_str_cmp);T;[o;;[I"]use rb_str_comparable() instead of rb_enc_compatible() since <=> is a comparison anyway.;TS; ; i; I";Thu Sep 18 21:37:14 2008 Tanaka Akira ;T@ o; ;;;[o;;I"9grapheme cluster implementation reverted. [ruby-dev;T;[o;;[I" 36375];TS; ; i; I"EThu Sep 18 20:50:36 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"@lib/rake.rb (Rake::Application#standard_exception_handling);T;[o;;[I",replaced magic numbers for exit status.;TS; ; i; I"EThu Sep 18 20:37:59 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"=lib/optparse.rb (OptionParser::ParseError#set_backtrace);T;[o;;[I"Eomits OptionParser internal backtraces unless debug flag is set.;TS; ; i; I"=Thu Sep 18 20:02:48 2008 Yusuke Endoh ;T@ o; ;;;[o;;I"!lib/uri/common.rb (unescape);T;[o;;[I"0skip '%' to make String#hex work correctly.;TS; ; i; I"GThu Sep 18 19:51:11 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"!bignum.c (big2str_karatsuba);T;[o;;[I"tfree internal buffer eagerly. a patch from TOYOFUKU Chikanobu in [ruby-dev:36217].;To;;I"bignum.c (rb_big2str0);T;[o;;[I" ditto.;TS; ; i; I"=Thu Sep 18 19:43:04 2008 Yusuke Endoh ;T@ o; ;;;[o;;I"st.c (new_size);T;[o;;[I"Braise RuntimeError when st_table is too big. [ruby-dev:36354];TS; ; i; I";Thu Sep 18 18:23:23 2008 Tanaka Akira ;T@ o; ;;;[o;;I"transcode.c (enc_arg);T;[o;;[I"must take pointer argument to avoid GC problem. StringValueCStr modifies the argument and it should be preserved while the string StringValueCStr returns is used. Since the string is used by caller, the modified argument should be hold by caller. Actually GC.stress = true def (o=Object.new).to_str() "universal"+"_newline" end "\u3042".encode(o, "") causes curious warning: rb_define_const: invalid name `' for constant;TS; ; i; I"GThu Sep 18 17:32:44 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"transcode.c;T;[o;;[I"add "Error" suffix for Encoding exception classes. a patch from Tadashi Saito in [ruby-dev:36346].;To;;I"encoding.c (Init_Encoding);T;[o;;[I"Yrename EncodingCompatibilityError to Encoding::CompatibilityError. [ruby-dev:36366];TS; ; i; I"GThu Sep 18 17:18:35 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"transcode.c (enc_arg);T;[o;;[I"6revert last change. too early exception raising.;To;;I"transcode.c (enc_arg);T;[o;;[I"'need not to take pointer argument.;TS; ; i; I"=Sun Sep 18 02:22:15 2008 Yusuke Endoh ;T@ o; ;;;[o;;I"'test/bigdecimal/test_bigdecimal.rb;T;[o;;[I"?add tests to achieve over 90% test coverage of bigdecimal.;TS; ; i; I"2008-09-17;T@ S; ; i; I";Wed Sep 17 21:50:14 2008 Tanaka Akira ;T@ o; ;;;[o;;I"string.c (rb_str_casecmp);T;[o;;[I" don't use rb_enc_codepoint.;TS; ; i; I"AWed Sep 17 19:55:33 2008 Tadayoshi Funaba ;T@ o; ;;;[o;;I"!complex.c (nucomp_s_convert);T;[o;;[I"2accepts complex value (Complex(a,b) as a+bi).;TS; ; i; I"EWed Sep 17 19:16:47 2008 Kazuhiro NISHIYAMA ;T@ o; ;;;[o;;I"+test/ruby/test_io.rb (TestIO#test_dup);T;[o;;[I"*avoid infinite loop. [ruby-dev:36326];To;;I"+test/ruby/test_io.rb (TestIO#test_dup);T;[o;;[I"+remove needless open. [ruby-dev:35957];TS; ; i; I"GWed Sep 17 17:44:59 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"!io.c (rb_io_extract_modeenc);T;[o;;[I",process option mode: and perm: as well.;To;;I"io.c (open_key_args);T;[o;;[I"Bmove mode: and perm: related code to rb_io_extract_modeenc().;TS; ; i; I"GWed Sep 17 13:42:59 2008 Takeyuki Fujioka ;T@ o; ;;;[o;;I"1lib/cgi/html.rb (checkbox_group,radio_group);T;[o;;[I"*bug fix use size instead of bytesize.;To;;I"$test/cgi/test_cgi_tag_helper.rb;T;[o;;[I")test for checkbox_group,radio_group.;TS; ; i; I"AWed Sep 17 06:58:31 2008 Tadayoshi Funaba ;T@ o; ;;;[o;;I"numeric.c;T;[o;;[I"1provides predicate real? instead of scalar?.;To;;I"complex.c;T;[o;;[I"follows the above change.;To;;I"lib/cmath.rb;T;[o;;[I" ditto.;TS; ; i; I";Wed Sep 17 01:56:27 2008 Tanaka Akira ;T@ o; ;;;[o;;I"test/ruby/test_io_m17n.rb;T;[o;;[I"8use __FILE__ instead of /dev/null. [ruby-dev:36327];TS; ; i; I";Wed Sep 17 01:33:11 2008 Tanaka Akira ;T@ o; ;;;[2o;;I"2include/ruby/oniguruma.h (OnigEncodingTypeST);T;[o;;[I".add precise_ret argument for mbc_to_code.;To;;I"(ONIGENC_MBC_TO_CODE);T;[o;;[I""provide NULL for precise_ret.;To;;I"$(ONIGENC_MBC_PRECISE_CODEPOINT);T;[o;;[I" defined.;To;;I";include/ruby/encoding.h (rb_enc_mbc_precise_codepoint);T;[o;;[I" defined.;To;;I"/regenc.h (onigenc_single_byte_mbc_to_code);T;[o;;[I" precise_ret argument added.;To;;I"(onigenc_mbn_mbc_to_code);T;[o;;[I" ditto.;To;;I"/regenc.c (onigenc_single_byte_mbc_to_code);T;[o;;[I" precise_ret argument added.;To;;I"(onigenc_mbn_mbc_to_code);T;[o;;[I" ditto.;To;;I"/string.c (count_utf8_lead_bytes_with_word);T;[o;;[I" removed.;To;;I"(str_utf8_nth);T;[o;;[I" removed.;To;;I"(str_utf8_offset);T;[o;;[I" removed.;To;;I"(str_strlen);T;[o;;[I"3UTF-8 codepoint oriented optimization removed.;To;;I"(rb_str_substr);T;[o;;[I" ditto.;To;;I"(enc_succ_char);T;[o;;[I"&use rb_enc_mbc_precise_codepoint.;To;;I"(enc_pred_char);T;[o;;[I" ditto.;To;;I"(rb_str_succ);T;[o;;[I" ditto.;To;;I"encoding.c (rb_enc_ascget);T;[o;;[I"4check length with rb_enc_mbc_precise_codepoint.;To;;I"(rb_enc_codepoint);T;[o;;[I"&use rb_enc_mbc_precise_codepoint.;To;;I"regexec.c (string_cmp_ic);T;[o;;[I"add text_end argument.;To;;I"(match_at);T;[o;;[I"7check end of character after exact string matches.;To;;I"!enc/utf_8.c (grapheme_table);T;[o;;[I"4defined for extended grapheme cluster boundary.;To;;I"(grapheme_cmp);T;[o;;[I" defined.;To;;I"(get_grapheme_properties);T;[o;;[I" defined.;To;;I"(grapheme_boundary_p);T;[o;;[I" defined.;To;;I"(MAX_BYTES_LENGTH);T;[o;;[I" defined.;To;;I"(comb_char_enc_len);T;[o;;[I" defined.;To;;I"(mbc_to_code0);T;[o;;[I" extracted from mbc_to_code.;To;;I"(mbc_to_code);T;[o;;[I"use mbc_to_code0.;To;;I" (left_adjust_combchar_head);T;[o;;[I" defined.;To;;I" (utf_8);T;[o;;[I"/use a extended grapheme cluster as a unit.;To;;I"2enc/unicode.c (onigenc_unicode_mbc_case_fold);T;[o;;[I"=use ONIGENC_MBC_PRECISE_CODEPOINT to extract codepoints.;To;;I"1(onigenc_unicode_get_case_fold_codes_by_str);T;[o;;[I" ditto.;To;;I"enc/euc_jp.c (mbc_to_code);T;[o;;[I"Bfollow mbc_to_code field change. use onigenc_mbn_mbc_to_code.;To;;I""enc/shift_jis.c (mbc_to_code);T;[o;;[I" ditto.;To;;I"#enc/emacs_mule.c (mbc_to_code);T;[o;;[I" ditto.;To;;I" enc/gbk.c (gbk_mbc_to_code);T;[o;;[I"Afollow mbc_to_code field and onigenc_mbn_mbc_to_code change.;To;;I"$enc/cp949.c (cp949_mbc_to_code);T;[o;;[I" ditto.;To;;I""enc/big5.c (big5_mbc_to_code);T;[o;;[I" ditto.;To;;I"%enc/euc_tw.c (euctw_mbc_to_code);T;[o;;[I" ditto.;To;;I"%enc/euc_kr.c (euckr_mbc_to_code);T;[o;;[I" ditto.;To;;I"(enc/gb18030.c (gb18030_mbc_to_code);T;[o;;[I" ditto.;To;;I")enc/utf_32be.c (utf32be_mbc_to_code);T;[o;;[I"%follow mbc_to_code field change.;To;;I")enc/utf_16be.c (utf16be_mbc_to_code);T;[o;;[I" ditto.;To;;I")enc/utf_32le.c (utf32le_mbc_to_code);T;[o;;[I" ditto.;To;;I")enc/utf_16le.c (utf16le_mbc_to_code);T;[o;;[I" ditto.;TS; ; i; I"BWed Sep 17 01:17:12 2008 NARUSE, Yui ;T@ o; ;;;[o;;I"transcode.c (enc_arg);T;[o;;[I"4raise exception when unknown encoding is given.;TS; ; i; I"2008-09-16;T@ S; ; i; I"GTue Sep 16 22:23:24 2008 Takeyuki Fujioka ;T@ o; ;;;[o;;I"!lib/cgi/core.rb (CGI#header);T;[o;;[I"Fperformance improvement. From CGIAlt http://cgialt.rubyforge.org/;To;;I" test/cgi/test_cgi_header.rb;T;[o;;[I"exception class fixed.;TS; ; i; I"BTue Sep 16 22:21:33 2008 NARUSE, Yui ;T@ o; ;;;[o;;I"string.c (rb_str_concat);T;[o;;[I"%fix rdoc. (codepoint is integer);To;;I"%string.c (rb_str_each_codepoint);T;[o;;[I"use UINT2NUM.;TS; ; i; I"BTue Sep 16 21:48:55 2008 NARUSE, Yui ;T@ o; ;;;[o;;I"re.c (rb_reg_desc);T;[o;;[I"'Regexp#inspect should be US-ASCII.;TS; ; i; I"ETue Sep 16 21:33:22 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"string.c (rb_str_crypt);T;[o;;[I"8orthodox crypt() sees only first two bytes of salt.;TS; ; i; I"ATue Sep 16 19:18:40 2008 Tadayoshi Funaba ;T@ o; ;;;[o;;I"+complex.c (nucomp_marshal_{dump,load});T;[o;;[I"!preserve instance variables.;To;;I"+rational.c (nurat_marshal_{dump,load});T;[o;;[I" ditto.;TS; ; i; I"GTue Sep 16 18:28:52 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"io.c (rb_io_gets_m);T;[o;;[I";T@ o; ;;;[o;;I"%string.c (rb_str_each_codepoint);T;[o;;[I"add new methods, #codepoints and #each_codepoint. a patch from Michael Selig in [ruby-core:18532].;TS; ; i; I"GTue Sep 16 11:24:44 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"ext/socket/mkconstants.rb;T;[o;;[I"iadd new constants. a patch from IWAMURO Motonori in [ruby-dev:36309].;TS; ; i; I"GTue Sep 16 09:20:42 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"+test/ruby/test_io.rb (TestIO#test_dup);T;[o;;[I",exception should be raised from IO#dup.;TS; ; i; I"GTue Sep 16 08:35:29 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"+test/ruby/test_io.rb (TestIO#test_dup);T;[o;;[I">this test might fail if there are any garbage IO objects.;TS; ; i; I"BTue Sep 16 02:02:56 2008 NARUSE, Yui ;T@ o; ;;;[ o;;I"$string.c (rb_str_buf_cat_ascii);T;[o;;[I"codepoint is unsigned int.;To;;I"string.c (rb_str_concat);T;[o;;[I" ditto.;To;;I"string.c (str_cat_char);T;[o;;[I" ditto.;To;;I"string.c (prefix_escape);T;[o;;[I" ditto.;TS; ; i; I"GTue Sep 16 01:47:07 2008 Yukihiro Matsumoto ;T@ o; ;;;[ o;;I"'string.c (single_byte_optimizable);T;[o;;[I"rmake function inline. based on a patch from Michael Selig in [ruby-core:18532].;To;;I""string.c (str_modify_keep_cr);T;[o;;[I"Cnew function act as rb_str_modify(), but don't clear coderange;To;;I"string.c (rb_str_casecmp);T;[o;;[I")specialized for single byte strings.;To;;I"string.c (rb_str_splice);T;[o;;[I"preserve coderange.;To;;I"string.c (rb_str_slice_bang, rb_str_reverse_bang, rb_str_upcase_bang, rb_str_downcase_bang, tr_trans, rb_str_capitalize_bang, rb_str_swapcase_bang, rb_str_delete_bang, rb_str_chop_bang, rb_str_chomp_bang, rb_str_lstrip_bang, rb_str_rstrip_bang);T;[o;;[I" ditto.;To;;I"string.c (rb_str_clear);T;[o;;[I"preset coderange.;To;;I"string.c (rb_str_split_m);T;[o;;[I"-specialized for splitting with a string.;TS; ; i; I";Tue Sep 16 00:57:56 2008 Tanaka Akira ;T@ o; ;;;[o;;I"re.c (rb_reg_quote);T;[o;;[I"Juse rb_enc_mbcput to generate ASCII incompatible characters properly.;TS; ; i; I"BTue Sep 16 00:51:59 2008 NARUSE, Yui ;T@ o; ;;;[o;;I"(encoding.c (Encoding#base_encoding);T;[o;;[I"removed. [ruby-dev:36270];TS; ; i; I";Tue Sep 16 00:40:56 2008 Tanaka Akira ;T@ o; ;;;[ o;;I"#transcode_data.h (STR1_LENGTH);T;[o;;[I" defined.;To;;I"(makeSTR1LEN);T;[o;;[I" defined.;To;;I"tool/transcode-tblgen.rb;T;[o;;[I"8use makeSTR1LEN. generate STR1 for 4 to 259 bytes.;To;;I"!transcode.c (rb_transcoding);T;[o;;[I"new field: output_index.;To;;I"(transcode_restartable0);T;[o;;[I"use STR1_LENGTH.;TS; ; i; I"2008-09-15;T@ S; ; i; I"=Mon Sep 15 23:52:45 2008 Koichi Sasada ;T@ o; ;;;[o;;I"gc.c, include/ruby/ruby.h;T;[o;;[I"Frename rb_register_mark_object() to rb_gc_register_mark_object().;To;;I"eval.c, vm.c;T;[o;;[I"7initialize vm->mark_object_ary at Init_top_self().;To;;I"pbignum.c, complex.c, encoding.c, ext/win32ole/win32ole.c, io.c, load.c, marshal.c, rational.c, ruby.c, vm.c;T;[o;;[I"buse rb_gc_register_mark_object() instead of rb_global_variable() or rb_gc_register_address().;TS; ; i; I";Mon Sep 15 23:37:15 2008 Tanaka Akira ;T@ o; ;;;[o;;I"transcode.c (econv_opts);T;[o;;[I"don't use to_sym.;TS; ; i; I";Mon Sep 15 23:28:28 2008 Tanaka Akira ;T@ o; ;;;[o;;I""encoding.c (rb_enc_get_index);T;[o;;[I"don't return -1.;To;;I"io.c (rb_scan_open_args);T;[o;;[I"3call FilePathValue before encoding conversion.;TS; ; i; I"GMon Sep 15 22:11:07 2008 Yukihiro Matsumoto ;T@ o; ;;;[ o;;I"#string.c (rb_str_squeeze_bang);T;[o;;[I"Aspecialized for 7bit characters in ASCII compatible strings.;To;;I"string.c (rb_str_count);T;[o;;[I" ditto.;To;;I"string.c (tr_trans);T;[o;;[I"(preserve 7bit/valid coderange flag.;To;;I"#string.c (rb_str_squeeze_bang);T;[o;;[I"'preserve previous coderange value.;To;;I""string.c (rb_str_lstrip_bang);T;[o;;[I" ditto.;To;;I""string.c (rb_str_rstrip_bang);T;[o;;[I" ditto.;To;;I".encoding.c (rb_default_external_encoding);T;[o;;[I"=preserve default_external_encoding in a static variable.;To;;I"'string.c (single_byte_optimizable);T;[o;;[I"Lcheck coderange first, to reduce number of calling rb_enc_from_index().;TS; ; i; I"DMon Sep 15 20:57:00 2008 Yuki Sonoda (Yugui) ;T@ o; ;;;[ o;;I" lib/matrix.rb (Matrix#eql?);T;[o;;[I";fixed [ruby-dev:36298]. Reported by an anonymous user.;To;;I" lib/matrix.rb (Vector#eql?);T;[o;;[I" ditto.;To;;I"$(Matrix#compare_by_row_vectors);T;[o;;[I"8takes comparison strategy as an optional parameter.;To;;I"(Vector#compare_by);T;[o;;[I" ditto.;TS; ; i; I"BMon Sep 15 14:34:32 2008 NARUSE, Yui ;T@ o; ;;;[o;;I"#encoding.c (RUBY_MAX_CHAR_LEN);T;[o;;[I" defined.;To;;I"encoding.c (str_cat_char);T;[o;;[I"use RUBY_MAX_CHAR_LEN.;TS; ; i; I"BMon Sep 15 13:53:33 2008 NARUSE, Yui ;T@ o; ;;;[o;;I"#encoding.c (rb_enc_compatible);T;[o;;[I"=accept other than strings and regexps. [ruby-core:18595];To;;I""encoding.c (rb_enc_get_index);T;[o;;[I"works files and encodings.;TS; ; i; I"AMon Sep 15 13:17:21 2008 Tadayoshi Funaba ;T@ o; ;;;[ o;;I"complex.c (nucomp_eql_p);T;[o;;[I" new.;To;;I"complex.c (nucomp_hash);T;[o;;[I",should use hash values of the elements.;To;;I"rational.c (nurat_hash);T;[o;;[I" ditto.;To;;I"hash.c (rb_any_cmp);T;[o;;[I" removed an unused variable.;TS; ; i; I";Mon Sep 15 11:11:04 2008 Tanaka Akira ;T@ o; ;;;[o;;I"%transcode_data.h (rb_transcoder);T;[o;;[I"=resetsize_func and resetstate_func also returns ssize_t.;To;;I"enc/trans/iso2022.trans;T;[o;;[I"follow the type change.;TS; ; i; I"DMon Sep 15 10:28:10 2008 Yuki Sonoda (Yugui) ;T@ o; ;;;[ o;;I"'test/matrix/test_matrix.rb (setup);T;[o;;[I" typo.;To;;I"(test_equality);T;[o;;[I"Jmisdefinition of the expected working. Reported by an anonymous user.;To;;I"(test_hash);T;[o;;[I" added.;To;;I"test/matrix/test_vector.rb;T;[o;;[I" ditto.;TS; ; i; I";Mon Sep 15 03:33:10 2008 Tanaka Akira ;T@ o; ;;;[ o;;I"transcode_data.h;T;[o;;[I"%return output functions ssize_t.;To;;I")transcode.c (transcode_restartable0);T;[o;;[I"7don't need to cast the result of output functions.;To;;I"enc/trans/newline.trans;T;[o;;[I"follow the type change.;To;;I"enc/trans/escape.trans;T;[o;;[I" ditto.;To;;I"enc/trans/utf_16_32.trans;T;[o;;[I" ditto.;To;;I"enc/trans/iso2022.trans;T;[o;;[I" ditto.;To;;I"enc/trans/japanese.trans;T;[o;;[I" ditto.;TS; ; i; I";Mon Sep 15 03:04:29 2008 Tanaka Akira ;T@ o; ;;;[ o;;I"transcode_data.h;T;[o;;[I".output function takes output buffer size.;To;;I"transcode.c;T;[o;;[I"2give output buffer size for output functions.;To;;I"enc/trans/newline.trans;T;[o;;[I"follow the type change.;To;;I"enc/trans/escape.trans;T;[o;;[I" ditto.;To;;I"enc/trans/utf_16_32.trans;T;[o;;[I" ditto.;To;;I"enc/trans/iso2022.trans;T;[o;;[I" ditto.;To;;I"enc/trans/japanese.trans;T;[o;;[I" ditto.;TS; ; i; I"EMon Sep 15 02:37:19 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"transcode.c (str_encode);T;[o;;[I"Ereturns duplicated string if nothing changed. [ruby-core:18578];TS; ; i; I"2008-09-14;T@ S; ; i; I"GSun Sep 14 22:09:01 2008 Takeyuki Fujioka ;T@ o; ;;;[o;;I"!lib/cgi/core.rb (CGI::parse);T;[o;;[I"performance improvement;TS; ; i; I"ASun Sep 14 18:33:32 2008 Tadayoshi Funaba ;T@ o; ;;;[o;;I"complex.c;T;[o;;[I"trivial changes.;TS; ; i; I"DSun Sep 14 16:15:22 2008 Yuki Sonoda (Yugui) ;T@ o; ;;;[ o;;I" lib/matrix.rb (Vector#eql?);T;[o;;[I"'typo of the method name as "eqn?".;To;;I"(Vector#eqn?);T;[o;;[I"~removed. Defined by mistake. Fixes [ruby-dev:36294]. Reported by weda and an anonymous user.;To;;I"test/matrix/test_matrix.rb;T;[o;;[I" added.;To;;I"test/matrix/test_vector.rb;T;[o;;[I" added.;TS; ; i; I"ESun Sep 14 16:07:04 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"ruby.c (process_options);T;[o;;[I";T@ o; ;;;[o;;I"object.c (Init_Object);T;[o;;[I"added metameta-class initialization for BasicObject, Object, and Module. The metameta-classes of them are now the metaclass of Class, as the metameta-class of Class is.;To;;I"%object.c (boot_defmetametaclass);T;[o;;[I" added.;TS; ; i; I"ASun Sep 14 10:10:43 2008 Tadayoshi Funaba ;T@ o; ;;;[o;;I" complex.c (f_{add,mul,sub});T;[o;;[I">omitted some shortcuts for preserving signed zero anyway.;To;;I"complex.c (nucomp_negate);T;[o;;[I" new.;TS; ; i; I";Sun Sep 14 04:15:16 2008 Tanaka Akira ;T@ o; ;;;["o;;I"2include/ruby/oniguruma.h (OnigEncodingTypeST);T;[o;;[I"0add end argument for left_adjust_char_head.;To;;I"$(ONIGENC_LEFT_ADJUST_CHAR_HEAD);T;[o;;[I"add end argument.;To;;I"((onigenc_get_left_adjust_char_head);T;[o;;[I" ditto.;To;;I"4include/ruby/encoding.h (rb_enc_left_char_head);T;[o;;[I"add end argument.;To;;I"9regenc.h (onigenc_single_byte_left_adjust_char_head);T;[o;;[I" ditto.;To;;I"2regenc.c (onigenc_get_right_adjust_char_head);T;[o;;[I"!follow the interface change.;To;;I"3(onigenc_get_right_adjust_char_head_with_prev);T;[o;;[I" ditto.;To;;I"!(onigenc_get_prev_char_head);T;[o;;[I" ditto.;To;;I"(onigenc_step_back);T;[o;;[I" ditto.;To;;I"((onigenc_get_left_adjust_char_head);T;[o;;[I" ditto.;To;;I"&(onigenc_single_byte_code_to_mbc);T;[o;;[I" ditto.;To;;I" re.c;T;[o;;[I" ditto.;To;;I" string.c;T;[o;;[I" ditto.;To;;I" io.c;T;[o;;[I" ditto.;To;;I"regexec.c;T;[o;;[I" ditto.;To;;I"enc/euc_jp.c;T;[o;;[I" ditto.;To;;I"enc/cp949.c;T;[o;;[I" ditto.;To;;I"enc/shift_jis.c;T;[o;;[I" ditto.;To;;I"enc/gbk.c;T;[o;;[I" ditto.;To;;I"enc/big5.c;T;[o;;[I" ditto.;To;;I"enc/euc_tw.c;T;[o;;[I" ditto.;To;;I"enc/euc_kr.c;T;[o;;[I" ditto.;To;;I"enc/emacs_mule.c;T;[o;;[I" ditto.;To;;I"enc/gb18030.c;T;[o;;[I" ditto.;To;;I"enc/utf_8.c;T;[o;;[I" ditto.;To;;I"enc/utf_16le.c;T;[o;;[I" ditto.;To;;I"enc/utf_16be.c;T;[o;;[I" ditto.;To;;I"enc/utf_32le.c;T;[o;;[I" ditto.;To;;I"enc/utf_32be.c;T;[o;;[I" ditto.;TS; ; i; I";Sun Sep 14 03:43:27 2008 Tanaka Akira ;T@ o; ;;;[ o;;I"1include/ruby/oniguruma.h (ONIGENC_STEP_BACK);T;[o;;[I"add end argument.;To;;I"(onigenc_step_back);T;[o;;[I" ditto.;To;;I"!regenc.c (onigenc_step_back);T;[o;;[I"add end argument.;To;;I"regexec.c;T;[o;;[I"!follow the interface change.;TS; ; i; I";Sun Sep 14 03:20:03 2008 Tanaka Akira ;T@ o; ;;;[ o;;I":include/ruby/oniguruma.h (onigenc_get_prev_char_head);T;[o;;[I"add end argument.;To;;I"/include/ruby/encoding.h (rb_enc_prev_char);T;[o;;[I" ditto.;To;;I"*regenc.c (onigenc_get_prev_char_head);T;[o;;[I"add end argument.;To;;I"regparse.c;T;[o;;[I"!follow the interface change.;To;;I"regexec.c;T;[o;;[I" ditto.;To;;I" string.c;T;[o;;[I" ditto.;To;;I" parse.y;T;[o;;[I" ditto.;TS; ; i; I";Sun Sep 14 02:04:28 2008 Tanaka Akira ;T@ o; ;;;[o;;I"Linclude/ruby/oniguruma.h (onigenc_get_right_adjust_char_head_with_prev);T;[o;;[I"add end argument.;To;;I";T@ o; ;;;[ o;;I"Binclude/ruby/oniguruma.h (onigenc_get_right_adjust_char_head);T;[o;;[I"add end argument.;To;;I"5include/ruby/encoding.h (rb_enc_right_char_head);T;[o;;[I"add end argument.;To;;I"2regenc.c (onigenc_get_right_adjust_char_head);T;[o;;[I"use end argument.;To;;I""re.c (rb_reg_adjust_startpos);T;[o;;[I"!follow the interface change.;To;;I"string.c (rb_str_index);T;[o;;[I" ditto.;To;;I"®exec.c (backward_search_range);T;[o;;[I" ditto.;To;;I"(onig_search);T;[o;;[I" ditto.;TS; ; i; I";Sun Sep 14 00:43:28 2008 Tanaka Akira ;T@ o; ;;;[o;;I"!ext/ripper/depend (ripper.o);T;[o;;[I" it depends on ruby headers.;TS; ; i; I"2008-09-13;T@ S; ; i; I";Sat Sep 13 19:27:01 2008 Tanaka Akira ;T@ o; ;;;[o;;I"io.c (io_encoding_set);T;[o;;[I"don't need argc argument.;To;;I"(rb_io_s_pipe);T;[o;;[I"!update io_encoding_set call.;To;;I"(rb_io_set_encoding);T;[o;;[I" ditto.;TS; ; i; I";Sat Sep 13 18:46:41 2008 Tanaka Akira ;T@ o; ;;;[o;;I"!transcode.c (rb_transcoding);T;[o;;[I"align state field.;TS; ; i; I";Sat Sep 13 18:21:09 2008 Tanaka Akira ;T@ o; ;;;[o;;I"transcode.c (DECORATOR_P);T;[o;;[I"*renamed from SUPPLEMENTAL_CONVERSION.;TS; ; i; I";Sat Sep 13 18:05:37 2008 Tanaka Akira ;T@ o; ;;;[ o;;I"io.c (make_writeconv);T;[o;;[I"use rb_enc_name.;To;;I"(make_readconv);T;[o;;[I" ditto.;To;;I"%transcode.c (rb_econv_open_opts);T;[o;;[I" ditto.;To;;I"(econv_args);T;[o;;[I" ditto.;To;;I"(decorate_convpath);T;[o;;[I" ditto.;To;;I"(econv_set_replacement);T;[o;;[I" ditto.;TS; ; i; I"ASat Sep 13 11:15:38 2008 Shugo Maeda ;T@ o; ;;;[o;;I"lib/rexml/document.rb;T;[o;;[I"fixed typo.;TS; ; i; I"ASat Sep 13 10:53:13 2008 Tadayoshi Funaba ;T@ o; ;;;[o;;I"complex.c;T;[o;;[I" refined.;To;;I"rational.c;T;[o;;[I" ditto.;TS; ; i; I";Sat Sep 13 03:44:52 2008 Tanaka Akira ;T@ o; ;;;[o;;I"(transcode.c (rb_econv_prepare_opts);T;[o;;[I"Jraise ArgumentError if a broken string is specified as a replacement.;TS; ; i; I";Sat Sep 13 03:31:05 2008 Tanaka Akira ;T@ o; ;;;[o;;I"!iseq.c (iseq_s_compile_file);T;[o;;[I"use rb_file_open_str.;To;;I" io.c (rb_file_open_generic);T;[o;;[I"call validate_enc_binmode.;To;;I"(rb_file_open_str);T;[o;;[I"call FilePathValue.;TS; ; i; I";Sat Sep 13 02:58:05 2008 Tanaka Akira ;T@ o; ;;;[o;;I" io.c (validate_enc_binmode);T;[o;;[I"*extracted from rb_io_extract_modeenc.;To;;I"(rb_io_extract_modeenc);T;[o;;[I"use validate_enc_binmode.;To;;I"(io_encoding_set);T;[o;;[I"call validate_enc_binmode.;TS; ; i; I";Sat Sep 13 02:50:34 2008 Tanaka Akira ;T@ o; ;;;[o;;I"(transcode.c (rb_econv_prepare_opts);T;[o;;[I"4initialize *opt and return 0 if opthash is nil.;TS; ; i; I";Sat Sep 13 02:29:19 2008 Tanaka Akira ;T@ o; ;;;[o;;I"enc/trans/escape.trans;T;[o;;[I"/transcoder name renamed to use underscore.;To;;I"transcode.c;T;[o;;[I"follow the renaming.;TS; ; i; I";Sat Sep 13 02:12:17 2008 Tanaka Akira ;T@ o; ;;;[o;;I".transcode.c (rb_econv_init_by_convpath_i);T;[o;;[I"new function.;To;;I" (rb_econv_init_by_convpath);T;[o;;[I"new function.;To;;I"(econv_init);T;[o;;[I"#use rb_econv_init_by_convpath.;TS; ; i; I";Sat Sep 13 01:11:14 2008 Tanaka Akira ;T@ o; ;;;[o;;I"transcode.c (econv_args);T;[o;;[I"?take snamev_p and dnamev_p to prevent possible GC problem.;TS; ; i; I";Sat Sep 13 00:38:54 2008 Tanaka Akira ;T@ o; ;;;[o;;I"transcode.c (enc_arg);T;[o;;[I"8take arg as VALUE * to prevent possible GC problem.;TS; ; i; I"2008-09-12;T@ S; ; i; I";Fri Sep 12 23:19:41 2008 Tanaka Akira ;T@ o; ;;;[o;;I"-transcode.c (rb_econv_add_transcoder_at);T;[o;;[I"fix loop condition.;TS; ; i; I";Fri Sep 12 22:39:46 2008 Tanaka Akira ;T@ o; ;;;[ o;;I""transcode.c (decorator_names);T;[o;;[I""extracted from rb_econv_open.;To;;I"(rb_econv_open);T;[o;;[I"use decorator_names.;To;;I"(econv_args);T;[o;;[I"extracted from econv_init.;To;;I"(econv_init);T;[o;;[I"use econv_args.;To;;I"(decorate_convpath);T;[o;;[I"new function.;To;;I"(search_convpath_i);T;[o;;[I"new function.;To;;I"(econv_s_search_convpath);T;[o;;[I"new method.;To;;I"(Init_transcode);T;[o;;[I"new method defined.;TS; ; i; I";Fri Sep 12 21:55:43 2008 Tanaka Akira ;T@ o; ;;;[ o;;I"transcode.c (rb_econv_t);T;[o;;[I"new field: num_allocated.;To;;I"(rb_econv_alloc);T;[o;;[I"8extracted from rb_econv_open_by_transcoder_entries.;To;;I"!(rb_econv_add_transcoder_at);T;[o;;[I"8extracted from rb_econv_decorate_at and generalized;To;;I"*(rb_econv_open_by_transcoder_entries);T;[o;;[I"7use rb_econv_alloc and rb_econv_add_transcoder_at.;To;;I"(rb_econv_add_converter);T;[o;;[I")extracted from rb_econv_decorate_at.;To;;I"(rb_econv_decorate_at);T;[o;;[I" use rb_econv_add_converter.;TS; ; i; I";Fri Sep 12 21:22:09 2008 Tanaka Akira ;T@ o; ;;;[ o;;I"transcode.c (rb_econv_t);T;[o;;[I"new field: started.;To;;I"*(rb_econv_open_by_transcoder_entries);T;[o;;[I"initialize started field.;To;;I"(rb_econv_convert);T;[o;;[I"set started field.;To;;I"(rb_econv_insert_output);T;[o;;[I" ditto.;To;;I"(rb_econv_decorate_at);T;[o;;[I"1check started field instead of num_finished.;TS; ; i; I";Fri Sep 12 20:28:59 2008 Tanaka Akira ;T@ o; ;;;[o;;I"/regenc.c (onigenc_single_byte_code_to_mbc);T;[o;;[I" follow OnigEncoding change.;TS; ; i; I"=Fri Sep 12 20:00:22 2008 Yusuke Endoh ;T@ o; ;;;[o;;I"regparse.c (parse_exp);T;[o;;[I"fix resource leak.;TS; ; i; I"=Fri Sep 12 01:21:22 2008 Yusuke Endoh ;T@ o; ;;;[o;;I"(ext/syck/node.c (syck_replace_str2);T;[o;;[I"!fix wrong check to free ptr.;TS; ; i; I"2008-09-11;T@ S; ; i; I"IThu Sep 11 20:18:24 2008 Masaki Suketa ;T@ o; ;;;[o;;I"5test/win32ole/test_err_in_callback.rb (teardown);T;[o;;[I"get rid of infinite loop.;TS; ; i; I"BThu Sep 11 19:12:56 2008 NARUSE, Yui ;T@ o; ;;;[#o;;I"-include/ruby/oniguruma.h (OnigCodePoint);T;[o;;[I"#unsigned long to unsigned int.;To;;I"/include/ruby/encoding.h (rb_enc_codepoint);T;[o;;[I" ditto.;To;;I""encoding.c (rb_enc_codepoint);T;[o;;[I" signed int to unsigned int.;To;;I"encoding.c (rb_enc_ascget);T;[o;;[I" ditto.;To;;I"string.c (rb_str_casecmp);T;[o;;[I" ditto.;To;;I"#string.c (enc_succ_alnum_char);T;[o;;[I" ditto.;To;;I"string.c (rb_str_inspect);T;[o;;[I" ditto.;To;;I""string.c (rb_str_upcase_bang);T;[o;;[I" ditto.;To;;I"$string.c (rb_str_downcase_bang);T;[o;;[I" ditto.;To;;I"&string.c (rb_str_capitalize_bang);T;[o;;[I" ditto.;To;;I"$string.c (rb_str_swapcase_bang);T;[o;;[I" ditto.;To;;I"string.c (struct tr);T;[o;;[I" ditto.;To;;I"string.c (trnext);T;[o;;[I" ditto.;To;;I"string.c (tr_trans);T;[o;;[I" ditto.;To;;I"string.c (tr_setup_table);T;[o;;[I" ditto.;To;;I"string.c (tr_find);T;[o;;[I" ditto.;To;;I""string.c (rb_str_delete_bang);T;[o;;[I" ditto.;To;;I"#string.c (rb_str_squeeze_bang);T;[o;;[I" ditto.;To;;I"string.c (rb_str_count);T;[o;;[I" ditto.;To;;I"string.c (rb_str_split_m);T;[o;;[I" ditto.;To;;I" string.c (rb_str_each_line);T;[o;;[I" ditto.;To;;I""string.c (rb_str_lstrip_bang);T;[o;;[I" ditto.;To;;I""string.c (rb_str_rstrip_bang);T;[o;;[I" ditto.;To;;I"string.c (rb_str_intern);T;[o;;[I" ditto.;To;;I"dir.c (char_casecmp);T;[o;;[I" ditto.;To;;I"sprintf.c (rb_str_format);T;[o;;[I" ditto.;To;;I"#enc/emacs_mule.c (mbc_to_code);T;[o;;[I"to be 32bit clean.;To;;I"#enc/emacs_mule.c (code_to_mbc);T;[o;;[I" ditto.;To;;I" enc/gb18030.c (mbc_to_code);T;[o;;[I" ditto.;To;;I" enc/gb18030.c (code_to_mbc);T;[o;;[I" ditto.;TS; ; i; I"BThu Sep 11 19:09:25 2008 NARUSE, Yui ;T@ o; ;;;[o;;I"ext/iconv/iconv.c;T;[o;;[I"+add attention for machine independent.;TS; ; i; I"GThu Sep 11 15:23:26 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"bignum.c (bigdivrem);T;[o;;[I"{adjust length for division and remainder. a patch from TOYOFUKU Chikanobu in [ruby-dev:36231].;TS; ; i; I";Thu Sep 11 02:59:47 2008 Tanaka Akira ;T@ o; ;;;[o;;I"io.c (io_binwrite);T;[o;;[I"extracted from io_fwrite.;TS; ; i; I";Thu Sep 11 02:25:34 2008 Tanaka Akira ;T@ o; ;;;[ o;;I" transcode.c (make_encoding);T;[o;;[I"new function.;To;;I"(make_encobj);T;[o;;[I"new function.;To;;I"#(econv_s_asciicompat_encoding);T;[o;;[I"use make_encoding.;To;;I"(rb_econv_open_exc);T;[o;;[I"!use SUPPLEMENTAL_CONVERSION.;To;;I"(econv_convpath);T;[o;;[I"'use encoding object in the result.;TS; ; i; I";Thu Sep 11 02:14:38 2008 Tanaka Akira ;T@ o; ;;;[o;;I"!transcode.c (econv_convpath);T;[o;;[I"new method.;TS; ; i; I"2008-09-10;T@ S; ; i; I"=Wed Sep 10 23:00:43 2008 Yusuke Endoh ;T@ o; ;;;[o;;I"tool/compile_prelude.rb;T;[o;;[I"Yprint "" instead of "prelude.rb" on stack trace. [ruby-dev:36129];TS; ; i; I"GWed Sep 10 21:19:58 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"!bignum.c (big2str_karatsuba);T;[o;;[I"wremove unnecessary fixnum code. a patch from TOYOFUKU Chikanobu in [ruby-dev:36217].;TS; ; i; I"IWed Sep 10 21:09:32 2008 Masaki Suketa ;T@ o; ;;;[o;;I"*test/win32ole/test_err_in_callback.rb;T;[o;;[I"'InternetExplorer should be closed.;To;;I"%test/win32ole/err_in_callback.rb;T;[o;;[I" ditto.;TS; ; i; I"EWed Sep 10 18:25:19 2008 akira yamada ;T@ o; ;;;[o;;I"$lib/uri/common.rb (URI::Parser);T;[o;;[I"new class.;To;;I"*lib/uri/mailto.rb, lib/uri/generic.rb;T;[o;;[I"follow the above change.;To;;I"test/uri/test_parser.rb;T;[o;;[I"!added tests for URI::Parser.;TS; ; i; I"GWed Sep 10 10:35:32 2008 Takeyuki Fujioka ;T@ o; ;;;[o;;I")lib/cgi/cookie.rb (CGI::Cookie#to_s);T;[o;;[I"Mperformance improvement from http://jp.rubyist.net/magazine/?0023-Cgirb.;TS; ; i; I">Wed Sep 10 10:12:29 2008 akira yamada ;T@ o; ;;;[o;;I"(lib/sync.rb (Sync_m#sync_exclusive);T;[o;;[I"3fixed typo. [ruby-dev:36233] [RubyForge#11680];TS; ; i; I";Wed Sep 10 01:57:23 2008 Tanaka Akira ;T@ o; ;;;[o;;I"+tool/transcode-tblgen.rb (StrSet#hash);T;[o;;[I"cache hash value.;To;;I"(ActionMap#hash);T;[o;;[I" ditto.;TS; ; i; I";Wed Sep 10 01:26:01 2008 Tanaka Akira ;T@ o; ;;;[ o;;I"1include/ruby/encoding.h (econv_after_output);T;[o;;[I"1renamed from econv_output_followed_by_input.;To;;I"(ECONV_AFTER_OUTPUT);T;[o;;[I"1renamed from ECONV_OUTPUT_FOLLOWED_BY_INPUT.;To;;I"transcode.c;T;[o;;[I"follow the renaming.;To;;I" io.c;T;[o;;[I" ditto.;TS; ; i; I";Wed Sep 10 01:16:07 2008 Tanaka Akira ;T@ o; ;;;[o;;I",transcode.c (get_replacement_character);T;[o;;[I"2don't return ASCII incompatible replacements.;To;;I"(make_replacement);T;[o;;[I";don't convert the result of get_replacement_character.;TS; ; i; I";Wed Sep 10 01:05:00 2008 Tanaka Akira ;T@ o; ;;;[o;;I"3enc/trans/newline.trans (rb_universal_newline);T;[o;;[I"(swap src_encoding and dst_encoding.;To;;I"'transcode.c (rb_econv_decorate_at);T;[o;;[I")call get_transcoder_entry only once.;To;;I"(rb_econv_binmode);T;[o;;[I"%follow universal_newline change.;TS; ; i; I";Wed Sep 10 00:01:36 2008 Tanaka Akira ;T@ o; ;;;[o;;I" include/ruby/io.h (rb_io_t);T;[o;;[I"@rename field: writeconv_stateless to writeconv_asciicompat.;To;;I" io.c;T;[o;;[I"follow the renaming.;To;;I" gc.c;T;[o;;[I" ditto.;TS; ; i; I"2008-09-09;T@ S; ; i; I";Tue Sep 9 23:55:26 2008 Tanaka Akira ;T@ o; ;;;[o;;I"io.c (io_fwrite);T;[o;;[I"fraise an error if ASCII incompatible string written for text mode IO without encoding conversion.;To;;I"(rb_io_extract_modeenc);T;[o;;[I"!binmode requirement changed.;TS; ; i; I"GTue Sep 9 21:59:48 2008 Takeyuki Fujioka ;T@ o; ;;;[o;;I" lib/cgi*;T;[o;;[I"3split cgi.rb into four files. [ruby-dev:36041];TS; ; i; I";Tue Sep 9 21:17:00 2008 Tanaka Akira ;T@ o; ;;;[o;;I"3include/ruby/encoding.h (ECONV_DECORATOR_MASK);T;[o;;[I"7merge ECONV_ENCODER_MASK and ECONV_DECORATOR_MASK.;To;;I"((ECONV_UNIVERSAL_NEWLINE_DECORATOR);T;[o;;[I"2renamed from ECONV_UNIVERSAL_NEWLINE_DECODER.;To;;I"#(ECONV_CRLF_NEWLINE_DECORATOR);T;[o;;[I"-renamed from ECONV_CRLF_NEWLINE_ENCODER.;To;;I"!(ECONV_CR_NEWLINE_DECORATOR);T;[o;;[I"+renamed from ECONV_CR_NEWLINE_ENCODER.;To;;I"(ECONV_XML_TEXT_DECORATOR);T;[o;;[I")renamed from ECONV_XML_TEXT_ENCODER.;To;;I"'(ECONV_XML_ATTR_CONTENT_DECORATOR);T;[o;;[I"1renamed from ECONV_XML_ATTR_CONTENT_ENCODER.;To;;I"$(ECONV_STATEFUL_DECORATOR_MASK);T;[o;;[I".renamed from ECONV_STATEFUL_ENCODER_MASK.;To;;I"%(ECONV_XML_ATTR_QUOTE_DECORATOR);T;[o;;[I"3renamed from ECONV_XML_ATTR_CONTENT_DECORATOR.;To;;I" io.c;T;[o;;[I"follow the renaming.;To;;I"transcode.c;T;[o;;[I" ditto.;TS; ; i; I";Tue Sep 9 20:55:55 2008 Tanaka Akira ;T@ o; ;;;[o;;I"!transcode.c (rb_econv_open0);T;[o;;[I"make it static.;To;;I"(rb_econv_open);T;[o;;[I"place decorators at last.;TS; ; i; I"ETue Sep 9 20:40:15 2008 Kazuhiro NISHIYAMA ;T@ o; ;;;[o;;I";test/openssl/test_ssl.rb (OpenSSL#test_client_session);T;[o;;[I"tDebian's openssl 0.9.8g-13 failed at assert(ssl.session_reused?), when use default SSLContext. [ruby-dev:36167];TS; ; i; I";Tue Sep 9 20:34:26 2008 Tanaka Akira ;T@ o; ;;;[ o;;I"transcode.c (rb_econv_t);T;[o;;[I"last_trans_index removed.;To;;I"*(rb_econv_open_by_transcoder_entries);T;[o;;[I"follow the type change.;To;;I"(rb_econv_open0);T;[o;;[I" ditto.;To;;I"(rb_econv_decorate_at);T;[o;;[I" ditto.;To;;I"(rb_econv_binmode);T;[o;;[I" ditto.;To;;I"(rb_econv_insert_output);T;[o;;[I"8simplified because there are no decorators at last.;TS; ; i; I";Tue Sep 9 20:21:54 2008 Tanaka Akira ;T@ o; ;;;[o;;I" transcode.c (rb_econv_open);T;[o;;[I"#reverse the order of decoders.;TS; ; i; I";Tue Sep 9 20:18:26 2008 Tanaka Akira ;T@ o; ;;;[o;;I"!transcode.c (rb_econv_open0);T;[o;;[I"+num_encoders and num_decoders removed.;TS; ; i; I";Tue Sep 9 03:59:13 2008 Tanaka Akira ;T@ o; ;;;[o;;I"io.c (make_writeconv);T;[o;;[I"useless branch removed.;TS; ; i; I";Tue Sep 9 02:18:20 2008 Tanaka Akira ;T@ o; ;;;[o;;I"9include/ruby/encoding.h (rb_econv_decorate_at_first);T;[o;;[I"declared.;To;;I" (rb_econv_decorate_at_last);T;[o;;[I"declared.;To;;I"6transcode.c (rb_econv_open_by_transcoder_entries);T;[o;;[I"Jinitialize replacement_enc. allocate outbuf for the last transcoder.;To;;I"(rb_econv_open0);T;[o;;[I""extracted from rb_econv_open.;To;;I"(rb_econv_open);T;[o;;[I"ouse rb_econv_open0 and decorate the result using rb_econv_decorate_at_first and rb_econv_decorate_at_last.;To;;I"(rb_econv_decorate_at);T;[o;;[I"new function.;To;;I"!(rb_econv_decorate_at_first);T;[o;;[I" ditto.;To;;I" (rb_econv_decorate_at_last);T;[o;;[I" ditto.;To;;I"(rb_econv_binmode);T;[o;;[I"!fix iteration end condition.;To;;I"(econv_init);T;[o;;[I"idon't set source_encoding_name and destination_encoding_name because they are set in rb_econv_open0.;TS; ; i; I";Tue Sep 9 01:10:54 2008 Tanaka Akira ;T@ o; ;;;[o;;I" transcode.c (rb_econv_open);T;[o;;[I"make ec a local variable.;TS; ; i; I";Tue Sep 9 00:20:10 2008 Tanaka Akira ;T@ o; ;;;[o;;I"0transcode.c (rb_econv_asciicompat_encoding);T;[o;;[I"check decoder.;TS; ; i; I";Tue Sep 9 00:00:47 2008 Tanaka Akira ;T@ o; ;;;[o;;I"transcode.c (rb_econv_t);T;[o;;[I"&last_error.partial_input removed.;TS; ; i; I"2008-09-08;T@ S; ; i; I";Mon Sep 8 23:24:54 2008 Tanaka Akira ;T@ o; ;;;[o;;I";T@ o; ;;;[o;;I")transcode.c (rb_econv_insert_output);T;[o;;[I"2"readagain" part should be after replacement.;TS; ; i; I"BMon Sep 8 22:30:03 2008 NARUSE, Yui ;T@ o; ;;;[o;;I"dir.c (dir_initialize);T;[o;;[I"Irename option name of Dir.open from :external_encoding to :encoding.;TS; ; i; I"GMon Sep 8 22:16:20 2008 Takeyuki FUJIOKA ;T@ o; ;;;[o;;I"lib/cgi.rb ;T;[o;;[I"0obsolete regex "n" option. [ruby-dev:36130];TS; ; i; I"BMon Sep 8 18:13:20 2008 NAKAMURA Usaku ;T@ o; ;;;[o;;I"win32/win32.c (getppid);T;[o;;[I"typo. [ruby-dev:36202];To;;I"process.c (get_ppid);T;[o;;[I")mention the return value on Windows.;TS; ; i; I";Mon Sep 8 18:15:59 2008 Tanaka Akira ;T@ o; ;;;[o;;I")tool/transcode-tblgen.rb (ArrayCode);T;[o;;[I"less string substitutions.;TS; ; i; I";Mon Sep 8 18:13:13 2008 Tanaka Akira ;T@ o; ;;;[o;;I" vm.c (rb_mRubyVMFrozenCore);T;[o;;[I"registered for GC.;To;;I"%re.c (rb_reg_preprocess_dregexp);T;[o;;[I"rfix GC problem on MacOS X with powerpc-apple-darwin8-gcc-4.0.1 (GCC) 4.0.1 (Apple Computer, Inc. build 5367).;TS; ; i; I"BMon Sep 8 18:09:07 2008 NAKAMURA Usaku ;T@ o; ;;;[o;;I""win32/Makefile.sub (config.h);T;[o;;[I"!define SIZE_MAX for VC++6/7.;TS; ; i; I"BMon Sep 8 17:46:09 2008 NAKAMURA Usaku ;T@ o; ;;;[o;;I")win32/win32.c (filetime_to_unixtime);T;[o;;[I"-remove unused variable. [ruby-dev:36191];TS; ; i; I"EMon Sep 8 13:47:39 2008 Kazuhiro NISHIYAMA ;T@ o; ;;;[o;;I"+test/ruby/test_io.rb (TestIO#test_dup);T;[o;;[I"-add open in block. see [ruby-dev:35957].;TS; ; i; I"AMon Sep 8 07:09:42 2008 Tadayoshi Funaba ;T@ o; ;;;[o;;I"complex.c;T;[o;;[I"some adjustments.;To;;I"rational.c;T;[o;;[I" ditto.;TS; ; i; I"EMon Sep 8 06:50:29 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"configure.in (XLDFLAGS);T;[o;;[I"5added --enable-auto-import for cygwin and mingw.;TS; ; i; I";Mon Sep 8 02:04:25 2008 Tanaka Akira ;T@ o; ;;;[o;;I"7include/ruby/encoding.h (rb_econv_set_replacement);T;[o;;[I",renamed from rb_econv_set_replacemenet.;To;;I"transcode.c;T;[o;;[I"follow the renaming.;TS; ; i; I";Mon Sep 8 01:10:41 2008 Tanaka Akira ;T@ o; ;;;[o;;I"0tool/transcode-tblgen.rb (transcode_tblgen);T;[o;;[I"log message refined.;TS; ; i; I"AMon Sep 8 00:58:04 2008 Tadayoshi Funaba ;T@ o; ;;;[o;;I"rational.c;T;[o;;[I"removed unused code.;TS; ; i; I";Mon Sep 8 00:04:09 2008 Tanaka Akira ;T@ o; ;;;[o;;I"enc/trans/iso2022.trans;T;[o;;[I"upcase to iso-2022-jp.;To;;I"enc/emacs_mule.c;T;[o;;[I" ditto.;TS; ; i; I"2008-09-07;T@ S; ; i; I";Sun Sep 7 23:46:36 2008 Tanaka Akira ;T@ o; ;;;[o;;I"enc/trans/iso2022.trans;T;[o;;[I"stateless-iso-2022-jp is defined to avoid undefined conversion error between iso-2022-jp and the corresponding stateless encoding.;To;;I"enc/emacs_mule.c;T;[o;;[I"3replicate emacs-mule as stateless-iso-2022-jp.;TS; ; i; I";Sun Sep 7 20:03:01 2008 Tanaka Akira ;T@ o; ;;;[o;;I"$enc/trans/escape.trans (hexstr);T;[o;;[I"renamed from str1.;TS; ; i; I";Sun Sep 7 19:45:31 2008 Tanaka Akira ;T@ o; ;;;[o;;I"enc/trans/escape.trans;T;[o;;[I"use transcode_tblgen.;To;;I"tool/transcode-tblgen.rb;T;[o;;[I"'generate an empty line after str1.;TS; ; i; I";Sun Sep 7 19:16:38 2008 Tanaka Akira ;T@ o; ;;;[o;;I"2tool/transcode-tblgen.rb (ActionMap#str_name);T;[o;;[I":new method to generate a name base on string content.;To;;I"(ActionMap#gen_str);T;[o;;[I"3extracted from generate_info and use str_name.;TS; ; i; I";Sun Sep 7 18:28:05 2008 Tanaka Akira ;T@ o; ;;;[o;;I"7tool/transcode-tblgen.rb (ActionMap#generate_info);T;[o;;[I".use a memo to avoid duplication for STR1.;TS; ; i; I";Sun Sep 7 18:10:28 2008 Tanaka Akira ;T@ o; ;;;[ o;;I"transcode_data.h (STR1);T;[o;;[I"*defined for a string up to 255 bytes.;To;;I"(STR1_BYTEINDEX);T;[o;;[I" defined.;To;;I"(makeSTR1);T;[o;;[I" defined.;To;;I"tool/transcode-tblgen.rb;T;[o;;[I"generate STR1.;To;;I")transcode.c (transcode_restartable0);T;[o;;[I"interpret STR1.;To;;I"5enc/trans/escape.trans (fun_so_escape_xml_chref);T;[o;;[I"$removed. STR1 is used instead.;TS; ; i; I"ESun Sep 7 17:54:45 2008 Kazuhiro NISHIYAMA ;T@ o; ;;;[o;;I"configure.in;T;[o;;[I"FMac OS X's crypt(2) is broken with invalid salt. [ruby-dev:35899];To;;I"string.c (rb_str_crypt);T;[o;;[I" ditto.;TS; ; i; I";Sun Sep 7 17:29:49 2008 Tanaka Akira ;T@ o; ;;;[o;;I"tool/transcode-tblgen.rb;T;[o;;[I"2o4 is usable only if the first byte is f0-f7.;TS; ; i; I";Sun Sep 7 12:44:26 2008 Tanaka Akira ;T@ o; ;;;[o;;I"io.c (make_writeconv);T;[o;;[I"Zchoose ASCII compatible encoding as intermediate encoding if stateful encoder exists.;TS; ; i; I";Sun Sep 7 12:09:29 2008 Tanaka Akira ;T@ o; ;;;[o;;I"=include/ruby/encoding.h (ECONV_XML_ATTR_CONTENT_ENCODER);T;[o;;[I" defined.;To;;I""(ECONV_STATEFUL_ENCODER_MASK);T;[o;;[I" defined.;To;;I"#(ECONV_XML_ATTR_QUOTE_ENCODER);T;[o;;[I" defined.;To;;I"(ECONV_XML_ATTR_ENCODER);T;[o;;[I" removed.;To;;I"8enc/trans/escape.trans (rb_escape_xml_attr_content);T;[o;;[I" defined.;To;;I"(rb_escape_xml_attr_quote);T;[o;;[I" defined.;To;;I"(rb_escape_xml_attr);T;[o;;[I" removed.;To;;I"io.c (NEED_WRITECONV);T;[o;;[I"=writeconv is required if supplemental converter is used.;To;;I"(make_writeconv);T;[o;;[I")apply stateful encoder in writeconv.;To;;I"transcode.c;T;[o;;[I" follow the constant change.;TS; ; i; I"GSun Sep 7 07:24:09 2008 Yukihiro Matsumoto ;T@ o; ;;;[ o;;I"misc/*.el;T;[o;;[I"cmerged the following patches from Nathan Weizenbaum . [ruby-core:18424];To;;I"misc/ruby-mode.el;T;[o;;[I""improve here-doc performance.;To;;I"misc/ruby-mode.el;T;[o;;[I"Odon't crash the whole mode if the Subversion $ keyword isn't interpolated.;To;;I"misc/ruby-mode.el;T;[o;;[I"Pdon't highlight keywords when they're the beginning of non-keyword symbols.;To;;I"-misc/ruby-mode.el, misc/ruby-electric.el;T;[o;;[I">use regexp-opt where possible for more efficient regexps.;To;;I"misc/*.el;T;[o;;[I"Xuntabify, for internal consistency and consistency with standard Emacs elisp files.;To;;I"misc/ruby-mode.el;T;[o;;[I"fix a variable-name error.;To;;I"misc/emacs-mode.el;T;[o;;[I"Udon't set case-fold-search globally to nil; instead just set it when we need it.;TS; ; i; I"GSun Sep 7 06:31:51 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"file.c (file_expand_path);T;[o;;[I"Iapplied a patch from Nobuhiro Tachino in [ruby-dev:35948]. fix #491;TS; ; i; I"GSun Sep 7 03:37:05 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"parse.y (f_block_optarg);T;[o;;[I"allow default for block parameters as long as the value is primary. a patch from Eric Mahurin in [ruby-core:16880].;TS; ; i; I"GSun Sep 7 01:07:10 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"parse.y (yylex);T;[o;;[I"C"1.upto 2 {|i| p i }" should be syntax error. [ruby-dev:36008];To;;I"(test/ruby/test_parse.rb (TestParse);T;[o;;[I"Aupdate a test not to use recently fixed inconsistent syntax.;TS; ; i; I";Sun Sep 7 00:37:25 2008 Tanaka Akira ;T@ o; ;;;[ o;;I"7include/ruby/encoding.h (ECONV_ERROR_HANDLER_MASK);T;[o;;[I" defined.;To;;I"(ECONV_DECODER_MASK);T;[o;;[I" defined.;To;;I"(ECONV_ENCODER_MASK);T;[o;;[I" defined.;To;;I"io.c (make_writeconv);T;[o;;[I"Brestrict ecflags for writeconv with ECONV_ERROR_HANDLER_MASK.;TS; ; i; I"2008-09-06;T@ S; ; i; I";Sat Sep 6 23:03:41 2008 Tanaka Akira ;T@ o; ;;;[ o;;I"5include/ruby/encoding.h (ECONV_XML_TEXT_ENCODER);T;[o;;[I"*renamed from ECONV_HTML_TEXT_ENCODER.;To;;I"(ECONV_XML_ATTR_ENCODER);T;[o;;[I"*renamed from ECONV_HTML_ATTR_ENCODER.;To;;I"enc/trans/escape.trans;T;[o;;[I"follow the renaming.;To;;I"transcode.c;T;[o;;[I" ditto.;TS; ; i; I"GSat Sep 6 21:35:52 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"ext/socket/mkconstants.rb;T;[o;;[I".add some IPV6 constants. [ruby-dev:36175];TS; ; i; I";Sat Sep 6 20:10:48 2008 Tanaka Akira ;T@ o; ;;;[o;;I"$transcode.c (econv_description);T;[o;;[I">show ECONV_HTML_TEXT_ENCODER and ECONV_HTML_ATTR_ENCODER.;TS; ; i; I";Sat Sep 6 20:06:09 2008 Tanaka Akira ;T@ o; ;;;[o;;I"#transcode.c (rb_econv_binmode);T;[o;;[I"check actual transcoders.;TS; ; i; I";Sat Sep 6 19:54:25 2008 Tanaka Akira ;T@ o; ;;;[o;;I" transcode.c (rb_econv_open);T;[o;;[I"fix last_tc.;TS; ; i; I";Sat Sep 6 19:36:34 2008 Tanaka Akira ;T@ o; ;;;[o;;I"io.c (rb_io_binmode);T;[o;;[I"2clear newline flags in writeconv_pre_ecflags.;TS; ; i; I";Sat Sep 6 18:47:40 2008 Tanaka Akira ;T@ o; ;;;[o;;I"!transcode.c (str_transcode0);T;[o;;[I"?check ECONV_HTML_TEXT_ENCODER and ECONV_HTML_ATTR_ENCODER.;TS; ; i; I";Sat Sep 6 18:38:47 2008 Tanaka Akira ;T@ o; ;;;[o;;I",transcode.c (allocate_converted_string);T;[o;;[I"fix overflow condition.;TS; ; i; I";Sat Sep 6 15:06:21 2008 Tanaka Akira ;T@ o; ;;;[ o;;I"transcode.c (sym_html);T;[o;;[I"new variable.;To;;I"(sym_text);T;[o;;[I" ditto.;To;;I"(sym_attr);T;[o;;[I" ditto.;To;;I"(econv_opts);T;[o;;[I")check :html=>:text and :html=>:attr.;To;;I"(Init_transcode);T;[o;;[I"$initialize the above variables.;TS; ; i; I";Sat Sep 6 14:46:12 2008 Tanaka Akira ;T@ o; ;;;[ o;;I"6include/ruby/encoding.h (ECONV_HTML_TEXT_ENCODER);T;[o;;[I"new constant.;To;;I"(ECONV_HTML_ATTR_ENCODER);T;[o;;[I" ditto.;To;;I" transcode.c (rb_econv_open);T;[o;;[I"?check ECONV_HTML_TEXT_ENCODER and ECONV_HTML_ATTR_ENCODER.;To;;I"(Init_transcode);T;[o;;[I"_Encoding::Converter::HTML_TEXT_ENCODER and Encoding::Converter::HTML_ATTR_ENCODER defined.;TS; ; i; I";Sat Sep 6 14:15:25 2008 Tanaka Akira ;T@ o; ;;;[o;;I"&transcode.c (struct trans_open_t);T;[o;;[I"$defined to pass num_additional.;To;;I"(trans_open_i);T;[o;;[I"use struct trans_open_t.;To;;I"(rb_econv_open);T;[o;;[I" ditto.;TS; ; i; I";Sat Sep 6 13:43:20 2008 Tanaka Akira ;T@ o; ;;;[o;;I"5enc/trans/escape.trans (fun_so_escape_html_attr);T;[o;;[I"fix return type.;TS; ; i; I";Sat Sep 6 12:43:55 2008 Tanaka Akira ;T@ o; ;;;[o;;I" transcode.c (rb_econv_open);T;[o;;[I"needless branch removed.;TS; ; i; I";Sat Sep 6 12:38:34 2008 Tanaka Akira ;T@ o; ;;;[o;;I" transcode.c (rb_econv_open);T;[o;;[I"test condition simplified.;TS; ; i; I";Sat Sep 6 12:25:31 2008 Tanaka Akira ;T@ o; ;;;[o;;I"'transcode.c (stateless_encoding_i);T;[o;;[I"pignore supplemental conversions. Encoding::Converter.stateless_encoding("html-attr-escaped") should be nil.;TS; ; i; I";Sat Sep 6 12:19:36 2008 Tanaka Akira ;T@ o; ;;;[ o;;I"3enc/trans/escape.trans (escape_html_attr_init);T;[o;;[I"new function.;To;;I"(fun_so_escape_html_attr);T;[o;;[I"new function.;To;;I"(escape_html_attr_finish);T;[o;;[I"new function.;To;;I"(rb_escape_html_attr);T;[o;;[I",use them to quote the converted result.;TS; ; i; I"ASat Sep 6 07:54:36 2008 Tadayoshi Funaba ;T@ o; ;;;[o;;I"complex.c;T;[o;;[I"uses f_real_p macro.;TS; ; i; I";Sat Sep 6 07:27:00 2008 Tanaka Akira ;T@ o; ;;;[o;;I" transcode.c (rb_econv_open);T;[o;;[I"9fail for ASCII incompatible with newline conversion.;TS; ; i; I";Sat Sep 6 07:24:49 2008 Tanaka Akira ;T@ o; ;;;[o;;I"!io.c (rb_io_extract_modeenc);T;[o;;[I"Draise an error for ASCII incompatible encoding without binmode.;TS; ; i; I"GSat Sep 6 07:12:42 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"bignum.c (bigdivrem1);T;[o;;[I"optimization by skipping zeros at the tail of digits. a patch from TOYOFUKU Chikanobu in [ruby-dev:36169].;TS; ; i; I";Sat Sep 6 06:28:46 2008 Tanaka Akira ;T@ o; ;;;[o;;I"enc/trans/escape.trans;T;[o;;[I"new file.;TS; ; i; I";Sat Sep 6 06:23:27 2008 Tanaka Akira ;T@ o; ;;;[o;;I",tool/transcode-tblgen.rb (StrSet.parse);T;[o;;[I"*accept upper case hexadecimal digits.;TS; ; i; I";Sat Sep 6 05:37:08 2008 Tanaka Akira ;T@ o; ;;;[o;;I"%transcode.c (output_hex_charref);T;[o;;[I"upcase hexadecimal digits.;TS; ; i; I";Sat Sep 6 05:22:29 2008 Tanaka Akira ;T@ o; ;;;[ o;;I"6include/ruby/encoding.h (ECONV_UNDEF_HEX_CHARREF);T;[o;;[I" defined.;To;;I"%transcode.c (output_hex_charref);T;[o;;[I"new function.;To;;I"(rb_econv_convert);T;[o;;[I"8call output_hex_charref if ECONV_UNDEF_HEX_CHARREF.;To;;I"(Init_transcode);T;[o;;[I"2Encoding::Converter::UNDEF_HEX_CHARREF added.;TS; ; i; I";Sat Sep 6 03:52:47 2008 Tanaka Akira ;T@ o; ;;;[o;;I"#transcode.c (rb_econv_convert);T;[o;;[I"1use ECONV_INVALID_MASK and ECONV_UNDEF_MASK.;TS; ; i; I"GSat Sep 6 06:05:09 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I""include/ruby/ruby.h (DBL2NUM);T;[o;;[I"lrenamed from DOUBLE2NUM. a patch from Tadashi Saito in [ruby-dev:36102].;TS; ; i; I"GSat Sep 6 04:44:06 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"proc.c (Init_Proc);T;[o;;[I"add '===' operator to use procs in when clause of the case statement. inspired by .;TS; ; i; I";Sat Sep 6 03:18:17 2008 Tanaka Akira ;T@ o; ;;;[o;;I",transcode.c (allocate_converted_string);T;[o;;[I"4add arguments for a buffer allocated by caller.;To;;I"(rb_econv_insert_output);T;[o;;[I"Bprovide caller allocated buffer to allocate_converted_string.;TS; ; i; I";Sat Sep 6 02:58:53 2008 Tanaka Akira ;T@ o; ;;;[o;;I")transcode.c (str_transcode_enc_args);T;[o;;[I"local variables renamed.;To;;I"(str_transcode0);T;[o;;[I" ditto.;TS; ; i; I";Sat Sep 6 02:23:18 2008 Tanaka Akira ;T@ o; ;;;[o;;I"-transcode.c (econv_s_stateless_encoding);T;[o;;[I"new method.;TS; ; i; I";Sat Sep 6 02:01:59 2008 Tanaka Akira ;T@ o; ;;;[o;;I"transcode.c (enc_arg);T;[o;;[I"+extracted from str_transcode_enc_args.;To;;I"(str_transcode_enc_args);T;[o;;[I"use enc_arg.;TS; ; i; I"2008-09-05;T@ S; ; i; I";Fri Sep 5 20:27:17 2008 Tanaka Akira ;T@ o; ;;;[ o;;I",include/ruby/io.h (rb_io_modestr_fmode);T;[o;;[I"#renamed from rb_io_mode_flags.;To;;I"(rb_io_modestr_oflags);T;[o;;[I"%renamed from rb_io_mode_modenum.;To;;I"(rb_io_oflags_fmode);T;[o;;[I"&renamed from rb_io_modenum_flags.;To;;I"(rb_io_mode_flags);T;[o;;[I"defined as a macro.;To;;I"(rb_io_modenum_flags);T;[o;;[I" ditto.;To;;I" io.c;T;[o;;[I"*follow the renaming with consistency.;To;;I"$process.c (check_exec_redirect);T;[o;;[I"call rb_io_modestr_oflags.;To;;I"ext/pty/depend;T;[o;;[I"pty.o depends on io.h.;TS; ; i; I";Fri Sep 5 20:12:23 2008 Tanaka Akira ;T@ o; ;;;[o;;I"7enc/trans/newline.trans (universal_newline_finish);T;[o;;[I"new function.;TS; ; i; I";Fri Sep 5 20:07:37 2008 Tanaka Akira ;T@ o; ;;;[o;;I"+include/ruby/io.h (rb_io_mode_modenum);T;[o;;[I"&moved from include/ruby/intern.h.;TS; ; i; I";Fri Sep 5 19:59:26 2008 Tanaka Akira ;T@ o; ;;;[o;;I"io.c (MODENUM_MAX);T;[o;;[I" removed.;TS; ; i; I"EFri Sep 5 18:37:52 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"%io.c (copy_stream_fallback_body);T;[o;;[I"Guse read method unless readpartial is available. [ruby-dev:36124];TS; ; i; I"EFri Sep 5 18:16:31 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"%ext/iconv/iconv.c (iconv_create);T;[o;;[I"strips glibc style option before charset mapping. retries without options if they seemed causing error, and warns. [ruby-dev:36147];TS; ; i; I"=Fri Sep 5 03:09:48 2008 Koichi Sasada ;T@ o; ;;;[o;;I"iseq.c (iseq_data_to_ary);T;[o;;[I"make it static.;To;;I"thread.c (thgroup_enclose);T;[o;;[I" ditto.;TS; ; i; I"=Fri Sep 5 02:56:37 2008 Koichi Sasada ;T@ o; ;;;[o;;I"Avm.c (thread_recycle_stack_slot, thread_recycle_stack_count);T;[o;;[I"make it static.;TS; ; i; I"=Fri Sep 5 02:40:38 2008 Koichi Sasada ;T@ o; ;;;[o;;I""thread.c (rb_thread_critical);T;[o;;[I" removed.;TS; ; i; I";Fri Sep 5 01:22:23 2008 Tanaka Akira ;T@ o; ;;;[o;;I"io.c (argf_mark);T;[o;;[I"mark p->encs.ecopts.;TS; ; i; I";Fri Sep 5 00:45:07 2008 Tanaka Akira ;T@ o; ;;;[o;;I"%transcode_data.h (rb_transcoder);T;[o;;[I"Orename fields: from_encoding -> src_encoding, to_encoding -> dst_encoding.;To;;I"transcode.c;T;[o;;[I"follow the renaming.;TS; ; i; I";Fri Sep 5 00:22:34 2008 Tanaka Akira ;T@ o; ;;;[o;;I"transcode.c;T;[o;;[I"'variables renamed for consistency.;TS; ; i; I";Fri Sep 5 00:05:27 2008 Tanaka Akira ;T@ o; ;;;[o;;I"pack.c (encodes);T;[o;;[I"Ymake buff fixed length to avoid SEGV by ruby -e '["a"*10000000].pack("m1000000000")';TS; ; i; I"2008-09-04;T@ S; ; i; I"=Thu Sep 4 23:47:05 2008 Yusuke Endoh ;T@ o; ;;;[o;;I"2ext/bigdecimal/bigdecimal.c (BigDecimal_mode);T;[o;;[I"set exception mode correctly. In spite of BigDecimal.mode(BigDecimal::EXCEPTION_ALL, true), BigDecimal.new("NaN") did not raise an exception previously.;TS; ; i; I";Thu Sep 4 23:42:42 2008 Tanaka Akira ;T@ o; ;;;[o;;I"-include/ruby/intern.h (rb_file_open_str);T;[o;;[I"declared.;To;;I"io.c (rb_file_open_str);T;[o;;[I" defined.;To;;I"$ext/zlib/zlib.c (gzfile_s_open);T;[o;;[I"2use rb_file_open_str instead of rb_file_open.;TS; ; i; I";Thu Sep 4 23:18:55 2008 Tanaka Akira ;T@ o; ;;;[o;;I"enc/trans/newline.trans;T;[o;;[I";record newline types met in universal newline decoder.;TS; ; i; I"DThu Sep 4 23:05:54 2008 Yuki Sonoda (Yugui) ;T@ o; ;;;[o;;I"0lib/prime.rb (Prime::OldCompatibility#each);T;[o;;[I"'added compatibility to Ruby 1.8.7.;To;;I"(Prime#each);T;[o;;[I"added more rdocs.;To;;I"(Prime#each);T;[o;;[I"1remembers the last value of the given block.;TS; ; i; I";Thu Sep 4 21:53:58 2008 Tanaka Akira ;T@ o; ;;;[o;;I"transcode.c (econv_init);T;[o;;[I"/accept an integer as 3rd argument as well.;TS; ; i; I";Thu Sep 4 21:46:21 2008 Tanaka Akira ;T@ o; ;;;[o;;I"$transcode.c (sym_partial_input);T;[o;;[I"new variable.;To;;I"(econv_primitive_convert);T;[o;;[I"+accept a hash as 5th argument as well.;TS; ; i; I";Thu Sep 4 21:04:27 2008 Tanaka Akira ;T@ o; ;;;[ o;;I"0transcode.c (sym_universal_newline_decoder);T;[o;;[I"new variable.;To;;I"(sym_crlf_newline_encoder);T;[o;;[I" ditto.;To;;I"(sym_cr_newline_encoder);T;[o;;[I" ditto.;To;;I"(econv_opts);T;[o;;[I"%check newline converter options.;To;;I"(econv_init);T;[o;;[I"%make 3rd argument hash/nil only.;TS; ; i; I"=Thu Sep 4 21:03:28 2008 Koichi Sasada ;T@ o; ;;;[o;;I"vm_dump.c;T;[o;;[I"!rename some debug functions.;TS; ; i; I"=Thu Sep 4 20:57:54 2008 Koichi Sasada ;T@ o; ;;;[o;;I",thread.c (rb_thread_check_trap_pending);T;[o;;[I"added for compatibility.;To;;I".ext/tk/tcltklib.c, ext/tk/tkutil/tkutil.c;T;[o;;[I"%remove ruby/signal.h dependency.;TS; ; i; I";Thu Sep 4 20:30:24 2008 Tanaka Akira ;T@ o; ;;;[o;;I"transcode_data.h (PType);T;[o;;[I"defined unconditionally.;To;;I"transcode.c (PType);T;[o;;[I"don't define here.;TS; ; i; I";Thu Sep 4 20:19:36 2008 Tanaka Akira ;T@ o; ;;;[o;;I" io.c;T;[o;;[I"'variables renamed for consistency.;TS; ; i; I"HThu Sep 4 19:40:50 2008 Narihiro Nakamura ;T@ o; ;;;[o;;I"!gc.c (gc_profile_record_get);T;[o;;[I"to static function.;To;;I"(gc_profile_result);T;[o;;[I" ditto.;To;;I"(gc_profile_report);T;[o;;[I" ditto.;TS; ; i; I";Thu Sep 4 19:20:24 2008 Tanaka Akira ;T@ o; ;;;[ o;;I"$include/ruby/io.h (rb_io_enc_t);T;[o;;[I"rename flags to ecflags.;To;;I"(rb_io_t);T;[o;;[I"9rename writeconv_pre_flags to writeconv_pre_ecflags.;To;;I"(MakeOpenFile);T;[o;;[I"follow the renaming.;To;;I" io.c;T;[o;;[I"follow the renaming.;TS; ; i; I";Thu Sep 4 19:10:27 2008 Tanaka Akira ;T@ o; ;;;[ o;;I"3include/ruby/encoding.h (ECONV_INVALID_IGNORE);T;[o;;[I"removed because it tend to cause security problem. If the behaviour is really required, ECONV_INVALID_REPLACE with empty string can be used. For example, CVE-2006-2313, CVE-2008-1036, [ruby-core:15645], http://unicode.org/reports/tr36/;To;;I"(ECONV_UNDEF_IGNORE);T;[o;;[I" ditto.;To;;I"#transcode.c (rb_econv_convert);T;[o;;[I"follow the above change.;To;;I"(econv_opts);T;[o;;[I" ditto.;To;;I"(Init_transcode);T;[o;;[I" ditto.;TS; ; i; I"EThu Sep 4 13:22:02 2008 Nobuyoshi Nakada ;T@ o; ;;;[ o;;I"$vm_core.h (struct rb_vm_struct);T;[o;;[I"+replaced signal staff with trap staff.;To;;I"signal.c (signal_buff);T;[o;;[I"per process resource now.;To;;I"signal.c (trap_list);T;[o;;[I"moved to VM.;To;;I""signal.c (rb_get_next_signal);T;[o;;[I"reverted.;To;;I"signal.c (rb_trap_exit);T;[o;;[I"*trap_pending_list was no longer used.;To;;I"%thread.c (timer_thread_function);T;[o;;[I"7delivers buffered per-process signals to each VMs.;To;;I"vm.c (rb_vm_mark);T;[o;;[I"marks trap_list.;TS; ; i; I"EThu Sep 4 13:01:11 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"Bio.c (struct sysopen_struct, rb_sysopen_internal, rb_sysopen);T;[o;;[I"constified.;To;;I" io.c;T;[o;;[I""expanded ARGF members macros.;TS; ; i; I"EThu Sep 4 10:43:47 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"4tool/transcode-tblgen.rb (citrus_decode_mapsrc);T;[o;;[I"support older 1.8.;TS; ; i; I"EThu Sep 4 10:33:43 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"-io.c (argf_next_argv, argf_set_encoding);T;[o;;[I"copy struct wise.;TS; ; i; I";Thu Sep 4 09:46:18 2008 Tanaka Akira ;T@ o; ;;;[o;;I"io.c (rb_scan_open_args);T;[o;;[I"$follow rb_str_transcode change.;TS; ; i; I";Thu Sep 4 08:59:29 2008 Tanaka Akira ;T@ o; ;;;[o;;I"file.c (rb_find_file);T;[o;;[I"fix GC problem on Debian GNU/Linux (IA64) with gcc (GCC) 4.1.2 20061115 (prerelease) (Debian 4.1.1-21). There is no register/memory to contain load_path. A register (r35) contains &RARRAY_PTR(load_path), (char*)load_path + 32.;TS; ; i; I";Thu Sep 4 03:10:05 2008 Tanaka Akira ;T@ o; ;;;[ o;;I" include/ruby/io.h (rb_io_t);T;[o;;[I"6new fields: encs.ecopts and writeconv_pre_ecopts.;To;;I"(MakeOpenFile);T;[o;;[I"initialize them.;To;;I"/include/ruby/encoding.h (rb_str_transcode);T;[o;;[I"take ecopts argument.;To;;I"(rb_econv_flags);T;[o;;[I" removed.;To;;I"(rb_econv_prepare_opts);T;[o;;[I"declared.;To;;I"(rb_econv_open_opts);T;[o;;[I"declared.;To;;I"io.c (make_writeconv);T;[o;;[I"use rb_econv_open_opts.;To;;I"(make_readconv);T;[o;;[I" ditto.;To;;I"(io_fwrite);T;[o;;[I"$follow rb_str_transcode change.;To;;I"(rb_io_extract_modeenc);T;[o;;[I"use rb_econv_prepare_opts.;To;;I"(rb_file_open_generic);T;[o;;[I"initialize encs.ecopts.;To;;I"(rb_file_open_internal);T;[o;;[I" ditto.;To;;I"(rb_io_reopen);T;[o;;[I" ditto.;To;;I"(argf_ecopts);T;[o;;[I" defined.;To;;I"(argf_next_argv);T;[o;;[I"set encs.ecopts.;To;;I"(io_encoding_set);T;[o;;[I"use rb_econv_prepare_opts.;To;;I"(argf_set_encoding);T;[o;;[I"set argf_ecopts.;To;;I"gc.c (gc_mark_children);T;[o;;[I"9mark encs.ecopts and writeconv_pre_ecopts in T_FILE.;To;;I"!transcode.c (transcode_loop);T;[o;;[I"2take ecopts argument. use rb_econv_open_opts.;To;;I"(rb_econv_flags);T;[o;;[I" removed.;To;;I"(rb_econv_prepare_opts);T;[o;;[I" defined.;To;;I"(rb_econv_open_opts);T;[o;;[I" defined.;To;;I"(str_transcode0);T;[o;;[I"take ecopts.;To;;I"(str_transcode);T;[o;;[I"use rb_econv_prepare_opts.;To;;I"(rb_str_transcode);T;[o;;[I"take ecopts.;To;;I"(econv_init);T;[o;;[I"accept hash argument.;To;;I"(econv_insert_output);T;[o;;[I"$follow rb_str_transcode change.;TS; ; i; I";Thu Sep 4 01:30:26 2008 Tanaka Akira ;T@ o; ;;;[o;;I"8include/ruby/encoding.h (rb_econv_set_replacemenet);T;[o;;[I"declared.;To;;I"transcode.c (rb_econv_t);T;[o;;[I"]new fields: replacement_str, replacement_len, replacement_enc and replacement_allocated.;To;;I" (get_replacement_character);T;[o;;[I"make len as size_t.;To;;I"*(rb_econv_open_by_transcoder_entries);T;[o;;[I"initialize the new fields.;To;;I"(rb_econv_close);T;[o;;[I"0deallocate replacement_str if it allocated.;To;;I"(make_replacement);T;[o;;[I"new function.;To;;I"#(output_replacement_character);T;[o;;[I"use make_replacement.;To;;I" (rb_econv_set_replacemenet);T;[o;;[I" defined.;To;;I"(econv_get_replacement);T;[o;;[I"new method.;To;;I"(econv_set_replacement);T;[o;;[I"new method.;TS; ; i; I"BThu Sep 4 01:12:03 2008 NAKAMURA Usaku ;T@ o; ;;;[o;;I"(win32/win32.c (filetime_to_timeval);T;[o;;[I"-new function, split from gettimeofday().;To;;I"!win32/win32.c (gettimeofday);T;[o;;[I"use above function.;To;;I")win32/win32.c (filetime_to_unixtime);T;[o;;[I"ditto. [ruby-dev:36135];TS; ; i; I"BThu Sep 4 01:00:57 2008 NAKAMURA Usaku ;T@ o; ;;;[o;;I")transcode.c (transcode_restartable0);T;[o;;[I"avoid VC++6's bug.;TS; ; i; I"BThu Sep 4 00:26:27 2008 NAKAMURA Usaku ;T@ o; ;;;[o;;I"io.c (make_writeconv);T;[o;;[I""follow akr's previous commit.;TS; ; i; I";Thu Sep 4 00:09:05 2008 Tanaka Akira ;T@ o; ;;;[ o;;I"0include/ruby/encoding.h (rb_econv_option_t);T;[o;;[I"kremoved. Since rb_econv_option_t has only one field, int flags, rb_econv_option_t is replaced by int.;To;;I"include/ruby/io.h;T;[o;;[I"follow the above change.;To;;I" io.c;T;[o;;[I" ditto.;To;;I"transcode.c;T;[o;;[I" ditto.;TS; ; i; I"=Thu Sep 4 00:04:59 2008 Koichi Sasada ;T@ o; ;;;[o;;I"win32/win32.c;T;[o;;[I"'fix ruby/signal.h depending codes.;TS; ; i; I"=Thu Sep 4 00:01:45 2008 Yusuke Endoh ;T@ o; ;;;[o;;I"8test/etc/test_etc.rb (test_getpwuid, test_getgrgid);T;[o;;[I"use Process.euid and egid instead of Etc.getlogin to identify current user which may be different from a login one (e.g., su command).;TS; ; i; I"2008-09-03;T@ S; ; i; I"=Wed Sep 3 23:52:47 2008 Yusuke Endoh ;T@ o; ;;;[o;;I"test/etc/test_etc.rb;T;[o;;[I"Ycheck only typical use of setpwent/getpwent/endpwent and setgrent/getgrent/endgrent.;TS; ; i; I";Wed Sep 3 23:33:09 2008 Tanaka Akira ;T@ o; ;;;[ o;;I"!transcode.c (rb_transcoding);T;[o;;[I"!moved from transcode_data.h.;To;;I"(TRANSCODING_READBUF);T;[o;;[I" ditto.;To;;I"(TRANSCODING_WRITEBUF);T;[o;;[I" ditto.;To;;I""(TRANSCODING_STATE_EMBED_MAX);T;[o;;[I" ditto.;To;;I"(TRANSCODING_STATE);T;[o;;[I" ditto.;TS; ; i; I";Wed Sep 3 23:03:37 2008 Tanaka Akira ;T@ o; ;;;[-o;;I"&transcode_data.h (rb_transcoding);T;[o;;[I",remove stateful field. add state field.;To;;I"(TRANSCODING_STATE);T;[o;;[I" defined.;To;;I"(rb_transcoder);T;[o;;[I"hadd fields: state_size, state_init_func, state_fini_func. change rb_transcoding* argument to void*.;To;;I")transcode.c (transcode_restartable0);T;[o;;[I"Guse TRANSCODING_STATE for first arguments of transcoder functions.;To;;I"((rb_transcoding_open_by_transcoder);T;[o;;[I"initialize state field.;To;;I"(rb_transcoding_close);T;[o;;[I"finalize state field.;To;;I"tool/transcode-tblgen.rb;T;[o;;[I""provide state size/init/fini.;To;;I"5enc/trans/newline.trans (universal_newline_init);T;[o;;[I" defined.;To;;I"(fun_so_universal_newline);T;[o;;[I"#take void* as a state pointer.;To;;I"(rb_universal_newline);T;[o;;[I""provide state size/init/fini.;To;;I"(rb_crlf_newline);T;[o;;[I" ditto.;To;;I"(rb_cr_newline);T;[o;;[I" ditto.;To;;I"-enc/trans/iso2022.trans (iso2022jp_init);T;[o;;[I" defined.;To;;I" (fun_si_iso2022jp_to_eucjp);T;[o;;[I"#take void* as a state pointer.;To;;I" (fun_so_iso2022jp_to_eucjp);T;[o;;[I" ditto.;To;;I" (fun_so_eucjp_to_iso2022jp);T;[o;;[I" ditto.;To;;I"$(iso2022jp_reset_sequence_size);T;[o;;[I" ditto.;To;;I" (finish_eucjp_to_iso2022jp);T;[o;;[I" ditto.;To;;I"(rb_ISO_2022_JP_to_EUC_JP);T;[o;;[I""provide state size/init/fini.;To;;I"(rb_EUC_JP_to_ISO_2022_JP);T;[o;;[I" ditto.;To;;I"5enc/trans/utf_16_32.trans (fun_so_from_utf_16be);T;[o;;[I"#take void* as a state pointer.;To;;I"(fun_so_to_utf_16be);T;[o;;[I" ditto.;To;;I"(fun_so_from_utf_16le);T;[o;;[I" ditto.;To;;I"(fun_so_to_utf_16le);T;[o;;[I" ditto.;To;;I"(fun_so_from_utf_32be);T;[o;;[I" ditto.;To;;I"(fun_so_to_utf_32be);T;[o;;[I" ditto.;To;;I"(fun_so_from_utf_32le);T;[o;;[I" ditto.;To;;I"(fun_so_to_utf_32le);T;[o;;[I" ditto.;To;;I"(rb_from_UTF_16BE);T;[o;;[I""provide state size/init/fini.;To;;I"(rb_to_UTF_16BE);T;[o;;[I" ditto.;To;;I"(rb_from_UTF_16LE);T;[o;;[I" ditto.;To;;I"(rb_to_UTF_16LE);T;[o;;[I" ditto.;To;;I"(rb_from_UTF_32BE);T;[o;;[I" ditto.;To;;I"(rb_to_UTF_32BE);T;[o;;[I" ditto.;To;;I"(rb_from_UTF_32LE);T;[o;;[I" ditto.;To;;I"(rb_to_UTF_32LE);T;[o;;[I" ditto.;To;;I"1enc/trans/japanese.trans (fun_so_eucjp2sjis);T;[o;;[I"#take void* as a state pointer.;To;;I"(fun_so_sjis2eucjp);T;[o;;[I" ditto.;To;;I"(rb_eucjp2sjis);T;[o;;[I""provide state size/init/fini.;To;;I"(rb_sjis2eucjp);T;[o;;[I""provide state size/init/fini.;TS; ; i; I"DWed Sep 3 22:31:11 2008 Yuki Sonoda (Yugui) ;T@ o; ;;;["o;;I"lib/mathn.rb (Integer);T;[o;;[I"moved into prime.rb.;To;;I" (Prime);T;[o;;[I" ditto.;To;;I"lib/prime.rb (Integer);T;[o;;[I"moved from mathn.rb.;To;;I"(Integer.each_prime);T;[o;;[I" added.;To;;I"(Integer#prime?);T;[o;;[I" added.;To;;I" (Prime);T;[o;;[I"moved from mathn.rb. Its implementation was rewritten. see [ruby-dev:35863]. And patched by Keiju ISHITSUKA , see [ruby-dev:36128].;To;;I"(Prime.new);T;[o;;[I"obsolete.;To;;I"(Prime.instance);T;[o;;[I" added.;To;;I"(Prime.each);T;[o;;[I" added.;To;;I"$(Prime.int_from_prime_division);T;[o;;[I" added.;To;;I"(Prime.prime_division);T;[o;;[I" added.;To;;I"(Prime.prime?);T;[o;;[I"Yadded. Patch by TOYOFUKU Chikanobu in [ruby-dev:36067].;To;;I"(Prime.cache);T;[o;;[I" removed.;To;;I"(Prime.primes);T;[o;;[I" removed.;To;;I"(Prime.primes_so_far);T;[o;;[I" removed.;To;;I"$(Prime#int_from_prime_division);T;[o;;[I" added.;To;;I"(Prime#prime_division);T;[o;;[I" added.;To;;I"(Prime#prime?);T;[o;;[I" added.;To;;I"(Prime#primes);T;[o;;[I" removed.;To;;I"(Prime#primes_so_far);T;[o;;[I" removed.;To;;I"!(Prime::PseudoPrmeGenerator);T;[o;;[I" added.;To;;I"#(Prime::EratosthenesGenerator);T;[o;;[I" added.;To;;I"$(Prime::TrialDivisionGenerator);T;[o;;[I" added.;To;;I"(Prime::Generator23);T;[o;;[I" added.;To;;I"(Prime::TrialDivision);T;[o;;[I"Sadded. Extracted from the previous implementation of Prime by Keiju ISHITSUKA.;To;;I"(Prime::EratosthenesSieve);T;[o;;[I" added.;To;;I"lib/.document (prime.rb);T;[o;;[I" added;To;;I"lib/README (prime.rb);T;[o;;[I" added;To;;I"test/test_prime.rb;T;[o;;[I" added.;TS; ; i; I"CWed Sep 3 21:49:00 2008 David A. Black ;T@ o; ;;;[o;;I"lib/scanf.rb;T;[o;;[I"-fixed bug involving matching literal '[';To;;I"test/scanf/test_scanf.rb;T;[o;;[I" added test for scanf.rb fix;TS; ; i; I";Wed Sep 3 21:31:59 2008 Tanaka Akira ;T@ o; ;;;[ o;;I",transcode_data.h (WORDINDEX_SHIFT_BITS);T;[o;;[I" defined.;To;;I"(WORDINDEX2INFO);T;[o;;[I" defined.;To;;I"(INFO2WORDINDEX);T;[o;;[I" defined.;To;;I"tool/transcode-tblgen.rb;T;[o;;[I"use WORDINDEX2INFO.;To;;I"transcode.c;T;[o;;[I"use INFO2WORDINDEX.;TS; ; i; I"EWed Sep 3 21:19:51 2008 Kazuhiro NISHIYAMA ;T@ o; ;;;[o;;I"golf_prelude.rb;T;[o;;[I"&suppress warnings when goruby -v.;TS; ; i; I";Wed Sep 3 21:07:30 2008 Tanaka Akira ;T@ o; ;;;[ o;;I"transcode.c (BL_MIN_BYTE);T;[o;;[I" defined.;To;;I"(BL_MAX_BYTE);T;[o;;[I" defined.;To;;I"(BL_OFFSET);T;[o;;[I" defined.;To;;I"(BL_ACTION);T;[o;;[I" defined.;To;;I"(transcode_restartable0);T;[o;;[I"0use BL_MIN_BYTE, BL_MAX_BYTE and BL_ACTION.;TS; ; i; I";Wed Sep 3 20:58:30 2008 Tanaka Akira ;T@ o; ;;;[ o;;I"transcode.c (BYTE_ADDR);T;[o;;[I" defined.;To;;I"(WORD_ADDR);T;[o;;[I" ditto.;To;;I"(BL_BASE);T;[o;;[I"!use BYTE_ADDR and WORD_ADDR.;To;;I"(BL_INFO);T;[o;;[I"use WORD_ADDR.;TS; ; i; I";Wed Sep 3 20:47:31 2008 Tanaka Akira ;T@ o; ;;;[o;;I"%transcode_data.h (rb_transcoder);T;[o;;[I"8new field: byte_array_length and word_array_length.;To;;I"8tool/transcode-tblgen.rb (transcode_generated_code);T;[o;;[I"6generate byte_array_length and word_array_length.;TS; ; i; I";Wed Sep 3 20:34:10 2008 Tanaka Akira ;T@ o; ;;;[ o;;I")tool/transcode-tblgen.rb (ArrayCode);T;[o;;[I"new class.;To;;I"(ActionMap#gen_array_code);T;[o;;[I"moved to ArrayCode.;To;;I""(ActionMap#numelt_array_code);T;[o;;[I" ditto.;To;;I"*(ActionMap#array_code_insert_at_last);T;[o;;[I" ditto.;To;;I"%(TRANSCODE_GENERATED_BYTES_CODE);T;[o;;[I"use ArrayCode.;To;;I"%(TRANSCODE_GENERATED_WORDS_CODE);T;[o;;[I" ditto.;TS; ; i; I";Wed Sep 3 20:08:35 2008 Tanaka Akira ;T@ o; ;;;[o;;I"enc/trans/japanese.trans;T;[o;;[I"new file.;TS; ; i; I";Wed Sep 3 20:04:33 2008 Tanaka Akira ;T@ o; ;;;[o;;I"8tool/transcode-tblgen.rb (ActionMap#gen_array_code);T;[o;;[I")extracted from generate_lookup_node.;To;;I""(ActionMap#numelt_array_code);T;[o;;[I" ditto.;To;;I"*(ActionMap#array_code_insert_at_last);T;[o;;[I" ditto.;TS; ; i; I";Wed Sep 3 20:01:01 2008 Tanaka Akira ;T@ o; ;;;[o;;I"#parse.y (parser_encoding_name);T;[o;;[I" defined.;To;;I"(parser_tokadd_mbchar);T;[o;;[I"Dshow encoding in the message of "invalid multibyte char" error.;TS; ; i; I"BWed Sep 3 19:28:04 2008 NAKAMURA Usaku ;T@ o; ;;;[o;;I"(vm_insnhelper.c (vm_method_missing);T;[o;;[I" C99.;TS; ; i; I"=Wed Sep 3 19:18:12 2008 Koichi Sasada ;T@ o; ;;;[o;;I"test/ruby/test_thread.rb;T;[o;;[I"fix test. [ruby-dev:35960];TS; ; i; I"BWed Sep 3 17:48:32 2008 NARUSE, Yui ;T@ o; ;;;[o;;I"enc/trans/make_transdb.rb;T;[o;;[I"0check $(srcdir)/enc/trans before enc/trans.;To;;I"enc/trans/make_transdb.rb;T;[o;;[I"keep names_t.;TS; ; i; I"=Wed Sep 3 16:54:46 2008 Koichi Sasada ;T@ o; ;;;[ o;;I"include/ruby/signal.h;T;[o;;[I" removed.;To;;I"_common.mk, class.c, eval.c, eval_intern.h, file.c, gc.c, hash.c, io.c, process.c, signal.c;T;[o;;[I"Nvm_core.h: ditto. Some unused external global variables are also removed.;To;;0;[o;;[0o;;I"zext/openssl/ossl_ssl.c, ext/openssl/ossl_x509store.c, ext/readline/readline.c, ext/socket/depend, ext/socket/socket.c;T;[o;;[I" ditto.;TS; ; i; I"=Wed Sep 3 00:23:25 2008 Yusuke Endoh ;T@ o; ;;;[o;;I"(vm_insnhelper.c (vm_method_missing);T;[o;;[I"Mcopy arguments to allocated memory from machine stack. [ruby-dev:36064];TS; ; i; I"2008-09-02;T@ S; ; i; I";Tue Sep 2 22:20:26 2008 Tanaka Akira ;T@ o; ;;;[ o;;I"$transcode_data.h (base_element);T;[o;;[I" removed.;To;;I"(BYTE_LOOKUP);T;[o;;[I" removed.;To;;I"(BYTE_LOOKUP_BASE);T;[o;;[I"don't cast.;To;;I"(BYTE_LOOKUP_INFO);T;[o;;[I" ditto.;To;;I" (PType);T;[o;;[I"(unsigned int, instead of uintptr_t.;To;;I"(rb_transcoding);T;[o;;[I"?change type of next_field, conv_tree_start and word_array.;To;;I"tool/transcode-tblgen.rb;T;[o;;[I"2generate word_array as array of unsigned int.;To;;I")transcode.c (transcode_restartable0);T;[o;;[I""follow the above type change.;TS; ; i; I";Tue Sep 2 21:22:22 2008 Tanaka Akira ;T@ o; ;;;[o;;I"tool/transcode-tblgen.rb;T;[o;;[I".add prefix for byte_array and word_array.;TS; ; i; I";Tue Sep 2 20:57:14 2008 Tanaka Akira ;T@ o; ;;;[o;;I"enc/trans/make_transdb.rb;T;[o;;[I"*check foo.c only if foo.trans exists.;TS; ; i; I";Tue Sep 2 19:19:55 2008 Tanaka Akira ;T@ o; ;;;[o;;I"enc/trans/make_transdb.rb;T;[o;;[I"error message improved.;TS; ; i; I"BTue Sep 2 14:05:50 2008 NAKAMURA Usaku ;T@ o; ;;;[o;;I"+enc/trans/utf_16_32.trans (from_UTF_8);T;[o;;[I"8rename from to_UTF_16BE because it was not collect.;TS; ; i; I"DTue Sep 2 14:00:54 2008 Yuki Sonoda (Yugui) ;T@ o; ;;;[o;;I"&enc/emacs_mule.c (svn:executable);T;[o;;[I"dropped executable bit.;To;;I"'enc/make_encdb.rb (svn:executable);T;[o;;[I" ditto.;TS; ; i; I"BTue Sep 2 12:58:58 2008 NAKAMURA Usaku ;T@ o; ;;;[o;;I"&win32/Makefile.sub (COMPILERFLAG);T;[o;;[I"8new compiler flag to compile enc/trans/japanese*.c.;TS; ; i; I";Tue Sep 2 12:37:10 2008 Tanaka Akira ;T@ o; ;;;[o;;I"!enc/trans/japanese_euc.trans;T;[o;;[I"Qsplitted from japanese.trans to avoid compiler limitation. reported by usa.;To;;I""enc/trans/japanese_sjis.trans;T;[o;;[I" ditto.;TS; ; i; I"BTue Sep 2 12:31:24 2008 NAKAMURA Usaku ;T@ o; ;;;[o;;I""win32/Makefile.sub (miniruby);T;[o;;[I"new target.;TS; ; i; I"ETue Sep 2 11:47:36 2008 Nobuyoshi Nakada ;T@ o; ;;;[ o;;I" marshal.c (struct load_arg);T;[o;;[I"data is now st_table.;To;;I"marshal.c (mark_load_arg);T;[o;;[I"marks data and compat_tbl.;To;;I"marshal.c (r_object0);T;[o;;[I"#no need to check if reentered.;To;;I"marshal.c (marshal_load);T;[o;;[I")make the wrapper with mark_load_arg.;TS; ; i; I"BTue Sep 2 10:49:18 2008 NAKAMURA Usaku ;T@ o; ;;;[o;;I"!win32/win32.c (gettimeofday);T;[o;;[I"Feasier calculation. use the definition of the Gregorian calendar.;TS; ; i; I"DTue Sep 2 10:33:12 2008 Yuki Sonoda (Yugui) ;T@ o; ;;;[o;;I"common.mk (distclean-golf);T;[o;;[I"4moved golf_prelude.c here from distclean-local.;To;;I"(GOLFPRELUDE);T;[o;;[I" added.;To;;I"(distclean-local);T;[o;;[I".moved golf_prelude.c into distclean-golf.;TS; ; i; I"BTue Sep 2 10:09:17 2008 NAKAMURA Usaku ;T@ o; ;;;[o;;I"!win32/win32.c (gettimeofday);T;[o;;[I"Icalc tv_sec and tv_usec from system time by myself. [ruby-dev:36084];TS; ; i; I";Tue Sep 2 04:00:37 2008 Tanaka Akira ;T@ o; ;;;[o;;I"transcode_data.h (o3);T;[o;;[I"1prevent sign extension on 64bit environment.;To;;I" (o4);T;[o;;[I" ditto.;TS; ; i; I";Tue Sep 2 03:26:24 2008 Tanaka Akira ;T@ o; ;;;[o;;I"tool/transcode-tblgen.rb;T;[o;;[I"'comment removed in generated code.;TS; ; i; I";Tue Sep 2 03:16:42 2008 Tanaka Akira ;T@ o; ;;;[ o;;I"tool/transcode-tblgen.rb;T;[o;;[I"Mdefine TRANSCODE_TABLE_INFO in generated code. use it in rb_transcoder.;To;;I"enc/trans/newline.trans;T;[o;;[I"use TRANSCODE_TABLE_INFO.;To;;I"enc/trans/iso2022.trans;T;[o;;[I" ditto.;To;;I"enc/trans/utf_16_32.trans;T;[o;;[I" ditto.;TS; ; i; I";Tue Sep 2 03:04:33 2008 Tanaka Akira ;T@ o; ;;;[o;;I"tool/transcode-tblgen.rb;T;[o;;[I"Nrecord infos and BYTE_LOOKUPs as index of word_array to avoid relocation.;To;;I")transcode.c (transcode_restartable0);T;[o;;[I"2add word_array to get infos and BYTE_LOOKUPs.;To;;I"(transcode_data.h (BYTE_LOOKUP_INFO);T;[o;;[I"%change return type to uintptr_t.;TS; ; i; I";Tue Sep 2 02:48:30 2008 Tanaka Akira ;T@ o; ;;;[o;;I"tool/transcode-tblgen.rb;T;[o;;[I"&don't need to cast offsets array.;TS; ; i; I";Tue Sep 2 02:36:20 2008 Tanaka Akira ;T@ o; ;;;[ o;;I"tool/transcode-tblgen.rb;T;[o;;[I"Erecord offsets array as index of byte_array to avoid relocation.;To;;I")transcode.c (transcode_restartable0);T;[o;;[I")add byte_array to get offsets array.;To;;I"(transcode_data.h (BYTE_LOOKUP_BASE);T;[o;;[I"%change return type to uintptr_t.;To;;I"(rb_transcoder);T;[o;;[I"6add fields: byte_array, word_array and word_size.;To;;I"enc/trans/newline.trans;T;[o;;[I"!follow rb_transcoder change.;To;;I"enc/trans/iso2022.trans;T;[o;;[I" ditto.;To;;I"enc/trans/utf_16_32.trans;T;[o;;[I" ditto.;TS; ; i; I";Tue Sep 2 02:05:14 2008 Tanaka Akira ;T@ o; ;;;[o;;I"tool/transcode-tblgen.rb;T;[o;;[I":make infos arrays and BYTE_LOOKUPs into single array.;TS; ; i; I"DTue Sep 2 01:47:44 2008 Yuki Sonoda (Yugui) ;T@ o; ;;;[ o;;I"common.mk (clean-golf);T;[o;;[I" added.;To;;I"(distclean-golf);T;[o;;[I" added.;To;;I"(realclean-golf);T;[o;;[I" added.;To;;I" (clean);T;[o;;[I"added clean-golf.;To;;I"(distclean);T;[o;;[I"added distclean-golf.;To;;I"(realclean);T;[o;;[I"added realclean-golf.;TS; ; i; I"DTue Sep 2 01:31:45 2008 Yuki Sonoda (Yugui) ;T@ o; ;;;[o;;I" common.mk (realclean-local);T;[o;;[I"added newline.c.;TS; ; i; I";Tue Sep 2 01:19:15 2008 Tanaka Akira ;T@ o; ;;;[o;;I"#transcode_data.h (BYTE_LOOKUP);T;[o;;[I"change to uintptr_t array.;To;;I"(BYTE_LOOKUP_BASE);T;[o;;[I"follow the type change.;To;;I"(BYTE_LOOKUP_INFO);T;[o;;[I" ditto.;To;;I" (PType);T;[o;;[I" ditto.;To;;I"(rb_transcoding);T;[o;;[I" ditto.;To;;I"tool/transcode-tblgen.rb;T;[o;;[I"follow the type change.;To;;I"transcode.c;T;[o;;[I" ditto.;To;;I"enc/trans/newline.trans;T;[o;;[I" ditto.;To;;I"enc/trans/iso2022.trans;T;[o;;[I" ditto.;To;;I"enc/trans/utf_16_32.trans;T;[o;;[I" ditto.;TS; ; i; I"2008-09-01;T@ S; ; i; I";Mon Sep 1 23:32:46 2008 Tanaka Akira ;T@ o; ;;;[o;;I"(transcode_data.h (BYTE_LOOKUP_BASE);T;[o;;[I"'abstract accessor for BYTE_LOOKUP.;To;;I"(BYTE_LOOKUP_INFO);T;[o;;[I" ditto.;To;;I")transcode.c (transcode_restartable0);T;[o;;[I"/use BYTE_LOOKUP_BASE and BYTE_LOOKUP_INFO.;TS; ; i; I";Mon Sep 1 23:14:25 2008 Tanaka Akira ;T@ o; ;;;[o;;I"tool/transcode-tblgen.rb;T;[o;;[I"*gather infos arrays and BYTE_LOOKUPs.;TS; ; i; I"DMon Sep 1 22:42:54 2008 Yuki Sonoda (Yugui) ;T@ o; ;;;[o;;I"lib/mkmf.rb (distclean);T;[o;;[I"Hadded RM_RF conftest.dSYM. Fixes distclean-ext problem on Mac OS X.;To;;I" (RM_RF);T;[o;;[I" added.;TS; ; i; I"AMon Sep 1 22:37:06 2008 Shugo Maeda ;T@ o; ;;;[o;;I"lib/rexml/document.rb;T;[o;;[I"Xlimit entity expansion. Thanks, Luka Treiber, Mitja Kolsek, and Michael Koziarski.;To;;I"lib/rexml/entity.rb;T;[o;;[I" ditto.;To;;I" test/rexml/test_document.rb;T;[o;;[I" ditto.;TS; ; i; I";Mon Sep 1 22:20:22 2008 Tanaka Akira ;T@ o; ;;;[o;;I"tool/transcode-tblgen.rb;T;[o;;[I"+make offsets arrays into single array.;TS; ; i; I";Mon Sep 1 21:46:18 2008 Tanaka Akira ;T@ o; ;;;[o;;I"tool/transcode-tblgen.rb;T;[o;;[I""gather offsets arrays at top.;TS; ; i; I"DMon Sep 1 21:09:04 2008 Yuki Sonoda (Yugui) ;T@ o; ;;;[o;;I"./;T;[o;;[I"`removed rubyspec from svn:ignore subversion property. rubyspec directory is no longer used.;To;;I" spec;T;[o;;[I",added mspec and rubyspec to svn:ignore.;TS; ; i; I";Mon Sep 1 19:37:19 2008 Tanaka Akira ;T@ o; ;;;[o;;I"tool/transcode-tblgen.rb;T;[o;;[I"ValidEncoding['eucJP-ms'] defined. "\xA2\xAF".encode("utf-8", "eucJP-ms") should raise Encoding::ConversionUndefined, not Encoding::InvalidByteSequence.;TS; ; i; I"BMon Sep 1 18:27:51 2008 NAKAMURA Usaku ;T@ o; ;;;[o;;I"!win32/win32.c (gettimeofday);T;[o;;[I"shouldn't use mktime(3) because it's buggy about handling summer time. reported by Yoshikawa at [ruby-dev:36071];TS; ; i; I"BMon Sep 1 17:07:23 2008 NARUSE, Yui ;T@ o; ;;;[o;;I"enc/euc_jp.c (euc-jp-ms);T;[o;;[I"6euc-jp-ms is not an alias of EUC-JP but eucJP-ms.;To;;I"(enc/trans/japanese.trans (eucJP-ms);T;[o;;[I"KeucJP-ms is the correct name of the encoding in Ruby. [ruby-dev:36070];TS; ; i; I"EMon Sep 1 16:48:50 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"ext/digest/md5/md5init.c (md5), ext/digest/rmd160/rmd160init.c (rmd160) ext/digest/sha1/sha1init.c (sha1), ext/digest/sha2/sha2init.c (sha256, sha384, sha512);T;[o;;[I"constified.;TS; ; i; I"BMon Sep 1 15:15:40 2008 NARUSE, Yui ;T@ o; ;;;[o;;I"enc/trans/japanese.trans;T;[o;;[I"Gfix mapping priority. IBM extended is prior than NEC selected IBM.;TS; ; i; I"BMon Sep 1 14:44:22 2008 NARUSE, Yui ;T@ o; ;;;[o;;I"6tool/transcode-tblgen.rb (transcode_compile_tree);T;[o;;[I"Yuse the first mapping when some mappings are given for a character. [ruby-dev:36068];To;;I"tool/transcode-tblgen.rb;T;[o;;[I"expandtab.;TS; ; i; I"DMon Sep 1 14:40:18 2008 Yuki Sonoda (Yugui) ;T@ o; ;;;[o;;I"README.EXT (Appendix A);T;[o;;[I"nfixed the name of class Enumerator. Enumerable::Enumerator was renamed just Enumerator at revision 18564.;To;;I"README.EXT (Appendix A);T;[o;;[I" ditto.;TS; ; i; I"BMon Sep 1 14:37:58 2008 NAKAMURA Usaku ;T@ o; ;;;[o;;I"tool/transcode-tblgen.rb;T;[o;;[I"/set ERB source filename for error message.;TS; ; i; I"EMon Sep 1 14:37:02 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"enc/depend;T;[o;;[I"transdb.c may not present.;TS; ; i; I"BMon Sep 1 14:25:26 2008 NARUSE, Yui ;T@ o; ;;;[o;;I"enc/trans/japanese.trans;T;[o;;[I" fix Ruby 1.8 compatibility.;To;;I"enc/trans/japanese.trans;T;[o;;[I"+fix mapping priority. [ruby-dev:36068];TS; ; i; I"BMon Sep 1 14:24:14 2008 NARUSE, Yui ;T@ o; ;;;[o;;I"3test/ruby/test_transcode.rb (test_windows_31j);T;[o;;[I" added.;TS; ; i; I"DMon Sep 1 14:00:04 2008 Yuki Sonoda (Yugui) ;T@ o; ;;;[ o;;I"README.EXT (Data-types);T;[o;;[I"fixed for current status.;To;;I"(Manipulating Ruby data);T;[o;;[I"#mentioned some more functions.;To;;I"(Class/module definition);T;[o;;[I" ditto.;To;;I"1(Global variables shared between C and Ruby);T;[o;;[I"Bfixed prototypes for the getter/setter's of global variables.;To;;I"(Appendix A);T;[o;;[I"mentioned some more files.;To;;I"README.EXT.ja;T;[o;;[I" ditto.;TS; ; i; I"EMon Sep 1 11:31:49 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"?lib/fileutils.rb (copy_stream, fu_copy_stream0, copy_file);T;[o;;[I";T@ o; ;;;[o;;I"strftime.c (rb_strftime);T;[o;;[I"Lcalc timezone offset by myself if system doesn't provide timezone info.;TS; ; i; I";Mon Sep 1 02:48:28 2008 Tanaka Akira ;T@ o; ;;;[o;;I"tool/transcode-tblgen.rb;T;[o;;[I"#change "illegal" to "invalid".;TS; ; i; I";Mon Sep 1 02:31:16 2008 Tanaka Akira ;T@ o; ;;;[o;;I"8tool/transcode-tblgen.rb (transcode_generated_code);T;[o;;[I"*defined for generating table at once.;To;;I"(transcode_tblgen);T;[o;;[I"returns an empty string.;To;;I"(transcode_generate_node);T;[o;;[I" ditto.;To;;I"enc/trans/newline.trans;T;[o;;[I""use transcode_generated_code.;To;;I"enc/trans/iso2022.trans;T;[o;;[I" ditto.;To;;I" enc/trans/single_byte.trans;T;[o;;[I" ditto.;To;;I"enc/trans/utf_16_32.trans;T;[o;;[I" ditto.;To;;I"enc/trans/japanese.trans;T;[o;;[I" ditto.;To;;I"enc/trans/korean.trans;T;[o;;[I" ditto.;TS; ; i; I";Mon Sep 1 02:10:03 2008 Tanaka Akira ;T@ o; ;;;[o;;I"4tool/transcode-tblgen.rb (citrus_decode_mapsrc);T;[o;;[I"%print logging message on STDERR.;TS; ; i; I"BMon Sep 1 01:24:09 2008 NARUSE, Yui ;T@ o; ;;;[o;;I"enc/trans/eucjp-tbl.rb;T;[o;;[I"%replace by previous Citrus maps.;To;;I"enc/trans/sjis-tbl.rb;T;[o;;[I" ditto.;TS; ; i; I"BMon Sep 1 01:18:26 2008 NARUSE, Yui ;T@ o; ;;;[ o;;I"tool/transcode-tblgen.rb;T;[o;;[I"*add table generator from Citrus maps.;To;;I"enc/trans/japanese.trans;T;[o;;[I"use Citrus maps.;To;;I"enc/trans/CP;T;[o;;[I"add maps from Citrus.;To;;I"enc/trans/JIS;T;[o;;[I" ditto.;To;;I" test/ruby/test_transcode.rb;T;[o;;[I"BShift_JIS and EUC-JP doesn't support IBM extended characters.;TS; ; i; I"DMon Sep 1 00:19:45 2008 Yuki Sonoda (Yugui) ;T@ o; ;;;[o;;I"common.mk (docs);T;[o;;[I"Rremoved a useless make target. tool/makedoc.rb was removed at revision 13919.;TS; ; i; I"2008-08-31;T@ S; ; i; I"ASun Aug 31 20:49:42 2008 Tadayoshi Funaba ;T@ o; ;;;[o;;I"complex.c (numeric_abs2);T;[o;;[I" new.;TS; ; i; I"ESun Aug 31 18:22:04 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"lib/mkmf.rb (have_devel?);T;[o;;[I""checks if the compiler works.;TS; ; i; I"DSun Aug 31 18:02:41 2008 Yuki Sonoda (Yugui) ;T@ o; ;;;[o;;I"Temporarily uses git;T;[o;;[I"o//github.com/yugui/rubyspec.git until specs for 1.9 is merged into git://github.com/rubyspec/rubyspec.git.;TS; ; i; I";Sun Aug 31 18:06:49 2008 Tanaka Akira ;T@ o; ;;;[o;;I"transcode.c (transcode.c);T;[o;;[I"Eset source_encoding and destination_encoding as encoding object.;To;;I"(ecerr_source_encoding);T;[o;;[I"new method.;To;;I"!(ecerr_destination_encoding);T;[o;;[I" ditto.;TS; ; i; I"ESun Aug 31 17:58:59 2008 Nobuyoshi Nakada ;T@ o; ;;;[ o;;I"#lib/mkmf.rb (Logging.log_open);T;[o;;[I"1opens in binary mode to get rid of extra CR.;To;;I"Zlib/mkmf.rb (try_func, try_var, have_struct_member), (scalar_ptr_type?, scalar_type?);T;[o;;[I"use MAIN_DOES_NOTHING.;To;;I"$lib/mkmf.rb (MAIN_DOES_NOTHING);T;[o;;[I"defaults to ordinary main.;To;;I" win32/Makefile.sub (config);T;[o;;[I"%for MAIN_DOES_NOTHING for wince.;TS; ; i; I"DSun Aug 31 17:30:35 2008 Yuki Sonoda (Yugui) ;T@ o; ;;;[o;;I"spec/README (How to run);T;[o;;[I" added.;TS; ; i; I"DSun Aug 31 17:28:25 2008 Yuki Sonoda (Yugui) ;T@ o; ;;;[o;;I" spec/default.mspec (config);T;[o;;[I" added.;To;;I" spec/default.mspec (target);T;[o;;[I"Qreplaced the built ruby to runruby.rb. Improved $LOAD_PATH on running specs.;To;;I"spec/default.mspec (flags);T;[o;;[I" ditto.;TS; ; i; I";Sun Aug 31 17:16:07 2008 Tanaka Akira ;T@ o; ;;;[o;;I"'transcode.c (make_econv_exception);T;[o;;[I"?rename instance variable names for storing encoding names.;To;;I"!(ecerr_source_encoding_name);T;[o;;[I"method renamed.;To;;I"&(ecerr_destination_encoding_name);T;[o;;[I" ditto.;TS; ; i; I";Sun Aug 31 16:57:36 2008 Tanaka Akira ;T@ o; ;;;[o;;I" transcode.c (econv_putback);T;[o;;[I"&associate encoding to the result.;TS; ; i; I"=Sun Aug 31 16:43:56 2008 Koichi Sasada ;T@ o; ;;;[o;;I"include/ruby/intern.h;T;[o;;[I"xrename RB_UBF_DFL to RUBY_UBF_IO and RUBY_UBF_PROCESS. Because there is no default (universal) unblocking function.;To;;I";ext/socket/socket.c, file.c, io.c, process.c, thread.c;T;[o;;[I" ditto.;TS; ; i; I";Sun Aug 31 16:42:23 2008 Tanaka Akira ;T@ o; ;;;[o;;I"&transcode.c (econv_insert_output);T;[o;;[I"$raise ArgumentError on failure.;TS; ; i; I"=Sun Aug 31 16:39:17 2008 Koichi Sasada ;T@ o; ;;;[o;;I"!bootstraptest/test_thread.rb;T;[o;;[I"add a test.;TS; ; i; I";Sun Aug 31 16:34:41 2008 Tanaka Akira ;T@ o; ;;;[o;;I"/enc/trans/single_byte.trans (us_ascii_map);T;[o;;[I"don't define 8bit bytes.;TS; ; i; I";Sun Aug 31 14:27:27 2008 Tanaka Akira ;T@ o; ;;;[o;;I"#transcode.c (econv_last_error);T;[o;;[I"new method.;TS; ; i; I";Sun Aug 31 14:17:34 2008 Tanaka Akira ;T@ o; ;;;[o;;I"*transcode.c (econv_primitive_convert);T;[o;;[I"Smake two arguments, destination_byteoffset and destination_bytesize, optional.;TS; ; i; I";Sun Aug 31 14:12:06 2008 Tanaka Akira ;T@ o; ;;;[o;;I"'transcode.c (make_econv_exception);T;[o;;[I"error message simplified.;TS; ; i; I"ESun Aug 31 13:47:59 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"+ext/coverage/coverage.c (rb_mCoverage);T;[o;;[I"&removed unneeded static variable.;To;;I"'ext/socket/socket.c (unix_recv_io);T;[o;;[I" ditto.;To;;I"!ext/socket/socket.c (mConst);T;[o;;[I" ditto.;TS; ; i; I"ESun Aug 31 13:45:41 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"6ext/openssl/ossl_ocsp.c (ossl_ocspres_initialize);T;[o;;[I"&fix for initialization of r18168.;TS; ; i; I"ESun Aug 31 13:42:39 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"3ext/ripper/eventids2.c (ripper_init_eventids2);T;[o;;[I"use rb_intern_const.;To;;I"6ext/ripper/tools/generate.rb (generate_eventids1);T;[o;;[I" ditto.;To;;I";T@ o; ;;;[o;;I"0ext/dl/mkcallback.rb (rb_dl_init_callbacks);T;[o;;[I"fix indent.;TS; ; i; I";Sun Aug 31 11:39:21 2008 Tanaka Akira ;T@ o; ;;;[o;;I",ext/strscan/strscan.c (strscan_do_scan);T;[o;;[I"fix usecnt decrement.;TS; ; i; I";Sun Aug 31 04:38:47 2008 Tanaka Akira ;T@ o; ;;;[o;;I" transcode.c (econv_putback);T;[o;;[I" make max argument optional.;TS; ; i; I";Sun Aug 31 04:35:21 2008 Tanaka Akira ;T@ o; ;;;[o;;I"#transcode.c (rb_econv_putback);T;[o;;[I"putback from last byte.;TS; ; i; I";Sun Aug 31 04:27:04 2008 Tanaka Akira ;T@ o; ;;;[o;;I" transcode.c (econv_putback);T;[o;;[I"*renamed from econv_primitive_putback.;TS; ; i; I";Sun Aug 31 04:22:51 2008 Tanaka Akira ;T@ o; ;;;[o;;I"&transcode.c (econv_insert_output);T;[o;;[I"0renamed from econv_primitive_insert_output.;TS; ; i; I";Sun Aug 31 04:20:46 2008 Tanaka Akira ;T@ o; ;;;[o;;I"test/ruby/test_econv.rb;T;[o;;[I"+follow econv_primitive_errinfo change.;TS; ; i; I";Sun Aug 31 03:44:24 2008 Tanaka Akira ;T@ o; ;;;[o;;I"*transcode.c (econv_primitive_errinfo);T;[o;;[I"55th element (partial_input) removed from result.;TS; ; i; I";Sun Aug 31 01:53:31 2008 Tanaka Akira ;T@ o; ;;;[o;;I"ext/dl/mkcallback.rb;T;[o;;[I"hsplit callback.h to callback-[0-9].c to reduce memory consumption on compilation. [ruby-dev:31898];To;;I"ext/dl/depend;T;[o;;[I",add dependency for callback-[0-9].[co].;TS; ; i; I";Sun Aug 31 01:27:46 2008 Tanaka Akira ;T@ o; ;;;[ o;;I".ext/dl/mkcallback.rb (foreach_proc_entry);T;[o;;[I"extracted.;To;;I"(gencallback);T;[o;;[I" ditto.;To;;I"(gen_push_proc_ary);T;[o;;[I" ditto.;To;;I"(gen_push_addr_ary);T;[o;;[I" ditto.;TS; ; i; I"2008-08-30;T@ S; ; i; I"ISat Aug 30 23:51:01 2008 Masatoshi SEKI ;T@ o; ;;;[o;;I"6test/rinda/test_tuplebag.rb (test_has_expires_eh);T;[o;;[I"#fix failures [ruby-dev:35937].;TS; ; i; I";Sat Aug 30 23:38:00 2008 Tanaka Akira ;T@ o; ;;;[o;;I"ext/dl/test/test_import.rb;T;[o;;[I"fix character code.;To;;I"ext/dl/test/test_func.rb;T;[o;;[I" ditto.;TS; ; i; I"ASat Aug 30 22:23:31 2008 Tadayoshi Funaba ;T@ o; ;;;[o;;I"rational.c;T;[o;;[I",added a static variable for nurat_to_f.;TS; ; i; I"BSat Aug 30 20:05:41 2008 NAKAMURA Usaku ;T@ o; ;;;[o;;I";win32/win32.c (rb_w32_open, rb_w32_read, rb_w32_write);T;[o;;[I"_fallback to MSVCRT if text mode is specified. this case will not be used from ruby itself.;TS; ; i; I"BSat Aug 30 19:49:38 2008 NAKAMURA Usaku ;T@ o; ;;;[o;;I" win32/win32.c (rb_w32_read);T;[o;;[I"+EOF is not error. ref [ruby-dev:36050];TS; ; i; I"ESat Aug 30 18:17:40 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I" parse.y (struct token_info);T;[o;;[I"constified.;To;;I"aparse.y (token_info_get_column, token_info_has_nonspaces), (token_info_push, token_info_pop);T;[o;;[I"constified.;TS; ; i; I"GSat Aug 30 15:43:03 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"1ext/openssl/ossl_config.c (Init_ossl_config);T;[o;;[I"Umemory leak fixed. a patch in [ruby-dev:35880].;To;;I"8ext/openssl/ossl_x509ext.c (ossl_x509ext_set_value);T;[o;;[I" ditto.;To;;I",ext/strscan/strscan.c (strscan_do_scan);T;[o;;[I" ditto.;TS; ; i; I"ESat Aug 30 14:58:32 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"9ext/openssl/ossl_x509ext.c (ossl_x509ext_initialize);T;[o;;[I"&fix for initialization of r18168.;TS; ; i; I";Sat Aug 30 14:47:30 2008 Tanaka Akira ;T@ o; ;;;[o;;I"ext/dl/mkcallback.rb;T;[o;;[I"%fix continuation line detection.;TS; ; i; I";Sat Aug 30 14:39:51 2008 Tanaka Akira ;T@ o; ;;;[o;;I"0ext/dl/mkcallback.rb (rb_dl_init_callbacks);T;[o;;[I"Havoid GC problem which is caused by 'GC.stress=true; require "dl"'.;TS; ; i; I"GSat Aug 30 11:54:17 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"parse.y (token_info_push);T;[o;;[I"-w warns indentation level mismatch. based on a patch from Yukina Yamano presented at RubyKaigi'07. See and (Japanese).;TS; ; i; I"=Sat Aug 30 10:46:44 2008 Koichi Sasada ;T@ o; ;;;[o;;I"ext/iconv/iconv.c;T;[o;;[I"/remove include pragma for "ruby/intern.h".;TS; ; i; I"=Sat Aug 30 10:43:03 2008 Koichi Sasada ;T@ o; ;;;[o;;I" parse.y;T;[o;;[I"/remove include pragma for "ruby/intern.h".;TS; ; i; I"ESat Aug 30 10:41:57 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I")lib/rake.rb (Rake::Application#help);T;[o;;[I"Lfix for OPTIONAL_ARGUMENT and multiple short options. [ruby-dev:36051];TS; ; i; I"ESat Aug 30 08:59:25 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"Minclude/ruby/intern.h (rb_file_s_absolute_path), (rb_file_absolute_path);T;[o;;[I"prototyped.;TS; ; i; I"BSat Aug 30 08:09:36 2008 NARUSE, Yui ;T@ o; ;;;[o;;I""encoding.c (enc_compatible_p);T;[o;;[I"0use TYPE not BUILTIN_TYPE. [ruby-dev:36048];TS; ; i; I"BSat Aug 30 07:48:48 2008 NARUSE, Yui ;T@ o; ;;;[o;;I""encoding.c (enc_compatible_p);T;[o;;[I"0add SPECIAL_CONST_P check. [ruby-dev:36048];To;;I"-test/ruby/test_m17n.rb (test_compatible);T;[o;;[I"fix test.;TS; ; i; I"GSat Aug 30 02:48:11 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"object.c (rb_obj_freeze);T;[o;;[I"(update rdoc to mention RuntimeError;To;;I";(not TypeError any longer) would be raised. [ruby-dev;T;[o;;[I" 35982];TS; ; i; I"GSat Aug 30 01:55:30 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"bignum.c (bigdivmod);T;[o;;[I"nremove redundant code. a patch from TOYOFUKU Chikanobu in [ruby-dev:36044].;TS; ; i; I"GSat Aug 30 01:37:20 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I" lib/cgi.rb (CGI#initialize);T;[o;;[I"Qremove unused constants. a patch from Takeyuki Fujioka in [ruby-dev:36046].;TS; ; i; I"2008-08-29;T@ S; ; i; I"AFri Aug 29 22:29:41 2008 Tadayoshi Funaba ;T@ o; ;;;[o;;I"&complex.c ({nucomp,numeric}_rect);T;[o;;[I" new.;To;;I"complex.c;T;[o;;[I"added some aliases;To;;I"(;T;[o;;[I"D:rectangular, ::rect, #rectangular, #rect, #phase, #magnitude).;To;;I"%complex.c (string_to_c_internal);T;[o;;[I"%should not strip any null bytes.;To;;I"&rational.c (string_to_r_internal);T;[o;;[I" ditto.;To;;I"rational.c (i_gcd);T;[o;;[I"#reverted to nurat 0.0.2's one.;To;;I"numeric.c;T;[o;;[I"!added an alias (#magnitude).;To;;I" bignum.c;T;[o;;[I" ditto.;To;;I"test/ruby/test_complex.rb;T;[o;;[I"added assertions.;To;;I"test/ruby/test_rational.rb;T;[o;;[I" ditto.;TS; ; i; I"=Fri Aug 29 19:46:02 2008 Koichi Sasada ;T@ o; ;;;[o;;I"gc.c, include/ruby/ruby.h;T;[o;;[I"#rename T_DEFERRED to T_ZOMBIE.;TS; ; i; I"BFri Aug 29 18:22:27 2008 NARUSE, Yui ;T@ o; ;;;[o;;I""encoding.c (enc_compatible_p);T;[o;;[I";T@ o; ;;;[o;;I"string.c (rb_str_index_m);T;[o;;[I""only regexp uses byte offset.;To;;I"string.c (rb_str_rindex_m);T;[o;;[I" ditto.;TS; ; i; I"=Fri Aug 29 16:48:34 2008 Koichi Sasada ;T@ o; ;;;[o;;I"%vm_insnhelper.c (vm_call_method);T;[o;;[I"Mcopy arguments to allocated memory from machine stack. [ruby-dev:36028];To;;I"/KNOWNBUGS.rb, bootstraptest/test_method.rb;T;[o;;[I"move fixed test.;TS; ; i; I"EFri Aug 29 12:19:12 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I";ext/openssl/ossl_x509attr.c (ossl_x509attr_initialize);T;[o;;[I"&fix for initialization of r18168.;To;;I"6ext/openssl/ossl_ocsp.c (ossl_ocspreq_initialize);T;[o;;[I" ditto.;To;;I";ext/openssl/ossl_x509name.c (ossl_x509name_initialize);T;[o;;[I" ditto.;TS; ; i; I"BFri Aug 29 11:04:03 2008 NARUSE, Yui ;T@ o; ;;;[o;;I"#encoding.c (rb_enc_compatible);T;[o;;[I"PASCII compatible string and US-ASCII regexp is compatible. [ruby-dev:36033];To;;I"string.c (rb_str_index_m);T;[o;;[I"Gsecond argument is position of character. by usa. [ruby-dev:36033];To;;I"string.c (rb_str_rindex_m);T;[o;;[I" ditto.;TS; ; i; I"BFri Aug 29 04:47:49 2008 NAKAMURA Usaku ;T@ o; ;;;[o;;I".win32/win32.c (rb_w32_read, rb_w32_write);T;[o;;[I"+more accurate handling of wait result.;TS; ; i; I";Fri Aug 29 02:59:35 2008 Tanaka Akira ;T@ o; ;;;[o;;I"transcode.c (econv_finish);T;[o;;[I"new method.;TS; ; i; I";Fri Aug 29 02:45:29 2008 Tanaka Akira ;T@ o; ;;;[o;;I" transcode.c (econv_convert);T;[o;;[I"new method.;TS; ; i; I";Fri Aug 29 02:38:14 2008 Tanaka Akira ;T@ o; ;;;[o;;I"*transcode.c (econv_primitive_convert);T;[o;;[I"Gaccept nil as destination_bytesize for unlimited destination size.;TS; ; i; I";Fri Aug 29 02:11:46 2008 Tanaka Akira ;T@ o; ;;;[o;;I"*transcode.c (econv_primitive_convert);T;[o;;[I")accept nil as input for empty input.;TS; ; i; I"AFri Aug 29 02:03:56 2008 Shugo Maeda ;T@ o; ;;;[o;;I"strftime.c (rb_strftime);T;[o;;[I"supported %s and %P.;To;;I"time.c (time_strftime);T;[o;;[I" ditto.;To;;I"+test/ruby/test_time.rb (test_strftime);T;[o;;[I" ditto.;TS; ; i; I";Fri Aug 29 01:57:58 2008 Tanaka Akira ;T@ o; ;;;[o;;I",transcode.c (sym_invalid_byte_sequence);T;[o;;[I"new variable.;To;;I"(sym_undefined_conversion);T;[o;;[I" ditto.;To;;I""(sym_destination_buffer_full);T;[o;;[I" ditto.;To;;I"(sym_source_buffer_empty);T;[o;;[I" ditto.;To;;I"(sym_finished);T;[o;;[I" ditto.;To;;I"#(sym_output_followed_by_input);T;[o;;[I" ditto.;To;;I"(sym_incomplete_input);T;[o;;[I" ditto.;To;;I"(econv_result_to_symbol);T;[o;;[I"use above variables.;To;;I"(Init_transcode);T;[o;;[I" initialize above variables.;TS; ; i; I"AFri Aug 29 00:53:40 2008 Shugo Maeda ;T@ o; ;;;[o;;I"strftime.c (rb_strftime);T;[o;;[I"fixed a bug of padding.;To;;I"test/ruby/test_time.rb;T;[o;;[I" ditto.;TS; ; i; I"BFri Aug 29 00:19:54 2008 NAKAMURA Usaku ;T@ o; ;;;[o;;I"&win32/win32.c (set_pioinfo_extra);T;[o;;[I"%use MSVCRT's open() and close().;TS; ; i; I"=Fri Aug 29 00:03:13 2008 Yusuke Endoh ;T@ o; ;;;[o;;I"file.c (file_expand_path);T;[o;;[I"check invalid access.;TS; ; i; I"2008-08-28;T@ S; ; i; I"AThu Aug 28 23:55:50 2008 Shugo Maeda ;T@ o; ;;;[o;;I"strftime.c (rb_strftime);T;[o;;[I"ATime.mktime(2000).strftime("%-S") should return "0", not "".;To;;I"test/ruby/test_time.rb;T;[o;;[I" ditto.;TS; ; i; I"=Thu Aug 28 23:55:22 2008 Yusuke Endoh ;T@ o; ;;;[o;;I"test/ruby/test_time.rb;T;[o;;[I""suppress warning during test.;TS; ; i; I"=Thu Aug 28 23:50:47 2008 Yusuke Endoh ;T@ o; ;;;[o;;I"+test/ruby/test_time.rb (test_strftime);T;[o;;[I"Hmake test for %a independent from local timezone. [ruby-dev:35992];TS; ; i; I"=Thu Aug 28 23:39:49 2008 Yusuke Endoh ;T@ o; ;;;[o;;I"%string.c (rb_str_shared_replace);T;[o;;[I"Gremove corrupt noembed string which causes SEGV. [ruby-dev:35989];TS; ; i; I";Thu Aug 28 23:36:15 2008 Tanaka Akira ;T@ o; ;;;[o;;I"common.mk;T;[o;;[I"dependency updated.;TS; ; i; I"=Thu Aug 28 23:28:57 2008 Yusuke Endoh ;T@ o; ;;;[o;;I"KNOWNBUGS.rb;T;[o;;[I"&add a test. see [ruby-dev:36028];TS; ; i; I"BThu Aug 28 21:43:05 2008 NAKAMURA Usaku ;T@ o; ;;;[ o;;I"6win32/win32.c, include/ruby/win32.h (rb_w32_open);T;[o;;[I"!overlapped file I/O support.;To;;I"6win32/win32.c, include/ruby/win32.h (rb_w32_pipe);T;[o;;[I"!overlapped pipe I/O support.;To;;I".win32/win32.c (rb_w32_read, rb_w32_write);T;[o;;[I"4overlapped I/O support to enable canceling I/O.;To;;I" thread_win32.c (ubf_handle);T;[o;;[I"remove workaround.;TS; ; i; I"GThu Aug 28 20:22:49 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"*vm_insnhelper.c (vm_yield_setup_args);T;[o;;[I"object with to_ary should behave like array. a patch from Yusuke Endoh in [ruby-dev:35988]. [ruby-dev:35977];To;;I"object.c (convert_type);T;[o;;[I"Dcall less rb_intern() less frequently by using cache structure.;To;;I"!vm_method.c (rb_method_node);T;[o;;[I"%fail earlier if no method found.;TS; ; i; I"BThu Aug 28 19:04:50 2008 NAKAMURA Usaku ;T@ o; ;;;[o;;I"bootstraptest/test_io.rb;T;[o;;[I"!no need to create real file.;TS; ; i; I"BThu Aug 28 09:26:53 2008 NARUSE, Yui ;T@ o; ;;;[o;;I"#test/cgi/test_cgi_multipart.rb;T;[o;;[I"qadd test for multipart. Patch by Takeyuki Fujioka. [ruby-dev:36014] From CGIAlt http://cgialt.rubyforge.org/;TS; ; i; I"BThu Aug 28 09:22:01 2008 NARUSE, Yui ;T@ o; ;;;[o;;I"!test/cgi/test_cgi_modruby.rb;T;[o;;[I"xadd test for mod_ruby adaptor. Patch by Takeyuki Fujioka. [ruby-dev:36013] From CGIAlt http://cgialt.rubyforge.org/;TS; ; i; I"BThu Aug 28 09:17:10 2008 NARUSE, Yui ;T@ o; ;;;[o;;I" test/cgi/test_cgi_header.rb;T;[o;;[I"add test for CGI::Header. Patch by Takeyuki Fujioka. [ruby-dev:36010] [ruby-dev:36011] From CGIAlt http://cgialt.rubyforge.org/;TS; ; i; I";Thu Aug 28 02:16:49 2008 Tanaka Akira ;T@ o; ;;;[ o;;I" include/ruby/io.h (rb_io_t);T;[o;;[I"refcnt field removed.;To;;I"(MakeOpenFile);T;[o;;[I"#refcnt initialization removed.;To;;I"io.c (rb_io_fptr_finalize);T;[o;;[I"don't check refcnt.;To;;I"(rb_io_close_read);T;[o;;[I"don't use refcnt.;TS; ; i; I";Thu Aug 28 00:07:59 2008 Tanaka Akira ;T@ o; ;;;[o;;I"io.c (rb_io_initialize);T;[o;;[I".don't accept IO object. [ruby-dev:35895];TS; ; i; I"2008-08-27;T@ S; ; i; I"IWed Aug 27 23:28:51 2008 Masaki Suketa ;T@ o; ;;;[o;;I")ext/win32ole/win32ole.c (ole_invoke);T;[o;;[I":WIN32OLE#[] and WIN32OLE#[]= accepts number argument.;To;;I"#test/win32ole/test_win32ole.rb;T;[o;;[I" ditto.;TS; ; i; I"BWed Aug 27 14:45:34 2008 NARUSE, Yui ;T@ o; ;;;[o;;I"test/cgi/test_cgi_core.rb;T;[o;;[I"yadd core test. Patch by Takeyuki Fujioka. [ruby-dev:36001] [ruby-dev:36002] From CGIAlt http://cgialt.rubyforge.org/;TS; ; i; I"BWed Aug 27 10:34:42 2008 NARUSE, Yui ;T@ o; ;;;[o;;I"lib/cgi.rb (CGI::Cookie);T;[o;;[I"Aremove delegate. Patch by Takeyuki Fujioka. [ruby-dev:35995];To;;I" test/cgi/test_cgi_cookie.rb;T;[o;;[I"jadded for above. Patch by Takeyuki Fujioka. [ruby-dev:35996] From CGIAlt http://cgialt.rubyforge.org/;TS; ; i; I";Wed Aug 27 01:13:54 2008 Tanaka Akira ;T@ o; ;;;[o;;I"!transcode.c (transcode_loop);T;[o;;[I"simplified.;TS; ; i; I";Wed Aug 27 01:03:23 2008 Tanaka Akira ;T@ o; ;;;[o;;I"0include/ruby/encoding.h (rb_econv_result_t);T;[o;;[I"2enumeration constant: econv_incomplete_input.;To;;I"io.c (finish_writeconv);T;[o;;[I""check econv_incomplete_input.;To;;I")transcode.c (transcode_restartable0);T;[o;;[I"Greturn econv_incomplete_input for unexpected end of source buffer.;To;;I"(trans_sweep);T;[o;;[I""check econv_incomplete_input.;To;;I"(rb_trans_conv);T;[o;;[I" ditto.;To;;I"(rb_econv_convert0);T;[o;;[I" ditto.;To;;I"(rb_econv_convert);T;[o;;[I" ditto.;To;;I"(transcode_loop);T;[o;;[I" ditto.;To;;I"(make_econv_exception);T;[o;;[I"/change message for econv_incomplete_input.;To;;I"(econv_result_to_symbol);T;[o;;[I"9return :incomplete_input for econv_incomplete_input.;To;;I"(ecerr_incomplete_input);T;[o;;[I"new method.;TS; ; i; I";Wed Aug 27 00:05:55 2008 Tanaka Akira ;T@ o; ;;;[o;;I" include/ruby/io.h (rb_io_t);T;[o;;[I"rename crbuf to cbuf.;To;;I" io.c;T;[o;;[I"follow the renaming.;TS; ; i; I"2008-08-26;T@ S; ; i; I";Tue Aug 26 23:52:24 2008 Tanaka Akira ;T@ o; ;;;[ o;;I".include/ruby/encoding.h (rb_econv_elem_t);T;[o;;[I"move to transcode.c;To;;I"(rb_econv_t);T;[o;;[I"#defined as an incomplete type.;To;;I""transcode.c (rb_econv_elem_t);T;[o;;[I"moved from encoding.h.;To;;I"(rb_econv_t);T;[o;;[I"complete type defined.;TS; ; i; I"BTue Aug 26 22:44:12 2008 NAKAMURA Usaku ;T@ o; ;;;[o;;I"time.c (time_asctime);T;[o;;[I"workaround for MSVCRT's bug. based on a patch from wanabe at [ruby-dev:35831] and a suggestion by KIMURA Koichi at [ruby-dev:35832] fixed [ruby-dev:35555];TS; ; i; I";Tue Aug 26 21:53:56 2008 Tanaka Akira ;T@ o; ;;;[o;;I" transcode.c (rb_econv_open);T;[o;;[I"Adisable newline conversion for ASCII incompatible encodings.;To;;I"(str_transcode0);T;[o;;[I"0don't need disable newline conversion here.;TS; ; i; I";Tue Aug 26 21:44:39 2008 Tanaka Akira ;T@ o; ;;;[o;;I"#transcode.c (rb_econv_binmode);T;[o;;[I"$binmode is effective only once.;TS; ; i; I"GTue Aug 26 19:43:59 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"#file.c (rb_file_s_expand_path);T;[o;;[I"%new class method for class File.;To;;I"file.c (file_expand_path);T;[o;;[I"Hadd absolute_path handling (no ~user expansion). [ruby-core:18319];TS; ; i; I"@Tue Aug 26 19:27:54 2008 Akinori MUSHA ;T@ o; ;;;[o;;I"Btest/ruby/test_enum.rb (TestEnumerable#test_each_with_object);T;[o;;[I"0Add a test for Enumerable#each_with_object.;TS; ; i; I"@Tue Aug 26 19:25:44 2008 Akinori MUSHA ;T@ o; ;;;[o;;I"Ctest/ruby/test_enumerator.rb (TestEnumerator#test_with_object);T;[o;;[I"4Add (back) the test for Enumerator#with_object.;TS; ; i; I"BTue Aug 26 16:16:43 2008 NARUSE, Yui ;T@ o; ;;;[o;;I"$test/cgi/test_cgi_tag_helper.rb;T;[o;;[I"sadd more tests for html3. Patch by Takeyuki Fujioka. [ruby-dev:35975] From CGIAlt http://cgialt.rubyforge.org/;TS; ; i; I"@Tue Aug 26 14:43:10 2008 Akinori MUSHA ;T@ o; ;;;[o;;I"enumerator.c;T;[o;;[I"XActivate Enumerator#with_object and add Enumerable#each_with_object. [experimental];TS; ; i; I"@Tue Aug 26 14:38:32 2008 Akinori MUSHA ;T@ o; ;;;[o;;I"Genumerator.c (enumerator_initialize), test/ruby/test_enumerator.rb;T;[o;;[I"[Add an ability to generate an enumerator from a block. [experimental] [ruby-dev:35903];TS; ; i; I"BTue Aug 26 11:54:15 2008 NARUSE, Yui ;T@ o; ;;;[o;;I"$test/cgi/test_cgi_tag_helper.rb;T;[o;;[I"0added by Takeyuki Fujioka. [ruby-dev:35971];TS; ; i; I"BTue Aug 26 11:33:30 2008 NARUSE, Yui ;T@ o; ;;;[o;;I"!lib/cgi.rb (nOE_element_def);T;[o;;[I"kfix error when cascade methods which don't have arguments. Patch by Takeyuki Fujioka. [ruby-dev:35964];To;;I"lib/cgi.rb (blockquote);T;[o;;[I"rString#collect (this depends on String#each) is no longer exists. Patch by Takeyuki Fujioka. [ruby-dev:35946];To;;I"lib/cgi.rb (blockquote);T;[o;;[I" ditto.;TS; ; i; I";Tue Aug 26 03:06:48 2008 Tanaka Akira ;T@ o; ;;;[o;;I"io.c (make_writeconv);T;[o;;[I"copy invalid/undef flags.;TS; ; i; I"DTue Aug 26 02:47:08 2008 Yuki Sonoda (Yugui) ;T@ o; ;;;[o;;I"common.mk (dist);T;[o;;[I"&tool/make-snapshot is executable.;To;;I"!tool/make-snapshot (package);T;[o;;[I"'supported release numbers 1.9.0-x.;TS; ; i; I";Tue Aug 26 02:43:50 2008 Tanaka Akira ;T@ o; ;;;[o;;I" include/ruby/io.h (rb_io_t);T;[o;;[I"#new field: writeconv_pre_opts.;To;;I"io.c (make_writeconv);T;[o;;[I"#initialize writeconv_pre_opts.;To;;I"(io_fwrite);T;[o;;[I"use writeconv_pre_opts.;TS; ; i; I";Tue Aug 26 01:48:31 2008 Tanaka Akira ;T@ o; ;;;[o;;I" io.c;T;[o;;[I"?test _WIN32 for CRLF platform. (cygwin defines O_BINARY.);TS; ; i; I";Tue Aug 26 01:29:26 2008 Tanaka Akira ;T@ o; ;;;[o;;I" io.c;T;[o;;[I"\force CRLF handling if RUBY_TEST_CRLF_ENVIRONMENT is defined. This is only for testing.;TS; ; i; I";Tue Aug 26 01:26:31 2008 Tanaka Akira ;T@ o; ;;;[o;;I"!transcode.c (str_transcode0);T;[o;;[I"@disable newline conversion for ASCII incompatible encoding.;TS; ; i; I";Tue Aug 26 00:55:46 2008 Tanaka Akira ;T@ o; ;;;[o;;I"!transcode.c (str_transcode0);T;[o;;[I",don't short cut for newline conversion.;TS; ; i; I";Tue Aug 26 00:36:01 2008 Tanaka Akira ;T@ o; ;;;[o;;I"io.c (io_fwrite);T;[o;;[I"Aadd TEXTMODE_NEWLINE_ENCODER to option for rb_str_transcode.;TS; ; i; I";Tue Aug 26 00:24:23 2008 Tanaka Akira ;T@ o; ;;;[o;;I"'transcode.c (make_econv_exception);T;[o;;[I"fshow readagain part for invalid byte sequence exception. store the part as an instance variable.;To;;I"(ecerr_readagain_bytes);T;[o;;[I"-new method to access the readagain part.;TS; ; i; I"=Tue Aug 26 00:02:49 2008 Yusuke Endoh ;T@ o; ;;;[o;;I")ext/bigdecimal/bigdecimal.c (VpMult);T;[o;;[I"fix double free.;TS; ; i; I"2008-08-25;T@ S; ; i; I";Mon Aug 25 23:59:36 2008 Tanaka Akira ;T@ o; ;;;[ o;;I" transcode.c (rb_econv_open);T;[o;;[I"@make last_tc NULL if there are only additional transcoders.;To;;I"(econv_description);T;[o;;[I"&extracted from rb_econv_open_exc.;To;;I"(rb_econv_open_exc);T;[o;;[I"use econv_description.;To;;I"(econv_inspect);T;[o;;[I"use econv_description.;TS; ; i; I"BMon Aug 25 23:56:42 2008 NAKAMURA Usaku ;T@ o; ;;;[o;;I"win32.c (init_stdhandle);T;[o;;[I"set binmode.;TS; ; i; I"AMon Aug 25 23:38:17 2008 Tadayoshi Funaba ;T@ o; ;;;[o;;I"!lib/date/format.rb(strftime);T;[o;;[I"4%[LN] can print with given arbitrary precision.;To;;I"!lib/date/format.rb(strftime);T;[o;;[I"=optional flags and filed width should also affect %[nt].;TS; ; i; I"GMon Aug 25 23:01:17 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"compile.c (defined_expr);T;[o;;[I"edefault defined? should return "expression" without evaluating the expression. [ruby-dev:35967];TS; ; i; I"=Mon Aug 25 22:46:01 2008 Yusuke Endoh ;T@ o; ;;;[o;;I"6test/ruby/test_thread.rb (test_status_and_stop_p);T;[o;;[I"'reduce the risk of race condition.;TS; ; i; I"=Mon Aug 25 22:39:57 2008 Yusuke Endoh ;T@ o; ;;;[o;;I"3lib/irb/extend-command.rb (def_extend_command);T;[o;;[I"1check number of arguments. [ruby-dev:35074];To;;I"&lib/irb/ext/multi-irb.rb (search);T;[o;;[I"=check if a corresponding job is found. [ruby-dev:35074];TS; ; i; I"=Mon Aug 25 22:29:13 2008 Yusuke Endoh ;T@ o; ;;;[o;;I"$test/ruby/test_io.rb (test_dup);T;[o;;[I"$fix typo. see [ruby-dev:35958];TS; ; i; I";Mon Aug 25 22:02:35 2008 Tanaka Akira ;T@ o; ;;;[ o;;I"6transcode.c (rb_econv_open_by_transcoder_entries);T;[o;;[I"3initialize last_error. num_trans may be zero.;To;;I"(rb_econv_convert0);T;[o;;[I"num_trans may be zero.;To;;I"(rb_econv_putbackable);T;[o;;[I" ditto.;To;;I"(rb_econv_putback);T;[o;;[I" ditto.;To;;I"(rb_econv_convert);T;[o;;[I"*input_ptr and output_ptr may be NULL.;TS; ; i; I"GMon Aug 25 19:05:27 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"compile.c (defined_expr);T;[o;;[I"Cshould handle NODE_{AND,OR} as "expression". [ruby-dev:35951];TS; ; i; I"EMon Aug 25 17:36:26 2008 Nobuyoshi Nakada ;T@ o; ;;;[ o;;I",include/ruby/intern.h (rb_io_ungetbyte);T;[o;;[I"added prototype.;To;;I"io.c (rb_io_gets);T;[o;;[I"*use rb_io_getline_1 for unget buffer.;To;;I"ruby.c (load_file);T;[o;;[I"use rb_io_ungetbyte.;To;;I")transcode.c (rb_econv_substr_append);T;[o;;[I"fix for buffer overrun.;To;;I",win32/enc-setup.mak (BUILTIN_TRANSOBJS);T;[o;;[I" added.;TS; ; i; I"DMon Aug 25 14:22:21 2008 Yuki Sonoda (Yugui) ;T@ o; ;;;[o;;I"parse.y (YYSTYPE);T;[o;;[I"Hstruct RVarmap has been no longer defined. see also r11717 by matz.;TS; ; i; I"EMon Aug 25 10:42:18 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"$transcode.c (rb_econv_open_exc);T;[o;;[I"constified.;TS; ; i; I"BMon Aug 25 07:10:21 2008 NARUSE, Yui ;T@ o; ;;;[o;;I"enc/emacs_mule.c;T;[o;;[I"fix ctype.;TS; ; i; I";Mon Aug 25 00:52:31 2008 Tanaka Akira ;T@ o; ;;;[o;;I"%configure.in (BUILTIN_TRANSSRCS);T;[o;;[I" defined.;To;;I"(BUILTIN_TRANSOBJS);T;[o;;[I" defined.;To;;I"&enc/Makefile.in (BUILTIN_TRANSES);T;[o;;[I" defined.;To;;I"*enc/make_encmake.rb (BUILTIN_TRANSES);T;[o;;[I" defined.;To;;I"enc/depend;T;[o;;[I"2don't generate rules for builtin transcoders.;To;;I"common.mk (COMMONOBJS);T;[o;;[I"add BUILTIN_TRANSOBJS.;To;;I" (enc.mk);T;[o;;[I"pass BUILTIN_TRANSOBJS.;To;;I"(newline.c);T;[o;;[I"new rule.;To;;I"(newline.$(OBJEXT));T;[o;;[I"new rule.;To;;I" (srcs);T;[o;;[I"newline.c added.;To;;I"$Makefile.in (BUILTIN_TRANSSRCS);T;[o;;[I" defined.;To;;I"(BUILTIN_TRANSOBJS);T;[o;;[I" defined.;To;;I"!transcode.c (Init_transcode);T;[o;;[I"call Init_newline.;TS; ; i; I";Mon Aug 25 00:11:02 2008 Tanaka Akira ;T@ o; ;;;[o;;I"%transcode.c (declare_transcoder);T;[o;;[I"arguments order changed.;To;;I"(rb_declare_transcoder);T;[o;;[I"'call declare_transcoder just once.;TS; ; i; I"2008-08-24;T@ S; ; i; I";Sun Aug 24 19:48:46 2008 Tanaka Akira ;T@ o; ;;;[o;;I")include/ruby/encoding.h (rb_econv_t);T;[o;;[I"use rb_econv_option_t.;To;;I"transcode.c;T;[o;;[I""follow the rb_econv_t change.;TS; ; i; I";Sun Aug 24 19:40:13 2008 Tanaka Akira ;T@ o; ;;;[o;;I"io.c (rb_io_init_copy);T;[o;;[I"copy encs.;TS; ; i; I";Sun Aug 24 19:17:31 2008 Tanaka Akira ;T@ o; ;;;[o;;I"io.c (rb_io_open);T;[o;;[I"add an argument: vperm.;To;;I"(open_key_args);T;[o;;[I"call rb_io_open with perm.;TS; ; i; I";Sun Aug 24 19:11:07 2008 Tanaka Akira ;T@ o; ;;;[ o;;I"io.c (sym_invalid);T;[o;;[I" removed.;To;;I"(sym_undef);T;[o;;[I" removed.;To;;I"(sym_ignore);T;[o;;[I" removed.;To;;I"(sym_replace);T;[o;;[I" removed.;TS; ; i; I";Sun Aug 24 19:07:17 2008 Tanaka Akira ;T@ o; ;;;[o;;I"io.c (rb_io_reopen);T;[o;;[I" initialize fptr->encs.opts.;TS; ; i; I";Sun Aug 24 18:37:42 2008 Tanaka Akira ;T@ o; ;;;[ o;;I"io.c (rb_io_s_pipe);T;[o;;[I"accept optional hash.;To;;I"(rb_io_set_encoding);T;[o;;[I" ditto.;To;;I"(rb_io_extract_modeenc);T;[o;;[I",use rb_econv_opts to initialize ecopts.;To;;I"(rb_file_open_generic);T;[o;;[I" ditto.;To;;I"(rb_file_open_internal);T;[o;;[I" ditto.;To;;I"(io_encoding_set);T;[o;;[I"new argument: opt.;To;;I"(argf_set_encoding);T;[o;;[I")copy fptr->encs.opts to argf_ecopts.;To;;I" transcode.c (rb_econv_opts);T;[o;;[I"$accept Qnil for initialization.;TS; ; i; I";Sun Aug 24 18:10:08 2008 Tanaka Akira ;T@ o; ;;;[o;;I"$include/ruby/io.h (rb_io_enc_t);T;[o;;[I"add opts field.;To;;I"(FMODE_INVALID_MASK);T;[o;;[I" removed.;To;;I"(FMODE_INVALID_IGNORE);T;[o;;[I" ditto.;To;;I"(FMODE_INVALID_REPLACE);T;[o;;[I" ditto.;To;;I"(FMODE_UNDEF_MASK);T;[o;;[I" ditto.;To;;I"(FMODE_UNDEF_IGNORE);T;[o;;[I" ditto.;To;;I"(FMODE_UNDEF_REPLACE);T;[o;;[I" ditto.;To;;I"(MakeOpenFile);T;[o;;[I"initialize the opts field.;To;;I"io.c (make_writeconv);T;[o;;[I"use the opts field.;To;;I"(io_fwrite);T;[o;;[I" ditto.;To;;I"(make_readconv);T;[o;;[I" ditto.;To;;I"(argf_ecopts);T;[o;;[I"new macro.;To;;I"(rb_io_extract_modeenc);T;[o;;[I"fill the opts field.;To;;I"(argf_next_argv);T;[o;;[I" ditto.;To;;I"(rb_file_open_generic);T;[o;;[I"initialize the opts field.;To;;I"(rb_file_open_internal);T;[o;;[I" ditto.;To;;I"(io_encoding_set);T;[o;;[I" ditto.;To;;I"(argf_set_encoding);T;[o;;[I" ditto.;TS; ; i; I";Sun Aug 24 18:02:14 2008 Tanaka Akira ;T@ o; ;;;[o;;I"io.c (struct argf);T;[o;;[I"use struct rb_io_enc_t.;To;;I"(argf_enc);T;[o;;[I"#follow the struct argf change.;To;;I"(argf_enc2);T;[o;;[I" ditto.;TS; ; i; I";Sun Aug 24 17:36:21 2008 Tanaka Akira ;T@ o; ;;;[ o;;I"/include/ruby/encoding.h (rb_str_transcode);T;[o;;[I"*make 3rd argument rb_econv_option_t*.;To;;I"!transcode.c (transcode_loop);T;[o;;[I"+take rb_econv_option_t* as a argument.;To;;I"(str_transcode0);T;[o;;[I" ditto.;To;;I"(str_transcode);T;[o;;[I";T@ o; ;;;[o;;I" include/ruby/io.h (rb_io_t);T;[o;;[I"-make enc and enc2 as struct rb_io_enc_t;;To;;I" io.c;T;[o;;[I"!follow the structure change.;To;;I"(convconfig_t);T;[o;;[I"defined by rb_io_enc_t.;TS; ; i; I";Sun Aug 24 16:19:25 2008 Tanaka Akira ;T@ o; ;;;[o;;I",include/ruby/encoding.h (rb_econv_opts);T;[o;;[I"declared.;To;;I" transcode.c (rb_econv_opts);T;[o;;[I" defined.;To;;I"!io.c (rb_io_extract_modeenc);T;[o;;[I"use rb_econv_opts.;TS; ; i; I";Sun Aug 24 16:06:30 2008 Tanaka Akira ;T@ o; ;;;[o;;I"0include/ruby/encoding.h (rb_econv_option_t);T;[o;;[I" defined.;To;;I"(rb_econv_open);T;[o;;[I"3rd arg changed.;To;;I"(rb_econv_open_exc);T;[o;;[I" ditto.;To;;I"io.c (make_writeconv);T;[o;;[I"use rb_econv_option_t.;To;;I"(make_readconv);T;[o;;[I" ditto.;To;;I"(rb_econv_open);T;[o;;[I"(take rb_econv_option_t for options.;To;;I"(rb_econv_open_exc);T;[o;;[I" ditto.;To;;I"(transcode_loop);T;[o;;[I"use rb_econv_option_t.;To;;I"(econv_init);T;[o;;[I"use rb_econv_option_t.;TS; ; i; I";Sun Aug 24 15:43:41 2008 Tanaka Akira ;T@ o; ;;;[o;;I")transcode.c (rb_econv_substr_append);T;[o;;[I"Aassociate dst with destination encoding when dst is created.;TS; ; i; I";Sun Aug 24 15:21:28 2008 Tanaka Akira ;T@ o; ;;;[o;;I"/include/ruby/encoding.h (rb_str_transcode);T;[o;;[I"add ecflags argument.;To;;I"transcode.c (econv_opts);T;[o;;[I""extracted from str_transcode.;To;;I"(str_transcode_enc_args);T;[o;;[I""extracted from str_transcode.;To;;I"(str_transcode0);T;[o;;[I""extracted from str_transcode.;To;;I"(str_transcode);T;[o;;[I";T@ o; ;;;[o;;I" transcode.c (str_transcode);T;[o;;[I"&check last hash only if 0 < argc.;TS; ; i; I";Sun Aug 24 12:22:15 2008 Tanaka Akira ;T@ o; ;;;[o;;I"5include/ruby/encoding.h (rb_econv_substr_append);T;[o;;[I""renamed from rb_econv_string.;To;;I"(rb_econv_str_convert);T;[o;;[I"declared.;To;;I"(rb_econv_substr_convert);T;[o;;[I"declared.;To;;I"(rb_econv_str_append);T;[o;;[I"declared.;To;;I"io.c (io_fwrite);T;[o;;[I"9use rb_econv_str_convert instead of rb_econv_string.;To;;I")transcode.c (rb_econv_substr_append);T;[o;;[I""renamed from rb_econv_string.;To;;I"(rb_econv_str_append);T;[o;;[I"new function.;To;;I"(rb_econv_substr_convert);T;[o;;[I" ditto.;To;;I"(rb_econv_str_convert);T;[o;;[I" ditto.;TS; ; i; I"BSun Aug 24 12:15:12 2008 NARUSE, Yui ;T@ o; ;;;[o;;I"*lib/net/http.rb (Net::HTTP#urlencode);T;[o;;[I"Istr[0] returns char in 1.9. Patch by Junegunn Choi [ruby-core:18368];TS; ; i; I";Sun Aug 24 12:02:39 2008 Tanaka Akira ;T@ o; ;;;[o;;I" transcode.c (rb_econv_open);T;[o;;[I"return NULL on error.;TS; ; i; I";Sun Aug 24 11:40:38 2008 Tanaka Akira ;T@ o; ;;;[ o;;I"0include/ruby/encoding.h (rb_econv_open_exc);T;[o;;[I"declared.;To;;I""transcode.c (rb_eNoConverter);T;[o;;[I"new exception.;To;;I"(rb_econv_open_exc);T;[o;;[I"new function.;To;;I"(transcode_loop);T;[o;;[I"use rb_econv_open_exc.;To;;I"io.c (make_writeconv);T;[o;;[I"use rb_econv_open_exc.;To;;I"(make_readconv);T;[o;;[I" ditto.;TS; ; i; I"BSun Aug 24 11:26:54 2008 NARUSE, Yui ;T@ o; ;;;[o;;I"#lib/cgi.rb (CGI::unescapeHTML);T;[o;;[I"*consider ISO-8859-1. [ruby-dev:35936];TS; ; i; I"BSun Aug 24 10:55:00 2008 NARUSE, Yui ;T@ o; ;;;[o;;I"enc/emacs_mule.c;T;[o;;[I"*support Emacs/Mule internal encoding.;TS; ; i; I"ESun Aug 24 08:03:31 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"$strftime.c (daylight, timezone);T;[o;;[I"4not provided as dllexport on cygwin, right now.;TS; ; i; I"BSun Aug 24 06:39:05 2008 NARUSE, Yui ;T@ o; ;;;[o;;I"#lib/cgi.rb (CGI::unescapeHTML);T;[o;;[I"8more encoding sensible unescaping. [ruby-dev:35936];TS; ; i; I"BSun Aug 24 04:23:19 2008 NARUSE, Yui ;T@ o; ;;;[o;;I""encoding.c (enc_compatible_p);T;[o;;[I"/raise TypeError when argument is Encoding.;TS; ; i; I"2008-08-23;T@ S; ; i; I"BSat Aug 23 23:25:47 2008 NARUSE, Yui ;T@ o; ;;;[o;;I"lib/cgi.rb (CGI#out);T;[o;;[I"Gremove auto encoding conversion and set LANGUAGE. [ruby-dev:35922];TS; ; i; I"ESat Aug 23 20:01:29 2008 Kazuhiro NISHIYAMA ;T@ o; ;;;[o;;I">test/ruby/test_process.rb (TestProcess#test_rlimit_value);T;[o;;[I"(add Errno::EINVAL. [ruby-dev:35900];TS; ; i; I";Sat Aug 23 18:29:29 2008 Tanaka Akira ;T@ o; ;;;[o;;I"io.c (rb_scan_open_args);T;[o;;[I"use pop_last_hash.;TS; ; i; I";Sat Aug 23 16:59:42 2008 Tanaka Akira ;T@ o; ;;;[o;;I"+include/ruby/io.h (FMODE_INVALID_MASK);T;[o;;[I" defined.;To;;I"(FMODE_INVALID_IGNORE);T;[o;;[I" defined.;To;;I"(FMODE_INVALID_REPLACE);T;[o;;[I" defined.;To;;I"(FMODE_UNDEF_MASK);T;[o;;[I" defined.;To;;I"(FMODE_UNDEF_IGNORE);T;[o;;[I" defined.;To;;I"(FMODE_UNDEF_REPLACE);T;[o;;[I" defined.;To;;I"io.c (sym_invalid);T;[o;;[I" defined.;To;;I"(sym_undef);T;[o;;[I" defined.;To;;I"(sym_ignore);T;[o;;[I" defined.;To;;I"(sym_replace);T;[o;;[I" defined.;To;;I"(make_readconv);T;[o;;[I"[specify ECONV_INVALID_* and ECONV_UNDEF_* if FMODE_INVALID_* and FMODE_UNDEF_* is set.;To;;I"(rb_io_extract_modeenc);T;[o;;[I"[check {:invalid, :undef} => {:replace, :ignore} for FMODE_INVALID_* and FMODE_UNDEF_*.;TS; ; i; I"ESat Aug 23 17:06:57 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"strftime.c (rb_strftime);T;[o;;[I"support more flags.;TS; ; i; I"=Sat Aug 23 15:14:10 2008 Koichi Sasada ;T@ o; ;;;[o;;I"vm_opts.h;T;[o;;[I"/enable "OPT_TRACE_INSTRUCTION" on default.;TS; ; i; I";Sat Aug 23 14:59:32 2008 Tanaka Akira ;T@ o; ;;;[o;;I"1include/ruby/encoding.h (ECONV_INVALID_MASK);T;[o;;[I" defined.;To;;I"(ECONV_INVALID_IGNORE);T;[o;;[I" defined.;To;;I"(ECONV_INVALID_REPLACE);T;[o;;[I" defined.;To;;I"(ECONV_UNDEF_MASK);T;[o;;[I" defined.;To;;I"(ECONV_UNDEF_IGNORE);T;[o;;[I" defined.;To;;I"(ECONV_UNDEF_REPLACE);T;[o;;[I" defined.;To;;I"!transcode.c (INVALID_IGNORE);T;[o;;[I" removed.;To;;I"(INVALID_REPLACE);T;[o;;[I" removed.;To;;I"(UNDEF_IGNORE);T;[o;;[I" removed.;To;;I"(UNDEF_REPLACE);T;[o;;[I" removed.;To;;I"(rb_econv_convert0);T;[o;;[I"#renamed from rb_econv_convert.;To;;I"(rb_econv_convert);T;[o;;[I"^defined to call rb_econv_convert0 with replace/ignore behavior moved from transcode_loop.;To;;I"(transcode_loop);T;[o;;[I"%replace/ignore behavior removed.;TS; ; i; I";Sat Aug 23 11:23:05 2008 Tanaka Akira ;T@ o; ;;;[o;;I"!io.c (rb_io_extract_modeenc);T;[o;;[I"1check :textmode and :binmode in option hash.;TS; ; i; I";Sat Aug 23 10:48:56 2008 Tanaka Akira ;T@ o; ;;;[o;;I"ext/pty/pty.c (pty_getpty);T;[o;;[I"+follow rb_io_t's path -> pathv change.;TS; ; i; I";Sat Aug 23 10:42:52 2008 Tanaka Akira ;T@ o; ;;;[o;;I"io.c (check_pipe_command);T;[o;;[I"-extracted from rb_f_open and rb_io_open.;To;;I"(rb_f_open);T;[o;;[I"use check_pipe_command.;To;;I"(rb_io_open);T;[o;;[I" ditto.;TS; ; i; I";Sat Aug 23 10:13:00 2008 Tanaka Akira ;T@ o; ;;;[o;;I"io.c (read_all);T;[o;;[I"&fptr->enc2 is 0 if no conversion.;To;;I"(rb_io_getline_fast);T;[o;;[I" ditto.;To;;I"(io_getc);T;[o;;[I" ditto.;TS; ; i; I";Sat Aug 23 09:45:35 2008 Tanaka Akira ;T@ o; ;;;[ o;;I" include/ruby/io.h (rb_io_t);T;[o;;[I"+remove path field and add pathv field.;To;;I"(MakeOpenFile);T;[o;;[I"initialize pathv as Qnil.;To;;I" gc.c;T;[o;;[I" mark pathv field in T_FILE.;To;;I" io.c;T;[o;;[I"%follow the rb_io_t field change.;To;;I" file.c;T;[o;;[I" ditto.;To;;I"ext/socket/socket.c;T;[o;;[I" ditto.;TS; ; i; I";Sat Aug 23 01:42:22 2008 Tanaka Akira ;T@ o; ;;;[$o;;I"'include/ruby/io.h (FMODE_TEXTMODE);T;[o;;[I" defined.;To;;I")include/ruby/encoding.h (rb_econv_t);T;[o;;[I"new field: flags.;To;;I"(rb_econv_binmode);T;[o;;[I"declared.;To;;I"io.c (io_unread);T;[o;;[I"text mode hack removed.;To;;I"(NEED_NEWLINE_DECODER);T;[o;;[I" defined.;To;;I"(NEED_NEWLINE_ENCODER);T;[o;;[I" defined.;To;;I"(NEED_READCONV);T;[o;;[I" defined.;To;;I"(NEED_WRITECONV);T;[o;;[I" defined.;To;;I"(TEXTMODE_NEWLINE_ENCODER);T;[o;;[I"defined for windows.;To;;I"(make_writeconv);T;[o;;[I"Asetup converter with TEXTMODE_NEWLINE_ENCODER for text mode.;To;;I"(io_fwrite);T;[o;;[I"duse NEED_WRITECONV. character code conversion is disabled if fptr->writeconv_stateless is nil.;To;;I"(make_readconv);T;[o;;[I"Hsetup converter with ECONV_UNIVERSAL_NEWLINE_DECODER for text mode.;To;;I"(read_all);T;[o;;[I"use NEED_READCONV.;To;;I"(appendline);T;[o;;[I"use NEED_READCONV.;To;;I"(rb_io_getline_1);T;[o;;[I"use NEED_READCONV.;To;;I"(io_getc);T;[o;;[I"use NEED_READCONV.;To;;I"(rb_io_ungetc);T;[o;;[I"use NEED_READCONV.;To;;I"(rb_io_binmode);T;[o;;[I"=OS-level text mode test removed. call rb_econv_binmode.;To;;I"(rb_io_binmode_m);T;[o;;[I"0call rb_io_binmode_m with write_io as well.;To;;I"(rb_io_flags_mode);T;[o;;[I"&return mode string including "t".;To;;I"(rb_io_mode_flags);T;[o;;[I"detect "t" for text mode.;To;;I"(rb_sysopen);T;[o;;[I"always specify O_BINARY.;To;;I"6transcode.c (rb_econv_open_by_transcoder_entries);T;[o;;[I"initialize flags.;To;;I"(rb_econv_open);T;[o;;[I"yif source and destination encoding is both empty string, open newline converter. last_tc will be NULL in this case.;To;;I")(rb_econv_encoding_to_insert_output);T;[o;;[I"last_tc may be NULL now.;To;;I"(rb_econv_string);T;[o;;[I" ditto.;To;;I"#(output_replacement_character);T;[o;;[I" ditto.;To;;I"(transcode_loop);T;[o;;[I" ditto.;To;;I"(econv_init);T;[o;;[I" ditto.;To;;I"(econv_inspect);T;[o;;[I" ditto.;To;;I"(rb_econv_binmode);T;[o;;[I"new function.;TS; ; i; I"2008-08-22;T@ S; ; i; I"AFri Aug 22 21:18:40 2008 Tadayoshi Funaba ;T@ o; ;;;[o;;I"complex.c (nucomp_div);T;[o;;[I"now behaves as quo.;To;;I"#complex.c (nucomp_s_generic_p);T;[o;;[I"has been removed.;To;;I"complex.c (nucomp_to_s);T;[o;;[I"adopts new form.;To;;I"complex.c (nucomp_inspect);T;[o;;[I" ditto.;To;;I"%complex.c (string_to_c_internal);T;[o;;[I"#ditto and supports polar form.;To;;I"!complex.c (rb_complex_polar);T;[o;;[I" new.;To;;I"rational.c (nurat_to_s);T;[o;;[I"do not canonicalize.;To;;I"rational.c (nurat_inspect);T;[o;;[I"adopts new form.;To;;I"&rational.c (string_to_r_internal);T;[o;;[I" ditto.;To;;I"include/ruby/intern.h;T;[o;;[I"added a declaration.;To;;I"lib/complex.rb;T;[o;;[I"$added an obsolete class method.;To;;I"lib/cmath.rb;T;[o;;[I"%use scalar? instead of generic?.;TS; ; i; I"EFri Aug 22 20:06:46 2008 Kazuhiro NISHIYAMA ;T@ o; ;;;[o;;I";T@ o; ;;;[o;;I"lib/date.rb;T;[o;;[I"7no need to require the "lib/rational.rb" any more.;TS; ; i; I"BFri Aug 22 15:47:38 2008 NAKAMURA Usaku ;T@ o; ;;;[o;;I"lib/cgi.rb;T;[o;;[I")use bytesize instead of size/length.;TS; ; i; I"EFri Aug 22 14:28:05 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"strftime.c (rb_strftime);T;[o;;[I"Jsupported flags and precision for most conversions. [ruby-dev:35906];TS; ; i; I";Fri Aug 22 12:41:47 2008 Tanaka Akira ;T@ o; ;;;[o;;I"io.c (rb_io_pid);T;[o;;[I"use PIDT2NUM.;TS; ; i; I"BFri Aug 22 11:36:31 2008 NARUSE, Yui ;T@ o; ;;;[o;;I"dir.c (dir_enc_str_new);T;[o;;[I"\set US-ASCII to the path when the path is 7bit string and encoding is ASCII compatible.;To;;I"dir.c (push_glob);T;[o;;[I"Aset file system encoding when argument encoding is US-ASCII.;TS; ; i; I"BFri Aug 22 11:30:38 2008 NARUSE, Yui ;T@ o; ;;;[ o;;I"dir.c (dir_enc_str_new);T;[o;;[I"renamed from dir_enc_str.;To;;I"dir.c (dir_read);T;[o;;[I"use dir_enc_str_new.;To;;I"dir.c (dir_each);T;[o;;[I" ditto.;To;;I"dir.c (push_pattern);T;[o;;[I" ditto.;TS; ; i; I"BFri Aug 22 11:29:10 2008 NARUSE, Yui ;T@ o; ;;;[o;;I"common.mk;T;[o;;[I" remove config.h dependency.;TS; ; i; I"EFri Aug 22 10:52:39 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"configure.in (gmtime_r);T;[o;;[I"/check if reentrant versions are available.;To;;I":time.c (IF_HAVE_GMTIME_R, ASCTIME, GMTIME, LOCALTIME);T;[o;;[I")use reentrant versions if available.;TS; ; i; I";Fri Aug 22 05:29:17 2008 Tanaka Akira ;T@ o; ;;;[o;;I""include/ruby/ruby.h (INT2NUM);T;[o;;[I"%just use a simple macro on LP64.;To;;I"(UINT2NUM);T;[o;;[I" ditto.;TS; ; i; I";Fri Aug 22 05:10:07 2008 Tanaka Akira ;T@ o; ;;;[ o;;I" io.c (rb_file_open_generic);T;[o;;[I"take filename as a VALUE.;To;;I"(rb_file_open_internal);T;[o;;[I" ditto.;To;;I"(rb_io_open);T;[o;;[I" ditto.;To;;I"(rb_file_open);T;[o;;[I"7pass filename as a VALUE to rb_file_open_internal.;To;;I"(rb_open_file);T;[o;;[I"6pass filename as a VALUE to rb_file_open_generic.;To;;I"(open_key_args);T;[o;;[I",pass filename as a VALUE to rb_io_open.;TS; ; i; I";Fri Aug 22 04:33:56 2008 Tanaka Akira ;T@ o; ;;;[o;;I"include/ruby/ruby.h;T;[o;;[I""fix previous change for LP64.;TS; ; i; I";Fri Aug 22 03:19:41 2008 Tanaka Akira ;T@ o; ;;;[ o;;I"#include/ruby/ruby.h (NUM2LONG);T;[o;;[I"make it inline function to evaluate the argument only once. `t = Object.new; def t.*(x) p x; 0 end; p Time.at(0, t)' did print x twice.;To;;I"(NUM2INT);T;[o;;[I" ditto.;To;;I" (NUM2LL);T;[o;;[I" ditto.;To;;I"(INT2NUM);T;[o;;[I"make it inline function.;To;;I"(LONG2NUM);T;[o;;[I" ditto.;To;;I"(UINT2NUM);T;[o;;[I" ditto.;To;;I"(ULONG2NUM);T;[o;;[I" ditto.;TS; ; i; I";Fri Aug 22 03:03:22 2008 Tanaka Akira ;T@ o; ;;;[o;;I"io.c (rb_io_s_sysopen);T;[o;;[I"mode can be a Bignum.;TS; ; i; I";Fri Aug 22 02:57:03 2008 Tanaka Akira ;T@ o; ;;;[o;;I"!io.c (rb_io_extract_modeenc);T;[o;;[I"notify coerced to caller.;To;;I"(rb_io_initialize);T;[o;;[I"mode may be a Bignum.;TS; ; i; I";Fri Aug 22 02:42:35 2008 Tanaka Akira ;T@ o; ;;;[o;;I"!io.c (rb_io_extract_modeenc);T;[o;;[I"-use rb_check_to_integer to test integer.;TS; ; i; I";Fri Aug 22 02:25:04 2008 Tanaka Akira ;T@ o; ;;;[o;;I"iseq.c (iseq_inspect);T;[o;;[I"?don't raise on uninitialized object. show real class name.;TS; ; i; I";Fri Aug 22 02:08:58 2008 Tanaka Akira ;T@ o; ;;;[o;;I"io.c (rb_io_initialize);T;[o;;[I"accept hash argument.;TS; ; i; I"2008-08-21;T@ S; ; i; I"AThu Aug 21 23:51:51 2008 Shugo Maeda ;T@ o; ;;;[o;;I"strftime.c (rb_strftime);T;[o;;[I"Msupported %F and %N. reverted config.h to ruby.h for Windows.;To;;I"5test/ruby/test_time.rb (TestTime::test_strftime);T;[o;;[I"added tests for %F and %N.;To;;I" time.c;T;[o;;[I"documented %F and %N.;TS; ; i; I"EThu Aug 21 20:23:26 2008 Kazuhiro NISHIYAMA ;T@ o; ;;;[o;;I">test/ruby/test_m17n_comb.rb (TestM17NComb#test_str_crypt);T;[o;;[I"'add key and salt to error message.;TS; ; i; I";Thu Aug 21 19:20:25 2008 Tanaka Akira ;T@ o; ;;;[o;;I"file.c (rb_stat_inspect);T;[o;;[I",don't raise if self is not initialized.;TS; ; i; I";Thu Aug 21 19:17:02 2008 Tanaka Akira ;T@ o; ;;;[o;;I"process.c (pst_pid);T;[o;;[I"Fuse rb_attr_get to avoid warning on Process::Status.allocate.pid.;To;;I"(pst_inspect);T;[o;;[I",don't raise if self is not initialized.;TS; ; i; I";Thu Aug 21 19:05:40 2008 Tanaka Akira ;T@ o; ;;;[o;;I"&io.c (io_extract_encoding_option);T;[o;;[I"Eif internal encoding is not specified, enc is external encoding.;TS; ; i; I"AThu Aug 21 14:22:50 2008 Shugo Maeda ;T@ o; ;;;[o;;I"strftime.c;T;[o;;[I"2include ruby/config.h instead of ruby/ruby.h.;To;;I"common.mk;T;[o;;[I"1removed the old rule for missing/strftime.c.;TS; ; i; I"AThu Aug 21 09:29:01 2008 Shugo Maeda ;T@ o; ;;;[o;;I"strftime.c (rb_strftime);T;[o;;[I"#return "UTC" instead of "GMT".;To;;I"+test/ruby/test_time.rb (test_strftime);T;[o;;[I" ditto.;TS; ; i; I"BThu Aug 21 07:59:04 2008 NARUSE, Yui ;T@ o; ;;;[o;;I"3test/iconv/test_option.rb (test_ignore_option);T;[o;;[I".skip if iconv doesn't have transliterate.;To;;I"5test/iconv/test_option.rb (test_translit_option);T;[o;;[I" ditto.;TS; ; i; I"EThu Aug 21 06:12:56 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"5lib/scanf.rb (Scanf::FormatSpecifier#initialize);T;[o;;[I">%i should accept single digit decimal. [ruby-core:18355];TS; ; i; I"EThu Aug 21 06:02:52 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"$range.c (range_initialize_copy);T;[o;;[I"-Range is now a Struct. [ruby-core:18353];To;;I"#struct.c (rb_struct_init_copy);T;[o;;[I"made public.;TS; ; i; I";Thu Aug 21 03:09:34 2008 Tanaka Akira ;T@ o; ;;;[ o;;I"&io.c (io_extract_encoding_option);T;[o;;[I"Senc2 is external encoding if external encoding and internal encoding is given.;To;;I"(pipe_open);T;[o;;[I"Kadd flags and convconfig argument to initialize fptr->{mode,enc,enc2}.;To;;I"(pipe_open_v);T;[o;;[I"8pass flags and convconfig from caller to pipe_open.;To;;I"(pipe_open_s);T;[o;;[I" ditto.;To;;I"(pop_last_hash);T;[o;;[I"new function.;To;;I"(rb_io_s_popen);T;[o;;[I"8use last hash as option to specify code conversion.;To;;I"(rb_io_open);T;[o;;[I";T@ o; ;;;[o;;I"io.c (prep_io);T;[o;;[I"local variable renamed.;To;;I"(rb_io_fdopen);T;[o;;[I" ditto.;To;;I"(prep_stdio);T;[o;;[I" ditto.;TS; ; i; I"AThu Aug 21 01:58:59 2008 Shugo Maeda ;T@ o; ;;;[o;;I"configure.in;T;[o;;[I"always check timezone().;To;;I"strftime.c (rb_strftime);T;[o;;[I"vprefer timezone/altzone rather than gettimeofday(). The second argument to gettimeofday() is ignored on Solaris.;TS; ; i; I";Thu Aug 21 02:03:08 2008 Tanaka Akira ;T@ o; ;;;[o;;I"io.c (open_key_args);T;[o;;[I"simplified.;TS; ; i; I";Thu Aug 21 01:57:03 2008 Tanaka Akira ;T@ o; ;;;[o;;I"io.c (open_key_args);T;[o;;[I"-IO.foreach(path, rs, limit) didn't work.;TS; ; i; I";Thu Aug 21 01:31:34 2008 Tanaka Akira ;T@ o; ;;;[o;;I"$io.c (rb_file_sysopen_internal);T;[o;;[I"unused function removed.;To;;I"(rb_file_sysopen);T;[o;;[I" ditto.;TS; ; i; I";Thu Aug 21 01:09:26 2008 Tanaka Akira ;T@ o; ;;;[o;;I" io.c;T;[o;;[I"=use mode_t for the 3rd argument, permission, of open(2).;TS; ; i; I"AThu Aug 21 00:51:42 2008 Shugo Maeda ;T@ o; ;;;[ o;;I"configure.in;T;[o;;[I".removed strftime from AC_REPLACE_FUNCS().;To;;I"include/ruby/missing.h;T;[o;;[I"&removed prototype for strftime().;To;;I"missing/strftime.c;T;[o;;[I" removed.;To;;I"time.c (time_to_s);T;[o;;[I".use rb_strftime() instead of strftime(3).;To;;I"(time_zone);T;[o;;[I" ditto.;TS; ; i; I"BThu Aug 21 00:49:50 2008 NAKAMURA Usaku ;T@ o; ;;;[o;;I"strftime.c;T;[o;;[I"win32 support.;TS; ; i; I"AThu Aug 21 00:20:05 2008 Shugo Maeda ;T@ o; ;;;[ o;;I"strftime.c;T;[o;;[I"new file.;To;;I"common.mk (COMMONOBJS);T;[o;;[I"added strftime.$(OBJEXT).;To;;I"time.c (time_strftime);T;[o;;[I"Kdo not use strftime(3). supported %L(millisecond) and %N(nanosecond).;To;;I"test/ruby/test_time.rb;T;[o;;[I"added tests for %L and %N.;TS; ; i; I"2008-08-20;T@ S; ; i; I";Wed Aug 20 23:53:42 2008 Tanaka Akira ;T@ o; ;;;[o;;I"io.c (io_set_encoding);T;[o;;[I" removed.;To;;I"(rb_io_open);T;[o;;[I",set up encoding using new argument opt.;To;;I"(open_key_args);T;[o;;[I";call rb_io_open with opt. don't call io_set_encoding.;TS; ; i; I";Wed Aug 20 22:30:33 2008 Tanaka Akira ;T@ o; ;;;[o;;I"!io.c (rb_file_open_internal);T;[o;;[I"use rb_io_flags_modenum.;To;;I"(rb_io_reopen);T;[o;;[I"4use rb_io_flags_modenum and rb_io_modenum_mode.;To;;I"(rb_io_stdio_file);T;[o;;[I" ditto.;TS; ; i; I"EWed Aug 20 22:28:15 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"proc.c (proc_new);T;[o;;[I"use the given class.;To;;I"vm.c (vm_make_proc);T;[o;;[I"%added an argument for the class.;TS; ; i; I"EWed Aug 20 22:24:48 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"enum.c (enum_take);T;[o;;[I"%get rid of extraneous iteration.;TS; ; i; I";Wed Aug 20 20:32:49 2008 Tanaka Akira ;T@ o; ;;;[o;;I" io.c (rb_io_open_with_args);T;[o;;[I",use rb_open_file instead of rb_io_open.;TS; ; i; I";Wed Aug 20 20:16:17 2008 Tanaka Akira ;T@ o; ;;;[o;;I"io.c (rb_scan_open_args);T;[o;;[I"!extracted from rb_open_file.;TS; ; i; I";Wed Aug 20 19:22:32 2008 Tanaka Akira ;T@ o; ;;;[ o;;I"io.c (convconfig_t);T;[o;;[I"new type.;To;;I"(rb_io_extract_modeenc);T;[o;;[I"new function.;To;;I"(rb_file_open_generic);T;[o;;[I"new function.;To;;I"(rb_file_open_internal);T;[o;;[I"use rb_file_open_generic.;To;;I"(rb_file_sysopen_internal);T;[o;;[I"use rb_file_open_generic.;To;;I"(rb_open_file);T;[o;;[I"8use rb_io_extract_modeenc and rb_file_open_generic.;To;;I"(rb_io_open);T;[o;;[I"8call rb_file_open_internal instead of rb_file_open.;TS; ; i; I";Wed Aug 20 19:15:35 2008 Tanaka Akira ;T@ o; ;;;[o;;I"io.c (Init_IO);T;[o;;[I"@new constants: File::DSYNC, File::RSYNC and File::NOFOLLOW.;TS; ; i; I";Wed Aug 20 18:41:11 2008 Tanaka Akira ;T@ o; ;;;[o;;I"io.c (rb_open_file);T;[o;;[I"vdon't lookup :mode and :perm in opt. it is useless because vmode and perm is overwritten by rb_scan_args anyway.;TS; ; i; I";Wed Aug 20 18:37:20 2008 Tanaka Akira ;T@ o; ;;;[o;;I"io.c (open_key_args);T;[o;;[I" meaningless MEMCPY removed.;TS; ; i; I";Wed Aug 20 18:30:58 2008 Tanaka Akira ;T@ o; ;;;[o;;I"io.c (prep_io) [cygwin];T;[o;;[I"+use FMODE_BINMODE instead of O_BINARY.;TS; ; i; I"EWed Aug 20 16:39:59 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"array.c (rb_ary_sample);T;[o;;[I",performance improvement for huge array.;TS; ; i; I"EWed Aug 20 12:28:31 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"array.c (rb_ary_sample);T;[o;;[I"$get rid of infinite loop. #455;TS; ; i; I";Wed Aug 20 06:09:31 2008 Tanaka Akira ;T@ o; ;;;[o;;I"$include/ruby/io.h (FMODE_TRUNC);T;[o;;[I"Ivalue changed because 0x100 is used as FMODE_NOREVLOOKUP in socket.c;TS; ; i; I";Wed Aug 20 05:19:40 2008 Tanaka Akira ;T@ o; ;;;[o;;I"io.c (parse_mode_enc);T;[o;;[I"extracted from mode_enc.;To;;I"!(io_extract_encoding_option);T;[o;;[I"$extracted from io_set_encoding.;TS; ; i; I";Wed Aug 20 04:17:26 2008 Tanaka Akira ;T@ o; ;;;[o;;I"io.c (rb_io_flags_modenum);T;[o;;[I"make it static.;TS; ; i; I";Wed Aug 20 03:36:45 2008 Tanaka Akira ;T@ o; ;;;[ o;;I"$include/ruby/io.h (FMODE_TRUNC);T;[o;;[I"new constant.;To;;I"io.c (rb_io_mode_flags);T;[o;;[I"set FMODE_TRUNC for "w".;To;;I"(rb_io_modenum_flags);T;[o;;[I"!set FMODE_TRUNC for O_TRUNC.;To;;I"(rb_io_flags_modenum);T;[o;;[I"new function.;To;;I"(rb_io_mode_modenum);T;[o;;[I"7just use rb_io_mode_flags and rb_io_flags_modenum.;TS; ; i; I";Wed Aug 20 02:36:21 2008 Tanaka Akira ;T@ o; ;;;[o;;I"io.c (fopen);T;[o;;[I"3macro for vms removed. fopen is not used now.;TS; ; i; I";Wed Aug 20 02:27:42 2008 Tanaka Akira ;T@ o; ;;;[o;;I" transcode.c (rb_econv_open);T;[o;;[I"fix memory leak.;To;;I"(rb_econv_close);T;[o;;[I"4ditto. fixed by shinichiro.h. [ruby-dev:35880];TS; ; i; I"2008-08-19;T@ S; ; i; I";Tue Aug 19 21:50:43 2008 Tanaka Akira ;T@ o; ;;;[o;;I"!include/ruby/io.h (rb_fopen);T;[o;;[I"declaration removed.;To;;I"io.c (rb_fopen);T;[o;;[I"unused function removed.;TS; ; i; I";Tue Aug 19 21:14:22 2008 Tanaka Akira ;T@ o; ;;;[o;;I"(include/ruby/io.h (FMODE_READWRITE);T;[o;;[I"-define as FMODE_READABLE|FMODE_WRITABLE.;TS; ; i; I";Tue Aug 19 21:13:08 2008 Tanaka Akira ;T@ o; ;;;[o;;I"io.c (rb_io_flags_mode);T;[o;;[I"&use hexadecimal in error message.;To;;I"(rb_io_modenum_mode);T;[o;;[I" ditto.;To;;I"(rb_io_initialize);T;[o;;[I" ditto.;TS; ; i; I";Tue Aug 19 18:23:40 2008 Tanaka Akira ;T@ o; ;;;[o;;I"io.c (rb_io_flags_mode);T;[o;;[I".add a prefix 0 to octal in error message.;To;;I"(rb_io_modenum_mode);T;[o;;[I" ditto.;TS; ; i; I";Tue Aug 19 18:05:45 2008 Tanaka Akira ;T@ o; ;;;[o;;I" include/ruby/io.h (FMODE_*);T;[o;;[I"3sorted and describe the values in hexadecimal.;TS; ; i; I";Tue Aug 19 17:32:30 2008 Tanaka Akira ;T@ o; ;;;[o;;I";ext/openssl/ossl_x509name.c (ossl_x509name_initialize);T;[o;;[I";store the result of d2i_X509_NAME into DATA_PTR(self).;TS; ; i; I"ETue Aug 19 04:54:39 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"!lib/rake.rb (FileUtils#ruby);T;[o;;[I"=takes care of space containing path. [ ruby-Bugs-21591 ];TS; ; i; I";Tue Aug 19 01:32:37 2008 Tanaka Akira ;T@ o; ;;;[o;;I"io.c (rb_open_file);T;[o;;[I">encoding in mode string was ignored if perm is specified.;TS; ; i; I";Tue Aug 19 01:02:19 2008 Tanaka Akira ;T@ o; ;;;[o;;I"io.c (rb_open_file);T;[o;;[I"Idon't access argv[-1] by File.allocate.instance_eval { initialize }.;TS; ; i; I";Tue Aug 19 00:56:01 2008 Tanaka Akira ;T@ o; ;;;[o;;I"re.c (rb_reg_inspect);T;[o;;[I"*don't raise for uninitialized Regexp.;TS; ; i; I";Tue Aug 19 00:34:24 2008 Tanaka Akira ;T@ o; ;;;[o;;I" io.c (rb_io_check_readable);T;[o;;[I"#side effect for STDIN removed.;To;;I"(rb_io_external_encoding);T;[o;;[I" ditto.;TS; ; i; I"2008-08-18;T@ S; ; i; I";Mon Aug 18 23:27:07 2008 Tanaka Akira ;T@ o; ;;;[o;;I"io.c (io_ungetbyte);T;[o;;[I"renamed from io_ungetc.;To;;I"(rb_io_ungetbyte);T;[o;;[I"new method.;To;;I"(rb_io_ungetc);T;[o;;[I"4push back into character buffer if enc2 is set.;TS; ; i; I";Mon Aug 18 22:41:46 2008 Tanaka Akira ;T@ o; ;;;[o;;I"io.c (id_encode);T;[o;;[I" removed.;TS; ; i; I";Mon Aug 18 22:30:07 2008 Tanaka Akira ;T@ o; ;;;[o;;I"io.c (make_writeconv);T;[o;;[I"=if enc and enc2 is set, convert string.encoding to enc2.;To;;I"include/ruby/io.h;T;[o;;[I"comment changed.;TS; ; i; I";Mon Aug 18 21:02:08 2008 Tanaka Akira ;T@ o; ;;;[o;;I" include/ruby/io.h (rb_io_t);T;[o;;[I"Jnew fields: writeconv, writeconv_stateless and writeconv_initialized.;To;;I"(MakeOpenFile);T;[o;;[I"initialize them.;To;;I":include/ruby/encoding.h (rb_econv_stateless_encoding);T;[o;;[I"declared.;To;;I"(rb_econv_string);T;[o;;[I"declared.;To;;I"io.c (make_writeconv);T;[o;;[I"new function.;To;;I"(io_fwrite);T;[o;;[I"use econv.;To;;I"(make_readconv);T;[o;;[I"fix error message.;To;;I"(finish_writeconv);T;[o;;[I"new function.;To;;I"(fptr_finalize);T;[o;;[I"call finish_writeconv.;To;;I"(clear_writeconv);T;[o;;[I"new function.;To;;I"(clear_codeconv);T;[o;;[I"Bnew function to call both clear_readconv and clear_writeconv.;To;;I"(rb_io_fptr_finalize);T;[o;;[I"3call clear_codeconv instead of clear_readconv.;To;;I"(mode_enc);T;[o;;[I" ditto.;To;;I"(io_set_encoding);T;[o;;[I" ditto.;To;;I"(argf_next_argv);T;[o;;[I" ditto.;To;;I"(io_encoding_set);T;[o;;[I" ditto.;To;;I"gc.c (gc_mark_children);T;[o;;[I"(mark writeconv_stateless in T_FILE.;To;;I"'transcode.c (stateless_encoding_i);T;[o;;[I"new function.;To;;I""(rb_econv_stateless_encoding);T;[o;;[I" ditto.;To;;I"(rb_econv_string);T;[o;;[I" ditto.;TS; ; i; I";Mon Aug 18 17:23:38 2008 Tanaka Akira ;T@ o; ;;;[ o;;I"io.c (clear_readconv);T;[o;;[I"(extracted from rb_io_fptr_finalize.;To;;I"(mode_enc);T;[o;;[I"call clear_readconv.;To;;I"(io_set_encoding);T;[o;;[I" ditto.;To;;I"(argf_next_argv);T;[o;;[I" ditto.;To;;I"(io_encoding_set);T;[o;;[I" ditto.;TS; ; i; I";Mon Aug 18 16:54:06 2008 Tanaka Akira ;T@ o; ;;;[o;;I"io.c (mode_enc);T;[o;;[I"&modify enc and enc2 consistently.;To;;I"(io_set_encoding);T;[o;;[I" ditto.;To;;I"(io_encoding_set);T;[o;;[I" ditto.;TS; ; i; I";Mon Aug 18 13:21:38 2008 Tanaka Akira ;T@ o; ;;;[o;;I"(transcode.c (transcode_search_path);T;[o;;[I"Cprevent infinite loop by searching a path for self conversion.;TS; ; i; I";Mon Aug 18 12:45:24 2008 Tanaka Akira ;T@ o; ;;;[o;;I"io.c (io_enc_str);T;[o;;[I"code conversion removed.;To;;I"(io_enc_str_converted);T;[o;;[I"7removed because it is identical to io_enc_str now.;TS; ; i; I";Mon Aug 18 12:12:29 2008 Tanaka Akira ;T@ o; ;;;[o;;I"io.c (io_shift_crbuf);T;[o;;[I"6add strp argument to append into existing string.;To;;I"(read_all);T;[o;;[I"use econv if enc2 is set.;To;;I"(io_getc);T;[o;;[I"&follow the io_shift_crbuf change.;TS; ; i; I";Mon Aug 18 10:35:25 2008 Tanaka Akira ;T@ o; ;;;[ o;;I" io.c (io_enc_str_converted);T;[o;;[I"new function.;To;;I"(make_readconv);T;[o;;[I"extracted from io_getc.;To;;I"(more_char);T;[o;;[I" ditto.;To;;I"(appendline);T;[o;;[I"Cuse econv via make_readconv and more_char for code conversion.;To;;I"(prepare_getline_args);T;[o;;[I"$don't convert record separator.;To;;I"(rb_io_getline_1);T;[o;;[I"1don't use rb_io_getline_fast if enc2 is set.;To;;I"(io_getc);T;[o;;[I"%use make_readconv and more_char.;TS; ; i; I"EMon Aug 18 08:27:44 2008 Kazuhiro NISHIYAMA ;T@ o; ;;;[o;;I"common.mk;T;[o;;[I"fix error in uncommon.mk.;TS; ; i; I"BMon Aug 18 06:10:08 2008 NARUSE, Yui ;T@ o; ;;;[o;;I"common.mk;T;[o;;[I"$config.h depends config.status.;TS; ; i; I";Mon Aug 18 03:59:43 2008 Tanaka Akira ;T@ o; ;;;[o;;I"io.c (appendline);T;[o;;[I"0appendline cannot check character boundary.;To;;I"(rb_io_getline_1);T;[o;;[I"*relax limit until character boundary.;TS; ; i; I"CMon Aug 18 02:25:11 2008 GOTOU Yuuzou ;T@ o; ;;;[o;;I"3lib/webrick/cgi.rb (WEBrick::CGI::Socket#eof?);T;[o;;[I"added lacked method.;TS; ; i; I"2008-08-17;T@ S; ; i; I";Sun Aug 17 21:50:22 2008 Tanaka Akira ;T@ o; ;;;[o;;I" io.c (prepare_getline_args);T;[o;;[I",io.gets(10,nil) should cause TypeError.;TS; ; i; I"ESun Aug 17 15:58:39 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"lib/mkmf.rb;T;[o;;[I"not check config.h.;To;;I"lib/mkmf.rb (init_mkmf);T;[o;;[I",add include/ruby/backward to $INCFLAGS.;To;;I"&include/ruby/backward/{st,util}.h;T;[o;;[I"7added for backward compatibility. [ruby-dev:35811];TS; ; i; I";Sun Aug 17 13:40:04 2008 Tanaka Akira ;T@ o; ;;;[o;;I"*transcode.c (econv_primitive_putback);T;[o;;[I"new method.;TS; ; i; I";Sun Aug 17 13:23:53 2008 Tanaka Akira ;T@ o; ;;;[ o;;I"3include/ruby/encoding.h (rb_econv_putbackable);T;[o;;[I"declared.;To;;I"(rb_econv_putback);T;[o;;[I" ditto.;To;;I"'transcode.c (rb_econv_putbackable);T;[o;;[I"implemented.;To;;I"(rb_econv_putback);T;[o;;[I" ditto.;To;;I"io.c (io_getc);T;[o;;[I" put back bytes if possible.;TS; ; i; I";Sun Aug 17 12:00:18 2008 Tanaka Akira ;T@ o; ;;;[ o;;I"'transcode.c (make_econv_exception);T;[o;;[I"8add several instance variables to exception object.;To;;I"(ecerr_source_encoding);T;[o;;[I"qnew method: Encoding::ConversionUndefined#source_encoding and Encoding::InvalidByteSequence#source_encoding.;To;;I"!(ecerr_destination_encoding);T;[o;;[I"{new method: Encoding::ConversionUndefined#destination_encoding and Encoding::InvalidByteSequence#destination_encoding.;To;;I"(econverr_error_char);T;[o;;[I":new method: Encoding::ConversionUndefined#error_char.;To;;I"(econverr_error_bytes);T;[o;;[I";new method: Encoding::ConversionUndefined#error_bytes.;TS; ; i; I"ESun Aug 17 11:43:18 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"random.c (struct MT);T;[o;;[I"$packed Mersenne Twister staffs.;To;;I"random.c (struct RandSeed);T;[o;;[I"packed random seed staffs.;TS; ; i; I"BSun Aug 17 08:38:26 2008 NARUSE, Yui ;T@ o; ;;;[o;;I"3test/iconv/test_option.rb (test_ignore_option);T;[o;;[I".skip if iconv doesn't have transliterate.;To;;I"5test/iconv/test_option.rb (test_translit_option);T;[o;;[I" ditto.;TS; ; i; I";Sun Aug 17 01:29:46 2008 Tanaka Akira ;T@ o; ;;;[ o;;I" include/ruby/io.h (rb_io_t);T;[o;;[I"Cnew fields: readconv, crbuf, crbuf_off, crbuf_len, crbuf_capa.;To;;I"(MakeOpenFile);T;[o;;[I"initialize them.;To;;I"io.c (io_shift_crbuf);T;[o;;[I"new function.;To;;I"(io_getc);T;[o;;[I"use econv.;To;;I"(rb_io_fptr_finalize);T;[o;;[I"!finalize readconv and crbuf.;TS; ; i; I";Sun Aug 17 00:02:07 2008 Tanaka Akira ;T@ o; ;;;[ o;;I"3include/ruby/encoding.h (rb_econv_check_error);T;[o;;[I"declared.;To;;I"'transcode.c (make_econv_exception);T;[o;;[I"new function.;To;;I"(transcode_loop);T;[o;;[I"use make_econv_exception.;To;;I"(rb_econv_check_error);T;[o;;[I" defined.;TS; ; i; I"2008-08-16;T@ S; ; i; I";Sat Aug 16 15:23:16 2008 Tanaka Akira ;T@ o; ;;;[ o;;I".include/ruby/encoding.h (rb_econv_elem_t);T;[o;;[I"!fields removed: from and to.;To;;I"(rb_econv_t);T;[o;;[I"Dnew fields: source_encoding_name and destination_encoding_name.;To;;I"6transcode.c (rb_econv_open_by_transcoder_entries);T;[o;;[I"initialize the new fields.;To;;I"(rb_econv_open);T;[o;;[I"set up the new fields.;To;;I"(econv_inspect);T;[o;;[I"use the new fields.;TS; ; i; I";Sat Aug 16 14:22:04 2008 Tanaka Akira ;T@ o; ;;;[o;;I")include/ruby/encoding.h (rb_econv_t);T;[o;;[I"[add fields: in_buf_start, in_data_start, in_data_end, in_buf_end and last_trans_index.;To;;I"(rb_econv_output);T;[o;;[I" removed.;To;;I"(rb_econv_insert_output);T;[o;;[I"declared.;To;;I")(rb_econv_encoding_to_insert_output);T;[o;;[I"declared.;To;;I"3enc/trans/newline.trans (rb_universal_newline);T;[o;;[I"stateful_type changed.;To;;I")transcode.c (transcode_restartable0);T;[o;;[I"Yinitialize inchar_start, tc->recognized_len and next_table at beginning of the loop.;To;;I"*(rb_econv_open_by_transcoder_entries);T;[o;;[I"initialize new fields.;To;;I"(rb_econv_open);T;[o;;[I"setup last_trans_index.;To;;I"(trans_sweep);T;[o;;[I",last out_buf_start can be non-NULL now.;To;;I"(rb_econv_convert);T;[o;;[I"8check last out_buf_start and in_buf_start at first.;To;;I"0(rb_econv_output_with_destination_encoding);T;[o;;[I" removed.;To;;I"(econv_just_convert);T;[o;;[I" removed.;To;;I"(rb_econv_output);T;[o;;[I" removed.;To;;I"(econv_primitive_output);T;[o;;[I"method removed.;To;;I")(rb_econv_encoding_to_insert_output);T;[o;;[I"new function.;To;;I" (allocate_converted_string);T;[o;;[I"new function.;To;;I"(rb_econv_insert_output);T;[o;;[I"new function.;To;;I"$(econv_primitive_insert_output);T;[o;;[I"new method.;To;;I"#(output_replacement_character);T;[o;;[I";use rb_econv_insert_output. unused arguments removed.;TS; ; i; I"ESat Aug 16 09:20:18 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"*include/ruby/ruby.h (rb_intern_const);T;[o;;[I"tiny optimization.;To;;I"Ginclude/ruby/ruby.h (SSIZET2NUM, NUM2SSIZET, SSIZE_MAX, SSIZE_MIN);T;[o;;[I"macros for ssize_t.;TS; ; i; I";Sat Aug 16 08:11:04 2008 Tanaka Akira ;T@ o; ;;;[ o;;I"5transcode_data.h (rb_transcoder_stateful_type_t);T;[o;;[I" defined.;To;;I"(rb_transcoder);T;[o;;[I"add field: stateful_type.;To;;I"tool/transcode-tblgen.rb;T;[o;;[I"9generate stateful_type field as stateless_converter.;To;;I"enc/trans/iso2022.trans;T;[o;;[I"!follow rb_transcoder change.;To;;I"enc/trans/newline.trans;T;[o;;[I" ditto.;To;;I"enc/trans/utf_16_32.trans;T;[o;;[I" ditto.;TS; ; i; I"2008-08-15;T@ S; ; i; I";Fri Aug 15 23:07:48 2008 Tanaka Akira ;T@ o; ;;;[o;;I"%transcode.c (econv_just_convert);T;[o;;[I"$extracted from rb_econv_output.;To;;I"(rb_econv_output);T;[o;;[I"use econv_just_convert.;To;;I"(econv_primitive_output);T;[o;;[I"new method.;TS; ; i; I";Fri Aug 15 19:57:01 2008 Tanaka Akira ;T@ o; ;;;[ o;;I".include/ruby/encoding.h (rb_econv_output);T;[o;;[I"add str_encoding argument.;To;;I",transcode.c (get_replacement_character);T;[o;;[I"add repl_enc_ptr argument.;To;;I"0(rb_econv_output_with_destination_encoding);T;[o;;[I"5renamed from rb_econv_output and make it static.;To;;I"(rb_econv_output);T;[o;;[I"Dconvert str and call rb_econv_output_with_destination_encoding.;To;;I"#(output_replacement_character);T;[o;;[I"#follow above interface change.;TS; ; i; I"EFri Aug 15 19:33:57 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"!string.c (rb_str_drop_bytes);T;[o;;[I"use memmove.;TS; ; i; I";Fri Aug 15 18:33:22 2008 Tanaka Akira ;T@ o; ;;;[o;;I")include/ruby/encoding.h (rb_econv_t);T;[o;;[I" add error_tc in last_error.;To;;I"#transcode.c (rb_econv_convert);T;[o;;[I"fill error_tc.;TS; ; i; I";Fri Aug 15 18:10:49 2008 Tanaka Akira ;T@ o; ;;;[ o;;I")include/ruby/encoding.h (rb_econv_t);T;[o;;[I"new field: last_error.;To;;I" transcode.c (rb_trans_conv);T;[o;;[I"'new argument: result_position_ptr.;To;;I"(rb_econv_convert);T;[o;;[I"fill last_error.;To;;I"(econv_result_to_symbol);T;[o;;[I",extracted from econv_primitive_convert.;To;;I"(econv_primitive_errinfo);T;[o;;[I"new method.;TS; ; i; I"EFri Aug 15 17:39:05 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"common.mk (parse.{c,h});T;[o;;[I"%creates in the dependency order.;TS; ; i; I"EFri Aug 15 16:59:30 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"!vm_core.h (exec_event_hooks);T;[o;;[I"skips RubyVM::FrozenCore.;To;;I"vm.c (Init_VM);T;[o;;[I"%get rid of SEGV in a trace proc.;TS; ; i; I";Fri Aug 15 09:33:48 2008 Tanaka Akira ;T@ o; ;;;[o;;I"transcode.c (conv_init);T;[o;;[I"check empty name.;TS; ; i; I";Fri Aug 15 09:03:54 2008 Tanaka Akira ;T@ o; ;;;[o;;I"transcode.c (econv_init);T;[o;;[I";T@ o; ;;;[o;;I" common.mk ({$(srcdir)}.y.c);T;[o;;[I"escape backslash.;TS; ; i; I";Fri Aug 15 01:05:39 2008 Tanaka Akira ;T@ o; ;;;[o;;I"*transcode.c (econv_primitive_convert);T;[o;;[I"%set destination_buffer encoding.;TS; ; i; I";Fri Aug 15 00:52:40 2008 Tanaka Akira ;T@ o; ;;;[ o;;I".include/ruby/encoding.h (rb_econv_output);T;[o;;[I"declared.;To;;I"%transcode_data.h (rb_transcoder);T;[o;;[I"add resetsize_func field.;To;;I";T@ o; ;;;[ o;;I">include/ruby/encoding.h (ECONV_UNIVERSAL_NEWLINE_DECODER);T;[o;;[I" defined.;To;;I"!(ECONV_CRLF_NEWLINE_ENCODER);T;[o;;[I" ditto.;To;;I"(ECONV_CR_NEWLINE_ENCODER);T;[o;;[I" ditto.;To;;I"(ECONV_PARTIAL_INPUT);T;[o;;[I" ditto.;To;;I"%(ECONV_OUTPUT_FOLLOWED_BY_INPUT);T;[o;;[I" ditto.;To;;I"transcode.c;T;[o;;[I""use ECONV_* defined as above.;TS; ; i; I";Thu Aug 14 23:35:21 2008 Tanaka Akira ;T@ o; ;;;[o;;I"transcode.c;T;[o;;[I"local variable renamed.;TS; ; i; I";Thu Aug 14 23:22:24 2008 Tanaka Akira ;T@ o; ;;;[o;;I"0include/ruby/encoding.h (rb_econv_result_t);T;[o;;[I"!moved from transcode_data.h.;To;;I"(rb_econv_elem_t);T;[o;;[I" ditto.;To;;I"(rb_econv_t);T;[o;;[I"Editto. source_encoding and destination_encoding field is added.;To;;I"(rb_econv_open);T;[o;;[I"declared.;To;;I"(rb_econv_convert);T;[o;;[I" ditto.;To;;I"(rb_econv_close);T;[o;;[I" ditto.;To;;I"6transcode.c (rb_econv_open_by_transcoder_entries);T;[o;;[I"Ginitialize source_encoding and destination_encoding field as NULL.;To;;I"(rb_econv_open);T;[o;;[I"make it external linkage.;To;;I"(rb_econv_close);T;[o;;[I" ditto.;To;;I"(rb_econv_convert);T;[o;;[I"(ditto. renamed from rb_econv_conv.;To;;I"(make_encoding);T;[o;;[I"new function.;To;;I"(econv_init);T;[o;;[I";T@ o; ;;;[o;;I")transcode_data.h (rb_econv_result_t);T;[o;;[I"@change enumeration constant's prefix: transcode_ to econv_.;To;;I"transcode.c;T;[o;;[I"'follow the constant prefix change.;TS; ; i; I";Thu Aug 14 21:34:41 2008 Tanaka Akira ;T@ o; ;;;[o;;I"transcode.c (econv_init);T;[o;;[I"Haccept Encoding object as source_encoding and destination_encoding.;TS; ; i; I";Thu Aug 14 21:10:00 2008 Tanaka Akira ;T@ o; ;;;[o;;I"(encoding.c (rb_filesystem_encoding);T;[o;;[I",use default external encoding for Unix.;To;;I"dir.c (dir_initialize);T;[o;;[I"don't cache fs_encoding.;TS; ; i; I";Thu Aug 14 20:58:57 2008 Tanaka Akira ;T@ o; ;;;[o;;I"6transcode.c (rb_econv_open_by_transcoder_entries);T;[o;;[I"6renamed from rb_trans_open_by_transcoder_entries.;TS; ; i; I";Thu Aug 14 20:56:28 2008 Tanaka Akira ;T@ o; ;;;[o;;I"#transcode.c (econv_max_output);T;[o;;[I" removed.;TS; ; i; I";Thu Aug 14 20:52:55 2008 Tanaka Akira ;T@ o; ;;;[o;;I"tool/transcode-tblgen.rb;T;[o;;[I"check unexpected actions.;TS; ; i; I";Thu Aug 14 20:25:52 2008 Tanaka Akira ;T@ o; ;;;[o;;I"7transcode_data.h (transcode_invalid_byte_sequence);T;[o;;[I"*renamed from transcode_invalid_input.;To;;I"((transcode_destination_buffer_full);T;[o;;[I"&renamed from transcode_obuf_full.;To;;I"$(transcode_source_buffer_empty);T;[o;;[I"'renamed from transcode_ibuf_empty.;To;;I"(rb_econv_result_t);T;[o;;[I"$renamed from rb_trans_result_t.;To;;I"(rb_econv_elem_t);T;[o;;[I""renamed from rb_trans_elem_t.;To;;I"(rb_econv_t);T;[o;;[I"renamed from rb_trans_t.;To;;I",transcode.c (UNIVERSAL_NEWLINE_DECODER);T;[o;;[I"$renamed from UNIVERSAL_NEWLINE.;To;;I"(CRLF_NEWLINE_ENCODER);T;[o;;[I"renamed from CRLF_NEWLINE.;To;;I"(CR_NEWLINE_ENCODER);T;[o;;[I"renamed from CR_NEWLINE.;To;;I"(rb_econv_open);T;[o;;[I" renamed from rb_trans_open.;To;;I"(rb_econv_close);T;[o;;[I"!renamed from rb_trans_close.;TS; ; i; I";Thu Aug 14 19:41:42 2008 Tanaka Akira ;T@ o; ;;;[o;;I""transcode.c (load_transcoder);T;[o;;[I"unused function removed.;To;;I"(rb_transcoding_open);T;[o;;[I" ditto.;TS; ; i; I"EThu Aug 14 17:57:05 2008 Nobuyoshi Nakada ;T@ o; ;;;[ o;;I"-include/ruby/encoding.h (rb_enc_ispunct);T;[o;;[I" added.;To;;I"4common.mk (COMMONOBJS), inits.c (rb_call_inits);T;[o;;[I"'id.c is now included from parse.c.;To;;I"+id.c (Init_id), id.h (ruby_method_ids);T;[o;;[I"added IDs used by VM.;To;;I"parse.y (global_symbols);T;[o;;[I"added rooms for VM IDs.;To;;I"$parse.y (rb_intern3, rb_id2str);T;[o;;[I"8single punctuation symbol is now same as char code.;TS; ; i; I"EThu Aug 14 17:46:21 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"parse.y (union tmpyystype);T;[o;;[I"?no longer needed, since YYSTYPE is defined in parse.h now.;TS; ; i; I"GThu Aug 14 17:27:07 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"version.c (Init_version);T;[o;;[I"add RUBY_ENGINE constant.;TS; ; i; I";Thu Aug 14 15:34:10 2008 Tanaka Akira ;T@ o; ;;;[o;;I" transcode.c (rb_econv_conv);T;[o;;[I"Vnew function. it doesn't consume input too much, even for multilevel conversion.;To;;I"(transcode_loop);T;[o;;[I"use rb_econv_conv.;To;;I"(econv_primitive_convert);T;[o;;[I" ditto.;TS; ; i; I"EThu Aug 14 15:27:42 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"1include/ruby/defines.h (RUBY_ALIAS_FUNCTION);T;[o;;[I"fallback definition.;TS; ; i; I";Thu Aug 14 15:08:17 2008 Tanaka Akira ;T@ o; ;;;[ o;;I")transcode_data.h (rb_trans_result_t);T;[o;;[I"Bnew enumeration constant: transcode_output_followed_by_input.;To;;I"+transcode.c (OUTPUT_FOLLOWED_BY_INPUT);T;[o;;[I"new flag.;To;;I"(transcode_restartable0);T;[o;;[I"Tsuspend when output followed by input if OUTPUT_FOLLOWED_BY_INPUT is specified.;To;;I"(trans_sweep);T;[o;;[I"$check OUTPUT_FOLLOWED_BY_INPUT.;To;;I"(rb_trans_conv);T;[o;;[I"&support OUTPUT_FOLLOWED_BY_INPUT.;To;;I"(econv_primitive_convert);T;[o;;[I"Mreturn :output_followed_by_input for transcode_output_followed_by_input.;TS; ; i; I"EThu Aug 14 14:57:46 2008 Nobuyoshi Nakada ;T@ o; ;;;[ o;;I"gc.c (getrusage_time);T;[o;;[I"should return the value.;To;;I"&thread.c (rb_thread_priority_set);T;[o;;[I"get rid of C99 feature.;To;;I"(transcode.c (transcode_search_path);T;[o;;[I" ditto.;To;;I"vm.c (REWIND_CFP);T;[o;;[I"&get rid of statement expressions.;TS; ; i; I"EThu Aug 14 14:13:39 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"vm.c (Init_VM);T;[o;;[I"hide FrozenCore.;TS; ; i; I"EThu Aug 14 12:20:36 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I""transcode.c (load_transcoder);T;[o;;[I"suppress warning.;To;;I"'missing/vsnprintf.c (BSD_vfprintf);T;[o;;[I" ditto.;TS; ; i; I"EThu Aug 14 12:01:39 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"configure.in (gnumake);T;[o;;[I"check for GNU make.;To;;I"Makefile.in (uncommon.mk);T;[o;;[I"!includes filtered common.mk.;To;;I"common.mk (parse.h);T;[o;;[I"workaround for nmake.;TS; ; i; I"=Thu Aug 14 06:09:12 2008 Koichi Sasada ;T@ o; ;;;[o;;I",thread.c (rb_thread_execute_interrupts);T;[o;;[I",switch event should be occur only once.;TS; ; i; I"BThu Aug 14 05:36:36 2008 NARUSE, Yui ;T@ o; ;;;[o;;I"common.mk;T;[o;;[I" parse.h depends on parse.c.;To;;I"common.mk;T;[o;;[I"(hash.o depends on $(ID_H_INCLUDES).;TS; ; i; I"EThu Aug 14 02:45:16 2008 Kazuhiro NISHIYAMA ;T@ o; ;;;[o;;I"Atest/ruby/test_file_exhaustive.rb (TestFileExhaustive#setup);T;[o;;[I"+set group of tmpdir. [ruby-dev:35633];TS; ; i; I"MThu Aug 14 15:50:30 2008 Giuseppe Bilotta ;T@ o; ;;;[o;;I"hash.c (set_default);T;[o;;[I"fix rdoc. #441;TS; ; i; I";Thu Aug 14 02:23:31 2008 Tanaka Akira ;T@ o; ;;;[o;;I"*transcode.c (econv_primitive_convert);T;[o;;[I"$add output_byteoffset argument.;TS; ; i; I"EThu Aug 14 00:43:53 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I",configure.in (rb_cv_gcc_function_alias);T;[o;;[I"checks alias attribute.;To;;I"string.c (alias_func);T;[o;;[I"'replaced with RUBY_ALIAS_FUNCTION.;TS; ; i; I"2008-08-13;T@ S; ; i; I"EWed Aug 13 23:42:49 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"common.mk (parse.h);T;[o;;[I"fake rule.;TS; ; i; I"AWed Aug 13 23:15:58 2008 Shugo Maeda ;T@ o; ;;;[o;;I")test/ruby/test_thread.rb (test_list);T;[o;;[I"9call Thread.pass to run t1. fixed [ruby-core:18264].;TS; ; i; I">Wed Aug 13 23:05:51 2008 TAKAO Kouji ;T@ o; ;;;[o;;I"string.c (alias_func);T;[o;;[I"Echanged to 'weak, alias' from 'alias' for Mac OSX. (closes #429);TS; ; i; I"=Wed Aug 13 19:40:12 2008 Koichi Sasada ;T@ o; ;;;[o;;I" gc.c;T;[o;;[I".count only freed object as freelist size.;TS; ; i; I"AWed Aug 13 18:34:22 2008 Shugo Maeda ;T@ o; ;;;[o;;I"marshal.c (marshal_load);T;[o;;[I"set arg.untrust properly.;TS; ; i; I";Wed Aug 13 17:47:09 2008 Tanaka Akira ;T@ o; ;;;[o;;I" transcode.c (econv_inspect);T;[o;;[I"new method.;TS; ; i; I";Wed Aug 13 17:35:58 2008 Tanaka Akira ;T@ o; ;;;[o;;I")transcode.c (transcode_restartable0);T;[o;;[I"%several local variables removed.;TS; ; i; I"GWed Aug 13 17:35:23 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"&hash.c (rb_hash_set_default_proc);T;[o;;[I":add new method. a patch from Giuseppe Bilotta. #419;TS; ; i; I"GWed Aug 13 17:31:12 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"(vm_insnhelper.c (caller_setup_args);T;[o;;[I";T@ o; ;;;[o;;I"common.mk;T;[o;;[I"+regint.h no longer includes vm_core.h.;TS; ; i; I";Wed Aug 13 17:26:44 2008 Tanaka Akira ;T@ o; ;;;[ o;;I"&transcode_data.h (rb_transcoding);T;[o;;[I"9add fields: writebuf_off, writebuf_len and writebuf.;To;;I"(TRANSCODING_WRITEBUF);T;[o;;[I"new macro.;To;;I")transcode.c (transcode_restartable0);T;[o;;[I"/output until output buffer is really full.;To;;I"((rb_transcoding_open_by_transcoder);T;[o;;[I"8initialize writebuf_len, writebuf_off and writebuf.;To;;I"(rb_transcoding_close);T;[o;;[I"finalize writebuf.;TS; ; i; I"=Wed Aug 13 17:18:37 2008 Koichi Sasada ;T@ o; ;;;[o;;I"$thread.c (rb_thread_check_ints);T;[o;;[I"Nadded. please note that this function may cause ruby's thread switching.;To;;I"include/ruby/intern.h;T;[o;;[I" ditto.;To;;I" regint.h;T;[o;;[I"Fuse rb_thread_check_ints() instead of RUBY_CHECK_INTS() directly.;TS; ; i; I"@Wed Aug 13 17:01:36 2008 Akinori MUSHA ;T@ o; ;;;[o;;I"golf_prelude.rb, lib/set.rb (TC_Set#test_each), test/readline/test_readline_history.rb (Readline#test_each__enumerator), test/ruby/test_array.rb (TestArray#test_collect), test/ruby/test_enumerator.rb (TestEnumerator#test_initialize);T;[o;;[I"5Enumerable::Enumerator is now called Enumerator.;To;;I"9lib/rinda/tuplespace.rb (Rinda::TupleBag#initialize);T;[o;;[I"?Use enum_for instead of hardcoding Enumerable::Enumerator.;TS; ; i; I"=Wed Aug 13 16:40:57 2008 Koichi Sasada ;T@ o; ;;;[o;;I"thread.c, vm_core.h;T;[o;;[I"add manual priority support using time slice. if you enable USE_NATIVE_THREAD_PRIORITY macro, this mechanism is ignored. [ruby-dev:33124];To;;I"%thread_pthread.c, thread_win32.c;T;[o;;[I" ditto.;To;;I"test/ruby/test_thread.rb;T;[o;;[I"fix test parameter.;TS; ; i; I"AWed Aug 13 16:02:14 2008 Shugo Maeda ;T@ o; ;;;[ o;;I" object.c (rb_obj_untrusted);T;[o;;[I""new method Object#untrusted?.;To;;I"(rb_obj_untrust);T;[o;;[I"new method Object#untrust.;To;;I"(rb_obj_trust);T;[o;;[I"new method Object#trust.;To;;I"array.c, debug.c, time.c, include/ruby/ruby.h, re.c, variable.c, string.c, io.c, dir.c, vm_method.c, struct.c, class.c, hash.c, ruby.c, marshal.c;T;[o;;[I"!fixes for Object#untrusted?.;To;;I"test/ruby/test_module.rb, test/ruby/test_array.rb, test/ruby/test_object.rb, test/ruby/test_string.rb, test/ruby/test_marshal.rb, test/ruby/test_hash.rb;T;[o;;[I"'added tests for Object#untrusted?.;TS; ; i; I"BWed Aug 13 16:13:58 2008 NARUSE, Yui ;T@ o; ;;;[o;;I"test/ruby/test_m17n.rb;T;[o;;[I"'follow EncodingCompatibilityError.;To;;I",test/ruby/test_mixed_unicode_escapes.rb;T;[o;;[I" ditto.;To;;I" test/ruby/enc/test_utf16.rb;T;[o;;[I" ditto.;TS; ; i; I"GWed Aug 13 16:05:50 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"time.c (time_cmp);T;[o;;[I"Nretry with right hand operand if its not a time object. [ruby-dev:35011];TS; ; i; I"@Wed Aug 13 15:51:22 2008 Akinori MUSHA ;T@ o; ;;;[o;;I" string.c;T;[o;;[I"OApply a temporary fix to fix build on OS X. A real fix will follow later.;TS; ; i; I"@Wed Aug 13 15:25:09 2008 Akinori MUSHA ;T@ o; ;;;[o;;I"#enumerator.c (Init_Enumerator);T;[o;;[I"6Rename Enumerable::Enumerator to just Enumerator.;TS; ; i; I"@Wed Aug 13 15:13:57 2008 Akinori MUSHA ;T@ o; ;;;[o;;I"*common.mk (prelude.c, golf_prelude.c);T;[o;;[I"3Using $(COMPILE_PRELUDE) requires $(RBCONFIG).;TS; ; i; I";Wed Aug 13 15:08:04 2008 Tanaka Akira ;T@ o; ;;;[o;;I"transcode.c (econv_init);T;[o;;[I""make flags argument optional.;To;;I"(econv_primitive_convert);T;[o;;[I" ditto.;TS; ; i; I"@Wed Aug 13 14:55:27 2008 Akinori MUSHA ;T@ o; ;;;[o;;I" common.mk (realclean-local);T;[o;;[I"Remove parse.h as well.;To;;I"common.mk;T;[o;;[I"QAdd missing dependencies regarding vm_core.h, id.h, parse.c (parse.h), etc..;TS; ; i; I";Wed Aug 13 14:45:37 2008 Tanaka Akira ;T@ o; ;;;[ o;;I".enc/trans/newline.trans (rb_crlf_newline);T;[o;;[I"new transcoder.;To;;I"(rb_cr_newline);T;[o;;[I"new transcoder.;To;;I"transcode.c (trans_open_i);T;[o;;[I"5one more extra room for input newline converter.;To;;I"(rb_trans_open);T;[o;;[I"-crlf newline and cr newline implemented.;To;;I"(Init_transcode);T;[o;;[I"SEncoding::Converter::CRLF_NEWLINE and Encoding::Converter::CR_NEWLINE defined.;TS; ; i; I";Wed Aug 13 14:22:16 2008 Tanaka Akira ;T@ o; ;;;[o;;I"enc/trans/newline.trans;T;[o;;[I"new file.;To;;I""transcode_data.h (rb_trans_t);T;[o;;[I"add last_tc field.;To;;I"$transcode.c (UNIVERSAL_NEWLINE);T;[o;;[I" defined.;To;;I"(CRLF_NEWLINE);T;[o;;[I" defined.;To;;I"(CR_NEWLINE);T;[o;;[I" defined.;To;;I"*(rb_trans_open_by_transcoder_entries);T;[o;;[I"initialize last_tc.;To;;I"(trans_open_i);T;[o;;[I"9allocate one more room for output newline converter.;To;;I"(rb_trans_open);T;[o;;[I"#universal newline implemented.;To;;I"(more_output_buffer);T;[o;;[I")take max_output argument instead ts.;To;;I"#(output_replacement_character);T;[o;;[I"$take tc argument instead of ts.;To;;I"(transcode_loop);T;[o;;[I"use last_tc field.;To;;I"(econv_init);T;[o;;[I"*add flags argument for rb_trans_open.;To;;I"(Init_transcode);T;[o;;[I"4Encoding::Converter::UNIVERSAL_NEWLINE defined.;TS; ; i; I"EWed Aug 13 14:00:19 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"common.mk (parse.c);T;[o;;[I" generates parse.h together.;To;;I"id.c, id.h;T;[o;;[I"%use constants for parser tokens.;TS; ; i; I"=Wed Aug 13 13:47:05 2008 Koichi Sasada ;T@ o; ;;;[o;;I" vm.c;T;[o;;[I":rewind cfp to show proper backtrace. [ruby-dev:35820];TS; ; i; I"EWed Aug 13 13:09:09 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"tool/make-snapshot;T;[o;;[I"fix for clean up.;TS; ; i; I"@Wed Aug 13 11:45:51 2008 Akinori MUSHA ;T@ o; ;;;[o;;I"vm_core.h;T;[o;;[I"5Declare rb_iseq_clone, which is used in class.c.;TS; ; i; I";Wed Aug 13 11:39:19 2008 Tanaka Akira ;T@ o; ;;;[ o;;I"(transcode.c (transcode_search_path);T;[o;;[I")return the length of converter path.;To;;I"(load_transcoder_entry);T;[o;;[I""renamed from load_transcoder.;To;;I"(load_transcoder);T;[o;;[I";new function for loading transcoder by encoding names.;To;;I"((rb_transcoding_open_by_transcoder);T;[o;;[I"(extracted from rb_transcoding_open.;To;;I"(rb_transcoding_open);T;[o;;[I"?use load_transcoder and rb_transcoding_open_by_transcoder.;To;;I"*(rb_trans_open_by_transcoder_entries);T;[o;;[I"new function.;To;;I"(trans_open_i);T;[o;;[I"construct entries array.;To;;I"(rb_trans_open);T;[o;;[I"-use rb_trans_open_by_transcoder_entries.;TS; ; i; I"EWed Aug 13 10:45:29 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"tool/make-snapshot;T;[o;;[I"$try to find exported directory.;TS; ; i; I">Wed Aug 13 10:16:35 2008 TAKAO Kouji ;T@ o; ;;;[o;;I" doc/NEWS;T;[o;;[I"|Mention the Readline.vi_editing_mode?, Readline.emacs_editing_mode?, Readline::HISTORY[] and Readline::HISTORY.clear change.;TS; ; i; I";Wed Aug 13 08:03:02 2008 Tanaka Akira ;T@ o; ;;;[o;;I"*transcode.c (econv_primitive_convert);T;[o;;[I"add output_size argument.;TS; ; i; I";Wed Aug 13 07:41:03 2008 Tanaka Akira ;T@ o; ;;;[o;;I" transcode.c (rb_trans_conv);T;[o;;[I"%report last transcode_obuf_full.;To;;I"(econv_max_output);T;[o;;[I"/new method Encoding::Converter#max_output.;TS; ; i; I"BWed Aug 13 02:46:01 2008 NARUSE, Yui ;T@ o; ;;;[ o;;I"!error.c (rb_eEncCompatError);T;[o;;[I"add Exception.;To;;I"include/ruby/ruby.h;T;[o;;[I" ditto.;To;;I"encoding.c (rb_enc_check);T;[o;;[I"use rb_eEncCompatError.;To;;I"%string.c (rb_enc_cr_str_buf_cat);T;[o;;[I" ditto.;To;;I"string.c (rb_str_sub_bang);T;[o;;[I" ditto.;To;;I"string.c (rb_str_hex);T;[o;;[I" ditto.;To;;I"string.c (rb_str_oct);T;[o;;[I" ditto.;TS; ; i; I"BWed Aug 13 02:36:47 2008 NARUSE, Yui ;T@ o; ;;;[o;;I" transcode.c (str_transcode);T;[o;;[I"fix error message.;TS; ; i; I"2008-08-12;T@ S; ; i; I";Tue Aug 12 23:42:31 2008 Tanaka Akira ;T@ o; ;;;[ o;;I"(transcode.c (rb_cEncodingConverter);T;[o;;[I"#new class Encoding::Converter.;To;;I"(econv_free);T;[o;;[I"new function.;To;;I"(econv_s_allocate);T;[o;;[I" ditto.;To;;I"(econv_init);T;[o;;[I" ditto.;To;;I"(check_econv);T;[o;;[I" ditto.;To;;I"(econv_primitive_convert);T;[o;;[I"new method.;To;;I"(Init_transcode);T;[o;;[I" define Encoding::Converter.;TS; ; i; I";Tue Aug 12 23:16:09 2008 Tanaka Akira ;T@ o; ;;;[o;;I"string.c (rb_str_splice_0);T;[o;;[I"-call rb_str_drop_bytes, not rb_str_drop.;TS; ; i; I"ETue Aug 12 19:11:05 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"tool/make-snapshot;T;[o;;[I"fix for enc.mk.;TS; ; i; I"ETue Aug 12 19:08:42 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"!string.c (rb_str_drop_bytes);T;[o;;[I"&new function to drop first bytes.;TS; ; i; I"=Tue Aug 12 18:58:48 2008 Koichi Sasada ;T@ o; ;;;[o;;I"-vm.c, vm_insnhelper.c (vm_define_method);T;[o;;[I"move function place.;TS; ; i; I"ETue Aug 12 18:56:52 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I" string.c;T;[o;;[I"Bmore descriptive aliases of rb_str_new[2-5]. [ruby-dev:35615];TS; ; i; I">Tue Aug 12 18:51:29 2008 TAKAO Kouji ;T@ o; ;;;[o;;I"gc.c (getrusage_time);T;[o;;[I")Returned effective value on Windows.;TS; ; i; I";Tue Aug 12 18:51:11 2008 Tanaka Akira ;T@ o; ;;;[o;;I" transcode.c (rb_trans_open);T;[o;;[I"free ts before raise.;TS; ; i; I"GTue Aug 12 18:46:36 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"0ext/bigdecimal/bigdecimal.c (BigDecimalCmp);T;[o;;[I"8should not ignore <=> comparison. [ruby-dev:35732];TS; ; i; I";Tue Aug 12 18:43:10 2008 Tanaka Akira ;T@ o; ;;;[o;;I"enc/trans/make_transdb.rb;T;[o;;[I"!*.erb.c is not used anymore.;TS; ; i; I";Tue Aug 12 18:32:33 2008 Tanaka Akira ;T@ o; ;;;[o;;I"'transcode_data.h (rb_trans_elem_t);T;[o;;[I"new field: from and to.;To;;I"transcode.c (trans_open_i);T;[o;;[I"just record from and to.;To;;I"(rb_trans_open);T;[o;;[I"load transcodings.;TS; ; i; I"@Tue Aug 12 18:32:03 2008 Akinori MUSHA ;T@ o; ;;;[o;;I"'ext/syslog/syslog.c (mSyslog_open);T;[o;;[I"*Use of Check_SafeStr() is deprecated.;To;;I";(mSyslogConstants_LOG_MASK, mSyslogConstants_LOG_UPTO);T;[o;;[I"[Use NUM2INT() instead of FIX2INT() when the type of an given object is not determined.;TS; ; i; I"GTue Aug 12 18:14:00 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"1tool/transcode-tblgen.rb (#transcode_tblgen);T;[o;;[I" slight message improvement.;TS; ; i; I";Tue Aug 12 17:16:58 2008 Tanaka Akira ;T@ o; ;;;[o;;I"transcode.c (trans_open_i);T;[o;;[I"-check the result of rb_transcoding_open.;TS; ; i; I"HTue Aug 12 16:23:32 2008 Narihiro Nakamura ;T@ o; ;;;[o;;I"gc.c (gc_profile_result);T;[o;;[I"use rb_str_catf.;TS; ; i; I";Tue Aug 12 16:13:45 2008 Tanaka Akira ;T@ o; ;;;[ o;;I"'transcode_data.h (TRANSCODE_ERROR);T;[o;;[I" removed.;To;;I"tool/transcode-tblgen.rb;T;[o;;[I"'8bit byte of ASCII-8BIT is a valid;To;;0;[o;;[0o;;I"*transcode.c (rb_eConversionUndefined);T;[o;;[I"new error.;To;;I"(rb_eInvalidByteSequence);T;[o;;[I" ditto.;TS; ; i; I"ATue Aug 12 16:08:51 2008 Minero Aoki ;T@ o; ;;;[o;;I"lib/net/pop.rb;T;[o;;[I"?POP3Command should export @socket since POP calls #socket.;TS; ; i; I"ETue Aug 12 16:06:28 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"0sprintf.c, util.c (quorem, nrv_alloc, dtoa);T;[o;;[I"$enabled floating point support.;TS; ; i; I"HTue Aug 12 15:52:45 2008 Narihiro Nakamura ;T@ o; ;;;[o;;I"gc.c (gc_profile_result);T;[o;;[I"use sprintf.;TS; ; i; I"GTue Aug 12 15:37:40 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"string.c (rb_str_intern);T;[o;;[I"(should check symbol table overflow.;TS; ; i; I"ATue Aug 12 15:31:04 2008 Minero Aoki ;T@ o; ;;;[o;;I"-lib/net/http.rb (send_request_with_body);T;[o;;[I"BContent-Length should be byte length of string. (closes #203);TS; ; i; I"BTue Aug 12 15:17:06 2008 NAKAMURA Usaku ;T@ o; ;;;[o;;I"enc/depend;T;[o;;[I"I(transvpath_prefix): prefix has no extension, so replace %s with "".;TS; ; i; I">Tue Aug 12 15:03:43 2008 TAKAO Kouji ;T@ o; ;;;[o;;I"Dtest/readline/test_readline.rb (TestReadline#test_safe_level_4);T;[o;;[I"Gtested Readline.vi_editing_mode? and Readline.emacs_editing_mode?.;TS; ; i; I"ETue Aug 12 14:25:09 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I" enc/Makefile.in (.SUFFIXES);T;[o;;[I"renamed to .trans.;To;;I"enc/make_encmake.rb;T;[o;;[I"(added --encs and --no-encs options.;To;;I"enc/depend (TRANSVPATH);T;[o;;[I"fix for nmake.;TS; ; i; I"ATue Aug 12 14:19:53 2008 Minero Aoki ;T@ o; ;;;[o;;I"lib/net/https.rb;T;[o;;[I"suppress syntax warning.;TS; ; i; I"ATue Aug 12 14:15:51 2008 Minero Aoki ;T@ o; ;;;[o;;I"+lib/net/http.rb (Net::HTTP#initialize);T;[o;;[I"?initialize net/https variables to suppress syntax warning.;TS; ; i; I"ETue Aug 12 14:15:13 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"&ext/dl/cptr.c (rb_dlptr_s_to_ptr);T;[o;;[I"fixed shadowing variable.;TS; ; i; I"GTue Aug 12 10:25:14 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"array.c (rb_ary_delete);T;[o;;[I",Array#delete to return deleted element.;TS; ; i; I"GTue Aug 12 10:18:01 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"*test/win32ole/test_err_in_callback.rb;T;[o;;[I"6do not require 'mkmf' unless WIN32OLE is defined.;TS; ; i; I";Tue Aug 12 07:41:13 2008 Tanaka Akira ;T@ o; ;;;[ o;;I"%transcode_data.h (rb_transcoder);T;[o;;[I"Jadd resetstate_func field for resetting a state of stateful encoding.;To;;I"7enc/trans/iso2022.trans (rb_EUC_JP_to_ISO_2022_JP);T;[o;;[I";specify finish_eucjp_to_iso2022jp for resetstate_func.;To;;I"tool/transcode-tblgen.rb;T;[o;;[I"&specify NULL for resetstate_func.;To;;I"/transcode.c (output_replacement_character);T;[o;;[I"Ecall resetstate_func before appending the replacement character.;TS; ; i; I";Tue Aug 12 07:19:24 2008 Tanaka Akira ;T@ o; ;;;[o;;I",transcode.c (get_replacement_character);T;[o;;[I"1extracted from output_replacement_character.;TS; ; i; I";Tue Aug 12 07:00:02 2008 Tanaka Akira ;T@ o; ;;;[o;;I"%transcode_data.h (rb_transcoder);T;[o;;[I"typedef at first.;TS; ; i; I";Tue Aug 12 06:48:35 2008 Tanaka Akira ;T@ o; ;;;[o;;I" transcode.c (rb_trans_conv);T;[o;;[I"find second last error.;TS; ; i; I";Tue Aug 12 00:43:44 2008 Tanaka Akira ;T@ o; ;;;[o;;I")transcode_data.h (rb_trans_result_t);T;[o;;[I"new type.;To;;I"(rb_trans_elem_t);T;[o;;[I"new type.;To;;I"(rb_trans_t);T;[o;;[I"new type.;To;;I"(transcode.c (transcode_dispatch_cb);T;[o;;[I" removed.;To;;I"(transcode_dispatch);T;[o;;[I" removed.;To;;I"(rb_transcoding_result_t);T;[o;;[I"4moved to rb_trans_result_t in transcode_data.h.;To;;I"(transcode_restartable0);T;[o;;[I"!goto follow_info when FUNsi.;To;;I"(rb_transcoding_open);T;[o;;[I"use get_transcoder_entry.;To;;I"(rb_trans_open);T;[o;;[I"new function.;To;;I"(rb_trans_conv);T;[o;;[I" ditto.;To;;I"(rb_trans_close);T;[o;;[I" ditto.;To;;I"(trans_open_i);T;[o;;[I" ditto.;To;;I"(trans_sweep);T;[o;;[I" ditto.;To;;I"(more_output_buffer);T;[o;;[I">take rb_trans_t instead of rb_transcoding as an argument.;To;;I"(transcode_loop);T;[o;;[I"ttake from_encoding and to_encoding instead of tr as arguments. use rb_trans_open/rb_trans_conv/rb_trans_close.;To;;I"(str_transcode);T;[o;;[I""don't use transcode_dispatch.;TS; ; i; I"2008-08-11;T@ S; ; i; I"GMon Aug 11 20:37:05 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"iseq.c (rb_iseq_clone);T;[o;;[I"%should preserve cref_stack link.;TS; ; i; I"GMon Aug 11 20:27:12 2008 Yukihiro Matsumoto ;T@ o; ;;;[ o;;I"%ext/dl/cfunc.c (rb_dlcfunc_call);T;[o;;[I"add taint check.;To;;I"ext/dl/dl.c (rb_dl_malloc);T;[o;;[I"add rb_secure(2).;To;;I" ext/dl/dl.c (rb_dl_realloc);T;[o;;[I" ditto.;To;;I"ext/dl/dl.c (rb_dl_free);T;[o;;[I" ditto.;To;;I""ext/dl/dl.c (rb_dl_ptr2value);T;[o;;[I" ditto.;TS; ; i; I"EMon Aug 11 20:11:21 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"gc.c (getrusage_time);T;[o;;[I"4works only if RUSAGE_SELF is defined right now.;To;;I"gc.c (gc_profile_result);T;[o;;[I" C99.;TS; ; i; I"GMon Aug 11 18:57:38 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"array.c (rb_ary_sample);T;[o;;[I"Zrename #choice to #sample. in addition, sample takes optional argument, a la #first.;TS; ; i; I"HMon Aug 11 18:28:02 2008 Narihiro Nakamura ;T@ o; ;;;[o;;I" gc.c;T;[o;;[I"added GC::Profiler.;TS; ; i; I">Mon Aug 11 17:26:16 2008 TAKAO Kouji ;T@ o; ;;;[ o;;I"ext/readline/README.ja;T;[o;;[I"Wadded API document for Readline.vi_editing_mode? and Readline.emacs_editing_mode?.;To;;I"ext/readline/extconf.rb;T;[o;;[I":checked rl_editing_mode variable in Readline library.;To;;I">ext/readline/readline.c (readline_s_emacs_editing_mode_p);T;[o;;[I"/added Readline.emacs_editing_mode? method.;To;;I"#(readline_s_vi_editing_mode_p);T;[o;;[I",added Readline.vi_editing_mode? method.;To;;I"(Init_readline);T;[o;;[I" ditto.;TS; ; i; I">Mon Aug 11 16:56:40 2008 TAKAO Kouji ;T@ o; ;;;[o;;I"#test/readline/test_readline.rb;T;[o;;[I"-added test for Readline's class methods.;TS; ; i; I"GMon Aug 11 16:39:23 2008 Yukihiro Matsumoto ;T@ o; ;;;[ o;;I"class.c (clone_method);T;[o;;[I"8should copy cbase in cref as well. [ruby-dev:35116];To;;I"iseq.c (iseq_mark);T;[o;;[I"mark original iseq object.;To;;I"iseq.c (iseq_free);T;[o;;[I"Ddo not free internal data if they have original iseq to belong.;To;;I"iseq.c (rb_iseq_clone);T;[o;;[I"(a new function to clone iseq value.;TS; ; i; I";Mon Aug 11 16:34:48 2008 Tanaka Akira ;T@ o; ;;;[ o;;I"enc/trans/iso2022.trans;T;[o;;[I" renamed from iso2022.erb.c.;To;;I" enc/trans/single_byte.trans;T;[o;;[I" ditto.;To;;I"enc/trans/utf_16_32.trans;T;[o;;[I" ditto.;To;;I"enc/trans/korean.trans;T;[o;;[I" ditto.;To;;I"enc/trans/japanese.trans;T;[o;;[I" ditto.;To;;I"enc/depend;T;[o;;[I"follow the renaming.;To;;I"tool/build-transcode;T;[o;;[I" ditto.;TS; ; i; I";Mon Aug 11 15:09:23 2008 Tanaka Akira ;T@ o; ;;;[o;;I"0configure.in (rb_cv_broken_glibc_ia64_erfc);T;[o;;[I">renamed from rb_broken_glibc_ia64_erfc. [ruby-core:18228];TS; ; i; I";Mon Aug 11 10:04:34 2008 Tanaka Akira ;T@ o; ;;;[o;;I"&transcode_data.h (rb_transcoding);T;[o;;[I"Hrename fields. readlen -> recognized_len. feedlen -> readagain_len.;To;;I"transcode.c;T;[o;;[I"follow the field renaming.;TS; ; i; I"2008-08-10;T@ S; ; i; I";Sun Aug 10 22:34:55 2008 Tanaka Akira ;T@ o; ;;;[o;;I")transcode.c (transcode_restartable0);T;[o;;[I"!invalid handling simplified.;To;;I"(transcode_restartable);T;[o;;[I"5use PARTIAL_INPUT for converting buffered input.;TS; ; i; I"=Sun Aug 10 22:24:24 2008 Yusuke Endoh ;T@ o; ;;;[o;;I"encoding.c;T;[o;;[I"&include util.h. [ruby-dev:35715];To;;I"common.mk;T;[o;;[I" ditto.;TS; ; i; I";Sun Aug 10 20:59:54 2008 Tanaka Akira ;T@ o; ;;;[ o;;I"&transcode_data.h (rb_transcoding);T;[o;;[I"new field: flags.;To;;I""transcode.c (load_transcoder);T;[o;;[I"*extracted from transcode_dispatch_cb.;To;;I"(rb_transcoding_result_t);T;[o;;[I"%renamed from transcode_result_t.;To;;I"(rb_transcoding_open);T;[o;;[I"new function.;To;;I"(rb_transcoding_convert);T;[o;;[I" ditto.;To;;I"(rb_transcoding_close);T;[o;;[I" ditto.;To;;I"(transcode_loop);T;[o;;[I"Nuse rb_transcoding_open, rb_transcoding_convert and rb_transcoding_close.;To;;I"(str_transcode);T;[o;;[I"don't need rb_transcoding.;TS; ; i; I";Sun Aug 10 18:09:16 2008 Tanaka Akira ;T@ o; ;;;[o;;I"tool/transcode-tblgen.rb;T;[o;;[I"3record checksum of transcode-tblgen.rb itself.;TS; ; i; I"ESun Aug 10 12:34:41 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"1config.guess ({powerpc-apple,i586-pc}-haiku);T;[o;;[I")re-applied r18403. [ruby-core:18110];To;;I"config.{guess,sub};T;[o;;[I" updated to automake-1.10.1.;TS; ; i; I"ESun Aug 10 11:45:15 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"#enc/Makefile.in (make-workdir);T;[o;;[I"use MAKEDIRS.;To;;I"enc/depend;T;[o;;[I"0makes target directory before compile/link.;To;;I"tool/transcode-tblgen.rb;T;[o;;[I"creates target directory.;TS; ; i; I";Sun Aug 10 11:30:48 2008 Tanaka Akira ;T@ o; ;;;[o;;I"transcode.c;T;[o;;[I"9rename my_transcoding to tc and my_transcoder to tr.;TS; ; i; I";Sun Aug 10 11:15:55 2008 Tanaka Akira ;T@ o; ;;;[o;;I"&transcode_data.h (rb_transcoding);T;[o;;[I"add feedlen field.;To;;I")transcode.c (transcode_restartable0);T;[o;;[I"renamed from transcode_restartable. save input buffer into feed buffer if next character is started the point before input buffer. for example, "\x00\xd8\x01" then "\x02" in UTF-16LE. \x02 causes invalid and next character is started from \x01.;To;;I"(transcode_restartable);T;[o;;[I"dnew function to call transcode_restartable0. if feed buffer is not empty, convert it at first.;TS; ; i; I"ESun Aug 10 11:02:58 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"common.mk (extconf);T;[o;;[I"use MAKEDIRS.;TS; ; i; I"ESun Aug 10 09:35:12 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I""lib/irb.rb (IRB::Irb#inspect);T;[o;;[I"Qinstance_variables returns symbols instead of strings now. [ruby-dev:34930];TS; ; i; I";Sun Aug 10 09:22:14 2008 Tanaka Akira ;T@ o; ;;;[o;;I"'transcode.c (transcode_char_start);T;[o;;[I"+refactored to remove readlen argument.;To;;I"(transcode_restartable);T;[o;;[I"+refactored to remove readlen variable.;TS; ; i; I"ESun Aug 10 08:56:14 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I".gc.c (STACK_LEVEL_MAX, ruby_stack_length);T;[o;;[I"&returns size_t. [ruby-core:18207];To;;I"configure.in (rb_cv_missing__dtos18, rb_cv_missing_fconvert), ext/digest/md5/md5.c, ext/openssl/ossl.c (main), ext/socket/extconf.rb (ipv6, wide-getaddrinfo);T;[o;;[I"main should be int.;To;;I"@main.c (main), win32/winmain.c, wince/wincemain.c (WinMain);T;[o;;[I"aenvp is no longer used so long time. based on a patch from Peter Bowen at [ruby-core:18208];TS; ; i; I"2008-08-09;T@ S; ; i; I";Sat Aug 9 22:05:29 2008 Tanaka Akira ;T@ o; ;;;[ o;;I"!transcode.c (transcode_loop);T;[o;;[I"8take destination and resize function as parameters.;To;;I"(more_output_buffer);T;[o;;[I" ditto.;To;;I"(str_transcoding_resize);T;[o;;[I"4argument changed from rb_transcoding* to VALUE.;To;;I"(str_transcode);T;[o;;[I"Icall transcode_loop with destination string and its resize function.;To;;I"&transcode_data.h (rb_transcoding);T;[o;;[I"Gmove ruby_string_dest and flush_func to transcode_loop parameters.;TS; ; i; I"BSat Aug 9 21:29:45 2008 NARUSE, Yui ;T@ o; ;;;[o;;I"common.mk;T;[o;;[I"encs depend on transdb.h;TS; ; i; I"ESat Aug 9 21:10:51 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"7configure.in (rb_cv_rshift_sign, rb_cv_binary_elf);T;[o;;[I"get rid of AC_TRY_RUN.;TS; ; i; I";Sat Aug 9 16:33:21 2008 Tanaka Akira ;T@ o; ;;;[o;;I"&transcode_data.h (rb_transcoding);T;[o;;[I")new fields: next_info and next_byte.;To;;I"(transcode.c (transcode_restartable);T;[o;;[I"Nsave/restore next_info and next_byte. sync readlen and in_p when invalid.;TS; ; i; I";Sat Aug 9 15:10:15 2008 Tanaka Akira ;T@ o; ;;;[o;;I"(transcode.c (transcode_restartable);T;[o;;[I"$my_transcoder argument removed.;To;;I"(transcode_loop);T;[o;;[I"$my_transcoder argument removed.;TS; ; i; I";Sat Aug 9 14:39:34 2008 Tanaka Akira ;T@ o; ;;;[o;;I"&transcode_data.h (rb_transcoding);T;[o;;[I",add fields for restartable transcoding.;To;;I"(rb_transcoder);T;[o;;[I"Qadd max_input field. from_unit_length field is renamed to input_unit_length.;To;;I"tool/transcode-tblgen.rb;T;[o;;[I"generate max_input field.;To;;I"enc/trans/iso2022.erb.c;T;[o;;[I"!follow rb_transcoder change.;To;;I"enc/trans/utf_16_32.erb.c;T;[o;;[I" ditto.;To;;I" transcode.c (PARTIAL_INPUT);T;[o;;[I"new constant.;To;;I"(transcode_char_start);T;[o;;[I"new function.;To;;I"(transcode_result_t);T;[o;;[I"new type.;To;;I"(transcode_restartable);T;[o;;[I"new function.;To;;I"(more_output_buffer);T;[o;;[I"new function.;To;;I"(transcode_loop);T;[o;;[I"use transcode_restartable.;TS; ; i; I"ESat Aug 9 13:35:08 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"8stable/ext/socket/socket.c (NI_MAXHOST, NI_MAXSERV);T;[o;;[I"[fixed invalid preprocessor directives. a patch from Peter Bowen at [ruby-core:18211].;TS; ; i; I"ESat Aug 9 06:37:21 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"1enc/make_encdb.rb, enc/trans/make_transdb.rb;T;[o;;[I"2skip nonexistent directory. [ruby-dev:35802];TS; ; i; I";Sat Aug 9 01:07:51 2008 Tanaka Akira ;T@ o; ;;;[o;;I"5enc/trans/utf_16_32.erb.c (fun_so_from_utf_32le);T;[o;;[I"implemented.;To;;I"(fun_so_to_utf_32le);T;[o;;[I""implemented. [ruby-dev:35777];TS; ; i; I";Sat Aug 9 00:42:33 2008 Tanaka Akira ;T@ o; ;;;[ o;;I"%transcode_data.h (rb_transcoder);T;[o;;[I";from_unit_length field added. from_utf8 field removed.;To;;I"tool/transcode-tblgen.rb;T;[o;;[I"9generate offsets range. follow rb_transcoder change.;To;;I"!transcode.c (transcode_loop);T;[o;;[I"Ddon't use from_utf8. make invalid region from_unit_length wise.;To;;I"enc/trans/iso2022.erb.c;T;[o;;[I"=follow rb_transcoder and transcode_generate_node change.;To;;I"enc/trans/utf_16_32.erb.c;T;[o;;[I"\follow rb_transcoder and transcode_generate_node change. explicit :invalid map removed.;TS; ; i; I"2008-08-08;T@ S; ; i; I"EFri Aug 8 23:29:44 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"enc/depend (TRANSCSRCS);T;[o;;[I"needs rule_subst to apply.;To;;I"io.c (shutdown);T;[o;;[I"#not define if defined already.;TS; ; i; I"EFri Aug 8 22:47:26 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I""vm_insnhelper.c (opt_eq_func);T;[o;;[I"#large function to make inline.;To;;I""bcc32/Makefile.sub (config.h);T;[o;;[I"*cannot compile a big inline function.;TS; ; i; I"BFri Aug 8 21:09:10 2008 NARUSE, Yui ;T@ o; ;;;[o;;I"common.mk (enk.mk);T;[o;;[I" give not RUBY but MINIRUBY.;TS; ; i; I"EFri Aug 8 17:03:17 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"Gconfigure.in (shutdown, sched_yield, pthread_attr_setinheritsched);T;[o;;[I"check for Haiku.;To;;I"*eval_intern.h, io.c, thread_pthread.c;T;[o;;[I"#use autoconfisticated results.;TS; ; i; I"EFri Aug 8 16:52:55 2008 Nobuyoshi Nakada ;T@ o; ;;;[ o;;I"common.mk (enc.mk);T;[o;;[I""mkmf.rb requires rbconfig.rb.;To;;I"common.mk (srcs-enc);T;[o;;[I"renamed from transcodes.;To;;I"#enc/Makefile.in (make-workdir);T;[o;;[I" creates object directories.;To;;I"common.mk (encdb.h);T;[o;;[I"$see both $(srcdir)/enc and enc.;To;;I"enc/make_encdb.rb;T;[o;;[I" ditto.;To;;I"enc/trans/make_transdb.rb;T;[o;;[I"-fix for the case no transdirs are given.;To;;I"enc/trans/make_transdb.rb;T;[o;;[I"5converts only one transcoders for each basename.;TS; ; i; I";Fri Aug 8 10:53:52 2008 Tanaka Akira ;T@ o; ;;;[o;;I"lib/resolv.rb;T;[o;;[I"=randomize source port and transaction id. CVE-2008-1447.;To;;I"+lib/resolv-replace.rb (UDPSocket#bind);T;[o;;[I"%don't resolv host if host is "".;TS; ; i; I"BFri Aug 8 04:20:14 2008 NARUSE, Yui ;T@ o; ;;;[o;;I"common.mk;T;[o;;[I"0see both $(srcdir)/enc/trans and enc/trans.;To;;I"enc/trans/make_transdb.rb;T;[o;;[I" ditto.;TS; ; i; I">Fri Aug 8 00:05:02 2008 TAKAO Kouji ;T@ o; ;;;[ o;;I"ext/.document;T;[o;;[I"added readline/readline.c.;To;;I"ext/readline/readline.c;T;[o;;[I"#changed Copyright. added RDoc.;To;;I"ext/readline/README.ja;T;[o;;[I"fixed typo.;To;;I"ext/readline/README;T;[o;;[I"contents was moved RDoc.;TS; ; i; I"2008-08-07;T@ S; ; i; I";Thu Aug 7 23:43:11 2008 Tanaka Akira ;T@ o; ;;;[o;;I"&transcode_data.h (rb_transcoding);T;[o;;[I"new field "stateful".;To;;I"(rb_transcoder);T;[o;;[I"preprocessor and postprocessor field removed. change arguments of func_ii, func_si, func_io and func_so. new field "finish_func".;To;;I"tool/transcode-tblgen.rb;T;[o;;[I"-make FUNii, FUNsi and FUNio generatable.;To;;I"'transcode.c (transcoder_lib_table);T;[o;;[I" removed.;To;;I"(transcoder_table);T;[o;;[I"change structure.;To;;I"(transcoder_key);T;[o;;[I"0removed because the above structure change.;To;;I"(make_transcoder_entry);T;[o;;[I"new function.;To;;I"(get_transcoder_entry);T;[o;;[I" ditto.;To;;I"(rb_register_transcoder);T;[o;;[I"!follow the structure change.;To;;I"(declare_transcoder);T;[o;;[I" ditto.;To;;I"(transcode_search_path);T;[o;;[I"Hnew function for breadth first search to find a list of converters.;To;;I"(transcode_search_path_i);T;[o;;[I"new function.;To;;I"(transcode_dispatch_cb);T;[o;;[I" ditto.;To;;I"(transcode_dispatch);T;[o;;[I"use transcode_search_path.;To;;I"(transcode_loop);T;[o;;[I" follow the argument change.;To;;I"(str_transcode);T;[o;;[I"2preprocessor and postprocessor stuff removed.;To;;I"enc/trans/iso2022.erb.c;T;[o;;[I"6new file. ISO-2022-JP conversion re-implemented.;To;;I"enc/trans/japanese.erb.c;T;[o;;[I"ISO-2022-JP stuff removed.;To;;I"enc/trans/utf_16_32.erb.c;T;[o;;[I"6follow argument change of FUNso. [ruby-dev:35798];TS; ; i; I">Thu Aug 7 22:55:44 2008 TAKAO Kouji ;T@ o; ;;;[o;;I"ext/readline/README.ja;T;[o;;[I".updated API document for Readline module.;TS; ; i; I"AThu Aug 7 20:52:08 2008 Shugo Maeda ;T@ o; ;;;[o;;I"lib/net/ftp.rb (login);T;[o;;[I"Uraise FTPReplyError if passwd or acct is not supplied. fixed [ruby-core:18058].;TS; ; i; I"@Thu Aug 7 18:01:44 2008 Akinori MUSHA ;T@ o; ;;;[o;;I"9misc/ruby-mode.el (ruby-imenu-create-index-in-block);T;[o;;[I"|Fix the regexp to only pick definition lines properly. `module_function' is not a definition of a module named `_function'.;TS; ; i; I"EThu Aug 7 17:47:55 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"enc/depend;T;[o;;[I"add transdb.c.;TS; ; i; I"EThu Aug 7 16:28:51 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"AMakefile.in, common.mk, {bcc,win}32/Makefile.sub (clean-ext);T;[o;;[I"do not use miniruby.;TS; ; i; I"EThu Aug 7 14:17:32 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"enc/depend;T;[o;;[I"(removed needless explicit commands.;To;;I"Clib/mkmf.rb, {bcc32,win32}/Makefile.sub (CLEANLIBS, CLEANOBJS);T;[o;;[I"/moved clean targets to platform makefiles.;TS; ; i; I"BThu Aug 7 13:12:30 2008 NAKAMURA Usaku ;T@ o; ;;;[o;;I",ext/socket/getaddrinfo.c (gai_strerror);T;[o;;[I"Pignore only on Haiku. a patch from , [ruby-dev:35796].;TS; ; i; I"BThu Aug 7 06:31:12 2008 NARUSE, Yui ;T@ o; ;;;[o;;I"+test/ruby/process.rb (test_popen_fork);T;[o;;[I",skip a test which is freeze in FreeBSD.;TS; ; i; I"BThu Aug 7 06:05:48 2008 NARUSE, Yui ;T@ o; ;;;[o;;I"config.guess;T;[o;;[I"Badd powerpc-apple-haiku, i586-pc-haiku. see [ruby-core:18110];TS; ; i; I"BThu Aug 7 05:51:05 2008 NARUSE, Yui ;T@ o; ;;;[o;;I"eval_intern.h;T;[o;;[I"0Add support to Haiku. see [ruby-core:18110];To;;I"include/ruby/defines.h;T;[o;;[I" ditto.;To;;I"configure.in;T;[o;;[I" ditto.;To;;I"thread_pthread.c;T;[o;;[I" ditto.;To;;I" io.c;T;[o;;[I" ditto.;To;;I"lib/mkmf.rb;T;[o;;[I" ditto.;To;;I"ext/socket/getaddrinfo.c;T;[o;;[I" ditto.;To;;I"ext/socket/extconf.rb;T;[o;;[I" ditto.;To;;I"ext/socket/socket.c;T;[o;;[I" ditto.;To;;I"ext/socket/addrinfo.h;T;[o;;[I" ditto.;To;;I"ext/socket/getnameinfo.c;T;[o;;[I" ditto.;TS; ; i; I"BThu Aug 7 05:43:32 2008 NARUSE, Yui ;T@ o; ;;;[o;;I"common.mk;T;[o;;[I")mkdir enc/trans before build tables.;TS; ; i; I"BThu Aug 7 05:18:30 2008 NARUSE, Yui ;T@ o; ;;;[o;;I"enc/depend;T;[o;;[I"6enc/*.c is source but enc/trans/*.c is generated.;TS; ; i; I"BThu Aug 7 05:14:12 2008 NARUSE, Yui ;T@ o; ;;;[o;;I"regenc.c (code_to_mbc);T;[o;;[I"iraise RangeError Integer#chr when more than 255 is given with single byte encoding. [ruby-dev:35789];TS; ; i; I"EThu Aug 7 05:06:03 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"gc.c (run_final);T;[o;;[I"0runs finalizers with the object terminated.;To;;I"(gc.c (rb_gc_call_finalizer_at_exit);T;[o;;[I"6keeps finalized objects from linking to freelist.;TS; ; i; I"BThu Aug 7 04:43:14 2008 NARUSE, Yui ;T@ o; ;;;[o;;I"enc/depend;T;[o;;[I"$for build in other than srcdir.;TS; ; i; I"2008-08-06;T@ S; ; i; I";Wed Aug 6 22:40:48 2008 Tanaka Akira ;T@ o; ;;;[o;;I"7tool/transcode-tblgen.rb (transcode_generate_node);T;[o;;[I"code argument removed.;TS; ; i; I"EWed Aug 6 21:25:45 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I""gc.c (chain_finalized_object);T;[o;;[I";deletes finalizers to be invoked from finalizer_table.;To;;I"(gc.c (rb_gc_call_finalizer_at_exit);T;[o;;[I",warns when could not invoke finalizers.;TS; ; i; I";Wed Aug 6 20:56:43 2008 Tanaka Akira ;T@ o; ;;;[o;;I"enc/depend;T;[o;;[I"Dtranscode table generation depends on tool/transcode-tblgen.rb.;TS; ; i; I"EWed Aug 6 20:48:27 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"(gc.c (rb_gc_call_finalizer_at_exit);T;[o;;[I"Eself-referencing finalizers cannot be invoked. [ruby-dev:35681];TS; ; i; I";Wed Aug 6 20:44:41 2008 Tanaka Akira ;T@ o; ;;;[o;;I"tool/transcode-tblgen.rb;T;[o;;[I"4distinguish UNDEF and INVALID. [ruby-dev:35709];To;;I"!transcode.c (transcode_loop);T;[o;;[I""don't need rb_enc_mbclen now.;TS; ; i; I"EWed Aug 6 14:40:11 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"common.mk (transdb.h);T;[o;;[I"requires transcoders.;To;;I"enc/depend (srcs);T;[o;;[I"target for transcoders.;TS; ; i; I"BWed Aug 6 14:04:08 2008 NAKAMURA Usaku ;T@ o; ;;;[o;;I"enc/depend;T;[o;;[I"+replace not only $(<:...) but also $<.;TS; ; i; I"BWed Aug 6 13:54:30 2008 NAKAMURA Usaku ;T@ o; ;;;[o;;I"'win32/Makefile.sub (config.status);T;[o;;[I"export BASERUBY.;To;;I"enc/depend;T;[o;;[I"avoid GNU make'ism.;TS; ; i; I";Wed Aug 6 07:59:02 2008 Tanaka Akira ;T@ o; ;;;[o;;I".tool/transcode-tblgen.rb (ActionMap#eql?);T;[o;;[I"use == to compare @map.;TS; ; i; I";Wed Aug 6 07:45:26 2008 Tanaka Akira ;T@ o; ;;;[o;;I"tool/transcode-tblgen.rb;T;[o;;[I",show generating tables in verbose mode.;To;;I"(transcode_generate_node);T;[o;;[I":call ActionMap#generate_node with showing table name.;To;;I"enc/trans/utf_16_32.erb.c;T;[o;;[I"!use transcode_generate_node.;TS; ; i; I"EWed Aug 6 06:55:20 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"#thread.c (thread_start_func_2);T;[o;;[I"?propagates fatal error and system exit to the main thread.;TS; ; i; I"EWed Aug 6 05:31:54 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"6encoding.c (rb_to_encoding_index, rb_to_encoding);T;[o;;[I"Dcheck if the name is ascii compatible as well as Encoding.find.;To;;I"transcode.c (str_encode);T;[o;;[I" no need to duplicate first.;TS; ; i; I"EWed Aug 6 05:08:30 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"array.c (rb_ary_sort_bang);T;[o;;[I"reset to real class.;To;;I",file.c (rb_find_file_ext, rb_find_file);T;[o;;[I" ditto.;To;;I"io.c (io_reopen);T;[o;;[I" ditto.;TS; ; i; I"EWed Aug 6 03:56:39 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"1common.mk (transcodes), tool/build-transcode;T;[o;;[I"!generates transcode sources.;To;;I"8enc/trans/{japanese,korean,single_byte,utf_16_32}.c;T;[o;;[I"to be autogenerated now.;To;;I"enc/depend;T;[o;;[I"$added rules for .c from .erb.c.;TS; ; i; I"2008-08-05;T@ S; ; i; I";Tue Aug 5 20:46:20 2008 Tanaka Akira ;T@ o; ;;;[!o;;I"tool/build-transcode;T;[o;;[I"new file.;To;;I"tool/transcode-tblgen.rb;T;[o;;[I"new file.;To;;I"enc/trans/make_transdb.rb;T;[o;;[I"exclude *.erb.c.;To;;I"enc/depend;T;[o;;[I"exclude *.erb.c.;To;;I"enc/trans/utf_16_32.erb.c;T;[o;;[I"new file.;To;;I" enc/trans/single_byte.erb.c;T;[o;;[I"new file.;To;;I"enc/trans/japanese.erb.c;T;[o;;[I"new file.;To;;I"enc/trans/korean.erb.c;T;[o;;[I"new file.;To;;I" enc/trans/iso-8859-2-tbl.rb;T;[o;;[I"new file.;To;;I" enc/trans/iso-8859-3-tbl.rb;T;[o;;[I"new file.;To;;I" enc/trans/iso-8859-4-tbl.rb;T;[o;;[I"new file.;To;;I" enc/trans/iso-8859-5-tbl.rb;T;[o;;[I"new file.;To;;I" enc/trans/iso-8859-6-tbl.rb;T;[o;;[I"new file.;To;;I" enc/trans/iso-8859-7-tbl.rb;T;[o;;[I"new file.;To;;I" enc/trans/iso-8859-8-tbl.rb;T;[o;;[I"new file.;To;;I" enc/trans/iso-8859-9-tbl.rb;T;[o;;[I"new file.;To;;I"!enc/trans/iso-8859-10-tbl.rb;T;[o;;[I"new file.;To;;I"!enc/trans/iso-8859-11-tbl.rb;T;[o;;[I"new file.;To;;I"!enc/trans/iso-8859-13-tbl.rb;T;[o;;[I"new file.;To;;I"!enc/trans/iso-8859-14-tbl.rb;T;[o;;[I"new file.;To;;I"!enc/trans/iso-8859-15-tbl.rb;T;[o;;[I"new file.;To;;I"enc/trans/eucjp-tbl.rb;T;[o;;[I"new file.;To;;I"enc/trans/sjis-tbl.rb;T;[o;;[I"new file.;To;;I"enc/trans/euckr-tbl.rb;T;[o;;[I"new file.;To;;I"enc/trans/utf_16_32.c;T;[o;;[I"regenerated.;To;;I"enc/trans/single_byte.c;T;[o;;[I"regenerated.;To;;I"enc/trans/japanese.c;T;[o;;[I"regenerated.;To;;I"enc/trans/korean.c;T;[o;;[I""regenerated. [ruby-dev:35730];TS; ; i; I"ETue Aug 5 18:02:53 2008 Kazuhiro NISHIYAMA ;T@ o; ;;;[o;;I"?test/io/nonblock/test_flush.rb (TestIONonblock#test_flush);T;[o;;[I"-rescue some exceptions. [ruby-dev:35638];TS; ; i; I"ATue Aug 5 16:40:06 2008 Shugo Maeda ;T@ o; ;;;[o;;I"lib/net/ftp.rb (chdir);T;[o;;[I":handle 5xx errors correctly. fixed [ruby-core:18057].;TS; ; i; I"ETue Aug 5 16:38:59 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"8include/ruby/win32.h, bcc32/Makefile.sub (config.h);T;[o;;[I"bcc 5.8 has stdint.h.;TS; ; i; I"ATue Aug 5 16:13:05 2008 Shugo Maeda ;T@ o; ;;;[o;;I"!lib/net/imap.rb (disconnect);T;[o;;[I"]do not refer to SSL::SSLSocket for environments without OpenSSL. fixed [ruby-dev:35755].;TS; ; i; I"ETue Aug 5 14:19:22 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"file.c (rb_stat_mode);T;[o;;[I"generalized st_mode mask.;TS; ; i; I"ETue Aug 5 12:43:47 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"&io.c (retry_sendfile, retry_read);T;[o;;[I"?ENOSYS and EWOULDBLOCK are not defined on every platforms.;TS; ; i; I"ETue Aug 5 12:34:49 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"'transcode_data.h (TRANSCODE_ERROR);T;[o;;[I"@common transcode failure exception, would be changed later.;To;;I",enc/trans/japanese.c (UNSUPPORTED_MODE);T;[o;;[I"+unsupported mode transition exception.;TS; ; i; I"ETue Aug 5 03:29:52 2008 Nobuyoshi Nakada ;T@ o; ;;;[ o;;I"array.c (rb_ary_sort_bang);T;[o;;[I"Erespect overridden <=> for String and Fixnum. [ruby-core:17708];To;;I"%include/ruby/node.h (NOEX_BASIC);T;[o;;[I""basic definition method flag.;To;;I"Finclude/ruby/intern.h, vm_method.c (rb_method_basic_definition_p);T;[o;;[I"Snew function to check if the method is not redefined after the initialization.;To;;I"$vm_method.c (rb_obj_respond_to);T;[o;;[I"&use rb_method_basic_definition_p.;TS; ; i; I"2008-08-04;T@ S; ; i; I"DMon Aug 4 20:39:06 2008 Yuki Sonoda (Yugui) ;T@ o; ;;;[ o;;I""Makefile.in (update-rubyspec);T;[o;;[I"Hrenamed the rubyspec directory "spec". Changed directory structure.;To;;I" Makefile.in (test-rubyspec);T;[o;;[I" ditto.;To;;I"spec/README;T;[o;;[I"1described the structure of "spec" directory.;To;;I"spec/default.mspec;T;[o;;[I"/configured for Matz's Ruby Implementation.;TS; ; i; I"EMon Aug 4 19:21:43 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"array.c (rb_ary_tmp_new);T;[o;;[I" added.;To;;I"vm_eval.c (vm_call_super);T;[o;;[I"Dfixed typo, and get rid of too large alloca. [ruby-core:17922];TS; ; i; I"EMon Aug 4 16:48:50 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"Cparse.y (deferred_nodes, compstmt, arg, fixup_nodes, range_op);T;[o;;[I"{fix up fixnum range literal in conditional as automagical line number comparison. [ruby-core:12124], [ruby-dev:35731];TS; ; i; I"GMon Aug 4 14:41:25 2008 URABE Shyouhei ;T@ o; ;;;[o;;I"(lib/net/smtp.rb (Net::SMTP::rcptto);T;[o;;[I"Ufix a typo. a patch from Masao Takaku fix [ruby-dev:35489].;TS; ; i; I"EMon Aug 4 14:08:55 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"tmarshal.c (dump_ensure), process.c (run_exec_dup2), string.c (rb_str_replace), transcode.c (transcode_dispatch);T;[o;;[I"rfixed memory leaks. based on patches from shinichiro.h at [ruby-dev:35751].;TS; ; i; I"2008-08-03;T@ S; ; i; I"ISun Aug 3 19:32:52 2008 Masaki Suketa ;T@ o; ;;;[ o;;I"-ext/win32ole/win32ole.c (hash2named_arg);T;[o;;[I"refactoring.;To;;I"Vext/win32ole/win32ole.c (ole_invoke, fole_respond_to, ev_on_event, fev_off_event);T;[o;;[I"accepts Symbol argument.;To;;I"#test/win32ole/test_win32ole.rb;T;[o;;[I" ditto.;To;;I")test/win32ole/test_win32ole_event.rb;T;[o;;[I" ditto.;TS; ; i; I"ESun Aug 3 10:41:54 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"%string.c (rb_str_shared_replace);T;[o;;[I"gfixed memory leak. a patch from shinichiro.h at [ruby-dev:35742];TS; ; i; I"2008-08-02;T@ S; ; i; I"ISat Aug 2 22:55:41 2008 Masaki Suketa ;T@ o; ;;;[o;;I"*test/win32ole/test_err_in_callback.rb;T;[o;;[I".remove temporary files. some refactoring.;TS; ; i; I"ESat Aug 2 15:51:50 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"parse.y (yylex);T;[o;;[I"K8 and 9 in octal integer should cause compile error. [ruby-dev:35729];TS; ; i; I"BSat Aug 2 01:06:10 2008 NARUSE, Yui ;T@ o; ;;;[o;;I"enc/trans/japanese.c;T;[o;;[I"Fri Aug 1 23:49:44 2008 TAKAO Kouji ;T@ o; ;;;[ o;;I"ext/readline/extconf.rb;T;[o;;[I"7checked to have clear_history in readline library.;To;;I"Aext/readline/readline.c (hist_get, hist_each, Init_readline);T;[o;;[I"The offset specified for the argument of history_get() might be different in GNU Readline and libedit. If use libedit, it was corrected that the computational method of the offset specified for the argument of history_get() when the Readline module was initialized was decided.;To;;I"(hist_get, hist_set);T;[o;;[I"If use libedit, accesses first an input content in history when specifies the negative offset for the argument of history_get() or replace_history_entry(). Then checks the offset is negative in ruby.;To;;I"(rb_remove_history);T;[o;;[I"DWhen compiling, it corrects it to warning when libedit is used.;To;;I" (hist_clear, Init_readline);T;[o;;[I";added Readline::HISTORY.clear method. [ruby-dev:35551];To;;I"+test/readline/test_readline_history.rb;T;[o;;[I"+added unit test for Readline::HISTORY.;TS; ; i; I"BFri Aug 1 23:26:45 2008 NARUSE, Yui ;T@ o; ;;;[o;;I"!transcode.c (transcode_loop);T;[o;;[I"Nundefined character is replaced with only one character. [ruby-dev:35709];TS; ; i; I"DFri Aug 1 23:26:22 2008 Yuki Sonoda (Yugui) ;T@ o; ;;;[o;;I""Makefile.in (update-rubyspec);T;[o;;[I" added;To;;I" Makefile.in (test-rubyspec);T;[o;;[I" added;TS; ; i; I"BFri Aug 1 23:16:03 2008 NARUSE, Yui ;T@ o; ;;;[o;;I"enc/trans/japanese.c;T;[o;;[I"add support for CP51932,;TS; ; i; I"BFri Aug 1 22:59:40 2008 NARUSE, Yui ;T@ o; ;;;[o;;I"enc/trans/japanese.c;T;[o;;[I"add U+FF0C,;TS; ; i; I"=Fri Aug 1 21:49:41 2008 Yusuke Endoh ;T@ o; ;;;[o;;I"test/sdbm/test_sdbm.rb;T;[o;;[I"add some tests.;TS; ; i; I"=Fri Aug 1 21:36:00 2008 Yusuke Endoh ;T@ o; ;;;[o;;I"Agc.c (allocate_heaps, assign_heap_slot, rb_newobj_from_heap);T;[o;;[I"2reset during_gc before raising NoMemoryError.;TS; ; i; I"=Fri Aug 1 21:29:56 2008 Yusuke Endoh ;T@ o; ;;;[o;;I"vm.c (Init_BareVM);T;[o;;[I"check failure of malloc().;TS; ; i; I"BFri Aug 1 20:55:27 2008 NARUSE, Yui ;T@ o; ;;;[ o;;I"6enc/trans/japanese.c (to_SHIFT_JIS_EF_BF_offsets);T;[o;;[I" add U+FFF3, U+FFF4, U+FFF5.;To;;I"4enc/trans/japanese.c (to_SHIFT_JIS_EF_BF_infos);T;[o;;[I" ditto.;To;;I"1enc/trans/japanese.c (to_EUC_JP_EF_BF_infos);T;[o;;[I" added.;To;;I"+enc/trans/japanese.c (to_EUC_JP_EF_BF);T;[o;;[I" added.;To;;I".enc/trans/japanese.c (to_EUC_JP_EF_infos);T;[o;;[I""change size. [ruby-dev:35714];TS; ; i; I"DFri Aug 1 18:27:15 2008 Yuki Sonoda (Yugui) ;T@ o; ;;;[o;;I"parse.y (parser_yylex);T;[o;;[I"_removed an useless conditional, and magic comment are ignored unless at the first of line.;To;;I"4test/ruby/test_m17n.rb (test_magic_comment_vim);T;[o;;[I" added.;To;;I"Etest/ruby/test_m17n.rb (test_magic_comment_at_various_positions);T;[o;;[I" added.;TS; ; i; I"EFri Aug 1 14:54:42 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"#win32/win32.c (rb_w32_seekdir);T;[o;;[I"'no need to rewind to seek forward.;TS; ; i; I"BFri Aug 1 05:31:08 2008 NARUSE, Yui ;T@ o; ;;;[ o;;I"/transcode.c (output_replacement_character);T;[o;;[I",rename from _get_replacement_character.;To;;I"/transcode.c (output_replacement_character);T;[o;;[I"7fix replacement on UTF-32{BE,LE}. [ruby-dev:35705];To;;I"!transcode.c (transcode_loop);T;[o;;[I" ditto.;To;;I"7test/ruby/test_transcode.rb (test_invalid_replace);T;[o;;[I"add for above.;TS; ; i; I"=Fri Aug 1 01:01:49 2008 Yusuke Endoh ;T@ o; ;;;[o;;I"%proc.c (rb_proc_call_with_block);T;[o;;[I"reduce comparison.;TS; ; i; I"2008-07-31;T@ S; ; i; I"=Thu Jul 31 22:17:35 2008 Yusuke Endoh ;T@ o; ;;;[o;;I")ext/bigdecimal/bigdecimal.c (VpMult);T;[o;;[I"prevent memory leak.;TS; ; i; I"BThu Jul 31 20:05:56 2008 NARUSE, Yui ;T@ o; ;;;[o;;I"Gtest/ruby/test_transcode.rb (test_unicode_public_review_issue_121);T;[o;;[I"fix option1 and 3.;TS; ; i; I"BThu Jul 31 19:54:57 2008 NARUSE, Yui ;T@ o; ;;;[o;;I",transcode.c (get_replacement_character);T;[o;;[I"Ause U+FFFD as replacement character when convert to Unicode.;To;;I"Gtest/ruby/test_transcode.rb (test_unicode_public_review_issue_121);T;[o;;[I".rename from test_public_review_issue_121.;To;;I"Gtest/ruby/test_transcode.rb (test_unicode_public_review_issue_121);T;[o;;[I"enable option2.;TS; ; i; I"BThu Jul 31 17:00:10 2008 NARUSE, Yui ;T@ o; ;;;[o;;I",transcode.c (get_replacement_character);T;[o;;[I";fix: invalid byte sequence is always replaced "\x00?".;TS; ; i; I"BThu Jul 31 16:37:03 2008 NARUSE, Yui ;T@ o; ;;;[o;;I"Ktest/rubygems/test_gem_ext_configure_builder.rb (test_self_build_fail);T;[o;;[I"+remove extra newline. [ruby-dev:35704];TS; ; i; I"=Thu Jul 31 13:18:30 2008 Yusuke Endoh ;T@ o; ;;;[o;;I")include/ruby/ruby.h (struct RString);T;[o;;[I"3size of ary must be RSTRING_EMBED_LEN_MAX + 1.;TS; ; i; I"EThu Jul 31 12:23:53 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"pack.c (pack_unpack);T;[o;;[I"1upper half of hexdigits has never been used.;TS; ; i; I"EThu Jul 31 11:31:29 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"ext/syck/syck.h (ASSERT);T;[o;;[I"fix typo at r18176.;To;;I")ext/syck/rubyext.c (rb_syck_compile);T;[o;;[I";T@ o; ;;;[o;;I"#iseq.c (ruby_iseq_disasm_insn);T;[o;;[I"Msuppress warnings on platforms which int size differs from pointer size.;To;;I"5ext/openssl/ossl_asn1.c (ossl_asn1_get_asn1type);T;[o;;[I" ditto;To;;I"Kext/syck/rubyext.c (rb_syck_err_handler), (syck_default_error_handler);T;[o;;[I" ditto.;TS; ; i; I"=Thu Jul 31 02:21:39 2008 Yusuke Endoh ;T@ o; ;;;[o;;I")ext/syck/rubyext.c (rb_syck_compile);T;[o;;[I"fremove meaningless branch that misleads into thinking that the variable sav may be uninitialized.;TS; ; i; I"EThu Jul 31 01:25:43 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"#thread.c (rb_mutex_unlock_all);T;[o;;[I"&mutex is no longer a ruby object.;TS; ; i; I"=Thu Jul 31 01:18:07 2008 Yusuke Endoh ;T@ o; ;;;[o;;I"%parse.y (magic_comment_encoding);T;[o;;[I"#remove meaningless null check.;TS; ; i; I"=Thu Jul 31 01:09:28 2008 Yusuke Endoh ;T@ o; ;;;[o;;I"0ext/bigdecimal/bigdecimal.c (VpIsRoundMode);T;[o;;[I"fix tautology condition.;TS; ; i; I"EThu Jul 31 00:58:33 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"pack.c (pack_unpack);T;[o;;[I"reduced static variables.;TS; ; i; I"=Thu Jul 31 00:10:20 2008 Yusuke Endoh ;T@ o; ;;;[o;;I"%proc.c (rb_proc_call_with_block);T;[o;;[I"prevent null reference.;TS; ; i; I"2008-07-30;T@ S; ; i; I"=Wed Jul 30 22:19:13 2008 Yusuke Endoh ;T@ o; ;;;[o;;I"parse.y (vtable_free);T;[o;;[I"#remove meaningless null check.;TS; ; i; I";Wed Jul 30 22:08:25 2008 Tanaka Akira ;T@ o; ;;;[ o;;I"dir.c (struct dir_data);T;[o;;[I"'change path field char * to VALUE.;To;;I"(mark_dir);T;[o;;[I"&new function for mark path field.;To;;I"(free_dir);T;[o;;[I""follow the path field change.;To;;I"(dir_s_alloc);T;[o;;[I" ditto.;To;;I"(dir_initialize);T;[o;;[I" ditto.;To;;I"(dir_s_open);T;[o;;[I" ditto.;To;;I"(dir_inspect);T;[o;;[I" ditto.;To;;I"(dir_path);T;[o;;[I"Qreturn (duplicate of) the path field to preserve encoding. [ruby-dev:35685];TS; ; i; I"=Wed Jul 30 22:06:56 2008 Yusuke Endoh ;T@ o; ;;;[o;;I"string.c (sym_inspect);T;[o;;[I"remove dead code.;TS; ; i; I"=Wed Jul 30 21:32:52 2008 Yusuke Endoh ;T@ o; ;;;[o;;I"ChangeLog;T;[o;;[I"-fix wrong method name and add reference.;TS; ; i; I"=Wed Jul 30 21:30:08 2008 Yusuke Endoh ;T@ o; ;;;[o;;I"regparse.c (name_add);T;[o;;[I"fix memory leak.;TS; ; i; I"=Wed Jul 30 21:08:06 2008 Yusuke Endoh ;T@ o; ;;;[o;;I"'ext/syck/syck.c (syck_free_parser);T;[o;;[I"+fix memory leak by YAML::Syck.compile.;To;;I"regparse.c (parse_exp);T;[o;;[I"-fix memory leak at Regexp.new("x{1,1}").;TS; ; i; I"EWed Jul 30 17:48:15 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I""win32/win32.c (rb_w32_select);T;[o;;[I"Grecalc the rest of timeout for each iterations. [ruby-core:18015];TS; ; i; I"2008-07-29;T@ S; ; i; I"=Tue Jul 29 23:37:37 2008 Yusuke Endoh ;T@ o; ;;;[ o;;I"io.c (io_ungetc);T;[o;;[I"araise NotImplementedError when ungetc is called against dummy encoding IO. [ruby-dev:35686];To;;I"io.c (rb_io_getline_1);T;[o;;[I".ditto when gets with delimiter is called.;To;;I"io.c (io_getc);T;[o;;[I"ditto when getc is called.;To;;I"test/ruby/test_io_m17n.rb (test_terminator_stateful_conversion, test_getc_stateful_conversion, test_ungetc_stateful_conversion);T;[o;;[I"2these tests should raise NotImplementedError.;TS; ; i; I"=Tue Jul 29 22:55:34 2008 Yusuke Endoh ;T@ o; ;;;[o;;I" test/ruby/test_io.rb (pipe);T;[o;;[I")run reader thread and writer thread.;TS; ; i; I"=Tue Jul 29 21:38:08 2008 Yusuke Endoh ;T@ o; ;;;[o;;I"2ext/bigdecimal/bigdecimal.c (Init_bigdecimal);T;[o;;[I"fix typo.;TS; ; i; I"=Tue Jul 29 21:35:59 2008 Yusuke Endoh ;T@ o; ;;;[o;;I"'test/etc/test_etc.rb (test_passwd);T;[o;;[I"5age field may be string under some environments.;TS; ; i; I"BTue Jul 29 17:54:35 2008 NARUSE, Yui ;T@ o; ;;;[o;;I"dir.c (char_casecmp);T;[o;;[I"2fix: return 0 if either of characters is NUL.;TS; ; i; I"BTue Jul 29 13:17:03 2008 NARUSE, Yui ;T@ o; ;;;[o;;I")test/etc/test_etc.rb (test_getpwuid);T;[o;;[I"'fix for users whose uid is shared.;TS; ; i; I"ETue Jul 29 05:37:53 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I",file.c (rb_find_file_ext, rb_find_file);T;[o;;[I"explicit relative path which starts with "./" or "../" should be searched from cwd instead of load path. [ruby-dev:35673];TS; ; i; I"BTue Jul 29 02:39:46 2008 NARUSE, Yui ;T@ o; ;;;[ o;;I"math.c (math_atanh);T;[o;;[I")raise EDOM on FreeBSD when atanh(1).;To;;I"math.c (math_log);T;[o;;[I" ditto.;To;;I"math.c (math_log2);T;[o;;[I" ditto.;To;;I"math.c (math_log10);T;[o;;[I" ditto.;To;;I"test/ruby/test_math.rb;T;[o;;[I"test for above.;TS; ; i; I";Tue Jul 29 01:41:15 2008 Tanaka Akira ;T@ o; ;;;[ o;;I"dir.c (struct dir_data);T;[o;;[I"intenc field removed.;To;;I"(dir_s_alloc);T;[o;;[I"#intenc initialization removed.;To;;I"(dir_initialize);T;[o;;[I"I:internal_encoding option removed. dirname code conversion removed.;To;;I"(dir_enc_str);T;[o;;[I".code conversion removed. [ruby-dev:35661];TS; ; i; I"2008-07-28;T@ S; ; i; I"?Mon Jul 28 21:32:17 2008 Kouhei Sutou ;T@ o; ;;;[o;;I"test/rss/;T;[o;;[I",use PNG instead of zlib as binary data.;TS; ; i; I"BMon Jul 28 21:24:33 2008 NAKAMURA Usaku ;T@ o; ;;;[o;;I"@thread_win32.[ch] (cond_every_entry, rb_thread_cond_struct);T;[o;;[I"Areverted r18239 because r18245 made the changes unnecessary.;To;;I"thread.c (rb_mutex_struct);T;[o;;[I"6define after including thread_{pthread, win32}.c.;TS; ; i; I"=Mon Jul 28 21:00:10 2008 Yusuke Endoh ;T@ o; ;;;[o;;I"?test/ruby/test_require.rb (test_require_too_long_filename);T;[o;;[I"=Kernel#require does not use dln_find_file_r (at r18242).;TS; ; i; I"=Mon Jul 28 20:17:03 2008 Yusuke Endoh ;T@ o; ;;;[o;;I"vm_core.h;T;[o;;[I"3move the definition of struct rb_mutex_struct.;To;;I" thread.c;T;[o;;[I" ditto.;TS; ; i; I"=Mon Jul 28 18:58:46 2008 Yusuke Endoh ;T@ o; ;;;[o;;I"thread.c (mutex_unlock);T;[o;;[I"fix typo.;TS; ; i; I"EMon Jul 28 18:15:45 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I",file.c (rb_find_file_ext, rb_find_file);T;[o;;[I"Cnot to split load path with path separator. [ruby-Bugs-21356];TS; ; i; I"EMon Jul 28 18:14:03 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I">win32/win32.c (overlapped_socket_io, fcntl, rb_w32_close);T;[o;;[I"Omust not pass a pointer to int which is smaller than st_data_t on mswin64.;TS; ; i; I"EMon Jul 28 16:49:47 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"6win32/win32.c (CreateChild, overlapped_socket_io);T;[o;;[I"suppress warnings.;TS; ; i; I"BMon Jul 28 16:06:36 2008 NAKAMURA Usaku ;T@ o; ;;;[o;;I"win32/win32.c (MAXPATHLEN);T;[o;;[I"define before use.;TS; ; i; I"BMon Jul 28 16:01:12 2008 NAKAMURA Usaku ;T@ o; ;;;[o;;I"@thread_win32.[ch] (cond_every_entry, rb_thread_cond_struct);T;[o;;[I"\moved the definitions from .c to .h because rb_thread_cond_struct is used in vm_core.h.;TS; ; i; I"EMon Jul 28 14:29:54 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"dln.c (load_lib);T;[o;;[I"2use dln_find_file_r instead of dln_find_file.;TS; ; i; I"=Mon Jul 28 00:18:47 2008 Yusuke Endoh ;T@ o; ;;;[o;;I"vm_core.h, thread.c;T;[o;;[I"It is now prohibited to use Data_Get_Struct in *_free against an object that is going to be free'ed. So, change type of thread_t#keeping_mutexes from VALUE to mutex_t.;To;;I" vm.c;T;[o;;[I"$remove mark to keeping_mutexes.;TS; ; i; I"2008-07-27;T@ S; ; i; I"=Sun Jul 27 23:32:42 2008 Yusuke Endoh ;T@ o; ;;;[o;;I"+test/openssl/test_ssl.rb (server_loop);T;[o;;[I"2rescue Errno::EINVAL and Errno::ECONNABORTED.;TS; ; i; I"BSun Jul 27 22:11:57 2008 NARUSE, Yui ;T@ o; ;;;[o;;I"bootstraptests/method.rb;T;[o;;[I"Xincrease RLIMIT_STACK size to 4M+8Kbytes because FreeBSD fails this less than that.;TS; ; i; I"=Sun Jul 27 21:45:59 2008 Koichi Sasada ;T@ o; ;;;[o;;I"&gc.c (gc_mark_children, obj_free);T;[o;;[I"%T_DEFERRED should not be appear.;To;;I"#gc.c (gc_sweep, finalize_list);T;[o;;[I"@fix to decrement heap_slot#limit after executing finalizer.;TS; ; i; I"=Sun Jul 27 14:48:37 2008 Koichi Sasada ;T@ o; ;;;[ o;;I"include/ruby/ruby.h;T;[o;;[I"add a type T_DEFERRED.;To;;I" gc.c;T;[o;;[I"fix deferred finalizer system. finalize processes of T_DATA and T_FILE are executed after gc process. And fix to use BUILTIN_TYPE() instead of seeing flag.;To;;I"thread.c, vm_core.h;T;[o;;[I"fadd RUBY_VM_SET_FINALIZER_INTERRUPT() and check interrupt_flag at rb_thread_execute_interrupts().;To;;I"thread.c (mutex_mark);T;[o;;[I"fix to mark next_mutex.;To;;I"vm.c (rb_thread_mark);T;[o;;[I"!fix to mark keeping_mutexes.;TS; ; i; I"ESun Jul 27 09:15:28 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"(dln.h (dln_find_exe, dln_find_file);T;[o;;[I"0deprecated, use reentrant versions instead.;TS; ; i; I"ISun Jul 27 09:02:32 2008 Masatoshi SEKI ;T@ o; ;;;[o;;I"lib/rinda/tuplespace.rb;T;[o;;[I"merged from 1.8.;To;;I"test/rinda/test_rinda.rb;T;[o;;[I"merged from 1.8.;TS; ; i; I"2008-07-26;T@ S; ; i; I"DSat Jul 26 22:45:18 2008 Yuki Sonoda (Yugui) ;T@ o; ;;;[o;;I"sample/exyacc.rb;T;[o;;[I"efixed NoMethodError(Kernel#sub!). replaced use of special variables with explicit IO operations.;TS; ; i; I"ISat Jul 26 21:17:18 2008 Masaki Suketa ;T@ o; ;;;[o;;I",ext/win32ole/win32ole.c (Init_win32ole);T;[o;;[I"8add WIN32OLE_EVENT#handler=, WIN32OLE_EVENT#handler;To;;I")test/win32ole/test_win32ole_event.rb;T;[o;;[I" ditto.;TS; ; i; I"ISat Jul 26 07:44:14 2008 Masaki Suketa ;T@ o; ;;;[o;;I"2ext/win32ole/win32ole.c (add_event_call_back);T;[o;;[I"remove unused variable.;TS; ; i; I"2008-07-25;T@ S; ; i; I"EFri Jul 25 23:48:10 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I")gc.c (gc_sweep, obj_free, run_final);T;[o;;[I"7defer finalizers of IO and Data. [ruby-dev:35578];TS; ; i; I"EFri Jul 25 23:35:18 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"Elib/webrick/httputils.rb (WEBrick::HTTPUtils#split_header_value);T;[o;;[I"[reduce backtrack. based on a fix by Christian Neukirchen .;TS; ; i; I"=Fri Jul 25 21:55:38 2008 Yusuke Endoh ;T@ o; ;;;[o;;I"test/ruby/enc/test_koi8.rb;T;[o;;[I"&move from test/ruby/test_koi8.rb.;TS; ; i; I"IFri Jul 25 21:09:32 2008 Masaki Suketa ;T@ o; ;;;[o;;I"Next/win32ole/win32ole.c (ole_invoke, add_event_callback, rescue_callback);T;[o;;[I"refactoring.;TS; ; i; I"IFri Jul 25 20:52:44 2008 Masaki Suketa ;T@ o; ;;;[o;;I"%test/win32ole/err_in_callback.rb;T;[o;;[I">add test of raising exception in WIN32OLE_EVENT callback.;To;;I"*test/win32ole/test_err_in_callback.rb;T;[o;;[I" ditto.;TS; ; i; I"IFri Jul 25 20:43:57 2008 Masaki Suketa ;T@ o; ;;;[o;;I",ext/win32ole/win32ole.c (Init_win32ole);T;[o;;[I""add WIN32OLE_EVENT#off_event.;To;;I")test/win32ole/test_win32ole_event.rb;T;[o;;[I" ditto.;To;;I")test/win32ole/test_win32ole_event.rb;T;[o;;[I"some refactoring.;TS; ; i; I"EFri Jul 25 19:50:49 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"(regint.c (xmalloc, xrealloc, xfree);T;[o;;[I"$not to use ruby managed memory.;TS; ; i; I"=Fri Jul 25 15:52:40 2008 Koichi Sasada ;T@ o; ;;;[o;;I"vm.c (vm_invoke_proc);T;[o;;[I"`skip setting safe_level if it from bmethod. This change makes test/ruby/test_proc.rb pass.;TS; ; i; I"BFri Jul 25 04:12:57 2008 NARUSE, Yui ;T@ o; ;;;[o;;I"#ext/nkf/nkf.c (rb_nkf_convert);T;[o;;[I"9output of mime encode is US-ASCII. [ruby-list:45257];TS; ; i; I"=Fri Jul 25 02:43:11 2008 Yusuke Endoh ;T@ o; ;;;[o;;I"sample/coverage.rb;T;[o;;[I"Umove from lib/coverage.rb because this remains in an early phase of development.;TS; ; i; I"EFri Jul 25 00:10:23 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I",file.c (rb_find_file_ext, rb_find_file);T;[o;;[I"Bconverts Windows style path to Cygwin path. [ruby-dev:35647];TS; ; i; I"2008-07-24;T@ S; ; i; I"BThu Jul 24 16:30:21 2008 NAKAMURA Usaku ;T@ o; ;;;[o;;I"!win32/win32.c (exit_handler);T;[o;;[I"*use st_free_table() to free socklist.;To;;I"Vwin32/win32.c (rb_w32_pipe_exec, rb_w32_accept, rb_w32_socket, rb_w32_socketpair);T;[o;;[I"cshould check and release fd and sockets/handles if an error occurs in rb_w32_open_osfhandle().;TS; ; i; I"BThu Jul 24 16:05:02 2008 NAKAMURA Usaku ;T@ o; ;;;[o;;I")win32/win32.c (overlapped_socket_io);T;[o;;[I"avoid warnings.;To;;I" thread_win32.c (ubf_handle);T;[o;;[I"refactoring.;TS; ; i; I"EThu Jul 24 07:01:13 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"ext/win32ole/win32ole.c;T;[o;;[I"got rid of improper casts.;TS; ; i; I"2008-07-23;T@ S; ; i; I"=Wed Jul 23 23:19:15 2008 Yusuke Endoh ;T@ o; ;;;[o;;I",test/socket/test_tcp.rb (test_recvfrom);T;[o;;[I"1replace an irrelevant test for old behavior.;TS; ; i; I"=Wed Jul 23 21:38:16 2008 Yusuke Endoh ;T@ o; ;;;[o;;I"test/ruby/test_marshal.rb;T;[o;;[I""suppress warning during test.;TS; ; i; I"=Wed Jul 23 21:35:53 2008 Yusuke Endoh ;T@ o; ;;;[o;;I"test/ruby/test_dir.rb;T;[o;;[I""suppress warning during test.;TS; ; i; I"EWed Jul 23 18:27:46 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"6ext/tk/{stubs,tcltklib}.c, ext/tk/tkutil/tkutil.c;T;[o;;[I"1fix warnings about constness and signedness.;TS; ; i; I"EWed Jul 23 17:04:22 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"0ext/openssl/openssl_missing.h (d2i_of_void);T;[o;;[I"1define for older versions. [ruby-dev:35637];TS; ; i; I"EWed Jul 23 13:53:36 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"ext/curses/extconf.rb;T;[o;;[I"use try_static_assert.;TS; ; i; I"EWed Jul 23 10:06:19 2008 Kazuhiro NISHIYAMA ;T@ o; ;;;[o;;I"9test/zlib/test_zlib.rb (TestZlibDeflate#test_params);T;[o;;[I""suppress a finalizer warning.;TS; ; i; I"EWed Jul 23 06:25:42 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I" ext/syck;T;[o;;[I"suppress warnings more.;TS; ; i; I"EWed Jul 23 03:19:31 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"Dext/nkf/nkf-utf8/nkf.c (struct input_code.name, input_codename);T;[o;;[I"constified.;TS; ; i; I"EWed Jul 23 03:02:08 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I" ext/syck;T;[o;;[I"suppress warnings.;TS; ; i; I"EWed Jul 23 00:34:20 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"ext/openssl;T;[o;;[I"suppress warnings.;TS; ; i; I"2008-07-22;T@ S; ; i; I"=Tue Jul 22 23:01:34 2008 Yusuke Endoh ;T@ o; ;;;[o;;I"wext/syck/rubyext.c, ext/syck/yaml2byte.c, ext/syck/emitter.c, ext/syck/syck.c, ext/syck/handler.c, ext/syck/syck.h;T;[o;;[I"suppress GCC warning.;TS; ; i; I"=Tue Jul 22 20:42:24 2008 Yusuke Endoh ;T@ o; ;;;[o;;I"0ext/bigdecimal/bigdecimal.c (BigDecimalCmp);T;[o;;[I"VBigDecimal#<=> should return nil if an argument can't be coerced into BigDecimal.;To;;I"Yext/bigdecimal/bigdecimal.h, ext/bigdecimal/bigdecimal.c (VpIsNegDoubleZero, VpItoV);T;[o;;[I""comment out unused functions.;TS; ; i; I"=Tue Jul 22 20:33:54 2008 Yusuke Endoh ;T@ o; ;;;[o;;I"2test/rdoc/test_rdoc_parser_ruby.rb (teardown);T;[o;;[I"close tempfile.;TS; ; i; I"BTue Jul 22 18:08:34 2008 NAKAMURA Usaku ;T@ o; ;;;[o;;I"README.EXT, README.EXT.ja;T;[o;;[I">mention about FIX2LONG and NUM2LONG. see [ruby-dev:35197];TS; ; i; I"ETue Jul 22 17:53:32 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"compile.c (insn_data_to_s_detail), file.c (rb_stat_inspect), iseq.c (ruby_iseq_disasm_insn, ruby_iseq_disasm), process.c (pst_message), re.c (match_inspect);T;[o;;[I"use rb_str_catf.;To;;I"Ddir.c (dir_inspect), iseq.c (iseq_inspect, insn_operand_intern);T;[o;;[I"use rb_sprintf.;To;;I">error.c (rb_name_error, rb_raise, rb_loaderror, rb_fatal);T;[o;;[I"use rb_vsprintf.;TS; ; i; I"BTue Jul 22 17:20:25 2008 NAKAMURA Usaku ;T@ o; ;;;[o;;I"win32/win32.c (init_func);T;[o;;[I"\new function to get API's address which is often used and not supported on all Windows.;To;;I")win32/win32.c (overlapped_socket_io);T;[o;;[I"Ashouldn't use overlapped I/O if CancelIo() is not supported.;TS; ; i; I"ETue Jul 22 16:47:57 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"Ainclude/ruby/intern.h, sprintf.c (rb_str_catf, rb_str_vcatf);T;[o;;[I"%new functions. [ruby-dev:35597];To;;I"string.c (rb_str_capacity);T;[o;;[I")new function to return the capacity.;TS; ; i; I"BTue Jul 22 16:08:58 2008 NAKAMURA Usaku ;T@ o; ;;;[o;;I"Qext/socket/socket.c (connect_blocking, socks_connect_blocking, ruby_connect);T;[o;;[I" cast.;TS; ; i; I"ETue Jul 22 11:05:08 2008 Kazuhiro NISHIYAMA ;T@ o; ;;;[o;;I"test/ruby/test_dir.rb;T;[o;;[I"-use realpath of tmpdir. [ruby-dev:35481];To;;I"test/ruby/test_process.rb;T;[o;;[I" ditto.;TS; ; i; I"ETue Jul 22 09:51:32 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"misc/ruby-mode.el;T;[o;;[I"fix here-doc strings with inner quotes. patches by Nathan Weizenbaum from [ruby-core:17615] through [ruby-core:17910].;TS; ; i; I"ETue Jul 22 04:26:16 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I",include/ruby/intern.h (rb_str_buf_new2);T;[o;;[I"optimization for literals.;To;;I"string.c (str_buf_cat);T;[o;;[I"returns VALUE.;TS; ; i; I"ATue Jul 22 03:34:01 2008 Eric Hodel ;T@ o; ;;;[o;;I"lib/rdoc*;T;[o;;[I"Update to RDoc 2.1.0 r112.;TS; ; i; I"ETue Jul 22 02:51:46 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"9include/ruby/intern.h (rb_str_buf_cat2, rb_str_cat2);T;[o;;[I"optimization for literals.;TS; ; i; I"ETue Jul 22 02:50:47 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I";README.EXT, README.EXT.ja (1.5 Manipulating Ruby data);T;[o;;[I"Ofix the prototype of rb_vsprintf, and added rb_str_cat2. [ruby-dev:35622];TS; ; i; I"2008-07-21;T@ S; ; i; I";Mon Jul 21 17:15:38 2008 Tanaka Akira ;T@ o; ;;;[o;;I"(encoding.c (rb_filesystem_encoding);T;[o;;[I"2use locale encoding on Unix. [ruby-dev:35617];TS; ; i; I"EMon Jul 21 15:29:32 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I".missing/vsnprintf.c (struct __sbuf, FILE);T;[o;;[I"use size_t.;To;;I"sprintf.c (ruby__sfvwrite);T;[o;;[I" ditto.;TS; ; i; I"EMon Jul 21 13:55:37 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I";README.EXT, README.EXT.ja (1.5 Manipulating Ruby data);T;[o;;[I";T@ o; ;;;[o;;I" io.c (prepare_getline_args);T;[o;;[I"Icheck if rs is a string when non-nil lim is given. [ruby-dev:35610];TS; ; i; I";Mon Jul 21 04:55:20 2008 Tanaka Akira ;T@ o; ;;;[o;;I"dir.c (dir_initialize);T;[o;;[I"`use rb_convert_type instead of rb_check_convert_type to prevent SEGV by Dir.new(".", true).;To;;I"(dir_initialize);T;[o;;[I"Puse FilePathValue before rb_enc_get(dirname) to prevent SEGV by Dir.new(0).;TS; ; i; I";Mon Jul 21 04:42:15 2008 Tanaka Akira ;T@ o; ;;;[o;;I"re.c (rb_reg_s_union);T;[o;;[I"Nuseless rb_enc_get call removed to prevent SEGV by Regexp.union("", nil).;TS; ; i; I"2008-07-20;T@ S; ; i; I"ESun Jul 20 22:50:11 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I""compile.c (iseq_compile_each);T;[o;;[I"HNODE_POSTEXE should set each end procs only once. [ruby-dev:35596];TS; ; i; I"ISun Jul 20 16:00:37 2008 Masaki Suketa ;T@ o; ;;;[o;;I"/ext/win32ole/win32ole.c (EVENTSINK_Invoke);T;[o;;[I";use rb_protect instead of rb_rescue2. [ruby-dev:35595];TS; ; i; I"ISun Jul 20 01:23:24 2008 Masaki Suketa ;T@ o; ;;;[o;;I"/ext/win32ole/win32ole.c (EVENTSINK_Invoke);T;[o;;[I"little refactoring.;To;;I"6ext/win32ole/win32ole.c (EVENTSINK_GetIDsOfNames);T;[o;;[I"'return ITypeInfo::GetIDsOfNames().;TS; ; i; I"2008-07-19;T@ S; ; i; I"ISat Jul 19 09:31:35 2008 Masaki Suketa ;T@ o; ;;;[o;;I"/ext/win32ole/win32ole.c (EVENTSINK_Invoke);T;[o;;[I"little refactoring.;To;;I"ext/win32ole/win32ole.c;T;[o;;[I"%add document of inspect methods.;TS; ; i; I"ASat Jul 19 06:08:43 2008 Eric Hodel ;T@ o; ;;;[o;;I"lib/rdoc*;T;[o;;[I"4Import RDoc r104. Various make test-all fixes.;TS; ; i; I"BSat Jul 19 00:27:58 2008 NAKAMURA Usaku ;T@ o; ;;;[o;;I"5numeric.c (check_uint, rb_num2uint, rb_fix2uint);T;[o;;[I"2fixed wrong check about 64bit positive value.;TS; ; i; I"2008-07-18;T@ S; ; i; I"IFri Jul 18 23:23:37 2008 Masaki Suketa ;T@ o; ;;;[o;;I"/ext/win32ole/win32ole.c (EVENTSINK_Invoke);T;[o;;[I"Iavoid cfp consistency error when exception raised in event callback.;TS; ; i; I"BFri Jul 18 14:52:14 2008 NAKAMURA Usaku ;T@ o; ;;;[o;;I"win32/win32.c (socklist);T;[o;;[I")table for registering socket options;To;;0;[o;;[0o;;I"/win32/win32.c (StartSockets, exit_handler);T;[o;;[I"alloc/free socklist.;To;;I"win32/win32.c (is_socket);T;[o;;[I"use socklist.;To;;I"Dwin32/win32.c (rb_w32_accept, rb_w32_socket, rb_w32_socketpair);T;[o;;[I"%register new socket to socklist.;To;;I"!win32/win32.c (rb_w32_close);T;[o;;[I")remove closing socket from socklist.;To;;I"win32/win32.c (fcntl);T;[o;;[I"register socket options.;To;;I")win32/win32.c (overlapped_socket_io);T;[o;;[I"msend to/recv from socket with overlapped operation if the socket is not nonblocking mode. [experimental];To;;I"Mwin32/win32.c (rb_w32_send, rb_w32_sendto, rb_w32_recv, rb_w32_recvfrom);T;[o;;[I" use overlapped_socket_io().;To;;I"$win32/win32.c (open_ifs_socket);T;[o;;[I"fset overlapped mode. this is the default mode of winsock's socket(), so lacking it is an old bug.;TS; ; i; I"AFri Jul 18 09:44:30 2008 Eric Hodel ;T@ o; ;;;[o;;I"lib/rdoc/*;T;[o;;[I"Import RDoc r101.;TS; ; i; I"2008-07-17;T@ S; ; i; I"=Thu Jul 17 23:45:55 2008 Yusuke Endoh ;T@ o; ;;;[o;;I"/test/rdoc/test_rdoc_c_parser.rb (teardown);T;[o;;[I"close tempfile.;TS; ; i; I"=Thu Jul 17 21:08:49 2008 Yusuke Endoh ;T@ o; ;;;[o;;I"Ctest/ruby/test_process.rb (test_getpriority, test_setpriority);T;[o;;[I"+use PRIO_PROCESS instead of PRIO_USER.;TS; ; i; I"=Thu Jul 17 20:41:42 2008 Yusuke Endoh ;T@ o; ;;;[o;;I"pack.c (pack_unpack);T;[o;;[I"Mfix v and V with big endian. [1].pack("V").unpack("V") was [4294967296].;TS; ; i; I"=Thu Jul 17 20:35:03 2008 Yusuke Endoh ;T@ o; ;;;[o;;I"pack.c (pack_pack);T;[o;;[I";T@ o; ;;;[o;;I"'ext/socket/socket.c (ruby_connect);T;[o;;[I"Jselect() for connect() has mean only when the socket is non-blocking.;TS; ; i; I"AThu Jul 17 10:55:24 2008 Eric Hodel ;T@ o; ;;;[o;;I"mkconfig.rb;T;[o;;[I""Simplify expression for RDoc.;TS; ; i; I"BThu Jul 17 10:21:15 2008 NAKAMURA Usaku ;T@ o; ;;;[o;;I"5numeric.c (check_uint, rb_num2uint, rb_fix2uint);T;[o;;[I")strict check. fixed [ruby-dev:33683];TS; ; i; I"EThu Jul 17 04:19:33 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"#thread.c (thread_start_func_2);T;[o;;[I"wake up joining threads.;To;;I",thread.c (sleep_forever, sleep_timeval);T;[o;;[I".return when interrupted. [ruby-dev:35542];To;;I"%thread.c (timer_thread_function);T;[o;;[I"2restore main thread status. [ruby-core:17270];TS; ; i; I"=Thu Jul 17 01:27:38 2008 Yusuke Endoh ;T@ o; ;;;[o;;I"io.c (appendline);T;[o;;[I"remove invalid access.;TS; ; i; I"2008-07-16;T@ S; ; i; I"EWed Jul 16 18:04:34 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I")signal.c (signal_exec, trap_handler);T;[o;;[I"8trap accepts a string as command. [ruby-dev:35533];TS; ; i; I"=Wed Jul 16 00:04:30 2008 Yusuke Endoh ;T@ o; ;;;[o;;I"Dtest/ruby/envutil.rb (Test::Unit::Assertions#assert_in_out_err);T;[o;;[I"new method.;To;;I"test/ruby/test_argf.rb;T;[o;;[I"7use assert_in_out_err instead of EnvUtil.rubyexec.;To;;I"test/ruby/test_module.rb;T;[o;;[I" ditto.;To;;I"test/ruby/test_require.rb;T;[o;;[I" ditto.;To;;I""test/ruby/test_objectspace.rb;T;[o;;[I" ditto.;To;;I"test/ruby/test_object.rb;T;[o;;[I" ditto.;To;;I"test/ruby/test_string.rb;T;[o;;[I" ditto.;To;;I"test/ruby/test_method.rb;T;[o;;[I" ditto.;To;;I"test/ruby/test_variable.rb;T;[o;;[I" ditto.;To;;I"test/ruby/test_io.rb;T;[o;;[I" ditto.;To;;I""test/ruby/test_rubyoptions.rb;T;[o;;[I" ditto.;To;;I" test/ruby/test_exception.rb;T;[o;;[I" ditto.;To;;I"test/ruby/test_class.rb;T;[o;;[I" ditto.;To;;I"test/ruby/test_thread.rb;T;[o;;[I" ditto.;TS; ; i; I"2008-07-15;T@ S; ; i; I"BTue Jul 15 22:34:03 2008 NAKAMURA Usaku ;T@ o; ;;;[o;;I"&win32/Makefile.sub (ruby_version);T;[o;;[I"$follow changes in configure.in.;TS; ; i; I"ETue Jul 15 21:58:20 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I" ext/tk/{,tkutil/}extconf.rb;T;[o;;[I"/ruby/ruby.h no longer needs to be checked.;To;;I"(ext/tk/{tcltklib.c,tkutil/tkutil.c};T;[o;;[I"#check macros for each headers.;TS; ; i; I"@Tue Jul 15 21:45:41 2008 Akinori MUSHA ;T@ o; ;;;[o;;I"Aext/tk/extconf.rb, ext/tk/tcltklib.c, ext/tk/tkutil/tkutil.c;T;[o;;[I"dDo not test ruby/ruby.h, which makes OS X's gcc pick the wrong header file from Ruby.framework.;TS; ; i; I"@Tue Jul 15 21:31:26 2008 Akinori MUSHA ;T@ o; ;;;[o;;I"'configure.in (--with-ruby-version);T;[o;;[I"kAdd a new option to specify the ruby version string for version specific directories. [ruby-dev:35490];To;;I"mkconfig.rb;T;[o;;[I"JDefinition of ruby_version is now determined by the configure script.;TS; ; i; I"BTue Jul 15 18:14:20 2008 NAKAMURA Usaku ;T@ o; ;;;[o;;I"1ext/socket/socket.c (ruby_connect, s_accept);T;[o;;[I"Xcheck before readable/ writable by select() instead of wrapping in blocking region.;To;;I"Wext/socket/socket.c (bsock_send, s_recvfrom, udp_send, unix_send_io, unix_recv_io);T;[o;;[I"[should check readable/writable before calling blocking functions. see [ruby-dev:35446];TS; ; i; I"BTue Jul 15 18:12:02 2008 NAKAMURA Usaku ;T@ o; ;;;[o;;I" thread_win32.c (ubf_handle);T;[o;;[I"Dcancel blocking IO if it can (only Vista). see [ruby-dev:35446];To;;I"win32/win32.c (errmap);T;[o;;[I"*add ERROR_OPERATION_ABORTED as EINTR.;TS; ; i; I"2008-07-14;T@ S; ; i; I"IMon Jul 14 20:35:21 2008 Masaki Suketa ;T@ o; ;;;[o;;I"4test/win32ole/test_win32ole_event.rb (teardown);T;[o;;[I"fix typo.;TS; ; i; I"EMon Jul 14 18:47:30 2008 Nobuyoshi Nakada ;T@ o; ;;;[ o;;I"!transcode.c (transcode_loop);T;[o;;[I"constified.;To;;I" transcode.c (str_transcode);T;[o;;[I"'rb_str_set_len() sets a delimiter.;To;;I"%transcode_data.h (rb_transcoder);T;[o;;[I"5constified preprocessor and postprocessor input.;To;;I"enc/trans/japanese.c;T;[o;;[I" ditto.;TS; ; i; I"2008-07-13;T@ S; ; i; I"BSun Jul 13 05:37:50 2008 NAKAMURA Usaku ;T@ o; ;;;[o;;I">include/ruby/ruby.h (PRI_PTRDIFF_PREFIX, PRI_SIZE_PREFIX);T;[o;;[I" typo.;To;;I"{bcc32,win32}/Makefile.sub;T;[o;;[I".(SIZEOF_SIZE_T, SIZEOF_PTRDIFF_T): added.;TS; ; i; I"2008-07-12;T@ S; ; i; I"BSat Jul 12 23:54:55 2008 NAKAMURA Usaku ;T@ o; ;;;[o;;I"*win32/Makefile.sub (LIBRUBY_DLDFLAGS);T;[o;;[I"import library which created with DLL is broken. save import library which created by lib.exe and install it. fixed the problem mentioned at the postscript of [ruby-dev:35448];TS; ; i; I";Sat Jul 12 23:24:21 2008 Tanaka Akira ;T@ o; ;;;[o;;I"ext/socket/socket.c;T;[o;;[I"use PRIuSIZE.;TS; ; i; I"ESat Jul 12 22:41:39 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I">include/ruby/ruby.h (PRI_PTRDIFF_PREFIX, PRI_SIZE_PREFIX);T;[o;;[I"fixed typo.;TS; ; i; I"ESat Jul 12 22:30:43 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"-include/ruby/intern.h (HAVE_RUBY_RUBY_H);T;[o;;[I"ydefines macros so that extconf.rb do not need to check if headers exist under separated directory. [ruby-dev:35437];To;;I";include/{ruby,rubyio,rubysig}.h, include/ruby/intern.h;T;[o;;[I"*use "ruby/..." instead of .;TS; ; i; I"ESat Jul 12 22:17:26 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"$configure.in (sizeof ptrdiff_t);T;[o;;[I"!check for size of ptrdiff_t.;To;;I"0include/ruby/ruby.h (PRI?PTRDIFF, PRI?SIZE);T;[o;;[I"Cprintf conversion specifiers for ptrdiff_t and size_t/ssize_t.;To;;I"insns.def (leave), marshal.c (long_toobig), transcode.c (str_transcode), vm_dump.c (control_frame_dump, stack_dump_each), (debug_print_register, debug_print_pre);T;[o;;[I"&t and z length modifiers are C99.;TS; ; i; I"ESat Jul 12 16:02:31 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"1lib/xmlrpc/client.rb (XMLRPC::Client#do_rpc);T;[o;;[I"2requires webrick/cookie. [ ruby-Bugs-21139 ];TS; ; i; I"ISat Jul 12 09:25:07 2008 Masaki Suketa ;T@ o; ;;;[o;;I")test/win32ole/test_win32ole_event.rb;T;[o;;[I"6add test for WIN32OLE_EVENT#on_event_with_outargs;To;;I"3test/win32ole/test_win32ole_event.rb(teardown);T;[o;;[I"(calling WIN32OLE_EVENT.message_loop;TS; ; i; I"BSat Jul 12 01:54:13 2008 NAKAMURA Usaku ;T@ o; ;;;[o;;I""win32/win32.c (rb_w32_select);T;[o;;[I";shouldn't pass non-socket handle to original select().;TS; ; i; I"2008-07-11;T@ S; ; i; I"=Fri Jul 11 23:05:40 2008 Yusuke Endoh ;T@ o; ;;;[o;;I"test/zlib/test_zlib.rb;T;[o;;[I")add a test for Zlib::Deflate#params.;TS; ; i; I"=Fri Jul 11 22:58:28 2008 Yusuke Endoh ;T@ o; ;;;[o;;I"(ext/zlib/zlib.c (rb_deflate_params);T;[o;;[I"2flush before deflateParams. [ruby-core:17675];TS; ; i; I"BFri Jul 11 22:09:01 2008 NAKAMURA Usaku ;T@ o; ;;;[o;;I"2win32/setup.rb, win32/Makefile.sub (PLATFORM);T;[o;;[I"Ruse $(PLATFORM) instead of $(OS) because ENV["OS"] is used in test-all (drb).;TS; ; i; I"EFri Jul 11 20:51:36 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"4io.c (rb_io_wait_readable, rb_io_wait_writable);T;[o;;[I",check if the file descriptor is closed.;To;;I"$thread.c (rb_thread_wait_fd_rw);T;[o;;[I" ditto.;TS; ; i; I"BFri Jul 11 16:16:43 2008 NAKAMURA Usaku ;T@ o; ;;;[o;;I"Dwin32/win32.c (rb_w32_accept, rb_w32_socket, rb_w32_socketpair);T;[o;;[I"9prohibit inheritance of sockets, too. [experimental];TS; ; i; I"BFri Jul 11 14:39:49 2008 NAKAMURA Usaku ;T@ o; ;;;[o;;I" win32/win32.c (CreateChild);T;[o;;[I"5the measures for Vista is no longer unnecessary.;TS; ; i; I"EFri Jul 11 06:16:26 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"common.mk (process.o);T;[o;;[I"depends on util.h.;TS; ; i; I"BFri Jul 11 05:07:46 2008 NAKAMURA Usaku ;T@ o; ;;;[o;;I" include/ruby/win32.h (pipe);T;[o;;[I"2prohibit inheritance. fixed: [ruby-dev:35421];TS; ; i; I"=Fri Jul 11 00:56:46 2008 Koichi Sasada ;T@ o; ;;;[o;;I""thread.c (thread_create_core);T;[o;;[I"&fix GC problem. [ruby-core:17669];TS; ; i; I"2008-07-10;T@ S; ; i; I"EThu Jul 10 22:06:00 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"'lib/pstore.rb (PStore#transaction);T;[o;;[I"9return the result from the block. [ruby-core:17718];TS; ; i; I"IThu Jul 10 21:15:49 2008 Masaki Suketa ;T@ o; ;;;[ o;;I"+test/win32ole/test_win32ole_typelib.rb;T;[o;;[I"$add some illegal argument test.;To;;I"(test/win32ole/test_win32ole_type.rb;T;[o;;[I" ditto.;To;;I")test/win32ole/test_win32ole_event.rb;T;[o;;[I" ditto.;To;;I")test/win32ole/test_win32ole_param.rb;T;[o;;[I" ditto.;To;;I"*test/win32ole/test_win32ole_method.rb;T;[o;;[I" ditto.;TS; ; i; I";Thu Jul 10 19:38:35 2008 wanabe ;T@ o; ;;;[o;;I".test/ruby/envutil.rb (assert_normal_exit);T;[o;;[I"r17993 revert.;TS; ; i; I";Thu Jul 10 18:29:41 2008 wanabe ;T@ o; ;;;[o;;I".test/ruby/envutil.rb (assert_normal_exit);T;[o;;[I"Kfinish writing script before spawn("ruby") to avoid blocking in win32.;TS; ; i; I"BThu Jul 10 17:20:50 2008 NAKAMURA Usaku ;T@ o; ;;;[o;;I"win32/win32.c (insert);T;[o;;[I"'follow recent changes of globbing.;TS; ; i; I"EThu Jul 10 14:09:05 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"0ext/coverage/coverage.c (rb_coverage_start);T;[o;;[I"return nil.;TS; ; i; I"EThu Jul 10 12:41:56 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I""thread.c (rb_thread_wait_for);T;[o;;[I"fixed variable name.;TS; ; i; I"EThu Jul 10 12:09:58 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"}vm_core.h (rb_thread_t), vm.c (rb_thread_mark), process.c (rb_last_status_get, rb_last_status_set, rb_last_status_clear);T;[o;;[I"6moved last_status from rb_vm_t. [ruby-dev:35414];To;;I"vm.c (th_init2);T;[o;;[I"%initialize last_status with nil.;TS; ; i; I"EThu Jul 10 12:09:21 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I""thread.c (rb_thread_wait_for);T;[o;;[I":wait until timed out only when sleeping with timeout.;TS; ; i; I"2008-07-09;T@ S; ; i; I"EWed Jul 9 22:41:16 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"thread.c (sleep_timeval);T;[o;;[I"-wait until timed out. [ruby-core:17270];TS; ; i; I";Wed Jul 9 20:58:16 2008 Tanaka Akira ;T@ o; ;;;[o;;I"array.c (rb_ary_fill);T;[o;;[I"Qdon't raise even if length is negative. [ruby-core:17483], [ruby-core:17661];TS; ; i; I"EWed Jul 9 20:18:50 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"'configure.in (rb_cv_va_args_macro);T;[o;;[I"check for __VA_ARGS__.;To;;I"thread.c (thread_debug);T;[o;;[I"+show source name and line if possible.;To;;I"=thread_{pthread,win32}.c (rb_thread_create_timer_thread);T;[o;;[I" needs more stack for debug.;TS; ; i; I"EWed Jul 9 11:13:39 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"/lib/profiler.rb (Profiler__#print_profile);T;[o;;[I"5sort in the descending order of cumulative time.;TS; ; i; I"EWed Jul 9 11:11:18 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"Sdir.c (struct glob_args, rb_glob_caller, rb_glob2, push_pattern), (glob_brace);T;[o;;[I" make consistent prototypes.;To;;I"dir.c (push_glob);T;[o;;[I"Aset enc in the caller of rb_glob_caller as well as rb_glob2.;TS; ; i; I"BWed Jul 9 09:12:11 2008 NARUSE, Yui ;T@ o; ;;;[o;;I"%ext/nkf/nkf-utf8/nkf.c (options);T;[o;;[I"use input_endian.;TS; ; i; I"EWed Jul 9 01:38:37 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"string.c (rb_str_succ);T;[o;;[I"~alphabets or numerics mutually enclosing non-alphanumeric characters can carry up. e.g., "1.999".succ should be "2.000".;TS; ; i; I"=Wed Jul 9 00:12:31 2008 Yusuke Endoh ;T@ o; ;;;[ o;;I"4thread.c (rb_set_coverages, rb_reset_coverages);T;[o;;[I"-enable and disable coverage measurement.;To;;I" thread.c (rb_get_coverages);T;[o;;[I"rename and move from vm.c.;To;;I"vm.c (rb_vm_get_coverages);T;[o;;[I" ditto.;To;;I" iseq.c (prepare_iseq_build);T;[o;;[I" ditto.;To;;I"thread.c (clear_coverage);T;[o;;[I" ditto.;To;;I"parse.y (coverage);T;[o;;[I" ditto.;To;;I"ext/coverage/coverage.c;T;[o;;[I"Fuse above functions, add new method Coverage.start and fix rdoc .;TS; ; i; I"2008-07-08;T@ S; ; i; I"ITue Jul 8 23:02:35 2008 Masaki Suketa ;T@ o; ;;;[o;;I"2ext/win32ole/win32ole.c (find_default_source);T;[o;;[I"Dbug fix when OLE object does not have default source interface.;To;;I")test/win32ole/test_win32ole_event.rb;T;[o;;[I" ditto.;TS; ; i; I"=Tue Jul 8 22:56:23 2008 Yusuke Endoh ;T@ o; ;;;[ o;;I"#thread.c (rb_enable_coverages);T;[o;;[I"Bhide coverage array by setting 0 to klass during measurement.;To;;I"#parse.y (coverage, yycompile0);T;[o;;[I" ditto.;To;;I" iseq.c (prepare_iseq_build);T;[o;;[I"0use rb_hash_lookup instead of rb_hash_aref.;To;;I""thread.c (rb_coverage_result);T;[o;;[I"3restore klass of coverage array and return it.;To;;I"thread.c (update_coverage);T;[o;;[I""check whether its klass is 0.;TS; ; i; I"=Tue Jul 8 22:28:25 2008 Koichi Sasada ;T@ o; ;;;[o;;I"!lib/debug.rb, lib/profile.rb;T;[o;;[I"fix to use RubyVM.;To;;I" lib/rdoc/parsers/parse_c.rb;T;[o;;[I" ditto.;TS; ; i; I"=Tue Jul 8 21:45:22 2008 Yusuke Endoh ;T@ o; ;;;[o;;I"vm.c (rb_vm_mark);T;[o;;[I"1mark the last element of special_exceptions.;TS; ; i; I"ITue Jul 8 19:55:40 2008 Masaki Suketa ;T@ o; ;;;[o;;I"2ext/win32ole/win32ole.c (find_default_source);T;[o;;[I"=try to find COCLASS when WIN32OLE object is not COCLASS.;To;;I")test/win32ole/test_win32ole_event.rb;T;[o;;[I" ditto;TS; ; i; I"=Tue Jul 8 13:38:22 2008 Koichi Sasada ;T@ o; ;;;[o;;I"compile.h;T;[o;;[I"(fix to skip inserting a trace insn.;TS; ; i; I"BTue Jul 8 11:41:17 2008 NAKAMURA Usaku ;T@ o; ;;;[o;;I" dir.c;T;[o;;[I"shouldn't use ruby object in globbing, because glob service routines are called before initializing ruby on some platforms (ex. windows).;TS; ; i; I"BTue Jul 8 10:08:40 2008 NARUSE, Yui ;T@ o; ;;;[o;;I"dir.c (Next);T;[o;;[I"(use rb_enc_mbclen. [ruby-dev:35390];TS; ; i; I"BTue Jul 8 07:59:40 2008 NARUSE, Yui ;T@ o; ;;;[o;;I"dir.c (Next);T;[o;;[I"use rb_enc_precise_mbclen.;TS; ; i; I"BTue Jul 8 02:27:23 2008 NARUSE, Yui ;T@ o; ;;;[o;;I" dir.c;T;[o;;[I"6preserve encoding of strings in glob and fnmatch.;To;;I"include/ruby/ruby.h;T;[o;;[I"related changes.;TS; ; i; I"ETue Jul 8 00:22:58 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"string.c (rb_str_succ);T;[o;;[I"Jlimit carrying in an alphanumeric region if exists. [ruby-dev:35094];TS; ; i; I"2008-07-07;T@ S; ; i; I"IMon Jul 7 20:39:28 2008 Masaki Suketa ;T@ o; ;;;[o;;I"+ext/win32ole/win32ole.c(Init_win32ole);T;[o;;[I"nadd WIN32OLE_TYPE#source_ole_types, WIN32OLE_TYPE#default_ole_types, WIN32OLE_TYPE#default_event_sources.;To;;I"(test/win32ole/test_win32ole_type.rb;T;[o;;[I" ditto.;TS; ; i; I"BMon Jul 7 19:45:22 2008 NARUSE, Yui ;T@ o; ;;;[o;;I".test/ruby/test_dir.rb (test_chroot_nodir);T;[o;;[I"add Errno::EPERM.;TS; ; i; I"EMon Jul 7 17:12:20 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"&lib/ipaddr.rb (IPAddr#initialize);T;[o;;[I"rget rid of ArgumentError in IPAddr#to_range. a patch from okkez in [ruby-dev:35091].;TS; ; i; I"EMon Jul 7 01:24:43 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"file.c (rb_file_s_extname);T;[o;;[I"6fix for file name with spaces. [ruby-talk:307404];TS; ; i; I"EMon Jul 7 00:59:37 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"'thread_pthread.c (ruby_init_stack);T;[o;;[I"9prior STACK_END_ADDRESS if found. [ruby-core:17624];TS; ; i; I"2008-07-06;T@ S; ; i; I"ESun Jul 6 23:48:06 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"qext/socket/socket.c (bsock_send, s_recvfrom, ruby_connect, s_accept), (udp_send, unix_send_io, unix_recv_io);T;[o;;[I"blocking region support.;TS; ; i; I"ISun Jul 6 18:34:35 2008 Masaki Suketa ;T@ o; ;;;[o;;I":test/win32ole/test_win32ole_type.rb (test_initialize);T;[o;;[I"add more assertions.;TS; ; i; I"?Sun Jul 6 10:12:21 2008 Kouhei Sutou ;T@ o; ;;;[o;;I"Vlib/test/unit/collector/objectspace.rb (Test::Unit::Collector::ObjectSpace::NAME);T;[o;;[I"fix a typo.;TS; ; i; I";Sun Jul 6 00:56:51 2008 Tanaka Akira ;T@ o; ;;;[ o;;I"#ext/socket/socket.c (host_str);T;[o;;[I"7fix type mismatch in rb_raise format and argument.;To;;I"(port_str);T;[o;;[I" ditto.;To;;I"(unix_recv_io);T;[o;;[I" ditto.;To;;I" (sock_s_unpack_sockaddr_un);T;[o;;[I" ditto.;TS; ; i; I"2008-07-05;T@ S; ; i; I";Sat Jul 5 23:42:23 2008 Tanaka Akira ;T@ o; ;;;[ o;;I""include/ruby/ruby.h (NUM2INT);T;[o;;[I"cast to int.;To;;I"(FIX2INT);T;[o;;[I" ditto.;To;;I"(NUM2UINT);T;[o;;[I"cast to unsigned int.;To;;I"(FIX2UINT);T;[o;;[I" ditto.;TS; ; i; I";Sat Jul 5 23:10:41 2008 Tanaka Akira ;T@ o; ;;;[ o;;I"io.c (rb_pipe);T;[o;;[I"Anew function for handling EMFILE and ENFILE error of pipe().;To;;I"(UPDATE_MAXFD_PIPE);T;[o;;[I" removed.;To;;I"(pipe_open);T;[o;;[I"use rb_pipe.;To;;I"(rb_io_s_pipe);T;[o;;[I" ditto.;To;;I"process.c (pipe_nocrash);T;[o;;[I"use rb_pipe.;To;;I"$include/ruby/intern.h (rb_pipe);T;[o;;[I"declared.;TS; ; i; I"ESat Jul 5 22:22:27 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"!thread.c (thread_initialize);T;[o;;[I"NUM2INT() returns int.;To;;I"thread.c (timer_thread_function), thread_pthread.c (thread_timer), thread_win32.c (timer_thread_func), thread_{pthread,win32}.c (rb_thread_create_timer_thread);T;[o;;[I"passing VM.;TS; ; i; I"ISat Jul 5 20:53:18 2008 Masaki Suketa ;T@ o; ;;;[o;;I"test/win32ole/test_word.rb;T;[o;;[I"check word installed.;TS; ; i; I"HSat Jul 5 16:12:54 2008 Narihiro Nakamura ;T@ o; ;;;[o;;I" gc.c;T;[o;;[I"revert. before lazy sweep.;TS; ; i; I"ISat Jul 5 09:55:44 2008 Masaki Suketa ;T@ o; ;;;[o;;I"ext/win32ole/win32ole.c;T;[o;;[I"!add WIN32OLE#ole_respond_to?;To;;I"#test/win32ole/test_win32ole.rb;T;[o;;[I" ditto.;TS; ; i; I";Sat Jul 5 08:48:05 2008 Tanaka Akira ;T@ o; ;;;[o;;I"re.c (unescape_nonascii);T;[o;;[I"]add has_property argument not to raise error by /\p{Hiragana}\u{3042}/ in EUC-JP script.;To;;I"(rb_reg_preprocess);T;[o;;[I"=use has_property argument to make regexp encoding fixed.;TS; ; i; I";Sat Jul 5 08:29:47 2008 Tanaka Akira ;T@ o; ;;;[o;;I"re.c (unescape_nonascii);T;[o;;[I"Gmake regexp fixed_encoding if \p is used. fixed [ruby-core:17279].;TS; ; i; I"2008-07-04;T@ S; ; i; I"IFri Jul 4 23:12:53 2008 Masaki Suketa ;T@ o; ;;;[o;;I"%ext/win32ole/win32ole.c (d2time);T;[o;;[I"Efix the bug of VT_DATE to String conversion when negative value.;To;;I"+test/win32ole/test_win32ole_variant.rb;T;[o;;[I" ditto.;TS; ; i; I";Fri Jul 4 22:15:29 2008 Tanaka Akira ;T@ o; ;;;[ o;;I"lib/test/unit/testcase.rb;T;[o;;[I"Acollect descendants of Test::Unit::TestCase using inherited.;To;;I" lib/test/unit/autorunner.rb;T;[o;;[I"'don't use ObjectSpace.each_object.;To;;I"#lib/test/unit/collector/dir.rb;T;[o;;[I" ditto.;To;;I"+lib/test/unit/collector/objectspace.rb;T;[o;;[I"ditto. [ruby-core:17126];TS; ; i; I"EFri Jul 4 20:43:53 2008 Nobuyoshi Nakada ;T@ o; ;;;[ o;;I",include/ruby/oniguruma.h (OnigEncoding);T;[o;;[I"removed auxiliary_data.;To;;I"*include/ruby/encoding.h (ENC_DUMMY_P);T;[o;;[I"Emoved dummy encoding flag to rb_encoding from Encoding instance.;To;;I""encoding.c (rb_encoding_list);T;[o;;[I" list of Encoding instances.;To;;I"*encoding.c (struct rb_encoding_entry);T;[o;;[I"0moved base encoding from instance variable.;TS; ; i; I"BFri Jul 4 17:51:07 2008 NAKAMURA Usaku ;T@ o; ;;;[o;;I"5numeric.c (check_uint, rb_num2uint, rb_fix2uint);T;[o;;[I"proper check.;TS; ; i; I"EFri Jul 4 14:17:22 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"'lib/net/ftp.rb (Net::FTP#sendport);T;[o;;[I"#use divmod. [ruby-core:17557];TS; ; i; I"HFri Jul 4 11:08:37 2008 Narihiro Nakamura ;T@ o; ;;;[o;;I"!gc.c (garbage_collect_force);T;[o;;[I"sweep is completely ended.;To;;I"gc.c (os_obj_of);T;[o;;[I"7invoke garbage_collect_force() when freelist none.;TS; ; i; I"BFri Jul 4 05:01:26 2008 NAKAMURA Usaku ;T@ o; ;;;[o;;I")numeric.c (rb_num2uint, rb_fix2uint);T;[o;;[I" typo.;TS; ; i; I"BFri Jul 4 02:21:06 2008 NAKAMURA Usaku ;T@ o; ;;;[o;;I"5numeric.c (check_uint, rb_num2uint, rb_fix2uint);T;[o;;[I"=also needs checking negative value. see [ruby-dev:33683];TS; ; i; I"2008-07-03;T@ S; ; i; I"=Thu Jul 3 23:26:36 2008 Yusuke Endoh ;T@ o; ;;;[ o;;I"include/ruby/intern.h;T;[o;;[I"&remove prototypes about coverage.;To;;I" iseq.c (prepare_iseq_build);T;[o;;[I"add prototype.;To;;I"parse.y (coverage);T;[o;;[I" ditto.;To;;I"thread.c (clear_coverage);T;[o;;[I" ditto.;To;;I"thread.c (update_coverage);T;[o;;[I"use rb_sourceline.;To;;I" thread.c (rb_get_coverages);T;[o;;[I"rename and move to vm.c.;To;;I"vm.c (rb_vm_get_coverages);T;[o;;[I" ditto.;To;;I"ext/coverage/coverage.c;T;[o;;[I"add rdoc.;TS; ; i; I"=Thu Jul 3 21:51:21 2008 Yusuke Endoh ;T@ o; ;;;[o;;I"5ext/coverage/coverage.c, ext/coverage/extconf.rb;T;[o;;[I"eliminate COVERAGE__ and introduce coverage.so instead. How to measure coverage: (1) require "coverage.so", (2) require or load Ruby source file, and (3) Coverage.result will return the same hash as COVERAGE__. [ruby-dev:35324];To;;I"#thread.c (rb_enable_coverages);T;[o;;[I";start coverage measurement by using rb_add_event_hook.;To;;I" thread.c (rb_get_coverages);T;[o;;[I"5returns current results of coverage measurement.;To;;I"include/ruby/intern.h;T;[o;;[I"+add prototype for above two functions.;To;;I"vm_core.h, vm.c;T;[o;;[I"'add field of coverages to rb_vm_t.;To;;I"insns.def (trace);T;[o;;[I",remove special handling for COVERAGE__.;To;;I" iseq.c (prepare_iseq_build);T;[o;;[I"-switch COVERAGE__ to rb_get_coverages().;To;;I"parse.y (coverage);T;[o;;[I" ditto.;To;;I"thread.c (clear_coverage);T;[o;;[I" ditto.;To;;I"lib/coverage.rb;T;[o;;[I"+use coverage.so instead of COVERAGE__.;TS; ; i; I"=Thu Jul 3 21:20:45 2008 Yusuke Endoh ;T@ o; ;;;[o;;I"!thread.c (thread_initialize);T;[o;;[I"NUM2INT returns long.;TS; ; i; I"EThu Jul 3 21:06:16 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"eval.c (Init_eval);T;[o;;[I"typo fixed in r17833.;TS; ; i; I"IThu Jul 3 19:44:44 2008 Masaki Suketa ;T@ o; ;;;[o;;I",ext/win32ole/win32ole.c (Init_win32ole);T;[o;;[I"remove duplicate line.;TS; ; i; I";Thu Jul 3 16:08:36 2008 Tanaka Akira ;T@ o; ;;;[o;;I"configure.in (erfc);T;[o;;[I"erfc of glibc comes with Debian GNU/Linux Etch on IA64 is broken. erfc(10000.0) aborts. use missing/erf.c instead. http://sources.redhat.com/ml/libc-hacker/2005-08/msg00008.html;TS; ; i; I"GThu Jul 3 12:49:39 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"'lib/net/smtp.rb (Net::SMTP::start);T;[o;;[I"Juse 'localhost' instead of 'localhost.localdomain'. [ruby-dev:35333];To;;I",lib/net/smtp.rb (Net::SMTP::SMTP.start);T;[o;;[I" ditto.;TS; ; i; I"EThu Jul 3 07:06:02 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I""Makefile.in (SET_LC_MESSAGES);T;[o;;[I"LC_MESSAGES must be C.;TS; ; i; I"EThu Jul 3 07:02:55 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I";eval.c (Init_eval), gc.c (Init_GC), proc.c (Init_Proc);T;[o;;[I"=freeze messages of preallocated special exceptions also.;TS; ; i; I"EThu Jul 3 04:39:30 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"gc.c (rb_during_gc);T;[o;;[I"VALUE cache is irrelevant.;TS; ; i; I"=Thu Jul 3 01:44:01 2008 Yusuke Endoh ;T@ o; ;;;[o;;I"7regint.h (GET_ALIGNMENT_PAD_SIZE, ALIGNMENT_RIGHT);T;[o;;[I"7cast pointer to uintptr_t instead of unsigned int.;TS; ; i; I"=Thu Jul 3 01:23:13 2008 Yusuke Endoh ;T@ o; ;;;[ o;;I"sprintf.c;T;[o;;[I"(include ieeefp.h to refer to isinf.;To;;I" ext/bigdecimal/bigdecimal.c;T;[o;;[I" ditto.;To;;I"'ext/json/ext/generator/generator.c;T;[o;;[I" ditto.;To;;I"rational.c;T;[o;;[I" ditto.;TS; ; i; I"=Thu Jul 3 01:01:57 2008 Yusuke Endoh ;T@ o; ;;;[o;;I"missing/tgamma.c (tgamma);T;[o;;[I"remove unused variable.;TS; ; i; I"IThu Jul 3 00:18:00 2008 Masaki Suketa ;T@ o; ;;;[o;;I"ext/win32ole/win32ole.c;T;[o;;[I"davoid creating Ruby object during GC. thanks to arton . [ruby-dev:35313];To;;I")test/win32ole/test_win32ole_event.rb;T;[o;;[I" ditto.;TS; ; i; I"IThu Jul 3 00:09:31 2008 Masaki Suketa ;T@ o; ;;;[o;;I" gc.c;T;[o;;[I"aadd rb_during_gc(). based on a patch from arton at [ruby-dev:35313].;To;;I"include/ruby/intern.h;T;[o;;[I" ditto.;TS; ; i; I"2008-07-02;T@ S; ; i; I"HWed Jul 2 09:49:10 2008 Narihiro Nakamura ;T@ o; ;;;[o;;I"gc.c (gc_lazy_sweep);T;[o;;[I";T@ o; ;;;[o;;I"#test/ruby/test_settracefunc.rb;T;[o;;[I"Cfix expected traces for RubyVM::FrozenCore's event and r17744.;TS; ; i; I"=Wed Jul 2 03:10:41 2008 Koichi Sasada ;T@ o; ;;;[o;;I"compile.h, insns.def;T;[o;;[I"$reduce insn operand of "trace".;To;;I"include/ruby/ruby.h;T;[o;;[I"#add RUBY_EVENT_COVERAGE event.;TS; ; i; I"=Wed Jul 2 02:02:34 2008 Koichi Sasada ;T@ o; ;;;[o;;I"proc.c, vm.c;T;[o;;[I"9fix to refer to next ruby level cfp to make binding.;TS; ; i; I"BWed Jul 2 01:58:19 2008 NAKAMURA Usaku ;T@ o; ;;;[o;;I"insns.def (trace);T;[o;;[I" C99ism.;TS; ; i; I"=Wed Jul 2 01:53:40 2008 Yusuke Endoh ;T@ o; ;;;[o;;I"_Add coverage measurement constant COVERAGE__. This constant is not for casual use. Usage;T;[o;;[I"(1) assign {} to COVERAGE__, (2) require or load Ruby source file, and (3) COVERAGE__["sourcefilepath"] will return an array whose elements represent number of executions per line of source code.;To;;I"vm_core.h;T;[o;;[I")add field of coverage array to iseq.;To;;I" iseq.c (prepare_iseq_build);T;[o;;[I" ditto.;To;;I"insns.def (trace);T;[o;;[I"update coverage array.;To;;I"parse.y (coverage);T;[o;;[I"*create and initialize coverage array.;To;;I"compile.h (ADD_TRACE);T;[o;;[I"4add trace instruction to update coverage array.;To;;I"thread.c (clear_coverage);T;[o;;[I"Wdelete coverage array when forking. Otherwise, double count of coverage may occur.;To;;I"lib/coverage.rb;T;[o;;[I"&sample coverage measurement tool.;To;;I" error.c;T;[o;;[I"Idistinguish explicitly between parse_in_eval and mild_compile_error.;To;;I" load.c;T;[o;;[I" ditto.;To;;I"vm_eval.c;T;[o;;[I" ditto.;TS; ; i; I"2008-07-01;T@ S; ; i; I"=Tue Jul 1 21:32:43 2008 Yusuke Endoh ;T@ o; ;;;[ o;;I"+lib/test/unit/ui/console/testrunner.rb;T;[o;;[I",prevent destructive modification to $0.;To;;I"2test/rubygems/gemutilities.rb (build_rake_in);T;[o;;[I",move from test_gem_ext_rake_builder.rb.;To;;I"/test/rubygems/test_gem_ext_rake_builder.rb;T;[o;;[I" ditto.;To;;I"(test/rubygems/test_gem_installer.rb;T;[o;;[I"'override Gem.ruby and ENV["rake"].;To;;I"*test/rubygems/test_gem_uninstaller.rb;T;[o;;[I" ditto.;TS; ; i; I"=Tue Jul 1 21:13:17 2008 Koichi Sasada ;T@ o; ;;;[o;;I"compile.c, vm.c, insns.def;T;[o;;[I"Fcall FrozenCore.set_postexe method instead to use "postexe" insn.;To;;I"id.c, id.h;T;[o;;[I"!add a prepared id for above.;TS; ; i; I"GTue Jul 1 21:09:58 2008 URABE Shyouhei ;T@ o; ;;;[o;;I" lib/mkmf.rb (create_tmpsrc);T;[o;;[I"we need to include COMMON_HEADERS, namely inclusion of ruby.h, because _GNU_SOURCE is now defined there (if any) and socket.so requires it on Linux systems.;TS; ; i; I"GTue Jul 1 20:55:07 2008 URABE Shyouhei ;T@ o; ;;;[o;;I"eval.c (rb_interrupt);T;[o;;[I"#trick to suppress GCC warning.;To;;I"sprintf.c (rb_str_format);T;[o;;[I" ditto.;TS; ; i; I"=Tue Jul 1 20:44:36 2008 Koichi Sasada ;T@ o; ;;;[o;;I"tool/instruction.rb;T;[o;;[I"RubyVM is not module.;TS; ; i; I"GTue Jul 1 19:31:24 2008 URABE Shyouhei ;T@ o; ;;;[o;;I"5ext/digest/digest.c (rb_digest_instance_inspect);T;[o;;[I"constified.;To;;I"variable.c (rb_path2class);T;[o;;[I"*field precision should have type int.;TS; ; i; I"BTue Jul 1 19:01:00 2008 NARUSE, Yui ;T@ o; ;;;[o;;I"$enc/shift_jis.c (code_is_ctype);T;[o;;[I"(HALF WIDTH KATAKANA is a character.;TS; ; i; I"ETue Jul 1 17:56:34 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"%missing/vsnprintf.c (BSD__uqtoa);T;[o;;[I"constified.;TS; ; i; I"BTue Jul 1 17:50:44 2008 NAKAMURA Usaku ;T@ o; ;;;[o;;I"enc/make_encdb.h;T;[o;;[I"'always add ';' at the end of line.;TS; ; i; I"ETue Jul 1 17:44:30 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"iseq.c (COMPILE_OPTION_FALSE), time.c (timegm_noleapsecond), thread.c (eKillSignal, eTerminateSignal), missing/vsnprintf.c (BSD_vfprintf);T;[o;;[I"constified.;TS; ; i; I"GTue Jul 1 17:37:43 2008 URABE Shyouhei ;T@ o; ;;;[.o;;I"enc/ascii.c;T;[o;;[I"9ISO C does not allow extra ';' outside of a function;To;;I"enc/us_ascii.c;T;[o;;[I" ditto.;To;;I"enc/utf_8.c;T;[o;;[I" ditto.;To;;I"enc/big5.c;T;[o;;[I" ditto.;To;;I"enc/euc_jp.c;T;[o;;[I" ditto.;To;;I"enc/euc_kr.c;T;[o;;[I" ditto.;To;;I"enc/euc_tw.c;T;[o;;[I" ditto.;To;;I"enc/gb2312.c;T;[o;;[I" ditto.;To;;I"enc/gbk.c;T;[o;;[I" ditto.;To;;I"enc/iso_8859_1.c;T;[o;;[I" ditto.;To;;I"enc/iso_8859_2.c;T;[o;;[I" ditto.;To;;I"enc/iso_8859_3.c;T;[o;;[I" ditto.;To;;I"enc/iso_8859_4.c;T;[o;;[I" ditto.;To;;I"enc/iso_8859_5.c;T;[o;;[I" ditto.;To;;I"enc/iso_8859_6.c;T;[o;;[I" ditto.;To;;I"enc/iso_8859_7.c;T;[o;;[I" ditto.;To;;I"enc/iso_8859_8.c;T;[o;;[I" ditto.;To;;I"enc/iso_8859_9.c;T;[o;;[I" ditto.;To;;I"enc/iso_8859_10.c;T;[o;;[I" ditto.;To;;I"enc/iso_8859_11.c;T;[o;;[I" ditto.;To;;I"enc/iso_8859_13.c;T;[o;;[I" ditto.;To;;I"enc/iso_8859_14.c;T;[o;;[I" ditto.;To;;I"enc/iso_8859_15.c;T;[o;;[I" ditto.;To;;I"enc/iso_8859_16.c;T;[o;;[I" ditto.;To;;I"enc/koi8_r.c;T;[o;;[I" ditto.;To;;I"enc/shift_jis.c;T;[o;;[I" ditto.;To;;I"enc/utf_16be.c;T;[o;;[I" ditto.;To;;I"enc/utf_32be.c;T;[o;;[I" ditto.;To;;I"enc/utf_32le.c;T;[o;;[I" ditto.;To;;I"enc/windows_1251.c;T;[o;;[I" ditto.;To;;I" process.c (run_exec_rlimit);T;[o;;[I"0ISO C90 forbids mixed declarations and code;To;;I"3include/ruby/ruby.h (enum ruby_special_consts);T;[o;;[I"2ISO C forbids comma at end of enumerator list;To;;I"/include/ruby/ruby.h (enum ruby_value_type);T;[o;;[I" ditto.;To;;I"eval_intern.h (enum);T;[o;;[I" ditto.;To;;I"&vm_core.h (enum rb_thread_status);T;[o;;[I" ditto.;To;;I"parse.y (enum lex_state_e);T;[o;;[I" ditto.;To;;I"parse.y (enum string_type);T;[o;;[I" ditto.;To;;I"process.c (enum);T;[o;;[I" ditto.;To;;I"!ruby.c (enum dump_flag_bits);T;[o;;[I" ditto.;To;;I"$ruby.c (enum disable_flag_bits);T;[o;;[I" ditto.;To;;I"enc/gb18030.c (enum);T;[o;;[I" ditto.;TS; ; i; I"ETue Jul 1 17:21:42 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"regexec.c (stack_double);T;[o;;[I"(use MatchStackLimitSize atomically.;To;;I"/regparse.c (onig_free_shared_cclass_table);T;[o;;[I"(OnigTypeCClassTable needs atomicity;To;;I"regsyntax.c;T;[o;;[I"/constified all predefined OnigSyntaxTypes.;TS; ; i; I"GTue Jul 1 16:57:44 2008 URABE Shyouhei ;T@ o; ;;;[ o;;I"(include/ruby/st.h (struct st_table);T;[o;;[I"7type of bit-field 'num_entries' is a GCC extension;To;;I"$include/ruby/ruby.h (rb_intern);T;[o;;[I"?prefix __extension__ for braced-groups within expressions.;To;;I"0include/ruby/intern.h (rb_usascii_str_new2);T;[o;;[I" ditto.;To;;I"0include/ruby/intern.h (rb_tainted_str_new2);T;[o;;[I" ditto.;To;;I"(include/ruby/intern.h (rb_str_new2);T;[o;;[I" ditto.;TS; ; i; I"ETue Jul 1 15:01:13 2008 Nobuyoshi Nakada ;T@ o; ;;;[ o;;I"%lib/rubygems/ext/builder.rb (Gem;T;[o;;[I":Ext::Builder.make),;To;;I"(Gem::Ext::Builder.run);T;[o;;[I"&EXIT_SUCCESS may be 0 or may not.;To;;I"?test/rubygems/test_gem_ext_rake_builder.rb (build_rake_in);T;[o;;[I"'override Gem.ruby and ENV["rake"].;To;;I"runruby.rb;T;[o;;[I"cbin/rake does not exist in archdir where architecture depend script (i.e. rbconfig.rb) exists.;TS; ; i; I"ETue Jul 1 13:19:44 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"array.c (rb_ary_fill);T;[o;;[I"check if beg is too big.;TS; ; i; I"=Tue Jul 1 12:01:16 2008 Koichi Sasada ;T@ o; ;;;[ o;;I"*compile.c, insns.def, vm.c, vm_core.h;T;[o;;[I"remove some insns;To;;I".(undef, alias, definemethod). Call RubyVM;T;[o;;[I"_:FrozenCore's singleton method instead. Add "putiseq" and "putspecialobject" instructions.;To;;I"id.c, id.h;T;[o;;[I"add ids for above.;To;;I"tool/parse.rb;T;[o;;[I"0"VM" no longer exists. Use RubyVM instead.;TS; ; i; I"ATue Jul 1 03:28:16 2008 Eric Hodel ;T@ o; ;;;[o;;I"0test/rubygems/test_ext_configure_builder.rb;T;[o;;[I"AApply locale-free patch by Yusuke ENDOH. [ruby-core:17444].;To;;I"runruby.rb;T;[o;;[I"?Set ENV['rake']. Patch by Yusuke ENDOH [ruby-core:17442].;TS; ; i; I"ETue Jul 1 01:07:17 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"4lib/cgi.rb (CGI::QueryExtension.read_multipart);T;[o;;[I"@blanks inside double quotes are allowed. [ruby-list:45140];TS; ; i; I";Tue Jul 1 00:59:43 2008 Tanaka Akira ;T@ o; ;;;[o;;I"numeric.c (num_coerce);T;[o;;[I"Ucall rb_Float(x) first. don't depend on evaluation order of function arguments.;TS; ; i; I"ETue Jul 1 00:49:11 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"gc.c (rb_newobj);T;[o;;[I""abort GC phase before rb_bug.;TS; ; i; I"2008-06-30;T@ S; ; i; I"=Mon Jun 30 23:15:07 2008 Yusuke Endoh ;T@ o; ;;;[o;;I",test/openssl/test_ssl.rb (start_server);T;[o;;[I"%shutdown TCPServer before close.;TS; ; i; I"EMon Jun 30 23:01:50 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I" common.mk (RUBY_H_INCLUDES);T;[o;;[I";T@ o; ;;;[o;;I"0test/ruby/test_settracefunc.rb (test_raise);T;[o;;[I"2reveal an exception hided by rescue modifier.;TS; ; i; I"=Mon Jun 30 22:49:32 2008 Yusuke Endoh ;T@ o; ;;;[o;;I"(test/ruby/test_array.rb (test_aset);T;[o;;[I"Kaccess with too big index raises not ArgumentError but IndexError now.;TS; ; i; I"EMon Jun 30 22:30:37 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"7lib/test/unit/collector/dir.rb (recursive_collect);T;[o;;[I"r15662 reverted.;TS; ; i; I"=Mon Jun 30 22:27:39 2008 Yusuke Endoh ;T@ o; ;;;[o;;I",ext/stringio/stringio.c (strio_getline);T;[o;;[I"7fix for nil and "" as separator. [ruby-dev:34591];TS; ; i; I"=Mon Jun 30 22:21:30 2008 Yusuke Endoh ;T@ o; ;;;[o;;I"io.c (argf_each_line);T;[o;;[I"-pass args to each_line. [ruby-dev:34958];TS; ; i; I"EMon Jun 30 22:12:46 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I""gc.c (chain_finalized_object);T;[o;;[I"6should not delete from finalizer table until run.;To;;I"(gc.c (rb_gc_call_finalizer_at_exit);T;[o;;[I",deferred_final_list may be empty first.;TS; ; i; I"EMon Jun 30 18:57:05 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I" gc.c (gc_finalize_deferred);T;[o;;[I"+allow object allocation in finalizers.;To;;I"(gc.c (rb_gc_call_finalizer_at_exit);T;[o;;[I" ditto.;TS; ; i; I"BMon Jun 30 14:41:36 2008 NAKAMURA Usaku ;T@ o; ;;;[o;;I"gc.c (rb_newobj);T;[o;;[I"^prohibit call of rb_newobj() during gc when USE_VALUE_CACHE is not defined (normal case).;TS; ; i; I"GMon Jun 30 10:28:33 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"'ext/syslog/syslog.c (syslog_write);T;[o;;[I"|syslog operations should be protected from $SAFE level 4. a patch from Keita Yamaguchi .;To;;I"(ext/syslog/syslog.c (mSyslog_close);T;[o;;[I" ditto.;To;;I"+ext/syslog/syslog.c (mSyslog_set_mask);T;[o;;[I" ditto.;TS; ; i; I"=Mon Jun 30 03:01:35 2008 Yusuke Endoh ;T@ o; ;;;[o;;I"5test/net/http/test_http.rb (_test_request__file);T;[o;;[I"!specify encoding explicitly.;To;;I"test/net/http/utils.rb;T;[o;;[I" ditto.;TS; ; i; I"BMon Jun 30 02:31:07 2008 NARUSE, Yui ;T@ o; ;;;[o;;I""encoding.c (rb_utf8_encindex);T;[o;;[I" defined.;To;;I"/include/ruby/encoding.h (rb_utf8_encindex);T;[o;;[I" ditto.;TS; ; i; I"=Mon Jun 30 02:14:34 2008 Koichi Sasada ;T@ o; ;;;[o;;I"1vm.c, vm_core.h,vm_core.h, vm_dump.c, iseq.c;T;[o;;[I"grename class name VM -> RubyVM, and rename rb_cVM -> rb_cRubyVM. "VM" is too short name for class.;To;;I"=test/ruby/test_method.rb, test/ruby/test_settracefunc.rb;T;[o;;[I" ditto.;To;;I"include/ruby/ruby.h;T;[o;;[I"9rb_cRubyVM, rb_cEnv, rb_cISeq should not be exposed.;TS; ; i; I"=Mon Jun 30 02:10:32 2008 Koichi Sasada ;T@ o; ;;;[o;;I"process.c (Init_process);T;[o;;[I"fix to avoid a warning.;TS; ; i; I"=Mon Jun 30 01:52:05 2008 Yusuke Endoh ;T@ o; ;;;[o;;I"test/ruby/test_parse.rb;T;[o;;[I" remove tests for open_args.;TS; ; i; I"2008-06-29;T@ S; ; i; I";Sun Jun 29 23:01:54 2008 Tanaka Akira ;T@ o; ;;;[o;;I"string.c (rb_str_format_m);T;[o;;[I"4make tmp volatile to avoid possible GC problem.;TS; ; i; I"?Sun Jun 29 18:01:30 2008 Kouhei Sutou ;T@ o; ;;;[o;;I"(lib/rss/parser.rb, lib/rss/utils.rb;T;[o;;[I"#merge documents from ruby_1_8.;TS; ; i; I"?Sun Jun 29 17:44:23 2008 Kouhei Sutou ;T@ o; ;;;[o;;I"7lib/rss/parser.rb (RSS::ListenerMixin#known_class);T;[o;;[I"(define to work with ruby 1.8.x too.;TS; ; i; I"?Sun Jun 29 17:41:42 2008 Kouhei Sutou ;T@ o; ;;;[o;;I"8lib/rss/maker/base.rb (RSS::Maker::RSSBase#to_feed);T;[o;;[I"Vraise exception not return nil if RSS::Maker.make can't get required information.;To;;I"test/rss/rss-assertions.rb;T;[o;;[I"follow the above change.;TS; ; i; I"?Sun Jun 29 17:37:23 2008 Kouhei Sutou ;T@ o; ;;;[o;;I"5lib/rss/maker/base.rb (RSS::Maker::RSSBase#make);T;[o;;[I"require block.;To;;I")test/rss/test_maker_{0.9,1.0,2.0}.rb;T;[o;;[I"follow the above change.;TS; ; i; I"?Sun Jun 29 17:33:34 2008 Kouhei Sutou ;T@ o; ;;;[o;;I"3lib/rss/maker/base.rb, lib/rss/maker/itunes.rb;T;[o;;[I"@don't use instance_eval to initialize variables. (speed up);TS; ; i; I"?Sun Jun 29 17:31:15 2008 Kouhei Sutou ;T@ o; ;;;[o;;I" 0.2.5.;TS; ; i; I"=Sun Jun 29 11:36:20 2008 Yusuke Endoh ;T@ o; ;;;[o;;I" dir.rb;T;[o;;[I"fix resource leak.;TS; ; i; I"ESun Jun 29 09:43:10 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I" lib/tmpdir.rb (@@systmpdir);T;[o;;[I"~prior LOCAL_APPDATA if possible, and should be clean. based on a patch from arton at [ruby-dev:35269];TS; ; i; I"ISun Jun 29 07:53:08 2008 Masaki Suketa ;T@ o; ;;;[o;;I",ext/win32ole/win32ole.c (date2time_str);T;[o;;[I":fix the overflow in some situation. [ruby-bugs-20793];TS; ; i; I"2008-06-28;T@ S; ; i; I";Sat Jun 28 21:25:08 2008 Tanaka Akira ;T@ o; ;;;[ o;;I")include/ruby/ruby.h (struct RRegexp);T;[o;;[I"3new field usecnt. replace str and len by src.;To;;I"gc.c (gc_mark_children);T;[o;;[I"mark src field of regexp.;To;;I"(obj_free);T;[o;;[I"don't free str field.;To;;I"re.c (REG_BUSY);T;[o;;[I" removed.;To;;I"(rb_reg_initialize);T;[o;;[I"#prohibit re-initialize regexp.;To;;I"(rb_reg_search);T;[o;;[I"use usecnt to prevent freeing regexp currently using. this prevents SEGV by: r = /\A((a.)*(a.)*)*b/ r =~ "ab" + "\xc2\xa1".force_encoding("euc-jp") t = Thread.new { r =~ "ab"*8 + "\xc2\xa1".force_encoding("utf-8")} sleep 0.2 r =~ "ab"*8 + "\xc2\xa1".force_encoding("euc-jp");TS; ; i; I"ESat Jun 28 21:15:43 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"Rinclude/ruby/intern.h (rb_str_new2, rb_tainted_str_new2, rb_usascii_str_new2);T;[o;;[I"4use inline versions only for constant literals.;TS; ; i; I";Sat Jun 28 13:12:06 2008 Tanaka Akira ;T@ o; ;;;[o;;I">test/rubygems/test_gem.rb (test_self_path_APPLE_GEM_HOME);T;[o;;[I"3don't use fixed /tmp/apple_gem_home directory.;TS; ; i; I"ISat Jun 28 08:40:18 2008 Masaki Suketa ;T@ o; ;;;[o;;I"ext/win32ole/win32ole.c;T;[o;;[I"Dcheck String encoding when converting String to VT_BSTR in OLE.;To;;I"#test/win32ole/test_win32ole.rb;T;[o;;[I" ditto.;TS; ; i; I";Sat Jun 28 01:08:42 2008 Tanaka Akira ;T@ o; ;;;[o;;I"time.c (time_timespec);T;[o;;[I"!fix rounding negative float.;TS; ; i; I"2008-06-27;T@ S; ; i; I";Fri Jun 27 21:38:57 2008 Tanaka Akira ;T@ o; ;;;[o;;I" struct.c;T;[o;;[I">__size__ removed. use the length of __members__ instead.;To;;I"(num_members);T;[o;;[I"new function.;TS; ; i; I"EFri Jun 27 21:19:08 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"0test/inlinetest.rb (InlineTest.in_progname);T;[o;;[I"0workaround for frozen $0. [ruby-dev:35261];To;;I"Alib/test/unit/ui/console/testrunner.rb (TestRunner#finished);T;[o;;[I" ditto.;TS; ; i; I"EFri Jun 27 17:45:17 2008 Kazuhiro NISHIYAMA ;T@ o; ;;;[o;;I"lib/erb.rb;T;[o;;[I"*adjust line number for magic comment.;To;;I"test/erb/test_erb.rb;T;[o;;[I"add tests for def_method.;TS; ; i; I"GFri Jun 27 14:29:07 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"parse.y (primary);T;[o;;[I":empty not should call '!' on nil. cf [ruby-dev:35227];TS; ; i; I"EFri Jun 27 14:25:52 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"vm.c (vm_eval_body);T;[o;;[I"Hif thrown exception is frozen, reraise it to create a new instance.;TS; ; i; I"EFri Jun 27 13:29:26 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"Rinclude/ruby/intern.h (rb_str_new2, rb_tainted_str_new2, rb_usascii_str_new2);T;[o;;[I"Kuse with-length versions with strlen to optimize strlen, if optimized.;TS; ; i; I"EFri Jun 27 12:28:57 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"lib/un.rb (mkmf);T;[o;;[I"$new command to create makefile.;TS; ; i; I"EFri Jun 27 11:06:05 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"lib/un.rb (wait_writable);T;[o;;[I"added help message.;TS; ; i; I"=Fri Jun 27 06:52:54 2008 Koichi Sasada ;T@ o; ;;;[o;;I"configure.in;T;[o;;[I"need a ",".;To;;I"process.c (rb_fork);T;[o;;[I"*check CANNOT_FORK_WITH_PTHREAD macro.;TS; ; i; I"=Fri Jun 27 06:50:56 2008 Koichi Sasada ;T@ o; ;;;[o;;I"vm_eval.c (vm_call_super);T;[o;;[I"Efix to call method_missing. [ruby-core:15719], [ruby-core:17340];TS; ; i; I"EFri Jun 27 00:00:14 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"&ruby.c (set_arg0, ruby_prog_init);T;[o;;[I"Mfreeze $0. a patch from Keita Yamaguchi .;TS; ; i; I"2008-06-26;T@ S; ; i; I"=Thu Jun 26 23:58:29 2008 Yusuke Endoh ;T@ o; ;;;[o;;I"?string.c (rb_str_index_m, rb_str_rindex_m, rb_str_include);T;[o;;[I"fix rdoc.;TS; ; i; I"GThu Jun 26 17:43:41 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I" variable.c (rb_f_trace_var);T;[o;;[I"hshould not be allowed at safe level 4. a patch from Keita Yamaguchi .;TS; ; i; I"AThu Jun 26 11:04:30 2008 Eric Hodel ;T@ o; ;;;[o;;I"lib/rubygems;T;[o;;[I"[Update to RubyGems 1.2.0 r1824. Incorporates patch by Yusuke ENDOH [ruby-core:17353].;TS; ; i; I"GThu Jun 26 00:48:31 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"parse.y (primary);T;[o;;[I"2not operand might be empty. [ruby-dev:35227];TS; ; i; I"2008-06-25;T@ S; ; i; I"GWed Jun 25 21:54:34 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"parse.y (primary);T;[o;;[I"pmake functional-style not operator to act like function. see .;TS; ; i; I"EWed Jun 25 15:28:50 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"array.c (rb_ary_fill);T;[o;;[I"onot depend on unspecified behavior at integer overflow. reported by Vincenzo Iozzo .;TS; ; i; I"BWed Jun 25 13:42:44 2008 NARUSE, Yui ;T@ o; ;;;[o;;I"*lib/erb.rb (ERB::Compiler:Buffer#new);T;[o;;[I"push magic comment first.;To;;I"'lib/erb.rb (ERB::Compiler#compile);T;[o;;[I"fix for broken input.;TS; ; i; I"BWed Jun 25 12:10:01 2008 NARUSE, Yui ;T@ o; ;;;[o;;I"'lib/erb.rb (ERB::Compiler#compile);T;[o;;[I"magic comment needs LF.;TS; ; i; I"BWed Jun 25 09:31:11 2008 NARUSE, Yui ;T@ o; ;;;[o;;I"'lib/erb.rb (ERB::Compiler#compile);T;[o;;[I"output magic comment.;TS; ; i; I"2008-06-24;T@ S; ; i; I"=Tue Jun 24 22:14:36 2008 Yusuke Endoh ;T@ o; ;;;[o;;I"&vm_eval.c (eval_string_with_cref);T;[o;;[I"5preserve parse_in_eval even if exception raised.;TS; ; i; I"ITue Jun 24 22:09:18 2008 Masaki Suketa ;T@ o; ;;;[o;;I"(ext/win32ole/win32ole.c(ole_invoke);T;[o;;[I"'fix memory leak. [ruby-bugs-20792];TS; ; i; I"ETue Jun 24 17:20:39 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"+configure.in (rb_cv_fork_with_pthread);T;[o;;[I"Scheck after check for pthread library, and define the macro when checked only.;TS; ; i; I"BTue Jun 24 17:04:39 2008 NAKAMURA Usaku ;T@ o; ;;;[o;;I"ext/io/wait/extconf.rb;T;[o;;[I"#check sys/socket.h for cygwin.;TS; ; i; I"BTue Jun 24 16:51:51 2008 NAKAMURA Usaku ;T@ o; ;;;[o;;I"io.c (io_reopen);T;[o;;[I"Xremove cygwin handling because it seems to be for C's stdio. fixed [ruby-dev:35183];TS; ; i; I"BTue Jun 24 11:12:33 2008 NAKAMURA Usaku ;T@ o; ;;;[o;;I"9include/ruby/win32.h, win32/win32.c (rb_w32_getppid);T;[o;;[I">now support getppid() on win32 (but only Win2k or later).;To;;I"process.c (get_ppid);T;[o;;[I" remove win32 special logic.;TS; ; i; I"BTue Jun 24 09:40:47 2008 NAKAMURA Usaku ;T@ o; ;;;[o;;I"$ext/socket/socket.c (init_sock);T;[o;;[I":socket is binmode on platforms which support binmode.;TS; ; i; I"=Tue Jun 24 00:21:53 2008 Yusuke Endoh ;T@ o; ;;;[o;;I"$compile.c (iseq_build_from_ary);T;[o;;[I"]initialize arg_opts, a patch from Adam Strzelecki in [ruby-core:17220].;TS; ; i; I";Tue Jun 24 00:10:53 2008 wanabe ;T@ o; ;;;[o;;I"$compile.c (iseq_build_from_ary);T;[o;;[I"\fix expression to obtain iseq->local_size and iseq->local_table_size. [ruby-dev:35205];TS; ; i; I"2008-06-23;T@ S; ; i; I"GMon Jun 23 11:31:41 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"$lib/mathn.rb (Rational::power2);T;[o;;[I"Iremoved incomplete method. see [ruby-dev:35195]. [ruby-core:17293];TS; ; i; I"2008-06-22;T@ S; ; i; I"ESun Jun 22 14:16:28 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"1ext/readline/extconf.rb (have_readline_func);T;[o;;[I"Areadline on Mac OS X needs headers to detect some functions.;TS; ; i; I"ESun Jun 22 09:51:14 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"#object.c (rb_class_superclass);T;[o;;[I"brdoc improvement, a patch from Gaston Ramos in [ruby-core:17371].;TS; ; i; I"GSun Jun 22 09:22:32 2008 URABE Shyouhei ;T@ o; ;;;[o;;I"README.EXT;T;[o;;[I"translated README.EXT.ja;TS; ; i; I"BSun Jun 22 00:42:02 2008 NAKAMURA Usaku ;T@ o; ;;;[o;;I";win32/win32.c (rb_w32_osid, rb_w32_osver, CreateChild);T;[o;;[I"XP is is different from Vista about pipe handle inheritance. fixed [ruby-core:17367], reported by Lars Christensen ;TS; ; i; I"BSun Jun 22 00:38:45 2008 NAKAMURA Usaku ;T@ o; ;;;[o;;I"README.EXT.ja;T;[o;;[I""add note about mark and free.;TS; ; i; I"BSun Jun 22 00:01:36 2008 NAKAMURA Usaku ;T@ o; ;;;[o;;I"4io.c (rb_io_binmode_p, argf_binmode_p, Init_IO);T;[o;;[I"?new method IO#binmode? and ARGF.binmode? [ruby-dev:35148];TS; ; i; I"2008-06-21;T@ S; ; i; I"BSat Jun 21 17:33:50 2008 NAKAMURA Usaku ;T@ o; ;;;[o;;I"!win32/win32.c (rb_w32_spawn);T;[o;;[I"no longer support P_WAIT.;TS; ; i; I"BSat Jun 21 16:46:09 2008 NAKAMURA Usaku ;T@ o; ;;;[o;;I""thread_win32.c (native_sleep);T;[o;;[I"ymust block reentrance when accessing th->unblock. fixed [ruby-core:17341], reported by Bill Kelly ;TS; ; i; I"ESat Jun 21 16:29:02 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"$parse.y (call_args2, open_args);T;[o;;[I" removed.;To;;I"parse.y (parser_yylex);T;[o;;[I"^unified warnings at space between method name and argument parenthesis. [ruby-dev:33943];TS; ; i; I"ESat Jun 21 16:21:07 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"numeric.c (flo_round);T;[o;;[I"get rid of overflow.;TS; ; i; I"ESat Jun 21 15:57:15 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I">lib/rdoc/parsers/parse_rb.rb (RDoc#collect_first_comment);T;[o;;[I"skip magic comment.;TS; ; i; I"ESat Jun 21 15:54:55 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"configure.in;T;[o;;[I"&check if fork works with pthread.;TS; ; i; I"ESat Jun 21 15:31:09 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"tool/make-snapshot;T;[o;;[I"ported to ruby.;To;;I"tool/make-snapshot;T;[o;;[I"fixed digests.;TS; ; i; I"GSat Jun 21 04:36:59 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"@ext/bigdecimal/lib/bigdecimal/jacobian.rb (Jacobian::dfdxi);T;[o;;[I"4typo fixed (raize -> raise). [ruby-list:45101];To;;I""enumerator.c (enum_each_cons);T;[o;;[I"typo in RDoc fixed.;TS; ; i; I"GSat Jun 21 00:45:34 2008 URABE Shyouhei ;T@ o; ;;;[o;;I"tool/make-snapshot;T;[o;;[I"/do not use sha256sum; use BASERUBY instead;To;;I"common.mk (dist);T;[o;;[I"#use tool/make-snapshot instead;TS; ; i; I"2008-06-20;T@ S; ; i; I";Fri Jun 20 16:34:14 2008 Tanaka Akira ;T@ o; ;;;[o;;I"process.c (Init_process);T;[o;;[I"$Process::Status#to_int removed.;To;;I"(PST2INT);T;[o;;[I" defined.;To;;I"(pst_to_s);T;[o;;[I"use PST2INT.;To;;I"(pst_inspect);T;[o;;[I" ditto.;To;;I"(pst_equal);T;[o;;[I" ditto.;To;;I"(pst_bitand);T;[o;;[I" ditto.;To;;I"(pst_rshift);T;[o;;[I" ditto.;To;;I"(pst_wifstopped);T;[o;;[I" ditto.;To;;I"(pst_wstopsig);T;[o;;[I" ditto.;To;;I"(pst_wifsignaled);T;[o;;[I" ditto.;To;;I"(pst_wtermsig);T;[o;;[I" ditto.;To;;I"(pst_wifexited);T;[o;;[I" ditto.;To;;I"(pst_wexitstatus);T;[o;;[I" ditto.;To;;I"(pst_success_p);T;[o;;[I" ditto.;To;;I"(pst_wcoredump);T;[o;;[I" ditto.;To;;I"(rb_f_system);T;[o;;[I" ditto.;TS; ; i; I"EFri Jun 20 15:40:02 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"*array.c (rb_ary_store, rb_ary_splice);T;[o;;[I";T@ o; ;;;[o;;I""process.c (rb_detach_process);T;[o;;[I"Ustore detached process ID in the thread local storage. moved from lib/open3.rb.;TS; ; i; I"GFri Jun 20 11:57:46 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"string.c (rb_str_sub_bang);T;[o;;[I"Wshould preserve replacement points since they may be altered in the yielded block.;TS; ; i; I";Fri Jun 20 11:07:56 2008 Tanaka Akira ;T@ o; ;;;[o;;I"string.c (rb_memhash);T;[o;;[I";T@ o; ;;;[o;;I"process.c (rb_f_fork);T;[o;;[I""NetBSD 4.0 or later can fork.;TS; ; i; I"=Fri Jun 20 03:19:39 2008 Yusuke Endoh ;T@ o; ;;;[o;;I"(test/testunit/collector/test_dir.rb;T;[o;;[I";r15825 made it unnecessary to change String to Symbol.;To;;I"0test/testunit/collector/test_objectspace.rb;T;[o;;[I" ditto.;TS; ; i; I"AFri Jun 20 03:14:31 2008 Eric Hodel ;T@ o; ;;;[o;;I"#lib/rubygems*, test/rubygems/*;T;[o;;[I".Update to RubyGems 1.1.1 r1784 (pre 1.2).;TS; ; i; I"=Fri Jun 20 03:01:59 2008 Yusuke Endoh ;T@ o; ;;;[o;;I" thread.c;T;[o;;[I"Gtry to remove false positive of deadlock detection (second trial).;TS; ; i; I"GFri Jun 20 02:16:43 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"$lib/mathn.rb (Rational::power2);T;[o;;[I"#typo fixed. [ruby-core:17293];TS; ; i; I"GFri Jun 20 02:11:01 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"string.c (str_gsub);T;[o;;[I"Bshould preserve last successful match data. [ruby-dev:35182];TS; ; i; I"=Fri Jun 20 01:07:28 2008 Koichi Sasada ;T@ o; ;;;[o;;I"+KNOWNBUGS.rb, bootstraptest/pending.rb;T;[o;;[I"move a bug (?) to pending.;TS; ; i; I"=Fri Jun 20 00:40:08 2008 Koichi Sasada ;T@ o; ;;;[o;;I"proc.c (proc_new);T;[o;;[I"Nfix to return Proc object if block is already in heap. [ruby-core:15711];To;;I"bootstraptest/test_proc.rb;T;[o;;[I"add a test.;TS; ; i; I"=Fri Jun 20 00:18:04 2008 Koichi Sasada ;T@ o; ;;;[o;;I""thread_win32.c (native_sleep);T;[o;;[I"$fix to decrement sleeper count.;TS; ; i; I"2008-06-19;T@ S; ; i; I"=Thu Jun 19 23:48:45 2008 Yusuke Endoh ;T@ o; ;;;[o;;I"test/net/http/test_http.rb;T;[o;;[I"ecompare encodings of two strings before comparing themself, which suppress too big error output.;TS; ; i; I"=Thu Jun 19 23:46:35 2008 Yusuke Endoh ;T@ o; ;;;[o;;I"@ext/json/ext/parser/parser.rl, ext/json/ext/parser/parser.c;T;[o;;[I"+JSON text SHALL be encoded in Unicode.;TS; ; i; I"=Thu Jun 19 23:17:56 2008 Yusuke Endoh ;T@ o; ;;;[o;;I"(thread.c, thread_win32.c, vm_core.h;T;[o;;[I"8try to remove false positive of deadlock detection.;TS; ; i; I"EThu Jun 19 21:38:08 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"ext/extmk.rb (extmake);T;[o;;[I"-check if compile before showing message.;TS; ; i; I"EThu Jun 19 21:35:32 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"tool/make-snapshot;T;[o;;[I""supported multiple snapshots.;TS; ; i; I"EThu Jun 19 20:37:00 2008 Kazuhiro NISHIYAMA ;T@ o; ;;;[o;;I",lib/net/pop.rb (Net::POP3#set_all_uids);T;[o;;[I"Hspeed up. a patch from [ruby-list:45047];TS; ; i; I"GThu Jun 19 17:44:15 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"ext/etc/etc.c (Init_etc);T;[o;;[I"Jdefine constant aliases Etc::Passwd and Etc::Group. [ruby-dev:35150];TS; ; i; I"GThu Jun 19 17:37:21 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"string.c (str_alloc);T;[o;;[I"specify 'inline' modifier.;To;;I"string.c (str_alloc);T;[o;;[I"2remove cSymbol hack that no longer necessary.;To;;I"string.c (scan_once);T;[o;;[I"5avoid retrieving encoding info unless necessary.;TS; ; i; I"GThu Jun 19 17:19:14 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"string.c (rb_str_scan);T;[o;;[I"NString#scan should preserve last successful match data. [ruby-dev:35106];TS; ; i; I"BThu Jun 19 16:49:36 2008 NAKAMURA Usaku ;T@ o; ;;;[o;;I"missing/acosh.c (atanh);T;[o;;[I"Yshould set ERANGE to errno if parameter is the boundary case. fixed [ruby-dev:35155];TS; ; i; I"HThu Jun 19 16:06:01 2008 Hidetoshi NAGAI ;T@ o; ;;;[o;;I")ext/tk/lib/tkextlib/tile/treeview.rb;T;[o;;[I"cannot configure tags.;TS; ; i; I"=Thu Jun 19 11:48:33 2008 Koichi Sasada ;T@ o; ;;;[o;;I"!test/ruby/test_enumerator.rb;T;[o;;[I""fix to skip "with_memo" test.;TS; ; i; I"=Thu Jun 19 11:40:55 2008 Koichi Sasada ;T@ o; ;;;[o;;I"vm_insnhelper.c (vm_throw);T;[o;;[I"(fix "return" process from "lambda".;To;;I"bootstraptest/test_proc.rb;T;[o;;[I"add a test.;To;;I"bootstraptest/pending.rb;T;[o;;[I"add a pending bug.;TS; ; i; I"=Thu Jun 19 00:33:40 2008 Yusuke Endoh ;T@ o; ;;;[o;;I"test/etc/test_etc.rb;T;[o;;[I"+avoid infinite loop. [ruby-dev:35158];TS; ; i; I"2008-06-18;T@ S; ; i; I"GWed Jun 18 21:52:38 2008 URABE Shyouhei ;T@ o; ;;;[o;;I"Tarray.c (ary_new, rb_ary_initialize, rb_ary_store, rb_ary_splice, rb_ary_times);T;[o;;[I"pinteger overflows should be checked. based on patches from Drew Yao fixed CVE-2008-2726;To;;I"%string.c (rb_enc_cr_str_buf_cat);T;[o;;[I"fixed unsafe use of alloca, which led memory corruption. based on a patch from Drew Yao fixed CVE-2008-2726;TS; ; i; I"GWed Jun 18 23:07:19 2008 URABE Shyouhei ;T@ o; ;;;[o;;I"gc.c (rb_newobj);T;[o;;[I"^prohibit call of rb_newobj() during gc. a patch from Sylvain Joyeux in [ruby-core:12099].;TS; ; i; I"EWed Jun 18 21:08:14 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"*ruby.c (verbose_setter, opt_W_getter);T;[o;;[I"fixed prototypes.;TS; ; i; I"BWed Jun 18 19:20:00 2008 NAKAMURA Usaku ;T@ o; ;;;[o;;I"ruby.c (opt_W_getter);T;[o;;[I"use ruby_verbose directly instead of parameter because ruby_verbose is not a real variable, so the address of parameter is not collect.;TS; ; i; I"BWed Jun 18 18:31:03 2008 NAKAMURA Usaku ;T@ o; ;;;[o;;I"win32/win32.c (errmap);T;[o;;[I"add some pipe errors.;To;;I"!win32/win32.c (rb_w32_write);T;[o;;[I":set errno when CRT's errno is EINVAL for pipe errors.;TS; ; i; I"BWed Jun 18 18:09:08 2008 NAKAMURA Usaku ;T@ o; ;;;[o;;I"&win32/win32.c (poll_child_status);T;[o;;[I"Sset EINVAL to errno when GetExitCodeProcess() fails with ERROR_INVALID_HANDLE.;TS; ; i; I"BWed Jun 18 15:01:18 2008 NARUSE, Yui ;T@ o; ;;;[o;;I"io.c (rb_open_file);T;[o;;[I"Lfs_encoding and fname_encoding is rb_encoding *. fixed [ruby-dev:35151];TS; ; i; I"BWed Jun 18 14:30:06 2008 NARUSE, Yui ;T@ o; ;;;[o;;I"io.c (rb_open_file);T;[o;;[I")not rb_enc_get_index but rb_enc_get.;TS; ; i; I"BWed Jun 18 13:49:58 2008 NAKAMURA Usaku ;T@ o; ;;;[o;;I" include/ruby/win32.h (pipe);T;[o;;[I"ynow pipe is textmode. although this change is experimental, it will be spec if no compatibility problem is reported.;TS; ; i; I"EWed Jun 18 12:05:30 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"@marshal.c (w_object, marshal_dump, r_object0, marshal_load);T;[o;;[I"3search public methods only. [ruby-core:17283];To;;I"object.c (convert_type);T;[o;;[I" ditto.;To;;I"'lib/singleton.rb (Singleton#_dump);T;[o;;[I"(conversion method should be public.;TS; ; i; I"EWed Jun 18 10:18:11 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"*ext/etc/etc.c (etc_passwd, etc_group);T;[o;;[I"Qfixed rdoc. a patch from okkez in [ruby-dev:35141].;TS; ; i; I"AWed Jun 18 08:58:16 2008 Eric Hodel ;T@ o; ;;;[o;;I"lib/rubygems/*;T;[o;;[I"Fix errors for 1.9.;To;;I"gem_prelude.rb;T;[o;;[I"HOnly remove methods from gem_prelude.rb when loading real RubyGems.;TS; ; i; I"@Wed Jun 18 07:03:30 2008 Eric Hodel ;T@ o; ;;;[o;;I"lib/rubygems/*;T;[o;;[I"(Update to RubyGems r1778 (pre 1.2).;TS; ; i; I"=Wed Jun 18 04:27:58 2008 Koichi Sasada ;T@ o; ;;;[o;;I"+KNOWNBUGS.rb, bootstraptest/pending.rb;T;[o;;[I"move pending bug.;TS; ; i; I"=Wed Jun 18 04:24:20 2008 Koichi Sasada ;T@ o; ;;;[o;;I"vm.c, vm_insnhelper.c;T;[o;;[I"mfix escape process with "break" and "return" syntax in "lambda". [ ruby-Bugs-19304 ], [ruby-core:17164];To;;I"-KNOWNBUGS.rb, bootstraptest/test_proc.rb;T;[o;;[I"add/move solved test.;TS; ; i; I"HWed Jun 18 01:51:10 2008 Hidetoshi NAGAI ;T@ o; ;;;[o;;I"ext/tk/lib/multi-tk.rb;T;[o;;[I"8cannot access class variable from singleton method.;TS; ; i; I"BWed Jun 18 00:03:33 2008 NAKAMURA Usaku ;T@ o; ;;;[o;;I"dir.c (Init_Dir);T;[o;;[I"+dir_foreach() takes variable argument.;TS; ; i; I"2008-06-17;T@ S; ; i; I"ITue Jun 17 23:04:24 2008 James Edward Gray II ;T@ o; ;;;[o;;I"lib/net/telnet.rb;T;[o;;[I"lFixing Telnet#wairfor() which was broken by changes to the Kernel::Integer() method. [ruby-core:17272];TS; ; i; I"ETue Jun 17 23:02:18 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"ruby.c (opt_W_getter);T;[o;;[I"made a hooked variable.;TS; ; i; I"=Tue Jun 17 22:04:47 2008 Yusuke Endoh ;T@ o; ;;;[o;;I"*enc/euc_jp.c (property_name_to_ctype);T;[o;;[I"Ncore dumped when sizeof(int) differs from sizeof(long). [ruby-dev:35131];To;;I"-enc/shift_jis.c (property_name_to_ctype);T;[o;;[I" ditto.;To;;I";enc/unicode.c (onigenc_unicode_property_name_to_ctype);T;[o;;[I" ditto.;TS; ; i; I"ETue Jun 17 20:32:37 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I""common.mk (miniruby$(EXEEXT));T;[o;;[I"g$(PREP) isn't always same as miniruby, and tests, debug, etc have no meaning when cross-compiling.;TS; ; i; I"ETue Jun 17 18:39:11 2008 Ryan Davis ;T@ o; ;;;[o;;I"common.mk;T;[o;;[I"$fixed dependencies on miniruby.;TS; ; i; I"BTue Jun 17 18:11:01 2008 NAKAMURA Usaku ;T@ o; ;;;[o;;I" include/ruby/win32.h (pipe);T;[o;;[I"expand pipe buffer size.;TS; ; i; I"BTue Jun 17 17:07:35 2008 NAKAMURA Usaku ;T@ o; ;;;[o;;I" win32/win32.c (CreateChild);T;[o;;[I"_no need to inherit handles here because spawn'ed child cannot detect that STDIN is closed.;TS; ; i; I"BTue Jun 17 06:32:55 2008 NARUSE, Yui ;T@ o; ;;;[o;;I"dir.c (dir_data);T;[o;;[I"add intenc and extenc.;To;;I"dir.c (dir_s_alloc);T;[o;;[I" ditto.;To;;I"dir.c (dir_initialize);T;[o;;[I"8now accept internal_encoding and external_encoding.;To;;I"dir.c (dir_s_open);T;[o;;[I" changed for dir_initialize.;To;;I"dir.c (dir_open_dir);T;[o;;[I" ditto.;To;;I"dir.c (dir_foreach);T;[o;;[I"changed for dir_open_dir.;To;;I"dir.c (dir_entries);T;[o;;[I"changed for dir_open_dir.;To;;I"dir.c (dir_enc_str);T;[o;;[I" defined.;To;;I"dir.c (dir_path);T;[o;;[I"use dir_enc_str.;To;;I"dir.c (dir_read);T;[o;;[I" ditto.;To;;I"dir.c (dir_each);T;[o;;[I" ditto.;TS; ; i; I"BTue Jun 17 06:28:57 2008 NARUSE, Yui ;T@ o; ;;;[o;;I"io.c (io_set_encoding);T;[o;;[I" defined.;To;;I"io.c (rb_open_file);T;[o;;[I"*convert path on Windows and Mac OS X.;To;;I"io.c (open_key_args);T;[o;;[I"Puse io_set_encoding and now accept internal_encoding and external_encoding.;TS; ; i; I"BTue Jun 17 06:26:28 2008 NARUSE, Yui ;T@ o; ;;;[o;;I"(encoding.c (rb_filesystem_encoding);T;[o;;[I" defined.;To;;I"5include/ruby/encoding.h (rb_filesystem_encoding);T;[o;;[I" added.;TS; ; i; I"BTue Jun 17 06:24:28 2008 NARUSE, Yui ;T@ o; ;;;[o;;I"ext/syck/rubyext.c;T;[o;;[I"add encoding header.;TS; ; i; I"HTue Jun 17 01:52:50 2008 Hidetoshi NAGAI ;T@ o; ;;;[o;;I"ext/tk/tcltklib.c;T;[o;;[I"SEGV when exit.;To;;I"ext/tk/lib/tk.rb;T;[o;;[I"'add a check for safety to Tk.exit.;To;;I"ext/tk/sample/irbtkw.rbw;T;[o;;[I""freezes when receives SIGINT.;TS; ; i; I"2008-06-16;T@ S; ; i; I"EMon Jun 16 21:58:38 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I":ext/stringio/stringio.c (strio_each, strio_readlines);T;[o;;[I"BIO#each and IO#readlines do not affect $_. [ruby-core:17277];TS; ; i; I"EMon Jun 16 18:52:47 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I" lib/thwait.rb (ThreadsWait);T;[o;;[I"OException2MessageMapper no longer has extend_to method. [ruby-core:17267];TS; ; i; I"EMon Jun 16 14:46:25 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"'lib/e2mmap.rb (E2MM.def_e2message);T;[o;;[I" typo.;TS; ; i; I"@Mon Jun 16 09:43:27 2008 Akinori MUSHA ;T@ o; ;;;[o;;I";enumerator.c (enumerator_with_object, Init_Enumerator);T;[o;;[I"ETemporarily back out with_memo, for which we need a better name.;TS; ; i; I"EMon Jun 16 07:14:48 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"Jext/stringio/stringio.c (strio_readline, strio_each, strio_readlines);T;[o;;[I"%set lastline. [ruby-core:17257];TS; ; i; I"=Mon Jun 16 01:49:39 2008 Koichi Sasada ;T@ o; ;;;[o;;I" eval.c (rb_f_block_given_p);T;[o;;[I"/fix to skip class frame. [ruby-core:14813];To;;I"/KNOWNBUGS.rb, bootstraptest/test_method.rb;T;[o;;[I"move solved test.;TS; ; i; I"=Mon Jun 16 01:48:08 2008 Koichi Sasada ;T@ o; ;;;[o;;I""vm_dump.c (vm_stack_dump_raw);T;[o;;[I""disable verbose debug output.;TS; ; i; I"=Mon Jun 16 01:33:08 2008 Koichi Sasada ;T@ o; ;;;[o;;I"vm_core.h, thread.c;T;[o;;[I"6rename global_interpreter_lock to global_vm_lock.;TS; ; i; I"2008-06-15;T@ S; ; i; I"BSun Jun 15 18:40:35 2008 NARUSE, Yui ;T@ o; ;;;[o;;I"*ext/syck/rubyext.c (yaml_org_handler);T;[o;;[I"associate encoding.;To;;I":ext/syck/rubyext.c (syck_genericresolver_node_import);T;[o;;[I" ditto.;TS; ; i; I"ESun Jun 15 18:17:03 2008 Nobuyoshi Nakada ;T@ o; ;;;[ o;;I"+vm_core.h (rb_vm_t), vm.c (rb_vm_mark);T;[o;;[I"+moved preallocated special exceptions.;To;;I";eval.c (Init_eval), gc.c (Init_GC), proc.c (Init_Proc);T;[o;;[I",freeze preallocated special exceptions.;To;;I"eval.c (rb_longjmp);T;[o;;[I"Fduplicate the thrown exception to set backtrace if it was frozen.;To;;I"gc.c (rb_memerror);T;[o;;[I"Eraise nomem_error without backtrace if failed to make backtrace.;TS; ; i; I"2008-06-14;T@ S; ; i; I"ESat Jun 14 22:52:35 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I",ext/stringio/stringio.c (strio_sysread);T;[o;;[I"Yshould not raise at empty read. a patch from Arthur Schreiber at [ruby-core:17245].;TS; ; i; I"ESat Jun 14 16:55:46 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"file.c (file_expand_path);T;[o;;[I"Pno need to expand root path which has no short file name. [ruby-dev:35095];TS; ; i; I"ESat Jun 14 11:59:17 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"gc.h (STACK_UPPER);T;[o;;[I"moved from gc.c;To;;I"Qthread.c, thread_{pthread,win32}.c (ruby_init_stack, ruby_thread_init_stack);T;[o;;[I"*moved stack initialization from gc.c.;TS; ; i; I"ESat Jun 14 11:57:53 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"gc.h (STACK_UPPER);T;[o;;[I"moved from gc.c;To;;I"Qthread.c, thread_{pthread,win32}.c (ruby_init_stack, ruby_thread_init_stack);T;[o;;[I"*moved stack initialization from gc.c.;TS; ; i; I";Sat Jun 14 07:52:53 2008 Tanaka Akira ;T@ o; ;;;[o;;I""gc.c (ruby_initial_gc_stress);T;[o;;[I" defined.;To;;I"!(ruby_initial_gc_stress_ptr);T;[o;;[I" defined.;To;;I"debug.c (set_debug_option);T;[o;;[I"9use ruby_initial_gc_stress_ptr for gc_stress option.;TS; ; i; I"ESat Jun 14 00:09:19 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"gc.c (ruby_gc_stress);T;[o;;[I"moved to rb_objspace_t.;To;;I"(gc.c (gc_stress_get, gc_stress_set);T;[o;;[I"VM local attribute.;To;;I"signal.c (sigsegv);T;[o;;[I" ditto.;TS; ; i; I"2008-06-13;T@ S; ; i; I"AFri Jun 13 21:55:48 2008 Tadayoshi Funaba ;T@ o; ;;;[o;;I"rational.c (nurat_equal_p);T;[o;;[I"0Rational(0,x) and 0 are equivalent, anyway.;TS; ; i; I"AFri Jun 13 21:26:39 2008 Tadayoshi Funaba ;T@ o; ;;;[o;;I".complex.c (string_to_c, nucomp_s_convert);T;[o;;[I""preserve the current backref.;To;;I".rational.c (string_to_r, nurat_s_convert);T;[o;;[I" ditto.;To;;I"*include/ruby/intern.h (rb_match_busy);T;[o;;[I"added a declaration.;TS; ; i; I";Fri Jun 13 18:08:10 2008 Tanaka Akira ;T@ o; ;;;[o;;I"!lib/time.rb (Time.xmlschema);T;[o;;[I"`don't accept decimal dot without fractional digits. fractional digits handling simplified.;TS; ; i; I";Fri Jun 13 17:20:40 2008 wanabe ;T@ o; ;;;[o;;I"%complex.c (string_to_c_internal);T;[o;;[I"5save and restore backref. fixed [ruby-dev:34991];TS; ; i; I";Fri Jun 13 17:06:20 2008 wanabe ;T@ o; ;;;[o;;I"&rational.c (string_to_r_internal);T;[o;;[I"5save and restore backref. fixed [ruby-dev:34990];TS; ; i; I"BFri Jun 13 14:41:26 2008 NAKAMURA Usaku ;T@ o; ;;;[o;;I"README.EXT.ja;T;[o;;[I"Xupdate about Fixnum. reported in ;To;;I"README.EXT.ja;T;[o;;[I"&describe about StringValueCStr().;To;;I"README.EXT;T;[o;;[I" ditto.;TS; ; i; I"EFri Jun 13 14:24:37 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"gc.c (rb_memerror);T;[o;;[I"4exit with EXIT_FAILURE instead of magic number.;To;;I"gc.c (ruby_stack_check);T;[o;;[I"6STACK_LENGTH should be less than STACK_LEVEL_MAX.;TS; ; i; I"GFri Jun 13 12:55:37 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"enum.c (sort_by_i);T;[o;;[I"[use NODE_DOT2 instead of NODE_MEMO to avoid extra calls to is_pointer_to_heap() in GC.;To;;I"enum.c (enum_zip);T;[o;;[I" ditto.;TS; ; i; I"=Fri Jun 13 00:41:58 2008 Yusuke Endoh ;T@ o; ;;;[o;;I"test/ruby/test_thread.rb;T;[o;;[I"add a test.;TS; ; i; I"2008-06-12;T@ S; ; i; I"=Thu Jun 12 23:30:11 2008 Yusuke Endoh ;T@ o; ;;;[o;;I"thread.c (mutex_unlock);T;[o;;[I"#fix cond_notified consistency.;TS; ; i; I"BThu Jun 12 22:19:45 2008 NAKAMURA Usaku ;T@ o; ;;;[o;;I""thread_win32.c (native_sleep);T;[o;;[I"fixed previous commit.;TS; ; i; I"=Thu Jun 12 21:59:17 2008 Yusuke Endoh ;T@ o; ;;;[o;;I"@thread.c, vm_core.h, vm.c, thread_pthread.c, thread_win32.c;T;[o;;[I".add deadlock detection. [ruby-dev:35044];To;;I"!bootstraptest/test_thread.rb;T;[o;;[I"add tests for above.;TS; ; i; I"AThu Jun 12 21:39:55 2008 Tadayoshi Funaba ;T@ o; ;;;[o;;I"complex.c;T;[o;;[I"refactoring.;To;;I"rational.c;T;[o;;[I" ditto.;TS; ; i; I"GThu Jun 12 17:11:24 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I" regint.h;T;[o;;[I"^undefine USE_CAPTURE_HISTORY which is mentioned as unsupported in the Onigiruma document.;TS; ; i; I";Thu Jun 12 13:36:54 2008 Tanaka Akira ;T@ o; ;;;[o;;I"$include/ruby/ruby.h (rb_intern);T;[o;;[I"Huse rb_intern2 with strlen for constant symbols to optimize strlen.;TS; ; i; I"GThu Jun 12 08:47:51 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"io.c (read_all);T;[o;;[I";T@ o; ;;;[o;;I")ext/stringio/stringio.c (strio_init);T;[o;;[I"rewind when reopened.;TS; ; i; I"=Thu Jun 12 02:43:27 2008 Yusuke Endoh ;T@ o; ;;;[o;;I"array.c (rb_ary_zip);T;[o;;[I"ANSI style.;TS; ; i; I"EThu Jun 12 02:25:54 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"io.c (rb_io_reopen);T;[o;;[I"clear read buffer.;TS; ; i; I"EThu Jun 12 00:56:20 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I" ext/tk;T;[o;;[I"/check proper conditions. [ruby-dev:35047];TS; ; i; I"2008-06-11;T@ S; ; i; I"GWed Jun 11 23:33:13 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"io.c (io_fread);T;[o;;[I"5bypass buffered read if reading buffer is empty.;To;;I"io.c (remain_size);T;[o;;[I"do not add extra one byte.;TS; ; i; I";Wed Jun 11 12:15:17 2008 Tanaka Akira ;T@ o; ;;;[o;;I"1bootstraptest/runner.rb (assert_normal_exit);T;[o;;[I"%hide stderr output when success.;TS; ; i; I"BWed Jun 11 09:26:43 2008 NAKAMURA Usaku ;T@ o; ;;;[o;;I"common.mk (encs);T;[o;;[I",need to pass miniruby path for windows.;TS; ; i; I"=Wed Jun 11 05:53:20 2008 Koichi Sasada ;T@ o; ;;;[ o;;I",vm.c, eval_intern.h (PASS_PASSED_BLOCK);T;[o;;[I"Vset a VM_FRAME_FLAG_PASSED flag to skip this frame when searching ruby-level-cfp.;To;;I""eval.c, eval_intern.h, proc.c;T;[o;;[I"kfix to check cfp. if there is no valid ruby-level-cfp, cause RuntimeError exception. [ruby-dev:34128];To;;I"Jvm_core.h, vm_evalbody.c, vm.c, vm_dump.c, vm_insnhelper.c, insns.def;T;[o;;[I".rename FRAME_MAGIC_* to VM_FRAME_MAGIC_*.;To;;I")KNOWNBUGS.rb, bootstraptest/test*.rb;T;[o;;[I"move solved bugs.;TS; ; i; I"HWed Jun 11 05:55:31 2008 Hidetoshi NAGAI ;T@ o; ;;;[*o;;I"ext/tk/tcltklib.c;T;[o;;[I"&SEGV when tcltk-stubs is enabled.;To;;I"ext/tk/tcltklib.c;T;[o;;[I"$avoid error on a shared object.;To;;I"ext/tk/extconf.rb;T;[o;;[I" support --with-tcltkversion;To;;I"ext/tk/README.tcltklib;T;[o;;[I"+add document about --with-tcltkversion;To;;I"Fext/tk/lib/tk.rb, ext/tk/lib/multi-tk.rb, ext/tk/lib/remote-tk.rb;T;[o;;[I"not work on $SAFE==4;To;;I"ext/tk/lib/multi-tk.rb;T;[o;;[I"/Object#methods returns Symbols on Ruby1.9.;To;;I"ext/tk/lib/tk/timer.rb;T;[o;;[I"Yadd TkTimer#at_end(proc) to register the procedure which called at end of the timer.;To;;I"Dext/tk/lib/tk.rb, ext/tk/lib/tk/itemfont.rb, ext/tk/lib/font.rb;T;[o;;[I"Dsupport __IGNORE_UNKNOWN_CONFIGURE_OPTION__ about font options.;To;;I"ext/tk/lib/*;T;[o;;[I".treat __IGNORE_UNKNOWN_CONFIGURE_OPTION__;To;;I"ext/tk/lib/tkextlib/iwidgets/scrolledcanvas.rb, ext/tk/lib/tkextlib/iwidgets/scrolledlistbox.rb, ext/tk/lib/tkextlib/iwidgets/scrolledtext.rb;T;[o;;[I" bug fix.;To;;I"ext/tk/lib/tk/text.rb;T;[o;;[I"typo. call a wrong method.;To;;I" ext/tk/lib/tk/itemconfig.rb;T;[o;;[I" ditto.;To;;I"Kext/tk/lib/tk.rb, ext/tk/lib/tk/itemconfig.rb, ext/tk/lib/tk/canvas.rb;T;[o;;[I"(support alias names of option keys.;To;;I"ext/tk/lib/tk/grid.rb;T;[o;;[I"'lack of module-method definitions.;To;;I"1ext/tk/lib/tk/pack.rb, ext/tk/lib/tk/grid.rb;T;[o;;[I"?increase supported parameter patterns of configure method.;To;;I"ext/tk/lib/tk.rb;T;[o;;[I"5add TkWindow#grid_anchor, grid_column, grid_row.;To;;I"ext/tk/lib/tk/wm.rb;T;[o;;[I"bmethods of Tk::Wm_for_General module cannot pass the given block to methods of Tk::Wm module.;To;;I"ext/tk/lib/tk/wm.rb;T;[o;;[I"AWm#overrideredirect overwrites argument to an invalid value.;To;;I"ext/tk/lib/tk.rb;T;[o;;[I""fix memory (object) leak bug.;To;;I".ext/tk/tcltklib.c, ext/tk/tkutil/tkutil.c;T;[o;;[I"fix memory leak.;To;;I"Iext/tk/sample/demos-jp/aniwave.rb, ext/tk/sample/demos-en/aniwave.rb;T;[o;;[I" bug fix.;To;;I"sext/tk/lib/tkextlib/blt/component.rb, ext/tk/lib/tkextlib/tile/tentry.rb, ext/tk/lib/tkextlib/tile/treeview.rb;T;[o;;[I" ditto.;To;;I"'ext/tk/lib/tkextlib/tile/tpaned.rb;T;[o;;[I"improve TPaned#add.;To;;I"ext/tk/sample/demos-jp/widget, ext/tk/sample/demos-en/widget, ext/tk/sample/demos-jp/style.rb, ext/tk/sample/demos-en/style.rb, ext/tk/sample/demos-jp/bind.rb, ext/tk/sample/demos-en/bind.rb;T;[o;;[I" bug fix.;To;;I"!ext/tk/sample/ttk_wrapper.rb;T;[o;;[I" ditto.;To;;I"!ext/tk/sample/ttk_wrapper.rb;T;[o;;[I"'support "if __FILE__ == $0" idiom.;To;;I"ext/tk/sample/tktextio.rb;T;[o;;[I".add binding for 'Ctrl-u' at console mode.;To;;I"aext/tk/lib/tkextlib/tile.rb, ext/tk/lib/tkextlib/tile/style.rb, ext/tk/sample/ttk_wrapper.rb;T;[o;;[I"\improve treating and control themes. add Tk::Tile.themes and Tk::Tile.set_theme(theme).;To;;I" ext/tk/lib/tkextlib/tile.rb;T;[o;;[I""lack of autoload definitions.;To;;I"*ext/tk/lib/tkextlib/tile/tnotebook.rb;T;[o;;[I":cannot use kanji (not UTF-8) characters for headings.;To;;I"'ext/tk/lib/tkextlib/tkDND/shape.rb;T;[o;;[I"wrong package name.;To;;I"ext/tk/tkutil/tkutil.c;T;[o;;[I"improve handling callback-subst-keys. Now, support longnam-keys (e.g. '%CTT' on tkdnd-2.0; however, still not support tkdnd-2.0 on tkextlib), and symbols of parameters (e.g. :widget=>'%W', :keycode=>'%k', '%x'=>:x, '%X'=>:root_x, and so on; those are attributes of event object). It means that Ruby/Tk accepts not only "widget.bind(ev, '%W', '%k', ...){|w, k, ...| ... }", but also "widget.bind(ev, :widget, :keycode, ...){|w, k, ...| ... }". It is potentially incompatible, when user passes symbols to the arguments of the callback block (the block receives the symbols as strings). I think that is very rare case (probably, used by Ruby/Tk experts only). When causes such trouble, please give strings instead of such symbol parameters (e.g. call Symbol#to_s method).;To;;I"~ext/tk/lib/tk/event.rb, ext/tk/lib/tk/validation.rb, ext/tk/lib/tkextlib/blt/treeview.rb, ext/tk/lib/tkextlib/winico/winico.rb;T;[o;;[I" ditto.;To;;I"ext/tk/tkutil/tkutil.c;T;[o;;[I"estrings are available on subst_tables on TkUtil::CallbackSubst class (it is useful on Ruby 1.9).;To;;I"_ext/tk/lib/tk/spinbox.rb, ext/tk/lib/tkextlib/iwidgets/hierarchy.rb, ext/tk/lib/tkextlib/iwidgets/spinner.rb, ext/tk/lib/tkextlib/iwidgets/entryfield.rb, ext/tk/lib/tkextlib/iwidgets/calendar.rb, ext/tk/lib/tkextlib/blt/dragdrop.rb, ext/tk/lib/tkextlib/tkDND/tkdnd.rb, ext/tk/lib/tkextlib/treectrl/tktreectrl.rb, ext/tk/lib/tkextlib/tktable/tktable.rb;T;[o;;[I"^disable code piece became unnecessary by reason of the changes of ext/tk/tkutil/tkutil.c.;To;;I"-ext/tk/lib/tk.rb, ext/tk/lib/multi-tk.rb;T;[o;;[I":change strategy to define the constant WITH_ENCODING.;To;;I"ext/tk/lib/tk.rb;T;[o;;[I"/fix bug on Tk::Encoding.tk_encoding_names.;TS; ; i; I"@Wed Jun 11 03:40:37 2008 Akinori MUSHA ;T@ o; ;;;[o;;I"lib/find.rb (Find#find);T;[o;;[I"/Return an enumerator if no block is given.;TS; ; i; I"=Wed Jun 11 01:28:12 2008 Koichi Sasada ;T@ o; ;;;[o;;I""include/ruby/intern.h, proc.c;T;[o;;[I"Hrevert rb_proc_call() and create rb_proc_call_with_block() instead.;To;;I"@include/ruby/ruby.h, eval_jump.c, thread.c, vm_insnhelper.c;T;[o;;[I"'rb_blockptr should not be exposed.;TS; ; i; I"2008-06-10;T@ S; ; i; I"ETue Jun 10 21:07:19 2008 Kazuhiro NISHIYAMA ;T@ o; ;;;[o;;I"test/ruby/test_float.rb;T;[o;;[I" add tests. [ruby-dev:35009];TS; ; i; I"ATue Jun 10 20:55:57 2008 Tadayoshi Funaba ;T@ o; ;;;[o;;I"!complex.c (nucomp_s_convert);T;[o;;[I"Aneed not to initialize optional argument for rb_scan_args().;TS; ; i; I"ETue Jun 10 20:13:56 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"ext/extmk.rb;T;[o;;[I";T@ o; ;;;[o;;I""array.c (rb_ary_shuffle_bang);T;[o;;[I"#update RDoc. [ruby-dev:35034];TS; ; i; I"ETue Jun 10 17:30:19 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"Einclude/ruby/intern.h (rb_obj_instance_exec, rb_mod_module_exec);T;[o;;[I"added prototypes.;TS; ; i; I";Tue Jun 10 17:00:29 2008 wanabe ;T@ o; ;;;[o;;I"util.c (ruby_strtod);T;[o;;[I"bruby_strtod don't allow a trailing decimal point like "7.". [ruby-dev:34835] [ruby-dev:35009];TS; ; i; I"GTue Jun 10 13:48:38 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"!rational.c (nurat_s_convert);T;[o;;[I"Aneed not to initialize optional argument for rb_scan_args().;TS; ; i; I"ETue Jun 10 12:58:07 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"-ext/io/wait/wait.c (FIONREAD_POSSIBLE_P);T;[o;;[I"suppress warnings.;TS; ; i; I"ETue Jun 10 12:43:19 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I")include/ruby/ruby.h (CONST_ID_CACHE);T;[o;;[I" fixed statement expression.;TS; ; i; I"ETue Jun 10 11:25:15 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"ruby.c (rb_argv0);T;[o;;[I"revised for ext/tk.;To;;I"include/ruby/encoding.h;T;[o;;[I".not to use varargs.h since requiring C89.;TS; ; i; I"=Tue Jun 10 00:50:51 2008 Yusuke Endoh ;T@ o; ;;;[ o;;I"#include/ruby/ruby.h, vm_core.h;T;[o;;[I"add a type rb_blockptr.;To;;I"*vm_insnhelper.c (vm_yield_with_cfunc);T;[o;;[I"Lvm_yield_with_cfunc receives blockptr and passes it to iterating block.;To;;I"1proc.c (rb_proc_call), include/ruby/intern.h;T;[o;;[I"}rb_proc_call receives blockptr. "rb_proc_call(self, args, blockptr)" in C corresponds to "self.call(*args, &block)" in Ruby.;To;;I"proc.c (proc_call);T;[o;;[I"1pass blockptr to block that is written in C.;To;;I"proc.c (curry);T;[o;;[I"Ereceive blockptr and pass it to original proc. [ruby-core:15551];To;;I"vm.c (invoke_block_from_c);T;[o;;[I"+fix for change of vm_yield_with_cfunc.;To;;I"?thread.c (call_trace_proc), eval_jump.c (rb_call_end_proc);T;[o;;[I"$fix for change of rb_proc_call.;TS; ; i; I";Tue Jun 10 00:10:49 2008 Tanaka Akira ;T@ o; ;;;[o;;I"common.mk (test-knownbug);T;[o;;[I".give $(OPTS) for bootstraptest/runner.rb.;TS; ; i; I"2008-06-09;T@ S; ; i; I";Mon Jun 9 23:10:50 2008 Tanaka Akira ;T@ o; ;;;[o;;I"eval.c (Init_stack);T;[o;;[I"'don't declare. it is a macro now.;TS; ; i; I";Mon Jun 9 22:46:47 2008 wanabe ;T@ o; ;;;[o;;I"compile.c ;T;[o;;[I"Etreat []&&= in virtually the same way as []||=. [ruby-dev:34679];TS; ; i; I"EMon Jun 9 21:17:26 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"enc/depend (clean);T;[o;;[I"remove build directories.;To;;I"%test_knownbug.rb -> KNOWNBUGS.rb;T;[o;;[I" renamed.;To;;I"common.mk;T;[o;;[I"apply above change.;TS; ; i; I"EMon Jun 9 21:14:26 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I" lib/mkmf.rb (configuration);T;[o;;[I"set flags.;TS; ; i; I"=Mon Jun 9 21:09:02 2008 Koichi Sasada ;T@ o; ;;;[o;;I"9bootstraptest/test_knownbug.rb -> ./test_knownbug.rb;T;[o;;[I" moved.;To;;I"common.mk;T;[o;;[I" add a rule "test-knownbug".;TS; ; i; I"AMon Jun 9 21:00:32 2008 Tadayoshi Funaba ;T@ o; ;;;[o;;I"!complex.c (nucomp_s_convert);T;[o;;[I".can accept Complex('i'). [ruby-dev:34991];TS; ; i; I"EMon Jun 9 18:25:30 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"#include/ruby/ruby.h (CONST_ID);T;[o;;[I"#constant ID cache for non-gcc.;To;;I"*.c;T;[o;;[I" no cache in init functions.;TS; ; i; I"@Mon Jun 9 17:56:30 2008 Akinori MUSHA ;T@ o; ;;;[o;;I"lib/set.rb (Set#delete_if);T;[o;;[I"Call to_a.;To;;I"7(SortedSet#delete_if, TC_SortedSet#test_sortedset);T;[o;;[I"XUse super to yield elements in sorted order; [ruby-core:17144] by Arthur Schreiber.;To;;I"T(SortedSet#each, SortedSet#each, TC_Set#test_each, TC_SortedSet#test_sortedset);T;[o;;[I"7Return self; [ruby-dev:35002] by Arthur Schreiber.;TS; ; i; I";Mon Jun 9 17:47:09 2008 Tanaka Akira ;T@ o; ;;;[o;;I"io.c (fptr_finalize);T;[o;;[I"-close IO object if fd is already closed.;To;;I" (rb_p);T;[o;;[I" call rb_io_write just once.;TS; ; i; I"GMon Jun 9 15:37:38 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"ruby.c (require_libraries);T;[o;;[I",req_list may be NULL. [ruby-dev:35008];TS; ; i; I"EMon Jun 9 14:18:01 2008 Nobuyoshi Nakada ;T@ o; ;;;[ o;;I"$vm_core.h (struct rb_vm_struct);T;[o;;[I"Imoved src_encoding_index, ruby_debug, ruby_verbose, and rb_progname.;To;;I"ruby.c (rb_argv0);T;[o;;[I"no longer used.;To;;I"$ruby.c (struct cmdline_options);T;[o;;[I"Wmoved setids and req_list, and the latter is now an array, to prevent memory leak.;To;;I""ruby.c (cmdline_options_init);T;[o;;[I" added.;To;;I"Druby.c (add_modules, require_libraries, init_ids, forbid_setid);T;[o;;[I" use struct cmdline_options.;To;;I"vm.c (vm_init2);T;[o;;[I"#initialize src_encoding_index.;To;;I" vm.c;T;[o;;[I".getters/setters for ruby_{debug,verbose}.;TS; ; i; I"EMon Jun 9 09:54:13 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"'include/ruby/intern.h (Init_stack);T;[o;;[I""make to call ruby_init_stack.;TS; ; i; I";Mon Jun 9 08:12:40 2008 wanabe ;T@ o; ;;;[o;;I"#vm_insnhelper.c, vm.c, proc.c ;T;[o;;[I"$revert r17021. [ruby-dev:34997];TS; ; i; I"=Mon Jun 9 03:12:23 2008 Koichi Sasada ;T@ o; ;;;[o;;I"bootstraptest/pending.rb;T;[o;;[I"move/remove solved issues.;To;;I" bootstraptest/test_class.rb;T;[o;;[I" ditto.;TS; ; i; I"@Mon Jun 9 02:32:58 2008 Akinori MUSHA ;T@ o; ;;;[o;;I"+ext/zlib/zlib.c (rb_deflate_init_copy);T;[o;;[I",Copy buffers as well. [ruby-list:45018];TS; ; i; I"2008-06-08;T@ S; ; i; I";Sun Jun 8 22:22:20 2008 wanabe ;T@ o; ;;;[o;;I".vm_insnhelper.c, vm.c, proc.c (proc_call);T;[o;;[I"_allow call method with block that both is written in C. [ruby-dev:34273] [ruby-core:15551];To;;I"proc.c (curry);T;[o;;[I"Nuse proc_call instead of rb_proc_call. [ruby-dev:34273] [ruby-core:15551];TS; ; i; I"=Sun Jun 8 21:50:27 2008 Yusuke Endoh ;T@ o; ;;;[o;;I"test/zlib/test_zlib.rb;T;[o;;[I"9add tests to achieve over 90% test coverage of zlib.;TS; ; i; I";Sun Jun 8 20:12:47 2008 wanabe ;T@ o; ;;;[o;;I"vm_insnhelper.c (vm_throw);T;[o;;[I"7regard break as return in lambda. [ruby-dev:34646];TS; ; i; I"=Sun Jun 8 19:17:59 2008 Koichi Sasada ;T@ o; ;;;[o;;I" gc.c;T;[o;;[I"add a build option "CALC_EXACT_MALLOC_SIZE". This option enables to calculate exact size of current allocated size by malloc(). You can access these information with GC.malloc_allocated_size and GC.malloc_allocations. This option consume additional memory as a header of each memory object. This option also helps to find out xmalloc()/xfree() consistency. If you get trouble with this option, some extension using "free()" instead of "xfree()". This options is disabled by default.;TS; ; i; I"=Sun Jun 8 18:15:38 2008 Koichi Sasada ;T@ o; ;;;[o;;I" array.c, bignum.c, cont.c, dir.c, dln.c, encoding.c, enumerator.c, enumerator.c (enumerator_allocate), eval_jump.c, file.c, hash.c, io.c, load.c, pack.c, proc.c, random.c, re.c, ruby.c, st.c, string.c, thread.c, thread_pthread.c, time.c, util.c, variable.c, vm.c, gc.c;T;[o;;[I"^allocated memory objects by xmalloc (ruby_xmalloc) should be freed by xfree (ruby_xfree).;To;;I"ext/curses/curses.c, ext/dbm/dbm.c, ext/digest/digest.c, ext/gdbm/gdbm.c, ext/json/ext/parser/parser.c, ext/json/ext/parser/unicode.c, ext/openssl/ossl_cipher.c, ext/openssl/ossl_hmac.c, ext/openssl/ossl_pkey_ec.c, ext/sdbm/init.c, ext/strscan/strscan.c, ext/zlib/zlib.c;T;[o;;[I" ditto.;TS; ; i; I";Sun Jun 8 01:15:11 2008 Tanaka Akira ;T@ o; ;;;[o;;I"hash.c (hash_i);T;[o;;[I"&make Hash#hash order insensitive.;To;;I"(rb_hash_dup);T;[o;;[I"use DUPSETUP.;TS; ; i; I"2008-06-07;T@ S; ; i; I"@Sat Jun 7 23:47:35 2008 Akinori MUSHA ;T@ o; ;;;[o;;I"7ext/zlib/zlib.c (rb_deflate_initialize, Init_zlib);T;[o;;[I"/Fix up initialize_copy; [ruby-list:45016].;TS; ; i; I"ESat Jun 7 22:15:02 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"configure.in (VENDOR_DIR);T;[o;;[I"{use LIBDIR instead of PREFIX as well as SITE_DIR. a patch from Richard Brown in [ruby-core:17129].;TS; ; i; I"ESat Jun 7 21:37:58 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"Hio.c (rb_f_open), re.c (rb_reg_search), transcode.c (str_transcode);T;[o;;[I"suppress warnings.;To;;I")util.c (quorem, rv_alloc, nrv_alloc);T;[o;;[I"only used in dtoa().;TS; ; i; I"ESat Jun 7 16:06:14 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"$configure.in (CFLAGS, CXXFLAGS);T;[o;;[I"append default flags.;TS; ; i; I"BSat Jun 7 01:23:59 2008 NAKAMURA Usaku ;T@ o; ;;;[o;;I")io.c (rb_open_file, rb_io_s_sysopen);T;[o;;[I"9fmode should be unsigned int. fixed [ruby-dev:34979];TS; ; i; I"2008-06-06;T@ S; ; i; I"=Fri Jun 6 23:46:19 2008 Koichi Sasada ;T@ o; ;;;[o;;I"*vm_insnhelper.c (vm_callee_setup_arg);T;[o;;[I"^check simple flag before calling setup_arg function(). this change reduce function call.;TS; ; i; I"BFri Jun 6 21:51:46 2008 NAKAMURA Usaku ;T@ o; ;;;[o;;I"(win32/Makefile.sub (COMMON_HEADERS);T;[o;;[I"include ws2tcpip.h.;To;;I"Zext/socket/addrinfo.h (addrinfo, getaddrinfo, getnameinfo, freehostent, freeaddrinfo);T;[o;;[I"hundef before define because these are macros in some versions of Windows SDK. merged from ruby_1_8.;TS; ; i; I"EFri Jun 6 18:25:43 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"'test/iconv/utils.rb (default_test);T;[o;;[I"override not to croak.;TS; ; i; I"BFri Jun 6 16:41:45 2008 NAKAMURA Usaku ;T@ o; ;;;[o;;I"include/ruby/win32.h;T;[o;;[I"0include ws2tcpip.h. fixed [ruby-Bugs-20528];TS; ; i; I";Fri Jun 6 15:05:02 2008 Tanaka Akira ;T@ o; ;;;[o;;I"gc.c (count_objects);T;[o;;[I"'clear hash after counting objects.;TS; ; i; I"GFri Jun 6 12:43:41 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"/test/ruby/test_dir.rb (TestDir::test_glob);T;[o;;[I" glob file names not sorted.;TS; ; i; I";Fri Jun 6 00:05:33 2008 Tanaka Akira ;T@ o; ;;;[o;;I"!lib/time.rb (Time.xmlschema);T;[o;;[I"ndon't use float. fix http://rubyforge.org/tracker/index.php?func=detail&group_id=426&atid=1698&aid=20504;TS; ; i; I"2008-06-05;T@ S; ; i; I"=Thu Jun 5 23:56:18 2008 Yusuke Endoh ;T@ o; ;;;[o;;I"test/ruby/test_gc.rb;T;[o;;[I"9add tests to achieve over 90% test coverage of gc.c.;To;;I""test/ruby/test_objectspace.rb;T;[o;;[I" ditto.;To;;I"test/ruby/test_marshal.rb;T;[o;;[I" ditto.;TS; ; i; I"=Thu Jun 5 23:40:08 2008 Yusuke Endoh ;T@ o; ;;;[o;;I"gc.c (rb_objspace_alloc);T;[o;;[I"Kthis function is needed only when ENABLE_VM_OBJSPACE macro is defined.;To;;I" vm.c;T;[o;;[I" ditto.;TS; ; i; I"=Thu Jun 5 23:31:21 2008 Yusuke Endoh ;T@ o; ;;;[o;;I"#test/stringio/test_stringio.rb;T;[o;;[I"=add tests to achieve over 95% test coverage of stringio.;To;;I"'test/strscan/test_stringscanner.rb;T;[o;;[I"ditto for strscan.;TS; ; i; I"=Thu Jun 5 23:25:34 2008 Yusuke Endoh ;T@ o; ;;;[o;;I"eval.c (ruby_finalize_0);T;[o;;[I"0clear trace_func after executing END procs.;To;;I" thread.c;T;[o;;[I"fix typo.;TS; ; i; I";Thu Jun 5 22:50:50 2008 Tanaka Akira ;T@ o; ;;;[o;;I"gc.c (os_obj_of);T;[o;;[I"$heaps may be modified in yield.;TS; ; i; I"=Thu Jun 5 21:46:50 2008 Yusuke Endoh ;T@ o; ;;;[o;;I"st.c (st_reverse_foreach);T;[o;;[I"!comment out unused function.;To;;I"util.c (dtoa);T;[o;;[I" ditto.;TS; ; i; I"@Thu Jun 5 20:30:46 2008 Akinori MUSHA ;T@ o; ;;;[o;;I"Aext/openssl/ossl_ssl_session.c (ossl_ssl_session_initialize);T;[o;;[I"MAdd a null check for ssl; submitted by akira yamada in [ruby-dev:34950].;To;;I"+ext/openssl/ossl_ssl.c (Init_ossl_ssl);T;[o;;[I"gDefine OP_NO_TICKET if SSL_OP_NO_TICKET is present; submitted by akira yamada in [ruby-dev:34944].;To;;I";test/openssl/test_ssl.rb (OpenSSL#test_server_session);T;[o;;[I"~Add a workaround for the case where OpenSSL is configured with --enable-tlsext; submitted by akira yamada in [ruby-dev:34944].;TS; ; i; I"=Thu Jun 5 20:24:15 2008 Yusuke Endoh ;T@ o; ;;;[o;;I"'thread.c (thread_set_trace_func_m);T;[o;;[I"!fix check for proc argument.;TS; ; i; I"=Thu Jun 5 20:17:29 2008 Yusuke Endoh ;T@ o; ;;;[o;;I"2lib/rexml/document.rb (REXML::Document:write);T;[o;;[I"Fleaky modification trans -> transitive. [ruby-dev:32040], r13686;To;;I"#lib/rexml/text.rb (Text.check);T;[o;;[I"%fix check for illegal character.;TS; ; i; I"EThu Jun 5 14:03:44 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"%ext/iconv/iconv.c (iconv_create);T;[o;;[I"#find encoding without options.;TS; ; i; I"=Thu Jun 5 07:48:32 2008 Koichi Sasada ;T@ o; ;;;[o;;I"string.c (hash);T;[o;;[I"should be "static".;TS; ; i; I"=Thu Jun 5 01:47:18 2008 Yusuke Endoh ;T@ o; ;;;[o;;I" test/ruby/test_transcode.rb;T;[o;;[I"add tests for iso-2022-jp.;TS; ; i; I"=Thu Jun 5 01:27:42 2008 Yusuke Endoh ;T@ o; ;;;[o;;I"test/ruby/test_process.rb;T;[o;;[I"add tests.;TS; ; i; I"2008-06-04;T@ S; ; i; I"=Wed Jun 4 23:10:08 2008 Yusuke Endoh ;T@ o; ;;;[o;;I"*ext/zlib/zlib.c (rb_gzfile_set_mtime);T;[o;;[I"fix typo.;TS; ; i; I"GWed Jun 4 18:53:39 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"object.c (rb_obj_alloc);T;[o;;[I"_RDoc updated. a patch from Gaston Ramos in [ruby-core:17073].;TS; ; i; I"GWed Jun 4 18:36:11 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"lib/rdoc.rb;T;[o;;[I"mmassive spelling correction patch from Evan Farrar in [ruby-doc:1382] applied.;TS; ; i; I"EWed Jun 4 17:52:18 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"$ext/iconv/iconv.c (iconv_iconv);T;[o;;[I"Efix for length argument and now allows range. [ruby-core:17092];TS; ; i; I"@Wed Jun 4 15:45:41 2008 Akinori MUSHA ;T@ o; ;;;[o;;I"?enumerator.c (enumerator_with_index, enumerator_with_memo);T;[o;;[I"Fix grammo in rdoc.;TS; ; i; I"EWed Jun 4 13:06:58 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"$configure.in (CFLAGS, CXXFLAGS);T;[o;;[I"Iinclude additional flags to CFLAGS and CXXFLAGS while configuration.;TS; ; i; I"2008-06-03;T@ S; ; i; I"=Tue Jun 3 23:06:35 2008 Yusuke Endoh ;T@ o; ;;;[o;;I"Cext/strscan/strscan.c (strscan_scan_full, strscan_search_full);T;[o;;[I"fix document.;TS; ; i; I"=Tue Jun 3 22:37:26 2008 Yusuke Endoh ;T@ o; ;;;[o;;I",ext/strscan/strscan.c (strscan_exist_p);T;[o;;[I"fix document.;TS; ; i; I"=Tue Jun 3 22:33:29 2008 Yusuke Endoh ;T@ o; ;;;[o;;I"test/ruby/test_dir.rb;T;[o;;[I":add tests to achieve over 90% test coverage of dir.c.;To;;I"test/ruby/test_encoding.rb;T;[o;;[I"1add tests for dummy?, name_list and aliases.;To;;I"test/ruby/test_marshal.rb;T;[o;;[I"add some tests.;TS; ; i; I"=Tue Jun 3 22:25:51 2008 Yusuke Endoh ;T@ o; ;;;[o;;I"test/etc/test_etc.rb;T;[o;;[I"new tests for etc.;TS; ; i; I"@Tue Jun 3 19:35:02 2008 Akinori MUSHA ;T@ o; ;;;[o;;I"(enumerator.c (enumerator_with_memo);T;[o;;[I"New method: with_memo().;TS; ; i; I"ETue Jun 3 20:04:03 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"+win32/Makefile.sub (miniruby$(EXEEXT));T;[o;;[I"3miniruby cannot be written by miniruby itself.;TS; ; i; I"@Tue Jun 3 19:33:22 2008 Akinori MUSHA ;T@ o; ;;;[o;;I"(enumerator.c (enumerator_init_copy);T;[o;;[I"8Take care of initialize_copy as well as initialize.;TS; ; i; I"ETue Jun 3 16:06:09 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"file.c (file_expand_path);T;[o;;[I"Hfix for non-existent files and SFN of symlinks. [ruby-talk:303736];TS; ; i; I"@Tue Jun 3 15:12:01 2008 Akinori MUSHA ;T@ o; ;;;[o;;I"lib/set.rb (Set#classify);T;[o;;[I"7Back out the `group_by' alias. Better think twice.;TS; ; i; I"@Tue Jun 3 15:00:22 2008 Akinori MUSHA ;T@ o; ;;;[o;;I")lib/set.rb (Set#collect, Set#select);T;[o;;[I"GBack out. I thought it was consistent but turned out to be wrong.;TS; ; i; I"@Tue Jun 3 13:41:08 2008 Akinori MUSHA ;T@ o; ;;;[o;;I")lib/set.rb (Set#collect, Set#select);T;[o;;[I"NOverride Enumerable methods and make them return a set. [ruby-core:17055];To;;I"X(Set#delete_if, Set#collect!, Set#reject!, Set#classify, Set#divide, Set#delete_if);T;[o;;[I"/Return an enumerator if no block is given.;To;;I"(Set#classify);T;[o;;[I"?Define an alias `group_by' to override that of Enumerable.;TS; ; i; I"BTue Jun 3 13:35:40 2008 NAKAMURA Usaku ;T@ o; ;;;[o;;I" process.c (run_exec_pgroup);T;[o;;[I" C99 ism.;TS; ; i; I"@Tue Jun 3 12:51:57 2008 Akinori MUSHA ;T@ o; ;;;[o;;I"7enumerator.c (enumerator_allocate, enumerator_ptr);T;[o;;[I"SProperly detect if the object is initialized and raise error when appropriate.;To;;I"(enumerator_initialize);T;[o;;[I"*Fix a typo in rdoc. [ruby-core:17052];TS; ; i; I"=Tue Jun 3 01:21:51 2008 Yusuke Endoh ;T@ o; ;;;[o;;I"test/ruby/test_method.rb;T;[o;;[I"add a test.;TS; ; i; I"=Tue Jun 3 00:26:48 2008 Yusuke Endoh ;T@ o; ;;;[o;;I"marshal.c (w_object);T;[o;;[I";add a check for modification of array during its dump.;TS; ; i; I"2008-06-02;T@ S; ; i; I"=Mon Jun 2 22:27:57 2008 Yusuke Endoh ;T@ o; ;;;[o;;I"enc/iso_8859_5.c;T;[o;;[I"5Large omicron should lowercase to small omicron.;To;;I" test/ruby/test_big5.rb, test/ruby/test_cp949.rb, test/ruby/test_euc_jp.rb, test/ruby/test_euc_kr.rb, test/ruby/test_euc_tw.rb, test/ruby/test_gb18030.rb, test/ruby/test_gbk.rb, test/ruby/test_iso_8859.rb, test/ruby/test_koi8.rb, test/ruby/test_shift_jis.rb, test/ruby/test_windows_1251.rb;T;[o;;[I"new tests for encoding.;To;;I"Otest/ruby/test_utf16.rb, test/ruby/test_utf32.rb, test/ruby/test_regexp.rb;T;[o;;[I"add tests.;TS; ; i; I"=Mon Jun 2 21:56:47 2008 Yusuke Endoh ;T@ o; ;;;[o;;I"test/ruby/test_file.rb;T;[o;;[I"(add tests for uninitialized object.;To;;I"test/ruby/test_class.rb;T;[o;;[I" ditto.;To;;I"test/ruby/test_thread.rb;T;[o;;[I" ditto.;TS; ; i; I"=Mon Jun 2 21:44:15 2008 Yusuke Endoh ;T@ o; ;;;[ o;;I" re.c;T;[o;;[I"Bfix SEGV by Regexp.allocate.names, Match.allocate.names, etc.;To;;I"test/ruby/test_regexp.rb;T;[o;;[I"add tests for above.;To;;I" io.c;T;[o;;[I"(fix SEGV by IO.allocate.print, etc.;To;;I"test/ruby/test_io.rb;T;[o;;[I"add tests for above.;TS; ; i; I";Mon Jun 2 19:17:47 2008 Tanaka Akira ;T@ o; ;;;[o;;I"&test/ruby/test_argf.rb (teardown);T;[o;;[I"$remove renamed temporary files.;TS; ; i; I"EMon Jun 2 18:51:15 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"lib/un.rb (wait_writable);T;[o;;[I"5wait until target files can be written actually.;To;;I"-win32/Makefile.sub (LDSHARED_0, LINK_SO);T;[o;;[I""get rid of failure of mt.exe.;TS; ; i; I"@Mon Jun 2 16:26:17 2008 Akinori MUSHA ;T@ o; ;;;[o;;I"=lib/delegate.rb (Delegator::MethodDelegation#respond_to);T;[o;;[I"respond_to? should now take optional second argument; submitted by Jeremy Kemper in [ruby-core:17045].;TS; ; i; I"@Mon Jun 2 16:14:18 2008 Akinori MUSHA ;T@ o; ;;;[o;;I"6lib/erb.rb (ERB::Compiler::TrimScanner#scan_line);T;[o;;[I";T@ o; ;;;[o;;I"6lib/erb.rb (ERB::Compiler::TrimScanner#scan_line);T;[o;;[I"7Fix a bug where tokens are not yielded one by one.;To;;I"Mtest/erb/test_erb.rb (TestERBCore#_test_01, TestERBCore#test_02_safe_04);T;[o;;[I"=The expected value should come first for assert_equal().;TS; ; i; I"BMon Jun 2 13:06:38 2008 NAKAMURA Usaku ;T@ o; ;;;[o;;I"mkconfig.rb;T;[o;;[I"&hide build path from rbconfig.rb.;TS; ; i; I"EMon Jun 2 08:46:52 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"util.c (ruby_strtod, dtoa);T;[o;;[I"2initialize more variables for error handling.;TS; ; i; I"EMon Jun 2 04:55:05 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;0;[o;;[0S; ; i; I"BMon Jun 2 04:35:32 2008 NARUSE, Yui ;T@ o; ;;;[o;;I"(enc/gb18030.c (gb18030_code_to_mbc);T;[o;;[I")add 0x80000000 for 4bytes character.;TS; ; i; I"EMon Jun 2 03:52:04 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"ruby.c (set_arg0);T;[o;;[I"'reverted used variable definition.;TS; ; i; I"BMon Jun 2 03:23:25 2008 NARUSE, Yui ;T@ o; ;;;[o;;I"(enc/gb18030.c (gb18030_mbc_to_code);T;[o;;[I"mask by 0x7FFFFFFF because OnigCodePoint will be used as 32bit signed int. Masking by 0x7FFFFFFF is ok on GB18030; Minimum 4bytes character is 0x81308130.;TS; ; i; I"2008-06-01;T@ S; ; i; I"BSun Jun 1 22:29:35 2008 NARUSE, Yui ;T@ o; ;;;[o;;I"&rational.c (string_to_r_internal);T;[o;;[I"use rb_isdigit.;To;;I"marshal.c (long_toobig);T;[o;;[I" use %zd.;To;;I"ruby.c (set_arg0);T;[o;;[I"%move unused variable definition.;TS; ; i; I"BSun Jun 1 12:18:12 2008 NARUSE, Yui ;T@ o; ;;;[ o;;I"insns.def (DEFINE_INSN);T;[o;;[I"Hsubtract of pointers is ptrdiff_t. this is not int on 64bit system.;To;;I"#vm_dump.c (control_frame_dump);T;[o;;[I" ditto.;To;;I" vm_dump.c (stack_dump_each);T;[o;;[I" ditto.;To;;I"%vm_dump.c (debug_print_register);T;[o;;[I" ditto.;To;;I" vm_dump.c (debug_print_pre);T;[o;;[I" ditto.;To;;I" transcode.c (str_transcode);T;[o;;[I" ditto.;TS; ; i; I";Sun Jun 1 10:32:18 2008 Tanaka Akira ;T@ o; ;;;[o;;I".test/ruby/envutil.rb (assert_normal_exit);T;[o;;[I"show coredump status.;TS; ; i; I"2008-05-31;T@ S; ; i; I"@Sat May 31 23:33:34 2008 Akinori MUSHA ;T@ o; ;;;[o;;I"README, README.ja;T;[o;;[I"&Add a note about default C flags.;TS; ; i; I";Sat May 31 23:02:00 2008 Tanaka Akira ;T@ o; ;;;[o;;I"gc.c (count_objects);T;[o;;[I"clear given hash.;TS; ; i; I"=Sat May 31 20:28:10 2008 Yusuke Endoh ;T@ o; ;;;[o;;I"test/ruby/test_regexp.rb;T;[o;;[I"add tests.;TS; ; i; I"BSat May 31 19:11:39 2008 NARUSE, Yui ;T@ o; ;;;[o;;I"3enc/utf_16{be,le}.c (utf16{be,le}_code_to_mbc);T;[o;;[I"fix codepoint to bytes.;TS; ; i; I"ESat May 31 18:28:17 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;0;[o;;[0S; ; i; I"GSat May 31 18:26:33 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"array.c (rb_ary_delete_if);T;[o;;[I"Eshould return enumerator if no block is given. [ruby-dev:34901];TS; ; i; I"ESat May 31 15:58:08 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"*Makefile.in, configure.in (warnflags);T;[o;;[I"Ddefaulted to -Wall -Wno-parentheses with gcc. [ruby-dev:34810];TS; ; i; I"ESat May 31 15:17:36 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"include/ruby/mvm.h;T;[o;;[I"Onew header file for MVM, and moved rb_vm_t and rb_thread_t from vm_core.h.;TS; ; i; I";Sat May 31 12:02:23 2008 Tanaka Akira ;T@ o; ;;;[o;;I".test/ruby/envutil.rb (assert_normal_exit);T;[o;;[I"show pid when fail.;TS; ; i; I"2008-05-30;T@ S; ; i; I"EFri May 30 23:55:56 2008 Kazuhiro NISHIYAMA ;T@ o; ;;;[o;;I""test/ruby/test_rubyoptions.rb;T;[o;;[I"$add a test of RUBY_DESCRIPTION.;TS; ; i; I"=Fri May 30 22:47:17 2008 Yusuke Endoh ;T@ o; ;;;[o;;I"test/ruby/test_regexp.rb;T;[o;;[I"add tests.;TS; ; i; I"=Fri May 30 22:40:53 2008 Yusuke Endoh ;T@ o; ;;;[o;;I"test/ruby/test_signal.rb;T;[o;;[I"=add tests to achieve over 80% test coverage of signal.c.;TS; ; i; I"=Fri May 30 22:28:03 2008 Yusuke Endoh ;T@ o; ;;;[o;;I"signal.c (esignal_signo);T;[o;;[I"=fix SignalException#signo which returned nil absolutely.;To;;I"signal.c (esignal_init);T;[o;;[I"Palways prepend "SIG" to a string that is returned by SignalException#signm.;TS; ; i; I"=Fri May 30 22:17:39 2008 Yusuke Endoh ;T@ o; ;;;[o;;I"test/ruby/test_argf.rb;T;[o;;[I"&rename a conflicting method name.;To;;I"test/ruby/test_string.rb;T;[o;;[I" ditto.;To;;I"test/ruby/test_io.rb;T;[o;;[I" ditto.;TS; ; i; I"=Fri May 30 22:14:37 2008 Yusuke Endoh ;T@ o; ;;;[o;;I"compile.c (defined_expr);T;[o;;[I"fix SEGV by defined?([1]).;TS; ; i; I"EFri May 30 12:18:43 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"common.mk (prelude.c);T;[o;;[I".simply depends on PREP. [ruby-dev:34877];To;;I"1enc/make_encdb.rb, enc/trans/make_transdb.rb;T;[o;;[I" ditto.;TS; ; i; I"EFri May 30 10:55:42 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"uvm_core.h (struct rb_unblock_callback), thread.c (set_unblock_function), thread_{pthread,win32}.c (native_sleep);T;[o;;[I",extracted from struct rb_thread_struct.;To;;I"&thread.c (reset_unblock_function);T;[o;;[I"Gnot check interrupts at leaving blocking region. [ruby-dev:34874];TS; ; i; I"BFri May 30 06:09:31 2008 NARUSE, Yui ;T@ o; ;;;[o;;I"enc/utf_8.c;T;[o;;[I"add UTF8-MAC (UTF-8-MAC).;TS; ; i; I"@Fri May 30 04:17:13 2008 Akinori MUSHA ;T@ o; ;;;[o;;I"Nenum.c (enum_count, count_all_i, Init_Enumerable), array.c (rb_ary_count);T;[o;;[I"HIf no argument or block is given, count the number of all elements.;TS; ; i; I"@Fri May 30 03:12:18 2008 Akinori MUSHA ;T@ o; ;;;[o;;I"Bext/openssl/ossl_bn.c (ossl_bn_s_rand, ossl_bn_s_pseudo_rand);T;[o;;[I"Int should be enough here.;TS; ; i; I"@Fri May 30 02:35:00 2008 Akinori MUSHA ;T@ o; ;;;[o;;I"Fext/openssl/ossl_bn.c (ossl_bn_s_rand, ossl_bn_s_pseudo_rand), ext/openssl/ossl_pkey_dh.c (ossl_dh_s_generate, ossl_dh_initialize), ext/openssl/ossl_pkey_dsa.c (ossl_dsa_s_generate), ext/openssl/ossl_rand.c (ossl_rand_bytes, ossl_rand_pseudo_bytes, ossl_rand_egd_bytes), ext/openssl/ossl_x509store.c (ossl_x509stctx_set_error);T;[o;;[I"tDo not use FIX2INT() without checking the value type. Use NUM2INT() instead; found by akr in [ruby-dev:34890].;TS; ; i; I"=Fri May 30 02:08:20 2008 Yusuke Endoh ;T@ o; ;;;[o;;I"signal.c (esignal_init);T;[o;;[I"Qhandle a non-integer argument correctly, allowing SignalException.new(:INT).;TS; ; i; I"=Fri May 30 00:59:47 2008 Yusuke Endoh ;T@ o; ;;;[o;;I"test/ruby/test_regexp.rb;T;[o;;[I"add tests.;TS; ; i; I"2008-05-29;T@ S; ; i; I"=Thu May 29 22:51:05 2008 Yusuke Endoh ;T@ o; ;;;[o;;I"test/ruby/test_require.rb;T;[o;;[I"Vadd a test for load with wrap flag, to achieve 100% test coverage of eval_jump.c.;TS; ; i; I"=Thu May 29 22:47:53 2008 Yusuke Endoh ;T@ o; ;;;[o;;I"test/ruby/test_argf.rb;T;[o;;[I"Enew tests for ARGF, to achieve over 85% test coverage of file.c.;To;;I"test/ruby/test_io.rb;T;[o;;[I"add tests.;TS; ; i; I"=Thu May 29 22:41:48 2008 Yusuke Endoh ;T@ o; ;;;[o;;I"io.c (argf_readchar);T;[o;;[I"/raise EOFError, synchronizing IO#readchar.;TS; ; i; I"=Thu May 29 22:29:39 2008 Yusuke Endoh ;T@ o; ;;;[o;;I":io.c (argf_external_encoding, argf_internal_encoding);T;[o;;[I"(fix SEGV by ARGF.external_encoding.;TS; ; i; I"EThu May 29 17:52:31 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"ext/zlib/extconf.rb;T;[o;;[I"Qsearch zlib1, and regard mswin32 later than VC6 as WIN32. [ruby-core:16984];TS; ; i; I"2008-05-28;T@ S; ; i; I"@Wed May 28 18:05:28 2008 Akinori MUSHA ;T@ o; ;;;[o;;I"(array.c (rb_ary_nitems, Init_Array);T;[o;;[I">Axe Array#nitems(). cf. [ruby-dev:34676]-[ruby-dev:34713];TS; ; i; I"EWed May 28 17:50:32 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I";T@ o; ;;;[o;;I"Makefile.in (MKPREP);T;[o;;[I"appended $(RBCONFIG).;To;;I""common.mk (enc.mk, prelude.c);T;[o;;[I"Nnot depend on $(RBCONFIG) on mswin32 to get of compiling twice each time.;To;;I"#win32/Makefile.sub (prelude.c);T;[o;;[I"not depend on $(PREP).;TS; ; i; I"BWed May 28 17:37:07 2008 NAKAMURA Usaku ;T@ o; ;;;[o;;I"4win32/mkexports.rb (Exports::Mswin#each_export);T;[o;;[I"speed up.;TS; ; i; I"@Wed May 28 16:41:59 2008 Akinori MUSHA ;T@ o; ;;;[o;;I" array.c (rb_ary_slice_bang);T;[o;;[I";T@ o; ;;;[o;;I"Tlib/webrick/httpservlet/cgihandler.rb (WEBrick::HTTPServlet::CGIHandler#do_GET);T;[o;;[I"Set the HTTP status code to 302 if a Location header field is present and the status code is not valid as a client redirection. cf. RFC 3875 6.2.3, 6.2.4.;TS; ; i; I"BWed May 28 15:53:52 2008 NAKAMURA Usaku ;T@ o; ;;;[o;;I"1enc/trans/japanese.c (to_SHIFT_JIS_EF_infos);T;[o;;[I" typo.;TS; ; i; I"EWed May 28 15:18:16 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"-lib/singleton.rb (SingletonClassMethods);T;[o;;[I"_load should be public.;TS; ; i; I"BWed May 28 13:30:43 2008 NARUSE, Yui ;T@ o; ;;;[o;;I"enc/trans/japanese.c;T;[o;;[I"add workaround for Unicode to CP932. U+2015->0x815C, U+2225->0x8161, U+FF0D->0x817C, U+FF3C->0x815F, U+FF5E->0x8160, U+FFE0->0x8191, U+FFE1->0x8192, U+FFE2->0x81CA;TS; ; i; I"EWed May 28 12:52:41 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"@marshal.c (w_object, marshal_dump, r_object0, marshal_load);T;[o;;[I"2search private methods too. [ruby-dev:34671];To;;I"object.c (convert_type);T;[o;;[I" ditto.;TS; ; i; I";Wed May 28 08:42:51 2008 Tanaka Akira ;T@ o; ;;;[o;;I"numeric.c;T;[o;;[I"&"%" is required before PRI?VALUE.;TS; ; i; I"2008-05-27;T@ S; ; i; I"ETue May 27 22:10:44 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I" eval_error.c (error_handle);T;[o;;[I"GSystemExit and SignalException throws TAG_RAISE but not TAG_FATAL.;To;;I",thread.c (rb_thread_execute_interrupts);T;[o;;[I"Bdelay interrupts during raising exceptions. [ruby-dev:34855];TS; ; i; I"@Tue May 27 20:18:30 2008 Akinori MUSHA ;T@ o; ;;;[o;;I" array.c (rb_ary_slice_bang);T;[o;;[I"Return an empty array instead of nil when pos is valid and len is adjusted from a valid value to zero; caught by RubySpec.;TS; ; i; I"ETue May 27 19:12:37 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"DMakefile.in (MKPREP), common.mk, win32/Makefile.sub (prelude.c);T;[o;;[I"*get rid of depending PREP with nmake.;To;;I"common.mk (encs);T;[o;;[I"depends on libruby.;TS; ; i; I"@Tue May 27 19:00:22 2008 Akinori MUSHA ;T@ o; ;;;[o;;I"=ext/stringio/stringio.c (strio_each_char, Init_stringio);T;[o;;[I"$Add StringIO#{each_char,chars}.;To;;I"(Init_stringio);T;[o;;[I"Fix StringIO#bytes.;TS; ; i; I"@Tue May 27 17:54:35 2008 Akinori MUSHA ;T@ o; ;;;[o;;I".ext/stringio/stringio.c (strio_each_byte);T;[o;;[I"1Return self instead of nil as the rdoc says.;TS; ; i; I"GTue May 27 15:36:27 2008 Yukihiro Matsumoto ;T@ o; ;;;[ o;;I"numeric.c (check_int);T;[o;;[I"$use PRIxVALUE format specifier.;To;;I"0numeric.c (check_uint, rb_num2fix, int_chr);T;[o;;[I" ditto.;To;;I"numeric.c (num_fdiv);T;[o;;[I"dfallback to_f should always return float result. should not use #quo that may return rational.;To;;I"numeric.c (num_div);T;[o;;[I"$should raise ZeroDivisionError.;To;;I"numeric.c (fix_divide);T;[o;;[I" ditto.;To;;I"9test/ruby/test_numeric.rb (TestNumeric::test_divmod);T;[o;;[I"&avoid ZeroDivisionError in tests.;TS; ; i; I"@Tue May 27 13:14:53 2008 Akinori MUSHA ;T@ o; ;;;[o;;I"enum.c (enum_to_a);T;[o;;[I"'Pass arguments through to #each().;To;;I"(enum_sort);T;[o;;[I"+Follow the enum_to_a signature change.;To;;I"(enum_reverse_each);T;[o;;[I"Add #reverse_each().;TS; ; i; I"@Tue May 27 13:12:37 2008 Akinori MUSHA ;T@ o; ;;;[o;;I"io.c (Init_IO);T;[o;;[I"%Define ARGF.{lines,bytes,chars}.;TS; ; i; I"BTue May 27 12:06:37 2008 NAKAMURA Usaku ;T@ o; ;;;[o;;I"file.c (BUFCHECK);T;[o;;[I"'wrong condition. [ruby-core:16921];To;;I"file.c (file_expand_buf);T;[o;;[I"/shouldn't use buflen for length of string.;TS; ; i; I"2008-05-26;T@ S; ; i; I"EMon May 26 18:24:48 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"file.c (BUFCHECK);T;[o;;[I"no resize if enough room.;To;;I"file.c (file_expand_path);T;[o;;[I"use BUFCHECK.;TS; ; i; I"@Mon May 26 17:48:42 2008 Akinori MUSHA ;T@ o; ;;;[o;;I"]enumerator.c (struct enumerator, enumerator_init, enumerator_init_copy, enumerator_each);T;[o;;[I"Eliminate iter.;To;;I"(enumerator_ptr);T;[o;;[I"$Do not hardcode the class name.;To;;I"(enumerator_with_index);T;[o;;[I"=Delay variable initialization after RETURN_ENUMERATOR().;TS; ; i; I"BMon May 26 17:23:49 2008 NAKAMURA Usaku ;T@ o; ;;;[o;;I"file.c (file_expand_path);T;[o;;[I"add more space for '/'.;To;;I"file.c (file_expand_path);T;[o;;[I"Nshould reset address of p after calling rb_str_resize(). [ruby-dev:34800];TS; ; i; I"GMon May 26 16:49:55 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I""misc/ruby-mode.el (ruby-mode);T;[o;;[I"|use run-hooks if run-mode-hook is not available. a patch from Kazuhiro NISHIYAMA in [ruby-dev:34853].;TS; ; i; I"BMon May 26 16:41:35 2008 NAKAMURA Usaku ;T@ o; ;;;[o;;I"file.c (ntfs_tail);T;[o;;[I"-filename which starts with '.' is valid.;To;;I"file.c (file_expand_path);T;[o;;[I"cygwin symlink support.;TS; ; i; I"EMon May 26 07:15:52 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I" vm_dump.c (rb_vm_bugreport);T;[o;;[I"(rb_make_backtrace has no arguments.;TS; ; i; I";Mon May 26 01:17:54 2008 Tanaka Akira ;T@ o; ;;;[o;;I".test/ruby/envutil.rb (assert_normal_exit);T;[o;;[I" signal description refined.;TS; ; i; I"@Mon May 26 00:52:52 2008 Akinori MUSHA ;T@ o; ;;;[o;;I"Vhash.c (env_each_key, env_each_value, env_reject_bang, rb_env_clear, env_replace);T;[o;;[I"(Omit duplicated secure level check.;TS; ; i; I"@Mon May 26 00:37:16 2008 Akinori MUSHA ;T@ o; ;;;[o;;I"hash.c (env_each_value);T;[o;;[I"$Do not call env_values() twice.;TS; ; i; I"2008-05-25;T@ S; ; i; I"=Sun May 25 17:54:36 2008 Yusuke Endoh ;T@ o; ;;;[o;;I"compile.c (iseq_compile);T;[o;;[I"1set local_table for ISEQ_TYPE_DEFINED_GUARD.;TS; ; i; I"=Sun May 25 17:52:25 2008 Yusuke Endoh ;T@ o; ;;;[o;;I" compile.c (iseq_build_body);T;[o;;[I":remove side effect from VM::InstructionSequence.load.;TS; ; i; I"=Sun May 25 04:30:45 2008 Yusuke Endoh ;T@ o; ;;;[o;;I"2test/ruby/test_module.rb (remove_json_mixins);T;[o;;[I"change judgment condition.;TS; ; i; I"=Sun May 25 03:54:39 2008 Yusuke Endoh ;T@ o; ;;;[o;;I"Etest/ruby/test_module.rb (test_ancestors, test_included_modules);T;[o;;[I"ignore json mixins.;TS; ; i; I"=Sun May 25 02:37:25 2008 Koichi Sasada ;T@ o; ;;;[ o;;I"eval_method.c;T;[o;;[I"Drenamed from vm_method.c. "vm_method.c" is included by "vm.c".;To;;I"vm_eval.c;T;[o;;[I"/added. Some codes are moved from "eval.c";To;;I"common.mk;T;[o;;[I"fix for above changes.;To;;I"compile.c;T;[o;;[I"make a vm_eval(0);To;;I"eval.c, eval_error.c, eval_intern.h, eval_jump.c, proc.c, vm.c, id.c, id.h, vm_core.h, vm_dump.c, vm_evalbody.c, vm_insnhelper.c, blockinlining.c;T;[o;;[I"bfix for above changes. and do some refactoring. this changes improve rb_yield() performance.;TS; ; i; I"2008-05-24;T@ S; ; i; I"GSat May 24 22:32:49 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"util.c (ruby_strtod);T;[o;;[I"fclear errno at the top of our own implementation of strtod(3). [ruby-dev:34834] [ruby-dev:34839];TS; ; i; I"=Sat May 24 15:26:16 2008 Yusuke Endoh ;T@ o; ;;;[o;;I"@compile.c (iseq_set_exception_table, NODE_WHILE, NODE_NEXT);T;[o;;[I"Rremove special handling that decrements sp in CATCH_TYPE_NEXT for NODE_WHILE.;To;;I"4vm.c (vm_eval_body), vm_insnhelper.c (vm_throw);T;[o;;[I"remove unused code.;TS; ; i; I"BSat May 24 08:13:34 2008 NARUSE, Yui ;T@ o; ;;;[o;;I"#transcode.c (rb_str_transcode);T;[o;;[I" argc is 1, and argv is &to.;TS; ; i; I"2008-05-23;T@ S; ; i; I"@Fri May 23 17:55:11 2008 Akinori MUSHA ;T@ o; ;;;[o;;I" array.c (rb_ary_slice_bang);T;[o;;[I"Be consistent with Array#slice() and String#slice!(). Just return nil when a negative length or out of boundary index is given instead of raising an exception via internal functions.;TS; ; i; I"@Fri May 23 16:44:34 2008 Akinori MUSHA ;T@ o; ;;;[o;;I"#enumerator.c (Init_Enumerator);T;[o;;[I"FOverride Enumerable::Enumerator#each_with_index with #with_index.;TS; ; i; I"EFri May 23 12:23:05 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"vm_core.h (rb_num_t);T;[o;;[I"moved form vm.h.;To;;I" tool/instruction.rb (RubyVM;T;[o;;[I"|:Instruction#sp_increase_c_expr), tool/instruction.rb (RubyVM::VmBodyGenerator#make_header_operands): omit unused variables.;TS; ; i; I"GFri May 23 08:47:02 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"error.c (exc_equal);T;[o;;[I"9== operator should be transitional. [ruby-dev:34808];To;;I"error.c (syserr_eqq);T;[o;;[I"<=== should be able to handle delegated objects as well.;TS; ; i; I"EFri May 23 06:15:20 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I")iseq.c (rb_iseq_compile_with_option);T;[o;;[I"get rid of segv.;TS; ; i; I"=Fri May 23 02:29:14 2008 Koichi Sasada ;T@ o; ;;;[o;;I" insns.def (opt_gt|ge|lt|le);T;[o;;[I"$use values directly to compare.;TS; ; i; I"=Fri May 23 01:15:09 2008 Koichi Sasada ;T@ o; ;;;[o;;I"heval.c, eval_intern.h, include/ruby/intern.h, include/ruby/ruby.h, vm.c, vm_core.h, vm_insnhelper.c;T;[o;;[I"remove pointless "const".;TS; ; i; I"2008-05-22;T@ S; ; i; I"=Thu May 22 23:45:17 2008 Yusuke Endoh ;T@ o; ;;;[o;;I"Ccompile.c (get_destination_insn, get_next_insn, get_prev_insn);T;[o;;[I"Apeephole optimization should not ignore ISEQ_ELEMENT_ADJUST.;TS; ; i; I"EThu May 22 20:20:54 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"/marshal.c (check_dump_arg, check_load_arg);T;[o;;[I")check if reentered. [ruby-dev:34802];TS; ; i; I"=Thu May 22 20:14:28 2008 Yusuke Endoh ;T@ o; ;;;[o;;I")iseq.c (iseq_load, iseq_data_to_ary);T;[o;;[I"%support ISEQ_TYPE_DEFINED_GUARD.;TS; ; i; I"EThu May 22 19:01:29 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"!vm.c (vm_get_ruby_level_cfp);T;[o;;[I"moved from eval_intern.h.;To;;I"vm.c (sdr, nsdr);T;[o;;[I"/define methods only if VMDEBUG is defined.;TS; ; i; I";Thu May 22 17:18:35 2008 Tanaka Akira ;T@ o; ;;;[o;;I""array.c (rb_ary_compact_bang);T;[o;;[I"fix reallocation size.;TS; ; i; I"BThu May 22 15:20:20 2008 NAKAMURA Usaku ;T@ o; ;;;[o;;I"Oeval_intern.h, vm_core.h, include/ruby/intern.h, include/ruby/ruby.h, vm.c;T;[o;;[I"0need to add const to prototypes, of course.;TS; ; i; I"=Thu May 22 13:24:43 2008 Koichi Sasada ;T@ o; ;;;[o;;I"-eval.c, vm.c, vm_core.h, vm_insnhelper.c;T;[o;;[I"specify "const".;To;;I"vm_opts.h;T;[o;;[I")add a OPT_TOKEN_THREADED_CODE macro.;TS; ; i; I";Thu May 22 12:51:41 2008 Tanaka Akira ;T@ o; ;;;[o;;I"insns.def (newhash);T;[o;;[I"*fix a variable definition: "const k".;TS; ; i; I"EThu May 22 12:40:54 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"array.c (flatten);T;[o;;[I"*check if reentered. [ruby-dev:34798];TS; ; i; I";Thu May 22 11:39:59 2008 Tanaka Akira ;T@ o; ;;;[o;;I".test/ruby/envutil.rb (assert_normal_exit);T;[o;;[I"4capture stdout and stderr of the child process.;TS; ; i; I"GThu May 22 08:28:49 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"array.c (flatten);T;[o;;[I"Dfree memo hash table before raising exception. [ruby-dev:34789];TS; ; i; I"HThu May 22 06:30:10 2008 Hidetoshi NAGAI ;T@ o; ;;;[o;;I"array.c (flatten);T;[o;;[I"fix memory leak.;TS; ; i; I"BThu May 22 06:21:34 2008 NARUSE, Yui ;T@ o; ;;;[o;;I"-ext/nkf/nkf-utf8/nkf.c (nkf_str_caseeql);T;[o;;[I" added.;To;;I"0ext/nkf/nkf-utf8/nkf.c (nkf_enc_find_index);T;[o;;[I"use nkf_str_caseeql.;TS; ; i; I"GThu May 22 05:45:30 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"proc.c (proc_dup);T;[o;;[I"pshould copy safe_level from src proc properly. a patch from Keita Yamaguchi ;TS; ; i; I"AThu May 22 02:46:08 2008 Shugo Maeda ;T@ o; ;;;[o;;I"lib/net/imap.rb;T;[o;;[I".do not use Thread#raise. [ruby-dev:34739];TS; ; i; I"=Thu May 22 00:30:06 2008 Yusuke Endoh ;T@ o; ;;;[o;;I"test/ruby/test_require.rb;T;[o;;[I"Qnew tests for library requiring, to achieve over 90% test coverage of dln.c.;To;;I"test/ruby/test_class.rb;T;[o;;[I";T@ o; ;;;[o;;I"insns.def, vm_insnhelper.c;T;[o;;[I"specify "const".;TS; ; i; I"2008-05-21;T@ S; ; i; I"=Wed May 21 23:20:21 2008 Koichi Sasada ;T@ o; ;;;[o;;I"bootstraptest/test_eval.rb;T;[o;;[I"fix syntax.;TS; ; i; I"BWed May 21 17:46:17 2008 NARUSE, Yui ;T@ o; ;;;[o;;I"0ext/nkf/nkf-utf8/nkf.c (nkf_enc_find_index);T;[o;;[I"%use strcasecmp. [ruby-dev:34787];TS; ; i; I"GWed May 21 16:48:22 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I""array.c (rb_ary_compact_bang);T;[o;;[I"avoid forceful realloc.;TS; ; i; I"BWed May 21 07:42:28 2008 NARUSE, Yui ;T@ o; ;;;[o;;I""string.c (rb_usascii_str_new);T;[o;;[I"use rb_str_new.;To;;I"string.c (rb_enc_str_new);T;[o;;[I" ditto.;To;;I"#string.c (rb_usascii_str_new2);T;[o;;[I"use rb_str_new2.;TS; ; i; I"BWed May 21 07:22:01 2008 NARUSE, Yui ;T@ o; ;;;[o;;I"Sencoding.c, include/ruby/encoding.h (rb_enc_associate, rb_enc_associate_index);T;[o;;[I""returns obj. [ruby-dev:34778];TS; ; i; I"BWed May 21 04:20:20 2008 NARUSE, Yui ;T@ o; ;;;[o;;I"'encoding.c (rb_ascii8bit_encoding);T;[o;;[I"use ENCINDEX_ASCII.;To;;I"@encoding.c, include/ruby/encoding.h (rb_ascii8bit_encindex);T;[o;;[I" added.;To;;I"$encoding.c (rb_locale_encoding);T;[o;;[I"use rb_usascii_encoding().;TS; ; i; I"BWed May 21 01:45:58 2008 NAKAMURA Usaku ;T@ o; ;;;[o;;I".test/ruby/test_file_exhaustive.rb (setup);T;[o;;[I""workaround for Windows Vista.;To;;I"$test/ruby/envutil.rb (rubyexec);T;[o;;[I"-now Open3.open3 is supported on Windows.;To;;I"test/ruby/test_process.rb;T;[o;;[I"@use ``||'' instead of ``;'' because cmd.exe not support it.;TS; ; i; I"BWed May 21 01:28:47 2008 NARUSE, Yui ;T@ o; ;;;[o;;I";T@ o; ;;;[o;;I"test/ruby/test_array.rb;T;[o;;[I"fix tests for 64bit CPU.;TS; ; i; I"BTue May 20 20:59:56 2008 NARUSE, Yui ;T@ o; ;;;[o;;I"Bext/nkf/nkf-utf8/nkf.c (rb_nkf_convert) (nkf_enc_without_bom);T;[o;;[I";T@ o; ;;;[o;;I"Qext/nkf/nkf.c (rb_nkf_convert), ext/nkf/nkf-utf8/nkf.c (nkf_enc_without_bom);T;[o;;[I"$BOM is not a part of encodings.;To;;I"?ext/nkf/nkf.c (Init_nkf), ext/nkf/nkf-utf8/nkf.c (options);T;[o;;[I".UTF-{16,32} without endian have no sense.;TS; ; i; I"ETue May 20 12:13:50 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"+ruby.c (proc_options, process_options);T;[o;;[I"--dump option.;TS; ; i; I"ETue May 20 11:36:06 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"+include/ruby/ruby.h (PRI[diouxX]VALUE);T;[o;;[I"printf format for VALUE.;To;;I"gc.c (assign_heap_slot);T;[o;;[I"suppress a warning.;TS; ; i; I"=Tue May 20 03:42:43 2008 Koichi Sasada ;T@ o; ;;;[o;;I"eval.c, vm_insnhelper.c;T;[o;;[I"=fix cref in instance_eval and cvar_base search protocol.;To;;I"1bootstraptest/test_knownbug.rb, test_eval.rb;T;[o;;[I"(move solved test and add new tests.;To;;I"test/ruby/test_eval.rb;T;[o;;[I"fix tests for spec.;TS; ; i; I"=Tue May 20 01:43:44 2008 Koichi Sasada ;T@ o; ;;;[o;;I"#bootstraptest/test_knownbug.rb;T;[o;;[I"Dfix a test. "block_given?" returns true if "yield" can be used.;TS; ; i; I"=Tue May 20 01:07:19 2008 Yusuke Endoh ;T@ o; ;;;[o;;I"parse.y (assignable_gen);T;[o;;[I"pwhen "self = 1" was evaluated, unnecessary error message was output, which might cause null pointer access.;TS; ; i; I"GTue May 20 08:38:56 2008 Yukihiro Matsumoto ;T@ o; ;;;[ o;;I" string.c (rb_enc_strlen_cr);T;[o;;[I"Sneed to set ENC_CODERANGE_7BIT if search_nonascii() fails. [ruby-dev:34751];To;;I"string.c (rb_str_reverse);T;[o;;[I";T@ o; ;;;[o;;I"vm.c (invoke_block_from_c);T;[o;;[I"fix call flow.;TS; ; i; I"=Mon May 19 23:19:35 2008 Yusuke Endoh ;T@ o; ;;;[o;;I"regexec.c (slow_search);T;[o;;[I"icheck the case when the length is 1. The behavior of memcmp is undefined if the third argument is 0.;TS; ; i; I"=Mon May 19 21:07:48 2008 Koichi Sasada ;T@ o; ;;;[o;;I"4thread_pthread.c (native_thread_apply_priority);T;[o;;[I"0fix argument range check. [ruby-dev:33124];TS; ; i; I"@Mon May 19 18:22:35 2008 Akinori MUSHA ;T@ o; ;;;[o;;I"6ext/openssl/ossl_pkcs5.c (ossl_pkcs5_pbkdf2_hmac);T;[o;;[I"eFix the type of md; pointed out by Takahiro Kambe in [ruby-dev:34748].;TS; ; i; I"GMon May 19 17:23:55 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"regparse.c (PINC);T;[o;;[I"=use optimized enclen() instead of ONIGENC_MBC_ENC_LEN().;To;;I"regparse.c (PFETCH);T;[o;;[I" ditto.;To;;I"regparse.c (PFETCH);T;[o;;[I"small optimization.;To;;I"regexec.c (slow_search);T;[o;;[I"'single byte encoding optimization.;To;;I"regenc.h (enclen);T;[o;;[I"?avoid calling function when encoding's min_len == max_len.;To;;I"re.c (rb_reg_regsub);T;[o;;[I";rb_enc_ascget() optimization for single byte encoding.;To;;I"re.c (rb_reg_search);T;[o;;[I"Davoid allocating new re_registers if we already have MatchData.;To;;I"re.c (match_init_copy);T;[o;;[I"Bavoid unnecessary onig_region_free() before onig_region_copy.;To;;I""encoding.c (rb_enc_get_index);T;[o;;[I"1remove implicit enc_capable check each time.;To;;I""encoding.c (rb_enc_set_index);T;[o;;[I" ditto.;To;;I""encoding.c (enc_compatible_p);T;[o;;[I"small refactoring.;To;;I"-include/ruby/encoding.h (rb_enc_dummy_p);T;[o;;[I"5inline rb_enc_dummy_p() and export related code.;TS; ; i; I"=Mon May 19 14:32:03 2008 Koichi Sasada ;T@ o; ;;;[o;;I"version.h;T;[o;;[I"1fix strange change by version.h update tool.;TS; ; i; I"=Mon May 19 14:18:13 2008 Koichi Sasada ;T@ o; ;;;[o;;I"#bootstraptest/test_knownbug.rb;T;[o;;[I"move solved tests.;To;;I"Pbootstraptest/test_eval.rb, test_literal.rb, test_syntax.rb, test_thread.rb;T;[o;;[I" ditto.;To;;I"dtest/ruby/test_m17n.rb, test_proc.rb, test_sprintf.rb, test_string.rb, test/ruby/test_struct.rb;T;[o;;[I" ditto.;TS; ; i; I"BMon May 19 13:23:03 2008 NAKAMURA Usaku ;T@ o; ;;;[o;;I""process.c (rb_spawn_internal);T;[o;;[I"set last_status when status == -1 because there is no path to set it on win32. this patch is derived from [ruby-core:16787], submitted by Luis Lavena ;TS; ; i; I"=Mon May 19 11:32:47 2008 Koichi Sasada ;T@ o; ;;;[ o;;I"-vm.c, insns.def, eval.c, vm_insnhelper.c;T;[o;;[I"Pfix CREF handling. VM value stack frame of block contains cref information.;To;;0;[o;;[0o;;I"Rcompile.c, eval_intern.h, eval_method.c, load.c, proc.c, vm_dump.h, vm_core.h;T;[o;;[I" ditto.;To;;I"include/ruby/ruby.h, gc.c;T;[o;;[I".remove T_VALUES because of above changes.;To;;I"1bootstraptest/test_eval.rb, test_knownbug.rb;T;[o;;[I"move solved test.;TS; ; i; I"2008-05-18;T@ S; ; i; I"CSun May 18 22:26:51 2008 GOTOU Yuuzou ;T@ o; ;;;[o;;I"+lib/webrick/httpservlet/filehandler.rb;T;[o;;[I"should normalize path name in path_info to prevent script disclosure vulnerability on DOSISH filesystems. (fix: CVE-2008-1891) Note: NTFS/FAT filesystem should not be published by the platforms other than Windows. Pathname interpretation (including short filename) is less than perfect.;To;;I"jlib/webrick/httpservlet/abstract.rb (WEBrick::HTTPServlet::AbstractServlet#redirect_to_directory_uri);T;[o;;[I"1should escape the value of Location: header.;To;;I"*lib/webrick/httpservlet/cgi_runner.rb;T;[o;;[I"/accept interpreter command line arguments.;TS; ; i; I"=Sun May 18 02:54:46 2008 Yusuke Endoh ;T@ o; ;;;[o;;I"pack.c (pack_pack);T;[o;;[I"1check errno to detect error of ruby_strtoul.;To;;I"pack.c (pack_unpack);T;[o;;[I" ditto.;To;;I"test/ruby/test_pack.rb;T;[o;;[I"add a test for above.;TS; ; i; I"2008-05-17;T@ S; ; i; I"ESat May 17 23:53:57 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"file.c (file_expand_path);T;[o;;[I"'fix for short file name on Cygwin.;TS; ; i; I"CSat May 17 18:03:52 2008 Yuki Sonoda (Yugui) ;T@ o; ;;;[o;;I"vm.c (Init_VM);T;[o;;[I"hremoved the definition of Thread#initialize, which is overwritten in Init_Thread and is never used.;TS; ; i; I"ESat May 17 14:01:50 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"array.c (rb_ary_sort_bang);T;[o;;[I"Fshould not free shared pointer, and set shared. [ruby-dev:34732];TS; ; i; I"CSat May 17 12:34:54 2008 Yuki Sonoda (Yugui) ;T@ o; ;;;[o;;I"*thread_pthread.c (Init_native_thread);T;[o;;[I"^Kernel#.sleep used never to sleep on Mac OS X. Reported by arton .;To;;I"$thread_pthread.c (native_sleep);T;[o;;[I"added error checks.;TS; ; i; I"ESat May 17 11:29:11 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"file.c (rb_file_s_extname);T;[o;;[I"(first dot is not an extension name.;TS; ; i; I"GSat May 17 03:21:29 2008 Yukihiro Matsumoto ;T@ o; ;;;[ o;;I"array.c (rb_ary_sort_bang);T;[o;;[I"(stop memory leak. [ruby-dev:34726];To;;I"re.c (rb_reg_search);T;[o;;[I"2need to free allocated buffer in re_register.;To;;I" regexec.c (onig_region_new);T;[o;;[I" more pedantic malloc check.;To;;I"#regexec.c (onig_region_resize);T;[o;;[I" ditto.;To;;I"®exec.c (STATE_CHECK_BUFF_INIT);T;[o;;[I" ditto.;To;;I"!regexec.c (onig_region_copy);T;[o;;[I"use onig_region_resize.;TS; ; i; I"2008-05-16;T@ S; ; i; I"GFri May 16 12:48:33 2008 Yukihiro Matsumoto ;T@ o; ;;;[ o;;I"math.c (to_flo);T;[o;;[I"/rb_Float() accepts even strings for input.;To;;I"complex.c (nucomp_to_f);T;[o;;[I"fix wrong message.;To;;I"complex.c (nucomp_to_r);T;[o;;[I" ditto.;To;;I"object.c (rb_Float);T;[o;;[I"Fdo not check NaN for error. NaN is a part of valid float values.;TS; ; i; I"2008-05-15;T@ S; ; i; I"=Thu May 15 23:36:09 2008 Yusuke Endoh ;T@ o; ;;;[ o;;I"test/ruby/test_string.rb;T;[o;;[I"=add tests to achieve over 90% test coverage of string.c.;To;;I"test/ruby/test_m17n.rb;T;[o;;[I" ditto.;To;;I"test/ruby/test_symbol.rb;T;[o;;[I" ditto.;To;;I"test/ruby/test_pack.rb;T;[o;;[I" ditto.;TS; ; i; I"=Thu May 15 23:01:06 2008 Yusuke Endoh ;T@ o; ;;;[o;;I"string.c (tr_find);T;[o;;[I"RString#delete returned wrong result when multiple utf-8 arguments are passed.;To;;I")test/ruby/test_m17n.rb (test_delete);T;[o;;[I"add a test for above.;TS; ; i; I"BThu May 15 22:37:56 2008 NAKAMURA Usaku ;T@ o; ;;;[o;;I"parse.y (ripper_warningS);T;[o;;[I"now used.;TS; ; i; I"EThu May 15 15:33:59 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"file.c (file_expand_path);T;[o;;[I"Nsupport for alternative data stream and ignored trailing garbage of NTFS.;To;;I" file.c (rb_file_s_basename);T;[o;;[I" ditto.;To;;I"file.c (rb_file_s_extname);T;[o;;[I" ditto.;TS; ; i; I"GThu May 15 13:43:36 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"object.c (rb_cstr_to_dbl);T;[o;;[I"bno need for forceful warning when converting to float. overflow is a nature of float values.;To;;I"parse.y (parser_yylex);T;[o;;[I" ditto.;TS; ; i; I"GThu May 15 13:23:20 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"re.c (rb_reg_prepare_enc);T;[o;;[I"Berror condition was updated for non ASCII compatible strings.;TS; ; i; I"GThu May 15 12:19:42 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"2ext/openssl/openssl_missing.c (HMAC_CTX_copy);T;[o;;[I"adopted prototype change in openssl bundled with newer OpenBSD. a patch from Takahiro Kambe in [ruby-dev:34691].;TS; ; i; I"2008-05-14;T@ S; ; i; I"=Wed May 14 22:09:25 2008 Yusuke Endoh ;T@ o; ;;;[o;;I"ChangeLog;T;[o;;[I"fix typo.;TS; ; i; I"=Wed May 14 21:49:14 2008 Yusuke Endoh ;T@ o; ;;;[o;;I"test/ruby/test_object.rb;T;[o;;[I"Wnew tests to achieve over 90% test coverage of object.c, eval.c and eval_method.c.;To;;I"test/ruby/test_module.rb;T;[o;;[I" ditto.;To;;I"test/ruby/test_trace.rb;T;[o;;[I" ditto.;To;;I"test/ruby/test_integer.rb;T;[o;;[I" ditto.;To;;I"test/ruby/test_float.rb;T;[o;;[I" ditto.;To;;I"test/ruby/test_method.rb;T;[o;;[I" ditto.;To;;I"test/ruby/test_variable.rb;T;[o;;[I" ditto.;To;;I"test/ruby/test_eval.rb;T;[o;;[I" ditto.;To;;I" test/ruby/test_exception.rb;T;[o;;[I" ditto.;To;;I"test/ruby/test_class.rb;T;[o;;[I" ditto.;TS; ; i; I"=Wed May 14 12:46:37 2008 Koichi Sasada ;T@ o; ;;;[o;;I"!iseq.c (insn_operand_intern);T;[o;;[I" remove Qundef related code.;TS; ; i; I"@Wed May 14 12:42:36 2008 Akinori MUSHA ;T@ o; ;;;[o;;I"array.c (rb_ary_count);T;[o;;[I"6Override Enumerable#count for better performance.;TS; ; i; I"=Wed May 14 11:29:06 2008 Koichi Sasada ;T@ o; ;;;[o;;I"insns.def;T;[o;;[I""add a "putcbase" instruction.;To;;I"compile.c, insns.def;T;[o;;[I"Rfix to use putcbase instruction for class search. Qundef should not be used.;TS; ; i; I"GWed May 14 07:49:35 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"eval.c (rb_call0);T;[o;;[I"Gdefer calling of rb_frame_self() until it become really necessary.;To;;I"eval.c (rb_call);T;[o;;[I" ditto.;TS; ; i; I"=Wed May 14 00:55:56 2008 Yusuke Endoh ;T@ o; ;;;[ o;;I"test/ruby/test_io_m17n.rb;T;[o;;[I"!remove a duplicative method.;To;;I"test/ruby/test_utf16.rb;T;[o;;[I"&rename a conflicting method name.;To;;I"test/ruby/test_array.rb;T;[o;;[I" ditto.;To;;I"&test/ruby/test_file_exhaustive.rb;T;[o;;[I" ditto.;To;;I"test/ruby/test_hash.rb;T;[o;;[I" ditto.;To;;I"test/ruby/test_env.rb;T;[o;;[I" ditto.;To;;I"test/ruby/test_fixnum.rb;T;[o;;[I" ditto.;To;;I"test/ruby/test_rational.rb;T;[o;;[I" ditto.;TS; ; i; I"=Wed May 14 00:45:58 2008 Yusuke Endoh ;T@ o; ;;;[o;;I""eval_method.c (rb_add_method);T;[o;;[I"Mfix check for warning when Object#initialize is redefined. (same as 1.8);TS; ; i; I"2008-05-13;T@ S; ; i; I"ETue May 13 23:32:44 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"enum.c (enum_yield);T;[o;;[I"use rb_yield_values2.;To;;I"enum.c (DEFINE_ENUMFUNCS);T;[o;;[I"7macro to define enumerator and yielding functions.;To;;I"Ienum.c (enum_all_func, enum_any_func, enum_one_func, enum_none_func);T;[o;;[I"reduced duplicate code.;TS; ; i; I"@Tue May 13 15:09:38 2008 Akinori MUSHA ;T@ o; ;;;[o;;I"enumerator.c;T;[o;;[I"Update rdoc.;To;;I"(enumerator_initialize);T;[o;;[I"Discourage the use.;To;;I"N(enum_each_slice, enum_each_cons, enumerator_each, enumerator_with_index);T;[o;;[I"-Add a note about a call without a block.;TS; ; i; I";Tue May 13 08:25:31 2008 Tanaka Akira ;T@ o; ;;;[o;;I"io.c (rb_f_gets);T;[o;;[I"re-enable rdoc.;To;;I"(rb_f_readline);T;[o;;[I" ditto.;To;;I"(rb_f_readlines);T;[o;;[I" ditto.;TS; ; i; I"GTue May 13 07:56:36 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"string.c (rb_str_cat);T;[o;;[I"jfixed buffer overrun reported by Christopher Thompson in [ruby-core:16746];TS; ; i; I"2008-05-12;T@ S; ; i; I"=Mon May 12 23:37:57 2008 Yusuke Endoh ;T@ o; ;;;[o;;I"*vm.c (collect_local_variables_in_env);T;[o;;[I"Qremove unnecessary check which causes: x=1;proc{local_variables}.call #=> [];To;;I"test/ruby/test_variable.rb;T;[o;;[I"add a test for above.;TS; ; i; I"BMon May 12 23:05:24 2008 NAKAMURA Usaku ;T@ o; ;;;[ o;;I";process.c, include/ruby/intern.h (rb_run_exec_options);T;[o;;[I"externed.;To;;I"process.c (save_redirect_fd, save_env_i, save_env, run_exec_dup2, run_exec_open, run_exec_pgroup, run_exec_rlimit, rb_run_exec_options);T;[o;;[I"(save parent's process environments.;To;;I""process.c (rb_spawn_internal);T;[o;;[I"Jremove calling run_exec_options() because cannot restore after spawn.;To;;I"io.c (pipe_open);T;[o;;[I" ditto.;To;;I"2test/ruby/test_process.rb (test_execopts_env);T;[o;;[I"Eupcase environment variable name for case insensitive platforms.;To;;I"win32/win32.c (init_env);T;[o;;[I"Cset USER environment variable only when USERNAME is available.;TS; ; i; I";Mon May 12 22:23:01 2008 Tanaka Akira ;T@ o; ;;;[o;;I"lib/date.rb (once);T;[o;;[I"1use Object#object_id instead of Symbol#to_i.;TS; ; i; I"BMon May 12 21:34:46 2008 NAKAMURA Usaku ;T@ o; ;;;[o;;I"#test/ruby/envutil.rb (rubybin);T;[o;;[I"Creturn expanded rubyexe instead of expanded ruby if available.;TS; ; i; I"@Mon May 12 20:19:55 2008 Akinori MUSHA ;T@ o; ;;;[*o;;I"enum.c (grep_i);T;[o;;[I"7Be aware of multiple values; fix [ruby-dev:34653].;To;;I"(grep_iter_i);T;[o;;[I" Ditto.;To;;I"(count_i);T;[o;;[I" Ditto.;To;;I" (find_i);T;[o;;[I" Ditto.;To;;I"(find_index_i);T;[o;;[I" Ditto.;To;;I"(find_all_i);T;[o;;[I" Ditto.;To;;I"(reject_i);T;[o;;[I" Ditto.;To;;I"(inject_i);T;[o;;[I" Ditto.;To;;I"(inject_op_i);T;[o;;[I" Ditto.;To;;I"(partition_i);T;[o;;[I" Ditto.;To;;I"(group_by_i);T;[o;;[I" Ditto.;To;;I"(first_i);T;[o;;[I" Ditto.;To;;I"(sort_by_i);T;[o;;[I" Ditto.;To;;I" (all_i);T;[o;;[I" Ditto.;To;;I"(all_iter_i);T;[o;;[I" Ditto.;To;;I" (any_i);T;[o;;[I" Ditto.;To;;I"(any_iter_i);T;[o;;[I" Ditto.;To;;I" (one_i);T;[o;;[I" Ditto.;To;;I"(one_iter_i);T;[o;;[I" Ditto.;To;;I" (none_i);T;[o;;[I" Ditto.;To;;I"(none_iter_i);T;[o;;[I" Ditto.;To;;I" (min_i);T;[o;;[I" Ditto.;To;;I" (min_ii);T;[o;;[I" Ditto.;To;;I" (max_i);T;[o;;[I" Ditto.;To;;I" (max_ii);T;[o;;[I" Ditto.;To;;I"(minmax_i);T;[o;;[I" Ditto.;To;;I"(minmax_ii);T;[o;;[I" Ditto.;To;;I"(min_by_i);T;[o;;[I" Ditto.;To;;I"(max_by_i);T;[o;;[I" Ditto.;To;;I"(minmax_by_i);T;[o;;[I" Ditto.;To;;I"(member_i);T;[o;;[I" Ditto.;To;;I" (take_i);T;[o;;[I" Ditto.;To;;I"(take_while_i);T;[o;;[I" Ditto.;To;;I" (drop_i);T;[o;;[I" Ditto.;To;;I"(drop_while_i);T;[o;;[I" Ditto.;To;;I"(cycle_i);T;[o;;[I" Ditto.;To;;I"enum.c (each_with_index);T;[o;;[I"wUpdate rdoc. each_with_index() takes arguments that are passed through to each(), and a hash preserves key order.;TS; ; i; I"BMon May 12 19:05:24 2008 NAKAMURA Usaku ;T@ o; ;;;[o;;I""process.c (rb_spawn_internal);T;[o;;[I"`remove calling run_exec_options() because cannot restore after spawn. we'll fix this later.;TS; ; i; I"BMon May 12 18:16:44 2008 NAKAMURA Usaku ;T@ o; ;;;[o;;I""process.c (rb_spawn_internal);T;[o;;[I"eneed to call run_exec_options() before spawn if the platform doesn't have fork. [ruby-dev:34647];TS; ; i; I";Mon May 12 15:20:02 2008 Tanaka Akira ;T@ o; ;;;[o;;I"gc.c (ruby_vm_xmalloc);T;[o;;[I"increase malloc_increase only if malloc succeeds. failed malloc size can be huge. it may increase malloc_limit too big which cause less GC and memory full.;To;;I"(ruby_vm_xrealloc);T;[o;;[I" ditto.;To;;I"(rb_objspace);T;[o;;[I"2make params.limit and params.increase size_t.;TS; ; i; I"GMon May 12 15:04:58 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"re.c (rb_reg_prepare_re);T;[o;;[I",made non static with small refactoring.;To;;I",ext/strscan/strscan.c (strscan_do_scan);T;[o;;[I"3should adjust encoding before regex searching.;TS; ; i; I"GMon May 12 13:57:19 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"eval.c (is_defined);T;[o;;[I"cadd NODE_OP_ASGN_{OR,AND}. "defined?(a||=1)" should not operate assignment. [ruby-dev:34645];TS; ; i; I";Mon May 12 13:29:26 2008 Tanaka Akira ;T@ o; ;;;[o;;I"bignum.c (bigzero_p);T;[o;;[I"-check from MSB to LSB. [ruby-dev:34649];TS; ; i; I"EMon May 12 12:32:10 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"common.mk (RUBYOPT);T;[o;;[I"/affected BASERUBY too. [ruby-talk:301514];TS; ; i; I";Mon May 12 12:27:55 2008 Tanaka Akira ;T@ o; ;;;[o;;I"gc.c (assign_heap_slot);T;[o;;[I"3fix condition for number of objects in a heap.;TS; ; i; I"GMon May 12 12:24:48 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"string.c (sym_to_i);T;[o;;[I"&really removed. [ruby-dev:34641];TS; ; i; I"CMon May 12 11:15:55 2008 Yuki Sonoda (Yugui) ;T@ o; ;;;[o;;I"gc.c (assign_heap_slot);T;[o;;[I",put the binary search routine in order.;TS; ; i; I"EMon May 12 10:52:51 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I",ruby.c (ruby_init_gems), gem_prelude.rb;T;[o;;[I"4check if Gem is defined instead of Gem::Enable.;To;;I"?gem_prelude.rb (load_full_rubygems_library, const_missing);T;[o;;[I"2prevent infinite recursion. [ruby-dev:34539];TS; ; i; I"2008-05-11;T@ S; ; i; I"ESun May 11 23:19:39 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"$enum.c (all_iter_i, any_iter_i);T;[o;;[I"reduced duplicated code.;TS; ; i; I"ESun May 11 22:54:02 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"#bootstraptest/runner.rb (main);T;[o;;[I"/leave -I options for purelib.rb untouched.;To;;I"#bootstraptest/runner.rb (main);T;[o;;[I"%handle relative path -r options.;TS; ; i; I"=Sun May 11 19:04:06 2008 Yusuke Endoh ;T@ o; ;;;[o;;I"test/ruby/test_thread.rb;T;[o;;[I"Bkill and join temporal threads that are created in each test.;TS; ; i; I";Sun May 11 17:58:45 2008 Tanaka Akira ;T@ o; ;;;[o;;I"7test/ruby/test_process.rb (TestProcess#with_stdin);T;[o;;[I" defined.;To;;I"#(TestProcess#test_argv0_noarg);T;[o;;[I"-don't use redirect_fds. [ruby-dev:34647];TS; ; i; I"ESun May 11 17:57:36 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"configure.in (MINIRUBY);T;[o;;[I"/should not include extension library path.;TS; ; i; I";Sun May 11 14:40:36 2008 Tanaka Akira ;T@ o; ;;;[o;;I"$include/ruby/ruby.h (SIZET2NUM);T;[o;;[I"new macro.;To;;I"(NUM2SIZET);T;[o;;[I"new macro.;To;;I"gc.c (struct rb_objspace);T;[o;;[I"9use size_t for increment, length and used for 64bit.;To;;I"(allocate_heaps);T;[o;;[I" ditto.;To;;I"(assign_heap_slot);T;[o;;[I" ditto.;To;;I"(set_heaps_increment);T;[o;;[I" ditto.;To;;I"(gc_mark_all);T;[o;;[I" ditto.;To;;I"(is_pointer_to_heap);T;[o;;[I" ditto.;To;;I"(free_unused_heaps);T;[o;;[I" ditto.;To;;I"(gc_sweep);T;[o;;[I" ditto.;To;;I"(os_obj_of);T;[o;;[I" ditto.;To;;I"#(rb_gc_call_finalizer_at_exit);T;[o;;[I" ditto.;To;;I"(count_objects);T;[o;;[I" ditto.;TS; ; i; I";Sun May 11 13:14:09 2008 Tanaka Akira ;T@ o; ;;;[ o;;I"/thread.c (thread_cleanup_func_before_exec);T;[o;;[I"extracted from thread_cleanup_func not to touch pthread data. pthread_cond_destroy in forked process may cause deadlock on Debian GNU/Linux Etch on x86, x86-64 and IA64. this doesn't cause resource leak because the process will exec soon.;To;;I"%(terminate_atfork_before_exec_i);T;[o;;[I" defined.;To;;I"#(rb_thread_atfork_before_exec);T;[o;;[I" defined.;To;;I"9include/ruby/intern.h (rb_thread_atfork_before_exec);T;[o;;[I"declared.;To;;I"process.c (rb_exec_atfork);T;[o;;[I"Ccall rb_thread_atfork_before_exec instead of rb_thread_atfork.;To;;I"io.c (popen_exec);T;[o;;[I"Ccall rb_thread_atfork_before_exec instead of rb_thread_atfork.;TS; ; i; I"2008-05-10;T@ S; ; i; I"GSat May 10 22:14:03 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"string.c (tr_trans);T;[o;;[I"8single '^' does not mean negation. [ruby-dev:34632];To;;I"string.c (tr_trans);T;[o;;[I":should check src size, not str size. [ruby-dev:34637];To;;I"string.c (tr_trans);T;[o;;[I"Qshould not turn on modify flag if no modification happens. [ruby-dev:34631];TS; ; i; I"GSat May 10 18:11:18 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I" string.c (rb_str_each_line);T;[o;;[I"Zzero length record separator should split a string into paragraphs. [ruby-dev:34586];To;;I" string.c (rb_str_each_line);T;[o;;[I"RDoc updated.;TS; ; i; I";Sat May 10 11:36:20 2008 Tanaka Akira ;T@ o; ;;;[o;;I"vm.c (env_mark);T;[o;;[I"mark env->block.self. prevent SEGV when GC occur in prepare_iseq_build with gcc version 3.4.6 [FreeBSD] 20060305 on FreeBSD/amd64.;TS; ; i; I"2008-05-09;T@ S; ; i; I"GFri May 9 19:16:00 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"thread.c (timeofday);T;[o;;[I"cuse monotonic clock. based on a patch from zimbatm in [ruby-core:16627].;TS; ; i; I"GFri May 9 07:47:07 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"cont.c (cont_restore_0);T;[o;;[I"[dynamic stack direction code should be consistent with static one. [ruby-talk:301152];TS; ; i; I"GFri May 9 00:03:50 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"parse.y (arg);T;[o;;[I"}operator assignment "a += b rescue c" should be parsed as "a += (b rescue c)" just like normal assignment. [ruby-talk:301000];TS; ; i; I"2008-05-08;T@ S; ; i; I"GThu May 8 18:14:00 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"bignum.c (rb_big_and);T;[o;;[I"Gbit-wise operation should not take float values. [ruby-dev:34612];To;;I"bignum.c (rb_big_or);T;[o;;[I" ditto.;To;;I"bignum.c (rb_big_xor);T;[o;;[I" ditto.;TS; ; i; I"EThu May 8 17:44:13 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I")common.mk, ext/extmk.rb, lib/mkmf.rb;T;[o;;[I"#use absolute path for RUBYOPT.;To;;I"file.c (rb_find_file_ext);T;[o;;[I"guard load_path from GC. gcc version 4.1.2 20061115 (prerelease) (Debian 4.1.1-21) optimizes load_path by holding only RARRAY_LEN(load_path) and RARRAY_PTR(load_path) in registers on IA64 GNU/Linux Etch.;TS; ; i; I"EThu May 8 16:41:20 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"1configure.in (MINIRUBY), common.mk (RUBYOPT);T;[o;;[I"&add purelib.rb. [ruby-core:16642];TS; ; i; I"GThu May 8 16:00:41 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"parse.y (parser_yylex);T;[o;;[I"V! and ? at the bottom are no longer part of valid symbol names. [ruby-dev:34590];TS; ; i; I";Thu May 8 15:36:11 2008 Tanaka Akira ;T@ o; ;;;[o;;I"*thread.c (rb_gc_save_machine_context);T;[o;;[I"Vcall FLUSH_REGISTER_WINDOWS to mark the register stack from GC on another thread.;TS; ; i; I"EThu May 8 15:14:34 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"array.c (rb_ary_sort_bang);T;[o;;[I"freeze temporary array.;TS; ; i; I"EThu May 8 13:19:18 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"vm.c (rb_thread_mark);T;[o;;[I"4mark stat_insn_usage only when ptr is not null.;TS; ; i; I"GThu May 8 10:44:04 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"array.c (sort_reentered);T;[o;;[I"3reentered check may be called from Array#sort.;TS; ; i; I"EThu May 8 09:51:52 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"array.c (sort_1, sort_2);T;[o;;[I"Kcheck for reentered and if elements are accessible. [ruby-core:16679];TS; ; i; I"EThu May 8 06:43:52 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I",dln.c (dln_find_exe_r, dln_find_file_r);T;[o;;[I"reentrant versions.;To;;I"file.c (rb_find_file_ext, rb_find_file), process.c (proc_exec_v), (rb_proc_exec, proc_spawn_v, proc_spawn), ruby.c (process_options);T;[o;;[I"use reentrant versions.;TS; ; i; I"EThu May 8 06:27:33 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"thread.c (rb_thread_key_p);T;[o;;[I"$thread local storage stores ID.;TS; ; i; I"GThu May 8 01:10:03 2008 Yukihiro Matsumoto ;T@ o; ;;;[ o;;I"string.c (tr_trans);T;[o;;[I"/should squeeze properly. [ruby-dev:34587];To;;I"string.c (tr_trans);T;[o;;[I";T@ o; ;;;[o;;I",ruby.c (process_options, ruby_set_argv);T;[o;;[I"dset encoding of rb_argv after Init_prelude() because cannot load encoding extensions before it.;TS; ; i; I"GWed May 7 20:00:21 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"numeric.c (bit_coerce);T;[o;;[I"Qfloat should not be a valid operand of bitwise operations. [ruby-dev:34583];TS; ; i; I"GWed May 7 19:35:29 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"thread.c (rb_thread_key_p);T;[o;;[I"9should always convert symbol to ID. [ruby-dev:34588];TS; ; i; I"GWed May 7 19:30:34 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"numeric.c (fix_divide);T;[o;;[I"Rfloat division should floor() before rounding into integer. [ruby-dev:34584];TS; ; i; I"GWed May 7 18:02:01 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"string.c (sym_to_i);T;[o;;[I"8remove obsolete method. preparation for symbol GC.;To;;I"numeric.c (fix_to_sym);T;[o;;[I" ditto.;To;;I"numeric.c (fix_id2name);T;[o;;[I" ditto.;TS; ; i; I"EWed May 7 17:43:22 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"io.c (io_puts_ary);T;[o;;[I"-check recursion first. [ruby-dev:34580];TS; ; i; I"EWed May 7 17:41:14 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"vm.c (vm_eval_body);T;[o;;[I")initialize retval. [ruby-dev:34576];TS; ; i; I"GWed May 7 13:02:56 2008 Yukihiro Matsumoto ;T@ o; ;;;[ o;;I"bignum.c (rb_big_fdiv);T;[o;;[I"%flo.fdiv(NaN) should result NaN.;To;;I"numeric.c (num_quo);T;[o;;[I"6renamed and moved from bignum.c. [ruby-dev:34582];To;;I"bignum.c (rb_big_fdiv);T;[o;;[I"update RDoc description;To;;I"rational.c (nurat_s_new_m);T;[o;;[I"small refactoring.;To;;I"bignum.c (rb_big2dbl);T;[o;;[I"bno need for forceful warning when converting to float. overflow is a nature of float values.;TS; ; i; I"GWed May 7 00:54:25 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"$ext/zlib/zlib.c (gzreader_gets);T;[o;;[I"kmay cause infinite loop. a patch from Kouya in [ruby-reference-manual:762].;TS; ; i; I"2008-05-06;T@ S; ; i; I";Tue May 6 02:08:18 2008 Tanaka Akira ;T@ o; ;;;[o;;I"#test/io/nonblock/test_flush.rb;T;[o;;[I")don't set Thread.abort_on_exception.;To;;I"test/net/imap/test_imap.rb;T;[o;;[I";T@ o; ;;;[o;;I"!iseq.c (insn_operand_intern);T;[o;;[I"Ashould handle Qundef embedded in operand. [ruby-core:16656];TS; ; i; I"GTue May 6 00:00:02 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I""compile.c (iseq_compile_each);T;[o;;[I"Gshould call compile_cpath() for modules as well. [ruby-dev:34585];To;;I"insns.def (defineclass);T;[o;;[I"add undef handling.;TS; ; i; I"2008-05-05;T@ S; ; i; I"GMon May 5 23:49:40 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"insns.def (defineclass);T;[o;;[I"0was using wrong variable. [ruby-dev:34592];TS; ; i; I"GMon May 5 20:07:59 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"io.c (io_fflush);T;[o;;[I"`IO#flush problem within threads. a patch from in [ruby-dev:34595].;TS; ; i; I"GMon May 5 19:58:44 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"compile.c (defined_expr);T;[o;;[I"wprotect some expression from segmentation fault. a patch from wanabe in [ruby-dev:34593].;TS; ; i; I"GMon May 5 19:49:59 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"struct.c (rb_struct_s_def);T;[o;;[I"oStruct.new(0) should not SEGV. based on the patch from wanabe in [ruby-dev:34594].;To;;I"struct.c (make_struct);T;[o;;[I" call to_str on name object.;TS; ; i; I";Mon May 5 17:17:40 2008 Tanaka Akira ;T@ o; ;;;[o;;I"eval.c (ruby_cleanup);T;[o;;[I"fwrap ruby_finalize_0 by SAVE_ROOT_JMPBUF to avoid SEGV by at_exit { Fiber.new{}.resume } on IA64.;TS; ; i; I"GMon May 5 12:12:11 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I" array.c (rb_ary_slice_bang);T;[o;;[I"2should adjust length before making sub-array.;TS; ; i; I"GMon May 5 11:36:14 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"array.c (rb_ary_dup);T;[o;;[I";T@ o; ;;;[ o;;I"compile.c (compile_cpath);T;[o;;[I"'use Qundef to denote cbase lookup.;To;;I"insns.def (defineclass);T;[o;;[I" Qundef is passed for cbase.;To;;I"insns.def (setconstant);T;[o;;[I" ditto.;To;;I",vm_insnhelper.c (vm_check_if_namespace);T;[o;;[I"Kuse rb_inspect() instead of rb_obj_as_string() for better description.;TS; ; i; I";Mon May 5 02:10:23 2008 Tanaka Akira ;T@ o; ;;;[ o;;I"gc.c (set_heaps_increment);T;[o;;[I"`fix memory allocation strategy by determining heaps_inc from heaps_used, not objects_delta.;To;;I"(struct rb_objspace);T;[o;;[I"Hdelta removed. change increment, length and used to long for LP64.;To;;I"(objects_delta);T;[o;;[I" removed.;To;;I"(allocate_heaps);T;[o;;[I"$add next_heaps_length argument.;To;;I"(init_heap);T;[o;;[I"renamed from add_heap.;To;;I"(garbage_collect);T;[o;;[I"$use heaps_increment in dont_gc.;TS; ; i; I"2008-05-04;T@ S; ; i; I";Sun May 4 21:09:32 2008 Tanaka Akira ;T@ o; ;;;[o;;I"lib/getoptlong.rb;T;[o;;[I"$use $stderr instead of $deferr.;TS; ; i; I";Sun May 4 16:04:28 2008 Tanaka Akira ;T@ o; ;;;[o;;I"time.c (obj2nsec);T;[o;;[I"fix string argument.;TS; ; i; I";Sun May 4 14:29:14 2008 Tanaka Akira ;T@ o; ;;;[o;;I"eval.c (rb_obj_respond_to);T;[o;;[I"5check the result of respond_to? method by RTEST.;TS; ; i; I";Sun May 4 12:57:58 2008 Tanaka Akira ;T@ o; ;;;[o;;I" string.c (rb_str_each_line);T;[o;;[I"return original string.;TS; ; i; I"2008-05-03;T@ S; ; i; I";Sat May 3 20:57:06 2008 Tanaka Akira ;T@ o; ;;;[o;;I"Etest/ruby/envutil.rb (Test::Unit::Assertions#assert_normal_exit);T;[o;;[I"new method.;TS; ; i; I";Sat May 3 18:10:54 2008 Tanaka Akira ;T@ o; ;;;[o;;I"time.c (time_timespec);T;[o;;[I"Jraise TypeError for nil and other objects which has no divmod method.;TS; ; i; I"2008-05-02;T@ S; ; i; I"EFri May 2 23:59:26 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"3io.c (internal_read_func, internal_write_func);T;[o;;[I"!split from internal_io_func.;TS; ; i; I";Fri May 2 23:55:15 2008 Tanaka Akira ;T@ o; ;;;[o;;I"+variable.c (rb_define_hooked_variable);T;[o;;[I"Nguard *var from GC to prevent collecting argf under RUBY_DEBUG=gc_stress.;TS; ; i; I"GFri May 2 17:29:59 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"range.c (range_step);T;[o;;[I"Bcall to_int if step is not a numeric value. [ruby-dev:34575];TS; ; i; I"GFri May 2 16:10:57 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"range.c (range_step);T;[o;;[I"Edo not forcefully convert steps into integers. [ruby-dev:34571];TS; ; i; I"GFri May 2 14:52:33 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"misc/ruby-mode.el;T;[o;;[I"lmove fontifying code from hook. a patch from Phil Hagelberg in [ruby-core:16636].;TS; ; i; I"GFri May 2 14:10:17 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"range.c (range_step);T;[o;;[I"step may be bignum.;TS; ; i; I"GFri May 2 13:52:36 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"re.c (Init_Regexp);T;[o;;[I"/remove MatchData#select. [ruby-dev:34563];TS; ; i; I"2008-05-01;T@ S; ; i; I"EThu May 1 23:59:59 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"5bignum.c (rb_big_divide), numeric.c (fix_divide);T;[o;;[I"/check for result domain. [ruby-dev:34559];TS; ; i; I"IThu May 1 23:57:06 2008 James Edward Gray II ;T@ o; ;;;[o;;I"lib/net/telnet.rb;T;[o;;[I"This patch from Brian Candler adds a FailEOF mode which can be activated to have net/telnet raise EOFError exceptions when the remote connection is closed. The default behavior remains unchanged though.;TS; ; i; I"EThu May 1 23:43:21 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"range.c (range_step);T;[o;;[I"Ccheck if step can be converted to an integer. [ruby-dev:34558];To;;I"range.c (range_step);T;[o;;[I"Kallow float step bigger than zero but less than one. [ruby-dev:34557];TS; ; i; I"EThu May 1 23:20:12 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"bignum.c (rb_big_divide);T;[o;;[I"1return an integer for idiv. [ruby-dev:34553];TS; ; i; I"GThu May 1 20:47:30 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"hash.c (rb_hash_s_create);T;[o;;[I"9should access converted hash value. [ruby-dev:34555];TS; ; i; I"GThu May 1 20:31:09 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"Dtest/ruby/test_parse.rb (TestParse::test_void_expr_stmts_value);T;[o;;[I"shut up warning.;To;;I"rational.c (nurat_to_f);T;[o;;[I"bno need for forceful warning when converting to float. overflow is a nature of float values.;TS; ; i; I"EThu May 1 16:10:21 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"hash.c (env_delete_if);T;[o;;[I":return enumerator if no block given. [ruby-dev:34554];TS; ; i; I"2008-04-30;T@ S; ; i; I"IWed Apr 30 21:36:40 2008 Masatoshi SEKI ;T@ o; ;;;[o;;I"lib/erb.rb (url_encode);T;[o;;[I"J[ruby-dev:34497] ERB::Util#url_encode bug fix. Reported by rubikitch.;To;;I"test/erb/test_erb.rb;T;[o;;[I" ditto;TS; ; i; I"IWed Apr 30 20:11:36 2008 James Edward Gray II ;T@ o; ;;;[o;;I"lib/net/telnet.rb;T;[o;;[I"Fixing a bug where line endings would not be properly escaped when the two character ending was broken up into separate TCP packets. Issue reported and patched by Brian Candler.;TS; ; i; I"EWed Apr 30 18:03:01 2008 Nobuyoshi Nakada ;T@ o; ;;;[ o;;I"/load.c (rb_load_path), vm_core.h (rb_vm_t);T;[o;;[I"moved to VM.;To;;I"load.c (rb_get_load_path);T;[o;;[I" returns absolute load path.;To;;I"load.c (load_path_getter);T;[o;;[I"$LOAD_PATH getter.;To;;I"Wfile.c (rb_find_file_ext, rb_find_file), ruby.c (push_include, ruby_init_loadpath);T;[o;;[I"use the accessor.;To;;I"vm.c (rb_vm_mark);T;[o;;[I"mark load_path.;TS; ; i; I"EWed Apr 30 17:47:21 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"re.c (rb_reg_search);T;[o;;[I"luse local variable. a patch from wanabe in [ruby-dev:34537]. [ruby-dev:34492];TS; ; i; I"=Wed Apr 30 16:10:18 2008 Yusuke Endoh ;T@ o; ;;;[o;;I"eval_intern.h;T;[o;;[I"Rspecify the values of the enumeration constants explicitly. [ruby-dev:34489];TS; ; i; I";Wed Apr 30 12:32:39 2008 Tanaka Akira ;T@ o; ;;;[o;;I"'process.c (check_exec_redirect_fd);T;[o;;[I"prohibit duplex IO.;To;;I"(check_exec_fds);T;[o;;[I":record maxhint even if close_others is not specified.;To;;I"(rb_exec_arg_fixup);T;[o;;[I""renamed from rb_exec_arg_fix.;TS; ; i; I"2008-04-28;T@ S; ; i; I"AMon Apr 28 20:24:27 2008 Tadayoshi Funaba ;T@ o; ;;;[o;;I"$rational.c (nurat_marshal_load);T;[o;;[I"3checks the given denominator. [ruby-dev:34536];TS; ; i; I";Mon Apr 28 14:21:18 2008 Tanaka Akira ;T@ o; ;;;[o;;I"%include/ruby/ruby.h (POSFIXABLE);T;[o;;[I"use FIXNUM_MAX+1 instead of FIXNUM_MAX to make it possible to convert to double accurately on environments with 64bit VALUE and 64bit double. It assumes FLT_RADIX is 2. fix RubyForge bug #14102.;TS; ; i; I"BMon Apr 28 12:48:57 2008 NAKAMURA Usaku ;T@ o; ;;;[o;;I"7process.c (rb_exec_arg_addopt, rb_exec_arg_addopt);T;[o;;[I"Vnow can specify close_exec on having no fork environment (but still meaningless).;TS; ; i; I";Mon Apr 28 11:11:29 2008 Tanaka Akira ;T@ o; ;;;[o;;I"!process.c (run_exec_options);T;[o;;[I" don't call FIX2INT for nil.;TS; ; i; I"GMon Apr 28 11:11:38 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"proc.c (method_name);T;[o;;[I"?should return symbols instead of strings. [ruby-dev:34531];TS; ; i; I";Mon Apr 28 09:02:43 2008 Tanaka Akira ;T@ o; ;;;[o;;I"-include/ruby/intern.h (rb_exec_arg_init);T;[o;;[I"declared.;To;;I"(rb_exec_arg_addopt);T;[o;;[I"declared.;To;;I"(rb_exec_arg_fix);T;[o;;[I"declared.;To;;I"(rb_exec_initarg);T;[o;;[I" removed.;To;;I"(rb_exec_getargs);T;[o;;[I" removed.;To;;I"(rb_exec_initarg2);T;[o;;[I" removed.;To;;I"io.c (struct popen_arg);T;[o;;[I"make execarg as a pointer.;To;;I"(popen_exec);T;[o;;[I"follow popen_arg change.;To;;I"(pipe_open);T;[o;;[I"kadd eargp argument. extract argc and argv from eargp. use rb_exec_arg_addopt to add redirect options.;To;;I"(pipe_open_v);T;[o;;[I"set up struct rb_exec_arg.;To;;I"(pipe_open_s);T;[o;;[I"set up struct rb_exec_arg.;To;;I"#process.c (rb_exec_arg_addopt);T;[o;;[I"6new function extracted from check_exec_options_i.;To;;I"(check_exec_options_i);T;[o;;[I"use rb_exec_arg_addopt.;To;;I"(rb_check_exec_options);T;[o;;[I""opthash is always a hash now.;To;;I"(rb_exec_getargs);T;[o;;[I"make it static.;To;;I"(rb_exec_fillarg);T;[o;;[I"?renamed from rb_exec_initarg2. don't set up redirect_fds.;To;;I"(rb_exec_arg_init);T;[o;;[I"new function.;To;;I"(rb_exec_arg_fix);T;[o;;[I"new function.;To;;I"(rb_f_exec);T;[o;;[I"buse rb_exec_arg_init and rb_exec_arg_fix. use rb_exec_arg_addopt to set close_others option.;To;;I"(run_exec_options);T;[o;;[I""make close_others by default.;To;;I"(rb_spawn_internal);T;[o;;[I"buse rb_exec_arg_init and rb_exec_arg_fix. use rb_exec_arg_addopt to set close_others option.;TS; ; i; I"2008-04-27;T@ S; ; i; I"ASun Apr 27 18:59:04 2008 Tadayoshi Funaba ;T@ o; ;;;[o;;I"rational.c (nurat_expt);T;[o;;[I"*use f_rational_new2. [ruby-dev:34524];TS; ; i; I"=Sun Apr 27 15:23:40 2008 Koichi Sasada ;T@ o; ;;;[o;;I"gc.c (gc_count);T;[o;;[I"Eadd a GC.count method. This method returns a GC invoking count.;TS; ; i; I"ESun Apr 27 12:20:33 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"Kvm_core.h (rb_vm_t), gc.c (rb_objspace, rb_newobj), vm.c (Init_BareVM);T;[o;;[I"8per-VM object space support, which is disabled now.;To;;I"1gc.c (rb_objspace_alloc), vm.c (Init_BareVM);T;[o;;[I"%should not use ruby malloc here.;To;;I" gc.c (garbage_collect, etc);T;[o;;[I"qperformance improvement by passing the reference instead of referring the global variable in each functions.;TS; ; i; I"BSun Apr 27 08:06:15 2008 NARUSE, Yui ;T@ o; ;;;[o;;I"ruby.c (ruby_set_argv);T;[o;;[I"6ARGV should be locale encoding. [ruby-list:44861];TS; ; i; I";Sun Apr 27 01:46:29 2008 Tanaka Akira ;T@ o; ;;;[o;;I"!lib/open3.rb (Open3.popen3w);T;[o;;[I" removed.;To;;I"(Open3.popen3);T;[o;;[I"notice wait_thr.;TS; ; i; I"ASun Apr 27 01:13:05 2008 Eric Hodel ;T@ o; ;;;[o;;I"lib/rdoc, test/rdoc;T;[o;;[I"Update to RDoc 2.0.0 r56.;TS; ; i; I"2008-04-26;T@ S; ; i; I";Sat Apr 26 21:30:40 2008 Tanaka Akira ;T@ o; ;;;[o;;I"(include/ruby/intern.h (rb_hash_dup);T;[o;;[I"declared.;To;;I"hash.c (rb_hash_dup);T;[o;;[I"new function.;To;;I""process.c (rb_spawn_internal);T;[o;;[I"don't modify option hash.;TS; ; i; I"ESat Apr 26 18:36:31 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"Dio.c, signal.c, thread.c, thread_win32.c, include/ruby/intern.h;T;[o;;[I"suppress warnings.;TS; ; i; I"ESat Apr 26 17:42:30 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"2error.c (builtin_types), gc.c (count_objects);T;[o;;[I" added Complex and Rational.;TS; ; i; I"ESat Apr 26 17:35:19 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"error.c (rb_eNOERROR);T;[o;;[I" renamed.;TS; ; i; I"=Sat Apr 26 17:30:11 2008 Koichi Sasada ;T@ o; ;;;[o;;I"include/ruby/ruby.h, gc.c;T;[o;;[I"remove T_BLOCK.;To;;I"include/ruby/ruby.h;T;[o;;[I"re-number T_xxx.;TS; ; i; I"ESat Apr 26 17:31:09 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"2process.c (rb_cProcessTms, rb_cProcessStatus);T;[o;;[I" renamed.;To;;I"eerror.c (builtin_types), signal.c (siglist), st.c (primes), struct.c (ref_func), time.c (months);T;[o;;[I"constified.;TS; ; i; I";Sat Apr 26 13:00:41 2008 Tanaka Akira ;T@ o; ;;;[o;;I"lib/open3.rb;T;[o;;[I":double fork is replaced by spawn with Process.detach.;To;;I"(Open3.popen3w);T;[o;;[I"@new method to access the thread returned by Process.detach.;TS; ; i; I";Sat Apr 26 00:47:43 2008 Tanaka Akira ;T@ o; ;;;[o;;I""process.c (rb_spawn_internal);T;[o;;[I"2new function to specify default_close_others.;To;;I"(rb_spawn);T;[o;;[I"'specify default_close_others true.;To;;I"(rb_f_system);T;[o;;[I"?call rb_spawn_internal with default_close_others as false.;TS; ; i; I"GSat Apr 26 12:26:41 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"range.c (range_each);T;[o;;[I"%use INT2FIX() for fixnum values.;TS; ; i; I"2008-04-25;T@ S; ; i; I"GFri Apr 25 17:56:25 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"gc.c (free_unused_heaps);T;[o;;[I"=preserve last used heap segment to reduce malloc() call.;TS; ; i; I"GFri Apr 25 17:54:10 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"gc.c (HEAP_SIZE);T;[o;;[I"zuse smaller heap segment (2K) for more chance to be freed. based on patch from authorNari .;To;;I"gc.c (rb_newobj_from_heap);T;[o;;[I"'eventually allocate heap segments.;TS; ; i; I"EFri Apr 25 15:35:36 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"process.c (rb_spawn);T;[o;;[I"9rb_exec_initarg() returns new argc and argv in earg.;TS; ; i; I"EFri Apr 25 12:37:54 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"array.c (flatten);T;[o;;[I"9returns an instance of same class. [ruby-core:16554];TS; ; i; I"BFri Apr 25 10:52:27 2008 NAKAMURA Usaku ;T@ o; ;;;[o;;I"include/ruby/win32.h;T;[o;;[I"define mode_t for umask.;To;;I"Gprocess.c (check_exec_options_i, check_exec_fds, run_exec_options);T;[o;;[I";support "close_others" only when fork(2) is available.;TS; ; i; I";Fri Apr 25 00:16:11 2008 Tanaka Akira ;T@ o; ;;;[o;;I"process.c;T;[o;;[I""include sys/stat.h for umask.;TS; ; i; I"2008-04-24;T@ S; ; i; I";Thu Apr 24 23:25:17 2008 Tanaka Akira ;T@ o; ;;;[7o;;I")include/ruby/intern.h (rb_env_clear);T;[o;;[I"declared.;To;;I"(rb_io_mode_modenum);T;[o;;[I"declared.;To;;I"(rb_close_before_exec);T;[o;;[I"declared.;To;;I"(struct rb_exec_arg);T;[o;;[I"(add options and redirect_fds field.;To;;I"(rb_check_argv);T;[o;;[I" removed.;To;;I"(rb_exec_initarg);T;[o;;[I"declared.;To;;I"(rb_exec_getargs);T;[o;;[I"declared.;To;;I"(rb_exec_initarg2);T;[o;;[I"declared.;To;;I"(rb_fork);T;[o;;[I"add third argument: fds.;To;;I"io.c (max_file_descriptor);T;[o;;[I"Enew static variable to record maximum file descriptor ruby used.;To;;I"(UPDATE_MAXFD);T;[o;;[I"new macro.;To;;I"(UPDATE_MAXFD_PIPE);T;[o;;[I"new macro.;To;;I"(rb_io_mode_modenum);T;[o;;[I"externed.;To;;I"(rb_sysopen);T;[o;;[I" update max_file_descriptor.;To;;I"(rb_close_before_exec);T;[o;;[I"new function.;To;;I"(popen_exec);T;[o;;[I"Hredirection removed because it is done by extended spawn mechanism.;To;;I"(pipe_open);T;[o;;[I"?generate a hash for spawn options to specify redirections.;To;;I"(pipe_open_v);T;[o;;[I"use rb_exec_getargs.;To;;I"(pipe_open_s);T;[o;;[I"use rb_exec_getargs.;To;;I"(rb_io_initialize);T;[o;;[I" update max_file_descriptor.;To;;I"process.c (hide_obj);T;[o;;[I"new function.;To;;I"(check_exec_redirect_fd);T;[o;;[I"new function.;To;;I"(check_exec_redirect);T;[o;;[I"new function.;To;;I"(check_exec_options_i);T;[o;;[I"new function.;To;;I"(check_exec_fds);T;[o;;[I"new function.;To;;I"(rb_check_exec_options);T;[o;;[I"new function.;To;;I"(check_exec_env_i);T;[o;;[I"new function.;To;;I"(rb_check_exec_env);T;[o;;[I"new function.;To;;I"(rb_exec_getargs);T;[o;;[I"new function.;To;;I"(rb_exec_initarg2);T;[o;;[I"new function.;To;;I"(rb_exec_initarg);T;[o;;[I"new function.;To;;I"(rb_f_exec);T;[o;;[I"use rb_exec_initarg.;To;;I" (intcmp);T;[o;;[I"new function.;To;;I"(run_exec_dup2);T;[o;;[I"new function.;To;;I"(run_exec_close);T;[o;;[I"new function.;To;;I"(run_exec_open);T;[o;;[I"new function.;To;;I"(run_exec_pgroup);T;[o;;[I"new function.;To;;I"(run_exec_rlimit);T;[o;;[I"new function.;To;;I"(run_exec_options);T;[o;;[I"new function.;To;;I"(rb_exec);T;[o;;[I"call run_exec_options.;To;;I"(move_fds_to_avoid_crash);T;[o;;[I"new function.;To;;I"(pipe_nocrash);T;[o;;[I"new function.;To;;I"(rb_fork);T;[o;;[I"9use pipe_nocrash to avoid file descriptor conflicts.;To;;I"(rb_spawn);T;[o;;[I"use rb_exec_initarg.;To;;I"(rlimit_resource_name2int);T;[o;;[I")extracted from rlimit_resource_type.;To;;I"(rlimit_type_by_hname);T;[o;;[I"new function.;To;;I"(rlimit_type_by_lname);T;[o;;[I"new function.;To;;I"(rlimit_resource_type);T;[o;;[I"use rlimit_type_by_hname.;To;;I"(proc_daemon);T;[o;;[I""add fds argument for rb_fork.;To;;I"hash.c (rb_env_clear);T;[o;;[I":renamed from env_clear and externed. [ruby-dev:34086];TS; ; i; I"=Thu Apr 24 23:00:58 2008 Yusuke Endoh ;T@ o; ;;;[o;;I"test/ruby/test_thread.rb;T;[o;;[I"fix typos.;To;;I"$test/ruby/envutil.rb (rubyexec);T;[o;;[I"/move Open3.popen3 call into timeout block.;TS; ; i; I"=Thu Apr 24 22:34:52 2008 Yusuke Endoh ;T@ o; ;;;[o;;I"!test/ruby/test_comparable.rb;T;[o;;[I"Inew tests for Comparable, to achieve 100% test coverage of compar.c.;TS; ; i; I"GThu Apr 24 17:19:01 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"ruby.c (process_options);T;[o;;[I";set safe_level before loading script. [ruby-dev:34421];TS; ; i; I"EThu Apr 24 14:15:11 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"dln.c (dln_find_1);T;[o;;[I"Mprior files with extensions to files sans extensions. [ruby-core:16517];TS; ; i; I"BThu Apr 24 00:26:06 2008 NAKAMURA Usaku ;T@ o; ;;;[o;;I" lib/rdoc/ri/descriptions.rb;T;[o;;[I" fixed wrong class nestings.;TS; ; i; I"=Thu Apr 24 00:20:01 2008 Yusuke Endoh ;T@ o; ;;;[ o;;I"#test/ruby/test_settracefunc.rb;T;[o;;[I"#add a test for set_trace_func.;To;;I"test/ruby/envutil.rb;T;[o;;[I"5move "rubyexec" method from test_rubyoptions.rb.;To;;I""test/ruby/test_rubyoptions.rb;T;[o;;[I" use rubyexec in envutil.rb.;To;;I"test/ruby/test_thread.rb;T;[o;;[I"=add tests to achieve over 90% test coverage of thread.c.;TS; ; i; I"2008-04-23;T@ S; ; i; I"EWed Apr 23 15:28:52 2008 Kazuhiro NISHIYAMA ;T@ o; ;;;[o;;I";T@ o; ;;;[o;;I";T@ o; ;;;[o;;I",test/openssl/test_ssl.rb (start_server);T;[o;;[I" add timeout to server.join.;TS; ; i; I"EWed Apr 23 00:18:45 2008 Kazuhiro NISHIYAMA ;T@ o; ;;;[o;;I"7test/ruby/test_symbol.rb (TestSymbol#test_to_proc);T;[o;;[I"%Improve tests of Symbol#to_proc.;TS; ; i; I"2008-04-22;T@ S; ; i; I"GTue Apr 22 22:40:57 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I";lib/drb/drb.rb (DRb::DRbServer::check_insecure_method);T;[o;;[I"should check method names by symbols, not by strings. a patch from Kazuhiro NISHIYAMA in [ruby-dev:34487].;TS; ; i; I"ETue Apr 22 22:15:54 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"8misc/ruby-style.el (ruby-style-{case,label}-indent);T;[o;;[I"$up list from indentation point.;TS; ; i; I"BTue Apr 22 21:09:05 2008 NARUSE, Yui ;T@ o; ;;;[ o;;I";T@ o; ;;;[o;;I"$ext/nkf/nkf-utf8/nkf.c (z_conv);T;[o;;[I"!characters must be nkf_char.;TS; ; i; I"@Tue Apr 22 19:23:05 2008 Akinori MUSHA ;T@ o; ;;;[o;;I")enumerator.c (enumerator_initialize);T;[o;;[I"tRemove an undocumented feature (passing a block to the constructor) that's broken. This is not what I intended.;TS; ; i; I"GTue Apr 22 17:54:05 2008 URABE Shyouhei ;T@ o; ;;;[o;;I"!vm_core.h (exec_event_hooks);T;[o;;[I"6``inline'' is a type modifier, not a type itself.;TS; ; i; I"GTue Apr 22 16:24:27 2008 URABE Shyouhei ;T@ o; ;;;[o;;I"%string.c (rb_enc_cr_str_buf_cat);T;[o;;[I"do not use C++ comments.;TS; ; i; I"GTue Apr 22 16:23:53 2008 URABE Shyouhei ;T@ o; ;;;[o;;I"configure.in;T;[o;;[I""use AC_USE_SYSTEM_EXTENSIONS.;TS; ; i; I"GTue Apr 22 16:23:16 2008 URABE Shyouhei ;T@ o; ;;;[o;;I" vm_evalbody.c (DECL_SC_REG);T;[o;;[I"use __asm__ instead.;TS; ; i; I"ETue Apr 22 16:18:30 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I" vm_evalbody.c (DECL_SC_REG);T;[o;;[I"typo fixed.;TS; ; i; I"ETue Apr 22 15:25:04 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"#configure.in (struct timespec);T;[o;;[I"%needs time.h according to POSIX.;TS; ; i; I"GTue Apr 22 13:19:48 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"+thread.c (rb_thread_stop_timer_thread);T;[o;;[I"4should clear timer_thread_id after stopping it.;TS; ; i; I"ETue Apr 22 13:12:58 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"thread.c (thread_join);T;[o;;[I"Gremove the current thread from the join list of the target thread.;TS; ; i; I"ETue Apr 22 12:03:50 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"&vm_insnhelper.c (vm_get_ev_const);T;[o;;[I"/search from the base klass if it is given.;TS; ; i; I"BTue Apr 22 09:58:13 2008 NAKAMURA Usaku ;T@ o; ;;;[o;;I"ext/win32ole/win32ole.c;T;[o;;[I"avoid warnings.;TS; ; i; I"BTue Apr 22 09:56:51 2008 NAKAMURA Usaku ;T@ o; ;;;[o;;I"file.c (eaccess);T;[o;;[I"?workaround for recent msvcrt's behavior. [ruby-core:16460];TS; ; i; I"2008-04-21;T@ S; ; i; I";Mon Apr 21 19:08:32 2008 Tanaka Akira ;T@ o; ;;;[o;;I"io.c (copy_stream_body);T;[o;;[I"8call rb_io_check_readable and rb_io_check_writable.;TS; ; i; I"@Mon Apr 21 17:45:27 2008 Akinori MUSHA ;T@ o; ;;;[o;;I"Cext/dbm/dbm.c (fdbm_each_value, fdbm_each_key, fdbm_each_pair);T;[o;;[I"ZGDBM#{each,each_pair,each_key,each_value}: Return an enumerator if no block is given.;To;;I"Hext/gdbm/gdbm.c (fgdbm_each_value, fgdbm_each_key, fgdbm_each_pair);T;[o;;[I"ZGDBM#{each,each_pair,each_key,each_value}: Return an enumerator if no block is given.;To;;I"1ext/openssl/ossl_config.c (ossl_config_each);T;[o;;[I"EOpenSSL::Config#each: Return an enumerator if no block is given.;To;;I"(ext/readline/readline.c (hist_each);T;[o;;[I"GReadline::HISTORY#each: Return an enumerator if no block is given.;To;;I"Hext/sdbm/init.c (fsdbm_each_value, fsdbm_each_key, fsdbm_each_pair);T;[o;;[I"ZSDBM#{each,each_pair,each_key,each_value}: Return an enumerator if no block is given.;To;;I":ext/stringio/stringio.c (strio_each_byte, strio_each);T;[o;;[I"TStringIO#{each,each_line,each_byte}: Return an enumerator if no block is given.;To;;I",ext/stringio/stringio.c (Init_stringio);T;[o;;[I"YAdd #lines and #bytes, which are aliases to #each_line and #each_byte, respectively.;To;;I"(ext/win32ole/win32ole.c (fole_each);T;[o;;[I">WIN32OLE#each: Return an enumerator if no block is given.;To;;I">ext/zlib/zlib.c (rb_gzreader_each_byte, rb_gzreader_each);T;[o;;[I"\Zlib::GzipReader#{each,each_line,each_byte}: Return an enumerator if no block is given.;To;;I" ext/zlib/zlib.c (Init_zlib);T;[o;;[I"iAdd Zlib::GzipReader#lines and #bytes, which are aliases to #each_line and #each_byte, respectively.;TS; ; i; I"EMon Apr 21 17:01:44 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I")iseq.c (rb_iseq_compile_with_option);T;[o;;[I"0check if src is a string. [ruby-core:16453];TS; ; i; I"GMon Apr 21 16:06:47 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"#enumerator.c (enumerator_init);T;[o;;[I"$preserve the method name in ID.;To;;I"#enumerator.c (enumerator_each);T;[o;;[I"!need not to call rb_to_id().;To;;I")enumerator.c (enumerator_with_index);T;[o;;[I" ditto.;TS; ; i; I"GMon Apr 21 11:00:27 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"compile.c (defined_expr);T;[o;;[I"capture exception during defined? evaluation. a patch from wanabe in [ruby-dev:34461]. [ruby-core:16010];TS; ; i; I"GMon Apr 21 10:06:26 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I" time.c;T;[o;;[I"0should include to refer to errno.;TS; ; i; I"BMon Apr 21 09:58:04 2008 NAKAMURA Usaku ;T@ o; ;;;[o;;I"time.c (rb_strftime);T;[o;;[I"qcheck errno to detect strftime(3)'s error. this is workaround for recent version of MSVCRT. [ruby-dev:34456];TS; ; i; I"BMon Apr 21 08:54:30 2008 NAKAMURA Usaku ;T@ o; ;;;[o;;I"gc.c (ruby_xmalloc);T;[o;;[I"4use size_t for malloc argument instead of long.;TS; ; i; I"2008-04-20;T@ S; ; i; I"@Sun Apr 20 21:00:21 2008 Akinori MUSHA ;T@ o; ;;;[o;;I"&enumerator.c, include/ruby/ruby.h;T;[o;;[I"Export rb_cEnumerator.;TS; ; i; I"@Sun Apr 20 20:47:50 2008 Akinori MUSHA ;T@ o; ;;;[o;;I"enumerator.c;T;[o;;[I"Resolve the method every time an enumeration method is run, not once when the enumerator is initialized as it was before, so that method_missing() and method (re)definition afterwards are both in effect; pointed out in: [ruby-core:16441];TS; ; i; I";Sun Apr 20 15:11:00 2008 Tanaka Akira ;T@ o; ;;;[o;;I"#io.c (copy_stream_rbuf_to_dst);T;[o;;[I" removed.;To;;I" (copy_stream_fallback_body);T;[o;;[I"don't bypass write method.;To;;I"(copy_stream_body);T;[o;;[I"simplified.;TS; ; i; I"ESun Apr 20 15:01:25 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I")vm_core.h (struct iseq_compile_data);T;[o;;[I"*moved label_no from new_label_body().;To;;I")compile.c (iseq_set_exception_table);T;[o;;[I"3allocates catch_table only when entries exist.;To;;I"@compile.c (struct iseq_link_element, struct iseq_insn_data);T;[o;;[I"made enum for debuggers.;TS; ; i; I"ESun Apr 20 14:44:45 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I""compile.c (iseq_compile_each);T;[o;;[I"yfix for splat in when and rescue. a patch from wanabe in [ruby-dev:34429]. [ruby-core:14537];TS; ; i; I";Sun Apr 20 13:55:37 2008 Tanaka Akira ;T@ o; ;;;[o;;I" io.c (copy_stream_fallback);T;[o;;[I"9write directly (bypassing write method) if possible.;TS; ; i; I";Sun Apr 20 12:49:03 2008 Tanaka Akira ;T@ o; ;;;[o;;I" io.c (copy_stream_fallback);T;[o;;[I">read directly (bypassing readpartial method) if possible.;TS; ; i; I";Sun Apr 20 04:45:13 2008 Tanaka Akira ;T@ o; ;;;[o;;I"io.c (copy_stream_body);T;[o;;[I"Luse readpartial and write method for non-IOs such as StringIO and ARGF.;TS; ; i; I"2008-04-18;T@ S; ; i; I"=Fri Apr 18 20:57:33 2008 Yusuke Endoh ;T@ o; ;;;[o;;I"test/ruby/test_array.rb;T;[o;;[I";T@ o; ;;;[o;;I" gc.c (rb_gc_mark_locations);T;[o;;[I"get rid of underflow.;To;;I"(gc.c (mark_current_machine_context);T;[o;;[I"jcheck if the main thread stack position may shrink under the initialized position. [ruby-core:16436];TS; ; i; I"2008-04-17;T@ S; ; i; I"=Thu Apr 17 22:20:52 2008 Yusuke Endoh ;T@ o; ;;;[ o;;I"Cenc/trans/utf_16_32.c (fun_so_to_utf_16be, fun_so_to_utf_16le);T;[o;;[I"/add parentheses to remove warnings of gcc.;To;;I"io.c (rb_io_getc);T;[o;;[I"remove unused variables.;To;;I"%compile.c (NODE_NEXT, NODE_REDO);T;[o;;[I"remove unused labels.;To;;I"#ext/nkf/nkf.c (rb_nkf_convert);T;[o;;[I"remove unused variables.;To;;I"dext/syck/rubyext.c (syck_resolver_initialize, syck_resolver_detect_implicit, syck_emitter_emit);T;[o;;[I"remove unused variables.;TS; ; i; I"=Thu Apr 17 20:12:47 2008 Yusuke Endoh ;T@ o; ;;;[o;;I"0test/ruby/test_rubyoptions.rb (test_search);T;[o;;[I"enable some assertions.;To;;I""test/ruby/test_rubyoptions.rb;T;[o;;[I"flunk message in win32.;TS; ; i; I"EThu Apr 17 16:07:12 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I")test/ruby/test_rubyoptions.rb (ruby);T;[o;;[I"run in C locale.;To;;I"2test/ruby/test_rubyoptions.rb (test_encoding);T;[o;;[I",--encoding does not affect source code.;TS; ; i; I"=Thu Apr 17 00:45:41 2008 Yusuke Endoh ;T@ o; ;;;[o;;I"3test/ruby/test_process.rb (test_rlimit_nofile);T;[o;;[I"0reset RLIMIT_NOFILE before exit (for gcov).;To;;I""test/ruby/test_rubyoptions.rb;T;[o;;[I"[new tests for option of ruby interpreter, to achieve over 95% test coverage of ruby.c.;TS; ; i; I"2008-04-16;T@ S; ; i; I"EWed Apr 16 02:40:44 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"ruby.c (process_options);T;[o;;[I"Gpreludes and parser need to run in safe level 0. [ruby-dev:34407];TS; ; i; I"EWed Apr 16 02:26:27 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"ruby.c (process_options);T;[o;;[I"_dln_find_file returns the pointer to a static buffer, so should copy it. [ruby-dev:34409];TS; ; i; I"2008-04-15;T@ S; ; i; I"?Tue Apr 15 23:08:46 2008 Kouhei Sutou ;T@ o; ;;;[o;;I"lib/xmlrpc/client.rb;T;[o;;[I"*fix cookie handling. [ruby-dev:34403];To;;I"test/xmlrpc/test_cookie.rb;T;[o;;[I""add a test for the above fix.;TS; ; i; I"GTue Apr 15 19:20:14 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I" io.c;T;[o;;[I")#undef rb_argv moved before #define.;TS; ; i; I"ETue Apr 15 18:02:17 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"$include/ruby/intern.h (rb_argv);T;[o;;[I"3replaced with rb_get_argv(). [ruby-Bugs-19514];TS; ; i; I"ETue Apr 15 17:10:59 2008 Kazuhiro NISHIYAMA ;T@ o; ;;;[o;;I"5lib/net/http.rb, lib/net/smtp.rb, lib/net/pop.rb;T;[o;;[I"'update URLs of Japanese documents.;TS; ; i; I"ETue Apr 15 16:45:14 2008 Kazuhiro NISHIYAMA ;T@ o; ;;;[o;;I"7test/ruby/test_symbol.rb (TestSymbol#test_to_proc);T;[o;;[I"add tests.;TS; ; i; I"ETue Apr 15 15:38:02 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"*misc/ruby-mode.el (ruby-encoding-map);T;[o;;[I"(added shift-jis for older versions.;To;;I"/misc/ruby-mode.el (ruby-mode-set-encoding);T;[o;;[I"coding-system-to-mime-charset is not a standard function. [carbon-emacs:795] fix for the case that magic comment exists but coding system is absent.;To;;I""misc/ruby-mode.el (ruby-mode);T;[o;;[I"Muse write-contents-functions or write-contents-hooks for older versions.;TS; ; i; I"ATue Apr 15 07:21:21 2008 Tadayoshi Funaba ;T@ o; ;;;[ o;;I"complex.c (nucomp_div);T;[o;;[I"[ruby-dev:34357];To;;I"complex.c (nucomp_abs);T;[o;;[I"use hypot.;To;;I"complex.c (nucomp_quo);T;[o;;[I"do not force conversion.;To;;I"test/ruby/test_complex.rb;T;[o;;[I"$omitted some meaningless tests.;TS; ; i; I"2008-04-14;T@ S; ; i; I"=Mon Apr 14 23:25:50 2008 Yusuke Endoh ;T@ o; ;;;[o;;I""test/ruby/test_objectspace.rb;T;[o;;[I".add a test for ObjectSpace.count_objects.;TS; ; i; I"GMon Apr 14 22:44:24 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"#file.c (SET_EXTERNAL_ENCODING);T;[o;;[I";avoid call rb_enc_check() on half-baked result string.;To;;I"re.c (rb_reg_search);T;[o;;[I"-make search reentrant. [ruby-dev:34223];To;;I">test/ruby/test_parse.rb (TestParse::test_global_variable);T;[o;;[I"!should preserve $& variable.;TS; ; i; I"@Mon Apr 14 17:23:27 2008 Akinori MUSHA ;T@ o; ;;;[o;;I"Thash.c (rb_hash_delete_if, rb_hash_reject_bang, env_delete_if, env_reject_bang);T;[o;;[I"/Return an enumerator if no block is given.;TS; ; i; I"EMon Apr 14 14:33:59 2008 Nobuyoshi Nakada ;T@ o; ;;;[ o;;I")compile.c, compile.h (compile_debug);T;[o;;[I"made runtime option.;To;;I"&debug.c (ruby_debug_print_indent);T;[o;;[I"2returns if debug_level exceeds the threshold.;To;;I" debug.c (ruby_debug_printf);T;[o;;[I"printf to stderr.;To;;I";T@ o; ;;;[o;;I"gc.c (Init_stack);T;[o;;[I"+use ruby_init_stack. [ruby-dev:34350];To;;I"gc.c (rb_objspace_t);T;[o;;[I"&packed globals. [ruby-dev:34348];To;;I"gc.c (finalizers);T;[o;;[I"removed. [ruby-dev:34349];TS; ; i; I"GMon Apr 14 11:30:07 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"array.c (ary_new);T;[o;;[I"|new integer overflow check condition. suggested by TOYOFUKU Chikanobu in [ruby-dev:34156].;To;;I" array.c (rb_ary_initialize);T;[o;;[I" ditto.;TS; ; i; I"=Mon Apr 14 00:51:40 2008 Yusuke Endoh ;T@ o; ;;;[o;;I"test/ruby/test_parse.rb;T;[o;;[I";T@ o; ;;;[o;;I"enum.c (enum_cycle);T;[o;;[I"SMake Enumerable#cycle do a finite loop when the number of cycles is specified.;To;;I"array.c (rb_ary_cycle);T;[o;;[I"Ditto for Array#cycle.;TS; ; i; I"ESun Apr 13 18:52:27 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"!thread_pthread.c (lock_func);T;[o;;[I"Fshould not check interrupts in blocking region. [ruby-dev:34378];TS; ; i; I"2008-04-12;T@ S; ; i; I"ESat Apr 12 12:41:49 2008 Nobuyoshi Nakada ;T@ o; ;;;[ o;;I"Eeval.c (ruby_exec_node, ruby_run_node), ruby.c (process_options);T;[o;;[I"use iseq instead of NODE.;To;;I"gc.c (source_filenames);T;[o;;[I" removed.;To;;I"\include/ruby/intern.h, parse.y (yycompile, parser_mark, parser_free, ripper_initialize);T;[o;;[I",rb_source_filename() is no longer used.;To;;I"compile.c, compile.h (ERROR_ARGS), parse.y (node_newnode, fixpos, parser_warn, e_option_supplied, warn_unless_e_option, range_op, cond0);T;[o;;[I"nd_file is no longer used.;TS; ; i; I"GSat Apr 12 12:17:31 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I""prelude.rb (require_relative);T;[o;;[I"Kmove require_relative from lib/require_relative.rb. [ruby-core:16356];To;;I"lib/require_relative.rb;T;[o;;[I" removed.;TS; ; i; I"ASat Apr 12 05:55:57 2008 Eric Hodel ;T@ o; ;;;[o;;I""lib/rubygems*, test/rubygems*;T;[o;;[I"$Update to RubyGems 1.1.1 r1701.;TS; ; i; I"ESat Apr 12 03:13:38 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"file.c (file_expand_path);T;[o;;[I"set external encoding.;To;;I"Ffile.c (rb_file_s_basename, rb_file_s_dirname, rb_file_s_extname);T;[o;;[I"copy encoding.;TS; ; i; I"2008-04-11;T@ S; ; i; I"GFri Apr 11 17:35:06 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"enum.c (count_i);T;[o;;[I"!modified to shut warning up.;TS; ; i; I"@Fri Apr 11 17:25:09 2008 Akinori MUSHA ;T@ o; ;;;[o;;I"@enum.c (count_i, count_iter_i, enum_count, enum_find_index);T;[o;;[I"Reduce code.;TS; ; i; I"GFri Apr 11 17:06:01 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"enum.c (find_index_i);T;[o;;[I"!modified to shut warning up.;To;;I"enum.c (find_index_iter_i);T;[o;;[I" ditto.;TS; ; i; I"@Fri Apr 11 16:44:43 2008 Akinori MUSHA ;T@ o; ;;;[o;;I"enum.c (enum_find_index);T;[o;;[I"7Add support for find_index(obj); [ruby-dev:34313].;To;;I"array.c (rb_ary_index);T;[o;;[I",Define find_index as an alias to index.;TS; ; i; I"GFri Apr 11 16:42:33 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"#lib/yaml/store.rb (YAML::load);T;[o;;[I"(modified to support empty database.;TS; ; i; I"GFri Apr 11 08:05:12 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"marshal.c (w_object);T;[o;;[I"add volatile to avoid potential GC bug. a patch from Tomoyuki Chikanaga in [ruby-dev:34312].;TS; ; i; I"2008-04-10;T@ S; ; i; I"GThu Apr 10 23:08:52 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"/lib/pstore.rb (PStore::dump, PStore::load);T;[o;;[I"1allow subclass overriding. [ruby-dev:34305];To;;I"Mlib/yaml/store.rb (YAML::Store::marshal_dump_supports_canonical_option?);T;[o;;[I"+add a method to support faster PStore.;TS; ; i; I"@Thu Apr 10 20:36:45 2008 Akinori MUSHA ;T@ o; ;;;[o;;I" misc/rdebug.el, misc/README;T;[o;;[I"~Remove rdebug.el as per request from the maintainer and mention the ruby-debug project at RubyForge in README; bug#19043.;TS; ; i; I"@Thu Apr 10 19:41:00 2008 Akinori MUSHA ;T@ o; ;;;[o;;I"eval.c (rb_f_loop);T;[o;;[I"+Mention StopIteration in the document.;TS; ; i; I"@Thu Apr 10 19:23:55 2008 Akinori MUSHA ;T@ o; ;;;[o;;I"+array.c (rb_ary_pop_m, rb_ary_shift_m);T;[o;;[I".Update documents for #pop() and #shift().;To;;I" array.c (rb_ary_slice_bang);T;[o;;[I"NUpdate document. Assigning array[*args]= nil no longer removes elements.;TS; ; i; I";Thu Apr 10 16:58:44 2008 Tanaka Akira ;T@ o; ;;;[o;;I"marshal.c (w_object);T;[o;;[I"LTYPE_USERDEF assigns id for ivars first. [ruby-dev:34159] by nagachika.;TS; ; i; I"GThu Apr 10 15:03:47 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"lib/generator.rb;T;[o;;[I"1removed obsolete library. [ruby-core:16233];To;;I"test/test_generator.rb;T;[o;;[I"'removed as well. [ruby-dev:34306];To;;I"lib/pstore.rb;T;[o;;[I"-replaced by Hongli Lai's faster version.;TS; ; i; I"EThu Apr 10 10:27:24 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"$thread_pthread.c (native_sleep);T;[o;;[I"Bsleep_cond is initialized at creation. [ruby-Patches-19361].;TS; ; i; I"2008-04-09;T@ S; ; i; I"EWed Apr 9 14:43:26 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"thread.c (lock_func);T;[o;;[I"optimized and checks for interrupt_flag. based on a patch from Sylvain Joyeux in [ruby-Patches-19361] and [ruby-Patches-19362].;TS; ; i; I"EWed Apr 9 12:12:01 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"test/ruby/test_thread.rb;T;[o;;[I";new tests from Sylvain Joyeux in [ruby-Patches-19361].;TS; ; i; I"2008-04-08;T@ S; ; i; I"ETue Apr 8 21:36:40 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"thread.c (rb_mutex_sleep);T;[o;;[I"=ensures to re-acquire at waking up. [ruby-Patches-19361];TS; ; i; I"GTue Apr 8 11:00:14 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"lib/complex.rb;T;[o;;[I"3remove Math first before overwriting by CMath.;TS; ; i; I"GTue Apr 8 10:34:10 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"load.c (rb_require_safe);T;[o;;[I"Kshould check fname path after $SAFE is properly set. [ruby-dev:34268];To;;I"re.c (rb_reg_quote);T;[o;;[I"=should always copy the quoting string. [ruby-core:16235];TS; ; i; I"ETue Apr 8 10:30:29 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"common.mk (prelude.c);T;[o;;[I"depends on enc/prelude.rb.;To;;I"enc/prelude.rb;T;[o;;[I"!fixed initial library names.;TS; ; i; I"ETue Apr 8 03:39:26 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"load.c (rb_provided);T;[o;;[I"lcheck expanded path for relative path features, loading or loaded features are already expanded in 1.9.;To;;I""variable.c (rb_autoload_load);T;[o;;[I"Lno needs to check if provided before rb_require_safe. [ruby-dev:34266];TS; ; i; I"2008-04-07;T@ S; ; i; I"AMon Apr 7 22:41:21 2008 Tadayoshi Funaba ;T@ o; ;;;[o;;I"numeric.c;T;[o;;[I"6cancelled recent changes (except to remove rdiv).;To;;I" bignum.c;T;[o;;[I" ditto.;To;;I" bignum.c;T;[o;;[I"added rb_big_idiv.;TS; ; i; I"EMon Apr 7 15:51:31 2008 Nobuyoshi Nakada ;T@ o; ;;;[ o;;I"encoding.c (enc_init_db);T;[o;;[I"moved to enc/encdb.c.;To;;I"(transcode.c (init_transcoder_table);T;[o;;[I""moved to enc/trans/transdb.c.;To;;I"1enc/depend (enc/encdb.o enc/trans/transdb.o);T;[o;;[I"%depend on corresponding headers.;To;;I"common.mk (COMMONOBJS);T;[o;;[I" moved transcode.o from OBJS;TS; ; i; I"=Mon Apr 7 12:26:32 2008 Koichi Sasada ;T@ o; ;;;[o;;I"#bootstraptest/test_knownbug.rb;T;[o;;[I"add a known-bug.;TS; ; i; I"EMon Apr 7 12:15:24 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"range.c (range_each_func);T;[o;;[I"Gshould not leave a variable uninitialized, which could cause SEGV.;To;;I"range.c (range_step);T;[o;;[I"-removed duplicated and unreachable code.;TS; ; i; I"GMon Apr 7 02:12:27 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"string.c (rb_str_intern);T;[o;;[I"3need not to check if tainted. [ruby-dev:34219];TS; ; i; I"2008-04-06;T@ S; ; i; I"ESun Apr 6 09:45:00 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"dir.c (dir_tell);T;[o;;[I"(check if closed. [ruby-core:16223];TS; ; i; I"2008-04-05;T@ S; ; i; I"ASat Apr 5 23:17:20 2008 Tadayoshi Funaba ;T@ o; ;;;[ o;;I"lib/cmath.rb;T;[o;;[I" new.;To;;I"lib/complex.rb;T;[o;;[I"depends lib/cmath.rb.;To;;I"lib/rational.rb;T;[o;;[I"added rdiv.;To;;I"complex.c;T;[o;;[I"!removed some math functions.;TS; ; i; I"ASat Apr 5 05:50:57 2008 Eric Hodel ;T@ o; ;;;[ o;;I"!lib/rdoc/parsers/parse_rb.rb;T;[o;;[I")Fix uninitialized variable warnings.;To;;I"lib/rdoc/generator/html.rb;T;[o;;[I" ditto.;To;;I"lib/rdoc/options.rb;T;[o;;[I"#Fix shadowed variable warning.;To;;I"lib/webrick/httprequest.rb;T;[o;;[I""Fix redefined method warning.;TS; ; i; I"GSat Apr 5 02:13:52 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"bignum.c (rb_cmpint);T;[o;;[I"/moved from compar.c, to check bignum zero.;TS; ; i; I"2008-04-04;T@ S; ; i; I"BFri Apr 4 23:24:06 2008 NARUSE, Yui ;T@ o; ;;;[o;;I"re.c (rb_memsearch_qs);T;[o;;[I"wrong boundary condition.;To;;I" re.c (rb_memsearch_qs_utf8);T;[o;;[I" ditto.;TS; ; i; I"GFri Apr 4 14:11:36 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"re.c (rb_memsearch_qs);T;[o;;[I"`wrong boundary condition. a patch from wanabe in [ruby-dev:34248].;TS; ; i; I"GFri Apr 4 05:57:11 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"*lib/net/pop.rb (Net::POP3::do_finish);T;[o;;[I";T@ o; ;;;[o;;I"range.c (range_step);T;[o;;[I"Qadd step for each iteration if begin and end are numeric. [ruby-core:15990];TS; ; i; I"GFri Apr 4 00:42:26 2008 Yukihiro Matsumoto ;T@ o; ;;;[ o;;I"bignum.c (Init_Bignum);T;[o;;[I"+rdiv method removed. [ruby-dev:34242];To;;I"complex.c (nucomp_quo);T;[o;;[I" ditto.;To;;I"numeric.c (num_rdiv);T;[o;;[I" ditto.;To;;I"rational.c (nurat_div);T;[o;;[I" ditto.;To;;I"complex.c (nucomp_fdiv);T;[o;;[I""fdiv implementation restored.;To;;I"numeric.c (num_quo);T;[o;;[I"RDoc updated.;TS; ; i; I"2008-04-03;T@ S; ; i; I"AThu Apr 3 21:51:45 2008 Tadayoshi Funaba ;T@ o; ;;;[o;;I"!complex.c (nucomp_int_check);T;[o;;[I"!function for DRY real check.;To;;I".complex.c (nucomp_{add,sub,mul,div,expt});T;[o;;[I"use rb_num_coerce_bin().;TS; ; i; I"EThu Apr 3 19:59:42 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"insns.def (defineclass);T;[o;;[I"=check if cbase is a class or a module. [ruby-core:16118];TS; ; i; I"BThu Apr 3 14:42:11 2008 NAKAMURA Usaku ;T@ o; ;;;[o;;I"common.mk (INSNS);T;[o;;[I"add insns_info.inc.;To;;I"common.mk (INSNS);T;[o;;[I"$make incs separately for nmake.;TS; ; i; I"EThu Apr 3 13:20:38 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"-common.mk (endb.h, transdb.h, prelude.c);T;[o;;[I"Fdepend on $(PREP) and check if really changed. [ruby-core:16102];To;;I"^Makefile.in, common.mk, configure.in, {win32,bcc32}/Makefile.sub (MINIOBJS, ARCHMINIOBJS);T;[o;;[I"separated.;TS; ; i; I"EThu Apr 3 09:00:45 2008 Nobuyoshi Nakada ;T@ o; ;;;[ o;;I"Qcompile.c (iseq_set_sequence, iseq_insns_unification, insn_data_to_s_detail);T;[o;;[I"constified.;To;;I"8iseq.c (insn_operand_intern, ruby_iseq_disasm_insn);T;[o;;[I" ditto.;To;;I"3template/{insns_info,opt_sc,optunifs}.inc.tmpl;T;[o;;[I" ditto.;To;;I"/tool/instruction.rb (OptUnifsIncGenerator);T;[o;;[I" ditto.;TS; ; i; I"GThu Apr 3 08:46:09 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"range.c (range_include);T;[o;;[I"nadd RDoc to describe that comparison for numeric is done according magnitude of values. [ruby-core:15907];TS; ; i; I"2008-04-02;T@ S; ; i; I"GWed Apr 2 22:29:35 2008 Yukihiro Matsumoto ;T@ o; ;;;[ o;;I"!rational.c (nurat_int_check);T;[o;;[I"$function for DRY integer check.;To;;I"numeric.c (num_rdiv);T;[o;;[I"*should always return rational number.;To;;I"Hrational.c (nurat_add, nurat_sub, nurat_mul, nurat_fdiv, nurat_cmp);T;[o;;[I"use rb_num_coerce_bin().;To;;I" rational.c (nurat_division);T;[o;;[I"does / and rdiv.;To;;I".gdbinit (rp);T;[o;;[I"no longer use rb_p().;TS; ; i; I"GWed Apr 2 06:52:31 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I".gdbinit (rp);T;[o;;[I"Psupports rational and complex numbers. it's cheating since it uses rb_p().;TS; ; i; I"GWed Apr 2 06:24:06 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"include/ruby/node.h;T;[o;;[I"-add new constants for rb_call()'s scope.;To;;I"eval.c (iterate_method);T;[o;;[I"=use CALL_* scope constant to specify proper scope value.;To;;I"Eeval.c (rb_each, rb_apply, rb_funcall, rb_funcall2, rb_funcall3);T;[o;;[I" ditto.;TS; ; i; I"2008-04-01;T@ S; ; i; I"GTue Apr 1 21:19:41 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"rational.c;T;[o;;[I")need to include just once.;TS; ; i; I"ETue Apr 1 16:40:21 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"bignum.c (big2dbl);T;[o;;[I";T@ o; ;;;[o;;I"configure.in;T;[o;;[I" get rid of empty expansion.;To;;I"configure.in;T;[o;;[I"7_setjmp is available but _longjmp is not on mingw.;TS; ; i; I"BTue Apr 1 09:41:22 2008 NAKAMURA Usaku ;T@ o; ;;;[o;;I"${bcc,win}32/Makefile (config.h);T;[o;;[I"%need to define RUBY_SETJMP, etc.;TS; ; i; I"ATue Apr 1 07:31:58 2008 Eric Hodel ;T@ o; ;;;[o;;I"!lib/rubygems* test/rubygems*;T;[o;;[I"Import RubyGems 1.1.0.;TS; ; i; I"ETue Apr 1 03:20:40 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I";configure.in (RUBY_SETJMP, RUBY_LONGJMP, RUBY_JMP_BUF);T;[o;;[I"mprefers _setjmp over setjmp and sigsetjmp. [ruby-core:16023] __builtin_setjmp cannot handle a variable.;To;;I"&configure.in (--with-setjmp-type);T;[o;;[I":new option to override the default rule in the above.;To;;I"Yeval_intern.h (ruby_setjmp, ruby_longjmp), gc.c (rb_setjmp), vm_core.h (rb_jmpbuf_t);T;[o;;[I"4use RUBY_SETJMP, RUBY_LONGJMP and RUBY_JMP_BUF.;TS; ; i; I"ETue Apr 1 01:55:52 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"7lib/resolv.rb (Resolv::Config.default_config_hash);T;[o;;[I"Brequires win32/resolv to use Win32::Resolv. [ruby-dev:34138];TS; ; i; I"ATue Apr 1 01:40:58 2008 Tadayoshi Funaba ;T@ o; ;;;[o;;I"complex.c;T;[o;;[I"adopted the ruby's style.;To;;I"rational.c;T;[o;;[I" ditto.;TS; ; i; I"ATue Apr 1 00:17:35 2008 Tadayoshi Funaba ;T@ o; ;;;[o;;I"rational.c;T;[o;;[I" revert.;TS; ; i; I"2008-03-31;T@ S; ; i; I"BMon Mar 31 18:57:36 2008 NAKAMURA Usaku ;T@ o; ;;;[o;;I"({bcc,win}32/Makefile.sub (config.h);T;[o;;[I"define ssize_t.;To;;I"io.c (copy_stream_body);T;[o;;[I"'some platform don't have O_NOCTTY.;TS; ; i; I"EMon Mar 31 18:42:41 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"configure.in;T;[o;;[I")check for ssize_t. [ruby-dev:34184];TS; ; i; I"GMon Mar 31 14:45:00 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"numeric.c (num_quo);T;[o;;[I",should convert its operand to Rational.;To;;I"$rational.c (string_to_r_strict);T;[o;;[I"should raise TypeError.;To;;I"bignum.c (Init_Bignum);T;[o;;[I"Kshould not redefine Bignum#div. Numeric#div will do. [ruby-dev:34066];TS; ; i; I"BMon Mar 31 04:05:15 2008 NARUSE, Yui ;T@ o; ;;;[o;;I"io.c (io_getc);T;[o;;[I",set coderange while getting characters.;TS; ; i; I"2008-03-30;T@ S; ; i; I"GSun Mar 30 23:16:49 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"proc.c (proc_dup);T;[o;;[I"@should copy is_lambda attribute as well. [ruby-talk:296244];TS; ; i; I";Sun Mar 30 15:33:29 2008 Tanaka Akira ;T@ o; ;;;[ o;;I" io.c;T;[o;;[I"2IO.copy_stream implemented. [ruby-dev:33843];To;;I"thread.c (rb_fd_select);T;[o;;[I"new function.;To;;I""configure.in (sys/sendfile.h);T;[o;;[I"check the header file.;To;;I"(sendfile);T;[o;;[I"check the function.;To;;I" (pread);T;[o;;[I"check the function.;TS; ; i; I"2008-03-29;T@ S; ; i; I"HSat Mar 29 14:18:41 2008 Hidetoshi NAGAI ;T@ o; ;;;[o;;I" ext/tk/*;T;[o;;[I"?full update Ruby/Tk to support Ruby(1.9|1.8) and Tc/Tk8.5.;To;;I" ext/tk/lib/tkextlib/tile.rb;T;[o;;[I"[incompatible] remove TileWidgets' instate/state/identify method to avoid the conflict with standard widget options. Those methods are renamed to ttk_instate/ttk_state/ ttk_identify (tile_instate/tile_state/tile_identify are available too). Although I don't recommend, if you really need old methods, please define "Tk::USE_OBSOLETE_TILE_STATE_METHOD = true" before "require 'tkextlib/tile'".;To;;I" ext/tk/lib/tkextlib/tile.rb;T;[o;;[I""Tk::Tile::__Import_Tile_Widgets__!" is obsolete. It outputs warning. To control default widget set, use "Tk.default_widget_set = :Ttk".;To;;I"ext/tk/lib/tk.rb;T;[o;;[I"__IGNORE_UNKNOWN_CONFIGURE_OPTION__ method and __set_IGNORE_UNKNOWN_CONFIGURE_OPTION__!(mode) method are defined as module methods of TkConfigMethod. It may help users to wrap old Ruby/Tk scripts (use standard widgets) to force to use Ttk widgets. Ttk widgets don't have some options of standard widgets which are control the view of widgets. When set ignore-mode true, configure method tries to ignore such unknown options with no exception. Of course, it may raise other troubles on the GUI design. So, those are a little danger methods.;To;;I" ext/tk/lib/tk/itemconfig.rb;T;[o;;[I"__IGNORE_UNKNOWN_CONFIGURE_OPTION__ method and __set_IGNORE_UNKNOWN_CONFIGURE_OPTION__!(mode) method are defined as module methods of TkItemConfigMethod as the same purpose as TkConfigMethod's ones.;To;;I"!ext/tk/sample/ttk_wrapper.rb;T;[o;;[I"A new example. This is a tool for wrapping old Ruby/Tk scripts (which use standard widgets) to use Ttk (Tile) widgets as default.;To;;I"(ext/tk/sample/tkextlib/tile/demo.rb;T;[o;;[I"Fuse ttk_instate/ttk_state method instead of instate/state method.;To;;I"aext/tk/lib/tk/root, ext/tk/lib/tk/namespace.rb, ext/tk/lib/tk/text.rb, ext/tk/lib/tkextlib/*;T;[o;;[I"Asome 'instance_eval's are replaced to "instance_exec(self)".;To;;I"ext/tk/lib/tk/event.rb;T;[o;;[I"Mbug fix on KEY_TBL and PROC_TBL (?x is not a character code on Ruby1.9).;To;;I"ext/tk/lib/tk/variable.rb;T;[o;;[I"Wsupport new style of operation argument on Tcl/Tk's 'trace' command for variables.;To;;I"Aext/tk/sample/demos-jp/widget, ext/tk/sample/demos-en/widget;T;[o;;[I" bug fix;To;;I"Kext/tk/sample/demos-jp/textpeer.rb, ext/tk/sample/demos-en/textpeer.rb;T;[o;;[I"new widget demo.;To;;I"ext/tk/tcltklib.c;T;[o;;[I"&decrease SEGV troubles (probably);To;;I"ext/tk/lib/tk.rb;T;[o;;[I"-remove Thread.critical access if Ruby1.9;To;;I"ext/tk/lib/tk/multi-tk.rb;T;[o;;[I"support Ruby1.9 (probably);To;;I" ext/tk/lib/tkextlib/tile.rb;T;[o;;[I"add method to define Tcl/Tk command to make Tcl/Tk theme sources (based on different version of Tile extension) available.;To;;I"(Tk;T;[o;;[I"9:Tile::__define_LoadImages_proc_for_compatibility__);To;;I"*ext/tk/lib/tk.rb, ext/tk/lib/tk/wm.rb;T;[o;;[I"support dockable frames;To;;0;[o;;[0o;;I"&ext/tk/lib/tkextlib/tile/style.rb;T;[o;;[I" ditto.;To;;I"(Tk;T;[o;;[I"<:Tile::Style.__define_wrapper_proc_for_compatibility__);To;;I"ext/tk/lib/tk/font.rb;T;[o;;[I"add actual_hash and metrics_hash to get properties as a hash. metrics_hash method returns a boolean value for 'fixed' option. But metrics method returns numeric value;To;;0;[o;;[0o;;I"ext/tk/lib/tk/timer.rb;T;[o;;[I".sometimes fail to set callback procedure.;To;;I"ext/tk/lib/tk.rb;T;[o;;[I"add Tk.sleep and Tk.wakeup method. Tk.sleep doesn't block the eventloop. It will be better to use the method in event callbacks.;To;;I"$ext/tk/sample/tksleep_sample.rb;T;[o;;[I""sample script about Tk.sleep.;TS; ; i; I"2008-03-27;T@ S; ; i; I"AThu Mar 27 20:44:22 2008 Tadayoshi Funaba ;T@ o; ;;;[ o;;I"complex.c (f_lcm);T;[o;;[I" removed.;To;;I"#rational.c (rb_lcm, rb_gcdlcm);T;[o;;[I" added.;To;;I"&lib/complex.rb (gcd, lcm, gcdlcm);T;[o;;[I" removed.;To;;I"'lib/rational.rb (gcd, lcm, gcdlcm);T;[o;;[I" ditto.;TS; ; i; I"2008-03-26;T@ S; ; i; I"GWed Mar 26 18:11:26 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I""variable.c (rb_mod_constants);T;[o;;[I"`rdoc updated. a patch from Florian Gilcher in [ruby-core:16009].;TS; ; i; I"=Wed Mar 26 00:55:28 2008 Yusuke Endoh ;T@ o; ;;;[o;;I"test/ruby/test_rand.rb;T;[o;;[I"=add tests to achieve over 95% test coverage of random.c.;TS; ; i; I"=Wed Mar 26 00:28:55 2008 Yusuke Endoh ;T@ o; ;;;[o;;I"test/ruby/test_rational.rb;T;[o;;[I"?add tests to achieve over 90% test coverage of rational.c.;To;;I"test/ruby/test_complex.rb;T;[o;;[I"ditto for complex.c.;TS; ; i; I"2008-03-25;T@ S; ; i; I"=Tue Mar 25 19:34:05 2008 Yusuke Endoh ;T@ o; ;;;[o;;I"#bootstraptest/test_knownbug.rb;T;[o;;[I"!add tests. [ruby-dev:34128];TS; ; i; I"=Tue Mar 25 19:09:04 2008 Yusuke Endoh ;T@ o; ;;;[ o;;I"array.c (ary_new);T;[o;;[I"&fix size check. [ruby-dev:34123];To;;I"'array.c (rb_ary_take, rb_ary_drop);T;[o;;[I"Pcheck negative size and use NUM2LONG instead of FIX2LONG. [ruby-dev:34123];To;;I""enum.c (enum_take, enum_drop);T;[o;;[I"check negative size.;To;;I"test/ruby/test_array.rb;T;[o;;[I"add tests for above.;TS; ; i; I"ETue Mar 25 16:32:56 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"ruby.c (proc_options);T;[o;;[I"!checks if the word is empty.;To;;I"ruby.c (process_options);T;[o;;[I""typo fixed. [ruby-dev:34122];TS; ; i; I"ETue Mar 25 15:26:30 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"compile.c (defined_expr);T;[o;;[I"Mfalse short-circuit destination label may be needed. [ruby-talk:295296];To;;I""compile.c (iseq_compile_each);T;[o;;[I"/put nil if false short-circuit is created.;To;;I"$compile.c (compile_massign_opt);T;[o;;[I"no need to use alloca.;TS; ; i; I"2008-03-24;T@ S; ; i; I"@Mon Mar 24 19:23:52 2008 Akinori MUSHA ;T@ o; ;;;[o;;I"parse.y (debug_lines);T;[o;;[I"Always prepare a new array for each file's SCRIPT_LINES__ storage, instead of appending source lines every time a file is re-loaded; submitted by Rocky Bernstein in #18517.;TS; ; i; I"EMon Mar 24 10:25:54 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"configure.in;T;[o;;[I"7sitearch should use target_cpu. [ruby-core:15986];TS; ; i; I"2008-03-23;T@ S; ; i; I";Sun Mar 23 02:51:57 2008 Tanaka Akira ;T@ o; ;;;[o;;I"&process.c (rlimit_resource_value);T;[o;;[I"use NUM2RLIM.;TS; ; i; I"ASun Mar 23 02:28:01 2008 Tadayoshi Funaba ;T@ o; ;;;[o;;I"complex.c;T;[o;;[I"fixed. [ruby-dev:34109];To;;I"rational.c;T;[o;;[I" ditto.;TS; ; i; I"2008-03-21;T@ S; ; i; I"EFri Mar 21 21:32:25 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"4io.c (rb_f_gets, rb_f_readline, rb_f_readlines);T;[o;;[I"Bdelegates to ARGF as well as puts and putc. [ruby-dev:34100];TS; ; i; I"EFri Mar 21 21:26:52 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I""lib/resolv.rb (Resolv::Hosts);T;[o;;[I"Nshould not use win32/resolv on cygwin. [ruby-dev:29945], [ruby-dev:34095];To;;I";lib/win32/registry.rb (Win32::Registry.expand_environ);T;[o;;[I"7try upcased name too for cygwin. [ruby-dev:29945];To;;I"7lib/win32/resolv.rb (Win32::Resolv.get_hosts_path);T;[o;;[I"use expand_path.;TS; ; i; I"@Fri Mar 21 21:10:00 2008 Akinori MUSHA ;T@ o; ;;;[ o;;I"lib/ipaddr.rb;T;[o;;[I"*Say that I am the current maintainer.;To;;I"lib/set.rb;T;[o;;[I" Ditto.;To;;I"lib/shellwords.rb;T;[o;;[I" Ditto.;To;;I"ext/syslog/syslog.txt;T;[o;;[I" Ditto.;TS; ; i; I"EFri Mar 21 09:24:28 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"#instruby.rb (open_for_install);T;[o;;[I"Gwrite block result and rewrite only if changed from existing file.;TS; ; i; I"AFri Mar 21 08:29:33 2008 Tadayoshi Funaba ;T@ o; ;;;[o;;I"rational.c (nurat_to_f);T;[o;;[I"rearrangement.;TS; ; i; I"EFri Mar 21 06:44:59 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"rational.c (nurat_to_f);T;[o;;[I" C99.;TS; ; i; I"=Fri Mar 21 01:40:27 2008 Yusuke Endoh ;T@ o; ;;;[o;;I"(complex.c (nucomp_sub, nucomp_expt);T;[o;;[I""call corresponding functions.;TS; ; i; I"=Fri Mar 21 01:21:43 2008 Yusuke Endoh ;T@ o; ;;;[o;;I"missing/tgamma.c;T;[o;;[I"6include config.h before math.h. [ruby-dev:34075];TS; ; i; I"2008-03-20;T@ S; ; i; I"EThu Mar 20 21:46:33 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"io.c (argf_getline);T;[o;;[I"use receiver.;TS; ; i; I"AThu Mar 20 21:20:19 2008 Tadayoshi Funaba ;T@ o; ;;;[o;;I"rational.c;T;[o;;[I";some improvements (include Shin-ichiro HARA's effort).;To;;I"complex.c;T;[o;;[I"some improvements.;To;;I" test/ruby/test_rational2.rb;T;[o;;[I" new.;TS; ; i; I"EThu Mar 20 00:21:12 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I" io.c (argf_initialize_copy);T;[o;;[I"get rid of segfault.;To;;I"io.c (argf_tell, argf_seek_m, argf_set_pos, argf_rewind, argf_fileno, argf_to_io, argf_eofl, argf_getc, argf_getbyte, argf_readchar, argf_readbyte, argf_each_line);T;[o;;[I"use receiver.;TS; ; i; I"2008-03-19;T@ S; ; i; I"EWed Mar 19 23:52:41 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I""io.c (rb_io_putc, rb_io_puts);T;[o;;[I"eoutput directly if the receiver is rb_stdout to get rid of infinite recursion. [ruby-dev:34059];TS; ; i; I"AWed Mar 19 22:27:41 2008 Tadayoshi Funaba ;T@ o; ;;;[o;;I"rational.c;T;[o;;[I"added rb_gcd.;To;;I"complex.c;T;[o;;[I"use rb_gcd.;TS; ; i; I"AWed Mar 19 18:37:00 2008 Tadayoshi Funaba ;T@ o; ;;;[o;;I"complex.c;T;[o;;[I" revert.;To;;I"rational.c;T;[o;;[I" revert.;TS; ; i; I"GWed Mar 19 17:31:20 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I" eval_intern.h (TH_EXEC_TAG);T;[o;;[I"Lneed not to FLUSH_REGISTER_WINDOWS. [ruby-core:15871], [ruby-dev:34088];TS; ; i; I"EWed Mar 19 14:53:03 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I",complex.c (nucomp_to_s, nucomp_inspect);T;[o;;[I"8get rid of making unnecessary intermediate objects.;To;;I"+complex.c (make_patterns, string_to_c);T;[o;;[I"ado not treat successive underscores as a part of numeric like as literals. [ruby-dev:34085];To;;I",rational.c (make_patterns, string_to_r);T;[o;;[I" ditto.;TS; ; i; I"EWed Mar 19 14:36:40 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"bignum.c (rb_cstr_to_inum);T;[o;;[I"@treat successive underscores as nondigit. [ruby-dev:34089];TS; ; i; I"EWed Mar 19 14:08:47 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"$encoding.c (enc_check_encoding);T;[o;;[I"should not load autoloaded encoding directly, instead use rb_enc_find_index() which deal with alias and replica. [ruby-core:15957];TS; ; i; I"BWed Mar 19 11:49:47 2008 NAKAMURA Usaku ;T@ o; ;;;[o;;I"regint.h (include);T;[o;;[I"6include ruby.h instead of defines.h and config.h.;TS; ; i; I"GWed Mar 19 10:17:12 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"+regint.h (CHECK_INTERRUPT_IN_MATCH_AT);T;[o;;[I":add interrupt check during match. [ruby-talk:295002];TS; ; i; I"2008-03-18;T@ S; ; i; I"ETue Mar 18 16:24:53 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"!parse.y (literal_concat_gen);T;[o;;[I"$bail out at different encoding.;TS; ; i; I"BTue Mar 18 04:00:27 2008 NARUSE, Yui ;T@ o; ;;;[o;;I"re.c (rb_memsearch_ss);T;[o;;[I"simple shift search.;To;;I"re.c (rb_memsearch_qs);T;[o;;[I"quick search.;To;;I" re.c (rb_memsearch_qs_utf8);T;[o;;[I"#quick search for UTF-8 string.;To;;I"%re.c (rb_memsearch_qs_utf8_hash);T;[o;;[I"hash functions for above.;To;;I"re.c (rb_memsearch);T;[o;;[I"use above functions.;To;;I"string.c (rb_str_index);T;[o;;[I"give enc to rb_memsearch.;To;;I")include/ruby/intern.h (rb_memsearch);T;[o;;[I"move to encoding.h.;To;;I"+include/ruby/encoding.h (rb_memsearch);T;[o;;[I"move from intern.h.;To;;I"common.mk (PREP);T;[o;;[I"add dependency.;TS; ; i; I"2008-03-17;T@ S; ; i; I"=Mon Mar 17 22:23:54 2008 Yusuke Endoh ;T@ o; ;;;[o;;I"Marray.c (rb_ary_take, rb_ary_take_while, rb_ary_drop, rb_ary_drop_while);T;[o;;[I""new methods. [ruby-dev:34067];To;;I"test/ruby/test_array.rb;T;[o;;[I"add tests for above.;TS; ; i; I"EMon Mar 17 17:11:13 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I""misc/ruby-mode.el (ruby-mode);T;[o;;[I"should use `run-mode-hooks' instead of calling `run-hooks' directly to run the mode hook. patch from Chiyuan Zhang in [ruby-core:15915];TS; ; i; I"EMon Mar 17 16:41:08 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"configure.in;T;[o;;[I"+unset GREP_OPTIONS. [ruby-core:15918];TS; ; i; I"2008-03-16;T@ S; ; i; I"BSun Mar 16 17:28:07 2008 NARUSE, Yui ;T@ o; ;;;[o;;I"common.mk (LIBRUBY_SO);T;[o;;[I"*add dependency to $(BUILTIN_ENCOBJS).;TS; ; i; I"ASun Mar 16 08:51:41 2008 Tadayoshi Funaba ;T@ o; ;;;[o;;I"include/ruby/intern.h;T;[o;;[I"added some declarations.;To;;I"include/ruby/ruby.h;T;[o;;[I" ditto.;To;;I"common.mk;T;[o;;[I"added some entries.;To;;I"configure.in;T;[o;;[I"added a check for signbit.;To;;I"lib/complex.rb;T;[o;;[I"6nearly all of core definitions have been removed.;To;;I"lib/rational.rb;T;[o;;[I" ditto.;To;;I"lib/mathn.rb;T;[o;;[I"some trivial adjustments.;To;;I"complex.c;T;[o;;[I" new.;To;;I"rational.c;T;[o;;[I" ditto.;To;;I")numeric.c (flo_{quo,rdiv}, fix_fdiv);T;[o;;[I" added.;To;;I"2numeric.c ({num,int}_{numerator,denominator});T;[o;;[I" ditto.;To;;I"bignum.c (rb_big_fdiv);T;[o;;[I" ditto.;To;;I"numeric.c (fix_{quo,pow});T;[o;;[I"#now may yield rational number.;To;;I" bignum.c (rb_big_{quo,pow});T;[o;;[I" ditto.;To;;I"*numeric.c (rb_{int,flo}_induced_from);T;[o;;[I"now can accept rational.;To;;I"&gc.c (gc_mark_children, obj_free);T;[o;;[I"&now detects complex and rational.;To;;I"inits.c (rb_call_inits);T;[o;;[I"'now calls Init_{Complex,Rational}.;To;;I"test/ruby/test_complex.rb;T;[o;;[I" new.;To;;I"test/ruby/test_rational.rb;T;[o;;[I" ditto.;TS; ; i; I"2008-03-15;T@ S; ; i; I"GSat Mar 15 17:48:48 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"(encoding.c (rb_enc_associate_index);T;[o;;[I"$pass unnecessary enc_capable().;To;;I"string.c (rb_str_cmp);T;[o;;[I".reduce invocation of rb_enc_compatible().;TS; ; i; I"2008-03-14;T@ S; ; i; I"EFri Mar 14 17:04:43 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"%include/ruby/ruby.h (inttypes.h);T;[o;;[I""includes always if available.;To;;I" string.c, ext/digest/defs.h;T;[o;;[I" moved inttypes.h to ruby.h.;TS; ; i; I"EFri Mar 14 16:59:23 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"#configure.in (RUBY_LIB_PREFIX);T;[o;;[I"fix for prefix.;TS; ; i; I"GFri Mar 14 16:35:11 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I")lib/cgi.rb (CGI::Cookie::initialize);T;[o;;[I"Sperformance patch from Makoto Kuwata in [ruby-dev:34048].;TS; ; i; I"EFri Mar 14 15:49:05 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"#configure.in (RUBY_LIB_PREFIX);T;[o;;[I"use libdir.;TS; ; i; I"EFri Mar 14 14:24:15 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"ext/digest/defs.h;T;[o;;[I" inttypes.h is still needed.;TS; ; i; I"BFri Mar 14 11:34:12 2008 NAKAMURA Usaku ;T@ o; ;;;[o;;I"{bcc,win}32/Makefile.sub;T;[o;;[I"follow below changes.;TS; ; i; I"EFri Mar 14 11:24:30 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"Amisc/ruby-mode.el (ruby-encoding-map, ruby-use-encoding-map);T;[o;;[I"added to customize.;TS; ; i; I"BFri Mar 14 10:37:15 2008 NARUSE, Yui ;T@ o; ;;;[o;;I"configure.in (int8_t, uint8_t, int16_t, uint16_t int32_t, uint32_t int64_t, uint64_t, int128_t, uint128_t, intptr_t, uintptr_t);T;[o;;[I"check if defined.;To;;I"win32/Makefile.sub;T;[o;;[I"follow configure.in.;To;;I"ext/digest/defs.h;T;[o;;[I"6remove checks for uint8_t, uint32_t and uint64_t.;TS; ; i; I"EFri Mar 14 10:12:29 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"&configure.in (RUBY_CHECK_VARTYPE);T;[o;;[I"/should not indent preprocessor directives.;TS; ; i; I"EFri Mar 14 10:03:59 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"%string.c (UNALIGNED_WORD_ACCESS);T;[o;;[I"'IA64 cannot access unaligned word.;TS; ; i; I"2008-03-13;T@ S; ; i; I"GThu Mar 13 21:00:50 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I" array.c (rb_ary_slice_bang);T;[o;;[I"should not use rb_ary_subseq() which shares internal pointer. splice modifies the receiver right after subseq. [ruby-dev:34005];To;;I"!bootstraptest/test_struct.rb;T;[o;;[I"2some test moved from test to shut warning up.;TS; ; i; I"BThu Mar 13 19:42:43 2008 NAKAMURA Usaku ;T@ o; ;;;[o;;I"({bcc,win}32/Makefile.sub (config.h);T;[o;;[I"define uint32_t.;TS; ; i; I"EThu Mar 13 14:14:19 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"*trunk/configure.in (AC_CHECK_HEADERS);T;[o;;[I"%stdint.h is not needed to check.;To;;I"-trunk/configure.in (rb_cv_type_uint32_t);T;[o;;[I" unquoted. [ruby-dev:34030];To;;I"trunk/string.c (hash);T;[o;;[I"(use inttypes.h instead of stdint.h.;TS; ; i; I"GThu Mar 13 10:42:46 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"numeric.c (fix_divmod);T;[o;;[I"6should return integer division. [ruby-dev:34006];To;;I"enum.c (zip_ary);T;[o;;[I"wrong boundary condition.;To;;I";test/ruby/test_numeric.rb (TestNumeric::test_num2long);T;[o;;[I")bit-and should not raise RangeError.;TS; ; i; I"GThu Mar 13 03:12:48 2008 Yukihiro Matsumoto ;T@ o; ;;;[ o;;I"lib/irb/cmd/help.rb;T;[o;;[I">should be updated for new ri structure. [ruby-core:15825];To;;I"-lib/rdoc/ri/driver.rb (RDoc::initialize);T;[o;;[I""allow options to be optional.;To;;I".lib/rdoc/ri/driver.rb (RDoc::class_cache);T;[o;;[I"map_dirs may be empty.;To;;I"/lib/rdoc/ri/driver.rb (RDoc::get_info_for);T;[o;;[I"/revive get_info_for method. maybe broken.;To;;I"+lib/rdoc/ri/util.rb (RDoc::initialize);T;[o;;[I"$should not use RiError no more.;TS; ; i; I"EThu Mar 13 01:45:25 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"configure.in (stdint.h);T;[o;;[I"check if presence.;To;;I"configure.in (uint32_t);T;[o;;[I"check if defined.;To;;I"string.c (hash);T;[o;;[I"+fix for portability. [ruby-dev:34020];TS; ; i; I"2008-03-12;T@ S; ; i; I"EWed Mar 12 17:33:34 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"object.c (rb_cstr_to_dbl);T;[o;;[I"fix for a mere underscore.;TS; ; i; I"EWed Mar 12 14:47:07 2008 Nobuyoshi Nakada ;T@ o; ;;;[ o;;I")eval_intern.h (rb_thread_raised_set);T;[o;;[I"use generic flags.;To;;I"eval.c (rb_longjmp);T;[o;;[I"clear all raised flags.;To;;I"eval.c (stack_check);T;[o;;[I"'leave clearing flag to rb_longjmp.;To;;I"gc.c (rb_memerror);T;[o;;[I"3use thread raised flag instead of static flag.;TS; ; i; I"2008-03-11;T@ S; ; i; I"GTue Mar 11 23:38:39 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"!array.c (rb_ary_combination);T;[o;;[I"/argument check before creating Enumerator.;To;;I"!array.c (rb_ary_permutation);T;[o;;[I" ditto.;To;;I"enum.c (enum_zip);T;[o;;[I"*optimize if all arguments are arrays.;TS; ; i; I"ETue Mar 11 19:48:09 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"numeric.c (fix_coerce);T;[o;;[I"8try conversion before type check. [ruby-core:15838];TS; ; i; I"ETue Mar 11 12:39:53 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"common.mk (clean-local);T;[o;;[I"$WINMAINOBJ is Windows specific.;TS; ; i; I"GTue Mar 11 10:19:10 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"string.c (hash);T;[o;;[I"Nreplaced by MurmurHash described in .;TS; ; i; I"GTue Mar 11 09:52:49 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"!string.c (rb_str_comparable);T;[o;;[I"=empty strings in any encoding are compatible each other.;TS; ; i; I"GTue Mar 11 00:46:29 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"ruby.c (usage);T;[o;;[I"Qremove some unimportant lines to fit -h message in a page. [ruby-dev:34018];TS; ; i; I"2008-03-10;T@ S; ; i; I"GMon Mar 10 17:11:00 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I""eval.c (rb_f_local_variables);T;[o;;[I"Ilocal_variables should return an array of symbols. [ruby-dev:34008];To;;I"*vm.c (collect_local_variables_in_env);T;[o;;[I" ditto.;TS; ; i; I"EMon Mar 10 15:53:48 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"version.c (MKSTR);T;[o;;[I"%make US-ASCII. [ruby-dev:34010];TS; ; i; I"BMon Mar 10 02:08:21 2008 NARUSE, Yui ;T@ o; ;;;[o;;I"string.c (rb_str_index);T;[o;;[I"Dif t == s + pos, the character beginning from s + pos is valid.;TS; ; i; I"2008-03-09;T@ S; ; i; I"ASun Mar 9 13:51:21 2008 Eric Hodel ;T@ o; ;;;[o;;I"lib/rdoc/generator.rb;T;[o;;[I"TRestore missing line to #params. Patch by Lincoln Stoll ;TS; ; i; I"ASun Mar 9 09:52:00 2008 Eric Hodel ;T@ o; ;;;[o;;I"lib/rdoc/code_objects.rb;T;[o;;[I"NRemove debugging Kernel#p. Patch by Lincoln Stoll ;To;;I"lib/rdoc/generator/html.rb;T;[o;;[I"PFully qualify AllReferences. Patch by Lincoln Stoll ;To;;I"lib/rdoc/ri/writer.rb;T;[o;;[I"%Fix 1.8 backwards compatibility.;TS; ; i; I"2008-03-08;T@ S; ; i; I"ESat Mar 8 18:50:57 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"file.c (isdirsep);T;[o;;[I"5backslash is valid path separator on cygwin too.;TS; ; i; I"BSat Mar 8 06:53:48 2008 NARUSE, Yui ;T@ o; ;;;[ o;;I"string.c (search_nonascii);T;[o;;[I"Use VALUE instead of unsigned long because VALUE can be the fastest unsigned integer type. On LLP64 unsigned long isn't the fastest.;To;;I"string.c (str_strlen);T;[o;;[I" ditto.;To;;I"string.c (str_utf8_nth);T;[o;;[I" ditto.;To;;I"0string.c (count_utf8_lead_bytes_with_ulong);T;[o;;[I" ditto.;To;;I"/string.c (count_utf8_lead_bytes_with_word);T;[o;;[I" renamed.;TS; ; i; I"2008-03-07;T@ S; ; i; I"=Fri Mar 7 21:27:43 2008 Yusuke Endoh ;T@ o; ;;;[o;;I" bignum.c;T;[o;;[I"fix indent.;TS; ; i; I"=Fri Mar 7 21:12:19 2008 Yusuke Endoh ;T@ o; ;;;[o;;I"Ebignum.c (power_cache_init, power_cache_get_power0, Init_Bignum);T;[o;;[I"Adelayed initializing power cache per base. [ruby-dev:34003];TS; ; i; I"EFri Mar 7 20:30:05 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"cont.c (cont_restore_0);T;[o;;[I"#fixed typo. [ruby-core:15821];TS; ; i; I"EFri Mar 7 19:56:10 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"lib/mkmf.rb;T;[o;;[I"%rdoc added. [ruby-Patches-9762];TS; ; i; I"2008-03-06;T@ S; ; i; I"EThu Mar 6 17:26:53 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"sprintf.c (rb_str_format);T;[o;;[I">space flag is in effect for Inf/NaN too. [ruby-dev:34002];TS; ; i; I"BThu Mar 6 15:44:20 2008 NAKAMURA Usaku ;T@ o; ;;;[o;;I"sprintf.c (rb_str_format);T;[o;;[I"ccasting double to long is undefined if the integer part of double is out of the range of long.;TS; ; i; I"EThu Mar 6 15:11:40 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"sprintf.c (rb_str_format);T;[o;;[I"4ignore 0 flag for NaN and Inf. [ruby-dev:33994];TS; ; i; I"BThu Mar 6 15:05:25 2008 NAKAMURA Usaku ;T@ o; ;;;[o;;I"){bcc32,win32}/Makefile.sub (RUNRUBY);T;[o;;[I"yuse $(PROGRAM) instead of ruby$(EXEEXT). suggested by KIMURA Koichi . [ruby-dev:34000];TS; ; i; I";Thu Mar 6 14:46:08 2008 Tanaka Akira ;T@ o; ;;;[o;;I""missing/lgamma_r.c (loggamma);T;[o;;[I"return 0 for 1 and 2.;To;;I"test/ruby/test_math.rb;T;[o;;[I"/accept errors by functions under missing/.;TS; ; i; I"BThu Mar 6 14:29:44 2008 NARUSE, Yui ;T@ o; ;;;[o;;I"(transcode.c (rb_str_transcode_bang);T;[o;;[I"set coderange.;To;;I"#transcode.c (rb_str_transcode);T;[o;;[I"use rb_str_transcode_bang.;TS; ; i; I";Thu Mar 6 14:00:10 2008 Tanaka Akira ;T@ o; ;;;[o;;I""include/ruby/missing.h (cbrt);T;[o;;[I"add declaration.;TS; ; i; I"EThu Mar 6 11:14:14 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"4misc/ruby-mode.el (ruby-add-log-current-method);T;[o;;[I"'use ruby style method name format.;TS; ; i; I"EThu Mar 6 11:12:29 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"sprintf.c (rb_str_format);T;[o;;[I"no need of loop.;TS; ; i; I"GThu Mar 6 08:30:42 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"object.c (rb_mod_freeze);T;[o;;[I"5call rb_class_name() directly. [ruby-core:15802];TS; ; i; I"BThu Mar 6 04:32:06 2008 NARUSE, Yui ;T@ o; ;;;[o;;I"0string.c (count_utf8_lead_bytes_with_ulong);T;[o;;[I"%fix shift size. [ruby-dev:33993];To;;0;[o;;[0S; ; i; I"EThu Mar 6 00:34:00 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"sprintf.c (rb_str_format);T;[o;;[I"3size_t returned from strlen() can be unsigned.;TS; ; i; I"EThu Mar 6 00:31:39 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"struct.c (make_struct);T;[o;;[I"&preserve encoding of struct name.;TS; ; i; I"2008-03-05;T@ S; ; i; I"BWed Mar 5 22:49:20 2008 NARUSE, Yui ;T@ o; ;;;[o;;I"Cstring.c (is_utf8_lead_byte, count_utf8_lead_bytes_with_ulong);T;[o;;[I"$defined for UTF-8 optimization.;To;;I"string.c (str_strlen);T;[o;;[I"@use is_utf8_lead_byte and count_utf8_lead_bytes_with_ulong.;To;;0;[o;;[0S; ; i; I"EWed Mar 5 17:53:01 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"file.c (rb_file_flock);T;[o;;[I"?returns false on EAGAIN if non-blocking. [ruby-core:15795];TS; ; i; I"GWed Mar 5 14:00:49 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"numeric.c (fix_to_s);T;[o;;[I"1avoid rb_scan_args() when no argument given.;To;;I"bignum.c (rb_big_to_s);T;[o;;[I" ditto.;To;;I"enum.c (enum_first);T;[o;;[I" ditto.;To;;I"eval_jump.c (rb_f_catch);T;[o;;[I" ditto.;To;;I"io.c (rb_obj_display);T;[o;;[I" ditto.;To;;I"'class.c (rb_obj_singleton_methods);T;[o;;[I" ditto.;To;;I"#object.c (rb_class_initialize);T;[o;;[I" ditto.;To;;I"random.c (rb_f_srand);T;[o;;[I" ditto.;To;;I"range.c (range_step);T;[o;;[I" ditto.;To;;I"re.c (rb_reg_s_last_match);T;[o;;[I" ditto.;To;;I"string.c (rb_str_to_i);T;[o;;[I" ditto.;To;;I" string.c (rb_str_each_line);T;[o;;[I" ditto.;To;;I"!string.c (rb_str_chomp_bang);T;[o;;[I" ditto.;To;;I"string.c (rb_str_sum);T;[o;;[I" ditto.;To;;I"string.c (str_modifiable);T;[o;;[I"declare inline.;To;;I"string.c (str_independent);T;[o;;[I" ditto.;TS; ; i; I"GWed Mar 5 11:50:32 2008 Yukihiro Matsumoto ;T@ o; ;;;[ o;;I"lib/debug.rb;T;[o;;[I"Mrequire 'continuation' to implement "restart" command. [ruby-dev:33992];To;;I"*lib/debug.rb (Context::debug_command);T;[o;;[I"Kremove local variable shadowing to shut up warnings. [ruby-dev:33992];To;;I")lib/debug.rb (Context::display_list);T;[o;;[I" ditto.;To;;I"#lib/debug.rb (Context::resume);T;[o;;[I" ditto.;To;;I"'lib/debug.rb (Context::get_thread);T;[o;;[I"#no longer use #index for Hash.;TS; ; i; I"2008-03-04;T@ S; ; i; I"GTue Mar 4 21:35:59 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"&lib/irb.rb (IRB::Irb::eval_input);T;[o;;[I"GSyntaxError should not be considered as IRB bug. [ruby-dev:33991];To;;I";T@ o; ;;;[o;;I"hash.c (rb_hash_aset);T;[o;;[I"Rshould not copy key string when compare_by_identity is set. [ruby-dev:33604];To;;I"hash.c (hash_equal);T;[o;;[I"[two hash tables are different when internal comparison table differ. [ruby-dev:33989];TS; ; i; I"GTue Mar 4 16:29:06 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"parse.y (parser_yylex);T;[o;;[I")disallow non digits '0o' expression.;TS; ; i; I"BTue Mar 4 14:35:12 2008 NARUSE, Yui ;T@ o; ;;;[o;;I"io.c (open_key_args);T;[o;;[I"Euse rb_io_open_with_args instead of rb_f_open. [ruby-core:15763];TS; ; i; I";Tue Mar 4 13:41:46 2008 Tanaka Akira ;T@ o; ;;;[o;;I"gc.c (add_heap);T;[o;;[I"+fix previous change. [ruby-dev:33988];TS; ; i; I"ETue Mar 4 10:21:03 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"gc.c (add_heap);T;[o;;[I"Wuse binary search to find the place to insert the new heap slot. [ruby-dev:33983];TS; ; i; I"BTue Mar 4 05:30:31 2008 NARUSE, Yui ;T@ o; ;;;[o;;I"io.c (open_key_args);T;[o;;[I";use rb_io_open instead of rb_f_open. [ruby-core:15746];TS; ; i; I"2008-03-03;T@ S; ; i; I"CMon Mar 3 23:28:37 2008 GOTOU Yuuzou ;T@ o; ;;;[o;;I"+lib/webrick/httpservlet/filehandler.rb;T;[o;;[I"should normalize path separators in path_info to prevent directory traversal attacks on DOSISH platforms. reported by Digital Security Research Group [DSECRG-08-026].;To;;I"+lib/webrick/httpservlet/filehandler.rb;T;[o;;[I"Spathnames which have not to be published should be checked case-insensitively.;TS; ; i; I"GMon Mar 3 17:25:45 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"gc.c (add_heap);T;[o;;[I">sort heaps array in ascending order to use binary search.;To;;I"gc.c (is_pointer_to_heap);T;[o;;[I"huse binary search to identify object in heaps. works better when number of heap segments grow big.;TS; ; i; I"GMon Mar 3 17:15:09 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"re.c (rb_reg_regsub);T;[o;;[I"7remove too strict encoding check. [ruby-dev:33966];TS; ; i; I"EMon Mar 3 16:14:24 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"hash.c (rb_any_hash);T;[o;;[I";shrinks all results in Fixnum range. [ruby-core:15713];TS; ; i; I"2008-03-02;T@ S; ; i; I"ESun Mar 2 23:03:59 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"io.c (rb_io_ungetc);T;[o;;[I"reduce redundant call.;TS; ; i; I"ESun Mar 2 10:13:12 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"ruby.c (load_file);T;[o;;[I"nparse shebang in us-ascii. a patch from sheepman in [ruby-dev:33955];TS; ; i; I"ESun Mar 2 00:08:10 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"object.c (rb_cstr_to_dbl);T;[o;;[I"7check for successive underscores. [ruby-dev:33952];TS; ; i; I"2008-03-01;T@ S; ; i; I"FTue Dec 30 17:59:59 2008 Martin Duerst ;T@ o; ;;;[o;;I"transcode.c;T;[o;;[I"-Minor fixes and tweaks in documentation.;TS; ; i; I"FTue Dec 9 18:35:35 2008 Martin Duerst ;T@ o; ;;;[o;;I"xenc/trans/single_byte.trans, cp850-tbl.rb, cp852-tbl.rb, cp855-tbl.rb, koi8-r-tbl.rb, koi8-u-tbl.rb, tis-620-tbl.rb;T;[o;;[I"=new single-byte transcodings (from Yoshihiro Kambayashi);To;;I" test/ruby/test_transcode.rb;T;[o;;[I"added tests for the above;To;;0;[o;;[0S; ; i; I"FTue Nov 11 14:40:40 2008 Martin Duerst ;T@ o; ;;;[o;;I" test/ruby/test_transcode.rb;T;[o;;[I"unnecessary setup method;To;;0;[o;;[0S; ; i; I"FTue Nov 11 14:25:25 2008 Martin Duerst ;T@ o; ;;;[o;;I"*enc/trans/single_byte.trans, macgreek-tbl.rb, macroman-tbl.rb, macromania-tbl.rb, macturkish-tbl.rb, macukraine-tbl.rb, ibm437-tbl.rb, ibm852-tbl.rb, ibm855-tbl.rb, ibm857-tbl.rb, ibm860-tbl.rb, ibm861-tbl.rb, ibm862-tbl.rb, ibm863-tbl.rb, ibm865-tbl.rb, ibm866-tbl.rb, ibm869-tbl.rb, ibm775-tbl.rb;T;[o;;[I"=new single-byte transcodings (from Yoshihiro Kambayashi);To;;I" test/ruby/test_transcode.rb;T;[o;;[I"added tests for the above;To;;0;[o;;[0S; ; i; I"FFri Oct 31 18:05:05 2008 Martin Duerst ;T@ o; ;;;[o;;I"\enc/trans/single_byte.trans, maccroatioan-tbl.rb, maccyrillic-tbl.rb, maciceland-tbl.rb;T;[o;;[I"=new single-byte transcodings (from Yoshihiro Kambayashi);To;;I" test/ruby/test_transcode.rb;T;[o;;[I"added tests for the above;To;;0;[o;;[0S; ; i; I"FThu Oct 30 14:45:45 2008 Martin Duerst ;T@ o; ;;;[o;;I" enc/trans/single_byte.trans;T;[o;;[I"Wrefactoring to make it easier to add more transcodings (with Yoshihiro Kambayashi);To;;I" enc/trans/iso-8859-1-tbl.rb;T;[o;;[I";T@ o; ;;;[ o;;I" enc/trans/single_byte.trans;T;[o;;[I""adding WINDOWS-wwww encodings;To;;0;[o;;[0o;;I""enc/trans/windows-wwww-tbl.rb;T;[o;;[I"8 new files;To;;0;[o;;[0o;;I" test/ruby/test_transcode.rb;T;[o;;[I"added test_windows_wwww;To;;0;[o;;[0S; ; i; I"FSat Oct 18 17:10:10 2008 Martin Duerst ;T@ o; ;;;[o;;I"tool/transcode-tblgen.rb;T;[o;;[I"ladded set_valid_byte_pattern to reduce coupling between table generation script and specific encodings.;To;;I" enc/trans/single_byte.trans;T;[o;;[I"!using set_valid_byte_pattern;TS; ; i; I"FSat Oct 18 16:39:39 2008 Martin Duerst ;T@ o; ;;;[o;;I"transcode.c;T;[o;;[I"min transcode_search_path, eliminated a warning on cygwin about pathlen potentially not being initialized;TS; ; i; I"FTue Oct 14 13:30:30 2008 Martin Duerst ;T@ o; ;;;[ o;;I" enc/trans/single_byte.trans;T;[o;;[I"added windows-1252;To;;I""enc/trans/windows-1252-tbl.rb;T;[o;;[I" new file;To;;0;[o;;[0o;;I"tool/transcode-tblgen.rb;T;[o;;[I"#listed windows-1252 as '1byte';To;;I" test/ruby/test_transcode.rb;T;[o;;[I"added test_windows_1252;To;;0;[o;;[0S; ; i; I"FTue Aug 26 13:25:25 2008 Martin Duerst ;T@ o; ;;;[o;;I" test/ruby/test_transcode.rb;T;[o;;[I"added test_euc_jp;To;;0;[o;;[0S; ; i; I"FFri Aug 22 14:04:04 2008 Martin Duerst ;T@ o; ;;;[o;;I" test/ruby/test_transcode.rb;T;[o;;[I"7test_shift_jis: fixed comment strings (see r18291);TS; ; i; I"FThu Jul 31 15:11:11 2008 Martin Duerst ;T@ o; ;;;[o;;I" test/ruby/test_transcode.rb;T;[o;;[I"added test_shift_jis;To;;I"U(contributed by Yoshihiro Kambayashi) and test_public_review_issue_121 (see http;T;[o;;[I"*//www.unicode.org/review/pr-121.html);TS; ; i; I"FFri Jul 25 10:00:00 2008 Martin Duerst ;T@ o; ;;;[o;;I" test/ruby/test_transcode.rb;T;[o;;[I"0refactoring/cleanup of test_iso_2022_jp(_1);TS; ; i; I"FTue Jul 22 19:38:38 2008 Martin Duerst ;T@ o; ;;;[o;;I" test/ruby/test_transcode.rb;T;[o;;[I"added two comments;TS; ; i; I"FSun Mar 16 18:07:07 2008 Martin Duerst ;T@ o; ;;;[o;;I"enc/trans/utf_16_32.c;T;[o;;[I"6bug fix (some invalid UTF-8 sequences were legal);To;;I" test/ruby/test_transcode.rb;T;[o;;[I"test for above bug;TS; ; i; I"FWed Mar 5 17:43:43 2008 Martin Duerst ;T@ o; ;;;[o;;I"!transcode.c (transcode_loop);T;[o;;[I""Adjusted detection of invalid;To;;I"L(ill-formed) UTF-8 sequences. Fixing potential security issue, see http;T;[o;;[I">//www.unicode.org/versions/Unicode5.1.0/#Notable_Changes.;To;;I" test/ruby/test_transcode.rb;T;[o;;[I"#Added two tests for above fix.;TS; ; i; I"ESat Mar 1 17:59:01 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"io.c (struct argf);T;[o;;[I"packed ARGF stuffs.;To;;I"ruby.c (proc_options);T;[o;;[I"!use ruby_set_inplace_mode().;TS; ; i; I"ESat Mar 1 17:51:34 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"7lib/test/unit/collector/dir.rb (recursive_collect);T;[o;;[I")do not always include all test_*.rb.;TS; ; i; I"GSat Mar 1 14:14:17 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;0;[o;;[0S; ; i; I"GSat Mar 1 13:46:26 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"tool/make-snapshot;T;[o;;[I"make prereq uses MINIRUBY.;To;;I"tool/make-snapshot;T;[o;;[I"Ballow packaging like 1.9.0-1 by second command-line argument.;TS; ; i; I";Sat Mar 1 13:11:03 2008 Tanaka Akira ;T@ o; ;;;[o;;I"test/ruby/allpairs.rb;T;[o;;[I"#new file for all pairs method.;To;;I" test/ruby/test_m17n_comb.rb;T;[o;;[I"*use allpairs.rb to reduce test cases.;To;;I"#test/ruby/test_sprintf_comb.rb;T;[o;;[I" ditto.;TS; ; i; I"GSat Mar 1 12:34:21 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"string.c (sym_inspect);T;[o;;[I"Euse rb_str_inspect() instead of rb_str_dump(). [ruby-dev:33946];TS; ; i; I"GSat Mar 1 12:15:42 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"'eval_method.c (rb_get_method_body);T;[o;;[I"6ent->method may be freed by GC. [ruby-dev:31819];To;;I"!thread.c (remove_event_hook);T;[o;;[I"5should not access freed memory. [ruby-dev:31820];TS; ; i; I"BSat Mar 1 10:31:19 2008 NARUSE, Yui ;T@ o; ;;;[o;;I"(io.c (read_all, rb_io_getline_fast);T;[o;;[I"#encoding is io_input_encoding.;TS; ; i; I"ESat Mar 1 10:09:40 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"Astring.c (tr_setup_table, rb_str_split_m, rb_str_chomp_bang);T;[o;;[I"7simplified with rb_enc_ascget(). [ruby-dev:33944];TS; ; i; I"GSat Mar 1 10:01:30 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"1string.c (rb_str_coderange_scan_restartable);T;[o;;[I";should not return offset in the middle of a character.;To;;I"1string.c (rb_str_coderange_scan_restartable);T;[o;;[I"(should not return invalid cr value.;TS; ; i; I"GSat Mar 1 09:36:08 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"sprintf.c (rb_str_format);T;[o;;[I"9"%#.0o" should keep prefix where "%#.0x" should not.;TS; ; i; I"ESat Mar 1 02:35:08 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"bignum.c (big2str_find_n1);T;[o;;[I"check integer overflow.;TS; ; i; I"ESat Mar 1 00:29:07 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I" encoding.c (rb_enc_dummy_p);T;[o;;[I"*bootstrap encodings can not be dummy.;To;;I"encoding.c (rb_enc_ascget);T;[o;;[I"4no needs to call rb_enc_precise_mbclen() twice.;TS; ; i; I"FMon Feb 25 10:41:41 2008 Martin Duerst ;T@ o; ;;;[o;;I" encoding.c (Encoding#dummy);T;[o;;[I"3minor grammatical fixes in rdoc documentation.;TS; ; i; I"FThu Feb 21 17:15:15 2008 Martin Duerst ;T@ o; ;;;[o;;I"transcode.c;T;[o;;[I"Added basic support for passing options to String#encode via a hash. Currently only one option, with one value, is supported: invalid: :ignore (dropping invalid byte sequences instead of producing an error). Option naming is not yet stable!;To;;I" test/ruby/test_transcode.rb;T;[o;;[I"Added a single test for invalid: :ignore option. Not more tests because most data does not yet distinguish between INVALID and UNKNOWN.;TS; ; i; I"FTue Jan 22 17:52:52 2008 Martin Duerst ;T@ o; ;;;[o;;I"enc/trans/utf_16_32.c;T;[o;;[I":Streamline parentheses, add more 'static' qualifiers.;TS; ; i; I"FMon Jan 21 19:42:42 2008 Martin Duerst ;T@ o; ;;;[o;;I"Dtranscode.c, enc/trans/utf_16_32.c, test/ruby/test_transcode.rb;T;[o;;[I"-added UTF-32BE and UTF-32LE conversions.;TS; ; i; I"FSun Jan 20 20:00:20 2008 Martin Duerst ;T@ o; ;;;[o;;I"Dtranscode.c, enc/trans/utf_16_32.c, test/ruby/test_transcode.rb;T;[o;;[I" added UTF-16LE conversions.;To;;0;[o;;[0S; ; i; I"FSun Jan 20 17:54:00 2008 Martin Duerst ;T@ o; ;;;[o;;0;[o;;[0S; ; i; I"FSun Jan 20 15:08:08 2008 Martin Duerst ;T@ o; ;;;[o;;I"enc/trans/utf_16_32.c;T;[o;;[I"@new file, currently implementing UTF-16BE conversions only.;To;;I" test/ruby/test_transcode.rb;T;[o;;[I"UAdded tests for UTF-16BE; made check_both_ways() use force_encoding differently.;To;;I""transcode_data.h, transcode.c;T;[o;;[I"+Support for more conversion functions.;TS; ; i; I"FMon Jan 14 10:45:45 2008 Martin Duerst ;T@ o; ;;;[o;;I"enc/ascii.c;T;[o;;[I"3Exchanged order of arguments for one ENC_ALIAS;TS; ; i; I"2008-02-29;T@ S; ; i; I"GFri Feb 29 23:14:38 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"?test/ruby/test_m17n_comb.rb (TestM17NComb::test_str_chomp);T;[o;;[I"test updated.;TS; ; i; I"GFri Feb 29 20:58:09 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"?test/ruby/test_iterator.rb (TestIterator::test_enumerator);T;[o;;[I",adjust test for zip behavior reversion.;TS; ; i; I"GFri Feb 29 20:25:07 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"!string.c (rb_str_chomp_bang);T;[o;;[I"now works on UTF-16.;To;;I"string.c (tr_setup_table);T;[o;;[I"Bnegation should work on non ASCII compatible strings as well.;To;;I"string.c (rb_str_split_m);T;[o;;[I"Cawk split should work on non ASCII compatible strings as well.;TS; ; i; I"GFri Feb 29 18:08:43 2008 Yukihiro Matsumoto ;T@ o; ;;;[ o;;I"time.c (time_strftime);T;[o;;[I"'format should be ascii compatible.;To;;I"parse.y (rb_intern3);T;[o;;[I""non ASCII compatible symbols.;To;;I"re.c (rb_reg_regsub);T;[o;;[I"add encoding check.;To;;I"!string.c (rb_str_chomp_bang);T;[o;;[I" ditto.;To;;I"4test/ruby/test_utf16.rb (TestUTF16::test_chomp);T;[o;;[I"raises exception.;TS; ; i; I"GFri Feb 29 15:16:31 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"!string.c (rb_str_rpartition);T;[o;;[I"+calculation was done in byte indexing.;To;;I"Dtest/ruby/test_m17n_comb.rb (TestM17NComb::test_str_start_with);T;[o;;[I"2allow start_with? matching on broken strings.;TS; ; i; I"EFri Feb 29 15:12:43 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"parse.y (opt_block_param);T;[o;;[I"Lcommand can start just after block param definition. [ruby-list:44479];TS; ; i; I"BFri Feb 29 03:22:19 2008 NARUSE, Yui ;T@ o; ;;;[o;;I"*test/ruby/test_time.rb (test_readers);T;[o;;[I"fix typo.;To;;I"(test_strftime);T;[o;;[I"5"UTC" is also ok for time.gmtime.strftime("%Z").;TS; ; i; I"BFri Feb 29 02:50:07 2008 NARUSE, Yui ;T@ o; ;;;[o;;I"string.c (str_new);T;[o;;[I"0remove encoding assumption of empty string.;To;;I"2hash.c ( rb_f_getenv, env_fetch, env_inspect);T;[o;;[I"/result of ENV should be always ASCII-8BIT.;To;;I"object.c (nil_to_s);T;[o;;[I"!nil.to_s should be US-ASCII.;TS; ; i; I"HFri Feb 29 02:24:22 2008 Hidetoshi NAGAI ;T@ o; ;;;[ o;;I"ext/tk/lib/tk.rb;T;[o;;[I""forgot to update RELEASE_DATE;To;;I"Zext/tk/lib/tk.rb, ext/tk/lib/tk/text.rb, ext/tk/lib/tkextlib/iwidgets/scrolledtext.rb;T;[o;;[I"qremove adhoc check of Ruby's features (use existence of some classes instead of comparing with RUBY_VERSION);To;;I"5ext/tk/lib/tk/root.rb, ext/tk/lib/tk/autoload.rb;T;[o;;[I"make TkRoot;To;;I"(Tk;T;[o;;[I":Root) unswitchable;To;;I"ext/tk/lib/multi-tk.rb;T;[o;;[I"'partial bug fix (still not work!!);TS; ; i; I"2008-02-28;T@ S; ; i; I";Thu Feb 28 23:37:12 2008 Tanaka Akira ;T@ o; ;;;[o;;I"8lib/open-uri.rb (OpenURI::Meta#meta_setup_encoding);T;[o;;[I":use ASCII-8BIT for charset unspecified non-text data.;TS; ; i; I"BThu Feb 28 22:19:14 2008 NARUSE, Yui ;T@ o; ;;;[o;;I"encoding.c (enc_capable);T;[o;;[I"FIMMEDIATE_P doesn't include Qnil and Qfalse. use SPECIAL_CONST_P.;TS; ; i; I"BThu Feb 28 19:45:52 2008 NARUSE, Yui ;T@ o; ;;;[o;;I"encoding.c (enc_find);T;[o;;[I"Xcheck type of argument and convert to String if it is StringValue. [ruby-cvs:22866];TS; ; i; I";Thu Feb 28 18:07:52 2008 Tanaka Akira ;T@ o; ;;;[o;;I"8lib/open-uri.rb (OpenURI::Meta#meta_setup_encoding);T;[o;;[I"setup encoding by charset.;To;;I"#(OpenURI::Meta#meta_add_field);T;[o;;[I"0call meta_setup_encoding when content-type.;TS; ; i; I"BThu Feb 28 15:29:12 2008 NARUSE, Yui ;T@ o; ;;;[o;;I"io.c (rb_io_getline_fast);T;[o;;[I"scan coderange.;TS; ; i; I"BThu Feb 28 14:36:46 2008 NARUSE, Yui ;T@ o; ;;;[o;;I"string.c (rb_enc_str_copy);T;[o;;[I" removed.;TS; ; i; I"EThu Feb 28 13:51:59 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"eval.c (stack_check);T;[o;;[I"made flag per threads.;To;;I";T@ o; ;;;[o;;I"file.c (rb_file_flock);T;[o;;[I"Fimmediately returns on EAGAIN if non-blocking. [ruby-core:15672];TS; ; i; I"EThu Feb 28 11:23:50 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"io.c (rb_io_getline_1);T;[o;;[I"+get rid of segfault. [ruby-dev:33938];TS; ; i; I"EThu Feb 28 11:19:51 2008 Nobuyoshi Nakada ;T@ o; ;;;[ o;;I"#string.c (rb_str_reverse_bang);T;[o;;[I"removed unused variables.;To;;I"@include/ruby/encoding.h (rb_str_coderange_scan_restartable);T;[o;;[I"added prototype.;To;;I"?string.c (rb_str_coderange_scan_restartable, rb_str_times);T;[o;;[I"removed unused variables.;To;;I"#string.c (rb_str_reverse_bang);T;[o;;[I" ditto;To;;I"string.c (rb_enc_str_copy);T;[o;;[I"(unused now. may be used in future?;TS; ; i; I"HThu Feb 28 03:03:32 2008 Hidetoshi NAGAI ;T@ o; ;;;[o;;I"#ext/tk/lib/tk.rb, ext/tk/lib/*;T;[o;;[I"make default widget set switchable between Tk (standard Tcl/Tk widget set) and Ttk (Tile). Initial default widget set is Tk. Now, toplevel widget classes are removed and defined as aliases. For example, "TkButton" is an alias of the "Tk::Button" class. Those aliases are replaced when switching default widget set. "Tk.default_widget_set=" is the method for switching default widget set. "Tk.default_widget_set = :Ttk" defines Ttk (Tile) widget set as default. It means that "TkButton" denotes "Tk::Tile::Button" class. And then, "TkButton.new" creates a Tk::Tile::Button widget. Of course, you can back to use standard Tk widgets as the default widget set by calling "Tk.default_widget_set = :Tk", whenever you want. Based on the feature, you can use Ttk widget styling engine on your old Ruby/Tk application without modifying its source, if you don't use widget options unsupported on Ttk widgets (At first, call "Tk.default_widget_set = :Ttk", and next load and run your application). This is one step for supporting Tcl/Tk8.5 features.;TS; ; i; I"2008-02-27;T@ S; ; i; I"BWed Feb 27 22:55:42 2008 NARUSE, Yui ;T@ o; ;;;[o;;I"1string.c (rb_str_coderange_scan_restartable);T;[o;;[I")coderange scanning for partial read.;To;;I"io.c (read_all);T;[o;;[I"-set coderange when not convert encoding.;TS; ; i; I"EWed Feb 27 03:55:58 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"&ext/extmk.rb, enc/make_encmake.rb;T;[o;;[I"2load current mkmf.rb even if cross-compiling.;To;;I"3ext/extmk.rb, enc/make_encmake.rb, lib/mkmf.rb;T;[o;;[I"3need to be 1.8 compatible for cross-compiling.;TS; ; i; I"2008-02-26;T@ S; ; i; I"GTue Feb 26 16:53:13 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I".misc/ruby-mode.el (ruby-calculate-indent);T;[o;;[I"Cshould distinguish comment and # in strings. [ruby-dev:33874];TS; ; i; I"ETue Feb 26 16:41:27 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"(array.c (combi_len, rb_ary_product);T;[o;;[I"*check for overflow. [ruby-Bugs-18355];TS; ; i; I"ETue Feb 26 16:38:10 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"array.c (recursive_cmp);T;[o;;[I""compare minimal length parts.;TS; ; i; I"ITue Feb 26 16:06:00 2008 Technorama Ltd. ;T@ o; ;;;[o;;I"'ext/openssl/ossl_{ec,dh,dsa,rsa}.c;T;[o;;[I"Remove useless warnings.;To;;I"ext/openssl/ossl_asn1.c;T;[o;;[I"Simplify code.;To;;0;[o;;[0S; ; i; I"ETue Feb 26 15:50:10 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"parse.y (value_expr_gen);T;[o;;[I"5removed inappropriate warning. [ruby-core:15660];TS; ; i; I";Tue Feb 26 15:43:42 2008 Tanaka Akira ;T@ o; ;;;[o;;I"parse.y (tokadd_escape);T;[o;;[I"#refactored. [ruby-core:15657];TS; ; i; I"ETue Feb 26 15:30:36 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"%array.c (rb_ary_eql, rb_ary_cmp);T;[o;;[I"Qget rid of stack overflow with self-recursive constructs. [ruby-Bugs-18356];TS; ; i; I";Tue Feb 26 01:16:01 2008 Tanaka Akira ;T@ o; ;;;[ o;;I"(include/ruby/ruby.h (ROBJECT_NUMIV);T;[o;;[I"renamed from ROBJECT_LEN.;To;;I"(ROBJECT_IVPTR);T;[o;;[I"renamed from ROBJECT_PTR.;To;;I"variable.c;T;[o;;[I"follow the above renaming.;To;;I" object.c;T;[o;;[I" ditto.;To;;I" gc.c;T;[o;;[I" ditto.;To;;I"marshal.c;T;[o;;[I" ditto.;TS; ; i; I"2008-02-25;T@ S; ; i; I"IMon Feb 25 17:30:29 2008 Technorama Ltd. ;T@ o; ;;;[o;;I";ext/openssl/digest.c ext/openssl/lib/openssl/digest.rb;T;[o;;[I"Commit patch #9280 from Akinori MUSHA. Simplify the OpenSSL::Digest class and make use of the existing Digest framework. Enhance performance.;TS; ; i; I"BMon Feb 25 15:33:29 2008 NAKAMURA Usaku ;T@ o; ;;;[o;;I"!bignum.c (big2str_karatsuba);T;[o;;[I")initialize cache if not initialized.;To;;I"bignum.c (Init_Bignum);T;[o;;[I"1delayed initializing cache. [ruby-dev:33930];TS; ; i; I";Mon Feb 25 13:40:03 2008 Tanaka Akira ;T@ o; ;;;[o;;I"process.c (Init_process);T;[o;;[I"ashare bignum objects for RLIM_INFINITY, RLIM_SAVED_MAX and RLIM_SAVED_CUR if they are equal.;TS; ; i; I"EMon Feb 25 00:01:03 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"(cygwin/GNUmakefile.in (clean-local);T;[o;;[I"should be double-colon.;TS; ; i; I"2008-02-24;T@ S; ; i; I"ESun Feb 24 23:39:59 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"6common.mk, {bcc,win}32/Makefile.sub (clean-local);T;[o;;[I"remove intermediate files.;To;;I"(cygwin/GNUmakefile.in (clean-local);T;[o;;[I"remove def file.;TS; ; i; I"ESun Feb 24 06:49:12 2008 Nobuyoshi Nakada ;T@ o; ;;;[ o;;I"$debug.c (ruby_set_debug_option);T;[o;;[I"!separated ruby_each_words().;To;;I"util.c (ruby_each_words);T;[o;;[I",extracted from ruby_set_debug_option().;To;;I"+ruby.c (enable_option, disable_option);T;[o;;[I"&allow all for all known features.;To;;I"ruby.c (proc_options);T;[o;;[I"(generalized enable/disable options.;To;;I"ruby.c (ruby_init_gems);T;[o;;[I"*take enabled flag. [ruby-core:14840];To;;I"ruby.c (process_options);T;[o;;[I""added --disable-rubyopt flag.;To;;I"*include/ruby/util.h (ruby_each_words);T;[o;;[I"prototype.;TS; ; i; I"ESun Feb 24 05:25:26 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"ruby.c (proc_options);T;[o;;[I"%check if argument for -E exists.;TS; ; i; I"ESun Feb 24 05:09:43 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"1misc/ruby-style.el (ruby-style-label-indent);T;[o;;[I",fix for labels inside blocks in switch.;TS; ; i; I"ESun Feb 24 03:52:58 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"util.c (valid_filename);T;[o;;[I"Kuse O_EXCL to get rid of clobbering existing files in race conditions.;TS; ; i; I"2008-02-23;T@ S; ; i; I"BSat Feb 23 21:36:13 2008 NAKAMURA Usaku ;T@ o; ;;;[o;;I"*ext/win32ole/win32ole.c (ole_init_cp);T;[o;;[I"should return value.;TS; ; i; I"BSat Feb 23 20:16:05 2008 NARUSE, Yui ;T@ o; ;;;[o;;I"string.c (str_sublen);T;[o;;[I" removed.;To;;I"3string.c (rb_str_reverse, rb_str_reverse_bang);T;[o;;[I"!use single_byte_optimizable.;TS; ; i; I"BSat Feb 23 19:25:18 2008 NARUSE, Yui ;T@ o; ;;;[o;;I"-string.c (rb_enc_cr_str_copy_for_substr);T;[o;;[I"%renamed from rb_enc_cr_str_copy.;To;;I" string.c;T;[o;;[I":use rb_enc_cr_str_copy_for_substr and keep coderange.;TS; ; i; I"ISat Feb 23 18:50:17 2008 Masaki Suketa ;T@ o; ;;;[o;;I".ext/win32ole/win32ole.c (ole_encoding2cp);T;[o;;[I"remove US-ASCII mapping.;TS; ; i; I";Sat Feb 23 01:09:47 2008 Tanaka Akira ;T@ o; ;;;[ o;;I"%process.c (rlimit_resource_type);T;[o;;[I"new function.;To;;I"(rlimit_resource_value);T;[o;;[I"new function.;To;;I"(proc_getrlimit);T;[o;;[I"Kuse rlimit_resource_type to accept symbol and string as resource type.;To;;I"(proc_setrlimit);T;[o;;[I"puse rlimit_resource_type and rlimit_resource_value to accept symbol and string as resource type and values.;TS; ; i; I"2008-02-22;T@ S; ; i; I"BFri Feb 22 21:12:42 2008 NARUSE, Yui ;T@ o; ;;;[o;;I""string.c (rb_enc_cr_str_copy);T;[o;;[I"/check string's coderange is 7bit or valid.;TS; ; i; I"EFri Feb 22 19:50:19 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"bignum.c (BIGZEROP);T;[o;;[I"4fix for longer Bignum zeros. [ruby-Bugs-17454];TS; ; i; I";Fri Feb 22 15:47:36 2008 Tanaka Akira ;T@ o; ;;;[ o;;I"encoding.c (rb_enc_mbclen);T;[o;;[I"Greturn minlen instead of 1 when a character is not found properly.;To;;I"string.c (rb_enc_strlen);T;[o;;[I"Iround up string length with fixed multibyte encoding such as UTF-32.;To;;I"(rb_enc_strlen_cr);T;[o;;[I" ditto.;To;;I"(rb_str_substr);T;[o;;[I"1fix substring with fixed multibyte encoding.;To;;I"(rb_str_justify);T;[o;;[I" check number of characters.;TS; ; i; I"BFri Feb 22 12:11:12 2008 NARUSE, Yui ;T@ o; ;;;[o;;I"string.c (rb_str_inspect);T;[o;;[I"_string of ascii incompatible encoding should be escaped and returned as US-ASCII encoding.;TS; ; i; I"BFri Feb 22 11:16:55 2008 NARUSE, Yui ;T@ o; ;;;[o;;I"string.c (rb_str_substr);T;[o;;[I")copy encoding although empty string.;TS; ; i; I"BFri Feb 22 04:48:22 2008 NARUSE, Yui ;T@ o; ;;;[o;;I"string.c (rb_str_times);T;[o;;[I"0empty string's coderange is CODERANGE_7BIT.;To;;I"string.c (rb_str_substr);T;[o;;[I" ditto.;To;;I"#encoding.c (rb_enc_compatible);T;[o;;[I"Zempty string is compatible with not only nonasciicompatible strings. [ruby-dev:33895];TS; ; i; I"2008-02-21;T@ S; ; i; I"EThu Feb 21 16:35:26 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"array.c (rb_ary_unshift_m);T;[o;;[I"/expands enough for argc. [ruby-dev:33880];TS; ; i; I"EThu Feb 21 14:49:40 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"io.c (argf_set_encoding);T;[o;;[I">uses current_file after check if next input is available.;TS; ; i; I"GThu Feb 21 14:13:38 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"io.c (rb_f_putc);T;[o;;[I"Winvoke stdout method so that redefining putc may take effect. [ruby-talk:291844];To;;I"io.c (rb_f_puts);T;[o;;[I" ditto.;TS; ; i; I"BThu Feb 21 11:10:49 2008 NARUSE, Yui ;T@ o; ;;;[o;;I" string.c;T;[o;;[I"Kreplace rb_enc_copy by rb_enc_cr_str_copy or rb_enc_cr_str_exact_copy.;TS; ; i; I"BThu Feb 21 10:35:04 2008 NARUSE, Yui ;T@ o; ;;;[o;;I"1include/ruby/encoding.h (rb_enc_asciicompat);T;[o;;[I"=dummy encoding is not ascii compatible. [ruby-dev:33878];TS; ; i; I"EThu Feb 21 00:01:34 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"configure.in (RPATHFLAG);T;[o;;[I"K-R option of HP-UX ld is not for runtime load path. [ruby-list:44600];TS; ; i; I"2008-02-20;T@ S; ; i; I"EWed Feb 20 23:55:19 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"%win32/win32.c (rb_w32_map_errno);T;[o;;[I"exported.;TS; ; i; I"BWed Feb 20 23:28:43 2008 NAKAMURA Usaku ;T@ o; ;;;[o;;I",ext/readline/extconf.rb (rl_event_hook);T;[o;;[I"#workaround for native windows.;TS; ; i; I"BWed Feb 20 19:42:03 2008 NARUSE, Yui ;T@ o; ;;;[o;;I"(encoding.c (rb_enc_associate_index);T;[o;;[I"Adoesn't clear coderange when new encoding equals to old one.;TS; ; i; I"BWed Feb 20 19:15:38 2008 NARUSE, Yui ;T@ o; ;;;[ o;;I"string.c (rb_enc_str_copy);T;[o;;[I"[added for wrapper for rb_enc_copy. this also copy coderange when ptr and len is equal.;To;;I""string.c (rb_enc_cr_str_copy);T;[o;;[I"Cadded for wrapper for rb_enc_copy. this always copy coderange.;To;;I""string.c (str_replace_shared);T;[o;;[I"use rb_enc_str_copy.;To;;I"string.c (str_new3);T;[o;;[I"Hdon't rb_enc_copy because encoding is copied at str_replace_shared.;TS; ; i; I"EWed Feb 20 13:08:52 2008 Nobuyoshi Nakada ;T@ o; ;;;[ o;;I"instruby.rb (parse_args);T;[o;;[I"Nadded --dir-mode, --script-mode and --cmd-type options. [ruby-dev:33816];To;;I"instruby.rb (parse_args);T;[o;;[I"Vadded bin-arch and bin-comm to install type, for compiled files and script files.;To;;I"instruby.rb (parse_args);T;[o;;[I"ideal with make style command line macros, and count as long style options if prefixed with INSTALL_.;To;;I"instruby.rb (makedirs);T;[o;;[I"%use $dir_mode. [ruby-dev:33805];To;;I"#instruby.rb (open_for_install);T;[o;;[I"Hset file mode, which is now permission mode instead of access mode.;To;;I"instruby.rb (bin-comm);T;[o;;[I"3installs scripts with replacing shebang lines.;TS; ; i; I"BWed Feb 20 10:04:22 2008 NAKAMURA Usaku ;T@ o; ;;;[o;;I"io.c (open_key_args);T;[o;;[I"io even if no options passed. [ruby-dev:33072];TS; ; i; I"2008-02-19;T@ S; ; i; I"BTue Feb 19 21:11:49 2008 NARUSE, Yui ;T@ o; ;;;[o;;I" string.c (rb_enc_strlen_cr);T;[o;;[I"$get length with coderange scan.;To;;I"string.c (str_strlen);T;[o;;[I"+use rb_enc_strlen_cr. [ruby-dev:33849];TS; ; i; I"ETue Feb 19 20:49:49 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"eval.c (rb_raise_jump);T;[o;;[I"(moved adjustment for control frame.;TS; ; i; I";Tue Feb 19 18:34:32 2008 Tanaka Akira ;T@ o; ;;;[o;;I"!gc.c (STACK_LENGTH) [SPARC] ;T;[o;;[I"+0x80 offset removed. [ruby-dev:33857];TS; ; i; I"ETue Feb 19 14:27:32 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"-ext/readline/readline.c (readline_event);T;[o;;[I"Rprevent polling. based on a patch from error errorsson in [ruby-Bugs-17675].;TS; ; i; I"ETue Feb 19 11:14:13 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"eval.c (ruby_exec_node);T;[o;;[I".no thread starts inside iseq compilation.;To;;I"eval.c (rb_f_raise);T;[o;;[I"3skip current control frame. [ruby-core:15589];To;;I"insns.def (opt_div);T;[o;;[I"4raise as the ordinary method. [ruby-core:15589];TS; ; i; I"2008-02-18;T@ S; ; i; I";Mon Feb 18 15:16:30 2008 Tanaka Akira ;T@ o; ;;;[o;;I" string.c (rb_str_each_line);T;[o;;[I"fix newline size.;TS; ; i; I";Mon Feb 18 13:06:37 2008 Tanaka Akira ;T@ o; ;;;[o;;I"-lib/irb/locale.rb (IRB::Locale#lc2kconv);T;[o;;[I" check ja_JP.EUC-JP as well.;TS; ; i; I";Mon Feb 18 11:51:19 2008 Tanaka Akira ;T@ o; ;;;[o;;I"re.c (re_warn);T;[o;;[I"4defined to restore warnings for /[a-c-e]/, etc.;TS; ; i; I"EMon Feb 18 10:17:42 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"&ext/pty/lib/expect.rb (IO#expect);T;[o;;[I"/check if peer is closed. [ruby-Bugs-17940];TS; ; i; I";Mon Feb 18 00:33:03 2008 Tanaka Akira ;T@ o; ;;;[o;;I"re.c (rb_reg_regsub);T;[o;;[I"Fdon't repeat repl twice with "X".sub!(/./, sprintf("\\%c", 255)).;TS; ; i; I"2008-02-17;T@ S; ; i; I"ESun Feb 17 23:06:55 2008 Kazuhiro NISHIYAMA ;T@ o; ;;;[o;;I"!lib/cgi.rb (CGI::escapeHTML);T;[o;;[I")use gsub with Hash. [ruby-dev:33828];TS; ; i; I"BSun Feb 17 21:38:21 2008 NARUSE, Yui ;T@ o; ;;;[o;;I"#encoding.c (ENC_CODERANGE_AND);T;[o;;[I"&fix broken case. [ruby-dev:33826];To;;I"string.c (rb_str_times);T;[o;;[I"&fix broken case. [ruby-dev:33826];TS; ; i; I";Sun Feb 17 20:45:10 2008 Tanaka Akira ;T@ o; ;;;[o;;I"re.c (rb_reg_prepare_re);T;[o;;[I""add enable_warning parameter.;To;;I"(rb_reg_adjust_startpos);T;[o;;[I"*disable warning by rb_reg_prepare_re.;To;;I"(rb_reg_search);T;[o;;[I"/follow rb_reg_prepare_re parameter change.;TS; ; i; I"=Sun Feb 17 20:12:41 2008 Yusuke Endoh ;T@ o; ;;;[o;;I"test/ruby/test_regexp.rb;T;[o;;[I"9add tests to achieve over 90% test coverage of re.c.;TS; ; i; I"BSun Feb 17 15:25:08 2008 NARUSE, Yui ;T@ o; ;;;[o;;I"#encoding.c (ENC_CODERANGE_AND);T;[o;;[I" added.;To;;I")string.c (rb_str_plus, rb_str_times);T;[o;;[I"keep coderange.;To;;0;[o;;[0S; ; i; I";Sun Feb 17 14:07:24 2008 Tanaka Akira ;T@ o; ;;;[o;;I"string.c (str_strlen);T;[o;;[I" rb_enc_strlen doesn't fail.;TS; ; i; I";Sun Feb 17 13:03:48 2008 Tanaka Akira ;T@ o; ;;;[o;;I"string.c (str_sublen);T;[o;;[I"use rb_enc_strlen.;TS; ; i; I"BSun Feb 17 12:17:52 2008 NARUSE, Yui ;T@ o; ;;;[o;;I"enc/{euc_jp.c,gbk.c,iso_8859_1.c,iso_8859_11.c,iso_8859_13.c, iso_8859_2.c,iso_8859_6.c,iso_8859_7.c,iso_8859_8.c,iso_8859_9.c, shift_jis.c,windows_1251.c};T;[o;;[I""add document about encodings.;To;;I"enc/cp949.c;T;[o;;[I"divided into new file.;TS; ; i; I";Sun Feb 17 10:59:04 2008 Tanaka Akira ;T@ o; ;;;[o;;I"re.c (rb_reg_quote);T;[o;;[I")return US-ASCII string consistently.;TS; ; i; I";Sun Feb 17 09:17:08 2008 Tanaka Akira ;T@ o; ;;;[o;;I"string.c (rb_str_times);T;[o;;[I"reduce loop overhead.;TS; ; i; I";Sun Feb 17 03:37:01 2008 Tanaka Akira ;T@ o; ;;;[#o;;I"-include/ruby/re.h (struct rmatch_offset);T;[o;;[I"&new struct for character offsets.;To;;I"(struct rmatch);T;[o;;[I"new struct.;To;;I"(struct RMatch);T;[o;;[I"reference struct rmatch.;To;;I"(RMATCH_REGS);T;[o;;[I"new macro.;To;;I"re.c (match_alloc);T;[o;;[I"initialize struct rmatch.;To;;I"(pair_byte_cmp);T;[o;;[I"new function.;To;;I"(update_char_offset);T;[o;;[I"update character offsets.;To;;I"(match_init_copy);T;[o;;[I"'copy regexp and character offsets.;To;;I"(match_sublen);T;[o;;[I" removed.;To;;I"(match_offset);T;[o;;[I"use update_char_offset.;To;;I"(match_begin);T;[o;;[I" ditto.;To;;I"(match_end);T;[o;;[I" ditto.;To;;I"(rb_reg_search);T;[o;;[I".make character offset updated flag false.;To;;I"(match_size);T;[o;;[I"use RMATCH_REGS.;To;;I"(match_backref_number);T;[o;;[I" ditto.;To;;I"(rb_reg_nth_defined);T;[o;;[I" ditto.;To;;I"(rb_reg_nth_match);T;[o;;[I" ditto.;To;;I"(rb_reg_match_pre);T;[o;;[I" ditto.;To;;I"(rb_reg_match_post);T;[o;;[I" ditto.;To;;I"(rb_reg_match_last);T;[o;;[I" ditto.;To;;I"(match_array);T;[o;;[I" ditto.;To;;I"(match_aref);T;[o;;[I" ditto.;To;;I"(match_values_at);T;[o;;[I" ditto.;To;;I"(match_inspect);T;[o;;[I" ditto.;To;;I"!string.c (rb_str_subpat_set);T;[o;;[I"use RMATCH_REGS.;To;;I"(rb_str_sub_bang);T;[o;;[I" ditto.;To;;I"(str_gsub);T;[o;;[I" ditto.;To;;I"(rb_str_split_m);T;[o;;[I" ditto.;To;;I"(scan_once);T;[o;;[I" ditto.;To;;I"gc.c (obj_free);T;[o;;[I"free character offsets.;TS; ; i; I"BSun Feb 17 03:13:40 2008 NAKAMURA Usaku ;T@ o; ;;;[o;;I"win32/resource.rb;T;[o;;[I"+made version infos confirm to OS spec.;To;;I"&{bcc32,win32}/Makefile.sub (*.rc);T;[o;;[I"add dependency.;TS; ; i; I"2008-02-16;T@ S; ; i; I"BSat Feb 16 20:49:34 2008 NARUSE, Yui ;T@ o; ;;;[o;;I"string.c (rb_str_substr);T;[o;;[I"optimized for UTF-8.;TS; ; i; I";Sat Feb 16 18:13:53 2008 Tanaka Akira ;T@ o; ;;;[o;;I"#encoding.c (rb_enc_compatible);T;[o;;[I"(check encoding incapable arguments.;TS; ; i; I";Sat Feb 16 20:12:47 2008 Tanaka Akira ;T@ o; ;;;[o;;I"re.c (match_inspect);T;[o;;[I"0avoid SEGV with MatchData.allocate.inspect.;TS; ; i; I"BSat Feb 16 19:04:17 2008 NARUSE, Yui ;T@ o; ;;;[o;;I"string.c (str_strlen);T;[o;;[I"$revert r15507. [ruby-dev:33810];TS; ; i; I"BSat Feb 16 18:25:14 2008 NARUSE, Yui ;T@ o; ;;;[o;;I"string.c (str_strlen);T;[o;;[I"little more optimization.;To;;I"(rb_enc_nth);T;[o;;[I""remove needless variable 'c'.;TS; ; i; I";Sat Feb 16 18:00:13 2008 Tanaka Akira ;T@ o; ;;;[o;;I"#encoding.c (rb_enc_compatible);T;[o;;[I")empty strings are always compatible.;To;;I"%string.c (rb_enc_cr_str_buf_cat);T;[o;;[I" ditto.;TS; ; i; I";Sat Feb 16 16:14:35 2008 Tanaka Akira ;T@ o; ;;;[o;;I"string.c (rb_enc_strlen);T;[o;;[I"/UTF-8 character count moved to str_strlen.;To;;I"(str_strlen);T;[o;;[I"WUTF-8 character count is only applicable for valid UTF-8 string. [ruby-dev:33807];TS; ; i; I";Sat Feb 16 13:16:49 2008 Tanaka Akira ;T@ o; ;;;[o;;I"string.c (rb_str_sub_bang);T;[o;;[I"%stringize replacing hash values.;To;;I"(str_gsub);T;[o;;[I" ditto.;TS; ; i; I"BSat Feb 16 13:01:33 2008 NARUSE, Yui ;T@ o; ;;;[o;;I"string.c (rb_enc_strlen);T;[o;;[I":add search_nonascii like character counter for UTF-8.;TS; ; i; I";Sat Feb 16 11:53:35 2008 Tanaka Akira ;T@ o; ;;;[o;;I"encoding.c (rb_enc_strlen);T;[o;;[I"moved to string.c.;To;;I"string.c (rb_enc_strlen);T;[o;;[I"use search_nonascii.;To;;I"(str_strlen);T;[o;;[I"don't use search_nonascii.;TS; ; i; I";Sat Feb 16 11:45:31 2008 Tanaka Akira ;T@ o; ;;;[o;;I"lib/require_relative.rb;T;[o;;[I")check require_relative call in eval.;TS; ; i; I"BSat Feb 16 08:00:01 2008 NARUSE, Yui ;T@ o; ;;;[o;;I"ruby.c (process_options);T;[o;;[I"Dset default_external before loading libraries. [ruby-dev:33801];TS; ; i; I"BSat Feb 16 05:49:54 2008 NARUSE, Yui ;T@ o; ;;;[o;;I"enc/iso_8859_{4,13}.c;T;[o;;[I",Windows-1257 is replica of ISO-8859-13.;To;;I"'string.c (single_byte_optimizable);T;[o;;[I"9rb_enc_mbminlen must be 1 when rb_enc_mbmaxlen is 1.;TS; ; i; I";Sat Feb 16 03:43:18 2008 Tanaka Akira ;T@ o; ;;;[o;;I"encoding.c (rb_enc_nth);T;[o;;[I"moved to string.c.;To;;I"string.c (rb_enc_nth);T;[o;;[I"Kmoved from string.c. use search_nonascii for ASCII compatible string.;To;;I"(str_nth);T;[o;;[I"{wrong optimization removed to fix "a".force_encoding("EUC-JP").slice!(0,10) returns "a\x00\x00\x00\x00\x00\x00\x00\x00\x00";TS; ; i; I"ESat Feb 16 00:21:49 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"range.c (rb_range_beg_len);T;[o;;[I"Icheck if responds to "begin" and "end" methods for non-Range object.;TS; ; i; I"2008-02-15;T@ S; ; i; I"IFri Feb 15 20:29:42 2008 Masaki Suketa ;T@ o; ;;;[o;;I"*ext/win32ole/win32ole.c (ole_init_cp);T;[o;;[I"Iinitialize WIN32OLE.codepage according to Encoding.default_external.;To;;I"#test/win32ole/test_win32ole.rb;T;[o;;[I" ditto.;TS; ; i; I"GFri Feb 15 19:31:23 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"*include/ruby/node.h (NODE_FL_NEWLINE);T;[o;;[I"Grenamed from NODE_NEWLINE to denote its a flag. [ruby-core:15529];TS; ; i; I"EFri Feb 15 18:23:54 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I")string.c (rb_str_sub_bang, str_gsub);T;[o;;[I"!allows hash for replacement.;TS; ; i; I"GFri Feb 15 17:12:41 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"string.c (str_strlen);T;[o;;[I"+use search_nonascii() for performance.;To;;I"string.c (str_nth);T;[o;;[I" ditto.;TS; ; i; I"GFri Feb 15 16:22:49 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"io.c (open_key_args);T;[o;;[I"/allow specifying both :mode and :encoding.;TS; ; i; I";Fri Feb 15 15:34:47 2008 Tanaka Akira ;T@ o; ;;;[o;;I"string.c (rb_str_getbyte);T;[o;;[I"new method.;To;;I"(rb_str_setbyte);T;[o;;[I"new method.;TS; ; i; I";Fri Feb 15 15:29:03 2008 Tanaka Akira ;T@ o; ;;;[o;;I"lib/require_relative.rb;T;[o;;[I"new file.;TS; ; i; I"EFri Feb 15 15:23:12 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"&ext/iconv/iconv.c (iconv_convert);T;[o;;[I"Fcheck upper bound. a patch from Daniel Luz at [ruby-Bugs-17910].;TS; ; i; I"EFri Feb 15 10:35:54 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"re.c (rb_reg_quote);T;[o;;[I"9set US-ASCII for ASCII-only string. [ruby-dev:33785];TS; ; i; I"EFri Feb 15 10:27:47 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"({win,bcc}32/Makefile.sub (config.h);T;[o;;[I"+added HAVE_FTRUNCATE. [ruby-dev:33786];TS; ; i; I"EFri Feb 15 09:44:11 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"parse.y (reg_compile_gen);T;[o;;[I"Lreg_fragment_setenc might not raise an exception before rb_reg_compile.;TS; ; i; I"AFri Feb 15 07:37:40 2008 Eric Hodel ;T@ o; ;;;[o;;I"lib/rdoc/ri/paths.rb;T;[o;;[I"%Preserve compatibility with 1.8.;TS; ; i; I"EFri Feb 15 02:42:25 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"configure.in (ftruncate);T;[o;;[I"check if available.;To;;I"file.c (rb_file_truncate);T;[o;;[I",check if ftruncate instead of truncate.;TS; ; i; I"EFri Feb 15 02:40:54 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"configure.in (sigsetmask);T;[o;;[I".check when signal semantics is not POSIX.;To;;I"signal.c (USE_TRAP_MASK);T;[o;;[I"8set true if sigprocmask or sigsetmask is available.;TS; ; i; I"2008-02-14;T@ S; ; i; I"EThu Feb 14 23:56:38 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"eval_error.c (error_print);T;[o;;[I"$append a newline to rest lines.;To;;I"parse.y (reg_compile_gen);T;[o;;[I"Sappends error message from rb_reg_compile() to one from reg_fragment_setenc().;TS; ; i; I";Thu Feb 14 21:00:14 2008 Tanaka Akira ;T@ o; ;;;[o;;I"io.c (io_reopen);T;[o;;[I"Dcheck STDIN, STDOUT and STDERR mode according to stdio streams.;TS; ; i; I"GThu Feb 14 16:07:40 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"test/ruby/test_math.rb;T;[o;;[I"actual-expected argument ordering for test_math.rb fixed. a patch from Tadashi Saito in [ruby-dev:33770].;TS; ; i; I"EThu Feb 14 16:02:51 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"file.c (rb_file_s_utime);T;[o;;[I",inhibits with secure level 2 or higher.;TS; ; i; I";Thu Feb 14 12:30:02 2008 Tanaka Akira ;T@ o; ;;;[o;;I"%re.c (rb_reg_preprocess_dregexp);T;[o;;[I"3use non-preprocessed regexp source for result.;TS; ; i; I"EThu Feb 14 01:43:16 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"&lib/timeout.rb (Timeout::timeout);T;[o;;[I"@made sensitive to location on the stack. [ruby-core:15458];TS; ; i; I"EThu Feb 14 00:49:53 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"common.mk (INSTRUBY_ARGS);T;[o;;[I",pass mode to install. [ruby-dev:33766];To;;I"instruby.rb (parse_args);T;[o;;[I"/added --data-mode and --prog-mode options.;TS; ; i; I"=Thu Feb 14 00:02:19 2008 Yusuke Endoh ;T@ o; ;;;[o;;I"eval.c (eval);T;[o;;[I"Mallow to eval in a binding that has a singleton method. [ruby-dev:33763];To;;I"test/ruby/test_proc.rb;T;[o;;[I";add tests to achieve over 70% test coverage of proc.c.;To;;I"test/ruby/test_method.rb;T;[o;;[I" ditto.;TS; ; i; I"2008-02-13;T@ S; ; i; I";Wed Feb 13 22:46:36 2008 Tanaka Akira ;T@ o; ;;;[o;;I"'lib/pathname.rb (Pathname#sub_ext);T;[o;;[I"#new method. [ruby-list:44608];TS; ; i; I"=Wed Feb 13 21:50:32 2008 Yusuke Endoh ;T@ o; ;;;[o;;I"proc.c (proc_curry);T;[o;;[I"!new method. [ruby-dev:33676];To;;I"test/ruby/test_proc.rb;T;[o;;[I"add tests for above.;TS; ; i; I";Wed Feb 13 20:48:50 2008 Tanaka Akira ;T@ o; ;;;[ o;;I""include/ruby/ruby.h (RObject);T;[o;;[I"Madd iv_index_tbl for shortcut of RCLASS_IV_INDEX_TBL(rb_obj_class(obj)).;To;;I"(ROBJECT_IV_INDEX_TBL);T;[o;;[I" defined.;To;;I"object.c (init_copy);T;[o;;[I"/initialize iv_index_tbl in struct RObject.;To;;I"variable.c (ivar_get);T;[o;;[I"use ROBJECT_IV_INDEX_TBL.;To;;I"(rb_ivar_defined);T;[o;;[I" ditto.;To;;I"(obj_ivar_each);T;[o;;[I" ditto.;To;;I"&(rb_obj_remove_instance_variable);T;[o;;[I" ditto.;To;;I"(rb_ivar_set);T;[o;;[I"+update iv_index_tbl in struct RObject.;TS; ; i; I"BWed Feb 13 16:21:48 2008 NARUSE, Yui ;T@ o; ;;;[o;;I"lib/uri/generic.rb;T;[o;;[I"Nrevert r15442. 2nd argument of String#sub parse escapes. [ruby-dev:33726];To;;I"Tbootstraptest/test_method.rb, enc/depend, instruby.rb, lib/mkmf.rb, mkconfig.rb;T;[o;;[I"revert r15443. ditto.;TS; ; i; I"BWed Feb 13 11:20:26 2008 NAKAMURA Usaku ;T@ o; ;;;[o;;I"enc/depend;T;[o;;[I"fix typo.;To;;I"lib/mkmf.rb;T;[o;;[I"Frevert r15443. "\\1#{sep}\\2" is wrong if sep is ended with "\\".;TS; ; i; I"AWed Feb 13 08:57:21 2008 Eric Hodel ;T@ o; ;;;[o;;I"lib/rdoc/markup/inline.rb;T;[o;;[I"jAllow inline markup to have a leading '#' or '\', or trailing punctuation. i.e. *#freeze?*, *\foo?*.;TS; ; i; I"AWed Feb 13 07:21:23 2008 Eric Hodel ;T@ o; ;;;[o;;I""lib/rdoc/to_html_hyperlink.rb;T;[o;;[I"FMoved linking to to_html.rb, move crossref to to_html_crossref.rb;TS; ; i; I"EWed Feb 13 04:15:44 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"-parse.y (arg_concat_gen, arg_append_gen);T;[o;;[I"optimize for array push.;To;;I"parse.y (arg_concat_gen);T;[o;;[I"optimize for array concat.;To;;I"parse.y (arg_add_gen);T;[o;;[I"/removed since identical to arg_append_gen.;TS; ; i; I"2008-02-12;T@ S; ; i; I"ETue Feb 12 21:04:51 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"parse.y (exc_list);T;[o;;[I""should use mrhs if non array.;TS; ; i; I"ATue Feb 12 20:32:50 2008 Tadayoshi Funaba ;T@ o; ;;;[ o;;I"3lib/rational.rb (floor, ceil, truncate, round);T;[o;;[I"'do not use definitions of Numeric.;To;;I"lib/rational.rb (to_i);T;[o;;[I"#should returns truncated self.;To;;I"lib/complex.rb (numerator);T;[o;;[I".requires Integer#{numerator,denominator}.;To;;I"lib/complex.rb (quo);T;[o;;[I"&do not use definition of Numeric.;To;;I"_lib/complex.rb (>, >=, <, <=, between?, div, divmod, modulo, floor, ceil, truncate, round);T;[o;;[I"undef'ed.;To;;I"$lib/mathn.rb (Rational#inspect);T;[o;;[I" removed.;TS; ; i; I"ETue Feb 12 16:48:10 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"parse.y (args, mrhs);T;[o;;[I"#flattens literal array splats.;To;;I"parse.y (exc_list);T;[o;;[I"splat literal array.;TS; ; i; I"BTue Feb 12 15:27:19 2008 NARUSE, Yui ;T@ o; ;;;[o;;I"bootstraptest/runner.rb, bootstraptest/test_method.rb, enc/depend, instruby.rb, lib/mkmf.rb, lib/test/unit/util/procwrapper.rb, mkconfig.rb, sample/test.rb, template/vm.inc.tmpl, test/ruby/test_stringchar.rb;T;[o;;[I"fixes around String#gsub.;TS; ; i; I"BTue Feb 12 15:11:47 2008 NARUSE, Yui ;T@ o; ;;;[o;;I"fext/json/lib/json/pure/generator.rb, ext/json/lib/json/pure/parser.rb, ext/openssl/lib/openssl/x509.rb, ext/win32ole/sample/olegen.rb, lib/date/format.rb, lib/irb/context.rb, lib/irb/workspace.rb, lib/net/http.rb, lib/net/imap.rb, lib/rdoc/generator.rb, lib/rdoc/markup/to_html.rb, lib/rdoc/markup/to_latex.rb, lib/rdoc/parsers/parse_c.rb, lib/rdoc/ri/formatter.rb, lib/rexml/parsers/baseparser.rb, lib/rexml/quickpath.rb, lib/rexml/text.rb, lib/rss/parser.rb, lib/uri/common.rb, lib/uri/generic.rb, lib/webrick/httpresponse.rb, lib/webrick/httpservlet/filehandler.rb, lib/yaml/baseemitter.rb, lib/yaml/encoding.rb;T;[o;;[I"+performance tuning around String#gsub.;TS; ; i; I"GTue Feb 12 12:16:45 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"string.c (rb_str_hash_cmp);T;[o;;[I"Blighter version of rb_str_cmp() for hash comparison function.;To;;I"hash.c (rb_any_cmp);T;[o;;[I"use rb_str_hash_cmp().;To;;I"string.c (rb_str_casecmp);T;[o;;[I"3should return nil for incompatible comparison.;TS; ; i; I"GTue Feb 12 12:13:25 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"instruby.rb;T;[o;;[I"lspecify file mode to install. a patch from pegacorn in [ruby-dev:33699].;TS; ; i; I"GTue Feb 12 11:38:57 2008 Yukihiro Matsumoto ;T@ o; ;;;[ o;;I""numeric.c (rb_num_coerce_bin);T;[o;;[I"Gadd ID argument to specify caller's method name. [ruby-dev:33663];To;;I""numeric.c (rb_num_coerce_cmp);T;[o;;[I" ditto.;To;;I"$numeric.c (rb_num_coerce_relop);T;[o;;[I" ditto.;To;;I",ext/bigdecimal/bigdecimal.c (DoSomeOne);T;[o;;[I" add function name argument.;TS; ; i; I"ATue Feb 12 10:25:02 2008 Eric Hodel ;T@ o; ;;;[o;;I"lib/rdoc/rdoc.rb;T;[o;;[I"IWrap parse_files' read in version check for backwards compatibility.;TS; ; i; I"BTue Feb 12 10:15:14 2008 NARUSE, Yui ;T@ o; ;;;[o;;I"ruby.c (load_file);T;[o;;[I"7enc must effect source encoding. [ruby-core:15496];TS; ; i; I"ATue Feb 12 10:16:47 2008 Eric Hodel ;T@ o; ;;;[o;;I"lib/rdoc/ri/paths.rb;T;[o;;[I"$Restore require rubygems check.;TS; ; i; I"GTue Feb 12 02:42:27 2008 Yukihiro Matsumoto ;T@ o; ;;;[ o;;I"range.c (range_include);T;[o;;[I"lspecialize single character string case (e.g. (?a ..?z).include(?x)) for performance. [ruby-core:15481];To;;I"string.c (rb_str_upto);T;[o;;[I"&specialize single character case.;To;;I"string.c (rb_str_hash);T;[o;;[I")omit coderange scan for performance.;To;;I"#object.c (rb_check_to_integer);T;[o;;[I"check Fixnum first.;To;;I"object.c (rb_to_integer);T;[o;;[I" ditto.;To;;I"string.c (rb_str_equal);T;[o;;[I";T@ o; ;;;[o;;I"lib/rss/rss.rb (RSS;T;[o;;[I"9:VERSION), test/rss/test_version.rb: 0.2.3 -> 0.2.4.;To;;I"Alib/rss/maker.rb, lib/rss/maker/, test/rss/test_maker_2.0.rb;T;[o;;[I"fixed a bug that RSS::Maker.make("0.9")'s item doesn't make some elements if description is missed. Reported by Michael Auzenne. Thanks!!!;To;;I"5lib/rss/maker/0.9.rb, test/rss/test_maker_0.9.rb;T;[o;;[I";T@ o; ;;;[o;;I"ruby.c (load_file);T;[o;;[I"Lthe encoding of DATA follows the source file encoding. [ruby-dev:33693];TS; ; i; I"=Mon Feb 11 06:50:42 2008 Yusuke Endoh ;T@ o; ;;;[ o;;I"test/ruby/test_pack.rb;T;[o;;[I"fix tests for 64bit CPU.;To;;I"test/ruby/test_bignum.rb;T;[o;;[I" ditto.;To;;I"&test/ruby/test_file_exhaustive.rb;T;[o;;[I" ditto.;To;;I"test/ruby/test_integer.rb;T;[o;;[I" ditto.;To;;I"test/ruby/test_time.rb;T;[o;;[I" ditto.;To;;I"test/ruby/test_numeric.rb;T;[o;;[I" ditto.;To;;I"test/ruby/test_fixnum.rb;T;[o;;[I" ditto.;TS; ; i; I"BMon Feb 11 00:18:57 2008 NARUSE, Yui ;T@ o; ;;;[o;;I"+lib/benchmark.rb (Job::Benchmark#item);T;[o;;[I"fix typo.;TS; ; i; I"2008-02-10;T@ S; ; i; I"BSun Feb 10 21:58:32 2008 NARUSE, Yui ;T@ o; ;;;[o;;I"common.mk (encdb, transdb);T;[o;;[I"depend on $(PREP).;TS; ; i; I"ASun Feb 10 16:58:20 2008 Eric Hodel ;T@ o; ;;;[o;;I"2lib/rubygems*, test/rubygems*, gem_prelude.rb;T;[o;;[I".Import RubyGems r1601. [ruby-core:15381];TS; ; i; I"ESun Feb 10 15:07:23 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"/{bcc32,win32,wince}/Makefile.sub (MISSING);T;[o;;[I"added cbrt.obj.;TS; ; i; I"ASun Feb 10 12:58:33 2008 Eric Hodel ;T@ o; ;;;[o;;I"lib/rdoc/code_objects.rb;T;[o;;[I"/Make some attributes accessible for reuse.;To;;I"lib/rdoc/generator/html.rb;T;[o;;[I"@Pull out ContextUser classes and related methods for reuse.;To;;I"lib/rdoc/generator.rb;T;[o;;[I"DMove ContextUser classes to RDoc::Generator::Context for reuse.;To;;I"lib/rdoc/rdoc.rb;T;[o;;[I"4Make RDoc::RDoc initialization a little easier.;To;;I"lib/rdoc/options.rb;T;[o;;[I">Make RDoc::Options easier to use without parsing an ARGV.;To;;I"lib/rdoc/markup/to_*.rb;T;[o;;[I"&Subclass RDoc::Markup::Formatter.;To;;I"!lib/rdoc/markup/formatter.rb;T;[o;;[I"GAdd RDoc::Markup::Formatter to make RDoc markup conversion easier.;To;;I"!lib/rdoc/markup/fragments.rb;T;[o;;[I"0Make RDoc::Markup::ListItem easier to test.;To;;I")lib/rdoc/markup/to_html_hyperlink.rb;T;[o;;[I"=Pulled out of the HTML generator for easier reusability.;To;;I"lib/rdoc/markup.rb;T;[o;;[I"8Fix bug with labeled lists containing bullet lists.;To;;I"%lib/rdoc/generators/html/html.rb;T;[o;;[I"Fix Constant display.;TS; ; i; I"2008-02-09;T@ S; ; i; I";Sat Feb 9 23:44:29 2008 Tanaka Akira ;T@ o; ;;;[o;;I"missing/tgamma.c (tgamma);T;[o;;[I"use lgamma_r if available.;TS; ; i; I"ESat Feb 9 23:22:52 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"ext/bigdecimal/extconf.rb;T;[o;;[I"simplified the condition.;TS; ; i; I"=Sat Feb 9 21:20:28 2008 Yusuke Endoh ;T@ o; ;;;[o;;I"test/ruby/test_math.rb;T;[o;;[I"dadd tests for Math.gamma, Math.lgamma and Math.cbrt, and use assert_in_delta instead of assert.;TS; ; i; I";Sat Feb 9 18:34:45 2008 Tanaka Akira ;T@ o; ;;;[o;;I"math.c (math_cbrt);T;[o;;[I"new method Math.cbrt.;To;;I"configure.in (cbrt);T;[o;;[I"%check for replacement functions.;To;;I"missing/cbrt.c;T;[o;;[I"new file.;TS; ; i; I"ESat Feb 9 17:51:24 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"2ext/bigdecimal/bigdecimal.c (BigDecimal_to_f);T;[o;;[I"9use strtod() for more precision. [ruby-talk:290296];To;;I"+ext/bigdecimal/bigdecimal.c (BASE_FIG);T;[o;;[I"made constant.;To;;I"ext/bigdecimal/extconf.rb;T;[o;;[I"ditto. [ruby-dev:33658];TS; ; i; I";Sat Feb 9 12:06:45 2008 Tanaka Akira ;T@ o; ;;;[o;;I"missing/tgamma.c (tgamma);T;[o;;[I"add error check.;TS; ; i; I";Sat Feb 9 11:47:03 2008 Tanaka Akira ;T@ o; ;;;[o;;I"math.c (math_gamma);T;[o;;[I"add error check.;To;;I"(math_lgamma);T;[o;;[I" ditto.;TS; ; i; I";Sat Feb 9 11:09:26 2008 Tanaka Akira ;T@ o; ;;;[o;;I""missing/lgamma_r.c (lgamma_r);T;[o;;[I"/return HUGE_VAL for non-positive integers.;TS; ; i; I";Sat Feb 9 10:03:07 2008 Tanaka Akira ;T@ o; ;;;[o;;I"string.c (rb_str_new4);T;[o;;[I"4copy encoding from orig, instead of shared one.;TS; ; i; I"BSat Feb 9 01:01:38 2008 NARUSE, Yui ;T@ o; ;;;[o;;I"file.c (lchmod_internal);T;[o;;[I"@fix warning cast from pointer to integer of different size.;TS; ; i; I"ESat Feb 9 00:44:52 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"&lib/irb.rb (IRB::Irb::eval_input);T;[o;;[I"Xrescues Interrupt and other than SystemExit and SignalException. [ruby-core:15359];TS; ; i; I"2008-02-08;T@ S; ; i; I";Fri Feb 8 23:51:36 2008 Tanaka Akira ;T@ o; ;;;[o;;I""missing/lgamma_r.c (lgamma_r);T;[o;;[I"+use smaller argument for sin function.;TS; ; i; I";Fri Feb 8 22:10:36 2008 Tanaka Akira ;T@ o; ;;;[o;;I"(lib/open-uri.rb (OpenURI.open_http);T;[o;;[I"?rescue URI::InvalidURIError by URI.parse for location URI.;TS; ; i; I"EFri Feb 8 19:22:13 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"&ext/iconv/iconv.c (rb_str_derive);T;[o;;[I";T@ o; ;;;[o;;I"lib/mkmf.rb (xsystem);T;[o;;[I" expand macros like as make.;TS; ; i; I"BFri Feb 8 09:27:57 2008 NARUSE, Yui ;T@ o; ;;;[o;;I"&lib/rdoc/ri/driver.rb (read_yaml);T;[o;;[I""remove SM* for compatibility.;TS; ; i; I"=Fri Feb 8 00:07:24 2008 Yusuke Endoh ;T@ o; ;;;[o;;I"test/ruby/test_hash.rb;T;[o;;[I"'follow the change of Hash#flatten.;To;;I"test/ruby/test_time.rb;T;[o;;[I";add tests to achieve over 70% test coverage of time.c.;To;;I"test/ruby/test_prec.rb;T;[o;;[I"ditto over 90% for prec.c.;TS; ; i; I"2008-02-07;T@ S; ; i; I"EThu Feb 7 19:11:39 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"string.c (rb_str_dup);T;[o;;[I"0reverted unneeded change. [ruby-dev:33634];To;;I"string.c (rb_str_replace);T;[o;;[I"/makes frozen shared string before sharing.;TS; ; i; I";Thu Feb 7 16:33:51 2008 Tanaka Akira ;T@ o; ;;;[o;;I"io.c (io_reopen);T;[o;;[I"Ndon't change access mode for stdin, stdout and stderr. [ruby-core:15360];TS; ; i; I"EThu Feb 7 16:33:48 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I""string.c (str_replace_shared);T;[o;;[I""replaces string with sharing.;To;;I"@string.c (rb_str_new4, rb_str_associate, rb_str_associated);T;[o;;[I"&allows associated strings shared.;To;;I"9string.c (rb_str_dup, rb_str_substr, rb_str_replace);T;[o;;[I"%shares memory. [ruby-core:15400];TS; ; i; I"EThu Feb 7 15:42:42 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"string.c (rb_str_end_with);T;[o;;[I"compares with the suffix.;TS; ; i; I"BThu Feb 7 15:03:15 2008 NARUSE, Yui ;T@ o; ;;;[o;;I"enc/trans/korean.c;T;[o;;[I":add support for CP949 by Park Ji-In. [ruby-dev:33626];TS; ; i; I"BThu Feb 7 11:11:02 2008 NAKAMURA Usaku ;T@ o; ;;;[o;;I""missing/lgamma_r.c (lgamma_r);T;[o;;[I"Usome compilers don't permit dividing by literal 0.0. use const variable instead.;To;;I"/{bcc32,win32,wince}/Makefile.sub (MISSING);T;[o;;[I"%add lgamma_r.obj and tgamma.obj.;TS; ; i; I";Thu Feb 7 10:39:21 2008 Tanaka Akira ;T@ o; ;;;[o;;I"math.c (math_gamma);T;[o;;[I"new method Math.gamma.;To;;I"(math_lgamma);T;[o;;[I"new method Math.lgamma.;To;;I"$include/ruby/missing.h (tgamma);T;[o;;[I"!declared unless HAVE_TGAMMA.;To;;I"(lgamma_r);T;[o;;[I"#declared unless HAVE_LGAMMA_R.;To;;I"configure.in (tgamma);T;[o;;[I"%check for replacement functions.;To;;I"(lgamma_r);T;[o;;[I" ditto.;To;;I"missing/tgamma.c;T;[o;;[I"new file. based on gamma.c from "C-gengo niyoru saishin algorithm jiten" (New Algorithm handbook in C language) (Gijyutsu hyouron sha, Tokyo, 1991) by Haruhiko Okumura.;To;;I"missing/lgamma_r.c;T;[o;;[I" ditto.;To;;I"LEGAL (missing/tgamma.c);T;[o;;[I"describe as public domain.;To;;I"(missing/lgamma_r.c);T;[o;;[I" ditto.;TS; ; i; I"GThu Feb 7 09:05:57 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"0ext/nkf/nkf-utf8/nkf.c (nkf_enc_from_index);T;[o;;[I"2BINARY does not have in-bound encoding index.;TS; ; i; I"BThu Feb 7 04:26:28 2008 NARUSE, Yui ;T@ o; ;;;[o;;I"enc/trans/korean.c;T;[o;;[I"Badd EUC-KR conversion support by Park Ji-In. [ruby-dev:33621];TS; ; i; I"2008-02-06;T@ S; ; i; I"GWed Feb 6 01:47:39 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"hash.c (rb_hash_flatten);T;[o;;[I";T@ o; ;;;[o;;I"insns.def (adjuststack);T;[o;;[I"knever use INC_SP with minus value because some compilers cannot deal it correctly. use DEC_SP instead.;TS; ; i; I"=Wed Feb 6 00:48:41 2008 Yusuke Endoh ;T@ o; ;;;[o;;I"test/ruby/test_hash.rb;T;[o;;[I";add tests to achieve over 90% test coverage of hash.c.;To;;I"test/ruby/test_env.rb;T;[o;;[I" ditto.;TS; ; i; I"=Wed Feb 6 00:24:49 2008 Yusuke Endoh ;T@ o; ;;;[o;;I"hash.c (env_rassoc);T;[o;;[I"4remove access to free'd environment on mswin32.;TS; ; i; I"2008-02-05;T@ S; ; i; I"=Tue Feb 5 21:57:34 2008 Yusuke Endoh ;T@ o; ;;;[o;;I"vm.c (rb_call_super);T;[o;;[I"Rpass a passed block when super is called via rb_call_super. [ruby-dev:33598];TS; ; i; I"ETue Feb 5 11:14:11 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"-lib/mkmf.rb (INSTALL_DIRS, install_dirs);T;[o;;[I"added BINDIR.;To;;I" lib/mkmf.rb (install_files);T;[o;;[I"0rejects files matching to $NONINSTALLFILES.;To;;I"lib/mkmf.rb (init_mkmf);T;[o;;[I"=defaults $NONINSTALLFILES to backup and temporary files.;TS; ; i; I"2008-02-04;T@ S; ; i; I"EMon Feb 4 21:52:06 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"$lib/delegate.rb (DelegateClass);T;[o;;[I"Wuse define_method instead of module_eval to improve performance. [ruby-dev:33586];TS; ; i; I"EMon Feb 4 16:44:24 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"configure.in (darwin);T;[o;;[I"BNSIG is not defined if _XOPEN_SOURCE > 500L. [ruby-dev:33584];TS; ; i; I"EMon Feb 4 14:51:19 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I" parse.y (rb_enc_symname2_p);T;[o;;[I"1support "!", "!=" and "!~". [ruby-dev:33592];TS; ; i; I"BMon Feb 4 13:58:42 2008 NAKAMURA Usaku ;T@ o; ;;;[o;;I"Alib/delegate.rb (Delegator.preserved, DelegateClass.methods);T;[o;;[I":extend shouldn't be delegated. [ruby-dev:32987], etc.;TS; ; i; I"GMon Feb 4 08:59:31 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I")lib/cgi.rb (CGI::QueryExtension::[]);T;[o;;[I"bno more transition extend(CGI::Value). a patch from in [ruby-dev:33583].;TS; ; i; I"2008-02-03;T@ S; ; i; I"=Sun Feb 3 21:13:13 2008 Yusuke Endoh ;T@ o; ;;;[o;;I"test/ruby/test_numeric.rb;T;[o;;[I"$forgot to add this (at r15360).;To;;I"&test/ruby/test_file_exhaustive.rb;T;[o;;[I";add tests to achieve over 80% test coverage of file.c.;TS; ; i; I"2008-02-02;T@ S; ; i; I"GSat Feb 2 20:06:42 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"+lib/benchmark.rb (Benchmark::realtime);T;[o;;[I"rmake Benchmark#realtime a bit faster. a patch from Alexander Dymo in [ruby-core:15337].;TS; ; i; I"BSat Feb 2 17:40:21 2008 NARUSE, Yui ;T@ o; ;;;[o;;I"time.c (time_cmp);T;[o;;[I"KTime.<=> no longer supports comparison with numeric. [ruby-core:15332];TS; ; i; I"ESat Feb 2 09:53:39 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"configure.in (darwin);T;[o;;[I"disabled fat-binary support which confuses configure much, since ``universal'' implies hidden cross-compiling. TODO: ruby and libruby.bundle might be possible to bound with `lipo' after builds for each archs. Anyway, config.h and rbconfig.rb must be separated definitely at least.;TS; ; i; I";Sat Feb 2 09:28:36 2008 Tanaka Akira ;T@ o; ;;;[o;;I" random.c (limited_big_rand);T;[o;;[I"\fix buffer overflow when SIZEOF_BDIGITS is 2. fixed by Kenta Murata. [ruby-dev:33565];TS; ; i; I"2008-02-01;T@ S; ; i; I"EFri Feb 1 21:42:37 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"configure.in (darwin);T;[o;;[I"_XOPEN_SOURCE is necessary to make ucontext_t consistent with the library implementation of MacOS X 10.5. [ruby-dev:33461];To;;I"configure.in (darwin);T;[o;;[I"0ucontext on PowerPC MacOS X 10.5 is broken.;TS; ; i; I";Fri Feb 1 11:44:22 2008 Tanaka Akira ;T@ o; ;;;[o;;I"$tool/compile_prelude.rb (C_ESC);T;[o;;[I"[use octal escape to avoid "\x09for (;;) ..." to be interpret the first character 0x9f.;TS; ; i; I"2008-01-31;T@ S; ; i; I"=Thu Jan 31 23:06:42 2008 Yusuke Endoh ;T@ o; ;;;[ o;;I"test/ruby/test_bignum.rb;T;[o;;[I"#suppress warnings during test.;To;;I"test/ruby/test_enum.rb;T;[o;;[I" ditto.;To;;I"test/ruby/test_integer.rb;T;[o;;[I">add tests to achieve over 90% test coverage of numeric.c.;To;;I"test/ruby/test_float.rb;T;[o;;[I" ditto.;To;;I"test/ruby/test_fixnum.rb;T;[o;;[I" ditto.;To;;I"test/ruby/test_numeric.rb;T;[o;;[I" ditto.;To;;I"test/ruby/test_pack.rb;T;[o;;[I";add tests to achieve over 90% test coverage of pack.c.;TS; ; i; I"BThu Jan 31 17:30:42 2008 NAKAMURA Usaku ;T@ o; ;;;[o;;I"marshal.c (r_object0);T;[o;;[I"2no need to call r_entry for immediate values.;TS; ; i; I"BThu Jan 31 15:46:30 2008 NAKAMURA Usaku ;T@ o; ;;;[o;;I"&lib/rdoc/ri/formatter.rb (output);T;[o;;[I"add accessor.;To;;I""lib/rdoc/ri/display.rb (page);T;[o;;[I"2replace @formatter.output instead of $stdout.;TS; ; i; I"BThu Jan 31 15:06:50 2008 NARUSE, Yui ;T@ o; ;;;[o;;I"marshal.c (r_object0);T;[o;;[I"fcall r_entry/r_leave to call proc when TYPE_FIXNUM, TYPE_NIL, TYPE_TRUE, TYPE_FALSE, TYPE_SYMBOL.;TS; ; i; I"BThu Jan 31 14:03:38 2008 NAKAMURA Usaku ;T@ o; ;;;[ o;;I"Elib/rdoc/ri/display.rb (display_method_list, display_class_list);T;[o;;[I"3use @formatter.raw_print_line instead of puts.;To;;I"+lib/rdoc/ri/driver.rb (select_methods);T;[o;;[I"Vnew method to collect all instance/class methods which match with passed pattern.;To;;I" lib/rdoc/ri/driver.rb (run);T;[o;;[I"[use class_cache's result directly instead of select_classes' because it's removed now.;To;;I" lib/rdoc/ri/driver.rb (run);T;[o;;[I"Isearch methods when passed name is not class name. [ruby-core:15309];TS; ; i; I"EThu Jan 31 08:31:19 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"*common.mk (ext/extmk.rb, instruby.rb);T;[o;;[I":inlined $(MAKE) so that can be executed even with -n.;TS; ; i; I"EThu Jan 31 06:24:22 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"io.c (rb_io_close_read);T;[o;;[I"2replaces fptr with the tied writer if duplex.;To;;I"io.c (rb_io_close_write);T;[o;;[I"?unties the tied IO for writing if duplex. [ruby-dev:33532];TS; ; i; I"GThu Jan 31 02:22:04 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"io.c (open_key_args);T;[o;;[I"qallow encoding key to take two encoding names. a patch from . [ruby-dev:33540];TS; ; i; I"GThu Jan 31 02:15:49 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"parse.y (dsym);T;[o;;[I",allow empty symbols. [ruby-core:15248];TS; ; i; I";Thu Jan 31 00:01:51 2008 Tanaka Akira ;T@ o; ;;;[o;;I"io.c (select_internal);T;[o;;[I"fix SEGV by `select [STDIN],nil,[STDIN]'. fixed by Petr Chromec. http://rubyforge.org/tracker/index.php?func=detail&aid=17275&group_id=426&atid=1698;TS; ; i; I"2008-01-30;T@ S; ; i; I"BWed Jan 30 17:32:49 2008 NARUSE, Yui ;T@ o; ;;;[o;;I" enc/*.c;T;[o;;[I"#add GB12345, UCS-{2,4}{BE,LE}.;TS; ; i; I"BWed Jan 30 14:32:18 2008 NAKAMURA Usaku ;T@ o; ;;;[o;;I"+lib/rdoc/ri/driver.rb (cache_file_for);T;[o;;[I"#shouldn't use `:' in filename.;TS; ; i; I";Wed Jan 30 14:27:19 2008 Tanaka Akira ;T@ o; ;;;[o;;I"string.c (rb_str_succ);T;[o;;[I"Fuse wrapped character as a carry for ASCII incompatible encoding.;TS; ; i; I";Wed Jan 30 12:26:59 2008 Tanaka Akira ;T@ o; ;;;[ o;;I".enc/utf_16be.c (UTF16_IS_SURROGATE_FIRST);T;[o;;[I"avoid branch.;To;;I" (UTF16_IS_SURROGATE_SECOND);T;[o;;[I" ditto.;To;;I"(UTF16_IS_SURROGATE);T;[o;;[I" defined.;To;;I"(utf16be_mbc_enc_len);T;[o;;[I"validation implemented.;To;;I".enc/utf_16le.c (UTF16_IS_SURROGATE_FIRST);T;[o;;[I"avoid branch.;To;;I" (UTF16_IS_SURROGATE_SECOND);T;[o;;[I" ditto.;To;;I"(UTF16_IS_SURROGATE);T;[o;;[I" defined.;To;;I"(utf16le_mbc_enc_len);T;[o;;[I"validation implemented.;TS; ; i; I"AWed Jan 30 12:06:43 2008 Tadayoshi Funaba ;T@ o; ;;;[o;;I"bignum.c (rb_cstr_to_inum);T;[o;;[I"%'0_2' is a valid representation.;TS; ; i; I"BWed Jan 30 11:57:50 2008 NARUSE, Yui ;T@ o; ;;;[o;;I"bootstraptest/runner.rb;T;[o;;[I"fix -I../../hoge case.;TS; ; i; I"=Wed Jan 30 01:25:16 2008 Yusuke Endoh ;T@ o; ;;;[o;;I"test/ruby/test_range.rb;T;[o;;[I";T@ o; ;;;[o;;I"%enc/euc_tw.c (euctw_mbc_enc_len);T;[o;;[I"validation implemented.;TS; ; i; I"2008-01-29;T@ S; ; i; I"=Tue Jan 29 22:58:11 2008 Yusuke Endoh ;T@ o; ;;;[o;;I"!test/ruby/test_enumerator.rb;T;[o;;[I"Aadd tests to achieve over 90% test coverage of enumerator.c.;To;;I"test/ruby/test_enum.rb;T;[o;;[I"add for enum.c.;TS; ; i; I"=Tue Jan 29 22:29:48 2008 Yusuke Endoh ;T@ o; ;;;[o;;I"enumerator.c;T;[o;;[I"fix documents.;TS; ; i; I"=Tue Jan 29 22:27:11 2008 Yusuke Endoh ;T@ o; ;;;[o;;I" range.c;T;[o;;[I"0fix SEGV by ("a" .. "z").step(2 ** 30) { }.;TS; ; i; I";Tue Jan 29 21:59:16 2008 Tanaka Akira ;T@ o; ;;;[o;;I" enc/euc_tw.c (euctw_islead);T;[o;;[I"0x8e is a leading byte.;TS; ; i; I"=Tue Jan 29 21:55:35 2008 Yusuke Endoh ;T@ o; ;;;[o;;I" bignum.c;T;[o;;[I"Dmove object allocation out of blocking_region. [ruby-dev:33139];TS; ; i; I"BTue Jan 29 20:37:36 2008 NARUSE, Yui ;T@ o; ;;;[o;;I"enc/trans/make_transdb.rb;T;[o;;[I"add for make transdb.h.;To;;I"dmytranscode.c;T;[o;;[I"add for miniruby.;To;;I"Henc/gbk.c (gbk_left_adjust_char_head, gbk_is_allowed_reverse_match);T;[o;;[I"+fix odd regexp match. [ruby-dev:33502];TS; ; i; I"BTue Jan 29 20:17:06 2008 NAKAMURA Usaku ;T@ o; ;;;[o;;I"*{bcc32,win32}/Makefile.sub (MINIOBJS);T;[o;;[I" add dmytranscode.$(OBJEXT).;TS; ; i; I"BTue Jan 29 19:39:40 2008 NARUSE, Yui ;T@ o; ;;;[o;;I"configure.in, common.mk;T;[o;;[I"!fix rule for dmytranscode.o.;TS; ; i; I"BTue Jan 29 19:03:16 2008 NARUSE, Yui ;T@ o; ;;;[o;;I"-enc/trans/japanese.c (rb_to_Windows_31J);T;[o;;[I"to 'Windows-31J'.;To;;I"common.mk;T;[o;;[I"add rules for transdb.h.;To;;I"(transcode.c (init_transcoder_table);T;[o;;[I"use transdb.h.;TS; ; i; I"ETue Jan 29 18:05:48 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"7encoding.c (encdb_{replicate,alias,dummy,declare});T;[o;;[I".define only if NO_ENCDB_H is not defined.;TS; ; i; I"BTue Jan 29 17:54:11 2008 NARUSE, Yui ;T@ o; ;;;[o;;I"enc/gbk.c (EncLen_gbk);T;[o;;[I" too short. [ruby-dev:33497];TS; ; i; I"BTue Jan 29 17:25:22 2008 NARUSE, Yui ;T@ o; ;;;[o;;I"8dmyencoding.c, encoding.c (enc_init_db, NO_ENCDB_H);T;[o;;[I" miniruby doesn't use encdb.;To;;I"common.mk;T;[o;;[I"encdb.h use miniruby.;TS; ; i; I";Tue Jan 29 17:37:36 2008 Tanaka Akira ;T@ o; ;;;[o;;I"(enc/gb18030.c (gb18030_mbc_enc_len);T;[o;;[I"validation implemented.;TS; ; i; I"BTue Jan 29 17:01:07 2008 NARUSE, Yui ;T@ o; ;;;[o;;I"tool/ifchange;T;[o;;[I"!remove $temp when unchanged.;TS; ; i; I";Tue Jan 29 16:59:01 2008 Tanaka Akira ;T@ o; ;;;[ o;;I"insns.def (toregexp);T;[o;;[I":generate a regexp from strings instead of one string.;To;;I"re.c (rb_reg_new_ary);T;[o;;[I"Vdefined for toregexp. it concatenates strings after each string is preprocessed.;To;;I"'compile.c (compile_dstr_fragments);T;[o;;[I"split from compile_dstr.;To;;I"(compile_dstr);T;[o;;[I"!call compile_dstr_fragments.;To;;I"(compile_dregx);T;[o;;[I" defined for dynamic regexp.;To;;I"(iseq_compile_each);T;[o;;[I";use compile_dregx for dynamic regexp. [ruby-dev:33400];TS; ; i; I"BTue Jan 29 16:25:26 2008 NARUSE, Yui ;T@ o; ;;;[o;;I"common.mk, ext/extmk.rb;T;[o;;[I"always make encdb.h.;TS; ; i; I"BTue Jan 29 12:53:39 2008 NARUSE, Yui ;T@ o; ;;;[ o;;I"enc/gbk.c;T;[o;;[I"add GBK, CP936 and CP949.;To;;I"enc/euc_kr.c;T;[o;;[I"remove CP949.;To;;I"enc/euc_cn.c;T;[o;;[I"(remove CP936 and rename to gb2312.c;To;;I"enc/gb2312.c;T;[o;;[I"#GB2312 is preferred MIME name.;TS; ; i; I"BTue Jan 29 03:01:29 2008 NAKAMURA Usaku ;T@ o; ;;;[o;;I"&parse.y (reg_fragment_setenc_gen);T;[o;;[I""US-ASCII script special code.;To;;I"6parse.y (reg_fragment_check_len, reg_compile_gen);T;[o;;[I")no need such trick. [ruby-dev:33399];To;;I"8test/ruby/test_m17n.rb (test_regexp_usacii_literal);T;[o;;[I"add tests.;TS; ; i; I"BTue Jan 29 01:38:02 2008 NAKAMURA Usaku ;T@ o; ;;;[o;;I"%common.mk ($(srcdir)/revision.h);T;[o;;[I"Tno need to show ifchange execution because ifchange echos updated or unchanged.;TS; ; i; I"ETue Jan 29 01:26:23 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"common.mk (up);T;[o;;[I"use last changed revision.;To;;I"common.mk (up);T;[o;;[I" force to update revision.h.;TS; ; i; I"BTue Jan 29 00:12:17 2008 NAKAMURA Usaku ;T@ o; ;;;[o;;I"bignum.c (rb_big2str0);T;[o;;[I"should be US-ASCII.;TS; ; i; I"ETue Jan 29 00:10:00 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"/misc/ruby-mode.el (ruby-mode-set-encoding);T;[o;;[I"updates magic comment.;TS; ; i; I"2008-01-28;T@ S; ; i; I"BMon Jan 28 23:47:52 2008 NARUSE, Yui ;T@ o; ;;;[o;;I"8parse.y (rb_id2str, ripper_initialize, Init_ripper);T;[o;;[I".use rb_usascii_str_new2. [ruby-dev:33449];TS; ; i; I"BMon Jan 28 19:37:08 2008 NAKAMURA Usaku ;T@ o; ;;;[o;;I".ext/win32ole/win32ole.c (ole_cp2encoding);T;[o;;[I"new function.;To;;I"Iext/win32ole/win32ole.c (ole_wc2vstr, ole_variant2val, fole_missing);T;[o;;[I"set encoding to result.;To;;I"Bext/win32ole/win32ole.c (fole_s_set_code_page, Init_win32ole);T;[o;;[I"+set default encoding. [ruby-dev:33433];TS; ; i; I"BMon Jan 28 11:17:28 2008 NARUSE, Yui ;T@ o; ;;;[o;;I"string.c, parse.y, re.c;T;[o;;[I"use rb_ascii8bit_encoding.;TS; ; i; I"BMon Jan 28 17:54:15 2008 NARUSE, Yui ;T@ o; ;;;[o;;I"enc/utf_7.h;T;[o;;[I"4add dummy encoding UTF-7 and its alias CP65000.;TS; ; i; I"BMon Jan 28 17:41:19 2008 NAKAMURA Usaku ;T@ o; ;;;[o;;I"enc/utf_8.c;T;[o;;[I"add alias CP65001.;TS; ; i; I";Mon Jan 28 15:33:23 2008 Tanaka Akira ;T@ o; ;;;[o;;I""enc/big5.c (big5_mbc_enc_len);T;[o;;[I"validation implemented.;TS; ; i; I";Mon Jan 28 13:02:02 2008 Tanaka Akira ;T@ o; ;;;[o;;I"%enc/euc_kr.c (euckr_mbc_enc_len);T;[o;;[I"validation implemented.;TS; ; i; I"BMon Jan 28 11:24:49 2008 NAKAMURA Usaku ;T@ o; ;;;[o;;I"parse.y (parser_str_new);T;[o;;[I"Sencoding of UTF-8 literal string in US-ASCII script is UTF-8. [ruby-dev:33406];TS; ; i; I"BMon Jan 28 10:25:59 2008 NAKAMURA Usaku ;T@ o; ;;;[o;;I"0test/ruby/test_m17n.rb (test_magic_comment);T;[o;;[I"add test.;TS; ; i; I"BMon Jan 28 09:34:54 2008 NAKAMURA Usaku ;T@ o; ;;;[o;;I"common.mk (help);T;[o;;[I"!use double quotes for nmake.;TS; ; i; I"EMon Jan 28 00:39:09 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I" parse.y (parser_set_encode);T;[o;;[I"+check if encoding is ASCII compatible.;TS; ; i; I"GMon Jan 28 01:21:15 2008 Yukihiro Matsumoto ;T@ o; ;;;[ o;;I"io.c (rb_open_file);T;[o;;[I"Pshould check NUL in path. .;To;;I"io.c (rb_io_s_popen);T;[o;;[I" ditto.;To;;I"io.c (rb_io_reopen);T;[o;;[I" ditto.;To;;I"io.c (next_argv);T;[o;;[I" ditto.;TS; ; i; I"2008-01-27;T@ S; ; i; I"ESun Jan 27 23:33:35 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"sprintf.c (rb_str_format);T;[o;;[I"fix for left justify flag.;To;;I"sprintf.c (rb_str_format);T;[o;;[I"6zero-precision zero bug revised. [ruby-dev:33419];TS; ; i; I";Sun Jan 27 23:20:54 2008 Tanaka Akira ;T@ o; ;;;[o;;I"include/ruby/oniguruma.h;T;[o;;[I"=precise mbclen API redesigned to avoid inline functions.;To;;I"(onigenc_mbclen_charfound);T;[o;;[I" removed.;To;;I"(onigenc_mbclen_needmore);T;[o;;[I" removed.;To;;I"(onigenc_mbclen_recover);T;[o;;[I" removed.;To;;I"(ONIGENC_MBCLEN_CHARFOUND);T;[o;;[I" removed.;To;;I"!(ONIGENC_MBCLEN_CHARFOUND_P);T;[o;;[I" defined.;To;;I"#(ONIGENC_MBCLEN_CHARFOUND_LEN);T;[o;;[I" defined.;To;;I"(ONIGENC_MBCLEN_INVALID);T;[o;;[I" removed.;To;;I"(ONIGENC_MBCLEN_INVALID_P);T;[o;;[I" defined.;To;;I"(ONIGENC_MBCLEN_NEEDMORE);T;[o;;[I" removed.;To;;I" (ONIGENC_MBCLEN_NEEDMORE_P);T;[o;;[I" defined.;To;;I""(ONIGENC_MBCLEN_NEEDMORE_LEN);T;[o;;[I" defined.;To;;I"(ONIGENC_MBC_ENC_LEN);T;[o;;[I"$use onigenc_mbclen_approximate.;To;;I"*regenc.c (onigenc_mbclen_approximate);T;[o;;[I" defined.;To;;I"/include/ruby/encoding.h (MBCLEN_CHARFOUND);T;[o;;[I" removed.;To;;I"(MBCLEN_INVALID);T;[o;;[I" removed.;To;;I"(MBCLEN_NEEDMORE);T;[o;;[I" removed.;To;;I"(MBCLEN_CHARFOUND_P);T;[o;;[I" defined.;To;;I"(MBCLEN_INVALID_P);T;[o;;[I" defined.;To;;I"(MBCLEN_NEEDMORE_P);T;[o;;[I" defined.;To;;I"(MBCLEN_CHARFOUND_LEN);T;[o;;[I" defined.;To;;I"(MBCLEN_NEEDMORE_LEN);T;[o;;[I" defined.;To;;I"encoding.c;T;[o;;[I"use new API.;To;;I" re.c;T;[o;;[I" ditto.;To;;I" string.c;T;[o;;[I" ditto.;To;;I" parse.y;T;[o;;[I" ditto.;TS; ; i; I"ESun Jan 27 22:55:27 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"parse.y (value_expr_gen);T;[o;;[I"'reverted r12880. [ruby-dev:33388];TS; ; i; I"ESun Jan 27 22:33:39 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"sprintf.c (rb_str_format);T;[o;;[I"3fix for octal with precision. [ruby-dev:33411];TS; ; i; I"ESun Jan 27 22:31:45 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"/misc/ruby-mode.el (ruby-mode-set-encoding);T;[o;;[I"1automatically insert encoding magic comment.;To;;I""misc/ruby-mode.el (ruby-mode);T;[o;;[I"Aset ruby-mode-set-encoding to buffer local before-save-hook.;TS; ; i; I";Sun Jan 27 19:51:15 2008 Tanaka Akira ;T@ o; ;;;[o;;I"string.c (rb_str_inspect);T;[o;;[I"Bavoid exception by "\#\xa1".force_encoding("euc-jp").inspect.;TS; ; i; I";Sun Jan 27 19:07:33 2008 Tanaka Akira ;T@ o; ;;;[o;;I"string.c (rb_str_succ);T;[o;;[I"warning suppressed.;TS; ; i; I"BSun Jan 27 18:18:13 2008 NARUSE, Yui ;T@ o; ;;;[o;;I"common.mk (help);T;[o;;[I"show major targets.;TS; ; i; I"BSun Jan 27 17:54:48 2008 NARUSE, Yui ;T@ o; ;;;[o;;I"ext/nkf/nkf.c;T;[o;;[I"2raise error when no output encoding is given.;TS; ; i; I";Sun Jan 27 17:20:10 2008 Tanaka Akira ;T@ o; ;;;[o;;I"string.c (rb_str_succ);T;[o;;[I")don't increment/decrement codepoint.;TS; ; i; I"BSun Jan 27 16:03:42 2008 NARUSE, Yui ;T@ o; ;;;[o;;I",lib/irb/ruby-lex.rb (RubyLex#buf_input);T;[o;;[I"use chars.to_a.;TS; ; i; I"BSun Jan 27 16:27:22 2008 NARUSE, Yui ;T@ o; ;;;[o;;I"ext/nkf/nkf-utf8;T;[o;;[I"update nkf.;TS; ; i; I"BSun Jan 27 16:25:27 2008 NARUSE, Yui ;T@ o; ;;;[o;;I"re.c (rb_reg_source);T;[o;;[I"%set encoding as regexp encoding.;TS; ; i; I";Sun Jan 27 05:56:39 2008 Tanaka Akira ;T@ o; ;;;[o;;I"re.c (rb_reg_preprocess);T;[o;;[I"@force fixed encoding when ASCII incompatible source string.;TS; ; i; I"2008-01-26;T@ S; ; i; I"ESat Jan 26 23:46:33 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"sprintf.c (rb_str_format);T;[o;;[I":zero-precision zero should be empty. [ruby-dev:33363];To;;I"sprintf.c (rb_str_format);T;[o;;[I"\not prepend octal prefix to negative or zero value. [ruby-dev:33363], [ruby-dev:33367];TS; ; i; I"ESat Jan 26 23:42:15 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I".parse.y (assignable_gen, keyword_to_name);T;[o;;[I"__ENCODING__ was missing.;TS; ; i; I";Sat Jan 26 19:08:45 2008 Tanaka Akira ;T@ o; ;;;[o;;I"marshal.c (w_object);T;[o;;[I"6dump string encoding in USERDEF. [ruby-dev:33401];TS; ; i; I"=Sat Jan 26 17:42:23 2008 Koichi Sasada ;T@ o; ;;;[o;;I""compile.c (iseq_compile_each);T;[o;;[I"0validate argument expr of "next" statement.;To;;I"!bootstraptest/test_syntax.rb;T;[o;;[I"add a test.;TS; ; i; I"=Sat Jan 26 17:22:46 2008 Koichi Sasada ;T@ o; ;;;[o;;I"compile.c, compile.h;T;[o;;[I">fix to calculate correct stack depth at each instruction.;TS; ; i; I"BSat Jan 26 09:41:02 2008 NARUSE, Yui ;T@ o; ;;;[o;;I"8lib/rexml/doctype.rb, test/rss/test_maker_itunes.rb;T;[o;;[I"replace multi-byte string.;To;;I"3test/json/{test_json.rb, test_json_unicode.rb};T;[o;;[I"add magic comment.;TS; ; i; I"ESat Jan 26 09:30:26 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"2include/ruby/encoding.h (rb_usascii_encindex);T;[o;;[I"added prototype.;To;;I"Dinclude/ruby/intern.h (rb_usascii_str_new, rb_usascii_str_new2);T;[o;;[I" ditto.;TS; ; i; I"BSat Jan 26 09:17:13 2008 NARUSE, Yui ;T@ o; ;;;[o;;I"string.c (rb_str_new);T;[o;;[I"Fset US-ASCII and ENC_CODERANGE_7BIT when empty string (len == 0).;TS; ; i; I"BSat Jan 26 03:41:53 2008 NAKAMURA Usaku ;T@ o; ;;;[ o;;I" parse.y (parser_initialize);T;[o;;[I"-set default script encoding as US-ASCII.;To;;I"ruby.c (load_file);T;[o;;[I" ditto.;To;;I"ruby.c (process_options);T;[o;;[I"Gset script encoding of -e from locale except when -K is specified.;To;;I"ruby.c (load_file);T;[o;;[I"[set script encoding of stdin from locale except when -K is specified. [ruby-dev:33375];TS; ; i; I"=Sat Jan 26 02:51:06 2008 Koichi Sasada ;T@ o; ;;;[ o;;I"compile.c, compile.h;T;[o;;[I"Mfix stack pointer issues. calculate correct stack depth at compile time.;To;;I"insns.def (emptstack);T;[o;;[I"0remove it and add a new insn "adjuststack".;To;;I"#bootstraptest/test_knownbug.rb;T;[o;;[I"move/remove fixed test.;To;;I"!bootstraptest/test_syntax.rb;T;[o;;[I" ditto.;TS; ; i; I"BSat Jan 26 00:17:18 2008 NARUSE, Yui ;T@ o; ;;;[o;;I"%string.c (rb_str_usascii_new{,2};T;[o;;[I" defined.;To;;I"(rb_str_new);T;[o;;[I";set US-ASCII and ENC_CODERANGE_7BIT when empty string.;To;;I":encoding.c (rb_usascii_encoding, rb_usascii_encindex);T;[o;;[I" defined.;To;;I"F(rb_enc_inspect, enc_name, rb_locale_charmap, rb_enc_name_list_i);T;[o;;[I"use rb_str_ascii_new.;To;;I"*array.c (recursive_join, inspect_ary);T;[o;;[I" ditto.;To;;I"Iobject.c (nil_to_s, nil_inspect, true_to_s, false_to_s, rb_mod_to_s);T;[o;;[I" ditto.;To;;I"ehash.c (inspect_hash, rb_hash_inspect, rb_f_getenv, env_fetch, env_clear, env_to_s, env_inspect);T;[o;;[I" ditto.;To;;I".numeric.c (flo_to_s, int_chr, rb_fix2str);T;[o;;[I" ditto.;To;;I"bignum.c (rb_big2str);T;[o;;[I" ditto.;To;;I"_file.c (rb_file_ftype, rb_file_s_dirname, rb_file_s_extname, file_inspect_join, Init_file);T;[o;;[I" ditto.;To;;I" test/ruby/test_ruby_m17n.rb;T;[o;;[I"'add checks for encoding of string.;TS; ; i; I";Sat Jan 26 01:35:46 2008 Tanaka Akira ;T@ o; ;;;[o;;I"marshal.c (r_byte);T;[o;;[I"!use getbyte instead of getc.;To;;I"(marshal_load);T;[o;;[I"ditto. [ruby-dev:33264];TS; ; i; I";Sat Jan 26 00:43:40 2008 Tanaka Akira ;T@ o; ;;;[o;;I"io.c (rb_io_getline_fast);T;[o;;[I",don't care ASCII incompatible encoding.;To;;I"(prepare_getline_args);T;[o;;[I"@generate a newline according to IO encoding when necessary.;To;;I"(rb_io_getline_1);T;[o;;[I"@call rb_io_getline_fast only for ASCII compatible encoding.;TS; ; i; I"2008-01-25;T@ S; ; i; I";Fri Jan 25 21:49:36 2008 Tanaka Akira ;T@ o; ;;;[o;;I"$string.c (rb_str_buf_cat_ascii);T;[o;;[I"use rb_enc_cr_str_buf_cat.;TS; ; i; I"EFri Jan 25 19:38:45 2008 Nobuyoshi Nakada ;T@ o; ;;;[ o;;I""common.mk (version.$(OBJEXT));T;[o;;[I"%depends on $(srcdir)/revision.h.;To;;I"common.mk (revision.h);T;[o;;[I"0extracts revision number with ``svn info''.;To;;I"common.mk (up);T;[o;;[I"*target to update from the repository.;To;;I"5Makefile.in, {win,bcc}32/Makefile.sub (IFCHANGE);T;[o;;[I"&tool to update a file if changed.;To;;I"tool/ifchange;T;[o;;[I"for unixen.;To;;I"win32/ifchange.bat;T;[o;;[I" some fix;TS; ; i; I"EFri Jan 25 17:12:13 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"ruby.c (load_file);T;[o;;[I"Dset default to ASCII-8BIT explicitly if -K option is not given.;TS; ; i; I";Fri Jan 25 16:31:47 2008 Tanaka Akira ;T@ o; ;;;[o;;I"1include/ruby/intern.h (rb_str_buf_cat_ascii);T;[o;;[I"declared.;To;;I"$string.c (rb_str_buf_cat_ascii);T;[o;;[I" defined.;To;;I"re.c (rb_reg_s_union);T;[o;;[I"Euse rb_str_buf_cat_ascii to support ASCII incompatible encoding.;TS; ; i; I"EFri Jan 25 16:11:16 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"6ruby.c (process_options, load_file, rb_load_file);T;[o;;[I"Epropagates script encoding by -K to libraries. [ruby-dev:33156];TS; ; i; I"EFri Jan 25 15:56:48 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"ruby.c (cmdline_arguments);T;[o;;[I".split argc and argv from cmdline_options.;To;;I"ruby.c (process_options);T;[o;;[I"Mnot set encoding of -e option from -E option if they are not compatible.;TS; ; i; I"BFri Jan 25 13:15:23 2008 NAKAMURA Usaku ;T@ o; ;;;[o;;I"6ruby.c (proc_options, process_options, load_file);T;[o;;[I"Eshouldn't effect --encoding to script encoding. [ruby-dev:33169];TS; ; i; I"EFri Jan 25 10:31:58 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I" */*.bat;T;[o;;[I"%set svn:mime-type to text/batch.;TS; ; i; I"2008-01-24;T@ S; ; i; I"=Thu Jan 24 23:23:06 2008 Yusuke Endoh ;T@ o; ;;;[o;;I"8enum.c (enum_one, enum_take_while, enum_drop_while);T;[o;;[I"fix documents.;TS; ; i; I";Thu Jan 24 21:46:24 2008 Tanaka Akira ;T@ o; ;;;[o;;I"&parse.y (reg_fragment_setenc_gen);T;[o;;[I"@associate ASCII-8BIT only if str has only ASCII characters.;TS; ; i; I"BThu Jan 24 20:46:17 2008 NAKAMURA Usaku ;T@ o; ;;;[o;;I"test/ruby/test_m17n.rb;T;[o;;[I"%follow to the following changes.;TS; ; i; I"BThu Jan 24 20:21:07 2008 NAKAMURA Usaku ;T@ o; ;;;[o;;I"parser.y (parser_str_new);T;[o;;[I"automatically update string literal's encoding from US-ASCII to ASCII-8BIT when script encoding is US-ASCII and the string includes non-ascii bytes. [ruby-dev:33348];To;;I"7parser.y (reg_fragment_check_gen, reg_compile_gen);T;[o;;[I"automatically update regexp literal's encoding from US-ASCII to ASCII-8BIT when script encoding is US-ASCII, the regexp has no kcode option and the regexp includes non-ascii bytes. [ruby-dev:33353];TS; ; i; I"EThu Jan 24 19:36:22 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"/lib/uri/generic.rb (URI::Generic::inspect);T;[o;;[I"Euse Kernel#to_s instead object_id with printf. [ruby-dev:33347];TS; ; i; I"EThu Jan 24 19:29:20 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"!sprintf.c (remove_sign_bits);T;[o;;[I"Freturns pointer to the first char to be used, instead of copying.;To;;I"sprintf.c (rb_str_format);T;[o;;[I"Unegative indicator dots should come before sign digits always. [ruby-dev:33224];TS; ; i; I"EThu Jan 24 18:19:42 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"0include/ruby/encoding.h (rb_enc_is_newline);T;[o;;[I"parenthesized arguments.;TS; ; i; I"BThu Jan 24 18:14:14 2008 NAKAMURA Usaku ;T@ o; ;;;[o;;I"#re.c (rb_reg_fixed_encoding_p);T;[o;;[I"+no need to treat ASCII-8BIT specially.;TS; ; i; I"BThu Jan 24 16:53:06 2008 NAKAMURA Usaku ;T@ o; ;;;[o;;I"re.c (rb_reg_initialize);T;[o;;[I";7bit clean regexp should be US-ASCII. [ruby-dev:33346];TS; ; i; I"GThu Jan 24 16:31:04 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"io.c (rb_io_getline_fast);T;[o;;[I"Tthe end point of left_char_head() must be the last character. [ruby-cvs:22445];TS; ; i; I"BThu Jan 24 16:24:25 2008 NAKAMURA Usaku ;T@ o; ;;;[o;;I"&parse.y (reg_fragment_setenc_gen);T;[o;;[I"Zrecognize regexp with option n as as ASCII-8BIT instead of US-ASCII. [ruby-dev:33339];TS; ; i; I"GThu Jan 24 15:44:42 2008 Yukihiro Matsumoto ;T@ o; ;;;[ o;;I"array.c (collect_bang_i);T;[o;;[I"~use rb_ary_store() to avoid potential memory corruption. a patch from Yusuke Endoh in [ruby-dev:33328].;To;;I"array.c (ITERATE);T;[o;;[I"remove unnecessary macro.;To;;I"array.c (sort_1);T;[o;;[I"\remove ary_sort_check(). in-place sort keep original elements even when it's modified.;To;;I"array.c (sort_2);T;[o;;[I" ditto.;TS; ; i; I";Thu Jan 24 15:09:40 2008 Tanaka Akira ;T@ o; ;;;[o;;I"time.c (make_time_t);T;[o;;[I".revert round trip test. [ruby-dev:33058];TS; ; i; I";Thu Jan 24 11:14:56 2008 Tanaka Akira ;T@ o; ;;;[o;;I"%string.c (rb_enc_cr_str_buf_cat);T;[o;;[I"KASCII incompatible encoding is not compatible with any other encoding.;TS; ; i; I"BThu Jan 24 07:34:34 2008 NARUSE, Yui ;T@ o; ;;;[o;;I"parse.y (STR_NEW0);T;[o;;[I"set encoding as US-ASCII.;TS; ; i; I"BThu Jan 24 03:47:41 2008 NARUSE, Yui ;T@ o; ;;;[o;;I"wlib/rexml/text.rb, lib/rubygems/open-uri.rb, lib/open-uri.rb, test/logger/test_logger.rb, test/ruby/test_regexp.rb;T;[o;;[I" fix tests. [ruby-dev:33336];TS; ; i; I"GThu Jan 24 03:23:44 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I" string.c (rb_str_each_line);T;[o;;[I"-use memchr(3) for faster newline search.;To;;I"io.c (appendline);T;[o;;[I"remove unused arguments;To;;I"io.c (rb_io_getline_fast);T;[o;;[I"$make much simpler (and faster).;TS; ; i; I"=Thu Jan 24 02:13:07 2008 Yusuke Endoh ;T@ o; ;;;[o;;I"insns.def (expandarray);T;[o;;[I"%fix stack inc. [ruby-dev:32892];To;;I"4bootstraptest/test_knownbug.rb, test_massign.rb;T;[o;;[I"move a fixed test.;TS; ; i; I"BThu Jan 24 01:00:34 2008 NARUSE, Yui ;T@ o; ;;;[o;;I"*encoding.{c, h} (rb_usascii_encoding);T;[o;;[I" added.;To;;I")parse.y (parser_str_new, rb_intern3);T;[o;;[I"+ascii only string literal is US-ASCII.;To;;I"ruby.c (proc_optionc);T;[o;;[I"-Kn means ASCII-8BIT.;TS; ; i; I"2008-01-23;T@ S; ; i; I"=Wed Jan 23 23:54:40 2008 Yusuke Endoh ;T@ o; ;;;[o;;I"sprintf.c;T;[o;;[I"#fix comment. [ruby-dev:33275];To;;I" math.c;T;[o;;[I"#fix comment. [ruby-dev:33276];TS; ; i; I"=Wed Jan 23 22:47:34 2008 Yusuke Endoh ;T@ o; ;;;[o;;I"test/ruby/test_struct.rb;T;[o;;[I"=add tests to achieve over 90% test coverage of struct.c.;To;;I"test/ruby/test_sprintf.rb;T;[o;;[I"ditto for sprintf.c.;To;;I"test/ruby/test_math.rb;T;[o;;[I"ditto for math.c.;TS; ; i; I"EWed Jan 23 22:14:28 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"Benc/trans/japanese.c (rb_from_Windows_31J, rb_to_Windows_31J);T;[o;;[I">provisional workaround for Windows-31J. [ruby-dev:33320];TS; ; i; I"EWed Jan 23 15:25:04 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"time.c (time_strftime);T;[o;;[I"1copy encoding from format. [ruby-dev:33303];TS; ; i; I"EWed Jan 23 15:04:11 2008 Nobuyoshi Nakada ;T@ o; ;;;[ o;;I"$string.c (str_make_independent);T;[o;;[I"should set length.;To;;I" string.c (rb_str_associate);T;[o;;[I",hide associated array from ObjectSpace.;To;;I"!string.c (rb_str_associated);T;[o;;[I"Nreturn associated array with freezing instead of false. [ruby-dev:33282];To;;I"string.c (rb_str_freeze);T;[o;;[I"&freeze associated array together.;TS; ; i; I";Wed Jan 23 13:39:48 2008 Tanaka Akira ;T@ o; ;;;[o;;I"re.c (rb_reg_prepare_re);T;[o;;[I"8fix SEGV by /a/ =~ "aa".force_encoding("utf-16be").;TS; ; i; I"EWed Jan 23 11:53:26 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"2string.c (str_mod_check, str_nth, str_offset);T;[o;;[I"constified.;To;;I"string.c (rb_str_dump);T;[o;;[I"dump in ASCII-8BIT always.;TS; ; i; I"GWed Jan 23 10:18:10 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"%eval_method.c (rb_export_method);T;[o;;[I"set ruby_vm_redefined_flag for visibility change as well. reported by K.Kosako in http://d.hatena.ne.jp/kkos/20080122#1201012720.;TS; ; i; I"2008-01-22;T@ S; ; i; I"=Tue Jan 22 22:26:23 2008 Yusuke Endoh ;T@ o; ;;;[o;;I"test/ruby/test_bignum.rb;T;[o;;[I"Kchange some tests because rational redefines Bignum#quo and Bignum#**.;TS; ; i; I"BTue Jan 22 20:58:15 2008 NAKAMURA Usaku ;T@ o; ;;;[o;;I""lib/mkmf.rb (create_makefile);T;[o;;[I"need to output sodir rule.;TS; ; i; I"BTue Jan 22 19:37:16 2008 NAKAMURA Usaku ;T@ o; ;;;[o;;I""lib/mkmf.rb (create_makefile);T;[o;;[I"{lib files shouldn't depend on install dir because if the dir is newer than lib files, lib files will be always copied.;TS; ; i; I"GTue Jan 22 12:57:07 2008 Yukihiro Matsumoto ;T@ o; ;;;[ o;;I"configure.in (MINIRUBY);T;[o;;[I"[remove -I$(EXTOUT)/$(arch) from MINIRUBY since miniruby might not be able to load DLL.;To;;I"test/ruby/test_m17n.rb;T;[o;;[I"$move tests from bootstrap test.;To;;I"encoding.c (enc_find);T;[o;;[I"+should check name if ASCII compatible.;To;;I"string.c (rb_str_end_with);T;[o;;[I"%should check character boundary.;To;;I"#encoding.c (rb_enc_compatible);T;[o;;[I"Jencoding must be ASCII compatible before checking ENC_CODERANGE_7BIT.;To;;I"#encoding.c (rb_enc_compatible);T;[o;;[I"4wrong compatibility condition. [ruby-dev:33273];TS; ; i; I"ETue Jan 22 09:26:47 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I" string.c (rb_str_each_char);T;[o;;[I"-iterates over a shadow. [ruby-dev:33243];TS; ; i; I"ATue Jan 22 08:59:52 2008 Eric Hodel ;T@ o; ;;;[o;;I"lib/rdoc/ri/formatter.rb;T;[o;;[I"*Indent labeled lists like note lists.;To;;I"3test/rdoc/test_rdoc_ri_overstrike_formatter.rb;T;[o;;[I" Added.;To;;I"(test/rdoc/test_rdoc_ri_formatter.rb;T;[o;;[I"Added tests.;TS; ; i; I"GTue Jan 22 04:40:28 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"parse.y (rb_intern3);T;[o;;[I"Ddo not call rb_enc_mbclen() if *m is ASCII. [ruby-talk:287225];To;;I" string.c (rb_str_each_line);T;[o;;[I"^use rb_enc_is_newline() to gain performance if the record separator ($/) is not modified.;TS; ; i; I"ETue Jan 22 01:15:51 2008 Kazuhiro NISHIYAMA ;T@ o; ;;;[o;;I"ChangeLog;T;[o;;[I"8format-time-string under C locale. [ruby-dev:33261];TS; ; i; I"=Tue Jan 22 00:45:12 2008 Yusuke Endoh ;T@ o; ;;;[o;;I"test/ruby/test_bignum.rb;T;[o;;[I"add tests for bignum.c.;TS; ; i; I"=Tue Jan 22 00:30:08 2008 Yusuke Endoh ;T@ o; ;;;[o;;I"bignum.c (big_shift);T;[o;;[I";T@ o; ;;;[o;;I"lib/date.rb (marshal_load);T;[o;;[I"initialize the cache.;TS; ; i; I"EMon Jan 21 14:36:14 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I" transcode.c (str_transcode);T;[o;;[I"?initialize transcoder in rb_transcoding. [ruby-dev:33234];To;;I"&transcode_data.h (rb_transcoding);T;[o;;[I"transcoder constified.;TS; ; i; I"EMon Jan 21 12:50:02 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"eval.c, gc.c (setjmp);T;[o;;[I"$sigsetjmp is a macro on cygwin.;TS; ; i; I"EMon Jan 21 12:35:00 2008 Nobuyoshi Nakada ;T@ o; ;;;[ o;;I"9transcode.c (transcode_loop, str_transcoding_resize);T;[o;;[I")use unsigned char. [ruby-dev:33232];To;;I"5transcode_data.h (rb_transcoding, rb_transcoder);T;[o;;[I"!removed callback parameters.;To;;I"enc/trans/japanese.c;T;[o;;[I" ditto.;To;;I"enc/trans/utf_16_32.c;T;[o;;[I"#parenthesized bit-or operands.;TS; ; i; I"EMon Jan 21 11:59:00 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I" string.c (rb_str_each_char);T;[o;;[I"$move forward. [ruby-dev:33231];TS; ; i; I"EMon Jan 21 06:40:03 2008 Nobuyoshi Nakada ;T@ o; ;;;[ o;;I"%transcode.c (transcode_dispatch);T;[o;;[I"constified return value.;To;;I"&transcode_data.h (rb_transcoding);T;[o;;[I"9include pointer to rb_transcoder and auxiliary data.;To;;I"%transcode_data.h (rb_transcoder);T;[o;;[I"=all callback functions should have their own parameters.;To;;I"'enc/trans/{japanese,single_byte}.c;T;[o;;[I"constified.;TS; ; i; I"EMon Jan 21 03:45:49 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I" string.c (rb_str_each_char);T;[o;;[I"Badvance offset before get next char length. [ruby-dev:33211];TS; ; i; I"2008-01-20;T@ S; ; i; I"ESun Jan 20 13:06:01 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I" string.c (rb_str_each_char);T;[o;;[I"Sperformance improvement, and stop if shortened in the block. [ruby-dev:33189];TS; ; i; I"BSun Jan 20 09:12:26 2008 NARUSE, Yui ;T@ o; ;;;[o;;I"common.mk;T;[o;;[I"2use -Ks when read insns.def. [ruby-dev#33185];To;;I" parse.y;T;[o;;[I"2fix -e and stdin strings aren't set encoding.;TS; ; i; I"BSun Jan 20 05:12:44 2008 NARUSE, Yui ;T@ o; ;;;[o;;I"enc/make_encdb.rb;T;[o;;[I"fix duplication check.;TS; ; i; I"BSun Jan 20 05:03:46 2008 NARUSE, Yui ;T@ o; ;;;[o;;I" ascii.c;T;[o;;[I")remove definition of replica KOI8-U.;TS; ; i; I"BSun Jan 20 00:33:59 2008 NARUSE, Yui ;T@ o; ;;;[o;;I"enc/koi8_u.c;T;[o;;[I" added.;To;;I"8regenc.c, enc/utf_8.c, enc/unicode.c, enc/gb18030.c;T;[o;;[I"add ARG_UNUSED.;TS; ; i; I"2008-01-19;T@ S; ; i; I";Sat Jan 19 22:41:39 2008 Tanaka Akira ;T@ o; ;;;[o;;I"string.c (coderange_scan);T;[o;;[I"Udon't call mbclen functions for ASCII characters with ASCII compatible encoding.;TS; ; i; I";Sat Jan 19 21:00:34 2008 Tanaka Akira ;T@ o; ;;;[o;;I" lib/rdoc/template.rb (RDoc);T;[o;;[I"`defined to avoid uninitialized constant error by `./ruby test/rubygems/test_gem_server.rb'.;TS; ; i; I";Sat Jan 19 20:41:29 2008 Tanaka Akira ;T@ o; ;;;[o;;I"encoding.c (enc_new);T;[o;;[I"Tdon't free rb_encoding to avoid SEGV by `miniruby -e exit' on x86_64 GNU/Linux.;TS; ; i; I"ASat Jan 19 18:40:19 2008 Tadayoshi Funaba ;T@ o; ;;;[o;;I"lib/date.rb (once);T;[o;;[I"Juse an instance variable which points a hash as cache. [experimental];TS; ; i; I"ASat Jan 19 17:21:29 2008 Tadayoshi Funaba ;T@ o; ;;;[o;;I"$lib/date.rb, lib/date/format.rb;T;[o;;[I"@parse's hints as an experimental function has been removed.;TS; ; i; I"ESat Jan 19 11:21:53 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"configure.in (sigsetjmp);T;[o;;[I"check if available.;To;;I"eval.c, gc.c (setjmp);T;[o;;[I"2do not use _setjmp if sigsetjmp is available.;TS; ; i; I"ESat Jan 19 11:10:11 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"configure.in;T;[o;;[I"`Remove wrong assumptions about Cygwin. a patch from Corinna Vinschen in [ruby-Bugs-17018].;TS; ; i; I"ISat Jan 19 09:23:14 2008 Masaki Suketa ;T@ o; ;;;[o;;I"1ext/win32ole/win32ole.c (ole_set_safe_array);T;[o;;[I"&should not use recursive calling.;To;;I"+test/win32ole/test_win32ole_variant.rb;T;[o;;[I" ditto.;TS; ; i; I"ASat Jan 19 08:58:47 2008 Eric Hodel ;T@ o; ;;;[ o;;I"lib/rdoc/markup;T;[o;;[I"(Remove ListBase and Line constants.;To;;I"lib/rdoc/ri;T;[o;;[I"%Allow output IO to be specified.;To;;I"%test/rdoc/parser/test_parse_c.rb;T;[o;;[I"Move up one level, fixed.;To;;I";test/rdoc/parser/test_rdoc_markup_attribute_manager.rb;T;[o;;[I"CRenamed to match new class name, updated to match new classes.;To;;I"(test/rdoc/test_rdoc_ri_formatter.rb;T;[o;;[I""Start of RI formatting tests.;To;;I"0test/rdoc/test_rdoc_ri_attribute_manager.rb;T;[o;;[I"/Start of RDoc::RI::AttributeManager tests.;To;;I"$test/rdoc/test_simple_markup.rb;T;[o;;[I"#Moved to match new class name.;TS; ; i; I"ESat Jan 19 08:35:36 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"parse.y (parser_prepare);T;[o;;[I"7get encoding from the first line. [ruby-dev:33168];To;;I"ruby.c (load_file);T;[o;;[I"-set encoding to input with set_encoding.;TS; ; i; I"GSat Jan 19 03:46:42 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I""thread.c (thread_create_core);T;[o;;[I"prohibit thread creation in the frozen thread group. a patch in [ruby-dev:33176] from sheepman .;To;;I""thread.c (thread_create_core);T;[o;;[I"8should inherit ThreadGroup from the current thread.;TS; ; i; I"ESat Jan 19 00:37:19 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"sprintf.c (rb_str_format);T;[o;;[I")set result encoding for wider width.;TS; ; i; I"BSat Jan 19 00:13:19 2008 NAKAMURA Usaku ;T@ o; ;;;[o;;I"%thread_win32.c (w32_wait_events);T;[o;;[I"7shouldn't invoke interrupt handle by timer_thread.;TS; ; i; I"2008-01-18;T@ S; ; i; I"EFri Jan 18 23:49:41 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I""thread.c (thread_create_core);T;[o;;[I"-set thread group before creating thread.;TS; ; i; I"BFri Jan 18 20:19:51 2008 NAKAMURA Usaku ;T@ o; ;;;[o;;I" parse.y (ripper_initialize);T;[o;;[I""too early to set parser->enc.;TS; ; i; I"BFri Jan 18 20:03:05 2008 NAKAMURA Usaku ;T@ o; ;;;[o;;I"win32/setup.mak (BASERUBY);T;[o;;[I"Knmake cannot execute ruby correctly if the path of ruby.exe is quoted.;To;;I"win32/setup.mak ($(ARCH));T;[o;;[I"Zif a macro is appended by $(APPEND), a space will be inserted on the top of the line.;TS; ; i; I"EFri Jan 18 17:56:09 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"Heval_intern.h, insnhelper.h, thread_pthread.h, vm_core.h, vm_opts.h;T;[o;;[I"'prefixed include guards with RUBY.;To;;I" id.h;T;[o;;[I"added include guard.;To;;I"#regenc.h, regint.h, regparse.h;T;[o;;[I",prefixed include guards with ONIGURUMA.;TS; ; i; I"EFri Jan 18 15:57:05 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"#thread.c (thread_cleanup_func);T;[o;;[I"Kignore errors from destroying mutex of dead thread. [ruby-core:15069];To;;I"=thread_pthread.c, thread_win32.c (native_thread_destroy);T;[o;;[I" ditto.;TS; ; i; I"EFri Jan 18 15:56:04 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I":encoding.c (rb_enc_name_list_i, rb_enc_aliases_enc_i);T;[o;;[I"+freeze element strings to be returned.;TS; ; i; I"EFri Jan 18 14:36:34 2008 Kazuhiro NISHIYAMA ;T@ o; ;;;[o;;I"+test/ruby/test_m17n.rb (test_str_dump);T;[o;;[I"1added test for String#dump. [ruby-dev:33142];TS; ; i; I"EFri Jan 18 12:25:13 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"encoding.c (load_encoding);T;[o;;[I""check if successfully loaded.;To;;I"#encoding.c (rb_enc_find_index);T;[o;;[I"Kuse original encoding name to replicate loaded encoding instead alias.;TS; ; i; I"BFri Jan 18 09:43:02 2008 NAKAMURA Usaku ;T@ o; ;;;[o;;I"#re.c (rb_char_to_option_kcode);T;[o;;[I"BRegexp switch `s' should mean Windows-31J, as wells as `-Ks'.;TS; ; i; I"GFri Jan 18 09:22:07 2008 Yukihiro Matsumoto ;T@ o; ;;;[ o;;I" parse.y (parser_initialize);T;[o;;[I"-explicitly call rb_ascii8bit_encoding().;To;;I"parse.y (parser_prepare);T;[o;;[I"2lex_input may not be have encoding (e.g. IO).;To;;I"'parse.y (rb_parser_compile_string);T;[o;;[I"$set encoding from input string.;To;;I"#encoding.c (rb_enc_find_index);T;[o;;[I"5use ASCII-8BIT if loading known encoding failed.;To;;I" parse.y (ripper_initialize);T;[o;;[I"%move parser->enc initialization.;To;;I"&encoding.c (rb_enc_aliases_enc_i);T;[o;;[I"3exclude non alias names from Encoding.aliases.;To;;I"#encoding.c (rb_enc_find_index);T;[o;;[I",use original encoding name to load DLL.;TS; ; i; I"GFri Jan 18 07:06:25 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"io.c (Init_IO);T;[o;;[I"$stdin/stdout may not be duplex.;TS; ; i; I"AFri Jan 18 04:27:57 2008 Eric Hodel ;T@ o; ;;;[o;;I"%sample/rdoc/markup/rdoc2latex.rb;T;[o;;[I"Fix for new namespacing.;To;;I" lib/rdoc/markup/to_latex.rb;T;[o;;[I"Fix namespacing.;TS; ; i; I"EFri Jan 18 02:02:28 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"2bootstraptest/runner.rb (assert_valid_syntax);T;[o;;[I" added.;To;;I"#bootstraptest/test_knownbug.rb;T;[o;;[I"%added test for [ruby-list:44479];TS; ; i; I"EFri Jan 18 01:48:06 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"%vm_insnhelper.c (vm_call_method);T;[o;;[I"=check argument number to attr_reader. [ruby-core:15120];TS; ; i; I"EFri Jan 18 00:49:31 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I" io.c (rb_io_check_readable);T;[o;;[I"flush tied write IO too.;To;;I"io.c (Init_IO);T;[o;;[I".tie stdin with stdout. [ruby-core:15107];TS; ; i; I"EFri Jan 18 00:23:31 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"encoding.c (enc_free);T;[o;;[I"9removed since rb_encoding may be used while cleanup.;TS; ; i; I"EFri Jan 18 00:17:19 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"enc/euc_cn.c;T;[o;;[I"split from enc/euc_kr.c.;TS; ; i; I"EFri Jan 18 00:03:54 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I")ext/stringio/stringio.c (strio_init);T;[o;;[I"use default external encoding if nothing is given. a patch from sheepman in [ruby-dev:33159].;TS; ; i; I"2008-01-17;T@ S; ; i; I"EThu Jan 17 23:56:20 2008 Nobuyoshi Nakada ;T@ o; ;;;[ o;;I"common.mk (encdb.h);T;[o;;[I",give output file name to make_encdb.rb.;To;;I"encoding.c (enc_table);T;[o;;[I"simplified.;To;;I"!encoding.c (enc_register_at);T;[o;;[I"$lazy loading. [ruby-dev:33013];To;;I"regenc.h (ENC_DUMMY);T;[o;;[I" added.;To;;I"enc/make_encdb.rb;T;[o;;[I"now emits macros only.;To;;I"enc/iso_2022_jp.h;T;[o;;[I"split from encoding.c.;TS; ; i; I"EThu Jan 17 21:48:21 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"#re.c (rb_char_to_option_kcode);T;[o;;[I"fixed typo.;TS; ; i; I"AThu Jan 17 21:01:25 2008 Tadayoshi Funaba ;T@ o; ;;;[o;;I"%lib/date.rb (Date::Infinity#<=>);T;[o;;[I"didn't work. A patch from Dirkjan Bussink [ruby-core:15098]. This is a bug obviously. However it didn't affect the library's functions.;To;;I"$lib/date.rb, lib/date/format.rb;T;[o;;[I"some trivial changes.;TS; ; i; I"GThu Jan 17 13:07:18 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"string.c (rb_str_dump);T;[o;;[I"preserve the encoding of source string if it is ASCII compatible. otherwise, add '.force_encoding()' for ugly work around. maybe we should implement some other way to keep non ASCII encoding in dumped string. [ruby-dev:33142];TS; ; i; I"GThu Jan 17 10:30:32 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"io.c (io_fwrite);T;[o;;[I"Ealways flush IO on tty, even without newlines. [ruby-core:15107];TS; ; i; I"2008-01-16;T@ S; ; i; I"EWed Jan 16 22:45:27 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"!encoding.c (enc_register_at);T;[o;;[I"%make own copy. [ruby-dev:33136];TS; ; i; I"EWed Jan 16 18:03:10 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"$io.c (pipe_open, rb_io_s_popen);T;[o;;[I";clear temporary object to release and prevent from GC.;TS; ; i; I"BWed Jan 16 17:55:07 2008 NAKAMURA Usaku ;T@ o; ;;;[o;;I"numeric.c (fix_quo);T;[o;;[I"^typo. a patch from Shin-ichiro HARA in [ruby-dev:33130];TS; ; i; I"BWed Jan 16 17:36:26 2008 NAKAMURA Usaku ;T@ o; ;;;[o;;I"test/test_delegate.rb;T;[o;;[I"'add new test file for delegate.rb.;TS; ; i; I"@Wed Jan 16 16:14:00 2008 Akinori MUSHA ;T@ o; ;;;[o;;I" ruby.1;T;[o;;[I"Fix grammar.;TS; ; i; I"EWed Jan 16 15:26:31 2008 Nobuyoshi Nakada ;T@ o; ;;;[ o;;I"file.c (sys_fail2);T;[o;;[I"!get rid of unlimited alloca.;To;;I".io.c (mode_enc, pipe_open, rb_io_s_popen);T;[o;;[I" ditto.;To;;I"load.c (rb_feature_p);T;[o;;[I" ditto.;To;;I"object.c (rb_cstr_to_dbl);T;[o;;[I" ditto.;To;;I"io.c (mode_enc);T;[o;;[I""fixed uninitialized variable.;TS; ; i; I"EWed Jan 16 12:51:30 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"Binclude/ruby/intern.h (rb_str_tmp_new, rb_str_shared_replace);T;[o;;[I"prototype moved.;TS; ; i; I"2008-01-15;T@ S; ; i; I"BTue Jan 15 23:52:51 2008 NARUSE, Yui ;T@ o; ;;;[o;;I" enc/*;T;[o;;[I"add ARG_UNUSED.;To;;I"enc/koi8_u.c;T;[o;;[I" added.;TS; ; i; I"BTue Jan 15 23:00:08 2008 NARUSE, Yui ;T@ o; ;;;[o;;I"enc/utf_{16,32}{be,le}.c;T;[o;;[I"Lremove some ARG_UNUSED. replace struct OnigEncodingST by OnigEncoding.;TS; ; i; I"BTue Jan 15 22:30:43 2008 NARUSE, Yui ;T@ o; ;;;[ o;;I"encoding.c (ENC_REGISTER);T;[o;;[I"use &OnigEncoding*.;To;;I"(ENCINDEX_UTF_8);T;[o;;[I" renamed from ENCINDEX_UTF8.;To;;I"(rb_enc_init);T;[o;;[I"use ENC_REGISTER.;To;;I"Dinclude/ruby/oniguruma.h (OnigEncodingUTF8, ONIG_ENCODING_UTF8);T;[o;;[I" removed.;To;;I" enc/*.c;T;[o;;[I"9remove use of &encoding_*; use enc argument instead.;TS; ; i; I"GTue Jan 15 18:44:46 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"enc/utf_8.c;T;[o;;[I"Kremove use of ONIG_ENCODING_UTF8 altogether; use enc argument instead.;TS; ; i; I"BTue Jan 15 18:05:26 2008 NAKAMURA Usaku ;T@ o; ;;;[o;;I"%enc/utf_8.c (ONIG_ENCODING_UTF8);T;[o;;[I"reverted.;TS; ; i; I"BTue Jan 15 18:01:55 2008 NAKAMURA Usaku ;T@ o; ;;;[o;;I"!win32/Makefile.sub (MKFILES);T;[o;;[I"add dependencies.;TS; ; i; I"GTue Jan 15 18:00:16 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"%enc/utf_8.c (OnigEncodingDefine);T;[o;;[I",encoding name should be kept unchanged.;TS; ; i; I"ETue Jan 15 17:53:05 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"enc/utf_8.c;T;[o;;[I"renamed as IANA name.;To;;I"enc/Makefile.in;T;[o;;[I" ditto.;TS; ; i; I"ETue Jan 15 16:59:31 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"ruby.c (proc_options);T;[o;;[I"@encoding libraries cannot be loaded until load path is set.;TS; ; i; I"ETue Jan 15 15:09:28 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"win32/setup.mak;T;[o;;[I"+strip out empty lines from CPP output.;TS; ; i; I"ETue Jan 15 14:57:38 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"){win,bcc}32/setup.mak (-basic-vars-);T;[o;;[I";expand BASERUBY to full path to get rid of ./ruby.exe.;To;;I"win32/enc-setup.mak;T;[o;;[I"!workaround for Borland make.;TS; ; i; I"ETue Jan 15 14:44:53 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"#encoding.c (rb_locale_charmap);T;[o;;[I" use ASCII-8BIT in miniruby.;TS; ; i; I"BTue Jan 15 13:54:41 2008 NAKAMURA Usaku ;T@ o; ;;;[o;;I"){bcc32,win32}/Makefile.sub (RUNRUBY);T;[o;;[I",need to set archdir when invoking ruby.;TS; ; i; I"BTue Jan 15 13:43:18 2008 NAKAMURA Usaku ;T@ o; ;;;[o;;I"common.mk (us_ascii.o);T;[o;;[I"'add dependencies. [ruby-dev:33111];TS; ; i; I"ETue Jan 15 03:41:42 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"eval.c (eval);T;[o;;[I"4check if backtrace is empty. [ruby-core:15040];TS; ; i; I"ETue Jan 15 01:28:47 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"common.mk;T;[o;;[I"+simplified dummy objects dependencies.;TS; ; i; I"ETue Jan 15 01:19:00 2008 Nobuyoshi Nakada ;T@ o; ;;;[ o;;I"common.mk (OBJS);T;[o;;[I"&moved encoding.o from COMMONOBJS.;To;;I"common.mk (dmyencoding.o);T;[o;;[I"added. [ruby-dev:33099];To;;I"6configure.in, {win,bcc}32/Makefile.sub (MINIOBJS);T;[o;;[I"added dmyencoding.o.;To;;I"&dmyencoding.c (rb_locale_charmap);T;[o;;[I"returns nil for miniruby.;TS; ; i; I"GTue Jan 15 00:05:50 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"io.c (appendline);T;[o;;[I"mspecifying limit should not generate broken byte sequence. strings should be rounded. [ruby-dev:33088];TS; ; i; I"2008-01-14;T@ S; ; i; I"BMon Jan 14 23:33:02 2008 NARUSE, Yui ;T@ o; ;;;[o;;I"*ext/nkf/lib/kconv.rb (Kconv.tolocale);T;[o;;[I"argument is str.;TS; ; i; I"GMon Jan 14 23:31:05 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"configure.in (setup);T;[o;;[I")add -I$(EXTOUT)/$(arch) to MINIRUBY.;To;;I"#bootstraptest/runner.rb (main);T;[o;;[I"expand -I directory path.;TS; ; i; I"BMon Jan 14 23:28:10 2008 NAKAMURA Usaku ;T@ o; ;;;[o;;I"*win32/enc-setup.mak (BUILTIN_ENCOBJS);T;[o;;[I" depends on enc/Makefile.in.;TS; ; i; I"GMon Jan 14 22:48:16 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"#re.c (rb_char_to_option_kcode);T;[o;;[I"@use rb_enc_find_index() instead of using fixed index value.;To;;I" enc/Makefile.in (encsrcdir);T;[o;;[I"make US-ASCII built-in.;TS; ; i; I"FMon Jan 14 22:25:02 2008 WATANABE Hirofumi ;T@ o; ;;;[o;;I"golf_prelude.rb;T;[o;;[I"!Shorter method name completion. Same method used for const missing. do_while and do_until added. Enumerator gains all of Array's abilities. Ex: '123'.m{|i|i*2} #=> "112233" '123'.pe #=> '123'.perm*' ' #=> "123 132 213 231 312 321" base on a patch from Darren Smith .;TS; ; i; I"GMon Jan 14 21:10:02 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"enc/us_ascii.c;T;[o;;[I"&wrong alias name: ANSI_X3.4-1986.;To;;I"rubytest.rb;T;[o;;[I"*add -I#{srcdir} to load encoding DLL.;TS; ; i; I"=Mon Jan 14 18:53:58 2008 Koichi Sasada ;T@ o; ;;;[o;;I" thread.c;T;[o;;[I"clear thread structure.;To;;I" (TODO;T;[o;;[I":survey that child process should clear mutex or not).;To;;I"3bootstraptest/test_knownbug.rb, test_thread.rb;T;[o;;[I"move a fixed test.;TS; ; i; I"=Mon Jan 14 18:43:38 2008 Koichi Sasada ;T@ o; ;;;[o;;I"bootstraptest/runner.rb;T;[o;;[I"add "flunk" method.;To;;I"#bootstraptest/test_knownbug.rb;T;[o;;[I"fix to use flunk.;TS; ; i; I"=Mon Jan 14 18:10:59 2008 Koichi Sasada ;T@ o; ;;;[o;;I" vm.h;T;[o;;[I")remove dangerous assembler sentence.;TS; ; i; I"BMon Jan 14 18:06:37 2008 NARUSE, Yui ;T@ o; ;;;[o;;I"$encoding.c (rb_locale_encoding);T;[o;;[I")return US-ASCII when charmap is nil.;TS; ; i; I"GMon Jan 14 16:12:58 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"lib/shellwords.rb;T;[o;;[I"{scape should be an alias to shellescape. a patch from Masahiro Kawato in [ruby-dev:33060].;TS; ; i; I"GMon Jan 14 16:09:16 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I" ruby.1;T;[o;;[I"ka patch to describe --encoding. a patch from Yugui in [ruby-dev:33079].;To;;I" ruby.c;T;[o;;[I" ditto.;TS; ; i; I";Mon Jan 14 13:49:26 2008 Tanaka Akira ;T@ o; ;;;[ o;;I"re.c (rb_reg_prepare_re);T;[o;;[I"%initialize error message buffer.;To;;I"(rb_reg_search);T;[o;;[I" ditto.;To;;I"(rb_reg_check_preprocess);T;[o;;[I" ditto.;To;;I"(rb_reg_new_str);T;[o;;[I" ditto.;To;;I"(rb_enc_reg_new);T;[o;;[I" ditto.;To;;I"(rb_reg_compile);T;[o;;[I" ditto.;To;;I"(rb_reg_initialize_m);T;[o;;[I" ditto.;To;;I"(rb_reg_s_union_m);T;[o;;[I" ditto.;TS; ; i; I"AMon Jan 14 12:33:07 2008 Eric Hodel ;T@ o; ;;;[o;;I"lib/rdoc/markup*;T;[o;;[I"7Renamespace from SM::SimpleMarkup to RDoc::Markup.;TS; ; i; I"AMon Jan 14 09:19:07 2008 Tadayoshi Funaba ;T@ o; ;;;[o;;I"lib/time.rb;T;[o;;[I"Tdo not reference Time directly from the inside of definitions. [ruby-dev:33059];TS; ; i; I"BMon Jan 14 05:44:44 2008 NARUSE, Yui ;T@ o; ;;;[o;;I" enc/*.c;T;[o;;[I"add replicas and aliases.;To;;I"enc/make_encdb.h;T;[o;;[I"'add duplicate and undefined check.;TS; ; i; I"BMon Jan 14 02:03:05 2008 NARUSE, Yui ;T@ o; ;;;[o;;I"include/ruby/oniguruma.h;T;[o;;[I"Dremove ONIG_ENCODING_* and OnigEncoding* which are not builtin.;To;;I"Jregenc.{c,h} (onigenc_mb2_code_to_mbclen, onigenc_mb4_code_to_mbclen);T;[o;;[I"fix prototype.;To;;I"\enc/big5.c, enc/euc_kr.c, enc/euc_tw.c, enc/gb18030.c, enc/koi8_r.c, enc/windows_1251.c;T;[o;;[I"imported from Oniguruma.;TS; ; i; I"2008-01-13;T@ S; ; i; I"BSun Jan 13 22:47:28 2008 NARUSE, Yui ;T@ o; ;;;[o;;I"enc/make_encdb.h;T;[o;;[I"*sort encoding names by original name.;To;;I"encoding.c, enc/*.c;T;[o;;[I"!define replicas and aliases.;TS; ; i; I"BSun Jan 13 20:24:03 2008 NARUSE, Yui ;T@ o; ;;;[o;;I"encoding.c;T;[o;;[I"add documents.;TS; ; i; I"ESun Jan 13 18:41:48 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"encoding.c (Init_Encoding);T;[o;;[I"'moved initialization from encdb.h.;To;;I"&enc/make_encdb.rb (enc_name_list);T;[o;;[I"constified.;To;;I"$enc/make_encdb.rb (enc_init_db);T;[o;;[I"(moved some functions to encoding.c.;TS; ; i; I"ESun Jan 13 13:53:00 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"ruby.c (load_file);T;[o;;[I">local variable was not initialized when -x flag is given.;To;;I"ruby.c (load_file);T;[o;;[I"Dscript files should not be affected by locale. [ruby-dev:33054];TS; ; i; I"ASun Jan 13 12:01:32 2008 Eric Hodel ;T@ o; ;;;[o;;I"lib/rdoc/generators*;T;[o;;[I" Reorganize RDoc generators.;TS; ; i; I"BSun Jan 13 11:41:11 2008 NARUSE, Yui ;T@ o; ;;;[ o;;I"0encoding.c (ENCINDEX_EUC_JP, ENCINDEX_SJIS);T;[o;;[I" removed.;To;;I"(rb_enc_init);T;[o;;[I".EUC-JP and Shift_JIS are not builtin now.;To;;I"enc/Makefile.in;T;[o;;[I" ditto.;To;;I"common.mk;T;[o;;[I" ditto.;To;;I"ruby.c (proc_options);T;[o;;[I" ditto.;To;;I""enc/shift_jis.c, enc/euc_jp.c;T;[o;;[I"#fixes for remove from builtin.;TS; ; i; I"ESun Jan 13 10:21:40 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"encoding.c (enc_table);T;[o;;[I" packed all enc_table stuff.;TS; ; i; I"BSun Jan 13 09:58:17 2008 NARUSE, Yui ;T@ o; ;;;[ o;;I"encoding.c (rb_enc_init);T;[o;;[I"revert removing SJIS.;To;;I"enc/sjis.c;T;[o;;[I"emove to enc/shift_jis.c, to make encoding name equal to filename for convenience of loading lib.;To;;I"enc/shift_jis.c;T;[o;;[I"moved from enc/sjis.c.;To;;I"common.mk;T;[o;;[I"follows enc/shift_jis.c.;To;;I"enc/Makefile.in;T;[o;;[I" ditto.;TS; ; i; I"ESun Jan 13 09:22:33 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"common.mk (incs);T;[o;;[I"includes encdb.h.;TS; ; i; I"ESun Jan 13 09:17:29 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I""{bcc,win}32/Makefile.sub (MV);T;[o;;[I"0use move instead of ren. [ruby-Bugs-17019];TS; ; i; I"GSun Jan 13 01:52:31 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"enc/make_encdb.rb;T;[o;;[I"/should work on Ruby 1.8. [ruby-dev:33069];To;;I"common.mk (encdb.h);T;[o;;[I"0pass enc dir from outside to make_encdb.rb.;TS; ; i; I"BSun Jan 13 00:01:07 2008 NARUSE, Yui ;T@ o; ;;;[ o;;I"enc/make_encdb.rb;T;[o;;[I"6added. search enc/*.c and make encoding database.;To;;I"(regenc.h (ENC_REPLICATE, ENC_ALIAS);T;[o;;[I";T@ o; ;;;[o;;I"7eval.c (rb_define_alloc_func, rb_undef_alloc_func);T;[o;;[I"Ashould define/undef on a singleton class. [ruby-core:09959];TS; ; i; I"BSat Jan 12 12:44:36 2008 NARUSE, Yui ;T@ o; ;;;[o;;I"ext/nkf/nkf.c;T;[o;;[I"rdoc update.;TS; ; i; I"ASat Jan 12 12:01:49 2008 Tadayoshi Funaba ;T@ o; ;;;[o;;I"$lib/date.rb, lib/date/format.rb;T;[o;;[I"tuning for performance.;TS; ; i; I"ESat Jan 12 11:29:45 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"bootstraptest/test_proc.rb;T;[o;;[I"{fixed wrong expected result. pointed out by Kornelius "murphy" Kalnbach in [ruby-core:15022].;TS; ; i; I"BSat Jan 12 04:38:38 2008 NARUSE, Yui ;T@ o; ;;;[o;;I"ruby.c (process_options);T;[o;;[I".-e'script' is locale encoding by default.;To;;I"(load_file);T;[o;;[I":ruby script from stdin is locale encoding by default.;TS; ; i; I"BSat Jan 12 04:31:59 2008 NARUSE, Yui ;T@ o; ;;;[o;;I"ext/nkf/nkf-utf8/nkf.c;T;[o;;[I"fix bug: -m was -m0.;TS; ; i; I"2008-01-11;T@ S; ; i; I";Fri Jan 11 23:22:31 2008 Tanaka Akira ;T@ o; ;;;[o;;I"string.c (string.c);T;[o;;[I"Ncall rb_str_buf_append to update encoding of str1, even if str2 is empty.;TS; ; i; I"EFri Jan 11 20:20:16 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"proc.c (proc_mark);T;[o;;[I"{needs to mark the receiver too. a patch from Chris Heath in [ruby-core:14983]. [ruby-core:14885];TS; ; i; I"AFri Jan 11 18:28:49 2008 Eric Hodel ;T@ o; ;;;[o;;I"lib/rdoc/usage.rb;T;[o;;[I" Removed.;To;;I"lib/getoptlong.rb;T;[o;;[I"1Update example to not use lib/rdoc/usage.rb.;TS; ; i; I"AFri Jan 11 18:17:10 2008 Eric Hodel ;T@ o; ;;;[o;;I"&lib/rdoc/ri/driver.rb (read_yaml);T;[o;;[I"/Follow namespace change [ruby-core:14964].;TS; ; i; I"EFri Jan 11 16:55:21 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"string.c (rb_str_append);T;[o;;[I"performance improvement.;TS; ; i; I"EFri Jan 11 12:35:56 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"configure.in;T;[o;;[I"4moved broken syscall checks from process.c etc.;To;;I" defines.h (WORDS_BIGENDIAN);T;[o;;[I"7honor __BIG_ENDIAN__ than the result of configure.;To;;I"(lib/rdoc/options.rb (check_diagram);T;[o;;[I"Bmore precise check, darwin is not Windows but mingw is on it.;TS; ; i; I"BFri Jan 11 09:59:05 2008 NARUSE, Yui ;T@ o; ;;;[o;;I"ext/nkf/nkf-utf8/nkf.c;T;[o;;[I"update to r1.163.;To;;I"ext/nkf/nkf.c;T;[o;;[I"(ASCII's canonical name is US-ASCII.;To;;I"'ext/nkf/lib/kconv.rb (Kconv.isjis);T;[o;;[I"force_encoding('BINARY').;TS; ; i; I"BFri Jan 11 09:23:31 2008 NARUSE, Yui ;T@ o; ;;;[o;;I"#encoding.c (set_base_encoding);T;[o;;[I"must use rb_enc_dummy_p.;TS; ; i; I"EFri Jan 11 06:13:14 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"6encoding.c (rb_to_encoding_index, rb_to_encoding);T;[o;;[I"#disallow nil. [ruby-dev:33003];TS; ; i; I"GFri Jan 11 01:08:01 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"thread.c (rb_mutex_unlock);T;[o;;[I"proper error message for unlocking mutex that is not locked. a patch from Yusuke ENDOH in [ruby-dev:33010].;TS; ; i; I"2008-01-10;T@ S; ; i; I"GThu Jan 10 18:00:41 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"$prelude.rb (Mutex::synchronize);T;[o;;[I"4capture exception from unlock. [ruby-dev:32935];TS; ; i; I"GThu Jan 10 10:15:03 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"io.c (io_encoding_set);T;[o;;[I"TIO.pipe("euc-jp", nil) should work as IO.pipe("euc-jp", nil). [ruby-dev:33000];To;;I"io.c (io_encoding_set);T;[o;;[I"handle nil for v1.;TS; ; i; I"GThu Jan 10 02:41:22 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"io.c (rb_io_binmode);T;[o;;[I"1should not alter encoding. [ruby-dev:32918];To;;I"io.c (io_read_encoding);T;[o;;[I"1need not to return ASCII-8BIT for binary IO.;TS; ; i; I"2008-01-09;T@ S; ; i; I"EWed Jan 9 22:04:17 2008 Kazuhiro NISHIYAMA ;T@ o; ;;;[o;;I"lib/mathn.rb (Prime#each);T;[o;;[I">returns an enumerator if no block given. [ruby-dev:32815];TS; ; i; I"BWed Jan 9 22:03:26 2008 NARUSE, Yui ;T@ o; ;;;[o;;I""encoding.c (rb_enc_replicate);T;[o;;[I"!replica of dummy is a dummy.;TS; ; i; I"GWed Jan 9 20:55:38 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"3lib/e2mmap.rb (Exception2MessageMapper::Raise);T;[o;;[I""define fail. [ruby-dev:32854];TS; ; i; I"CWed Jan 9 20:35:42 2008 GOTOU Yuuzou ;T@ o; ;;;[ o;;I"lib/webrick/httprequest.rb;T;[o;;[I"support X-Forwarded-* header fields. WEBrick::HTTPRequest#{host,port,request_uri} is derived having regards to X-Forwarded-Proto and X-Forwarded-Host.;To;;I"Clib/webrick/httprequest.rb (WEBrick::HTTPRequest#server_name?);T;[o;;[I"new method.;To;;I"&(WEBrick::HTTPRequest#remote_ip?);T;[o;;[I"new method.;To;;I" (WEBrick::HTTPRequest#ssl?);T;[o;;[I"new method.;TS; ; i; I"FWed Jan 9 18:24:39 2008 WATANABE Hirofumi ;T@ o; ;;;[o;;I"!golf_prelude.rb (Array#to_s);T;[o;;[I"alias to join.;To;;I"&golf_prelude.rb (FalseClass#to_s);T;[o;;[I"return "".;TS; ; i; I";Wed Jan 9 16:59:54 2008 Tanaka Akira ;T@ o; ;;;[o;;I"%string.c (rb_enc_cr_str_buf_cat);T;[o;;[I"fix self appending.;TS; ; i; I"EWed Jan 9 15:54:24 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"ruby.c (process_options);T;[o;;[I"\give priority command line encoding option to RUBYOPT, and enable -E option in RUBYOPT.;To;;I"ruby.c (load_file);T;[o;;[I"Vdeal with encoding option in shebang line if nothing in command line and RUBYOPT.;TS; ; i; I"BWed Jan 9 14:55:36 2008 NAKAMURA Usaku ;T@ o; ;;;[o;;I"parse.y (yycompile0);T;[o;;[I"mremove setting parser->enc because it is set in parser_prepare() by previous change of parser_prepare().;TS; ; i; I"EWed Jan 9 14:52:18 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"8string.c (rb_enc_cr_str_buf_cat, rb_str_buf_append);T;[o;;[I"deal with self appending.;TS; ; i; I"BWed Jan 9 14:44:57 2008 NAKAMURA Usaku ;T@ o; ;;;[o;;I"parse.y (parser_prepare);T;[o;;[I"/set parser->enc from lex_input for ripper.;TS; ; i; I"CWed Jan 9 13:45:52 2008 GOTOU Yuuzou ;T@ o; ;;;[o;;I"6lib/webrick/server.rb (WEBrick::HTTPServer#start);T;[o;;[I"7:DoNotReverseLookup option had not been performed.;TS; ; i; I"GWed Jan 9 13:03:34 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"%string.c (rb_enc_cr_str_buf_cat);T;[o;;[I"Cdo not recalculate coderange value if it's given from outside.;TS; ; i; I"IWed Jan 9 08:42:01 2008 James Edward Gray II ;T@ o; ;;;[o;;I" enum.c;T;[o;;[I"hUpdating the documentation of Enumerable#zip to reflect the recent changes Matz made to the method.;TS; ; i; I"BWed Jan 9 01:35:10 2008 NARUSE, Yui ;T@ o; ;;;[o;;I"#enc/Makefile.in (BUILTIN_ENCS);T;[o;;[I"(UTF-{16,32}{BE,LE} are not builtin.;TS; ; i; I"2008-01-08;T@ S; ; i; I"BTue Jan 8 23:55:15 2008 NARUSE, Yui ;T@ o; ;;;[o;;I"encoding.c (rb_enc_init);T;[o;;[I"(UTF-{16,32}{BE,LE} are not builtin.;TS; ; i; I"BTue Jan 8 22:33:03 2008 NARUSE, Yui ;T@ o; ;;;[o;;I"Gencoding.c, Makefile.in, include/ruby/oniguruma.h, enc/Makefile.in;T;[o;;[I"&fix rules for UTF-{16,32}{BE,LE}.;TS; ; i; I"ETue Jan 8 20:02:08 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"win{32,ce}/Makefile.sub;T;[o;;[I" merged.;TS; ; i; I"ATue Jan 8 19:48:15 2008 Eric Hodel ;T@ o; ;;;[o;;I"lib/rdoc/ri/driver.rb;T;[o;;[I"ASpeed up Marshal.load. Fix bug with nested classes' methods.;TS; ; i; I"ATue Jan 8 19:17:29 2008 Eric Hodel ;T@ o; ;;;[o;;I"lib/rdoc/*;T;[o;;[I"*Clean up namespacing of RI's classes.;TS; ; i; I"ATue Jan 8 18:05:35 2008 Eric Hodel ;T@ o; ;;;[o;;I"bin/ri, lib/rdoc/ri/*;T;[o;;[I"(Replace with Ryan Davis' cached ri.;TS; ; i; I"GTue Jan 8 17:32:07 2008 Yukihiro Matsumoto ;T@ o; ;;;[ o;;I"enum.c (enum_zip);T;[o;;[I"Nhonor length of the receiver, not the shortest length. [ruby-core:14738];To;;I"enum.c (enum_zip);T;[o;;[I"Greturns array not enumerator for no block form. [ruby-core:14738];To;;I"enumerator.c (next_ii);T;[o;;[I"+do not ignore multiple values yielded.;To;;I"array.c (rb_ary_zip);T;[o;;[I"0faster version without creating generators.;TS; ; i; I"BTue Jan 8 15:47:43 2008 NAKAMURA Usaku ;T@ o; ;;;[o;;I"enc/utf{16,32}_{be,le}.c;T;[o;;[I"9use &OnigEncodingName(*) instead of ONIG_ENCODING_*.;TS; ; i; I"ETue Jan 8 15:40:31 2008 Nobuyoshi Nakada ;T@ o; ;;;[ o;;I"=regenc.c (onigenc_strlen_null, onigenc_str_bytelen_null);T;[o;;[I"suppressed warnings.;To;;I"?regenc.h, enc/unicode.c (onigenc_unicode_ctype_code_range);T;[o;;[I"added encoding argument.;To;;I"enc/utf{16,32}_{be,le}.c;T;[o;;[I"added init functions.;To;;I"enc/utf{16,32}_{be,le}.c;T;[o;;[I"#imported from Oniguruma 5.9.1.;TS; ; i; I";Tue Jan 8 15:03:10 2008 Tanaka Akira ;T@ o; ;;;[o;;I"string.c (str_gsub);T;[o;;[I",avoid appending empty pre-match substr.;TS; ; i; I"ETue Jan 8 13:05:57 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"8compile.c (iseq_build_from_ary), iseq.c (iseq_load);T;[o;;[I"fix for format change.;TS; ; i; I";Tue Jan 8 07:56:11 2008 Tanaka Akira ;T@ o; ;;;[o;;I"!string.c (rb_str_buf_append);T;[o;;[I"fix append itself.;TS; ; i; I";Tue Jan 8 01:13:50 2008 Tanaka Akira ;T@ o; ;;;[o;;I"string.c (STR_ENC_GET);T;[o;;[I"6defined. same as rb_enc_get without enc_capable.;To;;I"(coderange_scan);T;[o;;[I"ASCII-8BIT test refined.;To;;I"(rb_enc_cr_str_buf_cat);T;[o;;[I"?new internal function to accumulate strings with encoding.;To;;I"(rb_enc_str_buf_cat);T;[o;;[I"use rb_enc_cr_str_buf_cat.;To;;I"(rb_str_buf_append);T;[o;;[I" ditto;To;;I"(str_gsub);T;[o;;[I"use rb_str_buf_append.;To;;I"(rb_str_hash);T;[o;;[I"use ENCODING_GET.;To;;I"(rb_str_comparable);T;[o;;[I" ditto.;To;;I"(rb_str_cmp);T;[o;;[I"5compare encoding index, not rb_encoding address.;TS; ; i; I"2008-01-07;T@ S; ; i; I"CMon Jan 7 20:37:55 2008 GOTOU Yuuzou ;T@ o; ;;;[o;;I"*lib/webrick/httpservlet/cgihandler.rb;T;[o;;[I";external encoding of tempfiles is set to "ASCII-8BIT".;TS; ; i; I"AMon Jan 7 19:39:50 2008 Eric Hodel ;T@ o; ;;;[o;;I"lib/rdoc/template.rb;T;[o;;[I"1Use ERB instead of custom template language.;To;;I"2lib/rdoc/generators/template/html/old_html.rb;T;[o;;[I" Remove.;To;;I"#lib/rdoc/generators/template/*;T;[o;;[I"Convert to ERB.;TS; ; i; I"GMon Jan 7 19:11:30 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"string.c (Init_String);T;[o;;[I"osym_match arity spec was wrong. a patch from Hiroyuki Iwatsuki in [ruby-dev:32957].;TS; ; i; I";Mon Jan 7 18:10:33 2008 Tanaka Akira ;T@ o; ;;;[o;;I"string.c (str_gsub);T;[o;;[I")move rb_enc_get(str) to out of loop.;TS; ; i; I";Mon Jan 7 15:52:10 2008 Tanaka Akira ;T@ o; ;;;[ o;;I"0include/ruby/oniguruma.h (OnigEncodingType);T;[o;;[I"Nnew member ruby_encoding_index to avoid linear search in rb_enc_to_index.;To;;I".include/ruby/encoding.h (rb_enc_to_index);T;[o;;[I".macro defined to use ruby_encoding_index.;To;;I"!encoding.c (rb_enc_to_index);T;[o;;[I" removed.;To;;I"(enc_register_at);T;[o;;[I"+initialize ruby_encoding_index member.;TS; ; i; I"AMon Jan 7 16:10:35 2008 Eric Hodel ;T@ o; ;;;[o;;I"lib/rdoc/tokenstream.rb;T;[o;;[I"Namespace under RDoc.;TS; ; i; I"AMon Jan 7 16:06:09 2008 Eric Hodel ;T@ o; ;;;[o;;I"lib/rdoc/dot.rb;T;[o;;[I"Namespace under RDoc.;To;;I"lib/rdoc/diagram.rb;T;[o;;[I"Clean up formatting.;TS; ; i; I"AMon Jan 7 15:51:35 2008 Eric Hodel ;T@ o; ;;;[o;;I"lib/rdoc/options.rb;T;[o;;[I"GConvert to OptionParser, clean up -h output, namespace under RDoc.;To;;I"lib/rdoc/*;T;[o;;[I"Namespace RDoc::Options.;TS; ; i; I"BMon Jan 7 15:42:46 2008 NAKAMURA Usaku ;T@ o; ;;;[o;;I"=common.mk, Makefile.in, */Makefile.sub (distclean-local);T;[o;;[I"dmove removing rule of ext/ripper/y.output from common.mk to Makefiles that depend on platforms.;TS; ; i; I";Mon Jan 7 13:54:57 2008 Tanaka Akira ;T@ o; ;;;[o;;I"re.c (rb_reg_preprocess);T;[o;;[I"fix fixed_enc condition.;TS; ; i; I"AMon Jan 7 11:51:49 2008 Eric Hodel ;T@ o; ;;;[o;;I"(lib/rdoc/generators/ri_generator.rb;T;[o;;[I"gMerge documentation from the same class on output. Fixes bug where documentation could disappear.;To;;I"lib/rdoc/options.rb;T;[o;;[I"Fix typo.;To;;I"lib/rdoc/generators/*;T;[o;;[I"8Clean up some namespacing and make RDoc consistent.;TS; ; i; I";Mon Jan 7 11:44:45 2008 Tanaka Akira ;T@ o; ;;;[o;;I"+encoding.c (rb_enc_internal_get_index);T;[o;;[I"%extracted from rb_enc_get_index.;To;;I" (rb_enc_internal_set_index);T;[o;;[I"*extracted from rb_enc_associate_index;To;;I"+include/ruby/encoding.h (ENCODING_SET);T;[o;;[I"#work over ENCODING_INLINE_MAX.;To;;I"(ENCODING_GET);T;[o;;[I" ditto.;To;;I"(ENCODING_IS_ASCII8BIT);T;[o;;[I" defined.;To;;I"(ENCODING_CODERANGE_SET);T;[o;;[I" defined.;To;;I"#re.c (rb_reg_fixed_encoding_p);T;[o;;[I"use ENCODING_IS_ASCII8BIT.;To;;I""string.c (rb_enc_str_buf_cat);T;[o;;[I"use ENCODING_IS_ASCII8BIT.;To;;I"&parse.y (reg_fragment_setenc_gen);T;[o;;[I"use ENCODING_IS_ASCII8BIT.;To;;I"marshal.c (has_ivars);T;[o;;[I"use ENCODING_IS_ASCII8BIT.;TS; ; i; I";Mon Jan 7 02:14:07 2008 Tanaka Akira ;T@ o; ;;;[ o;;I"string.c (coderange_scan);T;[o;;[I"avoid rb_enc_to_index.;To;;I"(rb_enc_str_buf_cat);T;[o;;[I" ditto.;To;;I"(str_cat_char);T;[o;;[I"use rb_enc_str_buf_cat.;To;;I"(rb_str_inspect);T;[o;;[I" ditto.;TS; ; i; I";Mon Jan 7 01:36:49 2008 Tanaka Akira ;T@ o; ;;;[o;;I"string.c (coderange_scan);T;[o;;[I" optimize ASCII-8BIT string.;To;;I"(rb_enc_str_buf_cat);T;[o;;[I"+don't call coderange_scan if possible.;TS; ; i; I";Mon Jan 7 01:05:45 2008 Tanaka Akira ;T@ o; ;;;[o;;I"lib/erb.rb (ERB::Revision);T;[o;;[I"5cut off locale dependent string in Date keyword.;TS; ; i; I";Mon Jan 7 00:48:02 2008 Tanaka Akira ;T@ o; ;;;[o;;I"SDate keyword removed to avoid inclusion of locale dependent string. [ruby-dev;T;[o;;[I" 32940];TS; ; i; I"2008-01-06;T@ S; ; i; I";Sun Jan 6 21:14:12 2008 Tanaka Akira ;T@ o; ;;;[o;;I"!re.c (rb_reg_initialize_str);T;[o;;[I"Sforbid raw non ASCII character for ASCII-8BIT regexp in non ASCII-8BIT script.;TS; ; i; I";Sun Jan 6 18:19:12 2008 Tanaka Akira ;T@ o; ;;;[o;;I"1include/ruby/encoding.h (rb_enc_str_buf_cat);T;[o;;[I"declared.;To;;I"string.c (coderange_scan);T;[o;;[I")extracted from rb_enc_str_coderange.;To;;I"(rb_enc_str_coderange);T;[o;;[I"use coderange_scan.;To;;I"(rb_str_shared_replace);T;[o;;[I"!copy encoding and coderange.;To;;I"(rb_enc_str_buf_cat);T;[o;;[I"Jnew function for linear complexity string accumulation with encoding.;To;;I"(rb_str_sub_bang);T;[o;;[I"5don't conflict substituted part and replacement.;To;;I"(str_gsub);T;[o;;[I"use rb_enc_str_buf_cat.;To;;I"(rb_str_clear);T;[o;;[I"clear coderange.;To;;I"re.c (rb_reg_regsub);T;[o;;[I"use rb_enc_str_buf_cat.;TS; ; i; I"ISun Jan 6 17:55:44 2008 Technorama Ltd. ;T@ o; ;;;[o;;I"lib/securerandom.rb;T;[o;;[I"Add Win32 support.;TS; ; i; I"ASun Jan 6 09:32:58 2008 Tadayoshi Funaba ;T@ o; ;;;[o;;I"$lib/date.rb, lib/date/format.rb;T;[o;;[I"introduced some constants;To;;0;[o;;[0o;;I"sample/cal.rb;T;[o;;[I"trivial adjustments.;TS; ; i; I";Sun Jan 6 01:38:07 2008 Tanaka Akira ;T@ o; ;;;[o;;I"!re.c (rb_reg_initialize_str);T;[o;;[I"?/\x80/n is not an error even if script encoding is EUC-JP.;TS; ; i; I"BSun Jan 6 00:48:12 2008 NARUSE, Yui ;T@ o; ;;;[o;;I"-lib/resolv.rb (Resolv::DNS#each_address);T;[o;;[I"8get A record and then AAAA record. [ruby-dev:32925];TS; ; i; I"2008-01-05;T@ S; ; i; I";Sat Jan 5 21:48:03 2008 Tanaka Akira ;T@ o; ;;;[o;;I"*vm_insnhelper.c (vm_callee_setup_arg);T;[o;;[I"0it is not inlinable because alloca is used.;TS; ; i; I"ESat Jan 5 16:50:48 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"string.c (rb_str_resize);T;[o;;[I"4copy if old data is not empty [ruby-core:14785];TS; ; i; I"ESat Jan 5 13:04:24 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"ruby.c (proc_options);T;[o;;[I"%no need for intermediate object.;TS; ; i; I";Sat Jan 5 11:48:19 2008 Tanaka Akira ;T@ o; ;;;[o;;I"encoding.c (Init_Encoding);T;[o;;[I"Qalias csWindows31J to Windows-31J. IE6 accepts csWindows31J but Windows-31J.;TS; ; i; I";Sat Jan 5 02:21:10 2008 Tanaka Akira ;T@ o; ;;;[o;;I"$include/ruby/ruby.h (rb_intern);T;[o;;[I"imemorize interned ID for constant string, using gcc's __builtin_constant_p and statement expression.;TS; ; i; I"GSat Jan 5 02:14:45 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"string.c (trnext);T;[o;;[I"$should enable backslash escape.;TS; ; i; I"GSat Jan 5 01:50:32 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"eval.c (Init_eval);T;[o;;[I"Lmove instance_eval and instance_exec to BasicObject. [ruby-core:14747];To;;I"lib/delegate.rb;T;[o;;[I"0should preserve new methods in BasicObject.;TS; ; i; I"GSat Jan 5 01:46:29 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"ruby.c (proc_options);T;[o;;[I"-update according to the last API revert.;TS; ; i; I"ESat Jan 5 01:30:30 2008 Nobuyoshi Nakada ;T@ o; ;;;[ o;;I"-include/ruby/intern.h, re.c (rb_reg_new);T;[o;;[I"3keep interface same as 1.8. [ruby-core:14583];To;;I"1include/ruby/intern.h, re.c (rb_reg_new_str);T;[o;;[I"Orenamed, and defines HAVE_RB_REG_NEW_STR macro to tell if it is available.;To;;I"-include/ruby/encoding.h (rb_enc_reg_new);T;[o;;[I" added.;To;;I"0insns.def (toregexp), marshal.c (r_object0);T;[o;;[I"use rb_reg_new_str().;To;;I"*re.c (rb_reg_regcomp, rb_reg_s_union);T;[o;;[I" ditto.;TS; ; i; I"2008-01-04;T@ S; ; i; I"EFri Jan 4 23:08:48 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"time.c (time_arg);T;[o;;[I"-use converted object. [ruby-core:14759];TS; ; i; I";Fri Jan 4 16:24:58 2008 Tanaka Akira ;T@ o; ;;;[o;;I";T@ o; ;;;[o;;I"re.c (rb_reg_prepare_re);T;[o;;[I"Hcheck string encoding. Oniguruma doesn't support invalid encoding.;TS; ; i; I"GFri Jan 4 10:22:25 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"re.c (rb_reg_search);T;[o;;[I")avoid inner loop for reverse search.;To;;I"regexec.c;T;[o;;[I"funset USE_MATCH_RANGE_MUST_BE_INSIDE_OF_SPECIFIED_RANGE which is turned on since oniguruma 5.9.1.;TS; ; i; I";Fri Jan 4 02:53:31 2008 Tanaka Akira ;T@ o; ;;;[o;;I"enc/euc_jp.c;T;[o;;[I"sremove eucjp_ prefix. breakpoint can be specified as euc_jp.c:mbc_enc_len. avoid needless conflict by merge.;To;;I"enc/sjis.c;T;[o;;[I"remove sjis_ prefix.;To;;I"enc/utf8.c;T;[o;;[I"remove utf8_ prefix.;To;;I"enc/iso_8859_1.c;T;[o;;[I"remove iso_8859_1_ prefix.;To;;I"enc/iso_8859_2.c;T;[o;;[I"remove iso_8859_2_ prefix.;To;;I"enc/iso_8859_3.c;T;[o;;[I"remove iso_8859_3_ prefix.;To;;I"enc/iso_8859_4.c;T;[o;;[I"remove iso_8859_4_ prefix.;To;;I"enc/iso_8859_5.c;T;[o;;[I"remove iso_8859_5_ prefix.;To;;I"enc/iso_8859_6.c;T;[o;;[I"remove iso_8859_6_ prefix.;To;;I"enc/iso_8859_7.c;T;[o;;[I"remove iso_8859_7_ prefix.;To;;I"enc/iso_8859_8.c;T;[o;;[I"remove iso_8859_8_ prefix.;To;;I"enc/iso_8859_9.c;T;[o;;[I"remove iso_8859_9_ prefix.;To;;I"enc/iso_8859_10.c;T;[o;;[I" remove iso_8859_10_ prefix.;To;;I"enc/iso_8859_11.c;T;[o;;[I" remove iso_8859_11_ prefix.;To;;I"enc/iso_8859_13.c;T;[o;;[I" remove iso_8859_13_ prefix.;To;;I"enc/iso_8859_14.c;T;[o;;[I" remove iso_8859_14_ prefix.;To;;I"enc/iso_8859_15.c;T;[o;;[I" remove iso_8859_15_ prefix.;To;;I"enc/iso_8859_16.c;T;[o;;[I" remove iso_8859_16_ prefix.;TS; ; i; I";Fri Jan 4 02:47:06 2008 Tanaka Akira ;T@ o; ;;;[o;;I"re.c (rb_reg_search);T;[o;;[I")iterate onig_match for reverse mode.;TS; ; i; I"EFri Jan 4 01:20:21 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I" win32.h;T;[o;;[I"@only VC6 needs extern "C++" for math.h. [ruby-talk:285660];TS; ; i; I"GFri Jan 4 00:54:43 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"include/ruby/oniguruma.h;T;[o;;[I"Oniguruma 5.9.1 merged.;TS; ; i; I";Fri Jan 4 00:20:47 2008 Tanaka Akira ;T@ o; ;;;[o;;I"io.c (io_ungetc);T;[o;;[I"Amove data in buffer if it is required to store the argument.;TS; ; i; I"2008-01-03;T@ S; ; i; I";Thu Jan 3 21:56:07 2008 Tanaka Akira ;T@ o; ;;;[o;;I"(include/ruby/ruby.h (st_strcasecmp);T;[o;;[I"declared for STRCASECMP.;To;;I"(st_strncasecmp);T;[o;;[I"declared for STRNCASECMP.;TS; ; i; I"=Thu Jan 3 20:24:48 2008 Koichi Sasada ;T@ o; ;;;[o;;I"eval_jump.c (rb_f_catch);T;[o;;[I")Restore cfp if caught thrown object.;TS; ; i; I"=Thu Jan 3 19:45:57 2008 Koichi Sasada ;T@ o; ;;;[o;;I"1bootstraptest/test_eval.rb, test_knownbug.rb;T;[o;;[I"move a fixed test.;TS; ; i; I";Thu Jan 3 18:39:12 2008 Tanaka Akira ;T@ o; ;;;[o;;I"encoding.c;T;[o;;[I"2(rb_tolower, rb_toupper): body was exchanged.;TS; ; i; I";Thu Jan 3 17:54:01 2008 Tanaka Akira ;T@ o; ;;;[o;;I"+regenc.h (onigenc_ascii_is_code_ctype);T;[o;;[I"put back.;TS; ; i; I";Thu Jan 3 17:33:09 2008 Tanaka Akira ;T@ o; ;;;[>o;;I"encoding.c (rb_isalnum);T;[o;;[I" defined.;To;;I"(rb_isalpha);T;[o;;[I" ditto.;To;;I"(rb_isblank);T;[o;;[I" ditto.;To;;I"(rb_iscntrl);T;[o;;[I" ditto.;To;;I"(rb_isdigit);T;[o;;[I" ditto.;To;;I"(rb_isgraph);T;[o;;[I" ditto.;To;;I"(rb_islower);T;[o;;[I" ditto.;To;;I"(rb_isprint);T;[o;;[I" ditto.;To;;I"(rb_ispunct);T;[o;;[I" ditto.;To;;I"(rb_isspace);T;[o;;[I" ditto.;To;;I"(rb_isupper);T;[o;;[I" ditto.;To;;I"(rb_isxdigit);T;[o;;[I" ditto.;To;;I"(rb_tolower);T;[o;;[I" ditto.;To;;I"(rb_toupper);T;[o;;[I" ditto.;To;;I"include/ruby/ruby.h;T;[o;;[I"+don't include include/ruby/encoding.h.;To;;I"(rb_isascii);T;[o;;[I" defined.;To;;I"(rb_isalnum);T;[o;;[I"declared.;To;;I"(rb_isalpha);T;[o;;[I" ditto.;To;;I"(rb_isblank);T;[o;;[I" ditto.;To;;I"(rb_iscntrl);T;[o;;[I" ditto.;To;;I"(rb_isdigit);T;[o;;[I" ditto.;To;;I"(rb_isgraph);T;[o;;[I" ditto.;To;;I"(rb_islower);T;[o;;[I" ditto.;To;;I"(rb_isprint);T;[o;;[I" ditto.;To;;I"(rb_ispunct);T;[o;;[I" ditto.;To;;I"(rb_isspace);T;[o;;[I" ditto.;To;;I"(rb_isupper);T;[o;;[I" ditto.;To;;I"(rb_isxdigit);T;[o;;[I" ditto.;To;;I"(rb_tolower);T;[o;;[I" ditto.;To;;I"(rb_toupper);T;[o;;[I" ditto.;To;;I"(ISASCII);T;[o;;[I"simplified.;To;;I"(ISPRINT);T;[o;;[I" ditto.;To;;I"(ISSPACE);T;[o;;[I" ditto.;To;;I"(ISUPPER);T;[o;;[I" ditto.;To;;I"(ISLOWER);T;[o;;[I" ditto.;To;;I"(ISALNUM);T;[o;;[I" ditto.;To;;I"(ISALPHA);T;[o;;[I" ditto.;To;;I"(ISDIGIT);T;[o;;[I" ditto.;To;;I"(ISXDIGIT);T;[o;;[I" ditto.;To;;I"(TOUPPER);T;[o;;[I" ditto.;To;;I"(TOLOWER);T;[o;;[I" ditto.;To;;I")include/ruby/encoding.h (rb_isascii);T;[o;;[I" removed.;To;;I"(rb_isalnum);T;[o;;[I" ditto.;To;;I"(rb_isalpha);T;[o;;[I" ditto.;To;;I"(rb_isblank);T;[o;;[I" ditto.;To;;I"(rb_iscntrl);T;[o;;[I" ditto.;To;;I"(rb_isdigit);T;[o;;[I" ditto.;To;;I"(rb_isgraph);T;[o;;[I" ditto.;To;;I"(rb_islower);T;[o;;[I" ditto.;To;;I"(rb_isprint);T;[o;;[I" ditto.;To;;I"(rb_ispunct);T;[o;;[I" ditto.;To;;I"(rb_isspace);T;[o;;[I" ditto.;To;;I"(rb_isupper);T;[o;;[I" ditto.;To;;I"(rb_isxdigit);T;[o;;[I" ditto.;To;;I"(rb_tolower);T;[o;;[I" ditto.;To;;I"(rb_toupper);T;[o;;[I" ditto.;To;;I"common.mk;T;[o;;[I"dependency updated.;TS; ; i; I";Thu Jan 3 15:10:26 2008 Tanaka Akira ;T@ o; ;;;[o;;I")include/ruby/encoding.h (rb_isascii);T;[o;;[I"simplified.;To;;I"(rb_isalnum);T;[o;;[I";T@ o; ;;;[o;;I"#parse.y (parser_magic_comment);T;[o;;[I"use STRNCASECMP.;To;;I"(set_file_encoding);T;[o;;[I" ditto.;TS; ; i; I";Thu Jan 3 11:44:37 2008 Tanaka Akira ;T@ o; ;;;[o;;I" time.c;T;[o;;[I"2don't mention an obsolete library, ParseDate.;TS; ; i; I"EThu Jan 3 11:28:58 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"io.c (fptr_finalize);T;[o;;[I"+clear errno first. [ruby-talk:284492];TS; ; i; I";Thu Jan 3 05:02:36 2008 Tanaka Akira ;T@ o; ;;;[o;;I"enc/us_ascii.c;T;[o;;[I"Radd us_ascii_ prefix for functions to ease setting breakpoint when debugging.;To;;I"enc/euc_jp.c;T;[o;;[I"add eucjp_ prefix.;To;;I"enc/sjis.c;T;[o;;[I"add sjis_ prefix.;To;;I"enc/iso_8859_1.c;T;[o;;[I"add iso_8859_1_ prefix.;To;;I"enc/iso_8859_2.c;T;[o;;[I"add iso_8859_2_ prefix.;To;;I"enc/iso_8859_3.c;T;[o;;[I"add iso_8859_3_ prefix.;To;;I"enc/iso_8859_4.c;T;[o;;[I"add iso_8859_4_ prefix.;To;;I"enc/iso_8859_5.c;T;[o;;[I"add iso_8859_5_ prefix.;To;;I"enc/iso_8859_6.c;T;[o;;[I"add iso_8859_6_ prefix.;To;;I"enc/iso_8859_7.c;T;[o;;[I"add iso_8859_7_ prefix.;TS; ; i; I";Thu Jan 3 02:44:34 2008 Tanaka Akira ;T@ o; ;;;[o;;I"bignum.c (conv_digit);T;[o;;[I"&use ISDIGIT, ISLOWER and ISUPPER.;TS; ; i; I"2008-01-02;T@ S; ; i; I";Wed Jan 2 23:50:15 2008 Tanaka Akira ;T@ o; ;;;[o;;I"util.c (ruby_strtoul);T;[o;;[I"}"0x", "+" and "-" is not a valid integer. end of integer should be just after "0", the beginning, the beginning respectively.;TS; ; i; I";Wed Jan 2 15:23:15 2008 Tanaka Akira ;T@ o; ;;;[o;;I"util.c (ruby_strtoul);T;[o;;[I"locale independent strtoul is implemented to avoid "i".to_i(36) cause 0 under tr_TR locale on Debian GNU/Linux 4.0 (Etch). This is newly implemented, not a copy of missing/strtoul.c.;To;;I"'include/ruby/ruby.h (ruby_strtoul);T;[o;;[I"declared.;To;;I"(STRTOUL);T;[o;;[I"!defined to use ruby_strtoul.;To;;I"*bignum.c, pack.c, ext/socket/socket.c;T;[o;;[I"use STRTOUL.;To;;I"configure.in (strtoul);T;[o;;[I"don't check.;To;;I"missing/strtoul.c;T;[o;;[I" removed.;To;;I"%include/ruby/missing.h (strtoul);T;[o;;[I" removed.;To;;I"common.mk (strtoul.o);T;[o;;[I" removed.;To;;I"LEGAL (missing/strtoul.c);T;[o;;[I" removed.;TS; ; i; I";Wed Jan 2 14:41:08 2008 Tanaka Akira ;T@ o; ;;;[ o;;I"common.mk (strcasecmp.o);T;[o;;[I" removed.;To;;I"(strncasecmp.o);T;[o;;[I" removed.;To;;I"(include/ruby/missing.h (strcasecmp);T;[o;;[I" removed.;To;;I"(strncasecmp);T;[o;;[I" removed.;TS; ; i; I";Wed Jan 2 11:34:57 2008 Tanaka Akira ;T@ o; ;;;[ o;;I"missing/strcasecmp.c;T;[o;;[I":removed. Ruby don't use locale dependent strcasecmp.;To;;I"missing/strncasecmp.c;T;[o;;[I" ditto.;To;;I"configure.in;T;[o;;[I",don't check strcasecmp and strncasecmp.;To;;I" LEGAL;T;[o;;[I";T@ o; ;;;[o;;I"sample/time.rb;T;[o;;[I"-use Process.times instead of Time.times.;TS; ; i; I"AWed Jan 2 09:09:53 2008 Tadayoshi Funaba ;T@ o; ;;;[o;;I"sample/goodfriday.rb;T;[o;;[I",examples for date are enough. retired.;TS; ; i; I"AWed Jan 2 08:58:54 2008 Tadayoshi Funaba ;T@ o; ;;;[o;;I"sample/cal.rb;T;[o;;[I"*just updated with the newest version.;TS; ; i; I";Wed Jan 2 01:19:31 2008 Tanaka Akira ;T@ o; ;;;[o;;I"enc/depend;T;[o;;[I"dependency updated.;TS; ; i; I"BWed Jan 2 00:14:41 2008 NARUSE, Yui ;T@ o; ;;;[ o;;I"(ext/nkf/nkf-utf8/{nkf.c, utf8tbl.c};T;[o;;[I"Update nkf.;To;;I"ext/nkf/nkf.c;T;[o;;[I"fix documents.;To;;I"ext/nkf/lib/kconv.rb;T;[o;;[I"fix documents.;To;;I"(Kconv.is*);T;[o;;[I"use valid_encoding?.;To;;I"(Kconv.isjis);T;[o;;[I" defined.;TS; ; i; I"2008-01-01;T@ S; ; i; I";Tue Jan 1 23:17:03 2008 Tanaka Akira ;T@ o; ;;;[o;;I"common.mk;T;[o;;[I"dependency updated.;TS; ; i; I";Tue Jan 1 21:11:33 2008 Tanaka Akira ;T@ o; ;;;[(o;;I")include/ruby/encoding.h (rb_isascii);T;[o;;[I" defined.;To;;I"(rb_isalnum);T;[o;;[I" ditto.;To;;I"(rb_isalpha);T;[o;;[I" ditto.;To;;I"(rb_isblank);T;[o;;[I" ditto.;To;;I"(rb_iscntrl);T;[o;;[I" ditto.;To;;I"(rb_isdigit);T;[o;;[I" ditto.;To;;I"(rb_isgraph);T;[o;;[I" ditto.;To;;I"(rb_islower);T;[o;;[I" ditto.;To;;I"(rb_isprint);T;[o;;[I" ditto.;To;;I"(rb_ispunct);T;[o;;[I" ditto.;To;;I"(rb_isspace);T;[o;;[I" ditto.;To;;I"(rb_isupper);T;[o;;[I" ditto.;To;;I"(rb_isxdigit);T;[o;;[I" ditto.;To;;I"(rb_tolower);T;[o;;[I" ditto.;To;;I"(rb_toupper);T;[o;;[I" ditto.;To;;I"&include/ruby/st.h (st_strcasecmp);T;[o;;[I"declared.;To;;I"(st_strncasecmp);T;[o;;[I" ditto.;To;;I"st.c (type_strcasehash);T;[o;;[I"-use st_strcasecmp instead of strcasecmp.;To;;I"(st_strcasecmp);T;[o;;[I" defined.;To;;I"(st_strncasecmp);T;[o;;[I" ditto.;To;;I"include/ruby/ruby.h;T;[o;;[I"%include include/ruby/encoding.h.;To;;I"(ISASCII);T;[o;;[I"use rb_isascii.;To;;I"(ISPRINT);T;[o;;[I"use rb_isprint.;To;;I"(ISSPACE);T;[o;;[I"use rb_isspace.;To;;I"(ISUPPER);T;[o;;[I"use rb_isupper.;To;;I"(ISLOWER);T;[o;;[I"use rb_islower.;To;;I"(ISALNUM);T;[o;;[I"use rb_isalnum.;To;;I"(ISALPHA);T;[o;;[I"use rb_isalpha.;To;;I"(ISDIGIT);T;[o;;[I"use rb_isdigit.;To;;I"(ISXDIGIT);T;[o;;[I"use rb_isxdigit.;To;;I"(TOUPPER);T;[o;;[I" defined.;To;;I"(TOLOWER);T;[o;;[I" ditto.;To;;I"(STRCASECMP);T;[o;;[I" ditto.;To;;I"(STRNCASECMP);T;[o;;[I" ditto.;To;;I"gdir.c, encoding.c, file.c, hash.c, process.c, ruby.c, time.c, transcode.c, ext/readline/readline.c;T;[o;;[I"9use locale insensitive functions. [ruby-core:14662];TS; ; i; I"ETue Jan 1 17:50:47 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"io.c (rb_io_mode_enc);T;[o;;[I"Bencoding spec is not allowed in binary mode. [ruby-dev:32913];TS; ; i; I"GTue Jan 1 14:41:56 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"lib/rexml;T;[o;;[I"1.9 patch from Sam Ruby mentioned in his blog: [ruby-core:14639];TS; ; i; I"GTue Jan 1 14:15:04 2008 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"string.c (rb_str_substr);T;[o;;[I"|offset movement bug. a patch from Vincent Isambart in [ruby-core:14647]. [ruby-core:14644];TS; ; i; I"ETue Jan 1 01:29:04 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I" encoding.c (rb_to_encoding);T;[o;;[I"Lraises for non-nil, non-encoding, non-string object. [ruby-core:14634];TS; ; i; I"ETue Jan 1 01:04:06 2008 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"ruby.c (process_options);T;[o;;[I"rejects dummy encoding.;TS; ; i; I"2007-12-31;T@ S; ; i; I"EMon Dec 31 23:53:55 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"+ruby.c (proc_options, process_options);T;[o;;[I"4delays finding encoding until load_path is set.;TS; ; i; I"EMon Dec 31 23:27:17 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"string.c (rb_str_resize);T;[o;;[I"-embeds if ptr is null. [ruby-dev:32819];TS; ; i; I"CMon Dec 31 23:17:22 2007 GOTOU Yuuzou ;T@ o; ;;;[o;;I"Flib/webrick/httpproxy.rb (WEBrick::HTTPProxyServer#proxy_service);T;[o;;[I"6call do_XXX which correspond with request method.;To;;I"A(WEBrick::HTTPProxyServer#do_CONNECT,do_GET,do_POST,do_HEAD);T;[o;;[I" added.;To;;I"#test/webrick/test_httpproxy.rb;T;[o;;[I"+add test for WEBrick::HTTPProxyServer.;TS; ; i; I"GMon Dec 31 22:53:29 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"$thread_pthread.c (native_sleep);T;[o;;[I"wtimespec tv_sec may overflow on some platform. a patch from zunda in [ruby-dev:32904].;TS; ; i; I";Mon Dec 31 19:35:20 2007 Tanaka Akira ;T@ o; ;;;[o;;I"string.c (IS_7BIT);T;[o;;[I" removed.;To;;I"(single_byte_optimizable);T;[o;;[I"Gnew function to test optimizationability using single byte string.;To;;I"(str_strlen);T;[o;;[I" singlebyte.;To;;I"(str_offset);T;[o;;[I" ditto.;To;;I"(rb_str_substr);T;[o;;[I"4use single_byte_optimizable instead of IS_7BIT.;To;;I"(rb_str_index);T;[o;;[I" ditto.;To;;I"(rb_str_rindex);T;[o;;[I" ditto.;To;;I"(rb_str_splice);T;[o;;[I" ditto.;To;;I"(rb_str_justify);T;[o;;[I" ditto.;TS; ; i; I"EMon Dec 31 07:39:31 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"&main.c, goruby.c (RUBY_MAIN_INIT);T;[o;;[I" removed.;To;;I"goruby.c (goruby_run_node);T;[o;;[I"Prun after ruby_init_loadpath() so that require works, and protect the call.;TS; ; i; I"EMon Dec 31 06:50:38 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"common.mk;T;[o;;[I"Bnot use -I$(srcdir)/lib with $(MINIRUBY) for cross compiling.;To;;I"6configure.in, {win,bcc}32/Makefile.sub (MINIRUBY);T;[o;;[I"-I$(srcdir)/lib moved.;TS; ; i; I"EMon Dec 31 06:08:34 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I">include/ruby/encoding.h (rb_enc_sprintf, rb_enc_vsprintf);T;[o;;[I"prototyped.;To;;I"0sprintf.c (rb_enc_sprintf, rb_enc_vsprintf);T;[o;;[I"5new functions to format arguments with encoding.;TS; ; i; I"2007-12-30;T@ S; ; i; I"BSun Dec 30 23:48:00 2007 NAKAMURA Usaku ;T@ o; ;;;[o;;I"golf_prelude.rb (String#/);T;[o;;[I"2define / as split, as association of Array#*.;TS; ; i; I"FSun Dec 30 23:19:06 2007 WATANABE Hirofumi ;T@ o; ;;;[o;;I""golf_prelude.rb (@@golf_hash);T;[o;;[I"!for performance improvement.;TS; ; i; I"ASun Dec 30 22:44:50 2007 Tadayoshi Funaba ;T@ o; ;;;[o;;I"lib/date.rb (_valid_time?);T;[o;;[I"gI'm not sure to recommend such an expression. but anyway it is acceptable now. [ruby-core:14580];TS; ; i; I"ESun Dec 30 21:54:26 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I""parse.y (program, yycompile0);T;[o;;[I"-too early to drop lex_lastline in rules.;TS; ; i; I"BSun Dec 30 19:23:23 2007 NAKAMURA Usaku ;T@ o; ;;;[o;;I"#bootstraptest/test_knownbug.rb;T;[o;;[I"support DOSISH.;TS; ; i; I"ESun Dec 30 17:43:54 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"encoding.c (Init_Encoding);T;[o;;[I"8registered rb_encoding differs from ONIG_ENCODINGs.;TS; ; i; I"ESun Dec 30 13:56:15 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"parse.y (program);T;[o;;[I"+clear input strings after all process.;To;;I")parse.y (parser_nextc, parser_yylex);T;[o;;[I"Ishould not drop lex_lastline while lex_p is valid. [ruby-dev:32896];TS; ; i; I"BSun Dec 30 10:54:49 2007 NARUSE, Yui ;T@ o; ;;;[ o;;I"configure.in;T;[o;;[I"rm largefile.h.;To;;I"common.mk;T;[o;;[I",clean golf, conf*, preludes, and so on.;To;;I"enc/depend;T;[o;;[I"$silent and ignore error for rm.;To;;I"enc/Makefile.in;T;[o;;[I"*should define prefix and exec_prefix.;TS; ; i; I"BSun Dec 30 06:31:11 2007 NAKAMURA Usaku ;T@ o; ;;;[o;;I"encoding.c (Init_encoding);T;[o;;[I"9register Windows-31J and its alias. [ruby-dev:32843];To;;I"ruby.c (proc_options);T;[o;;[I"2-Ks options means Windows-31J, not Shift_JIS.;TS; ; i; I"BSun Dec 30 06:27:38 2007 NAKAMURA Usaku ;T@ o; ;;;[o;;I"lib/mkmf.rb (depend_rules);T;[o;;[I";T@ o; ;;;[o;;I"enc/Makefile.in (DLDFLAGS);T;[o;;[I"+like as extensions. [ruby-core:14567];TS; ; i; I"2007-12-29;T@ S; ; i; I";Sat Dec 29 23:48:13 2007 Tanaka Akira ;T@ o; ;;;[o;;I"io.c (io_fflush);T;[o;;[I"5don't retry when wbuf modified by other threads.;TS; ; i; I"ESat Dec 29 22:44:30 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"re.c (rb_reg_regsub);T;[o;;[I"8returns the given string itself if nothing changed.;To;;I"string.c (rb_str_sub_bang);T;[o;;[I""keeps code-range as possible.;To;;I"string.c (str_gsub);T;[o;;[I"+adjusts code-range. [ruby-core:14566];TS; ; i; I"ESat Dec 29 21:54:37 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I",common.mk (clean, distclean, realclean);T;[o;;[I";should include clean-enc and others. [ruby-dev:32887];TS; ; i; I";Sat Dec 29 13:29:29 2007 Tanaka Akira ;T@ o; ;;;[o;;I"#bootstraptest/test_knownbug.rb;T;[o;;[I"add a test reported by Kazuhiro NISHIYAMA. [ruby-dev:32819]. add a test reported by Frederick Cheung. [ruby-core:14556].;To;;I"'test/ruby/test_m17n.rb (test_gsub);T;[o;;[I"8add a test reported by Sam Ruby. [ruby-core:14566];TS; ; i; I"CSat Dec 29 04:46:58 2007 GOTOU Yuuzou ;T@ o; ;;;[o;;I"Glib/test/unit/assertions.rb (Test::Unit::Assertions#assert_throws);T;[o;;[I"Jthrow won't raise NameError nor ThreadError but ArgumentError on 1.9.;To;;I"/(Test::Unit::Assertions#assert_not_throws);T;[o;;[I" ditto.;To;;I"%test/testunit/test_assertions.rb;T;[o;;[I"@add assertions for throwing some objects other than Symbol.;TS; ; i; I"BSat Dec 29 03:10:12 2007 NAKAMURA Usaku ;T@ o; ;;;[o;;I"io.c (io_unread);T;[o;;[I"fix typo.;TS; ; i; I"BSat Dec 29 02:18:45 2007 NAKAMURA Usaku ;T@ o; ;;;[o;;I"io.c (io_unread);T;[o;;[I"~adhoc workaround for non-binary mode of some DOSish platforms. this is not perfect and safety, but works with most cases.;TS; ; i; I"2007-12-28;T@ S; ; i; I";Fri Dec 28 23:53:18 2007 Tanaka Akira ;T@ o; ;;;[ o;;I"$ext/strscan/strscan.c (str_new);T;[o;;[I"Cnew function for allocate an string with encoding propagation.;To;;I"(extract_range);T;[o;;[I"use str_new.;To;;I"(extract_beg_len);T;[o;;[I" ditto.;To;;I"(strscan_peek);T;[o;;[I" ditto.;To;;I"(strscan_rest);T;[o;;[I" ditto.;TS; ; i; I"FFri Dec 28 20:18:42 2007 WATANABE Hirofumi ;T@ o; ;;;[o;;I"!golf_prelude.rb (Object.say);T;[o;;[I"derived from Perl 5.10.;TS; ; i; I"BFri Dec 28 19:39:34 2007 NAKAMURA Usaku ;T@ o; ;;;[ o;;I"$encoding.c (rb_locale_encoding);T;[o;;[I"8should check return value from rb_locale_charmap().;To;;I"ruby.c (locale_encoding);T;[o;;[I" removed.;To;;I"ruby.c (process_options);T;[o;;[I";use rb_locale_encoding() instead of locale_encoding().;To;;I"0ext/readline/readline.c (readline_readline);T;[o;;[I"Iuse locale encoding instead of input IO's encoding. [ruby-dev:32872];TS; ; i; I"BFri Dec 28 19:29:07 2007 NAKAMURA Usaku ;T@ o; ;;;[o;;I"Fext/readline/readline.c (readline_readline, readline_s_set_input);T;[o;;[I";T@ o; ;;;[o;;I"$encoding.c (rb_locale_encoding);T;[o;;[I" defined.;To;;I"1include/ruby/encoding.h (rb_locale_encoding);T;[o;;[I"declared.;TS; ; i; I"BFri Dec 28 18:45:29 2007 NAKAMURA Usaku ;T@ o; ;;;[o;;I"0ext/readline/readline.c (readline_readline);T;[o;;[I"set encoding to result.;To;;I"Bext/readline/readline.c (readline_s_set_input, Init_readline);T;[o;;[I"/save input IO to hidden instance variable.;TS; ; i; I";Fri Dec 28 17:33:44 2007 Tanaka Akira ;T@ o; ;;;[o;;I"time.c (make_time_t);T;[o;;[I"%verify mktime and timegm result.;TS; ; i; I"@Fri Dec 28 16:36:33 2007 NARUSE, Yui ;T@ o; ;;;[o;;I"-lib/resolv.rb (Resolv::DNS#each_address);T;[o;;[I"now returns IPv6 address.;TS; ; i; I"AFri Dec 28 16:10:00 2007 Eric Hodel ;T@ o; ;;;[o;;I"lib/rdoc/dot/dot.rb;T;[o;;[I".Move to lib/rdoc/dot.rb. Fix namespacing.;To;;I"lib/rdoc/diagram.rb;T;[o;;[I"Update for 1.9.;TS; ; i; I"AFri Dec 28 15:38:29 2007 Eric Hodel ;T@ o; ;;;[o;;I"lib/rdoc/markup/sample/;T;[o;;[I"*Move to sample/rdoc/markup directory.;TS; ; i; I"@Fri Dec 28 15:15:12 2007 Akinori MUSHA ;T@ o; ;;;[o;;I"lib/irb/completion.rb;T;[o;;[I"Remove garbage ("X=1").;TS; ; i; I"AFri Dec 28 15:12:05 2007 Eric Hodel ;T@ o; ;;;[o;;I"lib/rdoc, test/rdoc;T;[o;;[I"!Move RDoc tests out of lib/.;TS; ; i; I"EFri Dec 28 15:10:47 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"6encoding.c (set_base_encoding, enc_base_encoding);T;[o;;[I"-renamed based_encoding as base_encoding.;TS; ; i; I"BFri Dec 28 13:57:49 2007 NAKAMURA Usaku ;T@ o; ;;;[o;;I"#golf_prelude.rb (Integer#each);T;[o;;[I"use alias simply.;TS; ; i; I"@Fri Dec 28 13:45:21 2007 Akinori MUSHA ;T@ o; ;;;[o;;I"+golf_prelude.rb (Object.const_missing);T;[o;;[I"RNo need to delegate to superclass. Just raise a NameError when none matches.;TS; ; i; I"?Fri Dec 28 13:18:47 2007 Kouhei Sutou ;T@ o; ;;;[o;;I"-lib/rss/rss.rb, test/rss/test_version.rb;T;[o;;[I"0.2.2 -> 0.2.3.;To;;I"/lib/rss/parser.rb, test/rss/test_parser.rb;T;[o;;[I"=supported "-" in tag name. Reported by Ray Chen. Thanks.;TS; ; i; I"EFri Dec 28 13:07:31 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"gc.c (os_obj_of);T;[o;;[I"{returns an enumerator if no block given. based on a patch from Yugui . [ruby-dev:32828];TS; ; i; I"EFri Dec 28 11:46:04 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"tool/ytab.sed;T;[o;;[I"Vskip yydestruct hack unless yymsg exists, for bison 1.8 series. [ruby-dev:32825];TS; ; i; I"BFri Dec 28 11:39:02 2007 NAKAMURA Usaku ;T@ o; ;;;[o;;I"#golf_prelude.rb (Object.quine);T;[o;;[I"Eneed to join because SCRIPT_LINES__[] returns an array of lines.;TS; ; i; I"BFri Dec 28 11:16:53 2007 NAKAMURA Usaku ;T@ o; ;;;[o;;I"#golf_prelude.rb (Object.quine);T;[o;;[I"get the script itself.;TS; ; i; I"@Fri Dec 28 10:06:54 2007 Akinori MUSHA ;T@ o; ;;;[o;;I"+golf_prelude.rb (Object.const_missing);T;[o;;[I"Auto-complete constants.;TS; ; i; I"EFri Dec 28 01:55:04 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"%transcode.c (transcode_dispatch);T;[o;;[I"+allows transcoding from/to ASCII-8BIT.;TS; ; i; I"BFri Dec 28 01:47:25 2007 NAKAMURA Usaku ;T@ o; ;;;[o;;I"golf_prelude.rb (Integer);T;[o;;[I")Integer is now enumerable on goruby.;TS; ; i; I";Fri Dec 28 01:27:47 2007 Tanaka Akira ;T@ o; ;;;[o;;I"#lib/rdoc/rdoc.rb (parse_files);T;[o;;[I"3don't depend on the default external encoding.;TS; ; i; I"BFri Dec 28 00:01:57 2007 NAKAMURA Usaku ;T@ o; ;;;[o;;I"common.mk (golf_prelude.c);T;[o;;[I"[use MINIRUBY instead of BASERUBY because tool/compile_prelude.rb requires rbconfig.rb.;TS; ; i; I"2007-12-27;T@ S; ; i; I"EThu Dec 27 23:56:01 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"mkconfig.rb;T;[o;;[I"Pshould not use the libraries under the source directory at cross compiling.;TS; ; i; I"EThu Dec 27 23:43:35 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"$cygwin/GNUmakefile.in (EXTOBJS);T;[o;;[I"2uses ruby.rc always for other than rubyw.exe.;TS; ; i; I"BThu Dec 27 22:31:37 2007 NAKAMURA Usaku ;T@ o; ;;;[o;;I"Alib/rubygems/commands/update_command.rb (do_rubygems_update);T;[o;;[I"{use portable and safely ENV operation. reported in .;TS; ; i; I"BThu Dec 27 21:47:04 2007 NAKAMURA Usaku ;T@ o; ;;;[o;;I"mkconfig.rb (prefix);T;[o;;[I"sarchdir is "1.9.0", not "1.9". reported in .;TS; ; i; I";Thu Dec 27 17:57:30 2007 Tanaka Akira ;T@ o; ;;;[o;;I"{parse.y, transcode_data.h, transcode.c, lib/weakref.rb, lib/irb/ruby-lex.rb, lib/irb/lc/error.rb, enc/trans/japanese.c;T;[o;;[I"Lchange "illegal" to "invalid" in a context which doesn't against a law.;TS; ; i; I";Thu Dec 27 16:37:06 2007 Tanaka Akira ;T@ o; ;;;[o;;I"re.c (rb_reg_s_union);T;[o;;[I"%show encodings in error message.;TS; ; i; I";Thu Dec 27 15:25:16 2007 Tanaka Akira ;T@ o; ;;;[o;;I" encoding.c (rb_enc_codelen);T;[o;;[I"%show codepoint in error message.;To;;I"-include/ruby/encoding.h (rb_enc_codelen);T;[o;;[I")comment it returns positive integer.;To;;I"string.c (rb_str_concat);T;[o;;[I"%rb_enc_codelen doesn't return 0.;TS; ; i; I";Thu Dec 27 15:18:44 2007 Tanaka Akira ;T@ o; ;;;[o;;I" encoding.c (rb_enc_codelen);T;[o;;[I"error message refined.;TS; ; i; I";Thu Dec 27 15:11:27 2007 Tanaka Akira ;T@ o; ;;;[o;;I"encoding.c (rb_enc_check);T;[o;;[I"%show encodings in error message.;TS; ; i; I"EThu Dec 27 15:02:52 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"string.c (rb_str_casecmp);T;[o;;[I"4fixed using a wrong variable. [ruby-list:44402];TS; ; i; I";Thu Dec 27 14:34:38 2007 Tanaka Akira ;T@ o; ;;;[o;;I"io.c (io_fflush);T;[o;;[I"Lchecks wbuf modification by other threads. not perfect. it need locks.;TS; ; i; I"GThu Dec 27 10:44:03 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"ext/socket/socket.c;T;[o;;[I"\a patch to support IRIX from Andrew Thompson in [ruby-core:14447].;TS; ; i; I"BThu Dec 27 02:25:45 2007 NAKAMURA Usaku ;T@ o; ;;;[o;;I" lib/mkmf.rb (create_tmpsrc);T;[o;;[I"Tretry to create file if Errno::EACCES occurs. this is a workaround for mswin32.;TS; ; i; I"2007-12-26;T@ S; ; i; I"AWed Dec 26 22:47:31 2007 NARUSE, Yui ;T@ o; ;;;[o;;I")lib/resolv.rb (Resolv::DNS::Name.==);T;[o;;[I"7fix for other is array of Resolv::DNS::Label::Str.;To;;I":lib/resolv.rb (Resolv::DNS::MessageEncoder#put_label);T;[o;;[I"3String#string is not defined, so replace to_s.;To;;I")lib/resolv.rb (Resolv::IPv6#to_name);T;[o;;[I"&ip6.int is obsoleted by ip6.arpa.;TS; ; i; I"AWed Dec 26 21:27:02 2007 Tadayoshi Funaba ;T@ o; ;;;[o;;I"$lib/date/format.rb (_xmlschema);T;[o;;[I"some improvements.;To;;I" lib/date/format.rb (_parse);T;[o;;[I"(a new hint compfunc. [experimental];TS; ; i; I";Wed Dec 26 17:31:08 2007 Tanaka Akira ;T@ o; ;;;[o;;I"io.c (io_fflush);T;[o;;[I"Hcheck closed fptr after rb_write_internal to avoid SEGV on MacOS X.;TS; ; i; I"EWed Dec 26 16:10:17 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"string.c (Init_String);T;[o;;[I"defines chars method.;TS; ; i; I"BWed Dec 26 14:38:43 2007 NAKAMURA Usaku ;T@ o; ;;;[o;;I"instruby.rb;T;[o;;[I"install goruby if exists.;TS; ; i; I"IWed Dec 26 13:55:02 2007 James Edward Gray II ;T@ o; ;;;[o;;I"lib/csv.rb;T;[o;;[I"/Cleaned up some code with Ruby 1.9 idioms.;TS; ; i; I"EWed Dec 26 13:29:35 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"array.c (tmpbuf);T;[o;;[I"use rb_str_tmp_new().;TS; ; i; I"EWed Dec 26 00:57:53 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"8ext/json/ext/generator/generator.c (Init_generator);T;[o;;[I"requires json/common.rb for GeneratorError, when static linked. a patch from Kenta Murata in [ruby-dev:32789].;TS; ; i; I"2007-12-25;T@ S; ; i; I"GTue Dec 25 23:33:55 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;0;[o;;[0S; ; i; I"GTue Dec 25 23:25:29 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I",lib/rexml/node.rb (REXML::Node::indent);T;[o;;[I"kshould initialize rv variable. a patch from Tadayoshi Funaba in [ruby-dev:32783].;TS; ; i; I"ETue Dec 25 23:16:01 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"ruby.c (proc_options);T;[o;;[I"rencoding option in shebang and RUBYOPT did not work, do not store alloca()ed string in a parent scope struct.;TS; ; i; I"BTue Dec 25 22:56:52 2007 NAKAMURA Usaku ;T@ o; ;;;[o;;I"'win32/Makefile.sub (config.status);T;[o;;[I"keep this file.;TS; ; i; I"ETue Dec 25 22:55:42 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"!configure.in (TIMEZONE_VOID);T;[o;;[I" typo.;TS; ; i; I"=Tue Dec 25 22:45:10 2007 Koichi Sasada ;T@ o; ;;;[o;;I"insns2vm.rb;T;[o;;[I"$add encoding option to shebang.;TS; ; i; I"=Tue Dec 25 22:13:51 2007 Koichi Sasada ;T@ o; ;;;[o;;I"bootstraptest/pending.rb;T;[o;;[I"add pending issue.;TS; ; i; I"=Tue Dec 25 22:12:40 2007 Koichi Sasada ;T@ o; ;;;[o;;I" thread.c;T;[o;;[I"remove Thread.critical(=).;TS; ; i; I"ETue Dec 25 21:44:50 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"tool/make-snapshot;T;[o;;[I"add version number.;TS; ; i; I"=Tue Dec 25 21:32:54 2007 Koichi Sasada ;T@ o; ;;;[o;;I""compile.c (iseq_compile_each);T;[o;;[I" fix stack consistency error;To;;0;[o;;[0o;;I"3bootstraptest/test_knownbug.rb, test_syntax.rb;T;[o;;[I"move fixed test.;TS; ; i; I";Tue Dec 25 21:32:44 2007 Tanaka Akira ;T@ o; ;;;[o;;I"#parse.y (struct parser_params);T;[o;;[I"make parser_ruby_sourcefile common field. it is used by node_newnode. new field parser_ruby_sourcefile_string for ripper.;To;;I"(parser_initialize);T;[o;;[I"1initialize parser_ruby_sourcefile in ripper.;To;;I"(ripper_initialize);T;[o;;[I".initialize parser_ruby_sourcefile_string.;TS; ; i; I"ETue Dec 25 21:26:09 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"common.mk (parse.c);T;[o;;[I"depends on tool/ytab.sed.;To;;I"tool/ytab.sed;T;[o;;[I"hack for bison 2.1.;TS; ; i; I"ITue Dec 25 20:24:58 2007 Technorama Ltd. ;T@ o; ;;;[o;;I"ext/openssl/ossl_ssl.c;T;[o;;[I"EOnly show a warning if the default DH callback is actually used.;To;;I"ext/openssl/ossl_rand.c;T;[o;;[I"New method: random_add().;TS; ; i; I"ETue Dec 25 20:24:48 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"tool/make-snapshot;T;[o;;[I"4argument check, and cleanup exported directory.;TS; ; i; I"FTue Dec 25 20:07:13 2007 WATANABE Hirofumi ;T@ o; ;;;[o;;I"tool/make-snapshot;T;[o;;[I"more portable.;TS; ; i; I"ETue Dec 25 19:01:04 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I")encoding.h (rb_enc_mbc_to_codepoint);T;[o;;[I"'wrapper for ONIGENC_MBC_TO_CODE().;To;;I"string.c (rb_str_succ);T;[o;;[I"*deal with invalid sequence as binary.;TS; ; i; I"=Tue Dec 25 18:40:46 2007 Koichi Sasada ;T@ o; ;;;[o;;I" iseq.c;T;[o;;[I"Call methods need $SAFE < 1. vm.c: comment out debug functions.;TS; ; i; I"GTue Dec 25 18:37:42 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"io.c (appendline);T;[o;;[I"-move RS comparison to rb_io_getline_1().;TS; ; i; I";Tue Dec 25 18:27:51 2007 Tanaka Akira ;T@ o; ;;;[o;;I" string.c (rb_str_each_line);T;[o;;[I"3don't call rb_enc_codepoint with empty string.;TS; ; i; I";Tue Dec 25 18:06:04 2007 Tanaka Akira ;T@ o; ;;;[o;;I"string.c (rb_str_inspect);T;[o;;[I"Edon't call rb_enc_codepoint with empty string. fix '#'.inspect.;To;;I""encoding.c (rb_enc_codepoint);T;[o;;[I"raise on empty string.;TS; ; i; I"ATue Dec 25 17:48:28 2007 Shugo Maeda ;T@ o; ;;;[o;;I"(vm.c (rb_frame_method_id_and_class);T;[o;;[I"Fnew function to get the method id and class of the current frame.;TS; ; i; I"@Tue Dec 25 17:32:04 2007 Akinori MUSHA ;T@ o; ;;;[o;;I""lib/mkmf.rb (create_makefile);T;[o;;[I"Add a missing dependency on the target directory for each .rb file. This will hopefully fix parallel make (-jN). Tested on FreeBSD.;TS; ; i; I"ETue Dec 25 16:51:07 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I";enc/trans/japanese.c (rb_{from,to}_{SHIFT_JIS,EUC_JP});T;[o;;[I",inversed from_encoding and to_encoding.;TS; ; i; I"BTue Dec 25 16:41:57 2007 NAKAMURA Usaku ;T@ o; ;;;[o;;I"golf_prelude.rb (h);T;[o;;[I"$add new method for all golfers.;TS; ; i; I"ETue Dec 25 16:37:12 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"(enc/trans/japanese.c (rb_to_EUC_JP);T;[o;;[I"fixed typo.;TS; ; i; I"BTue Dec 25 16:34:58 2007 NAKAMURA Usaku ;T@ o; ;;;[o;;I"ext/dl/depend;T;[o;;[I"'add dependencies. [ruby-dev:32760];TS; ; i; I"=Tue Dec 25 16:26:48 2007 Koichi Sasada ;T@ o; ;;;[o;;I""include/ruby/ruby.h, thread.c;T;[o;;[I">rename is_ruby_native_thread() to ruby_native_thread_p().;To;;I"ext/tk/tcltklib.c;T;[o;;[I"apply it.;TS; ; i; I"ETue Dec 25 16:15:15 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"common.mk (clean-enc);T;[o;;[I"clean encoding objects.;TS; ; i; I"ETue Dec 25 16:04:28 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I")common.mk, goruby.c, golf_prelude.rb;T;[o;;[I"for golfers.;To;;I"main.c (main);T;[o;;[I"%hook for embedding applications.;To;;I"tool/compile_prelude.rb;T;[o;;[I")can change initialize function name.;TS; ; i; I"ETue Dec 25 15:59:51 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"!encoding.c (rb_enc_register);T;[o;;[I":do not use based_encoding to check if dummy encoding.;TS; ; i; I"ETue Dec 25 15:55:14 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"string.c (rb_str_succ);T;[o;;[I"0fix for string with non-alphanumeric chars.;TS; ; i; I"GTue Dec 25 15:42:49 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"#io.c (rb_io_external_encoding);T;[o;;[I"Cshould return nil for pass-through write IO. [ruby-dev:32740];TS; ; i; I";Tue Dec 25 15:24:57 2007 Tanaka Akira ;T@ o; ;;;[o;;I"io.c (appendline);T;[o;;[I"initialize rslen to 1 if rsptr is 0. rslen is the length of the delimiter. if only delim is given, it should be 1. [ruby-dev:32746];TS; ; i; I"ETue Dec 25 15:21:33 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"%transcode.c (transcode_dispatch);T;[o;;[I"!fix for multistep transcode.;TS; ; i; I"BTue Dec 25 15:07:51 2007 NAKAMURA Usaku ;T@ o; ;;;[o;;I"/enc/trans/single_byte.c (Init_single_byte);T;[o;;[I" renamed.;TS; ; i; I"GTue Dec 25 15:00:33 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"enum.c (enum_yield);T;[o;;[I"Wwhen multiple values yielded from #each pack them into an array. [ruby-dev:32708];To;;I" enum.c;T;[o;;[I"Zall method but all?, any?, one? and none? passed packed multiple values to the block.;To;;I"enum.c (collect_all);T;[o;;[I"/should pack all values. [ruby-core:14410];TS; ; i; I"ETue Dec 25 14:57:00 2007 Nobuyoshi Nakada ;T@ o; ;;;[ o;;I"common.mk (COMMONOBJS);T;[o;;[I".transcode_data_*.c moved under enc/trans.;To;;I"5transcode_data.h (rb_transcoding, rb_transcoder);T;[o;;[I"prefixed.;To;;I"@transcode.c (rb_register_transcoder, rb_declare_transcoder);T;[o;;[I":split declaration and registration. [ruby-dev:32704];To;;I"%transcode.c (transcode_dispatch);T;[o;;[I"&autoload pre-declared transcoder.;To;;I" transcode.c (str_transcode);T;[o;;[I"$use rb_define_dummy_encoding().;To;;I"!transcode.c (Init_transcode);T;[o;;[I""initialize transcoder tables.;To;;I"2enc/trans/single_byte.c, enc/trans/japanese.c;T;[o;;[I"moved from top.;TS; ; i; I"GTue Dec 25 14:20:13 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"lib/mkmf.rb (map_dir);T;[o;;[I"0should generate path including $top_srcdir.;TS; ; i; I"ITue Dec 25 14:09:16 2007 James Edward Gray II ;T@ o; ;;;[o;;I"lib/csv.rb;T;[o;;[I"3Fixed test failures caused by changes to Ruby.;To;;I"Mtest/csv/tc_serialization, test/csv/tc_csv_parsing, test/csv/tc_features;T;[o;;[I"3Fixed test failures caused by changes to Ruby.;TS; ; i; I"ETue Dec 25 14:11:57 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"io.c (io_encoding_set);T;[o;;[I"missing return type.;TS; ; i; I"ATue Dec 25 14:03:48 2007 NARUSE, Yui ;T@ o; ;;;[o;;I"Dtest/rinda/test_rinda.rb (MockClock#{_forward, forward, sleep});T;[o;;[I"_Change default value of n as @reso from nil. If default value is nil, n.+ is not defined.;TS; ; i; I";Tue Dec 25 13:54:01 2007 Tanaka Akira ;T@ o; ;;;[o;;I"*test/ruby/test_io_m17n.rb (test_pipe);T;[o;;[I"fixed. [ruby-dev:32743];TS; ; i; I"=Tue Dec 25 13:44:51 2007 Koichi Sasada ;T@ o; ;;;[o;;I"$thread.c (rb_thread_wait_fd_rw);T;[o;;[I"$should check EBADF on select().;TS; ; i; I"=Tue Dec 25 13:30:03 2007 Koichi Sasada ;T@ o; ;;;[o;;I"Gthread_pthread.c, thread_pthread.h, thread_win32.c, thread_win32.c;T;[o;;[I"ymake some functions static functions. a patch from Tadashi Saito in [ruby-core:14407];TS; ; i; I";Tue Dec 25 13:23:13 2007 Tanaka Akira ;T@ o; ;;;[o;;I"1test/ruby/test_io_m17n.rb (test_write_noenc);T;[o;;[I"6don't mix text and binary mode. [ruby-dev:32743];TS; ; i; I"GTue Dec 25 13:13:09 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"bREADME.EXT.ja, dir.c, eval.c, eval_intern.h, lex.c.src, lex.c.blt, keywords, load.c, thread.c;T;[o;;[I"amore ANSI'ize. a patch from Tadashi Saito in [ruby-dev:32725];TS; ; i; I"=Tue Dec 25 13:07:56 2007 Koichi Sasada ;T@ o; ;;;[o;;I" vm_core.h, thread.c, cont.c;T;[o;;[I"Wadd RUBY_VM_SET_INTERRUPT(), RUBY_VM_SET_TIMER_INTERRUPT(), RUBY_VM_INTERRUPTED().;To;;I"/thread.c, thread_pthread.c, thread_win32.c;T;[o;;[I"0fix to ignore time slice event until sleep.;To;;I"!bootstraptest/test_thread.rb;T;[o;;[I"+add a test for time limited join test.;TS; ; i; I"=Tue Dec 25 12:42:59 2007 Koichi Sasada ;T@ o; ;;;[o;;I"vm.c (Init_VM);T;[o;;[I")remove unused code. [ruby-dev:32732];TS; ; i; I"ATue Dec 25 12:22:17 2007 NARUSE, Yui ;T@ o; ;;;[o;;I"sample/from.rb;T;[o;;[I"follow Ruby 1.9 libraries.;TS; ; i; I"GTue Dec 25 12:21:56 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"proc.c (method_inspect);T;[o;;[I"*preserve encoding of the method name.;TS; ; i; I"ETue Dec 25 12:07:52 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"configure.in (BASERUBY);T;[o;;[I"*delayed error until BASERUBY is used.;TS; ; i; I"GTue Dec 25 11:48:35 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"sample/README;T;[o;;[I"Mremoved obsoleted files: dbmtest.rb, getopts.test, mrshtest.rb, regx.rb.;TS; ; i; I"ITue Dec 25 11:45:34 2007 James Edward Gray II ;T@ o; ;;;[o;;I"lib/csv.rb;T;[o;;[I"6Import the FasterCSV source as the new CSV class.;To;;I"test/csv/*;T;[o;;[I"/Added all applicable tests from FasterCSV.;TS; ; i; I"ETue Dec 25 11:33:52 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"error.c (report_bug);T;[o;;[I"uses ruby_description.;TS; ; i; I"=Tue Dec 25 11:20:38 2007 Koichi Sasada ;T@ o; ;;;[o;;I""compile.c (iseq_compile_each);T;[o;;[I"afix stack consistency error. a patch from Yusuke ENDOH [ruby-dev:32720];To;;I"!bootstraptest/test_syntax.rb;T;[o;;[I"add 2 tests for above.;TS; ; i; I"=Tue Dec 25 11:14:20 2007 Koichi Sasada ;T@ o; ;;;[o;;I"iseq.c, vm_core.h;T;[o;;[I"comment out unused fields.;TS; ; i; I"=Tue Dec 25 11:02:10 2007 Koichi Sasada ;T@ o; ;;;[o;;I" vm.c;T;[o;;[I">check frame is FINAL when creating env. [ruby-core:14395];To;;I" bootstraptest/test_block.rb;T;[o;;[I"add a test for above.;TS; ; i; I"ATue Dec 25 09:12:13 2007 Eric Hodel ;T@ o; ;;;[o;;I"lib/rdoc/;T;[o;;[I"1Enable RDoc debugging only with $DEBUG_RDOC.;TS; ; i; I"ITue Dec 25 08:37:43 2007 James Edward Gray II ;T@ o; ;;;[o;;I"%lib/csv.rb, test/csv/test_csv.rb;T;[o;;[I"6Removed in preparation for FasterCSV code import.;TS; ; i; I"ATue Dec 25 08:27:43 2007 Eric Hodel ;T@ o; ;;;[o;;I"lib/rubygems.rb;T;[o;;[I"Fix test failures.;To;;I"test/rubygems/test_gem.rb;T;[o;;[I"Fix test failure.;TS; ; i; I"=Tue Dec 25 06:23:40 2007 Koichi Sasada ;T@ o; ;;;[o;;I"4bootstraptest/test_knownbug.rb, test_literal.rb;T;[o;;[I"move fixed test.;TS; ; i; I"CTue Dec 25 06:19:04 2007 GOTOU Yuuzou ;T@ o; ;;;[o;;I"sample/biorhythm.rb;T;[o;;[I"follow Ruby 1.9 libraries.;TS; ; i; I"=Tue Dec 25 06:15:01 2007 Koichi Sasada ;T@ o; ;;;[o;;I" vm.c;T;[o;;[I"add dummy toplevel frame.;TS; ; i; I"ATue Dec 25 05:44:56 2007 Eric Hodel ;T@ o; ;;;[o;;I"lib/net/http.rb;T;[o;;[I";Fix uninitialized variable warning. [ruby-talk:284582];To;;I"lib/irb/output-method.rb;T;[o;;[I"2Remove unused #foo method. [ruby-talk:284582];TS; ; i; I"=Tue Dec 25 05:24:12 2007 Koichi Sasada ;T@ o; ;;;[o;;I"compile.c (iseq_compile);T;[o;;[I"dclear local table if node == 0. a patch from Yusuke ENDOH [ruby-dev:32530];To;;I" vm.c;T;[o;;[I"clear VM stack.;TS; ; i; I";Tue Dec 25 04:23:32 2007 Tanaka Akira ;T@ o; ;;;[o;;I"parse.y (rb_id2str);T;[o;;[I"fill klass of returned string as rb_cString. some strings are allocated before rb_cString is created. This prevents a "called on terminated object" error by ObjectSpace.each_object(Module) {|m| p m.name }.;TS; ; i; I"=Tue Dec 25 03:51:55 2007 Koichi Sasada ;T@ o; ;;;[o;;I""compile.c (iseq_compile_each);T;[o;;[I"Mfix stack consistency bug. a patch from Yusuke ENDOH ;TS; ; i; I"FTue Dec 25 03:19:47 2007 WATANABE Hirofumi ;T@ o; ;;;[o;;I"tool/make-snapshot;T;[o;;[I"%must create configure and lex.c.;TS; ; i; I"GTue Dec 25 03:16:05 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"io.c (rb_io_s_pipe);T;[o;;[I"^now takes up to two arguments. allow its external/internal encoding by Encoding objects.;To;;I"io.c (rb_io_set_encoding);T;[o;;[I"*new method to set encoding of the IO.;To;;I"io.c (argf_set_encoding);T;[o;;[I" ditto.;TS; ; i; I"BTue Dec 25 03:08:53 2007 NAKAMURA Usaku ;T@ o; ;;;[o;;I"pack.c (pack_pack);T;[o;;[I"%use NUM2LONG instead of NUM2INT.;To;;I"%numeric.c (fix_lshift, fix_aref);T;[o;;[I"-use SIZEOF_LONG instead of SIZEOF_VALUE.;To;;I"&bignum.c (big2ulong, rb_big_aref);T;[o;;[I" ditto.;TS; ; i; I"CTue Dec 25 02:55:26 2007 GOTOU Yuuzou ;T@ o; ;;;[o;;I"0lib/rexml/element.rb (REXML::Elements#each);T;[o;;[I"Hyield in each should be called with one parameter. [ruby-dev:32708];TS; ; i; I"=Tue Dec 25 02:15:39 2007 Koichi Sasada ;T@ o; ;;;[o;;I""compile.c (iseq_compile_each);T;[o;;[I"Tadd a "pop" insn after break to fix stack consistency error. [ruby-core:14385];To;;I"!bootstraptest/test_syntax.rb;T;[o;;[I"add tests for above.;To;;I"#bootstraptest/test_knownbug.rb;T;[o;;[I"remove fixed bug.;TS; ; i; I"GTue Dec 25 01:54:36 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"id.c (Init_id);T;[o;;[I"5remove several unused symbols. [ruby-core:14362];To;;I"-compile.c (iseq_specialized_instruction);T;[o;;[I"2do not use VM_CALL_SEND_BANG flag any longer.;TS; ; i; I";Tue Dec 25 01:42:41 2007 Tanaka Akira ;T@ o; ;;;[o;;I"#lib/rdoc/rdoc.rb (parse_files);T;[o;;[I"interpret coding cookie.;TS; ; i; I"GTue Dec 25 01:38:04 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"proc.c (method_name);T;[o;;[I" preserve Symbol's encoding.;To;;I"numeric.c (fix_id2name);T;[o;;[I" ditto.;TS; ; i; I"GTue Dec 25 01:19:18 2007 Yukihiro Matsumoto ;T@ o; ;;;[ o;;I"4include/ruby/encoding.h (rb_enc_left_char_head);T;[o;;[I"new utility macro.;To;;I"5include/ruby/encoding.h (rb_enc_right_char_head);T;[o;;[I" ditto.;To;;I"io.c (appendline);T;[o;;[I".does multibyte RS search in the function.;To;;I" io.c (prepare_getline_args);T;[o;;[I"RS may be nil.;To;;I"io.c (rb_io_getc);T;[o;;[I"Tshould process character based on external encoding, when transcoding required.;TS; ; i; I";Tue Dec 25 01:07:57 2007 Tanaka Akira ;T@ o; ;;;[o;;I"lib/irb/output-method.rb;T;[o;;[I"translate a comment to English to avoid mix of EUC-JP comment and UTF-8 Date keyword. svn substitute Date keyword with UTF-8 weekday on UTF-8 locale.;TS; ; i; I"CTue Dec 25 00:27:28 2007 GOTOU Yuuzou ;T@ o; ;;;[o;;I"Tlib/webrick/httpservley/cgihandler.rb (WEBrick::HTTPServlet::CGIHandler#do_GET);T;[o;;[I"m17nized.;TS; ; i; I"2007-12-24;T@ S; ; i; I";Mon Dec 24 23:55:29 2007 Tanaka Akira ;T@ o; ;;;[ o;;I"lib/cgi.rb (CGI::escape);T;[o;;[I"m17nized.;To;;I"(CGI::unescape);T;[o;;[I" ditto.;To;;I"(CGI::escapeHTML);T;[o;;[I" ditto.;To;;I"(CGI::unescapeHTML);T;[o;;[I" ditto.;TS; ; i; I"BMon Dec 24 23:32:24 2007 NAKAMURA Usaku ;T@ o; ;;;[o;;I"5transcode_data_japanese.c (select_iso_2022_mode);T;[o;;[I"'\e' is not valid.;TS; ; i; I"CMon Dec 24 23:13:09 2007 GOTOU Yuuzou ;T@ o; ;;;[o;;I"3lib/rdoc/diagram.rb (RDoc::Diagram#initialize);T;[o;;[I"%use fileuitls instead of ftools.;TS; ; i; I"FMon Dec 24 23:04:57 2007 NAKAMURA, Hiroshi ;T@ o; ;;;[ o;;I"lib/ftools.rb;T;[o;;[I"=removed obsoleted lib. use fileutils instead (by eban).;To;;I"9lib/rdoc/rdoc.rb, lib/rdoc/generators/*, lib/rake.rb;T;[o;;[I",let it use fileutils instead of ftools.;To;;I"#lib/shell/command-processor.rb;T;[o;;[I")removed unused references to ftools.;To;;I"lib/parsedate.rb;T;[o;;[I"7removed. see [ruby-core:12535], [ruby-dev:31969].;To;;I"lib/README;T;[o;;[I" updated.;TS; ; i; I";Mon Dec 24 23:01:04 2007 Tanaka Akira ;T@ o; ;;;[o;;I"&lib/open-uri.rb (OpenURI::Buffer);T;[o;;[I"%use Meta ===. [ruby-core:14295];TS; ; i; I"AMon Dec 24 22:46:42 2007 NARUSE, Yui ;T@ o; ;;;[ o;;I"transcode.c;T;[o;;[I",register_functional_transcoder() added.;To;;I"(init_transcoder_table(;T;[o;;[I"register ISO-2022-JP.;To;;I"(str_transcode);T;[o;;[I"(add preprocessor and postprocessor.;To;;I"transcode_data_japanese.c;T;[o;;[I"add ISO-2022-JP support.;To;;I"transcode_data.h;T;[o;;[I"Bmoved transcoder and transcoding definition from transcode.c.;TS; ; i; I"=Mon Dec 24 20:29:28 2007 Koichi Sasada ;T@ o; ;;;[o;;I"#test/io/nonblock/test_flush.rb;T;[o;;[I"fix test for 1.9.;TS; ; i; I"=Mon Dec 24 20:23:44 2007 Koichi Sasada ;T@ o; ;;;[o;;I"test/rinda/test_rinda.rb;T;[o;;[I"Yrevert last commit because this test seems to have timing problem to halt all tests.;TS; ; i; I"=Mon Dec 24 20:18:52 2007 Koichi Sasada ;T@ o; ;;;[o;;I"test/rinda/test_rinda.rb;T;[o;;[I"enable rinda test.;TS; ; i; I"=Mon Dec 24 20:16:54 2007 Koichi Sasada ;T@ o; ;;;[o;;I"instruby.rb;T;[o;;[I"fix rdoc install dir.;TS; ; i; I";Mon Dec 24 18:37:32 2007 Tanaka Akira ;T@ o; ;;;[o;;I"re.c (rb_reg_prepare_re);T;[o;;[I"/show regexp encoding in the error message.;TS; ; i; I";Mon Dec 24 18:23:32 2007 Tanaka Akira ;T@ o; ;;;[ o;;I"eval.c (rb_exc_raise);T;[o;;[I"ANSI style.;To;;I"(rb_exc_fatal);T;[o;;[I" ditto.;To;;I"(rb_raise_jump);T;[o;;[I" ditto.;To;;I"(rb_jump_tag);T;[o;;[I" ditto.;To;;I"(rb_block_given_p);T;[o;;[I" ditto.;To;;I"!variable.c (original_module);T;[o;;[I" ditto.;TS; ; i; I"=Mon Dec 24 18:05:09 2007 Koichi Sasada ;T@ o; ;;;[o;;I"iseq.c (Init_ISeq);T;[o;;[I"6disable ISeq.load() because there is no verifier.;To;;I"iseq.c, proc.c;T;[o;;[I"add ISeq.disasm(method).;TS; ; i; I";Mon Dec 24 18:06:03 2007 Tanaka Akira ;T@ o; ;;;[o;;I"%eval_method.c (Init_eval_method);T;[o;;[I"qextracted from Init_eval for rdoc to find rb_mod_remove_method, rb_mod_undef_method and rb_mod_alias_method.;To;;I"eval.c (Init_eval);T;[o;;[I"call Init_eval_method.;TS; ; i; I"EMon Dec 24 17:59:29 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"load.c (load_lock);T;[o;;[I"reverted.;To;;I"thread.c (rb_barrier_wait);T;[o;;[I"check for recursive wait.;TS; ; i; I";Mon Dec 24 17:50:54 2007 Tanaka Akira ;T@ o; ;;;[o;;I"4eval.c (function_call_may_return_twice_jmp_buf);T;[o;;[I" removed.;To;;I"+(function_call_may_return_twice_false);T;[o;;[I"removed. [ruby-core:14335];TS; ; i; I"EMon Dec 24 17:40:57 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"8common.mk (node_name.inc, miniprelude.c, prelude.c);T;[o;;[I"Cnmake cannot handle target vpath in other than implicit rules.;TS; ; i; I"FMon Dec 24 17:20:34 2007 NAKAMURA, Hiroshi ;T@ o; ;;;[o;;I"-lib/{mailread.rb,getopts.rb,parsearg.rb};T;[o;;[I"6removed. see [ruby-core:12535], [ruby-dev:31969].;TS; ; i; I";Mon Dec 24 17:12:57 2007 Tanaka Akira ;T@ o; ;;;[o;;I"-include/ruby/intern.h, random.c, array.c;T;[o;;[I"pchange exported name. genrand_int32 -> rb_genrand_int32. genrand_real -> rb_genrand_real. [ruby-core:14335];TS; ; i; I"FMon Dec 24 17:06:37 2007 NAKAMURA, Hiroshi ;T@ o; ;;;[o;;I"{lib,test}/{soap,wsdl,xsd};T;[o;;[I"premoved soap4r along to the discussion at ruby-core and ruby-dev. see [ruby-core:12535], [ruby-dev:31969].;TS; ; i; I"EMon Dec 24 17:06:14 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"load.c (rb_feature_p);T;[o;;[I"#returns loading path name too.;To;;I"load.c (search_required);T;[o;;[I"Xreturns path too if feature is being loaded. [ruby-dev:32048] [TODO: refactoring];TS; ; i; I"CMon Dec 24 16:29:12 2007 GOTOU Yuuzou ;T@ o; ;;;[o;;I"sample/openssl;T;[o;;[I"2reviewed and remove dependency on getopts.rb.;TS; ; i; I"=Mon Dec 24 16:18:57 2007 Koichi Sasada ;T@ o; ;;;[o;;I"mkconfig.rb;T;[o;;[I")add teeny to CONFIG['ruby_version'].;TS; ; i; I"=Mon Dec 24 15:55:50 2007 Koichi Sasada ;T@ o; ;;;[o;;I"+tool/compile.rb, getrev.rb, runruby.rb;T;[o;;[I"remove unused tools.;TS; ; i; I"EMon Dec 24 15:42:04 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"Kconfigure.in, cygwin/GNUmakefile.in, */Makefile.sub, djgpp/config.hin.;T;[o;;[I"9version dependent directory names now contain teeny.;TS; ; i; I";Mon Dec 24 15:29:13 2007 Tanaka Akira ;T@ o; ;;;[o;;I"tool/serb.rb;T;[o;;[I" removed.;TS; ; i; I"EMon Dec 24 13:55:35 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I".proc.c (rb_proc_new), vm.c (invoke_block);T;[o;;[I".removed u3.state magic. [ruby-core:14310];To;;I",test/ruby/test_symbol.rb (test_to_proc);T;[o;;[I"Ba test from Frederick Cheung .;TS; ; i; I"EMon Dec 24 13:43:36 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I" thread.c (rb_thread_atfork);T;[o;;[I"Vshould not leave living_threads referring freed table while allocating new table.;TS; ; i; I"EMon Dec 24 12:49:54 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I";Makefile.in, configure.in, lib/mkmf.rb, */Makefile.sub;T;[o;;[I"2specify compiled output file name explicitly.;To;;I" enc/Makefile.in, enc/depend;T;[o;;[I"wnow makes compiler to put generated files under directories corresponding to the each source. enc/trans supported.;To;;I"enc/make_encmake.rb;T;[o;;[I"Yevaluates depend file before Makefile.in so that the former can influence to CONFIG.;TS; ; i; I"EMon Dec 24 12:35:03 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"%win{32,ce}/Makefile.sub (MFLAGS);T;[o;;[I"defaulted to -l.;TS; ; i; I"AMon Dec 24 12:08:10 2007 Eric Hodel ;T@ o; ;;;[o;;I" /, ext/;T;[o;;[I"AAdd svn:ignore for OS X Xcode 3's conftest.dSYM directories.;TS; ; i; I"EMon Dec 24 11:56:31 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"common.mk;T;[o;;[I"should not pass MAKEFLAGS to recursive make. + normal make: MFLAGS are set and command line options and macros are all passed silently. + GNU make: ditto, and all options and macros in MAKEFLAGS are in effect. + nmake: MFLAGS is not set and MAKEFLAGS has only options without hyphen, no macros exist in any variables. + Borland make: ditto, and command line macros cannot override macros in makefile, so passing them is vain.;To;;I"/{bcc32,win{32,ce}}/Makefile.sub (SET_MAKE);T;[o;;[I"aset MFLAGS which is not set by default, to get rid of chaotic situation of MFLAGS/MAKEFLAGS.;TS; ; i; I"GMon Dec 24 11:32:44 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"!string.c (rb_str_comparable);T;[o;;[I"1fixed to keep transitivity. [ruby-dev:32693];TS; ; i; I"AMon Dec 24 11:20:31 2007 Eric Hodel ;T@ o; ;;;[o;;I"lib/rdoc/ri/ri_options.rb;T;[o;;[I"CFix display of GEMDIRS, make command examples match ri's name.;To;;I"lib/rdoc/ri/ri_paths.rb;T;[o;;[I",Only allow latest ri dirs in ri output.;TS; ; i; I"AMon Dec 24 10:49:04 2007 Eric Hodel ;T@ o; ;;;[o;;I")lib/uri/mailto.rb, lib/uri/common.rb;T;[o;;[I"SFix Regexp warnings. Patch #16524 from Kornelius Kalnbach, [ruby-core:14302].;TS; ; i; I"AMon Dec 24 10:37:38 2007 Eric Hodel ;T@ o; ;;;[o;;I"gem_prelude.rb;T;[o;;[I"?Remove methods from Gem, not QuickLoader, to fix warnings.;TS; ; i; I"GMon Dec 24 05:32:22 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"enum.c (enum_inject);T;[o;;[I"mupdated documentation. a patch from Keita Yamaguchi in [ruby-dev:32686].;To;;I"README.EXT;T;[o;;[I"^updated. a patch from Tadashi Saito in [ruby-core:14328].;To;;I"array.c (rb_ary_at);T;[o;;[I"kupdated documentation. a patch from Tadashi Saito in [ruby-core:14330].;TS; ; i; I"GMon Dec 24 05:13:04 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"string.c (tr_trans);T;[o;;[I"/should associate new encoding if modified.;TS; ; i; I"CMon Dec 24 04:04:12 2007 GOTOU Yuuzou ;T@ o; ;;;[o;;I" test/net/http/test_https.rb;T;[o;;[I"should rescue LoadError.;TS; ; i; I"=Mon Dec 24 03:57:28 2007 Koichi Sasada ;T@ o; ;;;[o;;I"cont.c, vm.h;T;[o;;[I"Pfix to support sparc machine. a patch from Yusuke ENDOH ;TS; ; i; I"=Mon Dec 24 03:35:19 2007 Koichi Sasada ;T@ o; ;;;[o;;I"common.mk;T;[o;;[I"remove additional "-".;TS; ; i; I"GMon Dec 24 02:59:32 2007 Yukihiro Matsumoto ;T@ o; ;;;[ o;;I" io.c (rb_io_check_readable);T;[o;;[I"cshould not fill fptr->enc always. read-write IO (e.g. socket) does not work. [ruby-dev:32685];To;;I"io.c (io_read_encoding);T;[o;;[I"retrieve reading encoding.;To;;I" io.c (prepare_getline_args);T;[o;;[I"%convert RS to external encoding.;To;;I"string.c (str_new_shared);T;[o;;[I"Iwas setting embedding flag of wrong string object. [ruby-dev:32685];To;;I"io.c (io_enc_str);T;[o;;[I"/should preserve default_external encoding.;To;;I"io.c (appendline);T;[o;;[I")should do multibyte aware RS search.;TS; ; i; I"GMon Dec 24 02:06:35 2007 Yukihiro Matsumoto ;T@ o; ;;;[ o;;I"io.c (rb_f_open);T;[o;;[I"documentation update.;To;;I"io.c (rb_io_s_pipe);T;[o;;[I" ditto.;To;;I"io.c (io_fwrite);T;[o;;[I" wrong encoding destination.;To;;I"#io.c (rb_io_external_encoding);T;[o;;[I"4should return the encoding of the file reading.;To;;I"#io.c (rb_io_internal_encoding);T;[o;;[I"/should return the encoding of read string.;TS; ; i; I"GMon Dec 24 01:46:43 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"io.c (rb_io_s_pipe);T;[o;;[I")allow specifying read-side encoding.;To;;I"io.c (io_enc_str);T;[o;;[I" wrong encoding destination.;TS; ; i; I"GMon Dec 24 01:03:17 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"!string.c (rb_str_comparable);T;[o;;[I"Lcomparison including broken coderange strings do not consider encoding.;TS; ; i; I"GMon Dec 24 00:57:15 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"io.c (open_key_args);T;[o;;[I"hIO direct methods (foreach, readlines, read) now takes keyword argument: encoding, mode, open_args.;TS; ; i; I"GMon Dec 24 00:52:15 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"io.c (rb_io_s_read);T;[o;;[I" encoding argument reverted.;To;;I"io.c (mode_enc);T;[o;;[I"(independent function to share code.;To;;I"#io.c (rb_io_internal_encoding);T;[o;;[I"new method.;TS; ; i; I"GMon Dec 24 00:47:05 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"Ktest/ruby/test_beginendblock.rb (TestBeginEndBlock::test_endblockwarn);T;[o;;[I"Yrename endblockwarn.rb to endblockwarn_rb to avoid unnecessary warning in make test.;TS; ; i; I"2007-12-23;T@ S; ; i; I";Sun Dec 23 23:03:13 2007 Tanaka Akira ;T@ o; ;;;[o;;I""encoding.c (rb_enc_codepoint);T;[o;;[I"+implemented to raise invalid encoding.;To;;I"/include/ruby/encoding.h (rb_enc_codepoint);T;[o;;[I"(macro is replaced as a declaration.;TS; ; i; I";Sun Dec 23 19:45:22 2007 Tanaka Akira ;T@ o; ;;;[o;;I" lib/time.rb (Time.httpdate);T;[o;;[I"Pfix 2 digits year for 20xx. reported by Tadayoshi Funaba. [ruby-dev:32687];TS; ; i; I"ASun Dec 23 19:33:42 2007 Eric Hodel ;T@ o; ;;;[o;;I"lib/open-uri.rb;T;[o;;[I"5Fix method redefined warning. [ruby-core:14304];TS; ; i; I"ASun Dec 23 18:31:49 2007 NARUSE, Yui ;T@ o; ;;;[ o;;I"#ext/nkf/nkf.c (rb_nkf_enc_get);T;[o;;[I""use rb_define_dummy_encoding.;To;;I"ext/nkf/nkf.c (Init_nkf);T;[o;;[I"!use rb_nkf_enc_get("ASCII").;To;;I"ext/nkf/nkf-utf8/nkf.c;T;[o;;[I"Update 1.161.;To;;I"ext/nkf/nkf-utf9/config.h;T;[o;;[I"*default output encoding is now UTF-8.;To;;I"'ext/nkf/lib/kconv.rb (Kconv.kconv);T;[o;;[I",replace Encoding#name by Encoding#to_s.;TS; ; i; I"ASun Dec 23 18:02:52 2007 Eric Hodel ;T@ o; ;;;[o;;I"!lib/rubygems/gem_open_uri.rb;T;[o;;[I"Fix version check.;TS; ; i; I";Sun Dec 23 17:24:48 2007 Tanaka Akira ;T@ o; ;;;[o;;I"encoding.c (rb_enc_init);T;[o;;[I"%add eucJP as an alias of EUC-JP.;TS; ; i; I";Sun Dec 23 17:00:23 2007 Tanaka Akira ;T@ o; ;;;[o;;I" lib/time.rb (Time.httpdate);T;[o;;[I"Duse Time.utc for "day-of-week, dd-mon-yy HH::MM:SS GMT" format.;TS; ; i; I"ASun Dec 23 16:12:40 2007 Eric Hodel ;T@ o; ;;;[o;;I" lib/rdoc;T;[o;;[I"Fix 1.9 warnings.;TS; ; i; I"ASun Dec 23 15:28:37 2007 Eric Hodel ;T@ o; ;;;[o;;I" lib/rubygems, test/rubygems;T;[o;;[I"Fix new 1.9 warnings.;TS; ; i; I"ASun Dec 23 14:43:10 2007 Eric Hodel ;T@ o; ;;;[o;;I"gem_prelude.rb;T;[o;;[I"dUse require to load rubygems.rb so the correct path is in $LOADED_FEATURES on RubyGems upgrade.;TS; ; i; I"ESun Dec 23 11:26:43 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"string.c (sym_call);T;[o;;[I":use exact argument array interface. [ruby-core:14279];TS; ; i; I"ESun Dec 23 11:01:35 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"io.c (rb_io_binmode_m);T;[o;;[I"removed C99ism.;TS; ; i; I";Sun Dec 23 09:07:02 2007 Tanaka Akira ;T@ o; ;;;[o;;I"linclude/ruby/encoding.h, encoding.c, re.c, io.c, parse.y, numeric.c, ruby.c, transcode.c, ext/nkf/nkf.c;T;[o;;[I"urename rb_ascii_encoding to rb_ascii8bit_encoding. rb_ascii_encoding is ambiguous with ASCII-8BIT and US-ASCII.;TS; ; i; I"ESun Dec 23 03:35:52 2007 Nobuyoshi Nakada ;T@ o; ;;;[ o;;I"version.h;T;[o;;[I"+use patchlevel if revision is not set.;To;;I"-{bcc32,win{32,ce}}/setup.mak (-version-);T;[o;;[I"skip including revision.h.;To;;I"common.mk (srcs);T;[o;;[I"%new target to generated sources.;To;;I"*common.mk (encs, ext/ripper/ripper.c);T;[o;;[I"MAKEFLAGS needs -.;To;;I"$enc/depend, enc/make_encmake.rb;T;[o;;[I" use erb.;TS; ; i; I"GSun Dec 23 01:56:18 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"io.c (rb_io_mode_enc);T;[o;;[I"5do not set encoding unless explicitly specified.;To;;I" io.c (rb_io_check_readable);T;[o;;[I"6fill fptr->enc by default_external if it's empty.;To;;I"io.c (io_enc_str);T;[o;;[I"Lfptr->enc is always set for reading IO (by rb_io_check_readable(fptr)).;TS; ; i; I"HSun Dec 23 01:18:06 2007 David Flanagan ;T@ o; ;;;[o;;I"io.c, io.h;T;[o;;[I"Ttemporary patch to partially implement transcode-on-read and transcode-on-write;TS; ; i; I"ASun Dec 23 00:48:05 2007 Shugo Maeda ;T@ o; ;;;[o;;I"test/net/imap/test_imap.rb;T;[o;;[I"added tests for SSL.;TS; ; i; I"2007-12-22;T@ S; ; i; I"GSat Dec 22 21:10:53 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I":ext/syck/rubyext.c (syck_genericresolver_node_import);T;[o;;[I"Vshould not set instance variable "@kind" before initializing it. [ruby-dev:32677];TS; ; i; I"=Sat Dec 22 19:52:23 2007 Koichi Sasada ;T@ o; ;;;[o;;I"&bootstraptest/test_objectspace.rb;T;[o;;[I"fix condition.;TS; ; i; I"=Sat Dec 22 19:17:10 2007 Koichi Sasada ;T@ o; ;;;[o;;I"ext/probeprofiler/;T;[o;;[I" removed.;TS; ; i; I"=Sat Dec 22 19:14:38 2007 Koichi Sasada ;T@ o; ;;;[o;;I"process.c (rb_f_fork);T;[o;;[I"'Unsupport Kernel.fork() on NetBSD.;TS; ; i; I"BSat Dec 22 18:20:13 2007 NAKAMURA Usaku ;T@ o; ;;;[o;;I"common.mk (version.o);T;[o;;[I"%add dependency. [ruby-dev:32680];TS; ; i; I"ASat Dec 22 17:45:11 2007 NARUSE, Yui ;T@ o; ;;;[o;;I"ext/nkf/nkf.c (Init_nkf);T;[o;;[I"{use rb_ascii_encoding() for rb_nkf_enc_get("US-ASCII"). * if use rb_nkf_enc_get("US-ASCII"), ruby will crash - this is bug?;TS; ; i; I"BSat Dec 22 17:39:03 2007 NAKAMURA Usaku ;T@ o; ;;;[o;;I"lib/mkmf.rb ($extmk);T;[o;;[I"fixed broken condition.;TS; ; i; I"ASat Dec 22 17:35:59 2007 NARUSE, Yui ;T@ o; ;;;[o;;I"ext/nkf/nkf-utf8.c;T;[o;;[I"Update nkf.c rev:1.157.;To;;I"#ext/nkf/nkf.c (rb_nkf_enc_get);T;[o;;[I"%replicate proper based encoding.;To;;I"'ext/nkf/kconv.c (Kconv#kconv, to*);T;[o;;[I"=use self.encoding as from_enc when from_enc isn't given.;TS; ; i; I"CSat Dec 22 17:06:50 2007 GOTOU Yuuzou ;T@ o; ;;;[ o;;I"@ext/openssl/lib/net/ssl.rb (OpenSSL::SSL::SSLContext.build);T;[o;;[I" removed.;To;;I"Eext/openssl/lib/net/ssl.rb (OpenSSL::SSL::SSLContext#set_params);T;[o;;[I"/new method to set suitable SSL parameters.;To;;I"Olib/net/pop.rb, lib/net/http.rb, lib/net/imap.rb, test/openssl/test_ssl.rb;T;[o;;[I"follow above change.;To;;I" test/net/http/test_https.rb;T;[o;;[I"refine error case.;TS; ; i; I"ASat Dec 22 16:58:49 2007 Shugo Maeda ;T@ o; ;;;[o;;I""lib/net/imap.rb (encode_utf7);T;[o;;[I"accept UTF-8 strings.;To;;I""lib/net/imap.rb (decode_utf7);T;[o;;[I"return UTF-8 strings.;TS; ; i; I"BSat Dec 22 15:56:36 2007 NAKAMURA Usaku ;T@ o; ;;;[o;;I"transcode_data_japanese;T;[o;;[I" typo.;TS; ; i; I"BSat Dec 22 15:30:13 2007 NAKAMURA Usaku ;T@ o; ;;;[o;;I"*/Makefile.sub (MFLAGS);T;[o;;[I"define unless defined.;TS; ; i; I"BSat Dec 22 15:17:40 2007 NAKAMURA Usaku ;T@ o; ;;;[o;;I"lib/mkmf.rb ($extmk);T;[o;;[I",set true only when under ext/ or tool/.;TS; ; i; I"ESat Dec 22 15:14:48 2007 Nobuyoshi Nakada ;T@ o; ;;;[ o;;I"*common.mk (encs, ext/ripper/ripper.c);T;[o;;[I"needs MFLAGS.;To;;I"configure.in (STRINGIZE);T;[o;;[I"stringizing macro.;To;;I"'include/ruby/defines.h (STRINGIZE);T;[o;;[I"fallback.;To;;I"tool/make-snapshot;T;[o;;[I"new file.;To;;I"1version.c (ruby_description, ruby_copyright);T;[o;;[I"$string constants for -v option.;TS; ; i; I"ASat Dec 22 15:03:37 2007 Shugo Maeda ;T@ o; ;;;[o;;I"!lib/net/imap.rb (initialize);T;[o;;[I"fixed documentation.;TS; ; i; I"ASat Dec 22 15:01:16 2007 Shugo Maeda ;T@ o; ;;;[o;;I" lib/net/pop.rb (enable_ssl);T;[o;;[I"yuse OpenSSL::SSL::SSLContext.build instead of SSLContext.new (default verify mode is now OpenSSL::SSL::VERIFY_PEER).;TS; ; i; I"ASat Dec 22 14:45:21 2007 Tadayoshi Funaba ;T@ o; ;;;[o;;I"lib/date.rb;T;[o;;[I"+shouldn't freeze nil. [ruby-dev:32677];TS; ; i; I";Sat Dec 22 14:27:27 2007 Tanaka Akira ;T@ o; ;;;[ o;;I"+regenc.c (onigenc_ascii_is_code_ctype);T;[o;;[I"moved from enc/ascii.c.;To;;I"+regenc.h (onigenc_ascii_is_code_ctype);T;[o;;[I"declared.;To;;I"enc/ascii.c;T;[o;;[I"%use onigenc_ascii_is_code_ctype.;To;;I"enc/us_ascii.c;T;[o;;[I"new file for US-ASCII.;TS; ; i; I"ESat Dec 22 14:30:34 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I",parse.y (reg_named_capture_assign_iter);T;[o;;[I"=allows non-ascii names and get rid of reserved word IDs.;TS; ; i; I"=Sat Dec 22 14:18:45 2007 Koichi Sasada ;T@ o; ;;;[o;;I"-test/ruby/test_float.rb, test_sprintf.rb;T;[o;;[I"fix test place.;TS; ; i; I"=Sat Dec 22 14:17:02 2007 Koichi Sasada ;T@ o; ;;;[o;;I"&bootstraptest/test_objectspace.rb;T;[o;;[I"skip frozen string.;TS; ; i; I"=Sat Dec 22 14:02:58 2007 Koichi Sasada ;T@ o; ;;;[o;;I"!array.c (rb_ary_permutation);T;[o;;[I"&add volatile to avoid GC problem.;TS; ; i; I"=Sat Dec 22 11:47:42 2007 Koichi Sasada ;T@ o; ;;;[o;;I""eval.c (rb_obj_instance_eval);T;[o;;[I"$use class of immediate objects.;To;;I"test/ruby/test_eval.rb;T;[o;;[I"fix a test.;TS; ; i; I"BSat Dec 22 11:37:06 2007 NAKAMURA Usaku ;T@ o; ;;;[o;;I"#encoding.c (rb_locale_charmap);T;[o;;[I"win32 support.;TS; ; i; I"ASat Dec 22 11:31:14 2007 Eric Hodel ;T@ o; ;;;[o;;I"gem_prelude.rb;T;[o;;[I"8Place bin dir before lib dir so gem bin stubs work.;TS; ; i; I">Sat Dec 22 11:05:44 2007 Jim Weirich ;T@ o; ;;;[o;;I"lib/rake.rb (Rake);T;[o;;[I">Added Rake and related libraries to the source code base.;TS; ; i; I"=Sat Dec 22 10:30:45 2007 Koichi Sasada ;T@ o; ;;;[o;;I"tool/insns2vm.rb;T;[o;;[I"&moved from lib/vm/instruction.rb.;TS; ; i; I"GSat Dec 22 10:25:44 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I",parse.y (reg_named_capture_assign_iter);T;[o;;[I"|captured name should not be reserved word. a patch from Keita Yamaguchi in [ruby-dev:32675].;To;;I",parse.y (reg_named_capture_assign_iter);T;[o;;[I"Ijust ignore the captures that do not have valid local variable name.;TS; ; i; I"GSat Dec 22 10:19:08 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"eval.c (rb_f_method_name);T;[o;;[I"Bnow __method__ and __callee__ are aliases. [ruby-core:14244];TS; ; i; I"ESat Dec 22 08:29:56 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"!string.c (rb_str_buf_append);T;[o;;[I".improvement for non-broken coded strings.;TS; ; i; I"=Sat Dec 22 06:30:04 2007 Koichi Sasada ;T@ o; ;;;[o;;I"bootstraptest/test_fork.rb;T;[o;;[I"%skip if fork is not unsupported.;To;;I"bootstraptest/test_io.rb;T;[o;;[I"skip if require failed.;TS; ; i; I"HSat Dec 22 06:09:12 2007 David Flanagan ;T@ o; ;;;[o;;I" io.c;T;[o;;[I"fix typo in rdoc comment;TS; ; i; I"BSat Dec 22 05:09:43 2007 NAKAMURA Usaku ;T@ o; ;;;[o;;I")parse.y (parser_str_new, rb_intern3);T;[o;;[I"#rb_default_encoding() renamed.;To;;I"#ext/nkf/nkf.c (rb_nkf_putchar);T;[o;;[I" ditto.;TS; ; i; I"GSat Dec 22 03:54:18 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"#encoding.c (rb_ascii_encoding);T;[o;;[I"1renamed from previous rb_default_encoding().;TS; ; i; I"GSat Dec 22 02:49:02 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"parse.y (command);T;[o;;[I"=block from cmd_brace_block was ignored. [ruby-dev:32644];To;;I"re.c (rb_reg_prepare_re);T;[o;;[I"Istop ENCODING_NONE warning if the encoding of the str is ASCII-8BIT.;TS; ; i; I"GSat Dec 22 01:52:11 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"io.c (io_ungetc);T;[o;;[I"[avoid buffer relocation, which might cause serious problem under concurrent situation.;TS; ; i; I";Sat Dec 22 01:35:41 2007 Tanaka Akira ;T@ o; ;;;[ o;;I"re.c (ARG_ENCODING_NONE);T;[o;;[I"defined for /.../n option.;To;;I"(REG_ENCODING_NONE);T;[o;;[I" ditto.;To;;I"(rb_char_to_option_kcode);T;[o;;[I"$return ARG_ENCODING_NONE for n.;To;;I"(rb_reg_prepare_re);T;[o;;[I""warn /ascii/n =~ "non-ascii".;To;;I"(rb_reg_initialize);T;[o;;[I"2set REG_ENCODING_NONE from ARG_ENCODING_NONE.;TS; ; i; I"ASat Dec 22 01:23:10 2007 Shugo Maeda ;T@ o; ;;;[o;;I"0test/json/test_json_addition.rb (test_core);T;[o;;[I"6do not use Time.now because JSON can't hold nsec.;TS; ; i; I"BSat Dec 22 01:10:30 2007 NAKAMURA Usaku ;T@ o; ;;;[o;;I"Sext/tk/sample/tkextlib/vu/canvSticker2.rb, ext/tk/sample/demos-{en,jp}/bind.rb;T;[o;;[I"fix typo. [ruby-dev:32668];TS; ; i; I"GSat Dec 22 00:56:43 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I""sample/test.rb (valid_syntax);T;[o;;[I"!force_encoding input script.;TS; ; i; I"2007-12-21;T@ S; ; i; I"BFri Dec 21 23:48:38 2007 NAKAMURA Usaku ;T@ o; ;;;[o;;I"lib/mkmf.rb (depend_rules);T;[o;;[I"!suffixes list broken. fixed.;TS; ; i; I"GFri Dec 21 20:18:15 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"bignum.c (rb_big_mul0);T;[o;;[I"remove unused variable.;To;;I"bignum.c (bigdivrem);T;[o;;[I" ditto.;TS; ; i; I"EFri Dec 21 20:13:51 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"5include/ruby/ruby.h (rb_catch_obj, rb_throw_obj);T;[o;;[I"prototyped.;To;;I"-include/ruby/intern.h (rb_fiber_alive_p);T;[o;;[I"prototyped.;TS; ; i; I"EFri Dec 21 20:09:18 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"string.c (rb_str_succ);T;[o;;[I"0retry increasing until valid char is found.;TS; ; i; I"EFri Dec 21 20:00:02 2007 Nobuyoshi Nakada ;T@ o; ;;;[ o;;I""encoding.c (rb_enc_replicate);T;[o;;[I"&now creates first class encoding.;To;;I"*encoding.c (rb_define_dummy_encoding);T;[o;;[I"*always based on the default encoding.;To;;I" encoding.c (rb_enc_dummy_p);T;[o;;[I"check if dummy.;To;;I"encoding.c (enc_inspect);T;[o;;[I"shows if dummy.;To;;I"encoding.c (Init_Encoding);T;[o;;[I"added dummy? method;To;;I"2include/ruby/encoding.h (ENCODING_INLINE_MAX);T;[o;;[I"increased.;TS; ; i; I"=Fri Dec 21 18:40:54 2007 Koichi Sasada ;T@ o; ;;;[o;;I" io.c;T;[o;;[I"*write() should be in blocking region.;To;;I"/bootstraptest/test_io.rb, test_knownbug.rb;T;[o;;[I"move a fixed test.;TS; ; i; I"HFri Dec 21 17:56:30 2007 Hidetoshi NAGAI ;T@ o; ;;;[ o;;I"ext/tk/tcltklib.c;T;[o;;[I"$provisional support on Ruby-VM.;To;;I";T@ o; ;;;[o;;I"(transcode.c (rb_str_transcode_bang);T;[o;;[I"4returns self if no conversion. [ruby-dev:32662];TS; ; i; I"AFri Dec 21 17:44:47 2007 Eric Hodel ;T@ o; ;;;[o;;I"lib/rubygems*;T;[o;;[I"$Update to RubyGems 1.0.1, r1581;TS; ; i; I"=Fri Dec 21 17:32:49 2007 Koichi Sasada ;T@ o; ;;;[o;;I"bootstraptest/pending.rb;T;[o;;[I"frenamed from featurebug.rb. This file contains bugs which is known but will not be fixed in days.;TS; ; i; I"EFri Dec 21 17:31:22 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"&debug.c (dummy_gdb_enums.various);T;[o;;[I",added ENCODING and CODERANGE constants.;To;;I" .gdbinit;T;[o;;[I"use enum constants.;TS; ; i; I"=Fri Dec 21 17:28:17 2007 Koichi Sasada ;T@ o; ;;;[o;;I" bootstraptest/featurebug.rb;T;[o;;[I" added.;To;;I"#bootstraptest/test_knownbug.rb;T;[o;;[I"move a feature bug.;TS; ; i; I"=Fri Dec 21 17:25:22 2007 Koichi Sasada ;T@ o; ;;;[o;;I" thread.c (rb_thread_atfork);T;[o;;[I"0fix to mark thread object. [ruby-dev:32404];To;;I"1bootstraptest/test_knownbug.rb, test_fork.rb;T;[o;;[I"move a fixed test.;TS; ; i; I"=Fri Dec 21 17:07:13 2007 Koichi Sasada ;T@ o; ;;;[o;;I" gc.h;T;[o;;[I"/extern variable should not be initialized.;To;;I"thread_pthread.c;T;[o;;[I"add a parameter.;TS; ; i; I";Fri Dec 21 16:50:43 2007 Tanaka Akira ;T@ o; ;;;[o;;I"encoding.c (Init_Encoding);T;[o;;[I"use enc_name as to_s.;To;;I"(enc_inspect);T;[o;;[I"2renamed from enc_to_s. add "#" at beginning.;TS; ; i; I"AFri Dec 21 16:37:43 2007 NARUSE, Yui ;T@ o; ;;;[o;;I"Cext/nkf/nkf-utf8/config.h (MIME_DECODE_DEFAULT, X0201_DEFAULT);T;[o;;[I"mdefined as FALSE. nkf and kconv don't decode MIME encoded string and don't convert JIS X 0201 Katakana.;To;;I"test/nkf/test_kconv.rb;T;[o;;[I"fix tests.;TS; ; i; I"EFri Dec 21 16:33:28 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"%enumerator.c (enumerator_iter_i);T;[o;;[I"%adjusted for rb_block_call_func.;To;;I"-include/ruby/ruby.h (rb_block_call_func);T;[o;;[I")function to be called back as block.;TS; ; i; I"GFri Dec 21 16:10:30 2007 Shigeo Kobayashi ;T@ o; ;;;[o;;I"-ext/bigdecimal/bigdecimal.c (VpMidRound);T;[o;;[I"nRound method bug pointed by Ryan Platte fixed(Patch to the patch from "NATORI Shin"). [ruby-talk:273360];TS; ; i; I";Fri Dec 21 16:06:13 2007 Tanaka Akira ;T@ o; ;;;[o;;I"re.c (append_utf8);T;[o;;[I";T@ o; ;;;[ o;;I"encoding.c (rb_enc_init);T;[o;;[I"$use enc_register_at() directly.;To;;I""encoding.c (rb_utf8_encoding);T;[o;;[I"returns utf-8 encoding.;To;;I"/include/ruby/encoding.h (rb_utf8_encoding);T;[o;;[I"prototyped.;To;;I"parse.y (UTF8_ENC);T;[o;;[I"uses rb_utf8_encoding().;TS; ; i; I"GFri Dec 21 15:31:59 2007 Yukihiro Matsumoto ;T@ o; ;;;[ o;;I"io.c (rb_io_s_read);T;[o;;[I"*allow specifying encoding explicitly.;To;;I"io.c (rb_io_binmode);T;[o;;[I"/specifies encoding to ASCII-8BIT (binary).;To;;I"io.c (rb_io_s_read);T;[o;;[I":IO should be in binary mode when offset is specified.;To;;I" encoding.c (rb_to_encoding);T;[o;;[I"Areturns default encoding if no corresponding encoding found.;TS; ; i; I"AFri Dec 21 15:24:22 2007 Shugo Maeda ;T@ o; ;;;[o;;I"!lib/net/imap.rb (initialize);T;[o;;[I"`accept service name. changed the default value of the old style +verify+ argument to true.;TS; ; i; I";Fri Dec 21 15:15:44 2007 Tanaka Akira ;T@ o; ;;;[o;;I"gc.c (rb_garbage_collect);T;[o;;[I" new function for debugging.;TS; ; i; I"EFri Dec 21 15:16:00 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"&encoding.c (rb_to_encoding_index);T;[o;;[I"Hshould return error instead of exception even if type is incorrect.;TS; ; i; I"GFri Dec 21 14:58:27 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"(enumerator.c (enumerator_init_copy);T;[o;;[I"Bprohibit cloning of generators since Fibers cannot be copied.;To;;I"(enumerator.c (enumerator_init_copy);T;[o;;[I"typo fixed.;TS; ; i; I";Fri Dec 21 14:46:07 2007 Tanaka Akira ;T@ o; ;;;[o;;I"io.c (Init_IO);T;[o;;[I"5define IO::BINARY even if O_BINARY is not exist.;TS; ; i; I"GFri Dec 21 14:01:14 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"8test/ruby/test_system.rb (TestSystem::valid_syntax);T;[o;;[I"*apply ASCII-8BIT encoding explicitly.;To;;I"re.c (rb_reg_prepare_re);T;[o;;[I"&add encoding name in the message.;TS; ; i; I";Fri Dec 21 13:54:05 2007 Tanaka Akira ;T@ o; ;;;[o;;I" re.c;T;[o;;[I"8change "character encodings differ" error messages.;TS; ; i; I"EFri Dec 21 13:46:58 2007 Nobuyoshi Nakada ;T@ o; ;;;[ o;;I"!encoding.c (rb_enc_register);T;[o;;[I"set encoding constant.;To;;I"#encoding.c (rb_enc_find_index);T;[o;;[I"`replace non-alphanumeric chars with underscores, so that initialize function can be called.;To;;I"#encoding.c (rb_enc_find_index);T;[o;;[I">extension libraries have lower case names conventionally.;To;;I"+ruby.c (proc_options, process_options);T;[o;;[I"3finds encoding after load_path is initialized.;TS; ; i; I"GFri Dec 21 13:10:57 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"#io.c (rb_io_external_encoding);T;[o;;[I"new method.;To;;I"&encoding.c (rb_enc_from_encoding);T;[o;;[I"$returns Qnil for NULL encoding.;To;;I"#io.c (rb_io_external_encoding);T;[o;;[I"2should fill delayed initialization for STDIN.;TS; ; i; I";Fri Dec 21 13:09:11 2007 Tanaka Akira ;T@ o; ;;;[o;;I"#encoding.c (rb_locale_charmap);T;[o;;[I")return nil if no locale information.;TS; ; i; I";Fri Dec 21 12:55:39 2007 Tanaka Akira ;T@ o; ;;;[o;;I"4lib/runit, lib/rubyunit.rb, test/testunit/runit;T;[o;;[I" removed.;TS; ; i; I"GFri Dec 21 12:45:49 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"!string.c (rb_str_chomp_bang);T;[o;;[I"Bavoid unnecessary loop using ONIGENC_LEFT_ADJUST_CHAR_HEAD().;TS; ; i; I"GFri Dec 21 12:32:08 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"file.c (Init_File);T;[o;;[I"File.exists? revived.;To;;I"dir.c (Init_Dir);T;[o;;[I"Dir.exists? again.;TS; ; i; I"=Fri Dec 21 12:26:36 2007 Koichi Sasada ;T@ o; ;;;[o;;I"compile.c;T;[o;;[I"remove "illegal".;TS; ; i; I"EFri Dec 21 12:22:20 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"%keywords, parse.y (__ENCODING__);T;[o;;[I"represent script encoding.;TS; ; i; I";Fri Dec 21 12:16:50 2007 Tanaka Akira ;T@ o; ;;;[o;;I"&string.c (rb_str_is_ascii_only_p);T;[o;;[I"new method ascii_only?.;TS; ; i; I"GFri Dec 21 12:11:57 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"io.c (rb_io_mode_enc);T;[o;;[I"Gset default external encoding if no encoding specified explicitly.;TS; ; i; I";Fri Dec 21 12:00:34 2007 Tanaka Akira ;T@ o; ;;;[o;;I"configure.in;T;[o;;[I"#check langinfo.h and locale.h.;To;;I"encoding.c;T;[o;;[I"&use langinfo.h only if available.;To;;I" main.c;T;[o;;[I"$use locale.h only if available.;TS; ; i; I";Fri Dec 21 11:47:56 2007 Tanaka Akira ;T@ o; ;;;[ o;;I"encoding.c;T;[o;;[I"include locale.h;To;;I"(rb_locale_charmap);T;[o;;[I"Anew method Encoding.locale_charmap for nl_langinfo(CODESET).;To;;I"0include/ruby/encoding.h (rb_locale_charmap);T;[o;;[I"declared.;To;;I"main.c (main);T;[o;;[I""call setlocale with LC_CTYPE.;To;;I"ruby.c (locale_encoding);T;[o;;[I"use rb_locale_charmap.;TS; ; i; I"=Fri Dec 21 11:35:10 2007 Koichi Sasada ;T@ o; ;;;[o;;I"vm.c, vm_dump.c;T;[o;;[I"(fix typo. Reported by Yuki Mitsui.;TS; ; i; I";Fri Dec 21 11:28:00 2007 Tanaka Akira ;T@ o; ;;;[o;;I" regerror.c, string.c, io.c, lib/getoptlong.rb, lib/net/imap.rb, compile.c, sprintf.c, parse.y, ext/win32ole/win32ole.c, ext/tk/sample/demos-en/entry3.rb, ext/tk/lib/tcltk.rb, ext/openssl/ossl_bn.c, numeric.c, vm.c, benchmark/bm_so_meteor_contest.rb, bignum.c, ruby.c;T;[o;;[I"3don't "illegal" for non law violation context.;TS; ; i; I"EFri Dec 21 11:23:24 2007 Nobuyoshi Nakada ;T@ o; ;;;[ o;;I"common.mk (enc.mk);T;[o;;[I"3depends on $(RBCONFIG) instead of rbconfig.rb.;To;;I"encoding.c (Init_Encoding);T;[o;;[I"'ISO-8859-1 is no longer a replica.;To;;I""regenc.h (OnigEncodingDefine);T;[o;;[I"0names of extension and encoding can differ.;To;;I"enc/Makefile.in;T;[o;;[I"always shared.;To;;I"enc/depend (deffile);T;[o;;[I"should not upcase.;To;;I"4enc/{ascii,euc_jp,sjis,utf8,iso_8859_{1..16}}.c;T;[o;;[I"fix for Init.;TS; ; i; I";Fri Dec 21 09:26:48 2007 Tanaka Akira ;T@ o; ;;;[o;;I"tool/compile_prelude.rb;T;[o;;[I" use erb.;TS; ; i; I"GFri Dec 21 08:07:35 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"#enumerator.c (enumerator_next);T;[o;;[I"Gshould call next_init() if fiber is dead already. [ruby-dev:32459];TS; ; i; I"CFri Dec 21 01:21:49 2007 GOTOU Yuuzou ;T@ o; ;;;[o;;I"Dext/openssl/lib/openssl/ssl.rb (OpenSSL::SSL::SSLContext.build);T;[o;;[I"$enable CRL checking by default.;TS; ; i; I"CFri Dec 21 01:20:56 2007 GOTOU Yuuzou ;T@ o; ;;;[o;;I"(lib/net/http.rb (Net::HTTP#connect);T;[o;;[I"yuse OpenSSL::SSL::SSLContext.build instead of SSLContext.new (default verify mode is now OpenSSL::SSL::VERIFY_PEER).;To;;I"lib/net/https.rb;T;[o;;[I"1SSL parameters are defined by attr_accessor.;To;;I" test/net/http/test_https.rb;T;[o;;[I"!add test for HTTPS features.;TS; ; i; I"CFri Dec 21 01:11:37 2007 GOTOU Yuuzou ;T@ o; ;;;[o;;I"io.c (select_internal);T;[o;;[I""should return original value.;TS; ; i; I"GFri Dec 21 00:26:39 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"string.c (tr_trans);T;[o;;[I"+wrong encoding check for tree strings.;To;;I"1test/ruby/test_m17n.rb (TestM17N::test_tr_s);T;[o;;[I">"invalid mbstring sequence" is not an error to be tested.;To;;I"/test/ruby/test_m17n.rb (TestM17N::test_tr);T;[o;;[I" ditto.;TS; ; i; I"2007-12-20;T@ S; ; i; I"AThu Dec 20 19:29:07 2007 Shugo Maeda ;T@ o; ;;;[o;;I"!lib/net/imap.rb (initialize);T;[o;;[I"`the second argument is an option hash now. use SSLContext.build to specify SSL parameters.;TS; ; i; I"=Thu Dec 20 19:11:56 2007 Koichi Sasada ;T@ o; ;;;[o;;I"4thread_pthread.c (native_thread_apply_priority);T;[o;;[I"2check _POSIX_PRIORITY_SCHEDULING for OpenBSD.;TS; ; i; I"=Thu Dec 20 18:33:54 2007 Koichi Sasada ;T@ o; ;;;[o;;I"configure.in;T;[o;;[I"add libthr for FreeBSD.;TS; ; i; I"=Thu Dec 20 18:17:14 2007 Koichi Sasada ;T@ o; ;;;[o;;I"common.mk, *.ci;T;[o;;[I"renamed to *.c.;To;;I"eval_load.c;T;[o;;[I"renamed to load.c.;TS; ; i; I"AThu Dec 20 17:36:01 2007 Eric Hodel ;T@ o; ;;;[o;;I"lib/rubygems*;T;[o;;[I""Import RubyGems 1.0.0, r1575.;TS; ; i; I"=Thu Dec 20 17:18:38 2007 Koichi Sasada ;T@ o; ;;;[o;;I" proc.c;T;[o;;[I"support Proc#binding.;To;;I"sample/test.rb;T;[o;;[I"add a test.;TS; ; i; I"EThu Dec 20 17:07:54 2007 Nobuyoshi Nakada ;T@ o; ;;;[ o;;I"common.mk (enc.mk);T;[o;;[I"depends on rbconfig.rb.;To;;I""regenc.h (OnigEncodingDefine);T;[o;;[I"(external encoding definition macro.;To;;I"enc/Makefile.in;T;[o;;[I"fix for linking.;To;;I"$enc/depend, enc/make_encmake.rb;T;[o;;[I"fix for Windows.;To;;I"4enc/{ascii,euc_jp,sjis,utf8,iso_8859_{1..16}}.c;T;[o;;[I" renamed.;TS; ; i; I"=Thu Dec 20 16:42:55 2007 Koichi Sasada ;T@ o; ;;;[o;;I"iseq.c (find_line_no);T;[o;;[I"return 0 if not found.;TS; ; i; I"=Thu Dec 20 16:04:17 2007 Koichi Sasada ;T@ o; ;;;[ o;;I"#insnhelper.ci, vm.c, vm_core.h;T;[o;;[I"Tchange interface of vm_invoke_block() to specify block ptr. [ruby-talk:266422];To;;I"@cont.c, eval_jump.ci, insns.def, proc.c, signal.c, thread.c;T;[o;;[I"apply above change.;To;;I"#bootstraptest/test_knownbug.rb;T;[o;;[I"move fixed bug.;To;;I" bootstraptest/test_block.rb;T;[o;;[I"ditto. and add a test.;TS; ; i; I"EThu Dec 20 15:47:13 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"enc/iso_8859_{1..16}.c;T;[o;;[I" renamed.;TS; ; i; I"=Thu Dec 20 09:59:27 2007 Koichi Sasada ;T@ o; ;;;[o;;I"#insnhelper.ci (vm_expandarray);T;[o;;[I"^fix sp increase place. a patch from Yusuke ENDOH in [ruby-dev:32581].;To;;I""bootstraptest/test_massign.rb;T;[o;;[I"add a test for above.;To;;I"!bootstraptest/test_syntax.rb;T;[o;;[I"fix last committed test.;TS; ; i; I"=Thu Dec 20 09:47:58 2007 Koichi Sasada ;T@ o; ;;;[o;;I"!bootstraptest/test_syntax.rb;T;[o;;[I"add a test.;TS; ; i; I"=Thu Dec 20 09:40:51 2007 Koichi Sasada ;T@ o; ;;;[o;;I".compile.c (iseq_compile_each/NODE_RETURN);T;[o;;[I"fix stack consistency.;TS; ; i; I"GThu Dec 20 09:42:11 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"bignum.c (big2str_orig);T;[o;;[I"access beyond memory region cause crash on interrupt. a patch from Yusuke ENDOH in [ruby-dev:32651]. [ruby-dev:32641];TS; ; i; I"GThu Dec 20 09:06:54 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"string.c (rb_str_index);T;[o;;[I"wrong starting position.;TS; ; i; I"=Thu Dec 20 06:34:27 2007 Koichi Sasada ;T@ o; ;;;[o;;I""compile.c (iseq_compile_each);T;[o;;[I"#add pop after throw as return.;To;;I"3bootstraptest/test_knownbug.rb, test_syntax.rb;T;[o;;[I"move resolved test.;To;;I"!vm_core.h, iseq.c, compile.h;T;[o;;[I"add debug output code.;TS; ; i; I"=Thu Dec 20 04:57:18 2007 Koichi Sasada ;T@ o; ;;;[o;;I""compile.c (iseq_compile_each);T;[o;;[I"remove unused retry entry.;TS; ; i; I"BThu Dec 20 04:15:41 2007 NAKAMURA Usaku ;T@ o; ;;;[o;;I"*/Makefile.sub (DEFS, RM);T;[o;;[I"output to config.status.;TS; ; i; I"GThu Dec 20 02:59:05 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"common.mk (encs);T;[o;;[I"create encoding directory.;TS; ; i; I"EThu Dec 20 02:50:28 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"enc/iso8859_{1..16}.c;T;[o;;[I"adjust for ruby.;TS; ; i; I"EThu Dec 20 02:28:29 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"enc/iso8859_{1..16}.c;T;[o;;[I"#imported from Onigiruma 5.9.0.;TS; ; i; I"EThu Dec 20 02:23:22 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"enc/Makefile.in (RM);T;[o;;[I" added.;To;;I"enc/depend (encs);T;[o;;[I"!sort in alpha-numeric order.;To;;I""enc/depend (clean, distclean);T;[o;;[I" added.;TS; ; i; I"EThu Dec 20 01:10:52 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I""compile.c (iseq_compile_each);T;[o;;[I"ushould handle upper level eval iseq from break/next, and COMPILE_ERROR() breaks only one block. [ruby-dev:31372];TS; ; i; I"IThu Dec 20 00:07:36 2007 Masatoshi SEKI ;T@ o; ;;;[o;;I"Ctest/drb/drbtest.rb (test_07_public_private_protected_missing);T;[o;;[I")followed current Ruby specification.;TS; ; i; I"2007-12-19;T@ S; ; i; I"EWed Dec 19 23:57:37 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I",dir.c (dir_inspect, dir_path, dir_tell);T;[o;;[I"Acheck for frozen and closed is not needed. [ruby-dev:32640];TS; ; i; I"GWed Dec 19 22:59:52 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"string.c (str_sublen);T;[o;;[I"Cadjust position if position is not at the head of a character.;To;;I"!string.c (rb_str_chomp_bang);T;[o;;[I"5check if match start at the head of a character.;To;;I"!string.c (rb_str_chomp_bang);T;[o;;[I"wrong adjust condition.;To;;I"string.c (rb_str_rindex);T;[o;;[I"@comparison length should be based on bytes, not characters.;To;;I"string.c (rb_str_rindex_m);T;[o;;[I"too much adjustment.;To;;I"re.c (reg_match_pos);T;[o;;[I"2pos adjustment should be based on characters.;To;;I"7test/ruby/test_m17n.rb (TestM17N::test_str_insert);T;[o;;[I"4test updated to check negative offset behavior.;To;;I" string.c (rb_str_each_line);T;[o;;[I"should consider rslen.;To;;I"!string.c (rb_str_buf_append);T;[o;;[I"should propagate encoding.;To;;I" string.c (rb_str_each_line);T;[o;;[I" ditto.;To;;I":test/ruby/test_m17n.rb (TestM17N::test_str_each_line);T;[o;;[I"#should check encoding as well.;To;;I":test/ruby/test_m17n.rb (TestM17N::test_str_each_line);T;[o;;[I"?empty array can not propagate encoding; should not check.;TS; ; i; I"EWed Dec 19 21:42:18 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"re.c (rb_reg_regsub);T;[o;;[I"!should set checked encoding.;To;;I"string.c (rb_str_sub_bang);T;[o;;[I"applied r14212 too.;TS; ; i; I"BWed Dec 19 20:40:01 2007 NAKAMURA Usaku ;T@ o; ;;;[o;;I"bignum.c (bigmul1);T;[o;;[I" C99ism.;To;;I"bignum.c (bigdivrem1);T;[o;;[I"need dummy return value.;TS; ; i; I"AWed Dec 19 19:18:06 2007 NARUSE, Yui ;T@ o; ;;;[ o;;I"ext/nkf/nkf-utf8/nkf.c;T;[o;;[I" Updated.;To;;I"#ext/nkf/nkf.c (rb_nkf_enc_get);T;[o;;[I" added.;To;;0;[o;;[0o;;I"$ext/nkf/nkf.c (NKF::);T;[o;;[I" redefine encoding constant.;To;;I"-ext/nkf/lib/kconv.rb (Kconv::);T;[o;;[I"redefined as Encoding.;To;;I"ext/nkf/lib/kconv.rb;T;[o;;[I"refactoring.;TS; ; i; I"GWed Dec 19 19:11:08 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"bignum.c (rb_big_mul0);T;[o;;[I"jblocking check for bigger numbers. a patch from Yusuke ENDOH in [ruby-dev:32632].;To;;I"bignum.c (bigdivrem);T;[o;;[I" ditto.;TS; ; i; I"=Wed Dec 19 17:34:50 2007 Koichi Sasada ;T@ o; ;;;[o;;I""compile.c (iseq_compile_each);T;[o;;[I"remove "retry" in block.;To;;0;[o;;[0o;;I"bootstraptest/test_jump.rb;T;[o;;[I" ditto.;To;;I"lib/drb/invokemethod.rb;T;[o;;[I" ditto.;To;;I"sample/drb/darrayc.rb;T;[o;;[I" ditto.;To;;I"sample/test.rb;T;[o;;[I" ditto.;To;;I"test/drb/drbtest.rb;T;[o;;[I" ditto.;To;;I"test/ruby/test_iterator.rb;T;[o;;[I" ditto.;To;;I"sample/test.rb;T;[o;;[I"/add a 'test' directory on the SYSTEM test.;TS; ; i; I"=Wed Dec 19 17:12:59 2007 Koichi Sasada ;T@ o; ;;;[o;;I"2bootstraptest/test_knownbug.rb, test_block.rb;T;[o;;[I"move fixed bug.;To;;I"bootstraptest/test_m17n.rb;T;[o;;[I" added.;TS; ; i; I"=Wed Dec 19 16:59:55 2007 Koichi Sasada ;T@ o; ;;;[o;;I"eval.c (errinfo_place);T;[o;;[I"/skip if error is Fixnum. [ruby-dev:32608];To;;I"7bootstraptest/test_exception.rb, test_known_bug.rb;T;[o;;[I"move fixed bug.;TS; ; i; I"EWed Dec 19 16:31:58 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I",parse.y (reg_named_capture_assign_iter);T;[o;;[I"remove C99 dependency.;To;;I",parse.y (reg_named_capture_assign_iter);T;[o;;[I"(get rid of creating unnecessary ID.;To;;I" parse.y (rb_enc_symname2_p);T;[o;;[I")check for non-nul-terminated string.;TS; ; i; I"GWed Dec 19 15:37:06 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"(insnhelper.ci (vm_yield_with_cfunc);T;[o;;[I"call cfunc with;To;;0;[o;;[0o;;I"%enumerator.c (enumerator_each_i);T;[o;;[I"'adapted to new calling convention.;TS; ; i; I"GWed Dec 19 15:13:20 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"string.c (rb_str_justify);T;[o;;[I"3should propagate encoding from pad string too.;TS; ; i; I"EWed Dec 19 13:57:43 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"!configure.in (TIMEZONE_VOID);T;[o;;[I"Fcheck whether timezone requires zero arguments. [ruby-dev:32631];TS; ; i; I"AWed Dec 19 13:22:14 2007 NARUSE, Yui ;T@ o; ;;;[ o;;I"#ext/nkf/nkf.c (NKF::_ENCODING);T;[o;;[I" removed.;To;;I"!ext/nkf/nkf.c (rb_nkf_kconv);T;[o;;[I"renamed to rb_nkf_convert.;To;;I"#ext/nkf/nkf.c (rb_nkf_convert);T;[o;;[I"set encoding.;To;;I""ext/nkf/nkf.c (rb_nkf_guess1);T;[o;;[I" removed.;To;;I""ext/nkf/nkf.c (rb_nkf_guess2);T;[o;;[I"renamed to rb_nkf_guess.;To;;I"!ext/nkf/nkf.c (rb_nkf_guess);T;[o;;[I".guess method now returns encoding object.;To;;I"ext/nkf/nkf-utf8/nkf.c;T;[o;;[I"$Update to nkf 2.0.8 2007-12-19.;TS; ; i; I"EWed Dec 19 10:52:29 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"bignum.c (rb_cstr_to_inum);T;[o;;[I"Oan underscore succeeding after octal prefix is allowed. [ruby-core:14139];TS; ; i; I"GWed Dec 19 00:09:19 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"bignum.c (rb_cstr_to_inum);T;[o;;[I"[wrong radix check. a patch from Yusuke ENDOH in [ruby-dev:32628].;To;;I"bignum.c (big2str_find_n1);T;[o;;[I" ditto.;TS; ; i; I"2007-12-18;T@ S; ; i; I"ETue Dec 18 23:53:53 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I""compile.c (iseq_compile_each);T;[o;;[I"(fix for segfault. [ruby-dev:31372];TS; ; i; I"CTue Dec 18 23:44:32 2007 GOTOU Yuuzou ;T@ o; ;;;[o;;I"test/net/http/utils.rb;T;[o;;[I"lsplit TestNetHTTPUtils module from test/net/http/test_http.rb. and start HTTP server in each test case.;TS; ; i; I"CTue Dec 18 23:27:51 2007 GOTOU Yuuzou ;T@ o; ;;;[o;;I"Alib/webrick/server.rb (WEBrick::GenericServer#accept_client);T;[o;;[I"}should rescue Errno::EINVAL from TCPServer#accept. this exception might occur if the server socket is not in ready to listen.;To;;I"Alib/webrick/server.rb (WEBrick::GenericServer#accept_client);T;[o;;[I"Jdon't call TCPServer#close if the :ShutdownSocketWithoutClose is set.;To;;I"5lib/webrick/config.rb (WEBrick::Config::General);T;[o;;[I"3add new parameter :ShutdownSocketWithoutClose.;TS; ; i; I"CTue Dec 18 22:51:47 2007 GOTOU Yuuzou ;T@ o; ;;;[o;;I"Fext/openssl/lib/openssl/ssl.rb (OpenSSL::SSL::SSLServer#shutdown);T;[o;;[I"Hnew method which calls TCPSocket#shutdown of the underlying socket.;TS; ; i; I"CTue Dec 18 22:11:50 2007 GOTOU Yuuzou ;T@ o; ;;;[o;;I"jlib/rss/parser.rb, lib/rss/atom.rb, lib/rss/rss.rb, test/rss/rss-assertions.rb, test/rss/test_atom.rb;T;[o;;[I"4use pack/unpack("m") instead of base64 library.;To;;I"lib/webrick/httpproxy.rb;T;[o;;[I"`use delete("\n") instead of chomp/chop because the result of pack("m") might be multi-line.;TS; ; i; I"=Tue Dec 18 22:12:35 2007 Koichi Sasada ;T@ o; ;;;[o;;I"insnhelper.ci, vm.c;T;[o;;[I"Nrewrite sp manipulation around method/block invocation. [ruby-dev:32547];TS; ; i; I"BTue Dec 18 22:11:23 2007 NAKAMURA Usaku ;T@ o; ;;;[o;;I"#ext/dl/win32/lib/win32/sspi.rb;T;[o;;[I"Nuse pack/unpack("m") instead of base64 library which was already removed.;TS; ; i; I"=Tue Dec 18 21:09:23 2007 Koichi Sasada ;T@ o; ;;;[o;;I"vm.c (invoke_block);T;[o;;[I"#merge 2 stack overflow checks.;TS; ; i; I"=Tue Dec 18 20:58:35 2007 Koichi Sasada ;T@ o; ;;;[o;;I">compile.c, insnhelper.ci, insns.def, object.c, vm.c, vm.h;T;[o;;[I"'optimize !@, != method invocation.;To;;I"id.c, id.h;T;[o;;[I" ditto.;To;;I"!bootstraptest/test_syntax.rb;T;[o;;[I"add tests for above.;TS; ; i; I"=Tue Dec 18 18:10:05 2007 Koichi Sasada ;T@ o; ;;;[o;;I"#bootstraptest/test_knownbug.rb;T;[o;;[I"add issues.;TS; ; i; I";Tue Dec 18 20:22:44 2007 Tanaka Akira ;T@ o; ;;;[o;;I"parse.y (arg tMATCH arg);T;[o;;[I"Acall reg_named_capture_assign_gen if regexp literal is used.;To;;I"#(reg_named_capture_assign_gen);T;[o;;[I"Nassign the result of named capture into local variables. [ruby-dev:32588];To;;I" re.c;T;[o;;[I"/document the assignment by named captures.;TS; ; i; I"GTue Dec 18 18:09:15 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"string.c (rb_str_splice);T;[o;;[I"propagate encoding.;To;;I"!string.c (rb_str_subpat_set);T;[o;;[I" ditto.;TS; ; i; I"GTue Dec 18 17:27:12 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"object.c (rb_obj_freeze);T;[o;;[I"Ypreserve frozen state of immediate values in internal hash table, a la generic_ivar.;To;;I"object.c (rb_obj_frozen_p);T;[o;;[I" check immediate values too.;To;;I""variable.c (generic_ivar_set);T;[o;;[I"+add frozen check fro immediate values.;TS; ; i; I"ETue Dec 18 17:04:25 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I":transcode.c (rb_str_transcode_bang, rb_str_transcode);T;[o;;[I"Zset new encoding even if no conversion is done because of 7bit only. [ruby-dev:32591];TS; ; i; I"ETue Dec 18 15:43:59 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"*common.mk (encs, ext/ripper/ripper.c);T;[o;;[I":other options must come before MAKEFLAGS in GNU make.;TS; ; i; I"ATue Dec 18 15:19:55 2007 Eric Hodel ;T@ o; ;;;[o;;I"!lib/rdoc/parsers/parse_rb.rb;T;[o;;[I"%Don't call private fail anymore.;TS; ; i; I"ETue Dec 18 15:17:26 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"*common.mk (encs, ext/ripper/ripper.c);T;[o;;[I"pass MAKEFLAGS.;TS; ; i; I"GTue Dec 18 14:45:25 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"parse.y (op_tbl);T;[o;;[I"0remove duplication to avoid symbol aliases.;TS; ; i; I"GTue Dec 18 14:39:05 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"string.c (str_nth);T;[o;;[I".need not to raise out-of-range exception.;To;;I"9test/ruby/test_m17n.rb (TestM17N::test_str_aref_len);T;[o;;[I"removed debug print.;TS; ; i; I"ETue Dec 18 14:05:23 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"enc/depend;T;[o;;[I"3get rid of target expanded as empty for nmake.;TS; ; i; I"GTue Dec 18 07:56:57 2007 Yukihiro Matsumoto ;T@ o; ;;;[ o;;I""proc.c (rb_obj_public_method);T;[o;;[I";Object#public_method to retrieve public method object.;To;;I"+proc.c (rb_mod_public_instance_method);T;[o;;[I"ZModule#public_instance_method to retrieve public instance method from class / module.;To;;I"proc.c (mnew);T;[o;;[I"visibility check added.;To;;I"#eval_error.ci (rb_print_undef);T;[o;;[I"add rb_ prefix.;To;;I"#eval_error.ci (rb_print_undef);T;[o;;[I")add visibility in the error message.;TS; ; i; I"GTue Dec 18 05:54:26 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"?lib/Env.rb, lib/base64.rb, lib/importenv.rb, lib/eregex.rb;T;[o;;[I" removed.;To;;I""lib/ping.rb, lib/readbytes.rb;T;[o;;[I" removed;TS; ; i; I"ETue Dec 18 02:30:56 2007 Nobuyoshi Nakada ;T@ o; ;;;[ o;;I" configure.in (BUILTIN_ENCS);T;[o;;[I" removed.;To;;I"common.mk (enc.mk);T;[o;;[I")pass BUILTIN_ENCS from command line.;To;;I"enc/depend;T;[o;;[I" ditto.;To;;I"enc/make_encmake.rb;T;[o;;[I" ditto.;TS; ; i; I"GTue Dec 18 01:46:48 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"sprintf.c (rb_str_format);T;[o;;[I"Nneed to clear output buffer to avoid broken encoding compatibility check.;TS; ; i; I"ETue Dec 18 01:40:20 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"lib/mkmf.rb (depend_rules);T;[o;;[I""inserts ruby to only headers.;TS; ; i; I"ETue Dec 18 01:21:19 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"#parse.y (parser_encode_length);T;[o;;[I"chomp eol style modifiers.;To;;I"#parse.y (parser_magic_comment);T;[o;;[I" ditto.;To;;I" parse.y (set_file_encoding);T;[o;;[I" ditto.;TS; ; i; I"ETue Dec 18 01:15:44 2007 Nobuyoshi Nakada ;T@ o; ;;;[ o;;I"common.mk (encs);T;[o;;[I"added dependencies.;To;;I"5enc/Makefile.in, enc/depend, enc/make_encmake.rb;T;[o;;[I"moved serb code.;To;;I"lib/mkmf.rb (depend_rules);T;[o;;[I"-now takes content string, not file name.;To;;I"win32/enc-setup.mak;T;[o;;[I"overrides default target.;TS; ; i; I"GTue Dec 18 00:26:12 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"re.c (rb_reg_initialize);T;[o;;[I"iraise error if non-Unicode fixed encoding option is specified for regexp literals with \u{} escapes.;To;;I"#string.c (rb_str_squeeze_bang);T;[o;;[I"1should squeeze multibyte characters as well.;TS; ; i; I"2007-12-17;T@ S; ; i; I"EMon Dec 17 21:41:25 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"win32/enc-setup.mak;T;[o;;[I"extracts BUILTIN_ENCOBJS.;To;;I"tool/compile_prelude.rb;T;[o;;[I"needs srcdir.;TS; ; i; I"CMon Dec 17 21:24:04 2007 GOTOU Yuuzou ;T@ o; ;;;[o;;I"common.mk (miniprelude.c);T;[o;;[I"add -I$(srcdir).;TS; ; i; I"CMon Dec 17 20:53:27 2007 GOTOU Yuuzou ;T@ o; ;;;[ o;;I"9ext/openssl/ossl_ssl.c (ossl_sslctx_set_ssl_version);T;[o;;[I"Unew method OpenSSL::SSL::SSLContext#ssl_version to wrap SSL_CTX_set_ssl_version.;To;;I"8ext/openssl/ossl_ssl.c (ossl_ssl_get_verify_result);T;[o;;[I"Tnew method OpenSSL::SSL::SSLSocket#verify_result to wrap SSL_get_verify_result.;To;;I"Dext/openssl/lib/openssl/ssl.rb (OpenSSL::SSL::SSLContext.build);T;[o;;[I"new method to build OpenSSL::SSL::SSLContext with Hash parameters. this method provides safety default parameters than SSLContext.new.;To;;I"Next/openssl/lib/openssl/ssl.rb (OpenSSL::SSL.verify_certificate_identity);T;[o;;[I"tnew module function: pull out identity verification process from OpenSSL::SSL::SSLSocket#post_connection_check.;TS; ; i; I"GMon Dec 17 18:42:23 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"string.c (scan_once);T;[o;;[I"Oneed no encoding compatibility check. it's done inside of re_reg_search().;To;;I"string.c (rb_str_split_m);T;[o;;[I" ditto.;To;;I"re.c (rb_reg_regsub);T;[o;;[I" ditto.;TS; ; i; I"GMon Dec 17 17:50:30 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"string.c (rb_str_index);T;[o;;[I""check if substring is broken.;To;;I"string.c (rb_str_rindex);T;[o;;[I" ditto.;To;;I"string.c (rb_str_succ);T;[o;;[I"should carry over.;TS; ; i; I"EMon Dec 17 17:47:26 2007 Nobuyoshi Nakada ;T@ o; ;;;[ o;;I"common.mk (encs);T;[o;;[I".new target to compile external encodings.;To;;I"enc/Makefile.in;T;[o;;[I"became a serb template.;To;;I"enc/make_encmake.rb;T;[o;;[I"4creates enc.mk from enc/Makefile.in using serb.;To;;I" lib/mkmf.rb (relative_from);T;[o;;[I"moved from ext/extmk.rb.;To;;I"lib/mkmf.rb ($extmk);T;[o;;[I"9true if under to top source directory, not only ext.;To;;I"lib/mkmf.rb (depend_rules);T;[o;;[I"$extracted from create_makefile.;To;;I"tool/serb.rb (serb);T;[o;;[I"+splitted from tool/compile_prelude.rb.;TS; ; i; I"EMon Dec 17 17:32:55 2007 Nobuyoshi Nakada ;T@ o; ;;;[ o;;I"configure.in (MAKEFILES);T;[o;;[I"removed enc/Makefile.;To;;I",configure.in (EXTERNAL_ENCOBJS, ENCSOS);T;[o;;[I" removed.;To;;I"#enc/Makefile.in (BUILTIN_ENCS);T;[o;;[I"includes .c suffix.;To;;I"enc/depend;T;[o;;[I"splitted from Makefile.in.;To;;I"+{bcc32,win32,wince}/setup.mak (-encs-);T;[o;;[I"extracts BUILTIN_ENCOBJS.;TS; ; i; I";Mon Dec 17 17:07:53 2007 Tanaka Akira ;T@ o; ;;;[o;;I"&string.c (rb_enc_str_asciionly_p);T;[o;;[I"use rb_enc_str_coderange.;TS; ; i; I";Mon Dec 17 16:39:25 2007 Tanaka Akira ;T@ o; ;;;[o;;I"$string.c (rb_enc_str_coderange);T;[o;;[I":set ENC_CODERANGE_BROKEN using rb_enc_precise_mbclen.;To;;I"(rb_str_valid_encoding_p);T;[o;;[I"9just check coderange is ENC_CODERANGE_BROKEN or not.;TS; ; i; I"CMon Dec 17 16:04:16 2007 GOTOU Yuuzou ;T@ o; ;;;[o;;I":ext/openssl/lib/openssl/buffering.rb (Buffering#gets);T;[o;;[I"Dadded second optional argument to specify maximum length limit.;TS; ; i; I"CMon Dec 17 16:02:30 2007 GOTOU Yuuzou ;T@ o; ;;;[o;;I"3lib/webrick/httprequest.rb, lib/webrick/cgi.rb;T;[o;;[I"YRequest-Line or header fields should be read with maximum length. [ruby-talk:231745];TS; ; i; I";Mon Dec 17 14:03:39 2007 Tanaka Akira ;T@ o; ;;;[o;;I"2include/ruby/encoding.h (ENC_CODERANGE_VALID);T;[o;;[I"$rename from ENC_CODERANGE_8BIT.;To;;I"$string.c (rb_enc_str_coderange);T;[o;;[I"follow the renaming.;TS; ; i; I"GMon Dec 17 13:56:53 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"string.c (tr_find);T;[o;;[I"wrong condition fixed.;To;;I"sprintf.c (rb_str_format);T;[o;;[I";check encoding based on result, not the format string.;To;;I"string.c (rb_str_upto);T;[o;;[I"add encoding check.;TS; ; i; I"EMon Dec 17 12:21:25 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"Makefile.in (RUNRUBY);T;[o;;[I"added RUNRUBYOPT.;TS; ; i; I";Mon Dec 17 11:38:59 2007 Tanaka Akira ;T@ o; ;;;[o;;I"+thread_win32.ci (native_thread_create);T;[o;;[I"Ainitialize th->machine_stack_maxsize as rb_gc_stack_maxsize.;TS; ; i; I"2007-12-16;T@ S; ; i; I"ESun Dec 16 14:51:59 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"configure.in (MAKEFILES);T;[o;;[I">should be enc/Makefile, not GNUmakefile. [ruby-dev:32609];To;;I" configure.in (BUILTIN_ENCS);T;[o;;[I"!removed escapes for OpenBSD.;TS; ; i; I"2007-12-15;T@ S; ; i; I";Sat Dec 15 23:58:46 2007 Tanaka Akira ;T@ o; ;;;[o;;I"1test/openssl/test_pair.rb (SSLPair#ssl_pair);T;[o;;[I"'join the thread, even on an error.;TS; ; i; I";Sat Dec 15 23:50:31 2007 Tanaka Akira ;T@ o; ;;;[o;;I"#test/xmlrpc/webrick_testing.rb;T;[o;;[I" join webrick server thread.;TS; ; i; I"ESat Dec 15 22:27:39 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I" configure.in (BUILTIN_ENCS);T;[o;;[I"=splitted command line instead of semicolons for Solaris.;TS; ; i; I";Sat Dec 15 21:38:24 2007 Tanaka Akira ;T@ o; ;;;[o;;I"lib/timeout.rb;T;[o;;[I"8join the background thread to make sure it is dead.;TS; ; i; I"ESat Dec 15 20:20:48 2007 Nobuyoshi Nakada ;T@ o; ;;;[ o;;I" configure.in (enc/Makefile);T;[o;;[I"(add external encoding objects list.;To;;I" common.mk (BUILTIN_ENCOBJS);T;[o;;[I"renamed from ENCOBJS.;To;;I" configure.in (BUILTIN_ENCS);T;[o;;[I"+[] needs to be enclosed because of m4.;To;;I""Makefile.in (BUILTIN_ENCOBJS);T;[o;;[I"substituted by autoconf.;To;;I"enc/Makefile.in;T;[o;;[I"3new file to compile external encoding sources.;To;;I"#encoding.c (rb_enc_find_index);T;[o;;[I"Rauto-load external encoding objects as "ext/ENCODING_NAME". [ruby-dev:32606];TS; ; i; I";Sat Dec 15 13:04:30 2007 Tanaka Akira ;T@ o; ;;;[o;;I"vm_core.h (rb_thread_t);T;[o;;[I"Inew member machine_stack_maxsize and machine_register_stack_maxsize.;To;;I"gc.c (rb_gc_stack_maxsize);T;[o;;[I"@new global variable for the thread size of the main thread.;To;;I"(STACK_LEVEL_MAX);T;[o;;[I"1use machine_stack_maxsize of current thread.;To;;I"(ruby_stack_check);T;[o;;[I"check IA64 register stack.;To;;I"(ruby_set_stack_size);T;[o;;[I"set rb_gc_stack_maxsize.;To;;I"(Init_stack);T;[o;;[I"set rb_gc_stack_maxsize.;To;;I"-thread_pthread.ci (native_thread_create);T;[o;;[I"Qinitialize th->machine_stack_maxsize and th->machine_register_stack_maxsize.;To;;I"vm.c (Init_BareVM);T;[o;;[I"Qinitialize th->machine_stack_maxsize and th->machine_register_stack_maxsize.;To;;I"+thread_win32.ci (native_thread_create);T;[o;;[I"^initialize th->machine_stack_maxsize. not tested. just a guess at all. [ruby-dev:32604];TS; ; i; I"ESat Dec 15 12:58:00 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"Aencoding.c (rb_enc_register, rb_enc_replicate, rb_enc_alias);T;[o;;[I"!check if already registered.;TS; ; i; I"GSat Dec 15 01:57:06 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I")lib/rdoc/options.rb (Options::parse);T;[o;;[I"8do not access $KCODE any longer. [ruby-core:14079];To;;I"*lib/irb/init.rb (IRB::IRB.parse_opts);T;[o;;[I" ditto.;To;;I"lib/cgi.rb (CGI::CGI);T;[o;;[I" ditto.;TS; ; i; I"2007-12-14;T@ S; ; i; I";Fri Dec 14 18:18:31 2007 Tanaka Akira ;T@ o; ;;;[o;;I"-thread_pthread.ci (native_thread_create);T;[o;;[I"`twice the stack size. 512KB is not enough to complete test-all on Debian GNU/Linux on IA64.;TS; ; i; I"GFri Dec 14 16:10:50 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"io.c (rb_f_p);T;[o;;[I"QRDoc update. a patch from murphy . [ruby-core:14010];TS; ; i; I"GFri Dec 14 16:06:18 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"string.c (rb_str_cmp);T;[o;;[I"encoding aware comparison.;To;;I"string.c (rb_str_casecmp);T;[o;;[I" ditto.;TS; ; i; I"EFri Dec 14 13:47:54 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"common.mk (ruby.imp);T;[o;;[I"kfix for circular dependency. a patch from Yutaka Kanemoto in [ruby-dev:32590].;To;;I"7regint.h, st.c, ext/json/ext/generator/generator.c;T;[o;;[I"suppress warnings on AIX.;TS; ; i; I"EFri Dec 14 12:36:35 2007 Nobuyoshi Nakada ;T@ o; ;;;[ o;;I"&configure.in (RUBY_CHECK_VARTYPE);T;[o;;[I"1check if a variable is defined and its type.;To;;I"%configure.in (timezone, altzone);T;[o;;[I"check for recent cygwin.;To;;I""missing/strftime.c (strftime);T;[o;;[I"(fix for timezone. [ruby-dev:32536];To;;I"lib/mkmf.rb (try_var);T;[o;;[I"should fail for functions.;To;;I"ext/readline/extconf.rb;T;[o;;[I";T@ o; ;;;[o;;I"8lib/e2mmap.rb (Exception2MessageMapper::E2MM.Raise);T;[o;;[I"$$! no longer modifiable in 1.9.;TS; ; i; I";Fri Dec 14 08:17:24 2007 Tanaka Akira ;T@ o; ;;;[o;;I"eval.c (rb_protect);T;[o;;[I"Urestore root_jmpbuf even if proc exits by break such as dbm.delete_if { break }.;TS; ; i; I"GFri Dec 14 02:55:41 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"string.c (str_nth);T;[o;;[I"Qdirect jump if string is 7bit only. great performance boost for worst case.;To;;I"string.c (str_strlen);T;[o;;[I"(direct size if string is 7bit only.;TS; ; i; I"GFri Dec 14 02:29:32 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"#encoding.c (rb_enc_compatible);T;[o;;[I"\1st argument (typically the receiver) would have higher priority in encoding detection.;TS; ; i; I"GFri Dec 14 02:05:42 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"io.c (rb_io_synchronized);T;[o;;[I"2should check if initialized. [ruby-dev:32585];TS; ; i; I"GFri Dec 14 00:54:40 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"re.c (rb_reg_initialize);T;[o;;[I"Eembedded string may override encoding of the regular expression.;To;;I"re.c (rb_reg_initialize);T;[o;;[I"Zfix encoding of regular expression if embedded string has its own encoding specified.;TS; ; i; I"2007-12-13;T@ S; ; i; I"GThu Dec 13 22:16:46 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"#encoding.c (rb_enc_compatible);T;[o;;[I"Xencoding should never fall back to ASCII-8BIT unless both encodings are ASCII-8BIT.;TS; ; i; I";Thu Dec 13 20:31:28 2007 Tanaka Akira ;T@ o; ;;;[o;;I"%string.c (rb_str_shared_replace);T;[o;;[I"!make str noembed after free.;TS; ; i; I";Thu Dec 13 20:09:09 2007 Tanaka Akira ;T@ o; ;;;[o;;I"eval.c (rb_protect);T;[o;;[I"urestore root_jmpbuf to avoid SEGV by 'IO.pipe; [].each.next' with gcc version 3.3.5 (Debian 1:3.3.5-13) on IA64.;TS; ; i; I"GThu Dec 13 17:51:54 2007 Yukihiro Matsumoto ;T@ o; ;;;[ o;;I"string.c (rb_str_split_m);T;[o;;[I"3need not to check encoding if regexp is empty.;To;;I"string.c (rb_str_justify);T;[o;;[I"2associate encoding of original to the result.;To;;I"!string.c (rb_str_chomp_bang);T;[o;;[I"0need to check encoding of record separator.;To;;I"string.c (str_gsub);T;[o;;[I"(should copy encoding to the result.;To;;I"sprintf.c (rb_str_format);T;[o;;[I" ditto.;To;;I"string.c (rb_str_succ);T;[o;;[I"\should not enter infinite loop for non-ASCII, non-alphanumeric character at the bottom.;TS; ; i; I"EThu Dec 13 17:03:29 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"#encoding.c (rb_enc_compatible);T;[o;;[I"&should swap encoding indexes too.;TS; ; i; I"GThu Dec 13 16:41:37 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"#encoding.c (rb_enc_compatible);T;[o;;[I"Bshould not judge compatibility based on rb_enc_asciicompat().;TS; ; i; I"GThu Dec 13 13:09:03 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"%include/ruby/io.h (MakeOpenFile);T;[o;;[I"?fptr->enc should be initialized to zero. [ruby-dev:32569];TS; ; i; I"GThu Dec 13 08:56:01 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"io.c (rb_io_getc);T;[o;;[I"Muse default external encoding if fptr->enc is not set. [ruby-dev:32565];To;;I";T@ o; ;;;[o;;I"io.c (read_all);T;[o;;[I"0should associate default external encoding.;To;;I"io.c (io_read);T;[o;;[I"4should NOT associate default external encoding.;TS; ; i; I"2007-12-12;T@ S; ; i; I";Wed Dec 12 23:22:58 2007 Tanaka Akira ;T@ o; ;;;[o;;I"8re.c, regerror.c, string.c, parse.y, ruby.c, file.c;T;[o;;[I";T@ o; ;;;[o;;I"io.c (rb_io_mode_enc);T;[o;;[I"Qallow specifying external encoding in open mode, e.g. open(path, "r:utf-8").;TS; ; i; I"GWed Dec 12 21:26:03 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"eval_method.ci (rb_alias);T;[o;;[I"Hno need to skip aliasing when new equals to old. [ruby-core:13990];TS; ; i; I"GWed Dec 12 16:34:53 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I" io.c (rb_io_check_readable);T;[o;;[I",set default external encoding to STDIN.;To;;I"io.c (io_enc_str);T;[o;;[I")associate encoding to output string.;TS; ; i; I"GWed Dec 12 12:44:39 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"parse.y (expr);T;[o;;[I"K'not' and '!' should act as conditional expression. [ruby-dev:32548];TS; ; i; I"EWed Dec 12 12:11:42 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"re.c (rb_reg_regsub);T;[o;;[I"should copy encoding.;To;;I")string.c (rb_str_sub_bang, str_gsub);T;[o;;[I"3should check and copy encoding to be replaced.;TS; ; i; I"2007-12-11;T@ S; ; i; I"GTue Dec 11 23:04:17 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"pack.c (pack_pack);T;[o;;[I"XRDoc update. a patch from Gary Wright . [ruby-core:13998];To;;I"pack.c (pack_unpack);T;[o;;[I" ditto.;TS; ; i; I";Tue Dec 11 16:37:47 2007 Tanaka Akira ;T@ o; ;;;[o;;I"encoding.c (rb_enc_ascget);T;[o;;[I"#renamed from rb_enc_get_ascii.;To;;I"include/ruby/encoding.h;T;[o;;[I"follow the renaming.;To;;I" re.c;T;[o;;[I" ditto.;TS; ; i; I"ETue Dec 11 16:19:26 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I")Makefile.in, */Makefile.sub (CP, MV);T;[o;;[I" added.;To;;I"common.mk (.y.c);T;[o;;[I";not discard the old target until successfully created.;TS; ; i; I"GTue Dec 11 15:20:39 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"object.c (Init_Object);T;[o;;[I"jsingleton_method_{added,removed,undefined} hooks should be defined for BasicObject. [ruby-dev:32531];To;;I"eval.c (Init_eval);T;[o;;[I"Lmethod_missing should be defined for all objects; moved to BasicObject.;TS; ; i; I"ETue Dec 11 14:27:50 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"!transcode.c (transcode_loop);T;[o;;[I"6get rid of SEGV at sequence can not be converted.;To;;I"(transcode.c (rb_str_transcode_bang);T;[o;;[I"%copy encoding. [ruby-dev:32532];To;;I" test/ruby/test_transcode.rb;T;[o;;[I"Radded tests from Martin Duerst . [ruby-dev:32532];TS; ; i; I";Tue Dec 11 12:05:51 2007 Tanaka Akira ;T@ o; ;;;[ o;;I""encoding.c (rb_enc_get_ascii);T;[o;;[I"Eadd an argument to provide the length of the returned character.;To;;I"/include/ruby/encoding.h (rb_enc_get_ascii);T;[o;;[I"add the argument.;To;;I"re.c (rb_reg_expr_str);T;[o;;[I""modify rb_enc_get_ascii call.;To;;I"(rb_reg_quote);T;[o;;[I" ditto.;To;;I"(rb_reg_regsub);T;[o;;[I" ditto.;TS; ; i; I";Tue Dec 11 09:40:21 2007 Tanaka Akira ;T@ o; ;;;[o;;I"Ainclude/ruby/oniguruma.h (ONIGENC_CONSTRUCT_MBCLEN_NEEDMORE);T;[o;;[I"parenthesize an argument.;TS; ; i; I"GTue Dec 11 02:23:32 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"eval.c (rb_method_missing);T;[o;;[I"MRDoc update patch from Hugh Sasse . [ruby-core:12932];TS; ; i; I"GTue Dec 11 01:51:34 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"%lib/net/http.rb (Net::HTTP::get);T;[o;;[I"gnow supports gzip content-encoding. a patch from Hugh Sasse . [ruby-core:13451];TS; ; i; I"GTue Dec 11 01:21:21 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"!parse.y (shadowing_lvar_gen);T;[o;;[I" no duplicate error for "_".;TS; ; i; I"2007-12-10;T@ S; ; i; I"@Mon Dec 10 22:08:47 2007 Akinori MUSHA ;T@ o; ;;;[o;;I" array.c (rb_ary_slice_bang);T;[o;;[I"cIf an invalid range is given, do not raise an exception but return nil just like slice() does.;TS; ; i; I"EMon Dec 10 21:47:53 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I" transcode.c (str_transcode);T;[o;;[I"5allow non-registered encodings. [ruby-dev:32520];TS; ; i; I"GMon Dec 10 21:00:30 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I" array.c (rb_ary_slice_bang);T;[o;;[I"tshould return nil if position out of range. a patch from Akinori MUSHA . [ruby-dev:32518];TS; ; i; I"GMon Dec 10 19:02:52 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"re.c (rb_reg_match);T;[o;;[I"Dshould calculate offset by converted operand. [ruby-cvs:21416];TS; ; i; I"GMon Dec 10 18:28:06 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"-lib/uri/common.rb (URI::REGEXP::PATTERN);T;[o;;[I"otypo in REG_NAME regular expression. a patch from Ueda Satoshi . [ruby-dev:32514];TS; ; i; I"EMon Dec 10 17:46:04 2007 Nobuyoshi Nakada ;T@ o; ;;;[ o;;I"string.c (rb_str_tmp_new);T;[o;;[I"%creates hidden temporary buffer.;To;;I"transcode.c (transcoding);T;[o;;[I"*added a pointer to function to flush.;To;;I"!transcode.c (transcode_loop);T;[o;;[I"1do not use string internal. [ruby-dev:32512];To;;I" transcode.c (str_transcode);T;[o;;[I"allow Encoding objects.;To;;I"#transcode_data.h (BYTE_LOOKUP);T;[o;;[I"use actual struct name.;TS; ; i; I"EMon Dec 10 16:52:17 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"string.c (rb_str_insert);T;[o;;[I"6should not add length in bytes to index in chars.;TS; ; i; I"GMon Dec 10 14:33:50 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"eval.c (rb_f_public_send);T;[o;;[I"frename invoke_method to public_send. it now invokes public method only no matter how it's called.;TS; ; i; I"GMon Dec 10 14:00:43 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"transcode.c;T;[o;;[I"Ynew file to provide encoding conversion features. code contributed by Martin Duerst.;TS; ; i; I"EMon Dec 10 13:50:33 2007 Nobuyoshi Nakada ;T@ o; ;;;[ o;;I"re.c (rb_reg_search);T;[o;;[I"*return byte offset. [ruby-dev:32452];To;;I"7re.c (rb_reg_match, rb_reg_match2, rb_reg_match_m);T;[o;;[I"'convert byte offset to char index.;To;;I"string.c (rb_str_index);T;[o;;[I"*return byte offset. [ruby-dev:32472];To;;I"string.c (rb_str_split_m);T;[o;;[I"calculate in byte offset.;TS; ; i; I"=Mon Dec 10 09:56:29 2007 Koichi Sasada ;T@ o; ;;;[o;;I"+benchmark/bm_vm1_neq.rb, bm_vm1_not.rb;T;[o;;[I" added.;TS; ; i; I"GMon Dec 10 07:48:14 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"parse.y (parser_yylex);T;[o;;[I"1wrong token was generated. [ruby-dev:32498];To;;I" object.c (rb_obj_not_match);T;[o;;[I"wrong test.;TS; ; i; I";Mon Dec 10 06:44:47 2007 Tanaka Akira ;T@ o; ;;;[o;;I"re.c (rb_reg_expr_str);T;[o;;[I"use \xHH instead of \OOO.;To;;I"regerror.c (to_ascii);T;[o;;[I" ditto.;To;;I"!(onig_snprintf_with_pattern);T;[o;;[I" ditto.;To;;I"!(onig_snprintf_with_pattern);T;[o;;[I" ditto.;To;;I"string.c (rb_str_inspect);T;[o;;[I" ditto.;To;;I"(rb_str_dump);T;[o;;[I" ditto.;To;;I"parse.y (parser_yylex);T;[o;;[I" ditto.;To;;I"ruby.c (proc_options);T;[o;;[I" ditto.;To;;I"file.c (rb_f_test);T;[o;;[I"ditto. [ruby-dev:32495];TS; ; i; I";Mon Dec 10 06:41:00 2007 Tanaka Akira ;T@ o; ;;;[ o;;I"re.c (rb_reg_names);T;[o;;[I"new method Regexp#names.;To;;I"(rb_reg_named_captures);T;[o;;[I"%new method Regexp#named_captures;To;;I"(match_regexp);T;[o;;[I"!new method MatchData#regexp.;To;;I"(match_names);T;[o;;[I" new method MatchData#names.;To;;I"'lib/pp.rb (MatchData#pretty_print);T;[o;;[I"3show names of named captures. [ruby-dev:32493];TS; ; i; I"GMon Dec 10 01:35:06 2007 Yukihiro Matsumoto ;T@ o; ;;;[ o;;I"parse.y (expr);T;[o;;[I""redefinable not (!) operator.;To;;I"parse.y (arg);T;[o;;[I" ditto.;To;;I"object.c (rb_obj_not);T;[o;;[I"new method "!".;To;;I" object.c (rb_obj_not_equal);T;[o;;[I"new method "!=".;To;;I" object.c (rb_obj_not_match);T;[o;;[I"new method "!~".;TS; ; i; I"2007-12-09;T@ S; ; i; I";Sun Dec 9 22:31:36 2007 Tanaka Akira ;T@ o; ;;;[o;;I"re.c (rb_reg_s_last_match);T;[o;;[I"!accept named capture's name.;TS; ; i; I";Sun Dec 9 15:57:53 2007 Tanaka Akira ;T@ o; ;;;[ o;;I" re.c (match_backref_number);T;[o;;[I"Enew function for converting a backref name/number to an integer.;To;;I"(match_offset);T;[o;;[I"use match_backref_number.;To;;I"(match_begin);T;[o;;[I" ditto.;To;;I"(match_end);T;[o;;[I" ditto.;To;;I"(name_to_backref_number);T;[o;;[I".raise IndexError instead of RuntimeError.;To;;I"(match_inspect);T;[o;;[I"show capture index.;TS; ; i; I"=Sun Dec 9 14:59:15 2007 Koichi Sasada ;T@ o; ;;;[o;;I")eval_intern.h (CHECK_STACK_OVERFLOW);T;[o;;[I")reserve frame size. [ruby-dev:32485];TS; ; i; I"=Sun Dec 9 14:38:25 2007 Koichi Sasada ;T@ o; ;;;[o;;I"vm.c (rb_thread_mark);T;[o;;[I"Wuse rb_gc_mark_maybe() for VM stack specified by mark_stack_len. [ruby-dev:32462];To;;I"insnhelper.ci;T;[o;;[I"*clear vm stack extended by opt value.;TS; ; i; I";Sun Dec 9 14:08:47 2007 Tanaka Akira ;T@ o; ;;;[ o;;I".include/ruby/ruby.h (FilePathStringValue);T;[o;;[I";defined. similar to FilePathValue but no taint check.;To;;I"&file.c (rb_get_path_no_checksafe);T;[o;;[I"+implementation of FilePathStringValue.;To;;I"(rb_file_s_basename);T;[o;;[I"use FilePathStringValue.;To;;I"(rb_file_s_dirname);T;[o;;[I" ditto.;To;;I"(rb_file_s_extname);T;[o;;[I" ditto.;To;;I"(rb_file_s_split);T;[o;;[I" ditto.;To;;I"(rb_file_join);T;[o;;[I" ditto.;To;;I"dir.c (file_s_fnmatch);T;[o;;[I" ditto.;TS; ; i; I";Sun Dec 9 12:49:34 2007 Tanaka Akira ;T@ o; ;;;[o;;I"re.c (append_utf8);T;[o;;[I"check unicode range.;TS; ; i; I"ESun Dec 9 12:39:01 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I" lib/cgi.rb (read_multipart);T;[o;;[I"9exclude blanks from header values. [ruby-list:44327];TS; ; i; I"ESun Dec 9 12:18:19 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"file.c (rb_get_path);T;[o;;[I"Puse the original object if to_path method is not defined. [ruby-dev:32473];To;;I"io.c (rb_f_open);T;[o;;[I"Mcall to_open on non-string objects, instead of to_str. [ruby-dev:32473];TS; ; i; I"ESun Dec 9 12:12:23 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"string.c (tr_find);T;[o;;[I">returns true if no characters to be removed is specified.;TS; ; i; I"ESun Dec 9 12:03:16 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"#parse.y (parser_magic_comment);T;[o;;[I"delimits with a semicolon.;TS; ; i; I"ESun Dec 9 11:29:23 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"string.c (tr_trans);T;[o;;[I"Qget rid of segfaults when has multibytes but source sets have no multibytes.;TS; ; i; I";Sun Dec 9 04:01:28 2007 Tanaka Akira ;T@ o; ;;;[o;;I"encoding.c (rb_enc_mbclen);T;[o;;[I"Lreturn 1 if underlying implementation returns a length longer than e-p.;To;;I"(rb_enc_precise_mbclen);T;[o;;[I"Sreturn needmore if underlying implementation returns a length longer than e-p.;TS; ; i; I"2007-12-08;T@ S; ; i; I";Sat Dec 8 17:59:40 2007 Tanaka Akira ;T@ o; ;;;[o;;I"signal.c (posix_signal);T;[o;;[I"return value.;TS; ; i; I"CSat Dec 8 17:22:16 2007 GOTOU Yuuzou ;T@ o; ;;;[o;;I"test/openssl/test_pkcs7.rb;T;[o;;[I"'Remove redundant module namespace.;TS; ; i; I";Sat Dec 8 17:07:10 2007 Tanaka Akira ;T@ o; ;;;[o;;I"ruby.c (proc_options);T;[o;;[I"?make rb_raise format as a string literal to avoid warning.;TS; ; i; I";Sat Dec 8 16:18:16 2007 Tanaka Akira ;T@ o; ;;;[ o;;I"#re.c (rb_reg_check_preprocess);T;[o;;[I"1new function for validating regexp fragment.;To;;I"parse.y (regexp);T;[o;;[I"invoke reg_fragment_check.;To;;I"(reg_fragment_check);T;[o;;[I" defined.;To;;I"(reg_fragment_check_gen);T;[o;;[I" defined.;TS; ; i; I";Sat Dec 8 11:06:29 2007 Tanaka Akira ;T@ o; ;;;[o;;I"encoding.c (rb_enc_mbclen);T;[o;;[I"make it never fail.;To;;I"(rb_enc_nth);T;[o;;[I"3don't check the return value of rb_enc_mbclen.;To;;I"(rb_enc_strlen);T;[o;;[I" ditto.;To;;I"(rb_enc_precise_mbclen);T;[o;;[I""return needmore(1) if e <= p.;To;;I"(rb_enc_get_ascii);T;[o;;[I"1new function for extracting ASCII character.;To;;I"/include/ruby/encoding.h (rb_enc_get_ascii);T;[o;;[I"declared.;To;;I"$include/ruby/regex.h (ismbchar);T;[o;;[I" removed.;To;;I"re.c (rb_reg_expr_str);T;[o;;[I"use rb_enc_get_ascii.;To;;I" (unescape_escaped_nonascii);T;[o;;[I"[use rb_enc_precise_mbclen to determine the termination of escaped non-ASCII character.;To;;I"(unescape_nonascii);T;[o;;[I"use rb_enc_precise_mbclen.;To;;I"(rb_reg_quote);T;[o;;[I"use rb_enc_get_ascii.;To;;I"(rb_reg_regsub);T;[o;;[I"use rb_enc_get_ascii.;To;;I"^string.c (rb_str_reverse) don't check the return value of rb_enc_mbclen. (rb_str_split_m);T;[o;;[I"*don't call rb_enc_mbclen with e <= p.;To;;I"parse.y (is_identchar);T;[o;;[I"use ISASCII.;To;;I"(parser_ismbchar);T;[o;;[I" removed.;To;;I"(parser_precise_mbclen);T;[o;;[I"new macro.;To;;I"(parser_isascii);T;[o;;[I"new macro.;To;;I"(parser_tokadd_mbchar);T;[o;;[I"Duse parser_precise_mbclen to check invalid character precisely.;To;;I"(parser_tokadd_string);T;[o;;[I"use parser_isascii.;To;;I"(parser_yylex);T;[o;;[I" ditto.;To;;I"(is_special_global_name);T;[o;;[I")don't call is_identchar with e <= p.;To;;I"(rb_enc_symname_p);T;[o;;[I"ditto. [ruby-dev:32455];To;;I".ext/tk/sample/tkextlib/vu/canvSticker2.rb;T;[o;;[I"Nremove coding cookie because the encoding is not UTF-8. [ruby-dev:32475];TS; ; i; I"2007-12-07;T@ S; ; i; I"CFri Dec 7 20:21:35 2007 GOTOU Yuuzou ;T@ o; ;;;[o;;I"Bext/openssl/lib/net/ftptls.rb, ext/openssl/lib/net/telnets.rb;T;[o;;[I".half-finished libraries are discontinued.;TS; ; i; I";Fri Dec 7 15:44:40 2007 Tanaka Akira ;T@ o; ;;;[o;;I"lib/pp.rb;T;[o;;[I"-use Hash for recursion check as inspect.;TS; ; i; I"EFri Dec 7 15:04:01 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"array.c (flatten);T;[o;;[I"}some performance improvements, based on a patch from Yusuke ENDOH in [ruby-core:13877]. [ruby-core:13851];To;;I"!thread.c (rb_exec_recursive);T;[o;;[I"Nuse Hash instead of Array for performance improvement. [ruby-core:13898];To;;I"thread.c (recursive_pop);T;[o;;[I"use object ID.;TS; ; i; I"2007-12-06;T@ S; ; i; I"GThu Dec 6 19:52:50 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"parse.y (arg);T;[o;;[I"0typo fixed ("!" -> "|") in the ripper code.;TS; ; i; I"GThu Dec 6 19:48:41 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"parse.y (arg);T;[o;;[I"\tUPLUS no longer works as identity operation any more. inspired by [ruby-talk:265532].;TS; ; i; I";Thu Dec 6 18:22:11 2007 Tanaka Akira ;T@ o; ;;;[o;;I"'encoding.c (rb_enc_precise_mbclen);T;[o;;[I"-new function for mbclen with validation.;To;;I"4include/ruby/encoding.h (rb_enc_precise_mbclen);T;[o;;[I"declared.;To;;I"(MBCLEN_CHARFOUND);T;[o;;[I"new macro.;To;;I"(MBCLEN_INVALID);T;[o;;[I"new macro.;To;;I"(MBCLEN_NEEDMORE);T;[o;;[I"new macro.;To;;I"2include/ruby/oniguruma.h (OnigEncodingTypeST);T;[o;;[I"0replace mbc_enc_len by precise_mbc_enc_len.;To;;I""(ONIGENC_PRECISE_MBC_ENC_LEN);T;[o;;[I"new macro.;To;;I")(ONIGENC_CONSTRUCT_MBCLEN_CHARFOUND);T;[o;;[I"new macro.;To;;I"'(ONIGENC_CONSTRUCT_MBCLEN_INVALID);T;[o;;[I"new macro.;To;;I"((ONIGENC_CONSTRUCT_MBCLEN_NEEDMORE);T;[o;;[I"new macro.;To;;I"(ONIGENC_MBCLEN_CHARFOUND);T;[o;;[I"new macro.;To;;I"(ONIGENC_MBCLEN_INVALID);T;[o;;[I"new macro.;To;;I"(ONIGENC_MBCLEN_NEEDMORE);T;[o;;[I"new macro.;To;;I"(ONIGENC_MBC_ENC_LEN);T;[o;;[I"%use ONIGENC_PRECISE_MBC_ENC_LEN.;To;;I"enc/euc_jp.c;T;[o;;[I"validation implemented.;To;;I"enc/sjis.c;T;[o;;[I" ditto.;To;;I"enc/utf8.c;T;[o;;[I" ditto.;To;;I"string.c (rb_str_inspect);T;[o;;[I"4use rb_enc_precise_mbclen for invalid encoding.;To;;I"(rb_str_valid_encoding_p);T;[o;;[I"'new method String#valid_encoding?.;To;;I"io.c (rb_io_getc);T;[o;;[I"0use rb_enc_precise_mbclen. [ruby-dev:32438];TS; ; i; I"EThu Dec 6 01:37:23 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"#regparse.c (i_apply_case_fold);T;[o;;[I"kfix for negative character class. a patch from Yusuke ENDOH in [ruby-core:13884].;TS; ; i; I"AThu Dec 6 01:00:38 2007 NARUSE, Yui ;T@ o; ;;;[o;;I"%ext/iconv/iconv.c (iconv_s_list);T;[o;;[I"!support NetBSD/Citrus iconv.;TS; ; i; I"2007-12-05;T@ S; ; i; I"EWed Dec 5 16:18:50 2007 Nobuyoshi Nakada ;T@ o; ;;;[ o;;I"proc.c (rb_proc_s_new);T;[o;;[I"(call initialize. [ruby-core:13824];To;;I"proc.c (rb_proc_location);T;[o;;[I"@return file name and line number where the proc is defined.;To;;I"thread.c (thread_s_new);T;[o;;[I"(call initialize. [ruby-core:13835];To;;I"!thread.c (thread_initialize);T;[o;;[I"split initialize method.;TS; ; i; I"EWed Dec 5 15:25:55 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"parse.y (rb_intern3);T;[o;;[I"cfix to changing encoding to default, and uncommented r13835, which is rare but not impossible.;TS; ; i; I"EWed Dec 5 15:15:21 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"!range.c (step_i, range_step);T;[o;;[I"1support non-fixnum steps. [ruby-talk:282100];TS; ; i; I"=Wed Dec 5 14:25:11 2007 Koichi Sasada ;T@ o; ;;;[o;;I""compile.c (iseq_compile_each);T;[o;;[I"fix typo.;TS; ; i; I"EWed Dec 5 13:41:25 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"parse.y (yycompile);T;[o;;[I"7get rid of tracing while parsing. [ruby-dev:31351];To;;I"%thread.c (ruby_suppress_tracing);T;[o;;[I">added a new parameter, which directs to call func always.;TS; ; i; I"2007-12-04;T@ S; ; i; I"ETue Dec 4 19:56:42 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"&ext/iconv/iconv.c (iconv_convert);T;[o;;[I"Wshould not set encoding unless the target encoding is supported. [ruby-dev:32451];TS; ; i; I"BTue Dec 4 17:34:17 2007 NARUSE, Yui ;T@ o; ;;;[o;;I"8ext/nkf/lib/kconv.rb (tojis, tosjis, toeuc, toutf8);T;[o;;[I"#set encoding. [ruby-dev:32447];TS; ; i; I"BTue Dec 4 17:07:25 2007 NARUSE, Yui ;T@ o; ;;;[o;;I"lib/json.rb, lib/json/*;T;[o;;[I"moved to ext/json/lib.;TS; ; i; I"ETue Dec 4 16:34:46 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"%ext/iconv/iconv.c (iconv_create);T;[o;;[I"achieve target encoding.;To;;I"Mext/iconv/iconv.c (iconv_convert, iconv_finish, iconv_iconv, iconv_conv);T;[o;;[I"2set result string encoding. [ruby-dev:32446];To;;I"7ext/iconv/iconv.c (iconv_initialize, iconv_s_open);T;[o;;[I"$set encoding to Iconv instance.;TS; ; i; I"ETue Dec 4 14:34:35 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"ruby.c (process_options);T;[o;;[I"reverted c flag.;TS; ; i; I"ETue Dec 4 11:23:50 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"bignum.c (rb_cstr_to_inum);T;[o;;[I"Ltrailing spaces may exist at squeezing preceding 0s. [ruby-core:13873];TS; ; i; I"2007-12-03;T@ S; ; i; I"BMon Dec 3 11:51:53 2007 NAKAMURA Usaku ;T@ o; ;;;[o;;I"ext/Win32API/*;T;[o;;[I"&removed or moved to ext/dl/win32.;To;;I"ext/dl/win32/*;T;[o;;[I"new. [ruby-dev:32387];TS; ; i; I"2007-12-02;T@ S; ; i; I"ESun Dec 2 22:08:01 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"#parse.y (parser_tokadd_mbchar);T;[o;;[I"+fix for ASCII chars. [ruby-dev:32432];To;;I"8parse.y (parser_parse_string, parser_here_document);T;[o;;[I""prevent false error messages.;TS; ; i; I";Sun Dec 2 20:43:22 2007 Tanaka Akira ;T@ o; ;;;[o;;I"%re.c (unescape_escaped_nonascii);T;[o;;[I"fix mbclen argument.;TS; ; i; I"ESun Dec 2 15:47:57 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"#parse.y (parser_tokadd_mbchar);T;[o;;[I"8check insufficient multibyte char. [ruby-dev:32429];TS; ; i; I"?Sun Dec 2 15:42:16 2007 Kouhei Sutou ;T@ o; ;;;[ o;;I"-lib/rss/rss.rb, test/rss/test_version.rb;T;[o;;[I"0.2.1 -> 0.2.2.;To;;I"lib/rss/maker/itunes.rb;T;[o;;[I"fixed new_itunes_category.;To;;I"lib/rss/maker/taxonomy.rb;T;[o;;[I"8new_taxo_topic -> new_topic because of consistency.;To;;I";test/rss/test_maker_itunes.rb, test/rss/test_itunes.rb;T;[o;;[I"'removed needless UTF-8 characters.;TS; ; i; I"=Sun Dec 2 15:18:37 2007 Koichi Sasada ;T@ o; ;;;[o;;I"(insnhelper.ci (vm_callee_setup_arg);T;[o;;[I"(fix error message. [ruby-dev:32430];TS; ; i; I";Sun Dec 2 09:12:48 2007 Tanaka Akira ;T@ o; ;;;[o;;I"parse.y (regexp);T;[o;;[I"%fix /#{}\xa1\xa2/e to be EUC-JP.;To;;I"(reg_fragment_setenc_gen);T;[o;;[I"$extracted from reg_compile_gen.;TS; ; i; I";Sun Dec 2 01:39:51 2007 Tanaka Akira ;T@ o; ;;;[o;;I"*include/ruby/intern.h (rb_uv_to_utf8);T;[o;;[I"declared.;To;;I"re.c (rb_reg_preprocess);T;[o;;[I"Onew function for dynamic regexp with \u{} such as Regexp.new("\\u{6666}").;To;;I"(rb_reg_prepare_re);T;[o;;[I"'preprocess regexp for recompiling.;To;;I"(read_escaped_byte);T;[o;;[I"new function.;To;;I" (unescape_escaped_nonascii);T;[o;;[I"new function.;To;;I"(append_utf8);T;[o;;[I"new function.;To;;I"(unescape_unicode_list);T;[o;;[I"new function.;To;;I"(unescape_unicode_bmp);T;[o;;[I"new function.;To;;I"(unescape_nonascii);T;[o;;[I"new function.;To;;I"(rb_reg_initialize);T;[o;;[I"preprocess regexp.;To;;I"pack.c (rb_uv_to_utf8);T;[o;;[I"renamed from uv_to_utf8.;To;;I"parse.y (STR_NEW3);T;[o;;[I")take func instead of has8 and hasmb.;To;;I"(parser_str_new);T;[o;;[I"7use default coderange mechanism except for regexp.;To;;I"(parser_tokadd_utf8);T;[o;;[I"copy regexp source as-is.;To;;I"(parser_read_escape);T;[o;;[I"UTF-8 stuff removed.;To;;I"(parser_tokadd_escape);T;[o;;[I"has8bit and hasmb removed.;To;;I"(parser_tokadd_string);T;[o;;[I"-fix 8-bit single byte character with \u.;To;;I"(parser_parse_string);T;[o;;[I"has8bit and hasmb removed.;To;;I"(parser_here_document);T;[o;;[I"has8bit and hasmb removed.;To;;I"(parser_yylex);T;[o;;[I"Hcall parser_tokadd_utf8 instead of read_escape for UTF-8 character.;TS; ; i; I"IWed Dec 2 01:00:07 2007 James Edward Gray II ;T@ o; ;;;[o;;I"1lib/xmlrpc/server.rb (XMLRPC::Server#server);T;[o;;[I"{Improve signal handling so pressing control-c in the controlling terminal or sending SIGTERM stops the XML-RPC server.;TS; ; i; I"2007-12-01;T@ S; ; i; I"GSat Dec 1 23:04:42 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"encoding.c;T;[o;;[I" default_external (encoding).;TS; ; i; I"ASat Dec 1 19:52:57 2007 Tadayoshi Funaba ;T@ o; ;;;[o;;I"#lib/date.rb (Time#to_datetime);T;[o;;[I"use nsec instead of usec.;To;;I"#lib/date.rb (DateTime#to_time);T;[o;;[I"second minute as an argument to Time::utc contains fractional part in rational; hence Time object may keep resolution at most nanosecond.;TS; ; i; I"=Sat Dec 1 14:36:05 2007 Koichi Sasada ;T@ o; ;;;[o;;I"#bootstraptest/test_knownbug.rb;T;[o;;[I"move fixed bugs.;To;;I"test/ruby/test_sprintf.rb;T;[o;;[I" ditto.;To;;I"test/yaml/test_yaml.rb;T;[o;;[I" ditto.;TS; ; i; I"=Sat Dec 1 13:24:47 2007 Koichi Sasada ;T@ o; ;;;[ o;;I"(insnhelper.ci (vm_yield_with_cfunc);T;[o;;[I"Gfix to passing argc on third parameter of IFUNC. [ruby-dev:32329];To;;I"enumerator.c;T;[o;;[I"*fix to pass exact number of argument.;To;;I"eval.c (rb_yield_values2);T;[o;;[I" added.;To;;I"include/ruby/ruby.h;T;[o;;[I" ditto.;To;;I"#bootstraptest/test_knownbug.rb;T;[o;;[I"move a fixed test.;To;;I" bootstraptest/test_block.rb;T;[o;;[I" ditto.;TS; ; i; I"GSat Dec 1 10:45:56 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"io.c (rb_f_open);T;[o;;[I"Ruse to_open for every non-string object. path object may use method_missing.;TS; ; i; I"GSat Dec 1 09:44:32 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"(insns.def (concatarray, splatarray);T;[o;;[I""use to_a instead of to_splat.;To;;I"&insnhelper.ci (caller_setup_args);T;[o;;[I" ditto.;TS; ; i; I"ESat Dec 1 03:34:32 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"parse.y (newline_node);T;[o;;[I"always remove NODE_BEGIN.;TS; ; i; I"2007-11-30;T@ S; ; i; I"GFri Nov 30 23:48:07 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"signal.c (ruby_signal);T;[o;;[I"7use SA_SIGINFO if available. [ ruby-Patches-6418 ];TS; ; i; I"GFri Nov 30 22:52:54 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"signal.c (trap_signm);T;[o;;[I"CSIGVTALRM no longer used for green thread. [ruby-talk:281318];To;;I"!signal.c (ruby_sig_finalize);T;[o;;[I"Hdo not install SIG_DFL handler if previous handler is sighandler().;TS; ; i; I"BFri Nov 30 21:02:15 2007 NARUSE, Yui ;T@ o; ;;;[o;;I"Plib/json.rb, lib/json/add/{core.rb, rails.rb}, test/json/test_json_rails.rb;T;[o;;[I"5additional files of JSON 1.1.2. [ruby-dev:32405];TS; ; i; I"GFri Nov 30 19:33:38 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"(ext/syck/rubyext.c (rb_syck_mktime);T;[o;;[I"0avoid segmentation fault. [ruby-core:13735];TS; ; i; I"GFri Nov 30 19:05:55 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"enum.c (enum_count);T;[o;;[I"#precise argument number check.;To;;I"enum.c (enum_count);T;[o;;[I")return Enumerator if no block given.;TS; ; i; I"GFri Nov 30 16:42:50 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"enum.c (enum_take_while);T;[o;;[I"*returns Enumerator if no block given.;To;;I"enum.c (enum_drop_while);T;[o;;[I" ditto.;TS; ; i; I"2007-11-29;T@ S; ; i; I"EThu Nov 29 16:59:10 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"parse.y (stmt);T;[o;;[I"6remove unnecessary NODE_BEGIN. [ruby-core:13814];TS; ; i; I"GThu Nov 29 06:45:48 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"hash.c (rb_hash_eql);T;[o;;[I"Drecursive comparison should be based on eql? [ruby-core:13803];TS; ; i; I"2007-11-28;T@ S; ; i; I"BWed Nov 28 18:08:00 2007 NARUSE, Yui ;T@ o; ;;;[o;;I""ext/json, lib/json, test/json;T;[o;;[I"Update to JSON 1.1.2.;To;;0;[o;;[0o;;I" math.c;T;[o;;[I"fix typo.;TS; ; i; I"=Wed Nov 28 16:29:35 2007 Koichi Sasada ;T@ o; ;;;[o;;I"$insnhelper.ci (vm_invoke_block);T;[o;;[I"(should splat args. [ruby-dev:32392];To;;I"test/ruby/test_yield.rb;T;[o;;[I"add tests for above.;TS; ; i; I"EWed Nov 28 14:43:14 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"$ext/extmk.rb (extract_makefile);T;[o;;[I"Suse dldflags instead of DLDFLAGS to get rid of mixing $LDFLAGS and $ARCH_FLAG.;To;;I" lib/mkmf.rb (configuration);T;[o;;[I" ditto.;To;;I""lib/mkmf.rb (create_makefile);T;[o;;[I"7support for extensions which has no shared object.;TS; ; i; I"EWed Nov 28 02:42:10 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"bignum.c (big2str_find_n1);T;[o;;[I"Cremoved extraneous element. [ruby-dev:32351], [ruby-dev:32365];To;;I"bignum.c (big2str_find_n1);T;[o;;[I""returns necessary digits now.;To;;I"!sprintf.c (remove_sign_bits);T;[o;;[I"extends sign bit first.;TS; ; i; I"2007-11-27;T@ S; ; i; I"=Tue Nov 27 15:53:43 2007 Koichi Sasada ;T@ o; ;;;[o;;I""compile.c (iseq_compile_each);T;[o;;[I"^"when *[],1" dumps core. a patch from Yusuke ENDOH . [ruby-dev:32350];To;;I"!bootstraptest/test_syntax.rb;T;[o;;[I"add a test for above.;TS; ; i; I"=Tue Nov 27 15:40:05 2007 Koichi Sasada ;T@ o; ;;;[o;;I""compile.c (iseq_compile_each);T;[o;;[I"^"a[*b] += 1" dumps core. a patch from Yusuke ENDOH . [ruby-dev:32354];To;;I"!bootstraptest/test_syntax.rb;T;[o;;[I"add a test for above.;TS; ; i; I"=Tue Nov 27 12:47:23 2007 Koichi Sasada ;T@ o; ;;;[o;;I"compile.c, insns.def;T;[o;;[I"rchange return value of "defined?" for $&, $1, ... . If such variables are defined, return "global-variable".;To;;I"test/ruby/test_defined.rb;T;[o;;[I"add tests.;To;;I"!bootstraptest/test_syntax.rb;T;[o;;[I"fix a test.;TS; ; i; I"=Tue Nov 27 11:54:46 2007 Koichi Sasada ;T@ o; ;;;[o;;I"insns.def;T;[o;;[I"fix typo.;TS; ; i; I"=Tue Nov 27 11:23:20 2007 Koichi Sasada ;T@ o; ;;;[o;;I"test_beginendblock.rb;T;[o;;[I".add loop to wait signal. [ruby-dev:32332];TS; ; i; I";Tue Nov 27 11:14:57 2007 Tanaka Akira ;T@ o; ;;;[o;;I"Ainclude/ruby/encoding.h, encoding.c, re.c, string.c, parse.y;T;[o;;[I"rename ENC_CODERANGE_SINGLE to ENC_CODERANGE_7BIT. rename ENC_CODERANGE_MULTI to ENC_CODERANGE_8BIT. Because single byte 8bit character, such as Shift_JIS 1byte katakana, is represented by ENC_CODERANGE_MULTI even if it is not multi byte.;TS; ; i; I"=Tue Nov 27 10:45:45 2007 Koichi Sasada ;T@ o; ;;;[o;;I"eval.c (rb_method_missing);T;[o;;[I"fix stack trace.;To;;I"#bootstraptest/test_knownbug.rb;T;[o;;[I"move solved tests.;To;;I";bootstraptest/test_method.rb, test/ruby/test_regexp.rb;T;[o;;[I" ditto.;TS; ; i; I"=Tue Nov 27 09:57:42 2007 Koichi Sasada ;T@ o; ;;;[o;;I"insns.def, compile.c;T;[o;;[I"8fix to allow dsym for alias/undef. [ruby-dev:32355];To;;I"!bootstraptest/test_method.rb;T;[o;;[I"add tests for above.;TS; ; i; I"2007-11-26;T@ S; ; i; I"IMon Nov 26 23:18:46 2007 Masatoshi SEKI ;T@ o; ;;;[o;;I"2lib/drb/extserv.rb (initialize, stop_service);T;[o;;[I"%synchronize with ExtServManager.;To;;I"'test/drb/test_drb.rb (TestDRbEval);T;[o;;[I" ignored.;TS; ; i; I";Mon Nov 26 17:32:16 2007 Tanaka Akira ;T@ o; ;;;[o;;I"re.c (Init_Regexp);T;[o;;[I"7new method Regexp#fixed_encoding? [ruby-dev:32361];TS; ; i; I"EMon Nov 26 13:28:14 2007 Keiju Ishitsuka ;T@ o; ;;;[o;;I"lib/complex.rb;T;[o;;[I":be able to create Complex(0, -0.0). [ruby-list:44268];TS; ; i; I";Mon Nov 26 11:24:04 2007 Tanaka Akira ;T@ o; ;;;[o;;I"#re.c (rb_reg_fixed_encoding_p);T;[o;;[I"9extracted from rb_reg_prepare_re and rb_reg_s_union.;To;;I"(rb_reg_s_union);T;[o;;[I"refactored.;TS; ; i; I"EMon Nov 26 10:44:20 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"1io.c (rb_read_internal, rb_sysopen_internal);T;[o;;[I"remove C99 dependency.;TS; ; i; I"2007-11-25;T@ S; ; i; I";Sun Nov 25 22:21:35 2007 Tanaka Akira ;T@ o; ;;;[ o;;I"5include/ruby/encoding.h (rb_enc_str_asciionly_p);T;[o;;[I"declared.;To;;I"(rb_enc_str_asciicompat_p);T;[o;;[I" defined.;To;;I"!re.c (rb_reg_initialize_str);T;[o;;[I" use rb_enc_str_asciionly_p.;To;;I"(rb_reg_quote);T;[o;;[I"lreturn ascii-8bit string if the argument is ascii-only to generate encoding generic regexp if possible.;To;;I"(rb_reg_s_union);T;[o;;[I"-fix encoding handling. [ruby-dev:32094];To;;I"&string.c (rb_enc_str_asciionly_p);T;[o;;[I" defined.;TS; ; i; I"ASun Nov 25 12:12:03 2007 Eric Hodel ;T@ o; ;;;[o;;I"gem_prelude.rb;T;[o;;[I"6Import fast-loading gem_prelude.rb from RubyGems.;To;;I"lib/rubygems*;T;[o;;[I"Import RubyGems r1516.;TS; ; i; I"2007-11-24;T@ S; ; i; I"GSat Nov 24 23:25:52 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"?test/ruby/test_eval.rb (TestEval::test_instance_eval_cvar);T;[o;;[I":updated not to modify class variable of Object class.;TS; ; i; I"2007-11-23;T@ S; ; i; I"=Fri Nov 23 17:34:24 2007 Koichi Sasada ;T@ o; ;;;[o;;I" io.c;T;[o;;[I"1add rb_read_internal() as blocking function.;TS; ; i; I"=Fri Nov 23 17:33:39 2007 Koichi Sasada ;T@ o; ;;;[o;;I" vm.c;T;[o;;[I"fix comment.;TS; ; i; I"=Fri Nov 23 17:26:11 2007 Koichi Sasada ;T@ o; ;;;[o;;I"#bootstraptest/test_knownbug.rb;T;[o;;[I"move solved tests.;To;;I"Cbootstraptest/test_io.rb, test_marshal.rb, test_objectspace.rb;T;[o;;[I" ditto.;To;;I".test/ruby/test_integer.rb, test_regexp.rb;T;[o;;[I" ditto.;TS; ; i; I";Fri Nov 23 15:59:04 2007 Tanaka Akira ;T@ o; ;;;[o;;I"&struct.c (rb_struct_alloc_noinit);T;[o;;[I"new function.;To;;I"((rb_struct_define_without_accessor);T;[o;;[I"$add allocator to the arguments.;To;;I"range.c (range_alloc);T;[o;;[I"0re-introduced using rb_struct_alloc_noinit.;TS; ; i; I";Fri Nov 23 15:27:43 2007 Tanaka Akira ;T@ o; ;;;[ o;;I"re.c (REG_CASESTATE);T;[o;;[I"unused macro removed.;To;;I"(rb_reg_prepare_re);T;[o;;[I"check encoding difference.;To;;I"(rb_reg_initialize);T;[o;;[I"check 8bit byte.;To;;I"#parse.y (parser_tokadd_escape);T;[o;;[I""fix has8bit. [ruby-dev:32113];TS; ; i; I"GFri Nov 23 15:16:48 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"'variable.c (rb_f_global_variables);T;[o;;[I";variable names should not duplicate. [ruby-dev:32344];TS; ; i; I";Fri Nov 23 13:34:08 2007 Tanaka Akira ;T@ o; ;;;[o;;I"1struct.c (rb_struct_define_without_accessor);T;[o;;[I"new function.;To;;I"range.c (range_alloc);T;[o;;[I" removed.;To;;I"(Init_Range);T;[o;;[I"Fuse rb_struct_define_without_accessor. based on [ruby-dev:32327].;TS; ; i; I"GFri Nov 23 11:01:54 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"re.c (match_begin);T;[o;;[I"8should return offset by character. [ruby-dev:32331];To;;I"re.c (match_end);T;[o;;[I" ditto.;To;;I"re.c (rb_reg_search);T;[o;;[I" ditto.;TS; ; i; I"GFri Nov 23 10:44:24 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"compile.c (defined_expr);T;[o;;[I"fdefined(method(x)) dumped core. a patch from Yusuke ENDOH . [ruby-dev:32335];TS; ; i; I"2007-11-21;T@ S; ; i; I"=Wed Nov 21 18:03:49 2007 Koichi Sasada ;T@ o; ;;;[o;;I" vm.c;T;[o;;[I"+fix to recycle thread data (VM stack).;To;;I" thread.c;T;[o;;[I" ditto.;To;;I"+benchmark/bm_vm3_thread_create_join.rb;T;[o;;[I"add loop count.;TS; ; i; I"=Wed Nov 21 18:02:10 2007 Koichi Sasada ;T@ o; ;;;[o;;I"benchmark/driver.rb;T;[o;;[I"Badd path to trunk/lib if driver runner is in build directory.;TS; ; i; I";Wed Nov 21 16:39:21 2007 Tanaka Akira ;T@ o; ;;;[o;;I";test/fileutils/fileasserts.rb (assert_equal_timestamp);T;[o;;[I"Inew assert to test tv_sec only for filestamp resolution portability.;To;;I"(assert_same_entry);T;[o;;[I"0use assert_same_entry for mtime comparison.;TS; ; i; I"=Wed Nov 21 14:55:13 2007 Koichi Sasada ;T@ o; ;;;[o;;I"!array.c (rb_ary_permutation);T;[o;;[I"add gc guard codes.;TS; ; i; I"GWed Nov 21 11:16:37 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"0insnhelper.ci (vm_search_normal_superclass);T;[o;;[I"rename function.;To;;I")insnhelper.ci (vm_search_superclass);T;[o;;[I" ditto.;To;;I"proc.c (struct METHOD);T;[o;;[I"rename rklass -> rclass.;TS; ; i; I"GWed Nov 21 03:12:50 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"process.c (rb_f_system);T;[o;;[I"8returns nil on execution failure. [ruby-core:13715];TS; ; i; I"GWed Nov 21 01:04:12 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"object.c (nil_plus);T;[o;;[I"/remove unused function. [ruby-core:13737];TS; ; i; I"2007-11-20;T@ S; ; i; I";Tue Nov 20 21:46:46 2007 Tanaka Akira ;T@ o; ;;;[o;;I"time.c (time_mload);T;[o;;[I"'ignore invalid digits in submicro.;TS; ; i; I"=Tue Nov 20 20:33:32 2007 Koichi Sasada ;T@ o; ;;;[o;;I"include/ruby/ruby.h;T;[o;;[I"/rename RFloat#double_value -> float_value.;To;;I"numeric.c, parse.y;T;[o;;[I" ditto.;TS; ; i; I"=Tue Nov 20 19:36:21 2007 Koichi Sasada ;T@ o; ;;;[ o;;I"gc.h, vm_core.h;T;[o;;[I"Adecl of rb_gc_save_machine_context() should be at vm_core.h.;To;;I""include/ruby/ruby.h, intern.h;T;[o;;[I"remove type rb_thread_t.;To;;I"include/ruby/intern.h;T;[o;;[I"9change rb_unblock_function_t, rb_unblock_function_t.;To;;I"file.c, process.c;T;[o;;[I"apply above changes.;To;;I"1thread.c, thread_pthread.ci, thread_win32.ci;T;[o;;[I" ditto.;To;;I" io.c;T;[o;;[I"1support blocking open (2). [ruby-core:13614];TS; ; i; I";Tue Nov 20 17:10:11 2007 Tanaka Akira ;T@ o; ;;;[o;;I"!io.c (rb_io_close_on_exec_p);T;[o;;[I""new method IO#close_on_exec?.;To;;I"(rb_io_set_close_on_exec);T;[o;;[I"3new method IO#close_on_exec=. [ruby-dev:32323];TS; ; i; I";Tue Nov 20 16:24:31 2007 Tanaka Akira ;T@ o; ;;;[o;;I"gc.c (gc_mark_children);T;[o;;[I"+obj->as.file.fptr may be 0 for T_FILE.;TS; ; i; I"ETue Nov 20 15:09:00 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"!parse.y (parser_read_escape);T;[o;;[I"Dhas8bit flag may be set with control escape. [ruby-core:13722];To;;I"parse.y (parser_prepare);T;[o;;[I"7set begging after BOM if exists. [ruby-core:13718];TS; ; i; I"ATue Nov 20 14:55:37 2007 Eric Hodel ;T@ o; ;;;[o;;I"lib/rubygems*;T;[o;;[I"Update to RubyGems 0.9.5.;TS; ; i; I"BTue Nov 20 13:00:44 2007 NAKAMURA Usaku ;T@ o; ;;;[o;;I":include/ruby/win32.h win32/win32.c (rb_w32_pipe_exec);T;[o;;[I"9use dual fd instead of socketpair when mode is RDWR.;To;;I"io.c (pipe_open);T;[o;;[I"*pass &write_fd to rb_w32_pipe_exec().;To;;I"io.c (popen_redirect);T;[o;;[I" define only when HAVE_FORK.;TS; ; i; I";Tue Nov 20 12:12:04 2007 Tanaka Akira ;T@ o; ;;;[ o;;I" include/ruby/io.h (rb_io_t);T;[o;;[I"$add tied_io_for_writing member.;To;;I" io.c;T;[o;;[I".use tied_io_for_writing for duplex popen.;To;;I" gc.c;T;[o;;[I"mark tied_io_for_writing.;To;;I"common.mk;T;[o;;[I"(gc.o depends io.h. [ruby-dev:32205];TS; ; i; I";Tue Nov 20 11:59:33 2007 Tanaka Akira ;T@ o; ;;;[o;;I"test/drb/test_drb.rb;T;[o;;[I"rename TestRubyYield to TestDRbRubyYield to avoid name crash with test/ruby/test_yield.rb. TestRuby18Yield is renamed to TestDRbRuby18Yield too.;TS; ; i; I"ITue Nov 20 03:24:42 2007 Masatoshi SEKI ;T@ o; ;;;[o;;I"lib/drb/extservm.rb;T;[o;;[I"!merged from ruby_1_8 branch.;To;;I"lib/drb/acl.rb;T;[o;;[I" ditto.;To;;I"lib/drb/ssl.rb;T;[o;;[I" ditto.;To;;I"lib/drb/unix.rb;T;[o;;[I" ditto.;To;;I"lib/drb/drb.rb;T;[o;;[I" ditto.;To;;I"lib/drb/observer.rb;T;[o;;[I" ditto.;To;;I"lib/drb/invokemethod.rb;T;[o;;[I" ditto.;To;;I"test/drb/test_drbssl.rb;T;[o;;[I" ditto.;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/test_drbunix.rb;T;[o;;[I" ditto.;TS; ; i; I";Tue Nov 20 00:52:46 2007 Tanaka Akira ;T@ o; ;;;[o;;I"6test/fileutils/fileasserts.rb (assert_equal_time);T;[o;;[I"7show nsec if assertion fails but time.to_s equals.;To;;I"(assert_same_entry);T;[o;;[I"use assert_equal_time.;To;;I"4test/fileutils/test_fileutils.rb (test_install);T;[o;;[I"use assert_equal_time.;TS; ; i; I"2007-11-19;T@ S; ; i; I";Mon Nov 19 18:46:49 2007 Tanaka Akira ;T@ o; ;;;[o;;I"file.c (utime_internal);T;[o;;[I""fallback utimensat to utimes.;TS; ; i; I";Mon Nov 19 17:51:27 2007 Tanaka Akira ;T@ o; ;;;[ o;;I"configure.in;T;[o;;[I" check struct timespec, clock_gettime, utimensat, struct stat.st_atim, struct stat.st_atimespec, struct stat.st_atimensec, struct stat.st_mtim, struct stat.st_mtimespec, struct stat.st_mtimensec, struct stat.st_ctim, struct stat.st_ctimespec, struct stat.st_ctimensec.;To;;I"include/ruby/missing.h;T;[o;;[I".provide struct timespec if not available.;To;;I" time.c;T;[o;;[I"9support nanosecond-resolution using struct timespec.;To;;I"(time_nsec);T;[o;;[I",new method: Time#nsec and Time#tv_nsec.;To;;I"include/ruby/intern.h;T;[o;;[I"provide rb_time_nano_new.;To;;I"file.c (utime_internal);T;[o;;[I" use utimensat if available.;To;;I"(rb_file_s_utime);T;[o;;[I"refactored.;To;;I"(rb_f_test);T;[o;;[I",use stat_atime, stat_mtime, stat_ctime.;To;;I"(rb_stat_cmp);T;[o;;[I"check tv_nsec.;To;;I"(stat_atimespec);T;[o;;[I"new function.;To;;I"(stat_atime);T;[o;;[I" ditto.;To;;I"(stat_mtimespec);T;[o;;[I" ditto.;To;;I"(stat_mtime);T;[o;;[I" ditto.;To;;I"(stat_ctimespec);T;[o;;[I" ditto.;To;;I"(stat_ctime);T;[o;;[I" ditto.;To;;I"(rb_stat_atime);T;[o;;[I"use stat_atime.;To;;I"(rb_file_s_atime);T;[o;;[I" ditto.;To;;I"(rb_file_atime);T;[o;;[I" ditto.;To;;I"(rb_stat_mtime);T;[o;;[I"use stat_mtime.;To;;I"(rb_file_s_mtime);T;[o;;[I" ditto.;To;;I"(rb_file_mtime);T;[o;;[I" ditto.;To;;I"(rb_file_ctime);T;[o;;[I"use stat_ctime.;To;;I"(rb_file_s_ctime);T;[o;;[I" ditto.;To;;I"(rb_stat_ctime);T;[o;;[I" ditto.;To;;I"&variable.c (rb_copy_generic_ivar);T;[o;;[I"Fclear clone's instance variables if obj has no instance variable.;To;;I"marshal.c (w_object);T;[o;;[I"rdump instance variables of generated string for TYPE_USERDEF, even if original object has instance variables.;To;;I"!lib/time.rb (Time#xmlschema);T;[o;;[I"/use nsec instead of usec. [ruby-dev:32306];TS; ; i; I"GMon Nov 19 17:48:30 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"#object.c (rb_class_superclass);T;[o;;[I"Cshould not raise exception for BasicObject. [ruby-Bugs-15668];TS; ; i; I"GMon Nov 19 16:04:08 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"!array.c (rb_ary_permutation);T;[o;;[I"~gives all permutations of elements if no argument given. a patch from Yusuke ENDOH . [ruby-dev:32309];TS; ; i; I"EMon Nov 19 02:44:07 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I""compile.c (iseq_compile_each);T;[o;;[I"Halias and undef accept dsyms as well as literals. [ruby-dev:32308];TS; ; i; I"EMon Nov 19 02:31:36 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"#eval_method.ci (rb_add_method);T;[o;;[I"'no redefinition warning for undef.;TS; ; i; I"EMon Nov 19 01:53:11 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"!parse.y (parser_read_escape);T;[o;;[I"Udisallow control and meta modifiers for non-ASCII characters. [ruby-core:13685];TS; ; i; I"2007-11-18;T@ S; ; i; I";Sun Nov 18 20:47:41 2007 Tanaka Akira ;T@ o; ;;;[o;;I"marshal.c (mark_dump_arg);T;[o;;[I"(it may be called after dump_ensure.;TS; ; i; I";Sun Nov 18 18:27:47 2007 Tanaka Akira ;T@ o; ;;;[o;;I"time.c (time_minus);T;[o;;[I"+fix Time.at(2**60+1) - Time.at(2**60).;TS; ; i; I";Sun Nov 18 17:28:49 2007 Tanaka Akira ;T@ o; ;;;[o;;I"time.c (time_arg);T;[o;;[I"1show actual year in 2-3 digits year warning.;To;;I"(time_mdump);T;[o;;[I"9show actual year in "year too big to marshal" error.;TS; ; i; I"ESun Nov 18 14:03:44 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"eval_method.ci (rb_alias);T;[o;;[I"Rdo not call hook functions until initialization finishes. [ruby-talk:279538];TS; ; i; I"ESun Nov 18 09:09:48 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I" lib/mkmf.rb (String#tr_cpp);T;[o;;[I"#make preprocessor identifiers.;TS; ; i; I";Sun Nov 18 05:19:46 2007 Tanaka Akira ;T@ o; ;;;[o;;I"%lib/mkmf.rb (have_struct_member);T;[o;;[I"define HAVE_type_member.;TS; ; i; I"2007-11-17;T@ S; ; i; I"ISat Nov 17 23:51:29 2007 Masaki Suketa ;T@ o; ;;;[o;;I")ext/win32ole/win32ole.c (ole_invoke);T;[o;;[I" bug fix. [ruby-talk:279100];TS; ; i; I"GSat Nov 17 23:21:15 2007 Yukihiro Matsumoto ;T@ o; ;;;[ o;;I"parse.y (parser_yylex);T;[o;;[I"8should clear parser->tokp as well. [ruby-dev:32250];To;;I" parse.y;T;[o;;[I"5remove NEED_ASSOC that break test_parser_events.;To;;I"parse.y (parser_yylex);T;[o;;[I":should not decrement line numbers at the end of file.;To;;I"file.c (rb_find_file_ext);T;[o;;[I"4search .rb files first through in the loadpath.;TS; ; i; I"2007-11-16;T@ S; ; i; I"GFri Nov 16 23:31:18 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"bignum.c (rb_big_odd_p);T;[o;;[I"dnew method added. a patch from Tadashi Saito . [ruby-dev:32305];To;;I"bignum.c (rb_big_even_p);T;[o;;[I" ditto.;TS; ; i; I"EFri Nov 16 17:41:34 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"'ext/iconv/iconv.c (Document-class);T;[o;;[I"+moved the simplest example to the top.;To;;I"&ext/iconv/iconv.c (iconv_s_iconv);T;[o;;[I"MDocument-method: needs class prefix for class method. [ruby-core:13542];To;;I"$ext/iconv/iconv.c (iconv_iconv);T;[o;;[I"0also instance method needs to be qualified.;TS; ; i; I"AFri Nov 16 16:26:57 2007 Shugo Maeda ;T@ o; ;;;[o;;I"include/ruby/ruby.h;T;[o;;[I"-added some declarations for event hooks.;To;;I"lib/profile.rb;T;[o;;[I"0set VM::InstructionSequence.compile_option.;TS; ; i; I"EFri Nov 16 11:16:41 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"3lib/yaml/rubytypes.rb (String#is_binary_data?);T;[o;;[I"use Integer#fdiv.;TS; ; i; I"GFri Nov 16 03:36:01 2007 why the lucky stiff ;T@ o; ;;;[o;;I"ext/syck/rubyext.c;T;[o;;[I"Node#value defined twice.;To;;I"lib/yaml/;T;[o;;[I"3several method redefinitions causing warnings.;TS; ; i; I"GFri Nov 16 03:01:00 2007 why the lucky stiff ;T@ o; ;;;[o;;I"lib/yaml/types.rb;T;[o;;[I"-Likewise, pass self to YAML::quick_emit.;TS; ; i; I"GFri Nov 16 02:51:59 2007 why the lucky stiff ;T@ o; ;;;[o;;I"lib/yaml.rb (quick_emit);T;[o;;[I"use combination of object_id and hash to identify repeated object references, since GC will reuse memory of objects during output of YAML. [ruby-Bugs-8548] [ruby-Bugs-3698];TS; ; i; I"2007-11-15;T@ S; ; i; I"BThu Nov 15 19:49:03 2007 NAKAMURA Usaku ;T@ o; ;;;[o;;I"ext/curses/extconf.rb;T;[o;;[I"7check macro if cannot find func. [ruby-list:44224];TS; ; i; I";Thu Nov 15 18:04:06 2007 Tanaka Akira ;T@ o; ;;;[o;;I"tool/compile_prelude.rb;T;[o;;[I";T@ o; ;;;[o;;I"tool/compile_prelude.rb;T;[o;;[I">absolute path may not start with a slash. pointed by usa.;TS; ; i; I";Thu Nov 15 17:07:54 2007 Tanaka Akira ;T@ o; ;;;[o;;I"tool/compile_prelude.rb;T;[o;;[I"Pfix first substitution. use constant for prefix. pointed by Richard Kilmer.;TS; ; i; I"EThu Nov 15 14:29:56 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"common.mk (prereq);T;[o;;[I"4added auto generated sources. [ruby-dev:32280];TS; ; i; I";Thu Nov 15 12:31:13 2007 Tanaka Akira ;T@ o; ;;;[o;;I"tool/compile_prelude.rb;T;[o;;[I"use constant for prefix.;TS; ; i; I";Thu Nov 15 12:24:39 2007 Tanaka Akira ;T@ o; ;;;[o;;I"tool/compile_prelude.rb;T;[o;;[I";use simple template system for source code generation.;TS; ; i; I"GThu Nov 15 12:19:14 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I":lib/cgi/session.rb (CGI::Session::FileStore::restore);T;[o;;[I"Zuse lockfile for exclusive locks. a patch from . [ruby-dev:32296];TS; ; i; I"GThu Nov 15 12:14:53 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"$tool/compile_prelude.rb (c_esc);T;[o;;[I""need to escape closing brace.;TS; ; i; I";Thu Nov 15 11:52:16 2007 Tanaka Akira ;T@ o; ;;;[o;;I"tool/compile_prelude.rb;T;[o;;[I"Eadjust RbConfig::CONFIG paths relative to the installation path.;TS; ; i; I";Thu Nov 15 11:25:20 2007 Tanaka Akira ;T@ o; ;;;[o;;I"ruby.c (usage);T;[o;;[I"Bfix typo on --disable-gems option. pointed by Richard Kilmer.;TS; ; i; I"2007-11-14;T@ S; ; i; I"GWed Nov 14 16:16:17 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"Xtest/net/http/test_https_proxy.rb (HTTPSProxyTest::test_https_proxy_authentication);T;[o;;[I";initialize local variable 't' first. [ruby-dev:32253];TS; ; i; I"GWed Nov 14 15:39:24 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"test/socket/test_socket.rb;T;[o;;[I"kupdate not to use 1.8 assignment to external local variable in the block parameters. [ruby-dev:32251];To;;I"'test/strscan/test_stringscanner.rb;T;[o;;[I"Eavoid $KCODE, and use String#force_encoding(). [ruby-dev:32251];TS; ; i; I";Wed Nov 14 14:04:42 2007 Tanaka Akira ;T@ o; ;;;[o;;I"common.mk, Makefile.in;T;[o;;[I"Irename prelude.c to miniprelude.c. rename ext_prelude.c to prelude.c;To;;I"win32/Makefile.sub;T;[o;;[I" ditto.;To;;I"bcc32/Makefile.sub;T;[o;;[I" ditto.;TS; ; i; I"=Wed Nov 14 07:09:48 2007 Koichi Sasada ;T@ o; ;;;[o;;I"blockinlining.c, compile.c, compile.h, debug.c, debug.h, id.c, insnhelper.h, insns.def, thread.c, thread_pthread.ci, thread_pthread.h, thread_win32.ci, thread_win32.h, vm.h, vm_dump.c, vm_evalbody.ci, vm_opts.h;T;[o;;[I"%fix comments and copyright year.;TS; ; i; I"=Wed Nov 14 07:07:51 2007 Koichi Sasada ;T@ o; ;;;[o;;I"-tool/makedocs.rb, template/insnstbl.html;T;[o;;[I" removed.;TS; ; i; I"EWed Nov 14 02:50:43 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"common.mk (parse.c);T;[o;;[I"!dependency also needs vpath.;To;;I")common.mk (node_name.inc, prelude.c);T;[o;;[I"@VPATH in nmake does not work for targets of explicit rules.;TS; ; i; I";Wed Nov 14 02:11:38 2007 Tanaka Akira ;T@ o; ;;;[o;;I"missing/isinf.c (isinf);T;[o;;[I"*don't define if the macro is defined.;To;;I"configure.in;T;[o;;[I";T@ o; ;;;[o;;I"numeric.c (round);T;[o;;[I"fallback definition.;To;;I"&numeric.c (flo_divmod, flo_round);T;[o;;[I")use round() always. [ruby-dev:32269];TS; ; i; I"=Wed Nov 14 00:33:49 2007 Koichi Sasada ;T@ o; ;;;[o;;I"include/ruby/ruby.h;T;[o;;[I"introduce 2 macros: RFLOAT_VALUE(v), DOUBLE2NUM(dbl). Rename RFloat#value -> RFloat#double_value. Do not touch RFloat#double_value directly.;To;;I"~bignum.c, insns.def, marshal.c, math.c, numeric.c, object.c, pack.c, parse.y, process.c, random.c, sprintf.c, string.c, time.c;T;[o;;[I"apply above changes.;To;;I"=ext/dl/mkcallback.rb, ext/json/ext/generator/generator.c;T;[o;;[I" ditto.;TS; ; i; I"EWed Nov 14 00:15:37 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"tool/ytab.sed;T;[o;;[I"yget rid of GNU sed feature. a patch from Laurent Sansonetti in [ruby-core:13470].;TS; ; i; I"2007-11-13;T@ S; ; i; I"ETue Nov 13 21:41:39 2007 Nobuyoshi Nakada ;T@ o; ;;;[ o;;I"6common.mk (parse.c), ext/ripper/depend (ripper.c);T;[o;;[I"4process after bison with sed. [ruby-dev:32204];To;;I"ruby.c (proc_options);T;[o;;[I"$use yydebug in cmdline_options.;To;;I"ruby.c (process_options);T;[o;;[I" set yydebug flag of parser.;To;;I"parse.y (yydebug);T;[o;;[I"%moved into struct parser_params.;To;;I";parse.y (rb_parser_get_yydebug, rb_parser_set_yydebug);T;[o;;[I"parser generic methods.;To;;I"*/Makefile.sub (parse.c);T;[o;;[I"moved to common.mk.;To;;I"tool/ytab.sed;T;[o;;[I"Pcomment out yydebug definition, and substitute yyerror with parser_yyerror.;TS; ; i; I"ETue Nov 13 16:33:07 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"numeric.c (flodivmod);T;[o;;[I"work around for infinity.;To;;I"numeric.c (flo_divmod);T;[o;;[I"@work around for platforms have no round(). [ruby-dev:32247];TS; ; i; I";Tue Nov 13 15:26:33 2007 Tanaka Akira ;T@ o; ;;;[ o;;I"lex.c.blt;T;[o;;[I"moved from lex.c.;To;;I"lex.c.src;T;[o;;[I";T@ o; ;;;[o;;I"-compile.c (iseq_specialized_instruction);T;[o;;[I"check argc.;TS; ; i; I"GTue Nov 13 14:44:32 2007 why the lucky stiff ;T@ o; ;;;[o;;I"test/yaml/test_yaml.rb;T;[o;;[I"9fixed the failing YAML Struct test at ko1's request.;TS; ; i; I"GTue Nov 13 02:57:04 2007 URABE Shyouhei ;T@ o; ;;;[o;;I"numeric.c (flo_divmod);T;[o;;[I"6round to the nearest integer. [ ruby-Bugs-14540 ];TS; ; i; I"ATue Nov 13 00:36:16 2007 Shugo Maeda ;T@ o; ;;;[o;;I"#test/ruby/test_settracefunc.rb;T;[o;;[I"$fixed tests for set_trace_func.;TS; ; i; I"2007-11-12;T@ S; ; i; I"BMon Nov 12 19:47:29 2007 NAKAMURA Usaku ;T@ o; ;;;[o;;I"thread.c (call_trace_proc);T;[o;;[I"should return value.;TS; ; i; I"BMon Nov 12 19:45:18 2007 NAKAMURA Usaku ;T@ o; ;;;[o;;I"({bcc,win}32/Makefile.sub (miniruby);T;[o;;[I"=use $(COMMONOBJS) and $(DMYEXT) instead of $(LIBRUBY_A).;TS; ; i; I"EMon Nov 12 18:32:53 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"({bcc,win}32/Makefile.sub (MINIOBJS);T;[o;;[I"added prelude.$(OBJEXT).;TS; ; i; I";Mon Nov 12 17:13:23 2007 Tanaka Akira ;T@ o; ;;;[o;;I"Makefile.in, common.mk;T;[o;;[I"add prelude.o to MINIOBJS.;TS; ; i; I"EMon Nov 12 16:52:29 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I""lib/mkmf.rb (create_makefile);T;[o;;[I"drdoc about srcprefix. a patch from Daniel Berger in [ruby-core:13378].;TS; ; i; I";Mon Nov 12 16:48:09 2007 Tanaka Akira ;T@ o; ;;;[o;;I"Makefile.in, common.mk;T;[o;;[I"add ext_prelude.o to OBJS.;TS; ; i; I";Mon Nov 12 13:57:39 2007 Tanaka Akira ;T@ o; ;;;[o;;I"configure.in (MINIDLNOBJS);T;[o;;[I" removed.;To;;I"(MINIOBJS);T;[o;;[I"*set to dln.o if dmydln.o is not used.;To;;I"Makefile.in (miniruby);T;[o;;[I")use MINIOBJS instead of MINIDLNOBJS.;TS; ; i; I"GMon Nov 12 13:53:06 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"+misc/ruby-mode.el (ruby-parse-partial);T;[o;;[I"Chandle stringified symbols properly using ruby-forward-string.;TS; ; i; I";Mon Nov 12 12:17:59 2007 Tanaka Akira ;T@ o; ;;;[o;;I"configure.in (MINIDLNOBJS);T;[o;;[I" defined.;To;;I"Makefile.in (miniruby);T;[o;;[I"juse MINIDLNOBJS and COMMONOBJS instead of MINIOBJS and OBJS to avoid linking both dmydln.o and dln.o.;TS; ; i; I"2007-11-11;T@ S; ; i; I";Sun Nov 11 20:32:45 2007 Tanaka Akira ;T@ o; ;;;[o;;I"%{win32,wince,bcc32}/Makefile.sub;T;[o;;[I"delete lex.c rule.;TS; ; i; I";Sun Nov 11 19:40:52 2007 Tanaka Akira ;T@ o; ;;;[o;;I"Makefile.in (lex.c);T;[o;;[I"simplified.;TS; ; i; I";Sun Nov 11 18:31:48 2007 Tanaka Akira ;T@ o; ;;;[o;;I"Makefile.in (lex.c);T;[o;;[I"touch lex.c if gperf failed but lex.c exists. Although this may cause non-updated lex.c, svn co may generate keywords newer than lex.c especially on a file system which can record fractional mtime such as XFS.;TS; ; i; I"ASun Nov 11 17:32:46 2007 Shugo Maeda ;T@ o; ;;;[o;;I"#insnhelper.ci (vm_call_method);T;[o;;[I":pass mn->nd_clss to vm_call_cfunc() instead of klass.;To;;I")vm.c (rb_thread_method_id_and_klass);T;[o;;[I"traverse parent_iseq.;To;;I"thread.c (call_trace_proc);T;[o;;[I")use rb_thread_method_id_and_klass().;TS; ; i; I";Sun Nov 11 16:54:25 2007 Tanaka Akira ;T@ o; ;;;[o;;I" lex.c;T;[o;;[I"renamed from lex.c.blt.;To;;I"Makefile.in (lex.c);T;[o;;[I"%use find command to check mtime.;TS; ; i; I"ASun Nov 11 05:34:13 2007 Eric Hodel ;T@ o; ;;;[o;;I" bin/gem;T;[o;;[I"Add forgotten gem command.;TS; ; i; I"2007-11-10;T@ S; ; i; I";Sat Nov 10 23:50:31 2007 Tanaka Akira ;T@ o; ;;;[o;;I"string.c (tr_trans);T;[o;;[I"zcast to unsigned char after dereference a pointer to a char to avoid SEGV with "\377".tr("a", "b"). on FreeBSD/amd64.;TS; ; i; I";Sat Nov 10 23:08:53 2007 Tanaka Akira ;T@ o; ;;;[o;;I")configure.in, common.mk, Makefile.in;T;[o;;[I")don't generate libminiruby-static.a.;TS; ; i; I";Sat Nov 10 19:46:54 2007 Tanaka Akira ;T@ o; ;;;[o;;I")configure.in, common.mk, Makefile.in;T;[o;;[I"Igenerate libminiruby-static.a which contains prelude.o for miniruby.;TS; ; i; I";Sat Nov 10 18:10:07 2007 Tanaka Akira ;T@ o; ;;;[ o;;I"gem_prelude.rb;T;[o;;[I"2new file for gem libraries. currently empty.;To;;I"common.mk;T;[o;;[I"generate ext_prelude.c by prelude.rb and gem_prelude.rb. ruby (not miniruby) is linked with ext_prelude.o instead of prelude.o.;To;;I"inits.c (rb_call_inits);T;[o;;[I"don't call Init_prelude.;To;;I" ruby.c;T;[o;;[I"#support --disable-gems option.;To;;I"(ruby_init_gems);T;[o;;[I"@new function to define Gem::Enable and invoke Init_prelude.;To;;I"(process_options);T;[o;;[I"7call ruby_init_gems just after ruby_init_loadpath.;To;;I"tool/compile_prelude.rb;T;[o;;[I"support multiple files.;TS; ; i; I"ASat Nov 10 17:27:55 2007 Shugo Maeda ;T@ o; ;;;[o;;I"thread.c (call_trace_proc);T;[o;;[I"8don't call ID2SYM() for ID_ALLOCATOR to avoid SEGV.;TS; ; i; I"ASat Nov 10 16:37:07 2007 Eric Hodel ;T@ o; ;;;[ o;;I"lib/rubygems;T;[o;;[I"#Import RubyGems revision 1493.;To;;I"lib/rubygems.rb;T;[o;;[I" ditto.;To;;I"lib/ubygems.rb;T;[o;;[I" ditto.;To;;I"lib/rbconfig/datadir.rb;T;[o;;[I" ditto.;To;;I"test/rubygems;T;[o;;[I" ditto.;TS; ; i; I"ASat Nov 10 16:34:21 2007 Eric Hodel ;T@ o; ;;;[o;;I"lib/soap/property.rb;T;[o;;[I".Don't override Enumerable#inject for 1.9.;TS; ; i; I"LSat Nov 10 14:43:30 2007 David Flanagan ;T@ o; ;;;[o;;I" parse.y;T;[o;;[I"juse ASCII encoding for string literals that are 7-bit clean, fixing regression from my previous patch;TS; ; i; I"ESat Nov 10 13:18:54 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"{bcc32,win32}/Makefile.sub;T;[o;;[I"vendor_ruby support.;TS; ; i; I"2007-11-09;T@ S; ; i; I"EFri Nov 9 23:33:16 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"parse.y (parser_nextc);T;[o;;[I"+added single line read forward buffer.;To;;I"parse.y (parser_yylex);T;[o;;[I"-adjust line number for fluent interface.;TS; ; i; I"EFri Nov 9 22:04:21 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"!vm.h (FRAME_MAGIC_MASK_BITS);T;[o;;[I"bits of FRAME_MAGIC_MASK.;To;;I"2insnhelper.ci (vm_call_cfunc, vm_cfunc_flags);T;[o;;[I"use shift operations.;TS; ; i; I"=Fri Nov 9 21:46:28 2007 Koichi Sasada ;T@ o; ;;;[o;;I"eval.c (eval);T;[o;;[I"%should be volatile value for GC.;TS; ; i; I"EFri Nov 9 17:48:22 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"ruby.c (locale_encoding);T;[o;;[I"Hguesstimate encoding from environment variables. [ruby-core:13315];To;;I"ruby.c (process_options);T;[o;;[I"+set primary encoding from environment.;TS; ; i; I"GFri Nov 9 16:51:42 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"io.c (rb_io_each_byte);T;[o;;[I"^should update rbuf_off and rbuf_len for each iteration. [ruby-dev:31659][ruby-dev:32192];To;;I"variable.c (rb_cvar_set);T;[o;;[I"Hcvar assignment obey same rule to cvar reference. [ruby-dev:32192];TS; ; i; I"EFri Nov 9 15:52:00 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"=encoding.c (enc_check_encoding, rb_set_primary_encoding);T;[o;;[I"-ENCODING is no longer in FL_USERS flags.;TS; ; i; I"EFri Nov 9 15:20:13 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"#string.c (rb_str_squeeze_bang);T;[o;;[I"6initialize squeezing table if no arguments given.;TS; ; i; I"GFri Nov 9 13:57:50 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"enum.c (each_with_index_i);T;[o;;[I"use rb_yield_values() for compatibility with Enumerator#with_index(). a patch from Yusuke ENDOH . [ruby-dev:32195];TS; ; i; I"GFri Nov 9 13:45:05 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I">test/ruby/test_iterator.rb (TestIterator::IterTest::each);T;[o;;[I"8#each_pair is now alias to #each. [ruby-dev:32192];To;;I"@test/ruby/test_iterator.rb (TestIterator::test_assoc_yield);T;[o;;[I" ditto;TS; ; i; I"EFri Nov 9 12:56:36 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"&eval_load.c (loaded_feature_path);T;[o;;[I"&check with type of given feature.;TS; ; i; I"GFri Nov 9 12:43:02 2007 Yukihiro Matsumoto ;T@ o; ;;;[ o;;I"(test/ruby/test_basicinstructions.rb;T;[o;;[I"6updated for new class behavior. [ruby-dev:32192];To;;I"encoding.c (enc_name);T;[o;;[I"@Encoding should not rely on ENCODING in the FL_USERS flags.;To;;I"&encoding.c (rb_enc_from_encoding);T;[o;;[I"6do not call rb_enc_associate for encoding itself.;To;;I"!encoding.c (enc_register_at);T;[o;;[I" ditto.;To;;I"marshal.c (r_ivar);T;[o;;[I"Ddo not set real instance variable for encoding data associated.;TS; ; i; I"EFri Nov 9 10:43:55 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"eval.c (send_internal);T;[o;;[I"Vuse self in the previous frame to check for protected methods. [ruby-core:13254];To;;I"#insnhelper.ci (vm_call_method);T;[o;;[I"send! method has gone.;TS; ; i; I"=Fri Nov 9 10:38:13 2007 Koichi Sasada ;T@ o; ;;;[o;;I"marshal.c (w_object);T;[o;;[I":should be SPECIAL_CONST_P() instead of IMMEDIATE_P().;TS; ; i; I"EFri Nov 9 10:29:21 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"eval.c (rb_invoke_method);T;[o;;[I":check if invoked in function style. [ruby-core:13245];To;;I"2insnhelper.ci (vm_call_cfunc, vm_cfunc_flags);T;[o;;[I")stores and returns VM calling flags.;To;;I"!vm.c (rb_vm_cfunc_funcall_p);T;[o;;[I"@returns if the current method is invoked in function style.;TS; ; i; I"=Fri Nov 9 10:10:21 2007 Koichi Sasada ;T@ o; ;;;[o;;I" cont.c;T;[o;;[I"add rb_context_t#type.;TS; ; i; I"=Fri Nov 9 10:05:54 2007 Koichi Sasada ;T@ o; ;;;[o;;I"ruby.c (set_arg0);T;[o;;[I"fix breaking environ bugs.;TS; ; i; I"GFri Nov 9 07:26:04 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I" random.c;T;[o;;[I"%update MT URL.[ruby-core:13305].;TS; ; i; I"2007-11-08;T@ S; ; i; I"LThu Nov 8 17:09:55 2007 David Flanagan ;T@ o; ;;;[o;;I" object.c;T;[o;;[I" improve docs for Object.tap;To;;I"ChangeLog;T;[o;;[I"+fix bogus dates on my previous entries;TS; ; i; I"JThu Nov 8 15:13:56 2007 David Flanagan ;T@ o; ;;;[o;;I" parse.y;T;[o;;[I"afix segfault with \x escapes in regexps delete unused #if 0 code regions from previous patch;TS; ; i; I"BThu Nov 8 12:12:10 2007 NAKAMURA Usaku ;T@ o; ;;;[o;;I"!parse.y (parser_read_escape);T;[o;;[I"remove C99/gcc-ism.;TS; ; i; I"JThu Nov 8 07:54:22 2007 David Flanagan ;T@ o; ;;;[o;;I" parse.y;T;[o;;[I"ipatch, based on Nobu's, work to support \u escapes also modifications for better coderange detection;To;;I"&test/ruby/test_unicode_escapes.rb;T;[o;;[I"test cases;To;;I",test/ruby/test_mixed_unicode_escapes.rb;T;[o;;[I"mixed encoding test cases;TS; ; i; I"JThu Nov 8 07:14:37 2007 David Flanagan ;T@ o; ;;;[o;;I"parse.y (rb_intern3);T;[o;;[I"commented out broken code that prevented correct interning of multi-byte symbols. Without this patch :x==:x is false when x is a multi-byte character.;TS; ; i; I"JThu Nov 8 07:04:31 2007 David Flanagan ;T@ o; ;;;[o;;I"(string.c (tr_setup_table, tr_trans);T;[o;;[I"2fix test failures in test/ruby/test_string.rb;TS; ; i; I"2007-11-07;T@ S; ; i; I"EWed Nov 7 15:07:51 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I""enum.c (enum_each_with_index);T;[o;;[I"?make different arrays at each iteration. [ruby-dev:32181];TS; ; i; I"KWed Nov 7 05:17:24 2007 David Flanagan ;T@ o; ;;;[o;;I" eval.c;T;[o;;[I",fix typo in invoke_method documentation;TS; ; i; I"GWed Nov 7 03:52:26 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"array.c (rb_ary_product);T;[o;;[I"kcore dumped with non array arguments. a patch from Yusuke ENDOH . [ruby-dev:32180];TS; ; i; I"GWed Nov 7 03:32:38 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"7lib/rexml/encodings/SHIFT-JIS.rb (REXML::Encoding);T;[o;;[I"\place -x for nkf conversion. a patch from . [ruby-dev:32183];TS; ; i; I"GWed Nov 7 02:59:49 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I" array.c (rb_ary_each_index);T;[o;;[I"$should return meaningful value.;TS; ; i; I"2007-11-06;T@ S; ; i; I"ETue Nov 6 16:37:47 2007 Nobuyoshi Nakada ;T@ o; ;;;[ o;;I"&eval_load.c (loaded_feature_path);T;[o;;[I"#need to expand relative paths.;To;;I"eval_load.c (rb_feature_p);T;[o;;[I"Fcheck if the feature is loading with load path. [ruby-dev:31932];To;;I"eval_load.c (load_lock);T;[o;;[I")check the result of barrier waiting.;To;;I"thread.c (rb_barrier_wait);T;[o;;[I"*check if owned by the current thread.;To;;I""thread.c (rb_barrier_release);T;[o;;[I" ditto.;TS; ; i; I"2007-11-05;T@ S; ; i; I"GMon Nov 5 08:01:22 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"eval.c (Init_eval);T;[o;;[I"2move #send to Kernel module from BasicObject.;TS; ; i; I"EMon Nov 5 05:17:04 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"6lib/optparse.rb (OptionParser::Switch::summarize);T;[o;;[I"fix for long form option with very long argument. a patch from Kobayashi Noritada in [ruby-list:44179].;TS; ; i; I"GMon Nov 5 01:20:33 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"parse.y (call_args);T;[o;;[I"remove "parenthesize argument(s) for future version" warning. when I added this warning, I had a plan to reimplement the parser that is simpler than the current one. since we abandoned the plan, warning no longer required.;TS; ; i; I"AMon Nov 5 01:02:56 2007 Minero Aoki ;T@ o; ;;;[o;;I",lib/net/http.rb (HTTPHeader#initialize);T;[o;;[I"bprovide default User-Agent to fix 500 error on some corrupted HTTP servers. [ruby-core:13135];TS; ; i; I"GMon Nov 5 00:32:32 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"eval.c (rb_f_send);T;[o;;[I"hallow send/__send__ to call methods of all visibility again. we no longer provide __send, __send!.;To;;I"eval.c (rb_invoke_method);T;[o;;[I"new method to honor private visibility. if it's invoked in a function call style, it calls private methods as well (previous 1.9 send behavior).;TS; ; i; I"BMon Nov 5 00:24:24 2007 NAKAMURA Usaku ;T@ o; ;;;[o;;I"win32/Makefile.sub;T;[o;;[I"vendor_ruby support.;To;;I"configure.in (RUBY_LIB);T;[o;;[I"duplicated.;TS; ; i; I";Mon Nov 5 00:01:33 2007 Tanaka Akira ;T@ o; ;;;[o;;I"re.c (rb_reg_quote);T;[o;;[I"quote \v as well.;TS; ; i; I"2007-11-04;T@ S; ; i; I";Sun Nov 4 23:51:59 2007 Tanaka Akira ;T@ o; ;;;[o;;I"re.c (rb_reg_initialize_m);T;[o;;[I"[use StringValuePtr instead of StringValueCStr because \0 exists when Regexp.new("\0").;TS; ; i; I";Sun Nov 4 08:11:19 2007 Tanaka Akira ;T@ o; ;;;[o;;I"gc.c (count_objects);T;[o;;[I"count TOTAL.;TS; ; i; I"GSun Nov 4 03:58:32 2007 Yukihiro Matsumoto ;T@ o; ;;;[ o;;I"string.c (tr_setup_table);T;[o;;[I"Guse C array for characters that fit in a byte to gain performance.;To;;I""string.c (rb_str_delete_bang);T;[o;;[I" ditto.;To;;I"#string.c (rb_str_squeeze_bang);T;[o;;[I" ditto.;To;;I"string.c (rb_str_count);T;[o;;[I" ditto.;To;;I"string.c (tr_trans);T;[o;;[I" ditto.;TS; ; i; I";Sun Nov 4 00:06:40 2007 Tanaka Akira ;T@ o; ;;;[o;;I"gc.c (count_objects);T;[o;;[I"=ObjectSpace.count_objects implemented. [ruby-core:12301];TS; ; i; I"2007-11-03;T@ S; ; i; I"GSat Nov 3 22:49:37 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"hash.c (rb_hash_each_pair);T;[o;;[I"Pmake Hash#each to be alias to Hash#each_pair for compatibility and clarity.;To;;I"hash.c (env_each_pair);T;[o;;[I" ditto.;TS; ; i; I";Sat Nov 3 22:41:05 2007 Tanaka Akira ;T@ o; ;;;[ o;;I"configure.in;T;[o;;[I"&--with-vendor-hdrdir implemented.;To;;I"lib/mkmf.rb;T;[o;;[I"check --vendor argument.;To;;I"README.EXT;T;[o;;[I"+explain --vendor option for extconf.rb;To;;I"README.EXT.ja;T;[o;;[I" ditto.;TS; ; i; I";Sat Nov 3 20:30:48 2007 Tanaka Akira ;T@ o; ;;;[ o;;I"configure.in;T;[o;;[I""--with-vendordir implemented.;To;;I"mkconfig.rb;T;[o;;[I"2add config to vendorlibdir and vendorarchdir.;To;;I"instruby.rb;T;[o;;[I"%make vendor library directories.;To;;I" ruby.c;T;[o;;[I"6insert vendor library directories into load path.;TS; ; i; I"2007-11-02;T@ S; ; i; I"?Fri Nov 2 20:55:49 2007 Kouhei Sutou ;T@ o; ;;;[o;;I"lib/rss/content.rb, lib/rss/content/, lib/rss/maker/content.rb, test/rss/test_content.rb, test/rss/test_maker_content.rb, test/rss/rss-testcase.rb (RSS::TestCase);T;[o;;[I"Ksupported content:encoded with RSS 2.0. Suggested by Sam Lown. Thanks.;TS; ; i; I"?Fri Nov 2 20:47:04 2007 Kouhei Sutou ;T@ o; ;;;[o;;I"-lib/rss/rss.rb, test/rss/test_version.rb;T;[o;;[I"0.2.0 -> 0.2.1.;TS; ; i; I"2007-11-01;T@ S; ; i; I"GThu Nov 1 21:56:45 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"error.c (Init_Exception);T;[o;;[I":make NameError to be subclass of StandardError again.;To;;I"error.c (Init_Exception);T;[o;;[I"gmake SecurityError to be subclass of Exception, since it's too important to be handled implicitly.;TS; ; i; I"JThu Nov 1 14:51:39 2007 David Flanagan ;T@ o; ;;;[o;;0;[o;;[0S; ; i; I"BThu Nov 1 02:12:50 2007 NAKAMURA Usaku ;T@ o; ;;;[o;;I"common.mk (prereq);T;[o;;[I""update the path of prelude.c.;To;;I"common.mk (prelude.c);T;[o;;[I"Trollback a part of r13675, because it is not documented and causes build error.;TS; ; i; I"BThu Nov 1 01:52:23 2007 NAKAMURA Usaku ;T@ o; ;;;[o;;I"enum.c (enum_drop);T;[o;;[I"fix typo.;TS; ; i; I"BThu Nov 1 01:51:01 2007 NAKAMURA Usaku ;T@ o; ;;;[o;;I"$vm_core.h (ruby_current_thread);T;[o;;[I"&RUBY_EXTERN'ed for probeprofiler.;TS; ; i; I"BThu Nov 1 00:46:30 2007 NAKAMURA Usaku ;T@ o; ;;;[o;;I"#win32/configure.bat, setup.mak;T;[o;;[I"Rnow can recognize OS even if the ``--target'' option of configure is omitted.;To;;I"win32/README.win32;T;[o;;[I",update the descriptions about compiler.;TS; ; i; I"2007-10-31;T@ S; ; i; I"GWed Oct 31 03:13:41 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"enum.c (enum_take_while);T;[o;;[I"separate with-block form.;To;;I"enum.c (drop_while_i);T;[o;;[I" ditto.;To;;I"enum.c (enum_butfirst);T;[o;;[I"(abandon butfirst method. reverted.;TS; ; i; I"2007-10-30;T@ S; ; i; I"GTue Oct 30 10:03:43 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"enum.c (enum_butfirst);T;[o;;[I"Vadd a new method to iterates over elements but first n. RDoc need to be updated.;To;;I"#enumerator.c (Init_Enumerator);T;[o;;[I".remove unnecessary symbol initialization.;TS; ; i; I"2007-10-29;T@ S; ; i; I"EMon Oct 29 18:42:17 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"parse.y (bvar);T;[o;;[I"Fblock-local variable can shadow outer variable. [ruby-core:13036];TS; ; i; I"EMon Oct 29 17:58:16 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"string.c (rb_str_substr);T;[o;;[I"/performance improvement. [ruby-dev:31806];TS; ; i; I"EMon Oct 29 17:20:13 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I""encoding.c (rb_enc_replicate);T;[o;;[I"(new function to replicate encoding.;To;;I"$encoding.c (enc_based_encoding);T;[o;;[I">Encoding#base_encoding returns based encoding of replica.;TS; ; i; I"EMon Oct 29 17:18:36 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"#encoding.c (rb_enc_compatible);T;[o;;[I"^ASCII encoding is compatible with ASCII-compatible encoding, even for non-string objects.;TS; ; i; I"2007-10-28;T@ S; ; i; I";Sun Oct 28 21:50:02 2007 Tanaka Akira ;T@ o; ;;;[o;;I"lib/open-uri.rb;T;[o;;[I"7:redirect option implemented to disable redirects.;To;;I"(OpenURI::HTTPRedirect);T;[o;;[I")new exception class for redirection.;TS; ; i; I"2007-10-26;T@ S; ; i; I"EFri Oct 26 17:38:13 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"numeric.c (int_chr);T;[o;;[I";take an optional encoding parameter. [ruby-core:12816];TS; ; i; I"EFri Oct 26 17:14:14 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"numeric.c (fix_pow);T;[o;;[I"returns 1.0 for 0**0.0.;To;;I"numeric.c (fix_pow);T;[o;;[I"2returns infinity for 0**-1. [ruby-dev:32084];TS; ; i; I"EFri Oct 26 15:00:52 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"8misc/ruby-style.el (ruby-style-{case,label}-indent);T;[o;;[I"+adjust for labels inside switch block.;TS; ; i; I"KFri Oct 26 05:48:57 2007 David Flanagan ;T@ o; ;;;[o;;I" array.c;T;[o;;[I"8raise IndexError for negative length in rb_ary_fill;TS; ; i; I"GFri Oct 26 04:21:36 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I")lib/net/pop.rb (Net::POP3::do_start);T;[o;;[I"Ttype fixed. a patch from Dan Zwell in [ruby-core:12941].;TS; ; i; I"GFri Oct 26 01:48:28 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"array.c (rb_ary_assoc);T;[o;;[I";check and convert inner arrays (assocs) using #to_ary.;To;;I"hash.c (rb_hash_s_create);T;[o;;[I"4check and convert argument hash using #to_hash.;To;;I"hash.c (rb_hash_s_create);T;[o;;[I";Hash#[] now takes assocs as source of hash conversion.;TS; ; i; I"2007-10-25;T@ S; ; i; I"IWed Oct 25 07:12:03 2007 James Edward Gray II ;T@ o; ;;;[o;;I"*lib/net/telnet.rb (Net::Telnet#login);T;[o;;[I"`Allowing "passphrase" in addition to "password" for Telnet login prompts. [ruby-Bugs-10746];TS; ; i; I"IWed Oct 25 06:34:11 2007 James Edward Gray II ;T@ o; ;;;[o;;I"*lib/net/telnet.rb (Net::Telnet#login);T;[o;;[I"KMaking the password prompt pattern case insensitive. [ruby-Bugs-10746];TS; ; i; I"GThu Oct 25 16:46:05 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"parse.y (parser_yylex);T;[o;;[I"wdot at the head of the line denote line continuation from previous one to support fluent interface. [experimental];To;;I".misc/ruby-mode.el (ruby-calculate-indent);T;[o;;[I"support fluent dot.;TS; ; i; I"EThu Oct 25 14:19:33 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I""io.c (rb_io_tell, rb_io_seek);T;[o;;[I"'check errno too. [ruby-dev:32093];TS; ; i; I"JThu Oct 25 13:59:53 2007 David Flanagan ;T@ o; ;;;[o;;I"parse.y (parser_tokspace);T;[o;;[I"Mincrement tokidx fixes test failure at [test/ruby/test_stringchar.rb:72];TS; ; i; I"BThu Oct 25 09:49:49 2007 akira yamada ;T@ o; ;;;[o;;I"!lib/uri.rb, lib/uri/ldaps.rb;T;[o;;[I")added LDAPS scheme. [ruby-dev:31896];TS; ; i; I"IWed Oct 25 06:23:14 2007 James Edward Gray II ;T@ o; ;;;[o;;I"5lib/xmlrpc/parser.rb (XMLRPC::Convert::dateTime);T;[o;;[I"lFixing a bug that caused time zone conversion to fail for some ISO 8601 date formats. [ruby-Bugs-12677];TS; ; i; I"IWed Oct 25 04:59:28 2007 James Edward Gray II ;T@ o; ;;;[o;;I"1lib/xmlrpc/client.rb (XMLRPC::Client#do_rpc);T;[o;;[I"YExplicitly start the HTTP connection to support keepalive requests. [ruby-Bugs-9353];TS; ; i; I"IWed Oct 25 04:46:53 2007 James Edward Gray II ;T@ o; ;;;[o;;I"1lib/xmlrpc/client.rb (XMLRPC::Client#do_rpc);T;[o;;[I"SImproving the error message for Content-Type check failures. [ruby-core:12163];TS; ; i; I"IWed Oct 25 03:45:08 2007 James Edward Gray II ;T@ o; ;;;[o;;I"Flib/xmlrpc/utils.rb (XMLRPC::ParseContentType#parse_content_type);T;[o;;[I"BMaking Content-Type checks case insensitive. [ruby-Bugs-3367];TS; ; i; I"2007-10-24;T@ S; ; i; I"EWed Oct 24 17:09:39 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"parse.y (parser_tokspace);T;[o;;[I" make space in token buffer.;To;;I"parse.y (parser_yylex);T;[o;;[I".fix encoding of single character literal.;TS; ; i; I"2007-10-23;T@ S; ; i; I"ETue Oct 23 13:44:14 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"parse.y (call_args2);T;[o;;[I"Cnd_head of NODE_BLOCK_PASS should be a list. [ruby-core:12850];TS; ; i; I"ETue Oct 23 10:42:51 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"ruby.c (process_options);T;[o;;[I"qencoding set by command line option takes priority over the encoding in the source, as the primary encoding.;TS; ; i; I"2007-10-22;T@ S; ; i; I"GMon Oct 22 19:24:33 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"ruby.c (proc_options);T;[o;;[I",allow space after -E (encoding) option.;TS; ; i; I"EMon Oct 22 11:03:09 2007 Nobuyoshi Nakada ;T@ o; ;;;[ o;;I"$encoding.c (enc_check_encoding);T;[o;;[I"returns index now.;To;;I"#encoding.c (rb_enc_compatible);T;[o;;[I"4check if two objects have compatible encodings.;To;;I""encoding.c (enc_compatible_p);T;[o;;[I" added Encoding.compatible?.;To;;I"0include/ruby/encoding.h (rb_enc_compatible);T;[o;;[I"prototype.;TS; ; i; I"2007-10-21;T@ S; ; i; I"ESun Oct 21 18:29:17 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"0encoding.c (rb_enc_default, rb_enc_primary);T;[o;;[I"[return pointers to rb_encoding of default and primary respectively. [ruby-core:12795];To;;I"&encoding.c (set_primary_encoding);T;[o;;[I"%removed primary_encoding setter.;TS; ; i; I"2007-10-20;T@ S; ; i; I"GSat Oct 20 13:17:01 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"enum.c (enum_cycle);T;[o;;[I"=hide temporary array from ObjectSpace. [ruby-core:12762];TS; ; i; I"ESat Oct 20 11:49:20 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"file.c (rb_get_path);T;[o;;[I"returns frozen string.;To;;I"/file.c (rb_file_s_chown, rb_file_s_lchown);T;[o;;[I"use uid_t and gid_t.;TS; ; i; I"2007-10-19;T@ S; ; i; I"EFri Oct 19 20:08:14 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I" encoding.c (rb_id_encoding);T;[o;;[I"returns ID "encoding".;To;;I"marshal.c (w_encoding);T;[o;;[I"dump encoding name.;To;;I"marshal.c (r_ivar);T;[o;;[I"load encoding.;TS; ; i; I"EFri Oct 19 16:41:00 2007 Nobuyoshi Nakada ;T@ o; ;;;[ o;;I"3parse.y (parser_regx_options, reg_compile_gen);T;[o;;[I"&relaxened encoding matching rule.;To;;I"re.c (rb_reg_initialize);T;[o;;[I"#always set encoding of Regexp.;To;;I"!re.c (rb_reg_initialize_str);T;[o;;[I"-fix encoding for non 7bit-clean strings.;To;;I"re.c (rb_reg_initialize_m);T;[o;;[I"'use ascii encoding for 'n' option.;TS; ; i; I"EFri Oct 19 11:09:56 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"ruby.c (process_options);T;[o;;[I"Dset primary encoding from the parser always. [ruby-core:12758];To;;I"ruby.c (load_file);T;[o;;[I"-should not discard the parser parameter.;TS; ; i; I"EFri Oct 19 10:55:42 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"range.c (range_last);T;[o;;[I"removed unused variables.;TS; ; i; I"2007-10-18;T@ S; ; i; I"GThu Oct 18 17:08:57 2007 Yukihiro Matsumoto ;T@ o; ;;;[ o;;I"enum.c (enum_find_index);T;[o;;[I"aupdate RDoc. a patch from David Flanagan in [ruby-core:12710].;To;;I""enum.c (enum_take, enum_drop);T;[o;;[I" ditto.;To;;I"enum.c (enum_cycle);T;[o;;[I"Hshould not cause infinite loop for empty arrays. [ruby-core:12710];To;;I"range.c (Init_Range);T;[o;;[I"typo fixed.;TS; ; i; I"GThu Oct 18 16:39:34 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I">lib/rexml/source.rb (REXML::SourceFactory::SourceFactory);T;[o;;[I"{more duck typed. better performance on JRuby. http://headius.blogspot.com/2007/10/another-performance-discovery-rexml.html;TS; ; i; I"GThu Oct 18 09:33:25 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"range.c (range_first);T;[o;;[I"Ctakes first n element if argument is given. [ruby-core:12697];To;;I"range.c (range_last);T;[o;;[I"2returns last n elements if argument is given.;To;;I")array.c (rb_ary_subseq, rb_ary_last);T;[o;;[I" export.;TS; ; i; I"2007-10-17;T@ S; ; i; I"EWed Oct 17 17:39:31 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"ruby.c (proc_options);T;[o;;[I"1fixed reversed condition. [ruby-core:12722];TS; ; i; I"GWed Oct 17 13:54:28 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"re.c (rb_reg_s_union);T;[o;;[I"%the last check was not complete.;TS; ; i; I"EWed Oct 17 11:30:55 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"7encoding.c (rb_enc_from_encoding, rb_enc_register);T;[o;;[I"associate index to self.;To;;I"encoding.c (enc_capable);T;[o;;[I"+Encoding objects are encoding capable.;To;;I"re.c (rb_reg_s_union);T;[o;;[I":check if encoding matching by exact encoding objects.;TS; ; i; I"EWed Oct 17 06:18:06 2007 Nobuyoshi Nakada ;T@ o; ;;;[ o;;I"1encoding.c (rb_enc_alias, rb_enc_find_index);T;[o;;[I"5changed enc_table_alias to a name-to-index hash.;To;;I"encoding.c (rb_enc_init);T;[o;;[I"?use upper case names for aliases to use as constant names.;To;;I"encoding.c (enc_find);T;[o;;[I"allow symbols.;To;;I"encoding.c (Init_Encoding);T;[o;;[I"define encoding constants.;To;;I"st.c (strcasehash);T;[o;;[I"$fix wrong code range condition.;TS; ; i; I"EWed Oct 17 05:07:18 2007 Nobuyoshi Nakada ;T@ o; ;;;[ o;;I"%encoding.c (rb_primary_encoding);T;[o;;[I"%added Encoding.primary_encoding.;To;;I"!parse.y (rb_parser_encoding);T;[o;;[I" added.;To;;I"ruby.c (proc_options);T;[o;;[I"%added -E and --encoding options.;To;;I"ruby.c (process_options);T;[o;;[I"Nset primary encoding from command line option if set, or source encoding.;To;;I"einclude/ruby/encoding.h (rb_enc_from_encoding, rb_get_primary_encoding, rb_set_primary_encoding);T;[o;;[I"prototypes.;To;;I"-include/ruby/node.h (rb_parser_encoding);T;[o;;[I"prototype.;TS; ; i; I"EWed Oct 17 03:37:07 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"re.c (rb_reg_desc);T;[o;;[I"set encoding.;To;;I"re.c (rb_reg_s_union);T;[o;;[I"check encodings.;To;;I"%enc/utf8.c (utf8_code_to_mbclen);T;[o;;[I"Y0xfe and 0xff are valid Unicode to be encoded to 2bytes in UTF-8. [ruby-core:12700];TS; ; i; I"EWed Oct 17 02:50:49 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"string.c (rb_str_ord);T;[o;;[I"use encoding.;TS; ; i; I"EWed Oct 17 01:57:06 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"re.c (rb_reg_initialize_m);T;[o;;[I"3allow binary encoding option. [ruby-dev:32083];TS; ; i; I"2007-10-16;T@ S; ; i; I"ETue Oct 16 19:48:01 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"re.c (rb_reg_s_union);T;[o;;[I"+check for encoding of original object.;TS; ; i; I";Tue Oct 16 18:28:51 2007 Tanaka Akira ;T@ o; ;;;[o;;I" debug.c;T;[o;;[I"0use enum for constants for gdb if possible.;TS; ; i; I";Tue Oct 16 18:20:10 2007 Tanaka Akira ;T@ o; ;;;[o;;I"ruby.c, debug.c;T;[o;;[I".move debug enum and constants to debug.c.;TS; ; i; I";Tue Oct 16 18:16:15 2007 Tanaka Akira ;T@ o; ;;;[o;;I"!ruby.c (RUBY_ENCODING_SHIFT);T;[o;;[I"added as enum.;To;;I".gdbinit (rp);T;[o;;[I"-show encoding and coderange for strings.;TS; ; i; I"ETue Oct 16 14:48:38 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I""parse.y (parser_regx_options);T;[o;;[I"Acheck if regexp encoding option matches to current encoding.;To;;I"3re.c (char_to_option, rb_char_to_option_kcode);T;[o;;[I"!'n' is not kcode option now.;To;;I"*re.c (rb_reg_to_s, rb_reg_error_desc);T;[o;;[I"3copy encoding rather than append as an option.;To;;I"*re.c (make_regexp, rb_reg_prepare_re);T;[o;;[I"8use encoding of Regexp and String instead of kcode.;To;;I"re.c (rb_reg_initialize);T;[o;;[I"%set fixed option if none is set.;To;;I"re.c (rb_reg_regcomp);T;[o;;[I" ditto.;To;;I"re.c (rb_reg_equal);T;[o;;[I""check if encodings are equal.;To;;I"re.c (rb_reg_initialize_m);T;[o;;[I"!encoding option is obsolete.;To;;I"0re.c (rb_kcode, rb_get_kcode, rb_set_kcode);T;[o;;[I" removed.;To;;I"re.c (Init_Regexp);T;[o;;[I"!removed Regexp#kcode method.;To;;I"ruby.c (proc_options);T;[o;;[I"allow long encoding name.;TS; ; i; I"GTue Oct 16 14:03:09 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"re.c (rb_reg_s_union);T;[o;;[I"Cencoding of all regexp objects should match. [ruby-dev:32076];TS; ; i; I"GTue Oct 16 13:49:41 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"encoding.c (enc_to_s);T;[o;;[I"rename function.;TS; ; i; I"ETue Oct 16 13:25:46 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"string.c (rb_str_new4);T;[o;;[I"_should copy encoding. a patch from NARUSE, Yui . [ruby-dev:32076];TS; ; i; I"GTue Oct 16 01:31:23 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"enum.c (enum_inject);T;[o;;[I"aRDoc update. a patch from David Flanagan in [ruby-core:12710].;TS; ; i; I"GTue Oct 16 01:25:40 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"encoding.c (Init_Encoding);T;[o;;[I"Sdefine #to_s to show encoding name in to_s representation as well as #inspect.;TS; ; i; I"2007-10-15;T@ S; ; i; I"EMon Oct 15 13:24:08 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"numeric.c (flo_round);T;[o;;[I"?should be number but not rounding factor. [ruby-dev:32060];TS; ; i; I"EMon Oct 15 11:45:12 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"marshal.c (r_bytes0);T;[o;;[I",refined length check. [ruby-dev:32059];TS; ; i; I";Mon Oct 15 10:24:19 2007 Tanaka Akira ;T@ o; ;;;[o;;I"process.c (pst_to_s);T;[o;;[I"Treturns a string such as "pid 10220 exit 1" instead of "256". [ruby-dev:32053];To;;I"(pst_inspect);T;[o;;[I"gchange format "#" to "#".;TS; ; i; I"EMon Oct 15 09:58:07 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"marshal.c (r_bytes0);T;[o;;[I"6check if source has enough data. [ruby-dev:32054];TS; ; i; I";Mon Oct 15 01:15:09 2007 Tanaka Akira ;T@ o; ;;;[o;;I",ext/socket/socket.c (s_accept_nonblock);T;[o;;[I"6make accepted fd nonblocking. [ruby-talk:274079];TS; ; i; I"2007-10-14;T@ S; ; i; I"ESun Oct 14 17:31:48 2007 Nobuyoshi Nakada ;T@ o; ;;;[ o;;I"!encoding.c (rb_obj_encoding);T;[o;;[I"_rdoc update. a patch from David Flanagan . [ruby-core:12664];To;;I"$encoding.c (enc_dump, enc_load);T;[o;;[I"Imarshaling feature. a patch from David Flanagan. [ruby-core:12665];To;;I"encoding.c (Init_Encoding);T;[o;;[I"Iundefine allocator of Encoding. [ruby-core:12665], [ruby-core:12666];To;;I"test/ruby/test_encoding.rb;T;[o;;[I"=tests for Encoding from David Flanagan [ruby-core:12665];TS; ; i; I";Sun Oct 14 11:09:09 2007 Tanaka Akira ;T@ o; ;;;[o;;I"&lib/pp.rb (PP::PPMethods#pp_hash);T;[o;;[I"-don't sort keys because hash is ordered.;To;;I"(ENV.pretty_print);T;[o;;[I"#call pp_hash with sorted hash.;TS; ; i; I"ESun Oct 14 04:08:34 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"$configure.in (AC_SYS_LARGEFILE);T;[o;;[I"Vkeep results also in command options, to vail out of mismatch. [ruby-list:44114];To;;I"-mkconfig.rb, lib/mkmf.rb (configuration);T;[o;;[I"add DEFS.;TS; ; i; I"ESun Oct 14 03:55:52 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"win32/mkexports.rb;T;[o;;[I"=deal with __fastcall name decorations. [ruby-list:44111];TS; ; i; I"ESun Oct 14 02:20:40 2007 Nobuyoshi Nakada ;T@ o; ;;;[ o;;I"encoding.c (rb_cEncoding);T;[o;;[I"new Encoding class.;To;;I"6encoding.c (rb_to_encoding, rb_to_encoding_index);T;[o;;[I"helper functions.;To;;I"!encoding.c (rb_obj_encoding);T;[o;;[I" return Encoding object now.;To;;I"gc.c (garbage_collect);T;[o;;[I"mark Encoding objects.;To;;I"inits.c (rb_call_inits);T;[o;;[I"call Init_Encoding.;To;;I"%string.c (rb_str_force_encoding);T;[o;;[I"5accept Encoding object as well as encoding name.;To;;I"Cinclude/ruby/encoding.h (rb_to_encoding_index, rb_to_encoding);T;[o;;[I"prototypes.;TS; ; i; I";Sun Oct 14 01:03:30 2007 Tanaka Akira ;T@ o; ;;;[o;;I"(lib/open-uri.rb (OpenURI.open_http);T;[o;;[I"fix :ssl_ca_cert option.;TS; ; i; I"2007-10-13;T@ S; ; i; I"ISat Oct 13 21:23:21 2007 Masaki Suketa ;T@ o; ;;;[ o;;I"Jext/win32ole/win32ole.c (foletype_s_ole_classes, foletype_s_typelibs);T;[o;;[I"refactoring.;To;;I"(test/win32ole/test_win32ole_type.rb;T;[o;;[I"add some test.;To;;I",ext/win32ole/win32ole.c (Init_win32ole);T;[o;;[I"Uchange method name WIN32OLE_TYPELIB.ole_types from WIN32OLE_TYPELIB.ole_classes.;To;;I"+test/win32ole/test_win32ole_typelib.rb;T;[o;;[I" ditto.;To;;I"1test/win32ole/test_folderitem2_invokeverb.rb;T;[o;;[I"gcheck create shortcut string more strictly (This test is invoked in Japanese Windows environment).;TS; ; i; I"ESat Oct 13 09:11:58 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I" parse.y (set_file_encoding);T;[o;;[I"hcase-insensitive search, a patch from David Flanagan [ruby-core:12629];TS; ; i; I"ESat Oct 13 09:02:16 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"{bcc,win}32/mkexports.rb;T;[o;;[I"&explicit data. [ruby-list:44108];TS; ; i; I"GSat Oct 13 00:17:49 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"3lib/rexml/document.rb (REXML::Document::write);T;[o;;[I">leaky modification trans -> transitive. [ruby-dev:32040];TS; ; i; I"GSat Oct 13 00:00:33 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I" parse.y;T;[o;;[I"encoding specifier should work if the line matches /coding[:=] ?/, a la Python PEP-263, so that VIM comments like "# vim: set fileencoding=" should be recognized.;TS; ; i; I"2007-10-12;T@ S; ; i; I"EFri Oct 12 15:04:54 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"parse.y (magic_comments);T;[o;;[I"(add "encoding" as same as "coding".;To;;I" parse.y (set_file_encoding);T;[o;;[I"$special file encoding handling.;To;;I"parse.y (parser_yylex);T;[o;;[I" ditto.;TS; ; i; I"GFri Oct 12 12:44:11 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"!array.c (rb_ary_combination);T;[o;;[I"?fixed memory corruption due to too small memory allocation;To;;I"array.c (rb_ary_product);T;[o;;[I"5accessing out of memory bounds. condition fixed.;TS; ; i; I"GFri Oct 12 11:22:15 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"re.c (match_values_at);T;[o;;[I"Ymake #select to be alias to #values_at to adapt RDoc description. [ruby-core:12588];TS; ; i; I"2007-10-11;T@ S; ; i; I"GThu Oct 11 21:10:17 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"%include/ruby/node.h (NOEX_LOCAL);T;[o;;[I"$remove unused local visibility.;To;;I"class.c (ins_methods_push);T;[o;;[I" ditto.;To;;I"%class.c (rb_class_local_methods);T;[o;;[I"method removed.;TS; ; i; I"BThu Oct 11 14:29:31 2007 NAKAMURA Usaku ;T@ o; ;;;[o;;I"#*/Makefile.sub (COMMON_MACROS);T;[o;;[I"4workaround for old SDK's bug. [ruby-core:12584];TS; ; i; I"EThu Oct 11 06:35:43 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"(Makefile.in, */Makefile.sub (VPATH);T;[o;;[I"add enc directory.;To;;I"common.mk (ENCOBJS);T;[o;;[I"encoding objects.;To;;I"enc;T;[o;;[I"directory for encodings.;TS; ; i; I"GThu Oct 11 00:04:37 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"2include/ruby/oniguruma.h (OnigEncodingTypeST);T;[o;;[I":add OnigEncoding parameter to every function members.;To;;I"2include/ruby/oniguruma.h (OnigEncodingTypeST);T;[o;;[I"Ladd auxiliary data member to provide user defined data for an encoding.;TS; ; i; I"2007-10-10;T@ S; ; i; I"GWed Oct 10 23:32:15 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"re.c (rb_reg_s_quote);T;[o;;[I"Mno longer takes optional second argument that has never been documented.;TS; ; i; I";Wed Oct 10 15:39:04 2007 Tanaka Akira ;T@ o; ;;;[o;;I"encoding.c (rb_enc_init);T;[o;;[I"%don't alias iso-8859-1 to ascii.;To;;I" ascii.c (OnigEncodingASCII);T;[o;;[I",change the name US-ASCII to ASCII-8BIT.;TS; ; i; I"EWed Oct 10 14:31:05 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"$string.c (rb_enc_str_coderange);T;[o;;[I"fixed check for non-ascii.;TS; ; i; I"2007-10-09;T@ S; ; i; I"ETue Oct 9 21:35:28 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"5array.c (rb_ary_permutation, rb_ary_combination);T;[o;;[I"missing type names.;To;;I"!array.c (rb_ary_permutation);T;[o;;[I"used buffer should be t1.;To;;I"!array.c (rb_ary_permutation);T;[o;;[I"5use frozen shared hidden array. [ruby-dev:31985];TS; ; i; I"GTue Oct 9 16:58:10 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I" array.c;T;[o;;[I"remove to_a completely.;To;;I"array.c (tmpbuf);T;[o;;[I"2keep DRY to clear klass of temporary objects.;TS; ; i; I"ETue Oct 9 16:33:32 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"Earray.c (rb_ary_permutation, rb_ary_combination, rb_ary_product);T;[o;;[I"4hide internal buffer objects. [ruby-dev:31982];TS; ; i; I"BTue Oct 9 16:00:32 2007 NAKAMURA Usaku ;T@ o; ;;;[o;;I"7parse.y (parser_read_escape, parser_tokadd_escape);T;[o;;[I"'check code range. [ruby-dev:31980];TS; ; i; I"ETue Oct 9 15:40:24 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"parse.y (STR_NEW3);T;[o;;[I"'check for if single byte sequence.;TS; ; i; I"2007-10-08;T@ S; ; i; I"CMon Oct 8 20:06:29 2007 GOTOU Yuuzou ;T@ o; ;;;[o;;I"5lib/net/imap.rb, lib/net/smtp.rb, lib/net/pop.rb;T;[o;;[I"uhostname should be verified against server's identity as presented in the server's certificate. [ruby-dev:31960];To;;I"Bext/openssl/lib/net/telnets.rb, ext/openssl/lib/net/ftptls.rb;T;[o;;[I" ditto.;TS; ; i; I"2007-10-07;T@ S; ; i; I"?Sun Oct 7 22:37:47 2007 Kouhei Sutou ;T@ o; ;;;[o;;I"mtest/rss/test_taxonomy.rb, test/rss/test_parser_1.0.rb, test/rss/test_image.rb, test/rss/rss-testcase.rb;T;[o;;[I"&ensured declaring XML namespaces.;TS; ; i; I";Sun Oct 7 22:00:01 2007 Tanaka Akira ;T@ o; ;;;[o;;I"include/ruby/node.h;T;[o;;[I"Amake node flags as VALUE type. enum ruby_node_flags removed.;To;;I" ruby.c;T;[o;;[I")define RUBY_NODE_* as const for gdb.;TS; ; i; I";Sun Oct 7 18:57:12 2007 Tanaka Akira ;T@ o; ;;;[o;;I"include/ruby/ruby.h;T;[o;;[I"5enum ruby_value_flags removed. [ruby-dev:31959];To;;I" ruby.c;T;[o;;[I"-define RUBY_FL_* as const VALUE for gdb.;TS; ; i; I"CSun Oct 7 17:50:14 2007 GOTOU Yuuzou ;T@ o; ;;;[o;;I"lib/net/http.rb;T;[o;;[I".remove enable_post_connection_check flag.;To;;I"lib/open-uri.rb;T;[o;;[I" ditto.;TS; ; i; I"=Sun Oct 7 15:48:40 2007 Koichi Sasada ;T@ o; ;;;[o;;I"insns.def (opt_eq);T;[o;;[I"fix to use rb_str_equal().;TS; ; i; I"2007-10-06;T@ S; ; i; I"GSat Oct 6 23:14:54 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"string.c (rb_str_to_i);T;[o;;[I"Rupdate RDoc since base can be any value between 2 and 36. [ruby-talk:272879];TS; ; i; I"=Sat Oct 6 16:24:02 2007 Koichi Sasada ;T@ o; ;;;[o;;I"cont.c (cont_free);T;[o;;[I"!check Fiber or Continuation.;To;;I"#bootstraptest/test_knownbug.rb;T;[o;;[I"remove a fixed test.;TS; ; i; I"ESat Oct 6 14:56:02 2007 Nobuyoshi Nakada ;T@ o; ;;;[ o;;I"!encoding.c (rb_enc_register);T;[o;;[I"'returns new index or -1 if failed.;To;;I"encoding.c (rb_enc_alias);T;[o;;[I"*check if original name is registered.;To;;I"encoding.c (rb_enc_init);T;[o;;[I"Iregister in same order as kcode options in re.c. added new aliases.;To;;I"%string.c (rb_str_force_encoding);T;[o;;[I""check if valid encoding name.;TS; ; i; I"ESat Oct 6 14:32:30 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"insns.def (opt_eq);T;[o;;[I"get rid of gcc bug.;TS; ; i; I"GSat Oct 6 02:34:18 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"include/ruby/defines.h;T;[o;;[I"%no longer provide DEFAULT_KCODE.;TS; ; i; I"2007-10-05;T@ S; ; i; I";Fri Oct 5 21:24:59 2007 Tanaka Akira ;T@ o; ;;;[o;;I"re.c (rb_reg_s_union_m);T;[o;;[I"[Regexp.union accepts single argument which is an array of patterns. [ruby-list:44084];TS; ; i; I";Fri Oct 5 16:42:27 2007 Tanaka Akira ;T@ o; ;;;[o;;I"/bootstraptest/runner.rb (assert_not_match);T;[o;;[I"new method.;TS; ; i; I"@Fri Oct 5 16:15:52 2007 Akinori MUSHA ;T@ o; ;;;[o;;I"configure.in;T;[o;;[I"Turn on --enable-pthread by default for FreeBSD 5.2.1-RELEASE and later, and remove pthread support for older versions which has never worked perfectly.;TS; ; i; I"@Fri Oct 5 16:11:50 2007 Akinori MUSHA ;T@ o; ;;;[o;;I"time.c (time_to_s);T;[o;;[I"-Fix documentation. Time format changed.;TS; ; i; I"@Fri Oct 5 04:02:39 2007 Akinori MUSHA ;T@ o; ;;;[o;;I"1lib/ipaddr.rb (in_addr, in6_addr, addr_mask);T;[o;;[I"'Make some minor code optimization.;TS; ; i; I"@Fri Oct 5 03:25:51 2007 Akinori MUSHA ;T@ o; ;;;[o;;I"lib/ipaddr.rb (<=>);T;[o;;[I"5Implement IPAddr#<=> and make IPAddr comparable.;To;;I"lib/ipaddr.rb (succ);T;[o;;[I"qImplement IPAddr#succ. You can now create a range between two IPAddr's, which (Range) object is enumerable.;To;;I"lib/ipaddr.rb (to_range);T;[o;;[I"EA new method to create a Range object for the (network) address.;TS; ; i; I"@Fri Oct 5 03:14:45 2007 Akinori MUSHA ;T@ o; ;;;[o;;I"!lib/ipaddr.rb (coerce_other);T;[o;;[I"Support type coercion and make &, |, == and include? accept a string or an integer instead of an IPAddr object as the argument.;To;;I"lib/ipaddr.rb (initialize);T;[o;;[I" Give better error messages.;To;;I"lib/ipaddr.rb;T;[o;;[I"Improve documentation.;TS; ; i; I"2007-10-04;T@ S; ; i; I"BThu Oct 4 20:45:53 2007 NAKAMURA Usaku ;T@ o; ;;;[o;;I"process.c (Init_process);T;[o;;[I"Nwin32 has our own WNOHANG definition, so remove unnecessary #ifdef guard.;TS; ; i; I"BThu Oct 4 20:17:19 2007 NAKAMURA Usaku ;T@ o; ;;;[o;;I"1array.c (rb_ary_permutation, rb_ary_product);T;[o;;[I"support non C99 compilers.;TS; ; i; I"GThu Oct 4 17:33:18 2007 Yukihiro Matsumoto ;T@ o; ;;;[ o;;I"re.c (kcode_setter);T;[o;;[I"7Perl-ish global variable `$=' no longer effective.;To;;I"io.c (Init_IO);T;[o;;[I"1remove obsolete variables: $defout, $deferr.;To;;I"re.c (Init_Regexp);T;[o;;[I"/remove obsolete const alias: MatchingData.;To;;I"time.c (Init_Time);T;[o;;[I"!remove obsolete Time::times.;To;;I"re.c (ignorecase_setter);T;[o;;[I"change warning message.;To;;I"re.c (ignorecase_getter);T;[o;;[I"now gives warning.;To;;I"string.c (rb_str_cmp_m);T;[o;;[I"update RDoc document.;To;;I"re.c (kcode_setter);T;[o;;[I"(restore erroneously removed setter.;TS; ; i; I"EThu Oct 4 16:28:33 2007 Nobuyoshi Nakada ;T@ o; ;;;[ o;;I"!encoding.c (rb_obj_encoding);T;[o;;[I"*returns encoding of the given object.;To;;I"parse.y (reg_compile_gen);T;[o;;[I"3copy encoding from source string if non-empty.;To;;I"re.c (Init_Regexp);T;[o;;[I" new method Regexp#encoding.;To;;I"string.c (str_encoding);T;[o;;[I"moved to encoding.c;TS; ; i; I"GThu Oct 4 15:49:33 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"!array.c (rb_ary_permutation);T;[o;;[I",remove C99 dependency. [ruby-dev:31934];To;;I"array.c (rb_ary_product);T;[o;;[I" ditto.;TS; ; i; I"2007-10-03;T@ S; ; i; I"GWed Oct 3 23:37:17 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"#ext/nkf/nkf.c, bin/ri, bin/irb;T;[o;;[I"mfixed typos in doc and comments. a patch from Eugene Ossintsev . [ruby-core:12375];TS; ; i; I"=Wed Oct 3 17:56:22 2007 Koichi Sasada ;T@ o; ;;;[o;;I"benchmark/driver.rb;T;[o;;[I"(enable specify label to executable.;To;;I"(-e "ruby1;T;[o;;[I"2:/path/to/ruby1; ruby2::/path/to/ruby2; ...");TS; ; i; I"EWed Oct 3 16:58:48 2007 Nobuyoshi Nakada ;T@ o; ;;;[ o;;I"7parse.y (parser_str_new, parser_yylex, rb_intern3);T;[o;;[I"set code-range bits.;To;;I"#parse.y (parser_tokadd_string);T;[o;;[I"check code-range.;To;;I"8parse.y (parser_parse_string, parser_here_document);T;[o;;[I" ditto.;To;;I" parse.y (parser_set_encode);T;[o;;[I"check if valid encoding.;TS; ; i; I"GWed Oct 3 15:43:15 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"variable.c (rb_cvar_set);T;[o;;[I"check whether class variable is defined in superclasses. root classes have higher priority. removes lower class variable entry from IV_TBL (if it's defined in classes, not modules).;To;;I"variable.c (rb_cvar_get);T;[o;;[I" ditto.;TS; ; i; I"EWed Oct 3 10:06:53 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I""ruby.c (ruby_process_options);T;[o;;[I"4push frame with program name. [ruby-core:12351];TS; ; i; I"2007-10-02;T@ S; ; i; I"BTue Oct 2 20:16:55 2007 NAKAMURA Usaku ;T@ o; ;;;[o;;I"win32/win32.c (init_env);T;[o;;[I"%refactoring. remove unused code.;TS; ; i; I"GTue Oct 2 12:30:40 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"array.c (rb_ary_product);T;[o;;[I"generalized product, now takes arbitrary number of arrays. a patch from David Flanagan . [ruby-core:12346];TS; ; i; I"GTue Oct 2 08:25:50 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"!array.c (rb_ary_permutation);T;[o;;[I"Gimplementation contributed from David Flanagan. [ruby-core:12344];To;;I"!array.c (rb_ary_combination);T;[o;;[I"MRDoc update to clarify. a patch from David Flanagan. [ruby-core:12344];To;;I"!array.c (rb_ary_permutation);T;[o;;[I"7small dirty hack by Matz to avoid arrays on stack.;TS; ; i; I"=Tue Oct 2 07:01:05 2007 Koichi Sasada ;T@ o; ;;;[o;;I"proc.c (proc_dup);T;[o;;[I"%proc->block.proc should be self.;To;;I"3bootstraptest/test_knownbug.rb, test_method.rb;T;[o;;[I"move a fixed test.;TS; ; i; I"2007-10-01;T@ S; ; i; I";Mon Oct 1 16:17:44 2007 Tanaka Akira ;T@ o; ;;;[o;;I"!bootstraptest/test_method.rb;T;[o;;[I"5use assert_normal_exit to test [ruby-dev:31818].;TS; ; i; I"EMon Oct 1 15:57:49 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"gc.c (id2ref);T;[o;;[I"skip ICLASS.;TS; ; i; I";Mon Oct 1 15:29:35 2007 Tanaka Akira ;T@ o; ;;;[o;;I"1bootstraptest/runner.rb (assert_normal_exit);T;[o;;[I"use `` instead of system.;TS; ; i; I"EMon Oct 1 15:17:48 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"gc.c (id2ref);T;[o;;[I"5T_VALUES is less than T_BLOCK. [ruby-dev:31911];TS; ; i; I"EMon Oct 1 10:58:42 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"ruby.c (require_libraries);T;[o;;[I"Quse require method instead of calling rb_require directly. [ruby-dev:31322];TS; ; i; I"EMon Oct 1 10:52:30 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"Beval.c (ruby_options), ruby.c (proc_options, process_options);T;[o;;[I"1not call exit(2) directly. [ruby-dev:31912];To;;I"eval.c (ruby_run_node);T;[o;;[I" deal with direct exit code.;TS; ; i; I"2007-09-30;T@ S; ; i; I"ESun Sep 30 17:12:53 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"string.c (rb_str_append);T;[o;;[I"3always set encoding, and coderange cache bits.;To;;I"0include/ruby/encoding.h (ENC_CODERANGE_SET);T;[o;;[I"'fixed a bug not to set cache bits.;TS; ; i; I";Sun Sep 30 11:52:11 2007 Tanaka Akira ;T@ o; ;;;[o;;I"%bootstraptest/runner.rb (pretty);T;[o;;[I"%don't show beginning empty line.;TS; ; i; I";Sun Sep 30 11:32:34 2007 Tanaka Akira ;T@ o; ;;;[o;;I"numeric.c;T;[o;;[I")use #ifdef for test LONG_LONG_VALUE.;TS; ; i; I";Sun Sep 30 04:30:55 2007 Tanaka Akira ;T@ o; ;;;[o;;I" bignum.c;T;[o;;[I"Buse SIZEOF_LONG instead of SIZEOF_ULONG which is not defined.;TS; ; i; I";Sun Sep 30 04:03:43 2007 Tanaka Akira ;T@ o; ;;;[o;;I"re.c (Init_Regexp);T;[o;;[I"Ctest DEFAULT_KCODE in C code because KCODE_EUC, etc. are enum.;TS; ; i; I"BSun Sep 30 00:55:40 2007 NAKAMURA Usaku ;T@ o; ;;;[o;;I"variable.c (obj_ivar_each);T;[o;;[I"get rid of warning.;TS; ; i; I"2007-09-29;T@ S; ; i; I"ESat Sep 29 17:45:22 2007 Nobuyoshi Nakada ;T@ o; ;;;[ o;;I"main.c (main);T;[o;;[I"Juse platform-independent per-process initialization. [ruby-dev:31900];To;;I"ruby.c (ruby_sysinit);T;[o;;[I"1new function for per-process initialization.;To;;I",include/ruby/ruby.h (RUBY_GLOBAL_SETUP);T;[o;;[I" toplevel setup declaration.;To;;I"-include/ruby/win32.h, win32/mkexports.rb;T;[o;;[I"%alias NtInitialize ruby_sysinit.;To;;I"#win32/win32.c (rb_w32_sysinit);T;[o;;[I"renamed from NtInitialize.;TS; ; i; I"GSat Sep 29 17:31:04 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"!array.c (rb_ary_combination);T;[o;;[I"Unew method to give all combination of elements from an array. [ruby-list:42671];To;;I"array.c (rb_ary_product);T;[o;;[I"a new method to get all combinations of elements from two arrays. can be extended to combinations of n-arrays, e.g. a.product(b,c,d). anyone volunteer?;To;;I"!array.c (rb_ary_permutation);T;[o;;[I"Vempty function body to calculate permutations of array elements. need volunteer.;TS; ; i; I"GSat Sep 29 17:14:44 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"marshal.c (r_leave);T;[o;;[I"Bmove proc invocation from r_entry() to avoid potential crash.;TS; ; i; I";Sat Sep 29 12:28:08 2007 Tanaka Akira ;T@ o; ;;;[o;;I"1bootstraptest/runner.rb (assert_normal_exit);T;[o;;[I"new method.;To;;I"#bootstraptest/test_knownbug.rb;T;[o;;[I"add test for Marshal.load.;TS; ; i; I";Sat Sep 29 10:12:20 2007 Tanaka Akira ;T@ o; ;;;[o;;I"variable.c (rb_ivar_set);T;[o;;[I"!fix class instance variable.;To;;I"object.c (rb_class_real);T;[o;;[I"cl argument may be 0.;TS; ; i; I";Sat Sep 29 09:12:02 2007 Tanaka Akira ;T@ o; ;;;[o;;I"object.c (rb_class_real);T;[o;;[I"{use BUILTIN_TYPE instead of TYPE. access flags directly instead of FL_TEST. they are enough because cl argument is a class.;TS; ; i; I"ESat Sep 29 08:57:15 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"&include/ruby/win32.h (strcasecmp);T;[o;;[I"!needed for type_strcasehash.;TS; ; i; I"ESat Sep 29 06:47:29 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"$ruby.c (struct cmdline_options);T;[o;;[I"static variables packed.;TS; ; i; I"ESat Sep 29 05:29:30 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"io.c (rb_io_fdopen);T;[o;;[I"create IO object from fd.;To;;I"parse.y (yycompile);T;[o;;[I"+use encoding of the source as default.;To;;I"%ruby.c (proc_options, load_file);T;[o;;[I" ditto.;TS; ; i; I"ESat Sep 29 04:27:08 2007 Nobuyoshi Nakada ;T@ o; ;;;[ o;;I"encoding.c (rb_enc_alias);T;[o;;[I"&allow encodings multiple aliases.;To;;I"#encoding.c (rb_enc_find_index);T;[o;;[I"Wsearch the encoding which has the given name and return its index if found, or -1.;To;;I"st.c (type_strcasehash);T;[o;;[I"'case-insensitive string hash type.;To;;I"%string.c (rb_str_force_encoding);T;[o;;[I"gforce encoding of self. this name comes from [ruby-dev:31894] by Martin Duerst. [ruby-dev:31744];To;;I"Hinclude/ruby/encoding.h (rb_enc_find_index, rb_enc_associate_index);T;[o;;[I"prototyped.;To;;I"-include/ruby/encoding.h (rb_enc_isctype);T;[o;;[I"direct interface to ctype.;To;;I"-include/ruby/st.h (st_init_strcasetable);T;[o;;[I"prototyped.;TS; ; i; I"=Sat Sep 29 03:53:26 2007 Koichi Sasada ;T@ o; ;;;[o;;I" cont.c;T;[o;;[I"0Thread local storage should be fiber local.;To;;I";T@ o; ;;;[o;;I"#insnhelper.ci (vm_call_method);T;[o;;[I"Fallow send! to call protected methods as well. [ruby-core:12280];TS; ; i; I"=Fri Sep 28 22:33:47 2007 Koichi Sasada ;T@ o; ;;;[ o;;I"benchmark/bm_so_fasta.rb;T;[o;;[I" added.;To;;I"$benchmark/bm_so_k_nucleotide.rb;T;[o;;[I" added.;To;;I"*benchmark/bm_so_reverse_complement.rb;T;[o;;[I" added.;To;;I"#benchmark/make_fasta_output.rb;T;[o;;[I" added.;To;;I")benchmark/prepare_so_k_nucleotide.rb;T;[o;;[I" added.;To;;I"/benchmark/prepare_so_reverse_complement.rb;T;[o;;[I" added.;TS; ; i; I"=Fri Sep 28 19:14:51 2007 Koichi Sasada ;T@ o; ;;;[o;;I"benchmark/driver.rb;T;[o;;[I"fix notations.;To;;I"#benchmark/bm_loop_whileloop.rb;T;[o;;[I" ditto.;To;;I"$benchmark/bm_loop_whileloop2.rb;T;[o;;[I" ditto.;To;;I"benchmark/bm_app_uri.rb;T;[o;;[I" added.;To;;I"!benchmark/bm_vm1_ivar_set.rb;T;[o;;[I" ditto.;To;;I"$benchmark/bm_so_binary_trees.rb;T;[o;;[I"Wadded from Computer Language Benchmarks Game (http://shootout.alioth.debian.org/).;To;;I" benchmark/bm_so_fannkuch.rb;T;[o;;[I" ditto.;To;;I""benchmark/bm_so_mandelbrot.rb;T;[o;;[I" ditto.;To;;I"&benchmark/bm_so_meteor_contest.rb;T;[o;;[I" ditto.;To;;I"benchmark/bm_so_nbody.rb;T;[o;;[I" ditto.;To;;I"benchmark/bm_so_nsieve.rb;T;[o;;[I" ditto.;To;;I"#benchmark/bm_so_nsieve_bits.rb;T;[o;;[I" ditto.;To;;I"$benchmark/bm_so_partial_sums.rb;T;[o;;[I" ditto.;To;;I" benchmark/bm_so_pidigits.rb;T;[o;;[I" ditto.;To;;I"$benchmark/bm_so_spectralnorm.rb;T;[o;;[I" ditto.;TS; ; i; I"GFri Sep 28 16:22:52 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"vm_core.h (rb_vm_struct);T;[o;;[I"#fix typo: bufferd -> buffered.;TS; ; i; I"=Fri Sep 28 15:47:48 2007 Koichi Sasada ;T@ o; ;;;[o;;I"benchmark/driver.rb;T;[o;;[I"afix to output benchmark results to file "bmlog-#{Time.now.strftime('%Y%m%d-%H%M%S')}.#{$$}".;To;;I"#benchmark/bm_io_file_create.rb;T;[o;;[I"remove useless codes.;To;;I"benchmark/bm_vm2_eval.rb;T;[o;;[I" added.;TS; ; i; I";Fri Sep 28 15:05:24 2007 Tanaka Akira ;T@ o; ;;;[o;;I"include/ruby/intern.h;T;[o;;[I"export rb_ivar_foreach.;To;;I"include/ruby/ruby.h;T;[o;;[I"Vmodify struct RObject and RClass for optimizing T_OBJECT space. [ruby-dev:31853];To;;I"(ROBJECT_LEN, ROBJECT_PTR, RCLASS_IV_TBL, RCLASS_M_TBL, RCLASS_SUPER, RCLASS_IV_INDEX_TBL, RMODULE_IV_TBL, RMODULE_M_TBL, RMODULE_SUPER);T;[o;;[I"abstract accessor defined.;To;;I"variable.c;T;[o;;[I"-support the modified RObject and RClass.;To;;I" object.c;T;[o;;[I" ditto.;To;;I" class.c;T;[o;;[I" ditto.;To;;I" gc.c;T;[o;;[I" ditto.;To;;I"marshal.c;T;[o;;[I" ditto.;To;;I"eval_method.ci;T;[o;;[I"use the abstract accessor.;To;;I"insns.def;T;[o;;[I" ditto.;To;;I" proc.c;T;[o;;[I" ditto.;To;;I" struct.c;T;[o;;[I" ditto.;To;;I" eval.c;T;[o;;[I" ditto.;To;;I" error.c;T;[o;;[I" ditto.;To;;I" vm.c;T;[o;;[I" ditto.;To;;I"insnhelper.ci;T;[o;;[I" ditto.;To;;I"ext/digest/digest.c;T;[o;;[I" ditto.;TS; ; i; I"EFri Sep 28 13:20:10 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"/io.c (rb_io_getline_fast, rb_io_getline_1);T;[o;;[I"8set encoding to the result string, as well as getc.;TS; ; i; I"=Fri Sep 28 12:51:42 2007 Koichi Sasada ;T@ o; ;;;[o;;I"benchmark/bm_app_erb.rb;T;[o;;[I" added.;To;;I"0benchmark/bm_io_file_(create|read|write).rb;T;[o;;[I" added.;TS; ; i; I"=Fri Sep 28 12:49:05 2007 Koichi Sasada ;T@ o; ;;;[o;;I"benchmark/driver.rb;T;[o;;[I""fix file selection algorithm.;TS; ; i; I"GFri Sep 28 02:05:42 2007 Yukihiro Matsumoto ;T@ o; ;;;[ o;;I"!string.c (rb_str_comparable);T;[o;;[I"(need not to check asciicompat here.;To;;I"encoding.c (rb_enc_check);T;[o;;[I" ditto.;To;;I"$string.c (rb_enc_str_coderange);T;[o;;[I""tuned a bit; no broken check.;To;;I"encoding.c (rb_enc_check);T;[o;;[I"&new encoding comparison criteria.;TS; ; i; I"2007-09-27;T@ S; ; i; I"BThu Sep 27 17:36:28 2007 NAKAMURA Usaku ;T@ o; ;;;[o;;I"win32/REAMDE.win32;T;[o;;[I"follow recent changes.;TS; ; i; I"=Thu Sep 27 16:01:53 2007 Koichi Sasada ;T@ o; ;;;[o;;I"benchmark/driver.rb;T;[o;;[I")fix to output some helpful messages.;TS; ; i; I"=Thu Sep 27 15:44:51 2007 Koichi Sasada ;T@ o; ;;;[ o;;I"benchmark/driver.rb;T;[o;;[I" added.;To;;I"common.mk;T;[o;;[I"fix to use above driver.;To;;I"(benchmark/prepare_so_count_words.rb;T;[o;;[I" added.;To;;I"#benchmark/bm_so_count_words.rb;T;[o;;[I"fix benchmark process.;TS; ; i; I"=Thu Sep 27 15:42:34 2007 Koichi Sasada ;T@ o; ;;;[o;;I"ext/fiber/fiber.c;T;[o;;[I"4modify prototype declaration. [ruby-core:12247];TS; ; i; I"EThu Sep 27 09:42:50 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"-parse.y (strings, xstring, regexp, dsym);T;[o;;[I"*empty strings have US-ASCII encoding.;TS; ; i; I";Thu Sep 27 07:39:13 2007 Tanaka Akira ;T@ o; ;;;[o;;I",bootstraptest/runner.rb (assert_finish);T;[o;;[I"new method.;To;;I"#bootstraptest/test_knownbug.rb;T;[o;;[I"7add test for [ruby-dev:31866] using assert_finish.;TS; ; i; I"EThu Sep 27 04:46:31 2007 Nobuyoshi Nakada ;T@ o; ;;;[ o;;I"(encoding.c (rb_enc_associate_index);T;[o;;[I"&deal with ASCII compatible flags.;To;;I"encoding.c (rb_enc_check);T;[o;;[I"$allow ASCII compatible strings.;To;;I"parse.y (rb_intern_str);T;[o;;[I")use ASCII encoding for ASCII string.;To;;I"$string.c (rb_enc_str_coderange);T;[o;;[I"check for code-range.;To;;I"string.c (rb_str_modify);T;[o;;[I"clear code-range flags.;To;;I"'string.c (rb_str_hash, rb_str_eql);T;[o;;[I"-ASCII compatible strings are comparable.;To;;I"include/ruby/encoding.h;T;[o;;[I"added code-range flags.;TS; ; i; I"EThu Sep 27 04:40:47 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"gc.c (rb_mark_set);T;[o;;[I"new function to mark keys.;To;;I"1marshal.c (struct dump_arg, struct load_arg);T;[o;;[I"Jadded wrappers to mark data and compat_tbl entries. [ruby-dev:31870];TS; ; i; I"EThu Sep 27 03:17:41 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"process.c (rb_waitpid);T;[o;;[I"(no needs to poll. [ruby-dev:31871];TS; ; i; I"2007-09-26;T@ S; ; i; I"=Wed Sep 26 20:11:46 2007 Koichi Sasada ;T@ o; ;;;[o;;I"#bootstraptest/test_knownbug.rb;T;[o;;[I"remove a fixed test.;TS; ; i; I"=Wed Sep 26 20:00:12 2007 Koichi Sasada ;T@ o; ;;;[o;;I"#bootstraptest/test_knownbug.rb;T;[o;;[I"move fixed tests.;To;;I"!bootstraptest/test_method.rb;T;[o;;[I" ditto.;To;;I"test/ruby/test_io.rb;T;[o;;[I" ditto.;TS; ; i; I"=Wed Sep 26 19:36:26 2007 Koichi Sasada ;T@ o; ;;;[o;;I"eval.c (eval);T;[o;;[I"2fix to check stack overflow. [ruby-dev:31850];To;;I"eval_intern.h, vm.h;T;[o;;[I"'move CHECK_STACK_OVERFLOW() macro.;TS; ; i; I"=Wed Sep 26 19:27:11 2007 Koichi Sasada ;T@ o; ;;;[o;;I"insnhelper.ci (vm_throw);T;[o;;[I"2fix to move increment point. [ruby-dev:31840];TS; ; i; I"=Wed Sep 26 19:23:56 2007 Koichi Sasada ;T@ o; ;;;[o;;I" cont.c;T;[o;;[I"9Fiber as SemiCoroutine on default. [ruby-core:12146];To;;I"ext/fiber/fiber.c;T;[o;;[I"enable Fiber#transfer.;TS; ; i; I"EWed Sep 26 18:38:41 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"encoding.c (rb_enc_check);T;[o;;[I"%check for ASCII-compatibilities.;To;;I"\parse.y (parser_tokadd_string, parser_parse_string, parser_here_document, parser_yylex);T;[o;;[I"set encoding to US-ASCII.;To;;I"parse.y (rb_enc_symname_p);T;[o;;[I""check if valid with encoding.;To;;I"parse.y (rb_intern3);T;[o;;[I"let symbols have encoding.;To;;I"string.c (rb_str_hash);T;[o;;[I"add encoding index.;To;;I";string.c (rb_str_comparable, rb_str_equal, rb_str_eql);T;[o;;[I""check if compatible encoding.;To;;I"string.c (sym_inspect);T;[o;;[I"made encoding aware.;To;;I"insns.def (opt_eq);T;[o;;[I"compare with encoding.;To;;I"1include/ruby/encoding.h (rb_enc_asciicompat);T;[o;;[I"check if ASCII compatible.;To;;I"/include/ruby/encoding.h (rb_enc_get_index);T;[o;;[I"added prototype.;To;;I";T@ o; ;;;[o;;I"'eval_method.ci (rb_get_alloc_func);T;[o;;[I" cast to suppress a warning.;To;;I"#eval_method.ci (remove_method);T;[o;;[I"&local variable to be initialized.;TS; ; i; I"EWed Sep 26 08:36:31 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I" Makefile.in (ext/extinit.o);T;[o;;[I"@use $(OUTFLAG) as well as other objects. [ruby-Bugs-14228];TS; ; i; I"EWed Sep 26 05:12:17 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"parse.y (parser_yyerror);T;[o;;[I"1limit error message length. [ruby-dev:31848];TS; ; i; I"2007-09-25;T@ S; ; i; I"GTue Sep 25 15:11:32 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"io.c (io_ungetc);T;[o;;[I"Rreallocate internal buffer if pushing data excess capacity. [ruby-dev:31650];TS; ; i; I"GTue Sep 25 13:43:03 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"#eval_method.ci (remove_method);T;[o;;[I"Nshould not remove undef place holder. [ruby-dev:31816], [ruby-dev:31817];TS; ; i; I"GTue Sep 25 09:51:31 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"eval.c (rb_longjmp);T;[o;;[I":source file information may be NULL. [ruby-dev:31849];To;;I"eval.c (ruby_finalize_0);T;[o;;[I"*clear trace_func before finalization.;TS; ; i; I"2007-09-24;T@ S; ; i; I"GMon Sep 24 22:36:13 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"array.c (rb_ary_equal);T;[o;;[I"#should handle recursive array.;To;;I"hash.c (hash_equal);T;[o;;[I""should handle recursive hash.;TS; ; i; I"GMon Sep 24 22:14:13 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"lib/weakref.rb (WeakRef);T;[o;;[I"*remove debug print. [ruby-dev:31799];To;;I"hash.c (hash_i);T;[o;;[I"avoid too frequent hash conflict where key and value are same. a patch from Yusuke ENDOH . [ruby-dev:31802];TS; ; i; I"EMon Sep 24 17:56:21 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I">ext/strscan/strscan.c (strscan_initialize, strscan_getch);T;[o;;[I"juse the encoding of the target string instead of setting to StringScanner instance. [ruby-dev:31831];TS; ; i; I"GMon Sep 24 16:52:11 2007 Urabe Shyouhei ;T@ o; ;;;[o;;I"lib/net/http.rb;T;[o;;[I"fix typo.;TS; ; i; I"CMon Sep 24 06:49:15 2007 GOTOU Yuuzou ;T@ o; ;;;[o;;I"lib/net/http.rb;T;[o;;[I"an SSL verification (the server hostname should be matched with its certificate's commonName) is added. this verification can be skipped by "Net::HTTP#enable_post_connection_check=(false)". suggested by Chris Clark ;To;;I"lib/net/open-uri.rb;T;[o;;[I"Uuse Net::HTTP#enable_post_connection_check to perform SSL post connection check.;To;;I"Rext/openssl/lib/openssl/ssl.c (OpenSSL::SSL::SSLSocket#post_connection_check);T;[o;;[I"refine error message.;TS; ; i; I"2007-09-23;T@ S; ; i; I"ESun Sep 23 09:05:05 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I""gc.c (os_obj_of, os_each_obj);T;[o;;[I"3hide objects to be finalized. [ruby-dev:31810];TS; ; i; I"ESun Sep 23 08:58:01 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"eval_method.ci (rb_attr);T;[o;;[I"Dshould not use alloca for unknown size input. [ruby-dev:31818];To;;I"parse.y (rb_intern_str);T;[o;;[I"#prevent str from optimization.;TS; ; i; I"ESun Sep 23 06:16:04 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"#eval_method.ci (remove_method);T;[o;;[I"1check for undefined method. [ruby-dev:31816];TS; ; i; I"GSun Sep 23 05:42:35 2007 URABE Shyouhei ;T@ o; ;;;[o;;I"1lib/rdoc/options.rb (Options::check_diagram);T;[o;;[I"Fdot -V output changed. [ ruby-Bugs-11978 ], Thanks Florian Frank.;TS; ; i; I"2007-09-22;T@ S; ; i; I"ESat Sep 22 06:02:11 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"4lib/optparse.rb (OptionParser::List::summarize);T;[o;;[I"Euse each_line if defined rather than each. [ruby-Patches-14096];TS; ; i; I"ESat Sep 22 05:19:49 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I")ext/stringio/stringio.c (strio_init);T;[o;;[I"[separate from strio_initialize to share with strio_reopen properly. [ruby-Bugs-13919];TS; ; i; I"2007-09-21;T@ S; ; i; I"EFri Sep 21 14:51:40 2007 Nobuyoshi Nakada ;T@ o; ;;;[ o;;I"gc.c (gc_mark_rest);T;[o;;[I"copy just used part.;To;;I"gc.c (gc_mark_children);T;[o;;[I"$mark u1 and u2 of NODE_ARGSCAT.;To;;I"gc.c (os_obj_of);T;[o;;[I")hide T_VALUES too. [ruby-dev:31804];To;;I"gc.c (run_final);T;[o;;[I"%freeze temporary argument array.;TS; ; i; I"EFri Sep 21 04:58:39 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"1misc/ruby-style.el (ruby-style-label-indent);T;[o;;[I"'fix for function top level labels.;TS; ; i; I"GFri Sep 21 02:11:22 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"re.c (rb_reg_match_m);T;[o;;[I"mevaluate a block if match. it would make condition statement much shorter, if no else clause is needed.;To;;I"string.c (rb_str_match_m);T;[o;;[I" ditto.;TS; ; i; I"GFri Sep 21 02:02:34 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"hash.c (hash_equal);T;[o;;[I"1should call rb_eql when argument eql is set.;TS; ; i; I"2007-09-20;T@ S; ; i; I"EThu Sep 20 17:28:00 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I",io.c (popen_exec), process.c (rb_spawn);T;[o;;[I"7stop other threads before exec. [ruby-core:08262];TS; ; i; I"2007-09-18;T@ S; ; i; I"ETue Sep 18 22:08:42 2007 Keiju Ishitsuka ;T@ o; ;;;[o;;I"lib/matrix.rb;T;[o;;[I"3fix a coerce bug of Vector. [ruby-core: 12190];TS; ; i; I"2007-09-17;T@ S; ; i; I"AMon Sep 17 21:06:03 2007 Minero Aoki ;T@ o; ;;;[o;;I"6lib/net/http.rb (HTTP::GenericRequest#initialize);T;[o;;[I",check path is not nil. [ruby-dev:31149];TS; ; i; I"AMon Sep 17 21:00:51 2007 Minero Aoki ;T@ o; ;;;[ o;;I"parse.y (ripper);T;[o;;[I"'rename event: arglist_* -> args_*.;To;;I"parse.y (ripper);T;[o;;[I"+rename event: restparam -> rest_param.;To;;I"parse.y (ripper);T;[o;;[I"/rename event: constpath_* -> const_path_*.;To;;I"parse.y (ripper);T;[o;;[I"-rename event: topconst_* -> top_const_*.;To;;I"parse.y (ripper);T;[o;;[I"2rename event: iter_block -> method_add_block.;To;;I"parse.y (ripper);T;[o;;[I"/support block local parameter declaration.;To;;I"parse.y (ripper);T;[o;;[I"$introduce new macro params_new.;To;;I""ext/ripper/lib/ripper/sexp.rb;T;[o;;[I"Sshould not dispose event arguments whose name ends with "_new" but arity != 0.;TS; ; i; I"2007-09-15;T@ S; ; i; I"ESat Sep 15 23:36:31 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"#parse.y (struct parser_params);T;[o;;[I"Rcommon members in the parser and ripper must be placed at each same location.;TS; ; i; I"?Sat Sep 15 18:25:15 2007 Kouhei Sutou ;T@ o; ;;;[o;;I""string.c (rb_str_rstrip_bang);T;[o;;[I",fixed too much rstrip. [ruby-dev:31786];TS; ; i; I"ESat Sep 15 17:32:10 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I" parse.y (parser_initialize);T;[o;;[I",set default encoding. [ruby-dev:31787];To;;I"ruby.c (load_file);T;[o;;[I"Cmake new parse instance after processing shebang line options.;TS; ; i; I"ESat Sep 15 17:04:08 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I":encoding.c (rb_enc_associate_index, rb_enc_get_index);T;[o;;[I";check if object is encoding capable. [ruby-dev:31780];To;;I"!string.c (rb_str_subpat_set);T;[o;;[I"+check for if the argument is a String.;TS; ; i; I"?Sat Sep 15 13:31:21 2007 Kouhei Sutou ;T@ o; ;;;[o;;I"$lib/rss.rb, lib/rss/, test/rss/;T;[o;;[I"0- 0.1.9 -> 0.2.0. - supported Slash module.;TS; ; i; I"2007-09-14;T@ S; ; i; I"IFri Sep 14 22:20:01 2007 Masaki Suketa ;T@ o; ;;;[o;;I"+ext/win32ole/win32ole.c (fev_unadvise);T;[o;;[I"&no needs to reset event handlers.;TS; ; i; I"=Fri Sep 14 17:28:32 2007 Koichi Sasada ;T@ o; ;;;[o;;I"test/ruby/test_io.rb;T;[o;;[I"0tests which cause SEGV should not be added.;To;;I"#bootstraptest/test_knownbug.rb;T;[o;;[I"!add above test to known bug.;TS; ; i; I"=Fri Sep 14 16:24:04 2007 Koichi Sasada ;T@ o; ;;;[o;;I"#insnhelper.ci (vm_expandarray);T;[o;;[I":assignment should be placed after creating new array.;TS; ; i; I"=Fri Sep 14 16:17:30 2007 Koichi Sasada ;T@ o; ;;;[o;;I"bootstraptest/runner.rb;T;[o;;[I"add a stress test (-s).;TS; ; i; I"=Fri Sep 14 16:14:28 2007 Koichi Sasada ;T@ o; ;;;[o;;I"vm.h, eval_intern.h;T;[o;;[I"'move some macros to eval_intern.h.;To;;I"eval_jump.ci (rb_f_throw);T;[o;;[I"#fix to use NEW_THROW_OBJECT().;To;;I"eval.c (rb_f_loop);T;[o;;[I"remove additional macro.;TS; ; i; I"=Fri Sep 14 16:12:10 2007 Koichi Sasada ;T@ o; ;;;[o;;I"#insnhelper.ci (vm_expandarray);T;[o;;[I"%should be volatile value for GC.;TS; ; i; I"2007-09-13;T@ S; ; i; I"EThu Sep 13 15:42:03 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I""compile.c (iseq_compile_each);T;[o;;[I"?inline cache entries are overwritten in iseq_build_body().;TS; ; i; I"EThu Sep 13 14:00:15 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"parse.y (brace_block);T;[o;;[I"nshould use compstmt. patch submitted by Kirill A. Shutemov [ruby-core:12154].;TS; ; i; I"EThu Sep 13 13:47:08 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"parse.y (rb_id2str);T;[o;;[I"fixed typo.;TS; ; i; I"2007-09-12;T@ S; ; i; I"GWed Sep 12 23:12:22 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"ruby.c (proc_options);T;[o;;[I"M-W should be allowed in RUBYOPT environment variable. [ruby-core:12118];TS; ; i; I"EWed Sep 12 15:19:04 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"io.c (rb_io_s_sysopen);T;[o;;[I"Dshould not use alloca for unknown size input. [ruby-dev:31775];To;;I"parse.y (rb_id2str);T;[o;;[I" ditto.;To;;I"marshal.c (w_float);T;[o;;[I"%use snprintf instead of sprintf.;TS; ; i; I"2007-09-11;T@ S; ; i; I"@Tue Sep 11 17:28:00 2007 Akinori MUSHA ;T@ o; ;;;[o;;I"-lib/tempfile.rb (Tempfile::make_tmpname);T;[o;;[I"9Allow to specify a suffix for a temporary file name.;To;;I"-lib/tempfile.rb (Tempfile::make_tmpname);T;[o;;[I"`Make temporary file names less predictable by including a random string. [inspired by: akr];TS; ; i; I"@Tue Sep 11 17:25:59 2007 Akinori MUSHA ;T@ o; ;;;[ o;;I"lib/shellwords.rb;T;[o;;[I"'Add shellescape() and shelljoin().;To;;I"lib/shellwords.rb;T;[o;;[I"TRename shellwords() to shellsplit() and make the former an alias to the latter.;To;;I"lib/shellwords.rb;T;[o;;[I"|Add escape(), split(), join() as class methods, which are aliases to their respective long names prefixed with `shell'.;To;;I"lib/shellwords.rb;T;[o;;[I"YAdd String#shellescape(), String#shellsplit() and Array#shelljoin() for convenience.;TS; ; i; I"2007-09-10;T@ S; ; i; I";Mon Sep 10 15:48:31 2007 Tanaka Akira ;T@ o; ;;;[o;;I" range.c;T;[o;;[I"@represent initialized state using EXCL instead of FL_USER3.;To;;I"range.c (range_dumper);T;[o;;[I"'make uninitialized range dumpable.;To;;I"(range_loader);T;[o;;[I"'make uninitialized range loadable.;TS; ; i; I"GMon Sep 10 13:44:37 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"array.c (rb_ary_cycle);T;[o;;[I"bavoid infinite loop for empty array. based on a patch from David Flanagan. [ruby-core:12085];TS; ; i; I"GMon Sep 10 01:21:23 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"marshal.c (r_object0);T;[o;;[I"dstruct allocation first to check if a class is a struct. compatibility check should come next.;TS; ; i; I"GMon Sep 10 01:05:25 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"range.c (range_step);T;[o;;[I".fixed integer overflow. [ruby-dev:31763];TS; ; i; I"2007-09-09;T@ S; ; i; I"ASun Sep 9 08:57:27 2007 Tadayoshi Funaba ;T@ o; ;;;[o;;I"#lib/date/format.rb (_strptime);T;[o;;[I"Mnow also attaches an element which denotes leftover substring if exists.;TS; ; i; I";Sun Sep 9 01:59:08 2007 Tanaka Akira ;T@ o; ;;;[o;;I"marshal.c (r_object0);T;[o;;[I"%check T_STRUCT type for structs.;TS; ; i; I";Sun Sep 9 01:17:05 2007 Tanaka Akira ;T@ o; ;;;[o;;I"marshal.c (r_object0);T;[o;;[I"=don't call user-defined initialize for T_STRUCT objects.;To;;I"1include/ruby/intern.h (rb_struct_initialize);T;[o;;[I"declared.;To;;I"$struct.c (rb_struct_initialize);T;[o;;[I" export.;TS; ; i; I"2007-09-08;T@ S; ; i; I";Sat Sep 8 23:55:56 2007 Tanaka Akira ;T@ o; ;;;[ o;;I"'eval_method.ci (rb_get_alloc_func);T;[o;;[I"-new function to get allocation function.;To;;I",include/ruby/intern.h (rb_alloc_func_t);T;[o;;[I"declared.;To;;I"(rb_define_alloc_func);T;[o;;[I"declared.;To;;I"(rb_marshal_define_compat);T;[o;;[I"declared.;To;;I" range.c;T;[o;;[I"use T_STRUCT for Range.;To;;I" inits.c;T;[o;;[I"move Init_marshal() prior to Init_Range() because Init_Range calls rb_marshal_define_compat which needs marshal's compat_allocator_tbl initialized.;To;;I"marshal.c;T;[o;;[I"msupport marshal format compatibility layer designed for marshaling T_STRUCT Range using T_OBJECT format.;To;;I"(rb_marshal_define_compat);T;[o;;[I"defined. [ruby-dev:31710];TS; ; i; I"GSat Sep 8 10:05:14 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"#struct.c (rb_struct_s_members);T;[o;;[I"Vcheck if __members__ is an array to prevent segmentation fault. [ruby-dev:31759];TS; ; i; I"ASat Sep 8 09:33:09 2007 Tadayoshi Funaba ;T@ o; ;;;[o;;I"%lib/date/format.rb (str[fp]time);T;[o;;[I",now check specifications more strictly.;TS; ; i; I"GSat Sep 8 02:56:31 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"4test/ruby/test_fiber.rb (TestFiber::test_throw);T;[o;;[I"6uncaught throw now raise ArgumentError exception.;TS; ; i; I"GSat Sep 8 02:45:33 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"#struct.c (rb_struct_s_members);T;[o;;[I"Gshould raise TypeError instead of call rb_bug(). [ruby-dev:31709];To;;I"marshal.c (r_object0);T;[o;;[I"#no nil check require any more.;TS; ; i; I"BSat Sep 8 01:46:36 2007 NAKAMURA Usaku ;T@ o; ;;;[o;;I"9regenc.c, regenc.h (onigenc_single_byte_mbc_enc_len);T;[o;;[I"0should take two arguments. [ruby-dev:31754];TS; ; i; I"2007-09-07;T@ S; ; i; I"=Fri Sep 7 00:58:16 2007 Koichi Sasada ;T@ o; ;;;[o;;I"common.mk;T;[o;;[I"fix typo.;TS; ; i; I"GFri Sep 7 00:28:25 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"io.c (rb_io_getc);T;[o;;[I"*forgot to commit rb_enc_mbclen() fix.;To;;I")ext/stringio/stringio.c (strio_getc);T;[o;;[I"rb_enc_mbclen() fix.;To;;I"+ext/stringio/stringio.c (strio_ungetc);T;[o;;[I" ditto.;TS; ; i; I"2007-09-06;T@ S; ; i; I"GThu Sep 6 22:57:01 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"/lib/fileutils.rb (FileUtils::Entry_::copy);T;[o;;[I"&prevent self copy of directories.;To;;I"4lib/fileutils.rb (FileUtils::fu_each_src_dest0);T;[o;;[I"use try_convert.;To;;I"3lib/fileutils.rb (FileUtils::fu_update_option);T;[o;;[I" ditto.;TS; ; i; I"GThu Sep 6 21:36:33 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"2include/ruby/oniguruma.h (OnigEncodingTypeST);T;[o;;[I"&add end parameter to mbc_enc_len.;To;;I"Leuc_jp.c (mbc_enc_len), sjis.c (mbc_enc_len), utf8.c (utf8_mbc_enc_len);T;[o;;[I" ditto.;To;;I"encoding.c (rb_enc_mbclen);T;[o;;[I"add end parameter.;TS; ; i; I"GThu Sep 6 21:31:49 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"array.c (rb_ary_cycle);T;[o;;[I"Ttypo in rdoc. a patch from Yugui . [ruby-dev:31748];TS; ; i; I"EThu Sep 6 12:42:10 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I":string.c (rb_str_succ, rb_str_chop_bang, rb_str_chop);T;[o;;[I"#m17n support. [ruby-dev:31734];TS; ; i; I"2007-09-05;T@ S; ; i; I"GWed Sep 5 22:02:27 2007 Yukihiro Matsumoto ;T@ o; ;;;[ o;;I"array.c (rb_ary_subseq);T;[o;;[I"2need integer overflow check. [ruby-dev:31736];To;;I"array.c (rb_ary_splice);T;[o;;[I"ditto. [ruby-dev:31737];To;;I"array.c (rb_ary_fill);T;[o;;[I"ditto. [ruby-dev:31738];To;;I"string.c (rb_str_splice);T;[o;;[I"2integer overflow for length. [ruby-dev:31739];TS; ; i; I"2007-09-04;T@ S; ; i; I"ITue Sep 4 20:43:44 2007 Masaki Suketa ;T@ o; ;;;[o;;I"ext/win32ole/win32ole.c;T;[o;;[I"!add WIN32OLE_EVENT#unadvise.;To;;I")test/win32ole/test_win32ole_event.rb;T;[o;;[I" ditto.;TS; ; i; I"2007-09-03;T@ S; ; i; I"EMon Sep 3 15:37:09 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"common.mk (vm.o);T;[o;;[I"depends on st.h too.;TS; ; i; I"2007-09-02;T@ S; ; i; I";Sun Sep 2 23:38:29 2007 Tanaka Akira ;T@ o; ;;;[o;;I"(include/ruby/st.h (struct st_table);T;[o;;[I"[make num_entries bitfield instead of num_bins for speed. num_entries has less access.;TS; ; i; I"ASun Sep 2 00:37:57 2007 Tadayoshi Funaba ;T@ o; ;;;[o;;I" lib/date/format.rb (_parse);T;[o;;[I"'improved parsing of ordinal dates.;To;;I" lib/date/format.rb (_parse);T;[o;;[I"=use named character classes in some regular expressions.;TS; ; i; I"2007-09-01;T@ S; ; i; I"GSat Sep 1 23:44:26 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"eval_jump.ci (rb_f_throw);T;[o;;[I"Wwrap tag and TAG_THROW in a NODE_MEMO node to make throw instruction to work well.;TS; ; i; I";Sat Sep 1 20:56:07 2007 Tanaka Akira ;T@ o; ;;;[o;;I")include/ruby/ruby.h (struct RBignum);T;[o;;[I"/embed digits in RBignum for small bignums.;To;;I" bignum.c;T;[o;;[I")RBignum embedded digits implemented.;To;;I"include/ruby/intern.h;T;[o;;[I"declare rb_big_resize.;To;;I" gc.c;T;[o;;[I" don't free embedded digits.;To;;I"numeric.c;T;[o;;[I"ureplace direct bignum field accessor by abstract field accessor such as RBIGNUM(val)->sign to RBIGNUM_SIGN(val).;To;;I"sprintf.c;T;[o;;[I" ditto.;To;;I" compar.c;T;[o;;[I" ditto.;To;;I"marshal.c;T;[o;;[I" ditto.;To;;I" random.c;T;[o;;[I" ditto.;To;;I" .gdbinit;T;[o;;[I"5support embedded small bignums. [ruby-dev:31689];TS; ; i; I"ISat Sep 1 19:59:43 2007 Masaki Suketa ;T@ o; ;;;[o;;I"-ext/win32ole/win32ole.c (ole_event_free);T;[o;;[I")IConnectionPoint should be released.;To;;I"3ext/win32ole/win32ole.c (EVENTSINK_Destructor);T;[o;;[I""ITypeInfo should be released.;To;;I"-ext/win32ole/win32ole.c (fev_initialize);T;[o;;[I"refactoring.;TS; ; i; I"BSat Sep 1 16:26:09 2007 NAKAMURA Usaku ;T@ o; ;;;[o;;I",test/socket/test_tcp.rb (test_recvfrom);T;[o;;[I" same as mswin32 on mswin64.;TS; ; i; I"ESat Sep 1 14:24:23 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"!st.c (st_numcmp, st_numhash);T;[o;;[I"Uuse st_data_t instead of long, because the former may be larger than the latter.;To;;I"!include/ruby/st.h (CHAR_BIT);T;[o;;[I"get rid of magic number.;To;;I"#include/ruby/st.h (rb_index_t);T;[o;;[I";use st_data_t for the platforms it is larger than int.;TS; ; i; I"GSat Sep 1 10:43:30 2007 Yukihiro Matsumoto ;T@ o; ;;;[ o;;I"eval_jump.ci (rb_f_catch);T;[o;;[I"bgenerate new tag object if no argument is given. backported from MatzRuby. [ruby-dev:31609];To;;I"eval_jump.ci (rb_catch);T;[o;;[I"9call #catch without arguments if tag string is NULL.;To;;I"eval_jump.ci (rb_f_throw);T;[o;;[I"&allow throwing non-symbol object.;To;;I" eval_jump.ci (rb_catch_obj);T;[o;;[I"6new function to wait throw with arbitrary object.;To;;I" eval_jump.ci (rb_throw_obj);T;[o;;[I",new function to throw arbitrary object.;To;;I"&variable.c (check_autoload_table);T;[o;;[I"/prevent multiple calls from RSTRING_PTR().;TS; ; i; I"2007-08-31;T@ S; ; i; I"BFri Aug 31 07:12:24 2007 NAKAMURA Usaku ;T@ o; ;;;[o;;I"numeric.c (SQRT_LONG_MAX);T;[o;;[I"buse SIZEOF_LONG instead of SIZEOF_VALUE because SIZEOF_VALUE > SIZEOF_LONG on some platforms.;TS; ; i; I"EFri Aug 31 04:18:03 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"%parse.y (f_norm_arg, f_arg_item);T;[o;;[I"4not croak already erred names. [ruby-dev:31687];To;;I"parse.y (assignable_gen);T;[o;;[I" ignore already erred names.;To;;I"!parse.y (shadowing_lvar_gen);T;[o;;[I"`always make new block local variable when shadowing outer local variable. [ruby-dev:31507];TS; ; i; I"2007-08-30;T@ S; ; i; I"BThu Aug 30 19:40:33 2007 NAKAMURA Usaku ;T@ o; ;;;[o;;I" regenc.h;T;[o;;[I">check RUBY_EXTERN before including config.h and defines.h;To;;I"common.mk;T;[o;;[I"update header dependency.;TS; ; i; I"EThu Aug 30 14:06:50 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I""proc.c (rb_obj_define_method);T;[o;;[I""reverted. [ruby-talk:266637];TS; ; i; I"EThu Aug 30 13:49:25 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"lib/mkmf.rb;T;[o;;[I"5initialize $top_srcdir always. [ruby-dev:31682];To;;I"(lib/mkmf.rb (try_const, have_const);T;[o;;[I"4check for a const is defined. [ruby-core:04422];TS; ; i; I";Thu Aug 30 08:00:12 2007 Tanaka Akira ;T@ o; ;;;[o;;I"include/ruby/intern.h;T;[o;;[I"declare rb_hash_tbl.;To;;I" include/ruby/ruby.h (RHash);T;[o;;[I"wdelay st_table allocation. rename tbl field to ntbl to detect direct reference to the st_table as a compile error.;To;;I"(RHASH_TBL);T;[o;;[I"abstract accessor defined.;To;;I"(RHASH_ITER_LEV);T;[o;;[I" ditto.;To;;I"(RHASH_IFNONE);T;[o;;[I" ditto.;To;;I"(RHASH_SIZE);T;[o;;[I" ditto.;To;;I"(RHASH_EMPTY_P);T;[o;;[I" ditto.;To;;I"(hash_alloc0, hash_alloc);T;[o;;[I">unified because hash_alloc doesn't allocate st_table now.;To;;I" hash.c;T;[o;;[I"delay st_table allocation.;To;;I" gc.c;T;[o;;[I"replace tbl by ntbl.;To;;I" array.c;T;[o;;[I"jreplace direct field accessor by abstract field accessor such as RHASH(hash)->tbl to RHASH_TBL(hash).;To;;I"marshal.c;T;[o;;[I" ditto.;To;;I"insns.def;T;[o;;[I" ditto.;To;;I"ext/iconv/iconv.c;T;[o;;[I" ditto.;To;;I"'ext/json/ext/generator/generator.c;T;[o;;[I" ditto.;To;;I"!ext/json/ext/parser/parser.c;T;[o;;[I" ditto.;To;;I""ext/json/ext/parser/parser.rl;T;[o;;[I" ditto.;To;;I"ext/syck/rubyext.c;T;[o;;[I" ditto.;To;;I"ext/tk/tkutil/tkutil.c;T;[o;;[I"ditto. [ruby-dev:31678];TS; ; i; I"2007-08-29;T@ S; ; i; I";Wed Aug 29 18:36:06 2007 Tanaka Akira ;T@ o; ;;;[o;;I"lib/open-uri.rb;T;[o;;[I"3add :ftp_active_mode option. [ruby-dev:31677];TS; ; i; I"GWed Aug 29 14:55:28 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"string.c (str_gsub);T;[o;;[I"3should not use mbclen2() which has broken API.;To;;I" re.c;T;[o;;[I"remove rb_reg_mbclen2().;TS; ; i; I"EWed Aug 29 12:48:17 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"parse.y (aref_args);T;[o;;[I".args may not be a list. [ruby-dev:31592];TS; ; i; I";Wed Aug 29 11:30:10 2007 Tanaka Akira ;T@ o; ;;;[o;;I"(include/ruby/st.h (struct st_table);T;[o;;[I"Aadd entries_packed 1-bit bitfield. decrease num_bins 1-bit.;To;;I" st.c;T;[o;;[I"7pack numhash which have 5 or less entries in bins.;To;;I"(st_init_table_with_size);T;[o;;[I"setup entries_packed flag.;To;;I"(st_clear);T;[o;;[I"support packed mode.;To;;I"(st_lookup);T;[o;;[I" ditto.;To;;I"(st_insert);T;[o;;[I" ditto.;To;;I"(st_add_direct);T;[o;;[I" ditto.;To;;I"(st_copy);T;[o;;[I" ditto.;To;;I"(st_delete);T;[o;;[I" ditto.;To;;I"(st_foreach);T;[o;;[I" ditto.;To;;I"(st_reverse_foreach);T;[o;;[I" ditto.;To;;I"(unpack_entries);T;[o;;[I"Dnew function for converting to unpacked mode. [ruby-list:43954];TS; ; i; I"GWed Aug 29 10:46:37 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"4include/ruby/defines.h (flush_register_windows);T;[o;;[I":call "ta 0x03" even on Linux/Sparc. [ruby-dev:31674];TS; ; i; I"2007-08-28;T@ S; ; i; I"ITue Aug 28 19:16:00 2007 Masaki Suketa ;T@ o; ;;;[o;;I".ext/win32ole/win32ole.c (ole_type_progid);T;[o;;[I"Vprogid getted by ProgIDFromCLSID should be freed by CoTaskMemFree. Thanks, arton.;To;;I"8test/win32ole/test_win32ole.rb (test_raise_message);T;[o;;[I"Bset negative compareMode value to raise WIN32OLERuntimeError.;To;;I"Etest/win32ole/test_win32ole_type.rb (test_implemented_ole_types);T;[o;;[I"Vsupport some environment which returns IShellDispatch5 instead of IShellDispatch.;TS; ; i; I"GTue Aug 28 15:42:09 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"string.c (rb_str_subseq);T;[o;;[I"-retrieve substring based on byte offset.;To;;I"string.c (rb_str_rindex_m);T;[o;;[I"4was confusing character offset and byte offset.;TS; ; i; I"ETue Aug 28 14:23:31 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"string.c (rb_str_splice_0);T;[o;;[I".should check to modify. [ruby-dev:31665];TS; ; i; I"ETue Aug 28 14:21:46 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"parse.y (parser_prepare);T;[o;;[I"+set parser encode too when BOM exists.;TS; ; i; I"=Tue Aug 28 00:51:22 2007 Koichi Sasada ;T@ o; ;;;[o;;I" thread.c;T;[o;;[I"(fix Mutex to be interruptable lock.;To;;I"Ithread_win32.ci, thread_win32.h, thread_pthread.ci, thread_pthread.h;T;[o;;[I"Fprepare native_cond_*() which are based on pthread_cond_*() spec.;To;;I"prelude.rb;T;[o;;[I""fix Mutex#synchronize method.;To;;I"%vm_core.h, include/ruby/intern.h;T;[o;;[I"&change unblock function interface;To;;0;[o;;[0o;;I"file.c, process.c;T;[o;;[I" ditto.;To;;I"benchmark/bm_vm2_mutex.rb;T;[o;;[I"add a benchmark for mutex.;To;;I"%benchmark/bm_vm3_thread_mutex.rb;T;[o;;[I"/add a benchmark for mutex with contention.;To;;I"benchmark/run.rb;T;[o;;[I"/fix to remove ENV['RUBYLIB'] for matzruby.;To;;I"test/ruby/test_thread.rb;T;[o;;[I"add a test.;To;;I"common.mk;T;[o;;[I"fix benchmark options.;TS; ; i; I"2007-08-27;T@ S; ; i; I"GMon Aug 27 23:14:02 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I""string.c (rb_str_rstrip_bang);T;[o;;[I")wrong strip point. [ruby-dev:31652];To;;I" string.c (rb_str_each_line);T;[o;;[I"hshould swallow sequence of newlines if rs (optional argument) is an empty string. [ruby-dev:31652];TS; ; i; I"GMon Aug 27 22:39:08 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I" encoding.c (rb_enc_codelen);T;[o;;[I"braises invalid sequence exception if ONIGENC_CODE_TO_MBCLEN() returns zero. [ruby-dev:31661];To;;I"encoding.c (rb_enc_mbclen);T;[o;;[I"check invalid sequence.;TS; ; i; I"IMon Aug 27 20:27:59 2007 Masaki Suketa ;T@ o; ;;;[o;;I".ext/win32ole/win32ole.c (ole_type_progid);T;[o;;[I""fix the bug. [ruby-dev:31576];To;;I":test/win32ole/test_win32ole_type.rb (test_initialize);T;[o;;[I"!remove duplicate assertions.;TS; ; i; I"GMon Aug 27 19:10:50 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"!ext/etc/etc.c (etc_getlogin);T;[o;;[I"Dupdate documentation to note security issue. [ruby-Bugs-11821];TS; ; i; I"EMon Aug 27 15:56:48 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"string.c (sym_encoding);T;[o;;[I"%return the encoding of a Symbol.;TS; ; i; I"EMon Aug 27 15:33:10 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"util.c (IEEE_BIG_ENDIAN);T;[o;;[I",use configured value. [ruby-dev:31623];To;;I"util.c (Llong);T;[o;;[I"#set to LONG_LONG if available.;TS; ; i; I"GMon Aug 27 13:11:56 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"string.c (tr_trans);T;[o;;[I">wrong condition for mbmaxlen==1 strings. [ruby-dev:31652];TS; ; i; I"GMon Aug 27 00:41:13 2007 Yukihiro Matsumoto ;T@ o; ;;;[ o;;I"io.c (rb_io_each_byte);T;[o;;[I",caused infinite loop. [ruby-dev:31652];To;;I"io.c (rb_io_getc);T;[o;;[I",should return nil at EOF, not EOFError.;To;;I"2lib/delegate.rb (SimpleDelegator::__setobj__);T;[o;;[I"-use raise argument to specify backtrace.;To;;I":test/ruby/test_fnmatch.rb (TestFnmatch::bracket_test);T;[o;;[I"LString#include? no longer works for Fixnum. use #chr. [ruby-dev:31652];TS; ; i; I"2007-08-26;T@ S; ; i; I"=Sun Aug 26 12:27:14 2007 Koichi Sasada ;T@ o; ;;;[o;;I" cont.c;T;[o;;[I":fix to remove Fiber.new until fiber.so is not loaded.;To;;I"#test/ruby/test_continuation.rb;T;[o;;[I"fix to use resume.;TS; ; i; I"ISun Aug 26 06:51:46 2007 Masaki Suketa ;T@ o; ;;;[o;;I"6ext/win32ole/win32ole.c (ole_wc2mb, reg_enum_key);T;[o;;[I"/allocate buffer should be NULL terminated.;TS; ; i; I"=Sun Aug 26 06:04:13 2007 Koichi Sasada ;T@ o; ;;;[o;;I"$insnhelper.ci (vm_setup_method);T;[o;;[I"(reorder code for branch prediction.;TS; ; i; I"=Sun Aug 26 05:54:49 2007 Koichi Sasada ;T@ o; ;;;[o;;I"#insnhelper.ci (vm_call_method);T;[o;;[I"%fix to relaxant safe level check;To;;I"($SAFE > 2). [ruby-core;T;[o;;[I" 11998];To;;I"!bootstraptest/test_method.rb;T;[o;;[I"add tests for above.;TS; ; i; I"=Sun Aug 26 05:52:08 2007 Koichi Sasada ;T@ o; ;;;[o;;I"test/ruby/test_fiber.rb;T;[o;;[I"#fix to require 'continuation'.;TS; ; i; I"2007-08-25;T@ S; ; i; I"GSat Aug 25 23:52:14 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"#enumerator.c (enumerator_next);T;[o;;[I"message changed.;TS; ; i; I"GSat Aug 25 23:22:14 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"include/ruby/encoding.h;T;[o;;[I"%remove unused rb_enc_ismbchar().;TS; ; i; I"ISat Aug 25 22:50:14 2007 Masaki Suketa ;T@ o; ;;;[o;;I"Sext/win32ole/win32ole.c (ole_event_free, EVENTSINK_Destructor, fev_initialize);T;[o;;[I"Cremove the connection ole_event_free and EVENTSINK_Destructor.;TS; ; i; I"=Sat Aug 25 17:52:06 2007 Koichi Sasada ;T@ o; ;;;[o;;I"$string.c, include/ruby/intern.h;T;[o;;[I"export rb_str_length().;To;;I"insns.def;T;[o;;[I"'use rb_str_length() in opt_length.;TS; ; i; I"=Sat Aug 25 17:48:51 2007 Koichi Sasada ;T@ o; ;;;[o;;I" cont.c;T;[o;;[I"4rename FIBER_STACK_SIZE to FIBER_VM_STACK_SIZE.;TS; ; i; I"ESat Aug 25 17:05:05 2007 Nobuyoshi Nakada ;T@ o; ;;;[ o;;I"io.c (swallow);T;[o;;[I"/removed condition using an unset variable.;To;;I"parse.y, re.c;T;[o;;[I"re-applied revision 13092.;To;;I"string.c (rb_str_splice);T;[o;;[I"return from void function.;To;;I"-include/ruby/encoding.h (rb_enc_str_new);T;[o;;[I"prototype added.;TS; ; i; I"GSat Aug 25 11:45:37 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"encoding.c;T;[o;;[I"%provide basic features for M17N.;To;;I" parse.y;T;[o;;[I"encoding aware parsing.;To;;I"parse.y (pragma_encoding);T;[o;;[I"#encoding specification pragma.;To;;I"parse.y (rb_intern3);T;[o;;[I" encoding specified symbols.;To;;I"string.c (rb_str_length);T;[o;;[I"Klength based on characters. for older behavior, bytesize method added.;To;;I"string.c (rb_str_index_m);T;[o;;[I"0index based on characters. rindex as well.;To;;I"string.c (succ_char);T;[o;;[I"&encoding aware succeeding string.;To;;I"string.c (rb_str_reverse);T;[o;;[I"!reverse based on characters.;To;;I"string.c (rb_str_inspect);T;[o;;[I"'encoding aware string description.;To;;I""string.c (rb_str_upcase_bang);T;[o;;[I"Lencoding aware case conversion. downcase, capitalize, swapcase as well.;To;;I"string.c (rb_str_tr_bang);T;[o;;[I"Ctr based on characters. delete, squeeze, tr_s, count as well.;To;;I"string.c (rb_str_split_m);T;[o;;[I"split based on characters.;To;;I" string.c (rb_str_each_line);T;[o;;[I"encoding aware each_line.;To;;I" string.c (rb_str_each_char);T;[o;;[I"+added. iteration based on characters.;To;;I"!string.c (rb_str_strip_bang);T;[o;;[I"Bencoding aware whitespace stripping. lstrip, rstrip as well.;To;;I"string.c (rb_str_justify);T;[o;;[I"6encoding aware justifying (ljust, rjust, center).;To;;I"string.c (str_encoding);T;[o;;[I"*get encoding attribute from a string.;To;;I"re.c (rb_reg_initialize);T;[o;;[I"&encoding aware regular expression;To;;I"sprintf.c (rb_str_format);T;[o;;[I"8formatting (i.e. length count) based on characters.;To;;I"io.c (rb_io_getc);T;[o;;[I"Sgetc to return one-character string. for older behavior, getbyte method added.;To;;I")ext/stringio/stringio.c (strio_getc);T;[o;;[I" ditto.;To;;I"io.c (rb_io_ungetc);T;[o;;[I"Aallow pushing arbitrary string at the current reading point.;To;;I"+ext/stringio/stringio.c (strio_ungetc);T;[o;;[I" ditto.;To;;I"ext/strscan/strscan.c;T;[o;;[I"encoding support.;TS; ; i; I"=Sat Aug 25 10:59:19 2007 Koichi Sasada ;T@ o; ;;;[ o;;I" cont.c;T;[o;;[I"/separate Continuation and Fiber from core.;To;;I"$ext/continuation/*, ext/fiber/*;T;[o;;[I" ditto.;To;;I"include/ruby/ruby.h;T;[o;;[I"remove rb_cFiber.;To;;I"include/ruby/intern.h;T;[o;;[I"(add the rb_fiber_new() declaration.;To;;I"enumerator.c (next_init);T;[o;;[I"fix to use rb_fiber_new().;To;;I"!test/ruby/test_enumerator.rb;T;[o;;[I"remove next? tests.;To;;I"#test/ruby/test_continuation.rb;T;[o;;[I""add a require 'continuation'.;To;;I"test/ruby/test_fiber.rb;T;[o;;[I"add a require 'fiber'.;TS; ; i; I"ESat Aug 25 10:20:28 2007 Nobuyoshi Nakada ;T@ o; ;;;[ o;;I"common.mk (prelude.o);T;[o;;[I"depends on vm_core.h now.;To;;I"common.mk (prelude.c);T;[o;;[I",depends on tool/compile_prelude.rb too.;To;;I"common.mk (prereq);T;[o;;[I"(updates all auto-generated sources.;To;;I"tool/compile_prelude.rb;T;[o;;[I"+separated dynamic and static portions.;TS; ; i; I"=Sat Aug 25 10:05:17 2007 Koichi Sasada ;T@ o; ;;;[o;;I"prelude.rb;T;[o;;[I"add Thread.exclusive. This class method is different from 1.8's. Thread.exclusive only does synchronize with VM global mutex.;TS; ; i; I"GSat Aug 25 09:39:50 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"#array.c (rb_ary_s_try_convert);T;[o;;[I"more document description.;To;;I" re.c (rb_reg_s_try_convert);T;[o;;[I"typo fixed.;TS; ; i; I"=Sat Aug 25 08:54:12 2007 Koichi Sasada ;T@ o; ;;;[o;;I"id.h, id.c;T;[o;;[I"remove idFuncall.;To;;I"-compile.c (iseq_specialized_instruction);T;[o;;[I" ditto.;TS; ; i; I"=Sat Aug 25 08:47:28 2007 Koichi Sasada ;T@ o; ;;;[o;;I"tool/compile_prelude.rb;T;[o;;[I" fix to include "vm_core.h".;TS; ; i; I";Sat Aug 25 03:49:14 2007 Tanaka Akira ;T@ o; ;;;[o;;I"%test/ruby/sentence.rb (Sentence);T;[o;;[I"include Enumerable.;To;;I"(Sentence#each);T;[o;;[I" defined.;To;;I"!test/ruby/test_assignment.rb;T;[o;;[I"use Sentence#expand.;TS; ; i; I"=Sat Aug 25 03:08:57 2007 Koichi Sasada ;T@ o; ;;;[o;;I"prelude.rb;T;[o;;[I"&fix Mutex#synchronize definition.;TS; ; i; I"GSat Aug 25 02:08:45 2007 Yukihiro Matsumoto ;T@ o; ;;;[ o;;I"#array.c (rb_ary_s_try_convert);T;[o;;[I"a new class method to convert object or nil if it's not target-type. this mechanism is used to convert types in the C implemented methods.;To;;I"#hash.c (rb_hash_s_try_convert);T;[o;;[I" ditto.;To;;I"io.c (rb_io_s_try_convert);T;[o;;[I" ditto.;To;;I" re.c (rb_reg_s_try_convert);T;[o;;[I" ditto.;To;;I"$string.c (rb_str_s_try_convert);T;[o;;[I" ditto.;TS; ; i; I"=Sat Aug 25 00:49:44 2007 Koichi Sasada ;T@ o; ;;;[o;;I"#benchmark/bm_loop_generator.rb;T;[o;;[I" added.;TS; ; i; I"=Sat Aug 25 00:22:31 2007 Koichi Sasada ;T@ o; ;;;[ o;;I"prelude.rb;T;[o;;[I"(added. run this script on startup.;To;;I"tool/compile_prelude.rb;T;[o;;[I"$compile prelude.rb to C string.;To;;0;[o;;[0o;;I"common.mk;T;[o;;[I"!fix to build with prelude.c.;To;;I"inits.c (rb_call_inits);T;[o;;[I" ditto.;To;;I"thread.c (Init_Thread);T;[o;;[I"8move definition of Mutex#synchronize to prelude.rb.;TS; ; i; I"=Sat Aug 25 00:08:43 2007 Koichi Sasada ;T@ o; ;;;[o;;I"$compile.c (compile_massign_opt);T;[o;;[I";T@ o; ;;;[o;;I"+test/ruby/test_dir.rb (TestDir::setup);T;[o;;[I"?c now makes a string.;To;;I"Elib/test/unit/autorunner.rb (Test::Unit::AutoRunner::initialize);T;[o;;[I")initialize @workdir to stop warning.;TS; ; i; I"GFri Aug 24 18:30:50 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"Ilib/drb/drb.rb (DRb::DRbServer::InvokeMethod::perform_without_block);T;[o;;[I"Hreplace funcall by send!. other files in the distribution as well.;TS; ; i; I"GFri Aug 24 17:06:56 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"eval.c (rb_f_send_bang);T;[o;;[I";T@ o; ;;;[o;;I"#enumerator.c (enumerator_next);T;[o;;[I"stop pre-fetching.;To;;I"#enumerator.c (Init_Enumerator);T;[o;;[I"remove next? method.;TS; ; i; I"GFri Aug 24 15:14:57 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"eval.c (rb_f_loop);T;[o;;[I")now handles StopIteration exception.;TS; ; i; I"2007-08-23;T@ S; ; i; I"=Thu Aug 23 20:31:31 2007 Koichi Sasada ;T@ o; ;;;[o;;I"compile.c;T;[o;;[I"optimize simple massign.;TS; ; i; I"IThu Aug 23 20:02:25 2007 Masaki Suketa ;T@ o; ;;;[o;;I",ext/win32ole/win32ole.c (reg_get_value);T;[o;;[I"4use RegQueryValueEx instead of RegQueryValueEx.;To;;I"6ext/win32ole/win32ole.c (typelib_file_from_clsid);T;[o;;[I"7fix the bug that the function always returns Qnil.;To;;I":test/win32ole/test_win32ole_type.rb (test_initialize);T;[o;;[I"add some test.;TS; ; i; I"EThu Aug 23 17:25:05 2007 Nobuyoshi Nakada ;T@ o; ;;;[ o;;I" configure.in (group_member);T;[o;;[I"check if presents.;To;;I"configure.in (XCFLAGS);T;[o;;[I"add _GNU_SOURCE on linux.;To;;I"file.c (group_member);T;[o;;[I"%use system routine if available.;To;;I"process.c;T;[o;;[I")moved _GNU_SOURCE macro to Makefile.;TS; ; i; I"EThu Aug 23 16:59:40 2007 Nobuyoshi Nakada ;T@ o; ;;;[ o;;I":compile.c (compile_massign), insnhelper.ci (vm_throw);T;[o;;[I"not use C99 comment.;To;;I"Icont.c (rb_cont_call, fiber_switch, rb_fiber_resume, rb_fiber_yield);T;[o;;[I"suppress warnings.;To;;I"cont.c (rb_fiber_start);T;[o;;[I"Vchange on non-volatile variable between setjmp and longjmp may not has an effect.;To;;I"enumerator.c (sym_call);T;[o;;[I"initialize first.;To;;I"enumerator.c (enum_iter);T;[o;;[I"typedefed.;To;;I"enumerator.c (next_i);T;[o;;[I"suppress a warning.;TS; ; i; I"=Thu Aug 23 16:04:11 2007 Koichi Sasada ;T@ o; ;;;[o;;I""compile.c, insns.def, parse.y;T;[o;;[I"jfix massign order. This change causes performance problem. Try vm1_swap benchmark. [ruby-dev:31522];To;;I"insns.def, insnhelper.ci;T;[o;;[I"?move process body of expandarray insn to vm_expandarray().;To;;I"Bbootstraptest/test_knownbug.rb, bootstraptest/test_massign.rb;T;[o;;[I"move a solved test.;TS; ; i; I"EThu Aug 23 15:51:19 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"parse.y (f_norm_arg);T;[o;;[I"#ripper has no shadowing check.;To;;I"parse.y (f_block_arg);T;[o;;[I"dispatch blkarg_mark.;TS; ; i; I"EThu Aug 23 15:48:26 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"2compile.c (make_masgn_lhs, iseq_compile_each);T;[o;;[I"fixed indent.;To;;I"compile.c (iseq_translate_threaded_code), vm_evalbody.ci (get_insns_address_table), template/vmtc.inc.tmpl (insns_address_table);T;[o;;[I"constified.;To;;I"_vm_evalbody.ci (vm_eval), template/insns_info.inc.tmpl (insn_stack_increase, insn_ret_num);T;[o;;[I"suppress warnings.;TS; ; i; I"EThu Aug 23 13:19:43 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"parse.y (f_norm_arg);T;[o;;[I"3check also nested arguments. [ruby-dev:31502];TS; ; i; I"GThu Aug 23 00:06:48 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I" util.c;T;[o;;[I"eupdated for ANSI C only. applied a patch from . [ruby-dev:31591];TS; ; i; I"GThu Aug 23 00:04:45 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"missing/strtod.c;T;[o;;[I"removed. [ruby-dev:31588];To;;I" LEGAL;T;[o;;[I" updated.;TS; ; i; I"2007-08-22;T@ S; ; i; I"=Wed Aug 22 15:59:44 2007 Koichi Sasada ;T@ o; ;;;[o;;I"#bootstraptest/test_knownbug.rb;T;[o;;[I"-fix typo of filename (test_knownbug.rb).;TS; ; i; I"=Wed Aug 22 14:04:53 2007 Koichi Sasada ;T@ o; ;;;[o;;I"#bootstraptest/test_knownbug.rb;T;[o;;[I"added. This file will contain test cases which point out known bug. If bug is fixed, tests should move to the suitable place.;To;;I""bootstraptest/test_massign.rb;T;[o;;[I":move a test which show known bug to test_knownbug.rb.;TS; ; i; I";Wed Aug 22 13:02:26 2007 Tanaka Akira ;T@ o; ;;;[o;;I"=bootstraptest/runner.rb (in_temporary_working_directory);T;[o;;[I"3don't remove the directory specified by --dir.;TS; ; i; I"GWed Aug 22 05:51:23 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"util.c (ruby_strtod);T;[o;;[I"replaced by the implementation by David M. Gay inspired by William D. Clinger's paper "How to Read Floating Point Numbers Accurately" [Proc. ACM SIGPLAN '90, pp. 92-101]. a patch from Satoshi Nakagawa . [ruby-dev:31582];To;;I"4test/ruby/test_float.rb (TestFloat::test_float);T;[o;;[I"add test for precision.;TS; ; i; I"=Wed Aug 22 03:51:07 2007 Koichi Sasada ;T@ o; ;;;[ o;;I" cont.c;T;[o;;[I"Radd Fiber#resume and Fiber.yield. and Fiber::Core class to realize Coroutine.;To;;I"include/ruby/intern.h;T;[o;;[I"1declare rb_fiber_yield(), rb_fiber_resume().;To;;I"enumerator.c;T;[o;;[I"use above api.;To;;I"test/ruby/test_fiber.rb;T;[o;;[I")fix and add tests for above changes.;TS; ; i; I"2007-08-21;T@ S; ; i; I";Tue Aug 21 21:09:48 2007 Tanaka Akira ;T@ o; ;;;[o;;I"!lib/tmpdir.rb (Dir.mktmpdir);T;[o;;[I"Kmake directory suffix specifiable. suggested by knu. [ruby-dev:31568];TS; ; i; I"=Tue Aug 21 15:00:23 2007 Koichi Sasada ;T@ o; ;;;[o;;I"st.c (st_clear);T;[o;;[I"reset num_entries too.;TS; ; i; I"ETue Aug 21 13:57:04 2007 Nobuyoshi Nakada ;T@ o; ;;;[ o;;I".hash.c (st_foreach_func, rb_foreach_func);T;[o;;[I"typedefed.;To;;I"hash.c (rb_hash_clear);T;[o;;[I"%use st_clear() unless iterating.;To;;I"!st.c (struct st_table_entry);T;[o;;[I"Badd new members, fore and back, to iterate in inserted order.;To;;I"(include/ruby/st.h (struct st_table);T;[o;;[I" ditto.;TS; ; i; I"=Tue Aug 21 04:09:06 2007 Koichi Sasada ;T@ o; ;;;[o;;I"benchmark/bm_vm2_case.rb;T;[o;;[I"add a new benchmark. YARV optimize case/when syntax. If every conditions are literal (such as Symbol, Fixnum, String), dispatch calc order will be O(1).;TS; ; i; I"=Tue Aug 21 04:08:07 2007 Koichi Sasada ;T@ o; ;;;[o;;I"!test/ruby/test_enumerator.rb;T;[o;;[I"fix last commit.;TS; ; i; I"=Tue Aug 21 03:59:32 2007 Koichi Sasada ;T@ o; ;;;[o;;I"#test_enumerator.rb (enum_test);T;[o;;[I"0fix to return sorted array (for Hash test).;TS; ; i; I"=Tue Aug 21 03:55:20 2007 Koichi Sasada ;T@ o; ;;;[o;;I"enumerator.c (next_i);T;[o;;[I"Ofix to return with Fiber#yield at the end of each block. [ruby-dev:31470];To;;I"%enumerator.c (enumerator_next_p);T;[o;;[I"9call init_next if not initialized. [ruby-dev:31514];To;;I"!test/ruby/test_enumerator.rb;T;[o;;[I"add tests for Enumerator.;TS; ; i; I"2007-08-20;T@ S; ; i; I"GMon Aug 20 23:28:39 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"string.c (Init_String);T;[o;;[I";remove Symbol.intern and Symbol#dump. [ruby-dev:31525];To;;I"dir.c (dir_foreach);T;[o;;[I":return Enumerator if no block given. [ruby-dev:31525];To;;I"io.c (rb_io_s_foreach);T;[o;;[I"Eargument count check before making Enumerator. [ruby-dev:31525];TS; ; i; I"EMon Aug 20 23:17:14 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"(vm_core.h (struct rb_thread_struct);T;[o;;[I"9removed first_func_arg and reuse first_args instead.;TS; ; i; I"2007-08-19;T@ S; ; i; I";Sun Aug 19 13:31:40 2007 Tanaka Akira ;T@ o; ;;;[o;;I" gc.c;T;[o;;[I"use VALGRIND_MAKE_MEM_UNDEFINED to detect use of collected objects if valgrind is available. It cannot detect first 2 words because they are used as the free list.;TS; ; i; I"=Sun Aug 19 13:13:52 2007 Koichi Sasada ;T@ o; ;;;[o;;I"/compile.c (iseq_compile_each/NODE_RESBODY);T;[o;;[I"@fix to add additional nop to prevent tailcall optimization.;To;;I"vm_opts.h;T;[o;;[I"clean up comments.;TS; ; i; I"=Sun Aug 19 12:58:39 2007 Koichi Sasada ;T@ o; ;;;[ o;;I"$insnhelper.ci (vm_call_bmethod);T;[o;;[I"Tfix to propagate information that this proc is "from Method". [ruby-dev:31490];To;;I"/proc.c (method_proc, rb_mod_define_method);T;[o;;[I" ditto.;To;;I"vm.c (vm_invoke_proc_core);T;[o;;[I" removed.;To;;I"vm_core.h;T;[o;;[I" ditto.;TS; ; i; I";Sun Aug 19 12:36:11 2007 Tanaka Akira ;T@ o; ;;;[o;;I"test/ruby/sentence.rb;T;[o;;[I"new method Sentence().;TS; ; i; I"=Sun Aug 19 12:32:39 2007 Koichi Sasada ;T@ o; ;;;[o;;I"(insnhelper.ci (vm_callee_setup_arg);T;[o;;[I"2fix to mark enough VM stack. [ruby-dev:31492];TS; ; i; I"2007-08-18;T@ S; ; i; I";Sat Aug 18 19:02:34 2007 Tanaka Akira ;T@ o; ;;;[o;;I"+test/ruby/test_yield.rb (TestYieldGen);T;[o;;[I"Brelax array size check in nested parameters. [ruby-dev:31485];TS; ; i; I"ESat Aug 18 17:44:42 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"&ext/tk/tcltklib.c (Init_tcltklib);T;[o;;[I"use rb_set_end_proc().;TS; ; i; I"ESat Aug 18 17:40:11 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"%thread.c (is_ruby_native_thread);T;[o;;[I"&check properly. [ruby-dev:31166];TS; ; i; I"=Sat Aug 18 16:44:15 2007 Koichi Sasada ;T@ o; ;;;[o;;I"@insnhelper.ci (vm_call_bmethod), vm.c (vm_invoke_proc_core);T;[o;;[I">fix to do not restore $SAFE when proc invoked by bmethod.;To;;I"vm_core.h;T;[o;;[I" ditto.;TS; ; i; I"ESat Aug 18 16:44:49 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"%eval_error.ci (ruby_error_print);T;[o;;[I"call error_print.;To;;I"=eval_jump.ci, process.c (rb_exit, rb_f_exit, rb_f_abort);T;[o;;[I" moved.;TS; ; i; I"ESat Aug 18 15:59:52 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"'process.c (detach_process_watcher);T;[o;;[I"should not pass the pointer to an auto variable to the thread to be created. pointed and fix by KUBO Takehiro [ruby-dev:30618];TS; ; i; I"ESat Aug 18 15:52:50 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"%insnhelper.ci (vm_send_optimize);T;[o;;[I"1use MEMMOVE to shift values inside an array.;TS; ; i; I"ESat Aug 18 15:45:34 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"(insnhelper.ci (vm_yield_setup_args);T;[o;;[I",rsize and psize should not be negative.;TS; ; i; I"ESat Aug 18 14:35:00 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"Oinsnhelper.ci (vm_callee_setup_arg, vm_send_optimize, vm_yield_setup_args);T;[o;;[I"bulk copy for arguments.;TS; ; i; I"=Sat Aug 18 13:55:58 2007 Koichi Sasada ;T@ o; ;;;[o;;I""compile.c (iseq_compile_each);T;[o;;[I"+fix to allow self.x= if x= is private.;To;;I"!bootstraptest/test_method.rb;T;[o;;[I"add a test for above.;TS; ; i; I"ESat Aug 18 14:05:34 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"parse.y (reg_compile_gen);T;[o;;[I"$obtain error info from errinfo.;To;;I"re.c (rb_reg_error_desc);T;[o;;[I"/make RegexpError for initialization error.;To;;I"re.c (rb_reg_compile);T;[o;;[I")return nil and set errinfo if error.;TS; ; i; I"=Sat Aug 18 13:23:01 2007 Koichi Sasada ;T@ o; ;;;[o;;I" eval.c;T;[o;;[I"$! should not be writable.;To;;I""eval.c (rb_rubylevel_errinfo);T;[o;;[I"`added. rb_errinfo() returns rb_thread_t#errinfo. rb_rubylevel_errinfo() returns $! value.;TS; ; i; I"=Sat Aug 18 13:14:40 2007 Koichi Sasada ;T@ o; ;;;[o;;I"(insnhelper.ci (vm_callee_setup_arg);T;[o;;[I"7fix to check arguments correctly. [ruby-dev:31472];TS; ; i; I"=Sat Aug 18 13:13:06 2007 Koichi Sasada ;T@ o; ;;;[o;;I"$bootstraptest/test_exception.rb;T;[o;;[I",add escape character ("\") for editors.;TS; ; i; I";Sat Aug 18 12:42:50 2007 Tanaka Akira ;T@ o; ;;;[o;;I"+test/ruby/test_yield.rb (TestYieldGen);T;[o;;[I"Madd test for yielding to lambda using lambda parameter passing emulator.;TS; ; i; I"ESat Aug 18 12:24:30 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I";T@ o; ;;;[o;;I"]compile.c (iseq_set_arguments), insnhelper.ci (vm_callee_setup_arg, vm_yield_setup_args);T;[o;;[I"Efix to cause raise on "lambda{|a|}.call(1, 2)". [ruby-dev:31464];To;;I" bootstraptest/test_block.rb;T;[o;;[I"add tests for above.;TS; ; i; I"ESat Aug 18 01:12:01 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"eval.c (frame_func_id);T;[o;;[I"return proper method ID.;TS; ; i; I"2007-08-17;T@ S; ; i; I"=Fri Aug 17 22:43:11 2007 Koichi Sasada ;T@ o; ;;;[o;;I""compile.c (iseq_compile_each);T;[o;;[I"%massign should return rvalue(s).;TS; ; i; I"=Fri Aug 17 22:10:19 2007 Koichi Sasada ;T@ o; ;;;[o;;I"(test/ruby/test_basicinstructions.rb;T;[o;;[I"8fix old tests. class variables should be inherited.;TS; ; i; I"=Fri Aug 17 21:20:44 2007 Koichi Sasada ;T@ o; ;;;[o;;I"_eval.c (rb_call), eval_method.ci (rb_add_method, rb_alias), insnhelper.ci (vm_call_method);T;[o;;[I"+fix to save safelevel for method node.;To;;I"include/ruby/node.h;T;[o;;[I" ditto.;To;;I"!bootstraptest/test_method.rb;T;[o;;[I"add a test for above.;TS; ; i; I"=Fri Aug 17 16:02:50 2007 Koichi Sasada ;T@ o; ;;;[o;;I"'thread.c (rb_thread_terminate_all);T;[o;;[I"fix to ignore exceptions.;To;;I"#thread.c (thread_start_func_2);T;[o;;[I"6fix abort_on_exception process. [ruby-dev:31394];TS; ; i; I";Fri Aug 17 14:38:36 2007 Tanaka Akira ;T@ o; ;;;[o;;I"=bootstraptest/runner.rb (in_temporary_working_directory);T;[o;;[I"?use Dir.mktmpdir to create and remove temporary directory.;To;;I"(Dir.mktmpdir);T;[o;;[I".define if not available. [ruby-dev:31431];TS; ; i; I"=Fri Aug 17 03:07:37 2007 Koichi Sasada ;T@ o; ;;;[o;;I""compile.c (iseq_compile_each);T;[o;;[I"#fix throw insn option of next.;TS; ; i; I"=Fri Aug 17 01:25:23 2007 Koichi Sasada ;T@ o; ;;;[o;;I"]compile.c (iseq_set_arguments), insnhelper.ci (vm_callee_setup_arg, vm_yield_setup_args);T;[o;;[I"Efix block parameter problems. [ruby-dev:31437], [ruby-dev:31440];To;;I" bootstraptest/test_block.rb;T;[o;;[I"$add a test of [ruby-dev:31440].;TS; ; i; I"=Fri Aug 17 01:24:12 2007 Koichi Sasada ;T@ o; ;;;[o;;I"iseq.c (ruby_iseq_disasm);T;[o;;[I""fix to show arg_simple value.;TS; ; i; I"=Fri Aug 17 01:21:29 2007 Koichi Sasada ;T@ o; ;;;[o;;I"insns.def (throw);T;[o;;[I"4insert a RUBY_VM_CHECK_INTS(). [ruby-dev:31361];TS; ; i; I"2007-08-16;T@ S; ; i; I"GThu Aug 16 20:40:50 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"bignum.c (bigtrunc);T;[o;;[I"IRBIGNUM(x)->len may be zero. out of bound access. [ruby-dev:31404];To;;I"sprintf.c (rb_str_format);T;[o;;[I".small float should not call rb_dbl2big().;TS; ; i; I"=Thu Aug 16 22:10:06 2007 Koichi Sasada ;T@ o; ;;;[o;;I""compile.c (iseq_compile_each);T;[o;;[I"6fix next/redo stack consistency. [ruby-dev:31373];To;;I"!bootstraptest/test_syntax.rb;T;[o;;[I"add tests for above.;To;;I"sample/test.rb;T;[o;;[I"7fix to use __FILE__ instead of $0 to know basedir.;TS; ; i; I"FThu Aug 16 21:14:06 2007 WATANABE Hirofumi ;T@ o; ;;;[o;;I"configure.in (BASERUBY);T;[o;;[I"%need AC_SUBST. [ruby-dev:31438];TS; ; i; I";Thu Aug 16 19:18:26 2007 Tanaka Akira ;T@ o; ;;;[ o;;I"test/ruby/sentence.rb;T;[o;;[I"3Sentence class implemented based on sentgen.rb;To;;I"test/ruby/sentgen.rb;T;[o;;[I" removed.;To;;I"!test/ruby/test_assignment.rb;T;[o;;[I"use sentence.rb.;To;;I"test/ruby/test_yield.rb;T;[o;;[I"2block parameter passing emulator implemented.;TS; ; i; I"EThu Aug 16 16:48:47 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"configure.in (BASERUBY);T;[o;;[I";T@ o; ;;;[o;;I"configure.in (aix);T;[o;;[I"enable shared by default.;To;;I"configure.in (aix);T;[o;;[I"for 64bit-mode AIX. [ruby-dev:31401] + use CC for LDSHARED if non-gcc, + moved -G option from *LDFLAGS to LDSHARED, + set -brtl only in XLDFLAGS.;TS; ; i; I";Thu Aug 16 13:06:08 2007 Tanaka Akira ;T@ o; ;;;[ o;;I"bignum.c (big_lshift);T;[o;;[I"!make shift offset long type.;To;;I"(big_rshift);T;[o;;[I" ditto.;To;;I"(rb_big_lshift);T;[o;;[I" ditto.;To;;I"(big_rshift);T;[o;;[I"ditto. [ruby-dev:31434];TS; ; i; I"EThu Aug 16 06:29:08 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"io.c (argf_readpartial);T;[o;;[I"&argf_forward needs argc and argv.;TS; ; i; I"=Thu Aug 16 02:47:39 2007 Koichi Sasada ;T@ o; ;;;[o;;I"cont.c (rb_fiber_m_yield);T;[o;;[I"Iadded. use this function for Fiber#yield instead of rb_fiber_yield.;TS; ; i; I";Thu Aug 16 00:36:52 2007 Tanaka Akira ;T@ o; ;;;[o;;I"!lib/tmpdir.rb (Dir.mktmpdir);T;[o;;[I""new method. [ruby-dev:31416];TS; ; i; I"2007-08-15;T@ S; ; i; I"=Wed Aug 15 18:57:30 2007 Koichi Sasada ;T@ o; ;;;[o;;I"gc.c (os_live_obj);T;[o;;[I"fix to skip T_VALUES.;To;;I"sample/test.rb;T;[o;;[I"add an ObjectSpace test.;TS; ; i; I"=Wed Aug 15 16:49:04 2007 Koichi Sasada ;T@ o; ;;;[o;;I"inits.c (rb_call_inits);T;[o;;[I"0change initializing order. [ruby-dev:31420];TS; ; i; I"GWed Aug 15 16:44:15 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"io.c (ARGF_FORWARD);T;[o;;[I"^wrongly compares with current_file with rb_stdout. should be rb_stdin. [ruby-cvs:20177];TS; ; i; I"EWed Aug 15 14:59:21 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I";T@ o; ;;;[o;;I" parse.y;T;[o;;[I"remove "//" type comment.;TS; ; i; I"=Wed Aug 15 13:42:15 2007 Koichi Sasada ;T@ o; ;;;[o;;I" parse.y;T;[o;;[I"=fix rules around f_margs. "make test" passes all tests.;To;;I" bootstraptest/test_block.rb;T;[o;;[I"add some tests for above.;TS; ; i; I"EWed Aug 15 13:50:10 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I" hash.c (rb_hash_delete_key);T;[o;;[I",delete the entry without calling block.;To;;I"hash.c (rb_hash_shift);T;[o;;[I""should consider iter_lev too.;To;;I"hash.c (delete_if_i);T;[o;;[I"Vuse rb_hash_delete_key() so that the block isn't called twice. [ruby-core:11556];TS; ; i; I"=Wed Aug 15 13:39:25 2007 Koichi Sasada ;T@ o; ;;;[o;;I"process.c (proc_geteuid);T;[o;;[I".fix strange conversion. [ruby-dev:31417];TS; ; i; I";Wed Aug 15 01:05:55 2007 Tanaka Akira ;T@ o; ;;;[o;;I"+bootstraptest/runner.rb (assert_check);T;[o;;[I"don't call newtest.;To;;I"(assert_equal);T;[o;;[I"call newtest.;To;;I"(assert_match);T;[o;;[I" ditto.;TS; ; i; I"2007-08-14;T@ S; ; i; I";Tue Aug 14 21:43:39 2007 Tanaka Akira ;T@ o; ;;;[ o;;I"+bootstraptest/runner.rb (assert_check);T;[o;;[I"new method.;To;;I"(assert_match);T;[o;;[I"new method.;To;;I"(assert_equal);T;[o;;[I"use assert_check.;To;;I" (pretty);T;[o;;[I"-give failure description as an argument.;To;;I"$bootstraptest/test_exception.rb;T;[o;;[I"Ruse assert_match to describe the test for [ruby-dev:31407]. [ruby-dev:31412];TS; ; i; I"=Tue Aug 14 19:53:15 2007 Koichi Sasada ;T@ o; ;;;[ o;;I":proc.c (Init_Proc), eval.c (Init_eval), eval_intern.h;T;[o;;[I"(move init place of exception_error.;To;;I" inits.c;T;[o;;[I" ditto.;To;;I"eval.c (Init_eval);T;[o;;[I"Eset exception_error#throwed_state as TAG_FATAL. [ruby-dev:31407];To;;I"$bootstraptest/test_exception.rb;T;[o;;[I"add a test for above.;TS; ; i; I"=Tue Aug 14 19:51:20 2007 Koichi Sasada ;T@ o; ;;;[o;;I"common.mk;T;[o;;[I"'change test order (test -> btest).;TS; ; i; I"?Tue Aug 14 00:04:27 2007 Kouhei Sutou ;T@ o; ;;;[o;;I"lib/rss/rss.rb;T;[o;;[I"0.1.8 -> 0.1.9.;To;;I"test/rss/test_version.rb;T;[o;;[I"followed the above change.;To;;I"lib/rss/parser.rb;T;[o;;[I"^fixed a bug that handles unintended elements. Thanks to Takuo Yonezawa. [ruby-list:43841];TS; ; i; I"2007-08-13;T@ S; ; i; I"EMon Aug 13 17:23:10 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I">eval.c (rb_clear_trace_func, rb_thread_stop_timer_thread);T;[o;;[I")declarations for forward references.;To;;I"eval.c (rb_longjmp, eval);T;[o;;[I"use local variable.;To;;I"eval.c (rb_longjmp);T;[o;;[I"'string object not to be optimized.;TS; ; i; I";Mon Aug 13 13:21:58 2007 Tanaka Akira ;T@ o; ;;;[o;;I"lib/open-uri.rb;T;[o;;[I"Amake ftp passive mode to avoid NAT problem. [ruby-dev:31377];TS; ; i; I"GMon Aug 13 09:18:05 2007 Yukihiro Matsumoto ;T@ o; ;;;[ o;;I")ext/stringio/stringio.c (strio_getc);T;[o;;[I")should returns one-character string.;To;;I"ext/stringio/stringio.c;T;[o;;[I"#remove unnecessary prototypes.;To;;I",ext/stringio/stringio.c (strio_getbyte);T;[o;;[I"new method.;To;;I"-ext/stringio/stringio.c (strio_readbyte);T;[o;;[I"new method.;To;;I"+ext/stringio/stringio.c (strio_ungetc);T;[o;;[I"&should take a string as an input.;TS; ; i; I"GMon Aug 13 08:19:43 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"io.c (argf_close);T;[o;;[I"always close via method.;To;;I"io.c (Init_IO);T;[o;;[I"!remove obsolete Kernel#getc.;TS; ; i; I"=Mon Aug 13 05:03:53 2007 Koichi Sasada ;T@ o; ;;;[o;;I"thread.c (rb_thread_raise);T;[o;;[I"Qcheck if target thread is thrown by another thread or not. [ruby-dev:31371];To;;I"!bootstraptest/test_thread.rb;T;[o;;[I"add a test for above.;TS; ; i; I"=Mon Aug 13 04:35:30 2007 Koichi Sasada ;T@ o; ;;;[o;;I"'compile.c (iseq_peephole_optimize);T;[o;;[I"4fix peephole optimization bug. [ruby-dev:31360];To;;I"!bootstraptest/test_syntax.rb;T;[o;;[I"add a test for above.;TS; ; i; I"=Mon Aug 13 04:02:29 2007 Koichi Sasada ;T@ o; ;;;[ o;;I" vm_dump.c (debug_print_pre);T;[o;;[I"%fix to show control frame count.;To;;I"$insns.def (opt_call_c_function);T;[o;;[I"fix operand type.;To;;I"lib/vm/instruction.rb;T;[o;;[I" ditto.;To;;I"0insnhelper.ci (vm_push_frame, vm_pop_frame);T;[o;;[I"9fix to show control stack status on if VMDEBUG == 2.;To;;I" vm.h;T;[o;;[I"!add a comment about VMDEBUG.;To;;I"iseq.c (find_prev_line_no);T;[o;;[I"1fix to skip bug report if line is not found.;To;;I"lib/vm/instruction.rb;T;[o;;[I"9fix to use build_string() on source code generators.;TS; ; i; I"=Mon Aug 13 03:57:32 2007 Koichi Sasada ;T@ o; ;;;[o;;I"template/yasmdata.rb.tmpl;T;[o;;[I"fix type and name.;TS; ; i; I"2007-08-11;T@ S; ; i; I"GSat Aug 11 23:27:37 2007 Yukihiro Matsumoto ;T@ o; ;;;[ o;;I"io.c (argf_each_line);T;[o;;[I"&should use #each_line, not #each.;To;;I"io.c (argf_each_line);T;[o;;[I"simplified.;To;;I"io.c (argf_getline);T;[o;;[I"-should handle non T_FILE object in ARGV.;To;;I"io.c (argf_each_byte);T;[o;;[I"Neach_byte should yield bytes not one-character strings. [ruby-dev:31374];TS; ; i; I"ASat Aug 11 07:24:55 2007 Tadayoshi Funaba ;T@ o; ;;;[o;;I"lib/date/format.rb;T;[o;;[I"-reverted some wrongly erased "o" options;To;;0;[o;;[0S; ; i; I"ESat Aug 11 00:01:12 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"#thread.c (thread_start_func_2);T;[o;;[I"Enot re-raise to main thread if it is joining the current thread.;TS; ; i; I"2007-08-10;T@ S; ; i; I"EFri Aug 10 23:54:46 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I""thread.c (thread_create_core);T;[o;;[I"inherit the priority of creating thread. submitted at [ruby-core:11873] by David Flanagan . [ruby-core:11876];TS; ; i; I"EFri Aug 10 05:12:19 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"#thread.c (thread_start_func_2);T;[o;;[I"3let abort_on_exception work. [ruby-core:11873];TS; ; i; I"EFri Aug 10 04:47:09 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"parse.y (internal_id_gen);T;[o;;[I"1internal ID must be bigger than tLAST_TOKEN.;TS; ; i; I"2007-08-09;T@ S; ; i; I"EThu Aug 9 16:04:55 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"parse.y (stmt);T;[o;;[I"acheck if rhs has value before assignment instead inside node_assign_gen(). [ruby-dev:31293];To;;I"/parse.y (call_bin_op_gen, call_uni_op_gen);T;[o;;[I"split call_op_gen.;TS; ; i; I"EThu Aug 9 14:01:36 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"parse.y (f_marg_list);T;[o;;[I"renamed from f_marg_head.;To;;I"parse.y (f_margs);T;[o;;[I"Gallow multiple mandatory arguments after a splat. [ruby-dev:31153];TS; ; i; I"GThu Aug 9 02:02:02 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"enum.c (enum_cycle);T;[o;;[I"Ztypo fixed. a patch from Kazuhiro NISHIYAMA . [ruby-dev:31362];TS; ; i; I"2007-08-08;T@ S; ; i; I"GWed Aug 8 19:17:40 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"&ext/dl/cptr.c (rb_dlptr_s_to_ptr);T;[o;;[I"+no longer check HAVE_RB_IO_STDIO_FILE.;TS; ; i; I"GWed Aug 8 15:52:01 2007 Yukihiro Matsumoto ;T@ o; ;;;[ o;;I"%enumerator.c (enumerator_next_p);T;[o;;[I"Hshould check correctly even when e.next has not been called before.;To;;I"#enumerator.c (enumerator_next);T;[o;;[I"Hraise StopIteration (name taken from Python) instead of IndexError.;To;;I"enum.c (enum_zip);T;[o;;[I"#catch StopIteration exception.;To;;I")enumerator.c (enumerator_with_index);T;[o;;[I",return Enumerator if no block is given.;To;;I"?test/ruby/test_iterator.rb (TestIterator::test_enumerator);T;[o;;[I"add test for enumerators.;TS; ; i; I"EWed Aug 8 11:48:37 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"bignum.c (rb_big2str0);T;[o;;[I"(should not use RTEST for non-VALUE.;TS; ; i; I"BWed Aug 8 11:25:25 2007 NAKAMURA Usaku ;T@ o; ;;;[o;;I"bignum.c (rb_big2str0);T;[o;;[I"should preserve sign mark.;TS; ; i; I"EWed Aug 8 11:02:43 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I",common.mk (btest-miniruby, test-sample);T;[o;;[I"3split the test target so that -k option works.;TS; ; i; I"2007-08-07;T@ S; ; i; I"ETue Aug 7 14:58:39 2007 Nobuyoshi Nakada ;T@ o; ;;;[ o;;I"#ext/pty/pty.c (establishShell);T;[o;;[I"?handshaking before close slave device. [ruby-talk:263410];To;;I"8ext/pty/pty.c (MasterDevice, SlaveDevice, deviceNo);T;[o;;[I"constified.;To;;I"ext/pty/pty.c (SlaveName);T;[o;;[I"removed static buffer.;To;;I"ext/pty/expect_sample.rb;T;[o;;[I"support for autologin.;TS; ; i; I"ETue Aug 7 13:58:03 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I".include/ruby/ruby.h (ruby_special_consts);T;[o;;[I"added RUBY_SPECIAL_SHIFT.;To;;I" .gdbinit;T;[o;;[I"some improvements.;TS; ; i; I"ETue Aug 7 13:28:32 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"common.mk (node_name.inc);T;[o;;[I"5use $? instead of $< for nmake. [ruby-dev:31356];TS; ; i; I"ETue Aug 7 12:45:13 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"$configure.in (ac_cv_func_isinf);T;[o;;[I"3set yes also on OpenSolaris. [ruby-Bugs-12859];TS; ; i; I"ETue Aug 7 12:31:51 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"io.c (pipe_open);T;[o;;[I"fix for win32 platforms.;TS; ; i; I"GTue Aug 7 02:58:33 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"bignum.c (rb_big2str0);T;[o;;[I"gmake Bignum#to_s even faster. a patch from Kenta Murata . [ruby-dev:31354];TS; ; i; I"GTue Aug 7 01:42:05 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"enum.c (enum_zip);T;[o;;[I"Dzip no longer converts arguments into arrays, uses enumerators.;TS; ; i; I"GTue Aug 7 01:27:47 2007 Yukihiro Matsumoto ;T@ o; ;;;[ o;;I"cont.c (rb_fiber_yield);T;[o;;[I"'change argument ordering. export.;To;;I"cont.c (rb_fiber_current);T;[o;;[I" export;To;;I"include/ruby/intern.h;T;[o;;[I"*export several functions from cont.c.;To;;I"#enumerator.c (enumerator_next);T;[o;;[I"Gnew method to implement external iterator (generator) using fiber.;To;;I"%enumerator.c (enumerator_next_p);T;[o;;[I"Onew method to check whether any element is left in the generator sequence.;To;;I"%enumerator.c (enumerator_rewind);T;[o;;[I"3a new method to rewind the generator sequence.;TS; ; i; I"GTue Aug 7 01:15:24 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"enum.c (enum_cycle);T;[o;;[I",new method to cycle enumerable forever.;TS; ; i; I"ETue Aug 7 00:05:38 2007 Keiju Ishitsuka ;T@ o; ;;;[o;;I"irb/ruby-lex.rb;T;[o;;[I")support for '\c'. [ruby-talk:263508];TS; ; i; I"2007-08-06;T@ S; ; i; I"=Mon Aug 6 20:29:22 2007 Koichi Sasada ;T@ o; ;;;[o;;I"insnhelper.ci, insns.def;T;[o;;[I"'move some statements to functions.;To;;I"vm.c, vm.h, vm_evalbody.ci;T;[o;;[I" fix include/typedef places.;TS; ; i; I"=Mon Aug 6 18:41:12 2007 Koichi Sasada ;T@ o; ;;;[o;;I"1lib/vm/instruction.rb (make_header_analysys);T;[o;;[I"fix last commit.;TS; ; i; I"=Mon Aug 6 18:33:22 2007 Koichi Sasada ;T@ o; ;;;[o;;I"1lib/vm/instruction.rb (make_header_analysys);T;[o;;[I"-add to separate header addition process.;TS; ; i; I"EMon Aug 6 17:36:29 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"1lib/rexml/encodings/{ISO-8859-15,CP-1252}.rb;T;[o;;[I"fixed invalid syntax.;TS; ; i; I"=Mon Aug 6 16:57:08 2007 Koichi Sasada ;T@ o; ;;;[o;;I"sample/test.rb;T;[o;;[I";fix to output file name if it contains invalid syntax.;TS; ; i; I"=Mon Aug 6 16:41:22 2007 Koichi Sasada ;T@ o; ;;;[o;;I"parse.y (value_expr_gen);T;[o;;[I"yfix to cause "void value expression" when jump expression such as "next" are shown on value_expr(). [ruby-dev:31119];To;;I"!bootstraptest/test_syntax.rb;T;[o;;[I"fix to above change.;TS; ; i; I"=Mon Aug 6 14:36:30 2007 Koichi Sasada ;T@ o; ;;;[o;;I" parse.y;T;[o;;[I"(fix a f_marg rule. [ruby-dev:31160];TS; ; i; I"=Mon Aug 6 14:29:30 2007 Koichi Sasada ;T@ o; ;;;[o;;I"+bootstraptest/runner.rb (assert_equal);T;[o;;[I"&add additional message parameter.;TS; ; i; I"EMon Aug 6 13:34:09 2007 Nobuyoshi Nakada ;T@ o; ;;;[ o;;I"common.mk (INSNS);T;[o;;[I"not chdir to srcdir.;To;;I"common.mk (node_name.inc);T;[o;;[I""auto-generate node name list.;To;;I"iseq.c (ruby_node_name);T;[o;;[I" ditto.;To;;I"2iseq.c (iseq_s_compile_option_get, Init_ISeq);T;[o;;[I"@added a new method VM::InstructionSequence::compile_option.;To;;I"8lib/vm/instruction.rb (RubyVM::SourceCodeGenerator);T;[o;;[I"--destdir option.;To;;I"tool/node_name.rb;T;[o;;[I"%to auto-generate node name list.;TS; ; i; I"2007-08-05;T@ S; ; i; I"?Sun Aug 5 11:51:39 2007 Kouhei Sutou ;T@ o; ;;;[o;;I""lib/rss, sample/rss, test/rss;T;[o;;[I"r- 0.1.7 -> 0.1.8. - supported . - reverted backward incompatibility API changes introduced 0.1.7.;TS; ; i; I"ESun Aug 5 04:56:25 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"$io.c (pipe_open_v, pipe_open_s);T;[o;;[I"7separate array and string cases. [ruby-dev:31344];TS; ; i; I"2007-08-03;T@ S; ; i; I"EFri Aug 3 11:05:54 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"ext/extmk.rb (extmake);T;[o;;[I"save all CONFIG values.;To;;I"ext/extmk.rb (extmake);T;[o;;[I"Hremove mkmf.log at clean, and extconf.h at distclean, respectively.;To;;I"ext/extmk.rb;T;[o;;[I"Nremove rdoc at clean, and installed list file at distclean, respectively.;TS; ; i; I"EFri Aug 3 07:09:05 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"lib/mkmf.rb;T;[o;;[I"-more verbose message. [ruby-Bugs-12766];To;;I"lib/mkmf.rb (have_type);T;[o;;[I"#suppress a warning with -Wall.;To;;I"lib/mkmf.rb (find_type);T;[o;;[I"new method.;TS; ; i; I"EFri Aug 3 00:00:20 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"bignum.c (big2str_table);T;[o;;[I"base cannot be 0 or 1.;TS; ; i; I"2007-08-02;T@ S; ; i; I"EThu Aug 2 23:42:57 2007 Nobuyoshi Nakada ;T@ o; ;;;[ o;;I"parse.y (reg_compile_gen);T;[o;;[I"Eset error if failed to compile regexp literal. [ruby-dev:31336];To;;I"/re.c (option_to_str, arg_kcode, opt_kcode);T;[o;;[I"/options conversion between int and string.;To;;I"re.c (rb_reg_compile);T;[o;;[I"}should not use regexp which could not get initialized. [ruby-dev:31333] return error message to let the parser know it.;To;;I"re.c (rb_reg_compile);T;[o;;[I"=append regexp options to error message. [ruby-dev:31334];TS; ; i; I"GThu Aug 2 22:05:32 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"bignum.c (rb_big2str0);T;[o;;[I"faster Bignum#to_s using Karatsuba algorithm. a patch from Yusuke ENDOH in [ruby-dev:31312], slightly modified by Kenta Murata in [ruby-dev:31339].;TS; ; i; I"EThu Aug 2 13:46:39 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"sprintf.c (rb_f_sprintf);T;[o;;[I"Dshould not check positional number as width. [ruby-core:11838];TS; ; i; I"2007-08-01;T@ S; ; i; I"EWed Aug 1 12:40:05 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"*generic.rb (URI::Generic::merge_path);T;[o;;[I"+behave as RFC 3986. [ruby-talk:252052];TS; ; i; I"2007-07-31;T@ S; ; i; I"ATue Jul 31 23:38:09 2007 Tadayoshi Funaba ;T@ o; ;;;[o;;I" lib/date/format.rb (_parse);T;[o;;[I"_now interprets slashed numerical dates as a big endian (except dd/mm/yyyy). [experimental];TS; ; i; I"2007-07-30;T@ S; ; i; I"EMon Jul 30 11:16:40 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"bignum.c (rb_big_aref);T;[o;;[I"3check for Bignum index range. [ruby-dev:31271];TS; ; i; I"2007-07-28;T@ S; ; i; I"GSat Jul 28 09:35:41 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I":ext/digest/lib/digest.rb (Digest::self.const_missing);T;[o;;[I"Eavoid infinite recursive const_missing call. [ruby-talk:262193];TS; ; i; I"2007-07-26;T@ S; ; i; I"GThu Jul 26 20:40:25 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"range.c (range_eqq);T;[o;;[I"jcall_super() in === does not work well since Enumerable#=== has different behavior. [ruby-dev:31296];TS; ; i; I"EThu Jul 26 13:57:45 2007 Nobuyoshi Nakada ;T@ o; ;;;[ o;;I"dln.c (load_1, dln_find_1);T;[o;;[I"constified.;To;;I"dln.c (conv_to_posix_path);T;[o;;[I" removed.;To;;I"ruby.c (usage);T;[o;;[I"constified.;To;;I"9ruby.c (rubylib_mangled_path, rubylib_mangled_path2);T;[o;;[I"8return VALUE instead of a pointer to static buffer.;To;;I"!ruby.c (push_include_cygwin);T;[o;;[I",fixed buffer overflow. [ruby-dev:31297];To;;I" ruby.c (ruby_init_loadpath);T;[o;;[I" not convert built-in paths.;TS; ; i; I"2007-07-24;T@ S; ; i; I"ETue Jul 24 10:37:04 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"io.c (rb_f_p);T;[o;;[I"1return nil if no argument. [ruby-dev:31285];TS; ; i; I"GTue Jul 24 01:05:07 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"1regint.h (USE_MATCH_RANGE_IS_COMPLETE_RANGE);T;[o;;[I";T@ o; ;;;[o;;I"include/ruby/oniguruma.h;T;[o;;[I"Pupgrade to Oniguruma 5.9.0. fixes some memory violation. [ruby-dev:31070];TS; ; i; I"2007-07-22;T@ S; ; i; I"ASun Jul 22 20:09:49 2007 Tadayoshi Funaba ;T@ o; ;;;[o;;I"%lib/date/format.rb (Date._parse);T;[o;;[I"/now accepts some new hints. [experimental];To;;I"lib/parsedate.rb;T;[o;;[I"?followed the changes on lib/date/format.rb. [experimental];TS; ; i; I"ESun Jul 22 16:06:56 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"%thread.c (is_ruby_native_thread);T;[o;;[I"1made an int function as well as version 1.8.;To;;I"0include/ruby/ruby.h (is_ruby_native_thread);T;[o;;[I":moved prototype from intern.h as well as version 1.8.;TS; ; i; I"ESun Jul 22 14:33:46 2007 Nobuyoshi Nakada ;T@ o; ;;;[ o;;I"file.c (rb_file_s_rename);T;[o;;[I"4deleted code to get rid of a bug of old Cygwin.;To;;I"file.c (rb_file_truncate);T;[o;;[I"Cadded prototype of GetLastError() on cygwin. [ruby-dev:31239];To;;I"2include/ruby/intern.h (is_ruby_native_thread);T;[o;;[I"prototype.;To;;I""missing/strftime.c (strftime);T;[o;;[I",fix printf format and actual arguments.;To;;I"2ext/Win32API/Win32API.c (Win32API_initialize);T;[o;;[I" ditto.;To;;I"$ext/tk/tcltklib.c (ip_finalize);T;[o;;[I" ditto.;To;;I"-ext/win32ole/win32ole.c (lcid_installed);T;[o;;[I" ditto.;To;;I"ext/socket/getnameinfo.c;T;[o;;[I"include stdio.h always.;TS; ; i; I"2007-07-21;T@ S; ; i; I"ASat Jul 21 21:39:12 2007 Tadayoshi Funaba ;T@ o; ;;;[o;;I"2lib/date.rb, lib/date/format.rb (Date._parse);T;[o;;[I"inow can take some hints (its aim must be mainly determination of endianness of date). [experimental];To;;I"2lib/date.rb, lib/date/format.rb (Date._parse);T;[o;;[I"Cnow completes truncated year as default action. [experimental];To;;I"$lib/date.rb, lib/date/format.rb;T;[o;;[I"vadded ::iso8601, ::rfc3339, ::xmlschema, ::rfc2822, ::httpdate, ::jisx0301, #xmlschema, #httpdate. [experimental];TS; ; i; I"ESat Jul 21 17:48:26 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"common.mk;T;[o;;[I"inverted rules order.;To;;I"(thread_win32.ci (w32_create_thread);T;[o;;[I"(bcc does not have _beginthreadex().;To;;I""lib/mkmf.rb (create_makefile);T;[o;;[I"Emake OBJS depend on RUBY_EXTCONF_H only if extconf.h is created.;To;;I"bcc32/Makefile.sub;T;[o;;[I"headers have moved.;To;;I"0bcc32/{Makefile.sub,configure.bat,setup.mak;T;[o;;[I"configure_args support.;To;;I"bcc32/setup.mak;T;[o;;[I"check runtime version.;To;;I"*win32/win32.c (rb_w32_open_osfhandle);T;[o;;[I"'prototype has changed in bcc 5.82.;To;;I".{win32,wince,bcc32}/setup.mak (-version-);T;[o;;[I"no RUBY_EXTERN magic.;To;;I"win32/resource.rb;T;[o;;[I"include patchlevel number.;TS; ; i; I"ESat Jul 21 12:06:48 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"lib/mkmf.rb (init_mkmf);T;[o;;[I" should remove mkmf.log too.;TS; ; i; I"ASat Jul 21 01:45:03 2007 Tadayoshi Funaba ;T@ o; ;;;[o;;I"%lib/date/format.rb (Date._parse);T;[o;;[I"(completes calendar week based year.;To;;I"%lib/date/format.rb (Date._parse);T;[o;;[I"5detects year of ordinal date in extended format.;TS; ; i; I"2007-07-20;T@ S; ; i; I"EFri Jul 20 16:30:31 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I""compile.c (iseq_set_sequence);T;[o;;[I"mraise SyntaxError instead of rb_bug since this function can be called from VM::InstructionSequence.load.;To;;I"Bcompile.c (insn_set_sc_state, iseq_set_sequence_stackcaching);T;[o;;[I" ditto.;TS; ; i; I"EFri Jul 20 16:11:33 2007 Nobuyoshi Nakada ;T@ o; ;;;[ o;;I"4compile.c, compile.h (DECL_ANCHOR, INIT_ANCHOR);T;[o;;[I"Rsplit not to initialize aggregations with dynamic values. [ruby-talk:259306];To;;I"eval.c (rb_protect);T;[o;;[I"Lnot to initialize aggregations with dynamic values. [ruby-talk:259306];To;;I"(gc.c (mark_current_machine_context);T;[o;;[I" ditto.;To;;I"-thread.c (thgroup_list, call_trace_func);T;[o;;[I" ditto.;To;;I""vm.c (vm_init_redefined_flag);T;[o;;[I" ditto.;TS; ; i; I"EFri Jul 20 15:22:51 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"8ext/openssl/ossl_config.c (ossl_config_set_section);T;[o;;[I"Ldo not initialize aggregations with dynamic values. [ruby-talk:259306];TS; ; i; I"EFri Jul 20 10:39:28 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"1parse.y (stmt, mlhs_node, lhs, arg, var_ref);T;[o;;[I"Nreturn dummy NODE_BEGIN after errors. [ruby-dev:31100], [ruby-dev:31118];To;;I"parse.y (remove_begin);T;[o;;[I"Okeep empty NODE_BEGIN, instead of null. [ruby-dev:31252], [ruby-dev:31263];TS; ; i; I"EFri Jul 20 09:50:40 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"0bootstraptest/runner.rb (get_result_string);T;[o;;[I"check $?.coredump? first.;To;;I"?bootstraptest/runner.rb (cleanup_coredump, check_coredump);T;[o;;[I"see stackdump file too.;TS; ; i; I"2007-07-19;T@ S; ; i; I"GThu Jul 19 20:39:30 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"parse.y (value_expr_gen);T;[o;;[I"3warn for empty expression (). [ruby-dev:31252];TS; ; i; I"EThu Jul 19 19:24:14 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I""eval_error.ci (get_backtrace);T;[o;;[I">check the result more. [ruby-dev:31261] [ruby-bugs-12398];TS; ; i; I"EThu Jul 19 14:38:45 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I",bignum.c (rb_big_lshift, rb_big_rshift);T;[o;;[I"nseparated functions to get rid of infinite recursion. fixed calculation in edge cases. [ruby-dev:31244];To;;I"-numeric.c (rb_fix_lshift, rb_fix_rshift);T;[o;;[I" ditto.;TS; ; i; I"2007-07-18;T@ S; ; i; I"EWed Jul 18 16:57:41 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"bignum.c (rb_big_pow);T;[o;;[I"-refine overflow check. [ruby-dev:31242];TS; ; i; I"EWed Jul 18 09:19:07 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I";parse.y (rb_parser_append_print, rb_parser_while_loop);T;[o;;[I"&moved check for node to the head.;To;;I"ruby.c (proc_options);T;[o;;[I"udo nothing for -p/-n options if tree is null. submitted by Yusuke ENDOH at [ruby-dev:31243].;TS; ; i; I"GWed Jul 18 08:47:09 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"time.c (time_succ);T;[o;;[I"iTime#succ should return a time object in the same timezone mode to the original. [ruby-talk:260256];TS; ; i; I"2007-07-16;T@ S; ; i; I"GMon Jul 16 23:07:51 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"&lib/base64.rb (Base64::b64encode);T;[o;;[I"Kshould not specify /o option for regular expression. [ruby-dev:31221];TS; ; i; I"GMon Jul 16 22:57:53 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"sprintf.c (rb_str_format);T;[o;;[I"zmake %u behave like %d for negative values, since decimal format does not work with preceding dots. [ruby-core:11575];TS; ; i; I"EMon Jul 16 18:29:33 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"string.c (rb_str_rindex_m);T;[o;;[I"maccept string-like object convertible with #to_str method, as well as rb_str_index_m. [ruby-core:11692];TS; ; i; I"EMon Jul 16 07:17:28 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"insns.def (getspecial);T;[o;;[I">lfp_svar_get() requires int for special global variables.;TS; ; i; I"EMon Jul 16 05:45:53 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"sprintf.c (rb_f_sprintf);T;[o;;[I"pmore checks for format argument. [ruby-core:11569], [ruby-core:11570], [ruby-core:11571], [ruby-core:11573];TS; ; i; I"EMon Jul 16 00:26:10 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"bignum.c (rb_big_pow);T;[o;;[I"2removed invariant variable. [ruby-dev:31236];TS; ; i; I"2007-07-15;T@ S; ; i; I"ESun Jul 15 22:24:37 2007 pegacorn ;T@ o; ;;;[o;;I"%ext/dl/cfunc.c (rb_dlcfunc_call);T;[o;;[I"%adjust format. [ruby-dev:31222];To;;I"ext/digest/digest.c (rb_digest_instance_update, rb_digest_instance_finish, rb_digest_instance_reset, rb_digest_instance_block_length);T;[o;;[I"5%s in rb_raise() expects char*. [ruby-dev:31222];To;;I"ext/openssl/ossl.h;T;[o;;[I",include ossl_pkcs5.h. [ruby-dev:31231];To;;I"ext/openssl/ossl_pkcs5.h;T;[o;;[I"*new file for PKCS5. [ruby-dev:31231];To;;I"5ext/openssl/ossl_x509name.c (ossl_x509name_to_s);T;[o;;[I">use ossl_raise() instead of rb_raise(). [ruby-dev:31222];To;;I"ext/sdbm/_sdbm.c;T;[o;;[I"2DOSISH platforms need io.h. [ruby-dev:31232];To;;I"ext/syck/syck.h;T;[o;;[I"?include stdlib.h for malloc() and free(). [ruby-dev:31232];To;;I"1ext/syck/syck.h (syck_parser_set_input_type);T;[o;;[I"&prototype added. [ruby-dev:31231];To;;I"win32/win32.c;T;[o;;[I"9include mbstring.h for _mbspbrk(). [ruby-dev:31232];To;;I")include/ruby/win32.h (rb_w32_getcwd);T;[o;;[I"&prototype added. [ruby-dev:31232];TS; ; i; I"ESun Jul 15 21:07:43 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"bignum.c (bigtrunc);T;[o;;[I"+do not empty Bignum. [ruby-dev:31229];TS; ; i; I"ESun Jul 15 19:05:28 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"bignum.c (rb_cstr_to_inum);T;[o;;[I"0check leading non-digits. [ruby-core:11691];TS; ; i; I"ESun Jul 15 04:42:20 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"bignum.c (get2comp);T;[o;;[I"3do nothing for empty Bignum. [ruby-dev:31225];TS; ; i; I"2007-07-14;T@ S; ; i; I"GSat Jul 14 22:49:30 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"numeric.c (fix_pow);T;[o;;[I"Yinteger power calculation: 0**n => 0, 1**n => 1, -1**n => 1 (n: even) / -1 (n: odd).;To;;I"4test/ruby/test_fixnum.rb (TestFixnum::test_pow);T;[o;;[I"Mupdate test suite. pow(-3, 2^64) gives NaN when pow(3, 2^64) gives Inf.;TS; ; i; I";Sat Jul 14 18:46:35 2007 Tanaka Akira ;T@ o; ;;;[ o;;I"configure.in;T;[o;;[I"add --with-valgrind.;To;;I"!gc.h (SET_MACHINE_STACK_END);T;[o;;[I"lnew macro to replace rb_gc_set_stack_end. it find out accurate stack boundary by asm using gcc on x86.;To;;I"#thread.c (rb_gc_set_stack_end);T;[o;;[I"Ddon't define if asm-version SET_MACHINE_STACK_END is available.;To;;I"(gc.c (mark_current_machine_context);T;[o;;[I"extracted from garbage_collect. it use SET_MACHINE_STACK_END to not scan out of stack area. it notify conservative GC information to valgrind if --with-valgrind.;TS; ; i; I"ESat Jul 14 14:04:06 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"enum.c (sort_by_cmp);T;[o;;[I"*check if reentered. [ruby-dev:24291];TS; ; i; I"GSat Jul 14 11:08:28 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I";ext/json/ext/generator/generator.c (check_max_nesting);T;[o;;[I"bwrong format specifier. a patch from pegacorn . [ruby-dev:31217];TS; ; i; I"GSat Jul 14 02:27:43 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"numeric.c (int_pow);T;[o;;[I"?overflow detection using FIT_SQRT_LONG(). [ruby-dev:31215];TS; ; i; I"GSat Jul 14 02:05:53 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"insns.def (opt_div);T;[o;;[I"XLONG2FIX() may not work for corner cases, use LONG2NUM() instead. [ruby-dev:31210];TS; ; i; I"GSat Jul 14 00:34:01 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"numeric.c (int_round);T;[o;;[I"8should not return false, but self. [ruby-dev:31212];TS; ; i; I"2007-07-13;T@ S; ; i; I"=Fri Jul 13 18:31:27 2007 Koichi Sasada ;T@ o; ;;;[o;;I"include/ruby/intern.h;T;[o;;[I")remove unused function declarations.;To;;I"include/ruby/ruby.h;T;[o;;[I" ditto.;TS; ; i; I"GFri Jul 13 17:32:37 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"vm.c (vm_free);T;[o;;[I"9clear free'ed living_threads field. [ruby-dev:31163];To;;I"insns.def (opt_succ);T;[o;;[I"#use cast to shut a warning up.;TS; ; i; I";Fri Jul 13 16:10:00 2007 Tanaka Akira ;T@ o; ;;;[o;;I".lib/open-uri.rb (URI::Generic#find_proxy);T;[o;;[I"luse ENV.to_hash to access http_proxy environment variable to avoid case insensitive environment search.;TS; ; i; I"EFri Jul 13 15:02:15 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I" win32/win32.c (CreateChild);T;[o;;[I"aenclose command line except for command.com which can not handle quotes. [ruby-talk:258939];TS; ; i; I"EFri Jul 13 11:33:09 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"#range.c (range_max, range_min);T;[o;;[I"Nreturn nil for empty set as well as 1.8 and Enumerable. [ruby-dev:31198];TS; ; i; I"GFri Jul 13 11:28:37 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"parse.y (bvar);T;[o;;[I"@semicolon was lost for ripper description. [ruby-dev:31140];TS; ; i; I"EFri Jul 13 11:25:10 2007 Nobuyoshi Nakada ;T@ o; ;;;[ o;;I"%parse.y (program, stmt, primary);T;[o;;[I"reduced duplicated code.;To;;I"parse.y (dsym);T;[o;;[I"4convert also literals containing NUL to symbol.;To;;I"parse.y (debug_lines);T;[o;;[I"=use rb_hash_lookup() to get rid of call of Hash#default.;To;;I"parse.y (ripper_warningS);T;[o;;[I" unused in ripper right now.;TS; ; i; I"EFri Jul 13 10:33:29 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I""array.c (rb_ary_flatten_bang);T;[o;;[I"7check argument if valid integer. [ruby-dev:31197];TS; ; i; I"EFri Jul 13 10:10:46 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"8lib/mkmf.rb (link_command, cc_command, cpp_command);T;[o;;[I"Ado not expand ::CONFIG which is an alias of MAKEFILE_CONFIG.;TS; ; i; I"2007-07-12;T@ S; ; i; I"BThu Jul 12 21:38:02 2007 NAKAMURA Usaku ;T@ o; ;;;[o;;I"insns.def (opt_succ);T;[o;;[I";use LONG_MAX as maximum Fixnum VALUE. [ruby-dev:31199];TS; ; i; I";Thu Jul 12 18:42:18 2007 Tanaka Akira ;T@ o; ;;;[o;;I"range.c (range_max);T;[o;;[I"huse FIX2LONG instead of FIX2INT to avoid RangeError by ((-0x80000001)...(-0x80000001)).max on LP64.;To;;I"insns.def (opt_plus);T;[o;;[I"Yuse FIX2LONG instead of FIX2INT to avoid RangeError by 0x3fffffffffffffff+1 on LP64.;To;;I"insns.def (opt_succ);T;[o;;[I"fdon't use 0x80000000 which assumes 32bit VALUE. use FIX2LONG instead of FIX2INT. [ruby-dev:31190];TS; ; i; I"EThu Jul 12 17:03:15 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"#struct.c (rb_struct_init_copy);T;[o;;[I"1disallow changing the size. [ruby-dev:31168];TS; ; i; I"=Thu Jul 12 12:58:21 2007 Koichi Sasada ;T@ o; ;;;[o;;I"blockinlining.c;T;[o;;[I"remove "yarv" prefix.;To;;I"array.c, numeric.c;T;[o;;[I" ditto.;To;;I"-insnhelper.ci, insns.def, vm_evalbody.ci;T;[o;;[I" ditto.;To;;I"yarvcore.c;T;[o;;[I" removed.;To;;I"yarvcore.h;T;[o;;[I"renamed to core.h.;To;;I"3cont.c, debug.c, error.c, process.c, signal.c ;T;[o;;[I" ditto.;To;;I"&ext/probeprofiler/probeprofiler.c;T;[o;;[I" ditto.;To;;I"id.c, id.h;T;[o;;[I" added.;To;;I" inits.c;T;[o;;[I" ditto.;To;;I"compile.c;T;[o;;[I"rename internal functions.;To;;I"compile.h;T;[o;;[I"fix debug flag.;To;;I"eval.c, object.c, vm.c;T;[o;;[I"8remove ruby_top_self. use rb_vm_top_self() instead.;To;;I"eval_intern.h, eval_load;T;[o;;[I" ditto.;To;;I" gc.c;T;[o;;[I"Drename yarv_machine_stack_mark() to rb_gc_mark_machine_stack().;To;;I"insnhelper.h;T;[o;;[I"remove unused macros.;To;;I" iseq.c;T;[o;;[I"Aadd iseq_compile() to create iseq object from source string.;To;;I" proc.c;T;[o;;[I" rename a internal function.;To;;I"template/insns.inc.tmpl;T;[o;;[I"remove YARV prefix.;To;;I" thread.c;T;[o;;[I"*use rb_iseq_eval() and rb_str_new2().;To;;I"vm.c (rb_iseq_eval);T;[o;;[I" added.;To;;I" vm.c;T;[o;;[I")move some functions from yarvcore.c.;To;;I"vm_dump.c;T;[o;;[I"$fix to remove compiler warning.;TS; ; i; I"EThu Jul 12 12:24:29 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"insns.def (opt_succ);T;[o;;[I""fixed typo. [ruby-dev:31189];TS; ; i; I"EThu Jul 12 10:30:46 2007 Nobuyoshi Nakada ;T@ o; ;;;[ o;;I"#thread.c (thread_start_func_2);T;[o;;[I"%moved prototye from thread_*.ci.;To;;I",thread_pthread.ci (thread_start_func_2);T;[o;;[I"Enot use a directive inside a macro argument. [ruby-talk:258763];To;;I"thread.c (thread_join);T;[o;;[I""pthread_t may not be pointer.;To;;I"(thread_pthread.ci (ubf_select_each);T;[o;;[I" ditto.;TS; ; i; I"BThu Jul 12 05:32:28 2007 NAKAMURA Usaku ;T@ o; ;;;[o;;I"$include/ruby/ruby.h (FIX2ULONG);T;[o;;[I"&drop sign bit for LLP64 platform.;TS; ; i; I"2007-07-10;T@ S; ; i; I"=Tue Jul 10 19:34:45 2007 Koichi Sasada ;T@ o; ;;;[o;;I"hash.c (rb_hash_lookup);T;[o;;[I"ladded. this function is similar to rb_hash_aref(), but doesn't call Hash#default when no entry exists.;To;;I"include/ruby/intern.h;T;[o;;[I" ditto.;To;;I"!insnhelper.ci (lfp_svar_get);T;[o;;[I"use rb_hash_lookup().;TS; ; i; I"=Tue Jul 10 19:16:28 2007 Koichi Sasada ;T@ o; ;;;[o;;I" eval.c, insnhelper.ci, vm.c;T;[o;;[I"!change cref index (-1 -> 2).;TS; ; i; I"=Tue Jul 10 18:49:56 2007 Koichi Sasada ;T@ o; ;;;[o;;I"eval.c (exec_under);T;[o;;[I"add proper casts.;TS; ; i; I"=Tue Jul 10 16:58:16 2007 Koichi Sasada ;T@ o; ;;;[ o;;I"vm.c, insnhelper.ci;T;[o;;[I"fix svar interface.;To;;I".compile.c (iseq_compile_each), yarvcore.h;T;[o;;[I"1fix to use new svar interface for flip flop.;To;;I" eval.c;T;[o;;[I" ditto.;To;;I"insns.def;T;[o;;[I" ditto.;To;;I"include/ruby/intern.h;T;[o;;[I"$remove "rb_svar()" declaration.;TS; ; i; I"ETue Jul 10 16:52:01 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I" compile.c (rb_iseq_compile);T;[o;;[I"+formatted if/else to switch statement.;TS; ; i; I"ETue Jul 10 15:57:53 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"bootstraptest/test_flip.rb;T;[o;;[I"%new test for flip-flop operator.;TS; ; i; I"ETue Jul 10 14:50:01 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"#bcc32/{Makefile.sub,setup.mak};T;[o;;[I"&remove surplus slash from srcdir.;TS; ; i; I"2007-07-09;T@ S; ; i; I"BMon Jul 9 02:17:36 2007 NAKAMURA Usaku ;T@ o; ;;;[o;;I"cont.c (cont_restore_1);T;[o;;[I"&workaround for x64-mswin64's SEH.;TS; ; i; I"2007-07-08;T@ S; ; i; I"BSun Jul 8 02:08:53 2007 NARUSE, Yui ;T@ o; ;;;[o;;I"&lib/json.rb, lib/json/, ext/json/;T;[o;;[I"import JSON 1.1.1;TS; ; i; I"2007-07-07;T@ S; ; i; I";Sat Jul 7 21:59:29 2007 Tanaka Akira ;T@ o; ;;;[o;;I"&lib/pp.rb (PP::PPMethods#pp_hash);T;[o;;[I"Tsort condition changed: all keys have a same class which is kind of Comparable.;TS; ; i; I"=Sat Jul 7 17:12:37 2007 Koichi Sasada ;T@ o; ;;;[o;;I"compile.c;T;[o;;[I"0use rb_bug() instead of rb_compile_error().;TS; ; i; I"=Sat Jul 7 16:12:48 2007 Koichi Sasada ;T@ o; ;;;[o;;I" parse.y;T;[o;;[I"=fix node construction (around f_margs). [ruby-dev:31143];To;;I" bootstraptest/test_block.rb;T;[o;;[I"add a test for above.;To;;I"insnhelper.ci;T;[o;;[I"fix indent.;TS; ; i; I";Sat Jul 7 15:36:50 2007 Tanaka Akira ;T@ o; ;;;[o;;I"&lib/pp.rb (PP::PPMethods#pp_hash);T;[o;;[I"7sort if all keys are strings, symbols or integers.;TS; ; i; I"=Sat Jul 7 15:30:05 2007 Koichi Sasada ;T@ o; ;;;[o;;I"9insnhelper.ci (vm_yield_setup_args), vm.c, insns.def;T;[o;;[I"Jfix to pass nil as block parameter to yielded block. [ruby-dev:31147];To;;I" bootstraptest/test_block.rb;T;[o;;[I"add a test for above.;TS; ; i; I"2007-07-06;T@ S; ; i; I"EFri Jul 6 19:55:10 2007 Keiju Ishitsuka ;T@ o; ;;;[o;;I"lib/irb.rb;T;[o;;[I"!typo. Thanks, Giles Bowkett.;To;;I"lib/irb/completion.rb;T;[o;;[I"fsupport Ruby1.9 changing return value String to Symbol for Object#methods, etc. [ruby-dev:31148].;TS; ; i; I"=Fri Jul 6 18:20:50 2007 Koichi Sasada ;T@ o; ;;;[o;;I"bootstraptest/runner.rb;T;[o;;[I"fix load path.;To;;I"common.mk;T;[o;;[I")fix "test" rule to run with "btest".;To;;I" rubytest.rb, sample/test.rb;T;[o;;[I" fix to show tests progress.;TS; ; i; I"=Fri Jul 6 15:37:48 2007 Koichi Sasada ;T@ o; ;;;[o;;I"test/ruby/test_iterator.rb;T;[o;;[I"fix test to 1.9 spec.;TS; ; i; I"EFri Jul 6 15:21:25 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"eval.c (rb_interrupt);T;[o;;[I"(suppress a gcc's officious warning.;TS; ; i; I"EFri Jul 6 14:57:12 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"parse.y (keyword_to_name);T;[o;;[I"constified.;To;;I".ext/ripper/eventids2.c (token_to_eventid);T;[o;;[I" ditto.;TS; ; i; I"EFri Jul 6 14:50:40 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"bootstraptest/runner.rb;T;[o;;[I"added --quiet option.;TS; ; i; I"EFri Jul 6 14:35:25 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"parse.y (f_marg);T;[o;;[I"Ewrap f_norm_arg assignment node with NODE_LIST. [ruby-dev:31141];TS; ; i; I";Fri Jul 6 12:15:01 2007 Tanaka Akira ;T@ o; ;;;[o;;I"test/ruby/sentgen.rb;T;[o;;[I"new file.;To;;I"!test/ruby/test_assignment.rb;T;[o;;[I"?tests implemented using assignment generator and emulator.;TS; ; i; I"=Fri Jul 6 03:06:58 2007 Koichi Sasada ;T@ o; ;;;[ o;;I"insns.def;T;[o;;[I"remove unused code.;To;;I" compile.c (compile_massign);T;[o;;[I"Ofix to invoke to_splat on splat rhs (example: *a = *nil). [ruby-dev:31136];To;;I""bootstraptest/test_massign.rb;T;[o;;[I"add tests for above.;To;;I""compile.c (iseq_compile_each);T;[o;;[I"2disable excess optimization. [ruby-dev:31126];TS; ; i; I"=Fri Jul 6 02:08:25 2007 Koichi Sasada ;T@ o; ;;;[o;;I"insns.def;T;[o;;[I"Bfix to invoke nil.to_splat on NODE_ARGSCAT. [ruby-dev:31138].;To;;I""bootstraptest/test_literal.rb;T;[o;;[I"add tests for above.;TS; ; i; I"2007-07-05;T@ S; ; i; I"=Thu Jul 5 19:45:55 2007 Koichi Sasada ;T@ o; ;;;[o;;I"yarvcore.h;T;[o;;[I"-rename rb_control_frame_t#magic to flag.;To;;I" vm.h;T;[o;;[I"-add VM_FRAME_TYPE() and VM_FRAME_FLAG().;To;;I"Rcont.c, insnhelper.ci, insns.def, vm.c, vm_dump.c, vm_evalbody.ci, yarvcore.c;T;[o;;[I"apply above changes.;TS; ; i; I"=Thu Jul 5 19:16:14 2007 Koichi Sasada ;T@ o; ;;;[o;;I"(test/ruby/test_basicinstructions.rb;T;[o;;[I"Iremove an assertion using unsupported hash literal (such as {1, 2}).;To;;I"test/ruby/test_hash.rb;T;[o;;[I" ditto.;TS; ; i; I"BThu Jul 5 19:12:22 2007 NAKAMURA Usaku ;T@ o; ;;;[o;;I" ruby.c;T;[o;;[I""Qfalse is VALUE, not pointer.;TS; ; i; I"=Thu Jul 5 18:42:01 2007 Koichi Sasada ;T@ o; ;;;[o;;I""compile.c (iseq_compile_each);T;[o;;[I"add break catch point.;To;;I"insns.def (throw);T;[o;;[I"asupport correct "break" and "return". this commit achieve that "make test" passes all tests.;To;;I" vm.c;T;[o;;[I" ditto.;TS; ; i; I";Thu Jul 5 18:44:12 2007 Tanaka Akira ;T@ o; ;;;[o;;I"parse.y (mlhs_basic);T;[o;;[I"0use mlhs_post after tSTAR. [ruby-dev:31109];TS; ; i; I"EThu Jul 5 18:27:58 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"include/ruby/{intern,ruby}.h, compile.[ch], error.c, eval.c, eval_load.c, gc.c, iseq.c, main.c, parse.y, re.c, ruby.c, yarvcore.[ch] (ruby_eval_tree, ruby_sourcefile, ruby_sourceline, ruby_nerrs);T;[o;;[I"purge global variables.;To;;I"ruby.c (proc_options);T;[o;;[I"Mmoved do_print and do_loop options handling from ruby_process_options().;TS; ; i; I"BThu Jul 5 16:37:34 2007 NAKAMURA Usaku ;T@ o; ;;;[o;;I"numeric.c (int_pow);T;[o;;[I" fix previous nubu's commit.;To;;I"test/ruby/test_fixnum.rb;T;[o;;[I"new test.;TS; ; i; I"EThu Jul 5 15:56:06 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"numeric.c (int_pow);T;[o;;[I"2even number multiplication never be negative.;TS; ; i; I"EThu Jul 5 10:42:07 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"'include/ruby/{node,ruby}.h, ruby.c;T;[o;;[I";T@ o; ;;;[o;;I"%parse.y (global_symbols.last_id);T;[o;;[I"reduce unused ID numbers.;To;;I"Einclude/ruby/st.h, st.c (st_init_table, st_init_table_with_size);T;[o;;[I"constified.;TS; ; i; I"2007-07-04;T@ S; ; i; I"FWed Jul 4 23:36:27 2007 NAKAMURA, Hiroshi ;T@ o; ;;;[o;;I"Zlib/webrick/httpauth/authenticator.rb (WEBrick::HTTPAuth::Authenticator#check_scheme);T;[o;;[I"_auth-scheme must be treated as a case-insensitive token according to RFC 2617 section 1.2.;TS; ; i; I";Wed Jul 4 18:30:04 2007 Tanaka Akira ;T@ o; ;;;[o;;I"parse.y (mlhs_inner);T;[o;;[I" new rule. [ruby-dev:31132];TS; ; i; I"=Wed Jul 4 05:11:57 2007 Koichi Sasada ;T@ o; ;;;[o;;I"iseq.c (set_relation);T;[o;;[I" added.;TS; ; i; I"=Wed Jul 4 04:58:30 2007 Koichi Sasada ;T@ o; ;;;[o;;I"&insnhelper.ci (caller_setup_args);T;[o;;[I"Pfix to show correct class on an error message (ex: m(&1)). [ruby-dev:31101];TS; ; i; I"=Wed Jul 4 04:30:32 2007 Koichi Sasada ;T@ o; ;;;[o;;I"1compile.c (compile_array, iseq_compile_each);T;[o;;[I"Afix about array generation in void context. [ruby-dev:31102];To;;I""bootstraptest/test_literal.rb;T;[o;;[I"add a test for above.;TS; ; i; I"=Wed Jul 4 04:07:00 2007 Koichi Sasada ;T@ o; ;;;[o;;I"compile.c (compile_array);T;[o;;[I")ignore NODE_ZARRAY. [ruby-dev:31110];To;;I"!bootstraptest/test_method.rb;T;[o;;[I"add a test for above.;TS; ; i; I"=Wed Jul 4 04:04:02 2007 Koichi Sasada ;T@ o; ;;;[o;;I"compile.h;T;[o;;[I"fix debug print level.;TS; ; i; I"=Wed Jul 4 03:52:55 2007 Koichi Sasada ;T@ o; ;;;[o;;I""compile.c (iseq_compile_each);T;[o;;[I"6support v[&b]= type method call. [ruby-dev:31094];To;;I"!bootstraptest/test_method.rb;T;[o;;[I"add a test for above.;TS; ; i; I"=Wed Jul 4 03:43:29 2007 Koichi Sasada ;T@ o; ;;;[o;;I" compile.c (compile_massign);T;[o;;[I"fix massign compilation;To;;I" (example;T;[o;;[I"*a, *v, (*x) = ...). [ruby-dev:31107];To;;I""bootstraptest/test_massign.rb;T;[o;;[I"add tests for above.;TS; ; i; I"2007-07-03;T@ S; ; i; I"BTue Jul 3 23:12:29 2007 NAKAMURA Usaku ;T@ o; ;;;[o;;I"+include/ruby/onigiruma.h (ONIG_EXTERN);T;[o;;[I" use RUBY_EXTERN if defined.;To;;I" regenc.h;T;[o;;[I"include ruby/defines.h.;To;;I" regint.h;T;[o;;[I"x64-mswin64 support.;TS; ; i; I"=Tue Jul 3 13:47:44 2007 Koichi Sasada ;T@ o; ;;;[o;;I"%cont.c (cont_save_machine_stack);T;[o;;[I"'clear saved_thread.machine_stack*.;TS; ; i; I"2007-07-02;T@ S; ; i; I"=Mon Jul 2 21:45:53 2007 Koichi Sasada ;T@ o; ;;;[ o;;I"compile.c;T;[o;;[I"Trename iseq_translate_direct_threaded_code() to iseq_translate_threaded_code().;To;;I"eval_intern.h, yarvcore.h;T;[o;;[I"?mv EXEC_EVENT_HOOK() and exec_event_hooks() to yarvcore.h.;To;;I"insnhelper.ci, vm.c;T;[o;;[I"%mv yarv_finish_insn_seq to vm.c.;To;;I"$insns.def (opt_call_c_function);T;[o;;[I"fix to use RESTORE_REGS().;To;;I")iseq.c (rb_iseq_build_for_ruby2cext);T;[o;;[I"fix to allocate iseq.;TS; ; i; I"EMon Jul 2 11:59:34 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"insns.def (defineclass);T;[o;;[I"suppress a warning.;To;;I"$insns.def (opt_call_c_function);T;[o;;[I"?should raise the thrown exception instead of returning it.;TS; ; i; I"=Mon Jul 2 08:53:47 2007 Koichi Sasada ;T@ o; ;;;[o;;I"eval_intern.h, yarvcore.h;T;[o;;[I"6move declaration of sysstack_error to yarvcore.h.;To;;I" iseq.c;T;[o;;[I")fix symbol name (:toplevel -> :top).;To;;I"0lib/vm/instruction.rb, template/vm.inc.tmpl;T;[o;;[I"#replaceable current file name.;TS; ; i; I"=Mon Jul 2 05:29:07 2007 Koichi Sasada ;T@ o; ;;;[o;;I"compile.c, iseq.c;T;[o;;[I")fix iseq some of load/store process.;TS; ; i; I"=Mon Jul 2 03:09:36 2007 Koichi Sasada ;T@ o; ;;;[ o;;I"7yarvcore.h, compile.c, insnhelper.ci, iseq.c, vm.c;T;[o;;[I",rename structure names and field names.;To;;I"insnhelper.h, insns.def;T;[o;;[I""add GET_CONST_INLINE_CACHE().;To;;I" iseq.c;T;[o;;[I"'add rb_iseq_build_for_ruby2cext().;To;;I"yarvcore.h, vm.h;T;[o;;[I"6move declaration of rb_insn_func_t to yarvcore.h.;TS; ; i; I"2007-07-01;T@ S; ; i; I"=Sun Jul 1 03:25:53 2007 Koichi Sasada ;T@ o; ;;;[o;;I"insnhelper.h, vm.h;T;[o;;[I"4some refactoring. remove useless comments, etc.;TS; ; i; I"=Sun Jul 1 03:02:29 2007 Koichi Sasada ;T@ o; ;;;[o;;I"yarvcore.h;T;[o;;[I"Rsome refactoring on rb_iseq_t. rename some variable names, add comments, etc.;To;;I"$compile.c, iseq.c, proc.c, vm.c;T;[o;;[I" ditto.;TS; ; i; I"=Sun Jul 1 02:57:57 2007 Koichi Sasada ;T@ o; ;;;[o;;I" vm.h;T;[o;;[I"0rename insn_func_type to rb_insn_func_type.;To;;I"vm_evalbody.ci;T;[o;;[I" ditto.;To;;I"insns.def;T;[o;;[I"Radd opt_call_native_compiled instruction instead of opt_call_native_compiled.;TS; ; i; I"2007-06-30;T@ S; ; i; I"ESat Jun 30 00:17:00 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"parse.y (parser_yylex);T;[o;;[I"return non-valid token for an invalid instance/class variable name. a patch from Yusuke ENDOH . [ruby-dev:31095];TS; ; i; I"2007-06-29;T@ S; ; i; I"EFri Jun 29 23:38:06 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"parse.y (stmts);T;[o;;[I"fix for ripper.;TS; ; i; I"=Fri Jun 29 21:55:48 2007 Koichi Sasada ;T@ o; ;;;[o;;I" parse.y;T;[o;;[I"=fix to show line number of blank block. [ruby-dev:31093];TS; ; i; I";Fri Jun 29 20:51:04 2007 Tanaka Akira ;T@ o; ;;;[o;;I"'lib/cgi/session.rb (create_new_id);T;[o;;[I"4don't cut off md5.hexdigest to follow Ruby 1.8.;TS; ; i; I"EFri Jun 29 17:10:14 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I" debug.h;T;[o;;[I"constified.;To;;I"$debug.c (ruby_set_debug_option);T;[o;;[I"separated from main.c.;To;;I";gc.c (ruby_gc_stress), signal.c (ruby_enable_coredump);T;[o;;[I"prefixed.;TS; ; i; I"=Fri Jun 29 16:39:06 2007 Koichi Sasada ;T@ o; ;;;[o;;I"proc.c (proc_new);T;[o;;[I"Mfix to return a proc object which block is contained ([ruby-dev:31056]).;TS; ; i; I"EFri Jun 29 15:43:59 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"numeric.c (fix_pow);T;[o;;[I"`get rid of division by zero. reported by Yusuke ENDOH [ruby-dev:31040];To;;I"numeric.c (int_round);T;[o;;[I"Qdo nothing when rounding by zeroth digit. check underflow. [ruby-dev:31043];TS; ; i; I"=Fri Jun 29 15:32:00 2007 Koichi Sasada ;T@ o; ;;;[o;;I"configure.in;T;[o;;[I""add fastcall attribute check.;TS; ; i; I"GFri Jun 29 14:51:24 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"parse.y (assoc_list);T;[o;;[I"-remove expanded hash literal (no splat).;To;;I">lib/webrick/httpstatus.rb (WEBrick::HTTPStatus::EOFError);T;[o;;[I"adapt to new syntax.;TS; ; i; I"=Fri Jun 29 14:48:18 2007 Koichi Sasada ;T@ o; ;;;[o;;I",tool/insns2vm.rb, lib/vm/instruction.rb;T;[o;;[I"0move process body to lib/vm/instruction.rb.;To;;I"common.mk;T;[o;;[I"Afix aotc rule. experimental. bin/ruby2cext is not added yet.;TS; ; i; I"EFri Jun 29 11:23:09 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"parse.y (dsym);T;[o;;[I"wreturn non-null NODE even if yyerror(). based on a patch from Yusuke ENDOH . [ruby-dev:31085];TS; ; i; I"2007-06-28;T@ S; ; i; I"GThu Jun 28 23:29:30 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"parse.y (assoc_list);T;[o;;[I";odd number check only for NODE_ARRAY. [ruby-dev:31082];TS; ; i; I"=Thu Jun 28 22:24:33 2007 Koichi Sasada ;T@ o; ;;;[o;;I"win32/Makefile.sub;T;[o;;[I" define FUNC_FASTCALL macro.;To;;I" vm.h;T;[o;;[I"Pfix to use FUNC_FASTCALL macro. TODO: add FUNC_FASTCALL macro by configure.;TS; ; i; I"=Thu Jun 28 19:38:53 2007 Koichi Sasada ;T@ o; ;;;[o;;I"compile.c;T;[o;;[I")fix to remove -Wall warnings on gcc.;To;;I"#compile.c (make_name_with_str);T;[o;;[I"'removed. use rb_sprintf() instead.;TS; ; i; I";Thu Jun 28 18:53:01 2007 Tanaka Akira ;T@ o; ;;;[o;;I"bignum.c (rb_big_hash);T;[o;;[I"fix hash area.;TS; ; i; I"EThu Jun 28 15:00:06 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I",ext/stringio/stringio.c (strio_getline);T;[o;;[I"8local variable to be initialized. [ruby-dev:31077];TS; ; i; I"BThu Jun 28 11:30:39 2007 NAKAMURA Usaku ;T@ o; ;;;[o;;I"gc.c (rb_obj_id);T;[o;;[I"&use SIGNED_VALUE instead of long.;TS; ; i; I"=Thu Jun 28 05:01:56 2007 Koichi Sasada ;T@ o; ;;;[o;;I"common.mk (run.gdb);T;[o;;[I"#fix to load $(srcdir)/.gdbinit;To;;I" vm.c (rb_vm_set_finish_env);T;[o;;[I"add a cast.;To;;I" vm.h;T;[o;;[I"!support __fastcall for MSVC.;TS; ; i; I"=Thu Jun 28 02:12:08 2007 Koichi Sasada ;T@ o; ;;;[o;;I"bootstraptest/runner.rb;T;[o;;[I"fix to untouch $:.;TS; ; i; I"=Thu Jun 28 02:03:07 2007 Koichi Sasada ;T@ o; ;;;[o;;I"compile.c (setup_args);T;[o;;[I"change parameter type.;TS; ; i; I"BThu Jun 28 02:03:39 2007 NAKAMURA Usaku ;T@ o; ;;;[o;;I"parse.y (rb_intern2);T;[o;;[I"unconstify cast.;TS; ; i; I";Thu Jun 28 01:44:31 2007 Tanaka Akira ;T@ o; ;;;[o;;I"parse.y (rb_intern2);T;[o;;[I">don't allocate a string object at first. [ruby-dev:31064];TS; ; i; I"=Thu Jun 28 01:24:02 2007 Koichi Sasada ;T@ o; ;;;[o;;I"bootstraptest/runner.rb;T;[o;;[I"fix to show file name.;To;;I"bootstraptest/test_*.rb;T;[o;;[I"add bootstrap tests.;TS; ; i; I"=Thu Jun 28 01:22:15 2007 Koichi Sasada ;T@ o; ;;;[o;;I"/include/ruby/node.h, parse.y, gc.c, iseq.c;T;[o;;[I"remove NODE_CREF.;TS; ; i; I"=Thu Jun 28 01:19:43 2007 Koichi Sasada ;T@ o; ;;;[o;;I""compile.c (iseq_compile_each);T;[o;;[I"#fix popped backref and others.;To;;I"([ruby-dev;T;[o;;[I" 31068]).;To;;I""compile.c (iseq_compile_each);T;[o;;[I" remove needless statements.;TS; ; i; I"2007-06-27;T@ S; ; i; I"BWed Jun 27 23:51:33 2007 NAKAMURA Usaku ;T@ o; ;;;[o;;I"win32/win32.c;T;[o;;[I"remove unused functions.;TS; ; i; I"BWed Jun 27 20:46:05 2007 NAKAMURA Usaku ;T@ o; ;;;[o;;I"vinclude/ruby/win32.h, win32/Makefile.sub, win32/configure.bat, win32/mkexports.rb, win32/setup.mak, win32/win32.c;T;[o;;[I"import x64-mswin64 port.;TS; ; i; I"=Wed Jun 27 20:31:07 2007 Koichi Sasada ;T@ o; ;;;[o;;I"4compile.c (iseq_translate_direct_threaded_code);T;[o;;[I"!fix prototype function name.;To;;I" vm.h;T;[o;;[I"add correct cast.;TS; ; i; I"=Wed Jun 27 17:08:42 2007 Koichi Sasada ;T@ o; ;;;[o;;I"vm_evalbody.ci;T;[o;;[I"$support OPT_CALL_THREADED_CODE.;To;;I"insns.def, vm.c, vm.h;T;[o;;[I" ditto.;To;;I" vm.h;T;[o;;[I"&add VM_CFP_CNT() and VM_SP_CNT().;TS; ; i; I"=Wed Jun 27 04:23:47 2007 Koichi Sasada ;T@ o; ;;;[o;;I""compile.c (iseq_compile_each);T;[o;;[I"fix type error.;TS; ; i; I"=Wed Jun 27 03:26:15 2007 Koichi Sasada ;T@ o; ;;;[o;;I"9compile.c (compile_massign), insns.def (expandarray);T;[o;;[I"3support postarg with massign (a, *b, c = ...).;To;;I""bootstraptest/test_massign.rb;T;[o;;[I"add tests for above.;To;;I"compile.h;T;[o;;[I"fix debug macro names.;TS; ; i; I"GWed Jun 27 00:18:41 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"string.c (rb_str_clear);T;[o;;[I"zneed to check STR_EMBED_P() before free()ing memory. a patch from Yusuke ENDOH . [ruby-dev:31062];TS; ; i; I"2007-06-26;T@ S; ; i; I"ETue Jun 26 16:39:01 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"process.c (proc_getgroups);T;[o;;[I"use GIDT2NUM for rb_gid_t.;TS; ; i; I"=Tue Jun 26 16:28:24 2007 Koichi Sasada ;T@ o; ;;;[o;;I"$thread.c (rb_thread_wait_fd_rw);T;[o;;[I"terminate fdset.;TS; ; i; I"BTue Jun 26 16:26:58 2007 NAKAMURA Usaku ;T@ o; ;;;[o;;I" regint.h;T;[o;;[I"IL32LLP64 support.;TS; ; i; I"=Tue Jun 26 16:22:45 2007 Koichi Sasada ;T@ o; ;;;[o;;I"iseq.c (ruby_node_name);T;[o;;[I"update node names.;TS; ; i; I"BTue Jun 26 15:21:20 2007 NAKAMURA Usaku ;T@ o; ;;;[o;;I"include/ruby/ruby.h;T;[o;;[I"IL32LLP64 support.;To;;I"*bignum.c (bigfixize, rb_cstr_to_inum);T;[o;;[I" ditto.;To;;I".insns.def (opt_plus, opt_minus, opt_mult);T;[o;;[I" ditto.;TS; ; i; I"=Tue Jun 26 15:04:06 2007 Koichi Sasada ;T@ o; ;;;[ o;;I"cont.c (rb_fiber_s_new);T;[o;;[I""revert initializing VM stack.;To;;I"yarvcore.c (th_init2);T;[o;;[I" ditto.;To;;I"vm.c, vm.h;T;[o;;[I"ofix to stop using Qundef on VM stack. According to this change, VM stack should not include Qundef value.;To;;I"insns.def (putundef);T;[o;;[I" removed.;To;;I""compile.c (iseq_compile_each);T;[o;;[I" ditto.;To;;I"eval.c (eval);T;[o;;[I"fix spacing.;TS; ; i; I"=Tue Jun 26 04:03:50 2007 Koichi Sasada ;T@ o; ;;;[o;;I"0insnhelper.ci (vm_yield_with_cfunc), proc.c;T;[o;;[I"Sfix Method#to_proc to return lambda Proc ([ruby-dev:31021], [ruby-dev:31037]).;TS; ; i; I"=Tue Jun 26 03:46:08 2007 Koichi Sasada ;T@ o; ;;;[o;;I"cont.c (rb_fiber_s_new);T;[o;;[I"3fix to clear rb_thread_t#tag. [ruby-dev:30995];TS; ; i; I"=Tue Jun 26 03:38:31 2007 Koichi Sasada ;T@ o; ;;;[o;;I"3cont.c (rb_fiber_s_new), yarvcore.c (th_init2);T;[o;;[I".fix to clear VM stack ([ruby-dev:31046]).;TS; ; i; I"=Tue Jun 26 03:15:27 2007 Koichi Sasada ;T@ o; ;;;[o;;I"compile.c;T;[o;;[I"Zrename setup_arg() to setup_args(). fix to use setup_args() at processing NODE_YIELD.;TS; ; i; I"=Tue Jun 26 02:50:24 2007 Koichi Sasada ;T@ o; ;;;[o;;I"compile.c (setup_arg);T;[o;;[I".support kind of "m(*ary, x)" method call.;To;;I"([ruby-dev;T;[o;;[I" 31048]).;TS; ; i; I"=Tue Jun 26 00:28:44 2007 Koichi Sasada ;T@ o; ;;;[ o;;I"insnhelper.ci, vm.c;T;[o;;[I"Zcomplete block parameter support. post arguments, optional arguments, block argument.;To;;I"compile.c, parse.y;T;[o;;[I"fix {|a|} parameter.;To;;I"insnshelper.ci, insns.def;T;[o;;[I"&revert caller_setup_args() option;To;;0;[o;;[0S; ; i; I"2007-06-25;T@ S; ; i; I"BMon Jun 25 20:18:44 2007 NAKAMURA Usaku ;T@ o; ;;;[o;;I"gc.c (RVALUE);T;[o;;[I"7in RVALUE and RBasic, flags must be the same type.;TS; ; i; I"BMon Jun 25 18:02:55 2007 NAKAMURA Usaku ;T@ o; ;;;[o;;I"ext/pty/extconf.rb;T;[o;;[I"skip wince and win64.;TS; ; i; I"BMon Jun 25 17:59:32 2007 NAKAMURA Usaku ;T@ o; ;;;[o;;I".include/ruby/node.h (NODE_LMASK, nd_line);T;[o;;[I".shouldn't use int and/or long carelessly.;TS; ; i; I"=Mon Jun 25 11:36:35 2007 Koichi Sasada ;T@ o; ;;;[ o;;I" gc.h;T;[o;;[I"&add RUBY_ prefix to debug macros.;To;;0;[o;;[0o;;I" gc.c;T;[o;;[I"=define ruby_gc_debug_indent variable to debug mark/free.;To;;I"vm.c, insnhelper.ci;T;[o;;[I"prename some functions to vm_* or rb_vm_*. move some functions, definitions, declarations to suitable files.;To;;I"5eval.c, yarvcore.h, eval_error.ci, insnhelper.ci;T;[o;;[I" ditto.;TS; ; i; I"EMon Jun 25 09:45:46 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I">eval_error.ci, eval_jump.ci, eval_method.ci, eval_safe.ci;T;[o;;[I" c-mode.;TS; ; i; I"=Mon Jun 25 05:27:54 2007 Koichi Sasada ;T@ o; ;;;[o;;I" eval.c;T;[o;;[I"{remove ruby_current_node and change eval() prototype. fix to use rb_sourcefile/line() instead of ruby_sourcefile/line.;To;;I"oerror.c, eval_error.ci, eval_load.c, eval_safe.ci, gc.c, include/ruby/intern.h, parse.y, process.c, ruby.c;T;[o;;[I" ditto.;To;;I" vm.c;T;[o;;[I"fix spaces.;TS; ; i; I"=Mon Jun 25 04:20:14 2007 Koichi Sasada ;T@ o; ;;;[ o;;I" eval_*.h;T;[o;;[I"rename to eval_*.ci.;To;;I"common.mk;T;[o;;[I" ditto.;To;;I"eval_error.ci;T;[o;;[I"&remove ruby_set_current_source().;To;;I"error.c, eval.c, ruby.c;T;[o;;[I" ditto.;To;;I"eval_safe.c, proc.c;T;[o;;[I"remove unused macros.;TS; ; i; I"=Mon Jun 25 03:37:20 2007 Koichi Sasada ;T@ o; ;;;[o;;I"&insnhelper.ci (caller_setup_args);T;[o;;[I"!add need_block_check option.;To;;I"insns.def;T;[o;;[I" ditto.;To;;I"yarvcore.h;T;[o;;[I" add GetCoreDataFromValue().;TS; ; i; I"=Mon Jun 25 02:14:30 2007 Koichi Sasada ;T@ o; ;;;[o;;I"call_cfunc.ci;T;[o;;[I" removed.;To;;I"insnhelper.ci;T;[o;;[I"Dadded. this function includes all functions that vm insns need.;To;;I"common.mk;T;[o;;[I" ditto.;To;;I"insnhelper.h, vm.h, vm.c;T;[o;;[I"move some declaration.;To;;I" gc.h;T;[o;;[I">remove GC_CHECK() macro because GC.stress is more useful.;To;;I"compile.c, iseq.c, vm_dump;T;[o;;[I" ditto.;To;;I"gc.h, thread.c;T;[o;;[I""move a prototype declaration.;To;;I"debug.c, debug.h;T;[o;;[I"rename some functions.;To;;I"compile.h;T;[o;;[I" ditto.;TS; ; i; I"=Mon Jun 25 00:45:02 2007 Koichi Sasada ;T@ o; ;;;[o;;I"insns.def (invokesuper);T;[o;;[I"fix error message.;TS; ; i; I"=Mon Jun 25 00:14:13 2007 Koichi Sasada ;T@ o; ;;;[o;;I" vm.c;T;[o;;[I"dsome refactoring. * rename th_* to vm_*. * remove unused variables functions. * add prototypes.;To;;I"blockinlining.c, compile.c, cont.c, eval.c, eval_intern.h, eval_jump.h, eval_load.c, inits.c, insns.def, iseq.c, parse.y, proc.c, process.c, signal.c, thread.c, vm.c, vm_dump.c, vm_evalbody.ci, yarvcore.c, yarvcore.h;T;[o;;[I" ditto.;TS; ; i; I"2007-06-24;T@ S; ; i; I"=Sun Jun 24 22:32:00 2007 Koichi Sasada ;T@ o; ;;;[o;;I""eval_method.h (rb_add_method);T;[o;;[I"fix to check 0.;TS; ; i; I"=Sun Jun 24 22:00:17 2007 Koichi Sasada ;T@ o; ;;;[o;;I"insn_send.ci;T;[o;;[I" removed.;To;;I"common.mk;T;[o;;[I" ditto.;To;;I"&vm.c (vm_call_bmethod), isnsn.def;T;[o;;[I";T@ o; ;;;[ o;;I"vm_macro.def;T;[o;;[I" removed.;To;;I"insn_send.ci;T;[o;;[I"6added. this file includes send instruction body.;To;;I"common.mk;T;[o;;[I" ditto.;To;;I"insns.def;T;[o;;[I" ditto.;To;;I"tool/insns2vm.rb;T;[o;;[I" ditto.;To;;I" vm.c;T;[o;;[I" ditto.;TS; ; i; I"=Sun Jun 24 19:30:37 2007 Koichi Sasada ;T@ o; ;;;[o;;I" insnhelper.h (RESTORE_REGS);T;[o;;[I""add do/while(0) around macro.;To;;I"vm.c, vm_macro.def;T;[o;;[I"Premove macro_eval_invoke_func() and add vm_setup_method(). use it instead.;TS; ; i; I"=Sun Jun 24 19:02:33 2007 Koichi Sasada ;T@ o; ;;;[o;;I"vm.c, vm_macro.def ;T;[o;;[I">remove macro_eval_invoke_cfunc() and add vm_call_cfunc().;TS; ; i; I"=Sun Jun 24 17:54:13 2007 Koichi Sasada ;T@ o; ;;;[o;;I"insns.def, vm.c;T;[o;;[I""add/fix stack overflow check.;TS; ; i; I"=Sun Jun 24 17:28:52 2007 Koichi Sasada ;T@ o; ;;;[ o;;I"insnhelper.h;T;[o;;[I"6change CHECK_STACK_OVERFLOW() to throw exception.;To;;I"*vm.c (caller_setup_arg), vm_macro.def;T;[o;;[I"Gremove macro_eval_setup_send_arguments and add caller_setup_arg().;To;;I"insns.def;T;[o;;[I" ditto.;To;;I"!bootstraptest/test_method.rb;T;[o;;[I"add splat arg tests.;TS; ; i; I"ESun Jun 24 16:35:46 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"proc.c (proc_to_s);T;[o;;[I"(used a variable before initialized.;TS; ; i; I"=Sun Jun 24 16:05:45 2007 Koichi Sasada ;T@ o; ;;;[ o;;I"vm.c (callee_setup_arg);T;[o;;[I"&added. support correct post arg.;To;;I"*vm_macro.def (macro_eval_invoke_func);T;[o;;[I"!fix to use callee_setup_arg.;To;;I"compile.c (set_arguments);T;[o;;[I"adjust for above changes.;To;;I""compile.c (iseq_compile_each);T;[o;;[I" ditto.;To;;I"iseq.c (ruby_iseq_disasm);T;[o;;[I" ditto.;To;;I"yarvcore.h;T;[o;;[I"/add rb_iseq_t#post_arg_start and arg_size.;To;;I"!bootstraptest/test_method.rb;T;[o;;[I"add post arg tests.;TS; ; i; I"ESun Jun 24 16:10:43 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"proc.c (proc_to_s);T;[o;;[I"3suppress warning, and reduced duplicated code.;TS; ; i; I"=Sun Jun 24 15:33:47 2007 Koichi Sasada ;T@ o; ;;;[o;;I"bootstraptest/runner.rb;T;[o;;[I"{set default directory to '/tmp/bootstraptest.tmpwd' and add --dir option. fix to output driver and target information.;To;;I"common.mk;T;[o;;[I"Vfix to run btest on BASERUBY and add OPTS to pass option ("make btest OPTS=...").;TS; ; i; I";Sun Jun 24 03:05:00 2007 Tanaka Akira ;T@ o; ;;;[o;;I"enum.c (enum_minmax);T;[o;;[I"fix SEGV by [].minmax.;TS; ; i; I"2007-06-23;T@ S; ; i; I";Sat Jun 23 17:18:19 2007 Tanaka Akira ;T@ o; ;;;[o;;I"re.c (match_inspect);T;[o;;[I"#MatchData#inspect implemented.;TS; ; i; I"GSat Jun 23 15:00:16 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"enum.c (enum_minmax);T;[o;;[I"Rnew method to get the minimum and maximum values from the enumerable at once.;To;;I"enum.c (enum_minmax_by);T;[o;;[I" ditto.;TS; ; i; I"GSat Jun 23 01:25:40 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"hash.c (rb_hash_assoc);T;[o;;[I"new method.;To;;I"hash.c (rb_hash_rassoc);T;[o;;[I" ditto.;To;;I"hash.c (rb_hash_flatten);T;[o;;[I" ditto.;TS; ; i; I"2007-06-22;T@ S; ; i; I"GFri Jun 22 23:55:59 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"string.c (rb_str_upto);T;[o;;[I"4add optional argument to specify exclusiveness.;To;;I"range.c (range_step);T;[o;;[I",use String#upto with optional argument.;To;;I"range.c (range_each);T;[o;;[I" ditto.;TS; ; i; I";Fri Jun 22 19:55:51 2007 Tanaka Akira ;T@ o; ;;;[o;;I"proc.c (proc_to_s);T;[o;;[I"9revert the change from %p to %lx at YARV merge time.;TS; ; i; I";Fri Jun 22 19:33:49 2007 Tanaka Akira ;T@ o; ;;;[o;;I"proc.c (proc_to_s);T;[o;;[I"show is_lambda.;TS; ; i; I"2007-06-21;T@ S; ; i; I"GThu Jun 21 20:36:12 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"hash.c (rb_hash_sort);T;[o;;[I")remove hash specific implementation.;TS; ; i; I"GThu Jun 21 20:28:05 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"hash.c (rb_hash_select);T;[o;;[I"9returns new hash, not assoc array. [ruby-core:11504];To;;I"hash.c (env_select);T;[o;;[I" ditto.;TS; ; i; I"GThu Jun 21 23:08:19 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"parse.y (rb_intern2);T;[o;;[I"+ID_JUNK test based on len, not by NUL.;TS; ; i; I"EThu Jun 21 19:42:07 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I" yarvcore.c (rb_thread_mark);T;[o;;[I"mark also thrown_errinfo.;TS; ; i; I"EThu Jun 21 17:13:44 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"parse.y (rb_intern2);T;[o;;[I"$name may not be NUL-terminated.;TS; ; i; I"2007-06-20;T@ S; ; i; I";Wed Jun 20 08:27:57 2007 Tanaka Akira ;T@ o; ;;;[o;;I"eval_error.h (error_print);T;[o;;[I"2show full stacktrace on non-SystemStackError.;TS; ; i; I"EWed Jun 20 04:45:39 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"parse.y (rb_intern2);T;[o;;[I":use rb_intern2 to intern without trailing equal sign.;To;;I"(parse.y (rb_intern2, ripper_id2sym);T;[o;;[I"fixed indent.;TS; ; i; I"2007-06-19;T@ S; ; i; I"ETue Jun 19 10:55:05 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I",eval_load.c (load_ext, rb_require_safe);T;[o;;[I"6pass VALUE instead of pointer. [ruby-Bugs-11659];TS; ; i; I"2007-06-18;T@ S; ; i; I"IMon Jun 18 08:47:54 2007 Technorama Ltd. ;T@ o; ;;;[ o;;I"0ext/openssl/{extconf.rb,ossl_ssl_session.c};T;[o;;[I"Fix ruby-Bugs-11513.;To;;I".ext/openssl/ossl_pkey_ec.c New methods EC;T;[o;;[I"v:Point.[eql,make_affine!,invert!,on_curve?,infinity?] By default output the same key form as the openssl command.;To;;0;[o;;[0o;;0;[o;;[0S; ; i; I"EMon Jun 18 17:04:07 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"1eval_load.c (rb_require_safe, ruby_init_ext);T;[o;;[I"1load with ruby level cfp. [ruby-core:10779];To;;I"+eval_intern.h, vm.c (rb_vm_call_cfunc);T;[o;;[I"9new function to call a function with ruby level cfp.;TS; ; i; I"EMon Jun 18 16:57:24 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"parse.y (yycompile);T;[o;;[I"Fdisable trace while creating ruby_debug_lines. [ruby-talk:253586];To;;I"%thread.c (ruby_suppress_tracing);T;[o;;[I";T@ o; ;;;[o;;I"eval.c (ruby_cleanup);T;[o;;[I"Yreturn EXIT_FAILURE if any exceptions occurred in at_exit blocks. [ruby-core:11263];TS; ; i; I"=Mon Jun 18 02:49:16 2007 Koichi Sasada ;T@ o; ;;;[o;;I"vm.c (env_mark);T;[o;;[I"fix to mark block.proc.;To;;I"#vm.c (th_make_proc_from_block);T;[o;;[I"%set created proc to block->proc.;TS; ; i; I"=Mon Jun 18 02:48:12 2007 Koichi Sasada ;T@ o; ;;;[o;;I""vm_dump.c (vm_stack_dump_raw);T;[o;;[I"hide VM stack trace.;TS; ; i; I"=Mon Jun 18 02:43:53 2007 Koichi Sasada ;T@ o; ;;;[o;;I"signal.c (sigsegv);T;[o;;[I""clear gc_stress flag on SEGV.;TS; ; i; I"EMon Jun 18 01:14:10 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"variable.c (rb_path2class);T;[o;;[I"?get rid of dangling pointer caused by optimized out value.;To;;I"variable.c (rb_global_entry, rb_f_untrace_var, rb_alias_variable, rb_generic_ivar_table, generic_ivar_get, generic_ivar_set, generic_ivar_defined, generic_ivar_remove, rb_mark_generic_ivar, rb_free_generic_ivar, rb_copy_generic_ivar, rb_obj_instance_variables);T;[o;;[I"suppress warnings.;TS; ; i; I"2007-06-17;T@ S; ; i; I";Sun Jun 17 11:11:07 2007 Tanaka Akira ;T@ o; ;;;[o;;I"eval.c (rb_method_missing);T;[o;;[I"cavoid a warning "too many arguments for format string" on "./ruby -ve 'def m() super end; m'".;TS; ; i; I"2007-06-16;T@ S; ; i; I";Sat Jun 16 22:24:17 2007 Tanaka Akira ;T@ o; ;;;[o;;I"gc.c (garbage_collect);T;[o;;[I"Bre-introduce ruby_current_node marking code. [ruby-dev:31005];TS; ; i; I";Sat Jun 16 21:37:43 2007 Tanaka Akira ;T@ o; ;;;[o;;I"gc.c (gc_sweep);T;[o;;[I"Bre-introduce heap extension strategy change. [ruby-dev:31005];TS; ; i; I"2007-06-15;T@ S; ; i; I";Fri Jun 15 22:59:37 2007 Tanaka Akira ;T@ o; ;;;[o;;I" .gdbinit;T;[o;;[I"*new file to ease debugging using gdb.;TS; ; i; I";Fri Jun 15 22:33:55 2007 Tanaka Akira ;T@ o; ;;;[o;;I"signal.c (default_handler);T;[o;;[I"func argument removed.;To;;I"(trap_handler);T;[o;;[I">support SYSTEM_DEFAULT. call default_handler internally.;To;;I"(sig_trap);T;[o;;[I"1don't call default_handler. [ruby-dev:30999];TS; ; i; I"EFri Jun 15 22:33:29 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"common.mk (realclean);T;[o;;[I"separate local and ext.;To;;I"ext/extmk.rb;T;[o;;[I"¬ remove unrelated directories.;TS; ; i; I";Fri Jun 15 20:50:02 2007 Tanaka Akira ;T@ o; ;;;[o;;I" keywords;T;[o;;[I"venclose C code in declaration section by %{ and %} to avoid extra semicolon after #ifdef RIPPER. pointed by eban.;TS; ; i; I";Fri Jun 15 18:56:52 2007 Tanaka Akira ;T@ o; ;;;[o;;I"signal.c (trap_handler);T;[o;;[I"Wtrap("SIGSEGV", "DEFAULT") may cause wrong trap error because SIG_DFL may be zero.;TS; ; i; I"=Fri Jun 15 15:55:55 2007 Koichi Sasada ;T@ o; ;;;[o;;I"&insns.def (setconstant, toregexp);T;[o;;[I""fix to mark object correctly.;TS; ; i; I"=Fri Jun 15 13:24:18 2007 Koichi Sasada ;T@ o; ;;;[o;;I" hash.c;T;[o;;[I"Yexchange semantics of Hash#each and Hash#each_pair. pointed out by [ruby-dev:30997].;To;;I"test/ruby/test_iterator.rb;T;[o;;[I" ditto.;To;;I"test/ruby/test_yield.rb;T;[o;;[I" ditto.;TS; ; i; I"=Fri Jun 15 12:38:29 2007 Koichi Sasada ;T@ o; ;;;[o;;I"test/ruby/test_iterator.rb;T;[o;;[I"(remove debug code (GC.stress=true).;TS; ; i; I"=Fri Jun 15 12:25:33 2007 Koichi Sasada ;T@ o; ;;;[ o;;I"vm.c (th_yield_setup_args);T;[o;;[I"I|v| should work as |v,|. ex) def m;yield 1, 2; end; m{|v| p v} #=> 1;To;;I" parse.y;T;[o;;[I",apply above change for "for" statement.;To;;I"!test/ruby/test_assignment.rb;T;[o;;[I" ditto;To;;I"(test/ruby/test_basicinstructions.rb;T;[o;;[I" ditto.;To;;I"test/ruby/test_iterator.rb;T;[o;;[I" ditto.;To;;I"test/ruby/test_yield.rb;T;[o;;[I" ditto.;To;;I""compile.c (iseq_compile_each);T;[o;;[I"fix debug.;TS; ; i; I"=Fri Jun 15 12:22:10 2007 Koichi Sasada ;T@ o; ;;;[o;;I"eval.c (ruby_finalize_1);T;[o;;[I"3rb_thread_t#errinfo should be clear with Qnil.;TS; ; i; I"=Fri Jun 15 12:20:11 2007 Koichi Sasada ;T@ o; ;;;[o;;I"cont.c (rb_cont_call);T;[o;;[I"*forbid cross fiber continuation call.;To;;I"test/ruby/test_fiber.rb;T;[o;;[I" ditto.;TS; ; i; I"=Fri Jun 15 12:14:07 2007 Koichi Sasada ;T@ o; ;;;[o;;I"sample/test.rb;T;[o;;[I"8fix to show line information whether test succeeds.;TS; ; i; I"2007-06-14;T@ S; ; i; I";Thu Jun 14 17:16:05 2007 Tanaka Akira ;T@ o; ;;;[o;;I"eval_load.c (Init_load);T;[o;;[I"Xdelay allocating an array for rb_load_path to avoid GC problem in very early stage.;To;;0;[o;;[0o;;I"'variable.c (rb_gc_mark_global_tbl);T;[o;;[I"0rb_global_tbl may be 0 in very early stage.;To;;I"*thread.c (thread_cleanup_func) [IA64];T;[o;;[I"#clear register stack position.;To;;I"!(thread_start_func_2) [IA64];T;[o;;[I"Arecord the beginning of register stack using extra argument.;To;;I"((rb_gc_save_machine_context) [IA64];T;[o;;[I"&record the end of register stack.;To;;I" gc.c [IA64] (SET_STACK_END);T;[o;;[I"&record the end of register stack.;To;;I"(garbage_collect) [IA64];T;[o;;[I"5use recorded register stack area for GC marking.;To;;I"%(yarv_machine_stack_mark) [IA64];T;[o;;[I"*GC mark from the register stack area.;To;;I"3yarvcore.c [IA64] (rb_gc_register_stack_start);T;[o;;[I" defined.;To;;I"(Init_VM);T;[o;;[I"/store th->self on stack to fix GC problem.;To;;I"(Init_yarv) [IA64];T;[o;;[I"0initialize the beginning of register stack.;To;;I"0yarvcore.h (struct rb_thread_struct) [IA64];T;[o;;[I")new members for register stack area.;To;;I"3thread_pthread.ci (thread_start_func_1) [IA64];T;[o;;[I"=call thread_start_func_2 with the end of register stack.;To;;I"-cont.c (struct rb_context_struct) [IA64];T;[o;;[I")new members for register stack area.;To;;I"(cont_mark) [IA64];T;[o;;[I"&GC mark from register stack area.;To;;I"(cont_free) [IA64];T;[o;;[I"free saved register stack.;To;;I"%(cont_save_machine_stack) [IA64];T;[o;;[I"self on stack to fix GC problem.;To;;I"(cont_restore_1) [IA64];T;[o;;[I"Nrestore the register stack. [IA64] (register_stack_extend): new function.;To;;I"(cont_restore_0) [IA64];T;[o;;[I"Kcall register_stack_extend instead of cont_restore_1. [ruby-dev:30982];TS; ; i; I"EThu Jun 14 17:09:48 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"1lib/rdoc/parsers/parse_c.rb (RDoc::C_Parser);T;[o;;[I".handle more extensions. [ruby-dev:30972];TS; ; i; I";Thu Jun 14 14:40:42 2007 Tanaka Akira ;T@ o; ;;;[o;;I"lib/securerandom.rb;T;[o;;[I";document updated. suggested by NaHi. [ruby-dev:30966];TS; ; i; I"2007-06-13;T@ S; ; i; I"GWed Jun 13 22:42:06 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"gc.c (garbage_collect);T;[o;;[I"6update IA64 register stack code. [ruby-dev:30971];TS; ; i; I"EWed Jun 13 06:05:12 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"configure.in (darwin);T;[o;;[I"6prohibit loading extension libraries to miniruby.;TS; ; i; I"2007-06-12;T@ S; ; i; I"GTue Jun 12 21:50:51 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"parse.y (call_args);T;[o;;[I"Hno allow splat after assocs. takes consistency over compatibility.;To;;I"parse.y (call_args2);T;[o;;[I" ditto;TS; ; i; I"ETue Jun 12 14:53:51 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"1lib/mkmf.rb (Logging.quiet, Logging.message);T;[o;;[I"4added quiet flag and use it. [ruby-core:10909];To;;I"lib/mkmf.rb (find_header);T;[o;;[I"%use header names in the message.;TS; ; i; I"2007-06-10;T@ S; ; i; I"ESun Jun 10 18:37:13 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"&ext/probeprofiler/probeprofiler.c;T;[o;;[I"clean warnings.;TS; ; i; I"ESun Jun 10 18:32:24 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"Wmissing/isinf.c, missing/dup2.c, missing/strtod.c, missing/x68.c, missing/alloca.c;T;[o;;[I"use "ruby/config.h".;TS; ; i; I"ESun Jun 10 17:49:20 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"$instruby.rb (install_recursive);T;[o;;[I"Jshould check parent directories of the destination. [ruby-dev:30947];TS; ; i; I"ESun Jun 10 16:59:39 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"$parse.y (do_block, brace_block);T;[o;;[I"(fix line numbers. [ruby-dev:30831];TS; ; i; I"ESun Jun 10 16:57:20 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"$instruby.rb (install_recursive);T;[o;;[I"4add :glob option rather than using FNM_DOTMACH.;To;;I"instruby.rb (ext-comm);T;[o;;[I"!make header directory first.;TS; ; i; I"BSun Jun 10 16:10:58 2007 NAKAMURA Usaku ;T@ o; ;;;[o;;I"$test/ruby/test_beginendblock.rb;T;[o;;[I" typo.;TS; ; i; I"ESun Jun 10 16:07:10 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"$instruby.rb (install_recursive);T;[o;;[I"skip .svn directories.;TS; ; i; I"ESun Jun 10 15:44:43 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"'win32/Makefile.sub (config.status);T;[o;;[I"rubyhdrdir was missing.;TS; ; i; I";Sun Jun 10 15:26:36 2007 Tanaka Akira ;T@ o; ;;;[o;;I"Makefile.in;T;[o;;[I"8use --output-file for gperf to not leave lex.c.tmp.;TS; ; i; I"ESun Jun 10 15:11:07 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I".Makefile.in, win32/Makefile.sub (XCFLAGS);T;[o;;[I"-I. is needed for *.inc.;To;;I"ext/extmk.rb;T;[o;;[I"+prepend also topdir to mflags at last.;TS; ; i; I"ESun Jun 10 13:47:36 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"Etest/ruby/test_beginendblock.rb (test_should_propagate_signaled);T;[o;;[I"1get rid of invoking shell. [ruby-dev:30942];TS; ; i; I"ESun Jun 10 12:56:46 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"include/ruby;T;[o;;[I"moved public headers.;To;;I"$instruby.rb (install_recursive);T;[o;;[I"skip backup files.;To;;I"instruby.rb (ext-comm);T;[o;;[I"+install only current platform headers.;TS; ; i; I";Sun Jun 10 10:42:04 2007 Tanaka Akira ;T@ o; ;;;[o;;I"lib/securerandom.rb;T;[o;;[I"Frenamed from lib/secrand.rb. suggested by NaHi. [ruby-dev:30934];TS; ; i; I"2007-06-09;T@ S; ; i; I";Sat Jun 9 06:40:05 2007 Tanaka Akira ;T@ o; ;;;[o;;I"lib/secrand.rb;T;[o;;[I"Trename SecRand() to SecRand.random_number. suggested by NaHi. [ruby-dev:30934];TS; ; i; I"2007-06-08;T@ S; ; i; I";Fri Jun 8 16:34:20 2007 Tanaka Akira ;T@ o; ;;;[o;;I"$ext/zlib/zlib.c (gzfile_s_open);T;[o;;[I"*use FilePathValue to support to_path.;TS; ; i; I"=Fri Jun 8 16:11:00 2007 Koichi Sasada ;T@ o; ;;;[o;;I"eval_jump.h;T;[o;;[I"'th->errinfo should clear with nil.;TS; ; i; I"GFri Jun 8 14:53:28 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"parse.y (call_args);T;[o;;[I">allow splat argument after unpacked assocs like 1.8 does.;To;;I"parse.y (call_args);T;[o;;[I" ditto.;TS; ; i; I";Fri Jun 8 14:26:18 2007 Tanaka Akira ;T@ o; ;;;[o;;I"lib/secrand.rb;T;[o;;[I"*new file for secure random interface.;To;;I"lib/cgi/session.rb;T;[o;;[I"(use secrand for generating cookies.;TS; ; i; I"BFri Jun 8 12:44:37 2007 NAKAMURA Usaku ;T@ o; ;;;[o;;I"{win32,wince}/Makefile.sub;T;[o;;[I"add lex.c rule.;TS; ; i; I";Fri Jun 8 11:54:18 2007 Tanaka Akira ;T@ o; ;;;[o;;I"lex.c.blt;T;[o;;[I"moved from lex.c.;To;;I"Makefile.in;T;[o;;[I"use lex.c.blt if gperf is not available. [ruby-list:8212], [ruby-list:8214], [ruby-list:24667], [ruby-talk:120857], [ruby-dev:28102];TS; ; i; I"2007-06-07;T@ S; ; i; I"=Thu Jun 7 21:38:39 2007 Koichi Sasada ;T@ o; ;;;[o;;I",thread.c (rb_thread_execute_interrupts);T;[o;;[I"*invoke ensure when main thread exits.;TS; ; i; I";Thu Jun 7 19:02:48 2007 Tanaka Akira ;T@ o; ;;;[o;;I"lib/pp.rb;T;[o;;[I";T@ o; ;;;[o;;I" iseq.c (prepare_iseq_build);T;[o;;[I"%freeze filename and name string.;To;;I"variable.c;T;[o;;[I"freeze class name string.;TS; ; i; I"=Thu Jun 7 12:48:33 2007 Koichi Sasada ;T@ o; ;;;[o;;I"cont.c (cont_restore_1);T;[o;;[I".fix to check root fiber [ruby-dev:30911].;To;;I"test/ruby/test_fiber.rb;T;[o;;[I"add a test.;TS; ; i; I"BThu Jun 7 07:24:36 2007 NARUSE, Yui ;T@ o; ;;;[ o;;I"lib/json/common.rb;T;[o;;[I"#Ponder offering parse! method.;To;;I"lib/json/editor.rb;T;[o;;[I"-be a bit more robust while loading data.;To;;I"/ext/json/ext/{generator,parser}/extconf.rb;T;[o;;[I")add a have_header directive for st.h;To;;I"test/json;T;[o;;[I"fix some tests.;TS; ; i; I"=Thu Jun 7 03:29:18 2007 Koichi Sasada ;T@ o; ;;;[o;;I"test_fiber.rb;T;[o;;[I")add a test (Continuation and Fiber).;TS; ; i; I"=Thu Jun 7 03:17:24 2007 Koichi Sasada ;T@ o; ;;;[ o;;I"cont.c (cont_new);T;[o;;[I"add debug message.;To;;I"cont.c (cont_restore_1);T;[o;;[I"'copy stack information from fiber.;To;;I"cont.c (rb_fiber_s_new);T;[o;;[I"fix to mark created fiber.;To;;I"test/ruby/test_fiber.rb;T;[o;;[I",add some tests around Thread and Fiber.;To;;I"yarvcore.c (thread_free);T;[o;;[I":fix to skip freeing stack if root fiber is available.;TS; ; i; I"=Thu Jun 7 01:03:20 2007 Koichi Sasada ;T@ o; ;;;[o;;I"&eval_intern.h, eval.c (ruby_init);T;[o;;[I"remove POP_TAG_INIT().;To;;I"cont.c (rb_fiber_start);T;[o;;[I"remove zero-clearing tag.;TS; ; i; I"2007-06-06;T@ S; ; i; I"=Wed Jun 6 20:23:46 2007 Koichi Sasada ;T@ o; ;;;[o;;I"insns.def (invokeblock);T;[o;;[I"fix of splat argument.;To;;0;[o;;[0S; ; i; I"BWed Jun 6 16:27:25 2007 NAKAMURA Usaku ;T@ o; ;;;[o;;I"insns.def;T;[o;;[I"fixed indentation.;TS; ; i; I"=Wed Jun 6 10:58:23 2007 Koichi Sasada ;T@ o; ;;;[o;;I"eval.c (rb_yield);T;[o;;[I"fix to check Qundef.;TS; ; i; I"=Wed Jun 6 10:57:45 2007 Koichi Sasada ;T@ o; ;;;[o;;I"#test/ruby/test_continuation.rb;T;[o;;[I" add a test for last commit.;TS; ; i; I"=Wed Jun 6 10:55:42 2007 Koichi Sasada ;T@ o; ;;;[o;;I"cont.c (rb_cont_call);T;[o;;[I"6forbid calling dead fiber with Continuation#call.;TS; ; i; I"=Wed Jun 6 10:50:01 2007 Koichi Sasada ;T@ o; ;;;[o;;I""compile.c (iseq_compile_each);T;[o;;[I"fix around yield arguments;To;;0;[o;;[0S; ; i; I"=Wed Jun 6 02:50:53 2007 Koichi Sasada ;T@ o; ;;;[o;;I"cont.c (rb_fiber_start);T;[o;;[I"Pclear th->tag and check error to fix [ruby-dev:30888] and [ruby-dev:30889].;To;;I"eval_intern.h;T;[o;;[I"$fix rb_fiber_start() prototype.;To;;I"test/ruby/test_fiber.rb;T;[o;;[I"add tests for above.;TS; ; i; I"BWed Jun 6 02:40:20 2007 NAKAMURA Usaku ;T@ o; ;;;[o;;I"%insnhelper.h, insns.def (DEC_SP);T;[o;;[I"}shouldn't use unary minus operator in pointer operation. some compilers (such as VC++8 x64) cannot deal it with expected way.;TS; ; i; I"=Wed Jun 6 02:19:48 2007 Koichi Sasada ;T@ o; ;;;[ o;;I"7parse.y (new_yield), compile.c (iseq_compile_each);T;[o;;[I"fix passing parameter.;To;;I"eval.c, eval_jump.h;T;[o;;[I"simplify rb_yield*.;To;;I"proc.c (proc_mark);T;[o;;[I""fix to mark proc->block.proc.;To;;I"proc.c (Init_Proc);T;[o;;[I"add Proc#lambda?;To;;I"test/ruby/test_lambda.rb;T;[o;;[I"add some tests.;To;;I"vm.c (invoke_block);T;[o;;[I"&fix to check lambda block or not.;To;;I"vm.c (th_yield_setup_args);T;[o;;[I"3fix to check arguments size when lambda block.;TS; ; i; I"2007-06-05;T@ S; ; i; I"GTue Jun 5 16:30:38 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"io.c (rb_f_p);T;[o;;[I"6returns arguments to intervene. [ruby-dev:29736];TS; ; i; I"=Tue Jun 5 14:07:55 2007 Koichi Sasada ;T@ o; ;;;[o;;I"insns.def (invokeblock);T;[o;;[I"2check block is created by lambda or Proc.new.;To;;I" vm.c (block_proc_is_lambda);T;[o;;[I" added.;TS; ; i; I"GTue Jun 5 14:47:52 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"'lib/pp.rb (PP::PPMethods::seplist);T;[o;;[I"Erevert last change to work around wrapper bug. [ruby-dev:30840];TS; ; i; I"BTue Jun 5 14:11:15 2007 NARUSE, Yui ;T@ o; ;;;[o;;I"+ext/nkf/nkf-utf8/nkf.c (kanji_convert);T;[o;;[I"Fix guess fallback.;TS; ; i; I"ETue Jun 5 13:32:04 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"compile.c, dir.c, eval.c, eval_jump.h, eval_method.h, numeric.c, pack.c, parse.y, re.c, thread.c, vm.c, vm_dump.c, call_cfunc.ci, thread_pthread.ci, thread_win32.ci;T;[o;;[I"fixed indentation.;To;;I"call_cfunc.ci;T;[o;;[I"protoized.;To;;I"thread_win32.ci;T;[o;;[I"fixed typo.;TS; ; i; I"ETue Jun 5 13:17:11 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"~call_cfunc.ci, compile.c, dir.c, eval.c, eval_jump.h, numeric.c, pack.c, re.c, thread.c, thread_win32.ci, vm.c, vm_dump.c;T;[o;;[I"fixed indentation.;TS; ; i; I"2007-06-04;T@ S; ; i; I"BMon Jun 4 21:15:45 2007 NARUSE, Yui ;T@ o; ;;;[o;;I"/lib/json.rb, lib/json, ext/json, test/json;T;[o;;[I"import JSON library.;To;;I" ext/nkf;T;[o;;[I",import nkf.c rev:1.124 Support CP10001.;TS; ; i; I"GMon Jun 4 20:52:58 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"numeric.c (int_round);T;[o;;[I"should not just truncate.;TS; ; i; I"2007-06-02;T@ S; ; i; I"=Sat Jun 2 16:48:55 2007 Koichi Sasada ;T@ o; ;;;[o;;I"cont.c (Fiber#pass);T;[o;;[I"}rename to Fiber#yield. Block parameter of fiber body receive first yield values. e.g.: Fiber.new{|x| p x}.yield(:ok) #=> :ok;To;;I" cont.c;T;[o;;[I"6rename rb_context_t#retval to rb_context_t#value.;To;;I"test/ruby/test_fiber.rb;T;[o;;[I" ditto.;TS; ; i; I"=Sat Jun 2 16:45:21 2007 Koichi Sasada ;T@ o; ;;;[o;;I"proc.c (Init_Proc);T;[o;;[I"remove a line break.;TS; ; i; I"GSat Jun 2 01:27:27 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"numeric.c (int_round);T;[o;;[I"*small optimization to handle bignums.;TS; ; i; I"2007-06-01;T@ S; ; i; I"BFri Jun 1 13:02:35 2007 NAKAMURA Usaku ;T@ o; ;;;[o;;I"insnhelper.h (INC_SP);T;[o;;[I"Pshouldn't cast ``x'' to unsigned type because it might be a negative value.;To;;I"insnhelper.h, insns.def;T;[o;;[I"shouldn't use unary minus operator in index operator. some compilers (such as VC++8 x64) cannot deal it with expected way.;TS; ; i; I"EFri Jun 1 11:33:40 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"numeric.c (num_round);T;[o;;[I"3should convert self to Float. [ruby-dev:30860];TS; ; i; I"GFri Jun 1 02:01:13 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"numeric.c (flo_round);T;[o;;[I"Ynow takes optional argument to specify number of digits, like round() in Python/PHP.;To;;I"numeric.c (num_round);T;[o;;[I" ditto.;TS; ; i; I"GFri Jun 1 01:58:33 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"enum.c (each_with_index_i);T;[o;;[I"tshould work well with continuation. a patch from sheepman . [ruby-dev:30846];TS; ; i; I"2007-05-31;T@ S; ; i; I"EThu May 31 17:27:53 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I",lib/benchmark.rb (Benchmark::Job::item);T;[o;;[I"Favoid modifying the argument unintentionally. [ruby-talk:253676];TS; ; i; I"2007-05-30;T@ S; ; i; I"=Wed May 30 14:43:00 2007 Koichi Sasada ;T@ o; ;;;[ o;;I"cont.c (cont_capture);T;[o;;[I"&store all local variables in heap;To;;I"([ruby-dev;T;[o;;[I" 30832]).;To;;I"vm.c (th_stack_to_heap);T;[o;;[I" added.;To;;I"#test/ruby/test_continuation.rb;T;[o;;[I"add a test for above.;To;;I"*eval_intern.h (th_get_ruby_level_cfp);T;[o;;[I"fix to clean code.;TS; ; i; I"AWed May 30 13:32:34 2007 Shugo Maeda ;T@ o; ;;;[o;;I"0lib/net/imap.rb (ResponseParser#next_token);T;[o;;[I"fixed error message.;To;;I"1lib/net/imap.rb (ResponseParser#parse_error);T;[o;;[I"Zfixed the condition not to refer to @token.symbol unexpectedly. Thanks, Dick Monahan.;TS; ; i; I"AWed May 30 13:24:33 2007 Shugo Maeda ;T@ o; ;;;[o;;I"*lib/net/ftp.rb (Net::FTP#transfercmd);T;[o;;[I"-skip 2XX responses for some FTP servers.;TS; ; i; I"EWed May 30 04:18:37 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"eval.c (rb_eval_cmd);T;[o;;[I"3just return if no exceptions. [ruby-dev:30820];TS; ; i; I"EWed May 30 02:14:25 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"signal.c (interrupt_init);T;[o;;[I"7needs to pass nil for Interrupt. [ruby-core:11038];To;;I"signal.c (trap);T;[o;;[I"'fixed segfaults. [ruby-dev:30830];TS; ; i; I"EWed May 30 00:50:48 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"(gc.c (rb_source_filename, obj_free);T;[o;;[I"suppress warnings.;To;;I"4gc.c (garbage_collect, yarv_machine_stack_mark);T;[o;;[I".fixed typo. http://bugs.debian.org/426267;TS; ; i; I"EWed May 30 00:24:09 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"7parse.y (open_args, arg_ambiguous, parser_warning);T;[o;;[I"-should not use rb_warning in the parser.;TS; ; i; I"2007-05-29;T@ S; ; i; I"ETue May 29 12:31:33 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"#win32/win32.c (rb_w32_opendir);T;[o;;[I"removed duplicated code.;TS; ; i; I"=Tue May 29 10:55:24 2007 Koichi Sasada ;T@ o; ;;;[o;;I" cont.c;T;[o;;[I"+fix bug around Continuation and Fiber.;To;;I"#test/ruby/test_continuation.rb;T;[o;;[I" add tests for Continuation.;TS; ; i; I"ETue May 29 10:54:34 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"3win32/win32.c (rb_w32_opendir, rb_w32_readdir);T;[o;;[I"eliminate magic numbers.;TS; ; i; I"2007-05-28;T@ S; ; i; I"EMon May 28 10:27:14 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I" cont.c;T;[o;;[I"fixed a function name.;TS; ; i; I"=Mon May 28 03:56:44 2007 Koichi Sasada ;T@ o; ;;;[o;;I" cont.c;T;[o;;[I"qsupport Fiber. Check test/ruby/test_fiber.rb for detail. Fiber is known as "Micro Thread", "Coroutine", and other terms. At this time, only Fiber#pass is supported to change context. I want to know more suitable method name/API for Fiber (... do you know more suitable class name instead of Fiber?) as "suspend/resume", "call", "yield", "start/kick/stop/restart", ....;To;;I";T@ o; ;;;[o;;I" eval.c (ruby_exec_internal);T;[o;;[I"do nothing if no code.;To;;I" compile.c (rb_iseq_compile);T;[o;;[I"Acheck node if NULL before check nd_type. [ruby-talk:252956];TS; ; i; I"ESat May 26 00:05:22 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"Etest/ruby/test_beginendblock.rb (test_should_propagate_signaled);T;[o;;[I"Xskip tests for exitstatus and termsig on the platforms where signals not supported.;TS; ; i; I"2007-05-25;T@ S; ; i; I"EFri May 25 16:04:47 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"yarvcore.c (Init_VM);T;[o;;[I"9wrap already initialized structs to use it directly.;TS; ; i; I"BFri May 25 11:09:47 2007 NAKAMURA Usaku ;T@ o; ;;;[o;;I"regint.h (include);T;[o;;[I"won some platform, defines.h redefines SIZE_OF_LONG_LONG so shouldn't re-include config.h after included defines.h.;To;;I"regint.h (vsnprintf);T;[o;;[I"2ruby on windows already have vsnprintf macro.;TS; ; i; I"2007-05-24;T@ S; ; i; I"=Thu May 24 12:07:27 2007 Koichi Sasada ;T@ o; ;;;[o;;I" cont.c;T;[o;;[I"!check across trap violation.;To;;I"eval.c, yarvcore.h;T;[o;;[I" ditto.;TS; ; i; I"=Thu May 24 11:46:55 2007 Koichi Sasada ;T@ o; ;;;[o;;I"gc.c, yarvcore.c;T;[o;;[I")fix to mark VM structure on startup.;To;;I"yarvcore.h;T;[o;;[I"disable USE_CACHED_VALUE.;TS; ; i; I"=Thu May 24 01:54:53 2007 Koichi Sasada ;T@ o; ;;;[ o;;I" cont.c;T;[o;;[I"Psupport callcc which everyone love. incomplete. please give me bug reports.;To;;I"!common.mk, inits.c, thread.c;T;[o;;[I" ditto.;To;;I"yarvcore.c;T;[o;;[I"export thread_mark().;To;;I"yarvcore.h;T;[o;;[I" disable value cache option.;To;;I"eval_intern.h;T;[o;;[I")set th_get_ruby_level_cfp to inline.;TS; ; i; I"2007-05-23;T@ S; ; i; I"GWed May 23 15:39:02 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"common.mk;T;[o;;[I" add a rule for regsyntax.c.;TS; ; i; I"GWed May 23 10:31:53 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"oniguruma.h;T;[o;;[I" updated to Oniguruma 5.7.0.;To;;I"regsyntax.c, unicode.c;T;[o;;[I"(new files along with Oniguruma 5.x.;TS; ; i; I"GWed May 23 06:51:46 2007 URABE Shyouhei ;T@ o; ;;;[o;;I"lib/cgi.rb (CGI#[]);T;[o;;[I"Sget rid of exceptions being raised. [ruby-dev:30740], Thanks Kentaro KAWAMOTO.;TS; ; i; I"EWed May 23 05:49:49 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I":ext/extmk.rb, ext/purelib.rb, lib/mkmf.rb, runruby.rb;T;[o;;[I"eclear default load path to get rid of load pre-installed extensions/libraries. [ruby-core:11017];TS; ; i; I"2007-05-22;T@ S; ; i; I"GTue May 22 16:37:36 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"ruby.c (set_arg0);T;[o;;[I"tsupport RSTRING_LEN on HP-UX. a patch from WATANABE Tetsuya . [ruby-dev:30806];TS; ; i; I"2007-05-21;T@ S; ; i; I"=Mon May 21 13:40:00 2007 Koichi Sasada ;T@ o; ;;;[ o;;I"compile.c, vm_macro.def;T;[o;;[I"#support tail call optimization;To;;0;[o;;[0o;;I"!iseq.c, compile.c, vm_opts.h;T;[o;;[I"(add "tailcall_optimization" option.;To;;I"sample/test.rb (test_ok);T;[o;;[I")fix to adjust tailcall stack layout.;To;;I"7insns.def, vm.c, compile.c, yarvcore.c, yarvcore.h;T;[o;;[I"%add opt_gt, opt_le instructions.;TS; ; i; I"AMon May 21 03:34:06 2007 Minero Aoki ;T@ o; ;;;[o;;I"lib/net/smtp.rb;T;[o;;[I";CRAM-MD5 authentication did not work. [ruby-dev:30770];TS; ; i; I"2007-05-19;T@ S; ; i; I"ASat May 19 10:26:01 2007 Tadayoshi Funaba ;T@ o; ;;;[o;;I"%lib/date/format.rb (Date._parse);T;[o;;[I"detects some OFX dates;To;;0;[o;;[0S; ; i; I"ESat May 19 03:08:05 2007 Nobuyoshi Nakada ;T@ o; ;;;[ o;;I"enum.c (enum_inject);T;[o;;[I")minor improvement. [ruby-dev:30792];To;;I"enum.c (one_i);T;[o;;[I"6no needs to iterate once the result became false.;To;;I"enum.c (enum_one);T;[o;;[I"fix for an example.;To;;I"%enum.c (one_iter_i, none_iter_i);T;[o;;[I" DRY.;;TS; ; i; I"GSat May 19 01:07:42 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"enum.c (enum_inject);T;[o;;[I"kit is now can work without block. you have to specify two argument method name as the first argument.;To;;I"enum.c (Init_Enumerable);T;[o;;[I"#reduce is new alias to inject.;TS; ; i; I"ESat May 19 01:05:33 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"file.c (Init_File);T;[o;;[I" method definition mismatch.;TS; ; i; I"2007-05-18;T@ S; ; i; I"GFri May 18 16:44:04 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"file.c (Init_File);T;[o;;[I"(add to_path method to File objects.;TS; ; i; I"EFri May 18 11:12:39 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I")ruby.c (DllMain, ruby_init_loadpath);T;[o;;[I"}use DLL instance handle given to DllMain instead of VirtualQuery so that loadpath becomes relative from the DLL on WinCE too.;TS; ; i; I"2007-05-17;T@ S; ; i; I"EThu May 17 17:03:11 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"1misc/ruby-style.el (ruby-style-label-indent);T;[o;;[I"for yacc rules.;TS; ; i; I"GThu May 17 13:30:27 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"parse.y (f_arg);T;[o;;[I")remove typo from ripper description.;TS; ; i; I"=Thu May 17 13:23:38 2007 Koichi Sasada ;T@ o; ;;;[o;;I"'parse.y, compile.c (set_arguments);T;[o;;[I"=fix to support in-paren parameter (ex: def foo((a, b))).;TS; ; i; I"=Thu May 17 13:01:52 2007 Koichi Sasada ;T@ o; ;;;[o;;I"iseq.c (ruby_iseq_disasm);T;[o;;[I"fix to show post arg info.;TS; ; i; I"=Thu May 17 12:56:52 2007 Koichi Sasada ;T@ o; ;;;[o;;I"debug.c (ruby_debug_node);T;[o;;[I"fix to show node line.;TS; ; i; I"2007-05-16;T@ S; ; i; I"FWed May 16 21:48:44 2007 NAKAMURA, Hiroshi ;T@ o; ;;;[o;;I"(lib/logger.rb (Logger::Application);T;[o;;[I"remove meaningless logdev attribute and added logger attribute instead. [ruby-core:11143] also added Logger#formatter rdoc comment.;TS; ; i; I"2007-05-15;T@ S; ; i; I"ETue May 15 16:40:07 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"8test/ruby/test_beginendblock.rb (test_endblockwarn);T;[o;;[I";T@ o; ;;;[o;;I"#win32/win32.c (init_stdhandle);T;[o;;[I"gstderr should be without buffering, but mswin32 use buffering when stderr is not connected to tty.;TS; ; i; I"2007-05-14;T@ S; ; i; I"GMon May 14 02:12:07 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"array.c (rb_ary_zip);T;[o;;[I"7a.zip(b,c) should return an array, not enumerator.;To;;I"array.c (rb_ary_zip);T;[o;;[I"ra.zip(b,c) should return array with size truncated to the size of its shortest argument array. [incompatible];TS; ; i; I"GMon May 14 01:54:15 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"array.c (rb_ary_choice);T;[o;;[I"/should return nil when the array is empty.;TS; ; i; I"2007-05-12;T@ S; ; i; I"ASat May 12 18:26:36 2007 Minero Aoki ;T@ o; ;;;[o;;I"lib/net/http.rb (tokens);T;[o;;[I"+forgot to add strip. [ruby-core:11120];To;;I"test/net/http/test_http.rb;T;[o;;[I"test Net::HTTP.post_form.;TS; ; i; I"2007-05-11;T@ S; ; i; I"EFri May 11 15:27:09 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"iseq.c (iseq_data_to_ary);T;[o;;[I"8internal IDs must not be exposed. [ruby-core:11073];To;;I"parse.y (internal_id_gen);T;[o;;[I"6now returns scope local ID instead of global one.;TS; ; i; I"2007-05-10;T@ S; ; i; I"BThu May 10 15:15:53 2007 NAKAMURA Usaku ;T@ o; ;;;[o;;I"test/ruby/test_super.rb;T;[o;;[I"add tests.;TS; ; i; I"BThu May 10 15:14:05 2007 NAKAMURA Usaku ;T@ o; ;;;[o;;I"%ext/iconv/iconv.c (iconv_s_conv);T;[o;;[I"rdoc fix.;TS; ; i; I"EThu May 10 15:09:23 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"parse.y (POINTER_P);T;[o;;[I"%pointer may be larger than long.;To;;I"Iparse.y (vtable_size, vtable_included, vtable_tblcpy, vtable_to_tbl);T;[o;;[I"constified.;TS; ; i; I"EThu May 10 10:13:14 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I""thread.c (rb_thread_priority);T;[o;;[I"Zrdoc fix; the initial value is inherited from the creating thread. [ruby-core:10607];TS; ; i; I"2007-05-09;T@ S; ; i; I"EWed May 9 12:28:57 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"5bignum.c (Init_Bignum), numeric.c (Init_Numeric);T;[o;;[I"4added fdiv as aliases of quo. [ruby-dev:30771];TS; ; i; I"2007-05-08;T@ S; ; i; I"ATue May 8 23:39:09 2007 Tadayoshi Funaba ;T@ o; ;;;[o;;I"%lib/date/format.rb (Date._parse);T;[o;;[I"7revised treatment of hyphened/separatorless dates.;To;;I"lib/date/format.rb;T;[o;;[I"some trivial adjustments.;TS; ; i; I"ATue May 8 20:23:07 2007 Tadayoshi Funaba ;T@ o; ;;;[o;;I"lib/date/format.rb;T;[o;;[I"reverted.;TS; ; i; I"ETue May 8 19:32:18 2007 Keiju Ishitsuka ;T@ o; ;;;[o;;I"lib/rational.rb;T;[o;;[I"wfix high-precision Rationals cannot be converted to Floats. [ruby-Bugs:10502], [ruby-core:11069], [ruby-dev:30743];TS; ; i; I"2007-05-07;T@ S; ; i; I"?Mon May 7 10:59:55 2007 Kouhei Sutou ;T@ o; ;;;[o;;I"-lib/rss/image.rb, test/rss/test_image.rb;T;[o;;[I"Mfixed Image module namespace URI. reported by Dmitry Borodaenko. Thanks.;TS; ; i; I"2007-05-06;T@ S; ; i; I"ASun May 6 18:44:11 2007 Minero Aoki ;T@ o; ;;;[o;;I"*lib/net/http.rb (Net::HTTP.post_form);T;[o;;[I"Callow an Array of String for pairs argument. [ruby-Bugs:10340];To;;I".lib/net/http.rb (Net::HTTP#set_form_data);T;[o;;[I" ditto.;TS; ; i; I"ASun May 6 17:54:36 2007 Minero Aoki ;T@ o; ;;;[o;;I"lib/net/http.rb;T;[o;;[I"jConnection header field might include both of "keep-alive" token and "close" token. [ruby-core:10818];TS; ; i; I"2007-05-05;T@ S; ; i; I"ESat May 5 16:26:33 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"4lib/date/format.rb (Format::Bag#method_missing);T;[o;;[I"?get rid of modifying original argument. [ruby-core:11090];TS; ; i; I"2007-05-03;T@ S; ; i; I"EThu May 3 22:20:08 2007 Nobuyoshi Nakada ;T@ o; ;;;[ o;;I"uconfigure.in, defines.h, eval_load.c (rb_feature_p, rb_provided, search_required, rb_require_safe), ext/extmk.rb;T;[o;;[I"lFix a bug where a statically linked extension cannot be autoloaded. [ruby-dev:30023] / [ruby-dev:30239];To;;I" thread.c;T;[o;;[I"&added an internal class, Barrier.;To;;I" thread.c;T;[o;;[I""copied rdocs from fastthread.;To;;I"%yarvcore.h (struct rb_vm_struct);T;[o;;[I"%moved loading_table from global.;TS; ; i; I"EThu May 3 18:10:12 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"Avm_evalbody.ci, insns.def, vm.c, tool/insns2vm.rb (rb_num_t);T;[o;;[I"8renamed to get rid of name clash. [ruby-dev:30504];To;;I""yarvcore.c (ruby_thread_init);T;[o;;[I" ditto.;TS; ; i; I"2007-05-02;T@ S; ; i; I"=Wed May 2 18:52:58 2007 Koichi Sasada ;T@ o; ;;;[o;;I",vm.c, yarvcore.h, yarvcore.c, insns.def;T;[o;;[I"+fix to mark VM stack in correct range.;TS; ; i; I"EWed May 2 17:13:26 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"bignum.c (rb_big_quo);T;[o;;[I"0now calculate in integer. [ruby-dev:30753];TS; ; i; I"=Wed May 2 15:14:56 2007 Koichi Sasada ;T@ o; ;;;[o;;I"eval_method.h;T;[o;;[I",add redefine checks ([ruby-dev:30751]).;TS; ; i; I"=Wed May 2 11:22:52 2007 Koichi Sasada ;T@ o; ;;;[o;;I"compile.c;T;[o;;[I"use Qtrue instead of 2.;To;;I"vm.c, insns.def;T;[o;;[I")support "lambda" calling convention.;TS; ; i; I"EWed May 2 06:46:43 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"Cerror.c, parse.y, ruby.h (rb_compile_warn, rb_compile_warning);T;[o;;[I"iwarn for compilation. the parser should no longer use rb_warn() and rb_warning(). [ruby-dev:30121];TS; ; i; I"EWed May 2 05:45:21 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"parse.y (assoc);T;[o;;[I".result of assoc_new needs to be an assoc.;TS; ; i; I"EWed May 2 05:40:43 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"bignum.c (rb_big_pow);T;[o;;[I"simprovement by calculating from MSB and using factorization. ;TS; ; i; I"2007-05-01;T@ S; ; i; I"=Tue May 1 18:45:45 2007 Koichi Sasada ;T@ o; ;;;[o;;I"sample/test.rb;T;[o;;[I"&import matzruby's sample/test.rb.;TS; ; i; I"GTue May 1 17:46:05 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"array.c (rb_ary_choice);T;[o;;[I">a new method to choose an element randomly from an array.;To;;I"array.c (rb_ary_choice);T;[o;;[I"fixed mistake from RDoc.;TS; ; i; I"=Tue May 1 13:59:18 2007 Koichi Sasada ;T@ o; ;;;[o;;I"proc.c (proc_arity);T;[o;;[I"*fix an arity bug ([ruby-core:11060]).;TS; ; i; I"=Tue May 1 13:12:49 2007 Koichi Sasada ;T@ o; ;;;[ o;;I"*yarvcore.h, compile.c (set_arguments);T;[o;;[I"support post arguments.;To;;I"test/ruby/test_method.rb;T;[o;;[I"add tests for above.;To;;I"test/ruby/test_proc.rb;T;[o;;[I" ditto.;To;;I" proc.c;T;[o;;[I"*fix an arity bug ([ruby-core:11029]).;To;;I"%vm.c, vm.h, insns.def, vm_dump.h;T;[o;;[I"fix bmethod process.;To;;I" vm.c;T;[o;;[I"/support block argument on block parameter.;TS; ; i; I"2007-04-27;T@ S; ; i; I"EFri Apr 27 17:05:41 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"numeric.c (int_pow);T;[o;;[I""bugfix of overflow detection.;To;;I"numeric.c (int_pow);T;[o;;[I"/rb_big_pow() may return other than Bignum.;TS; ; i; I"=Fri Apr 27 01:51:50 2007 Koichi Sasada ;T@ o; ;;;[o;;I"compile.c;T;[o;;[I"6support multiple splat (e.g, [a, *b, *c, e, *f]).;TS; ; i; I"EFri Apr 27 00:03:48 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"bignum.c (rb_big_pow);T;[o;;[I"0truncate all zero BDIGITs. [ruby-dev:30733];TS; ; i; I"2007-04-26;T@ S; ; i; I"EThu Apr 26 17:31:00 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"bignum.c (rb_big_pow);T;[o;;[I"(reduce multiplying for even number.;To;;I"numeric.c (int_pow);T;[o;;[I";T@ o; ;;;[ o;;I" parse.y;T;[o;;[I"fixes for ripper.;To;;I"parse.y (primary);T;[o;;[I"reduced duplicated code.;To;;I"parse.y (f_arg_item);T;[o;;[I".should not override by meaningless value.;To;;I"parse.y (f_arg, assocs);T;[o;;[I"'should not use $$ before assigned.;To;;I"parse.y (assoc_list);T;[o;;[I"=dispatch assoclist_from_args for assocs as well as args.;To;;I"parse.y (assoc);T;[o;;[I"-return assoc if dispatched result is $1.;TS; ; i; I"EThu Apr 26 13:54:51 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"misc/ruby-style.el;T;[o;;[I"1new file. C/C++ style for ruby source code.;TS; ; i; I"2007-04-25;T@ S; ; i; I";Wed Apr 25 19:49:16 2007 Tanaka Akira ;T@ o; ;;;[o;;I"5ext/socket/socket.c (unix_send_io, unix_recv_io);T;[o;;[I":use CMSG_DATA to align file descriptor appropriately.;TS; ; i; I"BWed Apr 25 15:23:29 2007 NAKAMURA Usaku ;T@ o; ;;;[o;;I"/win32/win32.c (NtInitialize, exit_handler);T;[o;;[I"Hadd initializing and cleanup of critical section object for select.;To;;I"win32/win32.c (do_select);T;[o;;[I"block reentrance.;To;;I""win32/win32.c (rb_w32_select);T;[o;;[I"0 sec polling of socket. this is workaround because winsock cannot do select at same socket at the same time by two or more threads.;TS; ; i; I"=Wed Apr 25 14:10:47 2007 Koichi Sasada ;T@ o; ;;;[o;;I"&ext/probeprofiler/probeprofiler.c;T;[o;;[I"(fix function name and return value.;TS; ; i; I"=Wed Apr 25 12:42:40 2007 Koichi Sasada ;T@ o; ;;;[ o;;I"yarvcore.h;T;[o;;[I")remove rb_control_frame_t#callee_id.;To;;I"vm_macro.def;T;[o;;[I" ditto.;To;;I"%eval_intern.h (exec_event_hooks);T;[o;;[I"fix to check event flags;To;;I"$eval_intern.h (EXEC_EVENT_HOOK);T;[o;;[I"!fix to re-check event flags.;To;;I"ext/probeprofiler ;T;[o;;[I"6added. this profiler is sampling based profiler.;To;;I" vm.c;T;[o;;[I":add rb_thread_current_status() API for probeprofiler.;To;;I",thread.c (rb_thread_execute_interrupts);T;[o;;[I"add comments.;TS; ; i; I"EWed Apr 25 10:36:03 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"eval_intern.h (PUSH_TAG);T;[o;;[I"no argument now.;To;;I"Eeval.c, eval_error.h, eval_jump.h, eval_load.c, proc.c, thread.c;T;[o;;[I" ditto.;To;;I"=thread.c (alloc_event_hook, rb_thread_remove_event_hook);T;[o;;[I"should return value.;TS; ; i; I"2007-04-24;T@ S; ; i; I"ETue Apr 24 09:33:57 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"*dir.c (do_stat, do_lstat, do_opendir);T;[o;;[I"0should not warn ENOTDIR. [ruby-talk:248288];TS; ; i; I"2007-04-23;T@ S; ; i; I"EMon Apr 23 22:14:42 2007 Nobuyoshi Nakada ;T@ o; ;;;[ o;;I"ext/extmk.rb ($ruby);T;[o;;[I";T@ o; ;;;[o;;I"*configure.in (LIBPATHFLAG, RPATHFLAG);T;[o;;[I"Ano needs to be quoted, it is done by libpathflag in mkmf.rb.;TS; ; i; I"EFri Apr 20 12:27:04 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"lib/optparse.rb;T;[o;;[I"fix to override conv proc.;TS; ; i; I"EFri Apr 20 12:21:28 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"eval.c (ruby_cleanup);T;[o;;[I"Ffixed access to out of bound, and inverted the order of errinfos.;TS; ; i; I"=Fri Apr 20 10:33:23 2007 Koichi Sasada ;T@ o; ;;;[o;;I"eval_intern.h;T;[o;;[I";add prototypes of rb_sourceline() and rb_sourcefile().;TS; ; i; I"EFri Apr 20 02:37:48 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"eval.c (ruby_cleanup);T;[o;;[I"&re-send signal. [ruby-dev:30516];To;;I" eval_error.h (error_handle);T;[o;;[I"'no message when exiting by signal.;To;;I";intern.h (rb_thread_signal_raise, ruby_default_signal);T;[o;;[I"prototypes.;To;;I"signal.c (esignal_init);T;[o;;[I"7takes a signal number and an optional signal name.;To;;I"signal.c (interrupt_init);T;[o;;[I"pass SIGINT always.;To;;I"#signal.c (ruby_default_signal);T;[o;;[I"*invoke system default signal handler.;To;;I"signal.c (rb_f_kill);T;[o;;[I"%use NUM2PIDT instead of NUM2INT.;To;;I"$signal.c (rb_signal_exec, trap);T;[o;;[I"&handle SIGTERM. [ruby-dev:30505];To;;I"&thread.c (rb_thread_signal_raise);T;[o;;[I"4now takes signal number instead of signal name.;To;;I"%thread.c (rb_thread_signal_exit);T;[o;;[I"csince rb_make_exception() calls #exception method, rb_class_new_instance() is not needed here.;To;;I"Fyarvcore.h (struct rb_vm_struct), eval_jump.h (terminate_process);T;[o;;[I")exit_code is no longer stored in VM.;TS; ; i; I"2007-04-19;T@ S; ; i; I"=Thu Apr 19 18:37:49 2007 Koichi Sasada ;T@ o; ;;;[ o;;I";eval.c, node.h, thread.c, yarvcore.[ch], eval_intern.h;T;[o;;[I"(support set_trace_func (incomplete. id and klass don't be passed). And support Thread#set_trace_func which hook only specified thread and Thread#add_trace_func which add new trace func instead of replace old one. C level API was modified. See thread.c (logic) and yarvcore.h (data structures).;To;;I"vm.c, vm_macro.def;T;[o;;[I"add hook points.;To;;I"compile.c, insns.def;T;[o;;[I"fix "trace" instruction.;To;;I"iseq.c, vm_macro.h;T;[o;;[I",add compile option "trace_instruction".;To;;I"#test/ruby/test_settracefunc.rb;T;[o;;[I"'hook "c-return" of set_trace_func.;TS; ; i; I"GThu Apr 19 20:57:50 2007 Yukihiro Matsumoto ;T@ o; ;;;[ o;;I"parse.y (symbol);T;[o;;[I"/symbols should be followed by EXPR_ENDARG.;To;;I"parse.y (dsym);T;[o;;[I" ditto.;To;;I"parse.y (parser_yylex);T;[o;;[I"/strings should be followed by EXPR_ENDARG.;To;;I"parse.y (parser_yylex);T;[o;;[I"ditto for numbers.;To;;I"parse.y (parser_yylex);T;[o;;[I"#EXPR_ENDARG after ']' and '}'.;TS; ; i; I"=Thu Apr 19 17:46:36 2007 Koichi Sasada ;T@ o; ;;;[o;;I"lib/optparse.rb;T;[o;;[I"fix to override conv proc.;TS; ; i; I"2007-04-18;T@ S; ; i; I"EWed Apr 18 10:41:21 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"util.c (ruby_strtod);T;[o;;[I".exponent is radix 10. [ruby-talk:248272];TS; ; i; I"EWed Apr 18 02:50:50 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"yarvcore.c (th_init2);T;[o;;[I"_push initial blockptr value for rb_block_given_p() outside ruby_exec(). [ruby-core:10923];TS; ; i; I"EWed Apr 18 02:30:24 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"configure.in (LDFLAGS);T;[o;;[I"Eprepend -L. instead appending it to XLDFLAGS. [ruby-core:10933];To;;I"configure.in (Makefile);T;[o;;[I";T@ o; ;;;[o;;I"ext/pty/expect_sample.rb;T;[o;;[I"|avoid symbolic link representation for expect. a patch from Kazuhiro NISHIYAMA . [ruby-dev:30714];TS; ; i; I"GMon Apr 16 22:51:11 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I" sample;T;[o;;[I"replace TRUE, FALSE with true, false respectively. a patch from Kazuhiro NISHIYAMA . [ruby-dev:30713];TS; ; i; I"EMon Apr 16 17:08:02 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I""lib/optparse.rb (make_switch);T;[o;;[I"jdo not clobber converter if pattern has no convert method. reported by sheepman in [ruby-dev:30709].;TS; ; i; I"EMon Apr 16 16:49:32 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I")ext/stringio/stringio.c (strio_seek);T;[o;;[I"Nconsistent behavior with IO#seek. patch by sheepman in [ruby-dev:30710].;TS; ; i; I"GMon Apr 16 16:34:08 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"parse.y (parser_yylex);T;[o;;[I"Wshould set command_start after block starting "do"s and braces. [ruby-core:10916];TS; ; i; I"GMon Apr 16 10:51:37 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I""enum.c (enum_each_with_index);T;[o;;[I"Eeach_with_index to forward arguments to each. [ruby-core:10921];TS; ; i; I"GMon Apr 16 10:43:10 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"time.c (time_arg);T;[o;;[I"5should allow to specify 24:00. [ruby-core:10915];TS; ; i; I"2007-04-15;T@ S; ; i; I"ASun Apr 15 09:12:54 2007 Tadayoshi Funaba ;T@ o; ;;;[o;;I"lib/date/format.rb;T;[o;;[I"added some zone names.;To;;I" lib/date/format.rb (_parse);T;[o;;[I"Nnow interprets doted numerical dates as a big endian (except dd.mm.yyyy).;TS; ; i; I"2007-04-12;T@ S; ; i; I"=Thu Apr 12 17:13:22 2007 Koichi Sasada ;T@ o; ;;;[o;;I"thread.c (mutex_try_lock);T;[o;;[I" check and set owner thread.;To;;I"thread_pthread.ci;T;[o;;[I"-fix to show error code in error message.;TS; ; i; I"=Thu Apr 12 17:11:54 2007 Koichi Sasada ;T@ o; ;;;[o;;I"eval.c (rb_rescue2);T;[o;;[I"$restore cfp ([ruby-dev:30582]).;TS; ; i; I"=Thu Apr 12 16:06:48 2007 Koichi Sasada ;T@ o; ;;;[o;;I"eval.c (rb_protect);T;[o;;[I"$restore cfp ([ruby-dev:30671]).;TS; ; i; I"=Thu Apr 12 16:04:31 2007 Koichi Sasada ;T@ o; ;;;[o;;I""compile.c (iseq_compile_each);T;[o;;[I"'check node->nd_state == 1, not !0.;TS; ; i; I"2007-04-11;T@ S; ; i; I"BWed Apr 11 16:35:16 2007 NAKAMURA Usaku ;T@ o; ;;;[o;;I"Dwin32/win32.[ch] (rb_w32_enter_critical, rb_w32_leave_critical);T;[o;;[I"+no need to reject reentrance. removed.;To;;I"rubysig.h (RUBY_CRITICAL);T;[o;;[I"follow above changes.;To;;I"#rubysig.h (TRAP_BEG, TRAP_END);T;[o;;[I"no need to save errno.;TS; ; i; I"2007-04-10;T@ S; ; i; I"BTue Apr 10 17:02:17 2007 NAKAMURA Usaku ;T@ o; ;;;[o;;I"0win32/win32.c (rb_w32_fclose, rb_w32_close);T;[o;;[I"Aneed to save errno before calling original fclose()/close().;TS; ; i; I"BTue Apr 10 16:14:22 2007 NAKAMURA Usaku ;T@ o; ;;;[o;;I"&thread_win32.ci (w32_wait_events);T;[o;;[I":check whether interrupt_event is valid handle or not.;To;;I",thread_win32.ci (native_thread_destroy);T;[o;;[I")clear interrupt_event when close it.;TS; ; i; I"BTue Apr 10 15:53:17 2007 NAKAMURA Usaku ;T@ o; ;;;[o;;I"-thread_pthread.ci (native_thread_create);T;[o;;[I"3initialize sleep_cond. fixed: [ruby-dev:30675];TS; ; i; I"2007-04-09;T@ S; ; i; I"BMon Apr 9 18:48:57 2007 NAKAMURA Usaku ;T@ o; ;;;[o;;I"thread.c (do_select);T;[o;;[I"Eubf_select() is not necessary. interrupt is checked in the loop.;TS; ; i; I"BMon Apr 9 18:27:26 2007 NAKAMURA Usaku ;T@ o; ;;;[o;;I"thread.c (do_select);T;[o;;[I"(use ubf_select() as UBF on windows.;To;;I"win32/win32.c (do_select);T;[o;;[I"Xshouldn't call catch_interrupt() here. fixed: [ruby-dev:30674], reported by wanabe.;TS; ; i; I"AMon Apr 9 09:24:32 2007 Shugo Maeda ;T@ o; ;;;[o;;I"!lib/net/imap.rb (disconnect);T;[o;;[I"9call shutdown for SSLSocket. Thanks, Technorama Ltd.;TS; ; i; I"2007-04-08;T@ S; ; i; I"ESun Apr 8 13:28:17 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"compile.c (defined_expr);T;[o;;[I"Wtest arguments of NODE_CALL and so on as well as NODE_ATTRASGN. [ruby-core:10886];TS; ; i; I"2007-04-06;T@ S; ; i; I"BFri Apr 6 10:56:29 2007 NAKAMURA Usaku ;T@ o; ;;;[o;;I"7ext/openssl/ossl_pkey_ec.c (ossl_ec_key_get_group);T;[o;;[I",get rid of warning. we are aware of it.;TS; ; i; I"IFri Apr 6 04:00:24 2007 Technorama Ltd. ;T@ o; ;;;[o;;I"7ext/openssl/ossl_{bn,x509{attr,cert,name,store}}.c;T;[o;;[I"Add documentation.;TS; ; i; I"2007-04-05;T@ S; ; i; I"EThu Apr 5 17:59:19 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"compile.c (defined_expr);T;[o;;[I".support for assignment. [ruby-core:10867];To;;I" compile.h (ADD_CATCH_ENTRY);T;[o;;[I" removed temporary variable.;TS; ; i; I"BThu Apr 5 15:13:34 2007 NAKAMURA Usaku ;T@ o; ;;;[o;;I";T@ o; ;;;[ o;;I"ext/openssl/ossl_pkcs5.c;T;[o;;[I"New module.;To;;I"4ext/openssl/ossl_{cipher,digest,pkcs7,pkcs12}.c;T;[o;;[I"'Remove redundant module namespace.;To;;0;[o;;[0o;;I"&ext/openssl/ossl_{pkcs7,pkcs12}.c;T;[o;;[I"Add documentation.;TS; ; i; I"EThu Apr 5 00:42:48 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"0error.c (rb_notimplement), io.c (pipe_open);T;[o;;[I"Wremoved definite articles and UNIX manual section from messages. [ruby-dev:30690];TS; ; i; I"2007-04-04;T@ S; ; i; I"EWed Apr 4 17:09:17 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"io.c (pipe_open);T;[o;;[I"Arefined the message of NotImplementedError. [ruby-dev:30685];TS; ; i; I"BWed Apr 4 12:29:02 2007 NAKAMURA Usaku ;T@ o; ;;;[o;;I"error.c (rb_notimplement);T;[o;;[I"3should show the name of this func, not callee.;TS; ; i; I"EWed Apr 4 10:18:04 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"io.c (popen_exec);T;[o;;[I"9should not close close-on-exec FDs. [ruby-dev:30679];To;;I"io.c (pipe_open);T;[o;;[I"mraise NotImplementedError for command "-" on platforms where fork(2) is not available. [ruby-dev:30681];TS; ; i; I"HTue Apr 4 04:17:18 2007 Technorama Ltd. ;T@ o; ;;;[o;;I"ext/openssl/ossl_ssl.c;T;[o;;[I"Add documentation.;TS; ; i; I"2007-04-03;T@ S; ; i; I"ETue Apr 3 16:22:24 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"ext/openssl/extconf.rb;T;[o;;[I"&check for functions added in 1.9.;To;;I"ext/openssl/ruby_missing.h;T;[o;;[I"Lcheck per features instead by checking version code. [ruby-core:10845];TS; ; i; I"HTue Apr 3 16:02:44 2007 Technorama Ltd. ;T@ o; ;;;[o;;I"ext/openssl/ossl_bn.c;T;[o;;[I"More documentation.;To;;I"-ext/openssl/lib/ossl_{pkey,pkey_ec}.[ch];T;[o;;[I"Add elliptic curves.;TS; ; i; I"BTue Apr 3 15:50:41 2007 NAKAMURA Usaku ;T@ o; ;;;[o;;I"-ext/socket/socket.c (s_recv, s_recvfrom);T;[o;;[I"some systems (such as windows) doesn't set fromlen if the socket is connection-oriented. reported by Bram Whillock in [ruby-core:10512] [ruby-Bugs#9061];TS; ; i; I"BTue Apr 3 09:36:55 2007 NAKAMURA Usaku ;T@ o; ;;;[o;;I"ext/openssl/ruby_missing.h;T;[o;;[I":need to include version.h to check RUBY_VERSION_CODE.;TS; ; i; I"HMon Apr 3 07:10:12 2007 Technorama Ltd. ;T@ o; ;;;[o;;I"Zext/openssl/ossl_{ssl.[ch],ssl_session.c}, ext/openssl/lib/openssl/lib/openssl/ssl.rb;T;[o;;[I"_New SSL::Session class. Add session cb's, getter/setters, config, and statistics methods.;TS; ; i; I"HMon Apr 3 04:00:23 2007 Technorama Ltd. ;T@ o; ;;;[ o;;0;[o;;[0o;;0;[o;;[0o;;0;[o;;[0o;;0;[o;;[0S; ; i; I"2007-04-02;T@ S; ; i; I"EMon Apr 2 21:55:12 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I">insns.def (throw), thread.c, yarvcore.h (throwed_errinfo);T;[o;;[I"fixed typo.;TS; ; i; I"2007-03-30;T@ S; ; i; I"BFri Mar 30 11:46:51 2007 NAKAMURA Usaku ;T@ o; ;;;[o;;I"%win32/win32.c (rb_w32_cmdvector);T;[o;;[I";fixed buffer size. reported by wanabe [ruby-dev:30672];To;;I"9win32/win32.c (init_env, insert, rb_w32_get_environ);T;[o;;[I"Ouse strdup instead of malloc + strlcpy. suggested by nobu [ruby-dev:30673];TS; ; i; I"DFri Mar 30 02:29:04 2007 Technorama ;T@ o; ;;;[ o;;I"Fext/openssl/ossl_{bn,cipher,digest,hmac,rand,pkey_{dh,dsa,rsa}}.c;T;[o;;[I"+Add Documentation for various methods.;To;;I"&ext/openssl/lib/openssl/cipher.rb;T;[o;;[I" Ditto;To;;I"ext/openssl/ossl_bn.c;T;[o;;[I"%add lshift! and rshift! methods.;To;;I"ext/openssl/ossl_digest.c;T;[o;;[I")GetDigestPtr() also accept a string.;TS; ; i; I"2007-03-23;T@ S; ; i; I"BFri Mar 23 11:28:24 2007 NAKAMURA Usaku ;T@ o; ;;;[o;;I"win32/win32.c (init_env, insert, cmdglob, rb_w32_cmdvector, rb_w32_opendir, rb_w32_readdir, rb_w32_strerror, rb_w32_stati64, rb_w32_get_environ);T;[o;;[I"!use strlcpy() and strlcat().;To;;I"#win32/win32.c (rb_w32_opendir);T;[o;;[I")use realloc() instead of xrealloc().;To;;I"$win32/win32.c (rb_w32_closedir);T;[o;;[I"%check NULL before free pointers.;TS; ; i; I"DFri Mar 23 00:24:52 2007 Keiju Ishitsuka ;T@ o; ;;;[o;;I"lib/shell;T;[o;;[I":commit miss(support for ruby 1.9(YARV) thread model).;TS; ; i; I"2007-03-22;T@ S; ; i; I"BThu Mar 22 13:32:17 2007 NAKAMURA Usaku ;T@ o; ;;;[o;;I"win32/Makefile.sub (LIBS);T;[o;;[I"#remove an unnecessary library.;TS; ; i; I"BThu Mar 22 10:27:58 2007 NAKAMURA Usaku ;T@ o; ;;;[o;;I")test/ruby/test_bignum.rb (test_to_s);T;[o;;[I"add tests for Bignum#to_s.;TS; ; i; I"2007-03-21;T@ S; ; i; I"BWed Mar 21 20:38:06 2007 NAKAMURA Usaku ;T@ o; ;;;[o;;I"*marshal.c (w_short, w_long, w_object);T;[o;;[I"get rid of VC++ warnings.;TS; ; i; I"=Wed Mar 21 20:05:07 2007 Koichi Sasada ;T@ o; ;;;[o;;I"compile.c, parse.y, eval.c, intern.h, iseq.c, lex.c, node.h, proc.c, vm.c, vm_macro.def, vm_macro.def, yarvcore.c, yarvcore.h, debug.c, debug.h;T;[o;;[I"merge half-baked-1.9 changes. The biggest change is to change node structure around NODE_SCOPE, NODE_ARGS. Every scope (method/class/block) has own NODE_SCOPE node and NODE_ARGS represents more details of arguments information. I'll write a document about detail of node structure.;TS; ; i; I"EWed Mar 21 17:04:30 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"bignum.c (rb_big2str0);T;[o;;[I"?round up for the most significant digit. [ruby-core:10686];TS; ; i; I"JTue Mar 21 08:20:00 2007 Nathaniel Talbott ;T@ o; ;;;[o;;I"(test/testunit/collector/test_dir.rb;T;[o;;[I"Fixed test/unit tests that were breaking due to Module#public_instance_methods now returning a Symbol instead of a String.;To;;I"0test/testunit/collector/test_objectspace.rb;T;[o;;[I" Ditto.;TS; ; i; I"2007-03-20;T@ S; ; i; I"GTue Mar 20 22:54:50 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"marshal.c (w_extended);T;[o;;[I"Nerroneous check condition when dump method is defined. [ruby-core:10646];TS; ; i; I"DTue Mar 20 21:36:47 2007 Keiju Ishitsuka ;T@ o; ;;;[o;;I"lib/shell.rb, lib/shell;T;[o;;[I"-support for ruby 1.9(YARV) thread model.;TS; ; i; I"GTue Mar 20 16:36:08 2007 URABE Shyouhei ;T@ o; ;;;[o;;I"distruby.rb;T;[o;;[I"Add zip generation.;TS; ; i; I"GTue Mar 20 16:20:49 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"eval.c (rb_f_callee_name);T;[o;;[I"eadd __method__ and __callee__ again. __callee__ need to rework to adopt YARV. [ruby-core:10671];TS; ; i; I"@Tue Mar 20 11:09:00 2007 Akinori MUSHA ;T@ o; ;;;[o;;I"lib/set.rb;T;[o;;[I"Revise rdoc.;To;;I"4lib/set.rb (Set#freeze, Set#taint, Set#untaint);T;[o;;[I"Implement Set#freeze, Set#taint, and Set#untaint; requested by: Dan Hutchings in [ruby-bugs:PR#9359].;TS; ; i; I"ETue Mar 20 09:13:10 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"process.c (rb_fork);T;[o;;[I"Aflush stdouts always before fork(2). fixed: [ruby-dev:30612];TS; ; i; I"ETue Mar 20 01:38:48 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"#thread.c (thread_start_func_2);T;[o;;[I":store the result of first_func as well as first_proc.;To;;I""thread.c (thread_create_core);T;[o;;[I".block is not used if first_func is given.;TS; ; i; I"2007-03-19;T@ S; ; i; I"BMon Mar 19 16:58:52 2007 NAKAMURA Usaku ;T@ o; ;;;[ o;;I"+missing/{strlcat,strlcpy}.c, missing.h;T;[o;;[I"new functions.;To;;I" LEGAL;T;[o;;[I",add copyright notice about above files.;To;;I"configure.in;T;[o;;[I"8check whether strlcat and strlcpy are exist or not.;To;;I"%{bcc32,win32,wince}/Makefile.sub;T;[o;;[I"use above files.;TS; ; i; I"GMon Mar 19 14:12:25 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I")lib/matrix.rb (Matrix::inverse_from);T;[o;;[I"~adding partial pivoting to the Gauss-Jordan algorithm, making it stable. a patch from Peter Vanbroekhoven. [ruby-core:10641];TS; ; i; I"GMon Mar 19 12:13:36 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"regparse.c, etc.;T;[o;;[I"cK&R to ANSI code cleanup patch from Stefan Huehner . [ruby-core:10543];TS; ; i; I"AMon Mar 19 11:27:13 2007 Minero Aoki ;T@ o; ;;;[o;;I"$lib/net/protocol.rb (rbuf_read);T;[o;;[I""extend buffer size for speed.;TS; ; i; I"2007-03-18;T@ S; ; i; I"BSun Mar 18 08:31:51 2007 NAKAMURA Usaku ;T@ o; ;;;[o;;I"Qwin32/dir.h, win32/win32.c (rb_w32_opendir, rb_w32_readdir, rb_w32_closedir);T;[o;;[I"*get rid of possible buffer-overflows.;TS; ; i; I"2007-03-17;T@ S; ; i; I"?Sat Mar 17 19:10:39 2007 Kouhei Sutou ;T@ o; ;;;[o;;I"lib/rss, test/rss;T;[o;;[I"7- supported Atom. - bumped version 0.1.6 to 0.1.7.;To;;I"sample/rss/convert.rb;T;[o;;[I"added new sample.;TS; ; i; I"2007-03-16;T@ S; ; i; I"AFri Mar 16 22:32:20 2007 Minero Aoki ;T@ o; ;;;[o;;I"lib/net/pop.rb;T;[o;;[I"{change default verification mode from VERIFY_PEER to VERIFY_NONE because most POPS server does not have true certification.;TS; ; i; I"IFri Mar 16 22:19:24 2007 Masaki Suketa ;T@ o; ;;;[o;;I"ext/win32ole/win32ole.c;T;[o;;[I"eadd WIN32OLE#ole_activex_initialize, a little bit supporting ActiveX control. [ruby-talk:241188];TS; ; i; I"AFri Mar 16 22:16:58 2007 Minero Aoki ;T@ o; ;;;[o;;I"lib/net/http.rb;T;[o;;[I"8merge Ruby-SSPI patch contributed by Justin Bailey.;To;;I"#ext/Win32API/lib/win32/sspi.rb;T;[o;;[I"new file.;TS; ; i; I"2007-03-14;T@ S; ; i; I"GWed Mar 14 12:30:00 2007 Shigeo Kobayashi ;T@ o; ;;;[o;;I" ext/bigdecimal/bigdecimal.c;T;[o;;[I"DBigDecimal("-.31") is now treated as ("-0.31") not as ("0.31").;TS; ; i; I"2007-03-13;T@ S; ; i; I"DTue Mar 13 19:04:30 2007 Keiju Ishitsuka ;T@ o; ;;;[o;;I"lib/sync.rb;T;[o;;[I"-support for ruby 1.9(YARV) thread model.;TS; ; i; I"ETue Mar 13 09:25:10 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"%common.mk (clear-installed-list);T;[o;;[I"#separated from install-prereq.;TS; ; i; I"ATue Mar 13 07:23:20 2007 Shugo Maeda ;T@ o; ;;;[o;;I"#lib/monitor.rb (mon_try_enter);T;[o;;[I"Hcall @mon_muetx.try_lock. Thanks, Keiju ISHITSUKA. [ruby-dev:30507];TS; ; i; I"@Tue Mar 13 02:42:58 2007 Akinori MUSHA ;T@ o; ;;;[o;;I"lib/cgi.rb (CGI::header);T;[o;;[I"IIS >= 5.0 does not need the nph assumption any more; submitted by MIYASAKA Masaru in [ruby-dev:30537].;TS; ; i; I"2007-03-12;T@ S; ; i; I"@Mon Mar 12 10:53:28 2007 Akinori MUSHA ;T@ o; ;;;[o;;I"-ext/openssl/ossl_asn1.c (Init_ossl_asn1);T;[o;;[I"Let rdoc know about externally defined modules; submitted by Technorama Ltd. in [ruby-bugs:PR#4704].;To;;I")ext/openssl/ossl_bn.c (Init_ossl_bn);T;[o;;[I" Ditto.;To;;I"1ext/openssl/ossl_cipher.c (Init_ossl_cipher);T;[o;;[I" Ditto.;To;;I"1ext/openssl/ossl_digest.c (Init_ossl_digest);T;[o;;[I" Ditto.;To;;I"-ext/openssl/ossl_hmac.c (Init_ossl_hmac);T;[o;;[I" Ditto.;To;;I"-ext/openssl/ossl_pkey.c (Init_ossl_pkey);T;[o;;[I" Ditto.;To;;I".ext/openssl/ossl_pkey_dh.c (Init_ossl_dh);T;[o;;[I" Ditto.;To;;I"0ext/openssl/ossl_pkey_dsa.c (Init_ossl_dsa);T;[o;;[I" Ditto.;To;;I"0ext/openssl/ossl_pkey_rsa.c (Init_ossl_rsa);T;[o;;[I" Ditto.;To;;I"-ext/openssl/ossl_rand.c (Init_ossl_rand);T;[o;;[I" Ditto.;To;;I"+ext/openssl/ossl_ssl.c (Init_ossl_ssl);T;[o;;[I" Ditto.;TS; ; i; I"2007-03-11;T@ S; ; i; I"@Sun Mar 11 18:42:01 2007 Akinori MUSHA ;T@ o; ;;;[o;;I"*misc/ruby-mode.el (ruby-block-end-re);T;[o;;[I"CSupport for the experimental ';;' terminator had been dropped.;TS; ; i; I"@Sun Mar 11 05:45:46 2007 Akinori MUSHA ;T@ o; ;;;[o;;I" misc/README, misc/rdebug.el;T;[o;;[I"Add rdebug.el, Emacs ruby-debug interface based on rubydb3x.el; submitted by Martin Nordholts in [ruby-bugs:PR#9023].;TS; ; i; I"2007-03-10;T@ S; ; i; I"ISat Mar 10 07:20:28 2007 Masaki Suketa ;T@ o; ;;;[o;;I"ext/win32ole/win32ole.c;T;[o;;[I"Badd WIN32OLE_TYPELIB#library_name, WIN32OLE_TYPELIB#visible?.;To;;I"+test/win32ole/test_win32ole_typelib.rb;T;[o;;[I" ditto.;TS; ; i; I"2007-03-08;T@ S; ; i; I"AThu Mar 8 09:17:59 2007 Minero Aoki ;T@ o; ;;;[o;;I"compile.c;T;[o;;[I"%iseq_compile -> rb_iseq_compile.;To;;I" iseq.c;T;[o;;[I" ditto.;To;;I" intern.h;T;[o;;[I"-provide function prototype of Init_jump.;To;;I"eval_jump.h (Init_jump);T;[o;;[I"declare function type.;To;;I" thread.c;T;[o;;[I"Aplatform-dependent functions should be surrounded by #ifdef.;To;;I"iseq.c (iseq_data_to_ary);T;[o;;[I"remove unused variable.;To;;I"compile.c (set_arguments);T;[o;;[I" ditto.;To;;I"$thread.c (set_unblock_function);T;[o;;[I" ditto.;To;;I"thread_pthread.ci;T;[o;;[I"reduce printf warning.;To;;I"vm_dump.c;T;[o;;[I" ditto.;TS; ; i; I"2007-03-06;T@ S; ; i; I"ETue Mar 6 16:35:04 2007 Keiju Ishitsuka ;T@ o; ;;;[o;;I"$lib/shell/process-controller.rb;T;[o;;[I"=fix thread synchronization problem for [ruby-dev:30477].;TS; ; i; I"HTue Mar 6 11:53:25 2007 Hidetoshi NAGAI ;T@ o; ;;;[o;;I"ext/tk/sample/irbtkw.rbw;T;[o;;[I"fails to exit process.;TS; ; i; I"ETue Mar 6 10:23:09 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"runruby.rb;T;[o;;[I"@added --pure (turned on by default) and --debugger options.;TS; ; i; I"2007-03-05;T@ S; ; i; I"AMon Mar 5 09:19:33 2007 Minero Aoki ;T@ o; ;;;[o;;I"%lib/timeout.rb (Timeout.timeout);T;[o;;[I"*should return the block value always.;To;;I"%lib/timeout.rb (Timeout.timeout);T;[o;;[I"&should yield sec argument always.;To;;I"%lib/timeout.rb (Timeout.timeout);T;[o;;[I"fix document.;TS; ; i; I"AMon Mar 5 09:16:40 2007 Minero Aoki ;T@ o; ;;;[ o;;I"lib/net/smtp.rb;T;[o;;[I" support automatic STARTTLS.;To;;I"lib/net/smtp.rb;T;[o;;[I" check server advertisement.;To;;I"lib/net/smtp.rb;T;[o;;[I"(introduce new class SMTP::Response.;To;;I"lib/net/smtp.rb (getok);T;[o;;[I"should not use sprintf.;To;;I"#lib/net/smtp.rb (get_response);T;[o;;[I" ditto.;To;;I"lib/net/protocol.rb;T;[o;;[I""reduce syntax warning on 1.9.;TS; ; i; I"AMon Mar 5 07:13:28 2007 Minero Aoki ;T@ o; ;;;[ o;;I"lib/net/smtp.rb;T;[o;;[I"lreconstruct SMTPS/STARTTLS interface. New interface is incompatible from current 1.9 interface at all.;To;;I"lib/net/smtp.rb;T;[o;;[I"MAll SSL-related class methods are removed; use instance methods instead.;To;;I"lib/net/smtp.rb;T;[o;;[I"5rename methods: *ssl -> *tls (with alias "ssl").;To;;I"lib/net/smtp.rb;T;[o;;[I"'rename methods: *tls -> *starttls.;TS; ; i; I"EMon Mar 5 01:36:41 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"9parse.y (parser_yylex), win32/win32.c (rb_w32_utime);T;[o;;[I"-fixed indentation broken at YARV merger.;TS; ; i; I"2007-03-04;T@ S; ; i; I"ESun Mar 4 23:41:14 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"/file.c (rb_stat_uid, rb_stat_gid, eaccess);T;[o;;[I".use rb_uid_t and rb_gid_t instead of int.;To;;I"file.c (rb_stat_s_utime);T;[o;;[I"Ifixed a commit miss for the platforms where utimes() does not exist.;To;;I"lib/fileutils.rb (touch);T;[o;;[I" ditto.;TS; ; i; I"FSun Mar 4 14:46:56 2007 WATANABE Hirofumi ;T@ o; ;;;[o;;I"util.c (push_element);T;[o;;[I"should return a int value.;TS; ; i; I"@Sun Mar 4 01:01:25 2007 Akinori MUSHA ;T@ o; ;;;[o;;I"lib/set.rb (Set#^, Set#&);T;[o;;[I"{Correct documentation. Those methods return sets, not arrays; noted by Oliver Frank Wittich .;TS; ; i; I"2007-03-03;T@ S; ; i; I"ASat Mar 3 22:54:33 2007 Minero Aoki ;T@ o; ;;;[o;;I"lib/fileutils.rb (touch);T;[o;;[I"Flast #touch change causes error when :mtime option was not given.;TS; ; i; I"ASat Mar 3 22:51:29 2007 Minero Aoki ;T@ o; ;;;[o;;I"lib/fileutils.rb (mv);T;[o;;[I"Ncould not move directory between different file systems. [ruby-dev:30411];TS; ; i; I"ESat Mar 3 22:37:02 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"file.c (rb_file_s_utime);T;[o;;[I"'allow nil to set the current time.;To;;I"lib/fileutils.rb (touch);T;[o;;[I"Nditto, and added :mtime and :nocreate options. fixed: [ruby-talk:219037];TS; ; i; I"@Sat Mar 3 15:52:26 2007 Akinori MUSHA ;T@ o; ;;;[o;;I"%object.c (instance_variable_get);T;[o;;[I"2Restore rdoc markups lost in the last commit.;TS; ; i; I"2007-03-02;T@ S; ; i; I"IFri Mar 2 21:17:14 2007 Masaki Suketa ;T@ o; ;;;[o;;I"ext/win32ole/win32ole.c (get_ptr_of_variant, ole_set_safe_array, ole_val2ptr_variant, ole_val2olevariantdata, ole_variant2val, );T;[o;;[I"]fix some bugs of WIN32OLE_VARIANT.new when variant type is VT_ARRAY|VT_BSTR or VT_BYREF.;To;;I"Jext/win32ole/win32ole.c (folevariant_s_array, folevariant_initialize);T;[o;;[I"zWIN32OLE_VARIANT#[], WIN32OLE_VARIANT#[]=, WIN32OLE_VARIANT#value= is defined as instance method of WIN32OLE_VARIANT.;To;;I"+test/win32ole/test_win32ole_variant.rb;T;[o;;[I"7add some test for VT_ARRAY, VT_BYREF variant type.;TS; ; i; I"GFri Mar 2 07:58:24 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"object.c (rb_obj_ivar_set);T;[o;;[I"jRDoc updated according to a suggestion from Brian Candler . [ruby-core:10469];TS; ; i; I"2007-03-01;T@ S; ; i; I"FFri Dec 28 01:55:04 2007 Martin Duerst ;T@ o; ;;;[ o;;I"%transcode.c (transcode_dispatch);T;[o;;[I",reverted some of the changes in r14746.;To;;I")transcode.c, enc/trans/single_byte.c;T;[o;;[I"KAdded conversions to/from US-ASCII and ASCII-8BIT (using data tables).;To;;I"enc/trans/single_byte.c;T;[o;;[I"ISome spacing/ordering changes due to automatic data file generation.;To;;I""transcode_data.h, transcode.c;T;[o;;[I";Preliminary code for using micro-conversion functions.;To;;I" test/ruby/test_transcode.rb;T;[o;;[I">Added some tests for US-ASCII and ASCII-8BIT conversions.;TS; ; i; I"FTue Dec 25 12:32:32 2007 Martin Duerst ;T@ o; ;;;[o;;I"transcode.c;T;[o;;[I"Moving a static counter from inside register_transcoder() and register_functional_transcoder() to outside the functions, renaming from n to next_transcoder_position. Fixes 3) in [ruby-dev:32715].;TS; ; i; I"FMon Dec 24 09:45:45 2007 Martin Duerst ;T@ o; ;;;[o;;I"Ftranscode.c, transcode_data_one_byte.c, transcode_data_japanese.c;T;[o;;[I"/added rb_ prefix to external data symbols.;TS; ; i; I"FSun Dec 23 10:23:23 2007 Martin Duerst ;T@ o; ;;;[o;;I"transcode_data_one_byte.c;T;[o;;[I"+Better (and more honest) optimization.;To;;I"transcode_data_japanese.c;T;[o;;[I"First optimization step.;TS; ; i; I"FSat Dec 22 15:54:54 2007 Martin Duerst ;T@ o; ;;;[o;;I"ChangeLog;T;[o;;[I"/Information for last patch got lost, fixed;To;;I" test/ruby/test_transcode.rb;T;[o;;[I"OAdded simple tests for EUC-JP and Shift_JIS and tests for ASCII-only range;TS; ; i; I"FSat Dec 22 15:45:45 2007 Martin Duerst ;T@ o; ;;;[ o;;I"transcode_data_one_byte;T;[o;;[I"slightly optimized;To;;I"transcode_data_japanese;T;[o;;[I"+new data file for EUC-JP and SHIFT_JIS;To;;I"8(not yet optimized; tests to follow; data from http;T;[o;;[I"3//nkf.sourceforge.jp/ucm/{SJIS|eucJP}-nkf.ucm);To;;I"common.mk, transcode.c;T;[o;;[I")Adjusted for transcode_data_japanese;TS; ; i; I"FFri Dec 21 16:25:25 2007 Martin Duerst ;T@ o; ;;;[o;;I")common.mk, transcode_data_iso_8859.c;T;[o;;[I"*renamed to transcode_data_one_byte.c.;TS; ; i; I"FThu Dec 20 17:15:15 2007 Martin Duerst ;T@ o; ;;;[o;;I" pack.c;T;[o;;[I"tSlight change to documentation ('character' -> 'byte (C char)'). [ruby-core:13126], see also [ruby-core:13998].;TS; ; i; I"FSun Dec 16 17:07:35 2007 Martin Duerst ;T@ o; ;;;[ o;;I"!transcode.c (transcode_loop);T;[o;;[I"9removed special case (-1) for undefined conversions.;To;;I"transcode_data_iso_8859.c;T;[o;;[I"%Changed from character constants;To;;0;[o;;[0o;;I" test/ruby/test_transcode.rb;T;[o;;[I"'added a test for UNDEF conversion.;TS; ; i; I"FFri Dec 14 15:25:30 2007 Martin Duerst ;T@ o; ;;;[ o;;I"!transcode.c (encoding_equal);T;[o;;[I"new function.;To;;I"4transcode.c (str_transcode, transcode_dispatch);T;[o;;[I"/added two-step conversion logic via UTF-8.;To;;I"transcode.c;T;[o;;[I" some minor formatting fixes;To;;I"0transcode_data.h, transcode_data_iso_8859.c;T;[o;;[I"GShortened extremely frequently used macros to shorten file length.;To;;I" test/ruby/test_transcode.rb;T;[o;;[I"Fixed name of test class; added setup method to ensure all necessary encodings exist; split tests into more test methods; added tests; fixed ordering of arguments in assert_equal to have expected result first.;TS; ; i; I"EThu Mar 1 21:38:07 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"parse.y (stmt, arg);T;[o;;[I"Eshould not omit lhs of OP_ASGN1 even if empty. [ruby-dev:30455];TS; ; i; I"@Thu Mar 1 02:55:25 2007 Akinori MUSHA ;T@ o; ;;;[o;;I"3ext/digest/digest.c (get_digest_base_metadata);T;[o;;[I"|Allow inheriting Digest::Base subclasses, which was unintentionally made impossible while restructuring Digest classes.;TS; ; i; I"EThu Mar 1 02:05:17 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"mkconfig.rb (patchlevel);T;[o;;[I"read from version.h.;TS; ; i; I"2007-02-28;T@ S; ; i; I"FWed Feb 28 21:15:00 2007 WATANABE Hirofumi ;T@ o; ;;;[o;;I"$configure.in (ac_cv_func_fcntl);T;[o;;[I"fcntl support for MinGW.;To;;I"missing/flock.c;T;[o;;[I"workaround for MinGW.;TS; ; i; I"GWed Feb 28 20:51:32 2007 URABE Shyouhei ;T@ o; ;;;[o;;I"pack.c (pack_unpack);T;[o;;[I"properly ignore non-base64 octets such as UTF-8 encoded BOMs; submitted by SOUMA Yutaka to fix [ruby-core:10437];TS; ; i; I"BWed Feb 28 18:31:51 2007 NAKAMURA Usaku ;T@ o; ;;;[o;;I"ext/openssl/extconf.rb;T;[o;;[I"no need to check unistd.h and sys/time.h. they are already checked at configure. reported by KOBAYASHI Yasuhiro [ruby-list:43225];TS; ; i; I"BWed Feb 28 18:23:43 2007 NAKAMURA Usaku ;T@ o; ;;;[o;;I"lib/mkmf.rb ($DEFLIBPATH);T;[o;;[I"default library paths ($(topdir), etc) should be the first elements of library paths list. reported by KOBAYASHI Yasuhiro [ruby-list:43225];TS; ; i; I"EWed Feb 28 10:33:58 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"=Makefile.in, configure.in, */Makefile.sub (THREAD_MODEL);T;[o;;[I""system specific thread model.;To;;I"'compile.h, regint.h, vm.h, array.c;T;[o;;[I""removed unnecessary #include.;TS; ; i; I"GWed Feb 28 04:03:03 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"enum.c (take_i);T;[o;;[I"msmall cosmetic / documentation patch from Tadashi Saito . [ruby-dev:30446];TS; ; i; I"BWed Feb 28 01:20:18 2007 NAKAMURA Usaku ;T@ o; ;;;[o;;I"'test/{dbm,gdbm}/test_{dbm,gdbm}.rb;T;[o;;[I"cshouldn't use host_os. use target_os instead. reported by KOBAYASHI Yasuhiro [ruby-list:43225];TS; ; i; I"GWed Feb 28 00:08:11 2007 URABE Shyouhei ;T@ o; ;;;[o;;I"mkconfig.rb (RbConfig);T;[o;;[I"add CONFIG['PATCHLEVEL'];To;;I"common.mk;T;[o;;[I"new target dist;To;;I"distruby.rb;T;[o;;[I" new file;TS; ; i; I"2007-02-27;T@ S; ; i; I"FTue Feb 27 22:18:45 2007 WATANABE Hirofumi ;T@ o; ;;;[o;;I",configure.in (--enable-auto-image-base);T;[o;;[I"avoid the necessity to rebase the shared libs as much as possible; submitted by Corinna Vinschen in [ruby-talk:240964].;TS; ; i; I"FTue Feb 27 21:36:47 2007 WATANABE Hirofumi ;T@ o; ;;;[o;;I""util.c (__crt0_glob_function);T;[o;;[I"+use ruby_glob() instead of rb_globi().;TS; ; i; I"FTue Feb 27 21:33:04 2007 WATANABE Hirofumi ;T@ o; ;;;[o;;I"(configure.in (ac_cv_func_setrlimit);T;[o;;[I"workaround for djgpp.;TS; ; i; I"BTue Feb 27 20:35:28 2007 NAKAMURA Usaku ;T@ o; ;;;[o;;I"#common.mk (error.c, process.c);T;[o;;[I"(depend on yarvcore.h and rubysig.h.;TS; ; i; I"@Tue Feb 27 19:26:31 2007 Akinori MUSHA ;T@ o; ;;;[o;;I"Next/nkf/nkf.c (rb_str_resize, rb_nkf_kconv, rb_nkf_guess1, rb_nkf_guess2);T;[o;;[I"Silence warnings regarding char * vs. unsigned char * mismatch; submitted by Lyle Johnson in [ruby-core:10416].;TS; ; i; I"@Tue Feb 27 19:15:01 2007 Akinori MUSHA ;T@ o; ;;;[o;;I"&lib/base64.rb (Base64::b64encode);T;[o;;[I"]Fix documentation; submitted by David Symonds in [ruby-core:10432].;TS; ; i; I"@Tue Feb 27 18:59:42 2007 Akinori MUSHA ;T@ o; ;;;[ o;;I"2ext/bigdecimal/bigdecimal.c (BigDecimal_load);T;[o;;[I"Silence warnings regarding char * vs. unsigned char * mismatch; submitted by Lyle Johnson in [ruby-core:10416].;To;;I"-ext/digest/sha1/sha1ossl.c (SHA1_Finish);T;[o;;[I" Ditto.;To;;I"3ext/digest/rmd160/rmd160ossl.c (RMD160_Finish);T;[o;;[I" Ditto.;To;;I"Gext/digest/digest.c (rb_digest_base_finish, rb_digest_base_update);T;[o;;[I" Ditto.;TS; ; i; I"GTue Feb 27 18:12:05 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"enum.c (enum_take);T;[o;;[I""new method. [ruby-dev:30407];To;;I"enum.c (enum_drop);T;[o;;[I" ditto.;TS; ; i; I"=Tue Feb 27 07:47:24 2007 Koichi Sasada ;T@ o; ;;;[ o;;I"yarvcore.h, vm.h;T;[o;;[I",rename th_invoke_yield() to th_yield().;To;;I"blockinlining.c;T;[o;;[I" ditto.;To;;I" eval.c;T;[o;;[I" ditto.;To;;I"vm.c, insns.def;T;[o;;[I"=rename th_invoke_yield_cfunc() to th_yield_with_cfunc().;To;;I"yarvcore.h, yarvcore.c;T;[o;;[I"krename theYarvVM to ruby_current_vm and yarvCurrentThread to ruby_current_thread. remove yarvVMArray.;TS; ; i; I"ATue Feb 27 00:45:23 2007 Minero Aoki ;T@ o; ;;;[o;;I"#test/ruby/test_optimization.rb;T;[o;;[I"0restore method before calling assert_equal.;TS; ; i; I"2007-02-26;T@ S; ; i; I"=Mon Feb 26 00:58:39 2007 Koichi Sasada ;T@ o; ;;;[o;;I"yarvcore.h;T;[o;;[I"+add rb_thread_t#top_wrapper, top_self.;To;;I"eval_load.c (rb_load);T;[o;;[I"#support eval in wrapper module;To;;0;[o;;[0o;;I" eval.c;T;[o;;[I" ditto.;To;;I"eval_jump.h;T;[o;;[I" ditto.;To;;I" iseq.c;T;[o;;[I" ditto.;To;;I" vm.c;T;[o;;[I" ditto.;To;;I"yarvcore.c;T;[o;;[I" ditto.;To;;I"insns.def;T;[o;;[I"add a empty line.;TS; ; i; I"=Mon Feb 26 00:54:36 2007 Koichi Sasada ;T@ o; ;;;[o;;I"common.mk;T;[o;;[I"change "gdb" rule. You can debug miniruby with $(srcdir)/test.rb on gdb by this rule (type "make gdb"). If you write break points to "breakpoints.gdb" on $srcdir, gdb runs with this file.;TS; ; i; I"2007-02-25;T@ S; ; i; I"=Sun Feb 25 11:46:58 2007 Koichi Sasada ;T@ o; ;;;[o;;I"win32/Makefile.sub;T;[o;;[I"enable -Zi (debug) option.;TS; ; i; I"=Sun Feb 25 11:38:40 2007 Koichi Sasada ;T@ o; ;;;[o;;I" ruby.h;T;[o;;[I":define RUBY_VM macro and remove NATIVETHREAD* macros.;To;;I" intern.h;T;[o;;[I" ditto.;To;;I"signal.c (posix_signal);T;[o;;[I"8remove unused function posix_nativethread_signal().;TS; ; i; I"=Sun Feb 25 11:31:13 2007 Koichi Sasada ;T@ o; ;;;[o;;I"thread.c (rb_thread_run);T;[o;;[I"fix to ANSI style.;TS; ; i; I"ASun Feb 25 11:09:16 2007 Minero Aoki ;T@ o; ;;;[o;;I"bootstraptest/runner.rb;T;[o;;[I"'show source code in error message.;TS; ; i; I"=Sun Feb 25 09:39:50 2007 Koichi Sasada ;T@ o; ;;;[o;;I"yarvcore.h;T;[o;;[I"orename: rb_iseq_t#file_name -> filename rb_iseq_t#local_tbl -> local_table add: rb_iseq_t#local_table_size;To;;I"compile.c;T;[o;;[I"-separate local_table_size and local_size;To;;0;[o;;[0o;;I"blockinlining.c;T;[o;;[I"apply above rename.;To;;I"compile.h;T;[o;;[I" ditto.;To;;I" eval.c;T;[o;;[I" ditto.;To;;I" iseq.c;T;[o;;[I" ditto.;To;;I" proc.c;T;[o;;[I" ditto.;To;;I" vm.c;T;[o;;[I" ditto.;To;;I"vm_dump.c;T;[o;;[I" ditto.;TS; ; i; I"ASun Feb 25 10:27:17 2007 Minero Aoki ;T@ o; ;;;[o;;I"bootstraptest/runner.rb;T;[o;;[I"add lib/ to load path.;TS; ; i; I"ESat Feb 25 10:16:50 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"rubyio.h (HAVE_RB_IO_T);T;[o;;[I")macro to tell if rb_io_t is defined.;TS; ; i; I"2007-02-24;T@ S; ; i; I"ASat Feb 24 19:39:16 2007 Minero Aoki ;T@ o; ;;;[o;;I"common.mk;T;[o;;[I"/new target "btest", to run bootstraptests.;TS; ; i; I"ESat Feb 24 19:30:40 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"Bfile.c, gc.c, io.c, ruby.h, rubyio.h, win32/win32.h (rb_io_t);T;[o;;[I"renamed from OpenFile.;To;;I"ext/dl/cptr.c, ext/io/wait/wait.c, ext/openssl/ossl.h, ext/openssl/ossl_bio.c, ext/openssl/ossl_ssl.c, ext/pty/pty.c, ext/readline/readline.c, ext/socket/socket.c;T;[o;;[I" ditto.;TS; ; i; I"ASat Feb 24 19:28:23 2007 Minero Aoki ;T@ o; ;;;[o;;I"bootstraptest/runner.rb;T;[o;;[I"new option -v,--verbose.;TS; ; i; I"ASat Feb 24 18:55:50 2007 Minero Aoki ;T@ o; ;;;[o;;I"yarvtest/test_method.rb;T;[o;;[I"'removed (merged to bootstraptest).;To;;I"yarvtest/test_class.rb;T;[o;;[I" ditto.;TS; ; i; I"ASat Feb 24 18:44:39 2007 Minero Aoki ;T@ o; ;;;[o;;I" bootstraptest/test_class.rb;T;[o;;[I"new file.;To;;I"!bootstraptest/test_method.rb;T;[o;;[I"add tests.;TS; ; i; I"ESat Feb 24 18:44:30 2007 Nobuyoshi Nakada ;T@ o; ;;;[ o;;I")intern.h (rb_thread_blocking_region);T;[o;;[I"add prototype.;To;;I",file.c (rb_thread_flock, rb_file_flock);T;[o;;[I"use UBF feature.;To;;I"0process.c (rb_waitpid_blocking, rb_waitpid);T;[o;;[I"use UBF feature.;To;;I"thread.c (rb_thread_debug);T;[o;;[I""added runtime debugging flag.;To;;I"thread.c (BLOCKING_REGION);T;[o;;[I"restore previous UBF.;To;;I")thread.c (rb_thread_blocking_region);T;[o;;[I"default UBF to interrupt in system dependent way by RB_UBF_DFL. + ubf_select() on posix system + ubf_handle() on Win32 + none on cygwin;To;;I"2thread_win32.ci (rb_w32_wait_events_blocking);T;[o;;[I"blocking version.;To;;I"win32/win32.c (waitpid);T;[o;;[I"'use rb_w32_wait_events_blocking().;TS; ; i; I"ASat Feb 24 17:45:48 2007 Minero Aoki ;T@ o; ;;;[o;;I"%parse.y (f_arg, opt_f_block_arg);T;[o;;[I" ripper should export VALUE.;TS; ; i; I"ASat Feb 24 16:52:55 2007 Minero Aoki ;T@ o; ;;;[o;;I"bootstraptest/runner.rb;T;[o;;[I"fix syntax error.;TS; ; i; I"ASat Feb 24 16:51:09 2007 Minero Aoki ;T@ o; ;;;[o;;I"bootstraptest/runner.rb;T;[o;;[I"new option --help.;TS; ; i; I"ASat Feb 24 16:47:33 2007 Minero Aoki ;T@ o; ;;;[ o;;I"bootstraptest;T;[o;;[I"new test suite.;To;;I"bootstraptest/runner.rb;T;[o;;[I"new file.;To;;I""bootstraptest/test_literal.rb;T;[o;;[I"new file.;To;;I"!bootstraptest/test_method.rb;T;[o;;[I"new file.;TS; ; i; I"BSat Feb 24 16:29:15 2007 NAKAMURA Usaku ;T@ o; ;;;[o;;I" win32/win32.c (StartSocket);T;[o;;[I"remove unnecessary code.;TS; ; i; I"GSat Feb 24 16:04:30 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I" parse.y (struct local_vars);T;[o;;[I"-remove unused nofree member from struct.;To;;I"parse.y (parser_free);T;[o;;[I" ditto.;TS; ; i; I"ASat Feb 24 15:57:19 2007 Shugo Maeda ;T@ o; ;;;[o;;I"0lib/thread.rb (ConditionVariable#broadcast);T;[o;;[I"+use Mutex instead of Thread.exclusive.;To;;I"+lib/monitor.rb (MonitorMixin#mon_exit);T;[o;;[I"2unset @mon_owner before calling Mutex#unlock.;TS; ; i; I"ASat Feb 24 15:51:45 2007 Minero Aoki ;T@ o; ;;;[o;;I"parse.y (program);T;[o;;[I"1remove useless assignment to reduce warning.;TS; ; i; I"GSat Feb 24 15:41:51 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"parse.y (lambda);T;[o;;[I"8remove unused clause from the rule to stop warning.;TS; ; i; I"ASat Feb 24 15:41:22 2007 Shugo Maeda ;T@ o; ;;;[o;;I"lib/thread.rb;T;[o;;[I"'do not redefine Mutex#synchronize.;TS; ; i; I"ASat Feb 24 15:14:02 2007 Shugo Maeda ;T@ o; ;;;[o;;I"lib/monitor.rb;T;[o;;[I"-rewritten using Mutex/ConditionVariable.;TS; ; i; I"=Sat Feb 24 13:25:32 2007 Koichi Sasada ;T@ o; ;;;[o;;I" lib/soap/mapping/factory.rb;T;[o;;[I"Dcatch up with spec changes (return Symbols instead of Strings).;To;;I" lib/soap/mapping/mapping.rb;T;[o;;[I" ditto.;TS; ; i; I"=Sat Feb 24 10:49:55 2007 Koichi Sasada ;T@ o; ;;;[ o;;I"parse.y, node.h, compile.c;T;[o;;[I"fchange node tree structure. a purpose of this change is to unify argument structure of method and block. this change prohibits duplicate block parameter name. new argument information: NODE_ARGS [m: int, o: NODE_OPT_ARG, ->] NODE_ARGS_AUX [r: ID, b: ID, ->] NODE_ARGS_AUX [Pst: id, Plen: int, init: NODE*] optarg information: NODE_OPT_ARGS [idx, expr, ->];To;;I"vm_macro.def;T;[o;;[I" ditto.;To;;I" gc.c;T;[o;;[I" ditto.;To;;I" iseq.c;T;[o;;[I" ditto.;To;;I"compile.h;T;[o;;[I"fix debug function name.;To;;I"'test/ripper/test_scanner_events.rb;T;[o;;[I"|_,_,foo| -> |_1,_2,foo|;To;;I"test/ruby/test_lambda.rb;T;[o;;[I"disable test temporarily.;TS; ; i; I"=Sat Feb 24 10:46:28 2007 Koichi Sasada ;T@ o; ;;;[o;;I"#test/testunit/test_testcase.rb;T;[o;;[I"2catch up with current instance variable spec.;TS; ; i; I"=Sat Feb 24 10:32:59 2007 Koichi Sasada ;T@ o; ;;;[o;;I"common.mk;T;[o;;[I"change vm_macro.def rule.;TS; ; i; I"ASat Feb 24 10:38:05 2007 Minero Aoki ;T@ o; ;;;[o;;I"2ext/racc/cparse/cparse.c (cparse_params_mark);T;[o;;[I"Lremove useless rb_gc_mark. Thanks Tomoyuki Chikanaga. [ruby-dev:30405];TS; ; i; I"ISat Feb 24 07:31:35 2007 Masaki Suketa ;T@ o; ;;;[o;;I"ext/win32ole/win32ole.c;T;[o;;[I"Fadd WIN32OLE_VARIANT.array, WIN32OLE_VARIANT#value=, refactoring.;To;;I"+test/win32ole/test_win32ole_variant.rb;T;[o;;[I"Gadd some test for WIN32OLE_VARIANT.array, WIN32OLE_VARIANT#value=.;TS; ; i; I"2007-02-23;T@ S; ; i; I"AFri Feb 23 18:37:55 2007 Minero Aoki ;T@ o; ;;;[o;;I"test/ruby/test_yield.rb;T;[o;;[I"new test.;To;;I"yarvtest/test_yield.rb;T;[o;;[I"&removed (moved to test_yield.rb).;TS; ; i; I"BFri Feb 23 18:27:17 2007 NAKAMURA Usaku ;T@ o; ;;;[ o;;I"!thread.c (rb_thread_polling);T;[o;;[I"check interrupts here.;To;;I"&thread_win32.ci (w32_wait_events);T;[o;;[I"Jrename from w32_wait_event(), and now receive multiple event handles.;To;;I"5win32/win32.c (wait_events, rb_w32_main_context);T;[o;;[I" removed.;To;;I")thread_win32.ci (rb_w32_wait_events);T;[o;;[I"new function.;To;;I"@thread_win32.ci, win32/win32.c (rb_w32_sleep, rb_w32_Sleep);T;[o;;[I"Kmove from win32/win32.c to thread_win32.ci, and use w32_wait_events().;TS; ; i; I"AFri Feb 23 18:13:22 2007 Minero Aoki ;T@ o; ;;;[o;;I"#test/ruby/test_optimization.rb;T;[o;;[I"$new test (merges test_opts.rb).;To;;I"yarvtest/test_opts.rb;T;[o;;[I" removed.;TS; ; i; I"AFri Feb 23 16:59:39 2007 Minero Aoki ;T@ o; ;;;[o;;I"!test/ruby/test_assignment.rb;T;[o;;[I"!merge yarvtest/test_massign.;To;;I"yarvtest/test_massign.rb;T;[o;;[I",removed (merged to test_assignment.rb).;TS; ; i; I"BFri Feb 23 15:58:20 2007 NAKAMURA Usaku ;T@ o; ;;;[o;;I"signal.c (sighandler);T;[o;;[I"5need to re-install sighandler on some platforms.;TS; ; i; I"BFri Feb 23 15:05:57 2007 NAKAMURA Usaku ;T@ o; ;;;[o;;I"&win32/win32.c (set_pioinfo_extra);T;[o;;[I"simplified.;TS; ; i; I"AFri Feb 23 14:23:20 2007 Minero Aoki ;T@ o; ;;;[o;;I"test/ruby/test_literal.rb;T;[o;;[I"new test.;TS; ; i; I"PFri Feb 23 12:40:12 2007 James Edward Gray II ;T@ o; ;;;[o;;I"2lib/xmlrpc/client.rb (XMLRPC::Client::do_rpc);T;[o;;[I"Make the Content-Length parameter optional for responses in xmlrpc/client.rb; suggested by Daniel Berger and approved by the maintainer.;To;;I"6lib/xmlrpc/create.rb (XMLRPC::Create::conv2value);T;[o;;[I"@Add DateTime support to xmlrpc; approved by the maintainer.;TS; ; i; I"AFri Feb 23 12:24:46 2007 Minero Aoki ;T@ o; ;;;[o;;I"parse.y (lambda);T;[o;;[I"@add ripper event. This fixes bus error on "make test-all".;To;;I"ext/ripper/extconf.rb;T;[o;;[I"do not stop build.;TS; ; i; I"GFri Feb 23 12:16:05 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I" parse.y;T;[o;;[I"'remove dyna_check_gen() prototype.;TS; ; i; I"GFri Feb 23 11:41:21 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"pparse.y, compile.c, gc.c, insns.def, intern.h, iseq.c, node.h, object.c, string.c, variable.c, vm_macro.def;T;[o;;[I"[revert private instance variable feature, which is postponed until next major release.;To;;I"marshal.c;T;[o;;[I"FTYPE_SYMBOL2 removed; MARSHAL_MINOR reverted back to 8th version.;TS; ; i; I"AFri Feb 23 10:53:21 2007 Shugo Maeda ;T@ o; ;;;[o;;I"*thread_pthread.ci (native_mutex_lock);T;[o;;[I")do not call pthread_mutex_trylock().;TS; ; i; I"AFri Feb 23 10:31:16 2007 Minero Aoki ;T@ o; ;;;[o;;I" dln.c;T;[o;;[I"*use dlopen on Mac OS X 10.3 or later.;TS; ; i; I"GFri Feb 23 10:03:49 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"string.c (rb_str_ord);T;[o;;[I"eneed not to check string length; ord returns a codepoint for the first character in the string.;TS; ; i; I"2007-02-21;T@ S; ; i; I"@Wed Feb 21 22:29:45 2007 Akinori MUSHA ;T@ o; ;;;[o;;I"numeric.c (fix_equal);T;[o;;[I"A bit more optimization.;TS; ; i; I"GWed Feb 21 17:40:37 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"numeric.c (fix_equal);T;[o;;[I"remove FIX2LONG() to optimize. suggested in http://t-a-w.blogspot.com/2007/02/making-ruby-faster.html. [ruby-talk:240223];To;;I"numeric.c (fix_cmp);T;[o;;[I" ditto.;TS; ; i; I"EWed Feb 21 09:14:04 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I""eval_load.c (rb_require_safe);T;[o;;[I"should restore safe level.;TS; ; i; I"2007-02-20;T@ S; ; i; I"ITue Feb 20 21:19:29 2007 Masaki Suketa ;T@ o; ;;;[o;;I"Hext/win32ole/win32ole.c (installed_code_page_proc, ole_variant2val);T;[o;;[I"small refactoring.;TS; ; i; I"=Tue Feb 20 15:11:42 2007 Koichi Sasada ;T@ o; ;;;[o;;I"eval.c, vm.c, yarvcore.h;T;[o;;[I"hmove definition of rb_call_super() to vm.c from eval.c. change th_call_super() to static function.;TS; ; i; I"=Tue Feb 20 15:08:25 2007 Koichi Sasada ;T@ o; ;;;[o;;I"#test/io/nonblock/test_flush.rb;T;[o;;[I"kYARV doesn't raise any errors if another thread close IO object which current thread is blocking with.;TS; ; i; I"=Tue Feb 20 15:03:29 2007 Koichi Sasada ;T@ o; ;;;[o;;I"/thread.c (do_select, rb_thread_wait_fd_rw);T;[o;;[I"1raise sys error if errno is not 0 and EBADF.;TS; ; i; I"2007-02-19;T@ S; ; i; I"EMon Feb 19 22:15:31 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"%configure.in (RUBY_REPLACE_TYPE);T;[o;;[I"!cache convertible type info.;To;;I"!intern.h (rb_detach_process);T;[o;;[I"#use rb_pid_t instead of pid_t.;To;;I"Hruby.h (PIDT2NUM, NUM2PIDT, UIDT2NUM, NUM2UIDT, GIDT2NUM, NUM2GIDT);T;[o;;[I"(defaulted to conversion using long.;TS; ; i; I"GMon Feb 19 17:14:28 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"(ext/socket/socket.c (unix_peeraddr);T;[o;;[I"wrong syscall name in error message for #peeraddr. a patch from Sam Roberts . [ruby-core:10366];TS; ; i; I"2007-02-18;T@ S; ; i; I"ESun Feb 18 22:56:07 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"!ext/etc/etc.c (etc_getgrgid);T;[o;;[I"missed to replace a macro.;TS; ; i; I"ASun Feb 18 19:33:00 2007 Tadayoshi Funaba ;T@ o; ;;;[o;;I"lib/date/format.rb;T;[o;;[I""updated based on date2 4.0.3.;TS; ; i; I"ESun Feb 18 13:11:51 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"'configure.in (pid_t, uid_t, gid_t);T;[o;;[I"check if defined.;To;;I"@intern.h, process.c, rubyio.h, ext/etc/etc.c, ext/pty/pty.c;T;[o;;[I"Cuse rb_{pid,uid,gid}_t instead of plain int. [ruby-dev:30376];To;;I"Text/etc/extconf.rb (PIDT2NUM, NUM2PIDT, UIDT2NUM, NUM2UIDT, GIDT2NUM, NUM2GIDT);T;[o;;[I"moved to configure.in.;TS; ; i; I"2007-02-16;T@ S; ; i; I"=Fri Feb 16 21:34:33 2007 Koichi Sasada ;T@ o; ;;;[o;;I"+object.c (rb_obj_ivar_set/get/defined);T;[o;;[I"fix to check :@_v/C id.;To;;I"#test/testunit/test_testcase.rb;T;[o;;[I";fix to use instance_variable_get() to access @_result.;TS; ; i; I"=Fri Feb 16 20:59:10 2007 Koichi Sasada ;T@ o; ;;;[o;;I" intern.h;T;[o;;[I"&add a prototype of rb_sym_to_s().;TS; ; i; I"GFri Feb 16 19:24:22 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"math.c (math_log);T;[o;;[I"Lupdate document to mention second optional argument for logarithm base.;TS; ; i; I"GFri Feb 16 19:19:21 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"parse.y (mrhs);T;[o;;[I"7need to append by arg_append(). [ruby-talk:239385];TS; ; i; I"AFri Feb 16 11:18:21 2007 Eric Hodel ;T@ o; ;;;[o;;I"lib/.document;T;[o;;[I"cApply patch for irb, e2mmap and README by Hugh Sasse from [ruby-core:10135];To;;I"lib/prettyprint.rb;T;[o;;[I".Suppress RDoc for PrettyPrint test suite.;TS; ; i; I"2007-02-15;T@ S; ; i; I"BThu Feb 15 20:48:36 2007 NAKAMURA Usaku ;T@ o; ;;;[o;;I"&win32/win32.c (set_pioinfo_extra);T;[o;;[I"=new function for VC++8 SP1 workaround. [ruby-core:10259];To;;I"!win32/win32.c (NtInitialize);T;[o;;[I"call above function.;TS; ; i; I"@Thu Feb 15 16:25:54 2007 Akinori MUSHA ;T@ o; ;;;[o;;I"0lib/uri/generic.rb (URI::Generic::userinfo);T;[o;;[I"Considering how `scheme://user:@...', `scheme://:password@...' and `scheme://:@...' are parsed, an empty user name or password should be allowed and represented as it is.;TS; ; i; I"=Thu Feb 15 01:52:53 2007 Koichi Sasada ;T@ o; ;;;[o;;I"6vm.(c|h), yarvcore.(c|h) (yarvGlobalStateVersion);T;[o;;[I",rename to ruby_vm_global_state_version.;TS; ; i; I"=Thu Feb 15 01:50:26 2007 Koichi Sasada ;T@ o; ;;;[o;;I"7test/fileutils/test_fileutils.rb (check_singleton);T;[o;;[I")fix to use symbol instead of string.;To;;I"#test/io/nonblock/test_flush.rb;T;[o;;[I"enable tests.;To;;I"'test/xmlrpc/test_webrick_server.rb;T;[o;;[I" ditto.;TS; ; i; I"=Thu Feb 15 01:43:45 2007 Koichi Sasada ;T@ o; ;;;[o;;I"lib/delegate.rb;T;[o;;[I"3catch up with class local variable (@_v) spec.;To;;I"lib/singleton.rb;T;[o;;[I" ditto.;TS; ; i; I"2007-02-14;T@ S; ; i; I"IWed Feb 14 22:52:43 2007 Masaki Suketa ;T@ o; ;;;[o;;I".ext/win32ole/win32ole.c (ole_variant2val);T;[o;;[I"*VC++6 does not support VT_I8, VT_UI8.;TS; ; i; I"=Wed Feb 14 22:10:21 2007 Koichi Sasada ;T@ o; ;;;[o;;I"configure.in;T;[o;;[I")change stack limit to 2MB from 32MB.;To;;I"win32/Makefile.sub;T;[o;;[I" ditto.;TS; ; i; I"@Wed Feb 14 21:39:36 2007 Akinori MUSHA ;T@ o; ;;;[o;;I":ext/digest/lib/digest.rb (Digest::self.const_missing);T;[o;;[I"wDrop autoloads for sha2 classes in favor of handling in const_missing(), to work around a problem exposed on OS X.;TS; ; i; I"=Wed Feb 14 21:19:47 2007 Koichi Sasada ;T@ o; ;;;[o;;I"-thread_pthread.ci (native_thread_create);T;[o;;[I"&adjust 4KB (page size) alignment.;TS; ; i; I"=Wed Feb 14 21:12:36 2007 Koichi Sasada ;T@ o; ;;;[o;;I""thread_pthread.ci (CHECK_ERR);T;[o;;[I"2call rb_bug() instead of printf() and exit().;TS; ; i; I"GWed Feb 14 16:48:56 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I";lib/date/format.rb (Date::Format::Bag::method_missing);T;[o;;[I"Tneed not to use instance variables corresponding each method; use Hash instead.;TS; ; i; I"GWed Feb 14 13:12:06 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"re.c (reg_operand);T;[o;;[I"Aallow symbols to be operands for regular expression matches.;To;;I"string.c (Init_String);T;[o;;[I"allow Symbol#===.;To;;I"4lib/date/format.rb (Date::Format::Bag::to_hash);T;[o;;[I"string added prefixes.;TS; ; i; I"=Wed Feb 14 12:58:38 2007 Koichi Sasada ;T@ o; ;;;[o;;I"thread.c (do_select);T;[o;;[I"Nfix to iterate select(). on cygwin/mswin32, iterate in unblocking region.;To;;I" thread.c (rb_thread_select);T;[o;;[I"$don't iterate on this function.;To;;0;[o;;[0S; ; i; I"=Wed Feb 14 11:39:18 2007 Koichi Sasada ;T@ o; ;;;[o;;I"$thread.c (set_unblock_function);T;[o;;[I"fix function interface.;TS; ; i; I"=Wed Feb 14 11:12:02 2007 Koichi Sasada ;T@ o; ;;;[o;;I"eval_load.c, yarvcore.h;T;[o;;[I"Juse rb_vm_t#loaded_features instead of rb_features (global variable).;To;;I"yarvcore.c;T;[o;;[I""mark rb_vm_t#loaded_features.;TS; ; i; I"GWed Feb 14 08:46:25 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"compile.c (defined_expr);T;[o;;[I"cno longer distinguish ordinary local variables and in-block local variables in defined? value.;TS; ; i; I"GWed Feb 14 03:14:42 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"0lib/uri/generic.rb (URI::Generic::userinfo);T;[o;;[I"6should support empty password. [ruby-core:10290];To;;I"4lib/uri/generic.rb (URI::Generic::set_password);T;[o;;[I"7password can be cleared by nil. [ruby-core:10290];TS; ; i; I"GWed Feb 14 03:10:33 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I" parse.y (struct local_vars);T;[o;;[I"Nno need to warn out-of-scope variables; remove dnames member from struct.;TS; ; i; I"GWed Feb 14 03:04:10 2007 Yukihiro Matsumoto ;T@ o; ;;;[ o;;I" parse.y;T;[o;;[I"/RVarmap no longer used as yytype; removed.;To;;I"parse.y (dyna_push_gen);T;[o;;[I"!no longer need return value.;To;;I"parse.y (dyna_pop_gen);T;[o;;[I"no longer need argument.;To;;I"parse.y (local_push_gen);T;[o;;[I"initialize nofree.;TS; ; i; I"GWed Feb 14 00:30:07 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"(ext/socket/socket.c (init_unixsock);T;[o;;[I"Gpath may contain NUL for abstract unix sockets. [ruby-core:10288];TS; ; i; I"2007-02-13;T@ S; ; i; I"CTue Feb 13 02:21:12 2007 Sam Roberts ;T@ o; ;;;[o;;I"io.c (rb_f_syscall);T;[o;;[I"EFix buffer overflow with syscall arguments. [ruby-bugs:PR#8541];TS; ; i; I"2007-02-12;T@ S; ; i; I"IMon Feb 12 13:57:30 2007 Masaki Suketa ;T@ o; ;;;[o;;I".ext/win32ole/win32ole.c (ole_variant2val);T;[o;;[I"support VT_I8, VT_UI8.;TS; ; i; I"?Mon Feb 12 11:48:52 2007 Kouhei Sutou ;T@ o; ;;;[o;;I"7lib/rss/dublincore.rb, lib/rss/maker/dublincore.rb;T;[o;;[I"idc_rightses -> dc_rights_list. dc_rightses still exists for backward compatibility. [ruby-core:8350];To;;I"test/rss/test_maker_dc.rb;T;[o;;[I"$added tests for dc_rights_list.;TS; ; i; I"2007-02-11;T@ S; ; i; I"ISun Feb 11 22:40:17 2007 Masaki Suketa ;T@ o; ;;;[o;;I".ext/win32ole/win32ole.c (ole_ptrtype2val);T;[o;;[I"Cole_type, ole_type_detail should not return "VARIANT,VARIANT".;TS; ; i; I"?Sun Feb 11 22:11:05 2007 Kouhei Sutou ;T@ o; ;;;[o;;I">lib/rss/xml-stylesheet.rb (RSS::XMLStyleSheet#initialize);T;[o;;[I"!kept backward compatibility.;TS; ; i; I"?Sun Feb 11 22:10:08 2007 Kouhei Sutou ;T@ o; ;;;[o;;I">lib/rss/parser.rb (RSS::ListenerMixin#start_else_element);T;[o;;[I"7used const_defined? instead of constants.include?.;TS; ; i; I"ISun Feb 11 18:47:14 2007 Masaki Suketa ;T@ o; ;;;[o;;I"5ext/win32ole/win32ole.c (ole_val2olevariantdata);T;[o;;[I"DWIN32OLE_VARIANT#new accepts nil when variant type is VT_ARRAY.;To;;I"+test/win32ole/test_win32ole_variant.rb;T;[o;;[I" ditto.;To;;I"ext/win32ole/win32ole.c;T;[o;;[I"small refactoring.;TS; ; i; I"@Sun Feb 11 07:42:25 2007 Akinori MUSHA ;T@ o; ;;;[o;;I"5lib/cgi.rb (CGI::QueryExtension::read_multipart);T;[o;;[I"CProperly parse a quoted-string in a Content-Disposition value.;TS; ; i; I"2007-02-10;T@ S; ; i; I"ISat Feb 10 20:21:29 2007 Masaki Suketa ;T@ o; ;;;[o;;I"ext/win32ole/win32ole.c;T;[o;;[I">add WIN32OLE#ole_query_interface. thanks to Mikael Pahmp.;To;;I"#test/win32ole/test_win32ole.rb;T;[o;;[I" ditto.;TS; ; i; I"ESat Feb 10 17:46:52 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"common.mk;T;[o;;[I"Dtargets which depend on yarvcore.h now depend on rubysig.h too.;To;;I"yarvcore.h (rb_vm_t);T;[o;;[I"$use rb_atomic_t instead of int.;TS; ; i; I"HSat Feb 10 00:13:11 2007 Hidetoshi NAGAI ;T@ o; ;;;[o;;I"ext/tk/lib/tk.rb;T;[o;;[I"Dfix typo (TkConfigMethod::__confinfo_cmd, __conv_keyonly_opts).;TS; ; i; I"2007-02-09;T@ S; ; i; I"=Fri Feb 9 12:33:40 2007 Koichi Sasada ;T@ o; ;;;[ o;;I"-thread_win32.ci (w32_show_error_message);T;[o;;[I"5renamed to w32_error. this function do rb_bug().;To;;I"Zthread_win32.ci (w32_set_event, w32_reset_event, w32_close_handle, w32_resume_thread);T;[o;;[I"Iadded. fix to use these functions instead calling win32api directly.;To;;I"(thread_win32.ci (w32_create_thread);T;[o;;[I"create suspend thread;To;;0;[o;;[0S; ; i; I"=Fri Feb 9 11:03:40 2007 Koichi Sasada ;T@ o; ;;;[o;;I""test/ruby/test_readpartial.rb;T;[o;;[I")tests are working on mswin32/cygwin.;TS; ; i; I"=Fri Feb 9 05:08:17 2007 Koichi Sasada ;T@ o; ;;;[ o;;I"Gthread.c, thread_pthread.ci, thread_win32.ci (thread_start_func_1);T;[o;;[I"4move cleanup function to thread_start_func_2().;To;;I"1thread.c, thread_pthread.ci, thread_win32.ci;T;[o;;[I"!add more destruct functions.;To;;0;[o;;[0o;;I"(thread_pthread.ci, thread_pthread.h;T;[o;;[I""make native_mutex_* functions;To;;0;[o;;[0o;;I"*thread_win32.ci (thread_start_func_1);T;[o;;[I"Ustore some values before running thread (to release these after running thread).;To;;I"+thread_win32.ci (native_thread_create);T;[o;;[I"fix spaces.;TS; ; i; I"2007-02-08;T@ S; ; i; I"IThu Feb 8 22:44:04 2007 Masaki Suketa ;T@ o; ;;;[o;;I"[ext/win32ole/win32ole.c (ole_set_safe_array, ole_variant2val, ole_val_ary2variant_ary);T;[o;;[I"ofix WIN32OLE_VARIANT.new bug when 1st argument is empty array, and when 2nd argument is VT_ARRAY|VT_BYREF.;To;;I"+test/win32ole/test_win32ole_variant.rb;T;[o;;[I" ditto.;TS; ; i; I"=Thu Feb 8 22:39:09 2007 Koichi Sasada ;T@ o; ;;;[o;;I"yarvtest/yarvtest.rb;T;[o;;[I" check target command names.;TS; ; i; I"=Thu Feb 8 22:31:45 2007 Koichi Sasada ;T@ o; ;;;[o;;I"test/ruby/test_clone.rb;T;[o;;[I"fix to current spec;To;;0;[o;;[0S; ; i; I"=Thu Feb 8 22:26:14 2007 Koichi Sasada ;T@ o; ;;;[o;;I"test/ruby/test_string.rb;T;[o;;[I":("foo" == :foo) and ("foo" === :foo) should be false.;To;;I"ChangeLog;T;[o;;[I"fix last messages.;TS; ; i; I"=Thu Feb 8 22:24:06 2007 Koichi Sasada ;T@ o; ;;;[o;;I"test/ruby/test_module.rb;T;[o;;[I")fix to use Symbol instead of String.;To;;I"test/ruby/test_module.rb;T;[o;;[I".remove space before argument parentheses.;TS; ; i; I"=Thu Feb 8 22:02:14 2007 Koichi Sasada ;T@ o; ;;;[o;;I" test/ruby/marshaltestlib.rb;T;[o;;[I" eval(sym) -> eval(sym.to_s);TS; ; i; I"IThu Feb 8 21:35:16 2007 Masaki Suketa ;T@ o; ;;;[o;;I"1test/win32ole/test_propertyputref.rb (setup);T;[o;;[I"fix typo.;To;;I")test/win32ole/test_win32ole_event.rb;T;[o;;[I"4should not use InternetExplorer.gohome to test.;TS; ; i; I"=Thu Feb 8 21:02:07 2007 Koichi Sasada ;T@ o; ;;;[o;;I" thread.c (GVL_UNLOCK_RANGE);T;[o;;[I"!rename to BLOCKING_REGION().;To;;I"&thread.c (rb_thread_run_parallel);T;[o;;[I"+rename to rb_thread_blocking_region().;TS; ; i; I"=Thu Feb 8 15:48:44 2007 Koichi Sasada ;T@ o; ;;;[ o;;I"yarvcore.h, thread.c;T;[o;;[I""fix to use pthread on cygwin.;To;;I"yarvcore.h, thread.c;T;[o;;[I"Nmove GVL_UNLOCK_BEGIN() and GVL_UNLOCK_END() from yarvcore.h to thread.c.;To;;I" thread.c;T;[o;;[I"(change GVL_UNLOCK_RANGE() arguments;To;;0;[o;;[0o;;I" thread.c;T;[o;;[I"8fix to use polling in select on cygwin and mswin32.;To;;I"=thread.c, thread_pthread.ci, thread_win32.ci, yarvcore.h;T;[o;;[I"rename: * rb_thread_t#interrupt_function -> unblock_function * rb_interrupt_function_t -> rb_unblock_function * some interrupt function name -> ubf_* * yarv_* -> *;TS; ; i; I"=Thu Feb 8 16:08:02 2007 Koichi Sasada ;T@ o; ;;;[o;;I"common.mk;T;[o;;[I"8fix to use RUNRUBY instead of BASERUBY if possible.;To;;I"common.mk ($(INSNS) rule);T;[o;;[I"remove $(PROGRAM) first.;TS; ; i; I"=Thu Feb 8 15:43:05 2007 Koichi Sasada ;T@ o; ;;;[o;;I"process.c;T;[o;;[I"/fix to use rb_status_line_set/get/clear().;To;;I"eval_intern.h;T;[o;;[I"fix line break.;TS; ; i; I"=Thu Feb 8 15:00:14 2007 Koichi Sasada ;T@ o; ;;;[o;;I"blockinlining.c, error.c, eval.c, eval_error.h, eval_intern.h, eval_jump.h, eval_load.c, eval_safe.h, gc.c, proc.c, signal.c, thread.c, thread_pthread.ci, thread_win32.ci, vm.c, vm.h, vm_dump.c, vm_evalbody.ci, yarvcore.c, yarvcore.h;T;[o;;[I"*fix typo (rb_thead_t -> rb_thread_t).;To;;I"eval_intern.h;T;[o;;[I"remove unused definitions.;To;;I"common.mk;T;[o;;[I"Qfix around vm_opts.h path and remove harmful argument passed to insns2vm.rb.;TS; ; i; I"GThu Feb 8 03:11:47 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"#lib/cgi.rb (CGI::unescapeHTML);T;[o;;[I"invalid decoding for single unescaped ampersand. a patch from Tietew in [ruby-dev:30292]. fixed: [ruby-dev:30289];TS; ; i; I"2007-02-07;T@ S; ; i; I"EWed Feb 7 23:25:31 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"eval.c (specific_eval);T;[o;;[I"suppress warning.;To;;I"thread_win32.h;T;[o;;[I"1undefine _WIN32 on cygwin. [ruby-dev:30303];TS; ; i; I"=Wed Feb 7 22:41:34 2007 Koichi Sasada ;T@ o; ;;;[o;;I"eval_intern.h;T;[o;;[I" remove UNSUPPORTED() macro.;To;;I" thread.c;T;[o;;[I"'fix to define Continuation methods;To;;0;[o;;[0S; ; i; I"=Wed Feb 7 22:33:58 2007 Koichi Sasada ;T@ o; ;;;[o;;I"eval_intern.h, yarvcore.h;T;[o;;[I"$remove unused macro definition.;TS; ; i; I"=Wed Feb 7 22:30:28 2007 Koichi Sasada ;T@ o; ;;;[o;;I" eval.c;T;[o;;[I"&fixed to use ANSI function style.;TS; ; i; I"=Wed Feb 7 09:35:32 2007 Koichi Sasada ;T@ o; ;;;[o;;0;[o;;[0o;;I"yarv.h, common.mk;T;[o;;[I"6remove yarv.h (contents are moved to yarvcore.h).;To;;I"error.c, eval_intern.h;T;[o;;[I"&include yarvcore.h instead yarv.h;To;;I"rename some functions;T;[o;;[I"* debug.[ch]: debug_*() -> ruby_debug_*() * iseq.c: iseq_*() -> rb_iseq_*(), ruby_iseq_disasm() * iseq.c: node_name() -> ruby_node_name() * vm.c: yarv_check_redefinition_opt_method() -> rb_vm_check_redefinition_opt_method();To;;0;[o;;[0o;;I" array.c;T;[o;;[I"Dremove rb_ary_ptr() (unused) and remove unused local variables.;To;;I" object.c;T;[o;;[I"-add a prototype of rb_mod_module_exec().;To;;I"eval_intern.h (ruby_cref);T;[o;;[I"set it inline.;To;;I"&eval_load.c (rb_load), yarvcore.c;T;[o;;[I"'yarv_load() -> rb_load_internal().;To;;I" parse.y;T;[o;;[I"7add a prototype of rb_parse_in_eval() (in eval.c).;To;;I"process.c;T;[o;;[I"Dadd a prototype of rb_thread_stop_timer_thread() (in thread.c).;To;;I" thread.c;T;[o;;[I"zremove raw_gets() function (unused) and fix some format mismatch (format mismatches have remained yet. this is todo).;To;;I"$thread.c (rb_thread_wait_fd_rw);T;[o;;[I"fix typo on label name.;To;;I"thread_pthread.ci;T;[o;;[I"-comment out codes with USE_THREAD_CACHE.;To;;I"Vvm.c (rb_svar, rb_backref_get, rb_backref_get, rb_lastline_get, rb_lastline_set) ;T;[o;;[I"moved from yarvcore.c.;To;;I"$vm.c (yarv_init_redefined_flag);T;[o;;[I"Madd a prototype and rename yarv_opt_method_table to vm_opt_method_table.;To;;I"vm.c (rb_thread_eval);T;[o;;[I"moved from yarvcore.c.;To;;I"yarvcore.c;T;[o;;[I":remove unused global variables and fix to use nsdr().;TS; ; i; I"=Wed Feb 7 03:39:32 2007 Koichi Sasada ;T@ o; ;;;[ o;;I"Bblockinlining.c, compile.c, compile.h, error.c, eval.c, eval_intern.h, eval_jump.h, eval_load.c, eval_method.h, eval_safe.h, gc.c, insnhelper.h, insns.def, iseq.c, proc.c, process.c, signal.c, thread.c, thread_pthread.ci, thread_win32.ci, vm.c, vm.h, vm_dump.c, vm_evalbody.ci, vm_macro.def, yarv.h, yarvcore.h, yarvcore.c;T;[o;;[I"~change type and macro names: * yarv_*_t -> rb_*_t * yarv_*_struct -> rb_*_struct * yarv_tag -> rb_vm_tag * YARV_* -> RUBY_VM_*;To;;I"proc.c, vm.c;T;[o;;[I"Bmove functions about env object creation from proc.c to vm.c.;To;;I"proc.c, yarvcore.c;T;[o;;[I"%fix rb_cVM initialization place.;To;;I" inits.c;T;[o;;[I".change Init_ISeq() order (after Init_VM).;To;;I"ruby.h, proc.c;T;[o;;[I"?change declaration place of rb_cEnv from proc.c to ruby.c.;TS; ; i; I"2007-02-06;T@ S; ; i; I"BTue Feb 6 22:06:45 2007 NARUSE, Yui ;T@ o; ;;;[o;;I"'ext/nkf/nkf-utf8/{nkf.c,utf8tbl.c};T;[o;;[I" imported nkf 2007-01-28. * Fixed: can't decode MIME encode JIS string. * Fixed: Fullwidth-halfwidth conversion. * Support DoCoMo's and Softbank's EMOJI * Support CP932, CP5022x, eucJP-ms UDC * Support UTF-32 encoding * Support beyond BMP [ruby-dev:29700] [ruby-dev:29922] [ruby-dev:30144];TS; ; i; I"?Tue Feb 6 20:36:19 2007 Kouhei Sutou ;T@ o; ;;;[o;;I"&lib/rss/rss.rb, lib/rss/parser.rb;T;[o;;[I":followed current Ruby specification. [ruby-dev:30274];TS; ; i; I"?Tue Feb 6 20:29:44 2007 Kouhei Sutou ;T@ o; ;;;[o;;I"&lib/rss/rss.rb, lib/rss/parser.rb;T;[o;;[I"6removed needless code for backward compatibility.;TS; ; i; I"ATue Feb 6 18:43:17 2007 Shugo Maeda ;T@ o; ;;;[o;;I"lib/net/ftp.rb;T;[o;;[I"Bmoved fixes for EPIPE to the correct place. [ruby-core:10204];TS; ; i; I"=Tue Feb 6 16:38:08 2007 Koichi Sasada ;T@ o; ;;;[o;;I"vm_opts.h;T;[o;;[I"Qset properties: svn:keywords: Author Date Id Revision svn:eol-style: native;TS; ; i; I"GTue Feb 6 15:55:46 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"variable.c (ivar_i);T;[o;;[I"4need to support class local instance variables.;TS; ; i; I"=Tue Feb 6 15:44:11 2007 Koichi Sasada ;T@ o; ;;;[o;;I""compile.c (iseq_compile_each);T;[o;;[I"fix setting is_local flag.;To;;I"yarvtest/test_class.rb;T;[o;;[I"2add a test for class local instance variable.;TS; ; i; I"=Tue Feb 6 14:15:34 2007 Koichi Sasada ;T@ o; ;;;[ o;;I"compile.c, insns.def;T;[o;;[I"_remove (get|set)instancevariable2 and add a operand is_local to (get|set)instancevariable.;To;;I"yarvtest/test_class.rb;T;[o;;[I"2add a test for class local instance variable.;To;;I"!parse.y (rb_decompose_ivar2);T;[o;;[I" remove unused variable oid.;To;;I"tool/insns2vm.rb;T;[o;;[I"remove needless require.;TS; ; i; I"ATue Feb 6 11:18:41 2007 Shugo Maeda ;T@ o; ;;;[o;;I"lib/net/ftp.rb;T;[o;;[I"Tcheck the control connection on EPIPE. Thanks, Simon Williams. [ruby-core:9547];TS; ; i; I"=Tue Feb 6 11:03:27 2007 Koichi Sasada ;T@ o; ;;;[o;;0;[o;;[0o;;I"common.mk (*.inc);T;[o;;[I"use VPATH.;To;;I"vm_opts.h;T;[o;;[I"!renamed from vm_opts.h.base.;TS; ; i; I"ETue Feb 6 10:02:41 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"tool/insns2vm.rb;T;[o;;[I"use vm_opts.h in VPATH.;TS; ; i; I"=Tue Feb 6 03:47:58 2007 Koichi Sasada ;T@ o; ;;;[o;;I" proc.c;T;[o;;[I"support Binding#eval.;To;;I"yarvtest/test_eval.rb;T;[o;;[I"!add a test for above change.;TS; ; i; I"=Tue Feb 6 03:13:33 2007 Koichi Sasada ;T@ o; ;;;[o;;I" proc.c;T;[o;;[I"\refactoring (remove K&R style, move Binding stuffs from Init_Proc() to Init_Binding()).;TS; ; i; I"=Tue Feb 6 01:07:14 2007 Koichi Sasada ;T@ o; ;;;[ o;;I" intern.h;T;[o;;[I"}prepare rb_last_status_get() and rb_last_status_set(). Use these functions instead of rb_last_status ([ruby-dev:30264]).;To;;I"process.c;T;[o;;[I"define above functions.;To;;I"ext/pty/pty.c;T;[o;;[I"use above functions.;To;;I"io.c (pipe_finalize);T;[o;;[I" ditto.;To;;I"process.c;T;[o;;[I" ditto.;TS; ; i; I"2007-02-05;T@ S; ; i; I"=Mon Feb 5 21:26:56 2007 Koichi Sasada ;T@ o; ;;;[o;;I" ruby.h;T;[o;;[I"$add a prototype of rb_id2str().;TS; ; i; I"=Mon Feb 5 21:06:50 2007 Koichi Sasada ;T@ o; ;;;[o;;I"eval_thread.c, common.mk;T;[o;;[I"remove eval_thread.c.;To;;I"yarvcore.c;T;[o;;[I"&rename cYarvThread to rb_cThread.;To;;I" gc.c;T;[o;;[I"remove YARV_* prefix.;To;;I" gc.h;T;[o;;[I"Aadd an include guard and prototype of rb_gc_set_stack_end().;To;;I" inits.c;T;[o;;[I"6fix to ANSI prototype style and reorder Init_*().;To;;I"io.c (pipe_finalize);T;[o;;[I"#TODO: comment out last_status.;To;;I"process.c, yarvcore.h;T;[o;;[I"hfix to use yarv_vm_t#last_status instead of rb_last_status and make last_status_get() to access $?.;To;;I"yarvcore.c (vm_mark);T;[o;;[I" mark yarv_vm_t#last_status.;To;;I" ruby.h;T;[o;;[I"-add declarations of rb_cISeq and rb_cVM.;To;;I" thread.c;T;[o;;[I"Lmove eval_thread.c codes to thread.c and remove yarv_* function prefix.;To;;I"#thread.c (thread_start_func_2);T;[o;;[I"4use yarv_thread_t#first_func if it is not null.;To;;I" vm.c;T;[o;;[I"fix copyright year.;To;;I"yarvcore.c (Init_vm);T;[o;;[I"rename to Init_VM().;TS; ; i; I"GMon Feb 5 04:09:48 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"eval.c (rb_frame_callee);T;[o;;[I"check if prev_cfp can be accessible. a patch from Yoshinori Sano in [ruby-dev:30252]. solves [ruby-dev:30200] and [ruby-core:9856].;TS; ; i; I"2007-02-04;T@ S; ; i; I"?Sun Feb 4 20:34:41 2007 Kouhei Sutou ;T@ o; ;;;[o;;I"test/rss/rss-assertions.rb;T;[o;;[I"6removed needless code for backward compatibility.;TS; ; i; I"@Sun Feb 4 02:22:59 2007 Akinori MUSHA ;T@ o; ;;;[o;;I"5lib/cgi.rb (CGI::QueryExtension::read_multipart);T;[o;;[I"Remove a debug print.;TS; ; i; I"2007-02-03;T@ S; ; i; I"GSat Feb 3 23:51:58 2007 Yukihiro Matsumoto ;T@ o; ;;;[ o;;I"parse.y (rb_compose_ivar2);T;[o;;[I"afunction to create a new ivar2 symbol from a symbol and a class. back-ported from matzruby.;To;;I"!parse.y (rb_decompose_ivar2);T;[o;;[I",reverse function of rb_compose_ivar2().;To;;I"marshal.c (w_symbol);T;[o;;[I",support class local instance variables.;To;;I"marshal.c (r_object0);T;[o;;[I" ditto.;To;;I"compile.c (defined_expr);T;[o;;[I" ditto.;To;;I""compile.c (iseq_compile_each);T;[o;;[I" ditto.;To;;I"insns.def;T;[o;;[I"Madd two new instructions: getinstancevariable2 and setinstancevariable2.;TS; ; i; I"GSat Feb 3 23:21:13 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"!insns.def (setclassvariable);T;[o;;[I" remove unnecessary operand.;To;;I""compile.c (iseq_compile_each);T;[o;;[I" ditto.;To;;I"common.mk (insns_info.inc);T;[o;;[I"'add dependency for insns_info.inc.;TS; ; i; I"ISat Feb 3 14:32:58 2007 Masaki Suketa ;T@ o; ;;;[ o;;I"Fext/win32ole/win32ole.c (ole_val2olevariantdata, ole_val2variant);T;[o;;[I"Gfix the bug of WIN32OLE_VARIANT.new when variant type is VT_ARRAY.;To;;I""ext/win32ole/sample/excel1.rb;T;[o;;[I"$rewrite using WIN32OLE_VARIANT.;To;;I"#test/win32ole/test_win32ole.rb;T;[o;;[I"add some test.;To;;I"+test/win32ole/test_win32ole_variant.rb;T;[o;;[I" ditto.;TS; ; i; I"ESat Feb 3 03:35:20 2007 Nobuyoshi Nakada ;T@ o; ;;;[ o;;I"3Makefile.in, */Makefile.sub, common.mk (vmasm);T;[o;;[I"generalized.;To;;I";common.mk (runruby, benchmark, benchmark-each, tbench);T;[o;;[I"*use PROGRAM for the file to be built.;To;;I"proc.c (yarv_proc_alloc);T;[o;;[I"needs return.;To;;I"#call_cfunc.ci, compile.c, compile.h, debug.h, eval.c, eval_error.h, eval_jump.h, eval_load.c, eval_thread.c, gc.c, insnhelper.h, insns.def, iseq.c, main.c, numeric.c, parse.y, range.c, ruby.h, signal.c, thread.c, thread_win32.ci, vm.c, vm.h, vm_dump.c, vm_evalbody.ci, yarvcore.c, yarvcore.h;T;[o;;[I"(fixed indents and non-C90 comments.;To;;I" regenc.h;T;[o;;[I"revert to before YARV.;To;;I""lib/mkmf.rb (create_makefile);T;[o;;[I"Fmake object files depend on extconf.h even if depend file exists.;TS; ; i; I"2007-02-02;T@ S; ; i; I"GFri Feb 2 23:39:42 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"common.mk (bin);T;[o;;[I"gadd more dependency. a patch from Tadashi Saito . [ruby-dev:30245];TS; ; i; I"GFri Feb 2 18:44:31 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"!insns.def (setclassvariable);T;[o;;[I"remove warn argument.;TS; ; i; I"GFri Feb 2 18:36:40 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I""common.mk (compile.$(OBJEXT));T;[o;;[I"(add config.h to vm.c and compile.c.;TS; ; i; I"GFri Feb 2 18:27:54 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I" eval.c;T;[o;;[I"Sremove duplicated global variables rb_cProc and rb_cBinding. [ruby-dev:30242];TS; ; i; I"GFri Feb 2 00:13:44 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"ruby.h (SYMBOL_P);T;[o;;[I"1make Symbol immediate again for performance.;To;;I" string.c;T;[o;;[I"redesign symbol methods.;TS; ; i; I"2007-02-01;T@ S; ; i; I"EThu Feb 1 23:25:21 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"parse.y (rb_id2str);T;[o;;[I"9store Strings for operator symbols. [ruby-dev:30235];TS; ; i; I"GThu Feb 1 21:04:39 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"parse.y (assignable_gen);T;[o;;[I"%no need to generate NODE_CVDECL.;To;;I""compile.c (iseq_compile_each);T;[o;;[I"no NODE_CVDECL.;TS; ; i; I"GThu Feb 1 20:53:32 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"vm.c (eval_get_cvar_base);T;[o;;[I"destination for class variable access is now strictly innermost surrounding class or module. warned if accessed from toplevel.;To;;I"variable.c (rb_cvar_get);T;[o;;[I"new class variable look-up scheme: 1) look up in the class. 2) if the class is singleton attached to a class (i.e. metaclass) then start look up in the attached class and its ancestors. 3) otherwise, look-up in ancestors of the class.;To;;I"eval.c (cvar_cbase);T;[o;;[I"rdestination for class variable access is the class/module that holds the method, or cbase outside of methods.;TS; ; i; I"GThu Feb 1 20:31:41 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"variable.c (rb_cvar_set);T;[o;;[I"remove warn argument.;TS; ; i; I"2007-01-31;T@ S; ; i; I"GWed Jan 31 14:52:09 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"Ptest/ruby/test_iterator.rb (TestIterator::test_block_given_within_iterator);T;[o;;[I"%add new test. [ruby-core:10125];TS; ; i; I"2007-01-30;T@ S; ; i; I"BTue Jan 30 17:01:21 2007 NAKAMURA Usaku ;T@ o; ;;;[o;;I"string.c (rb_str_sub_bang);T;[o;;[I"calling rb_str_modify() should be just before actually modifying the string. fixed: [ruby-dev:30211] (originally reported by zunda);TS; ; i; I"GTue Jan 30 13:24:06 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"numeric.c (int_pred);T;[o;;[I":add Integer#pred corresponding Integer#succ. [RCR#5];TS; ; i; I"ETue Jan 30 12:05:35 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"mkconfig.rb;T;[o;;[I".autoconf 2.61 support. [ruby-core:10016];TS; ; i; I"2007-01-29;T@ S; ; i; I"GMon Jan 29 23:52:32 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"tool/compile.rb;T;[o;;[I""replace YARVCore by VM class.;TS; ; i; I"GMon Jan 29 17:52:44 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I";lib/date/format.rb (Date::Format::Bag::method_missing);T;[o;;[I"@add prefix to avoid making t class-local instance variable.;TS; ; i; I"IMon Jan 29 21:32:37 2007 Masaki Suketa ;T@ o; ;;;[o;;I"ext/win32ole/win32ole.c;T;[o;;[I"Eadd WIN32OLE.locale=, WIN32OLE.locale, WIN32OLE_VARIANT#vartype.;To;;I"#test/win32ole/test_win32ole.rb;T;[o;;[I"4add test for WIN32OLE.locale=, WIN32OLE.locale.;To;;I"+test/win32ole/test_win32ole_variant.rb;T;[o;;[I"+add test for WIN32OLE_VARIANT#vartype.;TS; ; i; I"GMon Jan 29 14:14:35 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"tool/parse.rb;T;[o;;[I"Kreplace YARVCore by VM class. http://d.hatena.ne.jp/ysano2005/20070128;TS; ; i; I"2007-01-28;T@ S; ; i; I"ISun Jan 28 08:41:49 2007 Masaki Suketa ;T@ o; ;;;[o;;I"ext/win32ole/win32ole.c;T;[o;;[I"refactoring.;TS; ; i; I"2007-01-27;T@ S; ; i; I"ISat Jan 27 18:36:33 2007 Masaki Suketa ;T@ o; ;;;[o;;I"5ext/win32ole/win32ole.c (ole_val2olevariantdata);T;[o;;[I"hbug fix. WIN32OLE_VARIANT.new check that 1st argument should T_ARRAY when variant type is VT_ARRAY.;To;;I"+test/win32ole/test_win32ole_variant.rb;T;[o;;[I"add some test.;TS; ; i; I"2007-01-26;T@ S; ; i; I"IFri Jan 26 23:55:56 2007 Masaki Suketa ;T@ o; ;;;[o;;I"ext/win32ole/win32ole.c;T;[o;;[I"Jbug fix of WIN32OLE_VARIANT when variant type is VT_BYREF|VT_VARIANT.;To;;I"3test/win32ole/test_win32ole_variant_with_ie.rb;T;[o;;[I" ditto.;TS; ; i; I"HFri Jan 26 12:03:39 2007 Hidetoshi NAGAI ;T@ o; ;;;[ o;;I"Mext/tk/lib/tk.rb (TkConfigMethod#__confinfo_cmd, __conv_keyonly_optkeys);T;[o;;[I"(make them private [ruby-dev:30074].;To;;I"!ext/tk/lib/tk/txtwin_abst.rb;T;[o;;[I"fix typo [ruby-dev:30073].;To;;I"3ext/tk/lib/tk/canvas.rb (TkCanvas#scan_dragto);T;[o;;[I"lack of an argument.;To;;I"ext/tk/lib/tk/canvas.rb;T;[o;;[I"8clarify the including module name [ruby-dev:30080].;To;;I" ext/tk/lib/tk/scrollable.rb;T;[o;;[I"5change primary name of modules [ruby-dev:30080].;TS; ; i; I"GFri Jan 26 07:48:57 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"(enumerator.c (enumerator_init_copy);T;[o;;[I"Hneed to copy internal structure on clone and dup. [ruby-dev:30192];TS; ; i; I"2007-01-24;T@ S; ; i; I"?Wed Jan 24 20:34:51 2007 Kouhei Sutou ;T@ o; ;;;[o;;I"test/ruby/test_iterator.rb;T;[o;;[I"#removed a needless workaround.;TS; ; i; I"GWed Jan 24 18:05:39 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I":misc/ruby-mode.el (ruby-font-lock-syntactic-keywords);T;[o;;[I"2fix regexp font-lock bug. [ruby-talk:235758];TS; ; i; I"2007-01-23;T@ S; ; i; I"GTue Jan 23 18:26:12 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"5lib/cgi.rb (CGI::QueryExtension::read_multipart);T;[o;;[I"-use == instead of ===. [ruby-dev:30176];TS; ; i; I"BTue Jan 23 15:39:25 2007 NAKAMURA Usaku ;T@ o; ;;;[o;;I"UMakefile.in, common.mk, configure.in, */{Makefile.sub, configure.bat, setup.mak};T;[o;;[I"*add --with-baseruby configure option.;TS; ; i; I"2007-01-22;T@ S; ; i; I"GMon Jan 22 14:57:25 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"ext/socket/socket.c;T;[o;;[I"8fix errors in socket sample code. [ruby-core:09992];TS; ; i; I"2007-01-20;T@ S; ; i; I"ISat Jan 20 21:05:18 2007 Masaki Suketa ;T@ o; ;;;[o;;I"3ext/win32ole/win32ole.c (fole_s_set_code_page);T;[o;;[I"3WIN32OLE.codepage= accepts installed codepage.;To;;I"=test/win32ole/test_win32ole.rb (test_s_codepage_changed);T;[o;;[I" ditto.;TS; ; i; I"ISat Jan 20 11:18:49 2007 Masaki Suketa ;T@ o; ;;;[o;;I"Gext/win32ole/win32ole.c (ole_invoke, ole_invoke2, ole_propertyput);T;[o;;[I")modify WIN32OLERuntimeError message.;To;;I"#test/win32ole/test_win32ole.rb;T;[o;;[I" ditto.;TS; ; i; I"GSat Jan 20 06:45:21 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I""eval_proc.c (method_receiver);T;[o;;[I"Wadd new method to get the bound receiver of the method object. [ruby-talk:234949];To;;I"eval_proc.c (method_name);T;[o;;[I",new method to get the name of a method.;To;;I"eval_proc.c (method_owner);T;[o;;[I"Ea new method to get the class or module that defines the method.;TS; ; i; I"2007-01-19;T@ S; ; i; I"IFri Jan 19 17:12:23 2007 Masaki Suketa ;T@ o; ;;;[o;;I",ext/win32ole/win32ole.c (Init_win32ole);T;[o;;[I"Tadd WIN32OLE_VARIANT::Empty, WIN32OLE_VARIANT::Null, WIN32OLE_VARIANT::Nothing.;To;;I"+test/win32ole/test_win32ole_variant.rb;T;[o;;[I" ditto.;To;;I"7test/win32ole/test_nil2vtempty.rb(test_openSchema);T;[o;;[I" ditto.;TS; ; i; I"IFri Jan 19 06:53:38 2007 Masaki Suketa ;T@ o; ;;;[o;;I".ext/win32ole/win32ole.c (olevariant_free);T;[o;;[I"fix memory leak.;To;;I"5ext/win32ole/win32ole.c (ole_val2olevariantdata);T;[o;;[I"NWIN32OLE_VARIANT.new accepts nil as first argument for some VARIANT TYPE.;To;;I"+test/win32ole/test_win32ole_variant.rb;T;[o;;[I" ditto.;TS; ; i; I"2007-01-17;T@ S; ; i; I"=Wed Jan 17 17:31:28 2007 Koichi Sasada ;T@ o; ;;;[o;;0;[o;;[0o;;I"eval_proc.c;T;[o;;[I"renamed to proc.c.;To;;I"common.mk;T;[o;;[I" ditto.;To;;I"yarvcore.h, yarvcore.c;T;[o;;[I"rename or remove some global variables removed: mYarvCore, mYarvInsns renamed: cYarvISeq -> rb_cISeq, cYarvProc -> rb_cProc, cYarvBinding -> rb_cBinding ::YarvCore module is removed and ::YarvCore::VM class becomes ::VM. And change/remove some functions which added with YARV.;To;;I"compile.c;T;[o;;[I" ditto.;To;;I" eval.c;T;[o;;[I" ditto.;To;;I" iseq.c;T;[o;;[I" ditto.;To;;I" vm.c;T;[o;;[I" ditto.;To;;I" inits.c;T;[o;;[I"%rename Init_yarvcore to Init_vm.;To;;I"yarvcore.c, proc.c;T;[o;;[I"Fmove some functions and initialization from yarvcore.c to proc.c.;To;;I"intern.h, proc.c;T;[o;;[I".add global function rb_binding_new(void).;TS; ; i; I"2007-01-16;T@ S; ; i; I"=Tue Jan 16 17:49:29 2007 Koichi Sasada ;T@ o; ;;;[o;;I"#vm.c (eval_search_super_klass);T;[o;;[I"Brename to search_super_klass() and use it by th_call_super().;To;;I"insns.def;T;[o;;[I" ditto.;TS; ; i; I"=Tue Jan 16 17:48:11 2007 Koichi Sasada ;T@ o; ;;;[o;;I"common.mk;T;[o;;[I"fix ruby script path.;TS; ; i; I"=Tue Jan 16 17:39:44 2007 Koichi Sasada ;T@ o; ;;;[o;;I"vm.c (invoke_block);T;[o;;[I"fix to specify self.;TS; ; i; I"=Tue Jan 16 12:12:27 2007 Koichi Sasada ;T@ o; ;;;[o;;I" env.h;T;[o;;[I" removed;TS; ; i; I"=Tue Jan 16 12:00:06 2007 Koichi Sasada ;T@ o; ;;;[ o;;I"eval_proc.c (rb_proc_new);T;[o;;[I" added.;To;;I"string.c (sym_to_proc);T;[o;;[I"supported.;To;;I"9vm.c (invoke_block, th_invoke_yield, th_invoke_proc);T;[o;;[I" fix to support rb_proc_new.;To;;I"yarvcore.c;T;[o;;[I"add a test code.;TS; ; i; I"2007-01-13;T@ S; ; i; I"ISat Jan 13 23:24:59 2007 Masaki Suketa ;T@ o; ;;;[o;;I"wext/win32ole/win32ole.c (ole_free, ole_type_free, olemethod_free, olevariable_free, oleparam_free, ole_event_free);T;[o;;[I"(fix memory leak. [ruby-core:09846];TS; ; i; I"2007-01-10;T@ S; ; i; I"EWed Jan 10 00:10:23 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"array.c (rb_ary_replace);T;[o;;[I"Huse ptr and len of orig instead of shared. fixed: [ruby-dev:30116];TS; ; i; I"2007-01-09;T@ S; ; i; I"BTue Jan 9 17:48:38 2007 NAKAMURA Usaku ;T@ o; ;;;[o;;I"file.c (rb_find_file);T;[o;;[I"Fshould not call fpath_check() with NULL. fixed: [ruby-core:09867];TS; ; i; I"ETue Jan 9 12:29:20 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"/ext/etc/etc.c (etc_getpwuid, etc_getgrgid);T;[o;;[I"1fix to correctly convert uid/gid from VALUE.;To;;I"!ext/etc/etc.c (etc_getpwuid);T;[o;;[I" ditto.;TS; ; i; I"GTue Jan 9 03:54:38 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"string.c (rb_str_upto);T;[o;;[I"JString#upto from empty string makes infinite loop. [ruby-core:09864];To;;I"string.c (rb_str_upto);T;[o;;[I"use RSTRING_LEN().;TS; ; i; I"2007-01-07;T@ S; ; i; I"=Sun Jan 7 18:36:05 2007 Koichi Sasada ;T@ o; ;;;[ o;;I"mthread.c (rb_thread_stop_timer_thread(), rb_thread_reset_timer_thread(), rb_thread_start_timer_thread());T;[o;;[I" added.;To;;I"thread_pthread.ci;T;[o;;[I"_add a native_thread_join() and move rb_thread_reset_timer_thread() definition to thread.c.;To;;I"thread_win32.ci;T;[o;;[I" ditto;To;;I"process.c;T;[o;;[I"9fix before_exec(), after_exec() to stop timer thread;To;;I"(and restart timer thread if exec failed). and fix to reset timer thread information when forked child process starts (to fix [ruby-core;T;[o;;[I" 09822]).;TS; ; i; I"=Sun Jan 7 18:28:17 2007 Koichi Sasada ;T@ o; ;;;[o;;I"common.mk;T;[o;;[I"3add a "compare" rule and fix MATZRUBY variable;TS; ; i; I"ISun Jan 7 17:47:16 2007 Masaki Suketa ;T@ o; ;;;[o;;I"#test/win32ole/test_win32ole.rb;T;[o;;[I",add test for WIN32OLE#[], WIN32OLE#[]=.;To;;I"ext/win32ole/win32ole.c;T;[o;;[I"=update comment for rdoc of WIN32OLE#[] and WIN32OLE#[]=.;TS; ; i; I"ASun Jan 7 12:13:26 2007 Eric Hodel ;T@ o; ;;;[o;;I"Dlib/rdoc/parsers/parse_c.rb (RDoc::C_Parser#find_class_comment);T;[o;;[I"~Look for class and module comments above rb_define_class and rb_define_module. Patch by Daniel Berger ;TS; ; i; I"ASun Jan 7 10:32:12 2007 Eric Hodel ;T@ o; ;;;[o;;I"Blib/rdoc/parsers/parse_c.rb (RDoc::C_Parser#handle_constants);T;[o;;[I"/Properly handle escaping of : in comments.;To;;I"&test/rdoc/parsers/test_parse_c.rb;T;[o;;[I"JTest RDoc::C_Parser#do_classes and Rdoc::C_Parser#find_class_comment.;TS; ; i; I"ASun Jan 7 09:31:18 2007 Tadayoshi Funaba ;T@ o; ;;;[o;;I"lib/date/format.rb;T;[o;;[I""updated based on date2 4.0.1.;TS; ; i; I"2007-01-06;T@ S; ; i; I"ESat Jan 6 18:46:34 2007 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"-io.c (rb_io_getline_fast, rb_io_getline);T;[o;;[I"Lincrease lineno when met the delimiter or EOF. fixed: [ruby-dev:30081];To;;I"1io.c (prepare_getline_args, rb_io_getline_1);T;[o;;[I"Bsplit preparation of arguments and reading. [ruby-dev:30085];TS; ; i; I"=Sat Jan 6 13:48:36 2007 Koichi Sasada ;T@ o; ;;;[o;;I"insns.def (send);T;[o;;[I"(fix to optimize send() with Symbol.;To;;I"yarvtest/test_method.rb;T;[o;;[I"add another test.;TS; ; i; I"=Sat Jan 6 13:43:55 2007 Koichi Sasada ;T@ o; ;;;[o;;I"common.mk;T;[o;;[I"'add PHONY dependency to some rules;TS; ; i; I"GSat Jan 6 11:50:33 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"io.c (argf_read);T;[o;;[I"-fix wrong replacement. [ruby-dev:30070];TS; ; i; I"=Sat Jan 6 09:10:52 2007 Koichi Sasada ;T@ o; ;;;[ o;;I"insns.def;T;[o;;[I"support direct method dispatch with "send" or "funcall". This means that "obj.send :m" skips "BasicObject#send" invocation;To;;0;[o;;[0o;;I"-compile.c (iseq_specialized_instruction);T;[o;;[I"fix to support above;To;;I" eval.c;T;[o;;[I";ditto (remove "static" from rb_f_send and rb_f_funcall;To;;I"yarvcore.c;T;[o;;[I",ditto (add a external IDs for compiler);To;;I"yarvcore.h;T;[o;;[I")ditto (add a VM_CALL_SEND_BIT macro);To;;I"yarvtest/test_method.rb;T;[o;;[I" add tests for above changes;To;;I" eval.c;T;[o;;[I",remove unused "Kernel#send" declaration;TS; ; i; I"ISat Jan 6 08:29:17 2007 Masaki Suketa ;T@ o; ;;;[o;;I",ext/win32ole/win32ole.c (Init_win32ole);T;[o;;[I"@add WIN32OLE::VARIANT::VT_EMPTY, WIN32OLE::VARIANT::VT_NULL;To;;I";T@ o; ;;;[o;;I"benchmark/run.rb;T;[o;;[I"change option format;To;;I"common.mk;T;[o;;[I" ditto;TS; ; i; I"2007-01-05;T@ S; ; i; I"=Fri Jan 5 22:21:08 2007 Koichi Sasada ;T@ o; ;;;[ o;;I""benchmark/bm_app_pentomino.rb;T;[o;;[I")use Array#dup instead of Array#clone;To;;I"benchmark/bmx_temp.rb;T;[o;;[I" removed;To;;I"benchmark/run.rb;T;[o;;[I"&use run.rb instead of run_rite.rb;To;;I"common.mk;T;[o;;[I" ditto;To;;I"benchmark/run_rite.rb;T;[o;;[I" removed;To;;I"common.mk;T;[o;;[I"@use $(srcdir)/test.rb to run a test program with "make run";To;;I"benchmark/bmx_temp.rb;T;[o;;[I"8removed and set svn:ignore (bmx_*.rb) to benchmark/;To;;I" test.rb;T;[o;;[I"set svn:ignore;TS; ; i; I"=Fri Jan 5 21:03:08 2007 Koichi Sasada ;T@ o; ;;;[o;;I"yarvtest/yarvtest.rb;T;[o;;[I"fix to compare results;TS; ; i; I"=Fri Jan 5 20:52:56 2007 Koichi Sasada ;T@ o; ;;;[ o;;I"compile.c, compile.h;T;[o;;[I"#add ADD_CALL_RECEIVER() macro.;To;;I"insns.def (send);T;[o;;[I"$use GET_SELF() direct if FCALL.;To;;I"eval.c (rb_f_send);T;[o;;[I"ccheck method dispatch type to permit invoking private method when dispatch type is FCALL/VCALL;To;;I"insns.def (opt_ltlt);T;[o;;[I"remove useless statement.;To;;I" vm.h;T;[o;;[I"remove unused macros.;TS; ; i; I"=Fri Jan 5 20:50:31 2007 Koichi Sasada ;T@ o; ;;;[o;;I"benchmark/run_rite.rb;T;[o;;[I"]fix to use readlines instead of read(...).lines (because 1.8 doesn't have String#lines).;TS; ; i; I"=Fri Jan 5 20:28:19 2007 Koichi Sasada ;T@ o; ;;;[o;;I"3thread_win32.ci (rb_thread_reset_timer_thread);T;[o;;[I"added ([ruby-dev:30086]).;TS; ; i; I"=Fri Jan 5 20:20:36 2007 Koichi Sasada ;T@ o; ;;;[o;;I"common.mk;T;[o;;[I"add .SUFFIXES rule;TS; ; i; I"=Fri Jan 5 15:58:15 2007 Koichi Sasada ;T@ o; ;;;[o;;I"eval_method.h (rb_alias);T;[o;;[I"fix to check search result;TS; ; i; I"=Fri Jan 5 13:59:53 2007 Koichi Sasada ;T@ o; ;;;[o;;I""eval_method.h (rb_add_method);T;[o;;[I"fix to check old_node;TS; ; i; I"=Fri Jan 5 12:03:07 2007 Koichi Sasada ;T@ o; ;;;[o;;I"7compile.c (iseq_compile_each, set_block_local_tbl);T;[o;;[I""support NODE_LAMBDA (partly).;To;;I"sample/test.rb;T;[o;;[I" restore test of NODE_LAMBDA;To;;I"test/ruby/test_lambda.rb;T;[o;;[I" ditto;TS; ; i; I"CFri Jan 5 12:31:23 2007 GOTOU Yuuzou ;T@ o; ;;;[o;;I"%thread_pthread.ci (native_sleep);T;[o;;[I"fix tv_nsec overflow.;TS; ; i; I"2007-01-04;T@ S; ; i; I"=Thu Jan 4 20:01:29 2007 Koichi Sasada ;T@ o; ;;;[o;;I"common.mk;T;[o;;[I"*rename yarv-test-[all/each] to compare-test[/-each]. purpose of "compare-test" rule is to compare ruby (trunk) and matzruby (branches/matzruby) binary in miniruby level. MATZRUBY parameter means an path to miniruby of matzruby binary. to do this comparison test, you should build matzruby branch.;To;;I"yarvtest/yarvtest.rb;T;[o;;[I"Dfix to use command line option as command names to be compared.;To;;I"yarvtest/runner.rb;T;[o;;[I"remove a debug output.;TS; ; i; I"=Thu Jan 4 19:12:27 2007 Koichi Sasada ;T@ o; ;;;[o;;I"common.mk;T;[o;;[I"2fix to use test.rb script in build directory.;To;;0;[o;;[0S; ; i; I"CThu Jan 4 17:28:05 2007 GOTOU Yuuzou ;T@ o; ;;;[o;;I"Elib/webrick/utils.rb (WEBrick::Utils::TimeoutHandler#initialize);T;[o;;[I"EArrays could not be modified in its each block. [ruby-dev:30063];TS; ; i; I"=Thu Jan 4 16:57:14 2007 Koichi Sasada ;T@ o; ;;;[o;;I"yarv_version.h;T;[o;;[I" removed.;To;;I"common.mk;T;[o;;[I"%remove yarv_version.h from rules;To;;I"yarvcore.h (Init_yarvcore);T;[o;;[I"remove useless constants;TS; ; i; I"CThu Jan 4 17:00:06 2007 GOTOU Yuuzou ;T@ o; ;;;[o;;I"-ext/openssl/ossl_asn1.c (Init_ossl_asn1);T;[o;;[I"mOpenSSL::ASN1::ASN1Data#value,#tag,#tag_class and OpenSSL::ASN1::BitString#unused_bits should be public.;TS; ; i; I"=Thu Jan 4 13:45:10 2007 Koichi Sasada ;T@ o; ;;;[o;;I"thread_pthread.ci;T;[o;;[I"/fix last changes around PTHREAD_STACK_MIN.;TS; ; i; I"=Thu Jan 4 13:42:47 2007 Koichi Sasada ;T@ o; ;;;[o;;I"common.mk;T;[o;;[I"restore changes.;TS; ; i; I"=Thu Jan 4 10:33:54 2007 Koichi Sasada ;T@ o; ;;;[o;;I"thread_pthread.ci;T;[o;;[I":fix to skip using PTHREAD_STACK_MIN. [ruby-dev:30063];TS; ; i; I"=Thu Jan 4 10:30:11 2007 Koichi Sasada ;T@ o; ;;;[o;;I"benchmark/run_rite.rb (bm);T;[o;;[I"fix to use lines.;TS; ; i; I"2007-01-03;T@ S; ; i; I"GWed Jan 3 18:49:15 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"io.c (rb_io_getline);T;[o;;[I"8lineno update condition was wrong. [ruby-dev:30065];To;;I"io.c (rb_io_getline_fast);T;[o;;[I" ditto.;TS; ; i; I"GWed Jan 3 11:36:51 2007 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"io.c (ruby_dup);T;[o;;[I" start GC on ENOMEM as well.;TS; ; i; I"2007-01-02;T@ S; ; i; I"ATue Jan 2 10:29:54 2007 Eric Hodel ;T@ o; ;;;[o;;I"ext/zlib/zlib.c;T;[o;;[I"8fix to compile on YARV ruby_errinfo -> rb_errinfo();TS; ; i; I"2007-01-01;T@ S; ; i; I"=Mon Jan 1 08:07:06 2007 Koichi Sasada ;T@ o; ;;;[o;;I"ext/tk/tcltklib.c;T;[o;;[I"]fix to compile on YARV ruby_errinfo -> rb_errinfo(), ruby_safe_level -> rb_safe_level().;TS; ; i; I"=Mon Jan 1 07:57:17 2007 Koichi Sasada ;T@ o; ;;;[o;;I"test/drb/test_drbssl.rb;T;[o;;[I"fix to skip drb tests.;TS; ; i; I"AMon Jan 1 06:13:11 2007 Eric Hodel ;T@ o; ;;;[o;;I"!lib/rdoc/parsers/c_parser.rb;T;[o;;[I">Make Rdoc accessible. Update constant value information.;To;;I" ext/bigdecimal/bigdecimal.c;T;[o;;[I"9Update constant comments to provide values for RDoc.;TS; ; i; I"AMon Jan 1 06:05:55 2007 Eric Hodel ;T@ o; ;;;[o;;I"Blib/rdoc/parsers/parse_c.rb (RDoc::C_Parser#handle_constants);T;[o;;[I"Allow RDoc comment to give friendly value for rb_define_const. Patch by Daniel Berger , [ruby-patches-7499].;To;;I"Blib/rdoc/parsers/parse_c.rb (RDoc::C_Parser#handle_constants);T;[o;;[I"2Fix whitespace handling in constant comments.;TS; ; i; I"=Mon Jan 1 00:00:00 2007 Koichi Sasada ;T@ o; ;;;[o;;0;[o;;[0S; ; i; I"2006-12-31;T@ S; ; i; I"ASun Dec 31 16:22:48 2006 Eric Hodel ;T@ o; ;;;[o;;I" array.c;T;[o;;[I"Fix Array#reject.;TS; ; i; I"ASun Dec 31 00:46:25 2006 Tadayoshi Funaba ;T@ o; ;;;[o;;I"lib/date2.rb;T;[o;;[I" removed.;TS; ; i; I"ASun Dec 31 00:15:13 2006 Tadayoshi Funaba ;T@ o; ;;;[o;;I"$lib/date.rb, lib/date/format.rb;T;[o;;[I" updated based on date2 4.0.;TS; ; i; I"2006-12-30;T@ S; ; i; I"GSat Dec 30 04:38:23 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I""enum.c (enum_each_with_index);T;[o;;[I"&reuse array for yield parameters.;To;;I" enum.c (enum_min, enum_max);T;[o;;[I" ditto.;TS; ; i; I"GSat Dec 30 04:25:29 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"enum.c (enum_inject);T;[o;;[I"&reuse array for yield parameters.;TS; ; i; I"GSat Dec 30 02:54:22 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I")ext/stringio/stringio.c (strio_gets);T;[o;;[I"accepts limit argument.;To;;I"Jext/stringio/stringio.c (strio_readline, strio_each, strio_readlines);T;[o;;[I" ditto.;TS; ; i; I"GSat Dec 30 02:22:32 2006 Yukihiro Matsumoto ;T@ o; ;;;[ o;;I",ext/stringio/stringio.c (strio_getline);T;[o;;[I"add limit capability.;To;;I"io.c (rb_io_gets_m);T;[o;;[I"0accepts limit argument. [ruby-talk:231563];To;;I"Jio.c (rb_io_readline, rb_io_readlines, rb_io_each_line, argf_getline);T;[o;;[I" ditto.;To;;I"io.c (appendline);T;[o;;[I"add limit capability.;To;;I"-io.c (rb_io_getline_fast, rb_io_getline);T;[o;;[I" ditto.;To;;I"io.c (rb_io_getline);T;[o;;[I"small refactoring for DRY.;To;;I".io.c (rb_io_s_foreach, rb_io_s_readlines);T;[o;;[I"small refactoring.;TS; ; i; I"2006-12-28;T@ S; ; i; I"GThu Dec 28 15:27:38 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I")lib/cgi.rb (CGI::Cookie::initialize);T;[o;;[I")use Array() again. [ruby-core:09781];TS; ; i; I"2006-12-27;T@ S; ; i; I"IWed Dec 27 20:52:32 2006 Masaki Suketa ;T@ o; ;;;[o;;I"ext/win32ole/win32ole.c;T;[o;;[I"%remove WIN32OLE::PROPERTY class.;To;;I"'ext/win32ole/tests/testWIN32OLE.rb;T;[o;;[I" ditto.;TS; ; i; I"GWed Dec 27 10:04:11 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"object.c (rb_Array);T;[o;;[I"Kreturns 1-element array if the argument does not have to_ary nor to_a.;TS; ; i; I"2006-12-26;T@ S; ; i; I"ITue Dec 26 21:02:14 2006 Masaki Suketa ;T@ o; ;;;[o;;I"1test/win32ole/test_folderitem2_invokeverb.rb;T;[o;;[I"=The argument of Shell.NameSpace should not be file path.;TS; ; i; I"ATue Dec 26 06:13:08 2006 Minero Aoki ;T@ o; ;;;[o;;I" ext/bigdecimal/bigdecimal.c;T;[o;;[I":remove useless method BigDecimal#!=. [ruby-dev:30050];TS; ; i; I"2006-12-21;T@ S; ; i; I"GThu Dec 21 15:37:17 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"!string.c (rb_str_slice_bang);T;[o;;[I"2rdoc description bug fixed. [ruby-core:09754];TS; ; i; I"2006-12-20;T@ S; ; i; I"=Wed Dec 20 12:54:31 2006 Koichi Sasada ;T@ o; ;;;[o;;0;[o;;[0S; ; i; I"2006-12-18;T@ S; ; i; I"GMon Dec 18 08:36:29 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I")lib/cgi.rb (CGI::Cookie::initialize);T;[o;;[I"6Array(string) no longer works. [ruby-core:09738];TS; ; i; I"2006-12-15;T@ S; ; i; I"EFri Dec 15 00:19:53 2006 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"'win32/Makefile.sub (COMPILE_RULES);T;[o;;[I"%latter rule has higher priority.;To;;I""lib/mkmf.rb (create_makefile);T;[o;;[I"Sremove static library before update, to get rid of sludge of Borland tlib.exe.;TS; ; i; I"2006-12-14;T@ S; ; i; I"GThu Dec 14 18:29:13 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"ext/readline/readline.c;T;[o;;[I"NetBSD editline does not have rl_username_completion_function() and rl_completion_matches(). a patch from Takahiro Kambe . [ruby-dev:30008];TS; ; i; I"GThu Dec 14 18:20:43 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"*lib/irb/locale.rb (IRB::Locale::puts);T;[o;;[I"Ttypo fixed. a patch from NAKAMURA Usaku . [ruby-dev:30012];TS; ; i; I"2006-12-12;T@ S; ; i; I"ETue Dec 12 23:33:53 2006 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"8lib/optparse.rb (Switch#parse_arg, Switch#conv_arg);T;[o;;[I"splat failures.;TS; ; i; I"2006-12-11;T@ S; ; i; I"@Mon Dec 11 11:51:10 2006 Akinori MUSHA ;T@ o; ;;;[o;;I" ext/digest/sha2/lib/sha2.rb;T;[o;;[I"HMoved one level up from under the superfluous subdirectory digest/.;TS; ; i; I"GMon Dec 11 11:46:18 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"!variable.c (rb_define_const);T;[o;;[I"typo fixed.;TS; ; i; I"GMon Dec 11 09:36:29 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"string.c (rb_str_aset);T;[o;;[I"3index double decode problem. [ruby-core:09695];TS; ; i; I"2006-12-09;T@ S; ; i; I"ESat Dec 9 21:39:24 2006 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"eval.c (ruby_cleanup);T;[o;;[I"@keep the exception till after END blocks. [ruby-core:09675];TS; ; i; I"GSat Dec 9 11:22:00 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"1lib/irb/locale.rb (IRB::Locale::search_file);T;[o;;[I"wuse File.exist? instead of File.exists?. a patch from Yutaka Kanemoto in [ruby-dev:30000].;TS; ; i; I"2006-12-08;T@ S; ; i; I"BFri Dec 8 18:11:18 2006 NAKAMURA Usaku ;T@ o; ;;;[o;;I"lib/optparse.rb;T;[o;;[I"?cannot put :nodoc: before method definition. put after it.;TS; ; i; I"BFri Dec 8 17:00:13 2006 NAKAMURA Usaku ;T@ o; ;;;[o;;I" bin/rdoc;T;[o;;[I"-use File.exist? instead of File.exists?.;TS; ; i; I"2006-12-07;T@ S; ; i; I"GThu Dec 7 23:50:21 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"object.c (Init_Object);T;[o;;[I"3new method Dir.exist?(path). [ruby-core:09663];To;;I"file.c (Init_File);T;[o;;[I"2remove File.exists?; use File.exist? instead.;To;;I" file.c;T;[o;;[I"/rename functions to test_* to rb_file_*_p.;TS; ; i; I"GThu Dec 7 09:29:02 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I")lib/weakref.rb (WeakRef::__setobj__);T;[o;;[I"3should support marshaling. [ruby-talk:228508];TS; ; i; I"2006-12-06;T@ S; ; i; I"EWed Dec 6 23:58:36 2006 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"%Makefile.in, common.mk (NULLCMD);T;[o;;[I"Rmoved for platforms that empty command does not run. fixed: [ruby-dev:29994];To;;I"#win32/win32.c (init_stdhandle);T;[o;;[I"4redirect unopened IOs to NUL. [ruby-core:09572];TS; ; i; I"2006-12-05;T@ S; ; i; I"FTue Dec 5 19:01:42 2006 WATANABE Hirofumi ;T@ o; ;;;[o;;I"configure.in (SITE_DIR);T;[o;;[I"Qfixed to empty RUBY_SITE_LIB in config.h on NetBSD. fixed: [ruby-dev:29358];TS; ; i; I"GTue Dec 5 18:38:21 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"!lib/matrix.rb (Matrix::rank);T;[o;;[I"Iuse quo method to avoid integer division problem. [ruby-core:09644];To;;I"#lib/matrix.rb (Matrix::rank_e);T;[o;;[I" ditto.;TS; ; i; I"GTue Dec 5 00:59:05 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"+misc/ruby-mode.el (ruby-parse-partial);T;[o;;[I"Sneed to parse "/=" as self assignment operator, not regex. [ruby-talk:227324];TS; ; i; I"ETue Dec 5 00:19:14 2006 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"6intern.h, object.c, variable.c (rb_mod_constants);T;[o;;[I"added an optional flag to search ancestors, which is defaulted to true, as well as const_defined? and const_get. [ruby-dev:29989];TS; ; i; I"2006-12-04;T@ S; ; i; I"EMon Dec 4 23:49:28 2006 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"$instruby.rb (install_recursive);T;[o;;[I"get rid of warning.;To;;I"+lib/optparse.rb (CompletingHash#match);T;[o;;[I"get rid of splat failure.;TS; ; i; I"@Mon Dec 4 19:16:39 2006 Akinori MUSHA ;T@ o; ;;;[o;;I""ext/digest/lib/digest/hmac.rb;T;[o;;[I"Do alias << update.;TS; ; i; I"GMon Dec 4 10:48:03 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"ruby.h (OFFT2NUM);T;[o;;[I";T@ o; ;;;[o;;I"5lib/cgi.rb (CGI::QueryExtension::read_multipart);T;[o;;[I"(should quote boundary. JVN#84798830;TS; ; i; I"2006-12-03;T@ S; ; i; I"@Sun Dec 3 16:16:53 2006 Akinori MUSHA ;T@ o; ;;;[o;;I""ext/digest/lib/digest/hmac.rb;T;[o;;[I"LFix problems with update timing. [Reported by: oss-ruby@technorama.net];TS; ; i; I"2006-12-02;T@ S; ; i; I"CSat Dec 2 07:33:53 2006 GOTOU Yuuzou ;T@ o; ;;;[o;;I"@lib/webrick/httputils.rb (WEBrick::HTTPUtils::FormData::<<);T;[o;;[I"@HTTPUtils::parse_header() takes a string. [ruby-dev:29931];To;;I"@lib/webrick/httputils.rb (WEBrick::HTTPUtils::parse_header);T;[o;;[I",String does no longer have each method.;To;;I"Clib/webrick/httputils.rb (WEBrick::HTTPUtils::parse_form_data);T;[o;;[I" ditto.;TS; ; i; I"CSat Dec 2 07:09:04 2006 GOTOU Yuuzou ;T@ o; ;;;[o;;I"ext/openssl/ossl_ocsp.c;T;[o;;[I"[OpenSSL::OCSP::OSCPError should be subclass of OpenSSL::OpenSSLError. [ruby-dev:29980];TS; ; i; I"2006-12-01;T@ S; ; i; I"HFri Dec 1 16:31:53 2006 Hidetoshi NAGAI ;T@ o; ;;;[o;;I"ext/tk/tcltklib.c;T;[o;;[I"Eshouldn't run the killed thread at callback. [ruby-talk: 227408];TS; ; i; I"2006-11-28;T@ S; ; i; I"GTue Nov 28 17:25:11 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"array.c (ary_iter_check);T;[o;;[I">should check modification (size change) during iteration.;To;;I"array.c (rb_ary_initialize, rb_ary_shift, rb_ary_unshift, rb_ary_splice, rb_ary_reverse, rb_ary_sort, rb_ary_delete, rb_ary_delete_at, rb_ary_reject_bang, rb_ary_replace, rb_ary_clear, rb_ary_fill, rb_ary_uniq_bang, rb_ary_compact, rb_ary_shuffle);T;[o;;[I"add iteration check.;TS; ; i; I"2006-11-27;T@ S; ; i; I"GMon Nov 27 09:00:15 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"string.c (rb_str_ord);T;[o;;[I"[typo fixed. reported from Kornelius Kalnbach . [ruby-core:09621];TS; ; i; I"2006-11-26;T@ S; ; i; I"GSun Nov 26 16:36:46 2006 URABE Shyouhei ;T@ o; ;;;[o;;I"version.h;T;[o;;[I"!addition of RUBY_PATCHLEVEL.;To;;I"version.c;T;[o;;[I" ditto.;TS; ; i; I"2006-11-22;T@ S; ; i; I"HWed Nov 22 16:00:49 2006 Hidetoshi NAGAI ;T@ o; ;;;[o;;I"ext/tk/extconf.rb;T;[o;;[I"-support --with-X11/--without-X11 option.;To;;I"ext/tk/README.tcltklib;T;[o;;[I"fadd description about --with-X11-* option [ruby-talk:225166] and --with-X11/--without-X11 option.;To;;I"ext/tk/tkutil/extconf.rb;T;[o;;[I"3able to be called manually [ruby-talk:225950].;TS; ; i; I"2006-11-18;T@ S; ; i; I"GSat Nov 18 23:39:20 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"object.c (rb_obj_tap);T;[o;;[I"&a new method. [ruby-talk:224013];TS; ; i; I"2006-11-15;T@ S; ; i; I"EWed Nov 15 23:22:54 2006 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"-file.c (test_grpowned, rb_stat_grpowned);T;[o;;[I"=should honor supplementary group IDs. [ruby-core:09546];TS; ; i; I"2006-11-07;T@ S; ; i; I"GTue Nov 7 18:35:18 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"eval.c (formal_assign);T;[o;;[I"/need to pack rest arg information in argc.;TS; ; i; I"HTue Nov 7 18:05:01 2006 Hidetoshi NAGAI ;T@ o; ;;;[o;;I" ext/tk/lib/tk/itemconfig.rb;T;[o;;[I"minor bug fix.;TS; ; i; I"GTue Nov 7 17:52:08 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I" class.c (rb_include_module);T;[o;;[I"=revert duplicate inclusion of modules. [ruby-dev:29793];TS; ; i; I"GTue Nov 7 17:18:11 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"eval.c (method_missing);T;[o;;[I"$update old argument adjustment.;TS; ; i; I"ETue Nov 7 16:41:21 2006 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"eval.c (when_check);T;[o;;[I"=need to splat for NODE_ARGSCAT as well. [ruby-dev:29860];TS; ; i; I"2006-11-06;T@ S; ; i; I"GMon Nov 6 22:23:52 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"string.c (Init_String);T;[o;;[I"1remove duplicated definition of Symbol#to_s.;TS; ; i; I"GMon Nov 6 18:54:13 2006 Yukihiro Matsumoto ;T@ o; ;;;[ o;;I"eval.c (svalue_to_avalue);T;[o;;[I" need to splat but no error.;To;;I" eval.c;T;[o;;[I"+new macros - YIELD_CALL, YIELD_VALUES.;To;;I"eval.c (rb_yield_values);T;[o;;[I"specify YIELD_VALUES.;To;;I"eval.c (rb_yield_0);T;[o;;[I"use new macros.;To;;I"eval.c (proc_invoke);T;[o;;[I"Sslightly modified to separate YIELD_CALL and YIELD_VALUES from YIELD_ARY_ARGS.;To;;I"object.c (Init_Object);T;[o;;[I"add nil.to_splat => [].;TS; ; i; I"HMon Nov 6 15:41:55 2006 Hidetoshi NAGAI ;T@ o; ;;;[ o;;I" ext/tk/lib/tk/itemconfig.rb;T;[o;;[I"ext/tk/lib/tk/itemconfig.rb: bug fix on 'itemconfiginfo' method, and modify to make it easy to override 'itemconfiginfo' method.;To;;I")ext/tk/lib/tkextlib/tile/treeview.rb;T;[o;;[I"support Tile 0.7.8.;To;;I"#ext/tk/lib/tkextlib/version.rb;T;[o;;[I"M[new] add Tk::Tkextlib_RELEASE_DATE to get the information from scripts.;To;;I"ext/tk/lib/tk.rb;T;[o;;[I"8load 'tkextlib/version.rb', and update RELEASE_DATE;To;;I"'ext/tk/lib/tkextlib/SUPPORT_STATUS;T;[o;;[I" update.;To;;I"&ext/tk/sample/editable_listbox.rb;T;[o;;[I"j[new] the listbox with editable items. It's one of the example about usage of Place geometry manager.;To;;I"ext/tk/sample/tktextio.rb;T;[o;;[I"Qimprove the functions of TkTextIO class. Those are required by 'irbtkw.rbw'.;To;;I"ext/tk/sample/irbtkw.rbw;T;[o;;[I"[new] IRB on Ruby/Tk. It doesn't need any real console. IRB works on a text widget without I/O blocking. That is, thread switching on IRB will work properly, even if on Windows.;TS; ; i; I"GMon Nov 6 00:42:05 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"parse.y (arg_dup_check);T;[o;;[I"%vid may be nameless internal id.;TS; ; i; I"2006-11-05;T@ S; ; i; I"ASun Nov 5 19:52:19 2006 Tadayoshi Funaba ;T@ o; ;;;[o;;I"lib/date.rb;T;[o;;[I""updated based on date2 3.9.7.;TS; ; i; I"2006-11-04;T@ S; ; i; I"ASat Nov 4 13:09:31 2006 Shugo Maeda ;T@ o; ;;;[o;;I"lib/net/imap.rb;T;[o;;[I"&accept NOMODSEQ. [ruby-core:9002];TS; ; i; I"2006-11-03;T@ S; ; i; I"GFri Nov 3 00:16:37 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"0ext/socket/socket.c (ruby_getnameinfo__aix);T;[o;;[I"hAF_INET6 workaround for AIX. a patch from Yutaka Kanemoto . [ruby-dev:29744];TS; ; i; I"2006-11-02;T@ S; ; i; I"@Thu Nov 2 14:19:44 2006 Akinori MUSHA ;T@ o; ;;;[o;;I"lib/set.rb (Set#^);T;[o;;[I"XFix XOR operation against a container that holds duplicate values. [ruby-core:9372];TS; ; i; I"GThu Nov 2 10:00:06 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I" string.c;T;[o;;[I"Pclass Symbol is no longer subclass of String. also covers [ruby-core:09366];TS; ; i; I"GThu Nov 2 08:21:07 2006 Yukihiro Matsumoto ;T@ o; ;;;[ o;;I"6lib/xmlrpc/create.rb (XMLRPC::Create::conv2value);T;[o;;[I",Symbol should come earlier than String.;To;;I"Dlib/soap/mapping/rubytypeFactory.rb (RubytypeFactory::obj2soap);T;[o;;[I" ditto.;To;;I"$lib/set.rb (TC_Set::test_s_new);T;[o;;[I"%strings are no longer Enumerable;To;;I"*lib/soap/property.rb (Property::load);T;[o;;[I" ditto.;To;;I"@lib/webrick/httputils.rb (WEBrick::HTTPUtils::parse_header);T;[o;;[I" ditto.;To;;I":lib/soap/mimemessage.rb (MIMEMessage::Headers::parse);T;[o;;[I" ditto.;TS; ; i; I"GThu Nov 2 09:08:04 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I" array.c;T;[o;;[I"Jrevert lfree shift/unshift boost patch to avoid unknown memory error.;TS; ; i; I"2006-11-01;T@ S; ; i; I"GWed Nov 1 23:24:42 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"ruby.h (struct RArray);T;[o;;[I"$revert embedding ptr in RVALUE.;To;;I" array.c;T;[o;;[I" ditto.;TS; ; i; I"GWed Nov 1 23:01:55 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"string.c (hash);T;[o;;[I"%use Bob Jenkins' hash algorithm.;TS; ; i; I"@Wed Nov 1 02:22:31 2006 Akinori MUSHA ;T@ o; ;;;[o;;I"9ext/digest/lib/digest/hmac.rb (Digest::HMAC::update);T;[o;;[I"Minor optimization.;To;;I"3ext/digest/digest.c (rb_digest_instance_equal);T;[o;;[I"IAllow comparing a digest instance with another of a different class.;TS; ; i; I"BWed Nov 1 01:05:13 2006 NAKAMURA Usaku ;T@ o; ;;;[o;;I"eval.c (rb_call0);T;[o;;[I"Lfixed bug of zsuper with both of opt and rest. fixed: [ruby-list:42928];TS; ; i; I"2006-10-31;T@ S; ; i; I"GTue Oct 31 17:03:21 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"time.c (time_dup);T;[o;;[I";T@ o; ;;;[o;;I"array.c (ary_shared_first);T;[o;;[I"Gshould address offset after ary_shared_array(). [ruby-core:09358];TS; ; i; I"2006-10-30;T@ S; ; i; I"EMon Oct 30 23:40:52 2006 Nobuyoshi Nakada ;T@ o; ;;;[ o;;I"Makefile.in (miniruby);T;[o;;[I"add XLDFLAGS.;To;;I"configure.in (aix);T;[o;;[I"3use -bE option for miniruby. [ruby-dev:29698];To;;I"dir.c (glob_helper);T;[o;;[I"%get rid of possible memory leak.;To;;I"Rwin32/win32.c (cmdglob, rb_w32_cmdvector, rb_w32_opendir, rb_w32_get_environ);T;[o;;[I")not to use GC before initialization.;TS; ; i; I"BMon Oct 30 19:28:02 2006 NAKAMURA Usaku ;T@ o; ;;;[o;;I"bignum.c (rb_big2str0);T;[o;;[I"use better approximation.;TS; ; i; I"GMon Oct 30 18:35:33 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"bignum.c (rb_big2str0);T;[o;;[I"bwrong allocation length. a patch from U.Nakamura [ruby-dev:29710];TS; ; i; I"GMon Oct 30 12:34:02 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"eval.c (rb_eval);T;[o;;[I"'fix commit miss. [ruby-dev:29707];TS; ; i; I"GMon Oct 30 11:15:40 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"sprintf.c (rb_str_format);T;[o;;[I"Yshould preserve leading zero information for negative %b and %x. [ruby-talk:221347];TS; ; i; I"2006-10-29;T@ S; ; i; I"@Sun Oct 29 19:51:31 2006 K.Kosako ;T@ o; ;;;[o;;I"regexec.c;T;[o;;[I">invalid offset value was used in STATE_CHECK_BUFF_INIT().;TS; ; i; I"2006-10-28;T@ S; ; i; I"@Sat Oct 28 20:13:18 2006 K.Kosako ;T@ o; ;;;[ o;;I"oniguruma.h;T;[o;;[I"Version 4.4.5;To;;I" regint.h;T;[o;;[I" ditto.;To;;I"regerror.c;T;[o;;[I" ditto.;To;;I"regexec.c;T;[o;;[I" ditto.;To;;0;[o;;[0o;;0;[o;;[0S; ; i; I"GSat Oct 28 07:56:13 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"marshal.c (r_object0);T;[o;;[I"&missing break. [ruby-core:09345];TS; ; i; I"2006-10-27;T@ S; ; i; I"GFri Oct 27 17:30:31 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I""enumerator.c (enum_each_cons);T;[o;;[I"3move RETURN_ENUMERATOR() after argument check.;TS; ; i; I"2006-10-26;T@ S; ; i; I"CThu Oct 26 21:05:48 2006 GOTOU Yuuzou ;T@ o; ;;;[o;;I"1ext/openssl/ossl_pkcs7.c (ossl_pkcs7_verify);T;[o;;[I"should clear error.;To;;I"(fix http;T;[o;;[I"//bugs.debian.org/394336);To;;I"6ext/openssl/ossl_ns_spki.c (ossl_spki_initialize);T;[o;;[I" ditto.;TS; ; i; I"GThu Oct 26 15:23:47 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"enumerator.c;T;[o;;[I"!remove by_slice and by_cons.;TS; ; i; I"BThu Oct 26 15:12:12 2006 NAKAMURA Usaku ;T@ o; ;;;[o;;I"&ext/digest/digest.c (Init_digest);T;[o;;[I" typo.;TS; ; i; I"2006-10-25;T@ S; ; i; I"@Wed Oct 25 17:16:05 2006 Akinori MUSHA ;T@ o; ;;;[o;;I"$test/digest/test_digest_hmac.rb;T;[o;;[I" added.;TS; ; i; I"@Wed Oct 25 16:34:31 2006 Akinori MUSHA ;T@ o; ;;;[o;;I"ext/digest/test.sh;T;[o;;[I"!make this script work again.;TS; ; i; I"AWed Oct 25 07:59:42 2006 Tadayoshi Funaba ;T@ o; ;;;[o;;I"lib/date/format.rb;T;[o;;[I"4updated based on date2 3.9.6. [ruby-core:09323];TS; ; i; I"EWed Oct 25 00:58:19 2006 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"*win32/mkexports.rb, win32/resource.rb;T;[o;;[I"use unique variable names.;TS; ; i; I"2006-10-24;T@ S; ; i; I"GTue Oct 24 19:18:53 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"'enumerator.c (enumerator_by_slice);T;[o;;[I"new method added.;To;;I"&enumerator.c (enumerator_by_cons);T;[o;;[I" ditto.;TS; ; i; I"GTue Oct 24 18:56:13 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"3enumerator.c (enum_each_slice, enum_each_cons);T;[o;;[I"Kreturns Enumerable::Enumerator if no block is given. [ruby-dev:29246];To;;I"enumerator.c;T;[o;;[I"Nremove methods: enum_with_index, enum_slice, enum_cons. [ruby-dev:29246];TS; ; i; I"GTue Oct 24 18:51:27 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"enum.c (enum_zip);T;[o;;[I"+add RETURN_ENUMERATOR() to zip method.;TS; ; i; I"2006-10-23;T@ S; ; i; I"GMon Oct 23 04:30:04 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"marshal.c (r_object0);T;[o;;[I"{use return value from proc given as the second argument to Marshal#load() to allow value replacement in the restoring data.;TS; ; i; I"2006-10-22;T@ S; ; i; I"GSun Oct 22 14:48:31 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"signal.c (Init_signal);T;[o;;[I"6avoid duplicated installation of SIGCHLD handler.;TS; ; i; I"ESun Oct 22 16:47:56 2006 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"string.c (rb_str_substr);T;[o;;[I"gshould be infected with only original string, but not the shared string. fixed: [ruby-core:09152];To;;I"string.c (rb_str_new4);T;[o;;[I"[keep shared string untainted when original string is tainted. fixed: [ruby-dev:29672];TS; ; i; I"GSun Oct 22 07:55:11 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"string.c (rb_str_upcase, rb_str_downcase, rb_str_downcase, rb_str_upcase_bang, rb_str_downcase_bang, rb_str_swapcase_bang);T;[o;;[I"Tadd RDoc description that case conversion to be effective only in ASCII region.;TS; ; i; I"GSun Oct 22 05:20:34 2006 URABE Shyouhei ;T@ o; ;;;[o;;I"configure.in;T;[o;;[I"=alloca is broken; use C_ALLOCA instead. [ruby-dev:29416];TS; ; i; I"2006-10-21;T@ S; ; i; I"@Sat Oct 21 17:50:40 2006 Akinori MUSHA ;T@ o; ;;;[o;;I"ext/digest/lib/digest.rb;T;[o;;[I""Follow the framework updates.;TS; ; i; I"2006-10-20;T@ S; ; i; I"@Fri Oct 20 22:00:43 2006 Akinori MUSHA ;T@ o; ;;;[o;;I""ext/digest/lib/digest/hmac.rb;T;[o;;[I""Complete half-boiled updates.;To;;I"'ext/digest/sha2/lib/digest/sha2.rb;T;[o;;[I"Fix #initialize_clone().;TS; ; i; I"@Fri Oct 20 20:28:37 2006 Akinori MUSHA ;T@ o; ;;;[ o;;I"ext/digest;T;[o;;[I"gPrefix C constants with RUBY_ and C type names with rb_ to avoid name clash in writing extensions.;To;;I"ext/digest;T;[o;;[I"xIntroduce Digest::Class and Digest::Instance for ease of implementing subclasses and add-ons, inspired by gotoyuzo.;To;;I"ext/digest;T;[o;;[I"AThe Digest::Instance module now requires and assumes that any instance be resettable and clonable, and add some convenient instance methods such as "new()", for creating a new copy, parameter taking "digest()" and "hexdigest()", for instant calculation. These methods make digest instances work just like digest classes.;To;;I"'ext/digest/sha2/lib/digest/sha2.rb;T;[o;;[I"Add the Digest::SHA2 class to wrap up SHA2 variants: SHA256, SHA384 and SHA512, hoping this module would make a decent example of a digest subclass written in Ruby.;To;;I"ext/digest/lib/digest.rb;T;[o;;[I".Adjust autoload entries for SHA2 classes.;To;;I""ext/digest/lib/digest/hmac.rb;T;[o;;[I""Follow the framework updates.;TS; ; i; I"BFri Oct 20 10:47:43 2006 NAKAMURA Usaku ;T@ o; ;;;[o;;I"lib/mkmf.rb;T;[o;;[I"-fixed the bug of handling COMMON_MACROS.;TS; ; i; I"EFri Oct 20 08:42:38 2006 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"common.mk (NULLCMD);T;[o;;[I"dummy command.;To;;I"(bcc32/Makefile.sub (post-install-*);T;[o;;[I"RBorland make cannot ignore command-less double-colon rules. [ruby-dev:29676];TS; ; i; I"EFri Oct 20 00:37:07 2006 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"'bcc32/Makefile.sub ($(LIBRUBY_SO));T;[o;;[I"execute pre-link hook.;To;;I"ext/extmk.rb;T;[o;;[I"!workaround for Borland make.;TS; ; i; I"2006-10-18;T@ S; ; i; I"EWed Oct 18 23:02:40 2006 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"array.c (rb_ary_shift);T;[o;;[I"1shorten copy size. fixed: [ruby-list:42907];To;;I"signal.c (Init_signal);T;[o;;[I".handle SIGTERM. fixed: [ruby-list:42895];To;;I"!win32/win32.c (rb_w32_utime);T;[o;;[I";allow NULL to set the current time. [ruby-talk:219248];TS; ; i; I"GWed Oct 18 13:25:50 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I" string.c (rb_str_each_line);T;[o;;[I"yString#lines now works when a block is given. in other words, lines become an alias to each_line. [ruby-core:09218];To;;I" string.c (rb_str_each_byte);T;[o;;[I"'ditto for bytes in place of lines.;TS; ; i; I"EWed Oct 18 00:55:33 2006 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"parse.y (parser_yylex);T;[o;;[I"-use particular enums. [ruby-core:09221];TS; ; i; I"2006-10-17;T@ S; ; i; I"ATue Oct 17 22:03:08 2006 Minero Aoki ;T@ o; ;;;[o;;I"lib/erb.rb;T;[o;;[I"5String#each was removed, use #each_line instead.;TS; ; i; I"GTue Oct 17 12:27:32 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"array.c (ary_shared_array);T;[o;;[I"0should set NOEMBED flag for a copied array.;TS; ; i; I"GTue Oct 17 08:04:31 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"string.c (rb_str_lines);T;[o;;[I"8now takes optional argument for the line separator.;To;;I"$io.c (rb_io_lines, rb_io_bytes);T;[o;;[I"new methods.;TS; ; i; I"2006-10-16;T@ S; ; i; I"GMon Oct 16 23:33:18 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"array.c (rb_ary_unshift_m);T;[o;;[I"-a bug in lfree shift length calculation.;TS; ; i; I"EMon Oct 16 08:30:43 2006 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"mkconfig.rb;T;[o;;[I"2*OBJS are not needed for extension libraries.;To;;I"5{bcc32,wince,win32}/Makefile.sub (config.status);T;[o;;[I"fixed typo, missing comma.;TS; ; i; I"GMon Oct 16 00:44:26 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"pack.c (pack_unpack);T;[o;;[I"eexecute block if given with unpacked value instead of creating an array. an idea from Tim Bray.;TS; ; i; I"2006-10-15;T@ S; ; i; I"ESun Oct 15 01:03:08 2006 Nobuyoshi Nakada ;T@ o; ;;;[o;;I";T@ o; ;;;[o;;I"parse.y (singleton);T;[o;;[I">no need to re-create NODE_SELF() again. [ruby-core:09177];TS; ; i; I"GSat Oct 14 23:25:31 2006 Yukihiro Matsumoto ;T@ o; ;;;[ o;;I"*parse.y (parser_warning, parser_warn);T;[o;;[I"{some error message may contain format specifiers. a patch from Akinori MUSHA . [ruby-dev:29657];To;;I"/regparse.c (onig_rb_warning, onig_rb_warn);T;[o;;[I" ditto.;To;;I".ext/bigdecimal/bigdecimal.c (VpException);T;[o;;[I" ditto.;To;;I"-ext/dl/handle.c (rb_dlhandle_initialize);T;[o;;[I" ditto.;To;;I"$ext/gdbm/gdbm.c (rb_gdbm_fatal);T;[o;;[I" ditto.;TS; ; i; I"@Sat Oct 14 08:15:42 2006 Akinori MUSHA ;T@ o; ;;;[o;;I"ext/digest/digest.c, ext/digest/digest.h, ext/digest/md5/md5init.c, ext/digest/rmd160/rmd160init.c, ext/digest/sha1/sha1init.c, ext/digest/sha2/sha2init.c;T;[o;;[I"Introduce API versioning.;To;;I"ext/digest/digest.c, ext/digest/digest.h, ext/digest/md5/md5init.c, ext/digest/rmd160/rmd160init.c, ext/digest/sha1/sha1init.c, ext/digest/sha2/sha2init.c;T;[o;;[I"Remove the constants DIGEST_LENGTH and BLOCK_LENGTH and turn them into instance methods digest_length() and block_length(). Class methods with the same names are also provided, which take extra parameters for a digest method.;To;;I""ext/digest/lib/digest/hmac.rb;T;[o;;[I"gCompletely redesign the somewhat bizarre API, now that Digest classes can take hashing parameters.;TS; ; i; I"@Sat Oct 14 05:54:05 2006 Akinori MUSHA ;T@ o; ;;;[o;;I"ext/digest/digest.c;T;[o;;[I"-Improve RDoc documentation further more.;TS; ; i; I"@Sat Oct 14 04:33:33 2006 Akinori MUSHA ;T@ o; ;;;[o;;I"ext/digest/digest.c;T;[o;;[I" Improve RDoc documentation.;To;;I"[ext/digest/digest.c (Init_digest, rb_digest_base_s_digest, rb_digest_base_s_hexdigest);T;[o;;[I"Make Digest::Base::digest() and Digest::Base::hexdigest() take extra arguments, which are passed through to the constructor in an internal call.;To;;I"Kext/digest/bubblebabble/bubblebabble.c (rb_digest_base_s_bubblebabble);T;[o;;[I",Ditto for Digest::Base::bubblebabble().;TS; ; i; I"ESat Oct 14 00:55:08 2006 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"*bcc32/Makefile.sub (post-install-ext);T;[o;;[I"no longer needed.;To;;I"bcc32/configure.bat;T;[o;;[I"Wget rid of a quirk of Borland make, which sets empty macro in command line to "1".;TS; ; i; I"2006-10-13;T@ S; ; i; I"AFri Oct 13 22:49:02 2006 Tadayoshi Funaba ;T@ o; ;;;[o;;I"lib/date.rb;T;[o;;[I""updated based on date2 3.9.5.;TS; ; i; I"@Fri Oct 13 21:00:01 2006 Akinori MUSHA ;T@ o; ;;;[o;;I"&ext/digest/lib/digest.rb (Digest);T;[o;;[I"[Try to auto-load non-standard digest modules when a specified digest class is missing.;To;;I"ext/digest/lib/digest.rb;T;[o;;[I"ODefine Digest(name) for ease of dynamically selecting a hashing algorithm.;TS; ; i; I"@Fri Oct 13 20:53:37 2006 Akinori MUSHA ;T@ o; ;;;[o;;I"&ext/digest/digest.c (Init_digest);T;[o;;[I" Digest::Base.new() does no longer take an initial string to feed. This change allows subclasses to take hashing parameters. A statement such as ``md = Digest::MD5.new(s)'' can be easily rewritten as ``md = Digest::MD5.new << s'' or ``md = Digest::MD5.new.update(s)''.;TS; ; i; I"@Fri Oct 13 20:51:55 2006 Akinori MUSHA ;T@ o; ;;;[o;;I"ext/digest/digest.c, ext/digest/md5/md5init.c, ext/digest/rmd160/rmd160init.c, ext/digest/sha1/sha1init.c, ext/digest/sha2/sha2init.c;T;[o;;[I"Add RDoc documentation.;To;;I"4ext/digest/digest.txt, ext/digest/digest.txt.ja;T;[o;;[I"5Removed in favor of embedded RDoc documentation.;TS; ; i; I"@Fri Oct 13 20:38:12 2006 Akinori MUSHA ;T@ o; ;;;[o;;I"1ext/digest/bubblebabble, ext/digest/digest.c;T;[o;;[I"iRip BubbleBabble support out of the base class and have a separate module named digest/bubblebabble.;TS; ; i; I"@Fri Oct 13 19:53:59 2006 Akinori MUSHA ;T@ o; ;;;[o;;I"/ext/digest/digest.c (rb_digest_base_equal);T;[o;;[I"\Again, should call digest() of a subclass instead of the one defined in the base class.;TS; ; i; I"GFri Oct 13 18:19:31 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I" object.c;T;[o;;[I"gClass#inherited RDoc added. a patch from Daniel Berger [ruby-core:08942];TS; ; i; I"@Fri Oct 13 02:42:00 2006 Akinori MUSHA ;T@ o; ;;;[o;;I"/ext/digest/digest.c (rb_digest_base_equal);T;[o;;[I"UShould call digest() of a subclass instead of the one defined in the base class.;TS; ; i; I"EFri Oct 13 02:30:12 2006 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"test/testunit/collector/test_dir.rb (TestDir::FileSystem);T;[o;;[I"+implement File-like methods correctly.;TS; ; i; I"GFri Oct 13 01:48:42 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"+lib/date.rb (Date::self.complete_hash);T;[o;;[I"Eneed to check if g is nil before dereference. [ruby-core:09116];TS; ; i; I"GFri Oct 13 01:05:58 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I" string.c (rb_str_partition);T;[o;;[I"WRDoc update. a patch from Mauricio Fernandez . [ruby-core:09160];To;;I"#hash.c (rb_hash_compare_by_id);T;[o;;[I" ditto.;TS; ; i; I"GFri Oct 13 00:34:26 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"#object.c (rb_mod_cvar_defined);T;[o;;[I"Zwrong id check. a patch from Mauricio Fernandez . [ruby-core:09158];To;;I"object.c (rb_mod_cvar_get);T;[o;;[I"#typo fixed. [ruby-core:09168];To;;I"object.c (rb_mod_cvar_set);T;[o;;[I" ditto.;TS; ; i; I"2006-10-12;T@ S; ; i; I"GThu Oct 12 22:58:11 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"#hash.c (rb_hash_compare_by_id);T;[o;;[I"Esomehow we lost renaming from Hash#identical. [ruby-core:09163];TS; ; i; I"GThu Oct 12 18:25:40 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"1ext/tk/tkutil/tkutil.c (cbsubst_table_setup);T;[o;;[I":need to handle new character literal (1 char string).;To;;I"lib/mkmf.rb;T;[o;;[I"0shut up some warnings from tk's extconf.rb.;TS; ; i; I"@Thu Oct 12 02:15:24 2006 Akinori MUSHA ;T@ o; ;;;[o;;I""ext/digest/lib/digest/hmac.rb;T;[o;;[I"Make use of String#bytes.;TS; ; i; I"@Thu Oct 12 02:12:31 2006 Akinori MUSHA ;T@ o; ;;;[ o;;I"3ext/digest/digest.c (get_digest_base_metadata);T;[o;;[I"Use an instance variable of a class object instead of a class variable for metadata. This change is only crucial for ruby 1.8 because class variables are inherited to subclasses prior to 1.9, but applying it also to 1.9 will assure compatibilities.;To;;I"(ext/digest/md5/md5init.c (Init_md5);T;[o;;[I" Ditto.;To;;I"1ext/digest/rmd160/rmd160init.c (Init_rmd160);T;[o;;[I" Ditto.;To;;I"+ext/digest/sha1/sha1init.c (Init_sha1);T;[o;;[I" Ditto.;To;;I"+ext/digest/sha2/sha2init.c (Init_sha2);T;[o;;[I" Ditto.;TS; ; i; I"2006-10-11;T@ S; ; i; I"@Wed Oct 11 21:36:47 2006 Akinori MUSHA ;T@ o; ;;;[o;;I"Eext/digest/digest.c (rb_digest_base_alloc, rb_digest_base_equal);T;[o;;[I"{Simplify the equality check and just compare resulted digests since state-level equality should not be so significant.;To;;I"ext/digest/digest.h;T;[o;;[I" Ditto.;To;;I"ext/digest/*/*.[ch];T;[o;;[I" Ditto.;TS; ; i; I"GWed Oct 11 17:11:03 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I""eval.c (rb_obj_define_method);T;[o;;[I"#add half boiled RDoc document.;TS; ; i; I"GWed Oct 11 16:57:46 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"array.c (rb_ary_replace);T;[o;;[I"5should shift lfree pointer before calling xfree.;TS; ; i; I"@Wed Oct 11 15:07:42 2006 Akinori MUSHA ;T@ o; ;;;[o;;I""ext/digest/lib/digest/hmac.rb;T;[o;;[I"DAdd digest/hmac, which implements HMAC keyed-hashing algorithm.;TS; ; i; I"@Wed Oct 11 15:03:55 2006 Akinori MUSHA ;T@ o; ;;;[o;;I"/ext/digest/digest.c (rb_digest_base_reset);T;[o;;[I"bDo not make recursive calls, but call initialize() when reset() is not defined in a subclass.;TS; ; i; I"GWed Oct 11 14:56:10 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"ext/digest/sha1/sha1ossl.h;T;[o;;[I"1libssl 0.9.8c-3 defines no SHA_BLOCK_LENGTH.;TS; ; i; I"@Wed Oct 11 14:03:31 2006 Akinori MUSHA ;T@ o; ;;;[ o;;I";T@ o; ;;;[o;;I"Bext/digest/digest.c (hexdigest_str_new, bubblebabble_str_new);T;[o;;[I"+Perform StringValue() checks properly.;TS; ; i; I"@Tue Oct 10 13:21:21 2006 Akinori MUSHA ;T@ o; ;;;[o;;I"3ext/digest/sha1/depend, ext/digest/sha2/depend;T;[o;;[I""Remove obsolete dependencies.;TS; ; i; I"2006-10-09;T@ S; ; i; I"GMon Oct 9 23:46:29 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"lib/parsedate.rb;T;[o;;[I"Udocumentation patch from Konrad Meyer . [ruby-doc:1238];To;;I"lib/open3.rb, lib/ping.rb;T;[o;;[I" ditto.;TS; ; i; I"EMon Oct 9 23:40:58 2006 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"Text/extmk.rb, lib/fileutils.rb, lib/mkmf.rb, lib/optparse.rb, lib/shellwords.rb;T;[o;;[I"/get rid of shadowing outer local variable.;TS; ; i; I"GMon Oct 9 22:56:12 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I";T@ o; ;;;[o;;I""eval.c (rb_obj_define_method);T;[o;;[I"Fadd new method Kernel#define_singleton_method. [ruby-list:42851];TS; ; i; I"2006-10-07;T@ S; ; i; I"GSat Oct 7 23:53:08 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"string.c (rb_str_scan);T;[o;;[I"/small documentation fix. [ruby-core:09007];TS; ; i; I"GSat Oct 7 23:44:33 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"bignum.c (rb_big_rshift);T;[o;;[I"Aa bug in right shift of negative bignums. [ruby-core:09020];TS; ; i; I"GSat Oct 7 23:33:02 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"eval.c (formal_assign);T;[o;;[I"Wpacked post splat arguments may conflict with normal arguments. [ruby-core:09021];To;;I"eval.c (rb_call0);T;[o;;[I" ditto.;TS; ; i; I"ESat Oct 7 11:53:04 2006 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"!object.c (rb_mod_initialize);T;[o;;[I"_since module_eval no longer passes self, use module_exec instead. fixed: [ruby-dev:29637];TS; ; i; I"GSat Oct 7 00:27:58 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I" class.c (rb_include_module);T;[o;;[I"1remove unnecessary check. [ruby-talk:218402];TS; ; i; I"2006-10-06;T@ S; ; i; I"@Fri Oct 6 15:19:59 2006 Akinori MUSHA ;T@ o; ;;;[o;;I"ext/digest/depend;T;[o;;[I"fFix header installation when the build directory is different from srcdir. [Pointed out by: eban];TS; ; i; I"BFri Oct 6 09:56:31 2006 NAKAMURA Usaku ;T@ o; ;;;[o;;I"5{bcc32,win32,wince}/Makefile.sub (config.status);T;[o;;[I"Eshouldn't use copy command instead of install. use -run install.;TS; ; i; I"GFri Oct 6 06:53:46 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"eval.c (rb_yield_0);T;[o;;[I"small refactoring.;To;;I"parse.y (bparam_item);T;[o;;[I".fixed bugs in handling parenthesized LHS.;TS; ; i; I"@Fri Oct 6 04:47:07 2006 Akinori MUSHA ;T@ o; ;;;[o;;I"ext/digest/depend;T;[o;;[I"Install digest.h.;TS; ; i; I"@Fri Oct 6 04:27:40 2006 Akinori MUSHA ;T@ o; ;;;[o;;I"2ext/digest/lib/md5.rb, ext/digest/lib/sha1.rb;T;[o;;[I"/Remove those compatibility stub libraries.;To;;I"sample/openssl/c_rehash.rb;T;[o;;[I",Use digest/md5 instead of obsolete md5.;TS; ; i; I"@Fri Oct 6 04:09:51 2006 Akinori MUSHA ;T@ o; ;;;[o;;I"ext/digest/digest.c;T;[o;;[I"6Make hexdigest() always call digest() internally.;To;;I"ext/digest/digest.c;T;[o;;[I"Add bubblebabble().;TS; ; i; I"@Fri Oct 6 02:38:42 2006 Akinori MUSHA ;T@ o; ;;;[o;;I"ext/digest/digest.c;T;[o;;[I"Allow subclassing in Ruby.;TS; ; i; I"@Fri Oct 6 02:06:10 2006 Akinori MUSHA ;T@ o; ;;;[o;;I",ext/digest/digest.c (hexdigest_str_new);T;[o;;[I"Add a string size check.;TS; ; i; I"2006-10-05;T@ S; ; i; I"@Thu Oct 5 19:28:35 2006 Akinori MUSHA ;T@ o; ;;;[ o;;I"ext/digest/digest.[ch];T;[o;;[I"Since the argument order of hash_final_func_t was inconsistent with others, change it and rename to hash_finish_func_t to avoid confusion.;To;;I"ext/digest/digest.[ch];T;[o;;[I"hRemove and eliminate the use of hash_end_func_t. Implement hexdigest conversion in the base class.;To;;I"}ext/digest/md5/md5.c, ext/digest/md5/md5.h, ext/digest/md5/md5init.c, ext/digest/md5/md5ossl.c, ext/digest/md5/md5ossl.h;T;[o;;[I"=Remove MD5_End() and change MD5_Final() to MD5_Finish().;To;;I"ext/digest/rmd160/depend, ext/digest/rmd160/extconf.rb, ext/digest/rmd160/rmd160.c, ext/digest/rmd160/rmd160.h, ext/digest/rmd160/rmd160hl.c, ext/digest/rmd160/rmd160init.c, ext/digest/rmd160/rmd160ossl.c, ext/digest/rmd160/rmd160ossl.h;T;[o;;[I"uRemove unused functions RMD160_End(), RMD160_File(), RMD160_Data() and change RMD160_Final() to RMD160_Finish().;To;;I"ext/digest/sha1/extconf.rb, ext/digest/sha1/sha1.c, ext/digest/sha1/sha1.h, ext/digest/sha1/sha1hl.c, ext/digest/sha1/sha1init.c, ext/digest/sha1/sha1ossl.c, ext/digest/sha1/sha1ossl.h;T;[o;;[I"Likewise.;To;;I"ext/digest/sha2/extconf.rb, ext/digest/sha2/sha2.c, ext/digest/sha2/sha2.h, ext/digest/sha2/sha2hl.c, ext/digest/sha2/sha2init.c;T;[o;;[I"Likewise.;TS; ; i; I"2006-10-04;T@ S; ; i; I"HWed Oct 4 18:47:25 2006 Hidetoshi NAGAI ;T@ o; ;;;[o;;I"ext/tk/lib/tkextlib/*;T;[o;;[I"bugfix and update;To;;0;[o;;[0S; ; i; I"GWed Oct 4 17:25:14 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"eval.c (rb_call);T;[o;;[I"]check protected visibility based on real self, not ruby_frame->self. [ruby-talk:217822];TS; ; i; I"GWed Oct 4 15:46:32 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"parse.y (block_param);T;[o;;[I"Eshould interpret single parenthesized left hand side expression.;TS; ; i; I"EWed Oct 4 08:52:30 2006 Nobuyoshi Nakada ;T@ o; ;;;[o;;I""test/optparse/test_getopts.rb;T;[o;;[I"Vchanged the class name of test case to get rid of conflict with test_optparse.rb.;TS; ; i; I"2006-10-03;T@ S; ; i; I"GTue Oct 3 21:04:29 2006 Yukihiro Matsumoto ;T@ o; ;;;[ o;;I"parse.y (dyna_in_block);T;[o;;[I"inline using macro.;To;;I"parse.y (mlhs);T;[o;;[I"simplifies the rule a bit.;To;;I"parse.y (block_param);T;[o;;[I":restrict block parameters to be local variables only.;To;;I"Dtest/ruby/test_iterator.rb (TestIterator::test_nested_iterator);T;[o;;[I"2update test suite to conform the last change.;TS; ; i; I"GTue Oct 3 02:31:13 2006 Yukihiro Matsumoto ;T@ o; ;;;[ o;;I"eval.c (splat_value);T;[o;;[I"Luse "to_splat" instead of "to_ary" to prepare splat values as an array.;To;;I"array.c (Init_Array);T;[o;;[I"define to_splat.;To;;I"range.c (range_to_splat);T;[o;;[I"new method.;To;;I"'enumerator.c (enumerator_to_splat);T;[o;;[I" ditto.;TS; ; i; I"GTue Oct 3 01:36:47 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"string.c (rb_str_lines);T;[o;;[I"8returns an Enumerator instead of an array of lines.;To;;I"string.c (rb_str_bytes);T;[o;;[I"a new method.;TS; ; i; I"2006-10-02;T@ S; ; i; I"EMon Oct 2 23:47:55 2006 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"Elib/test/unit/autorunner.rb (Test::Unit::AutoRunner::COLLECTORS);T;[o;;[I"Hbase directory should be lower precedence. fixed: [ruby-dev:29622];To;;I"Alib/test/unit/autorunner.rb (Test::Unit::AutoRunner#options);T;[o;;[I" typo.;To;;I"Mlib/test/unit/collector/dir.rb (Test::Unit::Collector::Dir#collect_file);T;[o;;[I"1load expanded path. fixed: [ruby-dev:29621];TS; ; i; I"BMon Oct 2 15:47:55 2006 NAKAMURA Usaku ;T@ o; ;;;[o;;I"instruby.rb;T;[o;;[I"batfile should be CRLF'ed.;TS; ; i; I"EMon Oct 2 01:24:26 2006 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"common.mk (test-all);T;[o;;[I"Bseparate directory where running test cases from source tree.;To;;I"*lib/test/unit/autorunner.rb (options);T;[o;;[I"8added --basedir, --workdir and --load-path options.;To;;I"Elib/test/unit/collector/dir.rb (recursive_collect, collect_file);T;[o;;[I"base directory support.;TS; ; i; I"2006-10-01;T@ S; ; i; I"ESun Oct 1 23:56:52 2006 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"AMakefile.in, common.mk, ext/extmk.rb, win{32,ce}/Makefile.in;T;[o;;[I"/keep LIBRUBY_SO unless need to be removed.;TS; ; i; I"ESun Oct 1 23:12:19 2006 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"/lib/optparse.rb (OptionParser#make_switch);T;[o;;[I"pass arguments directly.;TS; ; i; I"2006-09-30;T@ S; ; i; I"ASat Sep 30 15:11:26 2006 Tadayoshi Funaba ;T@ o; ;;;[o;;I"$lib/date.rb, lib/date/format.rb;T;[o;;[I""updated based on date2 3.9.4.;TS; ; i; I"2006-09-29;T@ S; ; i; I"@Fri Sep 29 13:18:24 2006 Akinori MUSHA ;T@ o; ;;;[o;;I"&ext/digest/lib/digest.rb (Digest);T;[o;;[I"^Require digest.so and fix the breakage. Point out by NAKAMURA Usaku in [ruby-dev:29619].;TS; ; i; I"FFri Sep 29 12:11:04 2006 WATANABE Hirofumi ;T@ o; ;;;[o;;I"jcode.rb (succ!);T;[o;;[I"Dcall original succ! if $KCODE == 'n'. fixed: [ruby-talk:216845];TS; ; i; I"EFri Sep 29 11:43:40 2006 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"lib/mkmf.rb (try_func);T;[o;;[I"Krevert fallback checking undeclared function. fixed: [ruby-core:08949];TS; ; i; I"EFri Sep 29 09:56:56 2006 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"ext/extmk.rb;T;[o;;[I">extout is needed for also clean. fixed: [ruby-core:08944];To;;I"4lib/optparse.rb (OptionParser::Switch#conv_arg);T;[o;;[I"4unsplat by Proc#call if no conversion is given.;TS; ; i; I"2006-09-28;T@ S; ; i; I"EThu Sep 28 23:59:31 2006 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"node.h (struct thread);T;[o;;[I"~declare win32_exception_list on cygwin and win32 regardless if it is implemented. Provisional fix for [ruby-core:08917].;TS; ; i; I"BThu Sep 28 20:49:20 2006 NAKAMURA Usaku ;T@ o; ;;;[o;;I"lib/tmpdir.rb;T;[o;;[I"0use return value of getdir.call for length.;TS; ; i; I"2006-09-27;T@ S; ; i; I"@Wed Sep 27 22:08:16 2006 Akinori MUSHA ;T@ o; ;;;[ o;;I"(ext/digest/md5/md5init.c (Init_md5);T;[o;;[I"JNow that we have digest.rb, require "digest" rather than "digest.so".;To;;I"1ext/digest/rmd160/rmd160init.c (Init_rmd160);T;[o;;[I" Ditto.;To;;I"+ext/digest/sha1/sha1init.c (Init_sha1);T;[o;;[I" Ditto.;To;;I"+ext/digest/sha2/sha2init.c (Init_sha2);T;[o;;[I" Ditto.;TS; ; i; I"GWed Sep 27 21:21:08 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I" string.c (rb_str_startwith);T;[o;;[I"^rename startwith? to start_with?, endwith? to endwith?, respectively. [ruby-talk:216685];TS; ; i; I"GWed Sep 27 13:29:01 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"0lib/cgi.rb (CGI::TagMaker::nOE_element_def);T;[o;;[I"Ireplace to_s by join. some other methods as well. [ruby-dev:29613];TS; ; i; I"EWed Sep 27 01:04:49 2006 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"lib/mkmf.rb (try_func);T;[o;;[I"1check function pointer first and macro next.;To;;I"lib/mkmf.rb (have_type);T;[o;;[I"(simplified with typedef and sizeof.;TS; ; i; I"GWed Sep 27 00:08:12 2006 Yukihiro Matsumoto ;T@ o; ;;;[ o;;I"array.c (rb_ary_shift);T;[o;;[I"shift/unshift performance boost patch, based on the patch from Eric Mahurin . [ruby-core:05861];To;;I"array.c (rb_ary_unshift_m);T;[o;;[I" ditto.;To;;I"array.c (ary_make_shared);T;[o;;[I" ditto.;To;;I"array.c (RESIZE_CAPA);T;[o;;[I" ditto.;To;;I"array.c (rb_ary_free);T;[o;;[I"8new function to free memory. code moved from gc.c.;To;;I"string.c (rb_str_free);T;[o;;[I" ditto.;TS; ; i; I"2006-09-26;T@ S; ; i; I"ETue Sep 26 23:57:03 2006 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"+lib/optparse.rb (OptionParser#getopts);T;[o;;[I"0use strings as key. fixed: [ruby-dev:29614];TS; ; i; I"BTue Sep 26 15:29:55 2006 NAKAMURA Usaku ;T@ o; ;;;[o;;I"%{win32,wince}/Makefile.sub (CPP);T;[o;;[I"check predefined value.;TS; ; i; I"GTue Sep 26 07:55:16 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"array.c (rb_ary_shift);T;[o;;[I"should not move memory region if array body is shared. a patch from Kent Sibilev . [ruby-core:08922];TS; ; i; I"2006-09-25;T@ S; ; i; I"GMon Sep 25 23:10:46 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"dir.c (rb_push_glob);T;[o;;[I";need not to check by FilePathValue(). [ruby-dev:29599];To;;I"dir.c (dir_globs);T;[o;;[I" ditto.;TS; ; i; I"EMon Sep 25 22:26:26 2006 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"file.c (rb_path_end);T;[o;;[I"3skip root directory. fixed: [ruby-core:08913];To;;I"lib/mkmf.rb (rm_f);T;[o;;[I"get rid of NUL.;To;;I"lib/mkmf.rb (init_mkmf);T;[o;;[I"bset default $LDFLAGS. Patch by Michal Suchanek . [ruby-talk:216256];TS; ; i; I"GMon Sep 25 15:06:18 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"sample/test.rb;T;[o;;[I")"print nil" now prints empty string.;To;;I"7test/ruby/test_system.rb (TestSystem::test_system);T;[o;;[I" ditto.;TS; ; i; I"GMon Sep 25 11:26:25 2006 Yukihiro Matsumoto ;T@ o; ;;;[ o;;I"hash.c (recursive_hash);T;[o;;[I""remove unused local variable.;To;;I"parse.y (parser_yylex);T;[o;;[I" ditto.;To;;I"!parse.y (rb_gc_mark_symbols);T;[o;;[I"fix unmatched prototype .;To;;I"file.c (rb_get_path);T;[o;;[I"'check NUL byte in the path string.;TS; ; i; I"GMon Sep 25 08:14:43 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"array.c (rb_ary_shift);T;[o;;[I":should clear shifting top element. [ruby-talk:216055];To;;I"array.c (rb_ary_shift);T;[o;;[I"9avoid creating shared object if array size is small.;TS; ; i; I"GMon Sep 25 08:11:35 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"random.c (rb_f_rand);T;[o;;[I"[RDoc typo fix. a patch from Frederick Cheung . [ruby-talk:216047];TS; ; i; I"2006-09-24;T@ S; ; i; I">Sun Sep 24 21:19:24 2006 Guy Decoux ;T@ o; ;;;[o;;I"gc.c (gc_mark_children);T;[o;;[I"5NODE_POSTEXE holds Ruby VALUE. [ruby-core:08912];TS; ; i; I"ESun Sep 24 22:28:20 2006 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"runruby.rb;T;[o;;[I";extension library scripts moved into common directory.;TS; ; i; I"ASun Sep 24 12:10:04 2006 Tadayoshi Funaba ;T@ o; ;;;[o;;I"$lib/date.rb, lib/date/format.rb;T;[o;;[I""updated based on date2 3.9.3.;TS; ; i; I"ESun Sep 24 06:55:36 2006 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"io.c (rb_io_print);T;[o;;[I"Ino special handling for nil as well as puts. fixed: [ruby-dev:29586];TS; ; i; I"GSun Sep 24 06:25:53 2006 why the lucky stiff ;T@ o; ;;;[ o;;I"?eval.c (rb_thread_save_context, rb_thread_restore_context);T;[o;;[I"4sandbox hook to save and restore sandbox state.;To;;I"eval.c (thread_no_ensure);T;[o;;[I"(added THREAD_NO_ENSURE thread flag.;To;;I"!eval.c (rb_thread_kill_bang);T;[o;;[I"Thread#kill! uses the above flag to circumvent ensure, in order to prevent endless loops. contributed by MenTaLguY. [ruby-core:08768];To;;I"eval.c (rb_thread_kill);T;[o;;[I"Hfix Thread#kill docs, which returns the thread object in all cases.;To;;I" node.h;T;[o;;[I"qexpose the rb_jmpbuf_t and rb_thread_t structs, along with the thread flags. used by the sandbox extension.;To;;I" ruby.h;T;[o;;[I"4extern rb_eThreadError, so sandbox can swap it.;TS; ; i; I"2006-09-23;T@ S; ; i; I"GSat Sep 23 21:34:15 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"5lib/cgi.rb (CGI::QueryExtension::read_multipart);T;[o;;[I"QCGI content may be empty. a patch from Jamis Buck .;TS; ; i; I"@Sat Sep 23 20:54:28 2006 K.Kosako ;T@ o; ;;;[o;;I"oniguruma.h;T;[o;;[I"Version 4.4.4;To;;I"regexec.c;T;[o;;[I" ditto.;To;;0;[o;;[0S; ; i; I"GSat Sep 23 08:35:53 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"lib/rdoc/ri/ri_options.rb;T;[o;;[I")prevent NameError. [ruby-dev:29597];TS; ; i; I"ASat Sep 23 01:02:57 2006 Tadayoshi Funaba ;T@ o; ;;;[o;;I"$lib/date.rb, lib/date/format.rb;T;[o;;[I""updated based on date2 3.9.2.;TS; ; i; I"2006-09-22;T@ S; ; i; I"GFri Sep 22 18:07:17 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I" string.c (rb_str_partition);T;[o;;[I"Tno need to call rb_call_super(), since String is no longer includes Enumerable.;TS; ; i; I"GFri Sep 22 17:33:29 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"hash.c (rb_hash_eql);T;[o;;[I"#new method to be used by Hash.;To;;I"hash.c (rb_hash_hash);T;[o;;[I" ditto.;TS; ; i; I"GFri Sep 22 06:53:22 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"bignum.c (rb_big_hash);T;[o;;[I"use rb_memhash().;To;;I"numeric.c (flo_hash);T;[o;;[I"@simplified. klass need not to affect resulting hash value.;TS; ; i; I"EFri Sep 22 02:06:26 2006 Nobuyoshi Nakada ;T@ o; ;;;[o;;I".cvsignore;T;[o;;[I"4ignore timestamp files and installed list file.;TS; ; i; I"EFri Sep 22 01:36:34 2006 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"instruby.rb;T;[o;;[I"'include FileUtils unconditionally.;TS; ; i; I"EFri Sep 22 00:36:05 2006 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"numeric.c (Init_Numeric);T;[o;;[I"ofix_odd_p and fix_even_p are for Fixnum. patch from Ondrej Bilka . [ruby-core:08904];TS; ; i; I"2006-09-21;T@ S; ; i; I"EThu Sep 21 22:56:20 2006 Nobuyoshi Nakada ;T@ o; ;;;[ o;;I"common.mk (no-install);T;[o;;[I"not install rdoc actually.;To;;I",common.mk (install-doc, no-install-doc);T;[o;;[I"use instruby.rb.;To;;I"instruby.rb;T;[o;;[I"rdoc installation.;To;;I"ext/extmk.rb;T;[o;;[I""expand ruby executable names.;TS; ; i; I"GThu Sep 21 20:19:22 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"string.c (str_new3);T;[o;;[I"(embed shorter strings more eagerly.;TS; ; i; I"GThu Sep 21 17:44:49 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I" string.c (rb_str_startwith);T;[o;;[I"@a new method to check if a string starts with given prefix.;To;;I"string.c (rb_str_endwith);T;[o;;[I"'the opposite of String#startwith?.;TS; ; i; I"FThu Sep 21 16:29:02 2006 WATANABE Hirofumi ;T@ o; ;;;[o;;I"rubytest.rb;T;[o;;[I"#use each_line instead of each.;TS; ; i; I"GThu Sep 21 15:06:24 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"numeric.c (int_odd_p);T;[o;;[I"1a new method to check even or odd. [RCR#337];To;;I"numeric.c (int_even_p);T;[o;;[I" ditto.;TS; ; i; I"GThu Sep 21 13:55:07 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"!ext/etc/etc.c (etc_getpwuid);T;[o;;[I"Euid integer should be wrapped in uid_t value. [ruby-core:08897];To;;I"!ext/etc/etc.c (etc_getpwuid);T;[o;;[I"/uid_t may be bigger than plain 'int' type.;TS; ; i; I"GThu Sep 21 10:07:09 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I" string.c (rb_str_partition);T;[o;;[I"(RDoc typo fixed. [ruby-core:08898];To;;I"!string.c (rb_str_rpartition);T;[o;;[I"fixed separation seek bug.;TS; ; i; I"GThu Sep 21 09:38:12 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"string.c (rb_str_lines);T;[o;;[I"-new method to split a string into lines.;To;;I"string.c (Init_String);T;[o;;[I"QStrings are no longer Enumerable. use each_line or lines method explicitly.;To;;I"string.c (Init_String);T;[o;;[I"(remove each method. use each_lines.;TS; ; i; I"2006-09-20;T@ S; ; i; I"EWed Sep 20 23:17:41 2006 Nobuyoshi Nakada ;T@ o; ;;;[o;;I" common.mk (pre-install-doc);T;[o;;[I"*create data directory before install.;To;;I"lib/mkmf.rb (dir_re);T;[o;;[I"fixed typo.;To;;I"lib/mkmf.rb (install_dirs);T;[o;;[I"remove extra slash.;TS; ; i; I"EWed Sep 20 22:41:45 2006 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"numeric.c (fix_mul);T;[o;;[I"dtypo again. patch from Tadashi Saito . fixed: [ruby-core:08893];TS; ; i; I"GWed Sep 20 19:32:06 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I" string.c (rb_str_partition);T;[o;;[I"Pa new method to separate the string by a separator. taken from Python 2.5.;To;;I"!string.c (rb_str_rpartition);T;[o;;[I" ditto.;TS; ; i; I"BWed Sep 20 09:49:40 2006 NAKAMURA Usaku ;T@ o; ;;;[o;;I"6{bcc32,win32,wince}/Makefile.sub (INSTALLED_LIST);T;[o;;[I"*need to define this macro to install.;TS; ; i; I"AWed Sep 20 09:43:10 2006 Shugo Maeda ;T@ o; ;;;[o;;I"lib/net/imap.rb;T;[o;;[I";T@ o; ;;;[o;;I"ext/gdbm/gdbm.c;T;[o;;[I"vadd RDoc documentation. a patch from Peter Adolphs . [ruby-doc:1223];TS; ; i; I"2006-09-19;T@ S; ; i; I"ETue Sep 19 00:42:15 2006 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"8object.c (rb_obj_ivar_defined, rb_mod_cvar_defined);T;[o;;[I"hnew methods, Kernel#instance_variable_defined? and Module#class_variable_defined?. [ruby-dev:29587];To;;I"2lib/date/format.rb (Date::Bag#method_missing);T;[o;;[I"use new method, instance_variable_defined? to check if an instance variable is defined. fixed: [ruby-dev:29554] -- This didn't fix anything.;TS; ; i; I"GTue Sep 19 00:07:17 2006 Yukihiro Matsumoto ;T@ o; ;;;[ o;;I"string.c (sym_eql);T;[o;;[I"$fail early to gain performance.;To;;I"string.c (sym_hash);T;[o;;[I"0cache hash value in aux.shared if possible.;To;;I"gc.c (rb_obj_id);T;[o;;[I"(no need to treat symbols specially.;To;;I",lib/fileutils.rb (FileUtils::FileUtils);T;[o;;[I"Nsingleton_methods() no longer return an array of strings, but of symbols.;To;;I"$lib/delegate.rb (DelegateClass);T;[o;;[I" ditto.;TS; ; i; I"2006-09-18;T@ S; ; i; I"GMon Sep 18 15:29:21 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"dir.c (dir_s_glob);T;[o;;[I">restore GC protection volatile variable. [ruby-dev:29588];To;;I"re.c (rb_reg_regcomp);T;[o;;[I" ditto.;TS; ; i; I"EMon Sep 18 12:16:48 2006 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"numeric.c (fix_mul);T;[o;;[I"get rid of shift overflow.;TS; ; i; I"GMon Sep 18 10:47:49 2006 Yukihiro Matsumoto ;T@ o; ;;;[ o;;I"dir.c (dir_s_glob);T;[o;;[I"remove unused variable.;To;;I"math.c (math_log);T;[o;;[I" ditto.;To;;I"re.c (rb_reg_regcomp);T;[o;;[I" ditto.;To;;I"eval.c (break_jump);T;[o;;[I" ditto.;To;;I"eval.c (rb_thread_yield_0);T;[o;;[I"remove unused function.;TS; ; i; I"2006-09-17;T@ S; ; i; I"ESun Sep 17 23:44:58 2006 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"+lib/rdoc/rdoc.rb (RDoc::RDoc#document);T;[o;;[I";T@ o; ;;;[o;;I"common.mk (install-doc);T;[o;;[I"reverted.;To;;I"instruby.rb;T;[o;;[I"2stores file name list without destdir prefix.;To;;I"(lib/rdoc/generators/ri_generator.rb;T;[o;;[I"do not chdir twice.;TS; ; i; I"ESun Sep 17 10:42:10 2006 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"numeric.c (fix_mul);T;[o;;[I"*fixed typo. fixed: [ruby-core:08885];TS; ; i; I"2006-09-16;T@ S; ; i; I"GSat Sep 16 19:47:16 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"README.EXT;T;[o;;[I"Qshould mention new macros: RSTRING_PTR, RSTRING_LEN, RARRAY_PTR, RARRAY_LEN.;To;;I"README.EXT.ja;T;[o;;[I" ditto.;TS; ; i; I"ESat Sep 16 16:39:23 2006 Nobuyoshi Nakada ;T@ o; ;;;[ o;;I"CMakefile.in, common.in, instruby.rb, ext/extmk.rb, lib/mkmf.rb;T;[o;;[I"Cuse instruby.rb to install extensions instead of ext/extmk.rb.;To;;I"instruby.rb;T;[o;;[I"(store installed list into the file.;To;;I"ext/dbm/extconf.rb;T;[o;;[I",allow multiple candidates for dbm-type.;To;;I"ext/io/wait/extconf.rb;T;[o;;[I"suspicious checking_for.;To;;I"#ext/pty/pty.c (establishShell);T;[o;;[I"parent pid is not used.;To;;I"ext/pty/pty.c (freeDevice);T;[o;;[I"not used.;To;;I"lib/mkmf.rb (checking_for);T;[o;;[I"improved the messages.;TS; ; i; I"GSat Sep 16 11:03:49 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"array.c (ary_shared_first);T;[o;;[I"Wshould create embedded copies instead of sharing memory region for smaller arrays.;TS; ; i; I"GSat Sep 16 09:37:39 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"struct.c (inspect_struct);T;[o;;[I"Ydo not display a class name for anonymous struct. The member fields are sufficient.;TS; ; i; I"2006-09-15;T@ S; ; i; I"BFri Sep 15 20:22:15 2006 NARUSE, Yui ;T@ o; ;;;[ o;;I"ext/nkf/nkf-8/nkf.c;T;[o;;[I"imported nkf 2.0.8 rev.110. * Fix: check_bom cuts \xfe\xff\xXX\xXX of UTF-32LE. * Add support --ic=UTF-32. * Fix: can't guess UTF-16 and UTF-32. * Fix: can't decode beyond BMP of UTF-16LE.;To;;I"ext/nkf/nkf.c (guess);T;[o;;[I"Support UTF-32.;To;;I"!ext/nkf/lib/kconv.rb (kconv);T;[o;;[I"Support UTF-32.;To;;I"$ext/nkf/lib/kconv.rb (to_utf32);T;[o;;[I"new method.;TS; ; i; I"BFri Sep 15 05:23:24 2006 NARUSE, Yui ;T@ o; ;;;[o;;I"ext/nkf/nkf-8/nkf.c;T;[o;;[I"Yimported nkf 2.0.8 2006-09-15. Add support for U+10000 - U+10FFFF Add support UTF-32;TS; ; i; I";Fri Sep 15 00:03:07 2006 Tanaka Akira ;T@ o; ;;;[o;;I"1ext/digest/lib/digest.rb (Digest::Base.file);T;[o;;[I"Topen a file in binary mode. suggested by Kazuhiro NISHIYAMA. [ruby-dev:29579];TS; ; i; I"2006-09-14;T@ S; ; i; I"GThu Sep 14 17:21:07 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"numeric.c (fix_mul);T;[o;;[I"xavoid bignum multiplication as far as possible. a patch from Ondrej Bilka . [ruby-core:08825];TS; ; i; I"GThu Sep 14 16:34:55 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"string.c (rb_str_intern);T;[o;;[I"1allow zero length symbols. [ruby-core:08861];TS; ; i; I"GThu Sep 14 16:11:15 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"string.c (rb_str_intern);T;[o;;[I"Wraise SecurityError only when $SAFE level is greater than zero. [ruby-core:08862];To;;I"parse.y (rb_interned_p);T;[o;;[I";new function to check if a string is already interned.;To;;I"string.c (str_to_id);T;[o;;[I"use rb_str_intern().;TS; ; i; I";Thu Sep 14 14:37:45 2006 Tanaka Akira ;T@ o; ;;;[o;;I"1ext/digest/lib/digest.rb (Digest::Base.file);T;[o;;[I"!new method. [ruby-dev:29572];TS; ; i; I";Thu Sep 14 08:30:02 2006 Tanaka Akira ;T@ o; ;;;[o;;I"1ext/digest/digest.c (rb_digest_base_inspect);T;[o;;[I"!new method. [ruby-dev:29573];TS; ; i; I"BThu Sep 14 01:13:56 2006 NAKAMURA Usaku ;T@ o; ;;;[o;;I"gc.c (ruby_init_stack);T;[o;;[I"Adecrease "stack level too deep" in Windows. [ruby-dev:29569];TS; ; i; I";Thu Sep 14 01:02:25 2006 Tanaka Akira ;T@ o; ;;;[o;;I"ext/digest/lib/digest.rb;T;[o;;[I"new file. [ruby-dev:28689];TS; ; i; I"2006-09-13;T@ S; ; i; I"GWed Sep 13 18:43:05 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"README.EXT;T;[o;;[I"AEnglish adjustment. [ruby-core:08851] and [ruby-core:08852];TS; ; i; I"GWed Sep 13 18:25:18 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"+misc/ruby-mode.el (ruby-parse-partial);T;[o;;[I"kbetter here-doc support. a patch from Marshall T. Vandegrift . [ruby-core:08804];TS; ; i; I"GWed Sep 13 16:43:36 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"string.c (rb_str_intern);T;[o;;[I"'prohibit interning tainted string.;TS; ; i; I"EWed Sep 13 01:14:02 2006 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"+lib/optparse.rb (OptionParser#getopts);T;[o;;[I":works with pre-registered options. [ruby-core:08826];TS; ; i; I"2006-09-12;T@ S; ; i; I"GTue Sep 12 03:58:39 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I")hash.c (rb_hash_compare_by_identity);T;[o;;[I"7rename Hash#identical to Hash#compare_by_identity.;TS; ; i; I"2006-09-11;T@ S; ; i; I"GMon Sep 11 16:52:37 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"hash.c (rb_hash_identical);T;[o;;[I"Ca new method to make a hash to compare keys by their identity.;To;;I"!hash.c (rb_hash_identical_p);T;[o;;[I"6new method to tell if a hash is identical or not.;To;;I"!st.c (st_numcmp, st_numhash);T;[o;;[I" export hash type functions.;TS; ; i; I"GMon Sep 11 11:42:21 2006 Yukihiro Matsumoto ;T@ o; ;;;[ o;;I"2lib/rexml/source.rb (REXML::Source::encoding);T;[o;;[I":should not convert the body twice. [ruby-core:08828];To;;I"6lib/rexml/encoding.rb (REXML::Encoding::encoding);T;[o;;[I"_Encoding#encoding= to return boolean value to tell if the body is really converted or not.;To;;I"6lib/rexml/encoding.rb (REXML::Encoding::encoding);T;[o;;[I"[Specific conversion library (e.g. rexml/encodings/UTF-16.rb) to have higher preceding.;To;;I"Blib/rexml/encodings/UTF-16.rb (REXML::Encoding::decode_utf16);T;[o;;[I"9UTF-16#decode_utf16 should work strings without BOM.;TS; ; i; I"GMon Sep 11 07:39:44 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"string.c (sym_equal);T;[o;;[I"C"sym == str" should compare them as strings. [ruby-dev:29554];TS; ; i; I"2006-09-10;T@ S; ; i; I"ESun Sep 10 22:59:43 2006 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"instruby.rb (parse_args);T;[o;;[I"remove splat.;TS; ; i; I"ASun Sep 10 20:25:30 2006 Tadayoshi Funaba ;T@ o; ;;;[o;;I"$lib/date.rb, lib/date/format.rb;T;[o;;[I""updated based on date2 3.9.1.;TS; ; i; I"ESun Sep 10 09:41:29 2006 Nobuyoshi Nakada ;T@ o; ;;;[o;;I" file.c;T;[o;;[I"ISPRINT() needs ctype.h;TS; ; i; I"ESun Sep 10 09:19:47 2006 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"lib/optparse.rb;T;[o;;[I"splat parsed arguments.;TS; ; i; I"2006-09-09;T@ S; ; i; I"GSat Sep 9 23:55:28 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"file.c (rb_f_test);T;[o;;[I"Ctest(0) should not have any special meaning. [ruby-dev:29425];To;;I"file.c (rb_f_test);T;[o;;[I"properer error message.;TS; ; i; I"ASat Sep 9 14:08:38 2006 Eric Hodel ;T@ o; ;;;[o;;I"9lib/test/unit/testcase.rb (Test::Unit::TestCase#run);T;[o;;[I"ERescue Exception in Test::Unit::TestCase#run. [ruby-core:08783];TS; ; i; I"ESat Sep 9 04:55:59 2006 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"lib/pstore.rb;T;[o;;[I"Zopen all in binary mode, and get rid of the quirk of msvcrt. fixed: [ruby-dev:29518];TS; ; i; I"ESat Sep 9 04:47:45 2006 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"/Makefile.in, win32/Makefile.sub (MINIRUBY);T;[o;;[I"append MINIRUBYOPT.;To;;I"?mkconfig.rb, ext/extmk.rb, lib/mkmf.rb, win32/mkexports.rb;T;[o;;[I"%suppress warnings with $VERBOSE.;To;;I"win32/resource.rb;T;[o;;[I"3only file which has more than one icon is DLL.;TS; ; i; I"2006-09-08;T@ S; ; i; I"GFri Sep 8 16:53:30 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"string.c (str_alloc);T;[o;;[I"dshould allocate a String object, even when asked to allocate a Symbol object. [ruby-dev:29529];TS; ; i; I"BFri Sep 8 16:36:27 2006 NAKAMURA Usaku ;T@ o; ;;;[o;;I"ext/extmk.rb (extmake);T;[o;;[I"follow Array#to_s.;To;;I""lib/mkmf.rb (create_makefile);T;[o;;[I" ditto.;To;;I"win32/resource.rb;T;[o;;[I" ditto.;TS; ; i; I"CFri Sep 8 10:00:12 2006 GOTOU Yuuzou ;T@ o; ;;;[o;;I">lib/webrick/cookie.rb (WEBrick::Cookie.parse_set_cookies);T;[o;;[I"new method to parse multiple cookies per Set-Cookie header. Thanks to Aaron Patterson . [ruby-core:08802];TS; ; i; I"EFri Sep 8 08:59:30 2006 Nobuyoshi Nakada ;T@ o; ;;;[o;;I";T@ o; ;;;[o;;I"lib/optparse.rb;T;[o;;[I"-suppress `assigning void value' warning.;TS; ; i; I"GFri Sep 8 01:16:34 2006 Yukihiro Matsumoto ;T@ o; ;;;[ o;;I"array.c (Init_Array);T;[o;;[I"7#to_s to be an alias to #inspect. [ruby-dev:29520];To;;I"hash.c (Init_Hash);T;[o;;[I" ditto.;To;;I""lib/mkmf.rb (create_makefile);T;[o;;[I"-replace "print array" by "print *array".;To;;I"mkconfig.rb;T;[o;;[I" ditto.;TS; ; i; I"2006-09-07;T@ S; ; i; I"GThu Sep 7 21:02:56 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"object.c (nil_to_s);T;[o;;[I"5returns the empty string again. [ruby-dev:29520];TS; ; i; I"EThu Sep 7 23:27:05 2006 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"'file.c (path_check_0, fpath_check);T;[o;;[I"5disable path check on cygwin. [ruby-talk:213074];TS; ; i; I"GThu Sep 7 02:03:45 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"time.c (time_to_s);T;[o;;[I"Iadopt new date format using digits e.g. "2006-09-07 02:03:45 +9000".;TS; ; i; I"GThu Sep 7 01:54:22 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"string.c (sym_equal);T;[o;;[I""override. check equivalence.;TS; ; i; I"2006-09-06;T@ S; ; i; I"GWed Sep 6 13:25:04 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"parse.y (symbols_i);T;[o;;[I"?need to initialize early-created symbols. [ruby-dev:29496];TS; ; i; I"BWed Sep 6 12:05:19 2006 NARUSE, Yui ;T@ o; ;;;[o;;I"(ext/nkf/lib/kconv.rb (Kconv::toeuc);T;[o;;[I" remove -m0 [ruby-dev:29505];TS; ; i; I"2006-09-05;T@ S; ; i; I"ETue Sep 5 22:06:43 2006 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"ext/tk/tcltklib.c;T;[o;;[I"9use rb_ary_new3() since RARRAY_LEN() is not l-value.;To;;I"ext/tk/tkutil/tkutil.c;T;[o;;[I"Guse RARRAY_PTR() and RARRAY_LEN() and etc. fixed: [ruby-dev:29473];TS; ; i; I"ETue Sep 5 06:47:22 2006 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"time.c (time_to_s);T;[o;;[I"7variable declaration after an execution statement.;TS; ; i; I"ETue Sep 5 05:49:41 2006 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"file.c (path_check_0);T;[o;;[I"ccheck if sticky bit is set on parent directories for executable path. fixed: [ruby-dev:29415];TS; ; i; I"GTue Sep 5 05:03:46 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"numeric.c (fix_plus);T;[o;;[I"uaddition in Fixnum will never overflow long. a patch from Ondrej Bilka . [ruby-core:08794];To;;I"numeric.c (fix_minus);T;[o;;[I" ditto.;To;;I"bignum.c (rb_big_pow);T;[o;;[I"9eagerly truncate resulting bignum. [ruby-core:08794];TS; ; i; I"2006-09-04;T@ S; ; i; I"GMon Sep 4 23:15:34 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"time.c (time_to_s);T;[o;;[I"=make it conform to RFC2822 date format. [ruby-dev:29467];TS; ; i; I"EMon Sep 4 21:43:57 2006 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"ext/dbm/extconf.rb;T;[o;;[I"^create makefile according to the result of check for dbm header. fixed: [ruby-dev:29445];TS; ; i; I"AMon Sep 4 21:39:42 2006 Tadayoshi Funaba ;T@ o; ;;;[o;;I"$lib/date.rb, lib/date/format.rb;T;[o;;[I" updated based on date2 3.9.;TS; ; i; I"EMon Sep 4 21:14:20 2006 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"time.c (time_strftime);T;[o;;[I"4include nul character. fixed: [ruby-dev:29422];TS; ; i; I"GMon Sep 4 16:39:11 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"lib/cgi.rb (CGI::out);T;[o;;[I"specify -x option for nkf.;To;;I"lib/cgi.rb (CGI::out);T;[o;;[I"Pshould not convert utf-8 implicitly using NKF. it is too Japanese centric.;TS; ; i; I"GMon Sep 4 14:23:10 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I""ext/dbm/extconf.rb (db_check);T;[o;;[I"remove debug print.;TS; ; i; I"GMon Sep 4 06:46:08 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"parse.y (rb_id2sym);T;[o;;[I"Bintern if id is attrset_id. [ruby-dev:29420] [ruby-dev:29447];TS; ; i; I"GMon Sep 4 01:25:16 2006 Yukihiro Matsumoto ;T@ o; ;;;[ o;;I""eval.c (rb_f_local_variables);T;[o;;[I"list symbols.;To;;I"%struct.c (rb_struct_s_members_m);T;[o;;[I" ditto.;To;;I"variable.c (ivar_i);T;[o;;[I" ditto.;To;;I"variable.c (gvar_i);T;[o;;[I" ditto.;To;;I"variable.c (cv_i);T;[o;;[I" ditto.;TS; ; i; I"2006-09-03;T@ S; ; i; I"ESun Sep 3 20:47:02 2006 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"ruby.h (SYMBOL_P);T;[o;;[I"$Qnil and Qfalse are not Symbol.;TS; ; i; I"ESun Sep 3 15:32:44 2006 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"lib/mkmf.rb;T;[o;;[I"get rid of nil.to_s.;TS; ; i; I";Sun Sep 3 06:24:38 2006 Tanaka Akira ;T@ o; ;;;[o;;I"'ext/socket/socket.c (ruby_connect);T;[o;;[I"$sockerrlen should be socklen_t.;TS; ; i; I";Sun Sep 3 04:40:42 2006 Tanaka Akira ;T@ o; ;;;[o;;I"ext/socket/extconf.rb;T;[o;;[I"!check arpa/inet.h for ntohs.;To;;I"ext/socket/socket.c;T;[o;;[I"&include arpa/inet.h if available.;TS; ; i; I"2006-09-02;T@ S; ; i; I"GSat Sep 2 23:59:58 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"string.c (Init_String);T;[o;;[I"undef Symbol#new.;To;;I"struct.c (rb_struct_s_def);T;[o;;[I"wrong symbol detection.;TS; ; i; I"GSat Sep 2 23:59:37 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"string.c (str_to_id);T;[o;;[I",a bug caused by premature optimization.;TS; ; i; I"GSat Sep 2 23:53:28 2006 Yukihiro Matsumoto ;T@ o; ;;;[ o;;I"object.c (Init_Object);T;[o;;[I")move symbol related code to string.c;To;;I"string.c (Init_String);T;[o;;[I""Symbol as subclass of String.;To;;I"parse.y (rb_intern2);T;[o;;[I"handle symbol as strings.;To;;I"string.c (str_new);T;[o;;[I"8substring of symbols are mere strings, not symbols.;TS; ; i; I"GSat Sep 2 23:37:29 2006 Yukihiro Matsumoto ;T@ o; ;;;[ o;;I"ruby.h (struct RArray);T;[o;;[I"embed small arrays.;To;;I"(RARRAY_LEN);T;[o;;[I")defined for accessing array members.;To;;I"(RARRAY_PTR);T;[o;;[I" ditto.;To;;I" array.c;T;[o;;[I"#use RARRAY_LEN and RARRAY_PTR.;TS; ; i; I";Sat Sep 2 13:23:01 2006 Tanaka Akira ;T@ o; ;;;[o;;I"common.mk (ia64.o);T;[o;;[I"Guse the compiler driver to assemble ia64.s to use appropriate ABI.;TS; ; i; I"FSat Sep 2 12:06:35 2006 NAKAMURA, Hiroshi ;T@ o; ;;;[o;;I";lib/soap/generator.rb (SOAP::SOAPGenerator#encode_tag);T;[o;;[I"zdo not dump XML attribute which value is nil. value "" and nil both were dumped as 'attr="value"'. [ruby-dev:29395];TS; ; i; I"FSat Sep 2 12:00:32 2006 NAKAMURA, Hiroshi ;T@ o; ;;;[o;;I"*lib/csv.rb (CSV::IOReader#initialize);T;[o;;[I"xuse String#[](pos, len) instead of String#[](idx) to check utf BOM. follows String#[](idx) behavior change of 1.9.;TS; ; i; I"GSat Sep 2 11:47:58 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"eval.c (rb_eval);T;[o;;[I"nshould handle when in else clause. a patch from Eric Hodel . [ruby-core:08662];To;;I"parse.y (primary);T;[o;;[I",wrap with NODE_CASE. [ruby-core:08663];TS; ; i; I"2006-09-01;T@ S; ; i; I"GFri Sep 1 22:07:04 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"$ruby.h (RSTRING_EMBED_LEN_MASK);T;[o;;[I"@uses 5 bits to support 64bit environment. [ruby-dev:29369];TS; ; i; I"GFri Sep 1 22:02:08 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"string.c (rb_str_resize);T;[o;;[I"should copy embedded string to malloc'ed buffer. a patch from in [ruby-dev:29369]. fixed: [ruby-dev:29368];To;;I"string.c (rb_str_ord);T;[o;;[I"Fuse %ld specifier since STRING_LEN() is a long. [ruby-dev:29369];TS; ; i; I"GFri Sep 1 21:41:12 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"%ext/socket/socket.c (socks_init);T;[o;;[I"Otypo fixed. a patch from Sven Klemm . [ruby-core:08770];TS; ; i; I"FFri Sep 1 14:22:42 2006 WATANABE Hirofumi ;T@ o; ;;;[o;;I"array.c (rb_ary_shuffle);T;[o;;[I"RDoc fixed.;TS; ; i; I"HFri Sep 1 13:52:57 2006 Hidetoshi NAGAI ;T@ o; ;;;[o;;I"ext/tk/lib/tk/font.rb;T;[o;;[I";TkFont#current_configinfo() doesn't work on Tcl/Tk8.x.;TS; ; i; I"GFri Sep 1 09:32:55 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"(lib/irb/ruby-lex.rb (RubyLex::getc);T;[o;;[I"|should not push nil into reading buffer (@readed). reported in .;TS; ; i; I"2006-08-31;T@ S; ; i; I"EThu Aug 31 23:59:03 2006 Nobuyoshi Nakada ;T@ o; ;;;[o;;I" lib/mkmf.rb (configuration);T;[o;;[I"follow nil.to_s.;TS; ; i; I"BThu Aug 31 20:50:46 2006 NAKAMURA Usaku ;T@ o; ;;;[o;;I""lib/mkmf.rb (create_makefile);T;[o;;[I"follow nil.to_s.;To;;I"win32/resource.rb;T;[o;;[I" ditto.;TS; ; i; I"BThu Aug 31 20:21:47 2006 NAKAMURA Usaku ;T@ o; ;;;[o;;I"eval.c (search_required);T;[o;;[I"%use RSTRING_PTR and RSTRING_STR.;To;;I"0file.c (test_identical, rb_file_s_truncate);T;[o;;[I" ditto.;To;;I"#io.c (pipe_open, rb_io_reopen);T;[o;;[I" ditto.;To;;I"object.c (nil_plus);T;[o;;[I" ditto.;To;;I"'process.c (proc_spawn_n, rb_spawn);T;[o;;[I" ditto.;To;;I"util.c (ruby_add_suffix);T;[o;;[I" ditto.;To;;I"2ext/Win32API/Win32API.c (Win32API_initialize);T;[o;;[I" ditto.;To;;I"&ext/dl/cptr.c (rb_dlptr_s_to_ptr);T;[o;;[I" ditto.;To;;I"@ext/openssl/ossl_x509ext.c (ossl_x509extfactory_create_ext);T;[o;;[I" ditto.;To;;I">ext/tk/stubs.c, ext/tk/tcltklib.c, ext/tk/tkutil/tkutil.c;T;[o;;[I" ditto.;To;;I"5ext/win32ole/win32ole.c (ole_val2olevariantdata);T;[o;;[I" ditto.;TS; ; i; I"GThu Aug 31 18:23:00 2006 Yukihiro Matsumoto ;T@ o; ;;;[ o;;I"ruby.h (struct RString);T;[o;;[I"embed small strings.;To;;I"(RSTRING_LEN);T;[o;;[I"*defined for accessing string members.;To;;I"(RSTRING_PTR);T;[o;;[I" ditto.;To;;I" string.c;T;[o;;[I"%use RSTRING_LEN and RSTRING_PTR.;TS; ; i; I"GThu Aug 31 17:16:19 2006 Yukihiro Matsumoto ;T@ o; ;;;[ o;;I""array.c (rb_ary_shuffle_bang);T;[o;;[I"new method.;To;;I"array.c (rb_ary_shuffle);T;[o;;[I" ditto.;To;;I"random.c (genrand_real);T;[o;;[I" ditto.;To;;I"random.c (genrand_int32);T;[o;;[I"export the function.;To;;I"random.c (Init_Random);T;[o;;[I"-initialize random seed at the beginning.;TS; ; i; I"GThu Aug 31 13:12:06 2006 why the lucky stiff ;T@ o; ;;;[o;;I"eval.c (ruby_init);T;[o;;[I"qrename top_cref to ruby_top_cref and export, along with ruby_cref, for use by the sandbox. [ruby-core:08762];To;;I" node.h;T;[o;;[I" ditto.;TS; ; i; I"2006-08-30;T@ S; ; i; I"EWed Aug 30 12:01:57 2006 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"numeric.c (flo_hash);T;[o;;[I"improve collision.;To;;I"string.c (rb_memhash);T;[o;;[I"Cnew generic function to calculate hash value for memory chunk.;TS; ; i; I"2006-08-29;T@ S; ; i; I"ETue Aug 29 19:10:10 2006 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"hash.c (rb_hash_s_create);T;[o;;[I"lfixed memory leak, based on the patch by Kent Sibilev . fixed: [ruby-talk:211233];TS; ; i; I"2006-08-28;T@ S; ; i; I"AMon Aug 28 11:29:46 2006 Eric Hodel ;T@ o; ;;;[ o;;I"eval.c, parse.y;T;[o;;[I" Revert.;To;;I"ext/.document;T;[o;;[I"Add digest.c.;To;;I"ext/digest/digest.c;T;[o;;[I"Make RDoc show up.;To;;I"ext/io/wait.c;T;[o;;[I"Fix call-seq in RDoc.;TS; ; i; I"AMon Aug 28 08:03:20 2006 Eric Hodel ;T@ o; ;;;[ o;;I"ext/.document;T;[o;;[I"Add C files with RDoc.;To;;I"ext/digest/digest.c;T;[o;;[I"Convert to RDoc.;To;;I"ext/io/wait.c;T;[o;;[I" ditto.;To;;I"!lib/rdoc/parsers/parse_rb.rb;T;[o;;[I"IFix typo. Submitted by . [ruby-core:08724];TS; ; i; I"AMon Aug 28 07:21:47 2006 Eric Hodel ;T@ o; ;;;[o;;I"file.c (File#size?);T;[o;;[I"TFix documentation submitted by Rick Ohnemus. ruby-Bugs-5529. [ruby-core:08725];TS; ; i; I"2006-08-27;T@ S; ; i; I"@Sun Aug 27 21:41:23 2006 K.Kosako ;T@ o; ;;;[ o;;I"oniguruma.h;T;[o;;[I"Version 4.4.0;To;;I" regint.h;T;[o;;[I" ditto.;To;;I"regparse.h;T;[o;;[I" ditto.;To;;I"regexec.c;T;[o;;[I" ditto.;To;;0;[o;;[0o;;I"regparse.c;T;[o;;[I" ditto.;TS; ; i; I"2006-08-26;T@ S; ; i; I"ASat Aug 26 08:03:03 2006 Tadayoshi Funaba ;T@ o; ;;;[o;;I"$lib/date.rb, lib/date/format.rb;T;[o;;[I""updated based on date2 3.8.2.;TS; ; i; I"2006-08-25;T@ S; ; i; I"@Fri Aug 25 21:15:22 2006 K.Kosako ;T@ o; ;;;[o;;I"common.mk;T;[o;;[I"0add regint.h and oniguruma.h to dependence.;To;;I"ext/strscan/depend;T;[o;;[I" ditto.;TS; ; i; I"BFri Aug 25 20:35:57 2006 NAKAMURA Usaku ;T@ o; ;;;[o;;I"test/wsdl/document/echo.rb;T;[o;;[I" removed.;To;;I"#test/wsdl/document/test_rpc.rb;T;[o;;[I"0remove echo.rb after test. [ruby-dev:29337];TS; ; i; I"GFri Aug 25 17:02:06 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"gc.c (gc_sweep);T;[o;;[I"typo fixed.;TS; ; i; I"EFri Aug 25 16:05:50 2006 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"object.c (sym_call);T;[o;;[I"$check if the receiver is given.;TS; ; i; I"GFri Aug 25 01:10:11 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"object.c (rb_Integer);T;[o;;[I";T@ o; ;;;[o;;I"5lib/rexml/source.rb (REXML::IOSource#initialize);T;[o;;[I"Iencoding have to be set with the accessor. fixed: [ruby-list:42737];TS; ; i; I"2006-08-22;T@ S; ; i; I"ATue Aug 22 19:21:00 2006 Minero Aoki ;T@ o; ;;;[o;;I"lib/net/smtp.rb;T;[o;;[I"Sparameter `to_addrs' might be an Array, .flatten is required. [ruby-dev:29316];TS; ; i; I"GTue Aug 22 18:47:51 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"@lib/rdoc/parsers/parse_c.rb (RDoc::C_Parser::handle_method);T;[o;;[I"Wrdoc documents C module methods as instance methods. a patch in [ruby-core:08536].;TS; ; i; I"BTue Aug 22 12:35:57 2006 NARUSE, Yui ;T@ o; ;;;[o;;I".ext/nkf/lib/kconv.rb (Kconv::RegexpEucjp);T;[o;;[I"+fix regexp for euc-jp [ruby-dev:29344];TS; ; i; I"2006-08-20;T@ S; ; i; I"ESun Aug 20 11:46:52 2006 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"numeric.c (num_step);T;[o;;[I";also return an enumerator object if no block is given.;TS; ; i; I"2006-08-19;T@ S; ; i; I"ISat Aug 19 16:47:51 2006 Masaki Suketa ;T@ o; ;;;[o;;I"-ext/win32ole/win32ole.c (hash2named_arg);T;[o;;[I"(accept hash argument of symbol key.;To;;0;[o;;[0S; ; i; I"ESat Aug 19 11:28:08 2006 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"file.c (rb_file_s_rename);T;[o;;[I"7use errno if set properly. fixed: [ruby-dev:29293];TS; ; i; I"2006-08-18;T@ S; ; i; I"GFri Aug 18 01:05:57 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"lib/cgi.rb (CGI::out);T;[o;;[I"dspecify -m0 to disable MIME decode. a patch from Fujioka . [ruby-dev:29284];TS; ; i; I"2006-08-17;T@ S; ; i; I"EThu Aug 17 19:15:16 2006 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"file.c (rb_stat_[rRwWxX]);T;[o;;[I"3check for super user. fixed: [ruby-core:08616];TS; ; i; I"EThu Aug 17 14:47:06 2006 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"lib/mkmf.rb;T;[o;;[I"4added rdoc by Daniel Berger. [ruby-core:08177];TS; ; i; I"2006-08-16;T@ S; ; i; I"EWed Aug 16 17:46:59 2006 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"marshal.c (r_byte);T;[o;;[I"AIO#getc returns one byte string now. fixed: [ruby-dev:29255];TS; ; i; I"BWed Aug 16 17:22:44 2006 NAKAMURA Usaku ;T@ o; ;;;[o;;I""common.mk (pre-install-local);T;[o;;[I".remove unnecessary code. [ruby-dev:29249];TS; ; i; I"EWed Aug 16 11:45:36 2006 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"Eprocess.c (proc_setuid, proc_setgid, proc_seteuid, proc_setegid);T;[o;;[I"2get rid of bogus implementations on Mac OS X.;TS; ; i; I"EWed Aug 16 11:09:26 2006 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"ruby.c (set_arg0);T;[o;;[I"Ifill argv other than the first with an empty string instead of NULL.;TS; ; i; I"2006-08-15;T@ S; ; i; I"ATue Aug 15 11:21:08 2006 Minero Aoki ;T@ o; ;;;[o;;I"lib/net/smtp.rb;T;[o;;[I"2support SMTP/SSL. Thanks Kazuhiro NISHIYAMA.;To;;I"lib/net/smtp.rb;T;[o;;[I"new method SMTP.use_ssl?;To;;I"lib/net/smtp.rb;T;[o;;[I" new method SMTP.enable_ssl.;To;;I"lib/net/smtp.rb;T;[o;;[I"!new method SMTP.disable_ssl.;To;;I"lib/net/smtp.rb;T;[o;;[I"&new method SMTP.default_ssl_port.;To;;I"lib/net/smtp.rb;T;[o;;[I"&new method SMTP.default_tls_port.;To;;I"lib/net/smtp.rb;T;[o;;[I"enow SMTP#enable_tls accepts a SSLContext object, instead of a verity and cert. [FEATURE CHANGE];To;;I"lib/net/smtp.rb;T;[o;;[I"!new method SMTP.ssl_context.;To;;I"lib/net/smtp.rb;T;[o;;[I")new method SMTP.default_ssl_context.;To;;I"lib/net/smtp.rb;T;[o;;[I"export SMTP.authenticate.;To;;I"lib/net/smtp.rb;T;[o;;[I"export SMTP.auth_plain.;To;;I"lib/net/smtp.rb;T;[o;;[I"export SMTP.auth_login.;To;;I"lib/net/smtp.rb;T;[o;;[I"export SMTP.auth_cram_md5.;To;;I"lib/net/smtp.rb;T;[o;;[I"export SMTP.starttls.;To;;I"lib/net/smtp.rb;T;[o;;[I"export SMTP.helo.;To;;I"lib/net/smtp.rb;T;[o;;[I"export SMTP.ehlo.;To;;I"lib/net/smtp.rb;T;[o;;[I"export SMTP.mailfrom.;To;;I"lib/net/smtp.rb;T;[o;;[I"export SMTP.rcptto.;To;;I"lib/net/smtp.rb;T;[o;;[I"export SMTP.rcptto_list.;To;;I"lib/net/smtp.rb;T;[o;;[I"export SMTP.data.;To;;I"lib/net/smtp.rb;T;[o;;[I"export SMTP.quit.;TS; ; i; I"2006-08-13;T@ S; ; i; I";Sun Aug 13 12:08:02 2006 Tanaka Akira ;T@ o; ;;;[o;;I"ext/socket/socket.c;T;[o;;[I"!ANSIfied. [ruby-core:08601];TS; ; i; I"2006-08-12;T@ S; ; i; I"ASat Aug 12 22:33:06 2006 Eric Hodel ;T@ o; ;;;[o;;I"string.c (String#split);T;[o;;[I"cDescribe grouping behavior. Patch by Jan Svitok . [ruby-core:08603];TS; ; i; I"ESat Aug 12 15:55:32 2006 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"dconfigure.in, bcc32/Makefile.sub, win32/Makefile.sub, win32/dir.h, win32/win32.c, win32/win32.h;T;[o;;[I""large file support for win32.;TS; ; i; I"2006-08-11;T@ S; ; i; I"AFri Aug 11 15:39:25 2006 Eric Hodel ;T@ o; ;;;[o;;I";lib/rdoc/parsers/parse_c.rb (RDoc::C_Parser#find_body);T;[o;;[I"uMake RDoc ignore C function prototypes. Patch by Tilman Sauerbeck . [ruby-core:8574];To;;I"lib/yaml/tag.rb;T;[o;;[I"AReplace nodoc with stopdoc so Module methods get documented.;TS; ; i; I"2006-08-09;T@ S; ; i; I"GWed Aug 9 16:53:28 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"/lib/net/smtp.rb (Net::SMTP::auth_cram_md5);T;[o;;[I"~use ord to retrieve bytes from strings. a patch from WATANABE Tetsuya . [ruby-dev:29240];TS; ; i; I"2006-08-08;T@ S; ; i; I"GTue Aug 8 23:49:06 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"9lib/irb/extend-command.rb (IRB::ExtendCommandBundle);T;[o;;[I"Wpacify RDoc. a patch from Eric Hodel . [ruby-core:08522];TS; ; i; I"GTue Aug 8 19:26:10 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"Elib/resolv.rb (Resolv::DNS::Message::MessageDecoder::get_string);T;[o;;[I"@affected by str[0] returns 1 char string. [ruby-dev:29223];To;;I"Elib/resolv.rb (Resolv::DNS::Message::MessageDecoder::get_labels);T;[o;;[I" ditto.;TS; ; i; I"ETue Aug 8 12:28:43 2006 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"parse.y (arg);T;[o;;[I";allow newlines before ternary colon. [ruby-dev:29189];TS; ; i; I"2006-08-07;T@ S; ; i; I"GMon Aug 7 17:56:59 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"uext/bigdecimal/bigdecimal.c, ext/digest/rmd160/rmd160ossl.c, ext/digest/sha1/sha1ossl.c, ext/readline/readline.c;T;[o;;[I"vmove inclusion of config.h to pacify AIX. a patch from Yutaka Kanemoto . [ruby-dev:29197];TS; ; i; I"GMon Aug 7 15:55:08 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"'ext/syck/syck.c (syck_move_tokens);T;[o;;[I"6should avoid negative memmove. [ruby-list:42625];TS; ; i; I"GMon Aug 7 14:37:48 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"configure.in, common.mk;T;[o;;[I"\AIX link issue. a patch from Yutaka Kanemoto . [ruby-dev:29190];To;;I"ext/socket/socket.c;T;[o;;[I"*AIX socket support. [ruby-dev:29190];TS; ; i; I"GMon Aug 7 12:05:28 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I" dln.c, eval.c, gc.c, ruby.h;T;[o;;[I"fshut up AIX alloca warning. a patch from Yutaka Kanemoto . [ruby-dev:29191];TS; ; i; I"2006-08-06;T@ S; ; i; I"ASun Aug 6 20:34:24 2006 Tadayoshi Funaba ;T@ o; ;;;[o;;I"%lib/date/format.rb (str[fp]time);T;[o;;[I"%[EO]U didn't denote %U.;TS; ; i; I";Sun Aug 6 17:12:12 2006 Tanaka Akira ;T@ o; ;;;[o;;I"io.c (io_reopen);T;[o;;[I"PSTDERR.reopen(open("/dev/tty", "w")) should not clear FMODE_PREP in STDERR.;TS; ; i; I"2006-08-05;T@ S; ; i; I"@Sat Aug 5 22:53:41 2006 K.Kosako ;T@ o; ;;;[ o;;I"oniguruma.h;T;[o;;[I"Version 4.2.2;To;;I" regint.h;T;[o;;[I" ditto.;To;;I"regparse.h;T;[o;;[I" ditto.;To;;I"regexec.c;T;[o;;[I" ditto.;To;;0;[o;;[0o;;I"regerror.c;T;[o;;[I" ditto.;To;;I"regparse.c;T;[o;;[I" ditto.;TS; ; i; I"GSat Aug 5 17:07:43 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"parse.y (top_local_setup);T;[o;;[I"qlocal_vars[-1] should point ruby_scope itself to protect local_tbl from garbage collection. [ruby-dev:29049];TS; ; i; I"ASat Aug 5 13:49:43 2006 Tadayoshi Funaba ;T@ o; ;;;[o;;I"%lib/date/format.rb (str[fp]time);T;[o;;[I""%\n" means "\n".;TS; ; i; I"2006-08-04;T@ S; ; i; I"AFri Aug 4 12:13:22 2006 Eric Hodel ;T@ o; ;;;[ o;;I"lib;T;[o;;[I"Clean up files for RDoc.;To;;I"lib/.document;T;[o;;[I"=Include most of the standard library in RDoc generation.;To;;I" lib/rdoc/ri/ri_formatter.rb;T;[o;;[I"bDon't unescape HTML in HtmlFormatter. Submitted by . [ruby-core:08392].;To;;I"lib/drb/ssl.rb;T;[o;;[I".Close socket on SSLError [ruby-core:7197];TS; ; i; I"EFri Aug 4 18:59:49 2006 Keiju Ishitsuka ;T@ o; ;;;[o;;I"*lib/irb/{init.rb,ruby-lex.rb,slex.rb};T;[o;;[I"Fcan't input '\c' for [ruby-core: 7122]. and support for ruby1.8.X;TS; ; i; I"PFri Aug 4 14:02:14 2006 James Edward Gray II ;T@ o; ;;;[o;;I".lib/date/format.rb (__strptime, strftime);T;[o;;[I"kallow multi-line patterns in Date#strftime the same as Time#strftime accepts. fixed: [ruby-core:08466];TS; ; i; I"EFri Aug 4 13:56:51 2006 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"pack.c (pack_pack);T;[o;;[I"qcheck argument overrun for 'P'. based on a patch by rucila . fixed: [ruby-dev:29182];TS; ; i; I"GFri Aug 4 02:42:29 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"sprintf.c (rb_str_format);T;[o;;[I"a bug in %c type check.;TS; ; i; I";Fri Aug 4 01:28:19 2006 Tanaka Akira ;T@ o; ;;;[o;;I"io.c (io_reopen);T;[o;;[I"ISTDERR.reopen(File.open("/dev/null", "w")) should not fclose stderr.;TS; ; i; I"2006-08-03;T@ S; ; i; I"GThu Aug 3 15:16:44 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"range.c (range_include);T;[o;;[I"+should always call Enumerable#include?;To;;I"7(not #===) for non numeric end points. [ruby-core;T;[o;;[I"08477] [ruby-core:08496];TS; ; i; I"2006-07-31;T@ S; ; i; I"BMon Jul 31 16:51:40 2006 NAKAMURA Usaku ;T@ o; ;;;[ o;;I"!win32/win32.c (exit_handler);T;[o;;[I"=new function; release winsock and environment work area.;To;;I"!win32/win32.c (NTInitialize);T;[o;;[I"setup exit_handler.;To;;I"!win32/win32.c (StartSockets);T;[o;;[I"use exit_handler.;To;;I""win32/win32.c (rb_w32_getenv);T;[o;;[I"use GetEnvironmentStrings() instead of GetEnvironmentVariable(), because the latter cannot distinguish whether a null environment variable exists or not. fixed: [ruby-talk:205123];TS; ; i; I";Mon Jul 31 16:15:13 2006 Tanaka Akira ;T@ o; ;;;[o;;I"?test/ruby/test_process.rb (TestProcess#test_rlimit_nofile);T;[o;;[I"Vsetrlimit may fail with EINVAL. reported by MIYAMUKO Katsuyuki. [ruby-dev:29174];TS; ; i; I"GMon Jul 31 09:22:12 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I" ruby.h;T;[o;;[I"~use ifdef (or defined) for macro constants that may or may not be defined to shut up gcc's -Wundef warnings. [ruby-core:08447];TS; ; i; I"CMon Jul 31 13:38:13 2006 GOTOU Yuuzou ;T@ o; ;;;[o;;I"@lib/webrick/httprequest.rb (WEBrick::HTTPReuqest#parse_uri);T;[o;;[I"Eimprove for the value of IPv6 address in the Host: header field.;TS; ; i; I"2006-07-30;T@ S; ; i; I"ESun Jul 30 23:26:12 2006 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"eval.c (rb_call0);T;[o;;[I"Mtrace call/return of method defined from block. fixed: [ruby-core:08329];To;;I"eval.c (rb_trap_eval);T;[o;;[I"vmake the current thread runnable to deal with exceptions which occurred within the trap. fixed: [ruby-dev:27729];To;;I"2lib/cgi/session.rb, lib/cgi/session/pstore.rb;T;[o;;[I"1suppress warnings. fixed: [ruby-talk:204896];TS; ; i; I"2006-07-29;T@ S; ; i; I"HSat Jul 29 06:12:06 2006 Hidetoshi NAGAI ;T@ o; ;;;[o;;I"ext/tk/lib/multi-tk.rb;T;[o;;[I"(freeze ip_name for security reason.;TS; ; i; I"GSat Jul 29 01:23:52 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"lib/logger.rb;T;[o;;[I"improves the amount of documentation that Rdoc picks up when processing logger.rb by moving the require statement back before the comment block. a patch from Hugh Sasse . [ruby-core:08422];TS; ; i; I"2006-07-28;T@ S; ; i; I"EFri Jul 28 17:18:03 2006 Nobuyoshi Nakada ;T@ o; ;;;[o;;I")ext/curses/curses.c (NUM2CH, CH2FIX);T;[o;;[I"use single char strings.;TS; ; i; I"GFri Jul 28 14:09:14 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"eval.c (rb_call);T;[o;;[I"3fixed typo in cache look-up. [ruby-dev:29167];TS; ; i; I"GFri Jul 28 10:41:35 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"eval.c (rb_call);T;[o;;[I"Ra bug in method cache look-up. http://www.rubyist.net/~matz/20060720.html#c04;TS; ; i; I"GFri Jul 28 10:19:28 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"sprintf.c (rb_f_sprintf);T;[o;;[I"[documentation update patch from Jacob Fugal . [ruby-core:08418];TS; ; i; I"GFri Jul 28 09:41:45 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"time.c (time_to_s);T;[o;;[I""fixed typo. [ruby-dev:29162];TS; ; i; I"GFri Jul 28 00:26:47 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"math.c (domain_check);T;[o;;[I""ANSI style function arguments;To;;I"math.c (math_log);T;[o;;[I"(too few argument to domain_check().;TS; ; i; I"2006-07-27;T@ S; ; i; I"GThu Jul 27 21:19:54 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"math.c (domain_check);T;[o;;[I"pa new function to check domain error explicitly for systems that return NaN like FreeBSD. [ruby-core:07019];To;;I"[math.c (math_acos, math_asin, math_acosh, math_atanh, math_log, math_log10, math_sqrt);T;[o;;[I"use domain_check().;To;;I"math.c (math_sqrt);T;[o;;[I"fix documentation flaw.;TS; ; i; I"EThu Jul 27 22:21:52 2006 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"time.c (time_to_s);T;[o;;[I"fixed format mismatch.;TS; ; i; I"FThu Jul 27 18:12:12 2006 WATANABE Hirofumi ;T@ o; ;;;[o;;I" time.c;T;[o;;[I"%need to declare time_utc_offset.;TS; ; i; I"GThu Jul 27 17:01:01 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"io.c (io_close);T;[o;;[I"Salways calls "close" method of the receiver. [ruby-core:6911] [ruby-core:8112];TS; ; i; I"GThu Jul 27 16:41:15 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"ext/openssl/ossl.h;T;[o;;[I"Rmove inclusion point to shut up Solaris compiler. [ruby-core:08114];To;;I"time.c (time_to_s);T;[o;;[I"Euse +0900 style timezone string for local time. [ruby-dev:29143];TS; ; i; I"2006-07-26;T@ S; ; i; I"GWed Jul 26 22:20:59 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"configure.in;T;[o;;[I"6add support for as and ASFLAGS. [ruby-dev:29138];TS; ; i; I"AWed Jul 26 21:59:33 2006 Minero Aoki ;T@ o; ;;;[ o;;I";T@ o; ;;;[o;;I",ext/strscan/strscan.c (strscan_do_scan);T;[o;;[I"6always return nil if p->curr exceeds string size.;TS; ; i; I"GWed Jul 26 18:33:31 2006 Yukihiro Matsumoto ;T@ o; ;;;[ o;;I"eval.c (Init_eval);T;[o;;[I"\rename #invoke_method and #invoke_functional_method to __send and __send! respectively.;To;;I"eval.c (remove_method);T;[o;;[I"*prohibit removing __send and __send!.;To;;I"eval.c (rb_undef);T;[o;;[I",prohibit undef'ing __send and __send!.;To;;I"eval.c (rb_eval);T;[o;;[I"-prohibit redefining __send and __send!.;To;;I" lib/delegate.rb (Delegator);T;[o;;[I"preserve __send.;TS; ; i; I"EWed Jul 26 18:14:19 2006 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"ext/pty/pty.c (getDevice);T;[o;;[I"6retry once after GC on failure. [ruby-core:08282];TS; ; i; I"AWed Jul 26 17:43:20 2006 Minero Aoki ;T@ o; ;;;[o;;I",ext/strscan/strscan.c (strscan_do_scan);T;[o;;[I"FStringScanner.new("").scan(//) should return "". [ruby-Bugs:4361];TS; ; i; I"EWed Jul 26 17:28:16 2006 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"sprintf.c (rb_str_format);T;[o;;[I"Sprepend ".." to %u for negative bignum, but not "-". fixed: [ruby-core:08167];TS; ; i; I"GWed Jul 26 16:39:07 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"string.c (rb_str_scan);T;[o;;[I"4add string modification check. [ruby-core:7216];TS; ; i; I"GWed Jul 26 16:06:03 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"5lib/cgi.rb (CGI::QueryExtension::read_multipart);T;[o;;[I"\check multipart boundary end. a patch from Fujioka [ruby-dev:28470];TS; ; i; I"EWed Jul 26 01:02:59 2006 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"configure.in;T;[o;;[I"0suppress warnings by automake 1.8 or later.;TS; ; i; I"2006-07-25;T@ S; ; i; I"BTue Jul 25 14:46:14 2006 NAKAMURA Usaku ;T@ o; ;;;[o;;I" lib/mkmf.rb (configuration);T;[o;;[I" typo.;TS; ; i; I"GTue Jul 25 13:14:32 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"process.c (rb_proc_times);T;[o;;[I"Erename hz to hertz to avoid name crash on AIX. [ruby-dev:29126];TS; ; i; I"2006-07-24;T@ S; ; i; I"EMon Jul 24 22:03:40 2006 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"eval.c (backtrace);T;[o;;[I"4skip frames successive on node and method name.;TS; ; i; I";Mon Jul 24 15:51:52 2006 Tanaka Akira ;T@ o; ;;;[o;;I"0ext/readline/readline.c (readline_readline);T;[o;;[I"arl_deprep_term_function may be NULL with libedit. reported by Ryan Davis. [ruby-dev:29070];TS; ; i; I"GMon Jul 24 15:19:55 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"eval.c (rb_call0);T;[o;;[I";T@ o; ;;;[o;;I"test/socket/test_unix.rb;T;[o;;[I"Gdisabled on cygwin. reported by Kouhei Yanagita. [ruby-dev:29080];TS; ; i; I"2006-07-21;T@ S; ; i; I"EFri Jul 21 23:57:26 2006 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"ruby.c (proc_options);T;[o;;[I"*script is never used while recursing.;TS; ; i; I"EFri Jul 21 21:21:08 2006 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"eval.c (rb_call0);T;[o;;[I"Ginclude funcalled methods in caller list. fixed: [ruby-core:08290];TS; ; i; I"GFri Jul 21 17:52:24 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"object.c (rb_cstr_to_dbl);T;[o;;[I"e"9_e8" should consider "_e8" as trailing garbage so that it should return 9.0. [ruby-dev:29088];TS; ; i; I"EFri Jul 21 12:11:00 2006 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"-ext/extmk.rb, lib/mkmf.rb (with_destdir);T;[o;;[I"=remove drive letter before prepending destdir on DOSISH.;TS; ; i; I"GFri Jul 21 04:17:22 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"eval.c (rb_call);T;[o;;[I"^try local method look-up first for fcall, then normal method look-up. [ruby-talk:202564];To;;I" eval.c (rb_get_method_body);T;[o;;[I"(save local method cache separately.;To;;I"eval.c (search_method);T;[o;;[I"0export info whether method is local or not.;TS; ; i; I"2006-07-20;T@ S; ; i; I"GThu Jul 20 20:27:07 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"object.c (rb_mod_attr);T;[o;;[I"?make Module#attr to be an alias to attr_reader. [RCR#331];TS; ; i; I"GThu Jul 20 15:07:14 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I" ruby.h;T;[o;;[I"Cexport classes/modules to implement sandbox. [ruby-core:08283];TS; ; i; I"2006-07-19;T@ S; ; i; I"GWed Jul 19 19:40:00 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"eval.c (rb_yield_0);T;[o;;[I"Kshould check args_args before lambda argument check. [ruby-dev:29029];TS; ; i; I"2006-07-18;T@ S; ; i; I"BTue Jul 18 23:53:59 2006 NAKAMURA Usaku ;T@ o; ;;;[o;;I"process.c (rb_f_system);T;[o;;[I"/shouldn't block SIGCHLD if it's not exist.;TS; ; i; I"GTue Jul 18 22:10:13 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"process.c (rb_f_system);T;[o;;[I"_block SIGCHLD during the process execution, like glibc system(3) does. [ruby-talk:202361];TS; ; i; I"BTue Jul 18 23:10:43 2006 NAKAMURA Usaku ;T@ o; ;;;[o;;I"$win32/win32.c (open_ifs_socket);T;[o;;[I"!should not use plain malloc.;To;;I"#win32/win32.c (rb_w32_opendir);T;[o;;[I""should not use plain realloc.;TS; ; i; I"GTue Jul 18 18:05:49 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"5test/ruby/test_float.rb (TestFloat::test_strtod);T;[o;;[I"*update test to conform strtod change.;TS; ; i; I"GTue Jul 18 16:52:29 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"eval.c (yield_under_i);T;[o;;[I"@argument should be passed in avalue form. [ruby-dev:29044];TS; ; i; I"GTue Jul 18 15:49:42 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"pack.c (pack_unpack);T;[o;;[I"Epropagate association array to copied string. [ruby-core:08223];To;;I"pack.c (pack_unpack);T;[o;;[I"return referenced string itself if it has same length as specified. a patch from in [ruby-core:08225].;To;;I"pack.c (pack_pack);T;[o;;[I"taint 'p' packed strings.;TS; ; i; I"BTue Jul 18 15:19:07 2006 NAKAMURA Usaku ;T@ o; ;;;[o;;I"intern.h (st_foreach_safe);T;[o;;[I"fix prototype.;To;;I"node.h (NODE_LMASK);T;[o;;[I"bigger than long on LLP64.;To;;I"%missing/vsnprintf.c (BSD__uqtoa);T;[o;;[I"Qnew function to support LLP64. all changes are derived from [ruby-dev:29045];TS; ; i; I"GTue Jul 18 14:03:02 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"=lib/webrick/httpserver.rb (WEBrick::HTTPServer::unmount);T;[o;;[I";remove inpect argument from sprintf. [ruby-dev:29039];TS; ; i; I"ETue Jul 18 10:53:37 2006 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"object.c (rb_cstr_to_dbl);T;[o;;[I" limit out-of-range message.;To;;I"util.c (ruby_strtod);T;[o;;[I"Hreturn end pointer even if ERANGE occurred. fixed: [ruby-dev:29041];TS; ; i; I"EMon Jul 18 00:43:05 2006 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"util.c (ruby_strtod);T;[o;;[I"@stop at dot not followed by digits. fixed: [ruby-dev:29036];TS; ; i; I"ETue Jul 18 00:01:27 2006 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"ext/extmk.rb;T;[o;;[I"9remove LIBRUBY_SO if static linked extensions exist.;TS; ; i; I"2006-07-17;T@ S; ; i; I"EMon Jul 17 23:30:46 2006 Nobuyoshi Nakada ;T@ o; ;;;[o;;I" configure.in (rb_cv_msvcrt);T;[o;;[I"Adefaulted to msvcrt. Workaround for a bug of cygwin 1.5.20.;TS; ; i; I"GMon Jul 17 22:55:31 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"$ext/io/wait/wait.c (io_ready_p);T;[o;;[I"protoize.;TS; ; i; I"GMon Jul 17 13:43:05 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"pack.c (define_swapx);T;[o;;[I"!should not use plain malloc.;To;;I"*ext/curses/curses.c (curses_getmouse);T;[o;;[I" ditto.;TS; ; i; I"FMon Jul 17 12:58:41 2006 WATANABE Hirofumi ;T@ o; ;;;[o;;I"configure.in;T;[o;;[I"0should use ac_cv_lib_dl_dlopen=no on MinGW.;TS; ; i; I"BMon Jul 17 11:47:35 2006 NAKAMURA Usaku ;T@ o; ;;;[o;;I" st.c;T;[o;;[I"6still need to include config.h on some platforms.;TS; ; i; I"2006-07-15;T@ S; ; i; I"GSat Jul 15 01:09:22 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"st.c (malloc);T;[o;;[I"use xmalloc/xcalloc instead of plain malloc/calloc, to detect memory allocation failure. see .;TS; ; i; I"2006-07-14;T@ S; ; i; I"HFri Jul 14 13:08:13 2006 Hidetoshi NAGAI ;T@ o; ;;;[o;;I"ext/tk/lib/tk.rb;T;[o;;[I"6add methods for new features of latest Tcl/Tk8.5.;To;;I"ext/tk/lib/tk/namespace.rb;T;[o;;[I" ditto.;TS; ; i; I"GFri Jul 14 02:30:12 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"lib/monitor.rb;T;[o;;[I"Idocument patch from Hugh Sasse . [ruby-core:08205];TS; ; i; I"GFri Jul 14 00:10:15 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"array.c (rb_ary_pop);T;[o;;[I"smay cause realloc oscillation. a patch from MORITA Naoyuki . [ruby-dev:29028];TS; ; i; I"2006-07-13;T@ S; ; i; I"HThu Jul 13 22:23:56 2006 Hidetoshi NAGAI ;T@ o; ;;;[o;;I"ext/tk/lib/tk/composite.rb;T;[o;;[I"nimprove handling of the classname on the option database for the widget class which includes TkComposite.;TS; ; i; I"GThu Jul 13 00:40:57 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"ruby.h (FIX2LONG);T;[o;;[I"7returns integer of size of VALUE. [ruby-dev:29024];To;;I"ruby.h (FIX2ULONG);T;[o;;[I" ditto.;TS; ; i; I"2006-07-12;T@ S; ; i; I"GWed Jul 12 20:05:23 2006 Yukihiro Matsumoto ;T@ o; ;;;[ o;;I"parse.y (f_args);T;[o;;[I"Oallow post mandatory arguments after optional arguments. [ruby-dev:29014];To;;I"parse.y (new_args_gen);T;[o;;[I"'allow post_args without rest_args.;To;;I"eval.c (formal_assign);T;[o;;[I" ditto.;To;;I"parse.y (new_args_gen);T;[o;;[I"%check post argument duplication.;TS; ; i; I"2006-07-11;T@ S; ; i; I"GTue Jul 11 20:58:18 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I" ruby.h;T;[o;;[I"+export rb_cMethod. [ruby-talk:201259];TS; ; i; I"HTue Jul 11 19:13:33 2006 Hidetoshi NAGAI ;T@ o; ;;;[o;;I"ext/tk/lib/multi-tk.rb;T;[o;;[I"8remove restriction on the class of pseudo-toplevel.;TS; ; i; I"HTue Jul 11 18:00:57 2006 Hidetoshi NAGAI ;T@ o; ;;;[o;;I"ext/tk/lib/multi-tk.rb;T;[o;;[I"security fix.;TS; ; i; I"BTue Jul 11 17:28:08 2006 NAKAMURA Usaku ;T@ o; ;;;[o;;I"string.c (rb_str_dump);T;[o;;[I"need to extend len for \b.;TS; ; i; I"GTue Jul 11 15:29:15 2006 Yukihiro Matsumoto ;T@ o; ;;;[ o;;I"bignum.c (rb_int2big);T;[o;;[I"(use SIGNED_VALUE. [ruby-dev:29019];To;;I")bignum.c (rb_int2inum, rb_uint2inum);T;[o;;[I"use VALUE sized integer.;To;;I")bignum.c (rb_big2long, rb_big2ulong);T;[o;;[I" ditto.;To;;I"*numeric.c (rb_num2long, rb_num2ulong);T;[o;;[I" ditto.;To;;I"&numeric.c (check_int, check_uint);T;[o;;[I" ditto.;To;;I"bignum.c (rb_quad_pack);T;[o;;[I"typo fixed.;TS; ; i; I"GTue Jul 11 13:40:52 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"bignum.c (bignorm);T;[o;;[I"Fsizeof(long) may be smaller than sizeof(VALUE). [ruby-dev:29013];To;;I"ruby.h (FIXNUM_MAX);T;[o;;[I"$fixnum may be bigger than long.;To;;I"ruby.h (SIGNED_VALUE);T;[o;;[I"%signed integer of size of VALUE.;TS; ; i; I"2006-07-10;T@ S; ; i; I"GMon Jul 10 23:37:14 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I";lib/soap/rpc/proxy.rb (Proxy::Operation::response_doc);T;[o;;[I".remove splat star from return statements.;To;;I";lib/soap/rpc/proxy.rb (Proxy::Operation::response_obj);T;[o;;[I"Sretrieve the first value from the result array if response has only one value.;TS; ; i; I"GMon Jul 10 22:00:00 2006 Shigeo Kobayashi ;T@ o; ;;;[o;;I" ext/bigdecimal/bigdecimal.c;T;[o;;[I":Allows '_' to appear within digits. [ruby-dev:28872];To;;I"*ext/bigdecimal/lib/bigdecimal/util.rb;T;[o;;[I"5Bug in to_r reported by [ruby-list:42533] fixed.;TS; ; i; I";Mon Jul 10 19:22:19 2006 Tanaka Akira ;T@ o; ;;;[o;;I"gc.c (gc_sweep);T;[o;;[I"Gexpand heap earlier. reported by MORITA Naoyuki. [ruby-dev:28960];TS; ; i; I"HMon Jul 10 18:59:34 2006 Hidetoshi NAGAI ;T@ o; ;;;[o;;I"ext/tk/lib/tk/font.rb;T;[o;;[I"sorry. mistaken to patch.;TS; ; i; I"HMon Jul 10 18:46:52 2006 Hidetoshi NAGAI ;T@ o; ;;;[o;;I"ext/tk/tcltklib.c;T;[o;;[I""make SEGV risk lower at exit.;To;;I"ext/tk/lib/tk.rb;T;[o;;[I" ditto.;To;;I"ext/tk/lib/multi-tk.rb;T;[o;;[I"fail to call function-style methods on slave interpreters. The strategy (MultiTkIp_PseudoToplevel_Evaluable) to fix the problem is a little tricky. You may have to take care of conflicting with it.;To;;I"ext/tk/lib/tk.rb;T;[o;;[I"6a little change for the pseudo-toplevel strategy.;To;;I"ext/tk/lib/tk/font.rb;T;[o;;[I" ditto.;To;;I"ext/tk/lib/tk/msgcat.rb;T;[o;;[I" ditto.;To;;I"'ext/tk/lib/tkextlib/itk/incr_tk.rb;T;[o;;[I" ditto.;To;;I""ext/tk/sample/demos-en/widget;T;[o;;[I"fail to call function-style methods on sample scripts. To fix it, a strategy which similar to the way on MultiTiIp is used. Please take care when re-write and re-run a demo script on the Widget-Demo code viewer.;To;;I""ext/tk/sample/demos-jp/widget;T;[o;;[I" ditto.;TS; ; i; I"GMon Jul 10 17:32:38 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"sample/test.rb;T;[o;;[I"update test suites.;To;;I">test/ruby/test_assignment.rb (TestAssignment::test_yield);T;[o;;[I" ditto.;To;;I"=test/ruby/test_iterator.rb (TestIterator::test_itertest);T;[o;;[I" ditto.;TS; ; i; I"GMon Jul 10 14:43:47 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"eval.c (rb_call);T;[o;;[I"dremove erroneously restored prot_tag->blkid initialization. [ruby-dev:28997] [ruby-dev:29000];TS; ; i; I"HMon Jul 10 13:58:08 2006 Hidetoshi NAGAI ;T@ o; ;;;[o;;I"/signal.c (install_nativethread_sighandler);T;[o;;[I"commented out.;TS; ; i; I"EMon Jul 10 09:29:12 2006 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"'eval.c (rb_clear_cache_for_remove);T;[o;;[I"Aclear entries for included module. fixed: [ruby-core:08180];TS; ; i; I"GMon Jul 10 02:22:58 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"eval.c (proc_invoke);T;[o;;[I"Oshould not overwrite block information in current frame. [ruby-dev:28957];To;;I"eval.c (rb_yield_0);T;[o;;[I"8retrieve proper block object from the frame record.;To;;I"eval.c (proc_alloc);T;[o;;[I"5return preserved block object if it's available.;TS; ; i; I"GMon Jul 10 01:48:38 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"st.h (st_data_t);T;[o;;[I">use pointer sized integer for st_data_t. [ruby-dev:28988];TS; ; i; I"2006-07-09;T@ S; ; i; I"ESun Jul 9 18:06:47 2006 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"lib/mkmf.rb (try_constant);T;[o;;[I"(fix for value 1 at cross compiling.;To;;I""lib/mkmf.rb (create_makefile);T;[o;;[I"fprevent substitution of macro definition. fixed: http://www.yotabanana.com/lab/20060624.html#p02;TS; ; i; I"ESun Jul 9 07:58:48 2006 Ryan Davis ;T@ o; ;;;[ o;;I""lib/rdoc/parsers/parse_f95.rb;T;[o;;[I"massive overhaul from Yasuhiro Morikawa including new file suffixes, function support, public variables and constants, derived-types, defined operators and assignments, namelists, and subroutine and function arguments. Truly massive.;To;;I"lib/rdoc/diagram.rb;T;[o;;[I"diagrams are now cached.;To;;I"lib/irb/completion.rb;T;[o;;[I"Efixed a crasher when completing against an unnamed class/module.;To;;I" lib/rdoc/parsers/parse_c.rb;T;[o;;[I"4private comment (--/++) support in C-file rdoc.;To;;I"lib/debug.rb;T;[o;;[I"!minor clarification in help.;To;;I"lib/pp.rb;T;[o;;[I"&minor clarification on exception.;TS; ; i; I"ESun Jul 9 00:54:11 2006 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"eval.c (next_jump);T;[o;;[I";T@ o; ;;;[o;;I"string.c (rb_str_ord);T;[o;;[I"1extract lower byte. fixed: [ruby-dev:28980];To;;I" lib/jcode.rb (String#succ!);T;[o;;[I"*fix for 1.9. fixed: [ruby-dev:28979];TS; ; i; I"BFri Jul 7 14:05:03 2006 NAKAMURA Usaku ;T@ o; ;;;[o;;I""win32/Makefile.sub (config.h);T;[o;;[I";define FUNC_STDCALL/FUNC_CDECL. from [ruby-dev:28970].;TS; ; i; I"GFri Jul 7 00:38:49 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"hash.c (rb_hash_default);T;[o;;[I"Mshould not call default procedure if no key is given. [ruby-list:42541];TS; ; i; I"2006-07-06;T@ S; ; i; I"EThu Jul 6 23:30:04 2006 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"process.c (rb_proc_times);T;[o;;[I"Wuse sysconf(_SC_CLK_TCK) value prior to HZ and CLK_TCK. fixed: [ruby-talk:200293];TS; ; i; I"AThu Jul 6 21:50:06 2006 Minero Aoki ;T@ o; ;;;[ o;;I"ext/racc/cparse/cparse.c;T;[o;;[I"&sync with original code, rev 1.8.;To;;I"ext/racc/cparse/cparse.c;T;[o;;[I"&should mark CparseParams objects.;To;;I"lib/racc/parser.rb;T;[o;;[I"&sync with original code, rev 1.8.;To;;I"lib/racc/parser.rb;T;[o;;[I"update coding style.;TS; ; i; I"2006-07-05;T@ S; ; i; I"GWed Jul 5 05:28:45 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"parse.y (block_param);T;[o;;[I"Ashould allow block argument after splat and post splat args.;TS; ; i; I"GWed Jul 5 01:12:19 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"Mtest/ruby/test_lambda.rb (TestLambdaParameters::test_lambda_as_iterator);T;[o;;[I":-> style block no longer available. [ruby-dev:28958];TS; ; i; I"2006-07-04;T@ S; ; i; I"BTue Jul 4 21:48:56 2006 NAKAMURA Usaku ;T@ o; ;;;[o;;I"ruby.c (proc_options);T;[o;;[I" suppress warning on DOSISH.;TS; ; i; I"GTue Jul 4 15:12:49 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"eval.c (rb_call);T;[o;;[I"fshould not set prot_tag->blkid since it would never catch breaks at this level. [ruby-dev:28922];TS; ; i; I"GTue Jul 4 04:48:36 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I" bignum.c;T;[o;;[I"fruby 1.9 HEAD 64 bit warnings clean up from . [ruby-core:08120];TS; ; i; I"2006-07-03;T@ S; ; i; I"HMon Jul 3 19:04:38 2006 Hidetoshi NAGAI ;T@ o; ;;;[ o;;I"0ext/tk/tcltklib.c (ip_make_menu_embeddable);T;[o;;[I"help to make a menu widget embeddable (pack, grid, and so on) like as a general widget. However, an embeddable menu may require to be defined some event bindings for general use.;To;;I"ext/tk/lib/tk/event.rb;T;[o;;[I"R[bug fix] Tk.callback_break and Tk.callback_continue don't work on MultiTkIp.;To;;I"ext/tk/lib/multi-tk.rb;T;[o;;[I" ditto.;To;;I"ext/tk/lib/tk.rb;T;[o;;[I" lack of Tk.callback_return.;To;;I"ext/tk/lib/tk/menu.rb;T;[o;;[I""improve creating clone menus.;TS; ; i; I"EMon Jul 3 14:42:06 2006 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"0ext/etc/extconf.rb (PW_UID2VAL, PW_GID2VAL);T;[o;;[I"qdefaulted to conversion from int, and sys/types.h needs to be included before grp.h. fixed: [ruby-dev:28938];TS; ; i; I"EMon Jul 3 10:44:01 2006 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"io.c (popen_exec);T;[o;;[I"Mclose file descriptors other than standard I/Os. fixed: [ruby-dev:28924];TS; ; i; I"CMon Jul 3 05:15:29 2006 GOTOU Yuuzou ;T@ o; ;;;[o;;I"test/openssl/test_asn1.c;T;[o;;[I"'String#[]= doesn't accept Integer.;TS; ; i; I"GMon Jul 3 01:14:15 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"string.c (rb_str_inspect);T;[o;;[I"2encode \b (\010) for escape. [ruby-dev:28927];To;;I"string.c (rb_str_dump);T;[o;;[I" ditto.;TS; ; i; I"2006-07-02;T@ S; ; i; I"ASun Jul 2 19:03:30 2006 Minero Aoki ;T@ o; ;;;[o;;I"ext/racc/cparse/cparse.c;T;[o;;[I"&sync with original code, rev 1.7.;To;;I"ext/racc/cparse/cparse.c;T;[o;;[I"5must require version.h to get RUBY_VERSION_CODE.;TS; ; i; I"ASun Jul 2 18:42:27 2006 Minero Aoki ;T@ o; ;;;[o;;I"ext/racc/cparse/cparse.c;T;[o;;[I"-sync with original source code, rev 1.6.;To;;I"ext/racc/cparse/cparse.c;T;[o;;[I"edo not use rb_iterate to give a block to the method, use rb_block_call instead. [ruby-dev:28445];TS; ; i; I";Sun Jul 2 11:22:03 2006 Tanaka Akira ;T@ o; ;;;[o;;I"io.c (io_reopen);T;[o;;[I"/STDOUT.reopen(filename, "w+") didn't work.;To;;I"(rb_io_reopen);T;[o;;[I":STDOUT.reopen(File.open(filename, "w+")) didn't work.;TS; ; i; I"2006-07-01;T@ S; ; i; I"GSat Jul 1 23:55:42 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"eval.c (PUSH_FRAME);T;[o;;[I".initialize frame->self. [ruby-dev:28911];TS; ; i; I"CSat Jul 1 17:00:42 2006 GOTOU Yuuzou ;T@ o; ;;;[o;;I"test/webrick/utils.rb;T;[o;;[I":use Proc#yield instead of Proc#call. [ruby-dev:28914];TS; ; i; I";Sat Jul 1 15:15:49 2006 Tanaka Akira ;T@ o; ;;;[o;;I"!test/socket/test_nonblock.rb;T;[o;;[I"Fadd timeout to send/receive an empty UDP packet. [ruby-dev:28820];TS; ; i; I"2006-06-30;T@ S; ; i; I"GFri Jun 30 23:46:23 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"configure.in;T;[o;;[I"wshould test isinf for Solaris with GCC compiler. a patch from . [ruby-core:07791];To;;I"configure.in;T;[o;;[I"X-shared patch from Andrew Morrow . [ruby-core:08100];TS; ; i; I"CFri Jun 30 19:35:41 2006 GOTOU Yuuzou ;T@ o; ;;;[o;;I":lib/webrick/httputils.rb (WEBrick::HTTPUtils._escape);T;[o;;[I"\should use String#ord to get ascii code from the one-character string. [ruby-dev:28901];TS; ; i; I"2006-06-29;T@ S; ; i; I"GThu Jun 29 23:56:01 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"gc.c (gc_mark_children);T;[o;;[I"7a bug in NODE_BLOCK_PASS marking. [ruby-dev:28908];TS; ; i; I"GThu Jun 29 23:04:36 2006 Yukihiro Matsumoto ;T@ o; ;;;[ o;;I" parse.y;T;[o;;[I"Iuse ARGSPUSH instead of ARGSCAT to prevent too much splat expansion.;To;;I"eval.c (when_check);T;[o;;[I"%need to handle ARGSPUSH as well.;To;;I"eval.c (block_orphan);T;[o;;[I"3lambda and proc from method are always orphan.;To;;I"gc.c (gc_mark_children);T;[o;;[I"$proper marking for NODE_LAMBDA.;TS; ; i; I";Thu Jun 29 22:47:30 2006 Tanaka Akira ;T@ o; ;;;[o;;I"eval.c (SETUP_ARGS0);T;[o;;[I"'avoid GC problem. [ruby-dev:28902];TS; ; i; I"GThu Jun 29 18:58:51 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"5ext/bigdecimal/bigdecimal.c (BigDecimal_version);T;[o;;[I"fix patch failure.;TS; ; i; I"GThu Jun 29 18:00:51 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I" ext/bigdecimal/bigdecimal.c;T;[o;;[I"Uadd RDoc document. a patch from mathew . [ruby-core:07050];TS; ; i; I"2006-06-28;T@ S; ; i; I"AWed Jun 28 14:53:09 2006 Eric Hodel ;T@ o; ;;;[o;;I"lib/optparse.rb;T;[o;;[I"FRDoc patch from Robin Stocker [ruby-core:08087];TS; ; i; I"GWed Jun 28 23:23:48 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"object.c (rb_cstr_to_dbl);T;[o;;[I"Eunderscores should appear only between digits. [ruby-dev:28891];TS; ; i; I";Wed Jun 28 19:04:34 2006 Tanaka Akira ;T@ o; ;;;[o;;I"test/socket/test_unix.rb;T;[o;;[I"2test_seqpacket_pair removed. [ruby-dev:28846];TS; ; i; I"EWed Jun 28 13:51:21 2006 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"eval.c (when_check);T;[o;;[I"Garbitrary values are allowed after splats. fixed: [ruby-dev:28879];TS; ; i; I"GWed Jun 28 09:16:18 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"parse.y (primary);T;[o;;[I"8remove meaningless else-only case statement syntax.;TS; ; i; I"GWed Jun 28 08:08:13 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"eval.c (rb_eval);T;[o;;[I"3problem to handle else part. [ruby-dev:28873];TS; ; i; I"GWed Jun 28 01:48:23 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"eval.c (rb_eval);T;[o;;[I";T@ o; ;;;[o;;I"object.c (rb_cstr_to_dbl);T;[o;;[I"Hshould not skip '_' at the beginning of a string. [ruby-dev:28830];To;;I"bignum.c (rb_cstr_to_inum);T;[o;;[I" ditto.;TS; ; i; I"2006-06-27;T@ S; ; i; I"GTue Jun 27 23:03:49 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I" string.c;T;[o;;[I"fRDoc update for =~ method. a patch from Alex Young . [ruby-core:08068];TS; ; i; I"HTue Jun 27 22:47:18 2006 Hidetoshi NAGAI ;T@ o; ;;;[o;;I"ext/tk/tcltklib.c;T;[o;;[I",forgot to update TCLTKLIB_RELEASE_DATE.;To;;I"#ext/tk/lib/tk.rb (tk_tcl2ruby);T;[o;;[I"g[bug fix] sometimes fail to convert a tcl string to a ruby object if the tcl string includes "\n".;TS; ; i; I"GTue Jun 27 20:05:14 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"io.c (pipe_open);T;[o;;[I";T@ o; ;;;[o;;I"win32/win32.h;T;[o;;[I"6define isascii on MinGW for msvcrt compatibility.;To;;I"configure.in;T;[o;;[I"Fset ac_cv_header_sys_time_h=no on MinGW for msvcrt compatibility.;TS; ; i; I"ETue Jun 27 11:36:02 2006 Nobuyoshi Nakada ;T@ o; ;;;[o;;I".ext/etc/etc.c (setup_passwd, setup_group);T;[o;;[I"9allow bignum uid, gid and so on. [ruby-talk:199102];TS; ; i; I";Tue Jun 27 10:46:53 2006 Tanaka Akira ;T@ o; ;;;[o;;I"eval.c (rb_yield_0);T;[o;;[I"'avoid core dump. [ruby-dev:28840];TS; ; i; I";Tue Jun 27 01:31:59 2006 Tanaka Akira ;T@ o; ;;;[o;;I".ext/socket/socket.c (bsock_recv_nonblock);T;[o;;[I"*new method BasicSocket#recv_nonblock.;To;;I"(udp_recvfrom_nonblock);T;[o;;[I"krenamed from ip_recvfrom_nonblock. IPSocket#recvfrom_nonblock is moved to UDPSocket#recvfrom_nonblock.;To;;I"(unix_recvfrom_nonblock);T;[o;;[I"6removed. UNIXSocket#recvfrom_nonblock is removed.;TS; ; i; I"ETue Jun 27 00:52:40 2006 Nobuyoshi Nakada ;T@ o; ;;;[o;;I")ext/ripper/eventids2.c (token_assoc);T;[o;;[I"Fadded tCHAR, which is not under 256 now. fixed: [ruby-dev:28832];TS; ; i; I"2006-06-26;T@ S; ; i; I"AMon Jun 26 11:03:00 2006 Eric Hodel ;T@ o; ;;;[o;;I"lib/rdoc/ri;T;[o;;[I"-Add options to limit the ri search path.;TS; ; i; I"EMon Jun 26 23:42:57 2006 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"eval.c (call_trace_func);T;[o;;[I"Kno check for argument number of the callback. fixed: [ruby-dev:28812];TS; ; i; I"HMon Jun 26 18:37:44 2006 Hidetoshi NAGAI ;T@ o; ;;;[o;;I""ext/tk/tcltklib.c (ip_delete);T;[o;;[I"5fix SEGV when a slave-ip is deleted on callback.;TS; ; i; I"GMon Jun 26 15:40:26 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"&ext/socket/socket.c (sock_accept);T;[o;;[I"Nrevert to avoid ambiguity of argument evaluation order. [ruby-dev:28861];To;;I"/ext/socket/socket.c (sock_accept_nonblock);T;[o;;[I" ditto.;TS; ; i; I"GMon Jun 26 10:47:42 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"io.c (pipe_open);T;[o;;[I"davoid closing uninitialized file descriptors. a patch from [ruby-dev:28600];TS; ; i; I"2006-06-25;T@ S; ; i; I"ESun Jun 25 23:02:12 2006 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"Makefile.in, mkconfig.rb;T;[o;;[I""catch-up for latest autoconf.;TS; ; i; I";Sun Jun 25 17:44:16 2006 Tanaka Akira ;T@ o; ;;;[o;;I"parse.y (paren_args);T;[o;;[I"Iwrap $2 by escape_Qundef because it may be Qundef. [ruby-dev:28843];TS; ; i; I"ISun Jun 25 17:18:33 2006 Masaki Suketa ;T@ o; ;;;[o;;I"(ext/win32ole/win32ole.c(ole_invoke);T;[o;;[I":support some kind of method of word. [ruby-Bugs#3237];To;;I"test/win32ole/test_word.rb;T;[o;;[I" ditto.;TS; ; i; I"2006-06-24;T@ S; ; i; I"GSat Jun 24 23:48:08 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I" parse.y;T;[o;;[I"jreplace terminal token names with more descriptive name, i.e. kEND to keyword_end. [ruby-list:42477];TS; ; i; I";Sat Jun 24 23:37:41 2006 Tanaka Akira ;T@ o; ;;;[o;;I"eval.c (rb_eval);T;[o;;[I"@use rb_ary_new2 instead of rb_ary_new4 to avoid GC problem.;To;;I"(rb_yield_values);T;[o;;[I",use rb_ary_new2 instead of rb_ary_new4.;To;;I"array.c (rb_ary_new4);T;[o;;[I"_don't set len as n if contents is not initialized. make it safe with GC. [ruby-dev:28826];TS; ; i; I"2006-06-23;T@ S; ; i; I";Fri Jun 23 23:35:32 2006 Tanaka Akira ;T@ o; ;;;[o;;I"4ruby.h, lib/drb/drb.rb, lib/drb/invokemethod.rb;T;[o;;[I"*remove Values class. [ruby-dev:28805];TS; ; i; I"EFri Jun 23 17:27:52 2006 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"eval.c (rb_block_pass);T;[o;;[I" removed.;To;;I"eval.c (rb_thread_start_1);T;[o;;[I"Muse rb_proc_yield() instead of rb_block_pass(). fixed: [ruby-dev:28794];TS; ; i; I"2006-06-22;T@ S; ; i; I"GThu Jun 22 11:52:02 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"(lib/net/http.rb (Net::HTTPResponse);T;[o;;[I"Zduplicated error 501; HTTPInternalServerError should be error 500. [ruby-core:08037];TS; ; i; I"GThu Jun 22 11:47:52 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"variable.c (rb_mod_name);T;[o;;[I":returns nil for anonymous modules. [ruby-talk:198440];TS; ; i; I"GThu Jun 22 10:31:39 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"string.c (rb_str_aref);T;[o;;[I"J"abc"[3] should not return an empty string but nil. [ruby-dev:28786];TS; ; i; I";Thu Jun 22 05:15:58 2006 Tanaka Akira ;T@ o; ;;;[o;;I",ext/socket/socket.c (sock_s_socketpair);T;[o;;[I"'try GC only once. [ruby-dev:28778];TS; ; i; I"2006-06-21;T@ S; ; i; I"AWed Jun 21 21:20:31 2006 Tadayoshi Funaba ;T@ o; ;;;[o;;I"#lib/date.rb (jd_to_commercial);T;[o;;[I"2now works fine even if in mathn-ized context.;TS; ; i; I"BWed Jun 21 17:29:57 2006 NAKAMURA Usaku ;T@ o; ;;;[o;;I"6ext/socket/getaddrinfo.c (freeaddrinfo, get_name);T;[o;;[I"fixed typo.;To;;I"2ext/tk/tcltklib.c (tcl_eval, tcl_global_eval);T;[o;;[I" ditto.;To;;I"ext/zlib/zlib.c (rscheck);T;[o;;[I"constified.;TS; ; i; I"GWed Jun 21 17:18:55 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"'lib/pp.rb (PP::PPMethods::seplist);T;[o;;[I"Mshould have preserved original reference to the array. [ruby-dev:28747];TS; ; i; I"GWed Jun 21 14:35:06 2006 Yukihiro Matsumoto ;T@ o; ;;;[ o;;I"parse.y (block_param);T;[o;;[I"Qdo not use multiple assignment for a sole block parameter. [ruby-dev:28710];To;;I"eval.c (rb_yield_0);T;[o;;[I"Vpass a raw yielded value to a sole block parameter if a value is passed by yield.;To;;I"eval.c (proc_invoke);T;[o;;[I"args may not be an array.;To;;I"eval.c (rb_proc_yield);T;[o;;[I"9pass original value without wrapping it in an array.;TS; ; i; I"GWed Jun 21 14:06:47 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"parse.y (method_call);T;[o;;[I"Fremove (fn)(args) style lambda invocation, add fn.(args) instead.;TS; ; i; I"GWed Jun 21 08:39:54 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"6lib/xmlrpc/create.rb (XMLRPC::Create::conv2value);T;[o;;[I"7merge Date and Time processing. [ruby-core:08033];TS; ; i; I"GWed Jun 21 03:01:10 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"eval.c, file.c, etc.;T;[o;;[I"Wcode-cleanup patch from Stefan Huehner . [ruby-core:08029];TS; ; i; I"EWed Jun 21 01:40:25 2006 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"parse.y (reswords);T;[o;;[I"Rmodifier token is no longer returned in fname state. fixed: [ruby-dev:28775];TS; ; i; I"2006-06-20;T@ S; ; i; I"ETue Jun 20 23:28:34 2006 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"ext/extmk.rb (parse_args);T;[o;;[I"1provisional catch-up for the recent changes.;To;;I"Hlib/optparse.rb (OptionParser::List#summarize, OptionParser#order!);T;[o;;[I" ditto.;TS; ; i; I"GTue Jun 20 11:07:55 2006 Yukihiro Matsumoto ;T@ o; ;;;[ o;;I"eval.c (proc_invoke);T;[o;;[I"Kintercept break and return from lambda Proc objects. [ruby-dev:28742];To;;I"eval.c (proc_invoke);T;[o;;[I"-remove unnecessary YIELD_PROC_CALL flag.;To;;I"eval.c (YIELD_EXACT_ARGS);T;[o;;[I"grenamed from YIELD_LAMBDA_CALL, which is no longer related to the behavior turned on by this flag.;To;;I"eval.c (return_jump);T;[o;;[I"&no need to care about PROT_YIELD.;To;;I"eval.c (break_jump);T;[o;;[I")no jump to toplevel PROT_THREAD tag.;To;;I"eval.c (rb_yield_0);T;[o;;[I"fix confusion between lambda (which is a property of a proc) and pcall (which depends on whether it's called via yield or call).;To;;I"eval.c (rb_thread_yield);T;[o;;[I"*no need to specify YIELD_LAMBDA_CALL.;To;;I"eval.c (rb_block_pass);T;[o;;[I"update blkid in prot_tag.;TS; ; i; I"2006-06-19;T@ S; ; i; I"BMon Jun 19 23:40:59 2006 NARUSE, Yui ;T@ o; ;;;[S; ; i; I"GMon Jun 19 17:02:14 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I""sample/test.rb (proc_return3);T;[o;;[I"Zreturn within non lambda block should terminate surrounding method. [ruby-dev:28741];TS; ; i; I"GMon Jun 19 13:22:48 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I")ext/socket/socket.c (unix_sysaccept);T;[o;;[I"typo fixed.;To;;I"'ext/socket/socket.c (sock_connect);T;[o;;[I"-remove an unused local variable tmpaddr.;TS; ; i; I"GMon Jun 19 02:10:32 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I".ext/socket/socket.c (tcp_accept_nonblock);T;[o;;[I"8forgot to remove abandoned hacks. [ruby-dev:28740];TS; ; i; I"HMon Jun 19 00:00:17 2006 Hidetoshi NAGAI ;T@ o; ;;;[o;;I"ext/tk/lib/multi-tk.rb;T;[o;;[I")fix bug: initialize improper tables.;TS; ; i; I"2006-06-18;T@ S; ; i; I"ISun Jun 18 20:28:43 2006 Masaki Suketa ;T@ o; ;;;[ o;;I"+ext/win32ole/win32ole.c (fole_methods);T;[o;;[I"TThe return value of WIN32OLE#ole_methods should include PROPERTYPUTREF methods.;To;;I"/ext/win32ole/win32ole.c (fole_put_methods);T;[o;;[I"XThe return value of WIN32OLE#ole_put_methods should include PROPERTYPUTREF methods.;To;;I"&test/win32ole/test_ole_methods.rb;T;[o;;[I" ditto.;To;;I".ext/win32ole/win32ole.c (ole_propertyput);T;[o;;[I"/support PROPERTYPUTREF. [ruby-talk:183042];To;;I")test/win32ole/test_propertyputref.rb;T;[o;;[I" ditto.;TS; ; i; I"2006-06-17;T@ S; ; i; I"GSat Jun 17 23:42:26 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"eval.c (Init_eval);T;[o;;[I"|add aliases invoke_method and invoke_functional_method corresponding send and funcall respectively. [ruby-talk:197512];To;;I"parse.y (parser_yylex);T;[o;;[I"Lreturns the most typical keyword token on EXPR_FNAME. [ruby-core:7995];To;;I"ext/socket/socket.c;T;[o;;[I"protoize.;TS; ; i; I"GSat Jun 17 22:17:17 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"+lib/mathn.rb (Integer::prime_division);T;[o;;[I"8raise ZeroDivisionError on zeros. [ruby-dev:28739];TS; ; i; I";Sat Jun 17 14:53:32 2006 Tanaka Akira ;T@ o; ;;;[o;;I"&lib/pathname.rb (Kernel#Pathname);T;[o;;[I"new method.;TS; ; i; I";Sat Jun 17 02:01:00 2006 Tanaka Akira ;T@ o; ;;;[o;;I"&lib/pp.rb (Kernel#pretty_inspect);T;[o;;[I"'defined for pretty printed string.;TS; ; i; I"2006-06-16;T@ S; ; i; I"EFri Jun 16 01:41:00 2006 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"eval.c (rb_proc_arity);T;[o;;[I"(get rid of segfault for mere splat.;To;;I"gc.c (gc_mark_children);T;[o;;[I"+NODE_BLOCK_PASS needs u3 to be marked.;TS; ; i; I"2006-06-15;T@ S; ; i; I"GThu Jun 15 22:06:56 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"parse.y (then);T;[o;;[I"+remove ':' from 'then' and 'do' rules.;TS; ; i; I"2006-06-14;T@ S; ; i; I"AWed Jun 14 18:00:20 2006 Eric Hodel ;T@ o; ;;;[o;;I"enum.c (enum_any);T;[o;;[I"Documentation typo.;TS; ; i; I"AWed Jun 14 15:01:09 2006 Eric Hodel ;T@ o; ;;;[o;;I"9lib/rdoc/parsers/parse_rb.rb (RDoc::RubyParser#warn);T;[o;;[I")Don't print warnings when -q is set.;TS; ; i; I"BWed Jun 14 16:11:37 2006 NAKAMURA Usaku ;T@ o; ;;;[o;;I"0eval.c (rb_f_method_name, rb_f_callee_name);T;[o;;[I"document typo.;TS; ; i; I"GWed Jun 14 15:19:14 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"hash.c (env_aset);T;[o;;[I"Mraise TypeError on nil with more descriptive message. [ruby-core:07990];TS; ; i; I"2006-06-13;T@ S; ; i; I"GTue Jun 13 17:22:19 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"&ext/socket/socket.c (Init_socket);T;[o;;[I"oremove obsolete constants: IPsocket, TCPsocket, SOCKSsocket, TCPserver, UDPsocket, UNIXsocket, UNIXserver.;TS; ; i; I"GTue Jun 13 09:07:27 2006 Yukihiro Matsumoto ;T@ o; ;;;[ o;;I"eval.c (formal_assign);T;[o;;[I"~post splat arguments should have had higher priority than optional arguments, since they are mandatory. [ruby-dev:28715];To;;I"eval.c (VIS_MASK);T;[o;;[I",broken. should be 15. [ruby-dev:28715];To;;I"io.c (argf_getc);T;[o;;[I"9should return one-character string. [ruby-dev:28715];To;;I"io.c (rb_io_readchar);T;[o;;[I" ditto.;TS; ; i; I"2006-06-11;T@ S; ; i; I"ESun Jun 11 23:20:07 2006 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"object.c (sym_call);T;[o;;[I"&disallow to call private methods.;To;;I"5lib/optparse.rb (OptionParser::Arguable#getopts);T;[o;;[I"pass self to the parser.;TS; ; i; I"BSun Jun 11 09:56:41 2006 NAKAMURA Usaku ;T@ o; ;;;[o;;I"win32/win32.h (write);T;[o;;[I"not need to define on bcc.;TS; ; i; I"ESun Jun 11 08:30:33 2006 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"+lib/optparse.rb (OptionParser#getopts);T;[o;;[I"new methods.;TS; ; i; I"BSun Jun 11 07:27:11 2006 NAKAMURA Usaku ;T@ o; ;;;[o;;I"lib/rdoc/ri/ri_writer.rb;T;[o;;[I"use String#ord.;TS; ; i; I"ESun Jun 11 04:38:20 2006 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"object.c (sym_to_proc);T;[o;;[I"0imported Symbol#to_proc from ActiveSupport.;TS; ; i; I"2006-06-10;T@ S; ; i; I"GSat Jun 10 18:02:40 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I">ext/bigdecimal/lib/bigdecimal/newton.rb (Newton::nlsolve);T;[o;;[I"4typo fixed: raize -> raise. [ruby-talk:196608];TS; ; i; I"GSat Jun 10 17:49:53 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"string.c (rb_str_ord);T;[o;;[I"new method.;To;;I"parse.y (rbracket);T;[o;;[I"4allow optional newline before closing brackets.;TS; ; i; I"BSat Jun 10 15:12:29 2006 NAKAMURA Usaku ;T@ o; ;;;[o;;I"0eval.c (rb_f_method_name, rb_f_callee_name);T;[o;;[I"Dnew functions. new global method `__method__' and `__callee__'.;TS; ; i; I"BSat Jun 10 10:13:13 2006 NAKAMURA Usaku ;T@ o; ;;;[ o;;I"/lib/getoptlong.rb (GetoptLong#set_options);T;[o;;[I" receive arguments as Array.;To;;I"lib/irb/slex.rb;T;[o;;[I"use Proc#yield.;To;;I",lib/rdoc/markup/simple_markup/inline.rb;T;[o;;[I"*follow the new behavior of String#[].;To;;I"lib/rdoc/ri/ri_writer.rb;T;[o;;[I" ditto.;TS; ; i; I"ESat Jun 10 08:17:23 2006 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"math.c (log2);T;[o;;[I"may be a macro.;To;;I"(parse.y (args, block_param, f_args);T;[o;;[I" pass f_post_arg to #params.;To;;I"util.c (powersOf10);T;[o;;[I"constified.;To;;I"ext/readline/readline.c;T;[o;;[I"include extconf.h first.;To;;I"ext/ripper/eventids2.c;T;[o;;[I"removed tLAMBDA_ARG.;To;;I"*ext/tk/tcltklib.c (lib_fromUTF8_core);T;[o;;[I"removed conflict.;To;;I"3ext/tk/tkutil/tkutil.c (cbsubst_get_subst_arg);T;[o;;[I"*rb_id2name() is defined as const now.;To;;I"+ext/win32ole/win32ole.c (fole_missing);T;[o;;[I" ditto.;To;;I""lib/mkmf.rb (create_makefile);T;[o;;[I"$force to create extconf header.;To;;I"lib/optparse.rb (order!);T;[o;;[I"use Proc#yield.;TS; ; i; I"BSat Jun 10 06:53:22 2006 NAKAMURA Usaku ;T@ o; ;;;[o;;I"eval.c (CALLARGS);T;[o;;[I"vremove last semicolon. C90 compiler doesn't allow any lines (even if they're empty) within variable declarations.;TS; ; i; I"2006-06-09;T@ S; ; i; I"GFri Jun 9 09:56:32 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"sprintf.c (rb_str_format);T;[o;;[I"6allow %c to print one character string (e.g. ?x).;TS; ; i; I"2006-06-08;T@ S; ; i; I"BThu Jun 8 14:00:02 2006 NAKAMURA Usaku ;T@ o; ;;;[o;;I"1win32/win32.[ch] (rb_w32_read, rb_w32_write);T;[o;;[I"Tnew functions. use recv() and send() when fd is socket. fixed: [ruby-dev:28694];TS; ; i; I"2006-06-07;T@ S; ; i; I"GWed Jun 7 16:22:51 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"-lib/tempfile.rb (Tempfile::make_tmpname);T;[o;;[I":put dot between basename and pid. [ruby-talk:196272];TS; ; i; I"GWed Jun 7 16:16:29 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"parse.y (do_block);T;[o;;[I"remove -> style block.;To;;I"parse.y (parser_yylex);T;[o;;[I"remove tLAMBDA_ARG.;TS; ; i; I"BWed Jun 7 14:51:22 2006 NAKAMURA Usaku ;T@ o; ;;;[o;;I"win32/win32.c (errmap);T;[o;;[I"add some winsock errors.;TS; ; i; I"GWed Jun 7 09:14:44 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"eval.c (rb_call0);T;[o;;[I"Wbinding for the return event hook should have consistent scope. [ruby-core:07928];TS; ; i; I"2006-06-06;T@ S; ; i; I"GTue Jun 6 23:25:49 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"eval.c (proc_invoke);T;[o;;[I"Xreturn behavior should depend whether it is surrounded by a lambda or a mere block.;TS; ; i; I"2006-06-05;T@ S; ; i; I";Mon Jun 5 18:12:12 2006 Tanaka Akira ;T@ o; ;;;[o;;I"4ext/socket/socket.c (sock_s_unpack_sockaddr_in);T;[o;;[I"*reject non-AF_INET/AF_INET6 sockaddr.;To;;I" (sock_s_unpack_sockaddr_un);T;[o;;[I"2reject non-AF_UNIX sockaddr. [ruby-dev:28691];TS; ; i; I"2006-06-04;T@ S; ; i; I";Sun Jun 4 20:40:19 2006 Tanaka Akira ;T@ o; ;;;[o;;I"ext/socket/socket.c;T;[o;;[I"/fix sockaddr_un handling. [ruby-dev:28677];TS; ; i; I"2006-06-03;T@ S; ; i; I"GSat Jun 3 23:53:18 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"eval.c (formal_assign);T;[o;;[I""handles post splat arguments.;To;;I"eval.c (rb_call0);T;[o;;[I" ditto.;TS; ; i; I"GSat Jun 3 13:10:41 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"st.c (strhash);T;[o;;[I"use FNV-1a hash.;TS; ; i; I"2006-06-02;T@ S; ; i; I"GFri Jun 2 20:01:24 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"parse.y (parser_yylex);T;[o;;[I"*removed experimental ';;' terminator.;TS; ; i; I"CFri Jun 2 19:00:40 2006 GOTOU Yuuzou ;T@ o; ;;;[o;;I"ext/openssl/extconf.rb;T;[o;;[I"use create_header.;To;;I"6ext/openssl/ossl.h, ext/openssl/openssl_missing.h;T;[o;;[I"include RUBY_EXTCONF_H.;TS; ; i; I"EFri Jun 2 17:16:52 2006 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"lib/mkmf.rb (CLEANINGS);T;[o;;[I".remove extconf.h by distclean if created.;TS; ; i; I";Fri Jun 2 00:11:19 2006 Tanaka Akira ;T@ o; ;;;[o;;I"%ext/socket/socket.c (s_recvfrom);T;[o;;[I"Balen may be zero with UNIXSocket too. (tested on NetBSD 3.0);To;;I"(s_recvfrom_nonblock);T;[o;;[I"+extracted from sock_recvfrom_nonblock.;To;;I"(sock_recvfrom_nonblock);T;[o;;[I"use s_recvfrom_nonblock.;To;;I"(ip_recvfrom_nonblock);T;[o;;[I"+new method: IPSocket#recvfrom_nonblock;To;;I"(unix_recvfrom_nonblock);T;[o;;[I"-new method: UNIXSocket#recvfrom_nonblock;To;;I"(s_accept_nonblock);T;[o;;[I")extracted from sock_accept_nonblock.;To;;I"(sock_accept_nonblock);T;[o;;[I"use s_accept_nonblock.;To;;I"(tcp_accept_nonblock);T;[o;;[I"*new method: TCPServer#accept_nonblock;To;;I"(unix_accept_nonblock);T;[o;;[I"+new method: UNIXServer#accept_nonblock;TS; ; i; I"2006-06-01;T@ S; ; i; I"EThu Jun 1 19:12:37 2006 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"%win32/win32.c (rb_w32_cmdvector);T;[o;;[I"_backslashes inside single-quotes no longer has special meanings. fixed: [ruby-list:42311];TS; ; i; I"GThu Jun 1 17:55:42 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"eval.c (rb_node_arity);T;[o;;[I"-should be aware of post splat arguments.;To;;I"eval.c (rb_proc_arity);T;[o;;[I" ditto.;TS; ; i; I"BThu Jun 1 16:17:26 2006 NAKAMURA Usaku ;T@ o; ;;;[o;;I""win32/win32.c (rb_w32_getcwd);T;[o;;[I"rruntime's getcwd() will not success if the length of the cwd is longer than MAX_PATH. fixed [ruby-list:42335];TS; ; i; I"GThu Jun 1 16:07:48 2006 Yukihiro Matsumoto ;T@ o; ;;;[ o;;I"parse.y (f_args);T;[o;;[I"?syntax rule enhanced to support arguments after the splat.;To;;I"parse.y (mlhs_basic);T;[o;;[I"#ditto for multiple assignments;To;;I"parse.y (block_param);T;[o;;[I" ditto for block parameters.;To;;I"parse.y (f_post_arg);T;[o;;[I"9mandatory formal arguments after the splat argument.;To;;I"parse.y (new_args_gen);T;[o;;[I"Lgenerate nodes for mandatory formal arguments after the splat argument.;To;;I"eval.c (rb_eval);T;[o;;[I"Bdispatch mandatory formal arguments after the splat argument.;TS; ; i; I"BThu Jun 1 11:33:32 2006 NAKAMURA Usaku ;T@ o; ;;;[o;;I""win32/win32.c (rb_w32_getcwd);T;[o;;[I"2set errno if not set. fixed [ruby-list:42346];TS; ; i; I"GThu Jun 1 00:45:52 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"parse.y (args);T;[o;;[I"4allow more than one splat in the argument list.;TS; ; i; I"2006-05-31;T@ S; ; i; I"GWed May 31 18:38:11 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"parse.y (method_call);T;[o;;[I"fallow aref [] to accept all kind of method argument, including assocs, splat, and block argument.;To;;I"eval.c (SETUP_ARGS0);T;[o;;[I"$prepare block argument as well.;TS; ; i; I"2006-05-30;T@ S; ; i; I"GTue May 30 18:13:53 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"lib/mathn.rb (Integer);T;[o;;[I"+remove Integer#gcd2. [ruby-core:07931];TS; ; i; I"2006-05-29;T@ S; ; i; I"GMon May 29 22:40:13 2006 Yukihiro Matsumoto ;T@ o; ;;;[ o;;I"eval.c (error_line);T;[o;;[I".print receivers true/false/nil specially.;To;;I"eval.c (rb_proc_yield);T;[o;;[I"+handles parameters in yield semantics.;To;;I"eval.c (nil_yield);T;[o;;[I"3gives LocalJumpError to denote no block error.;To;;I"io.c (rb_io_getc);T;[o;;[I"$now takes one-character string.;TS; ; i; I"2006-05-27;T@ S; ; i; I"GSat May 27 22:46:38 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"eval.c (proc_invoke);T;[o;;[I"^save and restore block in the current frame. fixed: [ruby-core:07833], [ruby-talk:191639];TS; ; i; I"ESat May 27 11:29:46 2006 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"ext/extmk.rb (extmake);T;[o;;[I"=remove extinit files if no statically linked extensions.;TS; ; i; I"2006-05-26;T@ S; ; i; I"GFri May 26 19:56:46 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"string.c (rb_str_hash);T;[o;;[I";use FNV-1a hash from Fowler/Noll/Vo hashing algorithm.;TS; ; i; I"EFri May 26 09:05:11 2006 Nobuyoshi Nakada ;T@ o; ;;;[ o;;I"(ruby.h, lib/mkmf.rb (create_header);T;[o;;[I">clear command line options for macros moved to extconf.h.;To;;I"+ext/extmk.rb (extract_makefile, extmk);T;[o;;[I"1made RUBY_EXTCONF_H and EXTSTATIC permanent.;To;;I".ext/{dbm,digest/*,socket,zlib}/extconf.rb;T;[o;;[I"used $defs and $INCFLAGS.;To;;I">{bcc32,win32,wince}/Makefile.sub (COMPILE_C, COMPILE_CXX);T;[o;;[I"added $(INCFLAGS).;To;;I" lib/mkmf.rb (configuration);T;[o;;[I",add $defs unless extconf.h was created.;TS; ; i; I"2006-05-25;T@ S; ; i; I"EThu May 25 01:52:07 2006 Nobuyoshi Nakada ;T@ o; ;;;[ o;;I"lib/mkmf.rb (pkg_config);T;[o;;[I"(particular config commands support.;To;;I"ext/extmk.rb;T;[o;;[I")deal with $static set in extconf.rb.;To;;I"mkconfig.rb;T;[o;;[I";T@ o; ;;;[o;;I"!configure.in (ac_install_sh);T;[o;;[I"0ignore dummy install-sh. [ruby-talk:193876];TS; ; i; I"GWed May 24 17:55:13 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"string.c (rb_str_aref);T;[o;;[I"Hstr[0] now returns 1 character string, instead of a fixnum. [Ruby2];To;;I"parse.y (parser_yylex);T;[o;;[I"D?c now returns 1 character string, instead of a fixnum. [Ruby2];To;;I"string.c (rb_str_aset);T;[o;;[I"(no longer support fixnum insertion.;TS; ; i; I"CWed May 24 03:10:44 2006 GOTOU Yuuzou ;T@ o; ;;;[o;;I"Yext/openssl/lib/openssl/ssl.rb (OpenSSL::SSL::SocketForwarder#setsockopt,getsockopt);T;[o;;[I"typo fixed.;TS; ; i; I"2006-05-22;T@ S; ; i; I";Mon May 22 16:32:03 2006 Tanaka Akira ;T@ o; ;;;[o;;I""rubyio.h (rb_io_set_nonblock);T;[o;;[I"declared.;To;;I"io.c (rb_io_set_nonblock);T;[o;;[I"new function.;To;;I"(io_getpartial);T;[o;;[I"nonblocking read support.;To;;I"(io_read_nonblock);T;[o;;[I""new method: IO#read_nonblock.;To;;I"(io_write_nonblock);T;[o;;[I"#new method: IO#write_nonblock.;To;;I"#ext/socket/socket.c (s_accept);T;[o;;[I"6retry for EWOULDBLOCK. revert [ruby-talk:113807].;To;;I"(sock_connect_nonblock);T;[o;;[I")new method: Socket#connect_nonblock.;To;;I"(sock_accept_nonblock);T;[o;;[I"(new method: Socket#accept_nonblock.;To;;I"(sock_recvfrom_nonblock);T;[o;;[I";new method: Socket#recvfrom_nonblock. [ruby-core:7917];TS; ; i; I"GMon May 22 15:57:39 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"eval.c (umethod_bind);T;[o;;[I"7should not update original class. [ruby-dev:28636];TS; ; i; I"GMon May 22 13:38:57 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"eval.c (ev_const_get);T;[o;;[I"Rshould support constant access from within instance_eval(). [ruby-dev:28327];TS; ; i; I"2006-05-21;T@ S; ; i; I"@Sun May 21 09:50:31 2006 K.Kosako ;T@ o; ;;;[o;;I"regexec.c;T;[o;;[I"Eadd STK_NULL_CHECK_END to IS_TO_VOID_TARGET(). [ruby-list:42234];TS; ; i; I"2006-05-18;T@ S; ; i; I"CThu May 18 22:37:20 2006 GOTOU Yuuzou ;T@ o; ;;;[ o;;I"2lib/webrick/config.rb (WEBrick::Config::HTTP);T;[o;;[I"@add new parameters, :InputBufferSize and :OutputBufferSize.;To;;I"2lib/webrick/utils.rb (WEBrick::Utils.timeout);T;[o;;[I"yadd new timeout method. this implementation is expected to be compatible with timeout.rb and faster than timeout.rb.;To;;I"Alib/webrick/httprequest.rb (WEBrick::HTTPRequest#_read_data);T;[o;;[I";Timeout.timeout is replaced by WEBrick::Utils.timeout.;To;;I"lib/webrick/httprequest.rb;T;[o;;[I"KWEBrick::HTTPRequest::BUFSIZE is replaced by config[:InputBufferSize].;To;;I" lib/webrick/httpresposne.rb;T;[o;;[I"MWEBrick::HTTPResponse::BUFSIZE is replaced by config[:OutputBufferSize].;To;;I"lib/webrick/server.rb;T;[o;;[I"$get rid of unnecessary require.;To;;I"test/webrick/test_utils.rb;T;[o;;[I"%test for WEBrick::Utils.timeout.;TS; ; i; I"GThu May 18 17:51:32 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"time.c (time_timeval);T;[o;;[I">should round for usec floating number. [ruby-core:07896];To;;I"time.c (time_add);T;[o;;[I" ditto.;TS; ; i; I"EThu May 18 00:42:12 2006 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"ext/extmk.rb, lib/mkmf.rb;T;[o;;[I"+use BUILD_FILE_SEPARATOR in Makefiles.;TS; ; i; I"2006-05-17;T@ S; ; i; I"GWed May 17 17:55:26 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"dir.c (sys_warning);T;[o;;[I"Ushould not call a vararg function rb_sys_warning() indirectly. [ruby-core:07886];TS; ; i; I"2006-05-16;T@ S; ; i; I"OTue May 16 17:23:19 2006 Shin-ichiro HARA ;T@ o; ;;;[o;;I"numeric.c (flo_divmod);T;[o;;[I"Mthe first element of Float#divmod should be an integer. [ruby-dev:28589];To;;I"test/ruby/test_float.rb;T;[o;;[I"5add tests for divmod, div, modulo and remainder.;TS; ; i; I"GTue May 16 15:34:18 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"re.c (rb_reg_initialize);T;[o;;[I"fshould not allow modifying literal regexps. frozen check moved from rb_reg_initialize_m as well.;TS; ; i; I"GTue May 16 09:20:16 2006 Yukihiro Matsumoto ;T@ o; ;;;[ o;;I"re.c (rb_reg_initialize);T;[o;;[I"Fshould not modify untainted objects in safe levels higher than 3.;To;;I"re.c (rb_memcmp);T;[o;;[I"+type change from char* to const void*.;To;;I"dir.c (dir_close);T;[o;;[I"+should not close untainted dir stream.;To;;I"dir.c (GetDIR);T;[o;;[I"5add tainted/frozen check for each dir operation.;TS; ; i; I"2006-05-15;T@ S; ; i; I"@Mon May 15 21:37:12 2006 K.Kosako ;T@ o; ;;;[o;;I"re.c (rb_reg_prepare_re);T;[o;;[I" don't use onig_recompile().;TS; ; i; I"GMon May 15 17:42:39 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"Flib/rdoc/parsers/parse_rb.rb (RDoc::RubyParser::parse_symbol_arg);T;[o;;[I"Btypo fixed. a patch from Florian Gross .;TS; ; i; I"2006-05-13;T@ S; ; i; I";Sat May 13 16:14:05 2006 Tanaka Akira ;T@ o; ;;;[o;;I"lib/pp.rb (PP.mcall);T;[o;;[I"new method.;To;;I"(Struct#pretty_print);T;[o;;[I"=call Kernel#class and Struct#members even if overridden.;To;;I" (Struct#pretty_print_cycle);T;[o;;[I"ditto. [ruby-core:7865];TS; ; i; I"2006-05-12;T@ S; ; i; I"GFri May 12 15:54:48 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"eval.c (EXEC_EVENT_HOOK);T;[o;;[I"ntrace_func may remove itself from event_hooks. no guarantee for arbitrary hook deletion. [ruby-dev:28632];TS; ; i; I"2006-05-11;T@ S; ; i; I"GThu May 11 19:57:00 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"util.c (ruby_strtod);T;[o;;[I"8differ addition to minimize error. [ruby-dev:28619];TS; ; i; I"CThu May 11 18:30:11 2006 GOTOU Yuuzou ;T@ o; ;;;[o;;I"7ext/openssl/ossl_cipher.c (add_cipher_name_to_ary);T;[o;;[I"*should return value. [ruby-dev:28627];TS; ; i; I"GThu May 11 18:10:43 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"util.c (ruby_strtod);T;[o;;[I"^should not raise ERANGE when the input string does not have any digits. [ruby-dev:28629];TS; ; i; I"2006-05-10;T@ S; ; i; I"@Wed May 10 23:40:21 2006 K.Kosako ;T@ o; ;;;[o;;I"oniguruma.h;T;[o;;[I"Version 4.0.3;To;;I"regexec.c;T;[o;;[I" ditto.;TS; ; i; I"2006-05-08;T@ S; ; i; I"CMon May 8 09:10:31 2006 GOTOU Yuuzou ;T@ o; ;;;[ o;;I"ext/openssl/extconf.rb;T;[o;;[I"*add check for OBJ_NAME_do_all_sorted.;To;;I"/ext/openssl/ossl_cipher.c (ossl_s_ciphers);T;[o;;[I"Inew method OpenSSL::Cipher.ciphers. it returns all the cipher names.;To;;I"1ext/openssl/ossl_cipher.c (ossl_cipher_init);T;[o;;[I"refine warning message.;To;;I"&ext/openssl/lib/openssl/cipher.rb;T;[o;;[I"Zreimplement without eval() and add constants AES128, AES192, AES256. [ruby-dev:28610];To;;I"&ext/openssl/lib/openssl/digest.rb;T;[o;;[I" reimplement without eval().;To;;I"-test/openssl/test_cipher.rb, test_digest;T;[o;;[I"&fix about reimplemented features.;To;;I"sample/openssl/cipher.rb;T;[o;;[I"rewrite all.;TS; ; i; I"2006-05-07;T@ S; ; i; I"DSun May 7 03:09:51 2006 Stephan Maka ;T@ o; ;;;[o;;I"Dlib/resolv.rb (Resolv::DNS::Requester::ConnectedUDP#initialize);T;[o;;[I"4Use AF_INET6 for nameservers containing colons.;TS; ; i; I"2006-05-06;T@ S; ; i; I"GSat May 6 23:40:03 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"eval.c (proc_invoke);T;[o;;[I"should restore old ruby_frame->block. thanks to ts . [ruby-core:07833] also fix [ruby-dev:28614] as well.;TS; ; i; I"GSat May 6 00:38:42 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"signal.c (trap);T;[o;;[I"zsig should be less then NSIG. Coverity found this bug. a patch from Kevin Tew . [ruby-core:07823];TS; ; i; I"2006-05-04;T@ S; ; i; I"GThu May 4 22:13:22 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"math.c (math_log2);T;[o;;[I"3add new method inspired by [ruby-talk:191237].;To;;I"math.c (math_log);T;[o;;[I"Badd optional base argument to Math::log(). [ruby-talk:191308];TS; ; i; I"GThu May 4 02:24:16 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"*ext/syck/emitter.c (syck_scan_scalar);T;[o;;[I"tavoid accessing uninitialized array element. a patch from Pat Eyler . [ruby-core:07809];To;;I"array.c (rb_ary_fill);T;[o;;[I"jinitialize local variables first. a patch from Pat Eyler . [ruby-core:07810];To;;I"2ext/syck/yaml2byte.c (syck_yaml2byte_handler);T;[o;;[I"^need to free type_tag. a patch from Pat Eyler . [ruby-core:07808];TS; ; i; I"2006-05-03;T@ S; ; i; I"GWed May 3 02:12:07 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"0ext/socket/socket.c (make_hostent_internal);T;[o;;[I"Zaccept ai_family check from Sam Roberts . [ruby-core:07691];TS; ; i; I"2006-05-01;T@ S; ; i; I"IMon May 1 17:58:16 2006 Masaki Suketa ;T@ o; ;;;[o;;I"2ext/win32ole/win32ole.c (add_event_call_back);T;[o;;[I"Hshould not delete event handler when the event name is not entried.;TS; ; i; I"IMon May 1 08:32:10 2006 Masaki Suketa ;T@ o; ;;;[o;;I"1ext/win32ole/win32ole.c (ole_param_ole_type);T;[o;;[I"Lshould return "unknown type" string when ITypeInfo::GetFuncDesc failed.;TS; ; i; I"2006-04-29;T@ S; ; i; I"CSat Apr 29 22:43:37 2006 GOTOU Yuuzou ;T@ o; ;;;[o;;I"0ext/openssl/ossl_asn1.c (ossl_asn1_decode0);T;[o;;[I".should initialize flag. [ruby-core:07785];TS; ; i; I"2006-04-28;T@ S; ; i; I"GFri Apr 28 10:53:16 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"util.c (ruby_strtod);T;[o;;[I"Cshould not cut off 18 digits for no reason. [ruby-core:07796];TS; ; i; I"2006-04-27;T@ S; ; i; I"GThu Apr 27 01:38:10 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"array.c (rb_ary_fill);T;[o;;[I"Linternalize local variable "beg" to pacify Coverity. [ruby-core:07770];TS; ; i; I"2006-04-26;T@ S; ; i; I"GWed Apr 26 16:59:24 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"pack.c (pack_unpack);T;[o;;[I"Tnow supports CRLF newlines. a patch from . [ruby-dev:28601];TS; ; i; I"GWed Apr 26 16:55:19 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"Yapplied code clean-up patch from Stefan Huehner . [ruby-core;T;[o;;[I" 07764];TS; ; i; I"2006-04-25;T@ S; ; i; I"HTue Apr 25 18:00:05 2006 Hidetoshi NAGAI ;T@ o; ;;;[o;;I"&ext/tk/tcltklib.c (delete_slaves);T;[o;;[I"Mmaybe increment the reference count of a NULL Tcl_Obj [ruby-core:07759].;TS; ; i; I"GTue Apr 25 07:55:31 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I" lib/jcode.rb (String::tr_s);T;[o;;[I"should have translated non squeezing character sequence (i.e. a character) as well. thanks to Hiroshi Ichikawa [ruby-list:42090];TS; ; i; I"2006-04-21;T@ S; ; i; I"HFri Apr 21 15:19:13 2006 Hidetoshi NAGAI ;T@ o; ;;;[o;;I"-ext/tk/tcltklib.c (lib_eventloop_ensure);T;[o;;[I"Iavoid dereferencing freed pointer [ruby-core:07744] and memory leak.;TS; ; i; I"GFri Apr 21 12:14:52 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"ext/socket/socket.c;T;[o;;[I"Zdocument update patch from Sam Roberts . [ruby-core:07701];TS; ; i; I"2006-04-20;T@ S; ; i; I"GThu Apr 20 08:43:54 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"lib/mathn.rb (Integer);T;[o;;[I"aneed not to remove gcd2. a patch from NARUSE, Yui . [ruby-dev:28570];TS; ; i; I"2006-04-19;T@ S; ; i; I"GWed Apr 19 13:55:27 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"parse.y (arg);T;[o;;[I"too much NEW_LIST();To;;I"eval.c (SETUP_ARGS0);T;[o;;[I"*remove unnecessary access to nd_alen.;TS; ; i; I"GWed Apr 19 11:57:04 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"eval.c (rb_eval);T;[o;;[I"4use ARGSCAT for NODE_OP_ASGN1. [ruby-dev:28585];To;;I"parse.y (arg);T;[o;;[I"&use NODE_ARGSCAT for placeholder.;TS; ; i; I"GWed Apr 19 11:13:17 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"(lib/getoptlong.rb (GetoptLong::get);T;[o;;[I"JRDoc update patch from mathew . [ruby-core:07738];TS; ; i; I"GWed Apr 19 10:13:27 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"variable.c (rb_const_set);T;[o;;[I"Draise error when no target klass is supplied. [ruby-dev:28582];TS; ; i; I"2006-04-18;T@ S; ; i; I"HTue Apr 18 17:40:37 2006 Hidetoshi NAGAI ;T@ o; ;;;[ o;;I"ext/tk/lib/multi-tk.rb;T;[o;;[I"1add a binding to a container for a slave IP.;To;;I"ext/tk/lib/tk.rb;T;[o;;[I"update RELEASE_DATE.;To;;I"ext/tk/tcltklib.c;T;[o;;[I"'forget to reset a Tcl interpreter.;To;;I"ext/tk/stubs.c;T;[o;;[I"0fix potential bugs about handling rb_argv0.;TS; ; i; I"2006-04-10;T@ S; ; i; I"GMon Apr 10 01:03:10 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"prec.c (prec_prec_f);T;[o;;[I"Pdocumentation patch from . [ruby-core:07689];TS; ; i; I"2006-04-08;T@ S; ; i; I"GSat Apr 8 02:34:34 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"bignum.c (rb_big_pow);T;[o;;[I"Msecond operand may be too big even if it's a Fixnum. [ruby-talk:187984];TS; ; i; I"GSat Apr 8 02:12:38 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"README.EXT;T;[o;;[I"3update symbol description. [ruby-talk:188104];TS; ; i; I"ISat Apr 8 18:06:28 2006 Masaki Suketa ;T@ o; ;;;[o;;I"ext/win32ole/win32ole.c;T;[o;;[I"9add WIN32OLE_METHOD#inspect, WIN32OLE_PARAM#inspect.;To;;I"*test/win32ole/test_win32ole_method.rb;T;[o;;[I" ditto.;To;;0;[o;;[0S; ; i; I"2006-04-07;T@ S; ; i; I"IFri Apr 7 22:11:30 2006 Masaki Suketa ;T@ o; ;;;[o;;I"4ext/win32ole/win32ole.c(foletypelib_initialize);T;[o;;[I"+WIN32OLE_TYPELIB.new accepts OLE file.;To;;I";T@ o; ;;;[o;;I" COPYING;T;[o;;[I"/explicitly note GPLv2. [ruby-talk:187922];TS; ; i; I"HThu Apr 6 16:43:06 2006 Hidetoshi NAGAI ;T@ o; ;;;[o;;I"8intern.h (rb_obj_instance_exec, rb_mod_module_exec);T;[o;;[I"add declaration.;TS; ; i; I"HThu Apr 6 11:18:37 2006 Hidetoshi NAGAI ;T@ o; ;;;[o;;I"!ext/tk/lib/tk/panedwindow.rb;T;[o;;[I"(lack of arguments. [ruby-core:7681];TS; ; i; I"HThu Apr 6 01:04:47 2006 Hidetoshi NAGAI ;T@ o; ;;;[ o;;I"ext/tk/tcltklib.c;T;[o;;[I"@fix SEGV when embedding to an application. [ruby-core:7600];To;;I"ext/tk/tcltklib.c;T;[o;;[I")fix SEGV at exit. [ruby-talk:186489];To;;I"ext/tk/tkutil/tkutil.c;T;[o;;[I"Efollow to changing specification of instance_eval on ruby-1.9.x.;To;;I"ext/tk/lib/tk.rb;T;[o;;[I" ditto.;To;;I"ext/tk/lib/multi-tk.rb;T;[o;;[I" ditto.;To;;I"ext/tk/lib/tk.rb;T;[o;;[I"2remove warning about redefinition of methods.;To;;I"ext/tk/lib/tk/variable.rb;T;[o;;[I"1remove warning about unseting Tcl variables.;TS; ; i; I"2006-04-05;T@ S; ; i; I";Wed Apr 5 00:22:54 2006 Tanaka Akira ;T@ o; ;;;[o;;I"lib/pathname.rb;T;[o;;[I"yuse a subclass for instantiation except methods take pathname argument. suggested by Evan Phoenix. [ruby-core:7618];TS; ; i; I"2006-04-04;T@ S; ; i; I"GTue Apr 4 22:15:41 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I" parse.y;T;[o;;[I"Wremove some obsolete syntax rules (unparenthesized method calls in argument list).;TS; ; i; I"2006-04-01;T@ S; ; i; I"ISat Apr 1 15:11:27 2006 Masaki Suketa ;T@ o; ;;;[ o;;I"ext/win32ole/win32ole.c;T;[o;;[I"9add WIN32OLE_TYPE#inspect, WIN32OLE_VARIABLE#inspect;To;;0;[o;;[0o;;I"testall.rb;T;[o;;[I" ditto.;To;;0;[o;;[0S; ; i; I"2006-03-31;T@ S; ; i; I"EFri Mar 31 14:24:55 2006 Nobuyoshi Nakada ;T@ o; ;;;[o;;I")enumerator.c (enumerator_with_index);T;[o;;[I")removed suspicious return statement.;TS; ; i; I"2006-03-29;T@ S; ; i; I"IWed Mar 29 23:06:48 2006 Masaki Suketa ;T@ o; ;;;[o;;I")ext/win32ole/win32ole.c (ole_invoke);T;[o;;[I"Ychange the behavior of WIN32OLE#[], WIN32OLE#[]=. These methods invoke DISPID_VALUE.;To;;I""ext/win32ole/sample/excel2.rb;T;[o;;[I" ditto.;To;;I"'ext/win32ole/tests/testWIN32OLE.rb;T;[o;;[I" ditto.;TS; ; i; I"BWed Mar 29 10:11:31 2006 NAKAMURA Usaku ;T@ o; ;;;[o;;I"Uext/nkf/nkf-utf8/nkf.c (nkf_each_char_to_hex, encode_fallback_subchar, e2w_conv);T;[o;;[I"support C90 compiler.;TS; ; i; I"2006-03-27;T@ S; ; i; I"BMon Mar 27 22:45:37 2006 NARUSE, Yui ;T@ o; ;;;[ o;;I"(ext/nkf/nkf-utf8/{nkf.c, utf8tbl.c};T;[o;;[I"imported nkf 2.0.6. * Add --ic / --oc option and mapping tables. * Add fallback option. * Add --no-best-fit-chars option. * Fix some bugs.;To;;I"&ext/nkf/nkf.c (nkf_split_options);T;[o;;[I"#added for parse option string.;To;;I"%ext/nkf/lib/kconv.rb (Kconv.to*);T;[o;;[I"1add -m0. Note that Kconv.to* still imply -X.;To;;I"ext/nkf/test.rb;T;[o;;[I"$Removed. Obsolete by test/nkf.;To;;I"ext/.document;T;[o;;[I"'enabled documents in nkf and kconv;To;;I"(ext/nkf/nkf.c, ext/nkf/lib/kconv.rb;T;[o;;[I"Add rdoc.;TS; ; i; I"GMon Mar 27 03:17:21 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"eval.c (rb_call0);T;[o;;[I"Rinsecure calling should be checked for non NODE_SCOPE method invocations too.;To;;I"eval.c (rb_alias);T;[o;;[I"Ishould preserve the current safe level as well as method definition.;TS; ; i; I"2006-03-26;T@ S; ; i; I"@Sun Mar 26 22:02:51 2006 K.Kosako ;T@ o; ;;;[o;;I" re.c;T;[o;;[I"refactoring for options.;To;;I" parse.y;T;[o;;[I" ditto.;TS; ; i; I"2006-03-24;T@ S; ; i; I"@Fri Mar 24 21:11:02 2006 K.Kosako ;T@ o; ;;;[o;;I"re.c (match_aref);T;[o;;[I"RDoc description updated.;To;;I"string.c (rb_str_sub);T;[o;;[I" ditto.;To;;I"string.c (rb_str_gsub);T;[o;;[I" ditto.;TS; ; i; I"GFri Mar 24 17:20:03 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"process.c (rb_f_sleep);T;[o;;[I"mremove RDoc description about SIGALRM which is not valid on the current implementation. [ruby-dev:28464];TS; ; i; I"2006-03-23;T@ S; ; i; I"@Thu Mar 23 21:40:47 2006 K.Kosako ;T@ o; ;;;[o;;I"re.c (rb_reg_regsub);T;[o;;[I"Fprohibit \1, \2 ...\9 in replaced string for named regex pattern.;TS; ; i; I"@Thu Mar 23 21:06:23 2006 K.Kosako ;T@ o; ;;;[ o;;I"oniguruma.h;T;[o;;[I"Version 4.0.2;To;;I"regparse.c;T;[o;;[I" ditto.;To;;0;[o;;[0o;;I"regerror.c;T;[o;;[I" ditto.;TS; ; i; I"GThu Mar 23 10:47:03 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"eval.c (method_missing);T;[o;;[I"zshould support argument splat in super. a bug in combination of super, splat and method_missing. [ruby-talk:185438];TS; ; i; I"@Thu Mar 23 00:01:32 2006 K.Kosako ;T@ o; ;;;[ o;;I"re.c (rb_reg_regsub);T;[o;;[I";add back reference by name \k in replace string.;To;;I" re.h;T;[o;;[I",add regexp argument to rb_reg_regsub().;To;;I"string.c (rb_str_sub_bang);T;[o;;[I" ditto.;To;;I"string.c (str_gsub);T;[o;;[I" ditto.;TS; ; i; I"2006-03-21;T@ S; ; i; I"@Tue Mar 21 22:14:01 2006 K.Kosako ;T@ o; ;;;[ o;;I"re.c (match_alloc);T;[o;;[I"initialize member regexp.;To;;I"re.c (match_aref);T;[o;;[I"5add String and Symbol argument. [ruby-dev:28448];To;;I" re.h;T;[o;;[I"!add member regexp to RMatch.;To;;I"gc.c (gc_mark_children);T;[o;;[I"$add gc_mark() to regexp member.;TS; ; i; I"2006-03-20;T@ S; ; i; I"GMon Mar 20 12:05:18 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"configure.in;T;[o;;[I"\Solaris SunPro compiler -rapth patch from . [ruby-dev:28443];TS; ; i; I"BMon Mar 20 11:12:38 2006 NAKAMURA Usaku ;T@ o; ;;;[o;;I"0ext/win32ole/win32ole.c (folevariant_value);T;[o;;[I")could not compile with C90 compiler.;TS; ; i; I"GMon Mar 20 09:40:23 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"configure.in;T;[o;;[I"9remove enable_rpath=no for Solaris. [ruby-dev:28440];TS; ; i; I"2006-03-19;T@ S; ; i; I"ISun Mar 19 09:46:30 2006 Masaki Suketa ;T@ o; ;;;[o;;I"5ext/win32ole/win32ole.c (ole_val2olevariantdata);T;[o;;[I"cchange behavior of converting OLE Variant object with VT_ARRAY|VT_UI1 and Ruby String object.;To;;I"0ext/win32ole/win32ole.c (folevariant_value);T;[o;;[I" ditto.;To;;I")ext/win32ole/tests/testOLEVARIANT.rb;T;[o;;[I" ditto.;TS; ; i; I"2006-03-15;T@ S; ; i; I"BWed Mar 15 16:51:11 2006 NAKAMURA Usaku ;T@ o; ;;;[o;;I""lib/mkmf.rb (create_makefile);T;[o;;[I"$support libraries without *.so.;TS; ; i; I"CWed Mar 15 16:39:29 2006 GOTOU Yuuzou ;T@ o; ;;;[o;;I"6ext/openssl/ossl_ssl.c, ext/openssl/ossl_nsspki.c;T;[o;;[I"8should use "rb_str_new(0, 0)" to make empty string.;TS; ; i; I"2006-03-12;T@ S; ; i; I"ISun Mar 12 17:02:10 2006 Masaki Suketa ;T@ o; ;;;[o;;I"4ext/win32ole/win32ole.c(ole_val2olevariantdata);T;[o;;[I"0support VT_ARRAY in WIN32OLE_VARIANT.new().;To;;I")ext/win32ole/tests/testOLEVARIANT.rb;T;[o;;[I" ditto.;To;;I"'ext/win32ole/tests/testOLEPARAM.rb;T;[o;;[I"/test method name should not be duplicated.;TS; ; i; I"2006-03-11;T@ S; ; i; I"GSat Mar 11 14:24:06 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I" ruby.1;T;[o;;[I"[a clarification patch from David Lutterkort . [ruby-core:7508];TS; ; i; I"2006-03-05;T@ S; ; i; I"ASun Mar 5 18:40:58 2006 Minero Aoki ;T@ o; ;;;[o;;I"lib/fileutils.rb;T;[o;;[I"#do not repeat command options.;TS; ; i; I"ASun Mar 5 18:35:03 2006 Minero Aoki ;T@ o; ;;;[o;;I"-lib/net/http.rb (send_request_with_body);T;[o;;[I"P#content_type never return false, use #main_type instead. [ruby-core:07476];TS; ; i; I"2006-03-04;T@ S; ; i; I";Sat Mar 4 15:26:40 2006 Tanaka Akira ;T@ o; ;;;[o;;I"gc.c (id2ref);T;[o;;[I"fix symbol test.;TS; ; i; I"GSat Mar 4 01:08:07 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"(lib/rdoc/ri/ri_paths.rb (RI::Paths);T;[o;;[I"qadding paths from rubygems directories. a patch from Eric Hodel . [ruby-core:07423];TS; ; i; I"2006-03-03;T@ S; ; i; I"GFri Mar 3 17:59:00 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"%eval.c (rb_clear_cache_by_class);T;[o;;[I"clearing wrong cache.;TS; ; i; I";Fri Mar 3 21:22:42 2006 Tanaka Akira ;T@ o; ;;;[o;;I"&lib/fileutils.rb (FileUtils.cp_r);T;[o;;[I"*implement :remove_destination option.;To;;I"ext/extmk.rb;T;[o;;[I"\use :remove_destination to install extension libraries to avoid SEGV. [ruby-dev:28417];TS; ; i; I"AFri Mar 3 14:41:04 2006 Minero Aoki ;T@ o; ;;;[o;;I"ext/dl/.cvsignore;T;[o;;[I"ignore callback.h.;To;;I"ext/ripper/.cvsignore;T;[o;;[I"ignore eventids2table.c.;To;;I"ext/socket/.cvsignore;T;[o;;[I"ignore constants.h.;TS; ; i; I"2006-03-02;T@ S; ; i; I"GThu Mar 2 18:58:18 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"#eval.c (rb_thread_fd_writable);T;[o;;[I"Oshould not re-schedule output from KILLED thread (must be error printing).;TS; ; i; I"GThu Mar 2 09:12:05 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I""array.c (rb_ary_flatten_bang);T;[o;;[I":allow specifying recursion level. [ruby-talk:182170];To;;I"array.c (rb_ary_flatten);T;[o;;[I" ditto.;TS; ; i; I"GThu Mar 2 08:02:42 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"gc.c (add_heap);T;[o;;[I"Ta heap_slots may overflow. a patch from Stefan Weil .;TS; ; i; I"IThu Mar 2 17:54:45 2006 Hirokazu Yamamoto ;T@ o; ;;;[o;;I" gc.c;T;[o;;[I"Wcommitted magic for reducing RVALUE size on windows. (24->20byte) [ruby-core:7474];TS; ; i; I";Thu Mar 2 14:12:26 2006 Tanaka Akira ;T@ o; ;;;[ o;;I" gc.c;T;[o;;[I".align VALUE with sizeof(RVALUE) globally.;To;;I"(is_pointer_to_heap);T;[o;;[I"!check alignment out of loop.;To;;I" (id2ref);T;[o;;[I"1avoid collision between symbols and objects.;To;;I"(rb_obj_id);T;[o;;[I"Editto. moved from object.c. [ruby-talk:178364] [ruby-core:7305];TS; ; i; I"IThu Mar 2 12:55:16 2006 Hirokazu Yamamoto ;T@ o; ;;;[o;;I")win32/win32.c (filetime_to_unixtime);T;[o;;[I"nshould set tm_isdst to -1. stat() didn't treat daylight saving time property on WinNT. [ruby-talk:182100];TS; ; i; I"2006-03-01;T@ S; ; i; I"GWed Mar 1 17:13:37 2006 Yukihiro Matsumoto ;T@ o; ;;;[ o;;I"eval.c (rb_call);T;[o;;[I"3use separate cache for fcall/vcall invocation.;To;;I"eval.c (rb_eval);T;[o;;[I"5NODE_FCALL, NODE_VCALL can call local functions.;To;;I"eval.c (rb_mod_local);T;[o;;[I";T@ o; ;;;[o;;I"/lib/rdoc/parsers/parse_rb.rb (read_escape);T;[o;;[I"|could not handle /\^/. merged Mr. Ishizuka's lib/irb/ruby-lex.rb 's patch rev 1.29. [ruby-talk:181631] [ruby-dev:28404];TS; ; i; I"2006-02-28;T@ S; ; i; I"GTue Feb 28 19:32:14 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"object.c (Init_Object);T;[o;;[I";add BasicObject class as a top level BlankSlate class.;TS; ; i; I"2006-02-27;T@ S; ; i; I"GMon Feb 27 00:19:16 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"ruby.h (SYM2ID);T;[o;;[I"6should not cast to signed long. [ruby-core:07414];TS; ; i; I"2006-02-24;T@ S; ; i; I"IFri Feb 24 20:21:38 2006 Masatoshi SEKI ;T@ o; ;;;[o;;I".test/drb/drbtest.rb (add_service_command);T;[o;;[I"vquote pathnames in the server's command line for space contained directory names. Thanks, arton. [ruby-dev:28386];TS; ; i; I"BFri Feb 24 12:10:07 2006 NAKAMURA Usaku ;T@ o; ;;;[o;;I"instruby.rb;T;[o;;[I"Hinstall *.exe.manifest and *.dll.manifest if exist. It's for VC++8.;TS; ; i; I"BFri Feb 24 11:17:45 2006 NAKAMURA Usaku ;T@ o; ;;;[o;;I"!win32/win32.c (NtInitialize);T;[o;;[I"%need to set a handler for VC++8.;TS; ; i; I"2006-02-23;T@ S; ; i; I"IThu Feb 23 22:39:59 2006 Hirokazu Yamamoto ;T@ o; ;;;[o;;I"bcc32/Makefile.sub;T;[o;;[I"use borlndmm.dll if possible. bcc32's RTL internal memory manager cannot handle large memory block properly. ex: 10000.times { "" << "." * 529671; GC.start } # crash [ruby-dev:28230];TS; ; i; I"IThu Feb 23 13:23:03 2006 Hirokazu Yamamoto ;T@ o; ;;;[o;;I"eval.c (SETUP_ARGS0);T;[o;;[I".fixed memory corruption. [ruby-dev:28360];TS; ; i; I"2006-02-22;T@ S; ; i; I";Wed Feb 22 21:16:55 2006 Tanaka Akira ;T@ o; ;;;[o;;I"-lib/pathname.rb (Pathname#each_filename);T;[o;;[I"use split_names properly.;TS; ; i; I"BWed Feb 22 16:24:05 2006 NAKAMURA Usaku ;T@ o; ;;;[o;;I"test/webrick/test_cgi.rb;T;[o;;[I"should support platforms which search library path from the interpreter's path. And, support test without install incidentally.;TS; ; i; I"GWed Feb 22 14:21:03 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"bignum.c (bignorm);T;[o;;[I"-x may not be a bignum. [ruby-dev:28367];TS; ; i; I"GWed Feb 22 09:22:40 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"eval.c (proc_alloc);T;[o;;[I"?add proper check for creation of a lambda without a block.;TS; ; i; I"2006-02-21;T@ S; ; i; I"GTue Feb 21 02:07:39 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"parse.y (f_arglist);T;[o;;[I"Kshould set command_start = Qtrue for command body. [ruby-talk:180648];TS; ; i; I"2006-02-20;T@ S; ; i; I";Mon Feb 20 22:30:17 2006 Tanaka Akira ;T@ o; ;;;[o;;I"mkconfig.rb;T;[o;;[I"0alias Config to RbConfig for compatibility.;TS; ; i; I";Mon Feb 20 18:21:41 2006 Tanaka Akira ;T@ o; ;;;[o;;I"io.c (rb_io_reopen);T;[o;;[I"Sflush before reopening a file. reported by Mathieu Bouchard. [ruby-core:7396];TS; ; i; I";Mon Feb 20 17:29:50 2006 Tanaka Akira ;T@ o; ;;;[o;;I"mkconfig.rb;T;[o;;[I")generate RbConfig instead of Config.;To;;I"instruby.rb, rubytest.rb, runruby.rb, bcc32/Makefile.sub, ext/extmk.rb, ext/dl/extconf.rb, ext/iconv/charset_alias.rb, lib/mkmf.rb, lib/rdoc/ri/ri_paths.rb, lib/webrick/httpservlet/cgihandler.rb, test/dbm/test_dbm.rb, test/gdbm/test_gdbm.rb, test/ruby/envutil.rb, test/soap/calc/test_calc_cgi.rb, test/soap/header/test_authheader_cgi.rb, test/soap/ssl/test_ssl.rb, win32/mkexports.rb, win32/resource.rb;T;[o;;[I"$Use RbConfig instead of Config.;TS; ; i; I"BMon Feb 20 13:46:19 2006 NAKAMURA Usaku ;T@ o; ;;;[o;;I"lib/find.rb;T;[o;;[I"[should raise ENOENT if root entry does not exist, without opening it. [ruby-dev:28345];TS; ; i; I"?Mon Feb 20 12:27:53 2006 Kent Sibilev ;T@ o; ;;;[o;;I"#lib/rational.rb (Integer::gcd);T;[o;;[I"&small typo fix. [ruby-core:07395];TS; ; i; I"GMon Feb 20 10:03:59 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I" variable.c (rb_const_get_0);T;[o;;[I"UObject should have been the lowest in const lookup precedence. [ruby-dev:28343];TS; ; i; I"GMon Feb 20 09:17:11 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I" lib/delegate.rb (Delegator);T;[o;;[I"#should not delegate "funcall".;TS; ; i; I"GMon Feb 20 09:13:42 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"Mlib/webrick/httpservlet/cgihandler.rb (WEBrick::HTTPServlet::CGIHandler);T;[o;;[I">qualify the access for Config constant. [ruby-dev:28338];To;;I"1lib/resolv.rb (Resolv::DNS::Resource::IN::A);T;[o;;[I"*qualify ClassValue. [ruby-dev:28338];TS; ; i; I"GMon Feb 20 01:05:27 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"#lib/rational.rb (Integer::gcd);T;[o;;[I">replaced by gcd4 in [ruby-core:07390]. [ruby-core:07377];TS; ; i; I"CMon Feb 20 00:57:02 2006 GOTOU Yuuzou ;T@ o; ;;;[o;;I"$ext/openssl/ossl.h (OSSL_Debug);T;[o;;[I".should not use __func__. [ruby-dev:28339];TS; ; i; I";Mon Feb 20 00:13:49 2006 Tanaka Akira ;T@ o; ;;;[o;;I"lib/open-uri.rb;T;[o;;[I":add :ssl_verify_mode option. suggested by Will Glynn.;To;;I"lib/open-uri.rb;T;[o;;[I"add :ssl_ca_cert option.;TS; ; i; I"2006-02-19;T@ S; ; i; I">Sun Feb 19 04:46:29 2006 Guy Decoux ;T@ o; ;;;[o;;I" eval.c;T;[o;;[I"Ainitial value for block_unique must be 1. [ruby-talk:180420];TS; ; i; I"2006-02-18;T@ S; ; i; I"GSat Feb 18 23:58:26 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I".lib/tracer.rb (Tracer::Tracer.add_filter);T;[o;;[I"Qturn on tracer mode only when caller() level size is one. [ruby-core:07389];To;;I"!lib/rdoc/parsers/parse_rb.rb;T;[o;;[I"4need not to require "tracer". [ruby-core:07389];To;;I"sample/rtags.rb;T;[o;;[I" ditto.;TS; ; i; I"GSat Feb 18 21:16:27 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I""eval.c (rb_obj_instance_eval);T;[o;;[I"nRDoc description updated. a patch from Ozgur Murat Homurlu . [ruby-core:07381];TS; ; i; I"GSat Feb 18 01:01:17 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I" variable.c (rb_const_get_0);T;[o;;[I"skip ruby_wrapper in const search to give it lower priority (just above Object). need not to change rb_const_defined_0() since it's only a precedence matter; they are defined anyway.;TS; ; i; I"GSat Feb 18 00:22:39 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"lib/tracer.rb;T;[o;;[I"kmerged a minor clarification patch from Daniel Berger . [ruby-core:07376];TS; ; i; I"2006-02-17;T@ S; ; i; I"GFri Feb 17 17:30:20 2006 Yukihiro Matsumoto ;T@ o; ;;;[ o;;I"eval.c (ev_const_get);T;[o;;[I".simplified using rb_const_get_fallback().;To;;I"eval.c (ev_const_defined);T;[o;;[I"?adopt to ev_const_get() using rb_const_defined_fallback().;To;;I"'variable.c (rb_const_get_fallback);T;[o;;[I"/new function to implement constant search.;To;;I"+variable.c (rb_const_defined_fallback);T;[o;;[I"9new function to implement constant definition check.;To;;I" variable.c (rb_const_get_0);T;[o;;[I"adopt to new behavior. constants are looked up in the order of: current class, super classes (but Object), lexically external classes/modules, and Object.;To;;I"$variable.c (rb_const_defined_0);T;[o;;[I" ditto.;TS; ; i; I"IFri Feb 17 11:20:53 2006 Hirokazu Yamamoto ;T@ o; ;;;[o;;I"util.c (ruby_strtod);T;[o;;[I".Float("1e") should fail. [ruby-core:7330];To;;I"pack.c (EXTEND32);T;[o;;[I"Iunpack("l") did not work where sizeof(long) != 4. [ruby-talk:180024];To;;I"pack.c (pack_unpack);T;[o;;[I"?fixed integer overflow on template "w". [ruby-talk:180126];TS; ; i; I"GFri Feb 17 09:39:29 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I" eval.c (rb_thread_wait_for);T;[o;;[I"Psleep should always sleep for specified amount of time. [ruby-talk:180067];TS; ; i; I"2006-02-15;T@ S; ; i; I"GWed Feb 15 16:52:52 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"eval.c (rb_eval);T;[o;;[I"NNODE_OP_ASGN1 should allow splat in its argument list. [ruby-core:07366];To;;I"parse.y (arg);T;[o;;[I"8avoid unnecessary extra argument. [ruby-core:07366];To;;I"eval.c (rb_eval);T;[o;;[I"Ahonor visibility on OP_ASGN1 and OP_ASGN2. [ruby-core:07366];TS; ; i; I"GWed Feb 15 15:20:23 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"eval.c (error_line);T;[o;;[I"0remove void control path. [ruby-dev:28335];TS; ; i; I"GWed Feb 15 10:09:51 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"eval.c (yield_under_i);T;[o;;[I"[should not pass self as an argument to the block for instance_eval. [ruby-core:07364];TS; ; i; I"GWed Feb 15 09:20:35 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I""eval.c (rb_obj_instance_eval);T;[o;;[I"Oshould be no singleton classes for true, false, and nil. [ruby-dev:28186];TS; ; i; I"2006-02-14;T@ S; ; i; I"GTue Feb 14 20:26:00 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"#enumerator.c (enumerator_each);T;[o;;[I"6return self if no block is given. [yarv-dev:882];TS; ; i; I"GTue Feb 14 18:48:33 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"eval.c (DMETHOD_P);T;[o;;[I"-accessing wrong frame. [ruby-dev:28181];To;;I"eval.c (proc_invoke);T;[o;;[I"preserve FRAME_DMETH flag.;TS; ; i; I"ITue Feb 14 15:15:22 2006 Hirokazu Yamamoto ;T@ o; ;;;[o;;I"ext/zlib/zlib.c;T;[o;;[I"4suppress warning on test/zlib. [ruby-dev:28323];TS; ; i; I"BTue Feb 14 13:47:22 2006 NAKAMURA Usaku ;T@ o; ;;;[o;;I"!win32/win32.c (rb_w32_utime);T;[o;;[I"8drop read-only attribute before changing file time.;TS; ; i; I"BTue Feb 14 13:38:01 2006 NAKAMURA Usaku ;T@ o; ;;;[o;;I""win32/Makefile.sub (config.h);T;[o;;[I"-should define HAVE_LONG_LONG with VC++8.;TS; ; i; I"BTue Feb 14 11:42:38 2006 NAKAMURA Usaku ;T@ o; ;;;[o;;I"time.c (search_time_t);T;[o;;[I"+support non 32bit time_t environments.;To;;I""win32/Makefile.sub (config.h);T;[o;;[I""VC++8 has ``long long'' type.;To;;I""win32/Makefile.sub (config.h);T;[o;;[I"#VC++8's time_t is 64bit value.;TS; ; i; I"2006-02-13;T@ S; ; i; I"GMon Feb 13 18:01:52 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"eval.c (copy_node_scope);T;[o;;[I"uremove duplicated semicolons at end. a patch from KIMURA Koichi . [ruby-dev:28332];To;;I"eval.c (VIS_MODE);T;[o;;[I"2remove unnecessary argument. [ruby-dev:28332];TS; ; i; I"GMon Feb 13 13:49:48 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I""parse.y (parser_parse_string);T;[o;;[I"mmention "regexp" in a error message. a patch from Mauricio Fernandez [ruby-core:07340];TS; ; i; I"@Mon Feb 13 00:01:32 2006 K.Kosako ;T@ o; ;;;[ o;;I"oniguruma.h;T;[o;;[I"Version 4.0.1;To;;I"/regparse.c (onig_free_shared_cclass_table);T;[o;;[I"fix memory leaks.;To;;I"#regcomp.c (optimize_node_left);T;[o;;[I"2change from IS_POSIXLINE() to IS_MULTILINE().;To;;I" regint.h;T;[o;;[I"=rename ANCHOR_ANYCHAR_STAR_PL to ANCHOR_ANYCHAR_STAR_ML.;To;;I"regparse.h;T;[o;;[I" ditto.;To;;I"regexec.c;T;[o;;[I" ditto.;TS; ; i; I"2006-02-11;T@ S; ; i; I"ISat Feb 11 21:57:29 2006 Masaki Suketa ;T@ o; ;;;[o;;I"ext/win32ole/win32ole.c;T;[o;;[I"add WIN32OLE.create_guid.;To;;I"'ext/win32ole/tests/testWIN32OLE.rb;T;[o;;[I" ditto.;TS; ; i; I"GSat Feb 11 01:57:44 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"eval.c (rb_f_autoload);T;[o;;[I"check if ruby_cbase is nil (during instance_eval for objects cannot have singleton classes, e.g. fixnums and symbols). [ruby-dev:28178];TS; ; i; I"2006-02-10;T@ S; ; i; I"GFri Feb 10 12:31:05 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"eval.c (rb_eval);T;[o;;[I">should support NODE_ZSUPER in NODE_ITER. [ruby-dev:28326];To;;I"eval.c (ZSUPER_ARGS);T;[o;;[I"support macro.;TS; ; i; I"2006-02-08;T@ S; ; i; I"GWed Feb 8 10:26:06 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"(gc.c (rb_gc_call_finalizer_at_exit);T;[o;;[I"1turn on during_gc while invoking finalizers.;To;;I"#gc.c (rb_gc_finalize_deferred);T;[o;;[I" ditto.;TS; ; i; I"2006-02-07;T@ S; ; i; I"ITue Feb 7 23:03:13 2006 Hirokazu Yamamoto ;T@ o; ;;;[o;;I"ext/zlib/zlib.c;T;[o;;[I"Bshould not access ruby objects in finalizer. [ruby-dev:28286];TS; ; i; I"GTue Feb 7 18:42:00 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"io.c (rb_write_error2);T;[o;;[I"Uuse fwrite(3) if rb_stderr is not updated or is already freed. [ruby-dev:28313];TS; ; i; I"2006-02-06;T@ S; ; i; I"FMon Feb 6 16:02:51 2006 WATANABE Hirofumi ;T@ o; ;;;[o;;I"file.c (rb_thread_flock);T;[o;;[I"\ERROR_NOT_LOCKED is not an error on Cygwin. In such situation, flock() should return 0.;TS; ; i; I"GMon Feb 6 14:36:29 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"eval.c (error_line);T;[o;;[I"Rinclude the class name of a surrounding method in error position description.;TS; ; i; I"GMon Feb 6 00:14:57 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"enum.c (enum_find_index);T;[o;;[I";a new method Enumerable#find_index. [ruby-talk:178495];TS; ; i; I"2006-02-05;T@ S; ; i; I";Sun Feb 5 23:29:31 2006 Tanaka Akira ;T@ o; ;;;[o;;I"ruby.h (struct RStruct);T;[o;;[I"&embed 3 or less elements structs.;To;;I"(RSTRUCT_LEN);T;[o;;[I"*defined for accessing struct members.;To;;I"(RSTRUCT_PTR);T;[o;;[I" ditto.;To;;I" struct.c;T;[o;;[I"%use RSTRUCT_LEN and RSTRUCT_PTR.;To;;I"(struct_alloc);T;[o;;[I"/allocate small structs in embedded format.;To;;I"(rb_struct_init_copy);T;[o;;[I" ditto.;To;;I"gc.c (gc_mark_children);T;[o;;[I"%use RSTRUCT_LEN and RSTRUCT_PTR.;To;;I"(obj_free);T;[o;;[I" ditto.;To;;I"marshal.c (w_object);T;[o;;[I"%use RSTRUCT_LEN and RSTRUCT_PTR.;TS; ; i; I"ISun Feb 5 21:01:49 2006 Hirokazu Yamamoto ;T@ o; ;;;[o;;I"numeric.c (fix_to_s);T;[o;;[I"removed workaround for radix 2. Historically, rb_fix2str could only handle radix 8, 10, 16. (Rev1.37) But for now, it can handle radix 2..36. [ruby-Bugs#3438] [ruby-core:7300];TS; ; i; I"ASun Feb 5 18:49:00 2006 Minero Aoki ;T@ o; ;;;[o;;I",lib/net/http.rb (add_field, get_fields);T;[o;;[I"Fkeep 1.8.2 compatibility. This patch is contributed by Rob Pitt.;TS; ; i; I"ISun Feb 5 16:33:50 2006 Hirokazu Yamamoto ;T@ o; ;;;[o;;I""lib/mkmf.rb (create_makefile);T;[o;;[I"%Kernel#sub! was removed on HEAD.;TS; ; i; I"ISun Feb 5 14:26:54 2006 Hirokazu Yamamoto ;T@ o; ;;;[o;;I"lib/pstore.rb;T;[o;;[I"Gshould return default value if name is not found. [ruby-core:7304];To;;I"lib/pstore.rb;T;[o;;[I"6should raise PStore::Error if not in transaction.;TS; ; i; I"2006-02-04;T@ S; ; i; I";Sat Feb 4 22:51:43 2006 Tanaka Akira ;T@ o; ;;;[o;;I" eval.c;T;[o;;[I"Vapply the FreeBSD getcontext/setcontext workaround only before FreeBSD 7-CURRENT.;TS; ; i; I"BSat Feb 4 21:10:06 2006 NAKAMURA Usaku ;T@ o; ;;;[o;;I"win32/win32.c (LK_ERR);T;[o;;[I"RERROR_NOT_LOCKED is not an error. In such situation, flock() should return 0.;TS; ; i; I"ISat Feb 4 15:52:56 2006 Hirokazu Yamamoto ;T@ o; ;;;[o;;I"numeric.c (fix_to_s);T;[o;;[I"a(2**32).to_s(2) fails with exception where sizeof(int) == 4 < sizeof(long). [ruby-core:7300];TS; ; i; I"GSat Feb 4 15:02:05 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"oniguruma.h;T;[o;;[I",merge Oniguruma 4.0.0 [ruby-dev:28290];TS; ; i; I"2006-02-03;T@ S; ; i; I"IFri Feb 3 19:25:53 2006 Hirokazu Yamamoto ;T@ o; ;;;[o;;I" ruby.h;T;[o;;[I"fixed prototype.;To;;I"ext/syck/rubyext.c;T;[o;;[I"4defined symbol ID as global variable as others.;TS; ; i; I"GFri Feb 3 17:57:02 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I" eval.c;T;[o;;[I";T@ o; ;;;[o;;I"'ext/syck/syck.c (syck_move_tokens);T;[o;;[I"Qshould reset p->cursor or etc even if skip == 0. This causes buffer overrun.;To;;I"(ex;T;[o;;[I"3YAML.load('--- "..' + '\x82\xA0' * 511 + '"'));TS; ; i; I"IFri Feb 3 00:01:31 2006 Hirokazu Yamamoto ;T@ o; ;;;[o;;I",ext/syck/emitter.c (syck_emitter_write);T;[o;;[I"should not set '\0' on emitter's marker. if marker points to the end of buffer, this is buffer overrun. (ex: YAML.dump("." * 12288));TS; ; i; I"2006-02-02;T@ S; ; i; I"BThu Feb 2 17:13:01 2006 NAKAMURA Usaku ;T@ o; ;;;[o;;I";lib/rdoc/parsers/parse_rb.rb (RDoc::RubyParser#get_tk);T;[o;;[I"-added support of :'string' style Symbol.;TS; ; i; I"GThu Feb 2 16:01:24 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"eval.c (rb_call0);T;[o;;[I"Duse TMP_ALLOC() instead of allocating a temporary array object.;To;;I"eval.c (eval);T;[o;;[I"7need not to protect $SAFE value. [ruby-core:07177];To;;I"error.c (Init_Exception);T;[o;;[I"gchange NameError to direct subclass of Exception so that default rescue do not handle it silently.;TS; ; i; I"KThu Feb 2 14:45:53 2006 Ville Mattila ;T@ o; ;;;[o;;I"configure.in;T;[o;;[I"\The isinf is not recognized by autoconf library guesser on solaris 10. [ruby-core:7138];TS; ; i; I"2006-02-01;T@ S; ; i; I"IWed Feb 1 22:01:47 2006 Hirokazu Yamamoto ;T@ o; ;;;[o;;I"'configure.in, hash.c (ruby_setenv);T;[o;;[I"use setenv(3) and unsetenv(3) where they are supported. modifying environ variable seems to segfault solaris 10. [ruby-core:7276] [ruby-dev:28270];To;;I"ruby.c (set_arg0);T;[o;;[I"Iif use setenv(3), environ space cannot be used for altering argv[0].;TS; ; i; I"2006-01-31;T@ S; ; i; I"GTue Jan 31 14:46:28 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I" struct.c (rb_struct_select);T;[o;;[I".update RDoc description. [ruby-core:7254];TS; ; i; I"HTue Jan 31 11:58:51 2006 Hidetoshi NAGAI ;T@ o; ;;;[o;;I"ext/tk/lib/multi-tk.rb;T;[o;;[I"$add MultiTkIp#eval and bg_eval.;To;;I"ext/tk/lib/tk/namespace.rb;T;[o;;[I"ZTkNamespace#eval was enbugged at the last commit. Now it will return a proper object.;TS; ; i; I"GTue Jan 31 08:07:02 2006 Yukihiro Matsumoto ;T@ o; ;;;[ o;;I"numeric.c (int_upto);T;[o;;[I"@return an enumerator if no block is attached to the method.;To;;I"numeric.c (int_downto);T;[o;;[I" ditto.;To;;I"numeric.c (int_dotimes);T;[o;;[I" ditto.;To;;I"enum.c (enum_first);T;[o;;[I"Mnew method Enumerable#first to take first n elements from an enumerable.;To;;I"enum.c (enum_group_by);T;[o;;[I"bnew method Enumerable#group_by that groups enumerable values according to their block values.;TS; ; i; I"ITue Jan 31 00:08:22 2006 Hirokazu Yamamoto ;T@ o; ;;;[o;;I"0ext/syck/rubyext.c (syck_resolver_transfer);T;[o;;[I"Vworkaround for SEGV. ex: ruby -ryaml -e 'YAML.load("!map:B {}")' [ruby-core:7217];TS; ; i; I"2006-01-28;T@ S; ; i; I"ISat Jan 28 07:49:30 2006 Hirokazu Yamamoto ;T@ o; ;;;[o;;I"lib/rdoc/usage.rb;T;[o;;[I"support "a:0:33" style caller[-1]. In this case file name is "a:0". I don't know this really happens though... [ruby-Bugs:3344];TS; ; i; I"2006-01-26;T@ S; ; i; I"GThu Jan 26 15:55:52 2006 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"ext/socket/socket.c;T;[o;;[I".turn on do_not_reverse_lookup by default.;TS; ; i; I"2006-01-25;T@ S; ; i; I"EWed Jan 25 22:29:04 2006 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"?configure.in, dln.c, file.c, intern.h, missing.h (eaccess);T;[o;;[I">use system routine if provided. fixed: [ruby-core:07195];TS; ; i; I"2006-01-22;T@ S; ; i; I"ASun Jan 22 23:27:13 2006 Go Noguchi ;T@ o; ;;;[o;;I"/lib/test/unit/autorunner.rb (process_args);T;[o;;[I"_ignore arguments after '--' so that test scripts can handle them. fixed: [ruby-dev:28258];TS; ; i; I";Sun Jan 22 22:09:52 2006 Tanaka Akira ;T@ o; ;;;[o;;I"eval.c (POST_GETCONTEXT);T;[o;;[I"Udefine separately from PRE_GETCONTEXT on IA64 to avoid reusing variable address.;TS; ; i; I";Sun Jan 22 20:03:35 2006 Tanaka Akira ;T@ o; ;;;[o;;I"eval.c (ruby_setjmp);T;[o;;[I"define PRE_GETCONTEXT and POST_GETCONTEXT instead of FUNCTION_CALL_MAY_RETURN_TWICE. define PRE_GETCONTEXT to clear carry flag for workaround of FreeBSD/i386 getcontext/setcontext bug. [ruby-dev:28263];TS; ; i; I"2006-01-19;T@ S; ; i; I"AThu Jan 19 22:19:18 2006 Minero Aoki ;T@ o; ;;;[o;;I"lib/fileutils.rb (mv);T;[o;;[I"7should remove file after copying. [ruby-dev:28223];TS; ; i; I"2006-01-18;T@ S; ; i; I";Wed Jan 18 23:37:06 2006 Tanaka Akira ;T@ o; ;;;[o;;I",eval.c (FUNCTION_CALL_MAY_RETURN_TWICE);T;[o;;[I"1don't clobber %l7 of SPARC if enable-shared.;To;;I"(ruby_setjmp);T;[o;;[I"call FUNCTION_CALL_MAY_RETURN_TWICE after getcontext too. reported by Pav Lucistnik and Marius Strobl. http://lists.freebsd.org/pipermail/freebsd-sparc64/2006-January/003739.html;TS; ; i; I"2006-01-17;T@ S; ; i; I"ETue Jan 17 23:59:56 2006 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"6object.c (rb_mod_const_get, rb_mod_const_defined);T;[o;;[I"cadded optional flag to search ancestors, which is defaulted to true. fixed: [ruby-talk:175899];To;;I"#eval.c (rb_mod_method_defined);T;[o;;[I" ditto.;TS; ; i; I"BTue Jan 17 11:31:47 2006 NAKAMURA Usaku ;T@ o; ;;;[o;;I"win32/setup.mak (MAKE);T;[o;;[I"workaround for nmake 8.;TS; ; i; I"BTue Jan 17 11:06:19 2006 NAKAMURA Usaku ;T@ o; ;;;[o;;I"win32/Makefile.sub;T;[o;;[I"3invoke .bat via shell. workaround for nmake 8.;TS; ; i; I"2006-01-16;T@ S; ; i; I"IMon Jan 16 10:13:38 2006 Hirokazu Yamamoto ;T@ o; ;;;[o;;I"Fext/syck/emitter.c (syck_emit_seq, syck_emit_map, syck_emit_item);T;[o;;[I"Xshould output complex key mark even if map's key is empty seq/map. [ruby-core:7129];TS; ; i; I"2006-01-14;T@ S; ; i; I"ISat Jan 14 03:38:54 2006 Hirokazu Yamamoto ;T@ o; ;;;[o;;I"file.c (rb_file_s_chmod);T;[o;;[I"6avoid warning where sizeof(int) != sizeof(void*).;TS; ; i; I"2006-01-13;T@ S; ; i; I"IFri Jan 13 19:26:15 2006 Hirokazu Yamamoto ;T@ o; ;;;[ o;;I"lib/rdoc/diagram.rb;T;[o;;[I"- properly quote bare element attributes - terminates dangling elements (e.g. ,
, , etc) - converts "CVS" to the more HTML-friendly acronym element - adds missing type attributes to style elements based on Paul Duncan's patch [ruby-core:7028];To;;I"*lib/rdoc/generators/html_generator.rb;T;[o;;[I" ditto.;To;;I"/lib/rdoc/generators/template/html/hefss.rb;T;[o;;[I" ditto.;To;;I".lib/rdoc/generators/template/html/html.rb;T;[o;;[I" ditto.;To;;I"0lib/rdoc/generators/template/html/kilmer.rb;T;[o;;[I" ditto.;TS; ; i; I"2006-01-12;T@ S; ; i; I"HThu Jan 12 11:53:08 2006 Hidetoshi NAGAI ;T@ o; ;;;[o;;I"#ext/tk/sample/tkballoonhelp.rb;T;[o;;[I"[bug fix] couldn't add to a widget which is constructed with TkComposite module. [new feature] support 'command' option which is called just before popping up the balloon help.;TS; ; i; I"2006-01-11;T@ S; ; i; I"IWed Jan 11 00:12:29 2006 Masatoshi SEKI ;T@ o; ;;;[o;;I"lib/erb.rb (ERB::Compiler);T;[o;;[I"@add instance variable @insert_cmd to change <%='s behavior.;TS; ; i; I"2006-01-10;T@ S; ; i; I"ETue Jan 10 09:18:03 2006 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"eval.c (rb_require_safe);T;[o;;[I"Bprevent extension from loading twice. fixed: [ruby-dev:29523];TS; ; i; I";Tue Jan 10 19:42:33 2006 Tanaka Akira ;T@ o; ;;;[o;;I"gc.c (garbage_collect);T;[o;;[I"mark ruby_current_node. if an exception is raised in a finalizer written in C called by rb_gc_call_finalizer_at_exit, ruby_set_current_source may use collected ruby_current_node and mark_source_filename may corrupt memory.;TS; ; i; I"BTue Jan 10 13:30:34 2006 akira yamada ;T@ o; ;;;[o;;I"0ext/syck/rubyext.c (syck_resolver_transfer);T;[o;;[I"Ushould be able to load !ruby/object:Bignum syntax 1.8.3 dumped. [ruby-core:6159];TS; ; i; I"ITue Jan 10 12:47:41 2006 Hirokazu Yamamoto ;T@ o; ;;;[o;;I"#lib/yaml/rubytypes.rb (Fixnum);T;[o;;[I"EBignum could not be loaded in ruby 1.8.3/1.8.4. [ruby-core:6115];To;;I"$lib/yaml/rubytypes.rb (Numeric);T;[o;;[I"GSubclass of Numeric could not be dumped properly. [ruby-core:7047];TS; ; i; I"HTue Jan 10 12:00:48 2006 Aaron Schrab ;T@ o; ;;;[o;;I",lib/yaml/rubytypes.rb (Symbol#yaml_new);T;[o;;[I";T@ o; ;;;[o;;I"gc.c (gc_stress);T;[o;;[I"3renamed from always_gc and enabled by default.;To;;I"(gc_stress_get);T;[o;;[I" new function for GC.stress.;To;;I"(gc_stress_set);T;[o;;[I"!new function for GC.stress=.;TS; ; i; I"2006-01-09;T@ S; ; i; I":Mon Jan 9 19:58:56 2006 arton ;T@ o; ;;;[o;;I"ext/zlib/extconf.rb;T;[o;;[I"gzlib compiled DLL version 1.2.3 distributed by http://www.zlib.net/ has zdll.lib. [ruby-dev:28209];TS; ; i; I"IMon Jan 9 14:25:00 2006 Hirokazu Yamamoto ;T@ o; ;;;[o;;I""win32/Makefile.sub (OPTFLAGS);T;[o;;[I"+I have experienced trouble on y- flag,;To;;I"C(VisualC++6) so use -O2b2xg- if $(MSC_VER) < 1400. [ruby-core;T;[o;;[I" 7040];TS; ; i; I"SMon Jan 9 14:25:00 2006 Kero van Gelder ;T@ o; ;;;[o;;I"+lib/webrick/httpservlet/filehandler.rb;T;[o;;[I"!fixed typo. [ruby-core:7075];TS; ; i; I"2006-01-08;T@ S; ; i; I";Sun Jan 8 14:15:27 2006 Tanaka Akira ;T@ o; ;;;[o;;I" eval.c (GCC_VERSION_BEFORE);T;[o;;[I"check __INTEL_COMPILER. Intel C++ Compiler defines __GNUC__. http://www.intel.com/software/products/compilers/clin/docs/ug_cpp/lin1077.htm;TS; ; i; I"2006-01-07;T@ S; ; i; I"ESat Jan 7 15:40:07 2006 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"parse.y (singleton);T;[o;;[I"Bget rid of segfault on syntax error. fixed: [ruby-core:07070];TS; ; i; I";Sat Jan 7 06:24:18 2006 Tanaka Akira ;T@ o; ;;;[o;;I"eval.c (rb_fd_isset);T;[o;;[I"compare the result of FD_ISSET with 0 to avoid FreeBSD bug. FreeBSD defines FD_ISSET as just a bitmap of unsigned long. So returning the value from rb_fd_isset discards upper 32bits on LP64 environment. http://www.freebsd.org/cgi/query-pr.cgi?pr=ia64/91421;TS; ; i; I"2006-01-06;T@ S; ; i; I";Fri Jan 6 02:20:18 2006 Tanaka Akira ;T@ o; ;;;[o;;I"configure.in;T;[o;;[I"$don't force getcontext on IA64.;To;;I"eval.c (ruby_setjmp);T;[o;;[I"0add an argument for just before getcontext.;To;;I"(THREAD_SAVE_CONTEXT);T;[o;;[I"Icall rb_thread_save_context just before getcontext. [ruby-dev:28205];TS; ; i; I"2006-01-01;T@ S; ; i; I";Sun Jan 1 15:28:46 2006 Tanaka Akira ;T@ o; ;;;[o;;I"missing.h (isinf);T;[o;;[I"avoid macro expansion "extern int isinf(double);" to "extern int ((sizeof(double)==sizeof(float))?_Isinff(double):_Isinf(double));" on HP-UX.;TS; ; i; I"ISun Jan 1 14:42:54 2006 Hirokazu Yamamoto ;T@ o; ;;;[o;;I"#win32/win32.c (rb_w32_seekdir);T;[o;;[I"should not segfault even if passed the location which rb_w32_telldir didn't return. (and should change `bits' position) [ruby-core:7035];To;;I"win32/dir.h;T;[o;;[I".ditto. (stores `loc' instead of `bitpos');To;;I"test/ruby/test_dir.rb;T;[o;;[I" added.;TS; ; i; I"2005-12-31;T@ S; ; i; I"ESat Dec 31 22:57:00 2005 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"$eval.c (rb_thread_save_context);T;[o;;[I"Oshould not recycle scope object used in a thread. fixed: [ruby-dev:28177];TS; ; i; I"ISat Dec 31 19:50:38 2005 Hirokazu Yamamoto ;T@ o; ;;;[o;;I"ext/syck/rubyext.c;T;[o;;[I"/attribute name was truncated with Rev1.64.;TS; ; i; I"ISat Dec 31 11:53:16 2005 Hirokazu Yamamoto ;T@ o; ;;;[o;;I"lib/generator.rb;T;[o;;[I"(Generator#initialize): should kill @loop_thread before starting new thread. (occurs when called via Generator#rewind) [ruby-dev:28184];TS; ; i; I"2005-12-30;T@ S; ; i; I"EFri Dec 30 18:22:42 2005 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"gc.c (garbage_collect);T;[o;;[I"Bmark objects referred from aborting threads. [ruby-dev:28190];To;;I"win32/Makefile.sub;T;[o;;[I"VC++8 support.;TS; ; i; I"IFri Dec 30 15:17:35 2005 Hirokazu Yamamoto ;T@ o; ;;;[o;;I",lib/generator.rb (Generator#initialize);T;[o;;[I"iensured to stop @loop_thread. Mr. Tanaka pointed out one Thread.pass is not enough. [ruby-dev:28185];TS; ; i; I"IFri Dec 30 12:20:57 2005 Hirokazu Yamamoto ;T@ o; ;;;[o;;I",lib/generator.rb (Generator#initialize);T;[o;;[I"jfixed dead lock. this occurred when end? was called before @loop_thread was stopped. [ruby-core:7029];TS; ; i; I"IFri Dec 30 01:04:52 2005 Hirokazu Yamamoto ;T@ o; ;;;[o;;I"lib/generator.rb;T;[o;;[I"Ishould work with another thread. (more robust code) [ruby-dev:28177];TS; ; i; I"2005-12-29;T@ S; ; i; I"EThu Dec 29 23:59:37 2005 Nobuyoshi Nakada ;T@ o; ;;;[o;;I" eval.c (rb_gc_mark_threads);T;[o;;[I"nkeep unmarked threads which won't wake up alone, and mark threads in the loading table. [ruby-dev:28154];To;;I"2eval.c (rb_gc_abort_threads), gc.c (gc_sweep);T;[o;;[I"-kill unmarked threads. [ruby-dev:28172];TS; ; i; I";Thu Dec 29 17:02:07 2005 Tanaka Akira ;T@ o; ;;;[o;;I"+test/ruby/envutil.rb (EnvUtil.rubybin);T;[o;;[I";search "ruby" instead of "miniruby". [ruby-dev:28140];TS; ; i; I"GThu Dec 29 14:35:10 2005 Yukihiro Matsumoto ;T@ o; ;;;[o;;I""eval.c (rb_mod_define_method);T;[o;;[I"Ashould save safe_level in the proc object. [ruby-dev:28146];TS; ; i; I"IThu Dec 29 11:22:34 2005 Hirokazu Yamamoto ;T@ o; ;;;[o;;I"lib/generator.rb;T;[o;;[I"oreimplemented Generator class with Thread instead of callcc, in order to fix memory leak. [ruby-dev:28142];TS; ; i; I"2005-12-28;T@ S; ; i; I";Wed Dec 28 14:10:05 2005 Tanaka Akira ;T@ o; ;;;[o;;I" ia64.s;T;[o;;[I"^remove .pred.safe_across_calls directive. reported by WATANABE Tetsuya. [ruby-dev:28141];TS; ; i; I";Wed Dec 28 01:32:39 2005 Tanaka Akira ;T@ o; ;;;[o;;I"eval.c (struct thread);T;[o;;[I"add bstr_max.;To;;I"(rb_thread_save_context);T;[o;;[I"2use realloc instead of REALLOC_N to avoid GC.;TS; ; i; I"2005-12-27;T@ S; ; i; I"ETue Dec 27 23:59:53 2005 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"+lib/optparse.rb (CompletingHash#match);T;[o;;[I"fix for 1.9.;TS; ; i; I"GTue Dec 27 16:59:52 2005 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"7test/drb/drbtest.rb (DRbService::self.ext_service);T;[o;;[I"eincrease timeout limit. a patch from Kazuhiro NISHIYAMA . [ruby-dev:28132];TS; ; i; I";Tue Dec 27 14:17:55 2005 Tanaka Akira ;T@ o; ;;;[o;;I"configure.in;T;[o;;[I"define IA64 for portability. (HP aC++/ANSI C doesn't define __ia64__.) don't check libunwind stuff. check __libc_ia64_register_backing_store_base.;To;;I"defines.h;T;[o;;[I"-declare rb_ia64_bsp and rb_ia64_flushrs.;To;;I"(flush_register_windows);T;[o;;[I""call rb_ia64_flushrs on IA64.;To;;I" ia64.s;T;[o;;[I"|new file for IA64. it is separated from C program files because Intel C++ Compiler for IA64 doesn't support inline assembly.;To;;I"common.mk (ia64.$(OBJEXT));T;[o;;[I"new target.;To;;I"ruby.h (RUBY_INIT_STACK);T;[o;;[I" defined.;To;;I"(ruby_init_stack);T;[o;;[I""declared for RUBY_INIT_STACK.;To;;I"main.c (main);T;[o;;[I"/precedes RUBY_INIT_STACK before ruby_init.;To;;I"&gc.c (rb_gc_register_stack_start);T;[o;;[I"!new global variable on IA64.;To;;I"(garbage_collect);T;[o;;[I"?simplify register stack marking code. don't use libunwind.;To;;I"(Init_stack);T;[o;;[I"+initialize rb_gc_register_stack_start.;To;;I"(ruby_init_stack);T;[o;;[I"&new function for RUBY_INIT_STACK.;To;;I"eval.c (struct thread);T;[o;;[I"Aadd bstr_pos member for original position of register stack.;To;;I"(rb_thread_save_context);T;[o;;[I">simplify register stack saving code. don't use libunwind.;To;;I""(rb_thread_restore_context_0);T;[o;;[I"new function. moved from rb_thread_restore_context except the stack position checking code. don't use libunwind for IA64 register stack.;To;;I"(register_stack_extend);T;[o;;[I"new function.;To;;I"(stack_extend);T;[o;;[I"cmake it self-recursive with the stack position checking code in old rb_thread_restore_context.;To;;I" (rb_thread_restore_context);T;[o;;[I"just call stack_extend.;To;;I"(flush_register_windows);T;[o;;[I"removed. [ruby-dev:28127];TS; ; i; I"ATue Dec 27 14:09:39 2005 Minero Aoki ;T@ o; ;;;[o;;I"process.c;T;[o;;[I".new method Process.exec. [ruby-dev:28107];TS; ; i; I"CTue Dec 27 08:22:15 2005 GOTOU Yuuzou ;T@ o; ;;;[o;;I"Sext/openssl/lib/openssl/ssl.rb (OpenSSL::SSL::SSLSocket#post_connection_check);T;[o;;[I"=treat wildcard character in commonName. [ruby-dev:28121];TS; ; i; I"2005-12-26;T@ S; ; i; I"GMon Dec 26 08:50:36 2005 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"eval.c (ev_const_get);T;[o;;[I"Lfixed a bug in constant reference during instance_eval. [yarv-dev:707];To;;I"eval.c (ev_const_defined);T;[o;;[I" ditto.;To;;I"(lib/yaml.rb (YAML::add_domain_type);T;[o;;[I"ptypo fixed. a patch from Joel VanderWerf . [ruby-talk:165285] [ruby-core:6995];TS; ; i; I"2005-12-23;T@ S; ; i; I"GFri Dec 23 10:30:23 2005 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"!ext/digest/sha2/sha2.c (ULL);T;[o;;[I"Tsupport AIX C. a patch from Kailden . [ruby-core:06984];TS; ; i; I"2005-12-21;T@ S; ; i; I"IWed Dec 21 16:47:35 2005 Hirokazu Yamamoto ;T@ o; ;;;[o;;I"file.c (w32_io_info);T;[o;;[I"^should return handle because FileIndex is valid only while file is open. [ruby-dev:28088];TS; ; i; I";Wed Dec 21 12:12:21 2005 Tanaka Akira ;T@ o; ;;;[o;;I"6test/pathname/test_pathname.rb (test_kernel_open);T;[o;;[I",use File.identical?. [ruby-talk:171804];TS; ; i; I"2005-12-20;T@ S; ; i; I"ETue Dec 20 22:41:17 2005 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"eval.c (eval_under_i);T;[o;;[I"8evaluate source in caller's frame. [ruby-dev:28076];TS; ; i; I"GTue Dec 20 12:53:23 2005 why the lucky stiff ;T@ o; ;;;[o;;I",ext/syck/rubyext.c (syck_emitter_reset);T;[o;;[I"[to ensure compatibility with previous Ruby versions, documents are no longer headless.;TS; ; i; I"ITue Dec 20 12:33:01 2005 Hirokazu Yamamoto ;T@ o; ;;;[o;;I"-ext/syck/rubyext.c (syck_node_transform);T;[o;;[I"|ruby object holding explicitly freed SyckNode caused SEGV. [ruby-dev:28067] ... I think syck GC problem was solved now!;TS; ; i; I";Tue Dec 20 01:46:48 2005 Tanaka Akira ;T@ o; ;;;[o;;I"io.c (rb_f_backquote);T;[o;;[I"Gfix a GC problem on IA64 with gcc 4.0.3 20051216 (prerelease) -O3.;TS; ; i; I"2005-12-19;T@ S; ; i; I"EMon Dec 19 23:32:39 2005 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"Makefile.in (XCFLAGS);T;[o;;[I"-separated as well as win32/Makefile.sub.;To;;I"main.c (always_gc);T;[o;;[I"Rdllimport is required for VC to import a DLL symbol. fixed: [ruby-dev:28051];To;;I"parse.y (rb_symname_p);T;[o;;[I".fixed wrong validation. [ruby-dev:28047];TS; ; i; I"IMon Dec 19 23:09:24 2005 Hirokazu Yamamoto ;T@ o; ;;;[o;;I" st.c;T;[o;;[I"uses malloc instead of xmalloc to avoid GC. syck uses st_insert in gram.c to insert node from rb_syck_bad_anchor_handler into SyckParser's hash table. if GC occurs in st_insert, it's not under SyckParser's mark system yet. so RString can be released wrongly.;To;;I"ext/syck/syck.h (S_FREE);T;[o;;[I"Jsmall hack. no need to check if pointer is NULL or not before S_FREE.;To;;I"/ext/syck/rubyext.c (syck_parser_assign_io);T;[o;;[I"rb_check_string_type can return new RString. if so, it becomes unreachable from GC after returns syck_parser_assign_io, and can be freed by GC. (dangling in syck io system) so extends its life time till syck_parse is called.;To;;I"-ext/syck/rubyext.c (syck_parser_s_alloc);T;[o;;[I"always allocates bonus, so no need to check if NULL, and "volatile VALUE hash" is not needed. (bonus->port was not protected in syck_emitter_reset);To;;I"*ext/syck/rubyext.c (syck_mark_parser);T;[o;;[I" ditto.;To;;I"*ext/syck/rubyext.c (syck_parser_load);T;[o;;[I" ditto.;To;;I"4ext/syck/rubyext.c (syck_parser_load_documents);T;[o;;[I" ditto.;To;;I".ext/syck/rubyext.c (syck_emitter_s_alloc);T;[o;;[I" ditto.;To;;I"+ext/syck/rubyext.c (syck_mark_emitter);T;[o;;[I" ditto.;To;;I",ext/syck/rubyext.c (syck_emitter_reset);T;[o;;[I" ditto.;To;;I"/ext/syck/rubyext.c (syck_scalar_value_set);T;[o;;[I""should set newly allocated memory instead of RString's internal storage" stuff again. by this, should call syck_free_node instead of rb_syck_free_node.;To;;I"/ext/syck/rubyext.c (syck_node_type_id_set);T;[o;;[I"=ditto. ... I believe syck GC problem was solved by this.;TS; ; i; I";Mon Dec 19 12:20:59 2005 Tanaka Akira ;T@ o; ;;;[o;;I",eval.c (FUNCTION_CALL_MAY_RETURN_TWICE);T;[o;;[I"6activate only before gcc 4.0.3 on SPARC and IA64.;TS; ; i; I"IMon Dec 19 11:37:47 2005 Hirokazu Yamamoto ;T@ o; ;;;[o;;I"ext/syck/rubyext.c;T;[o;;[I"sorry, I reverted my "should set newly allocated memory instead of RString's internal storage" stuff. node allocated in rubyext.c seems to be freed by rb_syck_free_node not syck_free_node, and it won't free data.str->ptr and type_id.;To;;0;[o;;[0S; ; i; I"2005-12-17;T@ S; ; i; I"ISat Dec 17 21:50:41 2005 Hirokazu Yamamoto ;T@ o; ;;;[o;;I",ext/syck/rubyext.c (syck_emitter_reset);T;[o;;[I"Ishould initialize emitter->bonus->oid. otherwise rb_gc_mark crashes.;To;;I"*ext/syck/rubyext.c (syck_mark_parser);T;[o;;[I"^should mark anchor nodes because they hold ruby objects. (ie: rb_syck_bad_anchor_handler);TS; ; i; I"GSat Dec 17 11:00:17 2005 Yukihiro Matsumoto ;T@ o; ;;;[o;;I")ext/syck/rubyext.c (rb_syck_compile);T;[o;;[I"!avoid potential memory leak.;To;;I"(ext/syck/rubyext.c (syck_set_ivars);T;[o;;[I"?avoid potential memory leak by explicit symbol allocation.;TS; ; i; I";Sat Dec 17 03:57:01 2005 Tanaka Akira ;T@ o; ;;;[o;;I"bignum.c (rb_big_rshift);T;[o;;[I"Cfix a GC problem on IA64 with gcc 4.0.3 20051216 (prerelease).;TS; ; i; I";Sat Dec 17 03:30:23 2005 Tanaka Akira ;T@ o; ;;;[o;;I"eval.c (bmcall);T;[o;;[I"Pfix a GC problem by tail call on IA64 with gcc 4.0.3 20051216 (prerelease).;TS; ; i; I"2005-12-16;T@ S; ; i; I"IFri Dec 16 17:53:45 2005 Hirokazu Yamamoto ;T@ o; ;;;[o;;I")ext/syck/rubyext.c (rb_syck_compile);T;[o;;[I"fixed memory leak.;To;;I"ext/syck/rubyext.c;T;[o;;[I",should protect global variable from GC.;TS; ; i; I"IFri Dec 16 11:44:43 2005 Hirokazu Yamamoto ;T@ o; ;;;[o;;I"0ext/syck/rubyext.c (syck_resolver_tagurize);T;[o;;[I"fixed memory leak.;To;;I"/ext/syck/rubyext.c (syck_node_type_id_set);T;[o;;[I"Mshould set newly allocated memory instead of RString's internal storage.;To;;I"/ext/syck/rubyext.c (syck_scalar_value_set);T;[o;;[I"Lditto. ... these fixes won't fix [ruby-dev:27839]. more work is needed.;TS; ; i; I"GFri Dec 16 04:38:55 2005 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"0lib/delegate.rb (Delegator::method_missing);T;[o;;[I"#should delegate block as well.;TS; ; i; I"2005-12-15;T@ S; ; i; I"GThu Dec 15 19:57:12 2005 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"3lib/cgi.rb (CGI::QueryExtension::MorphingBody);T;[o;;[I"bfix criteria to use Tempfile. A fix from Zev Blut . [ruby-core:06076];To;;I" string.c;T;[o;;[I"(remove global functions work on $_.;TS; ; i; I"GThu Dec 15 12:35:14 2005 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"lib/tmpdir.rb;T;[o;;[I"Tmerged RDoc patch from Eric Hodel . [ruby-core:06894];TS; ; i; I";Thu Dec 15 01:33:31 2005 Tanaka Akira ;T@ o; ;;;[o;;I""ext/zlib/zlib.c (zstream_run);T;[o;;[I"bfix a GC problem by tail call on x86_64 with gcc 4.0.3 20051111 (prerelease) (Debian 4.0.2-4);TS; ; i; I"2005-12-14;T@ S; ; i; I"EWed Dec 14 23:50:20 2005 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"5lib/rdoc/parsers/parse_c.rb (find_class_comment);T;[o;;[I"?fix for class document with prototypes. [ruby-core:06863];TS; ; i; I"EWed Dec 14 23:39:53 2005 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"dir.c (has_magic);T;[o;;[I"Oglob names contain alphabets to enable case fold search. [ruby-dev:27735];To;;I"dir.c (Init_Dir);T;[o;;[I"BFNM_SYSCASE which is default case fold flag. [ruby-dev:23296];TS; ; i; I";Wed Dec 14 12:01:26 2005 Tanaka Akira ;T@ o; ;;;[o;;I"marshal.c (r_object0);T;[o;;[I"Vfix a GC problem for reading a bignum on IA64 with gcc 3.3.5 (Debian 1:3.3.5-13).;TS; ; i; I"2005-12-13;T@ S; ; i; I";Tue Dec 13 12:23:47 2005 Tanaka Akira ;T@ o; ;;;[o;;I"re.c (rb_reg_regcomp);T;[o;;[I"Cfix a GC problem on x86_64 with gcc 3.3.5 (Debian 1:3.3.5-13).;TS; ; i; I";Tue Dec 13 01:44:16 2005 Tanaka Akira ;T@ o; ;;;[o;;I"array.c (rb_ary_diff);T;[o;;[I"fix a GC problem on IA64 with gcc 3.3.5 (Debian 1:3.3.5-13). When rb_ary_push is called, there was no register which contains `hash' but `&RHASH(hash)->tbl' instead.;TS; ; i; I";Tue Dec 13 00:08:09 2005 Tanaka Akira ;T@ o; ;;;[o;;I"sprintf.c (rb_str_format);T;[o;;[I"'fix a GC problem. [ruby-dev:28001];TS; ; i; I"2005-12-12;T@ S; ; i; I"CMon Dec 12 15:51:22 2005 GOTOU Yuuzou ;T@ o; ;;;[o;;I"-test/openssl/test_ssl.rb (test_parallel);T;[o;;[I":call GC.start to close unused files. [ruby-dev:27981];TS; ; i; I"GMon Dec 12 09:58:09 2005 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"range.c (range_cover);T;[o;;[I"new method Range#cover? added. the method name might be changed. thanks to takano32 at http://www.rubyist.net/~matz/20051210.html#c08 for name suggestion. [ruby-talk:167182];TS; ; i; I"GMon Dec 12 00:33:56 2005 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"2ext/digest/digest.c (rb_digest_base_s_digest);T;[o;;[I"Hadd volatile to protect temporary context object. [ruby-dev:27979];To;;I"#ext/iconv/iconv.c (Init_iconv);T;[o;;[I"frb_gc_register_address() should be called before actual variable initialization. [ruby-dev:27986];TS; ; i; I"2005-12-11;T@ S; ; i; I"HSun Dec 11 23:54:07 2005 Hidetoshi NAGAI ;T@ o; ;;;[o;;I" ext/tk/*;T;[o;;[I"5update to support libraries in ActiveTcl8.4.12.0;To;;0;[o;;[0o;;I"!ext/tk/sample/scrollframe.rb;T;[o;;[I"add a new sample.;TS; ; i; I"ISun Dec 11 22:07:58 2005 Masatoshi SEKI ;T@ o; ;;;[o;;I":test/rinda/test_rinda.rb (test_remote_array_and_hash);T;[o;;[I"Epseudo remote objects are protected against GC. [ruby-dev:27911];TS; ; i; I"2005-12-10;T@ S; ; i; I"ESat Dec 10 01:06:06 2005 Keiju Ishitsuka ;T@ o; ;;;[o;;I"lib/matrix.rb;T;[o;;[I"Radd Matrix#determinant_e, Matrix#rank_e. [ruby-dev:27820] and related thread.;TS; ; i; I"ESat Dec 10 00:31:42 2005 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"eval.c (calling_scope_t);T;[o;;[I"@gave names to magic numbers for rb_call(). [ruby-dev:27978];TS; ; i; I"2005-12-09;T@ S; ; i; I"EFri Dec 9 23:31:02 2005 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"&lib/rexml/encoding.rb (encoding=);T;[o;;[I"Hgive priority to particular conversion to iconv. [ruby-core:06520];TS; ; i; I"EFri Dec 9 23:16:51 2005 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"range.c (range_include);T;[o;;[I"Lreturn false unless included in numeric range. fixed: [ruby-dev:27975];TS; ; i; I"2005-12-08;T@ S; ; i; I"EThu Dec 8 02:07:19 2005 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"eval.c (umethod_bind);T;[o;;[I">adjust invoking class for module method. [ruby-dev:27964];TS; ; i; I"GThu Dec 8 00:40:52 2005 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"eval.c (call_trace_func);T;[o;;[I"^klass parameter should be a class/module that defines calling method. [ruby-talk:169307];TS; ; i; I"2005-12-07;T@ S; ; i; I"EWed Dec 7 17:10:27 2005 Kazuhiro NISHIYAMA ;T@ o; ;;;[o;;I"sprintf.c (rb_f_sprintf);T;[o;;[I"[ruby-dev:27967];TS; ; i; I"GWed Dec 7 16:39:18 2005 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"range.c (range_include);T;[o;;[I"Iuse discrete membership for non Numeric values, for example, String.;To;;I"numeric.c (num_scalar_p);T;[o;;[I"!new method. [ruby-dev:27936];To;;I"%lib/complex.rb (Complex#scalar?);T;[o;;[I" ditto.;TS; ; i; I"GWed Dec 7 15:31:35 2005 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"sprintf.c (rb_str_format);T;[o;;[I""integer overflow check added.;To;;I"sprintf.c (GETASTER);T;[o;;[I" ditto.;TS; ; i; I"HWed Dec 7 01:02:04 2005 Hidetoshi NAGAI ;T@ o; ;;;[ o;;I"ext/tk/README.macosx-aqua;T;[o;;[I"g[new document] tips to avoid the known bug on platform specific dialogs of Tcl/Tk Aqua on MacOS X.;To;;I"ext/tk/tcltklib.c;T;[o;;[I"efix bug on switching threads and waiting on the deleted interpreter on vwait and tkwait command.;To;;I"ext/tk/lib/multi-tk.rb;T;[o;;[I">kill the meaningless loop for the deleted Tk interpreter.;To;;I"%ext/tk/sample/demos-jp/image3.rb;T;[o;;[I"[bug fix] wrong argument.;To;;I"%ext/tk/sample/demos-en/image3.rb;T;[o;;[I" ditto.;To;;I"#ext/tk/sample/demos-jp/menu.rb;T;[o;;[I"fix message for MacOS X.;To;;I"%ext/tk/sample/demos-jp/menu8x.rb;T;[o;;[I" ditto.;To;;I"#ext/tk/sample/demos-en/menu.rb;T;[o;;[I" ditto.;TS; ; i; I"2005-12-06;T@ S; ; i; I"GTue Dec 6 16:48:40 2005 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"gc.c (ruby_xmalloc2);T;[o;;[I"Cchange check condition for integer overflow. [ruby-dev:27399];To;;I"gc.c (ruby_xrealloc2);T;[o;;[I" ditto.;TS; ; i; I";Tue Dec 6 16:37:57 2005 Yuya Nishida ;T@ o; ;;;[o;;I"eval.c (exec_under);T;[o;;[I"7avoid accessing ruby_frame->prev. [ruby-dev:27948];TS; ; i; I"2005-12-02;T@ S; ; i; I"IFri Dec 2 19:06:06 2005 Hirokazu Yamamoto ;T@ o; ;;;[o;;I"dir.c (Compare);T;[o;;[I"3should not fold double byte alphabet on win9x.;TS; ; i; I"2005-12-01;T@ S; ; i; I"EThu Dec 1 00:50:33 2005 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"eval.c (rb_funcall2);T;[o;;[I"=allow to call protected methods. fixed: [ruby-dev:27890];TS; ; i; I"2005-11-30;T@ S; ; i; I"EWed Nov 30 23:52:17 2005 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"#parse.y (struct parser_params);T;[o;;[I"@fields common to ripper must be placed at each same offset.;To;;I" parse.y (NEWHEAP, ADD2HEAP);T;[o;;[I"=set count after pointer was set. fixed: [ruby-dev:27896];TS; ; i; I"GWed Nov 30 13:43:07 2005 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"&misc/ruby-mode.el (ruby-expr-beg);T;[o;;[I";T@ o; ;;;[o;;I"#parse.y (struct parser_params);T;[o;;[I"Rheap must be placed at same offset also in ripper.y. fixed: [ruby-dev:27846];To;;I"parse.y (yycompile);T;[o;;[I"Iprevent vparser from tail call optimization. fixed: [ruby-dev:27851];To;;I"parse.y (parser_mark);T;[o;;[I"6value needs to be marked. fixed: [ruby-dev:27845];TS; ; i; I"ITue Nov 29 22:45:30 2005 Masatoshi SEKI ;T@ o; ;;;[o;;I"+lib/drb/observer.rb (notify_observers);T;[o;;[I":follow change of observer.rb. fixed: [ruby-core:6796];TS; ; i; I"2005-11-28;T@ S; ; i; I";Mon Nov 28 20:24:22 2005 Tanaka Akira ;T@ o; ;;;[o;;I"3lib/pp.rb (PP::PPMethods#object_address_group);T;[o;;[I"$mask an address with word size.;To;;I"3lib/pp.rb (PP::PPMethods#object_address_group);T;[o;;[I"adjust address format.;TS; ; i; I"BMon Nov 28 18:55:22 2005 NAKAMURA Usaku ;T@ o; ;;;[o;;I"1ext/socket/socket.c (init_inetsock_internal);T;[o;;[I"premove setting SO_REUSEADDR option on server socket on Cygwin. fixed: [ruby-core:6765] ([ ruby-Bugs-2872 ]);TS; ; i; I"IMon Nov 28 13:11:45 2005 Hirokazu Yamamoto ;T@ o; ;;;[o;;I"$win32/win32.c (rb_w32_strerror);T;[o;;[I"Mremove all CR and LF. (avoid broken error message on bccwin32 + winsock);TS; ; i; I"IMon Nov 28 09:15:50 2005 Hirokazu Yamamoto ;T@ o; ;;;[o;;I""lib/mkmf.rb (create_makefile);T;[o;;[I"qshould not change sodir with dir.gsub!. (bccwin32 failed to install third party extensions) [ruby-dev:27834];TS; ; i; I"2005-11-27;T@ S; ; i; I";Sun Nov 27 05:37:20 2005 Tanaka Akira ;T@ o; ;;;[o;;I"lib/pathname.rb;T;[o;;[I"Luse File.basename to decompose pathnames. experimental Windows support.;TS; ; i; I"FSun Nov 27 00:56:13 2005 NAKAMURA, Hiroshi ;T@ o; ;;;[o;;I")lib/wsdl/xmlSchema/complexContent.rb;T;[o;;[I"6missing ComplexContent#elementformdefault method.;TS; ; i; I"2005-11-26;T@ S; ; i; I"FSat Nov 26 19:57:45 2005 WATANABE Hirofumi ;T@ o; ;;;[o;;I"dln.c (conv_to_posix_path);T;[o;;[I"should initialize posix.;TS; ; i; I"2005-11-25;T@ S; ; i; I"GFri Nov 25 20:34:56 2005 Yukihiro Matsumoto ;T@ o; ;;;[o;;I",lib/xmlrpc/datetime.rb (DateTime::to_a);T;[o;;[I"Dcomparison with non array-convertible object must return false.;TS; ; i; I"GFri Nov 25 14:34:09 2005 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"range.c (range_max);T;[o;;[I"^treat end exclusion without iteration if the end value is an integer. [ruby-talk:167433];TS; ; i; I"?Fri Nov 25 12:52:57 2005 Kouhei Sutou ;T@ o; ;;;[ o;;I"lib/rss/rss.rb;T;[o;;[I"(added backward compatibility codes.;To;;I"lib/rss/parser.rb;T;[o;;[I" ditto.;To;;I"test/rss/test_parser.rb;T;[o;;[I" ditto.;To;;I"test/rss/test_2.0.rb;T;[o;;[I" ditto.;To;;I"test/rss/test_content.rb;T;[o;;[I"=use #__send__ instead of #funcall for no private method.;TS; ; i; I"?Fri Nov 25 12:39:56 2005 Kouhei Sutou ;T@ o; ;;;[o;;I"lib/rss/rss.rb;T;[o;;[I"improved type conversion.;To;;I"lib/rss/1.0.rb;T;[o;;[I" ditto.;To;;I"lib/rss/0.9.rb;T;[o;;[I" ditto.;To;;I"lib/rss/2.0.rb;T;[o;;[I" ditto.;To;;I"lib/rss/image.rb;T;[o;;[I" ditto.;To;;I"lib/rss/syndication.rb;T;[o;;[I" ditto.;To;;I"test/rss/test_2.0.rb;T;[o;;[I"!added type conversion tests.;To;;I"test/rss/test_accessor.rb;T;[o;;[I" ditto.;To;;I"test/rss/test_to_s.rb;T;[o;;[I" ditto.;To;;I"!test/rss/test_syndication.rb;T;[o;;[I" ditto.;To;;I"%test/rss/test_setup_maker_2.0.rb;T;[o;;[I" ditto.;To;;I"%test/rss/test_setup_maker_1.0.rb;T;[o;;[I" ditto.;To;;I"%test/rss/test_setup_maker_0.9.rb;T;[o;;[I" ditto.;To;;I"test/rss/test_maker_sy.rb;T;[o;;[I" ditto.;To;;I"!test/rss/test_maker_image.rb;T;[o;;[I" ditto.;To;;I"test/rss/test_maker_2.0.rb;T;[o;;[I" ditto.;To;;I"test/rss/test_maker_0.9.rb;T;[o;;[I" ditto.;To;;I"test/rss/test_image.rb;T;[o;;[I" ditto.;To;;I"test/rss/test_maker_1.0.rb;T;[o;;[I"(use assert instead of assert_equal.;To;;I"test/rss/rss-assertions.rb;T;[o;;[I")improved type conversion assertions.;TS; ; i; I"?Fri Nov 25 10:38:20 2005 Kouhei Sutou ;T@ o; ;;;[o;;I"lib/rss/image.rb;T;[o;;[I"added Image prefix.;To;;I"lib/rss/maker/image.rb;T;[o;;[I" ditto.;TS; ; i; I"?Fri Nov 25 10:33:02 2005 Kouhei Sutou ;T@ o; ;;;[ o;;I"test/rss/test_2.0.rb;T;[o;;[I"added RSS 2.0 tests.;To;;I"test/rss/rss-assertions.rb;T;[o;;[I"'extended XML stylesheet assertion.;To;;I"lib/rss/0.9.rb;T;[o;;[I"added initialize method.;To;;I"test/rss/test_1.0.rb;T;[o;;[I" cleanup.;TS; ; i; I"GFri Nov 25 10:29:48 2005 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"range.c (range_min);T;[o;;[I"Ause <=> comparison rather than iteration. [ruby-talk:167420];To;;I"range.c (range_max);T;[o;;[I" ditto.;TS; ; i; I"2005-11-24;T@ S; ; i; I"IThu Nov 24 01:31:44 2005 Hirokazu Yamamoto ;T@ o; ;;;[o;;I"file.c (w32_io_info);T;[o;;[I"CreateFile failed on Win9x if file was already opened. (FILE_SHARE_READ was needed, but actually I don't understand the flags of CreateFile well...);TS; ; i; I"2005-11-23;T@ S; ; i; I"GWed Nov 23 23:52:35 2005 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"numeric.c (num_div);T;[o;;[I"9use floor rather than rb_Integer(). [ruby-dev:27674];TS; ; i; I"?Wed Nov 23 22:34:15 2005 Kouhei Sutou ;T@ o; ;;;[ o;;I"lib/rss/parser.rb;T;[o;;[I"*added entity handling type predicate.;To;;I"lib/rss/rexmlparser.rb;T;[o;;[I" ditto.;To;;I"lib/rss/xmlparser.rb;T;[o;;[I" ditto.;To;;I"lib/rss/xmlscanner.rb;T;[o;;[I" ditto.;To;;I"lib/rss/xmlscanner.rb;T;[o;;[I"!more robust entity handling.;To;;I"test/rss/test_parser.rb;T;[o;;[I"#added an entity handling test.;TS; ; i; I"HWed Nov 23 20:59:01 2005 Hidetoshi NAGAI ;T@ o; ;;;[ o;;I"ext/tk/lib/tk.rb;T;[o;;[I"@add Tk.pkgconfig_list and Tk.pkgconfig_get [Tk8.5 feature].;To;;I"ext/tk/lib/tk/text.rb;T;[o;;[I"Esupports new indices modifiers on a Text widget [Tk8.5 feature].;To;;I"ext/tk/lib/tk/virtevent.rb;T;[o;;[I"add TkNamedVirtualEvent.;To;;I"ext/tk/lib/tk/autoload.rb;T;[o;;[I" ditto.;To;;I"ext/tk/lib/tk/event.rb;T;[o;;[I"6add :data key for virtual events [Tk8.5 feature].;TS; ; i; I"IWed Nov 23 18:52:45 2005 Hirokazu Yamamoto ;T@ o; ;;;[o;;I"file.c (w32_io_info);T;[o;;[I"9should not call GetFileInformationByHandle for pipe.;To;;I"file.c (w32_io_info);T;[o;;[I"3checks return value from rb_w32_get_osfhandle.;To;;I"file.c (w32_io_info);T;[o;;[I")now can identify directory on WinNT.;TS; ; i; I"?Wed Nov 23 18:46:53 2005 Kouhei Sutou ;T@ o; ;;;[o;;I" lib/rss/;T;[o;;[I"$use #__send__ instead of #send.;To;;I"test/rss/;T;[o;;[I" ditto.;TS; ; i; I"?Wed Nov 23 18:32:56 2005 Kouhei Sutou ;T@ o; ;;;[o;;I"test/rss/test_taxonomy.rb;T;[o;;[I"use #reject directory.;TS; ; i; I"?Wed Nov 23 18:26:00 2005 Kouhei Sutou ;T@ o; ;;;[o;;I"lib/rss/taxonomy.rb;T;[o;;[I":changed class or module prefix to Taxonomy from Taxo.;To;;I"lib/rss/maker/taxonomy.rb;T;[o;;[I" ditto.;TS; ; i; I"?Wed Nov 23 18:21:11 2005 Kouhei Sutou ;T@ o; ;;;[o;;I"lib/rss/maker/taxonomy.rb;T;[o;;[I"/implemented taxonomy module for RSS Maker.;To;;I"lib/rss/taxonomy.rb;T;[o;;[I"supported RSS Maker.;To;;I"lib/rss/maker.rb;T;[o;;[I"#added taxonomy module support.;To;;I"lib/rss/rss.rb;T;[o;;[I"#adjusted to other element API.;To;;I"lib/rss/1.0.rb;T;[o;;[I"Jadjusted to other element API but backward compatibility is reserved.;To;;I"lib/rss/0.9.rb;T;[o;;[I" ditto.;To;;I" test/rss/test_maker_taxo.rb;T;[o;;[I"7added test case for taxonomy module for RSS Maker.;To;;I"%test/rss/test_setup_maker_1.0.rb;T;[o;;[I" added tests for taxo:topic.;To;;I"%test/rss/test_setup_maker_1.0.rb;T;[o;;[I"'added backward compatibility test.;To;;I"%test/rss/test_setup_maker_0.9.rb;T;[o;;[I" ditto.;To;;I"%test/rss/test_setup_maker_2.0.rb;T;[o;;[I" ditto.;To;;I"test/rss/rss-testcase.rb;T;[o;;[I"8added convenience method for setting up taxo:topic.;To;;I"test/rss/rss-assertions.rb;T;[o;;[I"$added assertion for taxo:topic.;To;;I"sample/rss/blend.rb;T;[o;;[I"followed new API.;TS; ; i; I"?Wed Nov 23 17:42:24 2005 Kouhei Sutou ;T@ o; ;;;[o;;I"lib/rss/rss.rb;T;[o;;[I"fixed a indentation bug.;To;;I"lib/rss/taxonomy.rb;T;[o;;[I""fixed #to_s bug.;To;;I"test/rss/test_taxonomy.rb;T;[o;;[I"added a #to_s test.;TS; ; i; I">Wed Nov 23 03:40:49 2005 Guy Decoux ;T@ o; ;;;[o;;I"re.c (KR_REHASH);T;[o;;[I"=should cast to unsigned for 64bit CPU. [ruby-core:06721];TS; ; i; I"CWed Nov 23 07:26:44 2005 GOTOU Yuuzou ;T@ o; ;;;[ o;;I"ext/openssl/extconf.rb;T;[o;;[I"$check for X509V3_EXT_nconf_nid.;To;;I"4ext/openssl/ossl_x509ext.c (MakeX509ExtFactory);T;[o;;[I"6should use OPENSSL_malloc to allocate X509V3_CTX.;To;;I"@ext/openssl/ossl_x509ext.c (ossl_x509extfactory_create_ext);T;[o;;[I"ruse X509V3_EXT_nconf_nid to avoid SEGV (and to build extensions which values are placed in separate section).;To;;I"!test/openssl/test_x509ext.rb;T;[o;;[I"new file.;TS; ; i; I"EWed Nov 23 01:22:57 2005 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"file.c (test_identical);T;[o;;[I"%test if two files are identical.;To;;I"file.c (rb_f_test);T;[o;;[I"Ssupport DOSISH systems where st_ino is not reliable. fixed: [ruby-core:06672];To;;I"#win32.h, win32.c (rb_w32_osid);T;[o;;[I" check the running platform.;TS; ; i; I"2005-11-22;T@ S; ; i; I"ETue Nov 22 23:52:06 2005 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"lib/optparse.rb;T;[o;;[I"pmatch incomplete (in current enconding) multibyte string. http://inamode6.tokuhirom.dnsalias.org/show/1551;TS; ; i; I"ITue Nov 22 18:36:11 2005 Hirokazu Yamamoto ;T@ o; ;;;[o;;I"win32/win32.c (winnt_stat);T;[o;;[I"(set mapped errno instead of ENOENT.;TS; ; i; I"BTue Nov 22 14:36:54 2005 NAKAMURA Usaku ;T@ o; ;;;[o;;I" file.c (rb_file_s_basename);T;[o;;[I"-skip slashes just after UNC top slashes.;To;;I"9test/ruby/test_path.rb (test_dirname, test_basename);T;[o;;[I"(follow new spec. and add new tests.;TS; ; i; I"ITue Nov 22 13:30:15 2005 Hirokazu Yamamoto ;T@ o; ;;;[o;;I" win32/win32.c (rb_w32_stat);T;[o;;[I"Dir.chdir('//server/shared'); p Dir.glob('*') should work on WinNT. (implemented our own stat(2) on WinNT) [ruby-list:41552] [ruby-dev:27711];TS; ; i; I"HTue Nov 22 02:31:53 2005 Hidetoshi NAGAI ;T@ o; ;;;[o;;I" ext/tk/lib/tkextlib/tile.rb;T;[o;;[I":bug fix (Tk::Tile::USE_TTK_NAMESPACE is not defined).;TS; ; i; I"ETue Nov 22 01:45:21 2005 Nobuyoshi Nakada ;T@ o; ;;;[o;;I" file.c (rb_file_s_basename);T;[o;;[I"PDOSISH_UNC is defined on cygwin but DOSISH is not. fixed: [ruby-dev:27797];TS; ; i; I"2005-11-21;T@ S; ; i; I"EMon Nov 21 22:50:48 2005 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"5file.c (rb_path_skip_prefix, rb_file_s_basename);T;[o;;[I"WUNC without path should not be splitted. fixed: [ruby-dev:27776] [ruby-dev:27786];To;;I"parse.y (dsym);T;[o;;[I"Nprohibit empty symbol literal by interpolation. fixed: [ruby-talk:166529];TS; ; i; I"EMon Nov 21 16:03:48 2005 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"win32/setup.mk;T;[o;;[I";T@ o; ;;;[o;;I"#regparse.c (fetch_token_in_cc);T;[o;;[I":tok->escaped should be initialized. [ruby-dev:27763];TS; ; i; I"ESun Nov 20 22:34:06 2005 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"parse.y (rb_symname_p);T;[o;;[I"G[ not followed by ] is not valid symbol. fixed: [ruby-talk:166520];TS; ; i; I"2005-11-19;T@ S; ; i; I"GSat Nov 19 19:57:54 2005 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"%lib/fileutils.rb (FileUtils::ln);T;[o;;[I",ln documentation fix. [ruby-core:06661];TS; ; i; I"?Sat Nov 19 08:19:38 2005 Zach Dennis ;T@ o; ;;;[o;;I"ext/socket/socket.c;T;[o;;[I"+Socket Documentation. [ruby-core:6552];TS; ; i; I"HSat Nov 19 07:34:32 2005 Hidetoshi NAGAI ;T@ o; ;;;[o;;I"ext/tk/lib/tk/font.rb;T;[o;;[I"6remove dependency on Ruby's version (1.8 or 1.9).;To;;I"'ext/tk/lib/tkextlib/ICONS/icons.rb;T;[o;;[I" ditto.;To;;I",ext/tk/sample/tkextlib/treectrl/demo.rb;T;[o;;[I" ditto.;TS; ; i; I"2005-11-18;T@ S; ; i; I"BFri Nov 18 18:07:05 2005 NAKAMURA Usaku ;T@ o; ;;;[o;;I"file.c (rb_file_s_dirname);T;[o;;[I"hshould use skipprefix for UNC path. pointed out by nobu ([ruby-dev:27744]). fixed: [ruby-core:5076];TS; ; i; I"HFri Nov 18 17:35:09 2005 Hidetoshi NAGAI ;T@ o; ;;;[ o;;I"ext/tk/lib/multi-tk.rb;T;[o;;[I"add restriction to access the entried command table and manipulate other IPs (for reason of security). Now, a IP object can be controlled by only its master IP or the default IP.;To;;I"ext/tk/lib/remote-tk.rb;T;[o;;[I"#add restriction to manipulate.;To;;I")ext/tk/tcltklib.c (ip_is_slave_of_p);T;[o;;[I"7add TclTkIp#slave_of?(ip) to check manipulability.;To;;I"ext/tk/lib/tk.rb;T;[o;;[I"-bug fix on handling of Tcl's namespaces.;To;;I"ext/tk/lib/tk/namespace.rb;T;[o;;[I" ditto.;TS; ; i; I"BFri Nov 18 16:47:33 2005 NAKAMURA Usaku ;T@ o; ;;;[o;;I"file.c (rb_file_s_dirname);T;[o;;[I"Nadded checks for some patterns with drive letter. fixed: [ruby-dev:27738];To;;I"*test/ruby/test_path.rb (test_dirname);T;[o;;[I"$added tests for above patterns.;TS; ; i; I"IFri Nov 18 12:19:16 2005 Hirokazu Yamamoto ;T@ o; ;;;[o;;I"win32/win32.h (S_IFIFO);T;[o;;[I"@r,w = IO.pipe; r.stat.pipe? now returns true on VisualC++6.;TS; ; i; I"2005-11-17;T@ S; ; i; I"?Thu Nov 17 17:58:00 2005 Kouhei Sutou ;T@ o; ;;;[ o;;I"lib/rss/1.0.rb;T;[o;;[I"*added convenience method 'resources'.;To;;I"lib/rss/taxonomy.rb;T;[o;;[I" ditto.;To;;I"test/rss/rss-assertions.rb;T;[o;;[I" added test for 'resources'.;To;;I"test/rss/test_taxonomy.rb;T;[o;;[I" ditto.;TS; ; i; I"?Thu Nov 17 17:53:30 2005 Kouhei Sutou ;T@ o; ;;;[o;;I"lib/rss/taxonomy.rb;T;[o;;[I"!implemented taxonomy module.;To;;I"test/rss/test_taxonomy.rb;T;[o;;[I"&added tests for taxonomy support.;TS; ; i; I"?Thu Nov 17 17:40:19 2005 Kouhei Sutou ;T@ o; ;;;[o;;I"lib/rss/1.0.rb;T;[o;;[I"added rdf:Bag.;TS; ; i; I"?Thu Nov 17 13:52:00 2005 Kouhei Sutou ;T@ o; ;;;[o;;I"lib/rss/rss.rb;T;[o;;[I"(removed needless argument 'prefix'.;To;;I"lib/rss/parser.rb;T;[o;;[I" ditto.;TS; ; i; I"2005-11-16;T@ S; ; i; I"EWed Nov 16 23:24:17 2005 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"common.mk (static-ruby);T;[o;;[I"overridable.;To;;I"ext/extmk.rb (parse_args);T;[o;;[I"Oforce to link extensions statically only if static is given for extstatic.;To;;I"ext/extmk.rb (RUBY, RUBYW);T;[o;;[I"overridable.;TS; ; i; I"?Wed Nov 16 01:29:31 2005 Kouhei Sutou ;T@ o; ;;;[o;;I"lib/rss/trackback.rb;T;[o;;[I"added TrackBack prefix.;To;;I"lib/rss/maker/trackback.rb;T;[o;;[I" ditto.;TS; ; i; I"?Wed Nov 16 01:26:13 2005 Kouhei Sutou ;T@ o; ;;;[o;;I""lib/rss/rss.rb (RSS::VERSION);T;[o;;[I"0.1.5 -> 0.1.6.;To;;I"=test/rss/test_version.rb (RSS::TestVersion#test_version);T;[o;;[I" ditto.;TS; ; i; I"2005-11-15;T@ S; ; i; I"ETue Nov 15 23:54:24 2005 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"file.c (file_load_ok);T;[o;;[I";T@ o; ;;;[o;;I"array.c (rb_ary_fill);T;[o;;[I"previous commit disabled this usage: a = [0,1,2,3,4,5,6,7,8,9] a.fill {|i| a[i] * 10} #=> [nil, nil, ...., nil] previous commit has the advantage of early garbage collection, but potentially this would break some script. so I reverted behavior.;TS; ; i; I"GTue Nov 15 16:15:23 2005 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"file.c (file_load_ok);T;[o;;[I"Luse eaccess() instead of actually opening the file. [ruby-talk:156378];To;;I"#lib/jcode.rb (String::reverse);T;[o;;[I"'add new methods. [ruby-list:41245];TS; ; i; I"ITue Nov 15 15:49:34 2005 Hirokazu Yamamoto ;T@ o; ;;;[o;;I"array.c (rb_ary_fill);T;[o;;[I"utail elements were vanished when the middle part of array was filled. (ie: [0,1,2,3,4].fill(-1,2,1) => [0,1,-1]);To;;I"(test/ruby/test_array.rb (test_fill);T;[o;;[I" added.;TS; ; i; I"GTue Nov 15 14:39:16 2005 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"array.c (rb_ary_fill);T;[o;;[I"kshould adjust array length correctly when an array is expanded in the fill process. [ruby-core:06625];TS; ; i; I"2005-11-14;T@ S; ; i; I"EMon Nov 14 23:49:57 2005 Nobuyoshi Nakada ;T@ o; ;;;[o;;I" file.c (rb_file_s_readlink);T;[o;;[I"5ERANGE will occur only on GPFS. [ruby-dev:27699];TS; ; i; I"GMon Nov 14 17:36:22 2005 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"array.c (rb_ary_first);T;[o;;[I"MRDoc update from Daniel Berger . [ruby-core:06577].;TS; ; i; I"2005-11-13;T@ S; ; i; I"ASun Nov 13 10:55:24 2005 Minero Aoki ;T@ o; ;;;[o;;I"lib/uri/common.rb (escape);T;[o;;[I"@regard second argument as a character set. [ruby-dev:27692];TS; ; i; I"2005-11-12;T@ S; ; i; I"ESat Nov 12 08:36:40 2005 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"#configure.in, eval.c, intern.h;T;[o;;[I"check fd_mask type.;To;;I"configure.in (socketpair);T;[o;;[I"need to be checked.;TS; ; i; I"2005-11-11;T@ S; ; i; I"IFri Nov 11 19:53:47 2005 Hirokazu Yamamoto ;T@ o; ;;;[o;;I"eval.c, intern.h;T;[o;;[I"^failed to compile where NFDBITS is defined but howmany() is not defined. [ruby-dev:27680];To;;I"io.c (is_socket);T;[o;;[I"5failed to compile where S_ISSOCK is not defined.;To;;I"io.c (pipe_open);T;[o;;[I"9failed to compile where socketpair is not supported.;TS; ; i; I"EFri Nov 11 08:20:56 2005 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"Makefile.in (OUTFLAG);T;[o;;[I",keep trailing spaces. [ruby-dev:27666];To;;I"mkconfig.rb;T;[o;;[I"#substitution references added.;TS; ; i; I"IFri Nov 11 07:39:49 2005 Hirokazu Yamamoto ;T@ o; ;;;[o;;I"configure.in;T;[o;;[I"gundef HAVE_LINK on BeOS. (link(2) always returns EINVAL, and this causes error in test/fileutils.);To;;I" file.c;T;[o;;[I"override chown(2) and fchown(2) on BeOS. (these functions should not change user/group id if -1 is passed as corresponding argument, and this causes error in test/fileutils too) [ruby-dev:27672];TS; ; i; I"2005-11-10;T@ S; ; i; I"EThu Nov 10 21:05:03 2005 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"lib/shellwords.rb;T;[o;;[I"@fix for blank but not empty string. fixed: [ruby-dev:27663];TS; ; i; I"2005-11-09;T@ S; ; i; I"EWed Nov 9 08:39:38 2005 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"lib/shellwords.rb;T;[o;;[I"#refactored. [ruby-core:06581];TS; ; i; I"2005-11-08;T@ S; ; i; I"ITue Nov 8 17:35:53 2005 Hirokazu Yamamoto ;T@ o; ;;;[o;;I".intern.h, eval.c (rb_thread_signal_raise);T;[o;;[I"constified.;To;;I" signal.c;T;[o;;[I"cosmetic change.;TS; ; i; I"CTue Nov 8 15:32:27 2005 GOTOU Yuuzou ;T@ o; ;;;[o;;I"+lib/drb/ssl.rb (DRb::SSLConfig#accept);T;[o;;[I"2fixed typo. [ruby-dev:27560] [ruby-core:4627];TS; ; i; I"2005-11-07;T@ S; ; i; I"EMon Nov 7 20:54:57 2005 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"ext/iconv/iconv.c;T;[o;;[I"(iconvctl() support. [EXPERIMENTAL];TS; ; i; I"BMon Nov 7 16:23:23 2005 NAKAMURA Usaku ;T@ o; ;;;[o;;I"ext/openssl/ossl.h;T;[o;;[I"Sneed to include winsock2.h before including windows.h by some openssl headers.;TS; ; i; I"HMon Nov 7 13:43:51 2005 Hidetoshi NAGAI ;T@ o; ;;;[ o;;I"5ext/tk/stubs.c (_nativethread_consistency_check);T;[o;;[I"use simpler;To;;0;[o;;[0o;;I"ext/tk/tcltklib.c;T;[o;;[I"reduce warnings.;To;;I"ext/tk/tkutil/tkutil.c;T;[o;;[I" ditto.;TS; ; i; I"IMon Nov 7 00:06:12 2005 Hirokazu Yamamoto ;T@ o; ;;;[o;;I"lib/yaml.rb;T;[o;;[I"=removed :nodoc: to generate Kernel doc. [ruby-core:6324];TS; ; i; I"2005-11-06;T@ S; ; i; I"ESun Nov 6 23:39:13 2005 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"-ext/iconv/iconv.c (Iconv::BrokenLibrary);T;[o;;[I"9exception when detected a bug of underlying library.;TS; ; i; I"ISun Nov 6 21:43:22 2005 Hirokazu Yamamoto ;T@ o; ;;;[o;;I"7ext/tk/stubs.c (ruby_tcl_create_ip_and_stubs_init);T;[o;;[I"Lshould touch interpreter after initialization is done. [ruby-dev:27638];TS; ; i; I"ESun Nov 6 20:13:27 2005 Nobuyoshi Nakada ;T@ o; ;;;[o;;I" file.c (rb_file_s_readlink);T;[o;;[I"hreadlink(2) on AIX fails with ERANGE if buffer size is less than required. fixed: [ruby-dev:27634];TS; ; i; I"2005-11-05;T@ S; ; i; I"ESat Nov 5 13:42:50 2005 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"0configure.in, cygwin/GNUmakefile.in (mingw);T;[o;;[I"5use def file to alias symbols. [ruby-dev:27532];To;;I"+bcc32/mkexports.rb, win32/mkexports.rb;T;[o;;[I"make aliases in DLL.;To;;I"!win32/win32.c, win32/win32.h;T;[o;;[I"6replace symbols only when RUBY_EXPORT is defined.;TS; ; i; I"2005-11-03;T@ S; ; i; I"AThu Nov 3 07:57:39 2005 Minero Aoki ;T@ o; ;;;[o;;I" lib/open-uri.rb (open_loop);T;[o;;[I"Mfind_proxy should return nil when proxy does not exist. [ruby-dev:27630];TS; ; i; I"2005-11-02;T@ S; ; i; I"HWed Nov 2 20:25:28 2005 Hidetoshi NAGAI ;T@ o; ;;;[o;;I"ext/tk/extconf.rb;T;[o;;[I"=ext/tk/extconf.rb: change the check parameter for Win32.;TS; ; i; I"HWed Nov 2 19:03:06 2005 Hidetoshi NAGAI ;T@ o; ;;;[o;;I"Dext/tk/tcltklib.c (ip_rbUpdateObjCmd, ip_rb_threadUpdateObjCmd);T;[o;;[I"+passed improper flags to DoOneEvent().;To;;I"ext/tk/tkutil/tkutil.c;T;[o;;[I"8use rb_obj_respond_to() instead of rb_respond_to().;TS; ; i; I"2005-11-01;T@ S; ; i; I"GTue Nov 1 14:20:11 2005 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"eval.c (rb_call_super);T;[o;;[I"Fshould call method_missing if super is called from Kernel method.;To;;I"eval.c (exec_under);T;[o;;[I";T@ o; ;;;[o;;I"ext/openssl/extconf.rb;T;[o;;[I"9should check ERR_peek_last_error(). [ruby-dev:27597];To;;I"$ext/openssl/ossl.c (ossl_raise);T;[o;;[I" ditto.;TS; ; i; I"2005-10-31;T@ S; ; i; I"GMon Oct 31 17:34:46 2005 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"configure.in;T;[o;;[I"quse proper option for Sun linker. A patch from Shinya Kuwamura . [ruby-dev:27603];TS; ; i; I"CMon Oct 31 05:46:08 2005 GOTOU Yuuzou ;T@ o; ;;;[o;;I"3ext/openssl/ossl_cipher.c (ossl_cipher_update);T;[o;;[I"5input data must not be empty. [ruby-talk:161220];To;;I" test/openssl/test_cipher.rb;T;[o;;[I"$add test for Cipher#update("").;TS; ; i; I"CMon Oct 31 05:38:26 2005 GOTOU Yuuzou ;T@ o; ;;;[o;;I"Tlib/webrick/httpservlet/cgihandler.rb (WEBrick::HTTPServlet::CGIHandler#do_GET);T;[o;;[I"`the value of Set-Cookie: header field should be splited into each cookie. [ruby-Bugs:2199];To;;I"=lib/webrick/cookie.rb (WEBrick::Cookie.parse_set_cookie);T;[o;;[I"?new method to parse the value of Set-Cookie: header field.;To;;I"Ttest/webrick/test_cookie.rb, test/webrick/test_cgi.rb, test/webrick/webrick.cgi;T;[o;;[I"add some test for cookie.;TS; ; i; I"GMon Oct 31 02:33:25 2005 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"numeric.c (fix_rshift);T;[o;;[I" RDoc fix. [ruby-core:6351];To;;I"util.h (strtod);T;[o;;[I"Hadd #undef for platforms defines strtod() macro. [ruby-dev:27563];TS; ; i; I"IMon Oct 31 02:31:41 2005 Hirokazu Yamamoto ;T@ o; ;;;[o;;I"-test/ruby/test_float.rb (test_precision);T;[o;;[I".test by assert_in_delta. [ruby-dev:27575];TS; ; i; I"2005-10-29;T@ S; ; i; I"GSat Oct 29 01:58:25 2005 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"ext/etc/etc.c;T;[o;;[I"Ddocument update from mathew . [ruby-core:06473];To;;I"ext/fcntl/fcntl.c;T;[o;;[I" ditto.;TS; ; i; I"ASat Oct 29 16:56:03 2005 Tadayoshi Funaba ;T@ o; ;;;[o;;I"lib/date.rb;T;[o;;[I"1added seven predicates sunday? to saturday?.;To;;I"lib/date.rb;T;[o;;[I"Ladded two methods {prev,next}_month, that are almost same as << and >>.;TS; ; i; I"2005-10-27;T@ S; ; i; I"EThu Oct 27 20:34:43 2005 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"'enumerator.c (enumerator_allocate);T;[o;;[I"allow subclassing.;TS; ; i; I"GThu Oct 27 16:45:31 2005 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"string.c (scan_once);T;[o;;[I"7wrong condition to use mbclen2(). [ruby-dev:27535];TS; ; i; I"IThu Oct 27 11:53:17 2005 Hirokazu Yamamoto ;T@ o; ;;;[o;;I"3missing.h, missing/memcmp.c, missing/memmove.c;T;[o;;[I"ANSI compatible interface.;TS; ; i; I"2005-10-26;T@ S; ; i; I"IWed Oct 26 09:15:48 2005 Hirokazu Yamamoto ;T@ o; ;;;[o;;I".ext/syck/implicit.c (syck_type_id_to_uri);T;[o;;[I"tshould return newly allocated memory. otherwise, type_id will be freed twice. [ruby-dev:27384] [ruby-core:6385];TS; ; i; I"EWed Oct 26 01:58:19 2005 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"configure.in (RUBY_EXTERN);T;[o;;[I"Bmacro to export symbols in shared library. [ruby-core:05528];To;;I">defines.h, {bcc32,win32,wince}/Makefile.sub (RUBY_EXTERN);T;[o;;[I"!moved to configuration pass.;To;;I"ext/extmk.rb (extmake);T;[o;;[I".RUBY_EXTERN for static linked extensions.;TS; ; i; I"2005-10-25;T@ S; ; i; I"ITue Oct 25 20:06:59 2005 Hirokazu Yamamoto ;T@ o; ;;;[o;;I")ruby.h (Qfalse, Qtrue, Qnil, Qundef);T;[o;;[I"make sure these immediate values have VALUE type. there is an environment where sizeof(VALUE) != sizeof(int) like IA64. if 32bit integer (Qtrue) is passed to ANYARGS and received by 64bit integer (VALUE), upper bits may have garbage value. [ruby-dev:27513];TS; ; i; I"GTue Oct 25 15:32:00 2005 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"lib/rational.rb;T;[o;;[I"^applied documentation patch from Gavin Sinclair . [ruby-core:06364];To;;I"&lib/irb.rb (IRB::Irb::eval_input);T;[o;;[I"Rhandle prompts with newlines in irb auto-indentation mode. [ruby-core:06358];TS; ; i; I"ITue Oct 25 14:21:46 2005 Hirokazu Yamamoto ;T@ o; ;;;[o;;I"gc.c (garbage_collect);T;[o;;[I";sorry, previous commit was incorrect. [ruby-core:6386];TS; ; i; I"ITue Oct 25 13:40:16 2005 Hirokazu Yamamoto ;T@ o; ;;;[o;;I"gc.c (garbage_collect);T;[o;;[I"kreturn now whether there're rooms for new objects, rather than whether GC run. fixed: [ruby-core:6376];TS; ; i; I"ETue Oct 25 02:12:08 2005 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"Glib/rdoc/markup/simple_markup.rb (SM::SimpleMarkup::LABEL_LIST_RE);T;[o;;[I"4reduce redundant backtrack. [ruby-talk:161771];TS; ; i; I"ITue Oct 25 00:35:33 2005 Masatoshi SEKI ;T@ o; ;;;[o;;I"lib/rinda/*;T;[o;;[I"ERDoc documentation from Eric Hodel added.;TS; ; i; I"2005-10-24;T@ S; ; i; I"EMon Oct 24 21:14:29 2005 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"configure.in, io.c;T;[o;;[I"Guse sys/syscall.h if syscall.h is not available. [ruby-core:06247];TS; ; i; I"BMon Oct 24 20:38:25 2005 NAKAMURA Usaku ;T@ o; ;;;[o;;I"0ext/Win32API/lib/win32/resolv.rb (get_info);T;[o;;[I"Esupport multiple DNS. fixed: [ruby-list:40058], [ruby-dev:27479];TS; ; i; I"HMon Oct 24 11:01:11 2005 Hidetoshi NAGAI ;T@ o; ;;;[o;;I"Jext/tk/lib/tk/canvas.rb (TkCanvasItemConfig::__item_val2ruby_optkeys);T;[o;;[I"$typo fixed. [ruby-talk:162187];To;;I"Gext/tk/lib/tk/menu.rb (TkMenuEntryConfig::__item_val2ruby_optkeys);T;[o;;[I"ditto. [ruby-core:06359];TS; ; i; I"GMon Oct 24 07:57:56 2005 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"Jext/tk/lib/tk/canvas.rb (TkCanvasItemConfig::__item_val2ruby_optkeys);T;[o;;[I"$typo fixed. [ruby-talk:162187];To;;I"Gext/tk/lib/tk/menu.rb (TkMenuEntryConfig::__item_val2ruby_optkeys);T;[o;;[I"ditto. [ruby-core:06359];To;;I"'lib/matrix.rb (Matrix::initialize);T;[o;;[I"use funcall instead of send to allow private methods to be called. A report from Jean-Claude Arbaut . [ruby-core:06359];TS; ; i; I"GMon Oct 24 00:41:18 2005 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"time.c (time_sunday);T;[o;;[I"Iadded predicate methods for the days of the week. [ruby-list:41340];TS; ; i; I"2005-10-23;T@ S; ; i; I"HSun Oct 23 07:11:11 2005 Hidetoshi NAGAI ;T@ o; ;;;[ o;;I"ext/tk/extconf.rb;T;[o;;[I"(improve messages [ruby-core:06325].;To;;I"^ext/tk/lib/tk.rb, ext/tk/lib/tk/canvas.rb, ext/tk/lib/tk/entry.rb, ext/tk/lib/tk/frame.rb, ext/tk/lib/tk/image.rb, ext/tk/lib/tk/itemconfig.rb, ext/tk/lib/tk/labelframe.rb, ext/tk/lib/tk/listbox.rb, ext/tk/lib/tk/menu.rb, ext/tk/lib/tk/radiobutton.rb, ext/tk/lib/tk/scale.rb, ext/tk/lib/tk/spinbox.rb, ext/tk/lib/tk/text.rb, ext/tk/lib/tk/toplevel.rb;T;[o;;[I")improve conversion of option values.;To;;I"ext/tk/lib/tkextlib/*;T;[o;;[I" ditto.;To;;I"ext/tk/lib/tkextlib/*;T;[o;;[I")update to support ActiveTcl8.4.11.2.;To;;I" ext/tk/lib/tkextlib/trofs/*;T;[o;;[I"support Trofs 0.4.3.;To;;I"ext/tk/lib/tkextlib/tile/*;T;[o;;[I"support Tile 0.7.2.;To;;I"ext/tk/lib/tkextlib/vu/*;T;[o;;[I"support vu 2.3.0.;To;;I"!ext/tk/lib/tkextlib/tcllib/*;T;[o;;[I"$support Tcllib 1.8 (Tklib 0.3).;TS; ; i; I"2005-10-22;T@ S; ; i; I"ESat Oct 22 23:54:07 2005 Nobuyoshi Nakada ;T@ o; ;;;[o;;I",ext/extmk.rb, lib/mkmf.rb (with_config);T;[o;;[I"8support --with-extension options. [ruby-dev:27449];TS; ; i; I"ISat Oct 22 14:25:43 2005 Hirokazu Yamamoto ;T@ o; ;;;[o;;I" util.[hc] (ruby_add_suffix);T;[o;;[I"constified.;To;;I"$util.[hc] (ruby_scan_{oct,hex});T;[o;;[I".fixed typo. (renamed from scan_{oct,hex});To;;I" util.c;T;[o;;[I"Valmostly ANSI styled. (except for functions depending on macro and K&R technique);TS; ; i; I"ESat Oct 22 13:26:57 2005 Nobuyoshi Nakada ;T@ o; ;;;[ o;;I"Aobject.c (sym_inspect), parse.y (parser_yylex, rb_symname_p);T;[o;;[I"Echeck if valid as a symbol name more strictly. [ruby-dev:27478];To;;I"test/ruby/test_symbol.rb;T;[o;;[I"!tests for [ruby-core:03573].;To;;I"time.c (rb_strftime);T;[o;;[I"qremoved meaningless volatile modifiers, and concatenate successive nul characters at once. [ruby-dev:27472];To;;I"Dext/tk/lib/tk/font.rb, ext/tk/lib/tkextlib/ICONS/icons.rb, ext/tk/sample/tkextlib/treectrl/demo.rb, lib/net/imap.rb, lib/rss/parser.rb, test/rss/test_content.rb, test/rss/test_dublincore.rb, test/rss/test_syndication.rb, test/rss/test_trackback.rb, test/ruby/test_eval.rb, test/socket/test_socket.rb, test/socket/test_udp.rb;T;[o;;[I"0Object#fcall was renamed as Object#funcall.;TS; ; i; I"ISat Oct 22 10:08:28 2005 Hirokazu Yamamoto ;T@ o; ;;;[o;;I"missing.h, missing/*.c;T;[o;;[I"vSUSv3 compatible strcasecmp and strncasecmp, ANSI compatible strtol and strtoul, and ANSI styled other functions.;TS; ; i; I"2005-10-21;T@ S; ; i; I"IFri Oct 21 19:16:08 2005 Hirokazu Yamamoto ;T@ o; ;;;[o;;I"rubysig.h (CHECK_INTS);T;[o;;[I"/fixed typo. (I believe bit-or is improper);TS; ; i; I"GFri Oct 21 17:49:32 2005 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"bin/erb (ERB::Main::run);T;[o;;[I"#typo fixed. [ruby-core:06337];TS; ; i; I"IFri Oct 21 15:42:28 2005 Hirokazu Yamamoto ;T@ o; ;;;[ o;;I"*intern.h, struct.c (rb_struct_iv_get);T;[o;;[I"constified.;To;;I"marshal.c;T;[o;;[I"Favoid one VC++6 warning for implicit conversion from int to char.;To;;I" ruby.h;T;[o;;[I"ANSI styled.;To;;I"$bcc32/Makefile.sub (HAVE_HYPOT);T;[o;;[I" added.;To;;I"ext/socket/extconf.rb;T;[o;;[I"BeOS is only one platform should call closesocket, so check __BEOS__ macro directly. (I was worried accidentally HAVE_CLOSESOCKET is defined on windows again because it has it);To;;I"(ext/socket/{getaddrinfo.c,socket.c};T;[o;;[I"/ditto. ... these are all cosmetic changes.;TS; ; i; I"IFri Oct 21 15:23:23 2005 Hirokazu Yamamoto ;T@ o; ;;;[o;;I"bignum.c (bignew_1);T;[o;;[I"conversion from `int' to `char' discards upper bits, (ie. (char)0xff00 -> 0) so it's better to test if nonzero and set 0 or 1 instead of simply casting ... as a flag usage.;To;;I"T(but I believe this won't cause actual bug in current implementation) [ruby-dev;T;[o;;[I" 27055];To;;I" time.c;T;[o;;[I"1should use LONG_LONG instead of `long long'.;TS; ; i; I"2005-10-20;T@ S; ; i; I"EThu Oct 20 22:22:49 2005 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"$parser.y (struct parser_params);T;[o;;[I"&parser never modify input string.;To;;I"*ext/ripper/tools/preproc.rb (prelude);T;[o;;[I"8do not append surplus newlines to fix line numbers.;TS; ; i; I"IThu Oct 20 11:41:57 2005 Hirokazu Yamamoto ;T@ o; ;;;[o;;I".class.c, eval.c, hash.c, st.c, variable.c;T;[o;;[I";changed /* ??? */ stuff protoize generated to ANYARGS.;TS; ; i; I"IThu Oct 20 11:18:11 2005 Hirokazu Yamamoto ;T@ o; ;;;[o;;I"eval.c, file.c, ruby.c;T;[o;;[I"Vremoved strchr, strrchr, strstr definition because they are defined in missing.h.;To;;I"2missing.h, missing/strchr.c, missing/strstr.c;T;[o;;[I"ANSI styled.;TS; ; i; I"IThu Oct 20 09:36:06 2005 Hirokazu Yamamoto ;T@ o; ;;;[o;;I""lib/mkmf.rb (create_makefile);T;[o;;[I"jBorland make seems not to allow empty dependency list. If this change is not good, please correct it.;TS; ; i; I"EThu Oct 20 07:55:09 2005 Nobuyoshi Nakada ;T@ o; ;;;[o;;I""lib/mkmf.rb (create_makefile);T;[o;;[I"Gget rid of a restriction of Borland make. fixed: [ruby-dev:27460];To;;I"ext/ripper/depend;T;[o;;[I" ditto.;TS; ; i; I"2005-10-19;T@ S; ; i; I"EWed Oct 19 23:58:03 2005 Nobuyoshi Nakada ;T@ o; ;;;[o;;I""lib/mkmf.rb (create_makefile);T;[o;;[I"Jdo not create unnecessary empty directories. fixed: [ruby-dev:27451];TS; ; i; I"EWed Oct 19 08:28:32 2005 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"file.c (rb_file_join);T;[o;;[I"nelements may contain null pointer strings. report and fixed by Lloyd Zusman (hippoman): [ruby-core:06326];TS; ; i; I"EWed Oct 19 02:34:33 2005 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"Denumerator.c, eval.c, gc.c, parse.y, regparse.c, sjis.c, time.c;T;[o;;[I"4made internal symbols static. [ruby-dev:27435];TS; ; i; I"2005-10-18;T@ S; ; i; I"BTue Oct 18 10:58:27 2005 NAKAMURA Usaku ;T@ o; ;;;[o;;I"Oext/dl/depend, ext/dl/extconf.rb, ext/socket/depend, ext/socket/extconf.rb;T;[o;;[I"Rshouldn't define DESTCLEANFILES in depend, use $distcleanfiles in extconf.rb.;To;;I")win32/Makefile.sub (distclean-local);T;[o;;[I""should remove .config.h.time.;TS; ; i; I"2005-10-17;T@ S; ; i; I"BMon Oct 17 09:42:50 2005 NAKAMURA Usaku ;T@ o; ;;;[o;;I"mkconfig.rb;T;[o;;[I"0fixup configure_args for mswin32 configure.;To;;I")win32/configure.bat (srcdir, target);T;[o;;[I" ditto.;TS; ; i; I"GMon Oct 17 05:01:50 2005 Yukihiro Matsumoto ;T@ o; ;;;[o;;I" env.h;T;[o;;[I"Wmove struct METHOD and struct BLOCK from eval.c to support NodeWrap and ParseTree.;TS; ; i; I"2005-10-16;T@ S; ; i; I"ESun Oct 16 22:16:51 2005 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"ext/extmk.rb;T;[o;;[I"#omit non-existing directories.;TS; ; i; I"ISun Oct 16 14:40:54 2005 Masatoshi SEKI ;T@ o; ;;;[o;;I"1lib/rinda/rinda.rb (Rinda::Tuple#initialize);T;[o;;[I"6check remote hash tuple. fixed: [ruby-list:41227];To;;I"test/rinda/test_rinda.rb;T;[o;;[I" test it.;TS; ; i; I"GSun Oct 16 03:38:07 2005 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"rubysig.h (CHECK_INTS);T;[o;;[I"Nprevent signal handler to run during critical section. [ruby-core:04039];To;;I"eval.c (load_wait);T;[o;;[I"Ineed not to call rb_thread_schedule() explicitly. [ruby-core:04039];To;;I" eval.c (rb_thread_schedule);T;[o;;[I"0clear rb_thread_critical. [ruby-core:04039];TS; ; i; I"BSun Oct 16 00:13:14 2005 NAKAMURA Usaku ;T@ o; ;;;[o;;I"win32/configure.bat;T;[o;;[I">remove unnecessary line which prevents creating Makefile.;TS; ; i; I"2005-10-15;T@ S; ; i; I"ASat Oct 15 23:52:07 2005 Shugo Maeda ;T@ o; ;;;[o;;I"lib/net/ftp.rb;T;[o;;[I"^(getbinaryfile): allow nil for localfile, and returns retrieved data if localfile is nil.;To;;I"lib/net/ftp.rb;T;[o;;[I"(gettextfile): ditto.;TS; ; i; I"ISat Oct 15 19:51:29 2005 Masatoshi SEKI ;T@ o; ;;;[o;;I" bin/erb;T;[o;;[I",typo fixed, again. thanks, Doug Kearns.;TS; ; i; I"2005-10-14;T@ S; ; i; I"EFri Oct 14 23:09:31 2005 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"!win32/Makefile.sub (MKFILES);T;[o;;[I"3update MKFILES if configure files get changed.;To;;I":win32/configure.bat, win32/setup.mak (configure_args);T;[o;;[I"(store arguments to configure files.;TS; ; i; I"BFri Oct 14 22:05:45 2005 NAKAMURA Usaku ;T@ o; ;;;[o;;I"win32/win32.c (ioctl);T;[o;;[I"should set errno.;TS; ; i; I"CFri Oct 14 16:39:37 2005 GOTOU Yuuzou ;T@ o; ;;;[o;;I"0lib/webrick/config.rb (Config::FileHandler);T;[o;;[I"|:UserDir should be nil. It is harmful to permit the access to ~/public_html by default. suggested by Hiroyuki Iwatsuki.;TS; ; i; I"GFri Oct 14 04:58:38 2005 Yukihiro Matsumoto ;T@ o; ;;;[o;;I""eval.c (rb_obj_instance_exec);T;[o;;[I"Lcreate instance_exec and module_exec which pass arguments to the block.;To;;I"eval.c (rb_f_funcall);T;[o;;[I"1rename fcall to funcall to follow tradition.;TS; ; i; I"2005-10-13;T@ S; ; i; I"EThu Oct 13 23:29:51 2005 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"parse.y (HEAPCNT);T;[o;;[I"?bison allocates indivisible size. fixed: [ruby-core:06261];To;;I"Gio.c, pack.c, ext/syck/rubyext.c, ext/syck/syck.h, missing/isinf.c;T;[o;;[I"3get rid of warnings. fixed: [ruby-core:06247];TS; ; i; I"2005-10-12;T@ S; ; i; I"CWed Oct 12 12:51:56 2005 GOTOU Yuuzou ;T@ o; ;;;[o;;I"&ext/openssl/ossl.c (Init_openssl);T;[o;;[I".should call OpenSSL_add_ssl_algorithms().;TS; ; i; I"FWed Oct 12 11:08:54 2005 WATANABE Hirofumi ;T@ o; ;;;[o;;I"file.c (rb_f_test);T;[o;;[I"typo in RDoc comments.;TS; ; i; I"2005-10-11;T@ S; ; i; I"ETue Oct 11 21:41:58 2005 Nobuyoshi Nakada ;T@ o; ;;;[ o;;I"'configure.in (RUBY_FUNC_ATTRIBUTE);T;[o;;[I";check prefixed attribute form first. [ruby-dev:27398];To;;I"$array.c, enum.c, eval.c, util.c;T;[o;;[I";safer function pointer usage. fixed: [ruby-core:06143];To;;I"util.h (qsort);T;[o;;[I"Jremoved the definition incompatible to ANSI. fixed: [ruby-core:06147];To;;I"eval.c (rb_obj_respond_to);T;[o;;[I"[check if obj responds to the given method with the given visibility. [ruby-dev:27408];To;;I"eval.c (rb_respond_to);T;[o;;[I"5conform to Object#respond_to?. [ruby-dev:27411];TS; ; i; I"GTue Oct 11 00:01:21 2005 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"st.c (st_free_table);T;[o;;[I"6do not call free() but xfree(). [ruby-core:06205];TS; ; i; I"2005-10-08;T@ S; ; i; I"ESat Oct 8 19:49:42 2005 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"eval.c (Init_Binding);T;[o;;[I",add Binding#dup method. [yarv-dev:666];To;;I"io.c (rb_io_init_copy);T;[o;;[I";clear PREP flag for copied IO. fixed: [ruby-dev:27371];To;;I"/parse.y (rb_parser_malloc, rb_parser_free);T;[o;;[I"4manage parser stack on heap. [ruby-list:41199];To;;I" parse.y (ripper_initialize);T;[o;;[I"use rb_respond_to().;To;;I"ext/ripper/depend (check);T;[o;;[I".get rid of re-generating ripper.y always.;To;;I"ext/iconv/charset_alias.rb;T;[o;;[I".parse config.charset_alias file directly.;To;;I"&ext/nkf/lib/kconv.rb (Kconv.conv);T;[o;;[I"get rid of nil.to_a.;To;;I"9lib/scanf.rb (Scanf::FormatSpecifier#letter, #width);T;[o;;[I"$use matched substring directly.;To;;I"=test/ruby/test_assignment.rb, test/ruby/test_iterator.rb;T;[o;;[I"'followed change of sample/test.rb.;To;;I"test/net/http/test_http.rb;T;[o;;[I")removed superfluous splatting stars.;TS; ; i; I"2005-10-07;T@ S; ; i; I"GFri Oct 7 16:41:43 2005 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"eval.c (splat_value);T;[o;;[I"Ccall rb_Array() to convert svalue to values. [ruby-dev:27397];TS; ; i; I"GFri Oct 7 09:54:00 2005 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"$lib/cgi.rb (CGI::Cookie::parse);T;[o;;[I"[Cookies from Nokia devices may not be parsed correctly. A patch from August Z. Flatby;To;;I"3(augustzf) in [ruby-Patches-2595]. [ruby-core;T;[o;;[I" 06183];TS; ; i; I"2005-10-06;T@ S; ; i; I"GThu Oct 6 22:51:30 2005 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"object.c (rb_Array);T;[o;;[I"AArray() to raise error for objects without to_ary, nor to_a.;To;;I"object.c (nil_to_a);T;[o;;[I"revert NilClass#to_a.;TS; ; i; I"AThu Oct 6 20:10:38 2005 Minero Aoki ;T@ o; ;;;[o;;I")ext/strscan/strscan.c (strscan_free);T;[o;;[I";remove useless code. [ruby-dev:26368] [ruby-dev:27389];TS; ; i; I"GThu Oct 6 01:02:19 2005 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"range.c (rb_range_beg_len);T;[o;;[I"/should return Qfalse for non-range object.;TS; ; i; I"2005-10-05;T@ S; ; i; I"CWed Oct 5 04:42:38 2005 GOTOU Yuuzou ;T@ o; ;;;[o;;I"5lib/xmlrpc/server.rb (XMLRPC::Server#initialize);T;[o;;[I"%should mount the servlet on "/".;TS; ; i; I"CWed Oct 5 04:06:49 2005 GOTOU Yuuzou ;T@ o; ;;;[o;;I"0lib/xmlrpc/server.rb (XMLRPC::Server#serve);T;[o;;[I"!delete wrong call of "join".;TS; ; i; I"2005-10-03;T@ S; ; i; I"EMon Oct 3 00:04:00 2005 Kazuhiro NISHIYAMA ;T@ o; ;;;[o;;I"pack.c (EXTEND16);T;[o;;[I"[ruby-dev:27383];TS; ; i; I"2005-10-01;T@ S; ; i; I"BSat Oct 1 23:55:24 2005 NAKAMURA Usaku ;T@ o; ;;;[o;;I"-win32/win32.c (do_select, rb_w32_select);T;[o;;[I"brush up.;TS; ; i; I";Sat Oct 1 12:57:02 2005 Tanaka Akira ;T@ o; ;;;[o;;I"bignum.c (rb_big_rand);T;[o;;[I"removed. [ruby-dev:25405];TS; ; i; I";Sat Oct 1 01:46:51 2005 Tanaka Akira ;T@ o; ;;;[o;;I"(lib/open-uri.rb (OpenURI.open_loop);T;[o;;[I"%prohibit multiple proxy options.;TS; ; i; I"2005-09-29;T@ S; ; i; I";Thu Sep 29 10:26:18 2005 Tanaka Akira ;T@ o; ;;;[o;;I"&ext/dl/cptr.c (rb_dlptr_s_to_ptr);T;[o;;[I"+abolish sizeof(FILE). [ruby-dev:27317];TS; ; i; I";Thu Sep 29 10:15:14 2005 Tanaka Akira ;T@ o; ;;;[o;;I"7lib/open-uri.rb (:proxy_http_basic_authentication);T;[o;;[I"new option.;TS; ; i; I"EThu Sep 29 07:22:05 2005 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"eval.c (rb_f_send);T;[o;;[I"Munderscores need to be escaped. fixed by Doug Kearns. [ruby-core:06053];TS; ; i; I"EThu Sep 29 00:57:35 2005 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"7eval.c (ev_const_get), variable.c (rb_const_get_0);T;[o;;[I"(retry only when autoload succeeded.;To;;I""variable.c (rb_autoload_load);T;[o;;[I"Dnow return true if autoload succeeded. fixed: [ruby-dev:27331];TS; ; i; I"2005-09-28;T@ S; ; i; I"EWed Sep 28 23:40:04 2005 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"file.c (rb_stat_inspect);T;[o;;[I"constified.;TS; ; i; I"CWed Sep 28 15:12:28 2005 GOTOU Yuuzou ;T@ o; ;;;[o;;I",lib/webrick/cgi.rb (WEBrick::CGI#start);T;[o;;[I"Rreq.query_string should refer to the value of QUERY_STRING. [ruby-list:41186];To;;I"Dlib/webrick/httprequest.rb (WEBrick::HTTPRequest#query_string=);T;[o;;[I"add new method.;TS; ; i; I"HWed Sep 28 10:45:44 2005 Hidetoshi NAGAI ;T@ o; ;;;[o;;I"ext/tk/tcltklib.c;T;[o;;[I"6cannot compile with Tcl/Tk8.0.x [ruby-dev:27335].;TS; ; i; I"EWed Sep 28 07:56:52 2005 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"9lib/yaml/basenode.rb (YAML::BaseNode::match_segment);T;[o;;[I"2fix typo. [ruby-dev:27237], [ruby-core:05854];To;;I"%lib/yaml/tag.rb (Module#yaml_as);T;[o;;[I"suppress warnings.;To;;I";T@ o; ;;;[o;;I"rubysig.h;T;[o;;[I"Yfixed build problem with --enable-pthread on platforms which don't have setitimer().;TS; ; i; I"2005-09-26;T@ S; ; i; I"GMon Sep 26 22:32:13 2005 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"eval.c (set_trace_func);T;[o;;[I"9add rb_secure(4) to prevent adding tracing function.;TS; ; i; I"IMon Sep 26 20:59:28 2005 Hirokazu Yamamoto ;T@ o; ;;;[o;;I" parse.y;T;[o;;[I"$changed to ANSI function style.;TS; ; i; I"2005-09-25;T@ S; ; i; I"ISun Sep 25 12:02:04 2005 Masatoshi SEKI ;T@ o; ;;;[o;;I" bin/erb;T;[o;;[I"typo fixed.;TS; ; i; I"ISun Sep 25 11:54:11 2005 Masatoshi SEKI ;T@ o; ;;;[o;;I"?lib/rinda/tuplespace.rb (Rinda::TemplateEntry::initialize);T;[o;;[I".pull up method. Tabs converted to spaces.;TS; ; i; I"ISun Sep 25 09:34:22 2005 Hirokazu Yamamoto ;T@ o; ;;;[o;;I" parse.y;T;[o;;[I"-replaced `foo _((boo))' with `foo(boo)'.;TS; ; i; I"ESun Sep 25 08:19:53 2005 Nobuyoshi Nakada ;T@ o; ;;;[o;;I";test/rss/test_content.rb, test/rss/test_syndication.rb;T;[o;;[I"?use fcall instead of send in order to override visibility.;TS; ; i; I"ESun Sep 25 01:46:43 2005 Nobuyoshi Nakada ;T@ o; ;;;[o;;I".misc/ruby-mode.el (ruby-calculate-indent);T;[o;;[I"Karrange deep-indent closing parenthesis at same column as the opening.;TS; ; i; I";Sun Sep 25 01:33:41 2005 Tanaka Akira ;T@ o; ;;;[o;;I"process.c (proc_setrlimit);T;[o;;[I"1make the third argument (rlim_max) optional.;TS; ; i; I"ESun Sep 25 00:42:11 2005 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"&misc/ruby-mode.el (ruby-expr-beg);T;[o;;[I";deal with heredoc separately. fixed: [ruby-list:41168];To;;I".misc/ruby-mode.el (ruby-calculate-indent);T;[o;;[I"snot to deepen indent level for continuous line inside parentheses. http://nabeken.tdiary.net/20050915.html#p02;TS; ; i; I"2005-09-24;T@ S; ; i; I"ASat Sep 24 21:19:39 2005 Minero Aoki ;T@ o; ;;;[o;;I"ext/strscan/strscan.c;T;[o;;[I"document enhancement.;To;;I"ext/strscan/strscan.c;T;[o;;[I"update copyright year.;To;;I"ext/strscan/strscan.c;T;[o;;[I"update coding style.;TS; ; i; I"ASat Sep 24 20:20:05 2005 Minero Aoki ;T@ o; ;;;[o;;I"*test/net/http/test_http.rb (teardown);T;[o;;[I"uNet::HTTP.version_1_1 breaks many other tests; ensure that Net::HTTP is version 1.2 after test. [ruby-dev:27312];TS; ; i; I"ASat Sep 24 11:44:28 2005 Minero Aoki ;T@ o; ;;;[o;;I"test/net/http/test_http.rb;T;[o;;[I"new file.;TS; ; i; I"ASat Sep 24 08:54:05 2005 Minero Aoki ;T@ o; ;;;[o;;I"lib/fileutils.rb (cd);T;[o;;[I"_no longer accept :noop option, related code is useless. [ruby-core:05858] [ruby-Bugs:2494];TS; ; i; I";Sat Sep 24 08:30:00 2005 Tanaka Akira ;T@ o; ;;;[o;;I"#lib/pathname.rb (Pathname#sub);T;[o;;[I"new method.;TS; ; i; I"ASat Sep 24 08:29:36 2005 Minero Aoki ;T@ o; ;;;[ o;;I"lib/fileutils.rb;T;[o;;[I"Mfix visibility of FileUtils::NoWrite, Verbose, DryRun. [ruby-core:05954];To;;I"#test/fileutils/test_nowrite.rb;T;[o;;[I" test it.;To;;I""test/fileutils/test_dryrun.rb;T;[o;;[I"new file.;To;;I"#test/fileutils/test_verbose.rb;T;[o;;[I"new file.;TS; ; i; I"ASat Sep 24 07:59:01 2005 Minero Aoki ;T@ o; ;;;[o;;I"sample/ripper/colorize.rb;T;[o;;[I"(removed (replaced by ruby2html.rb).;To;;I"sample/ripper/ruby2html.rb;T;[o;;[I" added.;TS; ; i; I"ASat Sep 24 06:35:15 2005 Minero Aoki ;T@ o; ;;;[o;;I"ext/ripper;T;[o;;[I"#no longer generates .rb files.;To;;I"parse.y (Init_ripper);T;[o;;[I"Cripper_init_eventids*() takes 1 argument, self (class Ripper).;To;;I"ext/ripper/depend;T;[o;;[I"*target removed: `lib/ripper/core.rb'.;To;;I"ext/ripper/depend;T;[o;;[I"#new target `eventids2table.c'.;To;;I"ext/ripper/depend;T;[o;;[I"new target `check'.;To;;I"ext/ripper/eventids2.c;T;[o;;[I"include eventids2table.c.;To;;I"ext/ripper/eventids2.c;T;[o;;[I"$initialize SCANNER_EVENT_TABLE.;To;;I"ext/ripper/extconf.rb;T;[o;;[I"update $cleanfiles list.;To;;I"!ext/ripper/tools/generate.rb;T;[o;;[I"'no longer generate ripper/core.rb.;To;;I"!ext/ripper/tools/generate.rb;T;[o;;[I"new mode `check'.;To;;I"!ext/ripper/tools/generate.rb;T;[o;;[I"new mode `eventids2table'.;To;;I"%ext/ripper/lib/ripper/core.rb.in;T;[o;;[I" removed.;To;;I""ext/ripper/lib/ripper/core.rb;T;[o;;[I" added.;To;;I"$ext/ripper/lib/ripper/filter.rb;T;[o;;[I"update copyright year.;To;;I"#ext/ripper/lib/ripper/lexer.rb;T;[o;;[I" ditto.;To;;I""ext/ripper/lib/ripper/sexp.rb;T;[o;;[I" ditto.;TS; ; i; I"GSat Sep 24 02:40:20 2005 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"lib/delegate.rb;T;[o;;[I"^document update from James Edward Gray II . [ruby-core:05942];TS; ; i; I"GSat Sep 24 02:05:51 2005 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"process.c (proc_daemon);T;[o;;[I"tshould restrict execution on levels higher than $SAFE=2. suggested by URABE Shyouhei .;TS; ; i; I"2005-09-23;T@ S; ; i; I"EFri Sep 23 20:10:35 2005 Nobuyoshi Nakada ;T@ o; ;;;[o;;I">ext/ripper/tools/generate.rb, ext/ripper/tools/preproc.rb;T;[o;;[I"EStringIO is not available for miniruby. fixed: [ruby-dev:27307];TS; ; i; I"IFri Sep 23 17:36:48 2005 Masaki Suketa ;T@ o; ;;;[o;;I"ext/win32ole/win32ole.c;T;[o;;[I":avoid core dump with WIN32OLE_EVENT. [ruby-dev:27133];TS; ; i; I"GFri Sep 23 16:27:39 2005 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"lib/forwardable.rb;T;[o;;[I"Vreplaced by new implementation from . [ruby-core:05899];TS; ; i; I"AFri Sep 23 07:07:47 2005 Minero Aoki ;T@ o; ;;;[o;;I"test/ripper/depend;T;[o;;[I"use --output option instead of redirect; nmake does not remove a target when the target file is created by redirect. [ruby-dev:26466];To;;I"!test/ripper/tools/preproc.rb;T;[o;;[I"new option --output.;TS; ; i; I"AFri Sep 23 06:57:52 2005 Minero Aoki ;T@ o; ;;;[o;;I""test/ripper/tools/generate.rb;T;[o;;[I"check parser event arity.;To;;I""test/ripper/tools/generate.rb;T;[o;;[I";T@ o; ;;;[o;;I"test/ruby/test_file.rb;T;[o;;[I"0check File#chown(nil,nil). [ruby-dev:27140];TS; ; i; I"AFri Sep 23 05:57:23 2005 Minero Aoki ;T@ o; ;;;[o;;I"ext/ripper;T;[o;;[I"Irefactoring code generation tools. [ruby-dev:27247] [ruby-dev:27273];To;;I"ext/ripper/depend;T;[o;;[I"use generate.rb.;To;;I""ext/ripper/lib/ripper/core.rb;T;[o;;[I" removed.;To;;I"+ext/ripper/tools/generate-eventids1.rb;T;[o;;[I")removed (code moved to generate.rb).;To;;I"+ext/ripper/tools/generate-ripper_rb.rb;T;[o;;[I")removed (code moved to generate.rb).;To;;I"-ext/ripper/tools/list-parse-event-ids.rb;T;[o;;[I")removed (code moved to generate.rb).;To;;I",ext/ripper/tools/list-scan-event-ids.rb;T;[o;;[I")removed (code moved to generate.rb).;To;;I""ext/ripper/lib/ripper/core.rb;T;[o;;[I" removed.;To;;I"ext/ripper;T;[o;;[I"(refactoring tests. [ruby-dev:27273];To;;I")ext/ripper/test/check-event-arity.rb;T;[o;;[I"/removed (code moved to tools/generate.rb).;To;;I",ext/ripper/test/check-event-coverage.rb;T;[o;;[I"?removed (code moved to test/ripper/test_parser_events.rb).;To;;I"4ext/ripper/test/check-scanner-event-coverage.rb;T;[o;;[I"@removed (code moved to test/ripper/test_scanner_events.rb).;To;;I"*ext/ripper/test/list-called-events.rb;T;[o;;[I" removed.;To;;I"ext/ripper/test/src_rb;T;[o;;[I" removed.;To;;I" ext/ripper/test/validate.rb;T;[o;;[I" removed.;To;;I"'test/ripper/test_scanner_events.rb;T;[o;;[I"check event coverage.;To;;I"%ext/ripper/lib/ripper/core.rb.in;T;[o;;[I"update copyright year.;TS; ; i; I"2005-09-22;T@ S; ; i; I"EThu Sep 22 23:40:19 2005 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"#lib/mkmf.rb (find_executable0);T;[o;;[I">default path if environment is not set. [ruby-dev:27281];To;;I")ext/ripper/extconf.rb (have_command);T;[o;;[I"#replaced with find_executable.;TS; ; i; I"AThu Sep 22 17:31:48 2005 Shugo Maeda ;T@ o; ;;;[o;;I"Atest/readline/test_readline.rb (TestReadline::replace_stdio);T;[o;;[I"Fmerged the patch of [ruby-dev:25232] instead of [ruby-dev:25223].;To;;0;[o;;[0S; ; i; I"2005-09-21;T@ S; ; i; I"EWed Sep 21 23:30:44 2005 Nobuyoshi Nakada ;T@ o; ;;;[o;;I" lib/mkmf.rb (configuration);T;[o;;[I"&generalized nmake dependent code.;TS; ; i; I"BWed Sep 21 14:16:30 2005 NAKAMURA Usaku ;T@ o; ;;;[o;;I"!ext/ripper/depend (SUFFIXES);T;[o;;[I"no longer needed.;To;;I"ext/ripper/depend (c);T;[o;;[I"0avoid nmake problem. fixed [ruby-dev:27191];TS; ; i; I"GWed Sep 21 08:52:25 2005 why the lucky stiff ;T@ o; ;;;[o;;I"ext/syck/token.c;T;[o;;[I"Vcorrectly compute indentation of a block scalar's parent node. [ruby-talk:150620];TS; ; i; I"EWed Sep 21 08:20:24 2005 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"README.EXT, README.EXT.ja;T;[o;;[I"add new features.;TS; ; i; I"EWed Sep 21 07:43:58 2005 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"5lib/optparse.rb (default_argv, Arguable#options);T;[o;;[I"8defaults strings to be parsed to Arguable instance.;TS; ; i; I"GWed Sep 21 02:44:09 2005 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"file.c (path_check_0);T;[o;;[I"Ydisallow sticky world writable directory in PATH (and $LOAD_PATH). [ruby-dev:27226];TS; ; i; I"GWed Sep 21 00:32:22 2005 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"numeric.c (fix_idiv);T;[o;;[I"=1.div(1.0) should return integer value. [ruby-dev:27235];TS; ; i; I"2005-09-20;T@ S; ; i; I"ETue Sep 20 22:25:43 2005 Nobuyoshi Nakada ;T@ o; ;;;[o;;I" ext/io/wait/lib/nonblock.rb;T;[o;;[I"Vdisable on platforms non-blocking flag is not available. fixed: [ruby-dev:27187];To;;I"file.c (rb_stat_inspect);T;[o;;[I" protoized function pointer.;TS; ; i; I";Tue Sep 20 18:23:04 2005 Tanaka Akira ;T@ o; ;;;[o;;I"eval.c (thread_mark);T;[o;;[I",mark th->last_status. [ruby-dev:27179];TS; ; i; I"GTue Sep 20 18:20:33 2005 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"lib/yaml.rb;T;[o;;[I"0require 'yaml/constants'. [ruby-core:5776];TS; ; i; I"GTue Sep 20 17:48:34 2005 Yukihiro Matsumoto ;T@ o; ;;;[ o;;I"2lib/xmlrpc/client.rb (XMLRPC::Client::do_rpc);T;[o;;[I"Dadd charset information to content-type header.[ruby-core:5127];To;;I",lib/xmlrpc/server.rb (CGIServer::serve);T;[o;;[I" ditto.;To;;I"0lib/xmlrpc/server.rb (ModRubyServer::serve);T;[o;;[I" ditto.;To;;I"3lib/xmlrpc/server.rb (WEBrickServlet::service);T;[o;;[I" ditto.;TS; ; i; I"ITue Sep 20 17:26:42 2005 Hirokazu Yamamoto ;T@ o; ;;;[o;;I"test/webrick/test_cgi.rb;T;[o;;[I"set ENV["PATH"] to CGIEnvPath on windows. bcc32's runtime is not installed into system directory, so it cannot be found without this setting. [ruby-dev:27166];TS; ; i; I"ITue Sep 20 17:14:10 2005 Hirokazu Yamamoto ;T@ o; ;;;[o;;I" io.c;T;[o;;[I"SPIPE_BUF is not defined on BeOS. use _POSIX_PIPE_BUF instead. [ruby-dev:27185];TS; ; i; I"GTue Sep 20 17:10:38 2005 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"6test/dbm/test_dbm.rb (TestDBM::test_s_open_error);T;[o;;[I"Mremove test_s_open_error test to detect duplicate open. [ruby-dev:27202];TS; ; i; I"GTue Sep 20 15:39:40 2005 why the lucky stiff ;T@ o; ;;;[ o;;I"*ext/syck/emitter.c (syck_scan_scalar);T;[o;;[I"]prevent indicators from appearing alone or at the end of plain scalars. [ruby-core:5826];To;;I"*ext/syck/emitter.c (syck_emit_scalar);T;[o;;[I".treat typed scalar nodes as complex keys.;To;;I"lib/syck.h;T;[o;;[I"version 0.60.;To;;I"-lib/yaml/basenode.rb (YAML::BaseNode#at);T;[o;;[I"(transform keys during key searches.;To;;I"ext/syck/rubyext.c;T;[o;;[I"ploading of binary-typed nodes. prevent emission of plain strings that look like symbols, but which aren't.;TS; ; i; I"ITue Sep 20 05:48:26 2005 Hirokazu Yamamoto ;T@ o; ;;;[o;;I";test/xmlrpc/test_webrick_server.rb (setup_http_server);T;[o;;[I"ishould not include 'webrick/https' unless 'use_ssl' because it fails where openssl is not installed.;TS; ; i; I"GTue Sep 20 01:24:45 2005 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"eval.c (splat_value);T;[o;;[I"(use to_a to splat non Array object.;To;;I"object.c (nil_to_a);T;[o;;[I"%remove nil.to_a. [experimental];TS; ; i; I"GTue Sep 20 01:01:41 2005 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"lib/mathn.rb (Fixnum);T;[o;;[I"remove debug print.;To;;I"lib/rational.rb (Rational);T;[o;;[I" ditto.;TS; ; i; I"GTue Sep 20 00:34:07 2005 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"io.c (io_close);T;[o;;[I"Lcall rb_io_close() directly if io is a T_FILE object. [ruby-dev:27156];TS; ; i; I"2005-09-19;T@ S; ; i; I"AMon Sep 19 18:58:10 2005 Minero Aoki ;T@ o; ;;;[o;;I"file.c (rb_file_chown);T;[o;;[I"(should accept nil. [ruby-dev:27171];TS; ; i; I"GMon Sep 19 18:29:54 2005 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"file.c (file_expand_path);T;[o;;[I"0allow pathnames to expand. [ruby-dev:27152];TS; ; i; I"AMon Sep 19 15:12:15 2005 Minero Aoki ;T@ o; ;;;[o;;I"ext/ripper/depend;T;[o;;[I"1do not make ripper/core.rb. [ruby-dev:26462];TS; ; i; I"AMon Sep 19 14:49:19 2005 Minero Aoki ;T@ o; ;;;[o;;I"ext/ripper/eventids2.c;T;[o;;[I"4add prefix `t' to tLAMBDA-related lexer events.;To;;I""ext/ripper/lib/ripper/core.rb;T;[o;;[I" updated.;TS; ; i; I"AMon Sep 19 14:39:46 2005 Minero Aoki ;T@ o; ;;;[o;;I"parse.y (do_block);T;[o;;[I"7do_block event dispatches 2 args. [ruby-dev:26964];To;;I""ext/ripper/lib/ripper/core.rb;T;[o;;[I" updated.;To;;I".ext/ripper/tools/list-parser-event-ids.rb;T;[o;;[I"check arity mismatch.;TS; ; i; I"CMon Sep 19 07:45:37 2005 GOTOU Yuuzou ;T@ o; ;;;[o;;I">ext/openssl/ossl_pkey.h, ossl_pkey_rsa.c, ossl_pkey_dsa.c;T;[o;;[I"an instance variable "private" is added to OpenSSL::PKey class. this ivar is a flag that shows whether there is a private key in the instance.;To;;I"ext/openssl/ossl_engine.c;T;[o;;[I"6(ossl_engine_load_privkey): set private key flag.;To;;I""test/openssl/test_pkey_rsa.rb;T;[o;;[I"&add test about private detection.;TS; ; i; I"AMon Sep 19 06:38:03 2005 Minero Aoki ;T@ o; ;;;[o;;I"lib/fileutils.rb;T;[o;;[I"8method renaming: collect_methods -> collect_method.;TS; ; i; I"AMon Sep 19 05:58:59 2005 Minero Aoki ;T@ o; ;;;[o;;I"lib/fileutils.rb;T;[o;;[I"2use module_function instead of single extend.;To;;I"%test/fileutils/test_fileutils.rb;T;[o;;[I")test existence of singleton methods.;TS; ; i; I"AMon Sep 19 05:32:41 2005 Minero Aoki ;T@ o; ;;;[o;;I"+lib/fileutils.rb (remove_entry_secure);T;[o;;[I"does not use chdir(2).;TS; ; i; I";Mon Sep 19 03:17:48 2005 Tanaka Akira ;T@ o; ;;;[o;;I"file.c (rb_thread_flock);T;[o;;[I"Ywrap the flock system call by TRAP_BEG/TRAP_END to enable signals. [ruby-dev:27122];To;;I"%ext/socket/socket.c (bsock_send);T;[o;;[I"wrap the sendto and send system call by TRAP_BEG/TRAP_END to enable signals when writing to a socket which is full. [ruby-dev:27132];To;;I"io.c (rb_io_syswrite);T;[o;;[I"owrap the write system call by TRAP_BEG/TRAP_END to run signal handler in syswrite method. [ruby-dev:27134];TS; ; i; I"GMon Sep 19 01:07:38 2005 Yukihiro Matsumoto ;T@ o; ;;;[ o;;I"numeric.c (Init_Numeric);T;[o;;[I"/should define Fixnum#div. [ruby-dev:27129];To;;I"file.c (rb_thread_flock);T;[o;;[I">wrap flock(2) by TRAP_BEG and TRAP_END. [ruby-dev:27122];To;;I"file.c (rb_file_join);T;[o;;[I"Ecall FilePathValue() to all Pathnames to join. [ruby-dev:27127];To;;I"file.c (rb_get_path);T;[o;;[I"Ccall StringValueCStr() to ensure no nul bytes in path strings.;To;;I"gc.c (garbage_collect);T;[o;;[I"-need value for return. [ruby-dev:27127];TS; ; i; I"2005-09-18;T@ S; ; i; I"GSun Sep 18 02:10:47 2005 why the lucky stiff ;T@ o; ;;;[ o;;I"lib/yaml/rubytypes.rb;T;[o;;[I"cremove comments that are bungling up the rdoc and ri output. output symbols as plain scalars.;To;;I",ext/syck/rubyext.c (syck_emitter_reset);T;[o;;[I"$emit headless documents always.;To;;I"*ext/syck/emitter.c (syck_scan_scalar);T;[o;;[I"Qquote scalars with any kind of surrounding line space, tabs or spaces alike.;To;;I"ext/syck/token.c;T;[o;;[I"Raccept tabs as whitespace, not for indentation, but strip from plain scalars.;To;;I"test/yaml/test_yaml.rb;T;[o;;[I"remove outdated tests.;TS; ; i; I"ESun Sep 18 01:10:37 2005 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"gc.c (garbage_collect);T;[o;;[I"return false if no GC run.;TS; ; i; I"2005-09-17;T@ S; ; i; I"ISat Sep 17 23:25:04 2005 sheepman ;T@ o; ;;;[o;;I"%lib/mathn.rb (Rational::inspect);T;[o;;[I"9should preserve original operand. [ruby-core:05806];TS; ; i; I"GSat Sep 17 23:20:27 2005 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"lib/cgi.rb (CGI::Cookie);T;[o;;[I"Ishould handle multiple values for a cookie name. [ruby-talk:156140];To;;I";test/socket/test_tcp.rb (TestTCPSocket::test_recvfrom);T;[o;;[I""typo fixed. [ruby-dev:27123];TS; ; i; I"ISat Sep 17 20:58:56 2005 Hirokazu Yamamoto ;T@ o; ;;;[o;;I""win32/win32.c (rb_w32_select);T;[o;;[I"hfixed deadlock bug. because select(2) modifies its fd_set arguments, it must be restored sometimes.;To;;I""win32/win32.c (rb_w32_select);T;[o;;[I"performance improvement when 'always readable/writable handles' and sockets are passed. sockets should be polled every time. require "net/http" Thread.new { loop do STDOUT.write(".") # busy on console (this is worst case though) end } # socket operation took long time. (sometimes timed out) Net::HTTP.start("www.ruby-lang.org") do |http| http.get("/cgi-bin/cvsweb.cgi/ruby/array.c?rev=1.179") end;TS; ; i; I"ISat Sep 17 14:54:40 2005 Hirokazu Yamamoto ;T@ o; ;;;[o;;I"Dtest/ruby/test_readpartial.rb (test_open_pipe, test_with_stdio);T;[o;;[I"9these tests are working now, so turned on. (windows);TS; ; i; I"ISat Sep 17 14:18:15 2005 Hirokazu Yamamoto ;T@ o; ;;;[o;;I""win32/win32.c (rb_w32_select);T;[o;;[I"+I hope performance problem was solved.;TS; ; i; I"ISat Sep 17 13:45:22 2005 Hirokazu Yamamoto ;T@ o; ;;;[o;;I""win32/win32.c (rb_w32_select);T;[o;;[I"Vconsole support is back. but still has performance problem because I loosely took 1 second for wait time. I'll fix it later. (The reason I drastically changed the code is that I wanted to implement the fileset management as single function, and I was worried that if pipe or console was always available, socket may not be processed any time);TS; ; i; I"ISat Sep 17 11:24:16 2005 Hirokazu Yamamoto ;T@ o; ;;;[o;;I""win32/win32.c (rb_w32_select);T;[o;;[I"select for socket didn't work. this caused deadlock in drb test. this happened because GetFileType for socket handle returns FILE_TYPE_PIPE. Of course, it's not a pipe. So socket handle didn't reach winsock's select function.;To;;I""win32/win32.c (rb_w32_select);T;[o;;[I"read for pipe was still blocked even if writer handle was closed. r,w = IO.pipe Thread.new { sleep 3; puts "------- 1" w.puts("foo") sleep 3; puts "------- 2" w.puts("boo") sleep 3; puts "------- 3" w.close } until r.eof? # should break by w.close but didn't. puts r.gets end;To;;I""win32/win32.c (rb_w32_select);T;[o;;[I"?temporary reverted console support but it'll be back soon.;TS; ; i; I"HSat Sep 17 10:42:13 2005 Hidetoshi NAGAI ;T@ o; ;;;[o;;I"ext/tk/lib/multi-tk.rb;T;[o;;[I"MultiTkIp#eval_string and bg_eval_string should call Kernel.eval on caller's safe-level instead of slave's safe-level (Of course, the given script should be evaluated on slave's safe-level).;TS; ; i; I"GSat Sep 17 09:45:26 2005 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"string.c (rb_str_substr);T;[o;;[I"Ishould propagate taintness even for empty strings. [ruby-dev:27121];To;;I"string.c (rb_str_aref);T;[o;;[I"Ishould infect result if range argument is tainted. [ruby-dev:27121];TS; ; i; I"?Sat Sep 17 08:35:39 2005 Kouhei Sutou ;T@ o; ;;;[o;;I".;To;;I"=test/rss/test_maker_1.0.rb (RSS::TestMaker10#test_items);T;[o;;[I" ditto.;TS; ; i; I"ASat Sep 17 08:02:53 2005 Shugo Maeda ;T@ o; ;;;[o;;I"lib/net/imap.rb;T;[o;;[I"3supported DIGEST-MD5. Thanks, Mathieu Arnold.;To;;I"lib/net/imap.rb;T;[o;;[I";T@ o; ;;;[ o;;I"file.c (rb_file_s_extname);T;[o;;[I"Oempty string for path name ending with a period. fixed: [ruby-core:05651];To;;I"file.c (rb_file_join);T;[o;;[I"=smarter behavior at edge cases. fixed: [ruby-core:05706];To;;I"?gc.c (rb_memerror, ruby_xmalloc, ruby_xrealloc, rb_newobj);T;[o;;[I"[just abandon if no memory available, when interpreter is not running. [ruby-dev:27104];To;;I"gc.c (garbage_collect);T;[o;;[I"!return whether GC could run.;To;;I"dir.c (rb_push_glob);T;[o;;[I"0fix delimiter bug. fixed: [ruby-dev:27105];To;;I"#dir.c (dir_s_aref, dir_s_glob);T;[o;;[I".allow multiple patterns. [ruby-dev:27110];To;;I"win32/win32.c (cmdglob);T;[o;;[I"enable brace expansion.;TS; ; i; I"GFri Sep 16 18:34:01 2005 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"'ext/syck/node.c (syck_replace_str);T;[o;;[I"|was using return from the void function. a patch from MIYAMUKO Katsuyuki . [ruby-dev:27111];TS; ; i; I"HFri Sep 16 14:48:48 2005 Hidetoshi NAGAI ;T@ o; ;;;[o;;I"ext/tk/lib/multi-tk.rb;T;[o;;[I")fix typo on MultiTkIp#bg_eval_string;TS; ; i; I"GFri Sep 16 12:02:12 2005 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"0ext/syck/rubyext.c (syck_resolver_transfer);T;[o;;[I"6remove C++ style comment (//). [ruby-core:05793];TS; ; i; I"FFri Sep 16 00:17:03 2005 NAKAMURA, Hiroshi ;T@ o; ;;;[o;;I"test/logger/test_logger.rb;T;[o;;[I";unintentionally overwritten changes by Usa. reverted.;TS; ; i; I"CFri Sep 16 00:03:11 2005 GOTOU Yuuzou ;T@ o; ;;;[o;;I"9lib/webrick/cgi.rb (WEBrick::CGI::Socket#initialize);T;[o;;[I" should set $stdout.binmode.;TS; ; i; I"2005-09-15;T@ S; ; i; I"FThu Sep 15 23:25:21 2005 NAKAMURA, Hiroshi ;T@ o; ;;;[o;;I".lib/{soap,wsdl,xsd}, test/{soap,wsdl,xsd};T;[o;;[I"g imported soap4r/1.5.5. #nnn is a ticket number at http://dev.ctor.org/soap4r * SOAP * allow to configure an envelope namespace of SOAP request. (#124) TemporaryNamespace = 'http://www.w3.org/2003/05/soap-envelope' @client.options["soap.envelope.requestnamespace"] = TemporaryNamespace @client.options["soap.envelope.responsenamespace"] = TemporaryNamespace @client.do_proc(...) * let SOAP request XML indent space configurable. see "soap.envelope.no_indent" option. (#130) * let external CES configurable. ex. client["soap.mapping.external_ces"] = 'SJIS'. $KCODE is used by default. (#133) external CES ::= CES used in Ruby object of client and server internal CES ::= CES used in SOAP/OM * add iso-8859-1 external CES support. (#106) * fixed illegal 'qualified' handling of elements. it caused ASP.NET interoperability problem. (#144) * added 'soap.envelope.use_numeric_character_reference' (boolean) option to let query XML use numeric character reference in XML, not plain UTF-8 character. !GoogleSearch server seems to not allow plain UTF-8 character since 2005-08-15 update. (#147) * SOAP::Header::SimpleHeader (de)serialization throws an exception on !SimpleHeader.on_(in|out)bound when header is a String. so we could not use a simple single element headerItem. fixed. thanks to emil. (#129) * out parameter of rpc operation did not work. (#132) * follow HTTP redirect only if using http-access2. (#125) (#145) * add a workaround for importing an WSDL whose path begins with drive letter. (#115) * WSDL * SOAP Data which is defined as a simpletype was not mapped correctly to Ruby obj when using wsdl2ruby.rb generated classdef file. (#123) * rpc/literal support. (#118) * re-implemented local element qualify/unqualify control. handles elementFormDefault and form in WSDL. (#119) * Array of an element which has simpleType causes a crash. (#128) * parameterOrder may not contain return part so it can be shorter than parts size. Thanks to Hugh. (#139) * Samples * added !BasicAuth client sample. (#117) * added Base64 client/server sample. * added Flickr SOAP interface client sample. (#122) * added !SalesForce client sample. (#135) * updated Thawte CA certificate for !GoogleAdWords sample. * updated a client script with the newer version made by Johan. thanks! * shortened long file names. (#120) * fixed typo in authheader sample. (#129) * updated deprecated method usage. (#138);TS; ; i; I"BThu Sep 15 22:40:27 2005 NAKAMURA Usaku ;T@ o; ;;;[o;;I"0test/ruby/test_signal.rb (test_exit_action);T;[o;;[I"5skip the test using fork on fork-less platforms.;TS; ; i; I";Thu Sep 15 13:54:33 2005 Tanaka Akira ;T@ o; ;;;[o;;I"lib/open-uri.rb;T;[o;;[I"/add :read_timeout option. [ruby-core:4848];TS; ; i; I"HThu Sep 15 11:39:18 2005 Hidetoshi NAGAI ;T@ o; ;;;[o;;I"ext/tk/lib/tk/dialog.rb;T;[o;;[I"_If a dialog does not show up yet, TkDialogObj#name raises an exception. [ruby-talk:156109];TS; ; i; I"BThu Sep 15 11:01:58 2005 NAKAMURA Usaku ;T@ o; ;;;[o;;I"%win32/win32.c (rb_w32_pipe_exec);T;[o;;[I"&remove unnecessary CloseHandle().;To;;I"5win32/win32.c (extract_console_fd, peek_console);T;[o;;[I"new functions.;To;;I""win32/win32.c (rb_w32_select);T;[o;;[I"$check consoles by polling them.;TS; ; i; I"GThu Sep 15 00:18:24 2005 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"-lib/net/telnet.rb (Net::Telnet::waitfor);T;[o;;[I":replace sysread with readpartial. [ruby-talk:127641];TS; ; i; I"2005-09-14;T@ S; ; i; I"BWed Sep 14 23:28:28 2005 NAKAMURA Usaku ;T@ o; ;;;[o;;I"$win32/win32.c (collect_file_fd);T;[o;;[I"!rename from extract_file_fd.;To;;I"/win32/win32.c (extract_pipe_fd, peek_pipe);T;[o;;[I"new functions.;To;;I""win32/win32.c (rb_w32_select);T;[o;;[I"!check pipes by polling them.;TS; ; i; I"EWed Sep 14 22:40:26 2005 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"dir.c (ruby_glob);T;[o;;[I"3glob function not using ruby exception system.;TS; ; i; I"IWed Sep 14 17:24:22 2005 Hirokazu Yamamoto ;T@ o; ;;;[o;;I" dir.c;T;[o;;[I"7changed `foo (*bar)_((boo))' to `foo (*bar)(boo)`.;To;;I"Tenumerator.c, eval.c, gc.c, intern.h, io.c, process.c, ruby.c, ruby.h, signal.c;T;[o;;[I" ditto.;TS; ; i; I"IWed Sep 14 15:06:22 2005 Hirokazu Yamamoto ;T@ o; ;;;[o;;I" bignum.c;T;[o;;[I";changed `foo _((boo))' to `foo(boo)`. [ruby-dev:27056];To;;I"-defines.h, dir.c, dln.h, enumerator.c, env.h, error.c, eval.c, file.c, gc.c, hash.c, inits.c, intern.h, io.c, lex.c, marshal.c, missing.h, node.h, numeric.c, pack.c, process.c, re.h, ruby.c, ruby.h, rubyio.h, rubysig.h, signal.c, sprintf.c, st.h, string.c, struct.c, time.c, util.c, util.h, variable.c;T;[o;;[I" ditto.;TS; ; i; I"2005-09-13;T@ S; ; i; I"FTue Sep 13 22:09:40 2005 NAKAMURA, Hiroshi ;T@ o; ;;;[ o;;I"lib/logger.rb (Logger);T;[o;;[I"added formatter accessor to logger for dictating the way in which the logger should format the messages it displays. Thanks to Nicholas Seckar (cf. [ruby-talk:153391]) and Daniel Berger.;To;;I"lib/logger.rb (Logger);T;[o;;[I"added VERSION constant.;To;;I"lib/logger.rb;T;[o;;[I"bremoved document for LogDevice. It is an implementation detail and is not a public interface.;To;;I"test/logger/test_logger.rb;T;[o;;[I"added tests.;TS; ; i; I"ETue Sep 13 21:47:17 2005 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"eval.c (BEGIN_CALLARGS);T;[o;;[I"6pop halfly pushed status. fixed: [ruby-dev:26881];TS; ; i; I";Tue Sep 13 20:24:37 2005 Tanaka Akira ;T@ o; ;;;[o;;I"ruby.h (PRINTF_ARGS);T;[o;;[I"2new macro for printf style argument checking.;TS; ; i; I"ATue Sep 13 15:41:29 2005 Minero Aoki ;T@ o; ;;;[o;;I"lib/net/http.rb;T;[o;;[I"=wrote documentation of HTTPRequest/HTTPResponse classes.;TS; ; i; I"ITue Sep 13 14:27:47 2005 Hirokazu Yamamoto ;T@ o; ;;;[o;;I"string.c, missing.h;T;[o;;[I"ufailed to build on powerpc-apple-darwin7.9.0 because of crypt argument's constness mismatch. (I hope this works);To;;I" (http;T;[o;;[I"?//mput.dip.jp/autobuild/ruby-trunk/log/20050913T110001.gz);TS; ; i; I"GTue Sep 13 12:33:05 2005 why the lucky stiff ;T@ o; ;;;[o;;I"lib/yaml.rb;T;[o;;[I"3reworking YAML::Stream to use the new emitter.;To;;I"lib/yaml/stream.rb;T;[o;;[I" ditto.;To;;I"lib/yaml/rubytypes.rb;T;[o;;[I"added Object#yaml_new.;To;;I"lib/yaml/tag.rb;T;[o;;[I"the tag_subclasses? method now shows up in the class. allow taguri to be set using an accessor. continue support of Object#to_yaml_type.;To;;I"ext/syck/rubyext.c;T;[o;;[I"new emitter code. yaml_new and yaml_initialize get called, should they be present. consolidated all the diaspora of internal node types into the family below YAML::Syck::Node -- Map, Seq, Scalar -- all of whom are SyckNode structs pointing to Ruby data. moved Object#yaml_new into the node_import and made it the default behavior. the target_class is always called with yaml_new, prepended a parameter, which is the klass. loaded nodes through GenericResolver show their style. new Resolver#tagurize converts type ids to taguris.;To;;I"ext/syck/implicit.re;T;[o;;[I")were 'y' and 'n' seriously omitted??;To;;I"ext/syck/emitter.c;T;[o;;[I"renovated emitter, walks the tree in advance. consolidated redundant block_styles struct into the scalar_style struct. (this means loaded nodes can now be sent back to emitter and preserve at least its very basic formatting.);To;;I"ext/syck/gram.c;T;[o;;[I",headless documents of any kind allowed.;To;;I"ext/syck/node.c;T;[o;;[I"new syck_replace_str methods and syck_empty_* methods for rewriting node contents, while keeping the ID and other setup info. added syck_seq_assign.;To;;I"ext/syck/syck.h;T;[o;;[I"1reflect block_styles and new node functions.;TS; ; i; I"ETue Sep 13 08:09:18 2005 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"(lib/ostruct.rb (new_ostruct_member);T;[o;;[I"BObject#send no longer call private methods. [ruby-dev:27044];To;;I"ptest/rss/test_dublincore.rb, test/rss/test_trackback.rb, test/ruby/test_eval.rb, test/socket/test_socket.rb;T;[o;;[I" ditto.;To;;I"1test/ruby/test_lambda (test_call_with_block);T;[o;;[I"7lambda makes new scope for formal block parameter.;TS; ; i; I"GTue Sep 13 01:17:45 2005 Yukihiro Matsumoto ;T@ o; ;;;[o;;I""eval.c (proc_save_safe_level);T;[o;;[I"Jno need to restrict safe level memoize in $SAFE>=3. [ruby-dev:27050];TS; ; i; I"ETue Sep 13 00:02:33 2005 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"file.c (apply2files);T;[o;;[I""stricter callback definition.;To;;I"file.c (rb_path_check);T;[o;;[I"constified.;TS; ; i; I"2005-09-12;T@ S; ; i; I"CMon Sep 12 20:53:06 2005 GOTOU Yuuzou ;T@ o; ;;;[o;;I"0test/openssl/test_pkcs7.rb (test_enveloped);T;[o;;[I"skip this test to avoid a bug of PKCS7_encrypt() (only if ext/openssl is compiled with OpenSSL-0.9.7d or earlier versions). http://www.mail-archive.com/openssl-dev@openssl.org/msg17376.html;TS; ; i; I"IMon Sep 12 20:32:00 2005 Hirokazu Yamamoto ;T@ o; ;;;[o;;I"-win32/win32.[hc] (rb_w32_argv_size, ...);T;[o;;[I"Oreverted my latest change to avoid incompatible pointer warning. (mingw32);TS; ; i; I"IMon Sep 12 19:58:53 2005 Hirokazu Yamamoto ;T@ o; ;;;[o;;I" dln.c;T;[o;;[I"Eavoid warning of const to non-const conversion. [ruby-dev:27041];To;;I"eval.c, io.c, ruby.c;T;[o;;[I" ditto.;TS; ; i; I"IMon Sep 12 19:26:29 2005 Hirokazu Yamamoto ;T@ o; ;;;[o;;I" array.c;T;[o;;[I":moved to ANSI function style from K&R function style.;To;;I"(used protoize on windows, so still K&R remains on #ifdef part of other platforms. And `foo _((boo))' stuff is still there) [ruby-dev;T;[o;;[I" 26975];To;;I"bignum.c, class.c, compar.c, dir.c, dln.c, dmyext.c, enum.c, enumerator.c, error.c, eval.c, file.c, gc.c, hash.c, inits.c, io.c, main.c, marshal.c, math.c, numeric.c, object.c, pack.c, prec.c, process.c, random.c, range.c, re.c, regcomp.c, regenc.c, regerror.c, regexec.c, regparse.c, regparse.h, ruby.c, signal.c, sprintf.c, st.c, string.c, struct.c, time.c, util.h, variable.c, version.c;T;[o;;[I" ditto.;TS; ; i; I"GMon Sep 12 14:03:33 2005 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"test/dbm/test_dbm.rb;T;[o;;[I"Yremove locking test, which may not be supported on some platforms. [ruby-dev:27030];TS; ; i; I"2005-09-11;T@ S; ; i; I"ASun Sep 11 23:23:02 2005 Shugo Maeda ;T@ o; ;;;[o;;I"lib/net/imap.rb (starttls);T;[o;;[I"$supported the STARTTLS command.;TS; ; i; I"ISun Sep 11 22:18:07 2005 Masatoshi SEKI ;T@ o; ;;;[o;;I"bin/erb (ERB::Main#run);T;[o;;[I"hset ERB#filename so that it is used when reporting syntax/runtime errors. Tabs converted to spaces.;TS; ; i; I"2005-09-10;T@ S; ; i; I"GSat Sep 10 22:34:19 2005 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"array.c, bignum.c;T;[o;;[I"protoize.;TS; ; i; I"GSat Sep 10 00:23:01 2005 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"eval.c (splat_value);T;[o;;[I"Psimpler and consistent array conversion for argument splat. [yarv-dev:599];TS; ; i; I"2005-09-09;T@ S; ; i; I"EFri Sep 9 16:45:25 2005 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"string.c (rb_str_times);T;[o;;[I"Vmake empty strings to keep taintness, and a little improvement. [ruby-dev:26900];To;;I"8ext/iconv/iconv.c (iconv_try), ext/iconv/extconf.rb;T;[o;;[I"Rget rid of meta characters in command line option. fixed: [ruby-talk:155369];To;;I"ext/iconv/iconv.c;T;[o;;[I"protoized.;TS; ; i; I"2005-09-08;T@ S; ; i; I"GThu Sep 8 14:58:11 2005 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"fmerged a patch from Takahiro Kambe to support DragonFly BSD. [ruby-dev;T;[o;;[I" 26984];TS; ; i; I"IThu Sep 8 13:14:57 2005 Tadashi Saito ;T@ o; ;;;[o;;I"missing/strchr.c (strrchr);T;[o;;[I"@fixed a bug in detecting NUL in a string. [ruby-dev:26985];TS; ; i; I"2005-09-07;T@ S; ; i; I"CWed Sep 7 17:29:27 2005 GOTOU Yuuzou ;T@ o; ;;;[o;;I"4ext/openssl/ossl_engine.c (ossl_engine_s_by_id);T;[o;;[I"OpenSSL::Engine.by_id calls given block before calling ENGINE_init (block parameter is the return value of this method itself). this functionality is useful to load dynamic shared engines. require "openssl" pkcs11 = OpenSSL::Engine.by_id("dynamic"){|e| e.ctrl_cmd("SO_PATH", "/usr/lib/opensc/engine_pkcs11.so") e.ctrl_cmd("LIST_ADD", "1") e.ctrl_cmd("LOAD") } pkcs11.ctrl_cmd("PIN", "secret") key = pkcs11.load_private_key;To;;I"5ext/openssl/ossl_engine.c (ossl_engine_ctrl_cmd);T;[o;;[I"Jnew method OpenSSL::Engine#ctrl_cmd. it wraps ENGINE_ctrl_cmd_string.;To;;I"5ext/openssl/ossl_engine.c (ossl_engine_get_cmds);T;[o;;[I"Lnew method OpenSSL::Engine#cmds. it returns engine command definitions.;TS; ; i; I"CWed Sep 7 15:48:37 2005 GOTOU Yuuzou ;T@ o; ;;;[ o;;I"-ext/openssl/ossl_asn1.c (asn1str_to_str);T;[o;;[I"new function.;To;;I"ext/openssl/ossl_pkcs7.c;T;[o;;[I"Wnew class OpenSSL::PKCS7::RecipientInfo. this class wraps PKCS7_RECIP_INFO struct.;To;;I"ext/openssl/ossl_pkcs7.c;T;[o;;[I"sOpenSSL::PKCS7::Signer is renamed to OpenSSL::PKCS7::SignerInfo. ("Signer" remains as an alias of SignerInfo.);To;;I"test/openssl/test_pkcs7.rb;T;[o;;[I"new file.;TS; ; i; I";Wed Sep 7 12:55:08 2005 Tanaka Akira ;T@ o; ;;;[o;;I"lib/open-uri.rb;T;[o;;[I"Babolish mod === tempfile to avoid a problem [ruby-dev:26967].;TS; ; i; I"EWed Sep 7 10:45:15 2005 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"eval.c (rb_thread_switch);T;[o;;[I"Dconvert all exceptions to SystemExit. fixed: [ruby-core:05724];To;;I""eval.c (rb_thread_terminated);T;[o;;[I"?show backtrace before propagate exceptions to main thread.;TS; ; i; I"IWed Sep 7 09:21:41 2005 Hirokazu Yamamoto ;T@ o; ;;;[o;;I"$win32/win32.[hc] (rb_w32_utime);T;[o;;[I"constified.;To;;I" win32/win32.h (rb_w32_stat);T;[o;;[I"added prototype.;To;;I"Gwin32/win32.[hc] (rb_w32_argv_size,rb_w32_join_argv,rb_w32_aspawn);T;[o;;[I"Hchanged `char *const *' to `const char *const *'. (constify string);TS; ; i; I"EWed Sep 7 08:35:04 2005 Nobuyoshi Nakada ;T@ o; ;;;[ o;;I")Makefile.in, configure.in (MINIOBJS);T;[o;;[I"8miniruby on HP-UX can not load extension libraries.;To;;I" bignum.c (bignew_1, bigadd);T;[o;;[I":K&R style argument actually can't be defined as char.;To;;I"missing/vsnprintf.c;T;[o;;[I"*ANSI compiler supports const keyword.;To;;I"ext/digest/sha2/extconf.rb;T;[o;;[I"@reject platforms which has inttypes.h but no 64bit integer.;To;;I"lib/mkmf.rb (what_type?);T;[o;;[I"guesstimate type.;To;;I"5ext/etc/etc.c (setup_passwd), ext/etc/extconf.rb;T;[o;;[I"5pw_age might be char*. fixed: [ruby-core:05470];TS; ; i; I"GWed Sep 7 08:32:07 2005 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"string.c (rb_str_times);T;[o;;[I"(should taint empty strings as well.;To;;I"object.c (Init_Object);T;[o;;[I";make class_variable_{get,set} public. [ruby-dev:26965];TS; ; i; I"2005-09-05;T@ S; ; i; I"EMon Sep 5 22:28:46 2005 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"5parse.y (stmt, mlhs_node, lhs, arg, method_call);T;[o;;[I"9aref_args might be nothing. fixed: [ruby-dev:26952];To;;I"ext/ripper/eventids2.c;T;[o;;[I"/added new tokens. fixed: [ruby-dev:26952];TS; ; i; I"GMon Sep 5 17:03:07 2005 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"lib/find.rb;T;[o;;[I"Hshould raise ENOENT if root entry does not exist. [ruby-list:41054];To;;I"lib/ostruct.rb;T;[o;;[I"a patch from Florian Gross merged to allow recursive inspect (and to_s) for OpenStruct. [ruby-core:05532];TS; ; i; I"GMon Sep 5 08:20:19 2005 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"lib/observer.rb;T;[o;;[I"xa patch from nornagon merged to allow arbitrary names for update methods. [ruby-core:05416];TS; ; i; I"CMon Sep 5 07:01:12 2005 GOTOU Yuuzou ;T@ o; ;;;[o;;I"Fext/openssl/openssl/lib/openssl/buffering.rb (Buffering#do_write);T;[o;;[I"Ashould clear data from the buffer which already been output.;TS; ; i; I"2005-09-04;T@ S; ; i; I"ASun Sep 4 15:01:35 2005 Minero Aoki ;T@ o; ;;;[o;;I"parse.y (f_arg);T;[o;;[I":Ripper should not do semantic check. [ruby-dev:26948];TS; ; i; I"2005-09-03;T@ S; ; i; I"GSat Sep 3 23:52:35 2005 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"eval.c (rb_f_fcall);T;[o;;[I"Mnew method to avoid inefficiency of obj.instance_eval{send(...)} tricks.;TS; ; i; I";Sat Sep 3 13:59:31 2005 Tanaka Akira ;T@ o; ;;;[o;;I"'lib/pathname.rb (Pathname#descend);T;[o;;[I"5Pathname.new("./a/b/c").descend didn't yield ".";To;;I"(Pathname#ascend);T;[o;;[I" ditto.;TS; ; i; I"2005-09-02;T@ S; ; i; I"EFri Sep 2 23:51:54 2005 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"parse.y (f_arg);T;[o;;[I"Hf_norm_arg is a VALUE in ripper, not an ID. fixed: [ruby-dev:26942];To;;I"lib;T;[o;;[I"Edo not use __send__ to access private methods. [ruby-dev:26935];TS; ; i; I"2005-09-01;T@ S; ; i; I"GThu Sep 1 17:11:25 2005 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"eval.c (rb_call0);T;[o;;[I"+wrong condition for $SAFE restoration.;TS; ; i; I"HThu Sep 1 14:12:45 2005 Hidetoshi NAGAI ;T@ o; ;;;[o;;I"ext/tk/lib/multi-tk.rb;T;[o;;[I"VOn Tcl8.5, MultiTkIp#invoke_hidden doesn't work (gives wrong order of arguments).;To;;I"ext/tk/lib/multi-tk.rb;T;[o;;[I"xadd MultiTkIp#invoke_hidden_on_namespace to support '-namespace' option of 'interp invokehidden' command on Tcl8.5.;TS; ; i; I"2005-08-31;T@ S; ; i; I"BWed Aug 31 14:41:30 2005 NAKAMURA Usaku ;T@ o; ;;;[o;;I""win32/Makefile.sub (OPTFLAGS);T;[o;;[I"\default global optimization to disabled for all VC++ versions. fixed: [ruby-dev:26897];TS; ; i; I"IWed Aug 31 10:36:09 2005 Hirokazu Yamamoto ;T@ o; ;;;[o;;I"/process.c (proc_detach, proc_setmaxgroups);T;[o;;[I"Imissing argument type declaration. (I recommend ANSI-style function);TS; ; i; I"EWed Aug 31 06:59:01 2005 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"string.c (rb_str_scan);T;[o;;[I"Ialready String#scan behaves differently regarding if block is given.;TS; ; i; I"2005-08-30;T@ S; ; i; I"ETue Aug 30 23:49:34 2005 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"Farray.c, dir.c, enum.c, hash.c, io.c, range.c, string.c, struct.c;T;[o;;[I"@let enumerable methods return Enumerator. [ruby-dev:26924];To;;I"!intern.h (RETURN_ENUMERATOR);T;[o;;[I"*utility macro for enumerable methods.;TS; ; i; I"FTue Aug 30 23:25:45 2005 NAKAMURA, Hiroshi ;T@ o; ;;;[o;;I"lib/debug.rb;T;[o;;[I" no need to restart at exit.;TS; ; i; I"ETue Aug 30 23:20:19 2005 Nobuyoshi Nakada ;T@ o; ;;;[ o;;I"eval.c (rb_rescue2);T;[o;;[I"2initialization miss. fixed: [ruby-dev:26917];To;;I""lib/mkmf.rb (xsystem, xpopen);T;[o;;[I" no longer expand by Config.;To;;I"8lib/mkmf.rb (link_command, cc_command, cpp_command);T;[o;;[I"Jexpand variables at once, and quote hdrdir. fixed: [ruby-core:05680];To;;I"lib/mkmf.rb (libpathflag);T;[o;;[I"quote paths.;TS; ; i; I"CTue Aug 30 19:34:27 2005 GOTOU Yuuzou ;T@ o; ;;;[o;;I"Yext/digest/md5/md5ossl.h, ext/digest/rmd160/rmd160ossl.h, ext/digest/sha1/sha1ossl.h;T;[o;;[I"[include to avoid error in compilation with OpenSSL-0.9.8. [ruby-list:41068];TS; ; i; I"ETue Aug 30 16:19:40 2005 Keiju Ishitsuka ;T@ o; ;;;[o;;I"lib/irb/init.rb;T;[o;;[I"bug fix. [ruby-dev: 26920];TS; ; i; I"GTue Aug 30 16:13:00 2005 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"enum.c (enum_count);T;[o;;[I""new method. [ruby-dev:26895];TS; ; i; I"GTue Aug 30 12:45:15 2005 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"eval.c (rb_f_send);T;[o;;[I"Rdo not call private methods if the receiver is specified. [ruby-talk:153672];TS; ; i; I"2005-08-29;T@ S; ; i; I"IMon Aug 29 19:47:18 2005 Hirokazu Yamamoto ;T@ o; ;;;[o;;I"lib/rdoc/usage.rb;T;[o;;[I"*improper exceptions. [ruby-dev:26870];To;;I"lib/rdoc/usage.rb;T;[o;;[I"ssupport the case when non-ruby code exists before shebang. (this is needed when ri.bat is executed on windows);TS; ; i; I"EMon Aug 29 18:58:05 2005 Keiju Ishitsuka ;T@ o; ;;;[o;;I"lib/irb/init.rb;T;[o;;[I"Hmake IRB -I option that is same behavior for ruby. [ruby-dev:26872];To;;I"lib/irb/locale.rb;T;[o;;[I"Rsupport to print help message when OS locale is ja_JP.utf-8. [ruby-dev:26872];TS; ; i; I";Mon Aug 29 01:43:05 2005 Tanaka Akira ;T@ o; ;;;[o;;I"'lib/pathname.rb (Pathname#descend);T;[o;;[I"new method.;To;;I"(Pathname#ascend);T;[o;;[I" ditto.;TS; ; i; I";Mon Aug 29 00:35:09 2005 Tanaka Akira ;T@ o; ;;;[o;;I"lib/time.rb;T;[o;;[I"2require 'date/format' instead of 'parsedate'.;To;;I"(Time.parse);T;[o;;[I"2extract fractional seconds using Date._parse.;To;;I"(Time.strptime);T;[o;;[I"Hextract fractional seconds using Date._strptime. [ruby-talk:153859];TS; ; i; I"2005-08-27;T@ S; ; i; I"ISat Aug 27 20:13:31 2005 Hirokazu Yamamoto ;T@ o; ;;;[o;;I"3ext/curses/curses.c ({curses,window}_clrtoeol);T;[o;;[I"(added. suggested by Reyn Vlietstra.;To;;I"ext/curses/curses.c;T;[o;;[I"Dchtype in curses is not `char', rather `long'. [ruby-Bugs:2298];To;;I"ext/curses/view.rb;T;[o;;[I"$String =~ String is deprecated.;TS; ; i; I"2005-08-25;T@ S; ; i; I"IThu Aug 25 15:48:58 2005 Hirokazu Yamamoto ;T@ o; ;;;[o;;I"ext/win32ole/win32ole.c;T;[o;;[I"suppress warnings. (win32);TS; ; i; I"2005-08-24;T@ S; ; i; I"BWed Aug 24 11:01:26 2005 NAKAMURA Usaku ;T@ o; ;;;[o;;I"4test/logger/test_logger.rb (test_shifting_size);T;[o;;[I"Zshould close log device before unlink, since some platform cannot unlink opened file.;TS; ; i; I"2005-08-23;T@ S; ; i; I"CTue Aug 23 06:07:02 2005 GOTOU Yuuzou ;T@ o; ;;;[o;;I"ext/openssl/lib/digest.rb;T;[o;;[I"|added SHA224, SHA256, SHA384 and SHA512. these features are enabled if this library is compiled with OpenSSL 0.9.8 or later.;To;;I" test/openssl/test_digest.rb;T;[o;;[I"add test for new digests.;TS; ; i; I"CTue Aug 23 05:47:04 2005 GOTOU Yuuzou ;T@ o; ;;;[ o;;I"6ext/openssl/ossl_ns_spki.c (ossl_spki_initialize);T;[o;;[I",try to decode the argument as a string.;To;;I"1ext/openssl/ossl_ns_pki.c (ossl_spki_to_der);T;[o;;[I"new method.;To;;I"=ext/openssl/ossl_x509store.c (ossl_x509store_initialize);T;[o;;[I"'should set @time to avoid warning.;To;;I"mext/openssl/ossl_x509store.c (ossl_x509store_set_default_paths, X509_STORE_add_cert, X509_STORE_add_crl);T;[o;;[I"3should raise error if wrapped functions fails.;To;;I"5ext/openssl/ossl_ssl.c (ossl_sslctx_set_ciphers);T;[o;;[I"fix error message.;To;;I"=ext/openssl/ossl_x509req.c (ossl_x509req_set_attributes);T;[o;;[I" get rid of unused variable.;To;;I"!test/openssl/test_ns_spki.rb;T;[o;;[I"add new file.;To;;I"#test/openssl/test_x509store.rb;T;[o;;[I"add test for error.;TS; ; i; I"ITue Aug 23 01:11:40 2005 Hirokazu Yamamoto ;T@ o; ;;;[o;;I"sprintf.c (ruby__sfvwrite);T;[o;;[I"?should move `buf' to the end of `result'. [ruby-dev:26859];TS; ; i; I"2005-08-22;T@ S; ; i; I"GMon Aug 22 23:51:19 2005 Yukihiro Matsumoto ;T@ o; ;;;[o;;I" parse.y;T;[o;;[I"OONIG_OPTION_CAPTURE_GROUP conflicts with RE_OPTION_ONCE. [ruby-dev:26852];TS; ; i; I"EMon Aug 22 20:11:35 2005 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"&missing/vsnprintf.c (BSD__sprint);T;[o;;[I"Dneeds to call vwrite function pointer. fixed: [ruby-dev:26854];TS; ; i; I"2005-08-21;T@ S; ; i; I"FSun Aug 21 00:10:23 2005 NAKAMURA, Hiroshi ;T@ o; ;;;[o;;I"Elib/wsdl/xmlSchema/importer.rb (WSDL::XMLSchema::Importer#fetch);T;[o;;[I"badd a workaround for importing an WSDL whose path begins with drive letter. [ruby-dev:26242];TS; ; i; I"2005-08-20;T@ S; ; i; I"GSat Aug 20 23:55:25 2005 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"parse.y (parser_yylex);T;[o;;[I"'update paren_nest for brackets [].;TS; ; i; I"@Sat Aug 20 22:05:25 2005 K.Kosako ;T@ o; ;;;[o;;I"'regexec.c (code_is_in_cclass_node);T;[o;;[I"&check code size. [ruby-dev:26840];TS; ; i; I"FSat Aug 20 22:37:13 2005 NAKAMURA, Hiroshi ;T@ o; ;;;[o;;I"1lib/logger.rb (write, shift_log?, shift_log);T;[o;;[I">file shifting race condition bug fixed. [ruby-dev:26764];To;;I"test/logger/test_logger.rb;T;[o;;[I" tests.;TS; ; i; I"2005-08-19;T@ S; ; i; I";Fri Aug 19 18:13:39 2005 Tanaka Akira ;T@ o; ;;;[o;;I"$lib/time.rb (Time.apply_offset);T;[o;;[I"[fix a problem with last day of month. reported by Lucas Nussbaum. [ruby-talk:152866];TS; ; i; I"2005-08-18;T@ S; ; i; I"BThu Aug 18 11:05:36 2005 NAKAMURA Usaku ;T@ o; ;;;[o;;I"(win32/win32.c (socketpair_internal);T;[o;;[I"jneed to call open_ifs_socket() to create sockets instead of winsock's socket(). fixed: [yarv-dev:581];TS; ; i; I"2005-08-17;T@ S; ; i; I"EWed Aug 17 23:58:05 2005 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"eval.c (terminate_process);T;[o;;[I"take String message.;To;;I"eval.c (rb_thread_switch);T;[o;;[I"Zpropagate the exception caused thread termination directly. fixed: [ruby-core:05552];TS; ; i; I"BWed Aug 17 21:20:05 2005 NARUSE, Yui ;T@ o; ;;;[o;;I"ext/nkf/lib/kconv.rb;T;[o;;[I"{ensure that symbol_to_option is private_class_method and all other methods are module_function fixed: [ruby-dev:26808];TS; ; i; I"GWed Aug 17 00:05:46 2005 Yukihiro Matsumoto ;T@ o; ;;;[ o;;I"eval.c (rb_add_method);T;[o;;[I"Gpreserve safe level in the environment where a method is defined .;To;;I"eval.c (rb_call0);T;[o;;[I":restore preserved safe level in the method execution.;To;;I"parse.y (lambda);T;[o;;[I"need separate block variable stack manipulation and lpar_beg maintenance. based on a patch found in [ruby-core:05551] from Mauricio Fernandez .;To;;I"parse.y (parser_yylex);T;[o;;[I"Dadjust lpar_beg after tLAMBEG and kDO_LAMBDA. [ruby-core:05551];TS; ; i; I"2005-08-15;T@ S; ; i; I"EMon Aug 15 07:24:38 2005 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"#intern.h (rb_check_to_integer);T;[o;;[I"add declaration.;To;;I"2object.c (rb_to_integer, rb_check_to_integer);T;[o;;[I"argument constified.;TS; ; i; I"EMon Aug 15 00:38:51 2005 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"eval.c (rb_rescue2);T;[o;;[I"?reduce PUSH_TAG() as well as NODE_RESCUE. [ruby-dev:26800];To;;I"&range.c (range_check, range_init);T;[o;;[I"reduce useless exceptions.;TS; ; i; I"GMon Aug 15 00:34:11 2005 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"parse.y (yycompile);T;[o;;[I"-remove unreachable code. [yarv-dev:570];TS; ; i; I"2005-08-13;T@ S; ; i; I"ASat Aug 13 22:16:12 2005 Minero Aoki ;T@ o; ;;;[o;;I"+lib/fileutils.rb (remove_entry_secure);T;[o;;[I"forgot final chdir.;TS; ; i; I"ASat Aug 13 22:07:49 2005 Minero Aoki ;T@ o; ;;;[o;;I"+lib/fileutils.rb (remove_entry_secure);T;[o;;[I"_uses chdir(2) and check if current directory is correct. [ruby-dev:26100] [ruby-dev:26226];TS; ; i; I"ISat Aug 13 21:11:05 2005 Masaki Suketa ;T@ o; ;;;[o;;I"ext/win32ole/win32ole.c;T;[o;;[I" add WIN32OLE_VARIANT class.;To;;I""ext/win32ole/tests/testall.rb;T;[o;;[I" ditto.;To;;I")ext/win32ole/tests/testOLEVARIANT.rb;T;[o;;[I" ditto.;TS; ; i; I"ESat Aug 13 18:51:26 2005 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"eval.c (rb_block_pass);T;[o;;[I"Cdistinguish current block from others. fixed: [ruby-dev:26274];To;;I"/ext/stringio/stringio.c (strio_set_string);T;[o;;[I"Cdisallow nil. http://www.rubyist.net/~nobu/t/20050811.html#c05;TS; ; i; I"BSat Aug 13 08:01:59 2005 NARUSE, Yui ;T@ o; ;;;[o;;I"ext/nkf/lib/kconv.rb;T;[o;;[I"+Kconv.kconv is now alias of Kconv.conv;To;;I"ext/nkf/lib/kconv.rb;T;[o;;[I"7remove nkf dependent symbols from SYMBOL_TO_OPTION;TS; ; i; I"2005-08-12;T@ S; ; i; I"GFri Aug 12 17:06:53 2005 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"parse.y (f_larglist);T;[o;;[I"allow optional arguments even when parentheses are omitted. based on Nobu's patch from http://www.rubyist.net/~nobu/t/20050805.html;To;;I"parse.y (parser_yylex);T;[o;;[I"=update & maintain lpar_beg for detect lambda parameters.;TS; ; i; I"2005-08-11;T@ S; ; i; I"EThu Aug 11 23:29:03 2005 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"ext/stringio/stringio.c;T;[o;;[I"&keep holding string after closed.;TS; ; i; I"IThu Aug 11 20:48:40 2005 Tadashi Saito ;T@ o; ;;;[o;;I"Cnumeric.c (fix_equal, fix_cmp, fix_gt, fix_ge, fix_lt, fix_le);T;[o;;[I"Oreduce coercing when a method knows about a operand type. [ruby-dev:26789];TS; ; i; I"?Thu Aug 11 13:01:48 2005 Kouhei Sutou ;T@ o; ;;;[ o;;I" lib/rss;T;[o;;[I"&fixed sort bug. [ruby-list:41018];To;;I">lib/rss/1.0.rb (RSS::RDF::Channel#setup_maker_attributes);T;[o;;[I"removed self.;To;;I"6lib/rss/maker/base.rb (RSS::Maker::ItemsBase#<=>);T;[o;;[I" use #date instead of @date.;To;;I"/(RSS::Maker::Base::self.def_array_element);T;[o;;[I"added #size.;To;;I"dlib/rss/maker/1.0.rb (RSS::Maker::RSS10::Channel#to_rss, RSS::Maker::RSS10::Items::Item#to_rss);T;[o;;[I"/cleared dc_dates set upped by using #date.;To;;I"[lib/rss/maker/dublincore.rb (RSS::Maker::ChannelBase, RSS::Maker::ItemsBase::ItemBase);T;[o;;[I"fixed opposite alias.;To;;I"Ztest/rss/test_setup_maker_1.0.rb (RSS::TestSetupMaker10::test_setup_maker_items_sort);T;[o;;[I"8added some tests for RSS::Maker::ItemsBase#do_sort.;TS; ; i; I"2005-08-10;T@ S; ; i; I"GWed Aug 10 12:01:20 2005 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"lib/delegate.rb;T;[o;;[I"[simplifies Delegator classes; SimpleDelegator now uses method_missing for all methods.;TS; ; i; I"GWed Aug 10 10:38:50 2005 Yukihiro Matsumoto ;T@ o; ;;;[ o;;I"bignum.c (rb_big_mul0);T;[o;;[I"lmultiply two numbers (x, y) without normalizing the result. x should be a big number. [ruby-dev:26778];To;;I"bignum.c (rb_big_pow);T;[o;;[I"/use rb_big_mul0() instead of rb_big_mul().;To;;I">array.c (rb_ary_or, rb_ary_and, rb_ary_plus, rb_ary_diff);T;[o;;[I"crevert the change on 2005-08-03. Set operation on other item should have in separate methods.;To;;I"!parse.y (shadowing_lvar_gen);T;[o;;[I":warn when arguments shadows external local variables.;To;;I"parse.y (f_opt);T;[o;;[I"Doptional arguments should not clobber external local variables.;To;;I"parse.y (f_rest_arg);T;[o;;[I"@rest arguments should not clobber external local variables.;TS; ; i; I"HWed Aug 10 10:29:40 2005 Hidetoshi NAGAI ;T@ o; ;;;[ o;;I"ext/tk/lib/tk.rb;T;[o;;[I".fix bug on handling __ruby2val_optkeys().;To;;I" ext/tk/lib/tk/itemconfig.rb;T;[o;;[I"3fix bug on handling __item_ruby2val_optkeys().;To;;I"ext/tk/lib/tk/canvas.rb;T;[o;;[I",didn't check __item_ruby2val_optkeys().;To;;I")ext/tk/lib/tkextlib/blt/component.rb;T;[o;;[I" ditto.;TS; ; i; I"2005-08-09;T@ S; ; i; I"ETue Aug 9 21:53:17 2005 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"eval.c (formal_assign);T;[o;;[I"Nlet default values override arguments to zsuper. fixed: [ruby-dev:26743];TS; ; i; I"ITue Aug 9 20:30:19 2005 Tadashi Saito ;T@ o; ;;;[o;;I"bignum.c (rb_big_coerce);T;[o;;[I"5allow bignum x bignum coercing. [ruby-dev:26778];TS; ; i; I"HTue Aug 9 15:12:04 2005 Hidetoshi NAGAI ;T@ o; ;;;[o;;I"ext/tk/tcltklib.c;T;[o;;[I"%remove dangerous 'rb_jump_tag's.;To;;I"ext/tk/lib/tk.rb;T;[o;;[I"iadd __val2ruby_optkeys and __ruby2val_optkeys to help to convert option values between ruby and tcl.;To;;I" ext/tk/lib/tk/itemconfig.rb;T;[o;;[I"sadd __item_val2ruby_optkeys and __item_ruby2val_optkeys to help to convert option values between ruby and tcl.;To;;I"!ext/tk/lib/tk/radiobutton.rb;T;[o;;[I"]use __ruby2val_optkeys for 'variable' option (for the reason of backward compatibility).;To;;I"ext/tk/lib/tk/composite.rb;T;[o;;[I"&clarify the arguments of super().;To;;I"ext/tk/lib/tk/spinbox.rb;T;[o;;[I" ditto.;To;;I"ext/tk/lib/tk/text.rb;T;[o;;[I" ditto.;To;;I" ext/tk/lib/tk/validation.rb;T;[o;;[I" ditto.;To;;I"ext/tk/lib/tkextlib/*;T;[o;;[I"8support to treat tkvariable-type configure options.;TS; ; i; I"@Tue Aug 9 08:24:05 2005 Mauricio Fernandez ;T@ o; ;;;[o;;I"/parse.y (f_block_arg), eval.c (rb_yield_0);T;[o;;[I"Ddeal with dynamic variable lambda arguments. [ruby-core:05540];TS; ; i; I"2005-08-08;T@ S; ; i; I"EMon Aug 8 22:13:48 2005 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"eval.c (assign);T;[o;;[I";deal with new block argument. fixed: [ruby-core:05536];To;;I"eval.c (rb_node_arity);T;[o;;[I"8follow change of NODE_ARGS. fixed: [ruby-dev:26761];TS; ; i; I"IMon Aug 8 21:28:13 2005 Hirokazu Yamamoto ;T@ o; ;;;[o;;I"test/ruby/test_fnmatch.rb;T;[o;;[I"!separated from test_file.rb.;TS; ; i; I"FMon Aug 8 20:40:35 2005 NAKAMURA, Hiroshi ;T@ o; ;;;[o;;I"test/ruby/test_method.rb;T;[o;;[I"added. [ruby-dev:26761];TS; ; i; I"@Mon Aug 8 01:26:37 2005 Mauricio Fernandez ;T@ o; ;;;[o;;I"parse.y (f_larglist);T;[o;;[I"/mistake in syntax rule. [ruby-core:05535];TS; ; i; I"CMon Aug 8 05:16:55 2005 GOTOU Yuuzou ;T@ o; ;;;[o;;I"$ext/openssl/ossl.c (ossl_raise);T;[o;;[I"should use ERR_peek_last_error to get last error on the current thread. And should report if errors are on the stack while OpenSSL.debug is true.;To;;I")ext/openssl/ossl.c (ossl_get_errors);T;[o;;[I"+new method for debugging this library.;TS; ; i; I"CMon Aug 8 05:15:19 2005 GOTOU Yuuzou ;T@ o; ;;;[o;;I"-lib/webrick/httpproxy.rb (HTTPProxyServer#initialize), lib/webrick/httpserver.rb (HTTPServer#initialize), lib/webrick/httpservlet/cgihandler.rb (CGIHandler#initialize), lib/webrick/httpservlet/erbhandler.rb (ERBHandler#initialize), lib/webrick/httpservlet/filehandler.rb(DefaultFileHandler#initialize);T;[o;;[I"asuper (called with no arguments) takes default value of optional arguments. [ruby-dev:26743];To;;I"lib/webrick/httputils.rb;T;[o;;[I"-add a media-type "text/html" for .xhtml.;TS; ; i; I"2005-08-07;T@ S; ; i; I"FSun Aug 7 23:52:39 2005 NAKAMURA, Hiroshi ;T@ o; ;;;[o;;I"test/ruby/test_super.rb;T;[o;;[I"]added optional arg tests. [ruby-dev:26743] the tests expects 1.8 behavior at this time.;TS; ; i; I"2005-08-06;T@ S; ; i; I"HSat Aug 6 12:35:24 2005 Hidetoshi NAGAI ;T@ o; ;;;[o;;I"(ext/tk/lib/{tk.rb,tk/itemconfig.rb};T;[o;;[I"jconfigure creates TkVariable if key name is 'variable' or 'textvariable' by default. [ruby-dev:26749];To;;I")ext/tk/lib/tk/{label,radiobutton}.rb;T;[o;;[I"6removed its own {variable,textvariable} function.;To;;I"ext/tk/lib/tk/variable.rb;T;[o;;[I"$retains backward compatibility.;TS; ; i; I"2005-08-05;T@ S; ; i; I"IFri Aug 5 12:48:31 2005 Hirokazu Yamamoto ;T@ o; ;;;[o;;I"ext/tk/tcltklib.c;T;[o;;[I"pfixed memory leak when tk_funcall raised exception. (copies argv into heap in tk_funcall instead of caller);TS; ; i; I"BFri Aug 5 12:36:40 2005 NAKAMURA Usaku ;T@ o; ;;;[o;;I""lib/mkmf.rb (create_makefile);T;[o;;[I"Dneed to convert path separator before invoking install command.;TS; ; i; I"GFri Aug 5 08:08:05 2005 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"eval.c (return_jump);T;[o;;[I"fix "can't across thread" error message when no thread associated. http://www.namikilab.tuat.ac.jp/~sasada/diary/200507.html#d31;TS; ; i; I"IFri Aug 5 00:25:12 2005 Hirokazu Yamamoto ;T@ o; ;;;[o;;I"ext/tk/tcltklib.c;T;[o;;[I"jrefactoring - extract ruby string <-> tcl object conversion as get_str_from_obj and get_obj_from_str.;TS; ; i; I"EFri Aug 5 00:19:33 2005 Nobuyoshi Nakada ;T@ o; ;;;[ o;;I"#enumerator.c (Init_Enumerator);T;[o;;[I".provided features should have extensions.;To;;I"eval.c (rb_feature_p);T;[o;;[I"6returns type of the feature instead of extension.;To;;I"eval.c (search_required);T;[o;;[I"[ruby library should be prior to statically linked extensions. fixed: [ruby-dev:26711];To;;I"eval.c (formal_assign);T;[o;;[I"1returns position of rest arguments variable.;To;;I"parse.y (f_rest_arg);T;[o;;[I"Guse anonymous variable for rest arguments. fixed: [ruby-dev:26647];To;;I"extmk.rb (extmake);T;[o;;[I"%needs to be wrapped in an Array.;TS; ; i; I"2005-08-04;T@ S; ; i; I"IThu Aug 4 20:03:18 2005 Tadashi Saito ;T@ o; ;;;[o;;I"numeric.c (Init_Numeric);T;[o;;[I"Rdo not share implementation among Fixnum#/ and Fixnum#div. [ruby-core:05531];TS; ; i; I"HThu Aug 4 18:38:36 2005 Hidetoshi NAGAI ;T@ o; ;;;[ o;;I"ext/tk/tcltklib.c;T;[o;;[I"%cannot compile for Tcl7.6/Tk4.2.;To;;I"ext/tk/tcltklib.c;T;[o;;[I"(add nativethread consistency check.;To;;I"ext/tk/stubs.c;T;[o;;[I" ditto.;To;;I"ext/tk/lib/tk.rb;T;[o;;[I"Lforgot to define TclTkIp.encoding and encoding= when Tcl is 7.6 or 8.0.;To;;I"ext/tk/lib/tk/wm.rb;T;[o;;[I"[support to make some methods as options of root or toplevel widget. [ruby-talk:150336];To;;I"ext/tk/lib/tk/root.rb;T;[o;;[I" ditto.;To;;I"ext/tk/lib/tk/toplevel.rb;T;[o;;[I" ditto.;To;;I"'ext/tk/lib/tkextlib/SUPPORT_STATUS;T;[o;;[I"update RELEASE_DATE;TS; ; i; I"GThu Aug 4 13:30:15 2005 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"numeric.c (fix_div);T;[o;;[I"Cshould not convert the result into integer. [ruby-core:05524];TS; ; i; I"EThu Aug 4 08:03:39 2005 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"ext/extmk.rb (extmake);T;[o;;[I"3should not modify $mflags for each extensions.;TS; ; i; I"EThu Aug 4 00:25:48 2005 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"=common.mk, Makefile.in, {bcc32,win32,wince}/Makefile.sub;T;[o;;[I""integrated macro definitions.;To;;I"bcc32/Makefile.sub;T;[o;;[I"0LIBRUBY_SO should use DLDOBJS, not EXTOBJS.;To;;I"{win32,wince}/Makefile.sub;T;[o;;[I"-separate config.h for compiler versions.;TS; ; i; I"EThu Aug 4 00:24:59 2005 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"sprintf.c;T;[o;;[I"#replacing is no longer needed.;TS; ; i; I"2005-08-03;T@ S; ; i; I"HWed Aug 3 21:59:16 2005 Hidetoshi NAGAI ;T@ o; ;;;[o;;I"ext/tk/lib/tk/variable.rb;T;[o;;[I"hTkVariable#trace didn't work on TkVariable retrieved from TkVariable.new_hash.ref. [ruby-dev:26721];TS; ; i; I"IWed Aug 3 12:40:28 2005 Tadashi Saito ;T@ o; ;;;[o;;I"numeric.c (fix_plus);T;[o;;[I"Preduce coercing when a method knows about a operand type. [ruby-dev:26723];To;;I"Snumeric.c (fix_minus, fix_mul, fix_quo, fix_div, fix_mod, fix_divmod, fix_pow);T;[o;;[I" ditto.;To;;I")bignum.c (rb_big_div, rb_big_modulo);T;[o;;[I"export to reduce coercing.;TS; ; i; I"BWed Aug 3 10:13:52 2005 NAKAMURA Usaku ;T@ o; ;;;[o;;I"Sconfigure.in, {bcc32,win32,wince}/Makefile.sub (HAVE_SNPRINTF, HAVE_VSNPRINTF);T;[o;;[I"Iuse win32/win32.c's implementation instead of missing/vsnprintf.c's.;To;;I"9win32/win32.[ch] (rb_w32_snprintf, rb_w32_vsnprintf);T;[o;;[I"reverted.;TS; ; i; I"EWed Aug 3 10:05:08 2005 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"configure.in;T;[o;;[I"&check vsnprintf() and snprintf().;To;;I"#sprintf.c, missing/vsnprintf.c;T;[o;;[I"Fmade vsnprintf() and snprintf() private. fixed: [ruby-dev:26651];TS; ; i; I"GWed Aug 3 08:22:13 2005 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"'ext/socket/socket.c (ruby_connect);T;[o;;[I"Grevert [ruby-talk:111654] changes at 2004-09-07. [ruby-dev:26656];TS; ; i; I"GWed Aug 3 06:53:35 2005 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"array.c (rb_ary_or);T;[o;;[I"\wraps the operand in an array if it is not an array. [ruby-talk:150495] [EXPERIMENTAL];To;;I"3array.c (rb_ary_and, rb_ary_plus, rb_ary_diff);T;[o;;[I" ditto.;TS; ; i; I"2005-08-02;T@ S; ; i; I"ITue Aug 2 10:23:12 2005 Hirokazu Yamamoto ;T@ o; ;;;[o;;I"ext/tk/tcltklib.c;T;[o;;[I"guse Tcl_[GS]etVar2Ex instead of Tcl_Obj[GS]etVar2. (avoid Tcl_NewStringObj on supported platforms);To;;I"ext/tk/tcltklib.c;T;[o;;[I"Luse ip_{get,set,unset}_variable2_core from ip_{get,set,unset}_variable.;To;;I"ext/tk/tcltklib.c;T;[o;;[I"$replaced Tcl_Panic with rb_bug.;TS; ; i; I"CTue Aug 2 01:40:38 2005 GOTOU Yuuzou ;T@ o; ;;;[o;;I" lib/ping.rb (Ping.pingecho);T;[o;;[I"2should rescue StandardError. [ruby-dev:26677];TS; ; i; I"2005-08-01;T@ S; ; i; I"IMon Aug 1 19:02:23 2005 Hirokazu Yamamoto ;T@ o; ;;;[o;;I"ext/tk/tcltklib.c;T;[o;;[I"Wrefactoring - replaced rb_ivar_defined & rb_ivar_get with single rb_attr_get call.;TS; ; i; I"IMon Aug 1 18:44:08 2005 Hirokazu Yamamoto ;T@ o; ;;;[o;;I",ext/tk/tcltklib.c (Tcl_GetStringResult);T;[o;;[I"Arefactoring - define alternative macro on Tcl7.x or earlier.;TS; ; i; I"IMon Aug 1 13:53:55 2005 Hirokazu Yamamoto ;T@ o; ;;;[o;;I"#ext/tk/tcltklib.c (deleted_ip);T;[o;;[I"?refactoring - interpreter deletion check. [ruby-dev:26664];TS; ; i; I"IMon Aug 1 01:08:21 2005 Masatoshi SEKI ;T@ o; ;;;[o;;I"+lib/drb/drb.rb (check_insecure_method);T;[o;;[I"ruse private_methods and protected_methods instead of respond_to? to check method visibility. [ruby-dev:26616];To;;I"test/drb/drbtest.rb;T;[o;;[I" ditto.;To;;I"test/drb/ut_drb.rb;T;[o;;[I" ditto.;TS; ; i; I"2005-07-30;T@ S; ; i; I"ISat Jul 30 18:49:44 2005 Masaki Suketa ;T@ o; ;;;[o;;I"ext/win32ole/win32ole.c;T;[o;;[I"Hadd WIN32OLE_TYPE#ole_typelib, WIN32OLE_TYPE#implemented_ole_types.;To;;I"&ext/win32ole/tests/testOLETYPE.rb;T;[o;;[I" ditto.;TS; ; i; I"2005-07-29;T@ S; ; i; I"EFri Jul 29 16:12:02 2005 Keiju Ishitsuka ;T@ o; ;;;[o;;I"lib/irb/context.rb;T;[o;;[I"2fix `irb --readline` option. [ruby-dev:40955];TS; ; i; I"EFri Jul 29 09:59:38 2005 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"eval.c (rb_call0);T;[o;;[I"Ufix calling zsuper from a method with anonymous rest argument. [ruby-dev:26639];To;;I"eval.c (rb_yield_0);T;[o;;[I"Apush yielded node instead of yielding. fixed: [yarv-dev:549];TS; ; i; I"2005-07-28;T@ S; ; i; I"DThu Jul 28 21:49:17 2005 IWATSUKI Hiroyuki ;T@ o; ;;;[o;;I"#parse.y (rb_parser_end_seen_p);T;[o;;[I"Hexclude from ripper. ;To;;I"sprintf.c (clearerr);T;[o;;[I"_remove standard macro before re-definition. ;TS; ; i; I"HThu Jul 28 18:09:55 2005 Hidetoshi NAGAI ;T@ o; ;;;[o;;I"ext/tk/stubs.c;T;[o;;[I"fWhen --enable-tcltk-stubs, the initialize routine creates a Tcl/Tk interpreter and deletes it. However, init cost of Tk's MainWindow is not so small. And that makes it impossible to use libraries written with Tcl functions only on an environment without a graphical display. This changes support delaying initialization of Tk_Stubs until the script needs Tk.;To;;I"ext/tk/stubs.h;T;[o;;[I"JNew file. Define prototypes and return codes of functions on stubs.c.;To;;I"ext/tk/tcltklib.c;T;[o;;[I"KSupport delaying initialization of Tk_Stubs until the script needs Tk.;To;;I"ext/tk/tcltklib.c;T;[o;;[I"?Show friendly error messages for errors on initialization.;To;;I"ext/tk/tcltklib.c;T;[o;;[I"}Avoid SEGV on ip_finalize() when ruby is exiting and $DEBUG is true. (Not fix. If you know the reason of why, please fix it.);To;;I"1ext/tk/tkutil/tkutil.c (ary2list, ary2list2);T;[o;;[I"%bug fix on handling of encoding.;To;;I"ext/tk/lib/multi-tk.rb;T;[o;;[I"BMultiTkIp#eval_string and bg_eval_string don't work properly.;To;;I"ext/tk/lib/tk.rb;T;[o;;[I"0Forget extending Tk::Encoding module to Tk.;To;;I"ext/tk/lib/tk/variable.rb;T;[o;;[I"YTkVarAccess fails to initialize the object for an element of a Tcl's array variable.;TS; ; i; I"GThu Jul 28 17:23:37 2005 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"parse.y (f_larglist);T;[o;;[I"Gallow block argument in lambda parameter list without parenthesis.;TS; ; i; I"GThu Jul 28 17:14:01 2005 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"hash.c (each_i);T;[o;;[I""typo fixed. [ruby-dev:26622];TS; ; i; I"GThu Jul 28 15:04:11 2005 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"parse.y (f_arg);T;[o;;[I"+better argument name duplication check;To;;I"parse.y (new_args_gen);T;[o;;[I"Ifactored out name duplication check for optional and rest arguments.;To;;I"parse.y (new_bv_gen);T;[o;;[I";T@ o; ;;;[o;;I"parse.y (ripper_warningS);T;[o;;[I"/the argument was omitted. [ruby-dev:26621];TS; ; i; I"GThu Jul 28 11:30:57 2005 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"parse.y (f_larglist);T;[o;;[I"Fallow bv_decl at the end of lambda argument list. [EXPERIMENTAL];To;;I"parse.y (new_bv_gen);T;[o;;[I"Ballow local variable shadowing, with warning in verbose mode.;TS; ; i; I"2005-07-27;T@ S; ; i; I"GWed Jul 27 23:23:54 2005 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"gc.c (obj_free);T;[o;;[I"Pmake message format consistent with one from gc_mark(). [ruby-talk:149668];To;;I"sprintf.c (quad_t);T;[o;;[I"0prepare quad_t as well. [ruby-talk:149668];TS; ; i; I"?Wed Jul 27 22:11:37 2005 Kouhei Sutou ;T@ o; ;;;[o;;I"sample/rss/tdiary_plugin;T;[o;;[I"Kremoved. because the plugin is imported in the tDiary plugin packages.;TS; ; i; I"AWed Jul 27 19:11:53 2005 Minero Aoki ;T@ o; ;;;[o;;I"lib/fileutils.rb (cd);T;[o;;[I"Kfollow :noop option change. (This patch is contributed by Doug Kearns);TS; ; i; I"GWed Jul 27 16:25:59 2005 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"parse.y (lambda);T;[o;;[I"@Perl6 style -> lambda expression. [NEW] [VERY EXPERIMENTAL];TS; ; i; I"EWed Jul 27 10:43:14 2005 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"gc.c (id2ref);T;[o;;[I"smust not assign pointers to long int. use LONG_LONG instead if SIZEOF_LONG < SIZEOF_VOIDP. [ruby-talk:149645];To;;I" ruby.h;T;[o;;[I"=use LONG_LONG to simplify the change. [ruby-talk:149645];TS; ; i; I"GWed Jul 27 10:59:02 2005 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"dir.c (dir_each);T;[o;;[I"6rewinddir(3) before iteration. [ruby-talk:149628];TS; ; i; I"GWed Jul 27 02:34:58 2005 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"eval.c (rb_f_throw);T;[o;;[I"4replace all '0x%lx' by '%p'. [ruby-talk:149553];To;;I"'missing/vsnprintf.c (BSD_vfprintf);T;[o;;[I"@'%p' need to handle 64bit size pointer. [ruby-talk:149553];TS; ; i; I"2005-07-26;T@ S; ; i; I"ATue Jul 26 22:41:28 2005 Minero Aoki ;T@ o; ;;;[o;;I""ext/ripper/lib/ripper/sexp.rb;T;[o;;[I" new method Ripper.sexp_raw.;To;;I"0ext/ripper/lib/ripper/sexp.rb (Ripper.sexp);T;[o;;[I"Jreturns more readable tree. This is suggested by Kirill A. Shutemov.;TS; ; i; I"ATue Jul 26 22:05:12 2005 Minero Aoki ;T@ o; ;;;[o;;I"lib/net/http.rb;T;[o;;[I"Zmerge a patch contributed by Daniel Berger, with some modification. (RubyForge #2128);TS; ; i; I"GTue Jul 26 18:11:33 2005 Yukihiro Matsumoto ;T@ o; ;;;[o;;I" ruby.h;T;[o;;[I"-support LLP64 model. [ruby-talk:149524];TS; ; i; I"CTue Jul 26 12:57:40 2005 GOTOU Yuuzou ;T@ o; ;;;[o;;I""ext/openssl/openssl_missing.c;T;[o;;[I"include before to avoid compilation error of mswin32. suggested by NAKAMURA Usaku.;TS; ; i; I"2005-07-25;T@ S; ; i; I"BMon Jul 25 23:48:55 2005 NAKAMURA Usaku ;T@ o; ;;;[o;;I"win32/win32.[ch];T;[o;;[I"2(rb_w32_vsnprintf, rb_w32_snprintf): removed.;TS; ; i; I"EMon Jul 25 21:30:46 2005 Nobuyoshi Nakada ;T@ o; ;;;[ o;;I"common.mk;T;[o;;[I"cBorland MAKE doesn't look for file names which have paths from VPATH. fixed: [ruby-dev:26604];To;;I""ruby.h (NORETURN, DEPRECATED);T;[o;;[I"moved just after config.h.;To;;I"{win32,wince}/Makefile.sub;T;[o;;[I"#vsnprintf() is in missing now.;To;;I"%{bcc32,win32,wince}/Makefile.sub;T;[o;;[I"4moved CPPFLAGS only for ruby source to XCFLAGS.;TS; ; i; I"HMon Jul 25 14:10:02 2005 Hidetoshi NAGAI ;T@ o; ;;;[o;;I"ext/tk/lib/multi-tk.rb;T;[o;;[I"+fix en-bugged part in the last commit.;TS; ; i; I"NMon Jul 25 13:45:18 2005 NAJIMA Hiroki ;T@ o; ;;;[o;;I" io.c;T;[o;;[I"Icheck HAVE_SYS_IOCTL_H before including the header. [ruby-dev:26610];TS; ; i; I"2005-07-23;T@ S; ; i; I"CSat Jul 23 16:48:12 2005 GOTOU Yuuzou ;T@ o; ;;;[o;;I"3ext/openssl/ossl_engine.c (ossl_engine_s_load);T;[o;;[I"+should check OPENSSL_NO_STATIC_ENGINE.;TS; ; i; I";Sat Jul 23 11:46:30 2005 Tanaka Akira ;T@ o; ;;;[o;;I"eval.c (rb_fd_select);T;[o;;[I"Uthe all three fd_sets must be long enough for select. fixed: [ruby-talk:149059];TS; ; i; I"ESat Jul 23 10:01:41 2005 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"(sprintf.c (rb_vsprintf, rb_sprintf);T;[o;;[I"Rnew functions return new String, using missing/vsnprintf.c. [ruby-dev:26580];To;;I"missing/vsnprintf.c;T;[o;;[I" made the output changeable.;TS; ; i; I"2005-07-22;T@ S; ; i; I"IFri Jul 22 21:06:08 2005 Tadashi Saito ;T@ o; ;;;[o;;I"bignum.c (rb_big_eq);T;[o;;[I"&reduce isnan(). [ruby-dev:26600];To;;I"7numeric.c (flo_eq, flo_gt, flo_ge, flo_lt, flo_le);T;[o;;[I" ditto.;TS; ; i; I"?Fri Jul 22 15:02:39 2005 Kouhei Sutou ;T@ o; ;;;[ o;;I"lib/rss/rss.rb;T;[o;;[I"/moved copyright description to lib/rss.rb.;To;;I"lib/rss.rb;T;[o;;[I"added for convenience.;To;;I"sample/rss/re_read.rb;T;[o;;[I"added #to_s sample.;To;;I"sample/rss/blend.rb;T;[o;;[I"6use 'require "rss"' instead of 'require "rss/*"'.;To;;I"#sample/rss/list_description.rb;T;[o;;[I" ditto.;To;;I"sample/rss/rss_recent.rb;T;[o;;[I" ditto.;To;;I"+sample/rss/tdiary-plugin/rss-recent.rb;T;[o;;[I" ditto.;To;;I"+sample/rss/tdiary-plugin/rss-recent.rb;T;[o;;[I"0.0.6 -> 0.0.7.;TS; ; i; I"?Fri Jul 22 14:37:43 2005 Kouhei Sutou ;T@ o; ;;;[o;;I"/lib/rss/parser.rb (RSS::Parser#initialize);T;[o;;[I"1accept HTTP/FTP URI and local file path too.;To;;I"9test/rss/test_parser.rb (RSS::TestParser#test_parse);T;[o;;[I"test for the above.;TS; ; i; I"HFri Jul 22 07:01:42 2005 Hidetoshi NAGAI ;T@ o; ;;;[o;;I"*ext/tk/tkutil/tkutil.c (tk_conv_args);T;[o;;[I"Nforget to revert thread_critical and gc_disable when raise ArgumentError.;To;;I"ext/tk/lib/remote-tk.rb;T;[o;;[I"/RemoteTkIp doesn't need to include TkUtil.;To;;I"ext/tk/tcltklib.c;T;[o;;[I"(add TclTkIp#has_mainwindow? method.;To;;I"ext/tk/lib/tk.rb;T;[o;;[I"#add Tk.has_mainwindow? method.;To;;I"ext/tk/lib/multi-tk.rb;T;[o;;[I"*add MultiTkIp#has_mainwindow? method.;To;;I"ext/tk/lib/remote-tk.rb;T;[o;;[I"+add RemoteTkIp#has_mainwindow? method.;To;;I"ext/tk/lib/multi-tk.rb;T;[o;;[I"0slave IP fail to exit itself when $SAFE==4.;To;;I"ext/tk/lib/multi-tk.rb;T;[o;;[I"Jremove constants from MultiTkIp module to avoid access from external.;To;;I"ext/tk/lib/multi-tk.rb;T;[o;;[I"7check_root flag is ignored on slave IPs' mainloop.;To;;I"ext/tk/lib/multi-tk.rb;T;[o;;[I";T@ o; ;;;[o;;I"0ext/nkf/nkf-utf8/{nkf.c,utf8tbl.c,config.h};T;[o;;[I"4import 1.76 [ruby-dev:26592] nkf constification;TS; ; i; I"2005-07-20;T@ S; ; i; I"BWed Jul 20 19:18:52 2005 NAKAMURA Usaku ;T@ o; ;;;[o;;I"io.c (S_ISREG);T;[o;;[I"4need to define S_ISREG before it is used first.;TS; ; i; I"IWed Jul 20 18:33:15 2005 Hirokazu Yamamoto ;T@ o; ;;;[o;;I"io.c (wsplit_p);T;[o;;[I"patch for the environment where fcntl(F_GETFL, O_NONBLOCK) is not supported. in that case, set FMODE_WSPLIT without fcntl check. [ruby-dev:26566];TS; ; i; I";Wed Jul 20 18:07:11 2005 Tanaka Akira ;T@ o; ;;;[o;;I"io.c (rb_io_ctl);T;[o;;[I"Aupdate FMODE_WSPLIT_INITIALIZED and FMODE_WSPLIT by F_SETFL.;TS; ; i; I"GWed Jul 20 10:04:51 2005 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"variable.c (rb_class_path);T;[o;;[I"Ineed to adjust snprintf() len for terminating NUL. [ruby-dev:26581];TS; ; i; I"IWed Jul 20 03:58:52 2005 Hirokazu Yamamoto ;T@ o; ;;;[o;;I"ext/socket/socket.c;T;[o;;[I"9sorry, BeOS also uses HAVE_CLOSESOCKET, so reverted.;To;;I"ext/socket/extconf.rb;T;[o;;[I"3should not define HAVE_CLOSESOCKET on windows.;TS; ; i; I"IWed Jul 20 03:12:21 2005 Hirokazu Yamamoto ;T@ o; ;;;[o;;I"ext/socket/socket.c;T;[o;;[I"pshould not undef close() on win32. it's defined to rb_w32_close(), otherwise handle leaks. [ruby-Bugs-2131];TS; ; i; I"GWed Jul 20 00:48:16 2005 Yukihiro Matsumoto ;T@ o; ;;;[o;;I" error.c (syserr_initialize);T;[o;;[I"@don't use str before StringValue() check. [ruby-dev:26579];TS; ; i; I"2005-07-19;T@ S; ; i; I"GTue Jul 19 22:47:29 2005 Yukihiro Matsumoto ;T@ o; ;;;[o;;I" error.c (syserr_initialize);T;[o;;[I"Iadd 1 byte for snprintf() size for NUL at the end. [ruby-dev:26574];TS; ; i; I"GTue Jul 19 17:16:34 2005 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"signal.c (trap);T;[o;;[I"Eremove sigexit(); handle "EXIT" via sig_exec(). [ruby-dev:26440];To;;I"io.c (rb_io_inspect);T;[o;;[I"creplace sprintf() with "%s" format all over the place by snprintf() to avoid integer overflow.;TS; ; i; I"ITue Jul 19 14:10:50 2005 Hirokazu Yamamoto ;T@ o; ;;;[o;;I"ext/tk/tcltklib.c;T;[o;;[I")rbtk_eventloop_depth is used as int.;To;;I"ext/tk/tcltklib.c;T;[o;;[I"^rbtk_pending_exception is tested with NIL_P, so should assign Qnil instead of 0 (Qfalse).;To;;I"'ext/tk/tcltklib.c (ip_invoke_real);T;[o;;[I"*fixed memory leak when ip is deleted.;TS; ; i; I"HTue Jul 19 13:19:46 2005 Hidetoshi NAGAI ;T@ o; ;;;[o;;I"ext/tk/lib/tk/variable.rb;T;[o;;[I"For symmetry, add TkVariable#string. It returns a string even if the default value type of the TkVariable object is not "string".;TS; ; i; I"2005-07-18;T@ S; ; i; I"IMon Jul 18 21:39:18 2005 Hirokazu Yamamoto ;T@ o; ;;;[o;;I"eval.c (rb_call0);T;[o;;[I">make the pointer to NODE volatile instead of NODE itself.;TS; ; i; I";Mon Jul 18 14:32:21 2005 Tanaka Akira ;T@ o; ;;;[o;;I"eval.c (rb_call0);T;[o;;[I"Pmake body volatile to avoid possible optimization problem. [ruby-dev:26195];TS; ; i; I"IMon Jul 18 12:23:27 2005 Hirokazu Yamamoto ;T@ o; ;;;[o;;I"ext/io/wait/wait.c;T;[o;;[I"pwrong backport from trunk, and compile error on platforms fd_set is not a bit set. fixed: [ruby-dev:26562];TS; ; i; I";Mon Jul 18 09:36:25 2005 Tanaka Akira ;T@ o; ;;;[ o;;I"6rubyio.h (FMODE_WSPLIT, FMODE_WSPLIT_INITIALIZED);T;[o;;[I"new constant.;To;;I"io.c (wsplit_p);T;[o;;[I"new function.;To;;I"(io_fflush);T;[o;;[I"Osplit writing data by PIPE_BUF if wsplit_p is true in multi-threaded mode.;To;;I"(io_fwrite);T;[o;;[I"ditto. [ruby-dev:26540];TS; ; i; I"BMon Jul 18 05:00:00 2005 NARUSE, Yui ;T@ o; ;;;[o;;I"ext/nkf/nkf-utf8/nkf.c;T;[o;;[I"(import nkf.c 1.73 fix: TestKconv 1F;TS; ; i; I"2005-07-17;T@ S; ; i; I"ESun Jul 17 13:46:54 2005 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"/ext/io/wait/extconf.rb, ext/io/wait/wait.c;T;[o;;[I"Win32 platforms support.;TS; ; i; I"2005-07-16;T@ S; ; i; I"ESat Jul 16 23:43:16 2005 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"#enumerator.c (Init_Enumerator);T;[o;;[I",wrong argument specs. [ruby-core:05481];TS; ; i; I"ISat Jul 16 15:52:50 2005 Hirokazu Yamamoto ;T@ o; ;;;[o;;I"win32/win32.[hc];T;[o;;[I"2constified socket functions. [ruby-dev:26553];TS; ; i; I"2005-07-15;T@ S; ; i; I"EFri Jul 15 23:59:03 2005 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"6lib/rdoc/parsers/parse_c.rb (handle_class_module);T;[o;;[I"Nhandle a module enclosed in a built-in module. fixed: [ruby-talk:148239];To;;I",lib/rdoc/parsers/parse_c.rb (find_body);T;[o;;[I"allow macros as methods.;To;;I"0lib/rdoc/parsers/parse_c.rb (find_call_seq);T;[o;;[I"4allow :nodoc: modifier in C. [ruby-core:04572];TS; ; i; I"EFri Jul 15 23:20:03 2005 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"#enumerator.c (Init_Enumerator);T;[o;;[I"use an internal directly.;TS; ; i; I"CFri Jul 15 07:58:10 2005 GOTOU Yuuzou ;T@ o; ;;;[o;;I"Alib/webrick/server.rb (WEBrick::GenericServer#accept_client);T;[o;;[I":sockets should be non-blocking mode. [ruby-dev:26405];To;;I";lib/webrick/utils.rb (WEBrick::Utils.set_non_blocking);T;[o;;[I"new method.;TS; ; i; I"EFri Jul 15 00:11:36 2005 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"enum.c (enumeratorize);T;[o;;[I"Ccreate new enumerator for current method if no block is given.;To;;I"enumerator.c;T;[o;;[I"moved from ext/enumerator.;TS; ; i; I"2005-07-14;T@ S; ; i; I"IThu Jul 14 18:27:35 2005 Hirokazu Yamamoto ;T@ o; ;;;[o;;I"$win32/win32.c (rb_w32_strerror);T;[o;;[I"[should return correct message for ENAMETOOLONG and ENOTEMPTY. (bcc32) [ruby-dev:26533];To;;I"$win32/win32.c (rb_w32_strerror);T;[o;;[I" stripped CR LF on the tail.;To;;I"(bcc32) [ruby-dev;T;[o;;[I" 26533];TS; ; i; I"EThu Jul 14 00:45:42 2005 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"LEGAL (ext/nkf/nkf-utf8);T;[o;;[I"%updated from nkf1.7 to nkf-utf8.;TS; ; i; I"2005-07-13;T@ S; ; i; I"EWed Jul 13 22:44:00 2005 Nobuyoshi Nakada ;T@ o; ;;;[o;;I" parse.y;T;[o;;[I"/remove static variables. [ruby-dev:26530];TS; ; i; I"IWed Jul 13 19:36:29 2005 Hirokazu Yamamoto ;T@ o; ;;;[o;;I"!win32/win32.c (rb_w32_mkdir);T;[o;;[I"ashould set EEXIST (not EACCES) if file or directory already exists. (bcc32) [ruby-dev:26508];To;;I"!win32/win32.c (rb_w32_rmdir);T;[o;;[I"Kshould set ENOTDIR (not EINVAL) if it is not directory. (bcc32, win32);To;;I"0win32/win32.c (rb_w32_rmdir, rb_w32_unlink);T;[o;;[I">restore FILE_ATTRIBUTE_READONLY flag on function failure.;TS; ; i; I"HWed Jul 13 12:40:00 2005 Hidetoshi NAGAI ;T@ o; ;;;[o;;I"ext/tk/tcltklib.c;T;[o;;[I"(TclTkLib.do_one_event doesn't work.;To;;I"ext/tk/lib/tk.rb;T;[o;;[I"#Tk.thread_update is available.;TS; ; i; I"2005-07-12;T@ S; ; i; I"ETue Jul 12 23:32:11 2005 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"lib/mkmf.rb;T;[o;;[I"keep curdir unexpanded.;TS; ; i; I"2005-07-11;T@ S; ; i; I"EMon Jul 11 23:50:17 2005 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"Ceval.c, intern.h (rb_proc_call, rb_obj_method, rb_method_call);T;[o;;[I" export.;To;;I"8ext/enumerator/enumerator.c (enumerator_with_index);T;[o;;[I"Q[EXPERIMENTAL] added a new method Enumerator#with_index. [ruby-talk:147728];TS; ; i; I"EMon Jul 11 08:31:29 2005 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"%regparse.c (fetch_escaped_value);T;[o;;[I"Amask values following \c in regexp. fixed: [ruby-dev:26500];TS; ; i; I"HSun Jul 11 05:18:17 2005 Michael Neumann ;T@ o; ;;;[o;;I"*lib/xmlrpc/server.rb (XMLRPC::Server);T;[o;;[I"Switch from GServer over to WEBrick. This makes file lib/xmlrpc/httpserver.rb obsolete (at least it is no further used by the XML-RPC library).;TS; ; i; I"CMon Jul 11 02:50:23 2005 GOTOU Yuuzou ;T@ o; ;;;[o;;I";lib/webrick/cgi.rb (WEBrick::CGI::Socket#request_line);T;[o;;[I"Emistook to merge the patch of [ruby-dev:26235] at revision 1.11.;TS; ; i; I"2005-07-10;T@ S; ; i; I";Sun Jul 10 23:58:04 2005 Tanaka Akira ;T@ o; ;;;[o;;I"&lib/pathname.rb (Pathname#unlink);T;[o;;[I"Stry Dir.unlink first to avoid unlink a directory by root. cf. [ruby-dev:26237];TS; ; i; I"ESun Jul 10 12:47:01 2005 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"!lib/debug.rb (debug_command);T;[o;;[I"Aadded a deficient format specifier. fixed: [ruby-core:05419];TS; ; i; I"2005-07-09;T@ S; ; i; I"ISat Jul 9 22:02:37 2005 Masaki Suketa ;T@ o; ;;;[ o;;I"0ext/win32ole/win32ole.c (ole_method_dispid);T;[o;;[I"9convert dispid in Ruby and C by INT2NUM and NUM2INT.;To;;I"*ext/win32ole/win32ole.c (ole_invoke2);T;[o;;[I" ditto.;To;;I"&ext/win32ole/test/testWIN32OLE.rb;T;[o;;[I" ditto.;To;;I"'ext/win32ole/test/testOLEMETHOD.rb;T;[o;;[I" ditto.;TS; ; i; I"2005-07-08;T@ S; ; i; I"?Fri Jul 8 15:45:04 2005 Kouhei Sutou ;T@ o; ;;;[ o;;I""lib/rss/rss.rb (RSS::VERSION);T;[o;;[I"0.1.4 -> 0.1.5.;To;;I"=test/rss/test_version.rb (RSS::TestVersion#test_version);T;[o;;[I" ditto.;To;;I"7lib/rss/0.9.rb (RSS::Rss::Channel::Item::Category);T;[o;;[I"Tdomain attribute of is optional. Thanks to Chris Lee .;To;;I">test/rss/test_parser.rb (RSS::TestParser#test_category20);T;[o;;[I"adjusted test case.;TS; ; i; I"2005-07-06;T@ S; ; i; I"GWed Jul 6 18:45:53 2005 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"$object.c (rb_obj_pattern_match);T;[o;;[I"'now returns nil. [ruby-core:05391];TS; ; i; I"BWed Jul 6 11:15:21 2005 NAKAMURA Usaku ;T@ o; ;;;[o;;I"$win32/win32.c (open_ifs_socket);T;[o;;[I"new function.;To;;I"0win32/win32.c (StartSockets, rb_w32_socket);T;[o;;[I"^use open_ifs_socket() instead of socket(). all changes are derived from [ruby-core:5388].;TS; ; i; I"BWed Jul 6 00:15:00 2005 NARUSE, Yui ;T@ o; ;;;[o;;I"0ext/nkf/nkf-utf8/{nkf.c,utf8tbl.c,config.h};T;[o;;[I",imported nkf.c 1.70 (support UTF-8-MAC);To;;I"ext/nkf/lib/kconv.rb;T;[o;;[I"&add :utf8mac and :internalunicode;TS; ; i; I"2005-07-05;T@ S; ; i; I"ETue Jul 5 23:44:06 2005 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"instruby.rb;T;[o;;[I" expand source library path.;TS; ; i; I"ETue Jul 5 23:27:14 2005 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"array.c (sort_2);T;[o;;[I"?get rid of yet another bcc's bug. fixed: [ruby-core:05152];To;;I"$eval.c (rb_thread_save_context);T;[o;;[I"Smust not switch contexts during re-allocating stack. fixed: [ruby-core:05219];TS; ; i; I"HTue Jul 5 15:15:10 2005 Hidetoshi NAGAI ;T@ o; ;;;[o;;I"ext/tk/tkutil.c;T;[o;;[I"fix typo.;TS; ; i; I"HTue Jul 5 14:52:56 2005 Hidetoshi NAGAI ;T@ o; ;;;[o;;I"ext/tk/tcltklib.c;T;[o;;[I")bug fix on treating Unicode strings.;To;;I"ext/tk/tcltklib.c;T;[o;;[I"(add methods to treat encoding mode.;To;;I"ext/tk/MANUAL_tcltklib.eng;T;[o;;[I"Fadd description of TclTkLib#encoding, encoding_system, and so on.;To;;I" ext/tk/MANUAL_tcltklib.eucj;T;[o;;[I" ditto.;To;;I"ext/tk/tkutil/tkutil.c;T;[o;;[I"afail to create a Tcl's list string from an array including multiple kind of encoded strings.;To;;I"ext/tk/lib/tk.rb;T;[o;;[I" ditto.;To;;I"ext/tk/lib/multi-tk.rb;T;[o;;[I",2nd arg of _{to|from}UTF8 is omissible.;To;;I"ext/tk/lib/remote-tk.rb;T;[o;;[I" ditto.;To;;I"ext/tk/lib/tk.rb;T;[o;;[I"[override TclTkLib#encoding and encoding= to use TkCore::INTERP.encoding and encoding=.;To;;I"ext/tk/lib/tk.rb;T;[o;;[I"pwhen "require 'tk'" and $KCODE=='NONE', check DEFAULT_TK_ENCODING to decide Ruby/Tk's system encoding mode.;To;;I" ext/tk/lib/tk/encodedstr.rb;T;[o;;[I"Wcheck both of Tk.encoding and Tk.encoding_system. Tk.encoding has higher priority.;To;;I"ext/tk/lib/tk/optiondb.rb;T;[o;;[I" ditto.;To;;I"ext/tk/lib/tk/spinbox.rb;T;[o;;[I" ditto.;To;;I" ext/tk/lib/tk/validation.rb;T;[o;;[I" ditto.;To;;I"ext/tk/lib/tk/namespace.rb;T;[o;;[I"Aarguemnts for TclTkIp#_merge_tklist should be UTF-8 strings.;TS; ; i; I"2005-07-04;T@ S; ; i; I"GMon Jul 4 14:35:52 2005 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"sample/svr.rb;T;[o;;[I"Gservice can be stopped by ill-behaved client; use tsvr.rb instead.;TS; ; i; I"GMon Jul 4 13:25:21 2005 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"missing/erf.c;T;[o;;[I"doriginal erf.c by prof. Okumura is confirmed to be public domain. reverted BSD implementation.;TS; ; i; I"IMon Jul 4 19:29:32 2005 Hirokazu Yamamoto ;T@ o; ;;;[o;;I"lib/set.rb;T;[o;;[I"8test change to follow revision 1.28. (duck typing?);TS; ; i; I"BMon Jul 4 11:23:50 2005 NAKAMURA Usaku ;T@ o; ;;;[o;;I"1test/{dbm,gdbm,sdbm}/test_{dbm,gdbm,sdbm}.rb;T;[o;;[I"=skip some tests which using fork on fork-less platforms.;TS; ; i; I"2005-07-03;T@ S; ; i; I"FSun Jul 3 23:26:30 2005 NAKAMURA, Hiroshi ;T@ o; ;;;[o;;I"#test/wsdl/document/test_rpc.rb;T;[o;;[I"compare formatted time string of Time objects instead of comparing Time objects itself to avoid unintended conflict of usec part. [ruby-dev:26220];TS; ; i; I"2005-07-02;T@ S; ; i; I";Sat Jul 2 22:41:04 2005 Tanaka Akira ;T@ o; ;;;[o;;I"5ext/socket/socket.c (unix_send_io, unix_recv_io);T;[o;;[I"support x86-64 and IA64.;TS; ; i; I";Sat Jul 2 17:06:23 2005 Tanaka Akira ;T@ o; ;;;[ o;;I"'defines.h (FLUSH_REGISTER_WINDOWS);T;[o;;[I"defined for IA64.;To;;I"(flush_register_windows);T;[o;;[I"$declare flush_register_windows.;To;;I"$eval.c (flush_register_windows);T;[o;;[I"new function.;To;;I"ruby.h (NOINLINE);T;[o;;[I"*move up to be effective in defines.h.;TS; ; i; I";Sat Jul 2 15:19:41 2005 Tanaka Akira ;T@ o; ;;;[o;;I"configure.in;T;[o;;[I"check select_large_fdset.;To;;I" eval.c;T;[o;;[I"[use select_large_fdset to support large file descriptors on Solaris. [ruby-dev:26404];TS; ; i; I"2005-07-01;T@ S; ; i; I"GFri Jul 1 17:55:08 2005 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"bignum.c (rb_big_neg);T;[o;;[I"*may be accessing bogus pointer value.;TS; ; i; I"BFri Jul 1 15:50:12 2005 NAKAMURA Usaku ;T@ o; ;;;[o;;I"missing/erf.c;T;[o;;[I"5need to include some headers for some platforms.;To;;I"$win32/win32.h (copysign, scalb);T;[o;;[I"Ddefine for compatibility with other platforms. [ruby-dev:26430];TS; ; i; I"GFri Jul 1 15:37:42 2005 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"missing/crypt.c;T;[o;;[I"Rmodified to make it compilable on platforms other than BSD. [ruby-dev:26430];To;;I"missing/erf.c;T;[o;;[I"&ditto. code from merged.;TS; ; i; I";Fri Jul 1 12:44:56 2005 Tanaka Akira ;T@ o; ;;;[o;;I"(lib/open-uri.rb (OpenURI.open_http);T;[o;;[I"'refine post_connection_check call.;TS; ; i; I"GFri Jul 1 11:34:08 2005 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"missing/crypt.c;T;[o;;[I""replaced with 4.4BSD version.;To;;I"missing/erf.c;T;[o;;[I" ditto.;To;;I"missing/vsnprintf.c;T;[o;;[I"Mremoved the third provision from the old BSD license. [ruby-core:05177];TS; ; i; I"EFri Jul 1 01:45:21 2005 Nobuyoshi Nakada ;T@ o; ;;;[o;;I" enum.c (enum_min, enum_max);T;[o;;[I"5must not return Qundef. fixed: [ruby-core:05299];TS; ; i; I"GFri Jul 1 00:18:40 2005 Yukihiro Matsumoto ;T@ o; ;;;[o;;I",lib/delegate.rb (Delegator::respond_to);T;[o;;[I"Crespond_to? must check destination object. [ruby-talk:146894];TS; ; i; I"2005-06-30;T@ S; ; i; I"EThu Jun 30 23:52:12 2005 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"signal.c (trap);T;[o;;[I"@non-string trap hander was ignored. fixed: [ruby-dev:26417];TS; ; i; I"EThu Jun 30 19:00:21 2005 Keiju Ishitsuka ;T@ o; ;;;[o;;I"3lib/irb/ruby-lex.rb (RubyLex::identify_number);T;[o;;[I"Xalternative implements for [ruby-dev:26410]. And support a numeric form of 0d99999.;TS; ; i; I"GThu Jun 30 17:28:10 2005 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"3lib/irb/ruby-lex.rb (RubyLex::identify_number);T;[o;;[I"Fshould not treat plain zero as an octal number. [ruby-dev:26410];TS; ; i; I"GThu Jun 30 15:13:16 2005 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"eval.c (rb_eval);T;[o;;[I"Npre-evaluate argument for unambiguous evaluation order. [ruby-dev:26383];TS; ; i; I"CThu Jun 30 14:48:23 2005 GOTOU Yuuzou ;T@ o; ;;;[o;;I";lib/net/http.rb (Net::HTTP#connect, Net::HTTP#request);T;[o;;[I"Tshould not send proxy username and password to origin servers. [ruby-dev:25673];To;;I"6lib/net/http.rb (Net::HTTP::ProxyDelta#edit_path);T;[o;;[I"Jshould not send HTTPS scheme URL to origine servers. [ruby-dev:25689];TS; ; i; I"GThu Jun 30 09:53:56 2005 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"0lib/delegate.rb (Delegator::method_missing);T;[o;;[I"pforward unknown method to the destination. suggested by . [ruby-talk:146776];TS; ; i; I"2005-06-29;T@ S; ; i; I"EWed Jun 29 00:03:20 2005 Kazuhiro NISHIYAMA ;T@ o; ;;;[o;;I"regparse.c (fetch_token);T;[o;;[I"7avoid warning of unused goto tag. [ruby-dev:26389];TS; ; i; I"2005-06-28;T@ S; ; i; I"ETue Jun 28 21:59:29 2005 Kazuhiro NISHIYAMA ;T@ o; ;;;[o;;I".dir.c, eval.c, parse.y, process.c, ruby.c;T;[o;;[I"5avoid warning "unused variable" [ruby-dev:26387];To;;I"dir.c (glob_helper);T;[o;;[I"Yavoid warning "enumeration value `RECURSIVE' not handled in switch" [ruby-dev:26392];TS; ; i; I"BTue Jun 28 01:52:00 2005 NARUSE, Yui ;T@ o; ;;;[ o;;I"ext/nkf/lib/kconv.rb;T;[o;;[I"add Kconv::VERSION;To;;I" ext/nkf/lib/kconv.rb (conv);T;[o;;[I" can process arrayed options;To;;I"ext/nkf/nkf-utf8/nkf.c;T;[o;;[I"imported Revision 1.69;To;;I"ext/nkf/nkf-utf8/utf8tbl.c;T;[o;;[I"imported Revision 1.9;TS; ; i; I"2005-06-25;T@ S; ; i; I"GSat Jun 25 23:30:51 2005 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"'process.c (detach_process_watcher);T;[o;;[I"[terminate process watcher thread right after rb_waitpid() succeed. [ruby-talk:146430];TS; ; i; I"CSat Jun 25 17:12:20 2005 GOTOU Yuuzou ;T@ o; ;;;[o;;I">lib/webrick/httputils.rb (WEBrick::HTTPUtils.parse_query);T;[o;;[I"Eshould discard if key=val pair is empty. patch from Gary Wright.;TS; ; i; I"ESat Jun 25 15:49:18 2005 Nobuyoshi Nakada ;T@ o; ;;;[o;;I":enum.c (enum_min, enum_max, enum_min_by, enum_max_by);T;[o;;[I",do not ignore nil as the first element.;TS; ; i; I"ISat Jun 25 15:13:54 2005 Hirokazu Yamamoto ;T@ o; ;;;[o;;I"lib/set.rb (Set#==);T;[o;;[I"3[ruby-dev:25206] (ported from ruby_1_8 branch);TS; ; i; I"BSat Jun 25 11:37:00 2005 NARUSE, Yui ;T@ o; ;;;[ o;;I"ext/nkf/lib/kconv.rb;T;[o;;[I"?remove constants Iconv_Shift_JIS, Uconv_EUC_JP, Iconv_UTF8;To;;I"ext/nkf/lib/kconv.rb;T;[o;;[I"Radd module functions to Kconv conv, {eucjp, shiftjis, utf8}?, guess_as_symbol;To;;I"ext/nkf/lib/kconv.rb;T;[o;;[I"Badd instance methods to String conv, {eucjp, shiftjis, utf8}?;To;;I"ext/nkf/lib/kconv.rb;T;[o;;[I"+add aliases Kconv.to_* and String#to_*;TS; ; i; I"2005-06-24;T@ S; ; i; I"GFri Jun 24 17:00:00 2005 Shigeo Kobayashi ;T@ o; ;;;[o;;I" ext/bigdecimal/bigdecimal.c;T;[o;;[I"patch from "NATORI Shin";To;;0;[o;;[0S; ; i; I"BFri Jun 24 13:17:45 2005 akira yamada ;T@ o; ;;;[o;;I"*lib/uri/common.rb, lib/uri/generic.rb;T;[o;;[I"Wfixed typo in documents and replaced some existent domain name with "example.com".;TS; ; i; I"HFri Jun 24 12:23:19 2005 Hidetoshi NAGAI ;T@ o; ;;;[o;;I"ext/tk/lib/tk.rb;T;[o;;[I"#fix typo on Tk.grid_propagate.;To;;I"ext/tk/lib/tk.rb;T;[o;;[I"dTk.event_generate and TkWindow#event_generate accept TkEvent::Event object as context argument.;To;;I"ext/tk/lib/tk/event.rb;T;[o;;[I"fadd TkEvent::Event#valid_fields and valid_for_generate to get field parameters of event_generate.;TS; ; i; I"2005-06-23;T@ S; ; i; I"EThu Jun 23 23:55:59 2005 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"runruby.rb;T;[o;;[I"#should load built rbconfig.rb.;TS; ; i; I"HThu Jun 23 16:53:15 2005 Hidetoshi NAGAI ;T@ o; ;;;[o;;I"ext/tk/lib/tk/canvastag.rb;T;[o;;[I"}TkcGroup.new cannot include given items. TkcGroup#exclude calls wrong method. Add alias TkcGroup#add [ruby-talk:146049].;To;;I"ext/tk/lib/tk/canvas.rb;T;[o;;[I"[TkCanvas#dtag and some subcommands of TkCanvas#addtag fail to treat a TkcTag argument.;To;;I"ext/tk/lib/tk/event.rb;T;[o;;[I"Padd TkEvent::Event#generate to help to send current event to other widgets.;TS; ; i; I"2005-06-20;T@ S; ; i; I";Mon Jun 20 18:44:04 2005 Tanaka Akira ;T@ o; ;;;[o;;I",eval.c (FUNCTION_CALL_MAY_RETURN_TWICE);T;[o;;[I"oDUMMY_SETJMP is replaced because setjmp is not enough to fix getcontext and SPARC register window problem.;TS; ; i; I"BMon Jun 20 17:15:51 2005 NAKAMURA Usaku ;T@ o; ;;;[ o;;I" ext/dbm/dbm.c (fdbm_closed);T;[o;;[I"new method DBM#closed?;To;;I"#ext/gdbm/gdbm.c (fgdbm_closed);T;[o;;[I"new method GDBM#closed?;To;;I"#ext/sdbm/init.c (fsdbm_closed);T;[o;;[I"new method SDBM#closed?;To;;I"Ttest/dbm/test_dbm.rb, test/gdbm/test_gdbm.rb, test/sdbm/test_sdbm.rb (teardown);T;[o;;[I"5close all db objects before deleting data files.;To;;I"win32/win32.{ch} (unlink);T;[o;;[I"jhook runtime function to change file attribute before unlinking. merge from 1.8, see [ruby-dev:26360];TS; ; i; I"EMon Jun 20 02:15:35 2005 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"gc.c (define_final);T;[o;;[I"Qdocument fix: finalizers never get called before target object is destroyed.;TS; ; i; I"CMon Jun 20 01:26:49 2005 GOTOU Yuuzou ;T@ o; ;;;[o;;I"ext/openssl/openssl_missing.c, ext/openssl/ossl.h, ext/openssl/ossl_asn1.c, ext/openssl/ossl_bio.c, ext/openssl/ossl_pkcs12.h, ext/openssl/ossl_x509req.c;T;[o;;[I"8avoid compiler warnings. suggested by Michal Rokos.;TS; ; i; I"HSun Jun 20 00:22:02 2005 Michael Neumann ;T@ o; ;;;[o;;I"lib/xmlrpc/utils.rb;T;[o;;[I"Patch by Nobuhiro IMAI fixes the following problem: Default value modification on Module#public_instance_methods (false -> true) breaks s.add_handler(XMLRPC::iPIMethods("sample"), MyHandler.new) style security protection.;To;;I"lib/xmlrpc/client.rb;T;[o;;[I"]Aliased XMLRPC::Client#new2 as XMLRPC::Client#new_from_uri, and #new3 as #new_from_hash.;TS; ; i; I"2005-06-19;T@ S; ; i; I"ESun Jun 19 14:09:07 2005 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"gc.c (run_final);T;[o;;[I">reduce unnecessary object allocation during finalization.;To;;I"(gc.c (rb_gc_call_finalizer_at_exit);T;[o;;[I"_deferred finalizers list should be cleared before calling them. fixed: [ruby-talk:145790];TS; ; i; I"2005-06-18;T@ S; ; i; I"ASat Jun 18 01:15:36 2005 Shugo Maeda ;T@ o; ;;;[ o;;I"0ext/readline/readline.c (readline_readline);T;[o;;[I""do not set rl_{in,out}stream.;To;;I"3ext/readline/readline.c (readline_s_set_input);T;[o;;[I"new method.;To;;I"4ext/readline/readline.c (readline_s_set_output);T;[o;;[I"new method.;To;;I"lib/irb/input-method.rb;T;[o;;[I",set Readline.input and Readline.output.;TS; ; i; I"2005-06-17;T@ S; ; i; I";Fri Jun 17 13:01:40 2005 Tanaka Akira ;T@ o; ;;;[o;;I"lib/time.rb (Time.parse);T;[o;;[I"'fix previous leap seconds support.;To;;I"(Time.rfc2822);T;[o;;[I" ditto.;To;;I"(Time.xmlschema);T;[o;;[I" ditto.;TS; ; i; I"2005-06-16;T@ S; ; i; I"BThu Jun 16 15:41:32 2005 NAKAMURA Usaku ;T@ o; ;;;[o;;I"ruby.c (load_file);T;[o;;[I"/'!' is already read. reported by gotoyuzo.;TS; ; i; I"IThu Jun 16 15:09:38 2005 Hirokazu Yamamoto ;T@ o; ;;;[o;;I"1ext/tk/tcltklib.c (ip_rb_threadVwaitCommand);T;[o;;[I"Tcl_Release was missing.;TS; ; i; I"HThu Jun 16 13:34:48 2005 Hidetoshi NAGAI ;T@ o; ;;;[o;;I"ext/tk/lib/tk.rb;T;[o;;[I"Qadd Tk.getMultiple{Open|Save}File() which return an Array of selected files.;TS; ; i; I";Thu Jun 16 12:53:24 2005 Tanaka Akira ;T@ o; ;;;[o;;I"lib/time.rb (Time.parse);T;[o;;[I""Fri Jan 1 08:59:60 +0900 1999" was parsed as "Fri Jan 01 09:00:00 JST 1999" even on an environment which supports leap seconds.;To;;I"(Time.rfc2822);T;[o;;[I" ditto.;To;;I"(Time.xmlschema);T;[o;;[I" ditto.;TS; ; i; I";Thu Jun 16 00:13:41 2005 Tanaka Akira ;T@ o; ;;;[ o;;I".lib/resolv.rb (Resolv::DNS::Resource#ttl);T;[o;;[I"new attribute.;To;;I"(Resolv::DNS::Resource#==);T;[o;;[I"ignore @ttl.;To;;I"!(Resolv::DNS::Resource#hash);T;[o;;[I" ditto.;To;;I"2(Resolv::DNS::Message::MessageDecoder#get_rr);T;[o;;[I"Lsave TTL in a Resource object. based on [ruby-core:5190] by Eric Hodel.;TS; ; i; I"2005-06-15;T@ S; ; i; I"HWed Jun 15 18:26:39 2005 Hidetoshi NAGAI ;T@ o; ;;;[o;;I"ext/tk/lib/tk.rb;T;[o;;[I"8support "tk inactive" sub-command [for Tcl/Tk8.5a3];To;;I"ext/tk/lib/tk/namespace.rb;T;[o;;[I"`support "namespace path" sub-command and 'namespace ensemble' sub-command [for Tcl/Tk8.5a3];TS; ; i; I"2005-06-14;T@ S; ; i; I"HTue Jun 14 02:02:43 2005 Hidetoshi NAGAI ;T@ o; ;;;[o;;I"ext/tk/tkutil/tkutil.c;T;[o;;[I"add TkUtil::CallbackSubst.subst_arg(m, ...) & _define_attribute_aliases(hash) to get substitution-argument from attributes (e.g. subst_arg(:x,:y,:num,:button) --> "%x %y %b %b ").;To;;I"ext/tk/lib/tk/event.rb;T;[o;;[I"%use _define_attribute_aliases().;TS; ; i; I"2005-06-13;T@ S; ; i; I"IMon Jun 13 13:03:08 2005 Hirokazu Yamamoto ;T@ o; ;;;[o;;I"hash.c (ruby_setenv);T;[o;;[I"!fixed SEGV. [ruby-dev:26186];TS; ; i; I"GMon Jun 13 01:54:20 2005 Yukihiro Matsumoto ;T@ o; ;;;[ o;;I"signal.c (sigexit);T;[o;;[I"Icall rb_thread_signal_exit() instead of rb_exit(). [ruby-dev:26347];To;;I"#eval.c (rb_thread_signal_exit);T;[o;;[I"+a new function to exit on main thread.;To;;I"eval.c (rb_thread_switch);T;[o;;[I"7exit status should be retrieved from ruby_errinfo.;To;;I"eval.c (rb_f_exit);T;[o;;[I"3ensure exit(0) should call exit(EXIT_SUCCESS).;TS; ; i; I";Mon Jun 13 01:20:02 2005 Tanaka Akira ;T@ o; ;;;[o;;I" eval.c (rb_gc_mark_threads);T;[o;;[I"Fcurr_thread may not be part of the thread list. [ruby-dev:26312];TS; ; i; I"2005-06-11;T@ S; ; i; I"ASat Jun 11 22:34:44 2005 Minero Aoki ;T@ o; ;;;[o;;I" parse.y;T;[o;;[I"Omissing arg_paren event. This patch is contributed by Mitchell N Charity.;TS; ; i; I"2005-06-10;T@ S; ; i; I";Fri Jun 10 23:55:17 2005 Tanaka Akira ;T@ o; ;;;[o;;I"eval.c (unknown_node);T;[o;;[I"-show more information. [ruby-dev:26196];TS; ; i; I"GFri Jun 10 23:35:34 2005 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"missing/mkdir.c;T;[o;;[I"remove. [ruby-core:05177];TS; ; i; I"EFri Jun 10 22:54:18 2005 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"missing.h;T;[o;;[I">fd_set stuffs need sys/types.h. fixed: [ruby-core:05179];TS; ; i; I"2005-06-09;T@ S; ; i; I"EThu Jun 9 23:58:12 2005 Nobuyoshi Nakada ;T@ o; ;;;[o;;I",ext/Win32API/Win32API.c (Win32API_Call);T;[o;;[I":disable global optimization. fixed: [ruby-core:05143];TS; ; i; I"EThu Jun 9 23:35:22 2005 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"enum.c (enum_inject);T;[o;;[I"[default the result value to Qundef to use first element as initial value if not given.;TS; ; i; I";Thu Jun 9 19:55:41 2005 Tanaka Akira ;T@ o; ;;;[ o;;I"eval.c (ruby_longjmp);T;[o;;[I"0new macro to call longjmp, setcontext, etc.;To;;I"(ruby_setjmp);T;[o;;[I"/new macro to call setjmp, getcontext, etc.;To;;I"(ruby_setjmp);T;[o;;[I"[call setjmp before getcontext to avoid IA64 register stack problem. [ruby-talk:144939];To;;I"gc.c (Init_stack);T;[o;;[I"#remove IA64_MAGIC_STACK_LIMIT.;TS; ; i; I";Thu Jun 9 18:24:16 2005 Tanaka Akira ;T@ o; ;;;[o;;I"configure.in, eval.c, gc.c;T;[o;;[I"2use libunwind only on HP-UX. [ruby-dev:26297];TS; ; i; I"GThu Jun 9 14:46:32 2005 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"hash.c (env_aset);T;[o;;[I">do not treat nil as key-removing value. [ruby-list:40865];To;;I"parse.y (method_call);T;[o;;[I"0allow aref expression ([]) to take a block.;To;;I"parse.y (block_dup_check);T;[o;;[I"Ma function to check duplication of a block argument and an actual block.;TS; ; i; I"GThu Jun 9 11:55:34 2005 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"2lib/delegate.rb (SimpleDelegator::__setobj__);T;[o;;[I";T@ o; ;;;[o;;I"lib/cgi.rb;T;[o;;[I"add underscore aliases CGI::escape_html, CGI::unescape_html, CGI::escape_element, CGI::unescape_element. [ruby-core:05058];TS; ; i; I"2005-06-08;T@ S; ; i; I"GWed Jun 8 18:47:10 2005 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"&misc/ruby-mode.el (ruby-expr-beg);T;[o;;[I"fix looking point drift.;TS; ; i; I"GWed Jun 8 12:25:59 2005 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"array.c (rb_ary_nitems);T;[o;;[I"zadd the block feature to Array#nitems. suggested by Bertram Scharpf in [ruby-talk:134083].;TS; ; i; I"GWed Jun 8 11:11:34 2005 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"bignum.c (get2comp);T;[o;;[I"Xrevert all prior changes, and calculate proper 2's complement for negative numbers.;TS; ; i; I"EWed Jun 8 08:33:10 2005 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"&enum.c (enum_min_by, enum_max_by);T;[o;;[I"8return nil if no iteration. fixed: [ruby-dev:26245];To;;I"eval.c (rb_need_block);T;[o;;[I"ensure a block is given.;To;;I"eval.c (backtrace);T;[o;;[I".skip successive frames sharing same node.;TS; ; i; I"GWed Jun 8 01:27:06 2005 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"bignum.c (bignorm);T;[o;;[I"fixed a bug in normalizing negative numbers reported from Honda Hiroki . normalizing should not trim leading zeros from negative numbers.;To;;I"bignum.c (rb_cstr_to_inum);T;[o;;[I"-must remove leading zeros for this case.;TS; ; i; I"GWed Jun 8 00:15:08 2005 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"0ext/socket/socket.c (ruby_getaddrinfo__aix);T;[o;;[I"^merged a patch from KUBO Takehiro to support AIX. [ruby-list:40832];TS; ; i; I"GWed Jun 8 00:09:01 2005 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"+lib/yaml/rubytypes.rb (Array::to_yaml);T;[o;;[I"Xmerged a patch from Tilman Sauerbeck . [ruby-core:05055];To;;I"*lib/yaml/rubytypes.rb (Hash::to_yaml);T;[o;;[I" ditto.;TS; ; i; I"GWed Jun 8 00:00:01 2005 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"*ext/curses/curses.c (curses_insertln);T;[o;;[I"[merged a patch from TAKAHASHI Tamotsu . [ruby-ext:02305];TS; ; i; I"2005-06-07;T@ S; ; i; I"GTue Jun 7 19:34:15 2005 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"2lib/irb/init.rb (IRB::IRB.rc_file_generators);T;[o;;[I"=more flexible IRB.rc_file_generators. [ruby-core:05163];TS; ; i; I"GTue Jun 7 18:39:31 2005 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"lib/thread.rb;T;[o;;[I"XRDoc documentation from Eric Hodel added. [ruby-core:05148];TS; ; i; I"ETue Jun 7 18:30:04 2005 Nobuyoshi Nakada ;T@ o; ;;;[o;;I""lib/mkmf.rb (create_makefile);T;[o;;[I";T@ o; ;;;[o;;I"parse.y (parser_yylex);T;[o;;[I"Pallow ';;' to be block terminator in place of 'end'. [highly experimental];To;;I"*misc/ruby-mode.el (ruby-block-end-re);T;[o;;[I"Gallow ';;' to be a negative indent trigger. [highly experimental];To;;I"parse.y (parser_yylex);T;[o;;[I"small error fixed.;TS; ; i; I"GTue Jun 7 16:45:49 2005 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"parse.y (parser_yylex);T;[o;;[I"l"respond_to?:foo" should be interpreted as "respond_to? :foo" at the command level. [ruby-talk:144303];TS; ; i; I"GTue Jun 7 16:32:53 2005 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"sprintf.c (rb_f_sprintf);T;[o;;[I"Uraise exception on debug mode (-d), not verbose mode (-v/-w). [ruby-core:05123];To;;I"sprintf.c (rb_f_sprintf);T;[o;;[I"!warn always on verbose mode.;TS; ; i; I"HTue Jun 7 10:30:49 2005 Hidetoshi NAGAI ;T@ o; ;;;[o;;I"ext/tk/lib/multi-tk.rb;T;[o;;[I">slave-ip fails to call procedures delegated by master-ip.;TS; ; i; I"2005-06-06;T@ S; ; i; I"BMon Jun 6 16:35:18 2005 NAKAMURA Usaku ;T@ o; ;;;[o;;I"ext/ripper/depend;T;[o;;[I"#add .y to .SUFFIXES for nmake.;TS; ; i; I"2005-06-05;T@ S; ; i; I"HSun Jun 5 23:00:35 2005 Hidetoshi NAGAI ;T@ o; ;;;[o;;I"ext/tk/lib/tk/console.rb;T;[o;;[I"!create console when required;To;;I"(ext/tk/sample/tkextlib/tile/demo.rb;T;[o;;[I"#fix TypeError & create Console;TS; ; i; I";Sun Jun 5 10:23:52 2005 Tanaka Akira ;T@ o; ;;;[o;;I"signal.c (ruby_signal);T;[o;;[I"+don't set SA_RESTART. [ruby-dev:26276];TS; ; i; I"2005-06-04;T@ S; ; i; I";Sat Jun 4 14:55:18 2005 Tanaka Akira ;T@ o; ;;;[o;;I"test/dbm/test_dbm.rb;T;[o;;[I"$merged from ext/dbm/testdbm.rb.;To;;I"test/gdbm/test_gdbm.rb;T;[o;;[I"&merged from ext/gdbm/testgdbm.rb.;To;;I"test/sdbm/test_sdbm.rb;T;[o;;[I"Jrenamed from ext/sdbm/testsdbm.rb with modification to use test/unit.;TS; ; i; I"2005-06-03;T@ S; ; i; I"EFri Jun 3 23:23:02 2005 Nobuyoshi Nakada ;T@ o; ;;;[ o;;I"intern.h (rb_fdset_t);T;[o;;[I"Cdeal with fd bit sets over FD_SETSIZE. fixed: [ruby-dev:26187];To;;I"_eval.c (rb_fd_init, rb_fd_term, rb_fd_zero, rb_fd_set, rb_fd_clr, rb_fd_isset, rb_fd_copy);T;[o;;[I" ditto.;To;;I"Aio.c (rb_io_wait_readable, rb_io_wait_writable, rb_f_select);T;[o;;[I" ditto.;To;;I"!ext/io/wait/wait.c (io_wait);T;[o;;[I" ditto.;To;;I"9ext/socket/socket.c (wait_connectable, unix_recv_io);T;[o;;[I" ditto.;TS; ; i; I"HFri Jun 3 14:06:12 2005 Hidetoshi NAGAI ;T@ o; ;;;[o;;I"ext/tk/lib/multi-tk.rb;T;[o;;[I"fix typo.;TS; ; i; I"2005-06-02;T@ S; ; i; I"EThu Jun 2 23:42:57 2005 Nobuyoshi Nakada ;T@ o; ;;;[o;;I" parse.y;T;[o;;[I"0pragma support on ripper. [ruby-dev:26266];TS; ; i; I"AThu Jun 2 00:02:16 2005 Minero Aoki ;T@ o; ;;;[o;;I" struct.c;T;[o;;[I"Eaccessing >10 member caused segmentation fault. [ruby-dev:26247];To;;I"test/ruby/test_struct.rb;T;[o;;[I" test it.;TS; ; i; I"2005-06-01;T@ S; ; i; I"IWed Jun 1 11:30:09 2005 Hirokazu Yamamoto ;T@ o; ;;;[o;;I"bcc32/Makefile.sub;T;[o;;[I"@can use single quote character in DESTDIR. [ruby-dev:26205];To;;I"bcc32/Makefile.sub;T;[o;;[I"HDir.glob in 1.9 doesn't treat \ as path separator. [ruby-dev:26254];TS; ; i; I"GWed Jun 1 00:11:06 2005 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"parse.y (method_call);T;[o;;[I"Vnew experiment: "(expr)(args...)" to invoke "expr.call(args...)". [EXPERIMENTAL];TS; ; i; I"2005-05-31;T@ S; ; i; I"GTue May 31 23:43:41 2005 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"parse.y (command);T;[o;;[I"0revert implicit "call" for local variables.;TS; ; i; I"CTue May 31 15:52:45 2005 GOTOU Yuuzou ;T@ o; ;;;[o;;I"8lib/webrick/httpserver.rb (WEBrick::HTTPServer#run);T;[o;;[I"Kshould break the loop if the socket reached to EOF. [ruby-talk:142285];To;;I"8lib/webrick/httpserver.rb (WEBrick::HTTPServer#run);T;[o;;[I"csend response without reading the whole request body if keep-alive is disabled. [experimental];TS; ; i; I"2005-05-30;T@ S; ; i; I"HMon May 30 23:48:29 2005 Hidetoshi NAGAI ;T@ o; ;;;[ o;;I"ext/tk/lib/tk/macpkg.rb;T;[o;;[I"6add PACKAGE_NAME information of Tcl/Tk Extension.;To;;I"ext/tk/lib/tk/msgcat.rb;T;[o;;[I" ditto.;To;;I"ext/tk/lib/tk/winpkg.rb;T;[o;;[I" ditto.;To;;I"ext/tk/lib/tkextlib/*;T;[o;;[I" ditto.;TS; ; i; I"2005-05-28;T@ S; ; i; I"CSat May 28 16:39:21 2005 GOTOU Yuuzou ;T@ o; ;;;[o;;I"#test/openssl/test_x509store.rb;T;[o;;[I"9add test for expired CRL and refine some assertions.;TS; ; i; I"CSat May 28 05:15:44 2005 GOTOU Yuuzou ;T@ o; ;;;[o;;I";ext/openssl/ossl_x509store.c (ossl_x509stctx_set_time);T;[o;;[I",should not set internal flag directory.;TS; ; i; I"CSat May 28 02:00:11 2005 GOTOU Yuuzou ;T@ o; ;;;[o;;I";lib/webrick/cgi.rb (WEBrick::CGI::Socket#request_line);T;[o;;[I"zENV["REQUEST_URI"] is better to get correct Request-URI than ENV["SCRIPT_NAME"] + ENV["PATH_INFO"]. [ruby-dev:26235];TS; ; i; I"2005-05-27;T@ S; ; i; I"FFri May 27 16:32:04 2005 WATANABE Hirofumi ;T@ o; ;;;[o;;I"lib/mkmf.rb;T;[o;;[I"ause the semicolon as the path separator in the environment of MSYS. fixed: [ruby-dev:26232];TS; ; i; I"2005-05-26;T@ S; ; i; I"AThu May 26 20:31:21 2005 Minero Aoki ;T@ o; ;;;[o;;I"+lib/fileutils.rb (remove_entry_secure);T;[o;;[I"add documentation.;To;;I"+lib/fileutils.rb (remove_entry_secure);T;[o;;[I"5should not invoke unlink(2) against a directory.;TS; ; i; I"EThu May 26 08:29:19 2005 Akiyoshi, Masamichi ;T@ o; ;;;[o;;I"1vms/vmsruby_private.c, vms/vmsruby_private.h;T;[o;;[I"-private routines for VMS port are added.;To;;I"eval.c (ruby_init);T;[o;;[I"6change to call VMS private intialization routine.;TS; ; i; I"AThu May 26 07:39:07 2005 Minero Aoki ;T@ o; ;;;[ o;;I"lib/fileutils.rb (rm_r);T;[o;;[I"2use lchown(2), not chown(2). [ruby-dev:26226];To;;I"lib/fileutils.rb (cd);T;[o;;[I"*remove :noop option. (feature change);To;;I"lib/fileutils.rb (cp_r);T;[o;;[I"Ishould copy symlink as symlink, for also tree root. (feature change);To;;I"lib/fileutils.rb (cp_r);T;[o;;[I""new option :dereference_root.;To;;I"lib/fileutils.rb;T;[o;;[I"new method remove_entry.;To;;I"lib/fileutils.rb;T;[o;;[I"$new method remove_entry_secure.;To;;I"lib/fileutils.rb;T;[o;;[I"add documentation.;TS; ; i; I"HThu May 26 06:08:11 2005 Hidetoshi NAGAI ;T@ o; ;;;[o;;I"ext/tk/lib/tk.rb;T;[o;;[I"4add shortcut-methods of tk_call + tk_split_list;TS; ; i; I"2005-05-25;T@ S; ; i; I"HWed May 25 20:06:27 2005 Hidetoshi NAGAI ;T@ o; ;;;[o;;I"ext/tk/lib/tk.rb;T;[o;;[I"TkComm#tk_split_*list fail to split a kind of SJIS strings. To avoid the trouble, add arguments to control converting encoding, and do split on a UTF8 string.;To;;I"ext/tk/lib/multi-tk.rb;T;[o;;[I"modify to attend encoding.;To;;I"ext/tk/lib/remote-tk.rb;T;[o;;[I" ditto.;To;;I" ext/tk/lib/tk/itemconfig.rb;T;[o;;[I" ditto.;To;;I"ext/tk/lib/tk/listbox.rb;T;[o;;[I" ditto.;To;;I"ext/tk/lib/tk/namespace.rb;T;[o;;[I" ditto.;To;;I"!ext/tk/lib/tk/panedwindow.rb;T;[o;;[I" ditto.;To;;I"ext/tk/lib/tk/text.rb;T;[o;;[I" ditto.;To;;I"ext/tk/lib/tk/textmark.rb;T;[o;;[I" ditto.;To;;I"ext/tk/lib/tk/texttag.rb;T;[o;;[I" ditto.;To;;I"ext/tk/lib/tk/variable.rb;T;[o;;[I" ditto.;To;;I"ext/tk/lib/tk/winfo.rb;T;[o;;[I" ditto.;To;;I"4ext/tk/lib/tkextlib/iwidgets/scrolledlistbox.rb;T;[o;;[I" ditto.;To;;I"1ext/tk/lib/tkextlib/iwidgets/scrolledtext.rb;T;[o;;[I" ditto.;To;;I"ext/tk/lib/tk.rb;T;[o;;[I"nadd TkWindow#lower_window/raise_window and Tk#lower_window/raise_window by reason of method-name conflict;To;;I"ext/tk/lib/tk/canvas.rb;T;[o;;[I"Abug fix on TkCanvas#delete when given non-TkcItem arguments.;To;;I"3ext/tk/lib/tkextlib/iwidgets/scrolledcanvas.rb;T;[o;;[I" ditto.;TS; ; i; I"AWed May 25 19:48:12 2005 Minero Aoki ;T@ o; ;;;[o;;I"lib/fileutils.rb (rm_r);T;[o;;[I"$does chown(2). [ruby-dev:26199];TS; ; i; I";Wed May 25 12:59:48 2005 Tanaka Akira ;T@ o; ;;;[o;;I"6lib/open-uri.rb (OpenURI::Meta::RE_QUOTED_STRING);T;[o;;[I"Ba content of quoted-string should be zero or more characters.;TS; ; i; I"2005-05-24;T@ S; ; i; I"GTue May 24 23:42:16 2005 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"numeric.c (fix_pow);T;[o;;[I"csupport Fixnum ** Float case directly without coercing. [ruby-talk:142697] [ruby-talk:143054];TS; ; i; I"GTue May 24 16:57:24 2005 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"ruby.c (require_libraries);T;[o;;[I"Jcaused SEGV when continuation jumped in to the required library code.;TS; ; i; I"ATue May 24 17:45:59 2005 Shugo Maeda ;T@ o; ;;;[o;;I"#test/readline/test_readline.rb;T;[o;;[I"1do not test libedit. fixed: [ruby-dev:26217];TS; ; i; I"ETue May 24 06:45:31 2005 Nobuyoshi Nakada ;T@ o; ;;;[o;;I":misc/ruby-mode.el (ruby-font-lock-syntactic-keywords);T;[o;;[I".string literals to be matched non-greedy.;TS; ; i; I"FTue May 24 00:39:14 2005 NAKAMURA, Hiroshi ;T@ o; ;;;[o;;I"test/soap/calc;T;[o;;[I"Kmethod name 'set' was able to crash with a class Set. [ruby-dev:26210];To;;I"#test/wsdl/document/test_rpc.rb;T;[o;;[I"^dateTime comparison failed under TZ=right/Asia/Tokyo (with leap second.) [ruby-dev:26208];TS; ; i; I"2005-05-23;T@ S; ; i; I"HMon May 23 16:23:06 2005 Hidetoshi NAGAI ;T@ o; ;;;[o;;I"ext/tk/extconf.rb;T;[o;;[I"(Framework support on MacOS X Tiger.;To;;I"ext/tk/README.tcltklib;T;[o;;[I"2add description of Framework support options.;TS; ; i; I"BMon May 23 15:07:34 2005 NAKAMURA Usaku ;T@ o; ;;;[o;;I"$win32/Makefile.sub ($(PROGRAM));T;[o;;[I"4add dependency on $(LIBRUBY_SO). [experimental];TS; ; i; I"GMon May 23 12:21:37 2005 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"re.c (make_regexp);T;[o;;[I"Jshould not return junk address during compile time. [ruby-dev:26206];TS; ; i; I"2005-05-22;T@ S; ; i; I"FSun May 22 21:54:06 2005 NAKAMURA, Hiroshi ;T@ o; ;;;[o;;I".lib/{soap,wsdl,xsd}, test/{soap,wsdl,xsd};T;[o;;[I"imported soap4r/1.5.4. == SOAP client and server == === for both client side and server side === * improved document/literal service support. style(rpc,document)/use(encoding, literal) combination are all supported. for the detail about combination, see test/soap/test_style.rb. * let WSDLEncodedRegistry#soap2obj map SOAP/OM to Ruby according to WSDL as well as obj2soap. closes #70. * let SOAP::Mapping::Object handle XML attribute for doc/lit service. you can set/get XML attribute via accessor methods which as a name 'xmlattr_' prefixed ( -> Foo#xmlattr_name). === client side === * WSDLDriver capitalized name operation bug fixed. from 1.5.3-ruby1.8.2, operation which has capitalized name (such as KeywordSearchRequest in AWS) is defined as a method having uncapitalized name. (converted with GenSupport.safemethodname to handle operation name 'foo-bar'). it introduced serious incompatibility; in the past, it was defined as a capitalized. define capitalized method as well under that circumstance. * added new factory interface 'WSDLDriverFactory#create_rpc_driver' to create RPC::Driver, not WSDLDriver (RPC::Driver and WSDLDriver are merged). 'WSDLDriverFactory#create_driver' still creates WSDLDriver for compatibility but it warns that the method is deprecated. please use create_rpc_driver instead of create_driver. * allow to use an URI object as an endpoint_url even with net/http, not http-access2. === server side === * added mod_ruby support to SOAP::CGIStub. rename a CGI script server.cgi to server.rb and let mod_ruby's RubyHandler handles the script. CGIStub detects if it's running under mod_ruby environment or not. * added fcgi support to SOAP::CGIStub. see the sample at sample/soap/calc/server.fcgi. (almost same as server.cgi but has fcgi handler at the bottom.) * allow to return a SOAPFault object to respond customized SOAP fault. * added the interface 'generate_explicit_type' for server side;To;;I"(CGIStub, HTTPServer). call 'self.generate_explicit_type = true' if you want to return simplified XML even if it's rpc/encoded service. == WSDL == === WSDL definition === * improved XML Schema support such as extension, restriction, simpleType, complexType + simpleContent, ref, length, import, include. * reduced "unknown element/attribute" warnings (warn only 1 time for each QName). * importing XSD file at schemaLocation with xsd;T;[o;;[I"import. === code generation from WSDL === * generator crashed when there's '-' in defined element/attribute name. * added ApacheMap WSDL definition.;To;;I"sample/{soap,wsdl};T;[o;;[I" removed.;TS; ; i; I"CSun May 22 19:11:35 2005 GOTOU Yuuzou ;T@ o; ;;;[o;;I"Hext/openssl/lib/openssl/ssl.rb (OpenSSL::SSL::SSLServer#initialize);T;[o;;[I";should initialize session id context. [ruby-core:4663];To;;I"/ext/openssl/ossl_ssl.c (ossl_sslctx_setup);T;[o;;[I"add session id support.;TS; ; i; I"ESun May 22 12:30:58 2005 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"$intern.h, parse.y (ruby_pragma);T;[o;;[I"&removed. fixed: [ruby-dev:26198];To;;I"parse.y (parser_pragma);T;[o;;[I"pragma name was ignored.;TS; ; i; I"ASun May 22 02:39:57 2005 Minero Aoki ;T@ o; ;;;[ o;;I"lib/fileutils.rb (rm_r);T;[o;;[I"anew option :secure to avoid time-to-check-to-time-to-use security problem. [ruby-dev:26100];To;;I"/lib/fileutils.rb (remove_file, remove_dir);T;[o;;[I"$try chmod(700) only on Windows.;To;;I"lib/fileutils.rb;T;[o;;[I" does not depend on find.rb.;To;;I"lib/fileutils.rb;T;[o;;[I"new method chmod_R.;To;;I"lib/fileutils.rb (chown_R);T;[o;;[I"did not work.;TS; ; i; I"2005-05-21;T@ S; ; i; I"ISat May 21 10:23:21 2005 Hirokazu Yamamoto ;T@ o; ;;;[o;;I"bcc32/Makefile.sub;T;[o;;[I"Ztds files were not deleted when DESTDIR included '\' path delimiter. [ruby-dev:26193];TS; ; i; I"2005-05-20;T@ S; ; i; I"AFri May 20 15:52:18 2005 Shugo Maeda ;T@ o; ;;;[o;;I"Eext/readline/readline.c (readline_attempted_completion_function);T;[o;;[I"Ireturn 2 items if completion_proc returns only 1 item (for libedit).;TS; ; i; I"AFri May 20 01:24:33 2005 Shugo Maeda ;T@ o; ;;;[o;;I"ext/readline/extconf.rb;T;[o;;[I";T@ o; ;;;[ o;;I"ext/readline/readline.c;T;[o;;[I"/supported libedit. fixed: [ruby-core:4858];To;;I"ext/readline/extconf.rb;T;[o;;[I"'added new option --enable-libedit.;To;;I"#test/readline/test_readline.rb;T;[o;;[I",added assertions for Readline::HISTORY.;To;;I"lib/irb/input-method.rb;T;[o;;[I"&do not use Readline::HISTORY.pop.;TS; ; i; I"2005-05-18;T@ S; ; i; I"EWed May 18 23:42:25 2005 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"error.c (exc_exception);T;[o;;[I"Mreverted to call Exception#initialize directly. fixed: [ruby-dev:26177];TS; ; i; I"FWed May 18 17:38:51 2005 WATANABE Hirofumi ;T@ o; ;;;[o;;I"dir.c (glob_helper);T;[o;;[I"Jcheck whether path is "" before calling do_opendir. [ruby-dev:26183];TS; ; i; I"BWed May 18 13:40:48 2005 NAKAMURA Usaku ;T@ o; ;;;[o;;I"!win32/win32.c (NtInitialize);T;[o;;[I"fix typo.;TS; ; i; I"EWed May 18 11:07:47 2005 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"dir.c (glob_helper);T;[o;;[I"/get rid of using String. [ruby-dev:26180];To;;I"8eval.c (ruby_options), win32/win32.c (NtInitialize);T;[o;;[I"8move argument intialization back. [ruby-dev:26180];TS; ; i; I"2005-05-17;T@ S; ; i; I"BTue May 17 11:49:18 2005 NAKAMURA Usaku ;T@ o; ;;;[o;;I")win32/win32.c (unixtime_to_filetime);T;[o;;[I"Nuse localtime() instead of gmtime() when using FileLocalTimeToFileTime().;TS; ; i; I"2005-05-16;T@ S; ; i; I"EMon May 16 22:42:52 2005 Nobuyoshi Nakada ;T@ o; ;;;[ o;;I"4win32/win32.h, {bcc32,win32,wince}/Makefile.sub;T;[o;;[I"Emoved rb_[ugp]id_t to get rid of redefinition warnings on mingw.;To;;I"!class.c (rb_class_init_copy);T;[o;;[I"[singleton class is disallowed to copy, from its definition. fixed: [ruby-talk:142749];To;;I"parse.y (pragma_encoding);T;[o;;[I"3add prototype to suppress false warning by VC.;To;;I"process.c (proc_spawn_v);T;[o;;[I" use rb_w32_aspawn on Win32.;TS; ; i; I"IMon May 16 03:29:01 2005 Hirokazu Yamamoto ;T@ o; ;;;[o;;I"win32/win32.{h,c};T;[o;;[I"define rb_[pgu]id_t.;TS; ; i; I";Mon May 16 00:21:02 2005 Tanaka Akira ;T@ o; ;;;[o;;I"&lib/pathname.rb (Pathname#unlink);T;[o;;[I"buse SystemCallError instead of Errno::EISDIR because EISDIR is not portable. [ruby-core:5001];TS; ; i; I"2005-05-15;T@ S; ; i; I"ISun May 15 22:28:10 2005 Masatoshi SEKI ;T@ o; ;;;[o;;I".lib/drb/drb.rb (DRbObject#method_missing);T;[o;;[I"+use raise(exception). [ruby-dev:26164];TS; ; i; I"ESun May 15 18:56:35 2005 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"configure.in, ruby.h;T;[o;;[I"ydefine rb_[pgu]id_t macros instead of typedefs to get rid of types which might not be defined yet. [ruby-dev:26165];TS; ; i; I";Sun May 15 14:35:46 2005 Tanaka Akira ;T@ o; ;;;[o;;I"&lib/pathname.rb (Pathname#unlink);T;[o;;[I"Bunlink a symlink to a directory was failed. [ruby-core:4992];TS; ; i; I"ESun May 15 09:57:30 2005 Nobuyoshi Nakada ;T@ o; ;;;[o;;I")win32/win32.c (unixtime_to_filetime);T;[o;;[I"&deal with DST. [ruby-talk:141817];TS; ; i; I"2005-05-14;T@ S; ; i; I"ESat May 14 23:59:11 2005 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"?error.c (exc_exception, {exit,name_err,syserr}_initialize);T;[o;;[I":call Execption#initialize. fixed: [ruby-talk:142593];TS; ; i; I"ASat May 14 23:56:41 2005 Erik Huelsmann ;T@ o; ;;;[o;;I"configure.in;T;[o;;[I"mCheck for the availability of pid_t, gid_t and uid_t and remove AC_TYPE_UID_T. fixed: [ruby-core:04745];To;;I"defines.h;T;[o;;[I"Remove pid_t typedef.;To;;I" ruby.h;T;[o;;[I"ZDefine rb_pid_t, rb_gid_t and rb_uid_t in accordance with the available system types.;To;;I"process.c;T;[o;;[I"DChange instances of pid_t and gid_t to their rb_* counterparts.;To;;I"ext/pty/pty.c;T;[o;;[I"Change pid_t to rb_pid_t.;To;;I"vms/config.h;T;[o;;[I""Define HAVE_{P,G,U}ID_T to 1.;To;;I"win32/Makefile.sub;T;[o;;[I""Remove #define for {g,u}id_t.;To;;I"win32/win32.c;T;[o;;[I"Change pid_t to rb_pid_t.;To;;I"wince/Makefile.sub;T;[o;;[I""Remove #define for {g,u}id_t.;To;;I"wince/sys/types.h;T;[o;;[I"'Remove definitions of {p,g,u}id_t.;TS; ; i; I"ESat May 14 11:47:57 2005 Nobuyoshi Nakada ;T@ o; ;;;[ o;;I"intern.h (ruby_pragma);T;[o;;[I""prototype. [ruby-core:04881];To;;I"parse.y (parser_pragma);T;[o;;[I"parse Emacsen hack.;To;;I"parse.y (parser_prepare);T;[o;;[I"*deal with specific syntax at the top.;To;;I"ruby.c (load_file);T;[o;;[I"5read the first line iff it started with shebang.;TS; ; i; I"2005-05-13;T@ S; ; i; I"EFri May 13 23:44:22 2005 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"ext/extmk.rb;T;[o;;[I"keep srcdir unexpanded.;To;;I""lib/mkmf.rb (create_makefile);T;[o;;[I"Cquote topdir and hdrdir if necessary. fixed: [ruby-core:04932];To;;I"Blib/mkmf.rb (configuration), {bcc32,win32,wince}/Makefile.sub;T;[o;;[I"Wmake also INSTALL_PROG and INSTALL_DATA system dependent. fixed: [ruby-core:04931];TS; ; i; I"EFri May 13 23:32:55 2005 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"eval.c (unknown_node);T;[o;;[I")add volatile directive to prototype.;TS; ; i; I"IFri May 13 17:50:49 2005 Hirokazu Yamamoto ;T@ o; ;;;[o;;I""variable.c (generic_ivar_get);T;[o;;[I"2rb_attr_get should not warn. [ruby-dev:26010];TS; ; i; I"2005-05-12;T@ S; ; i; I"BThu May 12 17:41:00 2005 NARUSE, Yui ;T@ o; ;;;[o;;I"ext/nkf/nkf-utf8/nkf.c;T;[o;;[I"follow nkf 2.0.5;TS; ; i; I"IThu May 12 16:50:40 2005 Hirokazu Yamamoto ;T@ o; ;;;[o;;I" lib/rdoc/parsers/parse_c.rb;T;[o;;[I"Emore readability for mixing progress "c..." and warning message.;TS; ; i; I"HThu May 12 15:50:56 2005 Tilman Sauerbeck ;T@ o; ;;;[o;;I" lib/rdoc/parsers/parse_c.rb;T;[o;;[I"8show parsing progress for C files. [ruby-core:4341];TS; ; i; I"EThu May 12 09:53:57 2005 Nobuyoshi Nakada ;T@ o; ;;;[o;;I""version.c (ruby_show_version);T;[o;;[I"flush for non-tty stdout.;TS; ; i; I"EThu May 12 01:23:55 2005 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"eval.c (unknown_node);T;[o;;[I"ignore broken NODE to get rid of accessing possibly inaccessible address. fixed: [ruby-dev:26122] should emit more useful information like [ruby-dev:26126], though.;TS; ; i; I"2005-05-11;T@ S; ; i; I"GWed May 11 15:58:39 2005 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"eval.c (break_jump);T;[o;;[I"8break should not cross functions. [ruby-list:40818];TS; ; i; I"IWed May 11 10:41:54 2005 Hirokazu Yamamoto ;T@ o; ;;;[o;;I"&lib/tempfile.rb (Tempfile#unlink);T;[o;;[I"fixed typo.;TS; ; i; I"EWed May 11 01:03:36 2005 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"eval.c (TMP_ALLOC);T;[o;;[I"puse macro NEW_NODE() to get rid of warnings on platforms which have no alloca(). fixed: [ruby-talk:141301];TS; ; i; I"2005-05-08;T@ S; ; i; I"HSun May 8 23:17:47 2005 Hidetoshi NAGAI ;T@ o; ;;;[o;;I"ext/tk/lib/tk/timer.rb;T;[o;;[I"fix typo.;TS; ; i; I"ISun May 8 21:00:50 2005 Hirokazu Yamamoto ;T@ o; ;;;[o;;I"hash.c (Init_Hash);T;[o;;[I"%remove custom "hash" and "eql?".;To;;I" (ported from 1.8) [ruby-dev;T;[o;;[I" 26132];TS; ; i; I"ISun May 8 16:50:25 2005 Hirokazu Yamamoto ;T@ o; ;;;[o;;I"lib/profiler.rb;T;[o;;[I"hfixed "undefined method `[]' for nil:NilClass" [ruby-core:4775] [ruby-talk:140401] [ruby-dev:26118];TS; ; i; I"2005-05-07;T@ S; ; i; I"ESat May 7 22:58:00 2005 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"lib/mkmf.rb (have_var);T;[o;;[I"no libs argument is given.;TS; ; i; I"2005-05-06;T@ S; ; i; I"EFri May 6 08:08:37 2005 Nobuyoshi Nakada ;T@ o; ;;;[o;;I" hash.c;T;[o;;[I":rb_hash_hash_i() should be static. [ruby-core:04815];To;;I"Vre.c should include regint.h for declarations of oniguruma functions. [ruby-core;T;[o;;[I" 04815];TS; ; i; I"2005-05-01;T@ S; ; i; I"ESun May 1 09:15:17 2005 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"ruby.c (process_sflag);T;[o;;[I"=replace '-' in variable names with '_'. [ruby-dev:26107];To;;I"$eval.c (rb_eval), parse.y (arg);T;[o;;[I"Dreduce fixnum range literal at parser. fixed: [ruby-dev:26113];TS; ; i; I"2005-04-30;T@ S; ; i; I"ESat Apr 30 11:59:25 2005 Nobuyoshi Nakada ;T@ o; ;;;[ o;;I"'configure.in (RUBY_FUNC_ATTRIBUTE);T;[o;;[I"3check for function attribute. [ruby-dev:26109];To;;I"eval.c, gc.c;T;[o;;[I"$moved noinline to configure.in.;To;;I"rubyio.h (DEPRECATED);T;[o;;[I"moved to configure.in.;To;;I""ruby.h (DEPRECATED, NOINLINE);T;[o;;[I"default definition.;To;;I"'win{32,ce}/Makefile.sub (config.h);T;[o;;[I"Odeprecated and noinline for __declspec() are available for VC++7 or later.;TS; ; i; I"CSat Apr 30 06:57:39 2005 GOTOU Yuuzou ;T@ o; ;;;[ o;;I"lib/webrick/cgi.rb;T;[o;;[I"new methods WEBrick::CGI#[], WEBrick::CGI#logger and WEBrick::CGI#config. these are necessary to use an instance of WEBrick::CGI as the first argument of HTTPServlet#get_instance.;To;;0;[o;;[0o;;I"0lib/webrick/cgi.rb (WEBrick::CGI#initalize);T;[o;;[I"bset a dummy to @config[:ServerSoftware] if SERVER_SOFTWARE environment variable is not given.;To;;I"(WEBrick::CGI#start);T;[o;;[I"$req.path_info must be a String.;To;;I"((WEBrick::CGI::Socket#request_line);T;[o;;[I"Gtreat REQUEST_METHOD, PATH_INFO and SCRIPT_NAME to run in console.;To;;I">lib/webrick/httputils.rb (WEBrick::HTTPUtils.escape_path);T;[o;;[I"Pshould not use String#split("/"). it removes trailing empty path component.;TS; ; i; I"2005-04-28;T@ S; ; i; I"EThu Apr 28 08:21:51 2005 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"ruby.c (set_arg0);T;[o;;[I"Kuse also environment variable space for setting $0. [ruby-core:04774];TS; ; i; I"2005-04-27;T@ S; ; i; I"EWed Apr 27 23:42:22 2005 Nobuyoshi Nakada ;T@ o; ;;;[o;;I""win32/Makefile.sub (OPTFLAGS);T;[o;;[I";T@ o; ;;;[o;;I"'ext/tk/tcltklib.c (ip_invoke_core);T;[o;;[I"Qcall Tcl's "::unknown" command when can't get information of target command.;TS; ; i; I"2005-04-25;T@ S; ; i; I"CMon Apr 25 13:54:55 2005 speakillof ;T@ o; ;;;[o;;I"%lib/rexml/encodings/SHIFT-JIS.rb;T;[o;;[I"9encoding and decoding were swapped. [ruby-core:4772];TS; ; i; I";Mon Apr 25 01:18:43 2005 Tanaka Akira ;T@ o; ;;;[o;;I"oniguruma.h (OnigWarnFunc);T;[o;;[I".add a variadic argument. [ruby-core:4751];TS; ; i; I"2005-04-23;T@ S; ; i; I"ISat Apr 23 19:49:21 2005 Hirokazu Yamamoto ;T@ o; ;;;[o;;I"+ext/tk/tcltklib.c (ip_RubyExitCommand);T;[o;;[I"Lexit with status code via TclTkIp#_eval didn't work. [ruby-talk:139390];TS; ; i; I"ESat Apr 23 11:45:29 2005 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"eval.c (rb_provided);T;[o;;[I"Fshould check also path name to be loaded. fixed: [ruby-dev:26093];TS; ; i; I"2005-04-22;T@ S; ; i; I"IFri Apr 22 16:55:35 2005 Hirokazu Yamamoto ;T@ o; ;;;[o;;I"+ext/tk/tcltklib.c (ip_set_exc_message);T;[o;;[I"fixed memory leak.;To;;I"ext/tk/tcltklib.c;T;[o;;[I"+eTkCallbackReturn was not initialized.;TS; ; i; I"2005-04-21;T@ S; ; i; I"EThu Apr 21 06:45:28 2005 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"/ruby.c (ruby_incpush_expand, proc_options);T;[o;;[I"Aexpand relative path given with -I option. [ruby-dev:26090];To;;I"@configure.in, lib/mkmf.rb, {bcc32,win32,wince}/Makefile.sub;T;[o;;[I"+improve C++ support. [ruby-dev:26089];TS; ; i; I"AThu Apr 21 01:53:09 2005 Minero Aoki ;T@ o; ;;;[o;;I"lib/net/http.rb;T;[o;;[I"add rdoc.;TS; ; i; I"EThu Apr 21 00:07:50 2005 Nobuyoshi Nakada ;T@ o; ;;;[o;;I""lib/mkmf.rb (create_makefile);T;[o;;[I"8support platforms have file separator other than /.;To;;I"<{bcc32,win32,wince}/Makefile.sub (BUILD_FILE_SEPARATOR);T;[o;;[I"$separator of building platform.;To;;I"3{bcc32,win32,wince}/Makefile.sub (CP, INSTALL);T;[o;;[I"use COPY command.;TS; ; i; I"2005-04-20;T@ S; ; i; I"EWed Apr 20 23:22:39 2005 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"Makefile.in, common.mk;T;[o;;[I""miniruby depends on MINIOBJS.;To;;I"dmydln.c (dln_load);T;[o;;[I"'dummy function to raise LoadError.;To;;I";T@ o; ;;;[o;;I"win32/ifchange.bat;T;[o;;[I"delete testing files.;TS; ; i; I"AWed Apr 20 22:54:54 2005 Minero Aoki ;T@ o; ;;;[ o;;I"lib/net/http.rb;T;[o;;[I"$new method Net::HTTP.post_form.;To;;I"lib/net/http.rb;T;[o;;[I"Hnew method Net::HTTPHeader#set_form_data and its alias #form_data=.;To;;I"lib/net/http.rb;T;[o;;[I",Net::HTTPHeader#add_header -> add_field;To;;0;[o;;[0S; ; i; I"FWed Apr 20 10:53:30 2005 WATANABE Hirofumi ;T@ o; ;;;[o;;I",lib/rdoc/parsers/parse_rb.rb (lex_init);T;[o;;[I"&use IRB module. [ruby-core:04737];TS; ; i; I"EWed Apr 20 07:27:18 2005 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"E{bcc32,win32,wince}/configure.bat, {bcc32,win32,wince}/setup.mak;T;[o;;[I"add extout option.;To;;I"bcc32/setup.mak;T;[o;;[I".make configuration variables overridable.;TS; ; i; I"2005-04-19;T@ S; ; i; I"FTue Apr 19 23:37:09 2005 WATANABE Hirofumi ;T@ o; ;;;[o;;I"%lib/ftools.rb (File.safe_unlink);T;[o;;[I"$do not modify a symlinked file.;TS; ; i; I"ETue Apr 19 23:02:40 2005 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"eval.c (search_required);T;[o;;[I"&deal with features with path too.;To;;I"#intern.h (rb_file_expand_path);T;[o;;[I"(prototype. fixed: [ruby-dev:26082];TS; ; i; I"ETue Apr 19 08:38:07 2005 Nobuyoshi Nakada ;T@ o; ;;;[ o;;I".eval.c (search_required, rb_require_safe);T;[o;;[I"2expand path in rb_features. [ruby-dev:26079];To;;I"file.c (rb_find_file_ext);T;[o;;[I"return absolute path.;To;;I"ext/extmk.rb;T;[o;;[I"'expand path for ext/**/extconf.rb.;To;;I"eval.c (search_required);T;[o;;[I"%handle static linked extensions.;TS; ; i; I"2005-04-18;T@ S; ; i; I"GMon Apr 18 15:37:35 2005 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"eval.c (rb_attr);T;[o;;[I" attribute name check added.;To;;I"numeric.c (flo_plus);T;[o;;[I"small typo fix.;TS; ; i; I"IMon Apr 18 11:25:14 2005 Hirokazu Yamamoto ;T@ o; ;;;[o;;I""ext/zlib/zlib.c (zstream_run);T;[o;;[I"!fixed SEGV. [ruby-core:4712];TS; ; i; I"2005-04-17;T@ S; ; i; I"ESun Apr 17 23:57:49 2005 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"'ext/extmk.rb (extmake, parse_args);T;[o;;[I"do not expand destdir.;To;;I"!ext/extmk.rb (relative_from);T;[o;;[I"1treat mere drive letter as an absolute path.;TS; ; i; I"2005-04-16;T@ S; ; i; I"?Sat Apr 16 17:01:16 2005 Kouhei Sutou ;T@ o; ;;;[o;;I"Bsample/rss/tdiary_plugin/rss-recent.rb (rss_recent_cache_rss);T;[o;;[I"ouse the first date information of items as site date information if channel doesn't have date information.;TS; ; i; I"ESat Apr 16 15:27:03 2005 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"%configure.in (RUBY_PROG_INSTALL);T;[o;;[I"not add -p option to INSTALL. files need timestamps to be kept are only ar-archive on a few platforms, and be installed by instruby.rb but not INSTALL. fixed: [ruby-core:04721];To;;I"mkconfig.rb;T;[o;;[I"$purge autoconf value variables.;TS; ; i; I"ISat Apr 16 10:33:48 2005 Hirokazu Yamamoto ;T@ o; ;;;[o;;I"bcc32/Makefile.sub;T;[o;;[I"Uquick hack... prepend DESTDIR. still have restriction on DESTDIR ("", "/", "e:");TS; ; i; I"CSat Apr 16 03:59:42 2005 GOTOU Yuuzou ;T@ o; ;;;[o;;I"ext/openssl/extconf.rb;T;[o;;[I"check for OPENSSL_cleanse.;To;;I""ext/openssl/openssl_missing.h;T;[o;;[I" ditto.;TS; ; i; I"2005-04-15;T@ S; ; i; I"IFri Apr 15 22:40:19 2005 Masaki Suketa ;T@ o; ;;;[o;;I"'ext/win32ole/tests/testWIN32OLE.rb;T;[o;;[I"$add test for WIN32OLE.codepage=;To;;I")ext/win32ole/tests/testOLETYPELIB.rb;T;[o;;[I"correct expected message.;TS; ; i; I"IFri Apr 15 22:04:07 2005 Masaki Suketa ;T@ o; ;;;[o;;I"(ext/win32ole/win32ole.c(ole_invoke);T;[o;;[I"-retry after converting Qnil to VT_EMPTY.;TS; ; i; I"2005-04-14;T@ S; ; i; I"AThu Apr 14 19:05:06 2005 Minero Aoki ;T@ o; ;;;[o;;I"parse.y [ripper] (regexp);T;[o;;[I"-dispatch regexp option. [ruby-Bugs:1688];To;;I"ext/ripper/lib/core.rb;T;[o;;[I"%regenerated (interface changed).;TS; ; i; I"AThu Apr 14 18:59:43 2005 Minero Aoki ;T@ o; ;;;[o;;I"#lib/fileutils.rb (remove_file);T;[o;;[I"'ignore exceptions caused by chmod.;To;;I""lib/fileutils.rb (remove_dir);T;[o;;[I"1try to get rights to rmdir. [ruby-Bugs:1502];TS; ; i; I"EThu Apr 14 18:51:02 2005 Keiju Ishitsuka ;T@ o; ;;;[o;;I")lib/irb/ruby-lex.rb, lib/irb/slex.rb;T;[o;;[I" bug fix of [ruby-Bugs-1745];To;;I"7lib/irb/ext/loader.rb, lib/irb/ext/save-history.rb;T;[o;;[I"fix location of @RCS_ID;To;;I"lib/irb/cmd/help.rb;T;[o;;[I"!a lost of release IRB 0.9.5.;TS; ; i; I"EThu Apr 14 15:10:30 2005 Keiju Ishitsuka ;T@ o; ;;;[o;;0;[o;;[0S; ; i; I"EThu Apr 14 05:35:45 2005 Keiju Ishitsuka ;T@ o; ;;;[o;;I"doc/irb/irb.rd.ja;T;[o;;[I""a lost of release IRB 0.9.5.;To;;I"lib/irb/slex.rb;T;[o;;[I""bug fix by [ruby-core:04707].;TS; ; i; I"EThu Apr 14 00:20:31 2005 Keiju Ishitsuka ;T@ o; ;;;[o;;I"#bin/irb lib/irb.rb lib/irb/...;T;[o;;[I"IRB 0.9.5.;TS; ; i; I"2005-04-13;T@ S; ; i; I"?Wed Apr 13 23:40:21 2005 Kouhei Sutou ;T@ o; ;;;[o;;I""lib/rss/rss.rb (RSS::VERSION);T;[o;;[I"0.1.3 -> 0.1.4.;To;;I",lib/rss/rss.rb (RSS::Element#converter);T;[o;;[I"&fixed converter transmission bug.;TS; ; i; I"EWed Apr 13 22:12:16 2005 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"*lib/optparse.rb (OptionParser#order!);T;[o;;[I"*call handlers iff matches non-switch.;TS; ; i; I"FWed Apr 13 21:20:35 2005 WATANABE Hirofumi ;T@ o; ;;;[o;;I"configure.in (mingw32);T;[o;;[I",extract msvcr*.dll from objdump result.;TS; ; i; I"EWed Apr 13 19:25:31 2005 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"configure.in (mingw32);T;[o;;[I"Huse actual runtime DLL name as ruby DLL name and default load path.;To;;I"(win32/Makefile.sub, win32/setup.mak;T;[o;;[I" ditto.;TS; ; i; I"2005-04-12;T@ S; ; i; I"ETue Apr 12 19:30:36 2005 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"Dlib/optparse.rb (OptionParser#make_switch, OptionParser#order!);T;[o;;[I"Qadded non-option and end-of-args handler. [ruby-talk:136878] [EXPERIMENTAL];TS; ; i; I"HTue Apr 12 15:33:09 2005 Hidetoshi NAGAI ;T@ o; ;;;[o;;I"$ext/tk/tcltklib.c (ip_finalize);T;[o;;[I"Cbetter modification than the previous commit [ruby-dev:26029].;TS; ; i; I"HTue Apr 12 12:38:06 2005 Hidetoshi NAGAI ;T@ o; ;;;[o;;I"$ext/tk/tcltklib.c (ip_finalize);T;[o;;[I"Ifix SEGV when Tcl_GlobalEval() modifies the argument string to eval.;TS; ; i; I"HTue Apr 12 02:21:55 2005 Hidetoshi NAGAI ;T@ o; ;;;[o;;I"$ext/tk/tcltklib.c (ip_finalize);T;[o;;[I"Iadd existence check of Tcl commands before calling Tcl_GlobalEval().;TS; ; i; I"2005-04-11;T@ S; ; i; I"IMon Apr 11 23:36:04 2005 Masatoshi SEKI ;T@ o; ;;;[o;;I"lib/drb/drb.rb;T;[o;;[I"V[druby-ja:123] fix: When reference of my object is loaded, the object is tainted.;To;;I"test/drb/test_drb.rb;T;[o;;[I" ditto.;TS; ; i; I"FMon Apr 11 22:18:23 2005 WATANABE Hirofumi ;T@ o; ;;;[o;;I"dir.c, file.c (lstat);T;[o;;[I"avoid warnings for mingw.;TS; ; i; I"HMon Apr 11 20:11:06 2005 Hidetoshi NAGAI ;T@ o; ;;;[o;;I"$ext/tk/tcltklib.c (ip_finalize);T;[o;;[I"8adhoc patch to avoid SEGV when exit on Tcl/Tk8.3.x.;TS; ; i; I"BMon Apr 11 15:24:20 2005 NAKAMURA Usaku ;T@ o; ;;;[o;;I" lib/mkmf.rb (configuration);T;[o;;[I"#shouldn't output hdrdir twice.;TS; ; i; I"2005-04-09;T@ S; ; i; I"HSat Apr 9 18:20:31 2005 Hidetoshi NAGAI ;T@ o; ;;;[ o;;I"ext/tk/lib/tk/image.rb;T;[o;;[I"Psupport to create TkImage object without creating a new image object on Tk.;To;;I"ext/tk/lib/tk/menu.rb;T;[o;;[I"(use TkCommandNames on create_self();To;;I"ext/tk/lib/tk/root.rb;T;[o;;[I""TkRoot.to_eval() returns '.'.;To;;I"ext/tk/lib/tk/text.rb;T;[o;;[I"Dadd methods to create a TkText::IndexString from (x, y) coords.;To;;I"ext/tk/lib/tkextlib/tile/;T;[o;;[I"(add demo and update support status.;TS; ; i; I"?Sat Apr 9 14:42:29 2005 Kouhei Sutou ;T@ o; ;;;[o;;I"+sample/rss/tdiary_plugin/rss-recent.rb;T;[o;;[I"-supported configuration via Web browser.;TS; ; i; I"2005-04-08;T@ S; ; i; I"EFri Apr 8 20:17:48 2005 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"ext/extmk.rb (extmake);T;[o;;[I"7hdrdir needs to be defined also in Config::CONFIG.;To;;I"1lib/mkmf.rb (configuration, create_makefile);T;[o;;[I"*get rid of recursive macro reference.;TS; ; i; I"HFri Apr 8 01:55:20 2005 Hidetoshi NAGAI ;T@ o; ;;;[o;;I",ext/tk/sample/demos-{en,jp}/goldberg.rb;T;[o;;[I"*reduced window size. [ruby-dev:25992];TS; ; i; I"2005-04-07;T@ S; ; i; I"EThu Apr 7 23:58:40 2005 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"ext/extmk.rb (extmake);T;[o;;[I"0keep directory names in Makefile as macros.;To;;I"1lib/mkmf.rb (configuration, create_makefile);T;[o;;[I" ditto.;To;;I"lib/mkmf.rb (CXX_EXT);T;[o;;[I"separate C++ extensions.;TS; ; i; I"AThu Apr 7 17:24:17 2005 Shugo Maeda ;T@ o; ;;;[o;;I"eval.c (rb_call0);T;[o;;[I"I"return" event hook should be always executed if event_hooks is set.;TS; ; i; I"?Thu Apr 7 14:33:09 2005 Kouhei Sutou ;T@ o; ;;;[o;;I"*test/rss/test_maker_dc.rb (test_date);T;[o;;[I"+added a test for #date= and #dc_date=.;TS; ; i; I"?Thu Apr 7 11:49:53 2005 Kouhei Sutou ;T@ o; ;;;[o;;I" lib/rss/maker/dublincore.rb;T;[o;;[I"3_really_ supported multiple Dublin Core items.;To;;I"=test/rss/rss-assertions.rb (assert_multiple_dublin_core);T;[o;;[I"?added an assertion for testing multiple Dublin Core items.;To;;I"4test/rss/test_maker_dc.rb (test_rss10_multiple);T;[o;;[I"8added a test for making multiple Dublin Core items.;TS; ; i; I"2005-04-06;T@ S; ; i; I"IWed Apr 6 16:06:30 2005 Hirokazu Yamamoto ;T@ o; ;;;[o;;I"%test/ruby/test_env.rb (test_key);T;[o;;[I"?should test ENV.key instead of ENV.index. [ruby-dev:25994];TS; ; i; I"2005-04-05;T@ S; ; i; I"?Tue Apr 5 16:01:12 2005 Kouhei Sutou ;T@ o; ;;;[o;;I"lib/rss/*;T;[o;;[I"jrefactored. - gave a name to 'x'. - undef_method -> remove_method for avoiding a warning in ruby 1.6.;TS; ; i; I"?Tue Apr 5 15:45:33 2005 Kouhei Sutou ;T@ o; ;;;[o;;I"+sample/rss/tdiary_plugin/rss-recent.rb;T;[o;;[I"hnew option: @options['rss-recent.use-image-link']: use image as link instread of text if available.;To;;I"@sample/rss/tdiary_plugin/rss-recent.rb (RSS_RECENT_VERSION);T;[o;;[I"0.0.5 -> 0.0.6.;TS; ; i; I"?Tue Apr 5 15:15:26 2005 Kouhei Sutou ;T@ o; ;;;[o;;I"lib/rss/dublincore.rb;T;[o;;[I"*supported multiple Dublin Core items.;To;;I"lib/rss/parser.rb;T;[o;;[I"added class name registry for complex model elements. (ex. have childlen elements, have some attributes and a child element and so on.);To;;I"lib/rss/maker/base.rb;T;[o;;[I"2added default current_element implementation.;To;;I" lib/rss/maker/dublincore.rb;T;[o;;[I"*supported multiple Dublin Core items.;To;;I"lib/rss/maker/image.rb;T;[o;;[I"#supproted new Dublin Core API.;To;;I"Flib/rss/trackback.rb (RSS::TrackBackUtils.new_with_value_if_need);T;[o;;[I"moved to RSS::Utils.;To;;I"9lib/rss/utils.rb (RSS::Utils.new_with_value_if_need);T;[o;;[I"$moved from RSS::TrackBackUtils.;To;;I"lib/rss/maker/image.rb;T;[o;;[I"@fixed invalid argument of add_need_initialize_variable bug.;To;;I"lib/rss/maker/trackback.rb;T;[o;;[I" ditto.;To;;I" lib/rss/rss.rb (Hash#merge);T;[o;;[I"added for ruby 1.6.;To;;I"0lib/rss/rss.rb (RSS::BaseModel.date_writer);T;[o;;[I"*changed to accept nil for date value.;To;;I"test/test_dublincore.rb;T;[o;;[I"Dadded tests for plural accessor and multiple Dublin Core items.;To;;I"!test/test_setup_maker_1.0.rb;T;[o;;[I".fixed swapped actual and expected values.;TS; ; i; I"2005-04-04;T@ S; ; i; I"HMon Apr 4 23:17:52 2005 Hidetoshi NAGAI ;T@ o; ;;;[o;;I",ext/tk/lib/tk.rb (TkComm#array2tk_list);T;[o;;[I"Xaccept enc-mode argument to decide whether convert encoding of each element or not.;To;;I"2ext/tk/lib/tk/variable.rb (TkVariable#value=);T;[o;;[I"afail to convert the encoding of array elements when assign an array to an TkVariable object.;TS; ; i; I"IMon Apr 4 10:26:48 2005 Hirokazu Yamamoto ;T@ o; ;;;[o;;I"ext/tk/lib/tk/dialog.rb;T;[o;;[I"fixed typo.;TS; ; i; I"2005-04-02;T@ S; ; i; I"ESat Apr 2 23:38:54 2005 Nobuyoshi Nakada ;T@ o; ;;;[ o;;I"configure.in (CP, INSTALL);T;[o;;[I"&get rid of less portable options.;To;;I"1lib/mkmf.rb (configuration, create_makefile);T;[o;;[I"$correct configuration variable.;To;;I")wince/configure.bat, wince/setup.mak;T;[o;;[I",add prefix, extstatic and rdoc options.;To;;I""lib/mkmf.rb (create_makefile);T;[o;;[I"Hensure library directories get made before copying libraries there.;TS; ; i; I"HSat Apr 2 16:59:46 2005 Hidetoshi NAGAI ;T@ o; ;;;[ o;;I"ext/tk/lib/tk.rb;T;[o;;[I""forgot to update RELEASE_DATE;To;;I"ext/tk/lib/tk/variable.rb;T;[o;;[I"+fix namespace trouble when autoloading;To;;I"ext/tk/lib/tk/palette.rb;T;[o;;[I".define Tcl variable 'tkPalette' as global;To;;I"ext/tk/lib/tk/dialog.rb;T;[o;;[I"6use array2tk_list method when calling Tk.ip_eval.;To;;I"ext/tk/lib/tk/autoload.rb;T;[o;;[I"8add autoload entry 'TkDialogObj' and 'TkWarningObj';TS; ; i; I"ISat Apr 2 13:23:17 2005 Hirokazu Yamamoto ;T@ o; ;;;[o;;I"hash.c (env_key);T;[o;;[I"YENV.index is deprecated as well as Hash#index. use ENV.key instead. [ruby-dev:25974];TS; ; i; I"HSat Apr 2 02:19:11 2005 Hidetoshi NAGAI ;T@ o; ;;;[o;;I"+ext/tk/lib/tk.rb (TkWindow.initialize);T;[o;;[I"accept 'without_creating' option without 'widgetname' option to allow creating a widget object which is used as an argument of Tcl/Tk's widget allocation commands.;To;;I"0ext/tk/lib/tk/image.rb (TkImage.initialize);T;[o;;[I"Jaccept 'imagename' option to create a image object by the given name.;TS; ; i; I"2005-03-31;T@ S; ; i; I"EThu Mar 31 22:23:51 2005 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"lib/mkmf.rb (SRC_EXT);T;[o;;[I"Texclude just case different suffixes on case insensitive file system platforms.;To;;I"+README.EXT, README.EXT.ja (Appendix C);T;[o;;[I"utility functions.;TS; ; i; I"CThu Mar 31 14:08:43 2005 GOTOU Yuuzou ;T@ o; ;;;[o;;I"3ext/openssl/ossl_engine.c (ossl_engine_s_load);T;[o;;[I"*should return value. [ruby-dev:25971];TS; ; i; I"?Thu Mar 31 11:07:50 2005 Kouhei Sutou ;T@ o; ;;;[o;;I"lib/rss/parser.rb;T;[o;;[I"@@setter -> @@setters.;To;;I"lib/rss/parser.rb (RSS;T;[o;;[I" :BaseListener.register_uri);To;;I" (RSS;T;[o;;[I"#:BaseListener.uri_registered?);To;;I"1(RSS::BaseListener.install_get_text_element);T;[o;;[I"8swapped the first argument and the second argument.;To;;I"lib/rss/taxonomy.rb;T;[o;;[I"gswapped the first argument and the second argument for RSS::BaseListener.install_get_text_element.;To;;I"lib/rss/image.rb;T;[o;;[I" ditto.;To;;I"lib/rss/syndication.rb;T;[o;;[I" ditto.;To;;I"lib/rss/dublincore.rb;T;[o;;[I" ditto.;To;;I"lib/rss/parser.rb;T;[o;;[I" ditto.;To;;I"lib/rss/1.0.rb;T;[o;;[I" ditto.;To;;I"lib/rss/2.0.rb;T;[o;;[I" ditto.;To;;I"lib/rss/0.9.rb;T;[o;;[I" ditto.;To;;I"lib/rss/content.rb;T;[o;;[I" ditto.;TS; ; i; I"?Thu Mar 31 11:00:36 2005 Kouhei Sutou ;T@ o; ;;;[o;;I"lib/rss/parser.rb (RSS;T;[o;;[I"":BaseListener.install_setter);To;;I"%(RSS::BaseListener.register_uri);T;[o;;[I"changed fallback way.;TS; ; i; I"EThu Mar 31 08:25:40 2005 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"common.mk (RUBYOPT);T;[o;;[I"2clear for the environment RubyGems installed.;To;;I"common.mk (clean-local);T;[o;;[I"'keep $(PREP) files till distclean.;To;;I"common.mk (check);T;[o;;[I"do all tests.;TS; ; i; I"CThu Mar 31 06:00:20 2005 GOTOU Yuuzou ;T@ o; ;;;[o;;I"3ext/openssl/ossl_engine.c (ossl_engine_s_load);T;[o;;[I"~should not raise error even if the specified engine could not be loaded. (Dynamic engines don't have fixed name to load.);TS; ; i; I"2005-03-30;T@ S; ; i; I"HWed Mar 30 17:41:48 2005 Hidetoshi NAGAI ;T@ o; ;;;[ o;;I"ext/tk/tcltklib.c;T;[o;;[I"Nadd TclTkIp#_create_console() method to create a Tcl/Tk's console window.;To;;I"ext/tk/lib/multi-tk.rb;T;[o;;[I".support TclTkIp#_create_console() method.;To;;I"ext/tk/lib/remote-tk.rb;T;[o;;[I" ditto.;To;;I"ext/tk/lib/tk/console.rb;T;[o;;[I" ditto.;To;;I"ext/tk/lib/tk.rb;T;[o;;[I"update RELEASE_DATE;To;;I"#ext/tk/sample/demo-*/check2.rb;T;[o;;[I"%use 'return' in the Proc object.;To;;I"ext/tk/sample/tkextlib/**;T;[o;;[I" ditto.;TS; ; i; I"2005-03-29;T@ S; ; i; I"ITue Mar 29 22:20:49 2005 Masatoshi SEKI ;T@ o; ;;;[o;;I"test/rinda/test_rinda.rb;T;[o;;[I"?use DRbObject.new_with instead of reinit. [ruby-dev:25961];TS; ; i; I"ITue Mar 29 00:04:57 2005 Masatoshi SEKI ;T@ o; ;;;[o;;I"lib/drb/drb.rb;T;[o;;[I"move method DRbObject#reinit to DRbObject.new_with. extract method DRbObject.prepare_backtrace. add DRb.regist_server, remove_server, fetch_server. change server in thread variable if in-proc server. [druby-ja:113];To;;I"lib/drb/gw.rb;T;[o;;[I" ditto.;TS; ; i; I"2005-03-28;T@ S; ; i; I"EMon Mar 28 20:53:44 2005 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"$ext/extmk.rb (extract_makefile);T;[o;;[I"4nothing to be removed when no file was deleted.;To;;I"ext/extmk.rb (extmake);T;[o;;[I"restore srcdir.;TS; ; i; I"EMon Mar 28 08:39:49 2005 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"%ext/iconv/iconv.c (iconv_create);T;[o;;[I"@Iconv::Failure requires 3 arguments. (pointed out by NaHi);TS; ; i; I"2005-03-27;T@ S; ; i; I"ASun Mar 27 00:56:58 2005 Minero Aoki ;T@ o; ;;;[o;;I"#lib/fileutils.rb (remove_file);T;[o;;[I">ignore Errno::E* if force option is set. [ruby-dev:25944];TS; ; i; I"2005-03-26;T@ S; ; i; I"HSat Mar 26 22:51:33 2005 Hidetoshi NAGAI ;T@ o; ;;;[o;;I".ext/tk/lib/tk.rb (_callback_entry_class?);T;[o;;[I"Hadd for checking whether a class is available for a callback entry.;To;;I"$ext/tk/lib/tk.rb (after_cancel);T;[o;;[I")add Tk.after_cancel(afterID) method.;To;;I"%ext/tk/lib/tk.rb (array2tk_list);T;[o;;[I"Ichange from private module method of TkComm to public module method.;To;;I"ext/tk/lib/tk.rb (cget);T;[o;;[I"6add check that slot argument is not empty string.;To;;I""ext/tk/lib/tk.rb (configinfo);T;[o;;[I" ditto.;To;;I"+ext/tk/lib/tk/itemconfig.rb (itemcget);T;[o;;[I"6add check that slot argument is not empty string.;To;;I"1ext/tk/lib/tk/itemconfig.rb (itemconfiginfo);T;[o;;[I" ditto.;To;;I"ext/tk/lib/tk/entry.rb;T;[o;;[I"Kadd TkEntry#icursor and icursor= (alias of cursor and cursor= method).;To;;I"ext/tk/lib/tk/font.rb;T;[o;;[I"?improve font treatment when the font name is empty string.;To;;I"ext/tk/lib/tk/variable.rb;T;[o;;[I"0add :variable, :window and :procedure type.;To;;I"ext/tk/lib/tk/variable.rb;T;[o;;[I"0improve treatment of array-type tkvariable.;To;;I"ext/tk/lib/tkextlib/blt.rb;T;[o;;[I"add commands for zooming.;To;;I"ext/tk/lib/tkextlib/blt/*;T;[o;;[I" bug fix.;To;;I"/ext/tk/lib/tkextlib/treectrl/tktreectrl.rb;T;[o;;[I"Dbug fix and add methods to call TreeCtrl commands for bindings.;To;;I"!ext/tk/sample/tkextlib/blt/*;T;[o;;[I"new sample scripts.;To;;I"&ext/tk/sample/tkextlib/treectrl/*;T;[o;;[I" ditto.;TS; ; i; I"2005-03-25;T@ S; ; i; I"FFri Mar 25 10:53:16 2005 WATANABE Hirofumi ;T@ o; ;;;[o;;I"'configure.in (WIN32_LEAN_AND_MEAN);T;[o;;[I":removed because a lot of troubles. [ruby-list:40721];TS; ; i; I"2005-03-24;T@ S; ; i; I"EThu Mar 24 23:10:44 2005 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"!lib/mkmf.rb (macro_defined?);T;[o;;[I"etry to compile for an old compiler which doesn't bail out at #error directive. [ruby-dev:25818];To;;I"lib/mkmf.rb (check_sizeof);T;[o;;[I"refine logging messages.;TS; ; i; I"2005-03-23;T@ S; ; i; I"CWed Mar 23 19:08:10 2005 GOTOU Yuuzou ;T@ o; ;;;[o;;I";lib/webrick/utils.rb (WEBrick::Utils.create_listeners);T;[o;;[I"- should raise ArgumentError if no port is specified. - even if the specified port is 0, all TCPServers should be initialized with the port given to the first one.;To;;I">lib/webrick/server.rb (WEBrick::GenericServer#initialize);T;[o;;[I"`if :Port parameter is 0, it should be updated with the port number which ectually listened.;TS; ; i; I"AWed Mar 23 16:12:40 2005 Shugo Maeda ;T@ o; ;;;[o;;I"parse.y (primary);T;[o;;[I"%fix lineno of rescue and ensure.;TS; ; i; I"AWed Mar 23 00:39:05 2005 Shugo Maeda ;T@ o; ;;;[o;;I"0test/ruby/test_settracefunc.rb (test_event);T;[o;;[I"3added tests for "class" and "end" and "raise".;TS; ; i; I"2005-03-20;T@ S; ; i; I"ESun Mar 20 22:51:19 2005 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"lib/mkmf.rb (mkmf_failed);T;[o;;[I":check if Makefile is created without create_makefile.;TS; ; i; I"2005-03-19;T@ S; ; i; I"ESat Mar 19 23:48:10 2005 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"&misc/ruby-mode.el (ruby-expr-beg);T;[o;;[I"3returned true always. fixed: [ruby-list:40683];TS; ; i; I"HSat Mar 19 00:41:02 2005 Hidetoshi NAGAI ;T@ o; ;;;[o;;I"ext/tk/lib/tk/font.rb;T;[o;;[I"\add some TkFont class methods to get font information without creating a TkFont object.;To;;I"/ext/tk/lib/tkextlib/treectrl/tktreectrl.rb;T;[o;;[I"Cbug fix and define some classes for components of Tk::TreeCtrl;TS; ; i; I"2005-03-17;T@ S; ; i; I"GThu Mar 17 17:42:13 2005 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"struct.c (make_struct);T;[o;;[I"6allow non local-id field names. [ruby-core:04575];To;;I"struct.c (inspect_struct);T;[o;;[I" ditto.;TS; ; i; I"2005-03-16;T@ S; ; i; I"AWed Mar 16 23:39:13 2005 Shugo Maeda ;T@ o; ;;;[o;;I"#test/ruby/test_settracefunc.rb;T;[o;;[I"added test for c-return.;TS; ; i; I"AWed Mar 16 22:57:43 2005 Shugo Maeda ;T@ o; ;;;[o;;I"eval.c (rb_call0);T;[o;;[I"&call_cfunc() should be protected.;To;;I"eval.c (rb_add_event_hook);T;[o;;[I"use K&R style.;To;;I""eval.c (rb_remove_event_hook);T;[o;;[I" ditto.;TS; ; i; I"AWed Mar 16 22:03:15 2005 Shugo Maeda ;T@ o; ;;;[o;;I"eval.c (rb_add_event_hook);T;[o;;[I"@new function to add a hook function for interpreter events.;TS; ; i; I"GWed Mar 16 18:08:32 2005 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"eval.c (rb_call0);T;[o;;[I"$reorganize "return" event post.;To;;I"eval.c (return_jump);T;[o;;[I")no need to post "return" event here.;TS; ; i; I"2005-03-15;T@ S; ; i; I"ETue Mar 15 23:49:19 2005 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"#ext/iconv/iconv.c (Init_iconv);T;[o;;[I"8InvalidEncoding also should include Iconv::Failure.;TS; ; i; I"ETue Mar 15 23:12:36 2005 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"-eval.c (recursive_check, recursive_push);T;[o;;[I"4more restrictive check. fixed: [ruby-dev:25916];TS; ; i; I"HTue Mar 15 16:38:31 2005 Hidetoshi NAGAI ;T@ o; ;;;[o;;I"&ext/tk/tkutil/tkutil.c (ary2list);T;[o;;[I"&give wrong arguments to hash2kv();TS; ; i; I"2005-03-14;T@ S; ; i; I"HMon Mar 14 19:39:33 2005 Hidetoshi NAGAI ;T@ o; ;;;[o;;I"%ext/tk/lib/tk/timer.rb (TkTimer);T;[o;;[I"2forgot to clear @return_value when restarting;To;;I"%ext/tk/lib/tk/sample/cd_timer.rb;T;[o;;[I"new sample of TkRTTimer;TS; ; i; I"HMon Mar 14 12:21:03 2005 Hidetoshi NAGAI ;T@ o; ;;;[o;;I"'ext/tk/lib/tk/timer.rb (TkRTTimer);T;[o;;[I"fforgot to reset the callback time. So, 'continue' do all callbacks between 'stop' and 'continue'.;TS; ; i; I"GMon Mar 14 08:14:56 2005 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"object.c (str_to_id);T;[o;;[I"4raise ArgumentError for NUL containing strings.;TS; ; i; I"HMon Mar 14 00:13:49 2005 Hidetoshi NAGAI ;T@ o; ;;;[ o;;I"'ext/tk/lib/tk/timer.rb (TkRTTimer);T;[o;;[I"Gcorrect calculation of offset value. get a little better accuracy.;To;;I""ext/tk/sample/demos-en/widget;T;[o;;[I"Euse a binding with no local variables when eval a sample script.;To;;I"#ext/tk/sample/demos-en/bind.rb;T;[o;;[I" ditto.;To;;I""ext/tk/sample/demos-en/tcolor;T;[o;;[I" ditto.;To;;I""ext/tk/sample/demos-jp/widget;T;[o;;[I" ditto.;To;;I"#ext/tk/sample/demos-jp/bind.rb;T;[o;;[I" ditto.;To;;I""ext/tk/sample/demos-jp/tcolor;T;[o;;[I" ditto.;TS; ; i; I"2005-03-13;T@ S; ; i; I"ESun Mar 13 22:19:17 2005 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"eval.c (recursive_pop);T;[o;;[I"Draise TypeError instead of fatal error. fixed: [ruby-dev:25843];TS; ; i; I"ISun Mar 13 10:09:17 2005 Masatoshi SEKI ;T@ o; ;;;[o;;I"test/rinda/test_rinda.rb;T;[o;;[I"%remove test_gc. [ruby-dev:25871];TS; ; i; I"CSun Mar 13 02:32:54 2005 GOTOU Yuuzou ;T@ o; ;;;[o;;I"2ext/openssl/ossl_ssl.c (ossl_tmp_dh_callback);T;[o;;[I"9should get DH parameter from the current SSL object.;TS; ; i; I"CSun Mar 13 02:09:03 2005 GOTOU Yuuzou ;T@ o; ;;;[o;;I"0ext/openssl/ossl_pkey_dh.c (ossl_create_dh);T;[o;;[I"=fix typo. patch from IWATSUKI Hiroyuki. [ruby-dev:25867];To;;I"2ext/openssl/ossl_ssl.c (ossl_tmp_dh_callback);T;[o;;[I" ditto.;To;;I" (ossl_call_tmp_dh_callback);T;[o;;[I" ditto;TS; ; i; I"2005-03-11;T@ S; ; i; I"GFri Mar 11 03:24:59 2005 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"parse.y (primary);T;[o;;[I">wrong var node was set for NODE_LAMBDA. [ruby-core:04555];TS; ; i; I"2005-03-10;T@ S; ; i; I"HThu Mar 10 19:10:29 2005 Hidetoshi NAGAI ;T@ o; ;;;[ o;;I"-ext/tk/tcltklib.c (lib_eventloop_ensure);T;[o;;[I"Kmis-delete a timer handler when exit from a recursive called eventloop;To;;I"ext/tk/lib/tk/timer.rb;T;[o;;[I"Bnew TkRTTimer class, which can works for a realtime operation;To;;I"ext/tk/sample/tkrttimer.rb;T;[o;;[I"sample of TkRTTimer class;To;;I"ext/tk/lib/tk/textmark.rb;T;[o;;[I"Cmove TkTextMark#+ and TkTextMark#- to TkText::IndexModMethods;To;;I"ext/tk/lib/tk/text.rb;T;[o;;[I"Zimprove TkTextMark#+ and TkTextMark#-, and add them to TkText::IndexModMethods module;To;;I"ext/tk/sample/tktextio.rb;T;[o;;[I"4add test part of "seek by text index modifiers";TS; ; i; I"GThu Mar 10 08:10:11 2005 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"re.c (make_regexp);T;[o;;[I"Wneed to free internal regexp structure when compilation fails. [ruby-talk:133228];TS; ; i; I"GThu Mar 10 01:08:20 2005 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"parse.y (bv_decl);T;[o;;[I"Bremove initialize rule from block local variable declaration.;TS; ; i; I"2005-03-09;T@ S; ; i; I";Wed Mar 9 23:55:34 2005 Tanaka Akira ;T@ o; ;;;[o;;I"0lib/pp.rb (PP::PPMethods#guard_inspect_key);T;[o;;[I"1support __recursive_key__. [ruby-dev:25821];TS; ; i; I"CWed Mar 9 19:42:21 2005 GOTOU Yuuzou ;T@ o; ;;;[o;;I"ext/openssl/ossl_ssl.c;T;[o;;[I"OpenSSL::SSL::SSLContexts suports callbacks: - SSLContext#client_cert_cb is a Proc. it is called when a client certificate is requested by a server and no certificate was yet set for the SSLContext. it must return an Array which includes OpenSSL::X509::Certificate and OpenSSL::PKey::RSA/DSA objects. - SSLContext#tmp_dh_callback is called in key exchange with DH algorithm. it must return an OpenSSL::PKey::DH object.;To;;I"ext/openssl/ossl_ssl.c;T;[o;;[I";To;;I"(ossl_sslctx_set_ciphers);T;[o;;[I"%ignore the argument if it's nil.;To;;I"%(ossl_start_ssl, ossl_ssl_write);T;[o;;[I"8call rb_sys_fail if errno isn't 0. [ruby-dev:25831];To;;I"=ext/openssl/ossl_pkey.c (GetPrivPKeyPtr, ossl_pkey_sign);T;[o;;[I""should call rb_funcall first.;To;;I"(DupPrivPKeyPtr);T;[o;;[I"new function.;To;;I"ext/openssl/ossl_pkey_dh.c;T;[o;;[I"add default DH parameters.;To;;I"ext/openssl/ossl_pkey.h;T;[o;;[I" ditto.;To;;I"&ext/openssl/lib/openssl/cipher.rb;T;[o;;[I"fix typo. [ruby-dev:24285];TS; ; i; I"GWed Mar 9 18:09:51 2005 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"parse.y (gettable_gen);T;[o;;[I"Vwarns if VCALL name is used as out-of-scope block local variable. [EXPERIMENTAL];To;;I"parse.y (opt_bv_decl);T;[o;;[I"eadd explicit block local variable declaration. raises error for name conflicts. [EXPERIMENTAL];TS; ; i; I"HWed Mar 9 13:37:57 2005 Hidetoshi NAGAI ;T@ o; ;;;[o;;I"ext/tk/sample/tktextio.rb;T;[o;;[I"ifix bug of handling 'end' position. support initial text, overwrite setting and pos_gravity control.;TS; ; i; I"2005-03-08;T@ S; ; i; I"HTue Mar 8 18:16:55 2005 Hidetoshi NAGAI ;T@ o; ;;;[o;;I"ext/tk/sample/tktextio.rb;T;[o;;[I"New sample script. TkTextIO class in this sample supports to use a text widget as if it is a I/O stream (such like as StringIO class).;TS; ; i; I"BTue Mar 8 13:39:25 2005 NAKAMURA Usaku ;T@ o; ;;;[o;;I"ext/socket/mkconstants.rb;T;[o;;[I"4workaround for some of 4.4BSD-Lite derived OSs.;TS; ; i; I"GTue Mar 8 12:36:17 2005 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"ext/socket/socket.c;T;[o;;[I"ndocument from Sam Roberts for getsockopt and setsockopt is merged. [ruby-doc:824];TS; ; i; I"BTue Mar 8 10:48:53 2005 NAKAMURA Usaku ;T@ o; ;;;[o;;I"eval.c (rb_exec_recursive);T;[o;;[I"6declaration should precede statements before C99.;TS; ; i; I"GTue Mar 8 10:05:40 2005 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"error.c (errno_missing);T;[o;;[I"vErrno.const_missing to allow references to SyscallError exceptions not defined on the platform. [ruby-core:04522];To;;I"error.c (Init_syserr);T;[o;;[I".Errno::NOERROR(0) for fallback exception.;TS; ; i; I"BTue Mar 8 01:19:00 2005 NARUSE, Yui ;T@ o; ;;;[o;;I"ext/nkf/nkf-utf8/nkf.c;T;[o;;[I",follow nkf 1.66 fixed: [ruby-dev:25828];TS; ; i; I"2005-03-07;T@ S; ; i; I"CMon Mar 7 21:29:40 2005 GOTOU Yuuzou ;T@ o; ;;;[o;;I"9lib/webrick/server.rb (WEBrick::GenericServer#start);T;[o;;[I"ashould restore @token if accept failure. suggested by Dominique Brezinski. [ruby-core:04518];To;;I"sample/webrick/httpsd.rb;T;[o;;[I"9fix typo in comment. suggested by Kazuhiko Shiozaki.;TS; ; i; I"EMon Mar 7 21:01:37 2005 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"eval.c (rb_require_safe);T;[o;;[I"Uget actual path string under safe level when requested. fixed: [ruby-dev:25815];TS; ; i; I"BMon Mar 7 16:46:02 2005 NAKAMURA Usaku ;T@ o; ;;;[o;;I"Kext/openssl/ossl_ssl.c (ossl_start_ssl, ossl_ssl_read, ossl_ssl_write);T;[o;;[I")need to set errno on Win32 platform.;TS; ; i; I"GMon Mar 7 14:55:43 2005 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"eval.c (block_pass);T;[o;;[I"Qshould not push unique number if a block is not an orphan. [ruby-dev:25808];TS; ; i; I"CMon Mar 7 14:13:23 2005 GOTOU Yuuzou ;T@ o; ;;;[o;;I"@ext/openssl/lib/openssl/buffering.rb (Buffering#initialize);T;[o;;[I""should set @eof and @rbuffer.;TS; ; i; I"GMon Mar 7 10:28:00 2005 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"object.c (inspect_obj);T;[o;;[I"/unintended space removal. [ruby-dev:25810];To;;I"eval.c (rb_exec_recursive);T;[o;;[I"@should not use NODE in disclosed context. [ruby-dev:25812];To;;I"io.c (rb_f_open);T;[o;;[I"Fneed not to check if to_open value is a T_FILE. [ruby-dev:25812];TS; ; i; I"HMon Mar 7 01:21:01 2005 Hidetoshi NAGAI ;T@ o; ;;;[o;;I"ext/tk/tkutil/tkutil.c;T;[o;;[I"Tfollow the change of st.c (committed at Fri, 4 Mar 2005 15:47:47 +0900 by matz);TS; ; i; I"HMon Mar 7 00:01:55 2005 Hidetoshi NAGAI ;T@ o; ;;;[o;;I"ext/tk/tcltklib.c;T;[o;;[I"1fail to call TclTkLib.mainloop when $SAFE==4;TS; ; i; I"2005-03-06;T@ S; ; i; I"CSun Mar 6 13:04:10 2005 Dee Zsombor ;T@ o; ;;;[o;;I"misc/ruby-electric.el;T;[o;;[I" added.;To;;I"misc/Readme;T;[o;;[I" updated.;TS; ; i; I"CSun Mar 6 11:47:10 2005 Sam Roberts ;T@ o; ;;;[o;;I"lib/pp.rb;T;[o;;[I"rdoced. [ruby-core:4490];TS; ; i; I";Sun Mar 6 11:36:37 2005 Tanaka Akira ;T@ o; ;;;[o;;I"(lib/pp.rb (File::Stat#pretty_print);T;[o;;[I"aEtc.getpwuid and Etc.getgrgid may return nil. [ruby-talk:129826] reported by Daniel Berger.;TS; ; i; I"CSun Mar 6 06:34:31 2005 GOTOU Yuuzou ;T@ o; ;;;[o;;I",ext/openssl/ossl_ssl.c (ossl_start_ssl);T;[o;;[I"should wait for that the underlying IO become readable or writable if the error was SSL_ERROR_WANT_READ or SSL_ERROR_WANT_WRITE. [ruby-dev:25795];To;;I";ext/openssl/ossl_ssl.c (ossl_ssl_read, ossl_ssl_write);T;[o;;[I" ditto.;To;;I"Bext/openssl/lib/openssl/buffering.rb (Buffering#consume_rbuf);T;[o;;[I"-pointless eof flag resetting is deleted.;To;;I"(Buffering#read);T;[o;;[I"Ashould return an empty string if the specified size is zero.;To;;I"(Buffering#readpartial);T;[o;;[I"new method.;To;;I"(Buffering#readline);T;[o;;[I"fix typo.;To;;I"(Buffering#getc);T;[o;;[I"4return the first character of string correctly.;To;;I"(Buffering#readchar);T;[o;;[I"fix typo.;To;;I"(Buffering#eof?);T;[o;;[I"4should read again it the input buffer is empty.;To;;I"(Buffering#do_write);T;[o;;[I"!should rescue Errno::EAGAIN.;To;;I"(Buffering#puts);T;[o;;[I",use "\n" as the output field separator.;To;;I"ext/openssl/extconf.rb;T;[o;;[I"'get rid of GNUmakefile generation.;To;;I"text/openssl/test_pair.rb;T;[o;;[I"test for IO like methods.;To;;I"test/ruby/ut_eof.rb;T;[o;;[I"test about empty file.;TS; ; i; I"2005-03-05;T@ S; ; i; I"ISat Mar 5 17:48:31 2005 Hirokazu Yamamoto ;T@ o; ;;;[o;;I"dir.c (rb_glob);T;[o;;[I" fixed mismatch of argument.;To;;I"dir.c (fnmatch);T;[o;;[I"2removed unnecessary code. (by string.c 1.219);To;;I"!win32/win32.c (NtInitialize);T;[o;;[I" ditto. (by numeric.c 1.117);TS; ; i; I"BSat Mar 5 16:50:00 2005 NARUSE, Yui ;T@ o; ;;;[o;;I"ext/nkf/nkf-utf8/nkf.c;T;[o;;[I"follow nkf 1.65;TS; ; i; I"HSat Mar 5 16:29:26 2005 Hidetoshi NAGAI ;T@ o; ;;;[o;;I"ext/tk/lib/multi-tk.rb;T;[o;;[I""freeze callback-entry objects;To;;I" ext/tk/lib/tkextlib/tile.rb;T;[o;;[I"support tile-0.6;TS; ; i; I"ESat Mar 5 12:52:08 2005 Nobuyoshi Nakada ;T@ o; ;;;[o;;I""lib/mkmf.rb (create_makefile);T;[o;;[I"Ballow putting spaces between target and colon in depend file.;TS; ; i; I"BSat Mar 5 02:41:00 2005 NAKAMURA Usaku ;T@ o; ;;;[o;;I"file.c (eaccess);T;[o;;[I""workaround for VC++8 runtime.;To;;I"win32/win32.c (ioinfo);T;[o;;[I"VC++8 support.;TS; ; i; I"2005-03-04;T@ S; ; i; I"EFri Mar 4 19:39:55 2005 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"=lib/rdoc/parsers/parse_c.rb (RDoc::C_Parser#do_includes);T;[o;;[I"*replace also locally defined modules.;To;;I"ext/iconv/iconv.c;T;[o;;[I"rdocified.;To;;I"ext/strscan/strscan.c;T;[o;;[I"moved misplaced rdoc.;TS; ; i; I"BFri Mar 4 16:11:20 2005 NAKAMURA Usaku ;T@ o; ;;;[o;;I"eval.c (rb_exec_recursive);T;[o;;[I"*matched the declaration to prototype.;To;;I"ext/curses/curses.c;T;[o;;[I"Fdon't need to check HAVE_WCOLOR_SET excluding window_color_set().;To;;I"ext/tk/tcltklib.c;T;[o;;[I"fixed commit mistakes.;TS; ; i; I"HFri Mar 4 12:45:17 2005 Tilman Sauerbeck ;T@ o; ;;;[o;;I" lib/rdoc/parsers/parse_c.rb;T;[o;;[I";T@ o; ;;;[o;;I" lib/rdoc/parsers/parse_c.rb;T;[o;;[I"adds support for constants;To;;I"X(rb_define_const), accessors (rb_define_attr), and makes a couple fixes. [ruby-core;T;[o;;[I" 4307];TS; ; i; I"AFri Mar 4 12:45:17 2005 Florian Gross ;T@ o; ;;;[o;;I"!lib/rdoc/parsers/parse_rb.rb;T;[o;;[I"8Logic for def Builtin.method() end [ruby-core:4302];TS; ; i; I"GFri Mar 4 12:45:17 2005 Yukihiro Matsumoto ;T@ o; ;;;[o;;I" array.c;T;[o;;[I"Yreplace rb_protect_inspect() and rb_inspecting_p() by rb_exec_recursive() in eval.c.;To;;I"eval.c (rb_exec_recursive);T;[o;;[I"new function.;To;;I"array.c (rb_ary_join);T;[o;;[I"use rb_exec_recursive().;To;;I"*array.c (rb_ary_inspect, rb_ary_hash);T;[o;;[I" ditto.;To;;I"file.c (rb_file_join);T;[o;;[I" ditto.;To;;I"9hash.c (rb_hash_inspect, rb_hash_to_s, rb_hash_hash);T;[o;;[I" ditto.;To;;I"io.c (rb_io_puts);T;[o;;[I" ditto.;To;;I"object.c (rb_obj_inspect);T;[o;;[I" ditto;To;;I"!struct.c (rb_struct_inspect);T;[o;;[I" ditto.;TS; ; i; I"GFri Mar 4 10:15:30 2005 Yukihiro Matsumoto ;T@ o; ;;;[o;;I""lib/set.rb (SortedSet::setup);T;[o;;[I"2a hack to shut up warning. [ruby-talk:132866];TS; ; i; I"BFri Mar 4 09:37:12 2005 NAKAMURA Usaku ;T@ o; ;;;[o;;I"Acommon.mk (install-nodoc, pre-install-doc, post-install-doc);T;[o;;[I"fix some omissions.;TS; ; i; I"GFri Mar 4 08:09:12 2005 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"!lib/time.rb (Time::strptime);T;[o;;[I"7add new function. inspired by [ruby-talk:132815].;To;;I"+lib/parsedate.rb (ParseDate::strptime);T;[o;;[I" ditto.;TS; ; i; I"BFri Mar 4 07:07:00 2005 NARUSE, Yui ;T@ o; ;;;[o;;I"ext/nkf/nkf-utf8/nkf.c;T;[o;;[I"follow nkf 1.63;TS; ; i; I"2005-03-03;T@ S; ; i; I"BThu Mar 3 23:24:00 2005 NARUSE, Yui ;T@ o; ;;;[o;;I"ext/nkf/nkf-utf8/nkf.c;T;[o;;[I"follow nkf 1.62;TS; ; i; I"EThu Mar 3 18:47:18 2005 Nobuyoshi Nakada ;T@ o; ;;;[ o;;I"0{bcc32,win32,wince}/Makefile.sub (config.h);T;[o;;[I"3check if affected when makefiles are modified.;To;;I"5{bcc32,win32,wince}/Makefile.sub (config.status);T;[o;;[I"add variables for tests.;To;;I"win32/ifchange.bat;T;[o;;[I"+try to update a file only if modified.;To;;I"win32/resource.rb;T;[o;;[I"more descriptions.;To;;I"common.mk;T;[o;;[I"$add {pre,post}-install targets.;To;;I"instruby.rb (install?);T;[o;;[I"install particular part.;To;;I"*bcc32/Makefile.sub (post-install-ext);T;[o;;[I"7remove debug information files after installation.;To;;I"Fext/tk/tcltklib.c (ip_rbUpdateCommand, ip_rb_threadUpdateCommand);T;[o;;[I"3get rid of warnings with Tcl/Tk 8.3 or former.;TS; ; i; I"?Thu Mar 3 11:49:51 2005 Kouhei Sutou ;T@ o; ;;;[o;;I"+sample/rss/tdiary_plugin/rss-recent.rb;T;[o;;[I"added site information.;TS; ; i; I"2005-03-02;T@ S; ; i; I"EWed Mar 2 19:53:44 2005 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"ext/extmk.rb (parse_args);T;[o;;[I"%return false if nothing matched.;TS; ; i; I"HWed Mar 2 17:15:08 2005 Hidetoshi NAGAI ;T@ o; ;;;[o;;I"+ext/tk/tcltklib.c (lib_eventloop_core);T;[o;;[I" fix typo;TS; ; i; I"HWed Mar 2 16:59:50 2005 Hidetoshi NAGAI ;T@ o; ;;;[o;;I"%eval.c (ruby_native_thread_kill);T;[o;;[I"Acall pthread_kill() to send a signal to ruby's native thread;To;;I" ruby.h;T;[o;;[I"0add definition of ruby_native_thread_kill();To;;I"&signal.c (sigsend_to_ruby_thread);T;[o;;[I"~send the signal to ruby's native thread ([ruby-dev:25744], [ruby-dev:25754]), and set signal mask to the current native thread;TS; ; i; I"HWed Mar 2 16:03:08 2005 Hidetoshi NAGAI ;T@ o; ;;;[o;;I"ext/tk/tcltklib.c;T;[o;;[I"Genforce thread-check and exception-handling to avoid SEGV trouble.;To;;I"ext/tk/tkutil/tkutil.c;T;[o;;[I"Hfix a bug on converting a SJIS string array to a Tcl's list string.;To;;I"ext/tk/tcltklib.c;T;[o;;[I"Mwrap Tcl's original "namespace" command to protect from namespace crash.;To;;I"ext/tk/lib/multi-tk.rb;T;[o;;[I" enforce exception-handling.;To;;I"ext/tk/lib/multi-tk.rb;T;[o;;[I"#catch IRB_EXIT to work on irb.;To;;I"ext/tk/lib/tk.rb;T;[o;;[I" ditto.;To;;I"ext/tk/tcltklib.c;T;[o;;[I""add TclTkLib.mainloop_thread?;To;;I"ext/tk/lib/multi-tk.rb;T;[o;;[I"((bug fix) callback returns a value.;To;;I"%ext/tk/lib/tk/canvas.rb (delete);T;[o;;[I"%bug fix when multiple arguments.;To;;I"ext/tk/lib/clock.rb;T;[o;;[I"fix 'no method error'.;To;;I"&ext/tk/lib/clock.rb (self.clicks);T;[o;;[I"accept a Symbol argument.;To;;I"ext/tk/lib/variable.rb;T;[o;;[I"be able to set default_value_type; :numeric, :bool, :string, :symbol, :list, :numlist or nil (default; same to :string). If set a type, TkVariable#value returns a value of the type.;To;;I"%ext/tk/lib/tkextlib/tclx/tclx.rb;T;[o;;[I"Uadd Tk::TclX.signal to warn the risk of using TclX extension's 'signal' command.;To;;I"ext/tk/sample/irbtk.rb;T;[o;;[I"irb with Ruby/Tk.;To;;I"&ext/tk/sample/demos-*/anilabel.rb;T;[o;;[I"bug fix on 'show code';To;;I"%ext/tk/sample/demos-*/aniwave.rb;T;[o;;[I" new Ruby/Tk animation demo.;To;;I"&ext/tk/sample/demos-*/pendulum.rb;T;[o;;[I" ditto.;To;;I"&ext/tk/sample/demos-*/goldberg.rb;T;[o;;[I" ditto.;To;;I"!ext/tk/sample/demos-*/widget;T;[o;;[I"$add entries of animation demos.;TS; ; i; I"EWed Mar 2 12:21:18 2005 Nobuyoshi Nakada ;T@ o; ;;;[ o;;I"eval.c (rb_eval);T;[o;;[I"=[EXPERIMENTAL] NODE_LAMBDA implemented. [ruby-dev:25780];To;;I"node.h (NODE_LAMBDA);T;[o;;[I"for literal Proc object.;To;;I"parse.y (expr);T;[o;;[I"2interpret mere do...end block as proc object.;To;;I"parse.y (primary);T;[o;;[I"ditto, for brace block.;TS; ; i; I"2005-03-01;T@ S; ; i; I"@Tue Mar 1 21:16:54 2005 K.Kosako ;T@ o; ;;;[o;;I"#regcomp.c (optimize_node_left);T;[o;;[I"uninitialized member;To;;I"2(OptEnv.backrefed_status) was used. [ruby-dev;T;[o;;[I" 25778];TS; ; i; I"GTue Mar 1 16:50:37 2005 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"regparse.c;T;[o;;[I"Pmove st_*_strend() functions from st.c. fixed some potential memory leaks.;TS; ; i; I"ITue Mar 1 00:40:35 2005 Masatoshi SEKI ;T@ o; ;;;[o;;I"0lib/rinda/tuplespace.rb (Rinda::TupleSpace);T;[o;;[I"improved keeper thread.;To;;I"test/rinda/test_rinda.rb;T;[o;;[I" ditto.;TS; ; i; I"2005-02-28;T@ S; ; i; I"IMon Feb 28 23:10:13 2005 Hirokazu Yamamoto ;T@ o; ;;;[o;;I"&ext/socket/socket.c (Init_socket);T;[o;;[I"RIPv6 is not supported although AF_INET6 is defined on bcc32. (rev1.108 again);To;;I"ext/socket/mkconstants.rb;T;[o;;[I" ditto.;TS; ; i; I"@Mon Feb 28 21:55:49 2005 K.Kosako ;T@ o; ;;;[o;;I"/ext/strscan/strscan.c (strscan_s_allocate);T;[o;;[I"use onig_region_init().;To;;I"8ext/strscan/strscan.c (adjust_registers_to_matched);T;[o;;[I"use onig_region_set().;TS; ; i; I"IMon Feb 28 15:12:06 2005 Hirokazu Yamamoto ;T@ o; ;;;[o;;I"&ext/socket/socket.c (Init_socket);T;[o;;[I"iported more Socket::Constants from ruby_1_8, and made it easy to add new constants. [ruby-dev:25771];To;;I"ext/socket/depend;T;[o;;[I" ditto.;To;;I"ext/socket/mkconstants.rb;T;[o;;[I"ditto. (added);TS; ; i; I"?Mon Feb 28 11:42:23 2005 Ian Macdonald ;T@ o; ;;;[o;;I"2exception error messages updated. [ruby-core;T;[o;;[I" 04497];TS; ; i; I"GMon Feb 28 09:03:09 2005 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"&ext/socket/socket.c (Init_socket);T;[o;;[I"fadd bunch of Socket constants. Patch from Sam Roberts . [ruby-core:04409];TS; ; i; I"2005-02-27;T@ S; ; i; I"ASun Feb 27 05:55:38 2005 Minero Aoki ;T@ o; ;;;[o;;I"parse.y [ripper];T;[o;;[I" fix typo. [ruby-core:04494];TS; ; i; I"2005-02-26;T@ S; ; i; I"@Sat Feb 26 16:58:20 2005 K.Kosako ;T@ o; ;;;[o;;I"9parse.y, re.c, regex.h, LEGAL, ext/strscan/strscan.c;T;[o;;[I"&remove oniggnu.h (GNU regex API).;TS; ; i; I"2005-02-23;T@ S; ; i; I"EWed Feb 23 22:08:16 2005 Kazuo Saito ;T@ o; ;;;[o;;I"st.c, st.h;T;[o;;[I"9imported additional file changes on Oniguruma 3.7.0.;TS; ; i; I"EWed Feb 23 21:45:29 2005 Kazuo Saito ;T@ o; ;;;[o;;I"ascii.c, euc_jp.c, oniggnu.h, oniguruma.h, regcomp.c, regenc.c, regenc.h, regerror.c, regexec.c, regint.h, regparse.c, regparse.h, sjis.c, utf8.c;T;[o;;[I"imported Oni Guruma 3.7.0.;TS; ; i; I"BWed Feb 23 15:04:32 2005 akira yamada ;T@ o; ;;;[o;;I"(lib/uri/generic.rb (split_userinfo);T;[o;;[I"?should split ":pass" into "" and "pass". [ruby-dev:25667];TS; ; i; I"GWed Feb 23 08:00:18 2005 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"array.c (rb_ary_s_create);T;[o;;[I"7no need for negative argc check. [ruby-core:04463];To;;I"array.c (rb_ary_unshift_m);T;[o;;[I" ditto.;TS; ; i; I"AWed Feb 23 01:53:29 2005 Shugo Maeda ;T@ o; ;;;[o;;I"!lib/net/imap.rb (initialize);T;[o;;[I"4handle certs correctly. Thanks, NABEYA Kenichi.;TS; ; i; I"?Wed Feb 23 00:37:34 2005 Kouhei Sutou ;T@ o; ;;;[o;;I"lib/mkmf.rb (mkmf_failed);T;[o;;[I"fixed typo.;TS; ; i; I"2005-02-22;T@ S; ; i; I"ETue Feb 22 23:52:45 2005 Nobuyoshi Nakada ;T@ o; ;;;[ o;;I"configure.in, lib/mkmf.rb;T;[o;;[I"&use simple commands if available.;To;;I"mkconfig.rb;T;[o;;[I"9remove autoconf internal variables from rbconfig.rb.;To;;I""lib/mkmf.rb (create_makefile);T;[o;;[I".substitute implicit rules in depend file.;To;;I"A{bcc32,win32,wince}/Makefile.sub (COMPILE_RULES, RULE_SUBST);T;[o;;[I"4include $(topdir) and $(hdrdir) to search path.;TS; ; i; I"ETue Feb 22 23:51:45 2005 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"ext/syck/rubyext.c;T;[o;;[I"/get rid of warnings caused by a bug of VC.;TS; ; i; I"ETue Feb 22 23:50:26 2005 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"5signal.c (ruby_signal, ruby_nativethread_signal);T;[o;;[I"7must be valid as expressions, not only statements.;TS; ; i; I"GTue Feb 22 12:54:13 2005 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"eval.c (rb_thread_start_0);T;[o;;[I"Dupdate curr_thread before raising TAG_THREAD. [ruby-dev:25712];TS; ; i; I"ETue Feb 22 07:24:57 2005 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"parse.y (parser_yylex);T;[o;;[I"1identifier after dot must not be a variable.;TS; ; i; I"2005-02-21;T@ S; ; i; I"HMon Feb 21 18:31:12 2005 Hidetoshi NAGAI ;T@ o; ;;;[o;;I" signal.c;T;[o;;[I"WStandard signal handlers ignore signals on non-Ruby native threads. When a handler is entried with ruby_signal() (like as the standard signal handlers), the handler for the signal is marked as it cannot accept non-Ruby native threads. If a handler can treat all signals on all native threads, please use ruby_nativethread_signal() to entry it.;TS; ; i; I"2005-02-20;T@ S; ; i; I";Sun Feb 20 00:48:48 2005 Tanaka Akira ;T@ o; ;;;[o;;I"+lib/open-uri.rb (URI::FTP#buffer_open);T;[o;;[I"naccess mechanism re-implemented according to RFC 1738. reported by Guillaume Marcais. [ruby-talk:131650];TS; ; i; I"2005-02-19;T@ S; ; i; I"ISat Feb 19 18:46:56 2005 Masatoshi SEKI ;T@ o; ;;;[o;;I"+lib/drb/drb.rb (DRbObject#respond_to?);T;[o;;[I")take two arguments. [ruby-dev:25722];To;;I"test/drb/drbtest.rb;T;[o;;[I" ditto.;TS; ; i; I";Sat Feb 19 13:52:02 2005 Tanaka Akira ;T@ o; ;;;[o;;I"lib/open-uri.rb;T;[o;;[I"Qcall OpenSSL::SSL::SSLSocket#post_connection_check after connection is made.;TS; ; i; I"ESat Feb 19 13:31:28 2005 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"$ext/extmk.rb (extract_makefile);T;[o;;[I"/remove no longer existing installed files.;To;;I"lib/mkmf.rb (install_dirs);T;[o;;[I"(return installation directory list.;To;;I""lib/mkmf.rb (create_makefile);T;[o;;[I"$reverted wrongly removed lines.;TS; ; i; I"ISat Feb 19 01:28:56 2005 Hirokazu Yamamoto ;T@ o; ;;;[ o;;I",ext/bigdecimal/lib/bigdecimal/newton.rb;T;[o;;[I")resolved LoadError. [ruby-dev:25685];To;;I"$ext/bigdecimal/sample/linear.rb;T;[o;;[I" ditto.;To;;I"%ext/bigdecimal/sample/nlsolve.rb;T;[o;;[I" ditto.;To;;I"-ext/bigdecimal/lib/bigdecimal/nlsolve.rb;T;[o;;[I"^removed because this file is sample script and same file exists in ext/bigdecimal/sample.;TS; ; i; I"2005-02-18;T@ S; ; i; I"GFri Feb 18 17:14:00 2005 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"2lib/xmlrpc/parser.rb (XMLRPC::FaultException);T;[o;;[I"Umake it subclass of StandardError class, not Exception class. [ruby-core:04429];TS; ; i; I"GFri Feb 18 04:06:41 2005 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"parse.y (fcall_gen);T;[o;;[I"_lvar(arg) will be evaluated as lvar.call(arg) when lvar is a defined local variable. [new];TS; ; i; I"2005-02-17;T@ S; ; i; I"@Thu Feb 17 22:15:34 2005 K.Kosako ;T@ o; ;;;[o;;I"ext/strscan/strscan.c;T;[o;;[I""calls Oniguruma API directly.;TS; ; i; I"@Thu Feb 17 21:53:12 2005 K.Kosako ;T@ o; ;;;[o;;I"common.mk, LEGAL;T;[o;;[I"remove reggnu.c.;TS; ; i; I"EThu Feb 17 21:53:12 2005 Kazuo Saito ;T@ o; ;;;[o;;I"gc.c, re.c;T;[o;;[I"Jnow ruby calls Oniguruma API directly, bypassing GNU compatible APIs.;TS; ; i; I"IThu Feb 17 20:09:23 2005 Hirokazu Yamamoto ;T@ o; ;;;[o;;I"2lib/drb/drb.rb (DRbServer.default_safe_level);T;[o;;[I"fix typo.;TS; ; i; I"EThu Feb 17 20:09:23 2005 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"test/digest/test_digest.rb;T;[o;;[I"=separate test case for each algorithms. [ruby-dev:25412];TS; ; i; I"GThu Feb 17 14:31:52 2005 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"#object.c (rb_class_initialize);T;[o;;[I"=call inherited method before calling initializing block.;To;;I"eval.c (rb_thread_start_1);T;[o;;[I";initialize newly pushed frame. fixed: [ruby-dev:25707];TS; ; i; I"JThu Feb 17 13:46:00 2005 Nathaniel Talbott ;T@ o; ;;;[ o;;I".lib/test/unit/collector.rb (collect_file);T;[o;;[I"Lnow deletes paths added to $LOAD_PATH instead of restoring it verbatim.;To;;I"1lib/test/unit/autorunner.rb (AutoRunner.run);T;[o;;[I"fixed so that 'ruby -rtest/unit -rtest1 -rtest2 -e0' will use the objectspace collector again. Also tried to simplify the calling convention.;To;;I"test/runner.rb;T;[o;;[I"+adjusted for new AutoRunner semantics.;To;;I"lib/test/unit.rb;T;[o;;[I" ditto.;TS; ; i; I"GThu Feb 17 04:21:47 2005 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"!lib/open3.rb (Open3::popen3);T;[o;;[I"<$? should not be EXIT_FAILURE. fixed: [ruby-core:04444];TS; ; i; I"IThu Feb 17 00:31:21 2005 Masatoshi SEKI ;T@ o; ;;;[o;;I"&test/drb/test_drb.rb, ut_safe1.rb;T;[o;;[I"port from 1.8;TS; ; i; I"GThu Feb 17 00:02:27 2005 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"eval.c (is_defined);T;[o;;[I"!NODE_IASGN is an assignment.;TS; ; i; I"2005-02-16;T@ S; ; i; I"EWed Feb 16 23:54:14 2005 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"eval.c (rb_thread_start_1);T;[o;;[I"Mouter block variables wasn't linked to threads. fixed: [ruby-dev:25700];TS; ; i; I"CWed Feb 16 15:11:43 2005 GOTOU Yuuzou ;T@ o; ;;;[o;;I"Bext/openssl/lib/openssl/ssl.rb (OpenSSL::Nonblock#initialize);T;[o;;[I"0native win32 platform doesn't have F_GETFL.;TS; ; i; I"CWed Feb 16 02:47:45 2005 GOTOU Yuuzou ;T@ o; ;;;[ o;;I";ext/openssl/ossl_ssl.c (ossl_ssl_read, ossl_ssl_write);T;[o;;[I"Wshould call rb_sys_fail instead of raising SSLError if SSL_ERROR_SYSCALL occurred.;To;;I"@ext/openssl/lib/openssl/buffering.rb (Buffering#fill_rbuff);T;[o;;[I"!should rescue Errno::EAGAIN.;To;;I":ext/openssl/lib/openssl/buffering.rb (Buffering#each);T;[o;;[I".fix typo. suggested by Brian Ollenberger.;To;;I"#ext/openssl/lib/openssl/ssl.rb;T;[o;;[I"0set non-blocking flag to the underlying IO.;TS; ; i; I"2005-02-15;T@ S; ; i; I"ATue Feb 15 22:14:34 2005 sheepman ;T@ o; ;;;[o;;I"0ext/readline/readline.c (Readline.readline);T;[o;;[I"8use rl_outstream and rl_instream. [ruby-dev:25699];TS; ; i; I"2005-02-14;T@ S; ; i; I"?Mon Feb 14 23:58:17 2005 Kouhei Sutou ;T@ o; ;;;[o;;I"4lib/rss/parser.rb (RSS::ListenerMixin::tag_end);T;[o;;[I"*fixed invalid namespace handling bug.;TS; ; i; I"CMon Feb 14 13:12:38 2005 GOTOU Yuuzou ;T@ o; ;;;[o;;I"Sext/openssl/lib/openssl/ssl.rb (OpenSSL::SSL::SSLSocket#post_connection_check);T;[o;;[I"new method.;TS; ; i; I"IMon Feb 14 00:10:17 2005 Masatoshi SEKI ;T@ o; ;;;[o;;I"lib/drb/drb.rb (DRbServer);T;[o;;[I"Madd default_safe_level, safe_level, config[:safe_level] ([druby-ja:120]);To;;I"2test/drb/test_drb.rb, ut_eval.rb, ut_safe1.rb;T;[o;;[I" ditto.;TS; ; i; I"2005-02-13;T@ S; ; i; I"?Sun Feb 13 23:13:46 2005 Kouhei Sutou ;T@ o; ;;;[ o;;I":lib/rss/dublincore.rb (RSS::DublicCoreModel#date{,=});T;[o;;[I"added convenient methods.;To;;I"0lib/rss/0.9.rb (RSS::Rss::Channel#date{,=});T;[o;;[I" ditto.;To;;I"6lib/rss/2.0.rb (RSS::Rss::Channel::Item#date{,=});T;[o;;[I" ditto.;To;;I"test/rss/;T;[o;;[I",added tests for the convenient methods.;TS; ; i; I"ESun Feb 13 23:12:47 2005 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"eval.c (rb_thread_start_0);T;[o;;[I"'restore prot_tag before rewinding.;TS; ; i; I"CSun Feb 13 16:56:52 2005 GOTOU Yuuzou ;T@ o; ;;;[o;;I",lib/webrick/cgi.rb (WEBrick::CGI.start);T;[o;;[I"Ushould set reason-phrase to the value of status header field. ([ruby-dev:40617]);TS; ; i; I"ESun Feb 13 11:38:40 2005 Kazuo Saito ;T@ o; ;;;[o;;I""regparse.c (type_cclass_hash);T;[o;;[I"5(Thanks Nobu) fixed overrun. ([ruby-dev:25676]).;TS; ; i; I"ESun Feb 13 10:53:08 2005 Kazuo Saito ;T@ o; ;;;[o;;I",oniggnu.h, oniguruma.h, regcomp.c, st.c;T;[o;;[I"imported Oni Guruma 3.6.0.;TS; ; i; I"ISun Feb 13 01:33:19 2005 Masatoshi SEKI ;T@ o; ;;;[o;;I" lib/erb.rb (ERB::Util.h, u);T;[o;;[I"make it module_function.;TS; ; i; I"2005-02-12;T@ S; ; i; I"ESat Feb 12 22:17:11 2005 Nobuyoshi Nakada ;T@ o; ;;;[ o;;I"eval.c (TAG_THREAD);T;[o;;[I"to start a new thread.;To;;I"ceval.c (ruby_init, ruby_options, ruby_cleanup, rb_protect, rb_load_protect, rb_thread_start_0);T;[o;;[I"make thread anchor.;To;;I"eval.c (proc_alloc);T;[o;;[I"Kclone proc object if klass is not Proc or created in different thread.;To;;I"eval.c (rb_block_pass);T;[o;;[I")call a function with a block. [new];To;;I"eval.c (rb_f_throw);T;[o;;[I"$raise NameError in main thread.;TS; ; i; I";Sat Feb 12 17:29:19 2005 Tanaka Akira ;T@ o; ;;;[o;;I"(lib/open-uri.rb (OpenURI.open_loop);T;[o;;[I"=send authentication only for the URI directly specified.;TS; ; i; I"ESat Feb 12 15:07:23 2005 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"random.c (rand_init);T;[o;;[I"suppress warning.;TS; ; i; I";Sat Feb 12 14:10:24 2005 Tanaka Akira ;T@ o; ;;;[o;;I"(lib/open-uri.rb (OpenURI.open_http);T;[o;;[I" reject userinfo explicitly.;TS; ; i; I";Sat Feb 12 13:54:03 2005 Tanaka Akira ;T@ o; ;;;[o;;I"lib/open-uri.rb;T;[o;;[I";T@ o; ;;;[o;;I"ext/etc/etc.c (Init_etc);T;[o;;[I":sGroup needs HAVE_ST_GR_PASSWD check [ruby-dev:25675];TS; ; i; I"2005-02-11;T@ S; ; i; I"CFri Feb 11 17:37:50 2005 GOTOU Yuuzou ;T@ o; ;;;[o;;I"Dext/openssl/ossl_x509store.c (ossl_x509store_set_default_paths);T;[o;;[I"7new method OpenSSL::X509::Store#set_default_paths.;TS; ; i; I";Fri Feb 11 11:33:53 2005 Tanaka Akira ;T@ o; ;;;[o;;I"+lib/open-uri.rb (URI::HTTP#proxy_open);T;[o;;[I"cnew option supported: :http_basic_authentication. suggested by Kent Sibilev. [ruby-core:4392];TS; ; i; I"GFri Feb 11 06:30:07 2005 George Ogata ;T@ o; ;;;[o;;I"misc/ruby-mode.el;T;[o;;[I"9ignore parenthesis inside heredoc. [ruby-core:04415];TS; ; i; I"HFri Feb 11 04:54:13 2005 Tilman Sauerbeck ;T@ o; ;;;[o;;I"*lib/rdoc/generators/html_generator.rb;T;[o;;[I"[ruby-core:04412];To;;I"(lib/rdoc/generators/ri_generator.rb;T;[o;;[I" ditto.;TS; ; i; I"2005-02-10;T@ S; ; i; I"BThu Feb 10 13:52:42 2005 NAKAMURA Usaku ;T@ o; ;;;[ o;;I";T@ o; ;;;[o;;I"$ext/extmk.rb (extract_makefile);T;[o;;[I"0default to true if not compiled previously.;To;;I"ext/extmk.rb (extmake);T;[o;;[I"-create dummy makefile if extconf failed.;TS; ; i; I"EThu Feb 10 12:07:10 2005 Nobuyoshi Nakada ;T@ o; ;;;[ o;;I"#win32/win32.c (init_stdhandle);T;[o;;[I""assign standard file handles.;To;;I"%bcc32/Makefile.sub (COMMON_LIBS);T;[o;;[I",add libraries included in import32.lib.;To;;I""lib/mkmf.rb (create_makefile);T;[o;;[I"restrict prefixing with srcdir to rule lines, add search path to implicit rules, and set Borland make special macros for search path.;To;;I"(win32/win32.c, win32/win32.h (read);T;[o;;[I"avoid a BCC runtime bug.;TS; ; i; I"GThu Feb 10 00:47:25 2005 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"struct.c (make_struct);T;[o;;[I"fixed: [ruby-core:04402];TS; ; i; I"2005-02-09;T@ S; ; i; I"BWed Feb 9 16:33:05 2005 NAKAMURA Usaku ;T@ o; ;;;[o;;I"+ext/socket/socket.c (wait_connectable);T;[o;;[I"fixed wrong condition.;TS; ; i; I"GWed Feb 9 14:42:28 2005 URABE Shyouhei ;T@ o; ;;;[o;;I"eval.c (scope_dup);T;[o;;[I"&add volatile not to optimize tbl.;TS; ; i; I"BWed Feb 9 10:02:02 2005 NAKAMURA Usaku ;T@ o; ;;;[o;;I"1ext/tk/make-tkutil, ext/tk/tkutil/subconf.rb;T;[o;;[I"no longer used.;To;;I"ext/tk/tkutil/extconf.rb;T;[o;;[I"-need to compile tkutil. [ruby-dev:25607];TS; ; i; I"@Wed Feb 9 08:07:08 2005 Paul Duncan ;T@ o; ;;;[o;;I"+ext/curses/curses.c (window_color_set);T;[o;;[I"[ruby-core:04393];TS; ; i; I"2005-02-08;T@ S; ; i; I"ITue Feb 8 23:48:36 2005 Masatoshi SEKI ;T@ o; ;;;[o;;I"lib/drb/drb.rb;T;[o;;[I"Dreject :instance_eval, :class_eval, :module_eval [druby-ja:117];TS; ; i; I"ETue Feb 8 22:38:28 2005 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"keywords, parse.y;T;[o;;[I"Sseparate EXPR_VALUE from EXPR_BEG. fixed: [ruby-core:04310], [ruby-core:04368];TS; ; i; I"CTue Feb 8 13:06:12 2005 Sam Roberts ;T@ o; ;;;[o;;I"&ext/socket/socket.c (Init_socket);T;[o;;[I"+SO_REUSEPORT added. [ruby-talk:130092];TS; ; i; I";Tue Feb 8 00:19:02 2005 Tanaka Akira ;T@ o; ;;;[o;;I"4lib/resolv.rb (Resolv::DNS::Name#subdomain_of?);T;[o;;[I"new method.;To;;I" (Resolv::DNS::Name#inspect);T;[o;;[I"9ditto. Suggested by Sam Roberts. [ruby-talk:129086];TS; ; i; I"2005-02-07;T@ S; ; i; I";Mon Feb 7 23:14:11 2005 Tanaka Akira ;T@ o; ;;;[o;;I"io.c (io_getc);T;[o;;[I"[flush rb_stdout before read from stdin, which is connected to a tty. [ruby-core:4378];To;;I"rubyio.h (FMODE_TTY);T;[o;;[I" renamed from FMODE_LINEBUF.;TS; ; i; I"GMon Feb 7 10:06:30 2005 Yukihiro Matsumoto ;T@ o; ;;;[o;;I" object.c;T;[o;;[I"[ruby-doc:818];TS; ; i; I"BMon Feb 7 02:13:05 2005 NAKAMURA Usaku ;T@ o; ;;;[o;;I"-ext/socket/extconf.rb (sockaddr_storage);T;[o;;[I"winsock2.h have the definition of struct sockaddr_storage, but socket.c doesn't include it because this version of ruby still has binary level compatibility with winsock1.;TS; ; i; I"EMon Feb 7 01:22:50 2005 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"$ext/extmk.rb (extract_makefile);T;[o;;[I"Fextract previously collected informations from existing Makefile.;To;;I"ext/socket/extconf.rb;T;[o;;[I"ocheck if getaddrinfo() works fine only when wide-getaddrinfo option is not given. fixed: [ruby-dev:25422];To;;I"ext/tk/extconf.rb;T;[o;;[I"#separate tkutil configuration.;To;;I"lib/mkmf.rb ($extmk);T;[o;;[I""check if under ext directory.;To;;I"#lib/mkmf.rb (Logging.postpone);T;[o;;[I"allow recursive operation.;To;;I"lib/mkmf.rb (try_constant);T;[o;;[I"Kmake sure if really a constant, reduce the number of times of compile.;To;;I"3lib/mkmf.rb (have_macro, have_var, byte_order);T;[o;;[I"new functions.;To;;I"lib/mkmf.rb (find_library);T;[o;;[I"*allow directory list with separators.;To;;I"lib/mkmf.rb (arg_config);T;[o;;[I"+manage provided configuration options.;To;;I"lib/mkmf.rb (dir_config);T;[o;;[I"8accept arrays of directory names as default values.;To;;I";lib/mkmf.rb (with_cppflags, with_cflags, with_ldflags);T;[o;;[I"4keep flags modified if the block returned true.;TS; ; i; I"2005-02-06;T@ S; ; i; I"BSun Feb 6 19:20:05 2005 NAKAMURA Usaku ;T@ o; ;;;[o;;I"eval.c (stack_extend);T;[o;;[I"iadd prototype because VC++8 doesn't accept __declspec(noinline) with K&R style function definitions.;TS; ; i; I"ASun Feb 6 13:56:19 2005 Tadayoshi Funaba ;T@ o; ;;;[o;;I" lib/date.rb (new_with_hash);T;[o;;[I"#changed messages of exception.;To;;I"%lib/date/format.rb (str[fp]time);T;[o;;[I"Fundocumented conversion specifications %[1-3] are now deprecated.;TS; ; i; I";Sun Feb 6 11:27:37 2005 Tanaka Akira ;T@ o; ;;;[o;;I"ext/dl/dl.c (Init_dl);T;[o;;[I"?function declaration should precede statements before C99.;TS; ; i; I";Sun Feb 6 03:24:20 2005 Tanaka Akira ;T@ o; ;;;[ o;;I"/lib/resolv.rb (Resolv::DNS::Resource::TXT);T;[o;;[I"&multiple strings was not handled.;To;;I")(Resolv::DNS::Resource::TXT#strings);T;[o;;[I"&new method to return all strings.;To;;I";(Resolv::DNS::Message::MessageEncoder#put_string_list);T;[o;;[I"new method.;To;;I";(Resolv::DNS::Message::MessageDecoder#get_string_list);T;[o;;[I"7ditto. based on [ruby-talk:129732] by Sam Roberts.;TS; ; i; I"2005-02-05;T@ S; ; i; I"ASat Feb 5 02:24:06 2005 Minero Aoki ;T@ o; ;;;[o;;I"'test/ripper/test_scanner_events.rb;T;[o;;[I"fix test.;TS; ; i; I"2005-02-04;T@ S; ; i; I"AFri Feb 4 18:44:35 2005 Minero Aoki ;T@ o; ;;;[o;;I"#ext/ripper/lib/ripper/lexer.rb;T;[o;;[I"3last Lexer fix was incomplete; test all green.;TS; ; i; I"GFri Feb 4 15:57:06 2005 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"parse.y (open_args);T;[o;;[I"Zfix too verbose warnings for the space before argument parentheses. [ruby-dev:25492];To;;I"parse.y (parser_yylex);T;[o;;[I" ditto.;TS; ; i; I"AFri Feb 4 14:33:25 2005 Minero Aoki ;T@ o; ;;;[o;;I"$ext/ripper/lib/ripper/filter.rb;T;[o;;[I"7ripper/tokenizer -> ripper/lexer. [ruby-dev:25632];TS; ; i; I"?Fri Feb 4 00:24:15 2005 Kouhei Sutou ;T@ o; ;;;[o;;I" lib/rss;T;[o;;[I"Ksupported Image module. http://web.resource.org/rss/1.0/modules/image/;TS; ; i; I"2005-02-03;T@ S; ; i; I"EThu Feb 3 23:42:36 2005 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"Oext/stringio/stringio.c (strio_close, strio_close_read, strio_close_write);T;[o;;[I"Gshould return nil instead of self as well as IO. [ruby-dev:25623];To;;I"7ext/stringio/stringio.c (strio_extend, strio_putc);T;[o;;[I"7fill with zero extended portion. [ruby-dev:25626];TS; ; i; I"GThu Feb 3 16:12:57 2005 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"parse.y (parser_yylex);T;[o;;[I"Wthe first expression in the parentheses should not be a command. [ruby-dev:25492];TS; ; i; I"BThu Feb 3 03:31:20 2005 NARUSE, Yui ;T@ o; ;;;[o;;I"ext/nkf/nkf-utf8/nkf.c;T;[o;;[I"follow original v 1.57;To;;I"ext/nkf/nkf-utf8/utf8tbl.c;T;[o;;[I"follow original v 1.8;To;;I"ext/nkf/nkf-utf8/config.h;T;[o;;[I"follow original v 1.7;TS; ; i; I"2005-02-02;T@ S; ; i; I"AWed Feb 2 23:52:53 2005 sheepman ;T@ o; ;;;[o;;I"-ext/stringio/stringio.c (strio_truncate);T;[o;;[I"7should MEMZERO an extended part. [ruby-dev:25618];TS; ; i; I"?Wed Feb 2 21:56:01 2005 Kouhei Sutou ;T@ o; ;;;[ o;;I"*lib/rss/rss.rb (RSS::Element#convert);T;[o;;[I" added.;To;;I"lib/rss/rss.rb;T;[o;;[I"convert -> need_convert.;To;;I"lib/rss/1.0.rb;T;[o;;[I" ditto.;To;;I"lib/rss/0.9.rb;T;[o;;[I" ditto.;To;;I"lib/rss/2.0.rb;T;[o;;[I" ditto.;To;;I"lib/rss/trackback.rb;T;[o;;[I" ditto.;TS; ; i; I"AWed Feb 2 03:30:58 2005 Minero Aoki ;T@ o; ;;;[ o;;0;[o;;[0o;;I"#ext/ripper/lib/ripper/lexer.rb;T;[o;;[I",new method Ripper.slice. [experimental];To;;I""ext/ripper/lib/ripper/sexp.rb;T;[o;;[I"new file. [experimental];To;;I"ext/ripper/lib/ripper.rb;T;[o;;[I"*require ripper/lexer and ripper/sexp.;TS; ; i; I"2005-02-01;T@ S; ; i; I"ITue Feb 1 21:49:24 2005 Masatoshi SEKI ;T@ o; ;;;[o;;I"0lib/drb/drb.rb (DRb::DRbObject#respond_to?);T;[o;;[I""check marshal_dump and _dump.;TS; ; i; I"ETue Feb 1 00:20:23 2005 Nobuyoshi Nakada ;T@ o; ;;;[ o;;I"Makefile.in, configure.in;T;[o;;[I"made EXTOUT configurable.;To;;I"(ext/extmk.rb (extmake), lib/mkmf.rb;T;[o;;[I"#keep topdir as relative style.;To;;I"lib/mkmf.rb;T;[o;;[I"6make extensions in depth order. [ruby-dev:25522];To;;I"configure.in (aix);T;[o;;[I"1fix linker flags on AIX. [ruby-talk:125460];TS; ; i; I"2005-01-31;T@ S; ; i; I"HMon Jan 31 13:16:39 2005 Hidetoshi NAGAI ;T@ o; ;;;[ o;;I"ext/tk/extconf.rb;T;[o;;[I"6add tkutil configuration step (remove old schema);To;;I"ext/tk/depend;T;[o;;[I"%remove the information of tkutil;To;;I"ext/tk/make-tkutil;T;[o;;[I"+sub-part of Makefile to compile tkutil;To;;I"ext/tk/tkutil/tkutil.c;T;[o;;[I""move tkutil.c to subdirectory;To;;I"ext/tk/tkutil/subconf.rb;T;[o;;[I"$configuration file for tkutil.c;To;;I"ext/tk/tkutil/depend;T;[o;;[I" ditto;TS; ; i; I"HMon Jan 31 13:13:35 2005 Hidetoshi NAGAI ;T@ o; ;;;[o;;I"ext/tk/tcltklib.c;T;[o;;[I" add invalid namespace check;To;;I"ext/tk/lib/multi-tk.rb;T;[o;;[I""add invalid_namespace? method;To;;I"ext/tk/lib/remote-tk.rb;T;[o;;[I" ditto;TS; ; i; I"GMon Jan 31 10:29:18 2005 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"2lib/irb/context.rb (IRB::Context::initialize);T;[o;;[I"[ruby-core:04330];TS; ; i; I"GMon Jan 31 09:44:03 2005 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"object.c (Init_Object);T;[o;;[I"+remove Object#type. [ruby-core:04335];TS; ; i; I"2005-01-29;T@ S; ; i; I"CSat Jan 29 09:42:12 2005 Sam Roberts ;T@ o; ;;;[o;;I"3lib/resolv.rb (Resolv::DNS::Resource::IN::SRV);T;[o;;[I"KAdded RFC2782 SRV resource record for specifying location of services.;TS; ; i; I"ESat Jan 29 00:10:33 2005 Kazuo Saito ;T@ o; ;;;[o;;I"ascii.c, euc_jp.c, hash.c, oniggnu.h, oniguruma.h, regcomp.c, regenc.c, regenc.h, regerror.c, regexec.c, reggnu.c, regint.h, regparse.c, regparse.h, sjis.c, st.c, st.h, utf8.c;T;[o;;[I"imported Oni Guruma 3.5.4.;TS; ; i; I"2005-01-28;T@ S; ; i; I";Fri Jan 28 17:16:55 2005 Tanaka Akira ;T@ o; ;;;[ o;;I":lib/resolv.rb (Resolv::DNS::Config.parse_resolv_conf);T;[o;;[I")parse options line for ndots option.;To;;I"$(Resolv::Hosts#lazy_initialize);T;[o;;[I"return self.;To;;I""(Resolv::DNS#lazy_initialize);T;[o;;[I" ditto.;To;;I"*(Resolv::DNS::Config#lazy_initialize);T;[o;;[I"%ditto. Suggested by Sam Roberts.;TS; ; i; I"2005-01-27;T@ S; ; i; I"BThu Jan 27 17:15:03 2005 NAKAMURA Usaku ;T@ o; ;;;[o;;I"ext/tk/extconf.rb;T;[o;;[I"?support new tk scheme on bccwin32. fixed: [ruby-dev:25546];TS; ; i; I"GThu Jan 27 13:18:03 2005 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"st.c (st_foreach);T;[o;;[I"=report success/failure by return value. [ruby-Bugs-1396];TS; ; i; I"AThu Jan 27 00:12:19 2005 Minero Aoki ;T@ o; ;;;[o;;I"-test/fileutils/test_fileutils.rb (setup);T;[o;;[I";support BSD style directory group inheritance (again).;TS; ; i; I"AThu Jan 27 00:02:40 2005 Minero Aoki ;T@ o; ;;;[o;;I"-test/fileutils/test_fileutils.rb (setup);T;[o;;[I"Dsupport BSD style directory group inheritance. [ruby-dev:25440];To;;I"6test/fileutils/fileasserts.rb (assert_same_entry);T;[o;;[I"show entry difference.;TS; ; i; I"2005-01-26;T@ S; ; i; I"GWed Jan 26 17:12:50 2005 Yukihiro Matsumoto ;T@ o; ;;;[o;;I" parse.y;T;[o;;[I":forgot to initialize parser struct. [ruby-dev:25492];To;;I"parse.y (parser_yylex);T;[o;;[I".no tLABEL on EXPR_BEG. [ruby-talk:127711];TS; ; i; I"BWed Jan 26 14:12:58 2005 NAKAMURA Usaku ;T@ o; ;;;[o;;I"ext/Setup*;T;[o;;[I"remove tcltklib.;TS; ; i; I"BWed Jan 26 12:45:16 2005 NAKAMURA Usaku ;T@ o; ;;;[o;;I"ext/tk/extconf.rb;T;[o;;[I">support new tk scheme on mswin32. fixed: [ruby-dev:25535];TS; ; i; I"BWed Jan 26 10:45:19 2005 NAKAMURA Usaku ;T@ o; ;;;[o;;I"-win32/win32.c (flock_winnt, flock_win95);T;[o;;[I".unlock file even if LOCK_NB is specified.;TS; ; i; I"2005-01-25;T@ S; ; i; I"HTue Jan 25 23:10:48 2005 Hidetoshi NAGAI ;T@ o; ;;;[o;;I" ext/tk;T;[o;;[I"4merge tcltklib for Ruby/Tk installation control;To;;I"ext/tcltklib;T;[o;;[I" remove;TS; ; i; I"BTue Jan 25 17:05:15 2005 NAKAMURA Usaku ;T@ o; ;;;[o;;I"ruby.c (proc_options);T;[o;;[I":correct -T option in RUBYOPT. fixed: [ruby-dev:25512];TS; ; i; I"HTue Jan 25 14:05:52 2005 Hidetoshi NAGAI ;T@ o; ;;;[o;;I"ext/tcltklib/tcltklib.c;T;[o;;[I"fix SEGV bug; trouble on canceling remained after scripts [ruby-dev:25479]: NULL current namespace when deleting Tk interpreter [ruby-talk:126225];To;;I"ext/tcltklib/extconf.rb;T;[o;;[I"Cbug fix; TCL_ENABLE_THREAD flag is inverted [ruby-talk:126360];To;;I"ext/tcltklib/extconf.rb;T;[o;;[I"(add yet another native-thread check;To;;I"ext/tk/tkutil.c;T;[o;;[I"Efix SEGV bug; NULL string pointer when finalize Ruby interpreter;To;;I"ext/tk/lib/multi-tk.rb;T;[o;;[I".avoid warning for deleted safeTk ip frame;To;;I"ext/tk/lib/tk/bindtag.rb;T;[o;;[I"\bug fix; new method of named bindtag doesn't return the created object [ruby-dev:25479];To;;I"ext/tk/lib/tk/menu.rb;T;[o;;[I"/bug on treating arguments [ruby-dev:25479];To;;I"ext/tk/lib/tk.rb;T;[o;;[I"Xbug fix; cannot accept a callback ID string for a command argument [ruby-dev:25479];To;;I"ext/tk/lib/multi-tk.rb;T;[o;;[I" ditto;To;;I"ext/tk/lib/tk/*.rb;T;[o;;[I" ditto;To;;I"ext/tk/lib/tkextlib/*.rb;T;[o;;[I" ditto;To;;I"'ext/tk/sample/demos-jp/anilabel.rb;T;[o;;[I"new demo script;To;;I"'ext/tk/sample/demos-en/anilabel.rb;T;[o;;[I" ditto;To;;I"ext/tk/sample/tkHTML/ss.rb;T;[o;;[I"2local variable scope bug fix [ruby-dev:25479];TS; ; i; I"2005-01-24;T@ S; ; i; I"BMon Jan 24 16:00:53 2005 NARUSE, Yui ;T@ o; ;;;[o;;I"%ext/nkf/lib/kconv.rb (guess_old);T;[o;;[I"Bnot use NKF.guess_old but NKF.guess1. fixed: [ruby-dev:25491];TS; ; i; I"GMon Jan 24 15:44:25 2005 Yukihiro Matsumoto ;T@ o; ;;;[o;;I""document updates - [ruby-core;T;[o;;[I"D04296], [ruby-core:04301], [ruby-core:04302], [ruby-core:04307];TS; ; i; I"2005-01-23;T@ S; ; i; I"FSun Jan 23 12:38:01 2005 NAKAMURA, Hiroshi ;T@ o; ;;;[o;;I"lib/soap/wsdlDriver.rb;T;[o;;[I"rfrom 1.5.3-ruby1.8.2, operation which has capitalized name (such as KeywordSearchRequest in AWS) is defined as a method having uncapitalized name. (converted with GenSupport.safemethodname to handle operation name 'foo-bar'). it introduced serious incompatibility; in the past, it was defined as a capitalized. define capitalized method as well under that circumstance.;TS; ; i; I"CSun Jan 23 05:24:42 2005 GOTOU Yuuzou ;T@ o; ;;;[o;;I"2ext/openssl/ossl_ocsp.c (ossl_ocspreq_to_der);T;[o;;[I"%should call GetOCSPReq at first.;TS; ; i; I"2005-01-22;T@ S; ; i; I"ISat Jan 22 22:59:08 2005 Masatoshi SEKI ;T@ o; ;;;[o;;I"lib/drb/ssl.rb (accept);T;[o;;[I"$rescue SSLError. [druby-ja:110];TS; ; i; I"ISat Jan 22 22:27:28 2005 Masatoshi SEKI ;T@ o; ;;;[o;;I"lib/drb/unix.rb;T;[o;;[I"1fail if UNIXFileOwner is set. [druby-ja:111];TS; ; i; I"2005-01-21;T@ S; ; i; I";Fri Jan 21 20:07:02 2005 Tanaka Akira ;T@ o; ;;;[o;;I"/lib/resolv.rb (Resolv::DNS::Config.resolv);T;[o;;[I"Jdon't raise ResolvError. reported by Sam Roberts. [ruby-talk:127133];TS; ; i; I"AFri Jan 21 17:09:44 2005 Shugo Maeda ;T@ o; ;;;[o;;I""lib/net/imap.rb (decode_utf7);T;[o;;[I"$use pack("U*") to encode UTF-8.;To;;I""lib/net/imap.rb (encode_utf7);T;[o;;[I"&use unpack("U*") to decode UTF-8.;To;;I"test/net/imap/test_imap.rb;T;[o;;[I"added tests for Net::IMAP.;TS; ; i; I"GFri Jan 21 16:58:10 2005 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"dir.c (rb_push_glob);T;[o;;[I",should work for NUL delimited patterns.;To;;I"dir.c (rb_glob2);T;[o;;[I"+should aware of offset in the pattern.;TS; ; i; I"AFri Jan 21 13:58:37 2005 Shugo Maeda ;T@ o; ;;;[o;;I"lib/net/imap.rb (u8tou16);T;[o;;[I")fixed typo. fixed: [ruby-list:40546];TS; ; i; I"IFri Jan 21 00:37:09 2005 Hirokazu Yamamoto ;T@ o; ;;;[o;;I"1ext/syck/rubyext.c (syck_parser_bufsize_set);T;[o;;[I"Uavoid VC++ warning "local variable 'size' used without having been initialized".;TS; ; i; I"2005-01-20;T@ S; ; i; I"GThu Jan 20 11:42:02 2005 Yukihiro Matsumoto ;T@ o; ;;;[ o;;I"string.c (rb_str_new4);T;[o;;[I""should propagate taintedness.;To;;I" env.h;T;[o;;[I"prename member names in struct FRAME; last_func -> callee, orig_func -> this_func, last_class -> this_class.;To;;I"struct.c (rb_struct_set);T;[o;;[I"[use original method name, not callee name, to retrieve member slot. [ruby-core:04268];To;;I"time.c (time_strftime);T;[o;;[I"9protect from format modification from GC finalizers.;TS; ; i; I"GThu Jan 20 02:01:10 2005 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"object.c (Init_Object);T;[o;;[I" remove rb_obj_id_obsolete();TS; ; i; I"2005-01-19;T@ S; ; i; I"BWed Jan 19 18:02:19 2005 NAKAMURA Usaku ;T@ o; ;;;[o;;I"$lib/ipaddr.rb (to_s, test_to_s);T;[o;;[I"%too many colons with some cases.;TS; ; i; I";Wed Jan 19 01:16:30 2005 Tanaka Akira ;T@ o; ;;;[o;;I":lib/resolv.rb (Resolv::DNS::Config.parse_resolv_conf);T;[o;;[I"iignore domain and search directive without an argument. reported by Sam Roberts. [ruby-talk:126781];TS; ; i; I"2005-01-17;T@ S; ; i; I"EMon Jan 17 23:33:46 2005 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"configure.in (aix);T;[o;;[I""fix typo. [ruby-talk:126401];TS; ; i; I"EMon Jan 17 07:08:51 2005 Nobuyoshi Nakada ;T@ o; ;;;[ o;;I"ext/readline/readline.c;T;[o;;[I"suppress warnings.;To;;I"Hlib/irb/extend-command.rb (IRB::ContextExtender.def_extend_command);T;[o;;[I" ditto.;To;;I":lib/irb/ext/history.rb (IRB::Context::set_last_value);T;[o;;[I" ditto.;To;;I"8lib/irb/ext/history.rb (IRB::Context::eval_history);T;[o;;[I" ditto.;To;;I"/lib/irb/locale.rb (IRB::Locale::real_load);T;[o;;[I" ditto.;To;;I"1lib/irb/slex.rb (SLex::Node::create_subnode);T;[o;;[I"remove garbage.;TS; ; i; I"FMon Jan 17 00:09:42 2005 WATANABE Hirofumi ;T@ o; ;;;[o;;I"lib/uri/common.rb (PORT);T;[o;;[I"'typo fix. fixed: [ruby-core:04256];TS; ; i; I"2005-01-15;T@ S; ; i; I"ESat Jan 15 14:57:22 2005 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"ruby.c (proc_options);T;[o;;[I"gignore trailing CRs at the end of short options as well as long options. fixed: [ruby-core:04232];TS; ; i; I"?Sat Jan 15 13:44:22 2005 Kouhei Sutou ;T@ o; ;;;[o;;I""lib/rss/rss.rb (RSS::VERSION);T;[o;;[I"0.1.2 -> 0.1.3.;To;;I"lib/rss/rss.rb;T;[o;;[I"+accept inheritance. [ruby-talk:126104];TS; ; i; I"2005-01-12;T@ S; ; i; I"GWed Jan 12 12:29:28 2005 Yukihiro Matsumoto ;T@ o; ;;;[o;;I""eval.c (rb_mod_define_method);T;[o;;[I"0incomplete subclass check. [ruby-dev:25464];To;;I" class.c (rb_make_metaclass);T;[o;;[I"Cclass of metaclasses should be plain Class. [ruby-list:40524];TS; ; i; I"2005-01-11;T@ S; ; i; I"ETue Jan 11 20:58:52 2005 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"io.c (remain_size);T;[o;;[I"iuse buffered data instead of unreading to avoid inconsistency of text mode. fixed: [ruby-dev:25446];TS; ; i; I"ITue Jan 11 09:37:53 2005 Hirokazu Yamamoto ;T@ o; ;;;[o;;I"numeric.c (Init_Numeric);T;[o;;[I"Wturn off floating point exceptions on bcc32. "1e300".to_f had crashed by overflow.;TS; ; i; I"2005-01-10;T@ S; ; i; I"CMon Jan 10 15:28:51 2005 GOTOU Yuuzou ;T@ o; ;;;[ o;;I";lib/webrick/cgi.rb (WEBrick::CGI::Socket#request_line);T;[o;;[I"Jshould escape SCRIPT_NAME and PATH_INFO before being parsed as a URI.;To;;I">lib/webrick/httputils.rb (WEBrick::HTTPUtils#escape_path);T;[o;;[I"1add new method to escape URI path component.;To;;I".lib/webrick/ssl.rb (WEBrick::Config::SSL);T;[o;;[I".the default value of :SSLEnable is false.;To;;I"+test/webrick/{test_cgi.rb,webrick.cgi};T;[o;;[I"new file.;To;;I"test/webrick/utils.rb;T;[o;;[I"require "webrick/https.h".;TS; ; i; I"GMon Jan 10 01:22:55 2005 Yukihiro Matsumoto ;T@ o; ;;;[o;;I" gc.c (rb_data_object_alloc);T;[o;;[I")klass may be NULL. [ruby-list:40498];TS; ; i; I"2005-01-09;T@ S; ; i; I"ESun Jan 9 14:12:17 2005 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"io.c (rb_f_select);T;[o;;[I"0IO list could be altered. [ruby-dev:25312];TS; ; i; I"CSun Jan 9 04:08:40 2005 GOTOU Yuuzou ;T@ o; ;;;[o;;I".test/webrick/test_server.rb (test_daemon);T;[o;;[I"Idelete an assertion which has possibility to fail by race condition.;TS; ; i; I"ASun Jan 9 03:22:46 2005 Minero Aoki ;T@ o; ;;;[o;;I"7test/fileutils/test_fileutils.rb (test_copy_entry);T;[o;;[I"Bcopy_entry copies only file type, not mtime. [ruby-dev:25383];TS; ; i; I"2005-01-08;T@ S; ; i; I"GSat Jan 8 04:38:47 2005 why the lucky stiff ;T@ o; ;;;[o;;I"lib/yaml.rb;T;[o;;[I"#Kernel#y requires an argument.;TS; ; i; I"2005-01-07;T@ S; ; i; I"GFri Jan 7 21:12:29 2005 TAMURA Takashi ;T@ o; ;;;[o;;I"random.c (rand_init);T;[o;;[I"5use ALLOC_N instead of ALLOCA_N [ruby-dev:25426];TS; ; i; I"CFri Jan 7 20:01:31 2005 GOTOU Yuuzou ;T@ o; ;;;[ o;;I"Flib/webrick/httpproxy.rb (WEBrick::HTTPProxyServer#proxy_service);T;[o;;[I"=should delete trailing LF from the result of pack("m*").;To;;I"Flib/webrick/httpproxy.rb (WEBrick::HTTPProxyServer#proxy_connect);T;[o;;[I"{- should delete trailing LF from the result of pack("m*"). - clear Request-Line not to send the response by HTTPServer#run.;To;;I"=lib/webrick/httputils (WEBrick::HTTPUtils.parse_qvalues);T;[o;;[I"=refine regexp (and change the name of a local variable).;To;;I"2lib/webrick/server.rb (WEBrick::Daemon.start);T;[o;;[I"2prepared stdio don't allow changing its mode.;To;;I"0test/webrick/*, sample/webrick/httpproxy.rb;T;[o;;[I"add new files.;TS; ; i; I";Fri Jan 7 18:03:35 2005 Tanaka Akira ;T@ o; ;;;[o;;I" gc.c (mark_locations_array);T;[o;;[I"/avoid core dump with -O3. [ruby-dev:25424];TS; ; i; I"2005-01-06;T@ S; ; i; I"BThu Jan 6 20:29:18 2005 NAKAMURA Usaku ;T@ o; ;;;[o;;I""ext/zlib/zlib.c (zstream_end);T;[o;;[I"should return value.;TS; ; i; I"IThu Jan 6 19:59:03 2005 Hirokazu Yamamoto ;T@ o; ;;;[o;;I"!win32/win32.c (rb_w32_close);T;[o;;[I"1didn't close socket handle. [ruby-dev:25414];To;;I"*win32/win32.c (rb_w32_open_osfhandle);T;[o;;[I".bcc32's _open_osfhandle never set EMFILE.;TS; ; i; I"IThu Jan 6 17:22:41 2005 Hirokazu Yamamoto ;T@ o; ;;;[o;;I"random.c (random_seed);T;[o;;[I"AO_NONBLOCK isn't defined on some platforms. [ruby-dev:25417];TS; ; i; I";Thu Jan 6 13:45:35 2005 Tanaka Akira ;T@ o; ;;;[o;;I"lib/time.rb;T;[o;;[I"-recognize +00:00 and GMT as a localtime.;TS; ; i; I"?Thu Jan 6 07:58:28 2005 Dave Thomas ;T@ o; ;;;[o;;I"1lib/rdoc/usage.rb (RDoc::RDoc.usage_no_exit);T;[o;;[I"NAllow for colons in path names on DOS machines. (thanks to Johan Nilsson);TS; ; i; I"IThu Jan 6 00:02:35 2005 Masatoshi SEKI ;T@ o; ;;;[o;;I"test/rinda/test_rinda.rb;T;[o;;[I"Ause MockClock.sleep instead of Kernel.sleep [ruby-dev:25387];TS; ; i; I"2005-01-05;T@ S; ; i; I";Wed Jan 5 20:16:32 2005 Tanaka Akira ;T@ o; ;;;[o;;I" random.c (limited_big_rand);T;[o;;[I"9didn't work if SIZEOF_BDIGITS == 2. [ruby-dev:25408];To;;I"random.c (random_seed);T;[o;;[I" refined.;TS; ; i; I"IWed Jan 5 16:39:54 2005 Hirokazu Yamamoto ;T@ o; ;;;[o;;I"parse.y (BITSTACK_POP);T;[o;;[I"workaround for bcc32 compiler's bug. shift assignment operator '>>=' for __int64 in struct may generate collapsed code. [ruby-dev:25342];To;;I"win32/win32.[ch];T;[o;;[I"Efailed to compile on bcc32 (and probably wince) [ruby-dev:25306];TS; ; i; I"EWed Jan 5 12:49:39 2005 Nobuyoshi Nakada ;T@ o; ;;;[o;;I""eval.c (rb_thread_initialize);T;[o;;[I"JThread objects cannot be initialized again. fixed: [ruby-core:04067];TS; ; i; I";Wed Jan 5 02:30:11 2005 Tanaka Akira ;T@ o; ;;;[o;;I"random.c (init_by_array);T;[o;;[I"%imported from mt19937ar-cok.tgz.;To;;I"(genrand_int32);T;[o;;[I" ditto.;To;;I"(genrand_real);T;[o;;[I"2replaced with genrand_res53 in mt19937ar-cok.;To;;I"(rand_init);T;[o;;[I"$support bignum for longer seed.;To;;I"(random_seed);T;[o;;[I"generate longer seed.;To;;I"(make_mask);T;[o;;[I"new function.;To;;I"(limited_rand);T;[o;;[I" ditto.;To;;I"(limited_big_rand);T;[o;;[I" ditto.;To;;I"(rb_f_rand);T;[o;;[I"=call limited_rand and limited_big_rand. [ruby-dev:25403];TS; ; i; I"2005-01-04;T@ S; ; i; I"GTue Jan 4 23:25:29 2005 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"bignum.c (rb_big_rand);T;[o;;[I";should return positive random number. [ruby-dev:25401];TS; ; i; I"ITue Jan 4 21:25:43 2005 Masatoshi SEKI ;T@ o; ;;;[o;;I"8test/drb/{test_drbssl.rb,test_drbunix.rb,ut_drb.rb};T;[o;;[I".use DRbService.ext_service. reduce sleep.;TS; ; i; I"GTue Jan 4 11:15:29 2005 TAMURA Takashi ;T@ o; ;;;[o;;I"bignum.c (rb_big_rand);T;[o;;[I"Kdo not use rb_big_modulo to generate random bignums. [ruby-dev:25396];TS; ; i; I"2005-01-03;T@ S; ; i; I";Mon Jan 3 14:01:54 2005 Tanaka Akira ;T@ o; ;;;[o;;I"random.c (random_seed);T;[o;;[I":don't use /dev/urandom if it is not character device.;TS; ; i; I";Mon Jan 3 11:37:42 2005 Tanaka Akira ;T@ o; ;;;[o;;I"random.c (random_seed);T;[o;;[I"4use /dev/urandom if available. [ruby-dev:25392];TS; ; i; I"IMon Jan 3 11:03:37 2005 Masatoshi SEKI ;T@ o; ;;;[o;;I"test/drb/test_drb.rb;T;[o;;[I"8move TestDRbReusePort to new file. [ruby-dev:25238];To;;I"test/drb/drbtest.rb;T;[o;;[I"change timeout.;To;;I" test/drb/ignore_test_drb.rb;T;[o;;[I"new file.;TS; ; i; I"CMon Jan 3 07:27:46 2005 GOTOU Yuuzou ;T@ o; ;;;[ o;;I"@lib/webrick/httpauth/htpasswd.rb (WEBrick::Htpasswd#reload);T;[o;;[I"raise NotImplementedError if password is encrypted by digest algorithms. This patch is contributed by sheepman. [ruby-list:40467];To;;I"Ulib/webrick/httpauth/digestauth.rb (WEBrick::HTTPAuth::DigestAuth#_authenticate);T;[o;;[I"Ufix digest calculation. This patch is contributed by sheepman. [ruby-list:40482];To;;I"Alib/webrick/{httpauth.rb,httpauth/basicauth.rb,httpproxy.rb};T;[o;;[I"wuse pack/unpack-template char "m" instead of lib/base64.rb to do base64 encoding/decoding. fixed: [ruby-dev:25336];To;;I""test/webrick/test_httpauth.rb;T;[o;;[I"new file.;TS; ; i; I"2005-01-02;T@ S; ; i; I"ISun Jan 2 15:42:10 2005 Masatoshi SEKI ;T@ o; ;;;[o;;I"lib/drb/drb.rb;T;[o;;[I"add lazy stop_service.;To;;I"lib/drb/extserv.rb;T;[o;;[I" ditto.;TS; ; i; I"ISun Jan 2 01:17:17 2005 Masatoshi SEKI ;T@ o; ;;;[o;;I"test/drb/drbtest.rb;T;[o;;[I"'add method DRbService.ext_service.;To;;I"test/drb/test_drb.rb;T;[o;;[I" ditto.;To;;I"test/drb/test_drbssl.rb;T;[o;;[I" ditto.;TS; ; i; I"2005-01-01;T@ S; ; i; I";Sat Jan 1 20:23:02 2005 Tanaka Akira ;T@ o; ;;;[o;;I"io.c (argf_readpartial);T;[o;;[I"!new method ARGF.readpartial.;To;;I"(io_getpartial);T;[o;;[I"#extracted from io_readpartial.;To;;I"(io_readpartial);T;[o;;[I"call io_getpartial.;TS; ; i; I"ASat Jan 1 17:44:54 2005 Minero Aoki ;T@ o; ;;;[o;;I"'lib/net/http.rb (each_capitalized);T;[o;;[I"Zshould join header field value. This patch is contributed sheepman [ruby-list:40478];To;;I"%test/net/http/test_httpheader.rb;T;[o;;[I" test it.;TS; ; i; I"ASat Jan 1 16:21:29 2005 Minero Aoki ;T@ o; ;;;[ o;;I"#lib/fileutils.rb (copy_stream);T;[o;;[I"[use read/write instead of sysread/syswrite, which allows duck typing. [ruby-dev:25369];To;;I"#lib/fileutils.rb (copy_stream);T;[o;;[I"6does NOT support nonblocking IO. [ruby-dev:25370];To;;I""lib/fileutils.rb (copy_entry);T;[o;;[I"could not copy symlink.;To;;I"%test/fileutils/test_fileutils.rb;T;[o;;[I"-test copy_entry, copy_file, copy_stream.;TS; ; i; I"CSat Jan 1 04:20:23 2005 GOTOU Yuuzou ;T@ o; ;;;[o;;I"9ext/openssl/ossl_ns_spki.c (ossl_spki_set_challenge);T;[o;;[I"Eshould call StringValue before GetSPKI. fixed: [ruby-dev:25359].;TS; ; i; I"GSat Jan 1 01:13:28 2005 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"variable.c (rb_autoload);T;[o;;[I"[ruby-dev:25373];TS; ; i; I"2004-12-31;T@ S; ; i; I"?Fri Dec 31 14:10:43 2004 Dave Thomas ;T@ o; ;;;[o;;I"Glib/rdoc/ri/ri_formatter.rb (RI::TextFormatter::display_flow_item);T;[o;;[I"0Fix problem if heading contains formatting.;TS; ; i; I";Fri Dec 31 00:08:02 2004 Tanaka Akira ;T@ o; ;;;[o;;I"configure.in (HAVE_RLIM_T);T;[o;;[I"removed because not used.;TS; ; i; I"2004-12-30;T@ S; ; i; I";Thu Dec 30 22:45:39 2004 Tanaka Akira ;T@ o; ;;;[ o;;I" rubyio.h;T;[o;;[I"#don't deprecate rb_read_check.;To;;I"#io.c (STDIO_READ_DATA_PENDING);T;[o;;[I"Dreverted from old READ_DATA_PENDING to check stdio read buffer.;To;;I"(rb_read_check);T;[o;;[I"!use STDIO_READ_DATA_PENDING.;To;;I"(rb_read_pending);T;[o;;[I" ditto.;To;;I"(rb_getc);T;[o;;[I" ditto.;TS; ; i; I"AThu Dec 30 05:39:35 2004 Minero Aoki ;T@ o; ;;;[o;;I" parse.y;T;[o;;[I"Oeliminate unused members in struct parser_params. [ruby-dev:25258] (again);To;;I" parse.y;T;[o;;[I"make parser_new() static.;TS; ; i; I"GThu Dec 30 00:41:42 2004 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"eval.c (svalue_to_avalue);T;[o;;[I"[ruby-dev:25366];To;;I"string.c (rb_str_justify);T;[o;;[I"[ruby-dev:25367];TS; ; i; I"2004-12-29;T@ S; ; i; I"?Wed Dec 29 11:07:07 2004 Dave Thomas ;T@ o; ;;;[o;;I"0lib/rdoc/generators/template/html/kilmer.rb;T;[o;;[I" Update to use new sections.;TS; ; i; I"2004-12-28;T@ S; ; i; I"ETue Dec 28 22:31:46 2004 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"string.c (rb_str_justify);T;[o;;[I"Rcreate buffer string after argument type conversion. fixed: [ruby-dev:25341];TS; ; i; I"BTue Dec 28 17:18:17 2004 NAKAMURA Usaku ;T@ o; ;;;[o;;I"#lib/net/telnet.rb (preprocess);T;[o;;[I"9remove NULL unless binmode. fixed: [ruby-list:40320];TS; ; i; I"ETue Dec 28 15:41:48 2004 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"$ext/nkf/nkf-utf8/nkf.c (reinit);T;[o;;[I"Fshould initialize all static variables. fixed: [ruby-list:40445];TS; ; i; I"ETue Dec 28 15:25:20 2004 Nobuyoshi Nakada ;T@ o; ;;;[o;;I".ext/nkf/lib/kconv.rb (Kconv::RegexpEucjp);T;[o;;[I"second byte is up to 0xfe.;To;;I"'ext/nkf/lib/kconv.rb (Kconv#kconv);T;[o;;[I"+should handle UTF8 and UTF16 properly.;TS; ; i; I"ETue Dec 28 13:35:20 2004 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"Aext/zlib/zlib.c (rb_deflate_s_deflate, rb_inflate_s_inflate);T;[o;;[I"?ensure freeing internal zstreams. fixed: [ruby-dev:25309];To;;I"+ext/zlib/zlib.c (rb_deflate_init_copy);T;[o;;[I"replace rb_deflate_clone.;TS; ; i; I"2004-12-27;T@ S; ; i; I"HMon Dec 27 20:02:14 2004 Hidetoshi NAGAI ;T@ o; ;;;[o;;I"ext/tcltklib/tcltklib.c;T;[o;;[I")fix SEGV bug when deleting Tk interp;To;;I"ext/tk/lib/multi-tk.rb;T;[o;;[I" ditto;TS; ; i; I"CMon Dec 27 16:54:05 2004 GOTOU Yuuzou ;T@ o; ;;;[o;;I"5ext/openssl/ossl_x509name.c (Init_ossl_x509name);T;[o;;[I"Hshould use rb_hash_new to get exactly a Hash. fix [ruby-dev:25325].;TS; ; i; I"AMon Dec 27 15:29:12 2004 Minero Aoki ;T@ o; ;;;[o;;I",test/fileutils/test_fileutils.rb (cp_r);T;[o;;[I"-tested wrong file name. [ruby-dev:25339];TS; ; i; I"AMon Dec 27 15:15:18 2004 Minero Aoki ;T@ o; ;;;[o;;I"lib/fileutils.rb (mv);T;[o;;[I"\should raise error when moving a directory to the (empty) directory. [ruby-talk:124368];To;;I"lib/fileutils.rb (mv);T;[o;;[I"7wrongly did not overwrite file on Win32 platforms.;TS; ; i; I"BMon Dec 27 14:36:20 2004 NAKAMURA Usaku ;T@ o; ;;;[o;;I"#process.c (NUM2RLIM, RLIM2NUM);T;[o;;[I"@Without SIZEOF_RLIM_T is not error. fixed: [ruby-dev:25346];TS; ; i; I"2004-12-26;T@ S; ; i; I"ASun Dec 26 16:21:39 2004 Shugo Maeda ;T@ o; ;;;[o;;I"4lib/net/imap.rb (Net::IMAP::PlainAuthenticator);T;[o;;[I"`added a new class to support the PLAIN authentication mechanism. Thanks, Benjamin Stiglitz.;TS; ; i; I"2004-12-25;T@ S; ; i; I"GSat Dec 25 01:28:23 2004 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"io.c (rb_f_select);T;[o;;[I"[ruby-dev:25312];TS; ; i; I"2004-12-24;T@ S; ; i; I"HFri Dec 24 23:27:18 2004 Hidetoshi NAGAI ;T@ o; ;;;[o;;I"ext/tk/lib/tk/image.rb;T;[o;;[I"TkPhotoImage#cget bug fix;TS; ; i; I"EFri Dec 24 03:06:13 2004 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"#io.c (io_reopen, rb_io_reopen);T;[o;;[I"Kprohibit to change access mode for special IO ports. [ruby-dev:25225];To;;I"io.c (next_argv);T;[o;;[I"reduce use of stdio.;TS; ; i; I"EFri Dec 24 02:22:53 2004 Nobuyoshi Nakada ;T@ o; ;;;[ o;;I".ext/syck/rubyext.c (syck_loader_transfer);T;[o;;[I"check type conversion.;To;;I"Aext/syck/rubyext.c (syck_parser_assign_io, rb_new_syck_node);T;[o;;[I"duck typing.;To;;I"Eext/syck/rubyext.c (syck_parser_s_alloc, syck_parser_initialize);T;[o;;[I"allocation framework.;To;;I"Gext/syck/rubyext.c (syck_emitter_s_alloc, syck_emitter_initialize);T;[o;;[I" ditto.;TS; ; i; I"HFri Dec 24 01:21:00 2004 Hidetoshi NAGAI ;T@ o; ;;;[o;;I"ext/tk/lib/tkextlib/blt.rb;T;[o;;[I"add BLT extension support;To;;I"!ext/tk/lib/tkextlib/blt/*.rb;T;[o;;[I" ditto;To;;I"&ext/tk/lib/tkextlib/blt/tile/*.rb;T;[o;;[I" ditto;TS; ; i; I"2004-12-23;T@ S; ; i; I"EThu Dec 23 23:43:24 2004 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"process.c (proc_setgroups);T;[o;;[I"Gcheck if the argument length is modified. fixed: [ruby-dev:25285];To;;I"process.c (SIZEOF_RLIM_T);T;[o;;[I"&err if size of rlim_t is not set.;TS; ; i; I";Thu Dec 23 19:08:41 2004 Tanaka Akira ;T@ o; ;;;[o;;I" rubyio.h;T;[o;;[I"-rename FMODE_UNSEEKABLE to FMODE_DUPLEX.;To;;I"io.c (io_check_tty);T;[o;;[I">extracted function to set FMODE_LINEBUF and FMODE_DUPLEX.;TS; ; i; I"HThu Dec 23 13:13:33 2004 Hidetoshi NAGAI ;T@ o; ;;;[ o;;I"ext/tcltklib/tcltklib.c;T;[o;;[I"3define TclTkLib::COMPILE_INFO and RELEASE_DATE;To;;I"ext/tcltklib/extconf.rb;T;[o;;[I" ditto;To;;I"ext/tk/tkutil.c;T;[o;;[I" define TkUtil::RELEASE_DATE;To;;I"ext/tk/lib/tk.rb;T;[o;;[I"define Tk::RELEASE_DATE;TS; ; i; I"EThu Dec 23 00:16:32 2004 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"configure.in (bsdi);T;[o;;[I"4use $(CC) for LDSHARED. fixed [ruby-dev:25270];TS; ; i; I"2004-12-22;T@ S; ; i; I"EWed Dec 22 11:14:55 2004 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"io.c (rb_io_mode_modenum);T;[o;;[I";replace O_ACCMODE with O_RDWR. fixed: [ruby-dev:25273];TS; ; i; I"EWed Dec 22 08:34:32 2004 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"'ext/dl/sym.c (rb_dlsym_initialize);T;[o;;[I"Vextract internal pointers after all argument conversion. fixed: [ruby-dev:25271];TS; ; i; I"FWed Dec 22 00:05:10 2004 NAKAMURA, Hiroshi ;T@ o; ;;;[o;;I"6lib/soap/*, test/soap/*, sample/soap/authheader/*;T;[o;;[I"eval cleanup.;TS; ; i; I"2004-12-21;T@ S; ; i; I"HTue Dec 21 16:15:21 2004 Michael Neumann ;T@ o; ;;;[o;;I"lib/xmlrpc/client.rb;T;[o;;[I"\use "" instead of "." if prefix argument is nil in proxy methods. nil is default value.;To;;I"Gtest/xmlrpc/test_webrick_server.rb, test/xmlrpc/webrick_testing.rb;T;[o;;[I"@use threads instead of forking. this should fix issue #1208;To;;I" (http;T;[o;;[I"|//rubyforge.org/tracker/?func=detail&atid=1698&aid=1208&group_id=426). removed testing of SSL enabled servlet as this hangs.;TS; ; i; I"CTue Dec 21 22:07:41 2004 GOTOU Yuuzou ;T@ o; ;;;[o;;I"3ext/openssl/ossl_asn1.c (ossl_asn1_decode_all);T;[o;;[I"#use rb_str_new4 to avoid SEGV.;To;;I"Yext/openssl/ossl_asn1.c (ossl_asn1_traverse, ossl_asn1_decode, ossl_asn1_decode_all);T;[o;;[I"/temporary value should be marked volatile.;TS; ; i; I"CTue Dec 21 12:42:34 2004 GOTOU Yuuzou ;T@ o; ;;;[o;;I"Cext/openssl/ossl_asn1.c (ossl_asn1_traverse, ossl_asn1_decode);T;[o;;[I"8use rb_str_new4 to avoid SEGV. fix [ruby-dev:25261];To;;I"test/openssl/test_asn1.rb;T;[o;;[I"!add tests for OpenSSL::ASN1.;TS; ; i; I"HTue Dec 21 12:10:04 2004 Hidetoshi NAGAI ;T@ o; ;;;[o;;I"ext/tk/lib/tk/grid.rb;T;[o;;[I"1rescue bug of 'grid configure' on Tcl/Tk8.3-;TS; ; i; I"2004-12-20;T@ S; ; i; I"FMon Dec 20 22:52:29 2004 NAKAMURA, Hiroshi ;T@ o; ;;;[o;;0;[o;;[0S; ; i; I";Mon Dec 20 22:56:39 2004 Tanaka Akira ;T@ o; ;;;[o;;I"gc.c (set_stack_end);T;[o;;[I"7gcc noinline attribute is available since gcc-3.1.;TS; ; i; I"FMon Dec 20 22:40:31 2004 NAKAMURA, Hiroshi ;T@ o; ;;;[o;;I"added files;T;[o;;[I"a* lib/soap/mapping/wsdl*.rb * lib/wsdl/soap/element.rb * lib/wsdl/xmlSchema/simpleContent.rb;To;;I"modified files;T;[o;;[I"S* lib/soap/* * lib/wsdl/* * lib/xsd/* * test/soap/* * test/wsdl/* * test/xsd/*;To;;I";T@ o; ;;;[o;;I"lib/net/https.rb;T;[o;;[I"Ndelete descriptions about key_file and cert_file. fixed: [ruby-dev:25243];To;;I"#ext/openssl/lib/net/telnets.rb;T;[o;;[I" ditto.;TS; ; i; I"HMon Dec 20 14:07:02 2004 Hidetoshi NAGAI ;T@ o; ;;;[ o;;I"ext/tk/lib/multi-tk.rb;T;[o;;[I")supports new features of Tcl/Tk8.5a2;To;;I"ext/tk/lib/tk/clock.rb;T;[o;;[I" ditto;To;;I"ext/tk/lib/tk/text.rb;T;[o;;[I" ditto;To;;I"!ext/tk/lib/tk/panedwindow.rb;T;[o;;[I" ditto;TS; ; i; I"GMon Dec 20 13:51:40 2004 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"/ext/socket/socket.c (sock_s_getservbyport);T;[o;;[I"[ruby-talk:124072];TS; ; i; I"EMon Dec 20 10:51:58 2004 Nobuyoshi Nakada ;T@ o; ;;;[o;;I" parse.y (special_local_set);T;[o;;[I"?prevent the parser object from GC. fixed: [ruby-dev:25252];TS; ; i; I"EMon Dec 20 03:30:40 2004 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"1lib/cgi/session.rb (CGI::Session#initialize);T;[o;;[I"Wempty session id was used if request had no session key. fixed: [ruby-core:03981];TS; ; i; I"GMon Dec 20 01:51:01 2004 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"struct.c (make_struct);T;[o;;[I"[ruby-dev:25249];TS; ; i; I"?Mon Dec 20 00:16:54 2004 Kouhei Sutou ;T@ o; ;;;[o;;I"%lib/rexml/encodings/SHIFT_JIS.rb;T;[o;;[I"*fixed LoadError bug. [ruby-core:3958];TS; ; i; I"2004-12-19;T@ S; ; i; I"ESun Dec 19 17:24:59 2004 Nobuyoshi Nakada ;T@ o; ;;;[o;;I" configure.in (enable_rpath);T;[o;;[I"cuse rpath flag to embed the library path into extensions on ELF environment. [ruby-dev:25035];TS; ; i; I"ESun Dec 19 11:01:25 2004 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"lib/test/unit.rb;T;[o;;[I""use standalone runner for -e.;To;;I"Alib/test/unit/autorunner.rb (Test::Unit::AutoRunner#options);T;[o;;[I"'accept multiple -p and -x options.;To;;I"Rlib/test/unit/collector/dir.rb (Test::Unit::Collector::Dir#recursive_collect);T;[o;;[I" ditto.;TS; ; i; I"2004-12-18;T@ S; ; i; I"ESat Dec 18 16:36:23 2004 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"Aext/zlib/zlib.c (rb_deflate_s_deflate, rb_inflate_s_inflate);T;[o;;[I"Ddisallow interrupt by type conversion. fixed: [ruby-dev:25226];TS; ; i; I"FSat Dec 18 15:09:02 2004 NAKAMURA, Hiroshi ;T@ o; ;;;[o;;I"Olib/webrick/httpauth.rb, lib/webrick/httpauth/{basicauth.rb,digestauth.rb};T;[o;;[I"_use pack/unpack-template char "m" instead of lib/base64.rb to do base64 encoding/decoding.;TS; ; i; I"GSat Dec 18 10:51:01 2004 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"dir.c (dir_open_dir);T;[o;;[I"$new function. [ruby-dev:25242];To;;I"io.c (rb_f_open);T;[o;;[I"2add type check for return value from to_open.;TS; ; i; I"2004-12-17;T@ S; ; i; I";Fri Dec 17 16:44:26 2004 Tanaka Akira ;T@ o; ;;;[o;;I"'configure.in (ac_cv_sizeof_rlim_t);T;[o;;[I"Cset 8 for BSD/OS. Reported by OHARA Shigeki. [ruby-dev:25236];TS; ; i; I"HFri Dec 17 16:28:12 2004 Hidetoshi NAGAI ;T@ o; ;;;[o;;I"ext/tk/lib/tk.rb;T;[o;;[I"*fix bug on setting up system encoding;To;;I"ext/tk/lib/tk/event.rb;T;[o;;[I"!fix error on require process;To;;I"ext/tk/lib/tk/font.rb;T;[o;;[I".fix abnormal termination error on Windows;To;;I"ext/tk/lib/tk/virtevent.rb;T;[o;;[I"KTkVirtualEvent::PreDefVirtEvent.new() accepts event-sequence arguments;To;;I"ext/tk/lib/tk/text.rb;T;[o;;[I"!fail to dump embedded images;To;;I"ext/tk/lib/tk/text.rb;T;[o;;[I"Btag_nextrange and tag_prevrange returns wrong types of values;To;;I"ext/tk/lib/tk/texttag.rb;T;[o;;[I":nextrange and prevrange returns wrong types of values;To;;I"ext/tk/lib/tk/text.rb;T;[o;;[I"cadd TkText::IndexModMethods module and TkText::IndexString class to treat text index modifiers;To;;I"ext/tk/lib/tk/texttag.rb;T;[o;;[I"'use TkText::IndexModMethods module;To;;I"ext/tk/lib/tk/textmark.rb;T;[o;;[I" ditto;To;;I"ext/tk/lib/tk/textimage.rb;T;[o;;[I" ditto;To;;I" ext/tk/lib/tk/textwindow.rb;T;[o;;[I" ditto;To;;I"ext/tk/lib/tk/textimage.rb;T;[o;;[I"2wrong gravity of text mark for embedded image;To;;I" ext/tk/lib/tk/textwindow.rb;T;[o;;[I"3wrong gravity of text mark for embedded window;TS; ; i; I"EFri Dec 17 13:33:58 2004 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"1lib/cgi/session.rb (CGI::Session#initialize);T;[o;;[I"Hcontrol adding session_id hidden fields. fixed: [ruby-talk:123850];TS; ; i; I"EFri Dec 17 00:01:48 2004 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"Teval.c (rb_proc_arity, rb_node_arity, rb_mod_method_arity, rb_obj_method_arity);T;[o;;[I";new functions to obtain method arity. [ruby-dev:25143];TS; ; i; I"2004-12-16;T@ S; ; i; I"EThu Dec 16 23:31:13 2004 Nobuyoshi Nakada ;T@ o; ;;;[o;;I""lib/mkmf.rb (create_makefile);T;[o;;[I"Ucreate RUBYARCHDIR also when no extension is installed. fixed: [ruby-dev:25215];TS; ; i; I"IThu Dec 16 22:36:57 2004 Masatoshi SEKI ;T@ o; ;;;[o;;I"test/drb/test_drb.rb;T;[o;;[I"adjust and reduce sleep.;TS; ; i; I"CThu Dec 16 18:37:08 2004 GOTOU Yuuzou ;T@ o; ;;;[o;;I"$ext/openssl/ossl.c (ossl_raise);T;[o;;[I"refine message format.;TS; ; i; I"HThu Dec 16 16:29:44 2004 Hidetoshi NAGAI ;T@ o; ;;;[o;;I""ext/tk/sample/demos-en/widget;T;[o;;[I"1modify version check for supporting features;TS; ; i; I"HThu Dec 16 16:03:50 2004 Hidetoshi NAGAI ;T@ o; ;;;[o;;I"ext/tk/lib/tk/bindtag.rb;T;[o;;[I" bug fix [ruby-talk: 123667];To;;I"ext/tk/lib/tk/timer.rb;T;[o;;[I"+accept :idle for the interval argument;To;;I"ext/tk/lib/tk.rb;T;[o;;[I""add TkComm._callback_entry?();To;;I"ext/tk/lib/multi-tk.rb;T;[o;;[I"!add MultiTkIp.cb_entry_class;To;;I"ext/tk/lib/tk/canvas.rb;T;[o;;[I""use TkComm._callback_entry?();To;;I"ext/tk/lib/tk/canvastag.rb;T;[o;;[I" ditto;To;;I"ext/tk/lib/tk/dialog.rb;T;[o;;[I" ditto;To;;I"ext/tk/lib/tk/optiondb.rb;T;[o;;[I" ditto;To;;I"ext/tk/lib/tk/text.rb;T;[o;;[I" ditto;To;;I"ext/tk/lib/tk/texttag.rb;T;[o;;[I" ditto;To;;I" ext/tk/lib/tk/textwindow.rb;T;[o;;[I" ditto;To;;I"ext/tk/lib/tk/timer.rb;T;[o;;[I" ditto;To;;I" ext/tk/lib/tk/validation.rb;T;[o;;[I" ditto;To;;I"ext/tk/lib/tkextlib/*;T;[o;;[I" ditto;TS; ; i; I"AThu Dec 16 04:02:28 2004 Minero Aoki ;T@ o; ;;;[o;;I"ext/ripper/extconf.rb;T;[o;;[I"=bison is not needed if ripper.c exists. [ruby-dev:25191];TS; ; i; I"AThu Dec 16 03:27:10 2004 Minero Aoki ;T@ o; ;;;[o;;I"lib/net/http.rb;T;[o;;[I"remove junk.;TS; ; i; I"GThu Dec 16 00:57:30 2004 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"-ext/syck/rubyext.c (rb_syck_io_str_read);T;[o;;[I"[ruby-core:03973];TS; ; i; I"IThu Dec 16 00:43:29 2004 Masatoshi SEKI ;T@ o; ;;;[o;;I"lib/drb/drb.rb;T;[o;;[I"jchanged default binded address family to use an available address family of host name. [druby-ja:101];To;;I"lib/drb/ssl.rb;T;[o;;[I" ditto;TS; ; i; I"2004-12-15;T@ S; ; i; I"CWed Dec 15 17:47:17 2004 GOTOU Yuuzou ;T@ o; ;;;[ o;;I"@lib/webrick/server.rb (WEBrick::GenericServer#start_thread);T;[o;;[I";T@ o; ;;;[o;;I""object.c (rb_obj_id_obsolete);T;[o;;[I"warn always.;TS; ; i; I"GWed Dec 15 15:31:02 2004 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"lib/set.rb (Set#==);T;[o;;[I"[ruby-dev:25206];TS; ; i; I"BWed Dec 15 14:32:18 2004 NAKAMURA Usaku ;T@ o; ;;;[o;;I"#win32/win32.c (rb_w32_fdisset);T;[o;;[I"'check whether the handle is valid.;TS; ; i; I"GWed Dec 15 10:30:37 2004 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"7ext/openssl/ossl_digest.c (ossl_digest_initialize);T;[o;;[I"[ruby-dev:25198];TS; ; i; I"2004-12-14;T@ S; ; i; I"GTue Dec 14 19:17:15 2004 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"#utf8.c (utf8_is_mbc_ambiguous);T;[o;;[I"[ruby-talk:123561];To;;I"#utf8.c (utf8_mbc_to_normalize);T;[o;;[I" ditto.;TS; ; i; I"BTue Dec 14 17:08:15 2004 NAKAMURA Usaku ;T@ o; ;;;[o;;I"!win32/win32.c (rb_w32_close);T;[o;;[I"need to reset osfhnd().;TS; ; i; I"CTue Dec 14 14:03:57 2004 GOTOU Yuuzou ;T@ o; ;;;[o;;I"$ext/openssl/ossl.c (ossl_raise);T;[o;;[I"+avoid buffer overrun. [ruby-dev:25187];TS; ; i; I"GTue Dec 14 12:36:04 2004 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"2lib/cgi/session.rb (CGI::Session::initialize);T;[o;;[I"Pgenerate new session if given session_id does not exist. [ruby-list:40368];TS; ; i; I"GTue Dec 14 08:47:45 2004 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"eval.c (Init_eval);T;[o;;[I"2should mark ruby_eval_tree. [ruby-dev:25189];TS; ; i; I"2004-12-13;T@ S; ; i; I";Mon Dec 13 18:13:52 2004 Tanaka Akira ;T@ o; ;;;[o;;I"gc.c (set_stack_end);T;[o;;[I"new function to obtain stack end address. set_stack_end obtains a stack end address by an address of local variable in the function.;To;;I"(SET_STACK_END, STACK_END);T;[o;;[I"use set_stack_end. don't use alloca. This makes the conservative garbage collector to scan a stack frame of the garbage_collect function itself. This is required because callee-save registers may be stored in the frame. [ruby-dev:25158];TS; ; i; I"AMon Dec 13 02:45:51 2004 Shugo Maeda ;T@ o; ;;;[o;;I"(ext/curses/curses.c (window_subwin);T;[o;;[I"?call NUM2INT() before GetWINDOW(). fixed: [ruby-dev:25161];TS; ; i; I";Mon Dec 13 00:58:02 2004 Tanaka Akira ;T@ o; ;;;[o;;I"+lib/pathname.rb (cleanpath_aggressive);T;[o;;[I"make it private.;To;;I"(cleanpath_conservative);T;[o;;[I"9ditto. Suggested by Daniel Berger. [ruby-core:3914];TS; ; i; I"2004-12-12;T@ S; ; i; I"ESun Dec 12 21:32:14 2004 Nobuyoshi Nakada ;T@ o; ;;;[o;;I";test/ruby/test_super.rb (TestSuper#test_define_method);T;[o;;[I"+now methods from procs can call super.;TS; ; i; I"?Sun Dec 12 10:35:10 2004 Dave Thomas ;T@ o; ;;;[o;;I";lib/rdoc/generators/template/html/html.rb (RDoc::Page);T;[o;;[I";T@ o; ;;;[o;;I"/lib/rdoc/rdoc.rb (RDoc::RDoc::parse_files);T;[o;;[I">Never exclude files explicitly given on the command line.;TS; ; i; I"2004-12-11;T@ S; ; i; I"ISat Dec 11 21:10:16 2004 Masatoshi SEKI ;T@ o; ;;;[o;;I"lib/drb/drb.rb;T;[o;;[I"=add DRbRemoteError. [ruby-list:40348], [ruby-list:40390];To;;I"test/drb/drbtest.rb;T;[o;;[I" ditto.;To;;I"test/drb/ut_drb.rb;T;[o;;[I" ditto.;TS; ; i; I"ESat Dec 11 13:08:28 2004 Nobuyoshi Nakada ;T@ o; ;;;[o;;I""sample/optparse/subcommand.rb;T;[o;;[I"Ea sample for sub commands like cvs. contributed by Minero Aoki.;TS; ; i; I"2004-12-10;T@ S; ; i; I"EFri Dec 10 08:39:48 2004 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"&ext/socket/socket.c (sock_listen);T;[o;;[I"0get OpenFile just before calling listen(2).;TS; ; i; I"2004-12-09;T@ S; ; i; I"BThu Dec 9 16:28:35 2004 NAKAMURA Usaku ;T@ o; ;;;[o;;I"ext/sdbm/init.c (GetDBM);T;[o;;[I" typo.;TS; ; i; I"CThu Dec 9 16:21:51 2004 GOTOU Yuuzou ;T@ o; ;;;[o;;I"3lib/webrick/cgi.rb (WEBrick::CGI#setup_header);T;[o;;[I"*avoid SecurityError. [ruby-dev:24970];To;;I"8lib/webrick/httpserver.rb (WEBrick::HTTPServer#run);T;[o;;[I"Ishould wait for reading request till data arrive. [ruby-talk:121068];TS; ; i; I"EThu Dec 9 14:38:35 2004 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"string.c (rb_str_inspect);T;[o;;[I"Pescape # which starts an expression substitution. fixed: [ruby-core:03922];To;;I"string.c (rb_str_dump);T;[o;;[I"-not escape # which isn't a substitution.;TS; ; i; I"FThu Dec 9 12:31:53 2004 WATANABE Hirofumi ;T@ o; ;;;[o;;I"io.c (pipe_open);T;[o;;[I""should set prog if argc != 0.;TS; ; i; I"GThu Dec 9 10:54:36 2004 Yukihiro Matsumoto ;T@ o; ;;;[o;;I" ext/dbm/dbm.c (fdbm_select);T;[o;;[I"[ruby-dev:25132];To;;I"ext/sdbm/init.c;T;[o;;[I" ditto.;To;;I"ext/gdbm/gdbm.c;T;[o;;[I" ditto.;TS; ; i; I"EThu Dec 9 10:19:18 2004 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"1test/socket/test_socket.rb (test_setsockopt);T;[o;;[I"Guse SO_LINGER instead of SO_BINDTODEVICE. fixed: [ruby-dev:25133];TS; ; i; I"HThu Dec 9 03:08:36 2004 Hidetoshi NAGAI ;T@ o; ;;;[o;;I"&ext/tcltklib/tcltklib.c (ip_init);T;[o;;[I"[set root-win title to "ruby" when the running script is '-e one-liner' or '-' (stdin).;To;;I"ext/tcltklib/extconf.rb;T;[o;;[I"6add find_library("#{lib}#{ver}",..) for stub libs;To;;I"ext/tk/lib/tk/textmark.rb;T;[o;;[I"FTkTextMarkCurrent and TkTextMarkAnchor have a wrong parent class.;To;;I"ext/tk/lib/tk/dialog.rb;T;[o;;[I"lrename TkDialog2 --> TkDialogObj and TkWarning2 --> TkWarningObj (old names are changed to alias names);To;;I"ext/tk/lib/tk/dialog.rb;T;[o;;[I"Obug fix of treatment of 'prev_command' option and hashes for configuration;To;;I"ext/tk/lib/tk/dialog.rb;T;[o;;[I"3add TkDialogObj#name to return the button name;To;;I"!ext/tk/lib/tk/radiobutton.rb;T;[o;;[I"Wrename enbugged method value() ==> get_value() and value=(val) ==> set_value(val).;To;;I"ext/tk/lib/tk/menu.rb;T;[o;;[I"add TkMenu.new_menuspec;To;;I"ext/tk/lib/tk/menu.rb;T;[o;;[I"Uadd alias (TkMenuButton = TkMenubutton, TkOptionMenuButton = TkOptionMenubutton);To;;I"ext/tk/lib/tk/event.rb;T;[o;;[I"Pnew method aliases (same as option keys of event_generate) for Event object;To;;I"ext/tk/lib/tk/font.rb;T;[o;;[I".configinfo returns proper types of values;To;;I"ext/tk/lib/tk.rb;T;[o;;[I"+bind methods accept subst_args + block;To;;I"ext/tk/lib/tk/canvas.rb;T;[o;;[I" ditto;To;;I"ext/tk/lib/tk/canvastag.rb;T;[o;;[I" ditto;To;;I"ext/tk/lib/tk/frame.rb;T;[o;;[I" ditto;To;;I"ext/tk/lib/tk/text.rb;T;[o;;[I" ditto;To;;I"ext/tk/lib/tk/texttag.rb;T;[o;;[I" ditto;To;;I"ext/tk/lib/tk/toplevel.rb;T;[o;;[I" ditto;To;;I"ext/tk/lib/tkextlib/*;T;[o;;[I"ditto and bug fix;TS; ; i; I"2004-12-08;T@ S; ; i; I"?Wed Dec 8 23:54:29 2004 Dave Thomas ;T@ o; ;;;[o;;I";lib/rdoc/generators/template/html/html.rb (RDoc::Page);T;[o;;[I"*Typo meant that h2 tag was invisible.;TS; ; i; I";Wed Dec 8 22:10:02 2004 Tanaka Akira ;T@ o; ;;;[o;;I"Drubyio.h, io.c, ext/dl/dl.c, ext/pty/pty.c, ext/socket/socket.c;T;[o;;[I"Ycreate FILE object only when required: popen(3) and DL's IO#to_ptr. [ruby-dev:25122];To;;I"io.c (rb_io_binmode);T;[o;;[I"0use setmode for Human68k. [ruby-dev:25121];TS; ; i; I"FWed Dec 8 20:13:06 2004 WATANABE Hirofumi ;T@ o; ;;;[o;;I"process.c (rb_spawn);T;[o;;[I"support for DJGPP.;To;;I"lib/mkmf.rb (VPATH);T;[o;;[I"3specify the implicit path separator for DJGPP.;TS; ; i; I"GWed Dec 8 17:48:22 2004 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"eval.c (proc_invoke);T;[o;;[I"Emerge Guy Decoux's argument preserve patch in [ruby-core:03874].;TS; ; i; I"BWed Dec 8 17:37:33 2004 NAKAMURA Usaku ;T@ o; ;;;[o;;I"%win32/win32.c (rb_w32_pipe_exec);T;[o;;[I"*need to close original socket handle.;TS; ; i; I"GWed Dec 8 14:31:36 2004 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"sprintf.c (rb_f_sprintf);T;[o;;[I"[ruby-dev:25104];TS; ; i; I"BWed Dec 8 13:49:46 2004 NAKAMURA Usaku ;T@ o; ;;;[o;;I"%win32/win32.c (rb_w32_pipe_exec);T;[o;;[I"Dmust close original handle before exec. fixed: [ruby-dev:25112];TS; ; i; I"EWed Dec 8 11:46:26 2004 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"parse.y (string_content);T;[o;;[I"@get rid of segfault at empty evstr. fixed: [ruby-dev:25113];TS; ; i; I"CWed Dec 8 03:26:51 2004 GOTOU Yuuzou ;T@ o; ;;;[o;;I"*ext/openssl/ossl_bio.c (ossl_obj2bio);T;[o;;[I"-should not use fptr->f. [ruby-dev:25101];TS; ; i; I"EWed Dec 8 03:26:41 2004 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"runruby.rb;T;[o;;[I"=prepend LIBRUBY_SO to LD_PRELOAD as well as rubytest.rb.;TS; ; i; I"BWed Dec 8 01:35:44 2004 NAKAMURA Usaku ;T@ o; ;;;[o;;I"win32/win32.c (is_socket);T;[o;;[I"%reorder of function definitions.;TS; ; i; I"BWed Dec 8 00:44:31 2004 NAKAMURA Usaku ;T@ o; ;;;[ o;;I"io.c (pipe_open);T;[o;;[I"&win32 bidirectional pipe support.;To;;I"(win32/win32.[ch] (rb_w32_pipe_exec);T;[o;;[I" ditto.;To;;I""win32/win32.[ch] (socketpair);T;[o;;[I".new function. POSIX socketpair emulation.;To;;I"(win32/win32.c (socketpair_internal);T;[o;;[I" ditto.;TS; ; i; I"?Wed Dec 8 00:25:07 2004 Kouhei Sutou ;T@ o; ;;;[o;;I"test/rss/test_version.rb;T;[o;;[I"/added version check test. [ruby-dev:25053];TS; ; i; I"2004-12-07;T@ S; ; i; I";Tue Dec 7 15:40:38 2004 Tanaka Akira ;T@ o; ;;;[o;;I"io.c (io_fwrite);T;[o;;[I"Davoid context switch before writing to stderr. [ruby-dev:25080];To;;I" rubyio.h;T;[o;;[I"#refine deprecated declaration.;To;;I"configure.in, file.c, io.c;T;[o;;[I"'remove useless check: fseeko, etc.;TS; ; i; I"BTue Dec 7 13:42:07 2004 NAKAMURA Usaku ;T@ o; ;;;[o;;I"dir.c (dir_s_mkdir);T;[o;;[I"6win32 special processing doesn't need any longer.;To;;I"$win32/win32.[ch] (rb_w32_mkdir);T;[o;;[I"0new function. POSIX.1 compatible interface.;To;;I"$win32/win32.[ch] (rb_w32_rmdir);T;[o;;[I"new function.;TS; ; i; I"GTue Dec 7 00:27:37 2004 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"process.c (proc_setgroups);T;[o;;[I"[ruby-dev:25081];TS; ; i; I"2004-12-06;T@ S; ; i; I";Mon Dec 6 23:07:57 2004 Tanaka Akira ;T@ o; ;;;[o;;I"configure.in;T;[o;;[I"^check -lsocket for socketpair and shutdown. reported by Ville Mattila. [ruby-core:03903];TS; ; i; I"FMon Dec 6 23:00:45 2004 WATANABE Hirofumi ;T@ o; ;;;[o;;I"'configure.in (ac_cv_sizeof_rlim_t);T;[o;;[I"setup for DJGPP.;To;;I"io.c (is_socket, shutdown);T;[o;;[I"#define dummy macros for DJGPP.;To;;I"process.c;T;[o;;[I"8use SIZEOF_RLIM_T instead of HAVE_RLIM_T for DJGPP.;TS; ; i; I"BMon Dec 6 21:19:40 2004 NAKAMURA Usaku ;T@ o; ;;;[o;;I"io.c (is_socket);T;[o;;[I"!fix typos. [ruby-core:03900];TS; ; i; I"BMon Dec 6 20:13:28 2004 NAKAMURA Usaku ;T@ o; ;;;[ o;;I"io.c (is_socket);T;[o;;[I"new function.;To;;I"/io.c (rb_io_close_read, rb_io_close_write);T;[o;;[I"use is_socket().;To;;I"io.c (rb_io_fptr_finalize);T;[o;;[I"?need to check fptr->f before calling rb_io_fptr_cleanup().;To;;I"io.c (pipe_open);T;[o;;[I"'win32 pipe support (experimental).;To;;I"(win32/win32.[ch] (rb_w32_pipe_exec);T;[o;;[I"?return file descriptors instead of FILE structure objects.;To;;I"(win32/win32.[ch] (rb_w32_is_socket);T;[o;;[I"new function.;TS; ; i; I"FMon Dec 6 19:40:40 2004 WATANABE Hirofumi ;T@ o; ;;;[o;;I"Makefile.in (.y.c);T;[o;;[I"simplify the rule.;TS; ; i; I"GMon Dec 6 18:08:10 2004 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"re.c (rb_reg_eqq);T;[o;;[I"&document fix. [ruby-talk:122541];TS; ; i; I"BMon Dec 6 17:49:30 2004 NAKAMURA Usaku ;T@ o; ;;;[o;;I"eval.c (run_trap_eval);T;[o;;[I"*add prototype for Microsoft compiler.;TS; ; i; I";Mon Dec 6 17:32:38 2004 Tanaka Akira ;T@ o; ;;;[o;;I"{rubyio.h, intern.h, io.c, file.c, process.c, ext/socket/socket.c, ext/pty/pty.c, ext/io/wait/wait.c, ext/openssl/ossl_ssl.c;T;[o;;[I"DUse own buffering mechanism instead of stdio. [ruby-dev:25056];To;;I"7io.c, ext/stringio/stringio.c, test/ruby/ut_eof.rb;T;[o;;[I"EOF flag removed.;TS; ; i; I"EMon Dec 6 17:15:17 2004 Nobuyoshi Nakada ;T@ o; ;;;[ o;;I"Atest/socket/test_socket.rb (TestBasicSocket#test_setsockopt);T;[o;;[I"9BasicSocket#setsockopt dumps core. [ruby-dev:25039];To;;I":test/socket/test_tcp.rb (TestTCPSocket#test_recvfrom);T;[o;;[I"5TCPSocket#recvfrom dumps core. [ruby-dev:24705];To;;I"9test/socket/test_udp.rb (TestUDPSocket#test_connect);T;[o;;[I"4UDPSocket#connect dumps core. [ruby-dev:25045];To;;I"6test/socket/test_udp.rb (TestUDPSocket#test_bind);T;[o;;[I"1UDPSocket#bind dumps core. [ruby-dev:25057];TS; ; i; I"GMon Dec 6 09:59:23 2004 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"io.c (io_fread);T;[o;;[I"take VALUE argument.;To;;I"'ext/socket/socket.c (sock_connect);T;[o;;[I"(use rb_str_new4(). [ruby-dev:25052];To;;I"eval.c (rb_yield_0);T;[o;;[I"[ruby-dev:25051];TS; ; i; I"CMon Dec 6 01:32:31 2004 GOTOU Yuuzou ;T@ o; ;;;[o;;I"ext/openssl/ossl_pkey_rsa.c (ossl_rsa_public_encrypt, ossl_rsa_public_decrypt, ossl_rsa_private_encrypt, ossl_rsa_private_decrypt);T;[o;;[I"Qshould take an optional argument to specify padding mode. [ruby-talk:122539];To;;I"0ext/openssl/ossl_pkey_rsa.c (Init_ossl_rsa);T;[o;;[I"qadd new constants PKCS1_PADDING, SSLV23_PADDING, NO_PADDING and PKCS1_OAEP_PADDING under OpenSSL::PKey::RSA.;To;;I""test/openssl/test_pkey_rsa.rb;T;[o;;[I"new file.;TS; ; i; I"2004-12-05;T@ S; ; i; I"ESun Dec 5 19:39:17 2004 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"8lib/optparse.rb (OptionParser::Completion#complete);T;[o;;[I"2new parameter to direct case insensitiveness.;To;;I"*lib/optparse.rb (OptionParser#order!);T;[o;;[I"8ignore case only for long option. [ruby-dev:25048];TS; ; i; I"FSun Dec 5 00:54:32 2004 WATANABE Hirofumi ;T@ o; ;;;[o;;I"mkconfig.rb;T;[o;;[I"Dsetup library paths before requiring library. [ruby-core:03892];TS; ; i; I"2004-12-04;T@ S; ; i; I"GSat Dec 4 22:54:15 2004 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"io.c (io_write);T;[o;;[I"/remove rb_str_locktmp(). [ruby-dev:25050];To;;I"io.c (io_fwrite);T;[o;;[I"8takes VALUE string as an argument. [ruby-dev:25050];To;;I"'ext/socket/socket.c (sock_connect);T;[o;;[I".remove rb_str_locktmp(). [ruby-dev:25050];To;;I"&ext/socket/socket.c (udp_connect);T;[o;;[I"[ruby-dev:25045];To;;I"#ext/socket/socket.c (udp_bind);T;[o;;[I" ditto.;To;;I"#ext/socket/socket.c (udp_send);T;[o;;[I" ditto.;To;;I"%ext/socket/socket.c (bsock_send);T;[o;;[I" ditto.;To;;I"%ext/socket/socket.c (s_recvfrom);T;[o;;[I" ditto.;To;;I"hash.c (rb_hash_hash);T;[o;;[I"Pshould provide "hash" method where "eql?" is redefined. [ruby-talk:122482];TS; ; i; I"ASat Dec 4 21:29:05 2004 Minero Aoki ;T@ o; ;;;[o;;I"lib/fileutils.rb;T;[o;;[I"+(In previous commit) new method chown.;To;;I"lib/fileutils.rb;T;[o;;[I"-(In previous commit) new method chown_R.;To;;I"lib/fileutils.rb;T;[o;;[I"I(In previous commit) new method chmod_R wrongly added. Removed now.;TS; ; i; I"ASat Dec 4 20:45:52 2004 Minero Aoki ;T@ o; ;;;[o;;I"&lib/fileutils.rb (mkdir, mkdir_p);T;[o;;[I"/should chmod explicitly. [ruby-core:03881];TS; ; i; I"?Sat Dec 4 18:54:09 2004 Kouhei Sutou ;T@ o; ;;;[o;;I"lib/rss/rss.rb;T;[o;;[I"%removed empty lines from output.;TS; ; i; I"?Sat Dec 4 18:49:09 2004 Kouhei Sutou ;T@ o; ;;;[o;;I""lib/rss/rss.rb (RSS::VERSION);T;[o;;[I"0.1.1 -> 0.1.2;To;;I"lib/rss/rss.rb;T;[o;;[I"-#item=/#set_item and so on are obsolete.;TS; ; i; I"?Sat Dec 4 14:28:56 2004 Dave Thomas ;T@ o; ;;;[o;;I"Clib/rdoc/code_objects.rb (RDoc::Context::Section::set_comment);T;[o;;[I"Section comments may now be bracketed by lines which are ignored. You can now write # ----------- # :section: Dave's Section # comment material # ----------- The lines before :section: are removed, and identical lines at the end are also removed if present.;TS; ; i; I"GSat Dec 4 00:35:08 2004 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"+ext/socket/socket.c (bsock_setsockopt);T;[o;;[I"[ruby-dev:25039];TS; ; i; I"2004-12-03;T@ S; ; i; I"EFri Dec 3 12:25:21 2004 Nobuyoshi Nakada ;T@ o; ;;;[o;;I" st.h;T;[o;;[I"fix prototype for C++.;TS; ; i; I"HFri Dec 3 01:55:24 2004 Hidetoshi NAGAI ;T@ o; ;;;[ o;;I"ext/tk/lib/tk.rb;T;[o;;[I"widget configuration by TkWindow#method_missing returns proper object. "widget.option = val" returns val, and "widget.option(val)" returns self.;To;;I"ext/tk/lib/tk/font.rb;T;[o;;[I"3TkFont#replace accepts only one font argument.;To;;I"!ext/tk/lib/tk/radiobutton.rb;T;[o;;[I";add TkRadiobutton#value and TkRadiobutton#value=(val).;To;;I"ext/tk/lib/tk/spinbox.rb;T;[o;;[I"5callback substitution support on command option.;To;;I""ext/tk/sample/demos-en/widget;T;[o;;[I"!bug fix (wrong image height);To;;I""ext/tk/sample/demos-jp/widget;T;[o;;[I" ditto.;TS; ; i; I"GFri Dec 3 00:21:05 2004 Yukihiro Matsumoto ;T@ o; ;;;[ o;;I"eval.c (proc_invoke);T;[o;;[I"hprepare to pass a block from "call" method to a Proc generated by Method#to_proc. [ruby-dev:25031];To;;I"eval.c (rb_yield_0);T;[o;;[I"-actually passes a block given to "call".;To;;I"object.c (convert_type);T;[o;;[I"Fuse rb_respond_to() again. this fix is based on [ruby-dev:25021];To;;I"eval.c (rb_respond_to);T;[o;;[I";T@ o; ;;;[o;;I"io.c (rb_file_initialize);T;[o;;[I"[ruby-dev:25032];TS; ; i; I"2004-12-02;T@ S; ; i; I"HThu Dec 2 15:13:53 2004 Michael Neumann ;T@ o; ;;;[o;;I";T@ o; ;;;[o;;I"eval.c (rb_protect);T;[o;;[I"_prevent continuations created inside from being called from the outside. [ruby-dev:25003];To;;I"%eval.c (rb_callcc, rb_cont_call);T;[o;;[I"Gprohibit calling from different signal contexts. [ruby-dev:25022];TS; ; i; I"AThu Dec 2 10:45:02 2004 Shugo Maeda ;T@ o; ;;;[o;;I"#test/readline/test_readline.rb;T;[o;;[I"fix for NetBSD.;TS; ; i; I"GThu Dec 2 09:57:24 2004 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"+lib/ostruct.rb (OpenStruct::Marshaler);T;[o;;[I":OpenStruct can be marshaled again. [ruby-core:03862];TS; ; i; I"EThu Dec 2 09:30:58 2004 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"eval.c (thread_mark);T;[o;;[I")mark thread group. [ruby-dev:25020];To;;I"eval.c (thgroup_add);T;[o;;[I"3check whether the argument is really a Thread.;TS; ; i; I"GThu Dec 2 07:57:16 2004 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"io.c (rb_io_ctl);T;[o;;[I"[ruby-dev:25019];TS; ; i; I"2004-12-01;T@ S; ; i; I"BWed Dec 1 06:13:00 2004 NARUSE, Yui ;T@ o; ;;;[ o;;I"ext/nkf/nkf.c;T;[o;;[I"add constant NKF::VERSION;To;;I"ext/nkf/nkf.c(guess);T;[o;;[I"$this becomes an alias of guess2;To;;I"ext/nkf/test.rb;T;[o;;[I"add --no-cp932;To;;I"ext/nkf/nkf-utf8/nkf.c;T;[o;;[I" original nkf2 revision 1.47;TS; ; i; I"GWed Dec 1 02:21:02 2004 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"signal.c (sighandler);T;[o;;[I"Jcall handler immediately only for default handlers. [ruby-dev:25003];TS; ; i; I"2004-11-30;T@ S; ; i; I"ETue Nov 30 23:49:12 2004 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"io.c (pipe_open);T;[o;;[I"Berrno should be preserved for rb_sys_fail() when fork failed.;TS; ; i; I"GTue Nov 30 16:18:50 2004 Yukihiro Matsumoto ;T@ o; ;;;[ o;;I"io.c (io_fread);T;[o;;[I"2need not to null terminate. [ruby-dev:24998];To;;I"eval.c (rb_eval);T;[o;;[I",should check previous frame for ZSUPER.;To;;I"io.c (read_all);T;[o;;[I"9remove unnecessary rb_str_resize(). [ruby-dev:24996];To;;I"io.c (io_readpartial);T;[o;;[I" ditto.;To;;I"io.c (io_read);T;[o;;[I" ditto.;TS; ; i; I"FTue Nov 30 14:58:33 2004 WATANABE Hirofumi ;T@ o; ;;;[o;;I"instruby.rb (install);T;[o;;[I")add arguments explicitly to "super".;TS; ; i; I"GTue Nov 30 00:49:08 2004 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"eval.c (PUSH_FRAME);T;[o;;[I"(flags should have been initialized.;To;;I"eval.c (rb_eval);T;[o;;[I"[ruby-core:03856];To;;I"io.c (rb_io_sysread);T;[o;;[I"*use temporary lock. [ruby-dev:24992];TS; ; i; I"ETue Nov 30 00:12:57 2004 Kazuo Saito ;T@ o; ;;;[o;;I"regparse.c;T;[o;;[I"Lnow handles many alternatives (over 500000) in regexp. [ruby-dev:24773];TS; ; i; I"2004-11-29;T@ S; ; i; I"EMon Nov 29 16:06:04 2004 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"*ext/stringio/stringio.c (strio_write);T;[o;;[I"Uinsufficiently filled string being extended when overwriting. [ruby-core:03836];TS; ; i; I"GMon Nov 29 15:59:05 2004 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"0lib/ostruct.rb (OpenStruct::method_missing);T;[o;;[I"%check method duplication for -d.;To;;I",lib/ostruct.rb (OpenStruct::initialize);T;[o;;[I" ditto.;TS; ; i; I"EMon Nov 29 15:22:28 2004 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"#test/io/nonblock/test_flush.rb;T;[o;;[I"5abandon tests when io/nonblock is not supported.;TS; ; i; I"EMon Nov 29 13:37:54 2004 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"io.c (fptr_finalize);T;[o;;[I"7must not use FILE after fclose(). [ruby-dev:24985];TS; ; i; I"BMon Nov 29 13:13:13 2004 NAKAMURA Usaku ;T@ o; ;;;[o;;I" win32/win32.c (CreateChild);T;[o;;[I"Jpush back the last space before next loop because CharNext() eats it.;TS; ; i; I"GMon Nov 29 03:08:30 2004 Yukihiro Matsumoto ;T@ o; ;;;[ o;;I"object.c (convert_type);T;[o;;[I"[ruby-core:03845];To;;I"eval.c (rb_funcall_rescue);T;[o;;[I"new function.;To;;I"object.c (rb_Array);T;[o;;[I"!avoid using rb_respond_to().;To;;I"object.c (rb_Integer);T;[o;;[I" ditto.;To;;I"eval.c (get_backtrace);T;[o;;[I"no conversion for nil.;To;;I"parse.y (reduce_nodes);T;[o;;[I""empty body should return nil.;TS; ; i; I";Mon Nov 29 01:18:18 2004 Tanaka Akira ;T@ o; ;;;[o;;I" io.c (rb_io_check_writable);T;[o;;[I"Jcall io_seek regardless of NEED_IO_SEEK_BETWEEN_RW. [ruby-dev:24986];TS; ; i; I"2004-11-28;T@ S; ; i; I"?Sun Nov 28 15:57:58 2004 Kouhei Sutou ;T@ o; ;;;[o;;I"&lib/rss/rss.rb (RSS::Element#tag);T;[o;;[I":not use block_given? for working with ruby 1.6 again.;To;;I":lib/rss/{0.9,2.0,trackback}.rb, lib/rss/maker/base.rb;T;[o;;[I" remove_method for working with ruby 1.6 again.;TS; ; i; I"?Sun Nov 28 15:51:40 2004 Kouhei Sutou ;T@ o; ;;;[o;;I"&lib/rss/rss.rb (RSS::NotSetError);T;[o;;[I" added.;To;;I"#lib/rss/maker/{1.0,0.9,2.0}.rb;T;[o;;[I"tchanged RSS Maker to raise RSS::NotSetError if required values of maker.channel are not set. [ruby-talk:120061];To;;I")test/rss/test_maker_{1.0,0.9,2.0}.rb;T;[o;;[I"4changed tests to check RSS Maker raises or not.;TS; ; i; I"ESun Nov 28 12:14:47 2004 Kazuo Saito ;T@ o; ;;;[o;;I"regparse.c (fetch_token);T;[o;;[I"%fixed test failure on HP-UX ia64;To;;I"([ruby-dev;T;[o;;[I" 24859]).;TS; ; i; I"ESun Nov 28 12:08:15 2004 Kazuo Saito ;T@ o; ;;;[o;;I")regparse.c, test/ruby/test_regexp.rb;T;[o;;[I"Pfixed problem with UTF-8 characters that have U+00FE or invalid characters.;TS; ; i; I"ESun Nov 28 12:07:04 2004 Kazuo Saito ;T@ o; ;;;[o;;I"(regexec.c, test/ruby/test_regexp.rb;T;[o;;[I"fixed segmentation fault;To;;I"([ruby-dev;T;[o;;[I" 24887]).;TS; ; i; I"ESun Nov 28 12:05:48 2004 Kazuo Saito ;T@ o; ;;;[o;;I"regcomp.c, regint.h;T;[o;;[I"Yfixed PLATFORM_UNALIGNED_WORD_ACCESS problem ([ruby-dev:24802] and [ruby-core:3733]);TS; ; i; I"2004-11-27;T@ S; ; i; I"GSat Nov 27 23:43:39 2004 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"io.c (rb_io_initialize);T;[o;;[I"[ruby-dev:24972];TS; ; i; I";Sat Nov 27 21:43:39 2004 Tanaka Akira ;T@ o; ;;;[ o;;I" io.c;T;[o;;[I"~avoid data lost with nonblocking fd and stdio buffering in sync mode. [ruby-dev:24966] based on matz's patch [ruby-dev:24967];To;;I"(io_fwrite);T;[o;;[I"Gnew primitive writing function which writes directly if sync mode.;To;;I"(rb_io_fwrite);T;[o;;[I"wrapper for io_fwrite now.;To;;I"(io_write);T;[o;;[I",call io_fwrite instead of rb_io_fwrite.;TS; ; i; I"?Sat Nov 27 17:43:21 2004 Kouhei Sutou ;T@ o; ;;;[ o;;I"6lib/rss/{0.9,1.0,2.0,trackback,xml-stylesheet}.rb;T;[o;;[I"added #setup_maker.;To;;I"#test/rss/test_setup_maker_*.rb;T;[o;;[I""added tests for #setup_maker.;To;;I"7lib/rss/maker/base.rb(RSS::Maker::Items#max_size=);T;[o;;[I"+supported output item size limitation.;To;;I"sample/rss/blend.rb;T;[o;;[I" added sample for RSS Maker.;TS; ; i; I"?Sat Nov 27 17:41:35 2004 Kouhei Sutou ;T@ o; ;;;[o;;I"lib/rss/maker/0.9.rb;T;[o;;[I"Ksupported RSS::Maker.make("0.91"). Now, "0.9" is just alias of "0.91.";To;;I"test/rss/test_maker_0.9.rb;T;[o;;[I""make("0.9") -> maker("0.91").;To;;I"test/rss/test_to_s.rb;T;[o;;[I" ditto.;TS; ; i; I"?Sat Nov 27 17:21:30 2004 Kouhei Sutou ;T@ o; ;;;[o;;I"#sample/rss/list_description.rb;T;[o;;[I"untabified.;To;;I"sample/rss/rss_recent.rb;T;[o;;[I" ditto.;TS; ; i; I"ESat Nov 27 14:44:15 2004 Kent Sibilev ;T@ o; ;;;[o;;I"2lib/cgi/session.rb (CGI::Session::initialize);T;[o;;[I"[ruby-core:03832];TS; ; i; I"GSat Nov 27 09:41:21 2004 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"io.c (io_fread);T;[o;;[I"0old rb_io_fread with file closing checking.;To;;I"(rb_io_fread);T;[o;;[I"/wrapper for io_fread now. [ruby-dev:24964];TS; ; i; I"2004-11-26;T@ S; ; i; I"HFri Nov 26 18:02:44 2004 Hidetoshi NAGAI ;T@ o; ;;;[ o;;I"ext/tk/lib/tk.rb;T;[o;;[I"#Tk.destroy uses TkWindow#epath;To;;I"ext/tk/lib/tk/image.rb;T;[o;;[I" bug fix;To;;I"ext/tk/lib/tk/wm.rb;T;[o;;[I")add 'iconphoto' method(Windows only);To;;I"ext/tk/lib/tkextlib/*;T;[o;;[I"%some methods uses TkWindow#epath;TS; ; i; I"GFri Nov 26 14:29:39 2004 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"io.c (rb_io_initialize);T;[o;;[I"Euninitialized fd was checked to see open mode. [ruby-dev:24963];To;;I"io.c (rb_io_initialize);T;[o;;[I"1uninitialized fd was used. [ruby-dev:24962];TS; ; i; I"GFri Nov 26 13:49:06 2004 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"io.c (rb_io_initialize);T;[o;;[I"Ishould retrieve flags from copying file descriptor. [ruby-dev:24961];To;;I"eval.c (method_missing);T;[o;;[I"Kraise TypeError for classes do not have allocators. [ruby-core:03752];To;;I"lib/erb.rb;T;[o;;[I"9add RDoc by James Edward Gray II. [ruby-core:03786];TS; ; i; I"?Fri Nov 26 13:29:02 2004 Dave Thomas ;T@ o; ;;;[o;;I"Llib/rdoc/parsers/parse_rb.rb (RDoc::RubyParser::look_for_directives_in);T;[o;;[I"Break out of preprocessing when we find a :section: directive (previously cleared out the comment, but this apparently now generates an error in gsub!);TS; ; i; I"GFri Nov 26 00:17:40 2004 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"io.c (io_read);T;[o;;[I"Dmove StringValue() check before GetOpenFile(). [ruby-dev:24959];TS; ; i; I"2004-11-25;T@ S; ; i; I"EThu Nov 25 20:14:57 2004 Nobuyoshi Nakada ;T@ o; ;;;[o;;I",lib/thwait.rb (ThreadsWait#join_nowait);T;[o;;[I"Pabnormally terminated threads should be also processed. [ruby-talk:121320];TS; ; i; I";Thu Nov 25 18:06:37 2004 Tanaka Akira ;T@ o; ;;;[o;;I"configure.in;T;[o;;[I"AC_CHECK_SIZEOF(rlim_t) to include stdio.h to fix problem with autoconf 2.52 or earlier. revert AC_PREREQ to 2.50. [ruby-core:3809];TS; ; i; I"GThu Nov 25 07:59:41 2004 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"configure.in;T;[o;;[I"&AC_PREREQ(2.53) [ruby-core:03800];To;;I"io.c (read_all);T;[o;;[I"Vstringify non-nil buffer argument, and always taint the result. [ruby-dev:24955];TS; ; i; I"2004-11-24;T@ S; ; i; I"GWed Nov 24 01:01:31 2004 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"io.c (io_read);T;[o;;[I"Kinteger conversion should be prior to GetOpenFile(). [ruby-dev:24952];To;;I"configure.in, io.c;T;[o;;[I""cancel [ ruby-Patches-1074 ].;TS; ; i; I"2004-11-23;T@ S; ; i; I"HTue Nov 23 08:09:50 2004 Hidetoshi NAGAI ;T@ o; ;;;[o;;I"ext/tk/lib/tk/menu.rb;T;[o;;[I",improve usability of TkOptionMenubutton;TS; ; i; I"GTue Nov 23 02:00:21 2004 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"file.c (rb_file_chown);T;[o;;[I"Kinteger conversion should be prior to GetOpenFile(). [ruby-dev:24949];TS; ; i; I"GTue Nov 23 00:10:48 2004 Yukihiro Matsumoto ;T@ o; ;;;[ o;;I"file.c (rb_file_chown);T;[o;;[I"Kinteger conversion should be prior to GetOpenFile(). [ruby-dev:24947];To;;I"file.c (rb_file_truncate);T;[o;;[I" ditto.;To;;I" file.c (rb_file_s_truncate);T;[o;;[I" ditto.;To;;I"dir.c (dir_seek);T;[o;;[I"use NUM2OFFT().;To;;I"-misc/ruby-mode.el (ruby-non-block-do-re);T;[o;;[I"[ruby-core:03719];TS; ; i; I"2004-11-22;T@ S; ; i; I"?Mon Nov 22 22:33:02 2004 Dave Thomas ;T@ o; ;;;[o;;I"7lib/rdoc/parsers/parse_rb.rb (RDoc::parse_require);T;[o;;[I"EDon't use names of variables or constants when parsing 'require';TS; ; i; I"GMon Nov 22 00:13:35 2004 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"dir.c (dir_seek);T;[o;;[I"?should retrieve dir_data after NUM2INT(). [ruby-dev:24941];TS; ; i; I"2004-11-20;T@ S; ; i; I"?Sat Nov 20 23:57:33 2004 Dave Thomas ;T@ o; ;;;[o;;I"lib/rdoc/README (et al);T;[o;;[I"Add a new directive, :section:, and change the output format to accommodate. :section: allows to to group together methods, attributes, constants, etc under headings in the output. If used, a table of contents is generated.;TS; ; i; I"?Sat Nov 20 23:56:54 2004 Dave Thomas ;T@ o; ;;;[o;;I")lib/rdoc/options.rb (Options::parse);T;[o;;[I"5Force --inline-source if --one-file option given;TS; ; i; I"GSat Nov 20 23:55:19 2004 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"string.c (rb_str_splice);T;[o;;[I"Oshould place index wrapping after possible modification. [ruby-dev:24940];TS; ; i; I"ASat Nov 20 23:25:12 2004 Minero Aoki ;T@ o; ;;;[o;;I"io.c (rb_io_getline);T;[o;;[I"/f.gets("") did not work. [ruby-core:03771];To;;I"(test/ruby/test_io.rb (test_gets_rs);T;[o;;[I" test it.;TS; ; i; I"FSat Nov 20 22:55:09 2004 WATANABE Hirofumi ;T@ o; ;;;[o;;I"%test/runner.rb (CROSS_COMPILING);T;[o;;[I"=need to require rbconfig.rb before using CROSS_COMPILNG.;TS; ; i; I"ASat Nov 20 20:42:42 2004 Minero Aoki ;T@ o; ;;;[o;;I"ext/ripper/depend;T;[o;;[I"fix ripper.o dependency.;TS; ; i; I"FSat Nov 20 17:48:29 2004 WATANABE Hirofumi ;T@ o; ;;;[o;;I"io.c (io_reopen);T;[o;;[I"=work around problem with Cygwin fseeko returning ESPIPE.;TS; ; i; I"BSat Nov 20 05:34:24 2004 NARUSE, Yui ;T@ o; ;;;[o;;I"ext/nkf/nkf-utf8/nkf.c;T;[o;;[I"original nkf.c rev:1.40;To;;I"ext/nkf/test.rb;T;[o;;[I"$add test for mime encode/decode;TS; ; i; I"FSat Nov 20 01:45:04 2004 WATANABE Hirofumi ;T@ o; ;;;[o;;I"'test/xmlrpc/test_webrick_server.rb;T;[o;;[I"]move `requrie "webrick/https"' into #setup_http_server method to avoid soap test errors.;TS; ; i; I"@Sat Nov 20 01:37:34 2004 Johan Holmberg ;T@ o; ;;;[o;;I"eval.c (error_print);T;[o;;[I"4nicer traceback at interrupt. [ruby-core:03774];TS; ; i; I"GSat Nov 20 00:07:16 2004 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"string.c (str_gsub);T;[o;;[I"hinternal buffer should not be listed by ObjectSpace.each_object() by String#gsub. [ruby-dev:24931];TS; ; i; I"2004-11-19;T@ S; ; i; I"FFri Nov 19 22:44:43 2004 WATANABE Hirofumi ;T@ o; ;;;[o;;I"#lib/test/unit/collector/dir.rb;T;[o;;[I"%better support for -p/-x option.;TS; ; i; I"?Fri Nov 19 17:46:56 2004 Kouhei Sutou ;T@ o; ;;;[o;;I"Ilib/rss/maker/0.9.rb (RSS::Maker::RSS09::Image#have_required_values);T;[o;;[I"@changed /rss/channel/image to be optional. [ruby-Bugs:1047];To;;I"test/rss/test_maker_0.9.rb;T;[o;;[I"added tests for the above.;TS; ; i; I"?Fri Nov 19 17:18:17 2004 Kouhei Sutou ;T@ o; ;;;[o;;I""lib/rss/rss.rb (RSS::VERSION);T;[o;;[I"0.1.0 -> 0.1.1.;To;;I" lib/rss;T;[o;;[I"#to_s used #tag.;To;;I"test/rss/test_to_s.rb;T;[o;;[I" added.;To;;I"'lib/rss/maker.rb (RSS::Maker.make);T;[o;;[I"Qchanged API. It's not received modules which is used as the second argument.;To;;I"=lib/rss/xml-stylesheet.rb (RSS::XMLStyleSheet#alternate);T;[o;;[I"?changed return value type which is not String but Boolean.;To;;I"+lib/rss/2.0.rb (RSS::Rss::Channel#ttl);T;[o;;[I"?changed return value type which is not String but Integer.;To;;I"'lib/rss/0.9.rb (RSS::Rss::Channel);T;[o;;[I"7 has s and has s.;To;;I"6lib/rss/maker/0.9.rb (RSS::Maker::RSS09::Channel);T;[o;;[I" ditto.;To;;I"-lib/rss/0.9.rb (RSS::Rss::Channel::Item);T;[o;;[I" has s.;To;;I" has s.;To;;I"6lib/rss/maker/2.0.rb (RSS::Maker::RSS20::Channel);T;[o;;[I" ditto.;To;;I"lib/rss/trackback.rb;T;[o;;[I"+parent element has s.;To;;I"lib/rss/maker/trackback.rb;T;[o;;[I" ditto.;TS; ; i; I"FFri Nov 19 11:10:16 2004 WATANABE Hirofumi ;T@ o; ;;;[o;;I"#lib/test/unit/collector/dir.rb;T;[o;;[I"7add support for directory name with -p/-x options.;To;;I"(test/testunit/collector/test_dir.rb;T;[o;;[I" ditto.;To;;I"1lib/xmlrpc/datetime.rb (XMLRPC::DateTime#==);T;[o;;[I"(should use Array() instead of to_a.;TS; ; i; I"AFri Nov 19 10:32:36 2004 Shugo Maeda ;T@ o; ;;;[o;;I"Iext/readline/readline.c (readline_s_set_completion_append_character);T;[o;;[I"#accept nil. [ruby-core:03765];TS; ; i; I"GFri Nov 19 01:20:22 2004 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"=lib/cgi/session.rb (CGI::Session::FileStore::initialize);T;[o;;[I"_raise exception if data corresponding to session specified from the client does not exist.;TS; ; i; I"GFri Nov 19 00:59:31 2004 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"string.c (str_gsub);T;[o;;[I"Yinternal buffer should not be listed by ObjectSpace.each_object(). [ruby-dev:24919];TS; ; i; I"2004-11-18;T@ S; ; i; I"AThu Nov 18 23:42:36 2004 Minero Aoki ;T@ o; ;;;[o;;I"ext/ripper/depend;T;[o;;[I"HNever regenerate lib/ripper/core.rb automatically. [ruby-dev:24911];TS; ; i; I"BThu Nov 18 20:47:24 2004 NAKAMURA Usaku ;T@ o; ;;;[o;;I"%win32/win32.[ch] (rb_w32_isatty);T;[o;;[I"Inew function to replace MSVCRT's isatty because it never sets errno.;TS; ; i; I"EThu Nov 18 18:41:08 2004 Kazuhiro NISHIYAMA ;T@ o; ;;;[o;;I"-test/ruby/test_stringchar.rb (test_bang);T;[o;;[I" added.;To;;I"Pstring.c (rb_str_upcase_bang, rb_str_capitalize_bang, rb_str_swapcase_bang);T;[o;;[I"missing rb_str_modify().;TS; ; i; I"EThu Nov 18 17:05:01 2004 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"parse.y (f_rest_arg);T;[o;;[I"kstore rest args into invisible local variable in order to get rid of SEGV at ZSUPER. [ruby-dev:24913];TS; ; i; I"GThu Nov 18 15:39:52 2004 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"hash.c (rb_f_getenv);T;[o;;[I"+prohibit for $SAFE=4. [ruby-dev:24908];TS; ; i; I"AThu Nov 18 14:58:42 2004 Shugo Maeda ;T@ o; ;;;[o;;I"ext/readline/readline.c;T;[o;;[I"check $SAFE.;To;;I"#test/readline/test_readline.rb;T;[o;;[I"added tests for readline.;TS; ; i; I"GThu Nov 18 00:21:15 2004 Yukihiro Matsumoto ;T@ o; ;;;[ o;;I"process.c (proc_getpgrp);T;[o;;[I"+prohibit for $SAFE=2. [ruby-dev:24899];To;;I"process.c (get_pid);T;[o;;[I"ditto. [ruby-dev:24904];To;;I"process.c (get_ppid);T;[o;;[I" ditto.;To;;I"array.c (rb_ary_delete);T;[o;;[I"Gdefer rb_ary_modify() until actual modification. [ruby-dev:24901];TS; ; i; I"EThu Nov 18 10:10:14 2004 Nobuyoshi Nakada ;T@ o; ;;;[o;;I")io.c, rubyio.h (rb_io_modenum_flags);T;[o;;[I"exported.;To;;I"/ext/stringio/stringio.c (strio_initialize);T;[o;;[I"Callow Fixnum as mode as well as IO.new does. [ruby-dev:24896];TS; ; i; I"2004-11-17;T@ S; ; i; I"FWed Nov 17 23:47:30 2004 NAKAMURA, Hiroshi ;T@ o; ;;;[o;;I"#test/ruby/test_settracefunc.rb;T;[o;;[I"added. [ruby-dev:24884];TS; ; i; I"EWed Nov 17 18:59:16 2004 Kazuhiro NISHIYAMA ;T@ o; ;;;[o;;I"/process.c (proc_getrlimit, proc_setrlimit);T;[o;;[I"Aadd rb_secure(2) to methods of Process.{getrlimit,setrlimit};TS; ; i; I"GWed Nov 17 13:56:57 2004 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"parse.y (newline_node);T;[o;;[I",should not use FL_SET. [ruby-dev:24874];To;;I"parse.y (string_content);T;[o;;[I"should not use FL_UNSET.;To;;I"node.h (NODE_NEWLINE);T;[o;;[I"6remove unused bit to utilize flag field in nodes.;TS; ; i; I"EWed Nov 17 13:05:10 2004 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"dir.c (rb_push_glob);T;[o;;[I"#fix overrun. [ruby-dev:24886];TS; ; i; I"HWed Nov 17 11:48:17 2004 Michael Neumann ;T@ o; ;;;[o;;I"7lib/xmlrpc/parser.rb, test/xmlrpc/test_features.rb;T;[o;;[I",fixed "assigning to constants" warnings;TS; ; i; I"@Wed Nov 17 09:38:18 2004 Johan Holmberg ;T@ o; ;;;[o;;I"re.c (rb_reg_initialize_m);T;[o;;[I"Hshould raise exception instead of compile error. [ruby-core:03755];TS; ; i; I"GWed Nov 17 03:42:45 2004 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"string.c (rb_str_splice);T;[o;;[I"^move rb_str_modify() after StringValue(), which may alter the receiver. [ruby-dev:24878];To;;I"error.c (rb_error_frozen);T;[o;;[I"1now raise RuntimeError instead of TypeError.;TS; ; i; I"2004-11-16;T@ S; ; i; I"HTue Nov 16 21:22:47 2004 Michael Neumann ;T@ o; ;;;[o;;I"%lib/xmlrpc/server.rb (CGIServer);T;[o;;[I"=fixed bug when client sends "Content-typ: text/xml; ...";TS; ; i; I"GTue Nov 16 23:45:07 2004 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"numeric.c (flo_divmod);T;[o;;[I"Uprotect float values from GC by assignment to local variables. [ruby-dev:24873];TS; ; i; I"HTue Nov 16 14:31:54 2004 Michael Neumann ;T@ o; ;;;[o;;I"test/xmlrpc/*;T;[o;;[I"1imported and refactored original test cases.;To;;I"Gtest/xmlrpc/test_webrick_server.rb, test/xmlrpc/webrick_testing.rb;T;[o;;[I"added test case that starts up a WEBrick XML-RPC server and performs some tests on it (both http and https servers are started).;To;;I"$lib/xmlrpc/create.rb (XMLWriter;T;[o;;[I"}:each_installed_writer), lib/xmlrpc/parser.rb (XMLParser::each_installed_parser): added methods to simply original test cases;To;;I"1lib/xmlrpc/parser.rb, lib/xmlrpc/datetime.rb;T;[o;;[I"Xapplied patch by MoonWolf to allow parsing datetime.iso8601;To;;I"(e.g. 20041105T01;T;[o;;[I" 15:23Z).;To;;I"lib/xmlrpc/server.rb;T;[o;;[I"fixed issue #998;To;;I" (http;T;[o;;[I"I//rubyforge.org/tracker/?func=detail&atid=1700&aid=998&group_id=426);To;;I".lib/xmlrpc/create.rb, lib/xmlrpc/utils.rb;T;[o;;[I"when marshalling/loading user-defined data structures, use Class#allocate instead of defining an empty #initialize method. module XMLRPC::Marshallable is now only used for tagging.;To;;I"1lib/xmlrpc/.document, lib/xmlrpc/README.rdoc;T;[o;;[I"added howto;TS; ; i; I"BTue Nov 16 16:26:12 2004 NAKAMURA Usaku ;T@ o; ;;;[o;;I"/{bcc32,win32,wince}/setup.mak (-epilogue-);T;[o;;[I">remove config.h and config.status to force updating them.;TS; ; i; I"ETue Nov 16 16:20:45 2004 Nobuyoshi Nakada ;T@ o; ;;;[o;;I")ext/stringio/stringio.c (strio_read);T;[o;;[I"fposition was ignored when a buffer was passed. http://www.yo.rim.or.jp/~nov/d/?date=20041116#p03;TS; ; i; I"BTue Nov 16 13:35:54 2004 NAKAMURA Usaku ;T@ o; ;;;[o;;I"Blib/test/unit/autorunner.rb (Test::Unit::AutoRunner::options);T;[o;;[I"Yadd new option --exclude (-x) to skip some tests. [ruby-core:3363], [ruby-dev:24865];To;;I"Hlib/test/unit/collector/dir.rb (Test::Unit::Collector::Dir.exclude);T;[o;;[I" ditto.;TS; ; i; I"ETue Nov 16 11:19:07 2004 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"Blib/test/unit/autorunner.rb (Test::Unit::AutoRunner::options);T;[o;;[I"use Regexp conversion.;TS; ; i; I"GTue Nov 16 01:41:31 2004 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"string.c (str_mod_check);T;[o;;[I"7frozen check should be separated. [ruby-core:3742];To;;I"array.c (rb_ary_update);T;[o;;[I"Wpedantic check to detect rb_ary_to_ary() to modify the receiver. [ruby-dev:24861];TS; ; i; I"2004-11-15;T@ S; ; i; I";Mon Nov 15 18:58:05 2004 Tanaka Akira ;T@ o; ;;;[o;;I"configure.in;T;[o;;[I"1check rlim_t more portably. [ruby-core:3735];TS; ; i; I"EMon Nov 15 11:50:32 2004 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"@misc/ruby-mode.el (ruby-special-char-p, ruby-parse-partial);T;[o;;[I"1handle operator symbols. [ruby-talk:120177];TS; ; i; I"GMon Nov 15 08:58:55 2004 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"eval.c (Init_Proc);T;[o;;[I"8make proc as an alias to Proc.new. [ruby-dev:24848];TS; ; i; I"GMon Nov 15 00:46:03 2004 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"eval.c (rb_yield_0);T;[o;;[I"@lambda{}.call(1) should raise exception. [ruby-talk:120253];TS; ; i; I"GMon Nov 15 00:33:40 2004 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"string.c (rb_str_clear);T;[o;;[I"3avoid revealing NULL pointer. [ruby-dev:24766];To;;I"string.c (str_gsub);T;[o;;[I")add paranoid check. [ruby-dev:24827];To;;I"string.c (str_mod_check);T;[o;;[I"2check frozen status as well. [ruby-dev:24801];TS; ; i; I"2004-11-14;T@ S; ; i; I";Sun Nov 14 18:59:03 2004 Tanaka Akira ;T@ o; ;;;[ o;;I"process.c (proc_getrlimit);T;[o;;[I"(new function for Process.getrlimit.;To;;I"(proc_setrlimit);T;[o;;[I"9new function for Process.setrlimit. [ruby-dev:24834];To;;I"configure.in;T;[o;;[I"1check rlim_t and its size. check setrlimit.;To;;I"ruby.h (NUM2ULL);T;[o;;[I"new macro.;TS; ; i; I"ESun Nov 14 13:27:03 2004 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"(lib/pp.rb (PP#object_address_group);T;[o;;[I";remove odd number of 'f' prefixed to negative address.;TS; ; i; I"GSun Nov 14 10:48:21 2004 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"!lib/mathn.rb (Integer::gcd2);T;[o;;[I"Cfaster implementation by . [ruby-talk:120232];TS; ; i; I"FSun Nov 14 08:46:33 2004 NAKAMURA, Hiroshi ;T@ o; ;;;[o;;I"test/logger/test_logger.rb;T;[o;;[I"vLogger just expects Logger#datetime_format to be used for Time#strftime independently of locale. [ruby-dev:24828];TS; ; i; I"2004-11-12;T@ S; ; i; I"BFri Nov 12 17:32:07 2004 NAKAMURA Usaku ;T@ o; ;;;[o;;I"+bcc32/README.bcc32, win32/README.win32;T;[o;;[I"!need bison instead of byacc.;TS; ; i; I"BFri Nov 12 15:15:06 2004 NAKAMURA Usaku ;T@ o; ;;;[o;;I"eval.c (ruby_options);T;[o;;[I"cnow we cannot call rb_glob() before ruby_init(), so call rb_w32_cmdvector() at ruby_options().;To;;I")win32/win32.{c,h} (rb_w32_cmdvector);T;[o;;[I"+rename make_cmdvector() and export it.;TS; ; i; I"HFri Nov 12 14:08:01 2004 Hidetoshi NAGAI ;T@ o; ;;;[o;;I"ext/tk/lib/tk/event.rb;T;[o;;[I""remove $LOADED_FEATURES trick;To;;I"ext/tk/lib/tk.rb;T;[o;;[I" ditto;TS; ; i; I"GFri Nov 12 00:31:05 2004 Yukihiro Matsumoto ;T@ o; ;;;[o;;I""ext/gdbm/gdbm.c (fgdbm_store);T;[o;;[I">StringValue() may alter string pointer. [ruby-dev:24783];TS; ; i; I"2004-11-11;T@ S; ; i; I"GThu Nov 11 17:58:19 2004 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"dir.c (rb_glob);T;[o;;[I":should have called rb_glob_caller(). [ruby-dev:24773];TS; ; i; I"BThu Nov 11 16:56:10 2004 NAKAMURA Usaku ;T@ o; ;;;[o;;I"0test/ruby/test_file.rb (test_truncate_wbuf);T;[o;;[I"Awe want to test only File#truncate, not behavior of seek(2).;TS; ; i; I"EThu Nov 11 01:52:52 2004 Nobuyoshi Nakada ;T@ o; ;;;[o;;I" error.c (syserr_initialize);T;[o;;[I"-use stringified object. [ruby-dev:24768];TS; ; i; I"2004-11-10;T@ S; ; i; I"GWed Nov 10 22:49:01 2004 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"+lib/delegate.rb (SimpleDelegator::dup);T;[o;;[I"wrong number of arguments.;To;;I")lib/delegate.rb (DelegateClass::dup);T;[o;;[I" ditto.;TS; ; i; I"EWed Nov 10 19:47:55 2004 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"dir.c (glob_helper);T;[o;;[I"!path is a string object now.;TS; ; i; I"EWed Nov 10 12:31:21 2004 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"README.EXT (Example);T;[o;;[I"%extconf.rb is indispensable now.;TS; ; i; I"HWed Nov 10 03:33:36 2004 Hidetoshi NAGAI ;T@ o; ;;;[o;;I"ext/tcltklib/tcltklib.c;T;[o;;[I"5fix SEGV when compiled with Tcl/Tk8.3.x or older;To;;I"&ext/tk/lib/tkextlib/tile/style.rb;T;[o;;[I" bug fix;TS; ; i; I"2004-11-09;T@ S; ; i; I"BTue Nov 9 22:24:07 2004 NARUSE, Yui ;T@ o; ;;;[o;;I" ext/nkf;T;[o;;[I"original nkf.c rev:1.38;To;;I"ext/nkf/nkf.c;T;[o;;[I"+fix bug: can't parse long-name options;To;;I"ext/nkf/test.rb;T;[o;;[I"fix bug: mime tests fail;TS; ; i; I"ETue Nov 9 14:27:18 2004 Nobuyoshi Nakada ;T@ o; ;;;[o;;I".lib/optparse.rb (OptionParser::Officious);T;[o;;[I"moved from DefaultList.;TS; ; i; I"?Tue Nov 9 00:50:06 2004 Dave Thomas ;T@ o; ;;;[o;;I"lib/rdoc/rdoc.rb;T;[o;;[I",Change version numbering of RDoc and ri;TS; ; i; I"GTue Nov 9 01:05:04 2004 Yukihiro Matsumoto ;T@ o; ;;;[ o;;I"dir.c (rb_glob2);T;[o;;[I"wdo not allocate buffer from heap to avoid memory leaks. use string object for buffering instead. [ruby-dev:24738];To;;I"dir.c (join_path);T;[o;;[I" ditto.;To;;I"io.c (io_read);T;[o;;[I"Yexternal input buffer may be modified even after rb_str_locktmp(). [ruby-dev:24735];To;;I"dir.c (fnmatch);T;[o;;[I"*p or s may be NULL. [ruby-dev:24749];TS; ; i; I"ITue Nov 9 00:36:26 2004 Masatoshi SEKI ;T@ o; ;;;[o;;I"lib/drb/extservm.rb;T;[o;;[I"3add DRb::ExtServManager#uri=. [ruby-dev:24743];TS; ; i; I"2004-11-08;T@ S; ; i; I"?Mon Nov 8 22:20:19 2004 Dave Thomas ;T@ o; ;;;[o;;I"Alib/rdoc/parsers/parse_rb.rb (RDoc::RubyParser::parse_class);T;[o;;[I"mFix bug where parent class wasn't being detected if the child class was defined using the A::B notation.;TS; ; i; I"FMon Nov 8 00:14:13 2004 WATANABE Hirofumi ;T@ o; ;;;[o;;I"configure.in;T;[o;;[I">add setup for mingw32 cross compiling. [ruby-talk:119413];TS; ; i; I"2004-11-07;T@ S; ; i; I"HSun Nov 7 23:49:26 2004 Hidetoshi NAGAI ;T@ o; ;;;[ o;;I"ext/tk/lib/tk.rb;T;[o;;[I";T@ o; ;;;[o;;I"ext/win32ole/win32ole.c;T;[o;;[I"Wrename WIN32OLE#ole_obj_help to WIN32OLE#ole_type. alias ole_obj_help to ole_type.;To;;I"'ext/win32ole/tests/testWIN32OLE.rb;T;[o;;[I" ditto.;TS; ; i; I"ASat Nov 6 11:18:59 2004 Tadayoshi Funaba ;T@ o; ;;;[o;;I"lib/date.rb (_parse);T;[o;;[I"#checks whether zone was given.;TS; ; i; I"GSat Nov 6 00:46:27 2004 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"string.c (rb_str_locktmp);T;[o;;[I"=check STR_TMPLOCK flag before locking. [ruby-dev:24727];TS; ; i; I"2004-11-05;T@ S; ; i; I"BFri Nov 5 19:07:16 2004 NARUSE, Yui ;T@ o; ;;;[o;;I" ext/nkf;T;[o;;[I"%follow CVS Head of original nkf.;TS; ; i; I"HFri Nov 5 18:12:42 2004 Hidetoshi NAGAI ;T@ o; ;;;[o;;I" ext/tk/lib/tk/scrollable.rb;T;[o;;[I"@divide Scrollable module into X_Scrollable and Y_Scrollable;To;;I"ext/tk/lib/tk/entry.rb;T;[o;;[I"/include X_Scrollable instead of Scrollable;To;;I"ext/tk/lib/tk/autoload.rb;T;[o;;[I"6define autoload for X_Scrollable and Y_Scrollable;TS; ; i; I"HFri Nov 5 16:05:32 2004 Hidetoshi NAGAI ;T@ o; ;;;[o;;I"ext/tk/lib/tk.rb;T;[o;;[I"1TkComm._at() supprts both of "@x,y" and "@x";TS; ; i; I"HFri Nov 5 13:22:58 2004 Hidetoshi NAGAI ;T@ o; ;;;[o;;I"ext/tk/lib/tk/text.rb;T;[o;;[I"sorry. bug fix again.;TS; ; i; I"HFri Nov 5 13:17:54 2004 Hidetoshi NAGAI ;T@ o; ;;;[o;;I"ext/tk/lib/tk/text.rb;T;[o;;[I" bug fix;TS; ; i; I"GFri Nov 5 08:52:48 2004 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"gc.c (gc_mark);T;[o;;[I"stricter GC stack check.;TS; ; i; I"GFri Nov 5 08:34:43 2004 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"string.c (str_gsub);T;[o;;[I"@should have removed rb_str_unlocktmp(str). [ruby-dev:24708];To;;I"%ext/socket/socket.c (s_recvfrom);T;[o;;[I"0buffer modification check. [ruby-dev:24708];TS; ; i; I"2004-11-04;T@ S; ; i; I"EThu Nov 4 23:54:21 2004 Kazuo Saito ;T@ o; ;;;[o;;I"$regexec.c, regparse.c, regint.h;T;[o;;[I"+fixed conflicts between vendor branch.;TS; ; i; I"EThu Nov 4 23:41:55 2004 Kazuo Saito ;T@ o; ;;;[o;;I"ascii.c, euc_jp.c, oniggnu.h, oniguruma.h, regcomp.c, regenc.c, regenc.h, regerror.c, regexec.c, reggnu.c, regint.h, regparse.c, regparse.h, sjis.c, utf8.c;T;[o;;[I"imported Oni Guruma 3.4.0.;To;;I"parse.y, re.c;T;[o;;[I"6Now mbclen() takes unsigned char as its argument.;TS; ; i; I"GThu Nov 4 21:25:38 2004 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"string.c (str_gsub);T;[o;;[I"Fstring modify check no longer based on tmplock. [ruby-dev:24706];TS; ; i; I"IThu Nov 4 21:13:48 2004 Masaki Suketa ;T@ o; ;;;[o;;I"7ext/win32ole/win32ole.c(typelib_file_from_typelib);T;[o;;[I".search "win16" entry to get library path.;To;;I"-ext/win32ole/win32ole.c(oletypelib_path);T;[o;;[I" ditto.;To;;I".ext/win32ole/win32ole.c(ole_typedesc2val);T;[o;;[I",add VT_LPWSTR, VT_LPSTR, VT_ERROR case.;TS; ; i; I"HThu Nov 4 15:02:14 2004 Hidetoshi NAGAI ;T@ o; ;;;[o;;I"ext/tk/lib/tk/variable.rb;T;[o;;[I"Cforget to initialize instance_variables of TkVarAccess objects;TS; ; i; I"GThu Nov 4 09:11:35 2004 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"gc.c (gc_mark);T;[o;;[I"enable GC stack checking.;TS; ; i; I"GThu Nov 4 03:11:33 2004 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"string.c (str_gsub);T;[o;;[I"0lock strings temporarily. [ruby-dev:24687];To;;I"%ext/socket/socket.c (s_recvfrom);T;[o;;[I"+tmplock input buffer. [ruby-dev:24705];TS; ; i; I"2004-11-03;T@ S; ; i; I"EWed Nov 3 22:24:17 2004 Daigo Moriwaki ;T@ o; ;;;[o;;I"'lib/webrick/httpauth/digestauth.rb;T;[o;;[I"+use Base64.encode64 to avoid warnings.;TS; ; i; I"GWed Nov 3 17:19:59 2004 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"array.c (rb_ary_uniq_bang);T;[o;;[I"Ado not push frozen string from hash table. [ruby-dev:24695];To;;I"array.c (rb_ary_and);T;[o;;[I" ditto.;To;;I"array.c (rb_ary_or);T;[o;;[I" ditto.;TS; ; i; I"HWed Nov 3 17:02:48 2004 Hidetoshi NAGAI ;T@ o; ;;;[ o;;I"ext/tk/lib/tk.rb;T;[o;;[I"Ksupport to use different Tcl commands between configure and configinfo;To;;I"ext/tk/lib/font.rb;T;[o;;[I" ditto.;To;;I"ext/tk/lib/itemconfig.rb;T;[o;;[I"Usupport to use different Tcl commands between item_configure and item_configinfo;To;;I"ext/tk/lib/itemfont.rb;T;[o;;[I" ditto.;To;;I"ext/tk/extconf.rb;T;[o;;[I"install SUPPORT_STATUS;To;;I"ext/tk/lib/tkextlib;T;[o;;[I"3some bug fixes (see ext/tk/ChangeLog.tkextlib);TS; ; i; I"?Wed Nov 3 15:38:28 2004 Kouhei Sutou ;T@ o; ;;;[ o;;I"test/rss/*.rb;T;[o;;[I"-removed tab width configuration headers.;To;;I"%test/rss/test_maker_{0.9,1.0}.rb;T;[o;;[I"sort -> do_sort.;To;;I"lib/rss/maker/*.rb;T;[o;;[I"-changed API to RSS version independence.;To;;I"Flib/rss/maker/base.rb (RSS::Maker::XMLStyleSheets::XMLStyleSheet);T;[o;;[I"checked required;To;;0;[o;;[0o;;I".lib/rss/maker/base.rb (RSS::Maker::Items);T;[o;;[I"sort -> do_sort.;To;;I"9lib/rss/rss.rb (RSS::BaseModel.install_date_element);T;[o;;[I"avoided warning.;To;;I"(lib/rss/0.9.rb (RSS::Rss#textinput);T;[o;;[I"added convenience method.;TS; ; i; I"2004-11-02;T@ S; ; i; I"GTue Nov 2 16:35:57 2004 Yukihiro Matsumoto ;T@ o; ;;;[o;;I".ext/enumerator/enumerator.c (each_cons_i);T;[o;;[I"Cpass copy of an internal consequent array. [ruby-talk:118691];TS; ; i; I"BTue Nov 2 14:54:02 2004 NAKAMURA Usaku ;T@ o; ;;;[o;;I"io.c (pipe_open);T;[o;;[I"*need to set cmd if argc == 0 (win32).;TS; ; i; I"GTue Nov 2 01:20:09 2004 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"io.c (pipe_open);T;[o;;[I"UIO.popen should take array as 1st argument for a command line. [ruby-dev:24678];To;;I"eval.c (proc_invoke);T;[o;;[I"[nail down dyna_var node when Proc object or continuation is created. [ruby-dev:24671];To;;I"io.c (rb_io_s_popen);T;[o;;[I"0do not expand argv array. [ruby-dev:24670];TS; ; i; I"2004-11-01;T@ S; ; i; I"?Mon Nov 1 22:25:56 2004 Kouhei Sutou ;T@ o; ;;;[o;;I"lib/rss/maker/base.rb;T;[o;;[I"Bchanged xml-stylesheet's API of RSS Maker like to item's one.;To;;I">lib/rss/xml-stylesheet.rb (RSS::XMLStyleSheet#guess_type);T;[o;;[I""fixed regular expression bug.;To;;I"*test/rss/test_maker_xml-stylesheet.rb;T;[o;;[I"&updated tests for xml-stylesheet.;TS; ; i; I"FMon Nov 1 13:59:28 2004 WATANABE Hirofumi ;T@ o; ;;;[ o;;I"ext/extmk.rb (MANIFEST);T;[o;;[I"0do not use anymore, use extconf.rb instead.;To;;I"Mext/enumerator/extconf.rb, ext/fcntl/extconf.rb, ext/stringio/extconf.rb;T;[o;;[I" added.;To;;I"MANIFEST, ext/**/MANIFEST;T;[o;;[I" removed.;To;;I"README.EXT, README.EXT.ja;T;[o;;[I"remove MANIFEST stuff.;TS; ; i; I"BMon Nov 1 11:52:18 2004 NAKAMURA Usaku ;T@ o; ;;;[o;;I"io.c (pipe_open);T;[o;;[I"6avoid conflict of variable name. [ruby-dev:24662];TS; ; i; I"FMon Nov 1 11:46:19 2004 WATANABE Hirofumi ;T@ o; ;;;[o;;I"process.c (rb_f_exec);T;[o;;[I"'should check whether prog is NULL.;TS; ; i; I"?Mon Nov 1 09:37:19 2004 Kouhei Sutou ;T@ o; ;;;[o;;I"lib/rss/maker.rb;T;[o;;[I"$added entry point of RSS Maker.;TS; ; i; I"GMon Nov 1 03:14:14 2004 Yukihiro Matsumoto ;T@ o; ;;;[o;;I" eval.c (rb_get_method_body);T;[o;;[I"1store ICLASS in the cache. [ruby-core:03672];To;;I"eval.c (rb_provided);T;[o;;[I"Sshould return true for loading library too for autoloading. [ruby-core:03655];TS; ; i; I"GMon Nov 1 01:14:52 2004 Yukihiro Matsumoto ;T@ o; ;;;[ o;;I"io.c (rb_f_open);T;[o;;[I"6create copy of popen specifier. [ruby-dev:24656];To;;I"string.c (rb_str_locktmp);T;[o;;[I"lock string temporarily.;To;;I"string.c (str_independent);T;[o;;[I"add tmplock check.;To;;I"io.c (io_write);T;[o;;[I"5lock output string temporarily. [ruby-dev:24649];To;;I"io.c (io_write);T;[o;;[I"use rb_str_locktmp().;To;;I"io.c (read_all);T;[o;;[I" ditto.;TS; ; i; I"2004-10-31;T@ S; ; i; I"BSun Oct 31 23:37:00 2004 NARUSE, Yui ;T@ o; ;;;[o;;I"process.c;T;[o;;[I"1on NetBSD don't use setruid() and setrgid().;TS; ; i; I"?Sun Oct 31 23:12:10 2004 Kouhei Sutou ;T@ o; ;;;[o;;I"lib/rss/maker/*.rb;T;[o;;[I"added RSS Maker.;To;;I"test/rss/test_maker_*.rb;T;[o;;[I"added tests for RSS Maker.;TS; ; i; I"ISun Oct 31 16:58:12 2004 Masaki Suketa ;T@ o; ;;;[o;;I"ext/win32ole/win32ole.c;T;[o;;[I"/add WIN32OLE.codepage, WIN32OLE.codepage=.;To;;I"'ext/win32ole/tests/testWIN32OLE.rb;T;[o;;[I" ditto.;TS; ; i; I"FSun Oct 31 14:35:26 2004 WATANABE Hirofumi ;T@ o; ;;;[o;;I"ext/nkf/nkf-utf8/nkf.c;T;[o;;[I"#add "\075?UTF-8?Q?" for Gmail.;TS; ; i; I"ASun Oct 31 14:18:56 2004 Minero Aoki ;T@ o; ;;;[o;;I"parse.y [ripper];T;[o;;[I"*emit lexer-event values to the parser;To;;0;[o;;[0S; ; i; I"2004-10-30;T@ S; ; i; I"ISat Oct 30 15:24:41 2004 Masaki Suketa ;T@ o; ;;;[o;;I"ext/win32ole/win32ole.c;T;[o;;[I"Aadd WIN32OLE_TYPELIB class. add WIN32OLE#ole_typelib method.;To;;I")ext/win32ole/tests/testOLETYPELIB.rb;T;[o;;[I" add WIN32OLE_TYPELIB class.;TS; ; i; I"[Sat Oct 30 06:53:24 2004 Peter Vanbroekhoven ;T@ o; ;;;[o;;I"eval.c (rb_eval);T;[o;;[I"2NODE_XSTR should pass copy of literal string.;TS; ; i; I"GSat Oct 30 00:19:40 2004 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"array.c (rb_ary_update);T;[o;;[I"4a[n,m]=nil no longer works as element deletion.;To;;I"enum.c (enum_sort_by);T;[o;;[I"3protect continuation jump in. [ruby-dev:24642];To;;I"_eval.c (rb_eval), gc.c (gc_mark_children), node.h (NEW_ALIAS, NEW_VALIAS), parse.y (fitem);T;[o;;[I"8allow dynamic symbols to NODE_UNDEF and NODE_ALIAS.;TS; ; i; I"2004-10-29;T@ S; ; i; I"EFri Oct 29 21:27:51 2004 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"#io.c (rb_io_check_initialized);T;[o;;[I"Dnew function to check uninitialized object. [ruby-talk:118234];To;;I"/file.c (rb_file_path), io.c (rb_io_closed);T;[o;;[I"check if initialized.;TS; ; i; I"BFri Oct 29 19:05:33 2004 NARUSE, Yui ;T@ o; ;;;[o;;I" ext/nkf;T;[o;;[I"follow nkf2.0.;TS; ; i; I"BFri Oct 29 17:18:22 2004 NAKAMURA Usaku ;T@ o; ;;;[o;;I" parse.y (ripper_s_allocate);T;[o;;[I"*add prototype for Microsoft compiler.;To;;I"%range.c (range_step, range_each);T;[o;;[I"need cast.;TS; ; i; I">Fri Oct 29 16:34:19 2004 Daiki Ueno ;T@ o; ;;;[o;;I"+misc/ruby-mode.el (ruby-parse-partial);T;[o;;[I"SParse the rest of the line after opening heredoc identifier. [ruby-dev:24635];TS; ; i; I"EFri Oct 29 11:35:04 2004 Nobuyoshi Nakada ;T@ o; ;;;[o;;I";parse.y (rb_parser_append_print, rb_parser_while_loop);T;[o;;[I".body node can be empty. [ruby-dev:24628];TS; ; i; I"GFri Oct 29 10:00:30 2004 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"eval.c (rb_thread_start_0);T;[o;;[I"9forget to free some memory chunks. [ruby-core:03611];To;;I"eval.c (ruby_cleanup);T;[o;;[I"druby_finalize_1 may cause exception, should be wrapped by PUSH_TAG/POP_TAG(). [ruby-dev:24627];TS; ; i; I"2004-10-28;T@ S; ; i; I";Thu Oct 28 08:42:02 2004 Tanaka Akira ;T@ o; ;;;[o;;I"io.c (argf_forward);T;[o;;[I"use ANSI style.;To;;I"(argf_read);T;[o;;[I";call argf_forward with argv argument. [ruby-dev:24624];TS; ; i; I"2004-10-27;T@ S; ; i; I"EWed Oct 27 09:17:30 2004 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"string.c (str_gsub);T;[o;;[I"Ause a string object for exception safeness. [ruby-dev:24601];TS; ; i; I"GWed Oct 27 07:38:55 2004 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"node.h (NODE_TYPESHIFT);T;[o;;[I";allow 4 more bits for line numbers. [ruby-talk:117841];To;;I"ruby.h (FL_ABLE);T;[o;;[I"/nodes are not subject for flag operations.;To;;I"io.c (ARGF_FORWARD);T;[o;;[I"hshould have specified argv explicitly, since we no longer have frame->argv saved. [ruby-dev:24602];TS; ; i; I"2004-10-26;T@ S; ; i; I"?Tue Oct 26 23:30:39 2004 Dave Thomas ;T@ o; ;;;[o;;I"Blib/rdoc/code_objects.rb (RDoc::Context::add_class_or_module);T;[o;;[I"GRestore correct :nopdoc: behavior with nested classes and modules.;TS; ; i; I"GTue Oct 26 18:21:29 2004 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"string.c (RESIZE_CAPA);T;[o;;[I"ccheck string attribute before modifying capacity member of string structure. [ruby-dev:24594];TS; ; i; I"CTue Oct 26 11:33:26 2004 David G. Andersen ;T@ o; ;;;[o;;I"$ext/zlib/zlib.c (gzreader_gets);T;[o;;[I"=use memchr() to to gain performance. [ruby-talk:117701];TS; ; i; I"GTue Oct 26 10:56:55 2004 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"sprintf.c (rb_f_sprintf);T;[o;;[I"Iraise ArgumentError for extra arguments, unless (digit)$ style used.;TS; ; i; I"2004-10-25;T@ S; ; i; I"FMon Oct 25 18:35:39 2004 WATANABE Hirofumi ;T@ o; ;;;[o;;I"win32/win32.c (isUNCRoot);T;[o;;[I"1should check NUL after '.'. [ruby-dev:24590];To;;I"win32/win32.c (isUNCRoot);T;[o;;[I"fixed buffer overrun.;TS; ; i; I"EMon Oct 25 08:03:26 2004 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"eval.c (get_backtrace);T;[o;;[I"0ignore illegal backtrace. [ruby-dev:24587];TS; ; i; I"2004-10-24;T@ S; ; i; I"ESun Oct 24 00:40:50 2004 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"Ceval.c (rb_load, search_required, rb_require_safe, rb_require);T;[o;;[I"Nuse frozen shared string to avoid outside modification. [ruby-dev:24580];TS; ; i; I"2004-10-23;T@ S; ; i; I"GSat Oct 23 23:40:34 2004 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"io.c (rb_io_fptr_finalize);T;[o;;[I"Qleave stdin/stdout/stderr open in interpreter termination. [ruby-dev:24579];TS; ; i; I">Sat Oct 23 22:18:32 2004 Guy Decoux ;T@ o; ;;;[o;;I"eval.c (frame_free);T;[o;;[I"CGuy Decoux solved the leak problem. Thanks. [ruby-core:03549];TS; ; i; I"GSat Oct 23 00:20:55 2004 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"+ext/zlib/zlib.c (zstream_append_input);T;[o;;[I"?clear klass for z->input to avoid potential vulnerability.;To;;I""ext/zlib/zlib.c (zstream_run);T;[o;;[I"Galways use zstream_append_input() to avoid SEGV. [ruby-dev:24568];TS; ; i; I"2004-10-22;T@ S; ; i; I"GFri Oct 22 12:02:28 2004 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"eval.c (rb_alias);T;[o;;[I"6was warning for wrong condition. [ruby-dev:24565];TS; ; i; I"CFri Oct 22 10:36:37 2004 GOTOU Yuuzou ;T@ o; ;;;[o;;I"@lib/webrick/httprequest.rb (WEBrick::HTTPRequest#meta_vars);T;[o;;[I"*should check if path_info is not nil.;TS; ; i; I"GFri Oct 22 00:22:31 2004 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"+ext/zlib/zlib.c (zstream_shift_buffer);T;[o;;[I">should restore class field of a buffer. [ruby-dev:24562];TS; ; i; I"EFri Oct 22 00:20:33 2004 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"string.c (rb_str_include);T;[o;;[I">should not treat char as negative value. [ruby-dev:24558];TS; ; i; I"2004-10-21;T@ S; ; i; I"DThu Oct 21 21:32:30 2004 IWATSUKI Hiroyuki ;T@ o; ;;;[o;;I"'lib/pstore.rb (PStore#transaction);T;[o;;[I"FUse the empty content when a file is not found. [ruby-dev:24561];TS; ; i; I"CThu Oct 21 19:06:15 2004 GOTOU Yuuzou ;T@ o; ;;;[o;;I"Elib/webrick/httpresponse.rb (WEBrick::HTTPResponse#send_body_io);T;[o;;[I";ensure to close @body. (http://bugs.debian.org/277520);TS; ; i; I"FThu Oct 21 13:11:31 2004 WATANABE Hirofumi ;T@ o; ;;;[o;;I"io.c (pipe_open);T;[o;;[I"'variable name "fpw" is conflicted.;TS; ; i; I"GThu Oct 21 00:36:41 2004 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"eval.c (rb_alias);T;[o;;[I"7should warn on method discarding. [ruby-dev:24546];To;;I"1ext/zlib/zlib.c (zstream_expand_buffer_into);T;[o;;[I"Ehide internal string buffer by clearing klass. [ruby-dev:24548];To;;I"parse.y (lex_getline);T;[o;;[I"Nshould not touch ruby_debug_lines if RIPPER is defined. [ruby-dev:24547];TS; ; i; I"2004-10-20;T@ S; ; i; I"GWed Oct 20 19:45:13 2004 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"string.c (str_gsub);T;[o;;[I"'reentrant check. [ruby-dev:24432];TS; ; i; I"EWed Oct 20 12:42:53 2004 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"io.c (rb_io_getline);T;[o;;[I";T@ o; ;;;[o;;I"parse.y (lex_getline);T;[o;;[I"$should update ruby_debug_lines.;TS; ; i; I"GWed Oct 20 04:17:55 2004 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"#ext/dbm/dbm.c (fdbm_delete_if);T;[o;;[I"Dshould check if deleting element is a string. [ruby-dev:24490];To;;I"&ext/sdbm/init.c (fsdbm_delete_if);T;[o;;[I" ditto.;TS; ; i; I"GWed Oct 20 01:37:18 2004 Yukihiro Matsumoto ;T@ o; ;;;[ o;;I"array.c (rb_ary_times);T;[o;;[I"WArray#* should return an instance of the class of right operand. [ruby-dev:24526];To;;I",ext/zlib/zlib.c (zstream_detach_buffer);T;[o;;[I"Hshould not expose class-less object to Ruby world. [ruby-dev:24530];To;;I"eval.c (proc_dup);T;[o;;[I"2provide Proc#dup as well. [ruby-talk:116915];To;;I"eval.c (ruby_exec);T;[o;;[I"bstack marking position may be higher than expected. thanks to Guy Decoux. [ruby-core:03527];TS; ; i; I"EWed Oct 20 00:25:41 2004 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"eval.c (search_required);T;[o;;[I"Hrequired name must not be changed before loading. [ruby-dev:24492];TS; ; i; I"2004-10-19;T@ S; ; i; I"ETue Oct 19 23:59:46 2004 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"eval.c (rb_require_safe);T;[o;;[I"8provide the feature after loaded. [ruby-list:40085];TS; ; i; I"?Tue Oct 19 22:43:12 2004 Dave Thomas ;T@ o; ;;;[o;;I"@lib/rdoc/parsers/parse_rb.rb (RDoc::RubyParser::parse_attr);T;[o;;[I"eIf we come across 'attr' in a context where it isn't followed by a symbol, just issue a warning.;TS; ; i; I"ITue Oct 19 20:32:50 2004 Masaki Suketa ;T@ o; ;;;[o;;I"ext/win32ole.c(ole_invoke);T;[o;;[I"Cretrieve the result value when retrying the IDispatch::invoke.;TS; ; i; I"GTue Oct 19 17:24:11 2004 Yukihiro Matsumoto ;T@ o; ;;;[ o;;I"io.c (read_all);T;[o;;[I"gblock string buffer modification during rb_io_fread() by freezing it temporarily. [ruby-dev:24479];To;;I"dir.c (rb_push_glob);T;[o;;[I";block call at once the end of method. [ruby-dev:24487];To;;I"2ext/enumerator/enumerator.c (enum_each_slice);T;[o;;[I"Mremove rb_gc_force_recycle() to prevent potential SEGV. [ruby-dev:24499];To;;I",ext/zlib/zlib.c (zstream_expand_buffer);T;[o;;[I"Ehide internal string buffer by clearing klass. [ruby-dev:24510];TS; ; i; I"ETue Oct 19 08:47:21 2004 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"string.c (rb_str_upto);T;[o;;[I"5method result must be checked. [ruby-dev:24504];To;;I"eval.c (error_print);T;[o;;[I"ditto. [ruby-dev:24519];TS; ; i; I"2004-10-18;T@ S; ; i; I"EMon Oct 18 23:37:05 2004 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"marshal.c (r_object0);T;[o;;[I"Acheck inheritance by the internal function. [ruby-dev:24515];TS; ; i; I"EMon Oct 18 11:29:32 2004 Nobuyoshi Nakada ;T@ o; ;;;[o;;I".io.c (rb_io_flags_mode, rb_io_mode_flags);T;[o;;[I"Hdistinguish whether file not existing is created. [ruby-dev:24505];TS; ; i; I"EMon Oct 18 07:26:21 2004 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"file.c (rb_file_truncate);T;[o;;[I";T@ o; ;;;[o;;I"Alib/webrick/httprequest.rb (WEBrick::HTTPRequest#initialize);T;[o;;[I"/initial value of accpet-* should be array.;TS; ; i; I"GMon Oct 18 00:42:45 2004 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"0ext/socket/socket.c (sock_s_getservbyaname);T;[o;;[I"8protocol string might be altered. [ruby-dev:24503];To;;I"string.c (rb_str_upto);T;[o;;[I"Ccheck if return value from succ is a string. [ruby-dev:24504];TS; ; i; I"2004-10-17;T@ S; ; i; I"HSun Oct 17 23:03:48 2004 Hidetoshi NAGAI ;T@ o; ;;;[o;;I"ext/tk/lib/tk/timer.rb;T;[o;;[I"-TkTimer#start and restart accept a block;TS; ; i; I"ISun Oct 17 12:53:46 2004 Masaki Suketa ;T@ o; ;;;[ o;;I"0ext/win32ole/win32ole.c (fole_func_methods);T;[o;;[I"correct argument mismatch.;To;;I"/ext/win32ole/win32ole.c (fole_get_methods);T;[o;;[I" ditto.;To;;I"/ext/win32ole/win32ole.c (fole_put_methods);T;[o;;[I" ditto.;To;;I"'ext/win32ole/tests/testWIN32OLE.rb;T;[o;;[I"^add test for WIN32OLE#ole_func_methods WIN32OLE#ole_get_methods, WIN32OLE#ole_put_methods;TS; ; i; I"2004-10-16;T@ S; ; i; I"?Sat Oct 16 14:45:28 2004 Kouhei Sutou ;T@ o; ;;;[o;;I"#lib/rss/0.9.rb (RSS::Rss#to_s);T;[o;;[I"removed garbage.;TS; ; i; I"?Sat Oct 16 13:42:49 2004 Kouhei Sutou ;T@ o; ;;;[o;;I" lib/rss/;T;[o;;[I"untabified.;To;;I"test/rss/;T;[o;;[I"untabified.;To;;I"#lib/rss/0.9.rb (RSS::Rss#to_s);T;[o;;[I"inent -> indent.;TS; ; i; I"?Sat Oct 16 13:34:56 2004 Kouhei Sutou ;T@ o; ;;;[o;;I" lib/rss;T;[o;;[I"supported prety print.;To;;I"test/rss/test_1.0.rb;T;[o;;[I"4added test for calculating default indent size.;TS; ; i; I"ESat Oct 16 10:56:36 2004 Nobuyoshi Nakada ;T@ o; ;;;[o;;I""lib/mkmf.rb (create_makefile);T;[o;;[I"Minstall-rb is needed for statically linked extensions. [ruby-dev:24491];TS; ; i; I"2004-10-15;T@ S; ; i; I"CFri Oct 15 18:07:08 2004 GOTOU Yuuzou ;T@ o; ;;;[ o;;I"=ext/openssl/ossl_x509store.c (ossl_x509stctx_initialize);T;[o;;[I"csetup OpenSSL::X509::StoreContext with ossl_x509stctx_* functions instead of X509_STORE_CTX_*.;To;;I"(ossl_x509store_set_time);T;[o;;[I"$add OpenSSL::X509::Store#time=.;To;;I"(ossl_x509stctx_set_time);T;[o;;[I"+add OpenSSL::X509::StoreContext#time=.;To;;I"#test/openssl/ossl_x509store.rb;T;[o;;[I"%test certificate validity times.;TS; ; i; I"HFri Oct 15 18:04:35 2004 Hidetoshi NAGAI ;T@ o; ;;;[o;;I"ext/tk/lib/tk/timer.rb;T;[o;;[I"\TkTimer.new(interval, loop){ ... } is acceptable. Add TkTimer.start ( == new + start ).;TS; ; i; I";Fri Oct 15 12:43:09 2004 Tanaka Akira ;T@ o; ;;;[o;;I"eval.c (Init_stack);T;[o;;[I"Gmake prototype declaration consistent with the definition in gc.c.;TS; ; i; I"2004-10-14;T@ S; ; i; I"?Thu Oct 14 13:33:59 2004 Kouhei Sutou ;T@ o; ;;;[o;;I"lib/rss/rss.rb;T;[o;;[I"added link to Tutorial.;TS; ; i; I"2004-10-12;T@ S; ; i; I"CTue Oct 12 21:22:50 2004 GOTOU Yuuzou ;T@ o; ;;;[ o;;I"lib/webrick/config.rb;T;[o;;[I";T@ o; ;;;[o;;I"%io.c (MODE_BINMODE, MODE_BINARY);T;[o;;[I"fixed reversed condition.;TS; ; i; I"2004-10-11;T@ S; ; i; I"GMon Oct 11 17:51:34 2004 Yukihiro Matsumoto ;T@ o; ;;;[ o;;I"io.c (rb_io_popen);T;[o;;[I"`get mode string via rb_io_flags_mode() to avoid mode string modification. [ruby-dev:24454];To;;I"io.c (rb_io_getline_fast);T;[o;;[I"Xshould take delim as unsigned char to distinguish EOF and '\377'. [ruby-dev:24460];To;;I"io.c (rb_io_getline);T;[o;;[I"4add check for RS modification. [ruby-dev:24461];To;;I"enum.c (enum_sort_by);T;[o;;[I"Guse qsort() directly instead using rb_iterate(). [ruby-dev:24462];To;;I""enum.c (enum_each_with_index);T;[o;;[I"xremove rb_gc_force_recycle() to prevent access to recycled object (via continuation for example). [ruby-dev:24463];TS; ; i; I"HMon Oct 11 13:48:20 2004 Hidetoshi NAGAI ;T@ o; ;;;[o;;I"ext/tk/lib/tk/*;T;[o;;[I" untabify;TS; ; i; I"2004-10-10;T@ S; ; i; I"?Sun Oct 10 12:32:08 2004 Dave Thomas ;T@ o; ;;;[o;;I"7lib/rdoc/parsers/parse_rb.rb (RDoc::parse_require);T;[o;;[I"2Allow 'require' to be used as a variable name;TS; ; i; I"ASun Oct 10 02:49:14 2004 Minero Aoki ;T@ o; ;;;[o;;I"$ext/ripper/lib/ripper/filter.rb;T;[o;;[I"require ripper/tokenizer.;To;;I",ext/ripper/lib/ripper/filter.rb (parse);T;[o;;[I"argument is optional.;TS; ; i; I"ASun Oct 10 02:43:13 2004 Minero Aoki ;T@ o; ;;;[o;;I"parse.y [ripper];T;[o;;[I")\n between two comments disappeared.;TS; ; i; I"2004-10-09;T@ S; ; i; I"?Sat Oct 9 21:23:37 2004 Kouhei Sutou ;T@ o; ;;;[o;;I"lib/rss/converter.rb;T;[o;;[I"8changed to try to use Iconv for default conversion.;To;;I"lib/rss/rss.rb;T;[o;;[I"0.0.9 -> 0.1.0.;TS; ; i; I"ESat Oct 9 19:50:36 2004 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"io.c (rb_io_getline);T;[o;;[I">should not treat char as negative value. [ruby-dev:24460];TS; ; i; I";Sat Oct 9 00:25:39 2004 Tanaka Akira ;T@ o; ;;;[o;;I"io.c (rb_io_fread);T;[o;;[I"3rb_thread_wait_fd() was lost. [ruby-dev:24457];TS; ; i; I"2004-10-08;T@ S; ; i; I"AFri Oct 8 21:36:56 2004 Minero Aoki ;T@ o; ;;;[o;;I"#lib/fileutils.rb (fu_traverse);T;[o;;[I";T@ o; ;;;[o;;I"pack.c (pack_pack);T;[o;;[I"Hpointer modification check before each iteration. [ruby-dev:24445];TS; ; i; I"HFri Oct 8 01:13:05 2004 Hidetoshi NAGAI ;T@ o; ;;;[o;;I"ext/tk/lib/tk/optiondb.rb;T;[o;;[I"make it more secure;TS; ; i; I"2004-10-07;T@ S; ; i; I"HThu Oct 7 23:47:57 2004 Hidetoshi NAGAI ;T@ o; ;;;[o;;I"ext/tk/lib/tk/scrollbar.rb;T;[o;;[I"dWhen 'set' operation, a scrollbar cannot propagate view port information from the source widget;To;;0;[o;;[0S; ; i; I"HThu Oct 7 17:36:25 2004 Hidetoshi NAGAI ;T@ o; ;;;[o;;I"ext/tk/lib/tk.rb;T;[o;;[I"nWhen CHILDKILLED and so on, Tk.errorCode returns a Fixnum for 2nd element (it's pid) of the return value.;TS; ; i; I"GThu Oct 7 12:55:04 2004 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"io.c (io_read);T;[o;;[I"Hshould freeze buffer before thread context switch. [ruby-dev:24442];To;;I"pack.c (pack_unpack);T;[o;;[I"Istring conversion should at the top of the method. [ruby-dev:24439];To;;I"io.c (io_read);T;[o;;[I"Kbuffer should be frozen only after the length check. [ruby-dev:24440];TS; ; i; I"EThu Oct 7 02:56:43 2004 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"ext/stringio/stringio.c;T;[o;;[I"use FMODE_APPEND.;TS; ; i; I"HThu Oct 7 01:05:33 2004 Hidetoshi NAGAI ;T@ o; ;;;[o;;I"ext/tk/lib/tk.rb;T;[o;;[I"&add Tk.errorInfo and Tk.errorCode;TS; ; i; I"GThu Oct 7 00:08:37 2004 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"io.c (rb_io_s_sysopen);T;[o;;[I"cpreserve path in the buffer allocated by ALLOCA_N() to prevent modification. [ruby-dev:24438];TS; ; i; I"2004-10-06;T@ S; ; i; I"GWed Oct 6 09:21:00 2004 Yukihiro Matsumoto ;T@ o; ;;;[ o;;I"io.c (rb_io_mode_flags);T;[o;;[I"0preserve append mode flag. [ruby-dev:24436];To;;I"io.c (rb_io_modenum_mode);T;[o;;[I"'do not use external output buffer.;To;;I"string.c (rb_str_justify);T;[o;;[I"Wdiffer pointer retrieval to prevent padding string modification. [ruby-dev:24434];To;;I"range.c (range_each_func);T;[o;;[I"@allow func to terminate loop by returning RANGE_EACH_BREAK.;To;;I"range.c (member_i);T;[o;;[I"-use RANGE_EACH_BREAK. [ruby-talk:114959];TS; ; i; I"2004-10-05;T@ S; ; i; I"GTue Oct 5 09:53:22 2004 Yukihiro Matsumoto ;T@ o; ;;;[ o;;I"io.c (rb_fopen);T;[o;;[I"*mode string copy at the lowest level.;To;;I"io.c (rb_io_flags_mode);T;[o;;[I";requires output buffer no more. no allocation needed.;To;;I"array.c (rb_ary_index);T;[o;;[I"Ltakes a block to compare items in an array. [ruby-talk:113069] [Ruby2];To;;I"array.c (rb_ary_rindex);T;[o;;[I" ditto.;TS; ; i; I"2004-10-04;T@ S; ; i; I"EMon Oct 4 14:03:40 2004 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"/io.c (rb_file_open_internal, rb_io_reopen);T;[o;;[I"7fname might be altered while GC. [ruby-dev:24408];TS; ; i; I"HMon Oct 4 12:53:45 2004 Hidetoshi NAGAI ;T@ o; ;;;[o;;I"ext/tk/lib/tk/optiondb.rb;T;[o;;[I"7support definition of command resources on widgets;To;;I"ext/tk/lib/tk/image.rb;T;[o;;[I" bug fix;TS; ; i; I"2004-10-03;T@ S; ; i; I"ASun Oct 3 21:16:05 2004 Shugo Maeda ;T@ o; ;;;[o;;I""lib/net/imap.rb (TEXT_REGEXP);T;[o;;[I"Pallow 8-bit characters for the german version of Microsoft Exchange Server.;To;;I"#lib/net/imap.rb (RTEXT_REGEXP);T;[o;;[I" ditto.;To;;I"#lib/net/imap.rb (CTEXT_REGEXP);T;[o;;[I" ditto.;TS; ; i; I"2004-10-02;T@ S; ; i; I"ESat Oct 2 20:34:05 2004 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"parse.y (local_vars);T;[o;;[I"4moved to struct parser_params. [ruby-dev:24391];To;;I"parser.y (stmts);T;[o;;[I"4remove suspicious NODE_BEGIN. [ruby-dev:24390];To;;I"node.h (NEW_DVAR);T;[o;;[I"extra semicolon.;TS; ; i; I"GSat Oct 2 00:42:20 2004 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"marshal.c (r_byte);T;[o;;[I"Hretrieve pointer from string value for each time. [ruby-dev:24404];To;;I"marshal.c (r_bytes0);T;[o;;[I" ditto.;To;;I"enum.c (sort_by_i);T;[o;;[I"/re-entrance check added. [ruby-dev:24399];To;;I"io.c (io_read);T;[o;;[I"7should freeze all reading buffer. [ruby-dev:24400];To;;I"string.c (rb_str_sum);T;[o;;[I"gshould use bignums when bits is greater than or equals to sizeof(long)*CHAR_BITS. [ruby-dev:24395];To;;I"eval.c (specific_eval);T;[o;;[I"`defer pointer retrieval to prevent unsafe sourcefile string modification. [ruby-dev:24382];To;;I"string.c (rb_str_sum);T;[o;;[I"5wrong cast caused wrong result. [ruby-dev:24385];To;;I"enum.c (enum_sort_by);T;[o;;[I"Ihide temporary array from ObjectSpace.each_object. [ruby-dev:24386];To;;I"string.c (rb_str_sum);T;[o;;[I"8check was done with false pointer. [ruby-dev:24383];To;;I"string.c (rb_str_sum);T;[o;;[I"-string may be altered. [ruby-dev:24381];TS; ; i; I"2004-10-01;T@ S; ; i; I"GFri Oct 1 11:40:14 2004 Yukihiro Matsumoto ;T@ o; ;;;[ o;;I"eval.c (rb_f_eval);T;[o;;[I"`defer pointer retrieval to prevent unsafe sourcefile string modification. [ruby-dev:24373];To;;I"io.c (io_read);T;[o;;[I"gblock string buffer modification during rb_io_fread() by freezing it temporarily. [ruby-dev:24366];To;;I"io.c (rb_io_s_popen);T;[o;;[I"3mode argument may be altered. [ruby-dev:24375];To;;I" file.c (rb_file_s_basename);T;[o;;[I"2ext argument may be altered. [ruby-dev:24377];To;;I"enum.c (enum_sort_by);T;[o;;[I";use NODE instead of 2 element arrays. [ruby-dev:24378];To;;I"!string.c (rb_str_chomp_bang);T;[o;;[I"=StringValue() may change the receiver. [ruby-dev:24371];TS; ; i; I"HFri Oct 1 11:25:20 2004 Hidetoshi NAGAI ;T@ o; ;;;[o;;I"ext/tk/lib/tk/grid.rb;T;[o;;[I"revive TkGrid.grid;To;;I"ext/tk/lib/tk/pack.rb;T;[o;;[I"revive TkPack.pack;To;;I"ext/tk/lib/tk/place.rb;T;[o;;[I"revive TkPlace.place;TS; ; i; I"2004-09-30;T@ S; ; i; I"HThu Sep 30 00:50:44 2004 Hidetoshi NAGAI ;T@ o; ;;;[ o;;I"&ext/tcltklib/tcltklib.c (ip_init);T;[o;;[I" bug fix;To;;I"+ext/tk/tkutil.c (get_eval_string_core);T;[o;;[I"accept a Regexp object;To;;I"ext/tk/lib/multi-tk.rb;T;[o;;[I" fix bug on 'exit' operation;To;;I"ext/tk/lib/tk/text.rb;T;[o;;[I"E'tksearch' accepts a Regexp object as a matting pattern argument;TS; ; i; I"2004-09-29;T@ S; ; i; I"EWed Sep 29 10:58:07 2004 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"enum.c (sort_by_i);T;[o;;[I"Jinternally used object must not be changed outside. [ruby-dev:24368];TS; ; i; I"2004-09-27;T@ S; ; i; I"EMon Sep 27 21:25:12 2004 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"eval.c (rb_call0);T;[o;;[I"$invoke finalizers periodically.;To;;I"gc.c (gc_sweep);T;[o;;[I"0defer running finalizers. [ruby-dev:24354];To;;I"#gc.c (rb_gc_finalize_deferred);T;[o;;[I"run deferred finalizers.;TS; ; i; I"AMon Sep 27 15:01:59 2004 Minero Aoki ;T@ o; ;;;[o;;I"parse.y [ripper];T;[o;;[I"missing ';'.;TS; ; i; I"EMon Sep 27 13:46:45 2004 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"@intern.h, struct.c (rb_struct_s_members, rb_struct_members);T;[o;;[I"(public accessors. [ruby-dev:24342];To;;I"$marshal.c (w_object, r_object0);T;[o;;[I"use accessors.;TS; ; i; I"GMon Sep 27 09:14:03 2004 Yukihiro Matsumoto ;T@ o; ;;;[ o;;I"array.c (rb_ary_delete);T;[o;;[I"9comparison may change the capacity. [ruby-dev:24348];To;;I"array.c (rb_ary_fill);T;[o;;[I"8fill should honor length argument. [ruby-dev:24346];To;;I"array.c (rb_ary_replace);T;[o;;[I";should not use ptr from shared array. [ruby-dev:24345];To;;I"#ext/socket/socket.c (s_accept);T;[o;;[I"4don't retry for EWOULDBLOCK. [ruby-talk:113807];TS; ; i; I"2004-09-26;T@ S; ; i; I"ASun Sep 26 08:05:10 2004 Tadayoshi Funaba ;T@ o; ;;;[o;;I"lib/date.rb;T;[o;;[I";provides {Time,Date,DateTime}#to_{time,date,datetime}.;To;;I"sample/cal.rb;T;[o;;[I"(uses getoptlong instead of getopts.;TS; ; i; I"2004-09-25;T@ S; ; i; I"GSat Sep 25 18:39:22 2004 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"array.c (flatten);T;[o;;[I"Belement size might change during comparison. [ruby-dev:24343];TS; ; i; I"GSat Sep 25 01:52:49 2004 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"#struct.c (rb_struct_s_members);T;[o;;[I"3wrong call of struct_members. [ruby-dev:24333];TS; ; i; I"2004-09-24;T@ S; ; i; I"GFri Sep 24 16:09:42 2004 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"eval.c (proc_invoke);T;[o;;[I"opropagate DVAR_DONT_RECYCLE on termination to avoid double call to rb_gc_force_recycle(). [ruby-dev:24311];TS; ; i; I"GFri Sep 24 08:29:45 2004 Yukihiro Matsumoto ;T@ o; ;;;[ o;;I"%parse.y (rb_parser_append_print);T;[o;;[I"-should handle prelude. [llama@u01.gate0];To;;I"#parse.y (rb_parser_while_loop);T;[o;;[I" ditto.;To;;I"array.c (rb_ary_subseq);T;[o;;[I"Uoriginal object might be modified after sharing data creation. [ruby-dev:24327];To;;I"array.c (rb_ary_replace);T;[o;;[I" ditto.;To;;I"array.c (ary_make_shared);T;[o;;[I"*freeze shared array. [ruby-dev:24325];To;;I"struct.c (struct_members);T;[o;;[I"Valways check struct size and size of members list in the class. [ruby-dev:24320];TS; ; i; I"2004-09-23;T@ S; ; i; I"AThu Sep 23 19:48:14 2004 Minero Aoki ;T@ o; ;;;[ o;;I"ext/ripper/Makefile.dev;T;[o;;[I" removed.;To;;I"ext/ripper/ripper.rb.in;T;[o;;[I"$moved to lib/ripper/core.rb.in.;To;;I""ext/ripper/lib/ripper/core.rb;T;[o;;[I"new file.;To;;I"%ext/ripper/lib/ripper/core.rb.in;T;[o;;[I"new file.;To;;I"+ext/ripper/tools/generate-ripper_rb.rb;T;[o;;[I"change comment.;To;;I"test/ripper/*.rb;T;[o;;[I"on__scan event removed.;To;;I"test/ripper/*.rb;T;[o;;[I".event name is changed: on__XXX -> on_XXX.;TS; ; i; I"GThu Sep 23 09:29:14 2004 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"string.c (rb_str_sub_bang);T;[o;;[I"Hcheck if string is not modified during iteration. [ruby-dev:24315];To;;I"hash.c (rb_hash_rehash);T;[o;;[I"Mreplace st_foreach() by its deep checking counterpart. [ruby-dev:24310];TS; ; i; I"2004-09-22;T@ S; ; i; I"AWed Sep 22 14:21:54 2004 Minero Aoki ;T@ o; ;;;[o;;I"parse.y [ripper];T;[o;;[I"on__scan event removed.;To;;I"parse.y [ripper];T;[o;;[I".event name is changed: on__XXX -> on_XXX.;To;;I"ext/ripper/eventids2.c;T;[o;;[I" ditto.;To;;I"ext/ripper/ripper.rb.in;T;[o;;[I" ditto.;To;;I"ext/ripper/lib/ripper.rb;T;[o;;[I"sync with ripper.rb.in.;To;;I"$ext/ripper/lib/ripper/tokenizer;T;[o;;[I" ditto.;To;;I"!ext/ripper/lib/ripper/filter;T;[o;;[I"new file.;To;;I"sample/ripper/colorize.rb;T;[o;;[I"new file.;To;;I"#sample/ripper/strip-comment.rb;T;[o;;[I"new file.;TS; ; i; I"GWed Sep 22 13:50:49 2004 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"hash.c (hash_alloc);T;[o;;[I"2was using tbl pointer without initialization.;TS; ; i; I"GWed Sep 22 13:38:12 2004 Yukihiro Matsumoto ;T@ o; ;;;[ o;;I"hash.c (rb_hash_rehash);T;[o;;[I"+add iteration check. [ruby-dev:24301];To;;I"st.c (st_foreach);T;[o;;[I"add deep check.;To;;I"hash.c (rb_hash_fetch);T;[o;;[I",returns KeyError instead of IndexError.;To;;I"hash.c (env_fetch);T;[o;;[I" ditto.;TS; ; i; I"BWed Sep 22 13:02:02 2004 NAKAMURA Usaku ;T@ o; ;;;[o;;I"(win32/win32.c (rb_w32_call_handler);T;[o;;[I"workaround for Ctrl-C.;TS; ; i; I"GWed Sep 22 09:04:41 2004 Yukihiro Matsumoto ;T@ o; ;;;[ o;;I" parse.y;T;[o;;[I"Eremove global variables ruby_eval_tree and ruby_eval_tree_begin.;To;;I""array.c (rb_ary_collect_bang);T;[o;;[I"Celement size might change during comparison. [ruby-dev:24300];To;;I"!array.c (rb_ary_reject_bang);T;[o;;[I"ditto. [ruby-dev:24300];To;;I"array.c (rb_ary_eql);T;[o;;[I"ditto. [ruby-dev:24300];TS; ; i; I"?Wed Sep 22 00:11:12 2004 Dave Thomas ;T@ o; ;;;[o;;I"process.c;T;[o;;[I"!Add documentation for fork();TS; ; i; I"2004-09-21;T@ S; ; i; I"GTue Sep 21 18:29:49 2004 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"array.c (rb_ary_uniq_bang);T;[o;;[I"Celement size might change during comparison. [ruby-dev:24298];TS; ; i; I"2004-09-20;T@ S; ; i; I"AMon Sep 20 17:46:51 2004 Minero Aoki ;T@ o; ;;;[o;;I"'ext/ripper/lib/ripper/tokenizer.rb;T;[o;;[I"fix typo.;TS; ; i; I"AMon Sep 20 17:38:43 2004 Minero Aoki ;T@ o; ;;;[o;;I"'test/ripper/test_scanner_events.rb;T;[o;;[I"tokens must be reordered.;To;;I"'ext/ripper/lib/ripper/tokenizer.rb;T;[o;;[I" ditto.;TS; ; i; I"AMon Sep 20 16:58:16 2004 Minero Aoki ;T@ o; ;;;[o;;I"parse.y [ripper];T;[o;;[I"do not delay dispatching.;To;;I"'ext/ripper/lib/ripper/tokenizer.rb;T;[o;;[I" sort tokens by right order.;TS; ; i; I"AMon Sep 20 15:17:47 2004 Minero Aoki ;T@ o; ;;;[o;;I"'ext/ripper/lib/ripper/tokenizer.rb;T;[o;;[I"new file.;TS; ; i; I"AMon Sep 20 15:13:52 2004 Minero Aoki ;T@ o; ;;;[o;;I"'test/ripper/test_scanner_events.rb;T;[o;;[I"test #lineno and #column.;TS; ; i; I"AMon Sep 20 14:50:17 2004 Minero Aoki ;T@ o; ;;;[o;;I"parse.y [ripper];T;[o;;[I"@delayed heredocument events should be dispatched after EOF.;TS; ; i; I"AMon Sep 20 14:39:42 2004 Minero Aoki ;T@ o; ;;;[ o;;I"parse.y [ripper];T;[o;;[I"6adjust lineno and columns for multi-line strings.;To;;I"parse.y [ripper];T;[o;;[I"8delay heredocument events until seeing end-of-line.;To;;I"parse.y [ripper];T;[o;;[I"7event on__heredoc_contentn -> on__tstring_content.;To;;I"ext/ripper/eventids2.c;T;[o;;[I" ditto.;To;;I"ext/ripper/lib/ripper.rb;T;[o;;[I"sync with eventids2.c.;To;;I"'test/ripper/test_scanner_events.rb;T;[o;;[I" test it.;To;;I"+ext/ripper/tools/generate-ripper_rb.rb;T;[o;;[I"show basename of input.;To;;I"ext/ripper/Makefile.dev;T;[o;;[I"support objdir build.;TS; ; i; I"AMon Sep 20 13:22:55 2004 Minero Aoki ;T@ o; ;;;[o;;I"parse.y [ripper];T;[o;;[I"remove Ripper#pos.;To;;I"parse.y [ripper];T;[o;;[I"ARipper#column should return the column of the current token.;TS; ; i; I"AMon Sep 20 12:02:41 2004 Minero Aoki ;T@ o; ;;;[o;;I"parse.y [ripper];T;[o;;[I"$unify old_lex_p and token_head.;To;;I"'test/ripper/test_scanner_events.rb;T;[o;;[I"!now \r\n is saved correctly.;To;;I" parse.y;T;[o;;[I".new macro lex_goto_eol() for next change.;TS; ; i; I"AMon Sep 20 11:01:55 2004 Minero Aoki ;T@ o; ;;;[o;;I"parse.y [ripper];T;[o;;[I"6adjust line number for heredoc. [ruby-dev:24272];TS; ; i; I"AMon Sep 20 04:49:22 2004 Minero Aoki ;T@ o; ;;;[o;;I"ext/ripper/ripper.rb.in;T;[o;;[I"*new const Ripper::PARSER_EVENT_TABLE.;To;;I"ext/ripper/ripper.rb.in;T;[o;;[I"+new const Ripper::SCANNER_EVENT_TABLE.;To;;I"ext/ripper/lib/ripper.rb;T;[o;;[I"sync with ripper.rb.in.;TS; ; i; I"AMon Sep 20 04:13:00 2004 Minero Aoki ;T@ o; ;;;[o;;I"'test/ripper/test_scanner_events.rb;T;[o;;[I"%test spaces before heredoc mark.;TS; ; i; I"AMon Sep 20 03:46:54 2004 Minero Aoki ;T@ o; ;;;[ o;;I"parse.y [ripper];T;[o;;[I";T@ o; ;;;[o;;I"&ext/zlib/zlib.c (gzfile_read_raw);T;[o;;[I"call readpartial at first.;To;;I"#(Zlib::GzipReader#readpartial);T;[o;;[I"new method.;TS; ; i; I"GMon Sep 20 00:24:19 2004 Yukihiro Matsumoto ;T@ o; ;;;[ o;;I"enum.c (enum_sort_by);T;[o;;[I"Rdo not use qsort directly. use rb_ary_sort_bang() instead. [ruby-dev:24291];To;;I"enum.c (enum_sort_by);T;[o;;[I"0pedantic type check added. [ruby-dev:24291];To;;I""hash.c (rb_hash_foreach_iter);T;[o;;[I";check iter_lev after each iteration. [ruby-dev:24289];To;;I"array.c (rb_ary_and);T;[o;;[I"Celement size might change during comparison. [ruby-dev:24290];To;;I"array.c (rb_ary_or);T;[o;;[I"ditto. [ruby-dev:24292];To;;I"array.c (rb_ary_equal);T;[o;;[I" wrong fix. [ruby-dev:24286];TS; ; i; I"2004-09-18;T@ S; ; i; I"GSat Sep 18 15:02:22 2004 Yukihiro Matsumoto ;T@ o; ;;;[ o;;I"array.c (rb_ary_equal);T;[o;;[I"Celement size might change during comparison. [ruby-dev:24254];To;;I"array.c (rb_ary_diff);T;[o;;[I"ditto. [ruby-dev:24274];To;;I"array.c (rb_ary_select);T;[o;;[I"ditto. [ruby-dev:24278];To;;I"array.c (rb_ary_delete);T;[o;;[I"ditto. [ruby-dev:24283];To;;I"array.c (rb_ary_rindex);T;[o;;[I"ditto. [ruby-dev:24275];To;;I" array.c (rb_ary_initialize);T;[o;;[I"Kelement size might change during initializing block. [ruby-dev:24284];TS; ; i; I"GSat Sep 18 14:10:23 2004 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"dir.c (dir_s_chdir);T;[o;;[I"avoid memory leak and unnecessary chdir to the original directory when exception has caused in changing direcotry or within block. thanks to Johan Holmberg [ruby-core:03446];TS; ; i; I"2004-09-17;T@ S; ; i; I"BFri Sep 17 20:29:33 2004 NAKAMURA Usaku ;T@ o; ;;;[o;;I" parse.y;T;[o;;[I"+add prototypes for Microsoft compiler.;To;;I""ext/ripper/depend (parse.obj);T;[o;;[I"lex.c exists at hdrdir.;To;;I"={bcc32,win32,wince}/Makefile.sub (YACC, YFLAGS, parse.c);T;[o;;[I"use bison.;TS; ; i; I"GFri Sep 17 17:11:08 2004 Yukihiro Matsumoto ;T@ o; ;;;[ o;;I"array.c (rb_ary_delete);T;[o;;[I"Aelement comparison might change array size. [ruby-dev:24273];To;;I" parse.y;T;[o;;[I"lmake ruby parser reentrant. merge ripper parser to the real one. this change makes ruby require bison.;To;;I"file.c (rb_file_truncate);T;[o;;[I"Eclear stdio buffer before truncating the file. [ruby-dev:24191];To;;I"ext/digest/digest.c;T;[o;;[I"ause rb_obj_class() instead of CLASS_OF which might return singleton class. [ruby-dev:24202];TS; ; i; I"HFri Sep 17 16:07:09 2004 Hidetoshi NAGAI ;T@ o; ;;;[o;;I"ext/tk/lib/multi-tk.rb;T;[o;;[I"improve exit operation;TS; ; i; I"HFri Sep 17 15:01:57 2004 Hidetoshi NAGAI ;T@ o; ;;;[ o;;I"ext/tcltklib/tcltklib.c;T;[o;;[I"$fix SEGV when (thread_)vwait or;To;;0;[o;;[0o;;I"ext/tk/lib/tk.rb;T;[o;;[I"*add alias wait_window to wait_destroy;To;;I"ext/tk/lib/multi-tk.rb;T;[o;;[I"zsupport calling 'mainloop' on slave interpreters (however, the 'real' eventloop must be run on the Default Master IP);To;;I"ext/tk/lib/remote-tk.rb;T;[o;;[I"1follow the changes of ext/tk/lib/multi-tk.rb;To;;I"'ext/tk/sample/remote-ip_sample2.rb;T;[o;;[I" ditto;To;;I"$ext/tk/sample/tkoptdb-safeTk.rb;T;[o;;[I" ditto;TS; ; i; I"2004-09-16;T@ S; ; i; I"CThu Sep 16 18:12:13 2004 GOTOU Yuuzou ;T@ o; ;;;[o;;I",lib/webrick/cgi.rb (WEBrick::CGI#start);T;[o;;[I"6should set REMOTE_USER to request.user attribute.;To;;I"Zlib/webrick/httpservlet/filehandler.rb (WEBrick::HTTPServlet::FileHandler#initialize);T;[o;;[I";should expand the pathname of document root directory.;TS; ; i; I"GThu Sep 16 15:49:28 2004 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"string.c (rb_str_intern);T;[o;;[I"7protect string argument from GC. [ruby-core:03411];TS; ; i; I"2004-09-15;T@ S; ; i; I"HWed Sep 15 20:22:23 2004 Hidetoshi NAGAI ;T@ o; ;;;[o;;I"$ext/tk/sample/tkoptdb-safeTk.rb;T;[o;;[I"1fix a bug depend on the changes of MultiTkIp;TS; ; i; I"2004-09-14;T@ S; ; i; I"HTue Sep 14 23:54:11 2004 Hidetoshi NAGAI ;T@ o; ;;;[o;;I"ext/tk/lib/multi-tk.rb;T;[o;;[I"AMultiTkIp#eval_string was en-bugged by the previous changes.;TS; ; i; I"?Tue Sep 14 23:45:44 2004 Dave Thomas ;T@ o; ;;;[o;;I"Glib/rdoc/ri/ri_formatter.rb (RI::TextFormatter::TextFormatter.for);T;[o;;[I"&Add Eric Hodel's simpleformatter.;TS; ; i; I"ATue Sep 14 22:11:08 2004 Minero Aoki ;T@ o; ;;;[o;;I"parse.y [ripper];T;[o;;[I"Add rdoc.;TS; ; i; I"ATue Sep 14 20:24:49 2004 Minero Aoki ;T@ o; ;;;[o;;I"parse.y [ripper];T;[o;;[I":space event is on__sp, not on__lwsp. [ruby-dev:24257];To;;I"ext/ripper/eventids2.c;T;[o;;[I" ditto.;To;;I"ext/ripper/lib/ripper.rb;T;[o;;[I" ditto.;To;;I"!ext/ripper/depend (ripper.o);T;[o;;[I"*No action is needed. [ruby-dev:24260];To;;I"ext/ripper/depend;T;[o;;[I"KBorland make does not accept pipes in Makefile rules. [ruby-dev:24589];To;;I"ext/ripper/depend;T;[o;;[I"$separate rules for developpers.;To;;I"ext/ripper/Makefile.dev;T;[o;;[I"new file.;To;;I"ext/ripper/MANIFEST;T;[o;;[I"add Makefile.dev.;To;;I"+ext/ripper/tools/generate-eventids1.rb;T;[o;;[I"read from file, not stdin.;To;;I"ext/ripper/extconf.rb;T;[o;;[I"clean ripper.E.;To;;I"+ext/ripper/tools/generate-ripper_rb.rb;T;[o;;[I"*#include ids1/ids2 function was lost.;To;;I"+ext/ripper/tools/generate-ripper_rb.rb;T;[o;;[I"4SCANNER_EVENTS wrongly contained parser events.;To;;I"ext/ripper/lib/ripper.rb;T;[o;;[I" ditto.;TS; ; i; I"HTue Sep 14 16:59:37 2004 Hidetoshi NAGAI ;T@ o; ;;;[ o;;I"ext/tcltklib/tcltklib.c;T;[o;;[I" fix SEGV;To;;I"ext/tk/lib/multi-tk.rb;T;[o;;[I"1improve safe-level handling of argument proc;To;;I"%ext/tk/sample/multi-ip_sample.rb;T;[o;;[I"rename of old 'safe-tk.rb';To;;I"ext/tk/sample/safe-tk.rb;T;[o;;[I"new sample script;TS; ; i; I"2004-09-13;T@ S; ; i; I"CMon Sep 13 21:33:40 2004 GOTOU Yuuzou ;T@ o; ;;;[ o;;I"5ext/openssl/ossl_x509name.c (ossl_x509name_to_s);T;[o;;[I"]add optional second argument to specify the output format (see also X509_NAME_print_ex).;To;;I"5ext/openssl/ossl_x509name.c (ossl_x509name_init);T;[o;;[I"{new constants: OpenSSL::X509::Name::COMPAT, OpenSSL::X509::Name::RFC2253, OpenSSL::X509::ONELINE, OpenSSL::X509::MULTILINE.;To;;I"Eext/openssl/lib/openssl/x509.rb (OpenSSL::X509::Name::RFC2253DN);T;[o;;[I";new module to provide the parse for RFC2253 DN format.;To;;I"Hext/openssl/lib/openssl/x509.rb (OpenSSL::X509::Name.parse_rfc2253);T;[o;;[I"+new method to parse RFC2253 DN format.;TS; ; i; I"FMon Sep 13 19:16:33 2004 WATANABE Hirofumi ;T@ o; ;;;[o;;I"eval.c (blk_copy_prev);T;[o;;[I"(need frame_dup(). [ruby-dev:24103];TS; ; i; I"HMon Sep 13 16:23:27 2004 Hidetoshi NAGAI ;T@ o; ;;;[o;;I"ext/tk/lib/multi-tk.rb;T;[o;;[I"HMultiTkIp.new_master and new_slave accept safe-level value argument;TS; ; i; I"BMon Sep 13 10:48:37 2004 NAKAMURA Usaku ;T@ o; ;;;[o;;I""win32/win32.c (rb_w32_getpid);T;[o;;[I"8don't need to use _getpid() on mswin32 and mingw32.;TS; ; i; I"BMon Sep 13 10:22:05 2004 NAKAMURA Usaku ;T@ o; ;;;[o;;I"object.c (nil_inspect);T;[o;;[I"fix typo.;TS; ; i; I"AMon Sep 13 09:29:58 2004 Minero Aoki ;T@ o; ;;;[o;;I"ext/ripper/depend;T;[o;;[I"@(nmake hack) prepend "./" to ripper.c to avoid {$(srcdir)}.;TS; ; i; I"AMon Sep 13 06:43:42 2004 Minero Aoki ;T@ o; ;;;[o;;I"-ext/ripper/tools/list-parse-event-ids.rb;T;[o;;[I"does not use getopts.;To;;I",ext/ripper/tools/list-scan-event-ids.rb;T;[o;;[I" ditto.;TS; ; i; I"AMon Sep 13 02:42:28 2004 Minero Aoki ;T@ o; ;;;[ o;;I"ext/Setup;T;[o;;[I"add ripper.;To;;I"ext/Setup.atheos;T;[o;;[I" ditto.;To;;I"ext/Setup.dj;T;[o;;[I" ditto.;To;;I"ext/Setup.emx;T;[o;;[I" ditto.;To;;I"ext/Setup.nt;T;[o;;[I" ditto.;To;;I"ext/Setup.x68;T;[o;;[I" ditto.;TS; ; i; I"AMon Sep 13 02:26:31 2004 Minero Aoki ;T@ o; ;;;[o;;I"ext/ripper;T;[o;;[I"ripper extension added.;To;;I"ext/ripper/MANIFEST;T;[o;;[I"new file.;To;;I"ext/ripper/README;T;[o;;[I"new file.;To;;I"ext/ripper/depend;T;[o;;[I"new file.;To;;I"ext/ripper/extconf.rb;T;[o;;[I"new file.;To;;I"ext/ripper/eventids2.c;T;[o;;[I"new file.;To;;I"ext/ripper/ripper.rb.in;T;[o;;[I"new file.;To;;I"ext/ripper/lib/ripper.rb;T;[o;;[I"new file.;To;;I")ext/ripper/test/check-event-arity.rb;T;[o;;[I"new file.;To;;I",ext/ripper/test/check-event-coverage.sh;T;[o;;[I"new file.;To;;I"4ext/ripper/test/check-scanner-event-coverage.rb;T;[o;;[I"new file.;To;;I"*ext/ripper/test/list-called-events.rb;T;[o;;[I"new file.;To;;I"ext/ripper/test/src_rb;T;[o;;[I"new file.;To;;I" ext/ripper/test/validate.rb;T;[o;;[I"new file.;To;;I"+ext/ripper/tools/generate-eventids1.rb;T;[o;;[I"new file.;To;;I".ext/ripper/tools/generate-param-macros.rb;T;[o;;[I"new file.;To;;I"+ext/ripper/tools/generate-ripper_rb.rb;T;[o;;[I"new file.;To;;I"-ext/ripper/tools/list-parse-event-ids.rb;T;[o;;[I"new file.;To;;I",ext/ripper/tools/list-scan-event-ids.rb;T;[o;;[I"new file.;To;;I" ext/ripper/tools/preproc.rb;T;[o;;[I"new file.;To;;I"ext/ripper/tools/strip.rb;T;[o;;[I"new file.;To;;I"test/ripper;T;[o;;[I"ripper tests added.;To;;I"test/ripper/dummyparser.rb;T;[o;;[I"new file.;To;;I"&test/ripper/test_parser_events.rb;T;[o;;[I"new file.;To;;I"'test/ripper/test_scanner_events.rb;T;[o;;[I"new file.;TS; ; i; I"HMon Sep 13 01:03:02 2004 Hidetoshi NAGAI ;T@ o; ;;;[o;;I"ext/tcltklib/tcltklib.c;T;[o;;[I"/improve control of preserv/release tcltkip;To;;I"ext/tcltklib/tcltklib.c;T;[o;;[I""store original 'exit' command;To;;I"ext/tk/tkutil.c;T;[o;;[I"fix(?) SEGV;TS; ; i; I"AMon Sep 13 00:22:53 2004 Minero Aoki ;T@ o; ;;;[o;;I" parse.y;T;[o;;[I"fix file header.;TS; ; i; I"AMon Sep 13 00:20:39 2004 Minero Aoki ;T@ o; ;;;[o;;I" parse.y;T;[o;;[I"ripper merged.;To;;I" lex.c;T;[o;;[I" ditto.;To;;I" keywords;T;[o;;[I" ditto.;TS; ; i; I"2004-09-12;T@ S; ; i; I"ISun Sep 12 23:53:17 2004 Hirokazu Yamamoto ;T@ o; ;;;[o;;I"util.c (ruby_strdup);T;[o;;[I";remove unnecessary code. (xmalloc never returns NULL.);To;;I"util.c (ruby_getcwd);T;[o;;[I" fix memory leak on failure.;TS; ; i; I"HSun Sep 12 02:41:58 2004 Hidetoshi NAGAI ;T@ o; ;;;[o;;I"ext/tcltklib/tcltklib.c;T;[o;;[I"6add TclTkIp#allow_ruby_exit? and allow_ruby_exit=;To;;I"ext/tk/lib/multi-tk.rb;T;[o;;[I" ditto.;To;;I"ext/tk/lib/remote-tk.rb;T;[o;;[I" ditto.;To;;I"ext/tcltklib/MANUAL.euc;T;[o;;[I" ditto.;To;;I"ext/tcltklib/MANUAL.eng;T;[o;;[I" ditto.;To;;I"ext/tcltklib/tcltklib.c;T;[o;;[I"fix some reasons of SEGV;To;;I"ext/tk/tkutil.c;T;[o;;[I" ditto.;To;;I"ext/tk/lib/multi-tk.rb;T;[o;;[I" ditto.;To;;I"ext/tk/lib/tk/timer.rb;T;[o;;[I" ditto.;TS; ; i; I"2004-09-11;T@ S; ; i; I"?Sat Sep 11 16:09:46 2004 Dave Thomas ;T@ o; ;;;[o;;I"!lib/rdoc/parsers/parse_rb.rb;T;[o;;[I"%Fix up cross-file class merging.;TS; ; i; I"2004-09-10;T@ S; ; i; I"IFri Sep 10 20:18:05 2004 Hirokazu Yamamoto ;T@ o; ;;;[o;;I"/ext/tcltklib/tcltklib.c (lib_merge_tklist);T;[o;;[I"'fix suspicious pointer conversion.;TS; ; i; I"IFri Sep 10 19:16:24 2004 Hirokazu Yamamoto ;T@ o; ;;;[o;;I"bcc32/Makefile.sub;T;[o;;[I")bccwin32 port starts to use RTL dll.;To;;I"$(need to rebuild all) [ruby-dev;T;[o;;[I" 24138];To;;I"win32/win32.{h,c};T;[o;;[I" ditto.;TS; ; i; I"AFri Sep 10 15:55:59 2004 Minero Aoki ;T@ o; ;;;[o;;I"lib/fileutils.rb (mkdir_p);T;[o;;[I"=should pass mode argument to Dir.mkdir. [ruby-dev:24242];To;;I"%test/fileutils/test_fileutils.rb;T;[o;;[I" test it.;TS; ; i; I"?Fri Sep 10 02:43:54 2004 Dave Thomas ;T@ o; ;;;[o;;I"+lib/rdoc/generators/template/kilmer.rb;T;[o;;[I"%James Buck's patch for call-seq.;TS; ; i; I"2004-09-09;T@ S; ; i; I"HThu Sep 9 13:58:56 2004 Hidetoshi NAGAI ;T@ o; ;;;[o;;I"&ext/tcltklib/tcltklib.c (ip_init);T;[o;;[I">change flag value for setting 'argv' and 'argv0' variable;To;;I"ext/tk/lib/remote-tk.rb;T;[o;;[I""follow changes of multi-tk.rb;TS; ; i; I"?Thu Sep 9 11:46:18 2004 Dave Thomas ;T@ o; ;;;[o;;I"=lib/rdoc/parsers/parse_c.rb (RDoc::C_Parser::do_classes);T;[o;;[I"EAllow spaces aroun parameter to define_method_under (James Buck);TS; ; i; I"2004-09-08;T@ S; ; i; I"EWed Sep 8 18:44:03 2004 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"*ext/stringio/stringio.c (strio_write);T;[o;;[I"/zero fill a gap if exsts. [ruby-dev:24190];TS; ; i; I"HWed Sep 8 15:19:49 2004 Hidetoshi NAGAI ;T@ o; ;;;[ o;;I"&ext/tcltklib/tcltklib.c (ip_init);T;[o;;[I""cannot create a IP at level 4;To;;I"ext/tk/lib/multi-tk.rb;T;[o;;[I"Bimprove 'exit' operation, security check, and error treatment;To;;I"ext/tk/lib/multi-tk.rb;T;[o;;[I"1allow a trusted slave IP to create slave IPs;To;;I"ext/tk/lib/tk/listbox.rb;T;[o;;[I"2add TkListbox#value, value=, clear, and erase;To;;I"ext/tk/lib/tk/text.rb;T;[o;;[I"add TkText#clear and erase;TS; ; i; I"2004-09-07;T@ S; ; i; I"ETue Sep 7 15:17:49 2004 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"'ext/socket/socket.c (ruby_connect);T;[o;;[I"Gbreak immediately if a socket is non-blocking. [ruby-talk:111654];TS; ; i; I"BTue Sep 7 12:48:22 2004 NAKAMURA Usaku ;T@ o; ;;;[ o;;I"0{bcc32,win32,wince}/Makefile.sub (config.h);T;[o;;[I"add fcntl.;To;;I"win32/win32.[ch] (fcntl);T;[o;;[I" ditto.;To;;I"#win32/win32.c (rb_w32_connect);T;[o;;[I"support nonblocking mode.;To;;I"9ext/socket/socket.c (wait_connectable, ruby_connect);T;[o;;[I"6support nonblocking connect on various platforms.;TS; ; i; I"2004-09-06;T@ S; ; i; I"GMon Sep 6 11:00:47 2004 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"dir.c (dir_s_chdir);T;[o;;[I"the patch to shut up false warning when exception occurred within a block. a patch was given from Johan Holmberg . [ruby-core:03292];TS; ; i; I"IMon Sep 6 10:57:40 2004 Hirokazu Yamamoto ;T@ o; ;;;[o;;I"5ext/tk/lib/tk/menu.rb(TkOptionMenubutton#insert);T;[o;;[I"call correct method;TS; ; i; I"GMon Sep 6 07:51:42 2004 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"eval.c (cvar_cbase);T;[o;;[I"Bsingletons should refer to outer cvar scope. [ruby-dev:24223];To;;I"eval.c (rb_load);T;[o;;[I"Bshould preserve previous ruby_wrapper value. [ruby-dev:24226];TS; ; i; I"2004-09-04;T@ S; ; i; I"GSat Sep 4 01:14:57 2004 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"eval.c (cvar_cbase);T;[o;;[I"\class variables cause SEGV in instance_eval() for fixnums and symbols. [ruby-dev:24213];TS; ; i; I"2004-09-03;T@ S; ; i; I"GFri Sep 3 17:47:58 2004 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"struct.c (make_struct);T;[o;;[I"@remove redefining constant when conflict. [ruby-dev:24210];TS; ; i; I"HFri Sep 3 11:31:44 2004 Hidetoshi NAGAI ;T@ o; ;;;[o;;I"ext/tk/lib/tk.rb;T;[o;;[I"CTk.after makes TkCore::INTERP.tk_cmd_tbl grow [ruby-dev:24207];TS; ; i; I"HFri Sep 3 02:12:48 2004 Hidetoshi NAGAI ;T@ o; ;;;[o;;I"ext/tcltklib/tcltklib.c;T;[o;;[I" fix typo [ruby-talk:111266];To;;I"ext/tk/lib/tk/text.rb;T;[o;;[I" fix typo;To;;I"ext/tk/lib/multi-tk.rb;T;[o;;[I".improve safe-level treatment on slave IPs;TS; ; i; I"EFri Sep 3 01:54:20 2004 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"ext/extmk.rb (extmake);T;[o;;[I")extact target prefix from Makefiles.;To;;I"ext/extmk.rb;T;[o;;[I"Falready built-in libraries satisfy dependencies. [ruby-dev:24028];TS; ; i; I"2004-09-01;T@ S; ; i; I"IWed Sep 1 21:16:50 2004 Hirokazu Yamamoto ;T@ o; ;;;[o;;I"ext/tk/lib/tk/spinbox.rb;T;[o;;[I" fix typo;TS; ; i; I"EWed Sep 1 19:28:37 2004 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"process.c (rb_proc_exec);T;[o;;[I"0label cannot precede variable declarations.;TS; ; i; I"2004-08-31;T@ S; ; i; I"ITue Aug 31 18:20:49 2004 Hirokazu Yamamoto ;T@ o; ;;;[o;;I"#ext/tk/tkutil.c (cbsubst_init);T;[o;;[I"fix memory leak;To;;I"1ext/tk/tkutil.c (cbsubst_get_all_subst_keys);T;[o;;[I" fix SEGV;TS; ; i; I"HTue Aug 31 16:04:22 2004 Hidetoshi NAGAI ;T@ o; ;;;[o;;I"(ext/tcltklib/tcltklib.c (ip_delete);T;[o;;[I"7when a tcltkip is deleted, destroy its root widget;TS; ; i; I"HTue Aug 31 12:30:36 2004 Hidetoshi NAGAI ;T@ o; ;;;[o;;I"'ext/tcltklib/tcltklib.c (del_root);T;[o;;[I" fix SEGV;TS; ; i; I"2004-08-30;T@ S; ; i; I"?Mon Aug 30 21:50:14 2004 Dave Thomas ;T@ o; ;;;[o;;I" object.c;T;[o;;[I""Add RDoc for Module.included.;TS; ; i; I"?Mon Aug 30 23:11:06 2004 Dave Thomas ;T@ o; ;;;[o;;I"*lib/rdoc/ri/ri_driver.rb (and others);T;[o;;[I"Ori now merges documentation if it finds the same class in multiple places.;TS; ; i; I"HMon Aug 30 22:40:30 2004 Hidetoshi NAGAI ;T@ o; ;;;[o;;I"ext/tk/lib/multi-tk.rb;T;[o;;[I"''restart' method accepts arguments;TS; ; i; I"FMon Aug 30 15:10:46 2004 WATANABE Hirofumi ;T@ o; ;;;[o;;I"configure.in (GNU/k*BSD);T;[o;;[I"/fixed FTBFS on GNU/k*BSD. [ruby-dev:24051];TS; ; i; I"2004-08-29;T@ S; ; i; I"HSun Aug 29 14:08:56 2004 Hidetoshi NAGAI ;T@ o; ;;;[o;;I"ext/tcltklib/tcltklib.c;T;[o;;[I",compile error on bcc32 [ruby-dev:24081];To;;I"ext/tk/lib/multi-tk.rb;T;[o;;[I"(MultiTkIp#eval_string does not work;TS; ; i; I"2004-08-28;T@ S; ; i; I"GSat Aug 28 23:04:41 2004 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"bignum.c (rb_big_and);T;[o;;[I"3protect parameters from GC. [ruby-talk:110664];TS; ; i; I"2004-08-27;T@ S; ; i; I";Fri Aug 27 12:13:50 2004 Tanaka Akira ;T@ o; ;;;[o;;I",ext/stringio/stringio.c (Init_stringio);T;[o;;[I"?add StringIO#readpartial as an alias for StringIO#sysread.;TS; ; i; I"EFri Aug 27 10:14:21 2004 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"process.c (rb_proc_exec);T;[o;;[I"-strip trailing spaces. [ruby-dev:24143];To;;I" win32/win32.c (CreateChild);T;[o;;[I" ditto.;TS; ; i; I"2004-08-26;T@ S; ; i; I"?Thu Aug 26 04:38:29 2004 Dave Thomas ;T@ o; ;;;[o;;I"eval.c (return_jump);T;[o;;[I"OMinor typo in error message. Now reads "return can't jump across threads".;TS; ; i; I"2004-08-25;T@ S; ; i; I"EWed Aug 25 15:18:52 2004 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"eval.c (rb_longjmp);T;[o;;[I"+Exception#to_str is no longer defined.;TS; ; i; I"GWed Aug 25 11:39:10 2004 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"error.c (exc_equal);T;[o;;[I"]exceptions are equal if they share same class, message and backtrace. [ruby-talk:110354];To;;I""error.c (name_err_mesg_equal);T;[o;;[I" ditto.;TS; ; i; I"2004-08-24;T@ S; ; i; I"ATue Aug 24 16:41:48 2004 Shugo Maeda ;T@ o; ;;;[o;;I";T@ o; ;;;[o;;I";T@ o; ;;;[o;;I";ext/openssl/ossl_x509attr.c (ossl_x509attr_initialize);T;[o;;[I"Kd2i functions may replace the pointer indicated by the first argument.;To;;I"9ext/openssl/ossl_x509ext.c (ossl_x509ext_initialize);T;[o;;[I" ditto.;To;;I";ext/openssl/ossl_x509name.c (ossl_x509name_initialize);T;[o;;[I" ditto.;TS; ; i; I"2004-08-23;T@ S; ; i; I"BMon Aug 23 12:43:32 2004 NAKAMURA Usaku ;T@ o; ;;;[o;;I"/lib/resolv.rb (Config.default_config_hash);T;[o;;[I"Pwhen multiple domains are set, Win32::Resolv.get_resolv_info returns Array.;TS; ; i; I"2004-08-22;T@ S; ; i; I"CSun Aug 22 16:27:38 2004 GOTOU Yuuzou ;T@ o; ;;;[ o;;I"+ext/openssl/ossl_ssl.c (ossl_ssl_read);T;[o;;[I"- should return an empty string if specified length to read is 0. - should check for pending data and wait for fd before reading. - call underlying IO's sysread if SSL session is not started. [ruby-dev:24072], [ruby-dev:24075];To;;I",ext/openssl/ossl_ssl.c (ossl_ssl_write);T;[o;;[I"C- call underlying IO's syswrite if SSL session is not started.;To;;I".ext/openssl/ossl_ssl.c (ossl_ssl_pending);T;[o;;[I"%new method OpenSSL::SSL#pending.;To;;I")ext/openssl/lib/openssl/buffering.rb;T;[o;;[I"should not use select.;TS; ; i; I"CSun Aug 22 01:10:36 2004 GOTOU Yuuzou ;T@ o; ;;;[o;;I"Flib/webrick/httpproxy.rb (WEBrick::HTTPProxyServer#proxy_connect);T;[o;;[I"?should call :ProxyContentHandler before finishing CONNECT.;TS; ; i; I"2004-08-21;T@ S; ; i; I"ESat Aug 21 06:41:16 2004 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"0ext/tcltklib/extconf.rb (find_tcl, find_tk);T;[o;;[I"find stub library.;To;;I"*lib/mkmf.rb (arg_config, with_config);T;[o;;[I"7deal with '-' and '_' uniformly. [ruby-dev:24118];TS; ; i; I"2004-08-20;T@ S; ; i; I"BFri Aug 20 14:49:42 2004 NAKAMURA Usaku ;T@ o; ;;;[o;;I" io.c (rb_io_check_writable);T;[o;;[I"Cno need to check read buffer if already changed to write mode.;TS; ; i; I"EFri Aug 20 11:46:43 2004 UENO Katsuhiro ;T@ o; ;;;[o;;I"ext/zlib/zlib.c;T;[o;;[I"(GzipReader#ungetc caused crc error.;TS; ; i; I"2004-08-19;T@ S; ; i; I"HThu Aug 19 16:29:45 2004 Hidetoshi NAGAI ;T@ o; ;;;[o;;I"ext/tk/lib/tk.rb;T;[o;;[I"1Fail to treat a hash value of 'font' option.;To;;I"ext/tk/lib/tk.rb;T;[o;;[I"9bindinfo cannot return '%' substiturion information.;To;;I"ext/tk/lib/menu.rb;T;[o;;[I"typo bug.;TS; ; i; I"GThu Aug 19 15:15:24 2004 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"dir.c (free_dir);T;[o;;[I"3fix memory leak. reported by yamamoto madoka.;TS; ; i; I"BThu Aug 19 09:19:27 2004 NAKAMURA Usaku ;T@ o; ;;;[o;;I",configure.in, win32/Makefile.sub (LIBS);T;[o;;[I"Kneed to link shell32 library for SH* functions on mswin32 and mingw32.;To;;I"wince/Makefile.sub (LIBS);T;[o;;[I"?need to link ceshell library for SH* functions on mswince.;TS; ; i; I"GThu Aug 19 03:07:00 2004 why the lucky stiff ;T@ o; ;;;[o;;I"lib/yaml/baseemitter.rb;T;[o;;[I"folding now handles double-quoted strings, fixed problem with extra line feeds at end of folding, whitespace opening scalar blocks.;To;;I"lib/yaml/rubytypes.rb;T;[o;;[I"^subtelties in handling strings with non-printable characters and odd whitespace patterns.;TS; ; i; I"2004-08-18;T@ S; ; i; I"AWed Aug 18 23:44:20 2004 Minero Aoki ;T@ o; ;;;[o;;I"$lib/net/protocol.rb (rbuf_fill);T;[o;;[I"VOpenSSL::SSLSocket has its own buffer, select(2) might not work. [ruby-dev:24072];TS; ; i; I"FWed Aug 18 17:10:12 2004 WATANABE Hirofumi ;T@ o; ;;;[o;;I",ext/tcltklib/stubs.c (ruby_tcltk_stubs);T;[o;;[I"6need to call Tcl_FindExecutable() for Tcl/Tk 8.4.;TS; ; i; I"EWed Aug 18 12:52:55 2004 Nobuyoshi Nakada ;T@ o; ;;;[o;;I""eval.c (rb_obj_instance_eval);T;[o;;[I"Hevaluates under special singleton classes as for special constants.;TS; ; i; I"EWed Aug 18 11:22:52 2004 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"win32/win32.c (init_env);T;[o;;[I"?initialize HOME and USER environment variables unless set.;TS; ; i; I"GWed Aug 18 10:17:21 2004 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"eval.c (bind_eval);T;[o;;[I"new method. [RCR 251];To;;I"string.c (rb_str_clear);T;[o;;[I"!new method. [ruby-dev:24104];TS; ; i; I"2004-08-17;T@ S; ; i; I"GTue Aug 17 17:20:59 2004 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"io.c (rb_io_reopen);T;[o;;[I"Sshould clear allocated OpenFile. pointed out by Guy Decoux. [ruby-core:03288];TS; ; i; I"?Tue Aug 17 01:36:32 2004 Dave Thomas ;T@ o; ;;;[o;;I"lib/rdoc/usage.rb;T;[o;;[I"aRemove extra indent. Tidy 'ri' option parsing so RDoc::usage plays better with OptionParser.;TS; ; i; I"2004-08-14;T@ S; ; i; I"?Sat Aug 14 02:48:16 2004 Dave Thomas ;T@ o; ;;;[o;;I"lib/rdoc/usage.rb;T;[o;;[I"ZAdded. Allows command line programs to report usage using their initial RDoc comment.;TS; ; i; I"GSat Aug 14 01:25:48 2004 why the lucky stiff ;T@ o; ;;;[o;;I"ext/syck/token.c;T;[o;;[I"kre2c no longer compiled with bit vectors. caused problems for non-ascii characters. [ruby-core:03280];To;;I"ext/syck/implicit.c;T;[o;;[I" ditto.;To;;I"ext/syck/bytecode.c;T;[o;;[I" ditto.;TS; ; i; I"2004-08-13;T@ S; ; i; I"CFri Aug 13 12:55:20 2004 GOTOU Yuuzou ;T@ o; ;;;[o;;I"Elib/webrick/httputils.rb (WEBrick::HTTPUtils.parse_range_header);T;[o;;[I"fix regex for range-spec.;To;;I"klib/webrick/httpservlet/filehandler.rb (WEBrick::HTTPServlet::DefaultFileHandler#make_partial_content);T;[o;;[I".multipart/byteranges response was broken.;To;;I"lib/xmlrpc/server.rb;T;[o;;[I"refine example code.;TS; ; i; I"2004-08-12;T@ S; ; i; I"BThu Aug 12 10:54:17 2004 NAKAMURA Usaku ;T@ o; ;;;[o;;I"rubyio.h (rb_eof_error);T;[o;;[I"should mark as NORETURN.;To;;I"#win32/win32.c (make_cmdvector);T;[o;;[I"5adjust escaped successive double-quote handling.;TS; ; i; I";Thu Aug 12 01:53:10 2004 Tanaka Akira ;T@ o; ;;;[o;;I"io.c (read_buffered_data);T;[o;;[I" extracted from rb_io_fread.;To;;I"(io_readpartial);T;[o;;[I"0new method IO#readpartial. [ruby-dev:24055];TS; ; i; I"2004-08-11;T@ S; ; i; I"FWed Aug 11 17:17:50 2004 WATANABE Hirofumi ;T@ o; ;;;[o;;I"configure.in (RPATHFLAG);T;[o;;[I"'stop setting RPATHFLAG on Interix.;TS; ; i; I"2004-08-09;T@ S; ; i; I"CMon Aug 9 15:03:20 2004 GOTOU Yuuzou ;T@ o; ;;;[o;;I"Tlib/webrick/httpservlet/erbhandler.rb (WEBrick::HTTPServlet::ERBHandler#do_GET);T;[o;;[I";should select media type by suffix of script filename.;TS; ; i; I"?Mon Aug 9 12:51:43 2004 Dave Thomas ;T@ o; ;;;[o;;I"dir.c (dir_s_glob);T;[o;;[I";Roll in Austin Ziegler's Dir.glob and fnmatch updates.;TS; ; i; I"AMon Aug 9 06:33:06 2004 Minero Aoki ;T@ o; ;;;[o;;I"lib/fileutils.rb (cp_r);T;[o;;[I";T@ o; ;;;[o;;I"lib/implicit.c;T;[o;;[I"$added sexagecimal float#base60.;To;;I"*ext/syck/rubyext.c (yaml_org_handler);T;[o;;[I" ditto.;To;;I"lib/token.c;T;[o;;[I"indentation absolutely ignored when processing flow collections. plain scalars are trimmed if indentation follows in an ambiguous flow collection.;TS; ; i; I"2004-08-07;T@ S; ; i; I"GSat Aug 7 03:08:21 2004 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"process.c (proc_daemon);T;[o;;[I"Enew method. should be modified for platforms without /dev/null.;TS; ; i; I";Sat Aug 7 00:50:01 2004 Tanaka Akira ;T@ o; ;;;[o;;I"ext/zlib/zlib.c;T;[o;;[I"8Zlib::GzipReader#read(0) returns "" instead of nil.;TS; ; i; I"2004-08-04;T@ S; ; i; I"GWed Aug 4 13:26:00 2004 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"marshal.c (r_bytes0);T;[o;;[I"-optimize out read(0). [ruby-talk:108276];TS; ; i; I"2004-08-03;T@ S; ; i; I"HTue Aug 3 13:49:12 2004 Hidetoshi NAGAI ;T@ o; ;;;[o;;I"ext/tk/lib/tk/namespace.rb;T;[o;;[I" bug fix;To;;I"/ext/tk/lib/tkextlib/treectrl/tktreectrl.rb;T;[o;;[I"add Tk::TreeCtrl.loupe;TS; ; i; I"2004-08-02;T@ S; ; i; I"IMon Aug 2 23:33:48 2004 Hirokazu Yamamoto ;T@ o; ;;;[o;;I"*test/ruby/test_file.rb (test_fnmatch);T;[o;;[I"added more tests.;TS; ; i; I"HMon Aug 2 18:04:21 2004 Hidetoshi NAGAI ;T@ o; ;;;[o;;I".ext/tk/lib/tk/msgcat.rb (set_translation);T;[o;;[I"Xbug fix (fail to set trans_str to the same as src_str when trans_str is not given.);TS; ; i; I"GMon Aug 2 17:40:44 2004 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"eval.c (blk_free);T;[o;;[I"0fixed serious memory leak. [ruby-dev:24013];TS; ; i; I"?Mon Aug 2 11:53:06 2004 Dave Thomas ;T@ o; ;;;[o;;I":lib/rdoc/code_objects.rb (RDoc::Context::find_symbol);T;[o;;[I"GFix infinite recursion looking up some top level symbols (batsman);TS; ; i; I"?Mon Aug 2 11:48:29 2004 Dave Thomas ;T@ o; ;;;[o;;I"=lib/rdoc/parsers/parse_c.rb (RDoc::C_Parser::do_methods);T;[o;;[I"NAllow '.'s in variable names to support SWIG generated files (Hans Fugal);TS; ; i; I"2004-07-31;T@ S; ; i; I"GSat Jul 31 23:08:00 2004 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"eval.c (is_defined);T;[o;;[I",stupid mistakes fixed. [ruby-dev:24006];TS; ; i; I"ESat Jul 31 17:39:47 2004 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"misc/ruby-mode.el (ruby-expr-beg, ruby-parse-partial, ruby-calculate-indent, ruby-move-to-block, ruby-forward-sexp, ruby-backward-sexp);T;[o;;[I"#keywords must match word-wise.;TS; ; i; I"GSat Jul 31 13:37:51 2004 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"eval.c (is_defined);T;[o;;[I"*avoid unnecessary method invocations.;TS; ; i; I"GSat Jul 31 05:35:37 2004 why the lucky stiff ;T@ o; ;;;[o;;I"lib/yaml/rubytypes.rb;T;[o;;[I"Hexceptions were using an older YAML.object_maker. [ruby-core:03080];To;;I")ext/syck/token.c (sycklex_yaml_utf8);T;[o;;[I"husing newline_len to handline CR-LFs. "\000" was showing up on folded blocks which stopped at EOF.;TS; ; i; I"GSat Jul 31 01:25:11 2004 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"eval.c (is_defined);T;[o;;[I"Ecall is_defined() before invoking rb_eval(). [ruby-talk:107867];TS; ; i; I"2004-07-30;T@ S; ; i; I"HFri Jul 30 16:10:54 2004 Hidetoshi NAGAI ;T@ o; ;;;[ o;;I"0ext/tcltklib/tcltklib.c (lib_fromUTF8_core);T;[o;;[I"Araise ArgumentError when the unknown encoding name is given.;To;;I".ext/tcltklib/tcltklib.c (lib_toUTF8_core);T;[o;;[I" ditto.;To;;I"9ext/tk/lib/tk.rb (Tk::Encoding.encoding_convertfrom);T;[o;;[I" bug fix.;To;;I"7ext/tk/lib/tk.rb (Tk::Encoding.encoding_convertto);T;[o;;[I" ditto.;TS; ; i; I"2004-07-28;T@ S; ; i; I"GWed Jul 28 18:59:17 2004 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"!lib/cgi.rb (CGI::initialize);T;[o;;[I"Vremove at_exit code for CGI_PARAMS and CGI_COOKIES. they will no longer be used.;TS; ; i; I"GWed Jul 28 15:44:08 2004 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"eval.c (rb_call0);T;[o;;[I"Vshould call rb_call_super() directly for visibility overriding. [ruby-dev:23989];TS; ; i; I"GWed Jul 28 01:04:44 2004 Yukihiro Matsumoto ;T@ o; ;;;[ o;;I" env.h;T;[o;;[I"!remove argv from ruby_frame.;To;;I"eval.c (rb_eval);T;[o;;[I"no more copy on write.;To;;I"eval.c (assign);T;[o;;[I" ditto.;To;;I"eval.c (rb_call0);T;[o;;[I"lcan receive *rest by specifying negative argc. (-1 means 0 arg and *rest, -2 means 1 arg and *rest...);To;;I"eval.c (rb_call0);T;[o;;[I"'properly set frame's argc counter.;To;;I"gc.c (rb_gc_mark_frame);T;[o;;[I""need not to mark frame's argv;To;;I"gc.c (run_final);T;[o;;[I"*wrong order of data. [ruby-dev:23984];TS; ; i; I"2004-07-27;T@ S; ; i; I"GTue Jul 27 07:05:04 2004 Yukihiro Matsumoto ;T@ o; ;;;[ o;;I"eval.c (rb_eval);T;[o;;[I":copy on write for argument local variable assignment.;To;;I"eval.c (assign);T;[o;;[I" ditto.;To;;I"eval.c (rb_call0);T;[o;;[I"Tupdate ruby_frame->argv with the default value used for the optional arguments.;To;;I"object.c (Init_Object);T;[o;;[I";"===" calls rb_obj_equal() directly. [ruby-list:39937];TS; ; i; I"2004-07-26;T@ S; ; i; I"CMon Jul 26 11:22:55 2004 GOTOU Yuuzou ;T@ o; ;;;[o;;I"9lib/webrick/httputils.rb (WEBrick::HTTPUtils.escape);T;[o;;[I"should escape space.;TS; ; i; I"2004-07-25;T@ S; ; i; I"ISun Jul 25 10:56:28 2004 Hirokazu Yamamoto ;T@ o; ;;;[o;;I"-win32/win32.{h,c} (rb_w32_{f,fd,fs}open);T;[o;;[I"[workaround for bcc32's {f,fd,fs}open bug. set errno EMFILE and EBADF. [ruby-dev:23963];To;;I"test/drb/drbtest.rb;T;[o;;[I"fix method duplication.;TS; ; i; I"2004-07-24;T@ S; ; i; I"GSat Jul 24 13:32:47 2004 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"range.c (rb_range_beg_len);T;[o;;[I"Zreturns Qnil only when "beg" points outside of a range. No boundary check for "end".;TS; ; i; I"2004-07-23;T@ S; ; i; I"GFri Jul 23 16:40:25 2004 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"gc.c (define_final);T;[o;;[I">should not disclose NODE* to Ruby world. [ruby-dev:23957];TS; ; i; I"AFri Jul 23 08:52:22 2004 Shugo Maeda ;T@ o; ;;;[o;;I"$lib/net/imap.rb (disconnected?);T;[o;;[I"new method.;TS; ; i; I"2004-07-22;T@ S; ; i; I"GThu Jul 22 16:41:54 2004 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"8lib/cgi/session.rb (CGI::Session::FileStore#update);T;[o;;[I":sets the permission of the session data file to 0600.;To;;I"@lib/cgi/session/pstore.rb (CGI::Session::Pstore#initialize);T;[o;;[I" ditto.;TS; ; i; I"2004-07-19;T@ S; ; i; I"CMon Jul 19 00:53:46 2004 GOTOU Yuuzou ;T@ o; ;;;[o;;I"Tlib/webrick/httpservlet/cgihandler.rb (WEBrick::HTTPServlet::CGIhandler#do_GET);T;[o;;[I"eset SystemRoot environment variable to CGI process on Windows native platforms. [ruby-dev:23936];TS; ; i; I"2004-07-18;T@ S; ; i; I"HSun Jul 18 16:14:29 2004 Hidetoshi NAGAI ;T@ o; ;;;[o;;I"4ext/tk/lib/tk/msgcat.rb (TkMsgCatalog.callback);T;[o;;[I" bug fix;To;;0;[o;;[0S; ; i; I"ESun Jul 18 08:13:58 2004 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"sprintf.c (rb_f_sprintf);T;[o;;[I"remove extra sign digit.;TS; ; i; I"@Sun Jul 18 03:19:14 2004 Akinori MUSHA ;T@ o; ;;;[o;;I"dir.c (bracket);T;[o;;[I"use NULL instead of 0.;TS; ; i; I"ASun Jul 18 02:35:30 2004 Shugo Maeda ;T@ o; ;;;[o;;I"(lib/net/imap.rb (receive_responses);T;[o;;[I"*return if a LOGOUT response received.;TS; ; i; I"2004-07-17;T@ S; ; i; I"ASat Jul 17 23:59:01 2004 Shugo Maeda ;T@ o; ;;;[o;;I"'lib/net/imap.rb (send_string_data);T;[o;;[I"Nwait command continuation requests before sending octet data of literals.;TS; ; i; I"HSat Jul 17 23:54:59 2004 Hidetoshi NAGAI ;T@ o; ;;;[o;;I"ext/tk/lib/tk/variable.rb;T;[o;;[I"/TkVariable#ref returns a TkVariable object;TS; ; i; I"BSat Jul 17 22:04:44 2004 akira yamada ;T@ o; ;;;[o;;I"lib/uri/ldap.rb;T;[o;;[I"1method hierarchical? should be in URI::LDAP.;TS; ; i; I"ESat Jul 17 18:29:07 2004 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"parse.y (stmt);T;[o;;[I"+not to show same error messages twice.;TS; ; i; I"GSat Jul 17 14:18:11 2004 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"string.c (rb_str_match_m);T;[o;;[I"HString#match should also take optional argument. [ruby-core:03205];To;;I"re.c (rb_reg_match_m);T;[o;;[I"Yadd optional second argugment "pos" to specify match start point. [ruby-core:03203];TS; ; i; I"GSat Jul 17 13:13:32 2004 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"3lib/irb/ruby-lex.rb (RubyLex::identify_string);T;[o;;[I"K%s string do not process expression interpolation. [ruby-talk:106691];TS; ; i; I"?Sat Jul 17 05:26:27 2004 Dave Thomas ;T@ o; ;;;[o;;I"lib/rdoc/diagram.rb;T;[o;;[I"=Incorporate Micheal Neumann's client-side imagemao patch;TS; ; i; I"GSat Jul 17 01:57:03 2004 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"eval.c (THREAD_ALLOC);T;[o;;[I"hth->thread should be initialized to NULL. [ruby-talk:106657] The solution was found by Guy Decoux.;TS; ; i; I"2004-07-16;T@ S; ; i; I"CFri Jul 16 22:30:28 2004 Michael Neumann ;T@ o; ;;;[o;;I"file.c (rb_stat_dev_major);T;[o;;[I"Gnew methods File::Stat#dev_major and #dev_minor. [ruby-core:03195];TS; ; i; I"EFri Jul 16 11:17:38 2004 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"error.c (exit_initialize);T;[o;;[I"4use EXIT_SUCCESS instead of 0. [ruby-dev:23913];To;;I"error.c (exit_success_p);T;[o;;[I"5new method SystemExit#success?. [ruby-dev:23912];To;;I" error.c (syserr_initialize);T;[o;;[I"4initialization for subclasses. [ruby-dev:23912];TS; ; i; I"2004-07-15;T@ S; ; i; I"EThu Jul 15 23:53:38 2004 Nobuyoshi Nakada ;T@ o; ;;;[o;;I";T@ o; ;;;[o;;I"ext/readline/extconf.rb;T;[o;;[I"3added dir_config for curses, ncurses, termcap.;TS; ; i; I"IThu Jul 15 20:44:46 2004 Hirokazu Yamamoto ;T@ o; ;;;[o;;I" class.c;T;[o;;[I"rdoc patch;TS; ; i; I"GThu Jul 15 14:12:34 2004 why the lucky stiff ;T@ o; ;;;[ o;;I"4lib/yaml.rb (YAML::load_file, YAML::parse_file);T;[o;;[I" added.;To;;I"ext/syck/token.c;T;[o;;[I"(re2c compiled with bit vectors now.;To;;I"ext/syck/implicit.c;T;[o;;[I" ditto.;To;;I"ext/syck/bytecode.c;T;[o;;[I" ditto.;TS; ; i; I"HThu Jul 15 10:15:04 2004 Hidetoshi NAGAI ;T@ o; ;;;[o;;I"ext/tk/, ext/tcltklib/;T;[o;;[I" bug fix;To;;I"ext/tk/lib/tk.rb;T;[o;;[I";better operation for SIGINT when processing callbacks.;To;;I"ext/tk/lib/tk/msgcat.rb;T;[o;;[I" ditto.;To;;I"ext/tk/lib/tk/variable.rb;T;[o;;[I" ditto.;To;;I"ext/tk/lib/tk/timer.rb;T;[o;;[I" ditto.;To;;I" ext/tk/lib/tk/validation.rb;T;[o;;[I"Vadd Tk::ValidateConfigure.__def_validcmd to define validatecommand methods easier;To;;I",ext/tk/lib/tk.rb (_genobj_for_tkwidget);T;[o;;[I"$support autoload Tk ext classes;To;;I"&ext/tk/lib/tk/canvas.rb and so on;T;[o;;[I"remove the parent widget type check for items (e.g. canvas items; depends on the class) to avoid some troubles on Tk extension widget class definition.;To;;I"ext/tk/lib/tkextlib/;T;[o;;[I".add Iwidget and TkTable extension support;To;;I"ext/tk/sample/tkextlib/;T;[o;;[I"'add samples of Iwidget and TkTable;TS; ; i; I"2004-07-14;T@ S; ; i; I"GWed Jul 14 23:49:30 2004 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"enum.c (enum_min_by);T;[o;;[I"8new method Enum#min_by. added Enum#max_by as well.;TS; ; i; I"CWed Jul 14 18:05:21 2004 GOTOU Yuuzou ;T@ o; ;;;[o;;I"3ext/openssl/ossl_asn1.c (ossl_asn1cons_to_der);T;[o;;[I"+fix type of argument. [ruby-dev:23891];To;;I"#test/openssl/test_x509store.rb;T;[o;;[I"Kprune tests for CRL checking unless X509::V_FLAG_CRL_CHECK is defined.;TS; ; i; I"IWed Jul 14 12:20:05 2004 Hirokazu Yamamoto ;T@ o; ;;;[o;;I"util.c (ruby_strtod);T;[o;;[I"lshould not convert string in the form of "-I.FE-X" which both "I" and "F" are omitted. [ruby-dev:23883];To;;I"*test/ruby/test_float.rb (test_strtod);T;[o;;[I"add test for bug fix.;TS; ; i; I"IWed Jul 14 00:33:48 2004 Hirokazu Yamamoto ;T@ o; ;;;[o;;I" array.c;T;[o;;[I"Trdoc patch. merged patch from Johan Holmberg [ruby-core:3170];TS; ; i; I"2004-07-13;T@ S; ; i; I"BTue Jul 13 19:39:12 2004 akira yamada ;T@ o; ;;;[o;;I"1lib/uri/generic.rb (URI::Generic#merge_path);T;[o;;[I""URI('http://www.example.com/foo/..') + './'" should return "URI('http://www.example.com/')". [ruby-list:39838] "URI('http://www.example.com/') + './foo/bar/..'" should return "URI('http://www.example.com/foo/')". [ruby-list:39844];To;;I"6test/uri/test_generic.rb (TestGeneric#test_merge);T;[o;;[I"added tests.;TS; ; i; I"@Tue Jul 13 15:48:56 2004 Akinori MUSHA ;T@ o; ;;;[o;;I"lib/mkmf.rb (init_mkmf);T;[o;;[I"4Do not add $(libdir) to $LIBPATH in extmk mode.;To;;I"lib/mkmf.rb (dir_config);T;[o;;[I"JPrepend a new library path instead of appending so it is tried first.;TS; ; i; I"?Tue Jul 13 00:50:48 2004 Dave Thomas ;T@ o; ;;;[o;;I"!lib/rdoc/parsers/parse_rb.rb;T;[o;;[I"&Support call-seq: for Ruby files.;TS; ; i; I"2004-07-12;T@ S; ; i; I"?Mon Jul 12 21:20:51 2004 Dave Thomas ;T@ o; ;;;[o;;I"html_generator.rb;T;[o;;[I"ISupport hyperlinks of the form {any text}[xxx] as well as stuff[xxx];TS; ; i; I"2004-07-10;T@ S; ; i; I"FSat Jul 10 09:30:24 2004 NAKAMURA, Hiroshi ;T@ o; ;;;[o;;I"%test/soap/marshal/test_struct.rb;T;[o;;[I"&use qualified built-in class name;To;;I"(;T;[o;;[I"":Struct) to avoid name crash.;TS; ; i; I"HSat Jul 10 04:21:56 2004 Hidetoshi NAGAI ;T@ o; ;;;[ o;;I"ext/tk/lib/tk.rb;T;[o;;[I";better operation for SIGINT when processing callbacks.;To;;I"ext/tk/lib/tk/msgcat.rb;T;[o;;[I" ditto.;To;;I"ext/tk/lib/tk/variable.rb;T;[o;;[I" ditto.;To;;I"ext/tk/lib/tk/timer.rb;T;[o;;[I" ditto.;To;;I"1ext/tk/lib/tk/validation.rb (__def_validcmd);T;[o;;[I"\add a module function of Tk::ValidateConfigure to define validatecommand methods easier;TS; ; i; I"2004-07-09;T@ S; ; i; I"IFri Jul 9 22:18:59 2004 Hirokazu Yamamoto ;T@ o; ;;;[o;;I"array.c, enum.c, pack.c;T;[o;;[I"Wrdoc patch from Johan Holmberg [ruby-core:3132] [ruby-core:3136];To;;I"numeric.c;T;[o;;[I"rdoc patch.;TS; ; i; I";Fri Jul 9 19:26:39 2004 Tanaka Akira ;T@ o; ;;;[o;;I",lib/open-uri.rb (URI::HTTPS#proxy_open);T;[o;;[I":raise ArgumentError to notice https is not supported.;TS; ; i; I"EFri Jul 9 14:28:54 2004 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"eval.c (rb_thread_raise);T;[o;;[I"accept third argument as well as Kernel#raise, and evaluate the arguments to create an exception in the caller's context. [ruby-talk:105507];TS; ; i; I"HFri Jul 9 01:47:08 2004 Hidetoshi NAGAI ;T@ o; ;;;[ o;;I"ext/tk/lib;T;[o;;[I" bug fix;To;;I"ext/tk/lib/tkextlib/itcl;T;[o;;[I"add [incr Tcl] support;To;;I"ext/tk/lib/tkextlib/itk;T;[o;;[I"add [incr Tk] support;To;;I"!ext/tk/lib/tkextlib/iwidgets;T;[o;;[I"+midway point of [incr Widgets] support;To;;I"$ext/tk/sample/tkextlib/iwidgets;T;[o;;[I"+very simple examples of [incr Widgets];TS; ; i; I"2004-07-08;T@ S; ; i; I"EThu Jul 8 19:27:16 2004 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"+configure.in (rb_cv_stack_end_address);T;[o;;[I"Mdetect stack end address variable supplied by system. [ruby-core:03115];To;;I"gc.c (Init_stack);T;[o;;[I"-use system provided address if possible.;TS; ; i; I"BThu Jul 8 00:05:23 2004 akira yamada ;T@ o; ;;;[o;;I"+lib/tempfile.rb (Tempfile::initialize);T;[o;;[I"Jgot out code of generating tmpname. [ruby-dev:23832][ruby-dev:23837];TS; ; i; I"2004-07-07;T@ S; ; i; I"?Wed Jul 7 02:31:41 2004 Kouhei Sutou ;T@ o; ;;;[o;;I"(lib/rss/{rss,parser,0.9,1.0,2.0}.rb;T;[o;;[I"Xsupported RSS 0.9x/2.0 validation and validation which disregard order of elements.;To;;I"test/rss/test_parser.rb;T;[o;;[I"-added tests for RSS 0.9x/2.0 validation.;To;;I".test/rss/{test_trackback,rss-testcase}.rb;T;[o;;[I"fixed no good method name.;TS; ; i; I"FWed Jul 7 00:48:34 2004 WATANABE Hirofumi ;T@ o; ;;;[o;;I"Dext/tk/lib/tkextlib/tktrans.rb, ext/tk/lib/tkextlib/treectrl.rb;T;[o;;[I"fix syntax errors.;TS; ; i; I"2004-07-06;T@ S; ; i; I"HTue Jul 6 18:38:45 2004 Hidetoshi NAGAI ;T@ o; ;;;[o;;I"ext/tk/lib;T;[o;;[I"?improve framework of developping Tcl/Tk extension wrappers;TS; ; i; I"2004-07-05;T@ S; ; i; I"?Mon Jul 5 23:56:42 2004 Kouhei Sutou ;T@ o; ;;;[o;;I":lib/rss/{trackback,syndication,dublincore,content}.rb;T;[o;;[I" worked with ruby 1.6 again.;To;;I"test/rss/rss-assertions.rb;T;[o;;[I" ditto.;TS; ; i; I";Mon Jul 5 22:54:39 2004 Tanaka Akira ;T@ o; ;;;[o;;I"#lib/uri/common.rb (Kernel#URI);T;[o;;[I"(new global method for parsing URIs.;TS; ; i; I"EMon Jul 5 09:02:52 2004 Nobuyoshi Nakada ;T@ o; ;;;[o;;I")eval.c (rb_thread_yield, rb_f_catch);T;[o;;[I"J4th argument to rb_yield_0() is a set of bit flags. [ruby-dev:23859];TS; ; i; I"IMon Jul 5 01:20:17 2004 Hirokazu Yamamoto ;T@ o; ;;;[o;;I"&lib/drb/drb.rb(DRbConn self.open);T;[o;;[I"rIf socket pool is full, close the socket whose last-access-time is oldest. (and add new one) [ruby-dev:23860];TS; ; i; I"2004-07-04;T@ S; ; i; I"?Sun Jul 4 12:24:50 2004 Kouhei Sutou ;T@ o; ;;;[o;;I"lib/rss/rss.rb;T;[o;;[I"added copyright header.;TS; ; i; I"2004-07-03;T@ S; ; i; I"FSat Jul 3 22:25:27 2004 NAKAMURA, Hiroshi ;T@ o; ;;;[o;;I"added files;T;[o;;[I"q* lib/soap/header/* * lib/soap/rpc/httpserver.rb * lib/wsdl/soap/cgiStubCreator.rb * lib/wsdl/soap/classDefCreator.rb * lib/wsdl/soap/classDefCreatorSupport.rb * lib/wsdl/soap/clientSkeltonCreator.rb * lib/wsdl/soap/driverCreator.rb * lib/wsdl/soap/mappingRegistryCreator.rb * lib/wsdl/soap/methodDefCreator.rb * lib/wsdl/soap/servantSkeltonCreator.rb * lib/wsdl/soap/standaloneServerStubCreator.rb * lib/wsdl/xmlSchema/enumeration.rb * lib/wsdl/xmlSchema/simpleRestriction.rb * lib/wsdl/xmlSchema/simpleType.rb * lib/xsd/codegen/* * lib/xsd/codegen.rb * sample/soap/authheader/* * sample/soap/raa2.4/* * sample/soap/ssl/* * sample/soap/swa/* * sample/soap/whois.rb * sample/wsdl/raa2.4/* * test/soap/header/* * test/soap/ssl/* * test/soap/struct/* * test/soap/swa/* * test/soap/wsdlDriver/* * test/wsdl/multiplefault.wsdl * test/wsdl/simpletype/* * test/wsdl/test_multiplefault.rb;To;;I"modified files;T;[o;;[I"* lib/soap/baseData.rb * lib/soap/element.rb * lib/soap/generator.rb * lib/soap/netHttpClient.rb * lib/soap/parser.rb * lib/soap/property.rb * lib/soap/soap.rb * lib/soap/streamHandler.rb * lib/soap/wsdlDriver.rb * lib/soap/encodingstyle/handler.rb * lib/soap/encodingstyle/literalHandler.rb * lib/soap/encodingstyle/soapHandler.rb * lib/soap/mapping/factory.rb * lib/soap/mapping/mapping.rb * lib/soap/mapping/registry.rb * lib/soap/mapping/rubytypeFactory.rb * lib/soap/mapping/wsdlRegistry.rb * lib/soap/rpc/cgistub.rb * lib/soap/rpc/driver.rb * lib/soap/rpc/proxy.rb * lib/soap/rpc/router.rb * lib/soap/rpc/soaplet.rb * lib/soap/rpc/standaloneServer.rb * lib/wsdl/data.rb * lib/wsdl/definitions.rb * lib/wsdl/operation.rb * lib/wsdl/parser.rb * lib/wsdl/soap/definitions.rb * lib/wsdl/xmlSchema/complexContent.rb * lib/wsdl/xmlSchema/complexType.rb * lib/wsdl/xmlSchema/data.rb * lib/wsdl/xmlSchema/parser.rb * lib/wsdl/xmlSchema/schema.rb * lib/xsd/datatypes.rb * lib/xsd/qname.rb * sample/soap/sampleStruct/server.rb * sample/wsdl/amazon/AmazonSearch.rb * sample/wsdl/amazon/AmazonSearchDriver.rb * test/soap/test_property.rb * test/soap/calc/test_calc_cgi.rb * test/wsdl/test_emptycomplextype.rb;To;;0;[o;;[0S; ; i; I"FSat Jul 3 17:19:44 2004 WATANABE Hirofumi ;T@ o; ;;;[o;;I"!ext/tk/lib/tkextlib/tkDND.rb;T;[o;;[I"fix syntax error.;TS; ; i; I"2004-07-01;T@ S; ; i; I"HThu Jul 1 18:36:08 2004 Hidetoshi NAGAI ;T@ o; ;;;[o;;I"ext/tk/lib/tcltklib;T;[o;;[I" bug fix;To;;I"ext/tk/lib/tk;T;[o;;[I"7bug fix and add Tcl/Tk extension support libraries;TS; ; i; I"EThu Jul 1 18:31:31 2004 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"'lib/pstore.rb (PStore#transaction);T;[o;;[I"Sget rid of opening in write mode when read only transaction. [ruby-dev:23842];TS; ; i; I"CThu Jul 1 00:44:42 2004 GOTOU Yuuzou ;T@ o; ;;;[o;;I"Iext/openssl/ossl_cipher.c (ossl_cipher_encrypt, ossl_cipher_decrypt);T;[o;;[I"5re-implemnt (the arguments for this method is ).;To;;I";ext/openssl/ossl_cipher.c (ossl_cipher_pkcs5_keyivgen);T;[o;;[I"Rnew method OpenSSL::Cipher::Cipher#pkcs5_keyivgen. it calls EVP_BytesToKey().;To;;I";ext/openssl/ossl_cipher.c (ossl_cipher_set_key_length);T;[o;;[I"1new method OpenSSL::Cipher::Cipher#key_len=.;TS; ; i; I"2004-06-30;T@ S; ; i; I"CWed Jun 30 19:48:09 2004 GOTOU Yuuzou ;T@ o; ;;;[o;;I"ext/openssl/extconf.rb;T;[o;;[I"check for EVP_CIPHER_CTX_copy, ENGINE_add, EVP_CIPHER_CTX_set_padding, EVP_CipherFinal_ex, EVP_CipherInit_ex, EVP_DigestFinal_ex and EVP_DigestInit_ex.;To;;I"8ext/openssl/openssl_missing.c (EVP_CIPHER_CTX_copy);T;[o;;[I"new function.;To;;I"ext/openssl/openssl_missing.h (EVP_DigestInit_ex, EVP_DigestFinal_ex, EVP_CipherInit_ex, EVP_CipherFinal_ex, HMAC_Init_ex);T;[o;;[I"!new macro for OpenSSL 0.9.6.;To;;I"ext/openssl/ossl_cipher.c (ossl_cipher_alloc, ossl_cipher_initialize, ossl_cipher_copy, ossl_cipher_reset, ossl_cipher_encrypt, ossl_cipher_decrypt, ossl_cipher_final, ossl_cipher_set_key, ossl_cipher_set_iv);T;[o;;[I"replace all EVP_CipherInit and EVP_CipherFinal into EVP_CipherInit_ex and EVP_CipherFinal_ex. and EVP_CIPHER_CTX_init should only be called once.;To;;I"8ext/openssl/ossl_cipher.c (ossl_cipher_set_padding);T;[o;;[I"*check for EVP_CIPHER_CTX_set_padding.;To;;I"1ext/openssl/ossl_cipher.c (Init_ossl_cipher);T;[o;;[I"Cipher#<< is deprecated.;To;;I"ext/openssl/ossl_digest.c;T;[o;;[I"replace all EVP_DigestInit and EVP_DigestFinal into EVP_DigestInit_ex and EVP_DigestFinal_ex. and EVP_MD_CTX_init should only be called once.;To;;I"-ext/openssl/ossl_digest.c (digest_final);T;[o;;[I"9should call EVP_MD_CTX_cleanup to avoid memory leak.;To;;I"3ext/openssl/ossl_hmac.c (ossl_hmac_initialize);T;[o;;[I"Xrepalce HMAC_init into HMAC_init_ex. and HMAC_CTX_init is moved to ossl_hmac_alloc.;To;;I")ext/openssl/ossl_hmac.c (hmac_final);T;[o;;[I"7should call HMAC_CTX_cleanup to avoid memory leak.;To;;I"Xtest/openssl/test_cipher.rb, test/openssl/test_digest.rb, test/openssl/test_hmac.rb;T;[o;;[I"new file.;TS; ; i; I"IWed Jun 30 16:59:39 2004 Hirokazu Yamamoto ;T@ o; ;;;[o;;I"*test/ruby/test_file.rb (test_fnmatch);T;[o;;[I"+some tests for File.fnmatch are added.;TS; ; i; I"CWed Jun 30 11:38:51 2004 Mikael Brockman ;T@ o; ;;;[o;;I"parse.y (primary);T;[o;;[I"+should not be NULL. [ruby-core:03098];TS; ; i; I"GWed Jun 30 02:41:10 2004 why the lucky stiff ;T@ o; ;;;[o;;I"*ext/syck/rubyext.c (syck_emitter_new);T;[o;;[I"Oset buffer after Data_Wrap_Struct to avoid possible GC. [ruby-talk:104835];TS; ; i; I"2004-06-29;T@ S; ; i; I"ETue Jun 29 10:31:19 2004 Nobuyoshi Nakada ;T@ o; ;;;[o;;I".eval.c (rb_eval_cmd, rb_thread_trap_eval);T;[o;;[I"restore safe level.;To;;I"#gc.c (define_final, run_final);T;[o;;[I"Gpreserve and restore safe level for finalizers. [ruby-core:03058];To;;I"/signal.c (signal_exec, rb_trap_exit, trap);T;[o;;[I"Kpreserve and restore safe level for signal handlers. [ruby-dev:23829];TS; ; i; I"2004-06-28;T@ S; ; i; I"KMon Jun 28 14:57:56 2004 Jeff Mitchell ;T@ o; ;;;[o;;I",configure.in, lib/mkmf.rb (LIBPATHFLAG);T;[o;;[I"Buse double quotes due to DOSISH compilers. [ruby-core:03107];TS; ; i; I"IMon Jun 28 00:35:29 2004 Masatoshi SEKI ;T@ o; ;;;[o;;I"sample/drb/*.rb;T;[o;;[I".using 'DRb.thread.join' instead of 'gets';TS; ; i; I"2004-06-27;T@ S; ; i; I"?Sun Jun 27 22:36:47 2004 Kouhei Sutou ;T@ o; ;;;[o;;I"+sample/rss/tdiary_plugin/rss-recent.rb;T;[o;;[I"supported Hiki.;TS; ; i; I"2004-06-26;T@ S; ; i; I"ESat Jun 26 15:17:11 2004 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"(variable.c (rb_mod_class_variables);T;[o;;[I"?class variables are no longer inherited. [ruby-dev:23808];TS; ; i; I"ESat Jun 26 11:07:20 2004 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"configure.in (aix);T;[o;;[I"w-b must come at the start of the command line, and -e must not appear while testing libraries. [ruby-talk:104501];To;;I"*lib/mkmf.rb (find_header, dir_config);T;[o;;[I";T@ o; ;;;[o;;I"-io.c (rb_fopen, rb_fdopen, rb_io_reopen);T;[o;;[I"Fsetvbuf() may return positive value on failure. [ruby-dev:23792];TS; ; i; I"2004-06-25;T@ S; ; i; I"CFri Jun 25 18:07:15 2004 Michal Rokos ;T@ o; ;;;[o;;I" gc.c;T;[o;;[I"2bring back _stklen for DJGPP [ruby-core:3084];TS; ; i; I"EFri Jun 25 15:33:01 2004 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"ext/iconv/extconf.rb;T;[o;;[I"(check stricter. [ruby-talk:104501];TS; ; i; I"BFri Jun 25 01:58:01 2004 NAKAMURA Usaku ;T@ o; ;;;[o;;I""{bcc32,win32,wince}/setup.mak;T;[o;;[I"Jremove RUBY_EXTERN lines when including version.h. [ruby-talk:104456];TS; ; i; I"2004-06-24;T@ S; ; i; I"EThu Jun 24 14:23:29 2004 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"io.c (rb_io_fread);T;[o;;[I"Qreturn already read data when system call is interrupted. [ruby-talk:97206];TS; ; i; I"AThu Jun 24 01:25:21 2004 Shugo Maeda ;T@ o; ;;;[o;;I"version.h;T;[o;;[I"Jadded declarations of ruby_version, ruby_release_date, ruby_platform.;TS; ; i; I"GThu Jun 24 01:07:15 2004 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"(ext/socket/socket.c (sock_sockaddr);T;[o;;[I"aSocket#gethostbyname() should give us packed address, not struct sockaddr. [ruby-core:03053];TS; ; i; I"2004-06-23;T@ S; ; i; I"?Wed Jun 23 22:19:10 2004 Dave Thomas ;T@ o; ;;;[o;;I"/ext/socket/socket.c (sock_s_gethostbyaddr);T;[o;;[I"nWork around problem with OS X not returning 'from' parameter to recvfrom for connection-oriented sockets.;TS; ; i; I"CWed Jun 23 22:16:16 2004 Michal Rokos ;T@ o; ;;;[o;;I" io.c;T;[o;;[I";io_seek()'s retval should be checked [ruby-core:03045];TS; ; i; I"CWed Jun 23 21:48:27 2004 Michal Rokos ;T@ o; ;;;[o;;I" time.c;T;[o;;[I"Fix indentation.;To;;I" main.c;T;[o;;[I"bRemove _stklen, and _CRT_glob. Move _stacksize for __human68k__ to gc.c where the others are.;To;;I" gc.c;T;[o;;[I":put _stacksize in place and clean the #ifdefs macros.;TS; ; i; I"AWed Jun 23 17:37:54 2004 Shugo Maeda ;T@ o; ;;;[o;;I"lib/net/imap.rb;T;[o;;[I"added new option --ssl.;TS; ; i; I"?Wed Jun 23 01:45:27 2004 Dave Thomas ;T@ o; ;;;[o;;I"?lib/rdoc/parsers/parse_rb.rb (RubyLex::identify_quotation);T;[o;;[I"8Fix problem with the 'r' being dropped from %r{xxx};TS; ; i; I"IWed Jun 23 00:10:17 2004 Hirokazu Yamamoto ;T@ o; ;;;[o;;I".ext/win32ole/win32ole.c (ole_hresult2msg);T;[o;;[I"Lremove trailing CRs and LFs. (doesn't depend on CR+LF) [ruby-dev:23749];TS; ; i; I"EWed Jun 23 00:00:25 2004 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"%eval.c (return_jump, break_jump);T;[o;;[I"Fraise unexpected local jump exception directly. [ruby-dev:23740];To;;I"io.c (rb_io_initialize);T;[o;;[I"1should check fcntl result. [ruby-dev:23742];TS; ; i; I"2004-06-22;T@ S; ; i; I"BTue Jun 22 23:35:43 2004 NAKAMURA Usaku ;T@ o; ;;;[o;;I"sprintf.c (rb_f_sprintf);T;[o;;[I"+support FZERO and FSPACE with NaN/Inf.;To;;I"3test/ruby/test_sprintf.rb (test_nan, test_inf);T;[o;;[I"add tests.;TS; ; i; I"ITue Jun 22 21:11:36 2004 Masaki Suketa ;T@ o; ;;;[o;;I"'ext/win32ole/win32ole.c (OLE_FREE);T;[o;;[I"/should not call CoFreeUnuse- dLibraries().;To;;I"-ext/win32ole/win32ole.c (ole_event_free);T;[o;;[I" ditto.;To;;I".ext/win32ole/win32ole.c (ole_hresult2msg);T;[o;;[I"&truncate error message before CR.;TS; ; i; I"BTue Jun 22 19:24:59 2004 NAKAMURA Usaku ;T@ o; ;;;[o;;I"sprintf.c (rb_f_sprintf);T;[o;;[I"kunify output of NaN, Inf and -Inf with "%f" or etc on all platform. [ruby-dev:23704], [ruby-dev:23747];TS; ; i; I"CTue Jun 22 15:28:12 2004 Michal Rokos ;T@ o; ;;;[o;;I" compar.c;T;[o;;[I"_Remove explicit NIL_P() checks since rb_cmpint() does it again in the exactly same manner.;TS; ; i; I"CTue Jun 22 01:32:40 2004 GOTOU Yuuzou ;T@ o; ;;;[ o;;I"4ext/openssl/ossl_pkey_dh.c (ossl_dh_initialize);T;[o;;[I"Qshould create empty pkey object if no argument is passed. [ruby-talk:103328];To;;I"6ext/openssl/ossl_pkey_dsa.c (ossl_dsa_initialize);T;[o;;[I" ditto.;To;;I"6ext/openssl/ossl_pkey_rsa.c (ossl_rsa_initialize);T;[o;;[I" ditto.;To;;I"ext/openssl/ossl_pkey_dh.c;T;[o;;[I"add new methods: OpenSSL::PKey::DH#p, OpenSSL::PKey::DH#p=, OpenSSL::PKey::DH#g, OpenSSL::PKey::DH#g=, OpenSSL::PKey::DH#pub_key, OpenSSL::PKey::DH#pub_key=, OpenSSL::PKey::DH#priv_key and OpenSSL::PKey::DH#priv_key=.;To;;I" ext/openssl/ossl_pkey_dsa.c;T;[o;;[I"add new methods: OpenSSL::PKey::DSA#p, OpenSSL::PKey::DSA#p=, OpenSSL::PKey::DSA#q, OpenSSL::PKey::DSA#q=, OpenSSL::PKey::DSA#g, OpenSSL::PKey::DSA#g=, OpenSSL::PKey::DSA#pub_key, OpenSSL::PKey::DSA#pub_key=, OpenSSL::PKey::DSA#priv_key and OpenSSL::PKey::DSA#priv_key=.;TS; ; i; I"2004-06-21;T@ S; ; i; I"BMon Jun 21 09:24:51 2004 NAKAMURA Usaku ;T@ o; ;;;[o;;I"#win32/win32.c (rb_w32_opendir);T;[o;;[I":should set errno if error occurs when calling OS API.;TS; ; i; I"2004-06-20;T@ S; ; i; I"ASun Jun 20 21:12:54 2004 Shugo Maeda ;T@ o; ;;;[o;;I"lib/net/ftp.rb (binary=);T;[o;;[I""send TYPE commands only once.;TS; ; i; I"2004-06-19;T@ S; ; i; I"ESat Jun 19 13:27:01 2004 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"eval.c (method_call);T;[o;;[I",allow changing $SAFE. [ruby-dev:23713];To;;I"Deval.c (proc_set_safe_level, proc_invoke, rb_mod_define_method);T;[o;;[I"Cnot set $SAFE for methods defined from Proc. [ruby-dev:23697];TS; ; i; I"?Sat Jun 19 01:10:12 2004 Kouhei Sutou ;T@ o; ;;;[o;;I"+sample/rss/tdiary_plugin/rss-recent.rb;T;[o;;[I"added more information.;TS; ; i; I"2004-06-18;T@ S; ; i; I"EFri Jun 18 23:12:22 2004 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"Beval.c (proc_save_safe_level, rb_set_safe_level, safe_setter);T;[o;;[I"limit safe level.;TS; ; i; I"2004-06-16;T@ S; ; i; I"GWed Jun 16 23:05:57 2004 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"object.c (rb_mod_freeze);T;[o;;[I"Fprepare string representation before freezing. [ruby-talk:103646];TS; ; i; I"CWed Jun 16 19:57:24 2004 Michal Rokos ;T@ o; ;;;[o;;I"test/ruby/test_array.rb;T;[o;;[I"Jextend testcase to check #first, #last, #shift, #unshift, #pop, #push;TS; ; i; I"EWed Jun 16 16:05:17 2004 Nobuyoshi Nakada ;T@ o; ;;;[ o;;I"array.c (ary_new);T;[o;;[I"1move alloc behind checks. [ruby-core:02982];To;;I"+array.c (rb_ary_pop_m, rb_ary_shift_m);T;[o;;[I",take arg to behave as push and unshift.;To;;I"(array.c (rb_ary_first, rb_ary_last);T;[o;;[I"]make shared array for result array, and correct doc for Array#first(n) and Array#last(n);To;;I"array.c (rb_ary_select);T;[o;;[I"not accept any arg.;TS; ; i; I"EWed Jun 16 16:03:59 2004 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"$object.c (rb_class_inherited_p);T;[o;;[I"Usingleton class inherits Class rather than its object's class. [ruby-dev:23690];TS; ; i; I"EWed Jun 16 16:01:17 2004 Nobuyoshi Nakada ;T@ o; ;;;[o;;I" gc.c (stack_grow_direction);T;[o;;[I"memoize the direction.;To;;I"gc.c (Init_stack);T;[o;;[I"(should always move to end of VALUE.;TS; ; i; I"2004-06-15;T@ S; ; i; I"HTue Jun 15 12:10:04 2004 Hidetoshi NAGAI ;T@ o; ;;;[o;;I"ext/tk/lib/tk.rb;T;[o;;[I"bug fix (TkWindow#grab);TS; ; i; I"2004-06-14;T@ S; ; i; I"HMon Jun 14 18:23:27 2004 Hidetoshi NAGAI ;T@ o; ;;;[o;;I"ext/tk/lib/remote-tk.rb;T;[o;;[I" bug fix;TS; ; i; I"2004-06-13;T@ S; ; i; I"HSun Jun 13 00:23:04 2004 Hidetoshi NAGAI ;T@ o; ;;;[ o;;I"ext/tcltklib/extconf.rb;T;[o;;[I",[EXPERIMENTAL] MacOS X (darwin) support;To;;I"ext/tcltklib/tcltklib.c;T;[o;;[I"^fix thread trouble on callback proc, and eliminate warning about instance variable access;To;;I"ext/tk/lib/tk/menubar.rb;T;[o;;[I" improve supported menu_spec;To;;I"ext/tk/lib/tk/menuspec.rb;T;[o;;[I"$[add] menu_spec support library;To;;I"ext/tk/lib/tk/root.rb;T;[o;;[I"add menu_spec support;To;;I"ext/tk/lib/tk/text.rb;T;[o;;[I" bug fix;To;;I"ext/tk/lib/tk/toplevel.rb;T;[o;;[I"add menu_spec support;To;;I"ext/tk/sample/menubar?.rb;T;[o;;[I"$[add] sample of menu_spec usage;TS; ; i; I"2004-06-12;T@ S; ; i; I"ISat Jun 12 14:15:20 2004 Hirokazu Yamamoto ;T@ o; ;;;[o;;I" dir.c;T;[o;;[I",RDOC for File::FNM_CASEFOLD was missed.;TS; ; i; I"FSat Jun 12 11:15:53 2004 WATANABE Hirofumi ;T@ o; ;;;[o;;I"configure.in (target_os);T;[o;;[I" strip -gnu suffix on Linux.;TS; ; i; I"2004-06-11;T@ S; ; i; I"GFri Jun 11 22:08:50 2004 Yukihiro Matsumoto ;T@ o; ;;;[ o;;I" array.c;T;[o;;[I"remove #indexes, #indices.;To;;I" hash.c;T;[o;;[I" ditto.;To;;I"ext/dbm/dbm.c;T;[o;;[I"Aremove #indexes, #indices, "values_at" warning from #select.;To;;I"ext/gdbm/gdbm.c;T;[o;;[I" ditto.;To;;I"ext/sdbm/init.c;T;[o;;[I" ditto.;To;;I"ext/dbm/dbm.c (Init_dbm);T;[o;;[I"Oset VERSION constant as "unknown" when DB_VERSION_STRING is not available.;TS; ; i; I"2004-06-10;T@ S; ; i; I"GThu Jun 10 19:19:41 2004 Yukihiro Matsumoto ;T@ o; ;;;[o;;I""ext/sdbm/init.c (fsdbm_store);T;[o;;[I"6sdbm should use StringValue(). [ruby-talk:103062];TS; ; i; I"2004-06-09;T@ S; ; i; I"BWed Jun 9 16:09:01 2004 akira yamada ;T@ o; ;;;[o;;I"Glib/uri/generic.rb (URI::Generic::merge, URI::Generic::route_from);T;[o;;[I"3accepts non-hierarchical URI. [ruby-dev:23631];To;;I"Ptest/uri/test_generic.rb (TestGeneric::test_route, TestGeneric::test_merge);T;[o;;[I"#added tests for above changes.;TS; ; i; I"@Wed Jun 9 15:39:55 2004 Akinori MUSHA ;T@ o; ;;;[o;;I"configure.in;T;[o;;[I"#Add support for DragonFly BSD.;TS; ; i; I"@Wed Jun 9 15:07:06 2004 Akinori MUSHA ;T@ o; ;;;[o;;I"config.guess, config.sub;T;[o;;[I"6Update to a more recent version as of 2004-01-20.;TS; ; i; I"BWed Jun 9 11:20:05 2004 NAKAMURA Usaku ;T@ o; ;;;[o;;I"win32/win32.c;T;[o;;[I"+remove unused functions and variables.;TS; ; i; I"2004-06-02;T@ S; ; i; I"EWed Jun 2 20:16:03 2004 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"string.c (str_new4);T;[o;;[I"Ishould share shared instance if it already exists. [ruby-dev:23665];TS; ; i; I"GWed Jun 2 12:41:53 2004 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"io.c (rb_io_gets_m);T;[o;;[I"Dset lastline ($_) even when read line is nil. [ruby-dev:23663];TS; ; i; I"2004-05-28;T@ S; ; i; I"EFri May 28 11:20:31 2004 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"eval.c (rb_eval);T;[o;;[I"!bad influence on frame node.;To;;I"eval.c (eval);T;[o;;[I":reverted wrongly removed condition. [ruby-dev:23638];TS; ; i; I"2004-05-27;T@ S; ; i; I";Thu May 27 21:37:50 2004 Tanaka Akira ;T@ o; ;;;[o;;I"*lib/pathname.rb (Pathname#initialize);T;[o;;[I"-fix pathname initialization by pathname.;TS; ; i; I"IThu May 27 20:02:09 2004 Hirokazu Yamamoto ;T@ o; ;;;[o;;I"io.c (rb_io_fwrite);T;[o;;[I"/check all case errno != 0 [ruby-dev:23648];TS; ; i; I"AThu May 27 15:54:02 2004 Shugo Maeda ;T@ o; ;;;[o;;I"!lib/net/ftp.rb (MDTM_REGEXP);T;[o;;[I";fix for demon's ftp server. Thanks, Rutger Nijlunsing.;TS; ; i; I"FThu May 27 14:53:13 2004 WATANABE Hirofumi ;T@ o; ;;;[o;;I"io.c (rb_io_fwrite);T;[o;;[I"Mworkaround for bcc32's fwrite bug. add errno checking. [ruby-dev:23627];To;;I"io.c (rb_io_fwrite);T;[o;;[I"*should check if errno == ENOENT, too.;TS; ; i; I"FThu May 27 11:25:03 2004 NAKAMURA, Hiroshi ;T@ o; ;;;[o;;I"test/csv/test_csv.rb;T;[o;;[I"1illegal require module name (../lib/csv.rb).;TS; ; i; I"2004-05-26;T@ S; ; i; I"FWed May 26 23:12:13 2004 NAKAMURA, Hiroshi ;T@ o; ;;;[o;;I")lib/csv.rb (CSV.read, CSV.readlines);T;[o;;[I"=added. works as IO.read and IO.readlines in CSV format.;To;;I"lib/csv.rb (CSV.parse);T;[o;;[I"[CAUTION] behavior changed. in the past, CSV.parse accepts a filename to be read-opened (it was just a shortcut of CSV.open(filename, 'r')). now CSV.parse accepts a string or a stream to be parsed e.g. CSV.parse("1,2\n3,r") #=> [['1', '2'], ['3', '4']];To;;I"test/csv/test_csv.rb;T;[o;;[I"follow above changes.;TS; ; i; I"EWed May 26 14:19:42 2004 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"eval.c (rb_eval, eval);T;[o;;[I"Gmake line number consistent on eval with Proc. [ruby-talk:101253];TS; ; i; I"?Wed May 26 13:59:17 2004 Dave Thomas ;T@ o; ;;;[o;;I"Glib/rdoc/parsers/parse_rb.rb (RDoc::RubyParser::skip_for_variable);T;[o;;[I"'Allow for 'do' after for statement;TS; ; i; I"?Wed May 26 13:56:03 2004 Dave Thomas ;T@ o; ;;;[o;;I"Jlib/rdoc/generators/html_generator.rb (Generators::MarkUp::style_url);T;[o;;[I"'Fix relative path to code CSS file;TS; ; i; I"EWed May 26 13:14:52 2004 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"io.c (rb_io_init_copy);T;[o;;[I"-copy also positions. [ruby-talk:100910];TS; ; i; I"GWed May 26 00:00:00 2004 why the lucky stiff ;T@ o; ;;;[o;;I"&ext/syck/syck.c (syck_new_parser);T;[o;;[I"8clear parser on init. thanks, ts. [ruby-core:02931];To;;I")ext/syck/token.c (sycklex_yaml_utf8);T;[o;;[I"4buffer underflow. thanks, ts. [ruby-core:02929];To;;I"*lib/yaml/baseemitter.rb (indent_text);T;[o;;[I"simpler flow block code.;TS; ; i; I"2004-05-25;T@ S; ; i; I"ETue May 25 11:54:13 2004 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"1eval.c (rb_yield_0, proc_invoke, proc_arity);T;[o;;[I"7allow passing a block to a Proc. [ruby-dev:23533];To;;I"#parse.y (block_par, block_var);T;[o;;[I" ditto.;TS; ; i; I"CTue May 25 01:50:17 2004 GOTOU Yuuzou ;T@ o; ;;;[o;;I"Fext/openssl/ossl_asn1.c (ossl_i2d_ASN1_TYPE, ossl_ASN1_TYPE_free);T;[o;;[I";T@ o; ;;;[o;;I".lib/rdoc/generators/template/html/html.rb;T;[o;;[I"-SYSTEM identifiers must be absolute URIs;TS; ; i; I"2004-05-23;T@ S; ; i; I"ESun May 23 04:53:50 2004 Kazuhiro NISHIYAMA ;T@ o; ;;;[o;;I" lib/pstore.rb (transaction);T;[o;;[I"5allow overriding dump and load. [ruby-dev:23567];To;;I"lib/yaml/store.rb;T;[o;;[I"#follow lib/pstore.rb's change.;TS; ; i; I"2004-05-22;T@ S; ; i; I"ESat May 22 11:54:10 2004 Nobuyoshi Nakada ;T@ o; ;;;[o;;I" MANIFEST;T;[o;;[I"(add test/openssl/test_x509store.rb.;To;;I"ext/tk/MANIFEST;T;[o;;[I"add recent files.;TS; ; i; I"HSat May 22 05:37:11 2004 Hidetoshi NAGAI ;T@ o; ;;;[o;;I"ext/tk/lib/remote-tk.rb;T;[o;;[I"\(NEW library) control Tk interpreters on the other processes by Tcl/Tk's 'send' command;TS; ; i; I"2004-05-21;T@ S; ; i; I"?Fri May 21 09:22:05 2004 Dave Thomas ;T@ o; ;;;[o;;I"Mlib/rdoc/parsers/parse_rb.rb (RDoc::RubyParser::parse_method_parameters);T;[o;;[I"4Add ()'s around parameters that don't have them;TS; ; i; I"FFri May 21 02:21:11 2004 NAKAMURA, Hiroshi ;T@ o; ;;;[o;;I"lib/csv.rb;T;[o;;[I"?fixed a few bugs around multi char record/field separator.;To;;I"test/csv/test_csv.rb;T;[o;;[I"+added boundary test for above feature.;TS; ; i; I"2004-05-20;T@ S; ; i; I"EThu May 20 17:02:03 2004 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"lib/mkmf.rb (check_sizeof);T;[o;;[I"+define result size. [ruby-core:02911];To;;I" lib/mkmf.rb (create_header);T;[o;;[I".macro name should not include equal sign.;TS; ; i; I";Thu May 20 14:35:52 2004 Tanaka Akira ;T@ o; ;;;[o;;I"ext/socket/socket.c;T;[o;;[I"zcheck SCM_RIGHTS macro addition to the msg_control field to test existence of file descriptor passing by msg_control.;TS; ; i; I"GThu May 20 12:38:06 2004 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"numeric.c (flo_eq);T;[o;;[I"8always check if operands are NaN. [ruby-list:39685];TS; ; i; I"?Thu May 20 12:34:39 2004 Dave Thomas ;T@ o; ;;;[o;;I"Flib/rdoc/parsers/parse_rb.rb (RDoc::RubyParser::parse_visibility);T;[o;;[I"\At Ryan Davis' suggestion, honor visibility modifers if guarded by a statement modifier;TS; ; i; I"EThu May 20 12:22:13 2004 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"lib/mkmf.rb (have_type);T;[o;;[I"Zdo not check pointer to incomplete type, which always get compiled. [ruby-list:39683];TS; ; i; I"2004-05-19;T@ S; ; i; I"EWed May 19 23:45:43 2004 Nobuyoshi Nakada ;T@ o; ;;;[o;;I".test/inlinetest.rb (InlineTest::loadtest);T;[o;;[I"Yrequiring library with replaced $0 can make $0 == __FILE__ block be evaluated twice.;To;;I",test/ruby/envutil.rb (EnvUtil::rubybin);T;[o;;[I"=give priority to environment variable. [ruby-dev:23538];TS; ; i; I"HWed May 19 11:08:10 2004 Hidetoshi NAGAI ;T@ o; ;;;[o;;I"ext/tk/lib/tk.rb;T;[o;;[I"@change permition of TkObject#tk_send from private to public;TS; ; i; I"AWed May 19 02:29:36 2004 Minero Aoki ;T@ o; ;;;[o;;I"lib/net/http.rb;T;[o;;[I"support TRACE.;TS; ; i; I"AWed May 19 02:21:53 2004 Minero Aoki ;T@ o; ;;;[o;;I"lib/net/http.rb;T;[o;;[I" do not use class variables.;TS; ; i; I"2004-05-18;T@ S; ; i; I"FTue May 18 21:21:43 2004 NAKAMURA, Hiroshi ;T@ o; ;;;[ o;;I"lib/csv.rb;T;[o;;[I"Twrites lines with "\n" when row separator is not given. formerly it was "\r\n".;To;;I"lib/csv.rb;T;[o;;[I"B[CAUTION] API change * CSV::Row removed. a row is represented as just an Array. since CSV::Row was a subclass of Array, it won't hurt almost all programs except one which depended CSV::Row#match. * CSV::Cell removed. a cell is represented as just a String or nil(NULL). this change will cause widespread destruction. CSV.open("foo.csv", "r") do |row| row.each do |cell| if cell.is_null # Cell#is_null p "(NULL)" else p cell.data # Cell#data end end end must be just; CSV.open("foo.csv", "r") do |row| row.each do |cell| if cell.nil? p "(NULL)" else p cell end end end;To;;I"lib/csv.rb;T;[o;;[I"y[CAUTION] record separator(CR, LF, CR+LF) behavior change. CSV.open, CSV.parse, and CSV,generate now do not force opened file binmode. formerly it set binmode explicitly. with CSV.open, binmode of opened file depends the given mode parameter "r", "w", "rb", and "wb". CSV.parse and CSV.generate open file with "r" and "w". setting mode properly is user's responsibility now.;To;;I"lib/csv.rb;T;[o;;[I"faccepts String as a fs (field separator/column separator) and rs (record separator/row separator);To;;I"lib/csv.rb;T;[o;;[I"added CSV.foreach(path, rs = nil, &block). CSV.foreach now does not handle "| cmd" as a path different from IO.foreach. needed?;To;;I"test/csv/test_csv.rb;T;[o;;[I" updated.;TS; ; i; I"GTue May 18 14:24:20 2004 why the lucky stiff ;T@ o; ;;;[o;;I"lib/yaml.rb;T;[o;;[I"$added rdoc to beginning of lib.;TS; ; i; I"ETue May 18 14:00:46 2004 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"node.h (NEW_DSTR);T;[o;;[I"adjust list length.;To;;I"parse.y (literal_concat);T;[o;;[I" ditto.;TS; ; i; I"=Tue May 18 09:30:25 2004 SASADA Koichi ;T@ o; ;;;[o;;I"eval.c (rb_method_node);T;[o;;[I"search cache entry first.;TS; ; i; I"2004-05-17;T@ S; ; i; I"IMon May 17 16:04:06 2004 Hirokazu Yamamoto ;T@ o; ;;;[o;;I"numeric.c (flo_to_s);T;[o;;[I"Vit's preferable that "p 0.0" outputs "0.0" instead of "0.0e+00". [ruby-dev:23480];To;;I"numeric.c (flo_to_s);T;[o;;[I"it's preferable that "p 0.00000000000000000001" outputs "1.0e-20" instead of "9.999999999999999e-21". (the precision is considered, but there is assumption DBL_DIG == 15 in current implementation);TS; ; i; I"GMon May 17 10:13:33 2004 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"0ext/socket/socket.c (setup_domain_and_type);T;[o;;[I"(honor duck typing. [ruby-dev:23522];To;;I"-ext/socket/socket.c (sock_s_getnameinfo);T;[o;;[I" ditto.;TS; ; i; I"GMon May 17 00:36:21 2004 why the lucky stiff ;T@ o; ;;;[o;;I"*lib/yaml/baseemitter.rb (indent_text);T;[o;;[I"_was forcing a mod value of zero at times, which kept some blocks from getting indentation.;TS; ; i; I"JMon May 17 00:07:00 2004 Gavin Sinclair ;T@ o; ;;;[o;;I"lib/drb/drb.rb;T;[o;;[I"$Cosmetic documentation changes.;TS; ; i; I"2004-05-16;T@ S; ; i; I";Sun May 16 20:55:49 2004 Tanaka Akira ;T@ o; ;;;[o;;I"$ext/dbm/dbm.c (fdbm_initialize);T;[o;;[I":accept optional 3rd argument to specify an open flag.;To;;I"(Init_dbm);T;[o;;[I"Ndefine open flags: DBM::READER, DBM::WRITER, DBM::WRCREAT and DBM::NEWDB.;TS; ; i; I"2004-05-15;T@ S; ; i; I"ISat May 15 17:52:24 2004 Hirokazu Yamamoto ;T@ o; ;;;[o;;I")test/ruby/test_float.rb(test_strtod);T;[o;;[I""Add test for signed 0.000...1;TS; ; i; I"FSat May 15 14:20:13 2004 WATANABE Hirofumi ;T@ o; ;;;[o;;I"ext/syck/depend;T;[o;;[I"add ruby's headers.;TS; ; i; I"ESat May 15 13:38:33 2004 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"'ext/syck/MANIFEST, ext/syck/depend;T;[o;;[I"new file.;To;;I"lib/yaml/rubytypes.rb;T;[o;;[I"4range of exponential floats. [ruby-core:02824];To;;I"test/yaml/test_yaml.rb;T;[o;;[I";T@ o; ;;;[o;;I"lib/yaml.rb;T;[o;;[I"*removed fallback to pure Ruby parser.;To;;I"(lib/yaml/baseemitter.rb (node_text);T;[o;;[I"rewriting folded scalars.;To;;I"ext/syck/syck.h;T;[o;;[I"Rreports style of scalars now, be they plain, block single-, or double-quoted.;To;;I"ext/syck/syck.c;T;[o;;[I" ditto.;To;;I"ext/syck/gram.c;T;[o;;[I" ditto.;To;;I"ext/syck/node.c;T;[o;;[I" ditto.;To;;I"ext/syck/token.c;T;[o;;[I" ditto.;To;;I"*ext/syck/rubyext.c (yaml_org_handler);T;[o;;[I"2symbols loaded only if scalar style is plain.;To;;I".test/yaml/test_yaml.rb (test_perl_regexp);T;[o;;[I"4updated test to match new regexp serialization.;TS; ; i; I"GSat May 15 01:41:34 2004 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"eval.c (eval);T;[o;;[I"Vforgot to restore $SAFE value before evaluating compiled node. [ruby-core:02872];TS; ; i; I"GSat May 15 01:33:12 2004 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"range.c (range_each_func);T;[o;;[I"Mterminates loop if generating value is same to @end. [ruby-talk:100269];TS; ; i; I"2004-05-14;T@ S; ; i; I"GFri May 14 22:08:38 2004 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"string.c (rb_str_new4);T;[o;;[I"kshould not reuse frozen shared string if the original is not an instance of String. [ruby-talk:100193];TS; ; i; I"GFri May 14 21:29:26 2004 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"time.c (time_mdump);T;[o;;[I"=preserve GMT bit in the marshal data. [ruby-talk:100213];TS; ; i; I"HFri May 14 18:37:49 2004 Hidetoshi NAGAI ;T@ o; ;;;[o;;I"ext/tk/lib/tk/canvas.rb;T;[o;;[I"improve coords support for canvas items. Now, supports all of the followings. TkcLine.new(c, 0, 0, 100, 100, :fill=>'red') TkcLine.new(c, [0, 0, 100, 100], :fill=>'red') TkcLine.new(c, [0, 0], [100, 100], :fill=>'red') TkcLine.new(c, [[0, 0], [100, 100]], :fill=>'red') TkcLine.new(c, :coords=>[0, 0, 100, 100], :fill=>'red') TkcLine.new(c, :coords=>[[0, 0], [100, 100]], :fill=>'red');TS; ; i; I"IFri May 14 13:30:39 2004 Hirokazu Yamamoto ;T@ o; ;;;[o;;I"test/ruby/test_float.rb;T;[o;;[I"'Add test for util.c revision 1.42.;TS; ; i; I"IFri May 14 12:13:46 2004 Hirokazu Yamamoto ;T@ o; ;;;[o;;I"util.c (ruby_strtod);T;[o;;[I"Bstrtod("0", &end); => end should point '\0'. [ruby-dev:23498];TS; ; i; I"2004-05-13;T@ S; ; i; I"BThu May 13 15:47:30 2004 akira yamada ;T@ o; ;;;[o;;I"+lib/net/telnet.rb (Net::Telnet::login);T;[o;;[I"K"options" can specify regexps for login prompt and/or password prompt.;TS; ; i; I"GThu May 13 14:17:57 2004 why the lucky stiff ;T@ o; ;;;[o;;I"*ext/syck/rubyext.c (yaml_org_handler);T;[o;;[I"/some empty strings were loaded as symbols.;TS; ; i; I"EThu May 13 11:04:08 2004 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"pack.c (pack_pack);T;[o;;[I""always add with null for 'Z'.;To;;I"pack.c (pack_unpack);T;[o;;[I"3terminated by null for 'Z'. [ruby-talk:98281];TS; ; i; I"2004-05-12;T@ S; ; i; I"EWed May 12 19:59:43 2004 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"*lib/mkmf.rb (have_type, check_sizeof);T;[o;;[I"3replace unusable characters. [ruby-talk:99788];TS; ; i; I";Wed May 12 17:41:42 2004 Tanaka Akira ;T@ o; ;;;[o;;I"(lib/resolv.rb (Resolv::DNS::Config);T;[o;;[I"Imake it configurable without external file such as /etc/resolv.conf.;TS; ; i; I"CWed May 12 14:37:27 2004 GOTOU Yuuzou ;T@ o; ;;;[o;;I" ext/openssl/ossl_x509name.c;T;[o;;[I"Oattribute value of DC (short name of domainComponent) should be IA5String.;TS; ; i; I"HWed May 12 13:20:19 2004 Hidetoshi NAGAI ;T@ o; ;;;[o;;I"ext/tk/lib/tk/composite.rb;T;[o;;[I"Limprove configure methods (based on the proposal of [ruby-talk:99671]).;TS; ; i; I"?Wed May 12 11:51:08 2004 Dave Thomas ;T@ o; ;;;[o;;I"'class.c (rb_obj_singleton_methods);T;[o;;[I" fix rdoc;TS; ; i; I"2004-05-11;T@ S; ; i; I"GTue May 11 07:09:42 2004 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"eval.c (is_defined);T;[o;;[I"9do not protect exception during receiver evaluation.;TS; ; i; I"2004-05-10;T@ S; ; i; I"AMon May 10 22:28:14 2004 Minero Aoki ;T@ o; ;;;[o;;I")lib/net/protocol.rb (each_crlf_line);T;[o;;[I"remove junk line.;TS; ; i; I"?Mon May 10 21:44:42 2004 Dave Thomas ;T@ o; ;;;[o;;I"*lib/rdoc/generators/html_generator.rb;T;[o;;[I"=Change scheme for looking up symbols in HTML generator.;TS; ; i; I"GMon May 10 16:45:21 2004 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"eval.c (eval);T;[o;;[I"Ewarning during eval should not cause deadlock. [ruby-talk:98651];To;;I"eval.c (rb_eval);T;[o;;[I"Jraise TypeError exception for superclass mismatch. [ruby-list:39567];TS; ; i; I"?Mon May 10 12:11:37 2004 Dave Thomas ;T@ o; ;;;[o;;I"*lib/rdoc/generators/html_generator.rb;T;[o;;[I";Hack to search parents for unqualified constant names.;TS; ; i; I"AMon May 10 01:18:15 2004 Minero Aoki ;T@ o; ;;;[o;;I"lib/net/pop.rb (logging);T;[o;;[I"append "\n".;TS; ; i; I"2004-05-09;T@ S; ; i; I"JSun May 9 23:38:00 2004 Gavin Sinclair ;T@ o; ;;;[ o;;I"lib/net/ftp.rb;T;[o;;[I"5ported documentation improvement from 1.8 branch;To;;I"lib/net/imap.rb;T;[o;;[I" ditto;To;;I"lib/net/pop.rb;T;[o;;[I" ditto;To;;I"lib/net/smtp.rb;T;[o;;[I" ditto;To;;I"lib/net/telnet.rb;T;[o;;[I" ditto;TS; ; i; I"FSun May 9 23:34:51 2004 NAKAMURA, Hiroshi ;T@ o; ;;;[o;;I"test/ruby/test_float.rb;T;[o;;[I"*added test_strtod to test Float("0").;TS; ; i; I"FSun May 9 13:24:24 2004 WATANABE Hirofumi ;T@ o; ;;;[o;;I"lib/yaml/store.rb;T;[o;;[I"use FileUtils::copy.;TS; ; i; I"ESun May 9 12:34:26 2004 Kazuo Saito ;T@ o; ;;;[o;;I" regex.c;T;[o;;[I"removed unused file.;TS; ; i; I"2004-05-08;T@ S; ; i; I"GSat May 8 10:53:30 2004 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"io.c (rb_f_open);T;[o;;[I"Ropen should not ignore block when "to_open" method is used. [ruby-dev:23478];TS; ; i; I"2004-05-07;T@ S; ; i; I"AFri May 7 22:07:39 2004 Minero Aoki ;T@ o; ;;;[o;;I"lib/fileutils.rb (mv);T;[o;;[I"*new option `force'. [ruby-talk:99457];To;;I"lib/fileutils.rb;T;[o;;[I"znew method for command option reflection: FileUtils.commands, .options, .have_option?, .options_of, .collect_methods.;To;;I"lib/fileutils.rb;T;[o;;[I"ymodule Verbose, NoWrite, DryRun do not have option flags @fileutils_verbose and @fileutils_noop, they make no sense.;TS; ; i; I"?Fri May 7 21:50:21 2004 Dave Thomas ;T@ o; ;;;[o;;I"7lib/rdoc/parsers/parse_rb.rb (RDoc::parse_include);T;[o;;[I"*Allow multiple arguments to 'include';TS; ; i; I"AFri May 7 21:03:51 2004 Minero Aoki ;T@ o; ;;;[o;;I"lib/fileutils.rb (fu_list);T;[o;;[I";T@ o; ;;;[o;;I" ext/dbm/dbm.c (fdbm_modify);T;[o;;[I"!typo fixed. [ruby-dev:23473];TS; ; i; I"IFri May 7 11:17:27 2004 Hirokazu Yamamoto ;T@ o; ;;;[o;;I"util.c (ruby_strtod);T;[o;;[I""0.0000000000000000001" should be converted to 1.0e-19 instead of 0.0. (leading zeros aren't significant digits) [ruby-talk:99318] [ruby-dev:23465];TS; ; i; I"2004-05-06;T@ S; ; i; I"IThu May 6 22:27:32 2004 Masatoshi SEKI ;T@ o; ;;;[o;;I""ext/socket/socket.c (ippaddr);T;[o;;[I"1use NUMERICHOST if can not resolve hostname.;TS; ; i; I"HThu May 6 22:09:29 2004 Hidetoshi NAGAI ;T@ o; ;;;[o;;I"+ext/tk/tkutil.c (get_eval_string_core);T;[o;;[I"bug fix. [ruby-dev:23466];TS; ; i; I"GThu May 6 14:22:29 2004 why the lucky stiff ;T@ o; ;;;[ o;;I"$lib/yaml/rubytypes.rb (to_yaml);T;[o;;[I"Ladded instance variable handling for Ranges, Strings, Structs, Regexps.;To;;I")lib/yaml/rubytypes.rb (to_yaml_fold);T;[o;;[I"2new method for setting a String's flow style.;To;;I"%lib/yaml.rb (YAML::object_maker);T;[o;;[I"now uses Object.allocate.;To;;I"ext/syck/gram.c;T;[o;;[I"=fixed transfer methods on structs, broke it last commit.;TS; ; i; I"IThu May 6 14:38:02 2004 Hirokazu Yamamoto ;T@ o; ;;;[o;;I"dir.c (rb_push_glob);T;[o;;[I"*simplified code (not change behavior);TS; ; i; I"EThu May 6 13:32:44 2004 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"ext/extmk.rb;T;[o;;[I"aget rid of side effect of Config.expand, patched by (ruby-bugs:PR#597);TS; ; i; I"AThu May 6 11:40:28 2004 Shugo Maeda ;T@ o; ;;;[o;;I"lib/net/imap.rb (string);T;[o;;[I"accept NIL.;To;;I"&lib/net/imap.rb (body_type_basic);T;[o;;[I"!allow body-fields omissions.;TS; ; i; I"?Thu May 6 01:59:04 2004 Dave Thomas ;T@ o; ;;;[o;;I"Klib/rdoc/generators/html_generator.rb (Generators::HtmlMethod::params);T;[o;;[I"MDon't include the &block parameter if we have explicit yield parameters.;TS; ; i; I"2004-05-05;T@ S; ; i; I"IWed May 5 03:52:31 2004 Masatoshi SEKI ;T@ o; ;;;[o;;I"lib/rinda/ring.rb;T;[o;;[I""use recv instead of recvfrom.;TS; ; i; I"JWed May 5 00:38:00 2004 Gavin Sinclair ;T@ o; ;;;[o;;I"lib/gserver.rb;T;[o;;[I"documented;To;;I"lib/xmlrpc/README.txt;T;[o;;[I"*introduced for documentation purposes;TS; ; i; I"2004-05-03;T@ S; ; i; I"?Mon May 3 09:47:24 2004 Dave Thomas ;T@ o; ;;;[o;;I"Vlib/rdoc/parsers/parse_rb.rb (RDoc::RubyParser::parse_method_or_yield_parameters);T;[o;;[I"8Fix parsing bug if yield called within 1 line block;TS; ; i; I"2004-05-02;T@ S; ; i; I"ASun May 2 21:56:48 2004 Minero Aoki ;T@ o; ;;;[o;;I"2test/fileutils/test_fileutils.rb (rm_f, rm_r);T;[o;;[I"test :force flag.;TS; ; i; I"HSun May 2 01:04:38 2004 Hidetoshi NAGAI ;T@ o; ;;;[o;;I"ext/tcltklib, ext/tk;T;[o;;[I"renewal Ruby/Tk;TS; ; i; I"2004-04-30;T@ S; ; i; I"FFri Apr 30 20:08:41 2004 WATANABE Hirofumi ;T@ o; ;;;[o;;I"time.c (SIZEOF_TIME_T);T;[o;;[I")support SIZEOF_TIME_T == SIZEOF_INT.;TS; ; i; I"2004-04-28;T@ S; ; i; I"EWed Apr 28 01:26:11 2004 Kazuo Saito ;T@ o; ;;;[o;;I"oniguruma.h, regparse.c;T;[o;;[I"imported Oni Guruma 2.2.8.;TS; ; i; I"EWed Apr 28 01:16:23 2004 Kazuo Saito ;T@ o; ;;;[o;;I"oniguruma.h, regparse.c;T;[o;;[I"imported Oni Guruma 2.2.7.;TS; ; i; I"2004-04-27;T@ S; ; i; I"ETue Apr 27 14:43:32 2004 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"common.mk;T;[o;;[I"CLIBURUBY_A is needed for extconf.rb even when cross-compiling.;TS; ; i; I"GTue Apr 27 13:33:50 2004 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"parse.y (string_content);T;[o;;[I"Wturn off NODE_NEWLINE flag to avoid unnecessary line trace for inlined expression.;To;;0;[o;;[0S; ; i; I"GTue Apr 27 08:15:13 2004 why the lucky stiff ;T@ o; ;;;[ o;;I"lib/yaml/rubytypes.rb;T;[o;;[I"passing Range tests.;To;;I"ext/syck/syck.h;T;[o;;[I"version 0.44.;To;;I"ext/syck/gram.c;T;[o;;[I"Stransfers no longer open an indentation. fixed transfers which precede blocks.;To;;I"ext/syck/token.c;T;[o;;[I" ditto.;To;;I"ext/syck/syck.c;T;[o;;[I";fixed segfault if an anchor has been released already.;To;;I"(ext/syck/node.c (syck_free_members);T;[o;;[I"%organized order of free'd nodes.;To;;I".ext/syck/rubyext.c (syck_emitter_write_m);T;[o;;[I"-test for proper string with StringValue.;TS; ; i; I"2004-04-26;T@ S; ; i; I"ZMon Apr 26 23:56:54 2004 Daniel Kelley ;T@ o; ;;;[o;;I"README.EXT, README.EXT.ja;T;[o;;[I"6fixed wrong function signature. [ruby-talk:98349];TS; ; i; I"?Mon Apr 26 21:40:09 2004 Dave Thomas ;T@ o; ;;;[o;;I"8lib/rdoc/code_objects.rb (RDoc::Context::add_alias);T;[o;;[I"$Only alias to instance methods.;TS; ; i; I"2004-04-25;T@ S; ; i; I"FSun Apr 25 18:26:23 2004 WATANABE Hirofumi ;T@ o; ;;;[o;;I"#configure.in (ac_cv_func_fork);T;[o;;[I"set to no on DJGPP.;TS; ; i; I"2004-04-24;T@ S; ; i; I"ESat Apr 24 14:32:03 2004 Kazuo Saito ;T@ o; ;;;[o;;I" re.c;T;[o;;[I"9applied stack error handling patch. [ruby-dev:23431];TS; ; i; I"?Sat Apr 24 10:38:31 2004 Dave Thomas ;T@ o; ;;;[o;;I"Elib/rdoc/markup/simple_markup.rb (SM::SimpleMarkup::group_lines);T;[o;;[I"3Fix bug where consecutive headings are merged.;TS; ; i; I"2004-04-23;T@ S; ; i; I"EFri Apr 23 23:24:47 2004 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"lib/mkmf.rb;T;[o;;[I"S$hdrdir should not contain macros, for backward compatibility. [bruby-dev:28];To;;I""lib/mkmf.rb (create_makefile);T;[o;;[I"Gin the case of extout, just copy script files, without comparison.;TS; ; i; I";Fri Apr 23 16:38:46 2004 Tanaka Akira ;T@ o; ;;;[o;;I"lib/pathname.rb;T;[o;;[I"Usync taint/freeze flag between a pathname object and its internal string object.;TS; ; i; I"EFri Apr 23 14:52:14 2004 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"#parse.y (stmt, arg, aref_args);T;[o;;[I"Vshould not make sole splat into array, in aref_args other than aref with op_asgn.;TS; ; i; I";Fri Apr 23 14:14:38 2004 Tanaka Akira ;T@ o; ;;;[o;;I"lib/resolv.rb;T;[o;;[I"?don't use Regexp#source to embed regexps. [ruby-dev:23432];TS; ; i; I"2004-04-22;T@ S; ; i; I"EThu Apr 22 18:25:10 2004 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"common.mk, ext/extmk.rb;T;[o;;[I"0make ext and .ext get removed by distclean.;TS; ; i; I"BThu Apr 22 10:07:01 2004 NAKAMURA Usaku ;T@ o; ;;;[o;;I"%*/Makefile.sub (distclean-local);T;[o;;[I"should remove $(RBCONFIG).;TS; ; i; I"EThu Apr 22 04:17:57 2004 Nobuyoshi Nakada ;T@ o; ;;;[o;;I""eval.c (rb_mod_define_method);T;[o;;[I"7allow binding methods to modules. [ruby-dev:23410];To;;I"parse.y (aref_args);T;[o;;[I"2should pass expanded list. [ruby-core:02793];TS; ; i; I"GThu Apr 22 01:12:57 2004 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"numeric.c (flo_to_s);T;[o;;[I"itweak output string based to preserve decimal point and to remove trailing zeros. [ruby-talk:97891];To;;I"string.c (rb_str_index_m);T;[o;;[I"Duse unsigned comparison for T_FIXNUM search. [ruby-talk:97342];TS; ; i; I"2004-04-21;T@ S; ; i; I"IWed Apr 21 23:04:42 2004 Masatoshi SEKI ;T@ o; ;;;[o;;I"1lib/rinda/rinda.rb, test/rinda/test_rinda.rb;T;[o;;[I"check Hash tuple size.;TS; ; i; I";Wed Apr 21 20:05:00 2004 Tanaka Akira ;T@ o; ;;;[o;;I"+lib/open-uri.rb (URI::HTTP#proxy_open);T;[o;;[I"2set Host: field explicitly. [ruby-list:39542];TS; ; i; I"AWed Apr 21 18:39:46 2004 Minero Aoki ;T@ o; ;;;[o;;I"lib/net/smtp.rb;T;[o;;[I"Vmerge SMTP-TLS patch. This patch is contributed by Daniel Hob. [ruby-core:02789];TS; ; i; I"AWed Apr 21 18:23:45 2004 Minero Aoki ;T@ o; ;;;[o;;I"lib/net/smtp.rb;T;[o;;[I"1change coding style: def m( a ) -> def m(a).;TS; ; i; I"AWed Apr 21 18:01:47 2004 Minero Aoki ;T@ o; ;;;[o;;I"lib/net/pop.rb;T;[o;;[I" do not use class variables.;To;;I"lib/net/pop.rb (do_start);T;[o;;[I">ensure to clean up connection when authentication failed.;TS; ; i; I"AWed Apr 21 17:23:59 2004 Minero Aoki ;T@ o; ;;;[o;;I"#lib/net/http.rb (HTTP#connect);T;[o;;[I"7CONNECT must precede SSL connect. [ruby-dev:23379];To;;I"lib/net/http.rb (HTTP.new);T;[o;;[I"+class variables are not inherited now.;TS; ; i; I"EWed Apr 21 15:56:43 2004 Nobuyoshi Nakada ;T@ o; ;;;[o;;I":lib/test/unit/ui/console/testrunner.rb (test_started);T;[o;;[I"@restore $0 after changing process title. [ruby-talk:97426];TS; ; i; I"IWed Apr 21 10:18:06 2004 Hirokazu Yamamoto ;T@ o; ;;;[o;;I"process.c(rb_spawn);T;[o;;[I"0fix SEGV at "p system('command line here')";To;;I",(may happen only in bccwin32) [ruby-dev;T;[o;;[I" 23380];TS; ; i; I"2004-04-19;T@ S; ; i; I"IMon Apr 19 20:58:44 2004 Hirokazu Yamamoto ;T@ o; ;;;[o;;I" dir.c;T;[o;;[I"Updated RDocs.;TS; ; i; I"GMon Apr 19 18:11:15 2004 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"hash.c (rb_hash_equal);T;[o;;[I"Rreturns true if two hashes have same set of key-value set. [ruby-talk:97559];To;;I"hash.c (rb_hash_eql);T;[o;;[I"Greturns true if two hashes are equal and have same default values.;TS; ; i; I"LMon Apr 19 08:19:11 2004 Doug Kearns ;T@ o; ;;;[o;;I"dln.c, io.c, pack.c, lib/benchmark.rb, lib/cgi.rb, lib/csv.rb, lib/date.rb, lib/ftools.rb, lib/getoptlong.rb, lib/logger.rb, lib/matrix.rb, lib/monitor.rb, lib/set.rb, lib/thwait.rb, lib/timeout.rb, lib/yaml.rb, lib/drb/drb.rb, lib/irb/workspace.rb, lib/net/ftp.rb, lib/net/http.rb, lib/net/imap.rb, lib/net/pop.rb, lib/net/telnet.rb, lib/racc/parser.rb, lib/rinda/rinda.rb, lib/rinda/tuplespace.rb, lib/shell/command-processor.rb, lib/soap/rpc/soaplet.rb, lib/test/unit/testcase.rb, lib/test/unit/testsuite.rb;T;[o;;[I"typo fix.;TS; ; i; I"?Mon Apr 19 08:14:18 2004 Dave Thomas ;T@ o; ;;;[o;;I";T@ o; ;;;[o;;I"string.c (rb_str_equal);T;[o;;[I"Falways returns true or false, never returns nil. [ruby-dev:23404];TS; ; i; I"EFri Apr 16 12:38:48 2004 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"1lib/drb/drb.rb (DRb::DRbUnknown::initialize);T;[o;;[I"$Exception#to_str is deprecated.;To;;I";lib/drb/drb.rb (DRb::DRbServer::InvokeMethod::perform);T;[o;;[I""multiple value class changed.;To;;I"Olib/drb/invokemethod.rb (DRb::DRbServer::InvokeMethod18Mixin::block_yield);T;[o;;[I" ditto.;TS; ; i; I"EFri Apr 16 08:27:08 2004 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"ext/extmk.rb;T;[o;;[I"Qskip linking when libraries to be preloaded not compiled. [ruby-list:39561];TS; ; i; I"2004-04-15;T@ S; ; i; I"EThu Apr 15 19:57:11 2004 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"process.c (pst_success_p);T;[o;;[I":new method Process::Status#success?. [ruby-dev:23385];To;;I"rubytest.rb;T;[o;;[I"Qdo nothing while cross-compiling, return status in system independent style.;TS; ; i; I"IThu Apr 15 19:26:54 2004 Hirokazu Yamamoto ;T@ o; ;;;[ o;;I"dir.c (rb_push_glob);T;[o;;[I"4Dir.glob() should return nil if block is given.;To;;I" (http;T;[o;;[I";T@ o; ;;;[o;;I" ext/gdbm/gdbm.c (Init_gdbm);T;[o;;[I"Fdefine GDBM::READER, GDBM::WRITER, GDBM::WRCREAT and GDBM::NEWDB.;To;;I"(fgdbm_initialize);T;[o;;[I"#use specified read/write flag.;TS; ; i; I"2004-04-14;T@ S; ; i; I"LWed Apr 14 13:06:09 2004 Doug Kearns ;T@ o; ;;;[o;;I"barray.c, enum.c, eval.c, file.c, io.c, numeric.c, object.c, prec.c, process.c, re.c, string.c;T;[o;;[I"/typos in RDoc comments. [ruby-core:02783];TS; ; i; I"FWed Apr 14 11:29:56 2004 WATANABE Hirofumi ;T@ o; ;;;[o;;I"numeric.c (flo_eq);T;[o;;[I" workaround for bcc32's bug.;To;;I"(ruby-bugs-ja;T;[o;;[I" PR#594);TS; ; i; I"?Wed Apr 14 11:06:38 2004 Dave Thomas ;T@ o; ;;;[o;;I":lib/rdoc/parsers/parse_rb.rb (RDoc::RubyParser::scan);T;[o;;[I"fChanged behavior of :enddoc: -- it now unconditionally terminates processing of the current file.;TS; ; i; I"IWed Apr 14 10:57:40 2004 Hirokazu Yamamoto ;T@ o; ;;;[o;;I"defines.h;T;[o;;[I"=include to get fd_set definition in BeOS.;TS; ; i; I"2004-04-13;T@ S; ; i; I"ITue Apr 13 23:00:55 2004 Masatoshi SEKI ;T@ o; ;;;[o;;I"lib/rinda/rinda.rb;T;[o;;[I"Ichange pattern matching. a === b -> a == b || a === b. [druby-ja:98];To;;I"test/rinda/test_rinda.rb;T;[o;;[I" ditto.;TS; ; i; I"ETue Apr 13 21:50:57 2004 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"bcc32/Makefile.sub (PHONY);T;[o;;[I"0Borland make disallows empty command rules.;TS; ; i; I"ATue Apr 13 17:55:16 2004 Minero Aoki ;T@ o; ;;;[o;;I"&lib/net/http.rb (begin_transport);T;[o;;[I"@should not overwrite HTTP request header. [ruby-list:39543];TS; ; i; I"ATue Apr 13 16:48:00 2004 Minero Aoki ;T@ o; ;;;[o;;I"lib/net/pop.rb;T;[o;;[I"Bmerge POP3S patch. This patch is contributed by Daniel Hobe.;TS; ; i; I"ETue Apr 13 02:56:29 2004 Kazuo Saito ;T@ o; ;;;[o;;I"common.mk;T;[o;;[I"1changed the order of ascii.c alphabetically.;TS; ; i; I"2004-04-12;T@ S; ; i; I"AMon Apr 12 19:11:21 2004 Eric Hodel ;T@ o; ;;;[o;;I" gc.c (rb_gc_copy_finalizer);T;[o;;[I"typo. [ruby-core:02774];TS; ; i; I"CMon Apr 12 18:45:58 2004 GOTOU Yuuzou ;T@ o; ;;;[o;;I"7ext/openssl/ossl_x509name.c (ossl_x509name_init_i);T;[o;;[I"should return a value.;TS; ; i; I"IMon Apr 12 10:39:50 2004 Hirokazu Yamamoto ;T@ o; ;;;[o;;I"Edir.c (rb_glob2, rb_glob, push_globs, push_braces, rb_push_glob);T;[o;;[I"9fix memory leak. (leaked when block was interrupted);TS; ; i; I"2004-04-11;T@ S; ; i; I"ESun Apr 11 19:10:13 2004 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"ruby.c (require_libraries);T;[o;;[I"_restore source file/line after statically linked extensions initialized. [ruby-dev:23357];TS; ; i; I"?Sun Apr 11 10:47:04 2004 Dave Thomas ;T@ o; ;;;[o;;I"Clib/rdoc/code_objects.rb (RDoc::TopLevel::add_class_or_module);T;[o;;[I"xToplevel classes and modules are a special case too... (handle extending existing classes with or without :enddoc:);TS; ; i; I"2004-04-10;T@ S; ; i; I"?Sat Apr 10 23:51:13 2004 Dave Thomas ;T@ o; ;;;[o;;I"5lib/rdoc/code_objects.rb (RDoc::Context::add_to);T;[o;;[I"@Implementation of :enddoc: made one too many assumptions...;TS; ; i; I"?Sat Apr 10 00:00:19 2004 Dave Thomas ;T@ o; ;;;[o;;I",lib/rdoc/markup/simple_markup/inline.rb;T;[o;;[I"&Fix problem with \_cat_dog;TS; ; i; I"2004-04-09;T@ S; ; i; I"IFri Apr 9 17:05:21 2004 Hirokazu Yamamoto ;T@ o; ;;;[ o;;I"#dir.c (has_magic, find_dirsep);T;[o;;[I"Wincomplete '[' matches no character in Dir.glob. (follows File.fnmatch's behavior);To;;I"dir.c (fnmatch_helper);T;[o;;[I"2incomplete escape is ignored in File.fnmatch.;To;;0;[o;;[0o;;I"dir.c (find_dirsep);T;[o;;[I"4'/' between '[' and ']' is ignored in Dir.glob.;To;;I"$(follows File.fnmatch with File;T;[o;;[I":FNM_PATHNAME 's behavior);To;;I"dir.c (find_dirsep);T;[o;;[I"^escaped slash '\/' loses its meaning as directory separator in Dir.glob. [ruby-dev:23291];TS; ; i; I"2004-04-08;T@ S; ; i; I"EThu Apr 8 20:25:19 2004 Nobuyoshi Nakada ;T@ o; ;;;[ o;;I"ext/extmk.rb (extmake);T;[o;;[I" skip uncompiled extensions.;To;;I""lib/mkmf.rb (create_makefile);T;[o;;[I"Oemit no rules for static library if $static is nil, e.g., outside of ext/.;To;;I":lib/test/unit/ui/console/testrunner.rb (test_started);T;[o;;[I"show test name via $0.;To;;I"runruby.rb;T;[o;;[I"1set environments to use the compiled binary.;To;;I"test/runner.rb;T;[o;;[I"&do nothing while cross-compiling.;To;;I"9test/drb/drbtest.rb, test/soap/calc/test_calc_cgi.rb;T;[o;;[I"Cuse envutil to know ruby binary, and restore $: after require.;To;;I"test/ruby/envutil.rb;T;[o;;[I"Zgive priority to RUBY environment variable to use just compiled binary and libraries.;TS; ; i; I"EThu Apr 8 19:03:33 2004 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"io.c (rb_io_binmode);T;[o;;[I"*inverted condition. [ruby-dev:23349];TS; ; i; I"EThu Apr 8 18:22:00 2004 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"%ext/iconv/iconv.c (iconv_s_list);T;[o;;[I"Areturn encoding list if no block is given. [ruby-dev:23063];TS; ; i; I"2004-04-07;T@ S; ; i; I"GWed Apr 7 15:29:24 2004 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"pack.c (pack_pack);T;[o;;[I"(use NUM2INT() instead of num2i32().;TS; ; i; I"?Wed Apr 7 12:32:02 2004 Kouhei Sutou ;T@ o; ;;;[ o;;I"&lib/rss/parser.rb, lib/rss/1.0.rb;T;[o;;[I";accepted rdf:resource or resource attribute in rdf:li.;To;;I"test/rss/test_parser.rb;T;[o;;[I"!added test for above change.;To;;I"lib/rss/dublincore.rb;T;[o;;[I"reverted style.;To;;I"lib/rss/xmlparser.rb;T;[o;;[I"*normalized XMLParser class hierarchy.;TS; ; i; I"EWed Apr 7 10:43:17 2004 Nobuyoshi Nakada ;T@ o; ;;;[o;;I";Makefile.in, common.mk, */Makefile.sub (ext/extinit.o);T;[o;;[I"1OUTFLAG doesn't work for object files on VC.;To;;I"*/Makefile.sub (config.h);T;[o;;[I"need SIZEOF_TIME_T now.;TS; ; i; I"IWed Apr 7 00:24:34 2004 Masatoshi SEKI ;T@ o; ;;;[o;;I"lib/rinda/rinda.rb;T;[o;;[I"fix hash tuple bug.;To;;I"lib/rinda/tuplespace.rb;T;[o;;[I" ditto.;To;;0;[o;;[0S; ; i; I"2004-04-06;T@ S; ; i; I"GTue Apr 6 18:24:18 2004 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"file.c (rb_get_path);T;[o;;[I"Qget path string via "to_path" method if path object is not a string. [Ruby2];To;;I"(gc.c (rb_gc_call_finalizer_at_exit);T;[o;;[I"0do not free threads in the exit finalizers.;To;;I"io.c (rb_io_reopen);T;[o;;[I"!should use rb_io_check_io().;TS; ; i; I";Tue Apr 6 16:46:09 2004 Tanaka Akira ;T@ o; ;;;[ o;;I"configure.in;T;[o;;[I"check the size of time_t.;To;;I"time.c (time_add);T;[o;;[I"new function.;To;;I"(time_plus);T;[o;;[I"use time_add.;To;;I"(time_minus);T;[o;;[I"use time_add.;TS; ; i; I"BTue Apr 6 13:11:48 2004 NAKAMURA Usaku ;T@ o; ;;;[o;;I"-ext/socket/socket.c (raise_socket_error);T;[o;;[I"never return.;To;;I"'ext/socket/socket.c (make_hostent);T;[o;;[I"must return value.;TS; ; i; I"GTue Apr 6 00:14:43 2004 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"error.c (Init_Exception);T;[o;;[I"%remove Exception#to_str. [Ruby2];To;;I"eval.c (error_print);T;[o;;[I"Bshould no call "to_str" anymore use "message" method instead.;To;;I"io.c (rb_f_open);T;[o;;[I"PKernel#open() calls "to_open" if the first argument responds to it. [Ruby2];TS; ; i; I"ITue Apr 6 00:13:43 2004 Masatoshi SEKI ;T@ o; ;;;[o;;I"lib/rinda/rinda.rb;T;[o;;[I"add require 'drb/drb';TS; ; i; I"2004-04-05;T@ S; ; i; I";Mon Apr 5 22:25:32 2004 Tanaka Akira ;T@ o; ;;;[o;;I"test/zlib/test_zlib.rb;T;[o;;[I"new file.;To;;I"&(TestZlibGzipWriter#test_new_nil);T;[o;;[I"test for [ruby-dev:23228].;TS; ; i; I"AMon Apr 5 22:16:23 2004 Minero Aoki ;T@ o; ;;;[o;;I"parse.y (assoc_list);T;[o;;[I"5{a: 1, b: 2} should be allowed. [ruby-dev:23328];TS; ; i; I"EMon Apr 5 19:43:40 2004 Kazuo Saito ;T@ o; ;;;[o;;I"regexec.c;T;[o;;[I"imported Oni Guruma 2.2.6.;TS; ; i; I"EMon Apr 5 19:39:10 2004 Kazuo Saito ;T@ o; ;;;[o;;I"regparse.c, oniguruma.h;T;[o;;[I"imported Oni Guruma 2.2.6.;TS; ; i; I"BMon Apr 5 12:12:09 2004 NAKAMURA Usaku ;T@ o; ;;;[o;;I"-ext/socket/socket.c (raise_socket_error);T;[o;;[I"*some platforms don't have EAI_SYSTEM.;TS; ; i; I"?Mon Apr 5 08:18:23 2004 Dave Thomas ;T@ o; ;;;[o;;I"lib/rdoc/rdoc.rb;T;[o;;[I"NRemove leading ./ from file names so that cross references work properly.;TS; ; i; I"2004-04-04;T@ S; ; i; I"?Sun Apr 4 14:01:20 2004 Dave Thomas ;T@ o; ;;;[o;;I")lib/rdoc/options.rb (Options::parse);T;[o;;[I"[Allow multiple -x options to RDoc. Fix bug where files weren't being excluded properly;TS; ; i; I"2004-04-03;T@ S; ; i; I"GSat Apr 3 09:36:38 2004 why the lucky stiff ;T@ o; ;;;[o;;I"ext/syck/syck.h;T;[o;;[I"version 0.43.;TS; ; i; I"GSat Apr 3 08:28:47 2004 why the lucky stiff ;T@ o; ;;;[o;;I"ext/syck/lib/gram.c;T;[o;;[I";allow root-level inline collections. [ruby-talk:94922];To;;I"+lib/yaml/rubytypes.rb (Symbol#to_yaml);T;[o;;[I"1emit symbols as implicits. [ruby-talk:94930];TS; ; i; I"2004-04-02;T@ S; ; i; I"EFri Apr 2 19:28:48 2004 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"!bcc32/Makefile.sub (OUTFLAG);T;[o;;[I""needed for static-linked-ext.;TS; ; i; I"EFri Apr 2 18:00:05 2004 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"ext/extmk.rb (extmake);T;[o;;[I"?extract necessary variables for static link from Makefile.;To;;I""lib/mkmf.rb (create_makefile);T;[o;;[I"/save preload and libpath for next compile.;TS; ; i; I"GFri Apr 2 17:27:17 2004 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"eval.c (top_include);T;[o;;[I"vinclude in the wrapped load is done for the wrapper, not for a singleton class for wrapped main. [ruby-dev:23305];TS; ; i; I"GFri Apr 2 15:13:44 2004 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"bignum.c (rb_big_eq);T;[o;;[I"use temporary double variable to save the result (internal float register may be bigger than 64 bits, for example, 80 bits on x86). [ruby-dev:23311];TS; ; i; I"GFri Apr 2 14:35:26 2004 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"eval.c (block_pass);T;[o;;[I"Oshould generate unique identifier of the pushing block. [ruby-talk:96363];TS; ; i; I"AFri Apr 2 11:36:20 2004 Minero Aoki ;T@ o; ;;;[o;;I"eval.c (Init_load);T;[o;;[I"5make $LOADED_FEATURES built-in. [ruby-dev:23299];To;;I"ruby.c (ruby_prog_init);T;[o;;[I"!make $PROGRAM_NAME built-in.;To;;I"lib/English.rb;T;[o;;[I"/remove $LOADED_FEATURES and $PROGRAM_NAME.;TS; ; i; I"GFri Apr 2 07:31:38 2004 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"ext/socket/socket.c;T;[o;;[I"Amistakingly removed do_not_reverse_lookup. [ruby-list:39475];To;;I"'ext/socket/socket.c (make_hostent);T;[o;;[I"Vfix memory leak, based on the patch from HORIKAWA Hisashi .;TS; ; i; I"2004-04-01;T@ S; ; i; I"?Thu Apr 1 22:55:33 2004 Dave Thomas ;T@ o; ;;;[o;;I"!lib/rdoc/parsers/parse_rb.rb;T;[o;;[I",Allow rdoc comments in =begin rdoc/=end;To;;I"!lib/rdoc/parsers/parse_rb.rb;T;[o;;[I"NFix problem with comment in top-level method being taken as file comment.;TS; ; i; I"?Thu Apr 1 22:55:04 2004 Dave Thomas ;T@ o; ;;;[o;;I"lib/rdoc/ri/ri_options.rb;T;[o;;[I"$Fix undefined variable warning.;TS; ; i; I"FThu Apr 1 19:58:37 2004 NAKAMURA, Hiroshi ;T@ o; ;;;[o;;I".lib/soap/mapping/{factory.rb,registry.rb};T;[o;;[I",fixed illegal mapped URI object with soap/marshal. added URIFactory class for URI mapping. BasetypeFactory checks instance_variables when original mapping is not allowed (ivar must be empty). Instance of URI have instance_variables but it must be llowed whenever original mapping is allowed or not.;TS; ; i; I"2004-03-31;T@ S; ; i; I";Wed Mar 31 19:06:23 2004 Tanaka Akira ;T@ o; ;;;[o;;I"time.c (year_leap_p);T;[o;;[I"new function.;To;;I"(timegm_noleapsecond);T;[o;;[I" ditto.;To;;I"(search_time_t);T;[o;;[I"?use timegm_noleapsecond instead of mktime for first guess.;TS; ; i; I"EWed Mar 31 12:05:17 2004 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"$lib/delegate.rb (DelegateClass);T;[o;;[I"edefine internal methods of the result class, but not metaclass of the caller. [ruby-talk:96156];To;;I" intern.h;T;[o;;[I"2provide proper prototypes. [ruby-core:02724];To;;I" ruby.h;T;[o;;[I"/missing.h is now prerequisite to intern.h.;TS; ; i; I"GWed Mar 31 11:17:16 2004 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"pack.c (pack_pack);T;[o;;[I"Jraises RangeError if uv is out of UTF8 value range. [ruby-dev:23281];To;;I"io.c (rb_io_binmode);T;[o;;[I"Mstdio buffer should be empty when calling IO#binmode. [ruby-talk:96155];TS; ; i; I"2004-03-30;T@ S; ; i; I";Tue Mar 30 20:25:34 2004 Tanaka Akira ;T@ o; ;;;[o;;I"time.c (search_time_t);T;[o;;[I"Flimit guess range by mktime if it is available. [ruby-dev:23274];TS; ; i; I"ETue Mar 30 18:19:00 2004 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"eval.c (rb_eval);T;[o;;[I"?fix SEGV at retry in iterator's receiver. [ruby-dev:23227];TS; ; i; I"2004-03-29;T@ S; ; i; I"EMon Mar 29 20:17:16 2004 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"process.c (rb_exec);T;[o;;[I"=follow older behavior if close-on-exec is not available.;To;;I"process.c (rb_fork);T;[o;;[I"Nprotect from exceptions while waiting failed process, if status is given.;TS; ; i; I"2004-03-28;T@ S; ; i; I"ESun Mar 28 16:25:37 2004 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"9cygwin/GNUmakefile.in (clean-local, distclean-local);T;[o;;[I"remove work files.;To;;I"%win32/Makefile.sub (clean-local);T;[o;;[I" ditto.;TS; ; i; I"ASun Mar 28 14:23:02 2004 Minero Aoki ;T@ o; ;;;[o;;I"lib/net/pop.rb;T;[o;;[I" def m( arg ) -> def m(arg).;TS; ; i; I"ASun Mar 28 14:09:13 2004 Minero Aoki ;T@ o; ;;;[o;;I"lib/net/pop.rb (auth);T;[o;;[I"@failed when account/password include "%". [ruby-talk:95933];TS; ; i; I"2004-03-27;T@ S; ; i; I";Sat Mar 27 21:40:41 2004 Tanaka Akira ;T@ o; ;;;[o;;I"lib/open-uri.rb;T;[o;;[I"2permit extra semicolon in content-type field.;TS; ; i; I";Sat Mar 27 10:40:48 2004 Tanaka Akira ;T@ o; ;;;[o;;I"$(lib/pp.rb, lib/prettyprint.rb);T;[o;;[I";T@ o; ;;;[o;;I"lib/logger.rb;T;[o;;[I";trim tail space of each line. no user visible change.;To;;I"lib/rss/dublincore.rb;T;[o;;[I"%fixed class definition mismatch.;To;;I"sample/openssl/gen_csr.rb;T;[o;;[I"fixed wrong usage text.;TS; ; i; I"2004-03-25;T@ S; ; i; I"?Thu Mar 25 23:15:24 2004 Dave Thomas ;T@ o; ;;;[o;;I":lib/rdoc/ri/ri_options.rb (RI::Options::show_version);T;[o;;[I"Add --version option;TS; ; i; I"GThu Mar 25 21:45:00 2004 Shigeo Kobayashi ;T@ o; ;;;[o;;I" ext/bigdecimal/bigdecimal.c;T;[o;;[I"1Bug in + and - reported by Bret Jolly fixed.;TS; ; i; I"EThu Mar 25 21:01:32 2004 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"$version.c (ruby_show_copyright);T;[o;;[I"2obtain copyright year from RUBY_RELEASE_YEAR.;To;;I"win32/resource.rb;T;[o;;[I" ditto.;TS; ; i; I"EThu Mar 25 19:37:35 2004 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"win32/resource.rb;T;[o;;[I"Cdefault rubyw icon to ruby.ico, and let DLL also include them.;To;;I"win32/resource.rb;T;[o;;[I"*include winver.h for older WindowsCE.;TS; ; i; I"EThu Mar 25 14:01:03 2004 Nobuyoshi Nakada ;T@ o; ;;;[o;;I")common.mk, */Makefile.sub (lib, dll);T;[o;;[I"phony targets.;To;;I""configure.in (ruby, miniruby);T;[o;;[I" ditto.;To;;I""cygwin/GNUmakefile.in (rubyw);T;[o;;[I" ditto.;TS; ; i; I"?Thu Mar 25 04:16:18 2004 Dave Thomas ;T@ o; ;;;[o;;I",lib/rdoc/ri/ri_options.rb (RI::Options);T;[o;;[I"AAdd the --list-names option, which dumps our all known names;TS; ; i; I"?Thu Mar 25 03:57:47 2004 Dave Thomas ;T@ o; ;;;[o;;I"8lib/rdoc/ri/ri_util.rb (NameDescriptor::initialize);T;[o;;[I"UNo longer allow nested classes to be designated using "."--you must now use "::";TS; ; i; I"?Thu Mar 25 02:00:18 2004 Dave Thomas ;T@ o; ;;;[o;;I">lib/rdoc/generators/template/html/one_page_html.rb (Page);T;[o;;[I" Fix to work with C modules.;TS; ; i; I"2004-03-24;T@ S; ; i; I"JWed Mar 24 20:49:00 2004 Gavin Sinclair ;T@ o; ;;;[ o;;I"lib/uri.rb;T;[o;;[I"+Documented (thanks Dmitry V. Sabanin).;To;;I"lib/uri/common.rb;T;[o;;[I" Ditto.;To;;I"lib/uri/ftp.rb;T;[o;;[I" Ditto.;To;;I"lib/uri/generic.rb;T;[o;;[I" Ditto.;To;;I"lib/uri/http.rb;T;[o;;[I" Ditto.;To;;I"lib/uri/https.rb;T;[o;;[I" Ditto.;To;;I"lib/uri/ldap.rb;T;[o;;[I" Ditto.;To;;I"lib/uri/mailto.rb;T;[o;;[I" Ditto.;TS; ; i; I"EWed Mar 24 18:48:05 2004 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"*lib/mkmf.rb ($ruby, $topdir, $hdrdir);T;[o;;[I"7should not be affected by DESTDIR after installed.;To;;I"!lib/mkmf.rb (dummy_makefile);T;[o;;[I"&default file lists to be cleaned.;TS; ; i; I"?Wed Mar 24 12:32:56 2004 Dave Thomas ;T@ o; ;;;[o;;I"Flib/rdoc/parsers/parse_c.rb (RDoc::C_Parser::handle_class_module);T;[o;;[I"JDon't document methods if we don't know for sure the class or module.;To;;I"Alib/rdoc/parsers/parse_rb.rb (RDoc::RubyParser::parse_class);T;[o;;[I"UDon't store documentation for singleton classes if we don't know the real class.;TS; ; i; I"?Wed Mar 24 11:11:26 2004 Dave Thomas ;T@ o; ;;;[o;;I"Zlib/rdoc/generators/html_generator.rb (Generators::HTMLGenerator::load_html_template);T;[o;;[I"EAllow non-RDoc templates by putting a slash in the template name;TS; ; i; I"GWed Mar 24 10:05:22 2004 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"'lib/tempfile.rb (Tempfile::_close);T;[o;;[I"Rshould not clear @tmpname until the file is really removed. [ruby-core:02684];TS; ; i; I"GWed Mar 24 04:12:44 2004 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"object.c (rb_mod_cvar_get);T;[o;;[I"*new method Module#class_variable_get.;To;;I"object.c (rb_mod_cvar_set);T;[o;;[I"'ditto (Module#class_variable_set).;TS; ; i; I"2004-03-23;T@ S; ; i; I"GTue Mar 23 17:45:22 2004 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"eval.c (rb_thread_atfork);T;[o;;[I"@1.9 warns no more for thread termination. [ruby-dev:23212];TS; ; i; I"ETue Mar 23 14:46:10 2004 Nobuyoshi Nakada ;T@ o; ;;;[ o;;I"JMakefile.in, */Makefile.sub, common.mk (clean-local, distclean-local);T;[o;;[I"Aseparate files under directories due to directory separator.;To;;I"*/Makefile.sub (MKFILES);T;[o;;[I"8common.mk and */Makefile.sub should not be removed.;To;;I"+win32/Makefile.sub, wince/Makefile.sub;T;[o;;[I"($* cannot appear in explicit rules.;To;;I"cygwin/GNUmakefile.in;T;[o;;[I"#some mingw stuffs were missed.;To;;I""lib/mkmf.rb (create_makefile);T;[o;;[I";T@ o; ;;;[ o;;I"+Makefile.in, */Makefile.sub, common.mk;T;[o;;[I"extract common portions.;To;;I"BMakefile.in, cygwin/GNUmakefile.in, */Makefile.sub (RBCONFIG);T;[o;;[I"/separated time stamp file for rbconfig.rb.;To;;I"configure.in;T;[o;;[I""append common.mk to Makefile.;To;;I"mkconfig.rb;T;[o;;[I",keep mtime of rbconfig.rb if unchanged.;To;;I"win32/rm.bat;T;[o;;[I"remove multiple files.;To;;I"wince/mkconfig_wce.rb;T;[o;;[I"use fake.rb instead.;TS; ; i; I"2004-03-21;T@ S; ; i; I"CSun Mar 21 22:17:35 2004 GOTOU Yuuzou ;T@ o; ;;;[o;;I"Alib/webrick/httpserver.rb (WEBrick::HTTPServer#virtual_host);T;[o;;[I"6sort @virtual_hosts in address, port, host order.;To;;I"Blib/webrick/httpserver.rb (WEBrick::HTTPServer#lookup_server);T;[o;;[I"?hostname should not be match if :ServerAlias is not given.;TS; ; i; I"ESun Mar 21 21:11:16 2004 Keiju Ishitsuka ;T@ o; ;;;[o;;I"lib/shell/*;T;[o;;[I"3bug fix for Shell#system(command_line_string).;TS; ; i; I"FSun Mar 21 21:04:42 2004 WATANABE Hirofumi ;T@ o; ;;;[o;;I" ruby.1;T;[o;;[I",add -width option to .Bl for old groff.;TS; ; i; I"?Sun Mar 21 18:57:37 2004 Kouhei Sutou ;T@ o; ;;;[o;;I"test/rss/*;T;[o;;[I"YTest::Unit::TestCase -> RSS::TestCase and Test::Unit::Assertions -> RSS::Assertions.;TS; ; i; I"?Sun Mar 21 18:48:20 2004 Kouhei Sutou ;T@ o; ;;;[o;;I",lib/rss/{rss,dublincore,syndication}.rb;T;[o;;[I"handled W3CDTF correctly.;TS; ; i; I"?Sun Mar 21 18:15:29 2004 Kouhei Sutou ;T@ o; ;;;[o;;I"$test/rss/test_xml-stylesheet.rb;T;[o;;[I"$added tests for xml-stylesheet.;To;;I"lib/rss/xml-stylesheet.rb;T;[o;;[I"+added xml-stylesheet parsing function.;TS; ; i; I"2004-03-20;T@ S; ; i; I"FSat Mar 20 23:51:03 2004 WATANABE Hirofumi ;T@ o; ;;;[o;;I"eval.c (rb_require_safe);T;[o;;[I"1preserve old ruby_errinfo. [ruby-talk:95409];To;;I"eval.c (rb_f_raise);T;[o;;[I"Qshould not clear backtrace information if exception object already have one.;TS; ; i; I"FSat Mar 20 21:21:03 2004 WATANABE Hirofumi ;T@ o; ;;;[o;;I"ext/extmk.rb;T;[o;;[I" rm -rf $extout, not extout.;TS; ; i; I"?Sat Mar 20 15:25:36 2004 Dave Thomas ;T@ o; ;;;[o;;I";lib/rdoc/generators/template/html/html.rb (RDoc::Page);T;[o;;[I"$Force page background to white.;TS; ; i; I"ASat Mar 20 09:33:36 2004 Tadayoshi Funaba ;T@ o; ;;;[o;;I"$lib/date.rb, lib/date/format.rb;T;[o;;[I"__parse() now accepts fractional part of second minute that follows a comma or a full stop.;TS; ; i; I"2004-03-19;T@ S; ; i; I"GFri Mar 19 21:06:21 2004 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"parse.y (assoc_list);T;[o;;[I"gallow {sym: val} style Hash. [Ruby2] this change is done by Nobuyoshi Nakada .;TS; ; i; I"GFri Mar 19 15:15:15 2004 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"variable.c (rb_cvar_set);T;[o;;[I"Kclass variables become private to the particular class/module. [Ruby2];To;;I"variable.c (rb_cvar_get);T;[o;;[I" ditto.;To;;I"!variable.c (rb_cvar_defined);T;[o;;[I" ditto.;TS; ; i; I"BFri Mar 19 11:31:32 2004 NAKAMURA Usaku ;T@ o; ;;;[o;;I""lib/mkmf.rb ($beos, $solaris);T;[o;;[I"add OS flags.;To;;I"lib/mkmf.rb (RUBY);T;[o;;[I"L/ is not recognized as path separator on nmake/bmake. [ruby-list:39388];To;;I"'lib/mkmf.rb (CLEANLIBS, CLEANOBJS);T;[o;;[I"#should remove *.exp with *.so.;TS; ; i; I"JFri Mar 19 01:55:57 2004 Mauricio Fernandez ;T@ o; ;;;[o;;I"io.c (rb_io_sync);T;[o;;[I"2need not to check writable. [ruby-core:02674];TS; ; i; I"2004-03-18;T@ S; ; i; I"FThu Mar 18 19:47:44 2004 WATANABE Hirofumi ;T@ o; ;;;[o;;I"instruby.rb, rubytest.rb;T;[o;;[I"do not depend on srcdir.;TS; ; i; I"EThu Mar 18 18:50:06 2004 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"mkconfig.rb;T;[o;;[I"=no longer embed srcdir and compile_dir into rbconfig.rb.;To;;I"ext/extmk.rb, lib/mkmf.rb;T;[o;;[I"5obtain top_srcdir and topdir from library paths.;TS; ; i; I"IThu Mar 18 17:46:35 2004 Masatoshi SEKI ;T@ o; ;;;[o;;I"lib/drb/drb.rb;T;[o;;[I"do not undef :to_a.;TS; ; i; I"GThu Mar 18 16:22:38 2004 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"eval.c (proc_eq);T;[o;;[I"Ravoid false positive by using scope and dyna_vars. no longer use frame.uniq.;To;;I"eval.c (proc_arity);T;[o;;[I"arity is now defined as number of parameters that would not be ignored. i.e. Proc.new{}.arity returns zero. update test suites too.;TS; ; i; I"GThu Mar 18 15:27:25 2004 Yukihiro Matsumoto ;T@ o; ;;;[o;;I" eval.c;T;[o;;[I"Sremove specialized version of rb_Array(). use simple one defined in object.c.;To;;I"object.c (Init_Object);T;[o;;[I"remove Kernel#to_a.;To;;I"enum.c (enum_zip);T;[o;;[I"$use "to_a" instead of "to_ary".;TS; ; i; I"2004-03-17;T@ S; ; i; I"EWed Mar 17 00:22:03 2004 Kazuo Saito ;T@ o; ;;;[o;;I"oniguruma.h;T;[o;;[I"imported Oniguruma 2.2.5.;To;;I"regparse.c;T;[o;;[I" ditto.;TS; ; i; I"2004-03-16;T@ S; ; i; I"ITue Mar 16 11:14:17 2004 Hirokazu Yamamoto ;T@ o; ;;;[ o;;I"dir.c (fnmatch_helper);T;[o;;[I"0File.fnmatch('\.', '.') should return true.;To;;0;[o;;[0o;;I"dir.c (fnmatch_helper);T;[o;;[I"bFile.fnmatch('\/', '/', File::FNM_PATHNAME) should return true. (Rev1.112 lost compatibility);To;;I"dir.c (fnmatch);T;[o;;[I"lFile.fnmatch('**/.boo', '.foo/.boo', File::FNM_PATHNAME) should return false because of leading period.;TS; ; i; I"2004-03-15;T@ S; ; i; I"GMon Mar 15 17:01:07 2004 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"error.c (exc_initialize);T;[o;;[I"Wcalling 'to_str' each time just for type checking is too heavy. [ruby-core:02661];TS; ; i; I"CMon Mar 15 10:14:51 2004 GOTOU Yuuzou ;T@ o; ;;;[o;;I"Cext/openssl/lib/openssl/ssl.rb (OpenSSL::SSL::SocketForwarder);T;[o;;[I"add do_not_reverse_lookup.;TS; ; i; I"GMon Mar 15 07:39:13 2004 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"eval.c (rb_yield_0);T;[o;;[I"\should not re-submit TAG_BREAK if this yield is not break destination. [ruby-dev:23197];TS; ; i; I"2004-03-14;T@ S; ; i; I"ESun Mar 14 22:07:38 2004 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"eval.c (rb_thread_raise);T;[o;;[I"(err at unstarted thread. (PR#1302);TS; ; i; I"2004-03-13;T@ S; ; i; I"ISat Mar 13 14:56:32 2004 Masatoshi SEKI ;T@ o; ;;;[ o;;I"test/drb/ut_drb.rb;T;[o;;[I"0use 'druby://localhost:0'. [ruby-dev:23078];To;;I"test/drb/ut_eval.rb;T;[o;;[I" ditto.;To;;I"test/drb/ut_large.rb;T;[o;;[I" ditto.;To;;I"test/drb/ut_safe1.rb;T;[o;;[I" ditto.;To;;I"test/drb/ut_drb_drbssl.rb;T;[o;;[I" use 'drbssl://localhost:0'.;TS; ; i; I"2004-03-12;T@ S; ; i; I"IFri Mar 12 23:52:56 2004 Hirokazu Yamamoto ;T@ o; ;;;[o;;I"dir.c (fnmatch);T;[o;;[I"Tdirectory recursion '**/' can be used with File::FNM_PATHNAME. [ruby-dev:22901];To;;I"$dir.c (fnmatch, fnmatch_helper);T;[o;;[I"jonly '/' is accepted as path separator even in DOSISH environment. [ruby-dev:22974] [ruby-list:39337];To;;I"dir.c (fnmatch_helper);T;[o;;[I"faster '*' matching.;TS; ; i; I"EFri Mar 12 20:19:16 2004 Nobuyoshi Nakada ;T@ o; ;;;[ o;;I""configure.in (rb_cv_noreturn);T;[o;;[I"2default for platforms not support prototypes.;To;;I" ruby.c (ruby_init_loadpath);T;[o;;[I"1buffer for path name should have MAXPATHLEN.;To;;I" lib/mkmf.rb (configuration);T;[o;;[I"(include topdir and hdrdir in VPATH.;To;;I""lib/mkmf.rb (create_makefile);T;[o;;[I"default dependency rule.;TS; ; i; I"CFri Mar 12 07:35:36 2004 GOTOU Yuuzou ;T@ o; ;;;[o;;I"5lib/webrick/config.rb (WEBrick::Config::General);T;[o;;[I"add :DoNotReverseLookup.;To;;I":lib/webrick/server.rb (WEBrick::GenericServer#accept);T;[o;;[I"acall do_not_reverse_lookup for each socket if :DoNotReverseLookup is set. [ruby-code:02357];TS; ; i; I"2004-03-10;T@ S; ; i; I"AWed Mar 10 22:26:25 2004 Minero Aoki ;T@ o; ;;;[o;;I""lib/fileutils.rb (remove_dir);T;[o;;[I"eshould handle symlink correctly. This patch is contributed by Christian Loew. [ruby-talk:94635];TS; ; i; I"GWed Mar 10 16:28:42 2004 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"eval.c (return_jump);T;[o;;[I"Yset return value to the return destination. separated from localjump_destination().;To;;I"eval.c (break_jump);T;[o;;[I".break innermost loop (or thread or proc).;To;;I"eval.c (rb_yield_0);T;[o;;[I"$set exit_value for block break.;TS; ; i; I"GWed Mar 10 16:00:14 2004 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"struct.c (rb_struct_s_def);T;[o;;[I"NStruct::new executes block with generated struct class. [ruby-talk:02606];TS; ; i; I"EWed Mar 10 15:58:43 2004 Ryan Davis ;T@ o; ;;;[o;;I"eval.c (eval);T;[o;;[I"gOnly print backtrace if generating the backtrace doesn't generate an exception. [ruby-core:02621];TS; ; i; I"BWed Mar 10 10:15:16 2004 NAKAMURA Usaku ;T@ o; ;;;[o;;I"ruby.c (opt_W_getter);T;[o;;[I"get rid of warning.;To;;I"?bcc32/Makefile.sub, win32/Makefile.sub, wince/Makefile.sub;T;[o;;[I"fixed dependency.;TS; ; i; I"2004-03-09;T@ S; ; i; I"GTue Mar 9 13:04:26 2004 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"io.c (rb_io_ungetc);T;[o;;[I"Graise IOError instead of calling rb_sys_fail(). [ruby-talk:23181];TS; ; i; I"BTue Mar 9 10:03:40 2004 NAKAMURA Usaku ;T@ o; ;;;[o;;I"?bcc32/Makefile.sub, win32/Makefile.sub, wince/Makefile.sub;T;[o;;[I"1replaced regex.c entry with Oniguruma files.;TS; ; i; I"ETue Mar 9 01:09:46 2004 Kazuo Saito ;T@ o; ;;;[o;;I"Makefile.in;T;[o;;[I"1replaced regex.c entry with Oniguruma files.;TS; ; i; I"2004-03-08;T@ S; ; i; I"AMon Mar 8 23:16:07 2004 Minero Aoki ;T@ o; ;;;[o;;I"lib/net/http.rb;T;[o;;[I".HTTPHeader did not initialized correctly.;To;;I"lib/net/http.rb (connect);T;[o;;[I"does same debug output.;TS; ; i; I"AMon Mar 8 21:38:18 2004 Minero Aoki ;T@ o; ;;;[o;;I"!lib/net/http.rb (add_header);T;[o;;[I"%remove warning. [ruby-dev:23170];TS; ; i; I"IMon Mar 8 21:09:39 2004 Hirokazu Yamamoto ;T@ o; ;;;[o;;I"dir.c (range);T;[o;;[I"ACancel change for incomplete '['. More discussion is needed.;TS; ; i; I">Mon Mar 8 19:35:13 2004 akira yamada ;T@ o; ;;;[o;;I"7lib/uri/common.rb (URI::REGEXP::PATTERN::HOSTPORT);T;[o;;[I"3(?:#{PORT}) -> (?::#{PORT}). [ruby-dev:23170];TS; ; i; I"IMon Mar 8 15:03:24 2004 Hirokazu Yamamoto ;T@ o; ;;;[o;;I"dir.c (range);T;[o;;[I"ytreat incomplete '[' as ordinary character (like has_magic does). fix buffer overrun at incomplete escape like '[\'.;TS; ; i; I"FMon Mar 8 13:35:32 2004 WATANABE Hirofumi ;T@ o; ;;;[o;;I"regparse.c (parse_exp);T;[o;;[I"@need to separate initialization for bcc32. [ruby-dev:23169];To;;I"oniguruma.h (ONIG_EXTERN);T;[o;;[I"*check __GNUC__ instead of __CYGWIN__.;TS; ; i; I"CMon Mar 8 01:05:55 2004 GOTOU Yuuzou ;T@ o; ;;;[ o;;I"2lib/webrick/config.rb (WEBrick::Config::HTTP);T;[o;;[I"Orename :RequestHander to :RequestCallback and add new option :ServerAlias.;To;;I"8lib/webrick/httpserver.rb (WEBrick::HTTPServer#run);T;[o;;[I"Luse :RequestCallback and warn if :RequestHandler is in server's option.;To;;I"8lib/webrick/httpserver.rb (WEBrick::HTTPServer#run);T;[o;;[I"?should print error message for WEBrick::HTTPSataus::Error.;To;;I"Blib/webrick/httpserver.rb (WEBrick::HTTPServer#lookup_server);T;[o;;[I"Wlookup for hostname from :ServerAlias if the req.host is not match to :ServerName.;To;;I"Ilib/webrick/httpservlet.rb (WEBrick::HTTPServlet::CGIHandler#do_GET);T;[o;;[I".use $?.exitstatus and refine log message.;TS; ; i; I"2004-03-07;T@ S; ; i; I"FSun Mar 7 16:22:26 2004 WATANABE Hirofumi ;T@ o; ;;;[o;;I"Makefile.in (lex.c);T;[o;;[I"use $? instead of $<.;To;;I"lib/pstore.rb (commit_new);T;[o;;[I";use FileUtils.copy_stream for Cygwin. [ruby-dev:23157];TS; ; i; I"ASun Mar 7 05:34:42 2004 Minero Aoki ;T@ o; ;;;[ o;;I"lib/net/http.rb;T;[o;;[I"4HTTPHeader keeps its header fields as an array.;To;;I"lib/net/http.rb;T;[o;;[I"2new method HTTPHeader#add_header, get_fields.;To;;I"lib/net/http.rb;T;[o;;[I"+new method HTTPHeader#content_length=.;To;;I"lib/net/http.rb;T;[o;;[I"knew method HTTPHeader#content_type, main_type, sub_type, type_params, content_type=, set_content_type.;To;;I".lib/net/http.rb (HTTPHeader#basic_encode);T;[o;;[I"0result of pack(m) may contain multiple LFs.;TS; ; i; I"ASun Mar 7 03:11:00 2004 Minero Aoki ;T@ o; ;;;[o;;I"lib/net/http.rb;T;[o;;[I")new method Net::HTTPRequest#body(=).;To;;I"lib/net/http.rb;T;[o;;[I"0new method Net::HTTPRequest#body_stream(=).;TS; ; i; I"ASun Mar 7 02:06:07 2004 Minero Aoki ;T@ o; ;;;[o;;I"lib/net/http.rb;T;[o;;[I"spin off https code again.;To;;I"lib/net/https.rb;T;[o;;[I"new file.;To;;I"!ext/openssl/lib/net/https.rb;T;[o;;[I";T@ o; ;;;[o;;I"lib/net/protocol.rb;T;[o;;[I"Yremove method: InternetMessageIO#address, port, ip_address, read_timeout(=), socket.;To;;I"lib/net/protocol.rb;T;[o;;[I"simplify code.;To;;I"lib/net/protocol.rb;T;[o;;[I"apply latest coding style.;TS; ; i; I"2004-03-06;T@ S; ; i; I"ESat Mar 6 15:15:05 2004 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"ext/strscan/depend;T;[o;;[I"!depends on re.h and regex.h.;To;;I"ext/strscan/strscan.c;T;[o;;[I"no version check needed.;To;;I".ext/strscan/strscan.c (strscan_init_copy);T;[o;;[I"4struct re_registers must not be bitwise copied.;TS; ; i; I"ASat Mar 6 11:14:33 2004 David Black ;T@ o; ;;;[o;;I"lib/scanf.rb;T;[o;;[I"/refixed the previous fix in IO#block_scanf;TS; ; i; I"ASat Mar 6 10:49:40 2004 David Black ;T@ o; ;;;[o;;I"lib/scanf.rb;T;[o;;[I"+fixed a logic glitch in IO#block_scanf;TS; ; i; I"ASat Mar 6 02:00:19 2004 Minero Aoki ;T@ o; ;;;[o;;I"lib/net/http.rb;T;[o;;[I"net/https is merged.;To;;I"!ext/openssl/lib/net/https.rb;T;[o;;[I" ditto.;TS; ; i; I"ESat Mar 6 00:39:21 2004 Kazuo Saito ;T@ o; ;;;[o;;I"oniggnu.h;T;[o;;[I"%imported from Oniguruma library.;To;;I"oniguruma.h;T;[o;;[I" ditto.;To;;I"regcomp.c;T;[o;;[I" ditto.;To;;I" regenc.c;T;[o;;[I" ditto.;To;;I" regenc.h;T;[o;;[I" ditto.;To;;I"regerror.c;T;[o;;[I" ditto.;To;;I" regex.c;T;[o;;[I" ditto.;To;;I"regexec.c;T;[o;;[I" ditto.;To;;I" reggnu.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" ascii.c;T;[o;;[I" ditto.;To;;I" euc_jp.c;T;[o;;[I" ditto.;To;;I" sjis.c;T;[o;;[I" ditto.;To;;I" utf8.c;T;[o;;[I" ditto.;To;;I" MANIFEST;T;[o;;[I"(added Oniguruma files listed above.;To;;I" LEGAL;T;[o;;[I"added Oniguruma license.;To;;I" regex.h;T;[o;;[I"now includes oniggnu.h.;To;;I" re.c;T;[o;;[I"applied Oniguruma patch.;TS; ; i; I"2004-03-05;T@ S; ; i; I"AFri Mar 5 23:13:08 2004 Minero Aoki ;T@ o; ;;;[o;;I"lib/net/http.rb;T;[o;;[I"support WebDAV methods, PROPPATCH, LOCK, UNLOCK, OPTIONS, PROPFIND, DELETE, MOVE, COPY, MKCOL. This patch is contributed by Tatsuki Sugiura.;TS; ; i; I"AFri Mar 5 20:58:37 2004 Minero Aoki ;T@ o; ;;;[o;;I"lib/net/http.rb;T;[o;;[I">Net::HTTPResponse#response is obsolete. [ruby-core:02592];To;;I"lib/net/http.rb;T;[o;;[I"*Net::HTTPResponse#header is obsolete.;To;;I"lib/net/http.rb;T;[o;;[I"/Net::HTTPResponse#read_header is obsolete.;TS; ; i; I"AFri Mar 5 20:10:57 2004 Minero Aoki ;T@ o; ;;;[o;;I"ext/strscan/strscan.c;T;[o;;[I"Gnew method StringScanner#initialize_copy to allow #dup and #clone.;To;;I"!test/strscan/test_strscan.rb;T;[o;;[I"test StringScanner#dup.;TS; ; i; I"AFri Mar 5 19:42:09 2004 Minero Aoki ;T@ o; ;;;[o;;I"*lib/net/http.rb (HTTPResponse#to_ary);T;[o;;[I"sshould return an object which does not respond to #to_ary. It causes infinite loop in puts. [ruby-core:02578];TS; ; i; I"?Fri Mar 5 00:51:35 2004 Dave Thomas ;T@ o; ;;;[o;;I"lib/test/unit.rb;T;[o;;[I"DMove RDoc documentation so that you can now say 'ri Test::Unit';TS; ; i; I"2004-03-04;T@ S; ; i; I"EThu Mar 4 22:31:40 2004 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"Makefile.in;T;[o;;[I".miniruby is not needed for cross compile.;To;;I"configure.in (PREP);T;[o;;[I"!miniruby for native compile.;TS; ; i; I"EThu Mar 4 11:46:32 2004 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"Elib/drb/extservm.rb (DRb::ExtServManager#invoke_service_command);T;[o;;[I"3detach server processes to get rid of zombies.;TS; ; i; I"GThu Mar 4 10:41:25 2004 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"ruby.h (T_MASK);T;[o;;[I"7save 1 bit in flags bits by shifting T_xxx values.;TS; ; i; I"EThu Mar 4 08:08:36 2004 Nobuyoshi Nakada ;T@ o; ;;;[ o;;I"ext/syck/rubyext.c;T;[o;;[I"get rid of warnings.;To;;I"lib/rss/taxonomy.rb;T;[o;;[I" ditto.;To;;I" lib/rdoc/ri/ri_formatter.rb;T;[o;;[I" ditto.;To;;I"!test/ruby/test_assignment.rb;T;[o;;[I" ditto.;TS; ; i; I"EThu Mar 4 01:17:28 2004 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"5lib/rdoc/ri/ri_display.rb (DefaultDisplay::page);T;[o;;[I"%wait until the pager terminates.;TS; ; i; I"2004-03-03;T@ S; ; i; I"GWed Mar 3 13:10:56 2004 Yukihiro Matsumoto ;T@ o; ;;;[ o;;I"eval.c (method_hash);T;[o;;[I""new method. [ruby-talk:93968];To;;I"eval.c (proc_eq);T;[o;;[I"do not compare dyna_vars.;To;;I"eval.c (proc_hash);T;[o;;[I"new method.;To;;I"eval.c (rb_yield_0);T;[o;;[I"Eprotect break/return from within orphan (or lambda) Proc object.;TS; ; i; I"EWed Mar 3 09:52:05 2004 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"lib/mkmf.rb ($topdir);T;[o;;[I"Cuse compile_dir only when not installed yet. [ruby-talk:94098];TS; ; i; I"?Wed Mar 3 01:18:52 2004 Kouhei Sutou ;T@ o; ;;;[o;;I"lib/rss/converter.rb;T;[o;;[I"handled Uconv::Error.;To;;I"lib/rss/dublincore.rb;T;[o;;[I"'DublincoreModel -> DublinCoreModel;TS; ; i; I"AWed Mar 3 00:59:30 2004 David Black ;T@ o; ;;;[o;;I"lib/scanf.rb;T;[o;;[I":soak_up_spaces only ungetc's non-space last character;To;;I"lib/scanf.rb;T;[o;;[I"\IO#block_scanf now returns partial last iteration array if format string matches partly;TS; ; i; I"2004-03-02;T@ S; ; i; I"ETue Mar 2 16:30:21 2004 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"io.c (pipe_open);T;[o;;[I"Xerred program name should be reported by exceptions, instead of the first argument.;To;;I"process.c (rb_spawn);T;[o;;[I" ditto.;To;;I"process.c (proc_spawn_v);T;[o;;[I"(use first argument as program name.;To;;I""win32/win32.c (rb_w32_aspawn);T;[o;;[I" ditto.;To;;I" win32/win32.c (CreateChild);T;[o;;[I"5search executable file if no program name given.;To;;I"1lib/drb/extservm.rb (invoke_service_command);T;[o;;[I"(use Process.spawn. [ruby-dev:23103];To;;I",lib/rdoc/ri/ri_display.rb (setup_pager);T;[o;;[I"5use IO.popen. [ruby-dev:23086], [ruby-dev:23103];To;;I")lib/rdoc/diagram.rb (convert_to_png);T;[o;;[I" ditto.;To;;I";lib/rdoc/generators/chm_generator.rb (compile_project);T;[o;;[I" ditto.;TS; ; i; I"BTue Mar 2 12:24:03 2004 NAKAMURA Usaku ;T@ o; ;;;[o;;I"6win32/Makefile.sub, wince/Makefile.sub (config.h);T;[o;;[I"8shouldn't check defined? NORETURN. [ruby-dev:23100];TS; ; i; I"ETue Mar 2 11:28:40 2004 Nobuyoshi Nakada ;T@ o; ;;;[o;;I",test/ruby/test_iterator.rb (test_ljump);T;[o;;[I";cannot use assert_nothing_raised due to passing block.;TS; ; i; I"ATue Mar 2 06:23:14 2004 David Black ;T@ o; ;;;[o;;I"lib/scanf.rb;T;[o;;[I"/fixed Kernel#scanf to propagate code block;TS; ; i; I"2004-03-01;T@ S; ; i; I"AMon Mar 1 23:25:40 2004 David Black ;T@ o; ;;;[o;;I"lib/scanf.rb;T;[o;;[I"APartial fix so STDIN#scanf works with new STDIN#pos behavior;TS; ; i; I"IMon Mar 1 19:42:05 2004 Hirokazu Yamamoto ;T@ o; ;;;[o;;I"bcc32/setup.mak;T;[o;;[I"2configure's default is "--enable-install-doc";To;;I"win32/setup.mak;T;[o;;[I" ditto.;TS; ; i; I"?Mon Mar 1 12:24:10 2004 Dave Thomas ;T@ o; ;;;[o;;I"Alib/rdoc/parsers/parse_rb.rb (RDoc::RubyParser::parse_alias);T;[o;;[I"&Allow aliases to have parentheses;TS; ; i; I"2004-02-29;T@ S; ; i; I"?Sun Feb 29 23:14:53 2004 Dave Thomas ;T@ o; ;;;[o;;I"Alib/rdoc/parsers/parse_rb.rb (RDoc::RubyParser::parse_class);T;[o;;[I")Handle :nodoc: on singleton classes.;TS; ; i; I"2004-02-28;T@ S; ; i; I"ESat Feb 28 21:50:20 2004 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"Qbcc32/Makefile.sub, bcc32/README.bcc32, bcc32/configure.bat, bcc32/setup.mak;T;[o;;[I"new configure scheme. use ``configure --prefix=dir'' instead of ``make DESTDIR=dir install''. --with-static-linked-ext support on bccwin32. [ruby-dev:23034];TS; ; i; I"ISat Feb 28 21:50:20 2004 Hirokazu Yamamoto ;T@ o; ;;;[o;;I"bcc32/setup.mak;T;[o;;[I"6"configure --disable-install-doc" is now working.;To;;I"win32/setup.mak;T;[o;;[I" ditto.;TS; ; i; I"ISat Feb 28 15:09:49 2004 Hirokazu Yamamoto ;T@ o; ;;;[o;;I"bcc32/configure.bat;T;[o;;[I""append missing label ":exit".;To;;I"bcc32/configure.bat;T;[o;;[I"fix typo.;TS; ; i; I"ISat Feb 28 10:31:03 2004 Masatoshi SEKI ;T@ o; ;;;[o;;I" MANIFEST;T;[o;;[I"add test_erb.rb;To;;I"%lib/erb.rb, test/erb/test_erb.rb;T;[o;;[I"Sdon't forget filename, if both filename and safe_level given. [ruby-dev:23050];TS; ; i; I"GSat Feb 28 01:08:40 2004 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"parse.y (yylex);T;[o;;[I"Yshould not allow symbol for invalid global variable (e.g. `:$-)`). [ruby-core:02518];TS; ; i; I"2004-02-27;T@ S; ; i; I"GFri Feb 27 20:37:09 2004 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"eval.c (proc_invoke);T;[o;;[I"8no orphan block check is needed when pcall is true.;To;;I"#eval.c (localjump_destination);T;[o;;[I" update localjump condition.;TS; ; i; I"GFri Feb 27 02:10:49 2004 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"#eval.c (localjump_destination);T;[o;;[I"?lambda should not interfere return from the yielded block.;TS; ; i; I"IFri Feb 27 00:53:49 2004 Masatoshi SEKI ;T@ o; ;;;[o;;I"(lib/drb/drb.rb, test/drb/drbtest.rb;T;[o;;[I"!require drb/eq.rb by default;TS; ; i; I"2004-02-26;T@ S; ; i; I"EThu Feb 26 12:15:02 2004 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"#win32/win32.c (make_cmdvector);T;[o;;[I"-adjust successive double-quote handling.;TS; ; i; I"GThu Feb 26 09:42:56 2004 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"hash.c (delete_if_i);T;[o;;[I"Puse st_delete_safe() (via rb_hash_delete()) instead of returning ST_DELETE.;TS; ; i; I"EThu Feb 26 02:35:10 2004 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"process.c (rb_f_exec);T;[o;;[I"Cget rid of SEGV when exec failed for command in single string.;TS; ; i; I"2004-02-25;T@ S; ; i; I"EWed Feb 25 21:17:33 2004 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"Egc.c (obj_free), io.c (rb_io_fptr_finalize), rubyio.h (OpenFile);T;[o;;[I"sharing OpenFile.;To;;I"io.c (rb_io_initialize);T;[o;;[I"*accept IO instance. [ruby-dev:22195];TS; ; i; I"EWed Feb 25 21:16:10 2004 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"instruby.rb (with_destdir);T;[o;;[I"=should return the given argument if no DESTDIR is given.;To;;I"instruby.rb;T;[o;;[I"(use path name expansion of cmd.exe.;TS; ; i; I"EWed Feb 25 20:44:45 2004 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"Flib/cgi-lib.rb, lib/getopts.rb, lib/importenv.rb, lib/parsearg.rb;T;[o;;[I"warn with caller position.;To;;I"ttest/rss/test_content.rb, test/rss/test_dublincore.rb, test/rss/test_syndication.rb, test/rss/test_trackback.rb;T;[o;;[I" use cgi instead of cgi-lib.;TS; ; i; I"2004-02-24;T@ S; ; i; I"ITue Feb 24 18:42:03 2004 Hirokazu Yamamoto ;T@ o; ;;;[o;;I"dir.c (glob_helper);T;[o;;[I"i'**/' should not match leading period unless File::FNM_DOTMATCH is set. (like '*/') [ruby-dev:23014];TS; ; i; I"ETue Feb 24 18:03:14 2004 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"*test/ruby/test_file.rb (test_fnmatch);T;[o;;[I"test for dir.c:1.108.;TS; ; i; I"ITue Feb 24 17:07:17 2004 Hirokazu Yamamoto ;T@ o; ;;;[o;;I"dir.c (fnmatch);T;[o;;[I"cFile.fnmatch with File::FNM_PATHNAME was broken for the pattern including '*' followed by '/'.;TS; ; i; I"?Tue Feb 24 13:22:21 2004 Dave Thomas ;T@ o; ;;;[o;;I"8lib/rdoc/rdoc.rb (RDoc::RDoc::normalized_file_list);T;[o;;[I"Attempt to get better heuristics on which files to include and exclude. Now only include non-standard files if they are explicitly named in ARGV.;TS; ; i; I"?Tue Feb 24 07:23:30 2004 Dave Thomas ;T@ o; ;;;[o;;I"*lib/rdoc/generators/html_generator.rb;T;[o;;[I"Deal with :stopdoc: when choosing a default main page to display (ie. don't select a page if we don't have documentation for it).;TS; ; i; I"?Tue Feb 24 06:40:14 2004 Dave Thomas ;T@ o; ;;;[o;;I"@lib/rdoc/parsers/parse_rb.rb (RubyLex::identify_identifier);T;[o;;[I",Handle class variables in code listings;TS; ; i; I"?Tue Feb 24 06:32:27 2004 Dave Thomas ;T@ o; ;;;[o;;I"=lib/rdoc/parsers/parse_c.rb (RDoc::C_Parser::do_aliases);T;[o;;[I"Handle aliases in C files.;TS; ; i; I"?Tue Feb 24 06:16:22 2004 Dave Thomas ;T@ o; ;;;[o;;I",lib/rdoc/rdoc.rb (RDoc::RDoc::document);T;[o;;[I".Now create op dir _before_ parsing files.;TS; ; i; I"?Tue Feb 24 06:08:47 2004 Dave Thomas ;T@ o; ;;;[o;;I"Dlib/rdoc/parsers/parse_rb.rb (RDoc::RubyParser::parse_constant);T;[o;;[I"sStart collecting text of constant values earlier: was missing values in output if there was no space after '=';TS; ; i; I"?Tue Feb 24 06:08:25 2004 Dave Thomas ;T@ o; ;;;[o;;I"*lib/rdoc/generators/html_generator.rb;T;[o;;[I"Escape contant values.;TS; ; i; I"CTue Feb 24 03:45:06 2004 GOTOU Yuuzou ;T@ o; ;;;[o;;I"1ext/openssl/ossl_config.c (ossl_config_each);T;[o;;[I"^add new method OpenSSL::Config#each. it iterates with section name, field name and value.;To;;I"1ext/openssl/ossl_config.c (Init_ossl_config);T;[o;;[I"include Enumerable.;TS; ; i; I"2004-02-23;T@ S; ; i; I"EMon Feb 23 09:09:44 2004 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"instruby.rb (parse_args);T;[o;;[I"%use optparse instead of getopts.;To;;I"instruby.rb (DOSISH);T;[o;;[I"Wembedded path in batch files should not be prefixed by DESTDIR. [ruby-core:02186];TS; ; i; I"2004-02-22;T@ S; ; i; I"ESun Feb 22 14:58:04 2004 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"ext/extmk.rb;T;[o;;[I"7$extstatic is Array or nil now. [ruby-talk:93383];To;;I"8Makefile.in, bcc32/Makefile.sub, win32/Makefile.sub;T;[o;;[I"terminate options.;To;;I"lib/mkmf.rb (init_mkmf);T;[o;;[I"-$INCFLAGS also should be lazy-evaluated.;TS; ; i; I"BSun Feb 22 13:05:37 2004 akira yamada ;T@ o; ;;;[o;;I"*lib/uri/mailto.rb (URI::MailTo::to_s);T;[o;;[I"should include fragment.;TS; ; i; I"ESun Feb 22 12:58:35 2004 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"ext/extmk.rb;T;[o;;[I"%use optparse instead of getopts.;To;;I"8Makefile.in, bcc32/Makefile.sub, win32/Makefile.sub;T;[o;;[I" ditto.;TS; ; i; I"JSun Feb 22 09:51:00 2004 Gavin Sinclair ;T@ o; ;;;[o;;I" re.c;T;[o;;[I"9corrected documentation format (rb_reg_initialize_m);TS; ; i; I"2004-02-21;T@ S; ; i; I"JSat Feb 21 22:41:00 2004 Gavin Sinclair ;T@ o; ;;;[o;;I"ext/zlib/zlib.c;T;[o;;[I"'documented, but needs more effort.;TS; ; i; I"ESat Feb 21 14:33:20 2004 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"ext/extmk.rb;T;[o;;[I"-prefer relative path. [ruby-talk:93037];TS; ; i; I"ESat Feb 21 11:12:08 2004 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"!missing/os2.c, missing/x68.c;T;[o;;[I"(typo fix. pointed out by greentea.;TS; ; i; I"2004-02-20;T@ S; ; i; I"EFri Feb 20 19:11:20 2004 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"0lib/ostruct.rb (OpenStruct#initialize_copy);T;[o;;[I"0should not share members. [ruby-dev:22966];TS; ; i; I"GFri Feb 20 18:59:47 2004 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"*lib/irb/init.rb (IRB::IRB.parse_opts);T;[o;;[I"+add -I option to irb. [ruby-dev:39243];TS; ; i; I"EFri Feb 20 12:55:27 2004 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"io.c (pipe_open);T;[o;;[I"fix typo.;To;;I" win32/win32.c (CreateChild);T;[o;;[I"Ifirst argument to CreateProcess() must have path, not just basename.;TS; ; i; I"2004-02-19;T@ S; ; i; I"?Thu Feb 19 23:24:16 2004 Dave Thomas ;T@ o; ;;;[o;;I"Xlib/rdoc/generators/html_generator.rb (Generators::HtmlClass::build_attribute_list);T;[o;;[I"0Support visibility modifiers for attributes;TS; ; i; I"JThu Feb 19 22:39:00 2004 Gavin Sinclair ;T@ o; ;;;[o;;I"lib/ostruct.rb;T;[o;;[I"documented;TS; ; i; I"FThu Feb 19 22:39:04 2004 NAKAMURA, Hiroshi ;T@ o; ;;;[o;;I"test/rinda/test_rinda.rb;T;[o;;[I"TDRb.start_service only once in testsuites. DRb.start_service could handle this.;TS; ; i; I"FThu Feb 19 22:24:04 2004 NAKAMURA, Hiroshi ;T@ o; ;;;[o;;I"(lib/soap/mapping/rubytypeFactory.rb;T;[o;;[I"|should not dump singleton class. [ruby-dev:22588] c = class << Object.new; class C; self; end; end; SOAPMarshal.dump(c);TS; ; i; I"JThu Feb 19 18:08:18 2004 Gavin Sinclair ;T@ o; ;;;[o;;I"ext/strscan/strscan.c;T;[o;;[I"improved documentation;TS; ; i; I"EThu Feb 19 18:08:18 2004 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"!win32/win32.c, win32/win32.h;T;[o;;[I"fixed prototypes.;To;;I"win32/win32.c (wait);T;[o;;[I"same as waitpid() with -1.;TS; ; i; I"?Thu Feb 19 02:34:28 2004 Dave Thomas ;T@ o; ;;;[o;;I"Olib/rdoc/markup/simple_markup/preprocess.rb (SM::PreProcess::include_file);T;[o;;[I"AOnly strip comment markers if all lines start with comments.;TS; ; i; I"AThu Feb 19 03:05:49 2004 Minero Aoki ;T@ o; ;;;[o;;I"ext/strscan/strscan.c;T;[o;;[I"@StringScanner#restsize is obsolete; use #rest_size instead.;To;;I"ext/strscan/strscan.c;T;[o;;[I"FStringScanner#matchedsize is obsolete; use #matched_size instead.;TS; ; i; I"AThu Feb 19 02:42:19 2004 Minero Aoki ;T@ o; ;;;[o;;I"ext/strscan/strscan.c;T;[o;;[I"tdon't use rb_eval_string, it defines classes under the module when required in module clauses. [ruby-dev:22951];TS; ; i; I"AThu Feb 19 02:37:28 2004 Minero Aoki ;T@ o; ;;;[o;;I"ext/strscan/strscan.c;T;[o;;[I"@merge documentation from 1.8 branch. Thanks Gavin Sinclair.;TS; ; i; I"JThu Feb 19 00:20:00 2004 Gavin Sinclair ;T@ o; ;;;[ o;;I"lib/cgi-lib.rb;T;[o;;[I"deprecated after 1.8.1;To;;I"lib/getopts.rb;T;[o;;[I" ditto;To;;I"lib/importenv.rb;T;[o;;[I" ditto;To;;I"lib/parsearg.rb;T;[o;;[I" ditto;TS; ; i; I"?Thu Feb 19 00:11:05 2004 Dave Thomas ;T@ o; ;;;[o;;I"Ilib/rdoc/markup/simple_markup/preprocess.rb (SM::PreProcess::handle);T;[o;;[I"7Strip extraneous space from filenames in :include:;TS; ; i; I"2004-02-18;T@ S; ; i; I"IWed Feb 18 22:53:41 2004 Masatoshi SEKI ;T@ o; ;;;[o;;I"lib/drb/unix.rb;T;[o;;[I""remove O_NONBLOCk, thanks \ay;TS; ; i; I"IWed Feb 18 22:42:19 2004 Masatoshi SEKI ;T@ o; ;;;[o;;I"test/rinda/test_rinda.rb;T;[o;;[I"improt test_rinda.rb;TS; ; i; I"FWed Feb 18 22:03:11 2004 NAKAMURA, Hiroshi ;T@ o; ;;;[o;;I" test/*;T;[o;;[I"!should not depend on $KCODE.;TS; ; i; I"BWed Feb 18 18:07:09 2004 NAKAMURA Usaku ;T@ o; ;;;[o;;I"test/ruby/test_sprintf.rb;T;[o;;[I"added tests.;TS; ; i; I"FWed Feb 18 17:18:01 2004 WATANABE Hirofumi ;T@ o; ;;;[o;;I"ext/win32ole/win32ole.c;T;[o;;[I"*need to include on Cygwin.;TS; ; i; I"GWed Feb 18 10:40:38 2004 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"sprintf.c (rb_f_sprintf);T;[o;;[I"Ysign bit extension should not be done if FPLUS flag is specified. [ruby-list:39224];To;;I"sprintf.c (rb_f_sprintf);T;[o;;[I"Vdo not prepend dots for negative numbers if FZERO is specified. [ruby-dev:39218];TS; ; i; I"BWed Feb 18 10:23:34 2004 NAKAMURA Usaku ;T@ o; ;;;[o;;I"sprintf.c (rb_f_sprintf);T;[o;;[I"clean up.;TS; ; i; I"2004-02-17;T@ S; ; i; I">Tue Feb 17 23:40:34 2004 Guy Decoux ;T@ o; ;;;[o;;I"sprintf.c (rb_f_sprintf);T;[o;;[I"@preserve original val for format_integer. [ruby-talk:92975];TS; ; i; I"FTue Feb 17 23:28:45 2004 NAKAMURA, Hiroshi ;T@ o; ;;;[o;;I"Atest/soap/marshal/test_marshal.rb, test/ruby/test_marshal.rb;T;[o;;[I"Cdo $: trick to share the testcase test/ruby/marshaltestlib.rb.;TS; ; i; I"FTue Feb 17 23:13:23 2004 NAKAMURA, Hiroshi ;T@ o; ;;;[ o;;I" test/ruby/marshaltestlib.rb;T;[o;;[I"#common marshal testcase added.;To;;I"test/ruby/test_marshal.rb;T;[o;;[I"use above testsuite.;To;;I"&test/soap/marshal/test_marshal.rb;T;[o;;[I" ditto.;To;;I""test/soap/marshal/cmarshal.rb;T;[o;;[I"removed (not used).;TS; ; i; I"ETue Feb 17 19:34:26 2004 Nobuyoshi Nakada ;T@ o; ;;;[ o;;I"ext/extmk.rb (extmake);T;[o;;[I"/$extout_prefix doesn't vary for libraries.;To;;I"ext/extmk.rb (extmake);T;[o;;[I"'remove compile directory if empty.;To;;I";T@ o; ;;;[ o;;I"ext/strscan/strscan.c;T;[o;;[I"JScanError may be (wrongly) garbage collected. (thanks Gavin Sinclair);To;;I"ext/strscan/strscan.c;T;[o;;[I"fmove ::ScanError to StringScanner::Error. ::ScanError is also defined for backward compatibility.;To;;I"ext/strscan/strscan.c;T;[o;;[I""#peep is obsolete, use #peek.;To;;I"ext/strscan/strscan.c;T;[o;;[I"$#empty? is obsolete, use #eos?.;To;;I"ext/strscan/strscan.c;T;[o;;[I"(#clear is obsolete, use #terminate.;To;;I"ext/strscan/strscan.c;T;[o;;[I")#getbyte is obsolete, use #get_byte.;TS; ; i; I"ETue Feb 17 12:12:47 2004 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"ext/extmk.rb (parse_args);T;[o;;[I"3delay expanding $(extout) until invoking make.;To;;I"lib/mkmf.rb (CLEANLIBS);T;[o;;[I"2should remove files have specific extensions.;TS; ; i; I"ETue Feb 17 11:33:30 2004 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"lib/rss/rexmlparser.rb;T;[o;;[I"#REXML version may be 4 digits.;TS; ; i; I"BTue Feb 17 10:45:59 2004 NAKAMURA Usaku ;T@ o; ;;;[o;;I"1ext/syck/rubyext.c (syck_emitter_end_object);T;[o;;[I"takes only one arg.;TS; ; i; I"ETue Feb 17 07:48:21 2004 Nobuyoshi Nakada ;T@ o; ;;;[o;;I""lib/rexml/encodings/SHIFT_JIS;T;[o;;[I"wrong library name.;TS; ; i; I";Tue Feb 17 01:35:28 2004 Tanaka Akira ;T@ o; ;;;[o;;I"eval.c (rb_eval);T;[o;;[I"Tcare that another thread replace NODE_DREGX_ONCE to NODE_LIT. [ruby-dev:22920];TS; ; i; I"ATue Feb 17 01:20:57 2004 Minero Aoki ;T@ o; ;;;[o;;I"lib/fileutils.rb;T;[o;;[I""new module FileUtils::DryRun.;TS; ; i; I"2004-02-16;T@ S; ; i; I"FMon Feb 16 23:28:14 2004 NAKAMURA, Hiroshi ;T@ o; ;;;[o;;I"lib/csv.rb;T;[o;;[I"+document reduction. [ruby-core:02429];To;;I"test/yaml/test_yaml.rb;T;[o;;[I"added 0..1 test with "0".."1" on display. it should be defined that the specification about what kind of Range is supported in ruby's custom type in YAML.;TS; ; i; I"JMon Feb 16 22:22:00 2004 Gavin Sinclair ;T@ o; ;;;[o;;I"lib/generator.rb;T;[o;;[I"corrected doc format;To;;I"lib/rinda/rinda.rb;T;[o;;[I"*added documentation (from Hugh Sasse);To;;I"lib/rinda/tuplespace.rb;T;[o;;[I"Jditto [Note: rinda files actually committed Wed Feb 18 07:27:00 2004];TS; ; i; I"IMon Feb 16 20:28:52 2004 Hirokazu Yamamoto ;T@ o; ;;;[o;;I"bcc32/Makefile.sub;T;[o;;[I"-show more warnings. (referring to mingw);To;;I"bcc32/setup.mak;T;[o;;[I" ditto.;TS; ; i; I"BMon Feb 16 18:35:58 2004 NAKAMURA Usaku ;T@ o; ;;;[o;;I"'win32/Makefile.sub (config.status);T;[o;;[I",should create *.pdb on ext/, not .ext/.;To;;I"'win32/Makefile.sub (config.status);T;[o;;[I"(convert the name of import library.;To;;I""lib/mkmf.rb (create_makefile);T;[o;;[I",now don't need to remove $(TARGET).lib.;TS; ; i; I"EMon Feb 16 15:45:22 2004 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"configure.in;T;[o;;[I""check functions, fork spawnv.;To;;I"io.c (rb_io_s_popen);T;[o;;[I".accept argv not only single command line.;To;;I"process.c (rb_proc_exec_n);T;[o;;[I" export.;To;;I"process.c (rb_check_argv);T;[o;;[I"+check if arguments are safe to invoke.;To;;I"process.c (rb_fork);T;[o;;[I"retry to fork.;To;;I"process.c (rb_spawn);T;[o;;[I"(spawn child process asynchronously.;To;;I"process.c (rb_f_system);T;[o;;[I"9raise an exception if the command could not execute.;To;;I"%win32/win32.c (rb_w32_argv_size);T;[o;;[I"/count necessary size for joined arguments.;To;;I"%win32/win32.c (rb_w32_join_argv);T;[o;;[I"!join arguments with quoting.;To;;I"Bwin32/win32.c (rb_w32_pipe_exec, rb_w32_spawn, rb_w32_aspawn);T;[o;;[I"0accept program name adding to command line.;TS; ; i; I"AMon Feb 16 15:18:33 2004 Minero Aoki ;T@ o; ;;;[o;;I"lib/racc/parser.rb;T;[o;;[I"$add note for Racc full package.;TS; ; i; I"AMon Feb 16 15:13:01 2004 Minero Aoki ;T@ o; ;;;[o;;I"ext/racc/cparse/README;T;[o;;[I"new file.;To;;I"ext/racc/cparse/MANIFEST;T;[o;;[I"add README.;TS; ; i; I"EMon Feb 16 12:29:10 2004 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"%ext/iconv/iconv.c (iconv_s_list);T;[o;;[I"new method Iconv.list;To;;0;[o;;[0S; ; i; I"IMon Feb 16 10:29:52 2004 Hirokazu Yamamoto ;T@ o; ;;;[o;;I"dir.c (CompareImpl);T;[o;;[I"File.fnmatch and Dir.glob get better performance in Win32. This is achieved by calling downcase() for single-byte characters. (CharLower() is slower than downcase());TS; ; i; I"IMon Feb 16 02:14:29 2004 Hirokazu Yamamoto ;T@ o; ;;;[o;;I"bcc32/Makefile.sub;T;[o;;[I"/should warn suspicious pointer conversion.;To;;I"bcc32/setup.mak;T;[o;;[I" ditto.;TS; ; i; I"2004-02-15;T@ S; ; i; I"ISun Feb 15 20:56:22 2004 Hirokazu Yamamoto ;T@ o; ;;;[o;;I"dir.c (push_braces);T;[o;;[I")remove wrong const. [ruby-dev:22891];TS; ; i; I"FSun Feb 15 20:41:15 2004 NAKAMURA, Hiroshi ;T@ o; ;;;[o;;I"~sample/soap/calc/httpd.rb, sample/soap/exchange/httpd.rb, sample/soap/sampleStruct/httpd.rb, sample/wsdl/googleSearch/httpd.rb;T;[o;;[I"wuse soap/property instead of getopts for configuring DocumentRoot and port# of httpd. see samplehttpd.conf below.;To;;I"sample/soap/calc/samplehttpd.conf, sample/soap/exchange/samplehttpd.conf, sample/soap/sampleStruct/samplehttpd.conf, sample/wsdl/googleSearch/samplehttpd.conf;T;[o;;[I" added.;TS; ; i; I"ISun Feb 15 19:13:33 2004 Masatoshi SEKI ;T@ o; ;;;[o;;I"lib/rinda/tuplespace.rb;T;[o;;[I"9read(tpl,0), raise RequestExpiredError if not found.;TS; ; i; I"ISun Feb 15 15:48:57 2004 Masaki Suketa ;T@ o; ;;;[o;;I"ext/win32ole/win32ole.c;T;[o;;[I"9add IDispatch wrapper in val2variant. Thanks, arton.;TS; ; i; I"ISun Feb 15 15:23:29 2004 Hirokazu Yamamoto ;T@ o; ;;;[o;;I"ruby.h, dir.c (rb_glob);T;[o;;[I"add const.;TS; ; i; I"CSun Feb 15 01:46:05 2004 GOTOU Yuuzou ;T@ o; ;;;[o;;I"lib/mkmf.rb;T;[o;;[I"Cabsolute path of ruby is assigned to $(RUBY). [ruby-dev:22870];TS; ; i; I"2004-02-14;T@ S; ; i; I"ESat Feb 14 23:59:11 2004 Nobuyoshi Nakada ;T@ o; ;;;[ o;;I"mkconfig.rb;T;[o;;[I"+use fileutils.rb instead of ftools.rb.;To;;I"6bcc32/Makefile.sub, win32/Makefile.sub (config.h);T;[o;;[I"!define STACK_GROW_DIRECTION.;To;;I""bcc32/Makefile.sub (config.h);T;[o;;[I"add newer checks.;To;;I""wince/Makefile.sub (config.h);T;[o;;[I"$define NEED_IO_SEEK_BETWEEN_RW.;TS; ; i; I"FSat Feb 14 23:26:27 2004 WATANABE Hirofumi ;T@ o; ;;;[o;;I"lib/un.rb;T;[o;;[I")use OptionParser instead of getopts.;TS; ; i; I"ISat Feb 14 11:28:14 2004 Masatoshi SEKI ;T@ o; ;;;[o;;I"sample/drb/*;T;[o;;[I"import lib/drb/sample;TS; ; i; I"ISat Feb 14 11:14:12 2004 Masatoshi SEKI ;T@ o; ;;;[o;;I"lib/drb/drb.rb;T;[o;;[I"&add pretty_print, thanks gotoken.;TS; ; i; I"2004-02-13;T@ S; ; i; I"JFri Feb 13 21:51:00 2004 Gavin Sinclair ;T@ o; ;;;[o;;I"lib/fileutils.rb;T;[o;;[I"4slightly improved documentation (sync with 1.8);TS; ; i; I"?Fri Feb 13 19:57:01 2004 Kouhei Sutou ;T@ o; ;;;[ o;;I"test/rss/test_trackback.rb;T;[o;;[I",added tests for TrackBack with RSS 2.0.;To;;I"test/rss/common.rb;T;[o;;[I" added methods make RSS 2.0.;To;;I"lib/rss/trackback.rb;T;[o;;[I"TrackBack API is decided.;To;;I"lib/rss/rss.rb;T;[o;;[I"!RSS::VERSION 0.0.7 -> 0.0.8.;To;;I"&lib/rss/parser.rb, lib/rss/rss.rb;T;[o;;[I"#replaced $DEBUG by RSS::DEBUG.;To;;I"lib/rss/2.0.rb;T;[o;;[I";removed RSS 2.0 URI. Because RSS 2.0 doesn't have URI.;TS; ; i; I"HFri Feb 13 14:41:00 2004 Hidetoshi NAGAI ;T@ o; ;;;[o;;I"ext/tk/lib/tk.rb;T;[o;;[I"4en-bugged at last commit (Feb 11 23:24:22 2004);TS; ; i; I"AFri Feb 13 12:26:37 2004 Minero Aoki ;T@ o; ;;;[o;;I"%test/fileutils/test_fileutils.rb;T;[o;;[I"crescue SystemCallError instead of EINVAL. File.link may raise EACCES on network file systems.;TS; ; i; I"AFri Feb 13 05:18:58 2004 Minero Aoki ;T@ o; ;;;[o;;I"%test/fileutils/test_fileutils.rb;T;[o;;[I"7File.link raises EINVAL on Win9x. [ruby-dev:22713];TS; ; i; I"2004-02-12;T@ S; ; i; I"JThu Feb 12 21:49:00 2004 Gavin Sinclair ;T@ o; ;;;[o;;I"lib/ftools.rb;T;[o;;[I"documented;TS; ; i; I"JThu Feb 12 21:19:00 2004 Gavin Sinclair ;T@ o; ;;;[o;;I"lib/base64.rb;T;[o;;[I"#added and tidied documentation;TS; ; i; I"AThu Feb 12 20:45:01 2004 Minero Aoki ;T@ o; ;;;[o;;I"-lib/net/protocol.rb (WriteAdapater#puts);T;[o;;[I"Gmust append "\n" to the string, don't prepend. (ruby-bugs:PR#1280);TS; ; i; I"EThu Feb 12 20:31:43 2004 Nobuyoshi Nakada ;T@ o; ;;;[o;;I" lib/mkmf.rb (create_tmpsrc);T;[o;;[I"Tcpp32 of Borland C++ ignores #error directives in DOS line-ending files at all.;TS; ; i; I"EThu Feb 12 15:23:20 2004 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"parse.y (rparen);T;[o;;[I"4ignore preceding newlines to right parentheses.;To;;I"(ruby-bugs;T;[o;;[I"PR#1221) [ruby-dev:22858];TS; ; i; I"FThu Feb 12 14:17:43 2004 WATANABE Hirofumi ;T@ o; ;;;[o;;I"configure.in;T;[o;;[I"Kset ac_cv_func_link to yes to enable link() on MinGW. [ruby-dev:22241];TS; ; i; I"BThu Feb 12 13:32:49 2004 NAKAMURA Usaku ;T@ o; ;;;[o;;I"win32/win32.c (link);T;[o;;[I"Praise NotImplementedError on Win9X. contributed by Tietew. [ruby-dev:22713];To;;I"(win32/win32.c, win32/win32.h (link);T;[o;;[I"add const.;TS; ; i; I"EThu Feb 12 09:56:19 2004 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"-ext/tk/lib/tk.rb (TkComm::tk_split_list);T;[o;;[I"suppress a warning.;TS; ; i; I";Thu Feb 12 02:23:56 2004 Tanaka Akira ;T@ o; ;;;[ o;;I"lib/pathname.rb;T;[o;;[I"/use assert_raise instead of assert_raises.;To;;I"lib/pp.rb;T;[o;;[I" ditto.;To;;I"lib/time.rb;T;[o;;[I" ditto.;To;;I"lib/tsort.rb;T;[o;;[I"Kditto. use TSortHash and TSortArray instead of Hash and Array in test.;TS; ; i; I"2004-02-11;T@ S; ; i; I"HWed Feb 11 23:24:22 2004 Hidetoshi NAGAI ;T@ o; ;;;[o;;I"ext/tk/lib/tk.rb;T;[o;;[I"Gproperly treat a Tcl/Tk's string with escaping special characters.;TS; ; i; I"2004-02-10;T@ S; ; i; I"ETue Feb 10 20:49:07 2004 Nobuyoshi Nakada ;T@ o; ;;;[ o;;I"eval.c (method_proc);T;[o;;[I"0return bound Proc object. [ruby-dev:22854];To;;I""eval.c (rb_mod_define_method);T;[o;;[I"/bind method body itself for Method object.;To;;I"node.h (NODE_DMETHOD);T;[o;;[I"deprecated.;To;;I"$object.c (rb_class_inherited_p);T;[o;;[I" export.;TS; ; i; I"ETue Feb 10 16:43:50 2004 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"eval.c (umethod_bind);T;[o;;[I"*purge unused check. [ruby-dev:22850];TS; ; i; I"BTue Feb 10 14:33:08 2004 NAKAMURA Usaku ;T@ o; ;;;[o;;I"string.c (rb_str_match);T;[o;;[I"Fraise TypeError when both arguments are strings. [ruby-dev:22851];To;;I"string.c (rb_str_match2);T;[o;;[I" removed.;To;;I"WMakefile.in, bcc32/Makefile.sub, win32/Makefile.sub, wince/Makefile.sub (string.c);T;[o;;[I"!now not depend on version.h.;TS; ; i; I"2004-02-09;T@ S; ; i; I"EMon Feb 9 17:46:07 2004 Nobuyoshi Nakada ;T@ o; ;;;[ o;;I"RMakefile.in, bcc32/Makefile.sub, win32/Makefile.sub, configure.in, runruby.rb;T;[o;;[I"Rrun rdoc, test and so on with compiled extension libraries. [ruby-dev:22688];To;;I"ext/extmk.rb, lib/mkmf.rb;T;[o;;[I"`make extension libraries in separated directory, similar to the actual directory structure.;To;;I"+lib/fileutils.rb (FileUtils.copy_file);T;[o;;[I":use the mode of the original file to create new file.;To;;I"0lib/rdoc/ri/ri_paths.rb (RI::Paths::SYSDIR);T;[o;;[I"=get rid of unexpected influence by environment variable.;To;;I"-bcc32/configure.bat, win32/configure.bat;T;[o;;[I"add install-doc options.;To;;I"0win32/win32.c, win32/win32.h (rb_w32_fstat);T;[o;;[I"Jfix Borland C runtime bug which returns wrong mode. [ruby-dev:22846];TS; ; i; I"EMon Feb 9 16:30:12 2004 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"'process.c (detach_process_watcher);T;[o;;[I"-return the last status. [ruby-dev:22841];TS; ; i; I"2004-02-08;T@ S; ; i; I"ESun Feb 8 16:46:08 2004 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"4lib/pp.rb (PP::PPMethods::object_address_group);T;[o;;[I"2suppress negative sign for higher heap areas.;TS; ; i; I"BSun Feb 8 16:18:27 2004 akira yamada ;T@ o; ;;;[o;;I"?test/yaml/test_yaml.rb (YAML_Unit_Tests::test_range_cycle);T;[o;;[I"added tests.;TS; ; i; I"BSun Feb 8 15:51:57 2004 akira yamada ;T@ o; ;;;[o;;I"4test/ruby/test_file.rb (TestFile::test_fnmatch);T;[o;;[I"Cadded tests for File.fnmatch. [ruby-dev:22815][ruby-dev:22819];TS; ; i; I"BSun Feb 8 15:41:45 2004 akira yamada ;T@ o; ;;;[o;;I"?test/yaml/test_yaml.rb (YAML_Unit_Tests::test_range_cycle);T;[o;;[I"5added tests. [ruby-core:02306] [ruby-core:02311];TS; ; i; I"ASun Feb 8 14:24:35 2004 Minero Aoki ;T@ o; ;;;[o;;I"#lib/net/http.rb (HTTP#request);T;[o;;[I"@should not overwrite Connection header. (ruby-bugs:PR#1274);TS; ; i; I"ISun Feb 8 10:11:21 2004 Hirokazu Yamamoto ;T@ o; ;;;[o;;I"dir.c (glob_helper);T;[o;;[I"3Dir.glob('**/') did not work. [ruby-dev:22832];TS; ; i; I"ISun Feb 8 00:29:26 2004 Hirokazu Yamamoto ;T@ o; ;;;[o;;I"dir.c (fnmatch);T;[o;;[I"AFile.fnmatch('*?', 'a') should return true. [ruby-dev:22815];To;;I"dir.c (fnmatch);T;[o;;[I"GFile.fnmatch('\[1\]' , '[1]') should return true. [ruby-dev:22819];To;;I" dir.c;T;[o;;[I",Did some styles (no change to behavior);TS; ; i; I"2004-02-07;T@ S; ; i; I"ESat Feb 7 19:56:11 2004 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"#lib/irb/init.rb (IRB.rc_files);T;[o;;[I""yield possible rc file names.;To;;I"Clib/irb/input-method.rb (IRB::ReadlineInputMethod::initialize);T;[o;;[I";T@ o; ;;;[o;;I"4lib/rdoc/generators/html_generator.rb (gen_url);T;[o;;[I"%Support https in RDoc hyperlinks;TS; ; i; I"FFri Feb 6 22:41:22 2004 NAKAMURA, Hiroshi ;T@ o; ;;;[o;;I"0lib/pp.rb (PPInspectTest#test_to_s_with_iv);T;[o;;[I"4rollback the previous commit. [ruby-dev:22813];TS; ; i; I"FFri Feb 6 22:22:50 2004 NAKAMURA, Hiroshi ;T@ o; ;;;[o;;I"0lib/pp.rb (PPInspectTest#test_to_s_with_iv);T;[o;;[I";remove instance variable which is defined in the test.;TS; ; i; I"BFri Feb 6 18:54:18 2004 akira yamada ;T@ o; ;;;[o;;I"/test/ruby/test_proc.rb (TestProc::test_eq);T;[o;;[I"$added a test. [ruby-dev:22599];TS; ; i; I"BFri Feb 6 18:26:00 2004 akira yamada ;T@ o; ;;;[o;;I"/test/ruby/test_proc.rb (TestProc::test_eq);T;[o;;[I"Aadded tests for Proc#==. [ruby-dev:22592], [ruby-dev:22601];TS; ; i; I"EFri Feb 6 10:12:06 2004 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"6ext/socket/socket.c (bsock_do_not_reverse_lookup);T;[o;;[I"Bcontrol reverse lookup for every instance. [ruby-core:02346];TS; ; i; I"EFri Feb 6 09:15:11 2004 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"lib/irb/extend-command.rb;T;[o;;[I"-add irb_help command. [ruby-talk:91610];To;;I"3lib/irb/cmd/help.rb (IRB::ExtendCommand::Help);T;[o;;[I"show RDoc.;TS; ; i; I";Fri Feb 6 00:48:37 2004 Tanaka Akira ;T@ o; ;;;[o;;I",lib/prettyprint.rb (PrettyPrint#first?);T;[o;;[I"obsoleted.;TS; ; i; I"2004-02-05;T@ S; ; i; I";Thu Feb 5 23:56:55 2004 Tanaka Akira ;T@ o; ;;;[ o;;I"-lib/prettyprint.rb (PrettyPrint#seplist);T;[o;;[I" added.;To;;I"$lib/pp.rb (PPMethods#pp_object);T;[o;;[I"use seplist.;To;;I"(PPMethods#pp_hash);T;[o;;[I" ditto.;To;;I"(Array#pretty_print);T;[o;;[I" ditto.;To;;I"(Struct#pretty_print);T;[o;;[I" ditto.;To;;I"(MatchData#pretty_print);T;[o;;[I" ditto.;To;;I""lib/set.rb (Set#pretty_print);T;[o;;[I"use seplist.;TS; ; i; I"2004-02-04;T@ S; ; i; I"EWed Feb 4 22:39:46 2004 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"file.c (rb_stat_mode);T;[o;;[I"(should not sign-expand, so backout.;TS; ; i; I";Wed Feb 4 02:12:06 2004 Tanaka Akira ;T@ o; ;;;[ o;;I"file.c (test_l);T;[o;;[I"'fix wrong method name in document.;To;;I" (test_S);T;[o;;[I" ditto.;To;;I" (test_b);T;[o;;[I" ditto.;To;;I" (test_c);T;[o;;[I" ditto.;To;;I"(test_suid);T;[o;;[I" ditto.;To;;I"(test_sgid);T;[o;;[I" ditto.;To;;I"(test_sticky);T;[o;;[I" ditto.;TS; ; i; I"2004-02-03;T@ S; ; i; I"?Tue Feb 3 22:36:25 2004 Kouhei Sutou ;T@ o; ;;;[ o;;I"flib/rss/2.0.rb, lib/rss/content.rb, lib/rss/dublincore.rb, lib/rss/rss.rb, lib/rss/syndication.rb;T;[o;;[I"removed warnings.;To;;I"lib/rss/converter.rb;T;[o;;[I"(removed handling load error of nkf.;To;;I"ttest/rss/test_syndication.rb, test/rss/test_trackback.rb, test/rss/test_dublincore.rb, test/rss/test_content.rb;T;[o;;[I";T@ o; ;;;[o;;I"parse.y (reduce_nodes);T;[o;;[I",remove tail returns. [ruby-talk:90934];TS; ; i; I";Tue Feb 3 08:04:57 2004 Tanaka Akira ;T@ o; ;;;[o;;I"*lib/pp.rb (Struct#pretty_print_cycle);T;[o;;[I"follow 1.8 style.;TS; ; i; I"2004-02-02;T@ S; ; i; I"EMon Feb 2 22:06:31 2004 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"2parse.y (block_append, new_evstr, void_expr0);T;[o;;[I""remove no longer used labels.;TS; ; i; I"FMon Feb 2 18:45:50 2004 WATANABE Hirofumi ;T@ o; ;;;[o;;I"dln.c (dln_load);T;[o;;[I"Ydon't specify RTLD_GLOBAL on Interix, because it caused SEGV when running runner.rb.;TS; ; i; I";Mon Feb 2 01:54:00 2004 Tanaka Akira ;T@ o; ;;;[ o;;I"$lib/pp.rb (Struct#pretty_print);T;[o;;[I"make it 1.8 style.;To;;I"a(Numeric#pretty_print, FalseClass#pretty_print, TrueClass#pretty_print, Module#pretty_print);T;[o;;[I"Cfix pp for objects with instance variables. [ruby-talk:91157];To;;I".lib/open-uri.rb (URI::Generic#find_proxy);T;[o;;[I"$return nil on loopback address.;To;;I"-lib/resolv-replace.rb (BasicSocket#send);T;[o;;[I"7don't replace because it has no hostname argument.;To;;I"(IPSocket.getaddress);T;[o;;[I"Araise SocketError instead of Resolv::ResolvError for errors.;To;;I"V(TCPSocket#initialize, UDPSocket#bind, UDPSocket#connect, SOCKSSocket#initialize);T;[o;;[I":use IPSocket.getaddress instead of Resolv.getaddress.;To;;I"(UDPSocket#send);T;[o;;[I"Hrecognize 3 arguments form. try all addresses on 4 arguments form.;TS; ; i; I"2004-02-01;T@ S; ; i; I"GSun Feb 1 23:00:00 2004 Shigeo Kobayashi ;T@ o; ;;;[o;;I"ext/bigdecimal.c;T;[o;;[I"_Bug in BigDecimal("1e#{n}").add BigDecimal('.5'),n) reported and fixed by Javier Goizueta.;TS; ; i; I"JSun Feb 1 18:21:00 2004 Gavin Sinclair ;T@ o; ;;;[o;;I"lib/test/unit.rb;T;[o;;[I".rearranged documentation for RDoc's sake.;To;;I"lib/matrix.rb;T;[o;;[I"improved documentation.;To;;I"lib/net/http.rb;T;[o;;[I"1slight documentation formatting improvement.;TS; ; i; I";Sun Feb 1 05:30:06 2004 Tanaka Akira ;T@ o; ;;;[o;;I".lib/open-uri.rb (URI::Generic#find_proxy);T;[o;;[I";warn HTTP_PROXY. raise an error on non-http proxy URI.;To;;I"(OpenURI::Buffer#<<);T;[o;;[I"0make a tempfile binmode. [ruby-talk:90793];TS; ; i; I"?Sun Feb 1 00:57:41 2004 Kouhei Sutou ;T@ o; ;;;[o;;I"$lib/rss/parser.rb (RSS::Parser);T;[o;;[I"?added @@default_parser. Used XML parser became selectable.;To;;I"test/rss/test_parser.rb;T;[o;;[I"0added tests for RSS::Parser.default_parser.;TS; ; i; I"2004-01-31;T@ S; ; i; I"FSat Jan 31 02:28:15 2004 WATANABE Hirofumi ;T@ o; ;;;[o;;I"configure.in (RPATHFLAG);T;[o;;[I"*set to -Wl,-R like NetBSD on Interix.;TS; ; i; I"FSat Jan 31 01:09:41 2004 NAKAMURA, Hiroshi ;T@ o; ;;;[o;;I"lib/logger.rb;T;[o;;[I".leading 0 padding of timestamp usec part.;TS; ; i; I"2004-01-30;T@ S; ; i; I"GFri Jan 30 18:53:23 2004 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"re.c (KR_REHASH);T;[o;;[I"4wrong hash value on sizeof(long) > sizeof(int).;TS; ; i; I"2004-01-29;T@ S; ; i; I"FThu Jan 29 23:11:57 2004 WATANABE Hirofumi ;T@ o; ;;;[o;;I"configure.in (DLEXT2);T;[o;;[I"Iremoved. Ruby does not treat ".dll" as a extension library anymore.;To;;I"Hbcc32/Makefile.sub, win32/Makefile.sub, wince/Makefile.sub (DLEXT2);T;[o;;[I" ditto.;To;;I"util.c (mblen);T;[o;;[I"#fix overrun. [ruby-dev:22672];TS; ; i; I"?Thu Jan 29 22:41:53 2004 Dave Thomas ;T@ o; ;;;[o;;I"*lib/rdoc/generators/html_generator.rb;T;[o;;[I"ZAllow 'link:' in Tidylinks. THis means you can write "see f1[link:files/f1_rb.html]".;TS; ; i; I"FThu Jan 29 22:24:47 2004 NAKAMURA, Hiroshi ;T@ o; ;;;[o;;I"sample/openssl/gen_csr.rb;T;[o;;[I"Ufollow OpenSSL::X509::Name change. ASN.1 type of subject DN elements were wrong.;TS; ; i; I"FThu Jan 29 22:19:51 2004 NAKAMURA, Hiroshi ;T@ o; ;;;[o;;I" test/*;T;[o;;[I"Hremove $: trick. [ruby-dev:22763] use test/runner.rb to run test.;TS; ; i; I"AThu Jan 29 19:28:16 2004 Minero Aoki ;T@ o; ;;;[o;;I")lib/net/http.rb (Request#initialize);T;[o;;[I"7reject only when a path is empty. [ruby-dev:22771];TS; ; i; I"BThu Jan 29 18:54:08 2004 H.Yamamoto ;T@ o; ;;;[o;;I"dir.c (glob_helper);T;[o;;[I"6infinite loop bug in win32 code. [ruby-dev:22770];TS; ; i; I"GThu Jan 29 17:03:49 2004 Yukihiro Matsumoto ;T@ o; ;;;[o;;I" dir.c;T;[o;;[I"Kmerge tuning from H.Yamamoto . [ruby-dev:22761];TS; ; i; I"FThu Jan 29 11:32:14 2004 NAKAMURA, Hiroshi ;T@ o; ;;;[o;;I"test/rss/test_*;T;[o;;[I"Cdo $: trick while searching a module in the current directory.;To;;I"test/xsd/test_xmlschemaparser.rb, test/wsdl/test_emptycomplextype.rb, test/soap/helloworld/test_helloworld.rb, test/soap/calc/{test_calc.rb,test_calc2.rb};T;[o;;[I"/do File.expand_path before using __FILE__.;To;;I"test/yaml/test_yaml.rb;T;[o;;[I"#assert_equals -> assert_equal.;TS; ; i; I"GThu Jan 29 01:56:02 2004 why the lucky stiff ;T@ o; ;;;[o;;I"ext/syck/rubyext.c;T;[o;;[I"/usec round-tripping skew. [ruby-core:2305];To;;I"lib/yaml/rubytypes.rb;T;[o;;[I"6character Range now round-trips. [ruby-core:2306];To;;I"test/yaml/test_yaml.rb;T;[o;;[I"add Time and Range tests.;TS; ; i; I"?Thu Jan 29 00:00:46 2004 Kouhei Sutou ;T@ o; ;;;[o;;I" lib/rss;T;[o;;[I"&rss/parser.rb is always required.;TS; ; i; I"2004-01-28;T@ S; ; i; I"EWed Jan 28 15:09:14 2004 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"test/rss/*.rb;T;[o;;[I"remove "test/" prefix.;TS; ; i; I"EWed Jan 28 13:07:02 2004 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"ext/iconv/extconf.rb;T;[o;;[I"4include iconv.h for libiconv. [ruby-dev:22715];TS; ; i; I"GWed Jan 28 12:43:07 2004 Yukihiro Matsumoto ;T@ o; ;;;[o;;I" lib/rss;T;[o;;[I"+rss library imported. [ruby-dev:22726];TS; ; i; I"BWed Jan 28 04:29:41 2004 Eric Schwartz ;T@ o; ;;;[o;;I"lib/cgi/session.rb;T;[o;;[I"Juse LOCK_SH to read, and a few other improvements. [ruby-core:02328];TS; ; i; I"2004-01-27;T@ S; ; i; I"GTue Jan 27 15:00:14 2004 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"misc/ruby-mode.el;T;[o;;[I"Dbetter support for general delimited strings. [ruby-dev:22695];TS; ; i; I"NTue Jan 27 11:04:40 2004 FUKUMOTO Atsushi ;T@ o; ;;;[o;;I"%ext/socket/socket.c (s_recvfrom);T;[o;;[I"Wsending length should be an invariant while retrying on EAGAIN. [ruby-talk:89962];TS; ; i; I"BTue Jan 27 10:31:28 2004 NAKAMURA Usaku ;T@ o; ;;;[o;;I"'ext/win32ole/win32ole.c (set_argv);T;[o;;[I"fix condition.;TS; ; i; I"CTue Jan 27 02:26:31 2004 GOTOU Yuuzou ;T@ o; ;;;[o;;I"?lib/webrick/httputils.rb (WEBrick:HTTPUtils::parse_header);T;[o;;[I""refine regex for header-name.;TS; ; i; I"2004-01-26;T@ S; ; i; I"?Mon Jan 26 22:53:04 2004 Dave Thomas ;T@ o; ;;;[o;;I" io.c;T;[o;;[I"0Remove documentation references to $defout.;TS; ; i; I"GMon Jan 26 14:41:46 2004 Yukihiro Matsumoto ;T@ o; ;;;[o;;I")lib/weakref.rb (WeakRef::initialize);T;[o;;[I")set up @__id before calling "super".;To;;I",lib/delegate.rb (Delegator::initialize);T;[o;;[I";T@ o; ;;;[o;;I"ext/tcltklib/tcltklib.c;T;[o;;[I"/define CONST84 when TCL_MAJOR_VERSION == 7;TS; ; i; I"EMon Jan 26 11:30:58 2004 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"ext/extmk.rb;T;[o;;[I"1Makefiles should depend on also rbconfig.rb.;To;;I"(ruby-bugs;T;[o;;[I" PR#1256);To;;I"'ext/win32ole/win32ole.c (set_argv);T;[o;;[I"=set real arguments to WIN32OLE::ARGV. [ruby-list:39073];TS; ; i; I"2004-01-25;T@ S; ; i; I"CSun Jan 25 18:25:26 2004 GOTOU Yuuzou ;T@ o; ;;;[o;;I":ext/openssl/ossl_x509name.c (ossl_x509name_add_entry);T;[o;;[I"$third argument become optional.;To;;I";ext/openssl/ossl_x509name.c (ossl_x509name_initialize);T;[o;;[I" ditto.;To;;I"0ext/openssl/ossl_x509name.c (Init_x509name);T;[o;;[I":emailAddress and domainComponent should be IA5String.;TS; ; i; I"CSun Jan 25 01:45:38 2004 GOTOU Yuuzou ;T@ o; ;;;[o;;I"8lib/webrick/httpserver.rb (WEBrick::HTTPServer#run);T;[o;;[I"support virtual host.;To;;I"Alib/webrick/httpserver.rb (WEBrick::HTTPServer#virtual_host);T;[o;;[I"7add new method to register virtual hosting server.;To;;I"Blib/webrick/httpserver.rb (WEBrick::HTTPServer#lookup_server);T;[o;;[I"5add new method to lookup virtual hosting server.;TS; ; i; I"2004-01-24;T@ S; ; i; I"CSat Jan 24 13:06:26 2004 GOTOU Yuuzou ;T@ o; ;;;[ o;;I";ext/openssl/ossl_x509hame.c (ossl_x509name_initialize);T;[o;;[I"Echange second argument. it expected to be a Hash not an Integer.;To;;I":ext/openssl/ossl_x509name.c (ossl_x509name_add_entry);T;[o;;[I"8add new function for OpenSSL::X509::Name#add_entry.;To;;I"5ext/openssl/ossl_x509name.c (Init_ossl_x509name);T;[o;;[I"Uadd constants OpenSSL::X509::Name::DEFAULT_OBJECT_TYPE and OBJECT_TYPE_TEMPLATE.;To;;I"Eext/openssl/lib/openssl/x509.rb (OpenSSL::X509::Name#initialize);T;[o;;[I";second argument takes OBJECT_TYPE_TEMPLATE by default.;TS; ; i; I"2004-01-23;T@ S; ; i; I"GFri Jan 23 02:26:30 2004 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"pack.c (num2i32);T;[o;;[I"7pack should not raise RangeError. [ruby-dev:22654];To;;I"pack.c (pack_pack);T;[o;;[I"%do not auto convert nil to zero.;TS; ; i; I"2004-01-22;T@ S; ; i; I"AThu Jan 22 22:54:53 2004 Shugo Maeda ;T@ o; ;;;[o;;I"!lib/net/imap.rb (BEG_REGEXP);T;[o;;[I"Rallow 8-bit characters in quoted strings for Novell GroupWise Internet Agent.;To;;I""lib/net/imap.rb (DATA_REGEXP);T;[o;;[I" ditto.;TS; ; i; I"FThu Jan 22 18:35:49 2004 WATANABE Hirofumi ;T@ o; ;;;[o;;I"lib/e2mmap.rb (VERSION);T;[o;;[I")remove unnecessary version checking.;TS; ; i; I"EThu Jan 22 16:21:02 2004 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"parse.y (string_content);T;[o;;[I"Qreset lexical states at the beginning of string contents. [ruby-list:39061];TS; ; i; I"GThu Jan 22 08:08:50 2004 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"parse.y (opt_rescue);T;[o;;[I"puse NODE_ERRINFO() instead of NODE_GVAR("$!"), to avoid confusion from variable aliasing. [ruby-talk:90074];To;;I"version.c (Init_version);T;[o;;[I"=remove obsolete constants VERSION etc. [ruby-dev:22643];TS; ; i; I"GThu Jan 22 01:46:32 2004 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"parse.y (newline_node);T;[o;;[I"Ddo not use NODE_NEWLINE node anymore, use NEWLINE flag instead.;TS; ; i; I"AThu Jan 22 01:12:12 2004 Siena. ;T@ o; ;;;[o;;I""missing/os2.c (chdir, getcwd);T;[o;;[I"Juse _chdir2 and _getcwd2 supporting multiple drives in OS/2 with EMX.;TS; ; i; I"AThu Jan 22 00:33:52 2004 Siena. ;T@ o; ;;;[ o;;I"configure.in;T;[o;;[I"3check availability of link(). [ruby-dev:22237];To;;I"file.c (rb_file_s_link);T;[o;;[I"3raise an exception when link() is unavailable.;To;;I"missing/os2.c (link);T;[o;;[I"(removed. File#link isn't supported.;To;;I"bcc32/Makefile.sub;T;[o;;[I"8define HAVE_LINK to enable link(). [ruby-dev:22241];To;;I"win32/Makefile.sub;T;[o;;[I" ditto.;TS; ; i; I"AThu Jan 22 00:26:25 2004 Siena. ;T@ o; ;;;[o;;I"ChangeLog;T;[o;;[I"3typo: RUBY_MBCHAR_MAX was RUBY_MBCHAR_MAXSIZE.;TS; ; i; I"AThu Jan 22 00:12:51 2004 Siena. ;T@ o; ;;;[ o;;I"defines.h;T;[o;;[I"2define RUBY_MBCHAR_MAX instead of MB_CUR_MAX.;To;;I"dir.c (Next, emx_mblen);T;[o;;[I"%use RUBY_MBCHAR_MAX for mblen().;To;;I"file.c (CharNext);T;[o;;[I" ditto.;To;;I"ruby.c (translate_char);T;[o;;[I" ditto.;To;;I""util.c (__crt0_glob_function);T;[o;;[I" ditto.;TS; ; i; I"?Thu Jan 22 00:10:01 2004 Dave Thomas ;T@ o; ;;;[o;;I"lib/base64.rb;T;[o;;[I"":nodoc: the Deprecated module;TS; ; i; I"2004-01-21;T@ S; ; i; I"FWed Jan 21 23:52:39 2004 WATANABE Hirofumi ;T@ o; ;;;[o;;I"configure.in;T;[o;;[I"Interix(SFU) support.;TS; ; i; I"IWed Jan 21 23:03:45 2004 Masatoshi SEKI ;T@ o; ;;;[o;;I"lib/drb/drb.rb;T;[o;;[I""remove O_NONBLOCK, thanks \ay;To;;I"lib/drb/extserv.rb;T;[o;;[I" typo;TS; ; i; I"AWed Jan 21 17:57:56 2004 Shugo Maeda ;T@ o; ;;;[ o;;I"lib/net/imap.rb (envelope);T;[o;;[I"allow NIL.;To;;I"lib/net/imap.rb (body);T;[o;;[I" ditto.;To;;I"lib/net/imap.rb (number);T;[o;;[I" ditto.;To;;I"'lib/net/imap.rb (ensure_nz_number);T;[o;;[I"#show a detailed error message.;TS; ; i; I"EWed Jan 21 16:44:15 2004 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"lib/mkmf.rb (merge_libs);T;[o;;[I"8squeeze successive same libraries. [ruby-dev:22652];TS; ; i; I"EWed Jan 21 16:10:36 2004 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"lib/base64.rb;T;[o;;[I"-enclosed in a module. [ruby-core:02285];TS; ; i; I"EWed Jan 21 16:01:26 2004 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"!ext/digest/rmd160/extconf.rb;T;[o;;[I"(have_library appends found library.;TS; ; i; I"GWed Jan 21 11:36:00 2004 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"-ext/socket/socket.c (sock_gethostbyname);T;[o;;[I">returns host if ai_canonname is NULL. (ruby-bugs PR#1243);To;;I"parse.y (block_append);T;[o;;[I":update nd_end for "real" head node. [ruby-list:39058];TS; ; i; I"2004-01-20;T@ S; ; i; I"CTue Jan 20 14:48:28 2004 GOTOU Yuuzou ;T@ o; ;;;[o;;I"ext/openssl/extconf.rb;T;[o;;[I"[should check instead of OPENSSL_VERSION_NUMBER. [ruby-list:39056];TS; ; i; I"?Tue Jan 20 14:43:17 2004 Dave Thomas ;T@ o; ;;;[o;;I"lib/base64.rb;T;[o;;[I" Add RDoc;TS; ; i; I"?Tue Jan 20 14:25:51 2004 Dave Thomas ;T@ o; ;;;[o;;I"lib/abbrev.rb;T;[o;;[I" Add RDoc;TS; ; i; I"?Tue Jan 20 13:22:39 2004 Dave Thomas ;T@ o; ;;;[o;;I"*lib/rdoc/generators/html_generator.rb;T;[o;;[I"(Document aliases at top-most level.;To;;I"lib/English.rb;T;[o;;[I"Document English.rb.;TS; ; i; I"ETue Jan 20 04:41:58 2004 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"?test/ruby/test_marshal.rb (MarshalTestLib::test_exception);T;[o;;[I"test for [ruby-dev:22604].;To;;I"=test/ruby/test_marshal.rb (MarshalTestLibtest_singleton);T;[o;;[I"test for [ruby-dev:22588].;TS; ; i; I"GTue Jan 20 02:38:13 2004 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"marshal.c (w_class);T;[o;;[I"6should not dump singleton class. [ruby-dev:22631];TS; ; i; I"CTue Jan 20 02:49:22 2004 GOTOU Yuuzou ;T@ o; ;;;[o;;I"ext/openssl/extconf.rb;T;[o;;[I"5add check for OpenSSL version. [ruby-list:39054];TS; ; i; I"2004-01-19;T@ S; ; i; I"EMon Jan 19 23:56:20 2004 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"#error.c (name_err_mesg_to_str);T;[o;;[I"Cinverted condition for result of inspection. [ruby-dev:22628];TS; ; i; I"FMon Jan 19 22:24:28 2004 WATANABE Hirofumi ;T@ o; ;;;[o;;I"sample/exyacc.rb;T;[o;;[I"!escape '}' to avoid warning.;To;;I" lib/rdoc/parsers/parse_c.rb;T;[o;;[I"*escape '{' and '}' to avoid warnings.;TS; ; i; I"EMon Jan 19 21:28:06 2004 Nobuyoshi Nakada ;T@ o; ;;;[o;;I";ext/digest/defs.h, win32/win3.c, win32/win32.h, file.c;T;[o;;[I"(remove useless casts for Borland C.;TS; ; i; I"EMon Jan 19 17:39:38 2004 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"!error.c (NameError::message);T;[o;;[I"internal use only.;To;;I"eval.c (rb_method_missing);T;[o;;[I"use hidden constant.;TS; ; i; I"BMon Jan 19 16:30:53 2004 akira yamada ;T@ o; ;;;[o;;I"test/ruby/test_time.rb;T;[o;;[I";added tests for [ruby-dev:22614] and [ruby-dev:22617].;TS; ; i; I"BMon Jan 19 13:09:21 2004 NAKAMURA Usaku ;T@ o; ;;;[o;;I"Kext/extmk.rb, win32/Makefile.sub, win32/configure.bat, win32/setup.mak;T;[o;;[I"1--with-static-linked-ext support on mswin32.;TS; ; i; I"AMon Jan 19 06:49:07 2004 Tadayoshi Funaba ;T@ o; ;;;[o;;I"lib/date.rb;T;[o;;[I"@zone was wrong when it was behind UTC. Thanks Mark J. Reed.;To;;I"lib/date/format.rb;T;[o;;[I"P%z is now always replaced by four digits with a leading plus or minus sign.;To;;I"sample/cal.rb;T;[o;;[I"added a class, anyway.;TS; ; i; I"GMon Jan 19 01:08:39 2004 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"=class.c, error.c, eval.c, intern.h, object.c, variable.c;T;[o;;[I"Bdo not set path if it is a singleton class. [ruby-dev:22588];To;;I"%lib/cgi.rb (CGI::QueryExtension);T;[o;;[I"2give extended string, not a delegater object.;TS; ; i; I"2004-01-18;T@ S; ; i; I"ESun Jan 18 23:59:44 2004 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"ext/iconv/charset_alias.rb;T;[o;;[I"?prefer us_EN locale encodings or former. [ruby-dev:22609];To;;I"%ext/iconv/iconv.c (iconv_create);T;[o;;[I"1raise InvalidEncoding exception when EINVAL.;TS; ; i; I"ESun Jan 18 23:16:34 2004 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"Pclass.c, error.c, file.c, io.c, numeric.c, object.c, re.c, struct.c, time.c;T;[o;;[I"&marked init_copy functions nodoc.;TS; ; i; I"FSun Jan 18 20:47:35 2004 WATANABE Hirofumi ;T@ o; ;;;[o;;I" ruby.c;T;[o;;[I"$use translate_char() on Cygwin.;TS; ; i; I"FSun Jan 18 20:00:16 2004 NAKAMURA, Hiroshi ;T@ o; ;;;[o;;I"7lib/soap/wsdlDriver.rb, lib/wsdl/soap/operation.rb;T;[o;;[I"Cadd support of "parts" attribute of soap:body element in WSDL.;To;;I"!lib/wsdl/xmlSchema/schema.rb;T;[o;;[I"Tfriendly warning message for simpleType element which is not supported for now.;To;;I"@test/wsdl/soap/{soapbodyparts.wsdl,test_soapbodyparts.wsdl};T;[o;;[I"new files.;TS; ; i; I"ESun Jan 18 16:46:48 2004 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"time.c (time_overflow_p);T;[o;;[I"-should return results. [ruby-dev:22614];TS; ; i; I"ASun Jan 18 12:07:24 2004 Siena. ;T@ o; ;;;[o;;I"test/ruby/test_time.rb;T;[o;;[I"%new test case to test Time#[+-].;To;;I"#time.c (time_plus, time_minus);T;[o;;[I"ffix RangeError for a negative argument in environments whose time_t is unsigned. [ruby-dev:22608];TS; ; i; I"FSun Jan 18 02:33:26 2004 WATANABE Hirofumi ;T@ o; ;;;[o;;I"defines.h (_WIN32);T;[o;;[I"3undef _WIN32 on Cygwin before defining DOSISH.;TS; ; i; I"ESun Jan 18 00:23:55 2004 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"marshal.c (class2path);T;[o;;[I"Ycheck anonymous class/module before checking referable, and allow singleton classes.;TS; ; i; I"2004-01-17;T@ S; ; i; I"ESat Jan 17 23:58:51 2004 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"!error.c (NameError::Message);T;[o;;[I"fnew class for lazy evaluation of message to ensure replaced before marshalling. [ruby-dev:22604];To;;I"eval.c (rb_method_missing);T;[o;;[I"use NameError::Message.;TS; ; i; I"BSat Jan 17 21:49:50 2004 NAKAMURA Usaku ;T@ o; ;;;[o;;I"Dlib/time.rb (test_rfc2822, test_rfc3339, test_encode_xmlschema);T;[o;;[I"Gshould not expect that all platforms handle negative time_t value.;TS; ; i; I"2004-01-16;T@ S; ; i; I"EFri Jan 16 23:53:09 2004 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"eval.c (proc_eq);T;[o;;[I"+compare also arguments and environment;To;;I",(including local variables). [ruby-dev;T;[o;;[I" 22590];TS; ; i; I"EFri Jan 16 14:33:35 2004 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"marshal.c (class2path);T;[o;;[I"9get class path and check referable. [ruby-dev:22588];TS; ; i; I"2004-01-15;T@ S; ; i; I"EThu Jan 15 12:58:26 2004 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"io.c (argf_read);T;[o;;[I".do not append EOF. (ruby-bugs-ja:PR#585);To;;I"io.c (rb_io_fwrite);T;[o;;[I"Pad-hockery hack to get rid of HP-UX stdio weird behavior. [ruby-dev:22424];TS; ; i; I"2004-01-14;T@ S; ; i; I"EWed Jan 14 21:13:06 2004 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"/test/inlinetest.rb (InlineTest::eval_part);T;[o;;[I"*eval under the top level environment.;TS; ; i; I"EWed Jan 14 17:54:17 2004 Nobuyoshi Nakada ;T@ o; ;;;[o;;I".test/inlinetest.rb (InlineTest::loadtest);T;[o;;[I"=require instead of load, to get rid of multiple loading.;TS; ; i; I"EWed Jan 14 13:30:52 2004 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"ext/iconv/extconf.rb;T;[o;;[I"/wrapper iconv.rb is dependent on platform.;TS; ; i; I"BWed Jan 14 09:32:02 2004 NAKAMURA Usaku ;T@ o; ;;;[o;;I" MANIFEST;T;[o;;[I"4add test/net/test_httpheader.rb. (commit miss?);TS; ; i; I"GWed Jan 14 00:58:35 2004 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"eval.c (Init_Proc);T;[o;;[I"Tmove SystemStackError from under StandardError to Exception. [ruby-talk:89782];TS; ; i; I"2004-01-13;T@ S; ; i; I"?Tue Jan 13 18:03:02 2004 Ian Macdonald ;T@ o; ;;;[o;;I"$file.c (rb_stat_wr, rb_stat_ww);T;[o;;[I"eNew functions implementing new methods (File::Stat#world_readable?, File::Stat#world_writable?).;TS; ; i; I"GTue Jan 13 16:53:25 2004 why the lucky stiff ;T@ o; ;;;[o;;I"ext/syck/rubyext.c;T;[o;;[I"Nomission of Date library code caused test suite failure. [ruby-core:2251];TS; ; i; I"HTue Jan 13 16:50:03 2004 Hidetoshi NAGAI ;T@ o; ;;;[o;;I"ext/tk/lib/tk.rb;T;[o;;[I"2use $0 as the default application class name.;TS; ; i; I"?Tue Jan 13 14:48:00 2004 Ian Macdonald ;T@ o; ;;;[o;;I"lib/pathname.rb;T;[o;;[I"FNew methods (Pathname#world_readable?, Pathname#world_writable?).;TS; ; i; I"GTue Jan 13 14:48:01 2004 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"parse.y (primary);T;[o;;[I"+allow no "when" case. [ruby-dev:22578];To;;I"ruby.h (rb_class_of);T;[o;;[I"$reduce branch. [ruby-dev:22577];To;;I"ruby.h (rb_type);T;[o;;[I" ditto.;TS; ; i; I"ETue Jan 13 14:26:59 2004 Kazuhiro NISHIYAMA ;T@ o; ;;;[o;;I"Blib/test/unit/ui/testrunnerutilities.rb (TestRunnerUtilities);T;[o;;[I"Bmoved run method which allows output level. [ruby-dev:22554];TS; ; i; I"FTue Jan 13 13:04:24 2004 NAKAMURA, Hiroshi ;T@ o; ;;;[o;;I"test/test_*.rb;T;[o;;[I")Pathname#parent -> Pathname#dirname.;TS; ; i; I"ETue Jan 13 11:38:58 2004 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"Itest/yaml/test_yaml.rb (YAML_Unit_Tests::test_spec_type_{int,float});T;[o;;[I"fix syntax error.;TS; ; i; I"GTue Jan 13 07:52:40 2004 why the lucky stiff ;T@ o; ;;;[ o;;I"ext/syck/bytecode.c;T;[o;;[I"&turn off default implicit typing.;To;;I"ext/syck/implicit.c;T;[o;;[I"detect base60 integers.;To;;I"ext/syck/rubyext.c;T;[o;;[I"[handle base60, as well as hex and octal with commas. implicit typing of ruby symbols.;To;;I"test/yaml/test_yaml.rb;T;[o;;[I"add test.;TS; ; i; I"?Tue Jan 13 04:29:52 2004 Dave Thomas ;T@ o; ;;;[o;;I"=lib/rdoc/ri/ri_driver.rb (RiDriver::report_method_stuff);T;[o;;[I"4Show fully-qualified class names in class list.;TS; ; i; I"GTue Jan 13 01:24:17 2004 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"file.c (test_wr);T;[o;;[I"!Rdoc fix. [ruby-core:02225];TS; ; i; I"?Tue Jan 13 01:04:37 2004 Dave Thomas ;T@ o; ;;;[o;;I"(lib/rdoc/ri/ri_paths.rb (RI::Paths);T;[o;;[I"EFirst attempt at incorporating DESTDIR in the rdoc installation.;TS; ; i; I"2004-01-12;T@ S; ; i; I"EMon Jan 12 23:26:21 2004 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"parse.y (primary);T;[o;;[I"0fix position after FCALL. [ruby-dev:22574];TS; ; i; I"?Mon Jan 12 18:00:11 2004 Ian Macdonald ;T@ o; ;;;[o;;I"file.c (test_wr, test_ww);T;[o;;[I"[New functions implementing new methods (File::world_readable?, File::world_writable?).;To;;I"file.c (S_IRUGO, S_IGUGO);T;[o;;[I"New macros.;TS; ; i; I"?Mon Jan 12 12:07:22 2004 Dave Thomas ;T@ o; ;;;[ o;;I"=lib/rdoc/parsers/parse_c.rb (RDoc::C_Parser::do_methods);T;[o;;[I"rSomeone changed the "// in eval.c" comments to "/*...*/" style, so the parsing of the source file name broke.;To;;I" object.c;T;[o;;[I"6Remove spurious space in TrueClass documentation.;To;;I";T@ o; ;;;[o;;I"4lib/rdoc/ri/ri_formatter.rb (RI::HtmlFormatter);T;[o;;[I"6Add HTML generation support to ri (Elliot Hughes);TS; ; i; I"2004-01-11;T@ S; ; i; I"ESun Jan 11 23:54:41 2004 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"Menv.h (ruby_frame, ruby_scope, ruby_in_eval, ruby_class, ruby_dyna_vars);T;[o;;[I"export. [ruby-dev:22566];TS; ; i; I"GSun Jan 11 02:35:53 2004 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"'ext/socket/socket.c (make_hostent);T;[o;;[I"a bug in brace position.;To;;I"configure.in;T;[o;;[I"`install rdoc by default. if you do not want to install rdoc, specify --disable-install-doc.;TS; ; i; I"?Sun Jan 11 02:07:47 2004 Dave Thomas ;T@ o; ;;;[o;;I"Dlib/rdoc/ri/ri_options.rb (RI::Options::OptionList::OptionList);T;[o;;[I"HAlso accept command line options via the 'RI' environment variable.;TS; ; i; I"2004-01-10;T@ S; ; i; I"GSat Jan 10 21:27:41 2004 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"eval.c (eval);T;[o;;[I"4need to add message delimiter. [ruby-dev:22561];TS; ; i; I"GSat Jan 10 01:54:50 2004 Eric Sunshine ;T@ o; ;;;[o;;I"defines.h (__NeXT__);T;[o;;[I"Ensure that all standard S_IRUSR, S_IWGRP, S_IRWXO, etc. macros are defined since future code might require them (even though present code only requires a subset).;To;;I"defines.h (__NeXT__);T;[o;;[I"Bug fix: WORDS_BIGENDIAN was not being set correctly on Rhapsody when -arch compiler flag was used (via configure's --enable-fat-binary option).;TS; ; i; I"ESat Jan 10 23:01:41 2004 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"*configure.in (LIBPATHFLAG, RPATHFLAG);T;[o;;[I"8enclose paths with single quotes. [ruby-dev:22564];To;;I"lib/mkmf.rb (libpathflag);T;[o;;[I"'do not enclose with quotes always.;To;;I"3{bcc32,win32,wince}/Makefile.sub (LIBPATHFLAG);T;[o;;[I" quoted.;TS; ; i; I"ESat Jan 10 22:46:18 2004 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"dir.c (dir_inspect);T;[o;;[I"/new method, Dir#inspect. [ruby-dev:22562];TS; ; i; I"2004-01-09;T@ S; ; i; I"GFri Jan 9 17:36:51 2004 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"'ext/socket/socket.c (make_hostent);T;[o;;[I"agetaddrinfo(3) on BSD do not fill ai_canonname if serv is not supplied. (ruby-bugs PR#1243);TS; ; i; I"FFri Jan 9 13:14:59 2004 NAKAMURA, Hiroshi ;T@ o; ;;;[ o;;I"#lib/test/unit/collector/dir.rb;T;[o;;[I"edo not ignore exceptions(LoadError and SystemExitError) while loading a testcase. smell of bug.;To;;I"(test/testunit/collector/test_dir.rb;T;[o;;[I"#add new test of the LoadError.;To;;I".test/drb/{test_drbssl.rb,test_drbunix.rb};T;[o;;[I"8do not define testcase if openssl is not installed.;To;;I"(test/testunit/collector/test_dir.rb;T;[o;;[I"#assert_raises -> assert_raise.;TS; ; i; I"EFri Jan 9 11:52:16 2004 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"rubysig.h;T;[o;;[I"; is needed to use errno which may be a macro.;TS; ; i; I"AFri Jan 9 11:20:24 2004 Siena. ;T@ o; ;;;[o;;I"ext/extmk.rb (extmake);T;[o;;[I";T@ o; ;;;[o;;I"lib/mkmf.rb (libpathflag);T;[o;;[I")use single quotes. [ruby-dev:22440];TS; ; i; I"2004-01-08;T@ S; ; i; I"FThu Jan 8 23:49:21 2004 WATANABE Hirofumi ;T@ o; ;;;[o;;I"configure.in (RDOCTARGET);T;[o;;[I"pnew macro. if you want to install rdoc documentation, you need to run configure with --enable-install-doc.;TS; ; i; I"CThu Jan 8 21:17:43 2004 GOTOU Yuuzou ;T@ o; ;;;[ o;;I"/ext/openssl/ossl_pkey.c (ossl_pkey_to_der);T;[o;;[I")removed; it returns public key only.;To;;I"0ext/openssl/ossl_pkey_dh.c (ossl_dh_to_der);T;[o;;[I"/new function for OpenSSL::PKey::DH#to_der.;To;;I"2ext/openssl/ossl_pkey_dsa.c (ossl_dsa_to_der);T;[o;;[I"0new function for OpenSSL::PKey::DSA#to_der.;To;;I"2ext/openssl/ossl_pkey_rsa.c (ossl_rsa_to_der);T;[o;;[I"0new function for OpenSSL::PKey::RSA#to_der.;TS; ; i; I"EThu Jan 8 18:25:29 2004 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"dir.c (glob_helper);T;[o;;[I".should not recurse in exceptional status.;TS; ; i; I"FThu Jan 8 16:51:04 2004 NAKAMURA, Hiroshi ;T@ o; ;;;[o;;I"(test/wsdl/datetime/test_datetime.rb;T;[o;;[I":fixed a stupid testcase which dumps "E" at month-end.;TS; ; i; I"FThu Jan 8 11:20:01 2004 WATANABE Hirofumi ;T@ o; ;;;[o;;I"&eval.c, object.c, process.c, re.c;T;[o;;[I""don't use C++ style comments.;TS; ; i; I"EThu Jan 8 08:46:14 2004 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"*ext/syck/rubyext.c (yaml_org_handler);T;[o;;[I"#lazy-load Date for static-ext.;TS; ; i; I"EThu Jan 8 07:06:30 2004 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"ext/extmk.rb;T;[o;;[I"/preserve order in Setup. [ruby-dev:22503];To;;I"ext/extmk.rb;T;[o;;[I";T@ o; ;;;[o;;I"1lib/webrick/cgi.rb (WEBrick::CGI#initialize);T;[o;;[I"8should create @config[:Logger] if it was not given.;TS; ; i; I"2004-01-07;T@ S; ; i; I"EWed Jan 7 22:28:12 2004 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"dir.c (glob_helper);T;[o;;[I"fix memory leak.;TS; ; i; I"CWed Jan 7 21:15:07 2004 GOTOU Yuuzou ;T@ o; ;;;[o;;I"sample/webrick/*;T;[o;;[I"new files.;To;;I" MANIFEST;T;[o;;[I"add sample/webrick/*;TS; ; i; I"AWed Jan 7 20:51:51 2004 Minero Aoki ;T@ o; ;;;[o;;I" test/net/test_httpheader.rb;T;[o;;[I"new file.;To;;I" MANIFEST;T;[o;;[I"%add test/net/test_httpheader.rb.;TS; ; i; I"AWed Jan 7 20:42:06 2004 Minero Aoki ;T@ o; ;;;[o;;I"0lib/net/http.rb (HTTPHeader#content_length);T;[o;;[I"=should return nil unless header exists. [ruby-dev:22519];TS; ; i; I"HWed Jan 7 14:26:05 2004 Hidetoshi NAGAI ;T@ o; ;;;[o;;I"%ext/tk/lib/tk.rb (TkPanedWindow);T;[o;;[I"$use epath for embedded windows.;To;;I"ext/tk/lib/tktext.rb;T;[o;;[I"$use epath for embedded windows.;To;;I"ext/tk/lib/tkcanvas.rb;T;[o;;[I" use epath for window items.;TS; ; i; I"FWed Jan 7 14:24:04 2004 NAKAMURA, Hiroshi ;T@ o; ;;;[o;;I",lib/soap/{attachment.rb,mimemessage.rb};T;[o;;[I"added from soap4r/1.5.2.;TS; ; i; I"?Wed Jan 7 13:00:18 2004 Dave Thomas ;T@ o; ;;;[o;;I"lib/rdoc/ri/ri_driver.rb;T;[o;;[I"Fix problem where ri was being too eager to find matches of ambiguous method names (such as "ri Thread.join" would return both Thread.join and ThreadsWait.join);TS; ; i; I"FWed Jan 7 12:35:41 2004 NAKAMURA, Hiroshi ;T@ o; ;;;[o;;I"lib/debug.rb;T;[o;;[I"Frevert command parse regexps. [ruby-list:39014] by Shirai,Kaoru.;TS; ; i; I"?Wed Jan 7 08:21:04 2004 Dave Thomas ;T@ o; ;;;[o;;I"&lib/rdoc/parsers/parserfactory.rb;T;[o;;[I"SCheck for shebang line in files that would otherwise be treated as plain text.;TS; ; i; I"2004-01-06;T@ S; ; i; I"GTue Jan 6 22:13:34 2004 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"eval.c (rb_mod_modfunc);T;[o;;[I";should break if m has no super class. [ruby-dev:22498];TS; ; i; I"ETue Jan 6 21:51:37 2004 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"io.c (fptr_finalize);T;[o;;[I";should save errno just after failure. [ruby-dev:22492];TS; ; i; I"FTue Jan 6 20:51:10 2004 NAKAMURA, Hiroshi ;T@ o; ;;;[o;;I""lib/logger.rb(Logger#msg2str);T;[o;;[I"Cno special treatment for the object which responds to :to_str.;To;;I"(lib/logger.rb(LogDevice#initialize);T;[o;;[I"]remove type checking if the given object is a String. Kernel.open handles it correctly.;To;;I"test/logger/test_logger.rb;T;[o;;[I"6follow above change (ArgumentError -> TypeError.);TS; ; i; I"?Tue Jan 6 14:53:14 2004 Dave Thomas ;T@ o; ;;;[o;;I" bin/ri;T;[o;;[I"nsplit out the display side, making it pluggable. Added new ri_driver and ri_display files in lib/rdoc/ri.;TS; ; i; I"FTue Jan 6 11:29:43 2004 NAKAMURA, Hiroshi ;T@ o; ;;;[o;;I"test/inlinetest.rb, test/{test_generator.rb,test_ipaddr.rb, test_pathname.rb,test_pp.rb,test_prettyprint.rb,test_set.rb, test_time.rb,test_tsort.rb;T;[o;;[I" added.;TS; ; i; I"FTue Jan 6 09:38:27 2004 NAKAMURA, Hiroshi ;T@ o; ;;;[o;;0;[o;;[0o;;I"Flib/soap/{attachment.rb,baseData.rb,encodingstyle/soapHandler.rb};T;[o;;[I"[introduce SOAPExternalReference class as a referenct to SOAPEnvelope external content.;To;;I",lib/soap/{attachment.rb,mimemessage.rb};T;[o;;[I"Lgreat SwA (SOAP messages with Attachments) support code by Jamie Herre.;To;;I"\lib/soap/{element.rb,marshal.rb,parser.rb,processor.rb, streamHandler.rb,wsdlDriver.rb};T;[o;;[I"SwA support.;To;;I"Rlib/soap/rpc/{cgistub.rb,driver.rb,element.rb,proxy.rb,router.rb, soaplet.rb};T;[o;;[I"!SwA support and refactoring.;To;;I"7lib/soap/generator.rb, lib/soap/mapping/mapping.rb;T;[o;;[I"6follow SOAPReference#initialize signature change.;To;;I" lib/soap/mapping/factory.rb;T;[o;;[I"deleted unused methods.;To;;I"(lib/soap/mapping/rubytypeFactory.rb;T;[o;;[I"Jdo no ignore case while xsi:type string <-> Ruby class name matching.;To;;I"lib/xsd/datatypes.rb;T;[o;;[I"wcheck the smallest positive non-zero single-precision float exactly instead of packing with "f". [ruby-talk:88822];To;;I"5test/soap/test_basetype.rb, test/xsd/test_xsd.rb;T;[o;;[I"Fuse 1.402e-45, not 1.4e-45. 1.4e-45 is smaller than 2 ** -149...;To;;I"Xtest/soap/test_basetype.rb, test/soap/marshal/test_marshal.rb, test/xsd/test_xsd.rb;T;[o;;[I"2use "(-1.0 / (1.0 / 0.0))" instead of "-0.0".;To;;I"$test/soap/test_streamhandler.rb;T;[o;;[I"Trevert to the previous test that warns "basic_auth unsupported under net/http".;TS; ; i; I"?Tue Jan 6 06:37:53 2004 Dave Thomas ;T@ o; ;;;[ o;;I" bin/rdoc;T;[o;;[I"Add --ri-system switch;To;;I"lib/.document;T;[o;;[I">Update with list of files that seem to have documentation;To;;I"lib/test/unit.rb;T;[o;;[I".Reorder comment to make it RDoc friendly.;To;;I"Makefile.in;T;[o;;[I"Ladd install-nodoc target, and make it generate RDoc on default install.;To;;I"3lib/rdoc/ri/ri_options.rb (RI::Options::parse);T;[o;;[I" Add --doc-dir option to ri.;TS; ; i; I"?Tue Jan 6 00:04:40 2004 Dave Thomas ;T@ o; ;;;[o;;I"Vlib/rdoc/parsers/parse_rb.rb (RDoc::RubyParser::parse_method_or_yield_parameters);T;[o;;[I"?fix parsing if there are braces in a method parameter list;TS; ; i; I"BTue Jan 6 01:01:04 2004 NAKAMURA Usaku ;T@ o; ;;;[o;;I"win32/dir.h, win32/win32.c;T;[o;;[I"fix patch miss.;To;;I"win32/Makefile.sub;T;[o;;[I"fix file dependency.;TS; ; i; I"2004-01-05;T@ S; ; i; I"JMon Jan 5 20:32:00 2004 Gavin Sinclair ;T@ o; ;;;[o;;I"lib/logger.rb;T;[o;;[I"enhanced documentation.;TS; ; i; I"GMon Jan 5 18:58:47 2004 Yukihiro Matsumoto ;T@ o; ;;;[o;;I" dir.c;T;[o;;[I"Kmerge tuning from H.Yamamoto . [ruby-dev:22486];To;;I"pack.c (pack_unpack);T;[o;;[I"munpack requires big endian offet (OFF16B and OFF32B). The patch is from Minero Aoki in [ruby-dev:22489];To;;I"pack.c (OFF16B);T;[o;;[I"!add big-endian offset again.;TS; ; i; I"AMon Jan 5 03:00:53 2004 Minero Aoki ;T@ o; ;;;[o;;I"test/ruby/test_pack.rb;T;[o;;[I"new test test_unpack_N.;TS; ; i; I"BMon Jan 5 01:47:53 2004 NAKAMURA Usaku ;T@ o; ;;;[o;;I""lib/mkmf.rb (create_makefile);T;[o;;[I"Cremove duplicated object files from $objs on DOSISH platforms.;TS; ; i; I"2004-01-03;T@ S; ; i; I"GSat Jan 3 02:44:48 2004 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"rubysig.h (TRAP_END);T;[o;;[I"?preserve errno before switching context. [ruby-core:02137];TS; ; i; I"GSat Jan 3 01:18:08 2004 Yukihiro Matsumoto ;T@ o; ;;;[o;;I" dir.c;T;[o;;[I"Kmerge tuning from H.Yamamoto . [ruby-dev:22476];TS; ; i; I"2004-01-02;T@ S; ; i; I"?Fri Jan 2 14:54:11 2004 Dave Thomas ;T@ o; ;;;[ o;;I" bin/ri;T;[o;;[I"MAdd new --classes option, and arrange for help messages to be paged too.;To;;I" bin/rdoc;T;[o;;[I"Add statistics.;To;;I"process.c;T;[o;;[I"%(MG) Added Process documentation;To;;I"?lib/rdoc/ri/ri_formatter.rb (RI::AttributeFormatter::wrap);T;[o;;[I"XFix problem with labels not displaying in RI labeled lists using BS and ANSI modes.;TS; ; i; I"GFri Jan 2 01:50:13 2004 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"io.c (argf_eof);T;[o;;[I"@ARGF.eof? should not have any side effect. [ruby-dev:22469];TS; ; i; I"2004-01-01;T@ S; ; i; I"?Thu Jan 1 09:03:20 2004 Dave Thomas ;T@ o; ;;;[o;;I" bin/ri (report_class_stuff);T;[o;;[I";T@ o; ;;;[o;;I"io.c (argf_each_byte);T;[o;;[I"*should return self. [ruby-dev:22465];TS; ; i; I"JWed Dec 31 15:05:00 2003 Gavin Sinclair ;T@ o; ;;;[o;;I"lib/pathname.rb;T;[o;;[I""Corrected small coding error.;TS; ; i; I"JWed Dec 31 15:00:00 2003 Gavin Sinclair ;T@ o; ;;;[o;;I"lib/pathname.rb;T;[o;;[I"Completed documentation.;TS; ; i; I"?Wed Dec 31 11:20:34 2003 Dave Thomas ;T@ o; ;;;[o;;I"=lib/rdoc/parsers/parse_c.rb (RDoc::C_Parser::do_methods);T;[o;;[I"DMake file referenced in "// in sss.c" relative to current file.;TS; ; i; I"?Wed Dec 31 11:17:37 2003 Dave Thomas ;T@ o; ;;;[o;;I"*lib/rdoc/generators/html_generator.rb;T;[o;;[I"Fix problem when a public method was aliased, but the alias is then made private, and hence doesn't appear in RDoc output.;TS; ; i; I"?Wed Dec 31 01:33:05 2003 Dave Thomas ;T@ o; ;;;[o;;I"Larray.c, error.c, eval.c, io.c, prec.c, range.c, re.c, string.c, time.c;T;[o;;[I"-Add RDoc for Kernel functions, and tidy.;TS; ; i; I"2003-12-30;T@ S; ; i; I"GTue Dec 30 19:39:14 2003 Yukihiro Matsumoto ;T@ o; ;;;[ o;;I"io.c (rb_f_readline);T;[o;;[I"Ashould raise EOFError at the end of files. [ruby-dev:22458];To;;I"io.c (argf_read);T;[o;;[I"Qshould concatenate input files when length argument is nil. [ruby-dev:22450];To;;I"io.c (argf_read);T;[o;;[I"dshould update supplied string buffer (2nd argument) even when IO#read is called multiple times.;To;;I" io.c;T;[o;;[I"7should initialize lineno by zero. [ruby-dev:22460];TS; ; i; I"?Tue Dec 30 12:30:30 2003 Dave Thomas ;T@ o; ;;;[o;;I":lib/rdoc/code_objects.rb (RDoc::Context::find_symbol);T;[o;;[I"{If a class and a method have the same name, finding Xxx.abc was trying to find 'abc' in method 'Xxx', not class 'Xxx'.;TS; ; i; I"?Tue Dec 30 08:32:32 2003 Dave Thomas ;T@ o; ;;;[o;;I"Blib/rdoc/parsers/parse_rb.rb (RDoc::RubyParser::parse_method);T;[o;;[I"}Handle undoing nsting of yield parameters correctly for: def each_entry(&b) Dir.foreach(@path) {|f| yield P.new(f) } end;TS; ; i; I"JTue Dec 30 07:30:00 2003 Gavin Sinclair ;T@ o; ;;;[o;;I"lib/pathname.rb;T;[o;;[I"Added documentation.;TS; ; i; I"2003-12-29;T@ S; ; i; I"AMon Dec 29 20:08:17 2003 Minero Aoki ;T@ o; ;;;[o;;I"0lib/net/http.rb (GenericRequest#initialize);T;[o;;[I"#check if path begins with '/'.;To;;I"lib/net/http.rb;T;[o;;[I"def m( arg ) -> def m(arg);TS; ; i; I"?Mon Dec 29 12:51:02 2003 Dave Thomas ;T@ o; ;;;[o;;I" eval.c;T;[o;;[I"*Add RDoc for Kernel global functions.;TS; ; i; I"?Mon Dec 29 11:00:16 2003 Dave Thomas ;T@ o; ;;;[o;;I" array.c;T;[o;;[I"Tidy up RDoc loose ends.;TS; ; i; I"?Mon Dec 29 05:05:51 2003 Dave Thomas ;T@ o; ;;;[o;;I"struct.c, random;T;[o;;[I"Add RDoc comments;TS; ; i; I"JMon Dec 29 02:25:00 2003 Gavin Sinclair ;T@ o; ;;;[o;;I"lib/optparse.rb;T;[o;;[I"Improved documentation.;TS; ; i; I"?Mon Dec 29 02:20:54 2003 Dave Thomas ;T@ o; ;;;[o;;I" eval.c;T;[o;;[I"3Add RDoc for class Proc, Method, UnboundMethod;TS; ; i; I"BMon Dec 29 02:20:26 2003 NAKAMURA Usaku ;T@ o; ;;;[o;;I"instruby.rb;T;[o;;[I"Pfix install directory if destdir and compile_dir are not in the same drive.;To;;I"ext/extmk.rb;T;[o;;[I"ditto. [ruby-list:39009];To;;I"Qwin32/Makefile.sub, win32/README.win32, win32/configure.bat, win32/setup.mak;T;[o;;[I"cnew configure scheme. use ``configure --prefix=dir'' instead of ``nmake DESTDIR=dir install''.;TS; ; i; I"?Mon Dec 29 00:41:44 2003 Dave Thomas ;T@ o; ;;;[o;;I" math.c;T;[o;;[I"Add RDoc comments;TS; ; i; I"2003-12-28;T@ S; ; i; I";Sun Dec 28 20:19:11 2003 Tanaka Akira ;T@ o; ;;;[o;;I",ext/stringio/stringio.c (strio_sysread);T;[o;;[I"0StringIO.new.sysread didn't raise EOFError.;To;;I"$ext/zlib/zlib.c (gzreader_gets);T;[o;;[I";T@ o; ;;;[o;;I"2class.c,object.c,parse.y,sprintf.c,variable.c;T;[o;;[I",Document classes Object, Module, etc...;TS; ; i; I"FSun Dec 28 11:55:29 2003 NAKAMURA, Hiroshi ;T@ o; ;;;[o;;I"test/csv/test_csv.rb;T;[o;;[I"Egenerate bom.csv and mac.csv files on the fly. [ruby-talk:88852];To;;I"test/csv/{bom.csv,mac.csv};T;[o;;[I" removed.;TS; ; i; I"?Sun Dec 28 08:56:51 2003 Dave Thomas ;T@ o; ;;;[o;;I" eval.c;T;[o;;[I"%Thead[Group] RDoc (thanks to MG);TS; ; i; I"?Sun Dec 28 03:50:05 2003 Dave Thomas ;T@ o; ;;;[o;;I"Hlib/rdoc/parsers/parse_c.rb (RDoc::C_Parser::find_override_comment);T;[o;;[I"'Escape method names used in regexp;TS; ; i; I"PSun Dec 28 01:46:02 2003 Dave Thomas ;T@ o; ;;;[o;;I"Glib/rdoc/ri/ri_formatter.rb (RI::TextFormatter::display_flow_item);T;[o;;[I"*Add support for rules in 'ri' output.;TS; ; i; I"?Sun Dec 28 01:35:35 2003 Dave Thomas ;T@ o; ;;;[o;;I";T@ o; ;;;[o;;I"marshal.c, signal.c;T;[o;;[I"*RDoc collemts added by Elliott Hughes;TS; ; i; I"?Sun Dec 28 00:46:25 2003 Dave Thomas ;T@ o; ;;;[o;;I"Elib/rdoc/parsers/parse_c.rb (RDoc::C_Parser::find_class_comment);T;[o;;[I"SSome Ruby source uses lower-case class names for the Init_Xxx C function name.;TS; ; i; I"2003-12-27;T@ S; ; i; I"FSat Dec 27 23:41:46 2003 WATANABE Hirofumi ;T@ o; ;;;[o;;I"configure.in;T;[o;;[I"*fix "test: too many arguments" error.;TS; ; i; I"PSat Dec 27 15:32:40 2003 Dave Thomas ;T@ o; ;;;[o;;I" time.c;T;[o;;[I"&Add RDoc comments for Time class.;TS; ; i; I"?Sat Dec 27 15:07:26 2003 Dave Thomas ;T@ o; ;;;[o;;I" object.c;T;[o;;[I"(Add RDoc comments for Symbol class.;TS; ; i; I"?Sat Dec 27 14:39:53 2003 Dave Thomas ;T@ o; ;;;[o;;I"numeric.c (Init_Numeric);T;[o;;[I"Add RDoc comments.;TS; ; i; I"GSat Dec 27 00:44:00 2003 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"io.c (next_argv);T;[o;;[I"0warn always for stdin on inplace edit mode.;To;;I"io.c (read_all);T;[o;;[I" need to check string value.;To;;I"io.c (argf_read);T;[o;;[I",allow ARGF.read(nil). [ruby-dev:22433];TS; ; i; I"2003-12-26;T@ S; ; i; I"GFri Dec 26 23:02:09 2003 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"io.c (rb_f_backquote);T;[o;;[I"4need not to check nil result. [ruby-core:02078];To;;I"io.c (rb_io_getline);T;[o;;[I"ishould return nil when read_all gives empty string, even when nil rs is specified. [ruby-core:02077];TS; ; i; I"EFri Dec 26 18:33:54 2003 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"configure.in;T;[o;;[I"6check if getcontext and setcontext are available.;To;;I" eval.c;T;[o;;[I"+use presence of getcontext/setcontext.;TS; ; i; I";Fri Dec 26 16:40:53 2003 Tanaka Akira ;T@ o; ;;;[o;;I"-lib/pathname.rb (PathnameTest#test_plus);T;[o;;[I"add 2 assertions.;TS; ; i; I"AFri Dec 26 14:05:13 2003 Minero Aoki ;T@ o; ;;;[o;;I"test/ruby/test_pack.rb;T;[o;;[I"new test test_pack_N.;TS; ; i; I"GFri Dec 26 12:53:26 2003 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"pack.c (pack_pack);T;[o;;[I"6add sign check for 'i', and 'l'. [ruby-dev:22427];To;;I"bignum.c (rb_quad_pack);T;[o;;[I"$add range check for 'quad int'.;TS; ; i; I"BFri Dec 26 10:58:58 2003 NAKAMURA Usaku ;T@ o; ;;;[o;;I" MANIFEST;T;[o;;[I"1add vms/config.h and remove vms/config.h_in.;TS; ; i; I"OFri Dec 26 10:42:00 2003 AKIYOSHI, Masamichi ;T@ o; ;;;[o;;I" io.c;T;[o;;[I";[VMS] "rfm=stmlf" is specified for open() and fopen().;TS; ; i; I"2003-12-25;T@ S; ; i; I"BThu Dec 25 22:29:53 2003 NAKAMURA Usaku ;T@ o; ;;;[o;;I"string.c (rb_str_update);T;[o;;[I"don't return any value.;TS; ; i; I"GThu Dec 25 15:30:17 2003 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"string.c (rb_str_update);T;[o;;[I"call rb_str_modify().;TS; ; i; I"EThu Dec 25 05:08:09 2003 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"eval.c (search_required);T;[o;;[I">search actual file name once when no extension specified.;TS; ; i; I"GThu Dec 25 04:00:44 2003 Yukihiro Matsumoto ;T@ o; ;;;[o;;0;[o;;[0S; ; i; I"GThu Dec 25 00:17:53 2003 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"configure.in;T;[o;;[I"=check for nanosleep, -lrt if required. [ruby-core:02059];To;;I"eval.c (thread_timer);T;[o;;[I"4use select(2) if nanosleep(2) is not available.;To;;I" eval.c;T;[o;;[I"Kcheck __stub_getcontext for glibc on some platforms. [ruby-list:38984];TS; ; i; I"2003-12-24;T@ S; ; i; I"FWed Dec 24 23:48:04 2003 NAKAMURA, Hiroshi ;T@ o; ;;;[o;;I"Wtest/soap/test_basetype.rb, test/soap/marshal/test_marshal.rb test/xsd/test_xsd.rb;T;[o;;[I"Uuse "(-1.0 / (1.0 / 0.0))" instead of "-0.0" to express -0.0. [ruby-talk:88786];TS; ; i; I";Wed Dec 24 23:29:30 2003 Tanaka Akira ;T@ o; ;;;[o;;I"'lib/tsort.rb (test_orphaned_break);T;[o;;[I" removed.;TS; ; i; I"HWed Dec 24 20:53:06 2003 Hidetoshi NAGAI ;T@ o; ;;;[o;;I"'ext/tk/sample/tkmulticolumnlist.rb;T;[o;;[I"new sample;To;;I"&ext/tk/sample/tkmultilistframe.rb;T;[o;;[I" bug fix;TS; ; i; I"GWed Dec 24 20:37:37 2003 Eric Sunshine ;T@ o; ;;;[o;;I"configure.in (LDSHARED);T;[o;;[I"xFixed typographical error in assignment of LDSHARED for Rhapsody which caused linking of extension modules to fail.;TS; ; i; I"GWed Dec 24 17:51:18 2003 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"file.c (rb_thread_flock);T;[o;;[I"!enable thread support again.;TS; ; i; I"GWed Dec 24 16:46:08 2003 Yukihiro Matsumoto ;T@ o; ;;;[ o;;I"eval.c (catch_timer);T;[o;;[I"do not call rb_thread_schedule() inside to avoid pthread_mutex_lock() deadlock. interrupts to system calls are detected by TRAP_END via EINTR error.;To;;I"eval.c (thread_timer);T;[o;;[I":do not post signal unless it is absolutely necessary.;To;;I"rubysig.h (TRAP_END);T;[o;;[I"%add CHECK_INTS to switch thread.;To;;I"!regex.c (re_compile_pattern);T;[o;;[I";check if nextp is smaller than pend. [ruby-dev:22372];To;;I"eval.c (umethod_bind);T;[o;;[I"5remove method overridden check. [ruby-dev:22366];TS; ; i; I"CWed Dec 24 16:13:05 2003 GOTOU Yuuzou ;T@ o; ;;;[o;;I"+ext/openssl/ossl_ssl.c (ossl_ssl_read);T;[o;;[I"6should check for error status by SSL_get_error().;To;;I",ext/openssl/ossl_ssl.c (ossl_ssl_write);T;[o;;[I" ditto.;TS; ; i; I"EWed Dec 24 14:23:27 2003 Nobuyoshi Nakada ;T@ o; ;;;[o;;I")ext/stringio/stringio.c (strio_read);T;[o;;[I"Dclear the buffer argument when returning nil. [ruby-dev:22363];To;;I"Ctest/ruby/ut_eof.rb (TestEOF::test_eof_0, TestEOF::test_eof_1);T;[o;;[I"add buffer argument tests.;TS; ; i; I"EWed Dec 24 14:07:55 2003 Nobuyoshi Nakada ;T@ o; ;;;[ o;;I" lib/test/unit/assertions.rb;T;[o;;[I"#Modules are allowed to rescue.;To;;I" lib/test/unit/autorunner.rb;T;[o;;[I" show output_level in order.;To;;I"#lib/test/unit/collector/dir.rb;T;[o;;[I"9get rid of successive same directories in load path.;To;;I"Utest/testunit/test_assertions.rb (test_assert_nothing_raised, test_assert_raise);T;[o;;[I"test for modules.;TS; ; i; I"AWed Dec 24 13:43:34 2003 Shugo Maeda ;T@ o; ;;;[o;;I"#lib/net/imap.rb (authenticate);T;[o;;[I"-remove "\n" from base64 encoded strings.;TS; ; i; I"EWed Dec 24 11:26:41 2003 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"%test/fileutils/test_fileutils.rb;T;[o;;[I"Xshould not create any files or directories in current directory. [ruby-talk:88724];TS; ; i; I"EWed Dec 24 10:29:53 2003 Nobuyoshi Nakada ;T@ o; ;;;[o;;I")ext/stringio/stringio.c (strio_read);T;[o;;[I":never return nil at unlimited read. [ruby-dev:22334];To;;I")ext/stringio/stringio.c (strio_read);T;[o;;[I"/support second argument. [ruby-dev:22350];TS; ; i; I"EWed Dec 24 09:38:49 2003 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"parse.y (arg);T;[o;;[I"3should return 0 after error. [ruby-dev:22360];TS; ; i; I"GWed Dec 24 00:56:54 2003 Yukihiro Matsumoto ;T@ o; ;;;[ o;;I"io.c (read_all);T;[o;;[I";do not return nil at the end of file. [ruby-dev:22334];To;;I"io.c (argf_read);T;[o;;[I"7do not depend on nil at eof behavior of IO#read().;To;;I"eval.c (rb_thread_join);T;[o;;[I"(dup exception before re-raising it.;To;;I"io.c (rb_io_eof);T;[o;;[I"~call clearerr() to prevent side effect. this patch is supplied by Masahiro Sakai . [ruby-dev:22234];To;;I"pack.c (OFF16);T;[o;;[I"(get offset for big endian machines.;To;;I"pack.c (pack_pack);T;[o;;[I"2use OFF16 instead of OFF16B. [ruby-dev:22344];To;;I"pack.c (pack_unpack);T;[o;;[I" ditto.;TS; ; i; I"2003-12-23;T@ S; ; i; I"GTue Dec 23 22:47:14 2003 Yukihiro Matsumoto ;T@ o; ;;;[o;;I" io.c (rb_io_check_readable);T;[o;;[I"\set FMODE_RBUF always, even if NEED_IO_SEEK_BETWEEN_RW is not defined. [ruby-dev:22340];To;;I" io.c (rb_io_check_writable);T;[o;;[I"/clear FMODE_RBUF before writing something.;TS; ; i; I"JTue Dec 23 22:25:00 2003 Gavin Sinclair ;T@ o; ;;;[o;;I"lib/optparse.rb;T;[o;;[I"eincomplete RDoc documentation added in place of existing RD comments. Tabs converted to spaces.;TS; ; i; I"FTue Dec 23 19:44:47 2003 NAKAMURA, Hiroshi ;T@ o; ;;;[o;;I"6test/soap/test_streamhandler.rb (test_basic_auth);T;[o;;[I"removed. soap4r + basic_auth is not officially supported in ruby/1.8.1 even though soap4r + basic_auth + http-access2 should run fine.;TS; ; i; I"ETue Dec 23 19:42:59 2003 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"io.c (rb_io_ungetc);T;[o;;[I"Yraise an exception at unread stream to avoid unspecified behavior. [ruby-dev:22330];To;;I"+test/ruby/test_system.rb (test_syntax);T;[o;;[I"#glob relatively from __FILE__.;TS; ; i; I"GTue Dec 23 18:09:40 2003 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"pack.c (pack_pack);T;[o;;[I">remove unnecessary negative value check. [ruby-dev:22329];TS; ; i; I"LTue Dec 23 17:26:55 2003 KONISHI Hiromasa ;T@ o; ;;;[o;;I""bcc32/Makefile.sub (config.h);T;[o;;[I"(bcc has finite(). [ruby-list:38940];TS; ; i; I"FTue Dec 23 16:08:16 2003 NAKAMURA, Hiroshi ;T@ o; ;;;[o;;I"$lib/rexml/encodings/US-ASCII.rb;T;[o;;[I"typo. [ruby-talk:88650];To;;I"test/ruby/test_system.rb;T;[o;;[I",num of asserts depended on running dir.;To;;I" test/xsd/test_noencoding.rb;T;[o;;[I"Xrexml + without iconv/uconv cannot handle euc-jp. install iconv, uconv or xmlscan.;TS; ; i; I"BTue Dec 23 14:13:51 2003 akira yamada ;T@ o; ;;;[o;;I"nlib/uri/generic.rb (URI::Generic::check_userinfo, URI::Generic::check_user, URI::Generic::check_password);T;[o;;[I";tests conflicts/depends with other components closely.;To;;I"?test/uri/test_generic.rb (TestGeneric::test_set_component);T;[o;;[I"added tets.;TS; ; i; I"FTue Dec 23 11:08:34 2003 NAKAMURA, Hiroshi ;T@ o; ;;;[o;;I" test/xsd/test_noencoding.rb;T;[o;;[I"srescue Errno::EINVAL and do not test. "euc-jp" might not be in supported encoding name list. [ruby-talk:88650];TS; ; i; I"CTue Dec 23 06:10:31 2003 GOTOU Yuuzou ;T@ o; ;;;[ o;;I"lib/webrick/cgi.rb (CGI);T;[o;;[I"add support for mod_ruby.;To;;I"%lib/webrick/cgi.rb (CGI::Socket);T;[o;;[I"Ladd check for existence of OpenSSL module in all HTTPS related methods.;To;;I",lib/webrick/cgi.rb (CGI::Socket#cipher);T;[o;;[I">should create similar value to OpenSSL::SSLSocket#cipher.;To;;I";T@ o; ;;;[o;;I"4lib/uri/generic.rb (URI::Generic::check_opaque);T;[o;;[I"fixed typo.;TS; ; i; I"EMon Dec 22 21:59:24 2003 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"$ext/iconv/iconv.c (map_charset);T;[o;;[I"$always ensure code is a String.;TS; ; i; I"EMon Dec 22 21:15:29 2003 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"class.c (rb_mod_init_copy);T;[o;;[I"2always copy singleton class. [ruby-dev:22325];TS; ; i; I"BMon Dec 22 20:44:36 2003 akira yamada ;T@ o; ;;;[o;;I"1lib/uri/generic.rb (URI::Generic#route_from);T;[o;;[I")accepts urls which has no host-part.;To;;I"7test/uri/test_generic.rb (TestGeneric::test_route);T;[o;;[I"added a test.;TS; ; i; I"EMon Dec 22 20:38:44 2003 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"lib/cgi.rb;T;[o;;[I"reduce eval.;To;;I"5lib/cgi.rb (CGI::QueryExtension::read_multipart);T;[o;;[I"1alias path to local_path. [ruby-list:38883];TS; ; i; I"FMon Dec 22 20:09:31 2003 NAKAMURA, Hiroshi ;T@ o; ;;;[o;;I"test/soap/test_property.rb;T;[o;;[I"#remove duplicated test method.;TS; ; i; I"BMon Dec 22 18:22:04 2003 NAKAMURA Usaku ;T@ o; ;;;[o;;I"6bcc32/Makefile.sub, win32/Makefile.sub (config.h);T;[o;;[I"\remove HAVE_ISINF definition to follow previous commits of missing.h and win32/win32.h.;TS; ; i; I"EMon Dec 22 17:23:42 2003 Nobuyoshi Nakada ;T@ o; ;;;[ o;;I"(configure.in (ac_cv_func_setitimer);T;[o;;[I"moved from defines.h;To;;I"#defines.h, rubysig.h, signal.c;T;[o;;[I">removed macro handling which should be done in configure.;To;;I" configure.in (intrinsics.h);T;[o;;[I"check if present.;To;;I" ruby.h;T;[o;;[I"'include intrinsics.h if available.;To;;I"bignum.c, marshal.c;T;[o;;[I"#include ieeefp.h if available.;To;;I"missing.h (isinf);T;[o;;[I"Pdefine as a macro if finite() and isnan() are available. [ruby-core:02032];TS; ; i; I"FMon Dec 22 17:07:31 2003 WATANABE Hirofumi ;T@ o; ;;;[o;;I"configure.in (mingw);T;[o;;[I"(set isnan, finite and isinf to yes.;TS; ; i; I"FMon Dec 22 13:40:19 2003 NAKAMURA, Hiroshi ;T@ o; ;;;[o;;I"lib/soap/property.rb;T;[o;;[I" passing block by reference.;TS; ; i; I"GMon Dec 22 00:32:43 2003 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"'eval.c (rb_with_disable_interrupt);T;[o;;[I"Vuse ENABLE_INTS instead of ALLOW_INTS which may switch context. [ruby-dev:22319];To;;I",ext/syck/emitter.c (syck_emitter_write);T;[o;;[I"Istr bigger than e->bufsize causes buffer overflow. [ruby-dev:22307];TS; ; i; I"2003-12-21;T@ S; ; i; I"ESun Dec 21 17:29:00 2003 Nobuyoshi Nakada ;T@ o; ;;;[ o;;I"#class.c (rb_check_inheritable);T;[o;;[I"$new function. [ruby-dev:22316];To;;I" intern.h;T;[o;;[I"add prototype.;To;;I"eval.c (superclass);T;[o;;[I" use rb_check_inheritable().;To;;I"#object.c (rb_class_initialize);T;[o;;[I"check argument validity.;TS; ; i; I";Sun Dec 21 16:25:10 2003 Tanaka Akira ;T@ o; ;;;[o;;I"!lib/pathname.rb (Pathname#+);T;[o;;[I"Are-implemented to resolve ".." in beginning of the argument.;To;;I"(Pathname#join);T;[o;;[I"(concatenate from the last argument.;To;;I"(Pathname#parent);T;[o;;[I"just use Pathname#+.;TS; ; i; I"HSun Dec 21 00:12:37 2003 Hidetoshi NAGAI ;T@ o; ;;;[o;;I"ext/tk/lib/tk.rb;T;[o;;[I"6add new methods (TkScrollbar#assign, assign_list);To;;I"&ext/tk/sample/tkmultilistframe.rb;T;[o;;[I""use TkScrollbar#assign method;TS; ; i; I"2003-12-20;T@ S; ; i; I"CSat Dec 20 21:59:03 2003 GOTOU Yuuzou ;T@ o; ;;;[o;;I"7lib/webrick/httprequest.rb (HTTPRequest#meta_vars);T;[o;;[I"refine regexp.;To;;I"#lib/webrick/cgi.rb (CGI#start);T;[o;;[I"DNPH scripts return status line instead of Status: header field.;To;;I"%lib/webrick/cgi.rb (CGI::Socket);T;[o;;[I"refine some coditions.;TS; ; i; I"ESat Dec 20 16:07:14 2003 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"9lib/optparse.rb (OptionParser::Completion::complete);T;[o;;[I"Dwrong Regexp for word boundary. pointed out by Gavin Sinclair.;To;;I"0lib/optparse.rb (OptionParser::make_switch);T;[o;;[I"[no-] prefix was missing.;TS; ; i; I"ESat Dec 20 11:40:10 2003 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"lib/yaml.rb (YAML::YAML);T;[o;;[I"adjust Marshal version.;TS; ; i; I"GSat Dec 20 03:56:02 2003 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"'eval.c (rb_with_disable_interrupt);T;[o;;[I"Lprohibit thread context switch during proc execution. [ruby-dev:21899];TS; ; i; I"CSat Dec 20 02:41:02 2003 GOTOU Yuuzou ;T@ o; ;;;[o;;I"lib/webrick/cgi.rb;T;[o;;[I"(add file. (yet another CGI library);To;;I" MANIFEST;T;[o;;[I"add lib/webrick/cgi.rb.;TS; ; i; I"GSat Dec 20 02:18:31 2003 Yukihiro Matsumoto ;T@ o; ;;;[o;;I".misc/ruby-mode.el (ruby-calculate-indent);T;[o;;[I"@proper indentation inside of parentheses. [ruby-dev:22308];TS; ; i; I"2003-12-19;T@ S; ; i; I"CFri Dec 19 21:24:22 2003 GOTOU Yuuzou ;T@ o; ;;;[o;;I"7lib/webrick/httprequest.rb (HTTPRequest#meta_vars);T;[o;;[I">should not set HTTP_CONTENT_TYPE and HTTP_CONTENT_LENGTH.;To;;I"-lib/webrick/https.rb (HTTPRequest#parse);T;[o;;[I"@should check presence of cert() method to detect SSLSocket.;TS; ; i; I"FFri Dec 19 22:56:46 2003 NAKAMURA, Hiroshi ;T@ o; ;;;[o;;I"/lib/soap/property.rb (SOAP::Property#load);T;[o;;[I"Gnew method for loading property value into existing property tree.;To;;I"test/soap/test_property.rb;T;[o;;[I"add test.;TS; ; i; I"BFri Dec 19 19:21:49 2003 akira yamada ;T@ o; ;;;[o;;I">lib/runit/cui/testrunner.rb (RUNIT::CUI::TestRunner::run);T;[o;;[I"8should use Test::Unit::UI::{PROGRESS_ONLY,VERBOSE}.;TS; ; i; I"HFri Dec 19 17:36:49 2003 Hidetoshi NAGAI ;T@ o; ;;;[o;;I"$ext/tk/sample/tkmultilistbox.rb;T;[o;;[I" bug fix;To;;I"&ext/tk/sample/tkmultilistframe.rb;T;[o;;[I"new sample script;TS; ; i; I"CFri Dec 19 03:44:27 2003 GOTOU Yuuzou ;T@ o; ;;;[o;;I"/lib/webrick/httputils.rb (parse_form_data);T;[o;;[I"6should return an empty Hash if the body is empty.;TS; ; i; I"2003-12-18;T@ S; ; i; I"BThu Dec 18 21:47:35 2003 NAKAMURA Usaku ;T@ o; ;;;[o;;I""lib/mkmf.rb (create_makefile);T;[o;;[I"Kshould remove deffile if it's made by miniruby. based on nobu's patch.;TS; ; i; I"BThu Dec 18 21:44:21 2003 NAKAMURA Usaku ;T@ o; ;;;[o;;I"eval.c (stack_extend);T;[o;;[I"'ignore inline optimization on VC7.;To;;I" win32/Makefile.sub (OS, RT);T;[o;;[I"can override.;To;;I"!win32/Makefile.sub (LDFLAGS);T;[o;;[I"Sditto. shouldn't use pdb:none option. based on Tietew's patch [ruby-dev:22289];TS; ; i; I"EThu Dec 18 16:38:44 2003 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"dir.c (fnmatch);T;[o;;[I";T@ o; ;;;[o;;I")lib/ipaddr.rb (IPSocket::getaddress);T;[o;;[I"(merge usa's patch. [ruby-dev:21678];TS; ; i; I"2003-12-17;T@ S; ; i; I"GWed Dec 17 15:15:30 2003 Yukihiro Matsumoto ;T@ o; ;;;[ o;;I"0lib/cgi.rb (CGI::QueryExtension::Value::[]);T;[o;;[I"Ishould work like String#[] if more than one arguments are specified.;To;;I"lib/delegate.rb;T;[o;;[I"0avoid using common instance name as "@obj".;To;;I",lib/cgi.rb (CGI::QueryExtension::Value);T;[o;;[I"FValue is no longer subclass of String, but DelegateClass(String).;To;;I"ext/curses/extconf.rb;T;[o;;[I"=restore function check for init_color. [ruby-list:38905];To;;I"Makefile.in;T;[o;;[I"Bneed to specify $(MAINLIBS) for the miniruby generation rule.;To;;I"configure.in;T;[o;;[I""better FreeBSD -lc_r support.;TS; ; i; I"AWed Dec 17 00:16:14 2003 Minero Aoki ;T@ o; ;;;[ o;;I"ext/strscan/strscan.c;T;[o;;[I">new method StringScanner#beginning_of_line? (alias #bol?);To;;I"ext/strscan/strscan.c;T;[o;;[I"-new method StringScanner#concat and #<<.;To;;I"ext/strscan/strscan.c;T;[o;;[I"_StringScanner#new(str) does not duplicate nor freeze STR (allow destructive modification).;To;;I"'test/strscan/test_stringscanner.rb;T;[o;;[I"test new methods above.;To;;I"'test/strscan/test_stringscanner.rb;T;[o;;[I"*test destructive string modification.;TS; ; i; I"2003-12-16;T@ S; ; i; I";Tue Dec 16 21:20:47 2003 Tanaka Akira ;T@ o; ;;;[o;;I"lib/pp.rb;T;[o;;[I"#don't use local variable `pp'.;To;;I"lib/prettyprint.rb;T;[o;;[I" ditto.;TS; ; i; I"HTue Dec 16 13:20:43 2003 Hidetoshi NAGAI ;T@ o; ;;;[o;;I"ext/tk/lib/tk.rb;T;[o;;[I"Ccondition bug of if statement on {pack,grid}_propagate methods;TS; ; i; I"GTue Dec 16 03:17:29 2003 why the lucky stiff ;T@ o; ;;;[o;;I"lib/yaml/rubytypes.rb;T;[o;;[I"+comments in strings. [ruby-talk:88012];To;;I"test/yaml/test_yaml.rb;T;[o;;[I"add test.;TS; ; i; I"ETue Dec 16 01:14:44 2003 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"eval.c (catch_timer);T;[o;;[I"3check rb_thread_crtical in main native thread.;To;;I"eval.c (thread_timer);T;[o;;[I"just sends signals periodically, to prevent main native thread from receiving them in critical section. [ruby-core:01959];TS; ; i; I"2003-12-15;T@ S; ; i; I"EMon Dec 15 13:32:22 2003 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"dir.c (check_dirname);T;[o;;[I"_check string safety and remove extraneous trailing directory separators. [ruby-dev:22279];To;;I" file.c;T;[o;;[I"erenamed and externalized rb_path_next, rb_path_skip_prefix, rb_path_last_separator, rb_path_end.;To;;I" intern.h;T;[o;;[I"[prototypes for rb_path_next, rb_path_skip_prefix, rb_path_last_separator, rb_path_end.;TS; ; i; I"BMon Dec 15 09:27:46 2003 NAKAMURA Usaku ;T@ o; ;;;[o;;I"7ext/openssl/ossl_pkcs12.c (ossl_pkcs12_initialize);T;[o;;[I"Cfirst argument of rb_protect should take an argument of VALUE.;TS; ; i; I"2003-12-14;T@ S; ; i; I"FSun Dec 14 18:46:48 2003 WATANABE Hirofumi ;T@ o; ;;;[o;;I"&ext/socket/socket.c (Init_socket);T;[o;;[I"AIPv6 is not supported although AF_INET6 is defined on MinGW.;To;;I"lib/ipaddr.rb (AF_INET6);T;[o;;[I"?workaround in the environment which does not support IPv6.;TS; ; i; I"2003-12-13;T@ S; ; i; I"ESat Dec 13 18:55:16 2003 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"ext/iconv/charset_alias.rb;T;[o;;[I"preserve original order.;To;;I"ext/iconv/extconf.rb;T;[o;;[I""remove wrapper file at clean.;TS; ; i; I"GSat Dec 13 18:09:42 2003 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"eval.c (thread_timer);T;[o;;[I"=use timer by sub-thread and nanosleep. [ruby-talk:87519];To;;I"gc.c (Init_stack);T;[o;;[I")no stack adjustment for THREAD_SAFE.;TS; ; i; I"ESat Dec 13 17:17:59 2003 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"eval.c (proc_alloc);T;[o;;[I"Pcache the created object at first time. [ruby-talk:61288], [ruby-dev:22240];TS; ; i; I"ESat Dec 13 09:01:23 2003 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"configure.in;T;[o;;[I"check ucontext.h.;To;;I" eval.c;T;[o;;[I"vuse getcontext/setcontext() instead of setjmp/longjmp() on ia64 or with native thread enabled. [ruby-core:01932];TS; ; i; I"GSat Dec 13 03:09:14 2003 why the lucky stiff ;T@ o; ;;;[o;;I"lib/yaml/rubytypes.rb;T;[o;;[I",anonymous struct fix. [ruby-core:01946];To;;I"test/yaml/test_yaml.rb;T;[o;;[I"add test.;TS; ; i; I"2003-12-12;T@ S; ; i; I"FFri Dec 12 22:36:44 2003 NAKAMURA, Hiroshi ;T@ o; ;;;[o;;I"lib/csv.rb;T;[o;;[I"Ladd Cell#to_str and Cell#to_s for /.../ =~ aCell, "#{aCell}" and so on.;To;;I"test/csv/test_csv.rb;T;[o;;[I"add tests.;TS; ; i; I"AFri Dec 12 19:33:06 2003 Minero Aoki ;T@ o; ;;;[ o;;I"lib/fileutils.rb (mkdir);T;[o;;[I"%remove trailing `/' from pathes.;To;;I"lib/fileutils.rb (rmdir);T;[o;;[I"ditto. [ruby-dev:22238];To;;I"lib/fileutils.rb (rmdir_r);T;[o;;[I" ditto.;To;;I"#lib/fileutils.rb (fu_copy_dir);T;[o;;[I"/check if it is a directory after mkdir(2).;TS; ; i; I"EFri Dec 12 06:06:09 2003 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"eval.c (proc_invoke);T;[o;;[I"Kfix class name in warning message for define_method. [ruby-dev:22235];TS; ; i; I"2003-12-11;T@ S; ; i; I"CThu Dec 11 21:24:43 2003 GOTOU Yuuzou ;T@ o; ;;;[o;;I"!ext/openssl/ossl_pkcs12.[ch];T;[o;;[I"$new files. add OpenSSL::PKCS12.;To;;I"ext/openssl/ossl.[ch];T;[o;;[I" ditto.;To;;I"ext/openssl/MANIFEST;T;[o;;[I"add ossl_pkcs12.[ch].;TS; ; i; I"AThu Dec 11 20:54:28 2003 Minero Aoki ;T@ o; ;;;[o;;I"lib/fileutils.rb (mkdir_p);T;[o;;[I"dremove trailing `/' befere mkdir(2). mkdir("nonexistdir/") does not work on NetBSD/Alpha 1.6.1.;To;;I"lib/fileutils.rb (fu_list);T;[o;;[I"#call to_str for all arguments.;TS; ; i; I"FThu Dec 11 20:07:01 2003 WATANABE Hirofumi ;T@ o; ;;;[o;;I"lib/ftools.rb (makedirs);T;[o;;[I"sync with fileutils.;TS; ; i; I"AThu Dec 11 19:53:03 2003 Minero Aoki ;T@ o; ;;;[o;;I"lib/fileutils.rb (mkdir_p);T;[o;;[I" catch all SystemCallErrors.;To;;I"(mkdir("C;T;[o;;[I"-\") causes EACCESS on Windows 2000/NTFS);TS; ; i; I"AThu Dec 11 19:08:02 2003 Minero Aoki ;T@ o; ;;;[o;;I"lib/fileutils.rb (mkdir_p);T;[o;;[I"check if it is a directory after mkdir(2) instead of before mkdir(2), to avoid race condition. [ruby-talk:87730] Refer: mkinstalldirs sh script, GNU mkdir(1) (coreutils 5.0);TS; ; i; I"AThu Dec 11 18:49:30 2003 Minero Aoki ;T@ o; ;;;[o;;I"lib/fileutils.rb;T;[o;;[I" def m( arg ) -> def m(arg).;TS; ; i; I"EThu Dec 11 11:39:43 2003 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"'configure.in (ieeefp.h), numeric.c;T;[o;;[I"7needed for finite() on Solaris. [ruby-core:01921];To;;I"file.c (rb_stat_inspect);T;[o;;[I"adjust format specifier.;To;;I"parse.c (arg_prepend);T;[o;;[I"!nodetype() is for debug use.;To;;I"ruby.h (ISASCII, etc);T;[o;;[I"'cast to int to get rid of warning.;To;;I"ruby.h (alloca.h);T;[o;;[I",include even in GCC. [ruby-core:01925];To;;I"-ext/bigdecimal/bigdecimal.c (GetVpValue);T;[o;;[I"adjust format specifier.;To;;I"Xext/bigdecimal/bigdecimal.c (BigDecimal_prec, BigDecimal_coerce, BigDecimal_divmod);T;[o;;[I"1use rb_assoc_new() to suppress memory usage.;To;;I"3ext/bigdecimal/bigdecimal.c (BigDecimal_split);T;[o;;[I" ditto.;To;;I"&ext/dl/sym.c (rb_dlsym_guardcall);T;[o;;[I"%guard itself should be volatile.;To;;I"&ext/iconv/iconv.c (iconv_convert);T;[o;;[I"3ensure actual parameter with format specifier.;To;;I"8ext/pty/pty.c (MasterDevice, SlaveDevice, deviceNo);T;[o;;[I"do not define unless used.;To;;I"ext/pty/pty.c (getDevice);T;[o;;[I"get rid of warning.;To;;I"Kext/socket/socket.c (port_str, sock_s_getaddrinfo, sock_s_getnameinfo);T;[o;;[I" FIX2INT() now returns long.;To;;I"1ext/socket/socket.c (init_inetsock_internal);T;[o;;[I"uninitialized variable.;To;;I"/ext/syck/rubyext.c (syck_parser_assign_io);T;[o;;[I"add prototype.;To;;I":ext/syck/rubyext.c (rb_syck_mktime, yaml_org_handler);T;[o;;[I"suse ISDIGIT() instead of isdigit() to avoid warnings and for platforms which don't support non-ascii charater.;TS; ; i; I"2003-12-10;T@ S; ; i; I"EWed Dec 10 19:28:56 2003 Nobuyoshi Nakada ;T@ o; ;;;[o;;I")ext/stringio/stringio.c (strio_read);T;[o;;[I"Cset EOF flag at short read. [ruby-dev:22223], [ruby-dev:22224];TS; ; i; I"AWed Dec 10 18:07:25 2003 Minero Aoki ;T@ o; ;;;[o;;I"lib/erb.rb;T;[o;;[I"1new method ERB#filename(=). [ruby-dev:22208];TS; ; i; I"EWed Dec 10 17:54:51 2003 Nobuyoshi Nakada ;T@ o; ;;;[o;;I")ext/stringio/stringio.c (strio_read);T;[o;;[I"Ido not set EOF flag when requested length is zero. [ruby-dev:22214];TS; ; i; I"GWed Dec 10 17:17:18 2003 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"io.c (read_all);T;[o;;[I"Mshould return given string even if data read is empty. [ruby-dev:22207];TS; ; i; I"EWed Dec 10 17:16:06 2003 Nobuyoshi Nakada ;T@ o; ;;;[o;;I")ext/stringio/stringio.c (strio_read);T;[o;;[I"Cadjust behavior at reading beyond EOF to IO. [ruby-dev:22205];To;;I"(test/ruby/ut_eof.rb (TestEOF::Seek);T;[o;;[I"*test behaviors at reading beyond EOF.;To;;I";test/ruby/test_file.rb, test/stringio/test_stringio.rb;T;[o;;[I"%include TestEOF::Seek test case.;TS; ; i; I"AWed Dec 10 15:01:19 2003 Shugo Maeda ;T@ o; ;;;[o;;I"-test/monitor/test_monitor.rb (test_cond);T;[o;;[I"$use Queue#deq instead of sleep.;TS; ; i; I"FWed Dec 10 14:45:39 2003 WATANABE Hirofumi ;T@ o; ;;;[o;;I"%ext/pty/pty.c (HAVE_SYS_IOCTL_H);T;[o;;[I"Uneed to include for TIOCSCTTY on *BSD. based on gotoyuzo's patch.;To;;I"(ruby-bugs;T;[o;;[I" PR#1211);To;;I"#ext/pty/pty.c (establishShell);T;[o;;[I"-should close descriptors if fork failed.;TS; ; i; I"FWed Dec 10 12:53:05 2003 WATANABE Hirofumi ;T@ o; ;;;[o;;I"win32/win32.h;T;[o;;[I"&define execv() using do_aspawn().;To;;I"process.c (proc_exec_v);T;[o;;[I"+remove #ifdef's which stopped needing.;TS; ; i; I"2003-12-09;T@ S; ; i; I"HTue Dec 9 23:32:23 2003 Hidetoshi NAGAI ;T@ o; ;;;[o;;I"ext/tk/lib/tk.rb, ext/tk/lib/tkcanvas.rb, ext/tk/lib/tkdialog.rb, ext/tk/lib/tkentry.rb, ext/tk/lib/tkscrollbox.rb, ext/tk/lib/tktext.rb, ext/tk/sample/tkalignbox.rb, ext/tk/sample/tkcombobox.rb, ext/tk/sample/tkmultilistbox.rb, ext/tk/sample/tkoptdb.rb, ext/tk/sample/tktextframe.rb, ext/tk/sample/demos-en/dialog1.rb, ext/tk/sample/demos-en/dialog2.rb, ext/tk/sample/demos-jp/dialog1.rb, ext/tk/sample/demos-jp/dialog2.rb;T;[o;;[I"goverrided instance methods, which are private methods on the super class, are changed to 'private';TS; ; i; I"BTue Dec 9 19:53:02 2003 akira yamada ;T@ o; ;;;[o;;I"2lib/uri/generic.rb (URI::Generic#route_from0);T;[o;;[I")make case insensitive for host-part.;To;;I"*test/uri/test_generic.rb (test_route);T;[o;;[I"&added tests for the above change.;TS; ; i; I";Tue Dec 9 14:10:48 2003 Tanaka Akira ;T@ o; ;;;[o;;I" io.c (rb_io_check_readable);T;[o;;[I"Gdon't call io_seek if EOF flag is set, to avoid clearing EOF flag.;To;;I"(rb_io_check_writable);T;[o;;[I" ditto.;TS; ; i; I"HTue Dec 9 02:53:55 2003 Hidetoshi NAGAI ;T@ o; ;;;[o;;I" ext/tk/sample/tkalignbox.rb;T;[o;;[I"new sample script;TS; ; i; I"JTue Dec 9 00:45:00 2003 Nathaniel Talbott ;T@ o; ;;;[o;;I" lib/test/unit/assertions.rb;T;[o;;[I"crenamed #assert_raises to #assert_raise and made the former call the latter. [ruby-core:01890];To;;I"%test/testunit/test_assertions.rb;T;[o;;[I" ditto.;TS; ; i; I"FTue Dec 9 00:07:35 2003 NAKAMURA, Hiroshi ;T@ o; ;;;[o;;I"%lib/soap/rpc/standaloneServer.rb;T;[o;;[I"Aadd 'shutdown' and 'status' methods as delegates to WEBrick.;To;;I"test/soap/calc/{test_calc.rb,test_calc2.rb}, test/soap/helloworld/test_helloworld.rb, test/wsdl/datetime/test_datetime.rb, test/wsdl/raa/test_raa.rb;T;[o;;[I"follow the change.;TS; ; i; I"2003-12-08;T@ S; ; i; I"EMon Dec 8 22:48:03 2003 Nobuyoshi Nakada ;T@ o; ;;;[ o;;I" lib/test/unit/autorunner.rb;T;[o;;[I"Tremove dependency to a particular runner. [ruby-core:01901], [ruby-list:38869];To;;I",lib/test/unit/ui/testrunnerutilities.rb;T;[o;;[I"/moved output level constants from Console.;To;;I"+lib/test/unit/ui/console/testrunner.rb;T;[o;;[I" ditto.;To;;I"Blib/test/unit/ui/{fox,gtk,gtk2,tk}/testrunner.rb (initialize);T;[o;;[I"accept output_level.;TS; ; i; I"EMon Dec 8 15:03:30 2003 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"'ext/syck/syck.c (syck_io_str_read);T;[o;;[I" get rid of buffer overflow.;TS; ; i; I"AMon Dec 8 13:02:11 2003 Minero Aoki ;T@ o; ;;;[o;;I"lib/uri/common.rb;T;[o;;[I",new method URI.regexp. [ruby-dev:22121];To;;I"test/uri/test_common.rb;T;[o;;[I"add test for URI.regexp.;TS; ; i; I"GMon Dec 8 12:44:14 2003 Yukihiro Matsumoto ;T@ o; ;;;[o;;I" pack.c;T;[o;;[I"jdefine swap16 and swap32 only if they are not defined. OpenBSD defines these macros. [ruby-dev:22181];TS; ; i; I"2003-12-07;T@ S; ; i; I";Sun Dec 7 20:54:17 2003 Tanaka Akira ;T@ o; ;;;[o;;I"$ext/iconv/iconv.c (map_charset);T;[o;;[I"make case sensitive. ext/iconv/charset_alias.rb (charset_alias): don't ignore config.charset's information. sort aliases.;TS; ; i; I"2003-12-06;T@ S; ; i; I"CSat Dec 6 22:58:03 2003 GOTOU Yuuzou ;T@ o; ;;;[ o;;I",ext/openssl/ossl_ssl.c (ossl_start_ssl);T;[o;;[I"new function to wrap SSL_connect and SSL_accept; if SSL_connect (or SSL_accept) returned but not finished the handshake process, we should retry it.;To;;I".ext/openssl/ossl_ssl.c (ossl_ssl_connect);T;[o;;[I"call ossl_start_ssl.;To;;I"-ext/openssl/ossl_ssl.c (ossl_ssl_accept);T;[o;;[I" ditto.;To;;I"+ext/openssl/ossl_ssl.c (ossl_ssl_read);T;[o;;[I"allow signal traps.;TS; ; i; I"FSat Dec 6 21:45:10 2003 WATANABE Hirofumi ;T@ o; ;;;[o;;I"io.c (flush_before_seek);T;[o;;[I"'flush before seek on any platform.;To;;I"configure.in;T;[o;;[I" ditto.;TS; ; i; I"FSat Dec 6 17:23:00 2003 NAKAMURA, Hiroshi ;T@ o; ;;;[o;;I"'lib/soap/soap.rb(SOAP::Env.getenv);T;[o;;[I"?allow upcase environment variable as well as downcase one.;To;;I":lib/soap/netHttpClient.rb(SOAP::NetHttpClient#proxy=);T;[o;;[I"check URI.;TS; ; i; I"2003-12-05;T@ S; ; i; I"EFri Dec 5 23:22:30 2003 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"wlib/test/unit/assertions.rb (Test::Unit::Assertions::assert_raises, Test::Unit::Assertions::assert_nothing_raised);T;[o;;[I":use the last argument as message unless class object.;To;;I":test/testunit/test_assertions.rb (test_assert_raises);T;[o;;[I"9test for multiple exception list. [ruby-core:01891];To;;I"Btest/testunit/test_assertions.rb (test_assert_nothing_raised);T;[o;;[I"$test for non-exception classes.;TS; ; i; I"FFri Dec 5 22:23:04 2003 NAKAMURA, Hiroshi ;T@ o; ;;;[ o;;I"lib/soap/netHttpClient.rb;T;[o;;[I"(proxy support did not work. fixed.;To;;I"lib/soap/property.rb;T;[o;;[I"add class methods for loading property from stream/file/propertyfile. propertyfile is a file which is located at somedir in $:.;To;;I"[lib/soap/soap.rb, lib/soap/wsdlDriver.rb, lib/soap/rpc/driver.rb, lib/wsdl/importer.rb;T;[o;;[I"jload property from propertyfile 'soap/property' e.g. /usr/local/lib/ruby/site_ruby/1.8/soap/property.;To;;I"@test/soap/test_property.rb, test/soap/test_streamhandler.rb;T;[o;;[I"new file.;TS; ; i; I"EFri Dec 5 17:26:23 2003 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"eval.c (rb_exec_end_proc);T;[o;;[I"-maintain tmp_end_procs. [ruby-dev:22154];TS; ; i; I"GFri Dec 5 13:36:59 2003 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"eval.c (rb_exec_end_proc);T;[o;;[I"Zshould not clear end_procs and ephemeral_end_procs before execution. [ruby-dev:22144];To;;I"eval.c (rb_obj_extend);T;[o;;[I"Hcall Module#extended hook after extended_object. [ruby-list:38866];To;;I"object.c (Init_Object);T;[o;;[I"Module#extended defined.;TS; ; i; I";Fri Dec 5 13:17:30 2003 Tanaka Akira ;T@ o; ;;;[o;;I"test/ruby/test_pipe.rb;T;[o;;[I"%use IO.pipe instead of IO.popen.;TS; ; i; I"EFri Dec 5 11:54:45 2003 Nobuyoshi Nakada ;T@ o; ;;;[o;;I")ext/stringio/stringio.c (strio_read);T;[o;;[I"follow IO#read.;To;;I"htest/ruby/ut_eof.rb, test/ruby/test_file.rb, test/ruby/test_pipe.rb, test/stringio/test_stringio.rb;T;[o;;[I"add EOF test.;TS; ; i; I"EFri Dec 5 02:49:35 2003 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"Hlib/test/unit/assertions.rb (Test::Unit::Assertions::assert_raises);T;[o;;[I"6allow multiple exception list. [ruby-core:01884];To;;I"Plib/test/unit/assertions.rb (Test::Unit::Assertions::assert_nothing_raised);T;[o;;[I"7check whether arguments are subclass of Exception.;TS; ; i; I"2003-12-04;T@ S; ; i; I"JThu Dec 4 23:54:00 2003 Rick Ohnemus ;T@ o; ;;;[o;;I"dln.c (aix_loaderror);T;[o;;[I"Nshould not use member named 'errno' which might be a macro (e.g. on AIX).;TS; ; i; I"GThu Dec 4 23:32:26 2003 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"io.c (read_all);T;[o;;[I"6do not depend on lseek position. [ruby-dev:22026];TS; ; i; I"EThu Dec 4 22:37:26 2003 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"eval.c (rb_eval);T;[o;;[I"Rpreserve $! value when retry happens in the rescue clause. [ruby-talk:86697];TS; ; i; I"EThu Dec 4 21:50:07 2003 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"?lib/drb/drb.rb (DRb::DRbMessage::send_request, send_reply);T;[o;;[I"Rshould rescue errors and re-raise DRbConnError on write too. [ruby-dev:22132];TS; ; i; I"EThu Dec 4 16:41:17 2003 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"parse.y (exc_list);T;[o;;[I",allow expanding list. [ruby-dev:22134];TS; ; i; I"AThu Dec 4 14:09:24 2003 Minero Aoki ;T@ o; ;;;[o;;I"/test/fileutils/test_fileutils.rb (test_cp);T;[o;;[I"stest if the error is kind of SystemCallError. It is needless details that which errno is set on each systems.;TS; ; i; I"AThu Dec 4 13:24:13 2003 Shugo Maeda ;T@ o; ;;;[o;;I"lib/monitor.rb;T;[o;;[I"0use Object#__send__ instead of Object#send.;TS; ; i; I"FThu Dec 4 13:17:45 2003 NAKAMURA, Hiroshi ;T@ o; ;;;[o;;I"lib/soap/streamHandler.rb;T;[o;;[I"5support latest released version of http-access2.;TS; ; i; I"FThu Dec 4 13:04:44 2003 NAKAMURA, Hiroshi ;T@ o; ;;;[ o;;I"lib/soap/soap.rb;T;[o;;[I"Hadd SOAP::Env module for environment repository such as HTTP_PROXY.;To;;I"lib/soap/property.rb;T;[o;;[I"property implementation.;To;;I"Nlib/soap/streamHandler.rb, lib/soap/wsdlDriver.rb, lib/soap/rpc/driver.rb;T;[o;;[I"use soap/property.rb.;To;;I"Ilib/wsdl/importer.rb, lib/soap/wsdlDriver.rb, lib/soap/rpc/driver.rb;T;[o;;[I"use SOAP::Env.;To;;I"lib/soap/netHttpClient.rb;T;[o;;[I"Vadd basic_auth, ssl_config, and cookie management interface, but ignored for now.;To;;I"lib/xsd/charset.rb;T;[o;;[I"add XSD::Charset.encoding= interface to set wiredump charset explicitly. it was fixed to 'utf-8' when iconv or uconv module was found.;TS; ; i; I"BThu Dec 4 10:43:58 2003 NAKAMURA Usaku ;T@ o; ;;;[o;;I"&ext/dl/sym.c (rb_dlsym_guardcall);T;[o;;[I")__declspec(noinline) is VC7 feature.;TS; ; i; I"AThu Dec 4 10:27:12 2003 Minero Aoki ;T@ o; ;;;[o;;I"lib/net/http.rb;T;[o;;[I"/update hyperlink to the Japanese document.;TS; ; i; I"CThu Dec 4 09:12:43 2003 GOTOU Yuuzou ;T@ o; ;;;[o;;I"/ext/openssl/ossl_asn1.c (asn1time_to_time);T;[o;;[I"Vshould check that the underlying value of ASN1_TIME isn't NULL. [ruby-core:01881];TS; ; i; I"CThu Dec 4 08:29:43 2003 GOTOU Yuuzou ;T@ o; ;;;[o;;I"0lib/webrick/server.rb (GenericServer#start);T;[o;;[I"Lshould rescue Exception to avoid unexpected aborting. [ruby-core:01853];To;;I"7lib/webrick/server.rb (GenericServer#start_thread);T;[o;;[I":should check that peeraddr isn't nil before printing.;To;;I";T@ o; ;;;[o;;I"6lib/pathname.rb (Pathname#link, Pathname#symlink);T;[o;;[I"obsoleted.;To;;I"0(Pathname#make_link, Pathname#make_symlink);T;[o;;[I"new method.;TS; ; i; I"GThu Dec 4 01:45:24 2003 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"io.c (argf_read);T;[o;;[I"Qshould not terminate on empty string; wait until real EOF. [ruby-dev:21969];To;;I"io.c (argf_read);T;[o;;[I"gshould adjust length to read, when length is specified and read spans command line argument files.;TS; ; i; I"2003-12-03;T@ S; ; i; I"IWed Dec 3 19:38:36 2003 Masatoshi SEKI ;T@ o; ;;;[o;;I"lib/drb/drb.rb;T;[o;;[I".correct fcntl parameter. [ruby-dev:22120];TS; ; i; I"HWed Dec 3 13:49:07 2003 Hidetoshi NAGAI ;T@ o; ;;;[ o;;I"ext/tk/lib/tk.rb;T;[o;;[I"8'format'==>'Kernel.format' (avoid override trouble);To;;I"ext/tk/lib/tkafter.rb;T;[o;;[I" ditto.;To;;I"ext/tk/lib/tkcanvas.rb;T;[o;;[I" ditto.;To;;I"ext/tk/lib/tkdialog.rb;T;[o;;[I" ditto.;To;;I"ext/tk/lib/tktext.rb;T;[o;;[I" ditto.;TS; ; i; I"EWed Dec 3 13:28:13 2003 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"Makefile.in (lex.c);T;[o;;[I"Utry gperf first, and copy from the source directory if failed. [ruby-dev:22123];To;;I"ext/extmk.rb (MTIMES);T;[o;;[I"%let makefiles depend to mkmf.rb.;To;;I" lib/mkmf.rb (configuration);T;[o;;[I"DLDFLAGS was duplicated.;TS; ; i; I"2003-12-02;T@ S; ; i; I"ATue Dec 2 23:18:12 2003 Minero Aoki ;T@ o; ;;;[o;;I"lib/net/http.rb;T;[o;;[I"=wrote the warning about HTTP_PROXY environment variable.;TS; ; i; I"ETue Dec 2 21:31:42 2003 Nobuyoshi Nakada ;T@ o; ;;;[ o;;I"bin/testrb;T;[o;;[I"(new test runner. [ruby-core:01845];To;;I"blib/test/unit/autorunner.rb (Test::Unit::AutoRunner.run, Test::Unit::AutoRunner#process_args);T;[o;;[I"'take test list to run and options.;To;;I"^lib/test/unit/autorunner.rb (Test::Unit::AutoRunner::RUNNERS, Test::Unit::AutoRunner#run);T;[o;;[I"Fshould not exit inside a library, just return the result instead.;To;;I"lib/test/unit.rb;T;[o;;[I" ditto.;To;;I"test/runner.rb;T;[o;;[I"exit with the test result.;TS; ; i; I"GTue Dec 2 20:18:48 2003 Eric Sunshine ;T@ o; ;;;[o;;I" configure.in (AC_PROG_YACC);T;[o;;[I"DAC_DEFINE(OLD_YACC) if Yacc is found instead of Bison or byacc.;To;;I" parse.y;T;[o;;[I" If OLD_YACC is defined, ensure that YYMAXDEPTH is at least 10000 (Bison's default) since some old versions of Yacc define it as low as 150 by default, which is too low for Ruby to parse some files, such as date/format.rb. Among other issues, the parse problem causes "make test" to fail.;TS; ; i; I"ATue Dec 2 20:03:20 2003 Minero Aoki ;T@ o; ;;;[o;;I"%test/fileutils/test_fileutils.rb;T;[o;;[I"1check if Pathnames are usable for arguments.;TS; ; i; I"JTue Dec 2 04:22:00 2003 Nathaniel Talbott ;T@ o; ;;;[o;;I" lib/test/unit/assertions.rb;T;[o;;[I"$fixed #assert_no_match message.;To;;I"%test/testunit/test_assertions.rb;T;[o;;[I" ditto.;TS; ; i; I"GTue Dec 2 00:43:00 2003 why the lucky stiff ;T@ o; ;;;[o;;I"ext/syck/syck.c;T;[o;;[I"Pstring buffering bug. decrementing by full max_size now. [ruby-core:01834];TS; ; i; I"2003-12-01;T@ S; ; i; I"GMon Dec 1 21:33:08 2003 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"numeric.c (num_sadded);T;[o;;[I"hprohibit singleton method definition for Numerics. fill yet another gap between Fixnum and Bignum.;TS; ; i; I"GMon Dec 1 17:33:47 2003 Yukihiro Matsumoto ;T@ o; ;;;[ o;;I"pack.c (htov16);T;[o;;[I"Vconverts endian using swap16. htov32(), hton16, hton32 as well. [ruby-talk:85377];To;;I"pack.c (swap16);T;[o;;[I"Yswap 2 bytes no matter how big short is on the platform. swap32() is also prepared.;To;;I"numeric.c (rb_num2int);T;[o;;[I"preturns long to preserve information. rb_fix2int(), rb_num2uint(), rb_fix2uint() as well. [ruby-talk:85377];To;;I"numeric.c (rb_num2uint);T;[o;;[I"Fshould not check for value range if the source value is negative.;TS; ; i; I"EMon Dec 1 17:14:34 2003 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"sample/optparse/opttest.rb;T;[o;;[I" added.;TS; ; i; I"?Mon Dec 1 16:10:52 2003 Dave Thomas ;T@ o; ;;;[o;;I"lib/rdoc/rdoc.rb;T;[o;;[I"((etc) initial merge into main tree.;TS; ; i; I"AMon Dec 1 14:17:49 2003 Minero Aoki ;T@ o; ;;;[o;;I")lib/fileutils.rb (fu_each_src_dest0);T;[o;;[I"Dcall #to_str to allow Pathname for arguments. [ruby-core:01795];To;;I"%test/fileutils/test_fileutils.rb;T;[o;;[I"5does much strict test on "same" files detecting.;TS; ; i; I"BMon Dec 1 09:28:14 2003 NAKAMURA Usaku ;T@ o; ;;;[o;;I"Ibcc32/Makefile.sub, win32/Makefile.sub, wince/Makefile.sub (XCFLAGS);T;[o;;[I"re-export $(XCFLAGS).;To;;I"Kbcc32/Makefile.sub, win32/Makefile.sub, wince/Makefile.sub (ARCH_FLAG);T;[o;;[I"/export $(ARCH_FLAG) (perhaps empty value).;TS; ; i; I"FMon Dec 1 01:03:27 2003 WATANABE Hirofumi ;T@ o; ;;;[o;;I")lib/mkmf.rb (TRY_LINK, link_command);T;[o;;[I"@added support for DLDFLAGS and ARCH_FLAG. [ruby-dev:22085];TS; ; i; I"2003-11-30;T@ S; ; i; I"FSun Nov 30 20:18:07 2003 WATANABE Hirofumi ;T@ o; ;;;[ o;;I"configure.in;T;[o;;[I"Akeep ARCH_FLAG separate. export ARCH_FLAG. [ruby-core:01819];To;;I"Makefile.in;T;[o;;[I"add ARCH_FLAG to CFLAGS.;To;;I"Makefile.in;T;[o;;[I" add @CPPFLAGS@ to CPPFLAGS.;To;;I"+lib/mkmf.rb (link_command, cc_command);T;[o;;[I"use ARCH_FLAG.;To;;I" lib/mkmf.rb (configuration);T;[o;;[I"add ARCH_FLAG to DLDFLAGS.;To;;I"Makefile.in;T;[o;;[I"add ARCH_FLAG to DLDFLAGS.;To;;I"configure.in;T;[o;;[I"Rshould put getcwd in AC_CHECK_FUNCS, not AC_REPLACE_FUNCS. [ruby-core:01826];TS; ; i; I"FSun Nov 30 18:22:48 2003 WATANABE Hirofumi ;T@ o; ;;;[o;;I"configure.in;T;[o;;[I"Jdo not override CCDLDFLAGS, LDFLAGS, XLDFLAGS, DLDFLAGS and LDSHARED.;To;;I"configure.in;T;[o;;[I"JXCFLAGS for compiling ruby itself. ARCH_FLAG is reflected in CFLAGS.;To;;I"lib/mkmf.rb;T;[o;;[I"6ditto. do not import XCFLAGS from config.status.;TS; ; i; I"HSun Nov 30 17:37:36 2003 Hidetoshi NAGAI ;T@ o; ;;;[o;;I"ext/tk/lib/tk.rb;T;[o;;[I"bug fix [ruby-talk:86746];TS; ; i; I"FSun Nov 30 13:02:00 2003 NAKAMURA, Hiroshi ;T@ o; ;;;[ o;;I"*lib/soap/encodingstyle/soapHandler.rb;T;[o;;[I"7refactoring - Simplifying Conditional Expressions.;To;;I"!lib/wsdl/soap/definitions.rb;T;[o;;[I"refactoring - Move Method.;To;;I"1test/xsd/{test_noencoding.rb,noencoding.xml};T;[o;;[I"@new files. test for encoding unspecified XML file parsing.;To;;I"+test/wsdl/{test_fault.rb,map,datetime};T;[o;;[I">new files. test of SOAPFault, dateTime and Apache's Map.;TS; ; i; I"ESun Nov 30 09:35:14 2003 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"string.c (rb_str_update);T;[o;;[I"@get rid of SEGV at just allocated String. [ruby-core:01812];TS; ; i; I"2003-11-28;T@ S; ; i; I"GFri Nov 28 23:19:34 2003 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"gc.c (gc_mark);T;[o;;[I"Pexplicitly check mark recursion levels, instead of unreliable stack length.;TS; ; i; I"IFri Nov 28 22:49:56 2003 Masatoshi SEKI ;T@ o; ;;;[o;;I"lib/rinda/rinda.rb;T;[o;;[I"(fix TupleSpaceProxy#read, read_all.;TS; ; i; I"FFri Nov 28 21:44:40 2003 WATANABE Hirofumi ;T@ o; ;;;[o;;I"1test/fileutils/test_fileutils.rb (test_ln_s);T;[o;;[I"3should be a file, not a directory for FreeBSD.;TS; ; i; I"EFri Nov 28 19:37:56 2003 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"&hash.c (env_has_value, env_index);T;[o;;[I"must match exactly.;To;;I"7test/ruby/test_env.rb (test_has_value, test_index);T;[o;;[I"condition for aboves.;TS; ; i; I"BFri Nov 28 17:59:20 2003 NAKAMURA Usaku ;T@ o; ;;;[o;;I"test/ruby/test_env.rb;T;[o;;[I"add tests for ENV.;TS; ; i; I"IFri Nov 28 17:47:46 2003 Masatoshi SEKI ;T@ o; ;;;[o;;I"%lib/drb/drb.rb (DRbMessage#load);T;[o;;[I",rescue Errno::* and raise DRbConnError.;TS; ; i; I";Fri Nov 28 15:41:15 2003 Tanaka Akira ;T@ o; ;;;[o;;I"(lib/pathname.rb (Pathname#realpath);T;[o;;[I"*obsolete the force_absolute argument.;TS; ; i; I"FFri Nov 28 14:41:52 2003 NAKAMURA, Hiroshi ;T@ o; ;;;[ o;;I"lib/soap/streamHandler.rb;T;[o;;[I"!drop unused http parameters.;To;;I"lib/soap/encodingstyle/soapHandler.rb, lib/soap/mapping/factory.rb, lib/soap/mapping/mapping.rb, lib/soap/mapping/registry.rb, lib/wsdl/soap/complexType.rb;T;[o;;[I"WApacheSOAP's map support was broken under WSDL dynanic client environment. fixed.;To;;I"test/wsdl/raa/*;T;[o;;[I"add tests.;To;;I"lib/xsd/datatypes.rb;T;[o;;[I"dateTime precision bug fix (at least, I hope.) bug of soap4r. XSDDateTimeImple.to_time passed a Float to Time.local/Time.gm as an usec, and NUM2LONG(rb_num2long for Float) causes rounding error.;To;;I"5test/soap/test_basetype.rb, test/xsd/test_xsd.rb;T;[o;;[I"add tests.;TS; ; i; I"EFri Nov 28 04:15:24 2003 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"eval.c (method_arity);T;[o;;[I"/used wrong Proc object. [ruby-talk:86504];TS; ; i; I"EFri Nov 28 00:47:29 2003 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"3eval.c (rb_f_exit), process.c (rb_f_exit_bang);T;[o;;[I"?treat true as success, false as failure. [ruby-dev:22067];To;;I"Ceval.c (rb_f_abort, rb_thread_switch), process.c (rb_f_system);T;[o;;[I"0use ANSI macro instead of hard coded value.;To;;I"3eval.c (rb_f_exit), process.c (rb_f_exit_bang);T;[o;;[I"use VALUEs not but TYPEs.;TS; ; i; I"2003-11-27;T@ S; ; i; I"@Thu Nov 27 22:05:48 2003 Akinori MUSHA ;T@ o; ;;;[o;;I"eval.c, gc.c;T;[o;;[I"FreeBSD/ia64 currently does not have a way for a process to get the base address for the RSE backing store, so hardcode it for the moment. [submitted by: Marcel Moolenaar ];TS; ; i; I"HThu Nov 27 17:36:42 2003 Hidetoshi NAGAI ;T@ o; ;;;[o;;I"ext/tk/lib/tkafter.rb;T;[o;;[I"bug fix on TkTimer#cancel_on_exception=(mode). TkTimer#wait receives the exception of the callback. The exception is kept on @return_value.;TS; ; i; I"FThu Nov 27 16:58:48 2003 WATANABE Hirofumi ;T@ o; ;;;[o;;I" win32/win32.c (rb_w32_stat);T;[o;;[I"(remove _fullpath() for NUL: device.;TS; ; i; I"2003-11-26;T@ S; ; i; I"FWed Nov 26 15:38:47 2003 WATANABE Hirofumi ;T@ o; ;;;[o;;I"1test/fileutils/test_fileutils.rb (test_ln_s);T;[o;;[I"8should take the existing symbolic link for OpenBSD.;TS; ; i; I"GWed Nov 26 04:48:42 2003 why the lucky stiff ;T@ o; ;;;[o;;I"ext/syck/token.c;T;[o;;[I"removed YYTOKTMP references which were causing buffer overflows on large block scalars, comments, quoted scalars and plain scalars.;To;;I"ext/syck/rubyext.c;T;[o;;[I"%dynamic changing of buffer size.;To;;I"ext/syck/syck.h;T;[o;;[I"default buffer size of 4k.;TS; ; i; I"CWed Nov 26 00:55:30 2003 GOTOU Yuuzou ;T@ o; ;;;[o;;I" lib/webrick/httpresponse.rb;T;[o;;[I""add HTTPResponse#keep_alive=.;To;;I"/lib/webrick/httpserver.rb (HTTPServer#run);T;[o;;[I"?should pass the request's keep_alive flag to the response.;TS; ; i; I"2003-11-25;T@ S; ; i; I"BTue Nov 25 21:41:35 2003 NAKAMURA Usaku ;T@ o; ;;;[o;;I"defines.h (ENV_IGNORECASE);T;[o;;[I"Ashould define when DOSISH without human68k. [ruby-dev:22047];To;;I"&hash.c (env_has_value, env_index);T;[o;;[I"1don't ignore case of value. [ruby-dev:22048];TS; ; i; I"GTue Nov 25 21:39:37 2003 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"file.c (path_check_1);T;[o;;[I"0honor sticky bits always. [ruby-talk:86273];TS; ; i; I"ATue Nov 25 20:02:14 2003 Minero Aoki ;T@ o; ;;;[o;;I"%test/fileutils/test_fileutils.rb;T;[o;;[I"$do test in more deep directory.;To;;I"#test/fileutils/test_nowrite.rb;T;[o;;[I" ditto.;TS; ; i; I";Tue Nov 25 19:04:23 2003 Tanaka Akira ;T@ o; ;;;[o;;I".lib/open-uri.rb (URI::Generic#find_proxy);T;[o;;[I"'ENV case sensitivity test refined.;TS; ; i; I"ATue Nov 25 18:13:30 2003 Minero Aoki ;T@ o; ;;;[o;;I"%test/fileutils/test_fileutils.rb;T;[o;;[I"8chdir Dir.tmpdir before each test. [ruby-dev:22045];To;;I"#test/fileutils/test_nowrite.rb;T;[o;;[I" ditto.;TS; ; i; I";Tue Nov 25 17:52:11 2003 Tanaka Akira ;T@ o; ;;;[o;;I".lib/open-uri.rb (URI::Generic#find_proxy);T;[o;;[I"Luse http_proxy under CGI if the environment variable is case sensitive.;TS; ; i; I"FTue Nov 25 16:41:33 2003 NAKAMURA, Hiroshi ;T@ o; ;;;[o;;I"Btest/wsdl/multiplefault.wsdl, test/wsdl/test_multiplefault.rb;T;[o;;[I"Bremoved. this test requires extra libraries in soap4r/1.5.*.;TS; ; i; I"FTue Nov 25 16:24:42 2003 NAKAMURA, Hiroshi ;T@ o; ;;;[o;;I"8lib/soap/**/*.rb, lib/wsdl/**/*.rb, lib/xsd/**/*.rb;T;[o;;[I"%changed license; GPL2 -> Ruby's.;To;;I"Nlib/soap/rpc/driver.rb, lib/soap/wsdlDriver.rb, lib/soap/streamHandler.rb;T;[o;;[I"$add interface to streamhandler.;To;;I"lib/soap/marshal.rb;T;[o;;[I" raise error if parse fails.;To;;I"lib/soap/netHttpClient.rb;T;[o;;[I"5add https support. Patched by Oliver M. Bolzer.;To;;I"lib/soap/netHttpClient.rb;T;[o;;[I"/dump HTTP response message body by itself.;To;;I"Jlib/soap/rpc/driver.rb, lib/soap/rpc/proxy.rb, lib/soap/wsdlDriver.rb;T;[o;;[I"hadd driver#mandatorycharset interface to foce using charset for parsing response from buggy server.;To;;I"*lib/soap/encodingstyle/soapHandler.rb;T;[o;;[I"6support Apache Axis's half typed multi-ref array.;To;;I">lib/soap/mapping/factory.rb, lib/soap/mapping/registry.rb;T;[o;;[I"Smap SOAPStruct which has multi-accessors which name are the same, to an array.;To;;I"lib/soap/rpc/element.rb;T;[o;;[I"#fixed illegal parameter order.;To;;I"lib/soap/rpc/element.rb;T;[o;;[I"Nelement name of response message could have the name other than 'return'.;To;;I"lib/wsdl/operation.rb, lib/wsdl/operationBinding.rb, lib/wsdl/soap/classDefCreator.rb, lib/wsdl/soap/methodDefCreator.rb, lib/wsdl/soap/methodDefCreatorSupport.rb;T;[o;;[I"NWSDL/1.1 allows plural fault definition in a operation. [ruby-talk:84948];To;;I"Btest/wsdl/multiplefault.wsdl, test/wsdl/test_multiplefault.rb;T;[o;;[I"add test for above fix.;To;;I"!lib/wsdl/soap/complexType.rb;T;[o;;[I"=support WSDL array definition with maxOccures="unbound".;To;;I"lib/xsd/charset.rb;T;[o;;[I"Vuse cp932 under emx. Patched by Siena. / SHINAGAWA, Norihide in [ruby-dev:21972];To;;I" lib/xsd/xmlparser/parser.rb;T;[o;;[I"Rset @charset nil by default. Nil means 'follow encoding declaration in XML'.;To;;I"sample/soap/digraph.rb, sample/wsdl/amazon/wsdlDriver.rb, sample/wsdl/googleSearch/sampleClient.rb, sample/wsdl/googleSearch/wsdlDriver.rb, test/wsdl/test_emptycomplextype.rb, test/wsdl/marshal/test_wsdlmarshal.rb, test/xsd/test_xmlschemaparser.rb;T;[o;;[I"Wuse File.open(...) { |f| f.read } instead of File.open(...).read. [ruby-dev:21964];To;;I"Htest/wsdl/emptycomplextype.wsdl, test/wsdl/test_emptycomplextype.rb;T;[o;;[I"simplify the test case.;To;;I"test/wsdl/axisArray/*;T;[o;;[I")add tests for axis's array encoding.;TS; ; i; I"FTue Nov 25 16:15:29 2003 WATANABE Hirofumi ;T@ o; ;;;[o;;I" ruby.h;T;[o;;[I"#don't treat Cygwin as Windows.;TS; ; i; I"HTue Nov 25 15:18:28 2003 Hidetoshi NAGAI ;T@ o; ;;;[o;;I"configure.in;T;[o;;[I";change default value of --enable-pthread (default: no);TS; ; i; I"ETue Nov 25 07:31:16 2003 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"parse.y (primary);T;[o;;[I"Pallow newlines just before right argument parenthesis. (ruby-bugs:PR#1221);TS; ; i; I"2003-11-24;T@ S; ; i; I";Mon Nov 24 23:32:06 2003 Tanaka Akira ;T@ o; ;;;[o;;I">lib/open-uri.rb (OpenURI.open_loop, URI::HTTP#proxy_open);T;[o;;[I":use catch/throw for redirection instead of exception.;To;;I"/(OpenURI.open_loop, OpenURI.redirectable?);T;[o;;[I"restrict redirection.;TS; ; i; I";Mon Nov 24 19:59:48 2003 Tanaka Akira ;T@ o; ;;;[o;;I".lib/open-uri.rb (URI::Generic#find_proxy);T;[o;;[I"Euse CGI_HTTP_PROXY instead of HTTP_PROXY in the CGI environment.;TS; ; i; I"FMon Nov 24 19:32:55 2003 WATANABE Hirofumi ;T@ o; ;;;[o;;I"ext/etc/extconf.rb;T;[o;;[I"Rcheck for pw_passwd in struct passwd and gr_passwd in struct group for DJGPP.;To;;I"ext/etc/etc.c;T;[o;;[I" ditto.;To;;I"ext/Setup.dj;T;[o;;[I"#support for curses, etc, zlib.;TS; ; i; I";Mon Nov 24 17:00:00 2003 Tanaka Akira ;T@ o; ;;;[o;;I"lib/open-uri.rb;T;[o;;[I"Wvalidate option names. :content_length_proc and :progress_proc option implemented.;TS; ; i; I"BMon Nov 24 14:53:10 2003 NAKAMURA Usaku ;T@ o; ;;;[o;;I"Ibcc32/Makefile.sub, win32/Makefile.sub, wince/Makefile.sub (XCFLAGS);T;[o;;[I"3output empty value instead of `-DRUBY_EXPORT'.;TS; ; i; I"2003-11-22;T@ S; ; i; I"FSat Nov 22 23:09:45 2003 WATANABE Hirofumi ;T@ o; ;;;[o;;I"configure.in;T;[o;;[I"'set enable_pthread to no on MinGW.;TS; ; i; I"HSat Nov 22 22:56:20 2003 Hidetoshi NAGAI ;T@ o; ;;;[o;;I"configure.in;T;[o;;[I"/add --enable-pthread option (default: yes);TS; ; i; I"HSat Nov 22 22:48:46 2003 Hidetoshi NAGAI ;T@ o; ;;;[ o;;I"ext/tk/lib/tk.rb;T;[o;;[I"3add Tk.grab_release and fix bug of TkComposite;To;;I"ext/tk/lib/tkafter.rb;T;[o;;[I"bug fix of TkAfter#start;To;;I" ext/tk/sample/tkcombobox.rb;T;[o;;[I"new sample script;To;;I"ext/tcltklib/tcltklib.c;T;[o;;[I"add native thread check;TS; ; i; I"BSat Nov 22 18:49:47 2003 NAKAMURA Usaku ;T@ o; ;;;[o;;I")ext/curses/curses.c (window_nodelay);T;[o;;[I"Jnodelay() of NetBSD's libcruses returns no value, just like keypad().;TS; ; i; I"BSat Nov 22 17:36:36 2003 NAKAMURA Usaku ;T@ o; ;;;[o;;I"Mbcc32/Makefile.sub, win32/Makefile.sub, wince/Makefile.sub (HAVE_GETCWD);T;[o;;[I"output to config.h.;To;;I"Ibcc32/Makefile.sub, win32/Makefile.sub, wince/Makefile.sub (XCFLAGS);T;[o;;[I"output to config.status.;TS; ; i; I"ASat Nov 22 13:10:10 2003 Minero Aoki ;T@ o; ;;;[o;;I"$lib/fileutils.rb (have_st_ino?);T;[o;;[I"djgpp has valid st_ino.;TS; ; i; I"GSat Nov 22 11:28:48 2003 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"gc.c (Init_stack);T;[o;;[I"?stack region is far smaller than usual if pthread is used.;TS; ; i; I"JSat Nov 22 07:30:00 2003 Nathaniel Talbott ;T@ o; ;;;[o;;I"*lib/test/unit/util/backtracefilter.rb;T;[o;;[I"Bfixed a bug that occurred when an exception had no backtrace.;To;;I"/test/testunit/util/test_backtracefilter.rb;T;[o;;[I" ditto.;TS; ; i; I"2003-11-21;T@ S; ; i; I"HFri Nov 21 16:44:18 2003 Hidetoshi NAGAI ;T@ o; ;;;[o;;I"ext/tk/lib/tkentry.rb;T;[o;;[I"bfix the encoding trouble of percent substitutions on validatecommand option of TkEntry widget;To;;I"ext/tk/lib/tk.rb;T;[o;;[I".fix bug on {pack|grid}_propagate() method;TS; ; i; I"@Fri Nov 21 16:12:11 2003 Akinori MUSHA ;T@ o; ;;;[o;;I" ruby.1;T;[o;;[I"Fix markups and grammar.;TS; ; i; I"AFri Nov 21 14:49:42 2003 Minero Aoki ;T@ o; ;;;[o;;I" ruby.1;T;[o;;[I"4wrote about ruby related environment variables.;TS; ; i; I"GFri Nov 21 12:28:03 2003 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"marshal.c (w_extended);T;[o;;[I"jsingleton methods should not be checked when dumping via marshal_dump() or _dump(). [ruby-talk:85909];TS; ; i; I"HFri Nov 21 01:40:00 2003 Hidetoshi NAGAI ;T@ o; ;;;[o;;I"configure.in;T;[o;;[I"check ;To;;I" ruby.h;T;[o;;[I"]include pthread.h if existence. define is_ruby_native() macro when not HAVE_NATIVETHREAD;To;;I" eval.c;T;[o;;[I"?undef is_ruby_native() function when not HAVE_NATIVETHREAD;TS; ; i; I"JFri Nov 21 00:43:00 2003 Nathaniel Talbott ;T@ o; ;;;[o;;I" lib/test/unit/assertions.rb;T;[o;;[I"$use #__send__ instead of #send.;To;;I"lib/test/unit/testcase.rb;T;[o;;[I" ditto.;TS; ; i; I"2003-11-20;T@ S; ; i; I"FThu Nov 20 19:19:22 2003 WATANABE Hirofumi ;T@ o; ;;;[o;;I"configure.in;T;[o;;[I"6don't find the Cygwin's pthread library on MinGW.;TS; ; i; I"AThu Nov 20 19:15:50 2003 Minero Aoki ;T@ o; ;;;[o;;I"$lib/fileutils.rb (have_st_ino?);T;[o;;[I"Jemx (OS/2 with EMX) does not have st_ino (always 0). [ruby-dev:21972];To;;I"5lib/fileutils.rb (rename_cannot_overwrite_file?);T;[o;;[I"7emx does not allow overwriting files by rename(2).;To;;I"%test/fileutils/test_fileutils.rb;T;[o;;[I"4windows? -> have_drive_letter?, have_file_perm?;TS; ; i; I"HThu Nov 20 17:50:58 2003 Hidetoshi NAGAI ;T@ o; ;;;[o;;I"#ext/tk/sample/tkballoonhelp.rb;T;[o;;[I"new sample script;To;;I"$ext/tk/sample/tkmultilistbox.rb;T;[o;;[I" ditto;To;;I"!ext/tk/sample/tktextframe.rb;T;[o;;[I" ditto;TS; ; i; I"HThu Nov 20 13:37:34 2003 Hidetoshi NAGAI ;T@ o; ;;;[o;;I" ruby.h;T;[o;;[I"Ddefine is_ruby_native_thread() for no native thread environment;To;;I" eval.c;T;[o;;[I" ditto;TS; ; i; I"HThu Nov 20 12:42:47 2003 Hidetoshi NAGAI ;T@ o; ;;;[ o;;I"configure.in;T;[o;;[I"2always check existence of the pthread library;To;;I" ruby.h;T;[o;;[I"1define macros for ruby's native thread check;To;;I" eval.c;T;[o;;[I"#add ruby's native thread check;To;;I" gc.c;T;[o;;[I" ditto;TS; ; i; I"2003-11-19;T@ S; ; i; I"AWed Nov 19 14:45:18 2003 Minero Aoki ;T@ o; ;;;[o;;I"lib/net/http.rb (to_ary);T;[o;;[I")print more friendly warning message.;TS; ; i; I"AWed Nov 19 14:32:08 2003 Minero Aoki ;T@ o; ;;;[o;;I" lib/fileutils.rb (fu_same?);T;[o;;[I"add djgpp and wince.;To;;I".lib/fileutils.rb (cannot_overwrite_file?);T;[o;;[I"add wince.;TS; ; i; I"BWed Nov 19 11:04:47 2003 NAKAMURA Usaku ;T@ o; ;;;[o;;I";T@ o; ;;;[o;;I"lib/test/unit.rb;T;[o;;[I"#do not run tests if $! is set.;To;;I"*lib/test/unit/assertionfailederror.rb;T;[o;;[I"Xextend StandardError instead Exception (irb catches the former but not the latter).;TS; ; i; I"2003-11-18;T@ S; ; i; I"FTue Nov 18 23:31:36 2003 WATANABE Hirofumi ;T@ o; ;;;[o;;I" missing/memmove.c (memmove);T;[o;;[I"take void *, not char *.;To;;I"missing.h (memmove);T;[o;;[I" ditto.;To;;I" missing.h (strchr, strrchr);T;[o;;[I"return char *, not int.;TS; ; i; I"ATue Nov 18 22:20:10 2003 Minero Aoki ;T@ o; ;;;[o;;I" lib/fileutils.rb (fu_same?);T;[o;;[I"temporal fix for windows.;TS; ; i; I"ATue Nov 18 19:05:04 2003 Minero Aoki ;T@ o; ;;;[o;;I" lib/fileutils.rb (fu_same?);T;[o;;[I"`check by inode instead of path name, to detect two hard links pointing to the same content.;To;;I"test/fileutils.rb;T;[o;;[I".did not create correctly looped symlinks.;TS; ; i; I"ETue Nov 18 18:23:05 2003 Nobuyoshi Nakada ;T@ o; ;;;[ o;;I")ext/stringio/stringio.c (strio_read);T;[o;;[I"Ebehave as IO at empty string. [ruby-dev:21939], [ruby-dev:21941];To;;I"8ext/stringio/stringio.c (strio_getc, strio_getline);T;[o;;[I"set EOF flag.;To;;I"Eext/stringio/stringio.c (strio_rewind, strio_seek, strio_ungetc);T;[o;;[I"clear EOF flag.;To;;I"#test/stringio/test_stringio.rb;T;[o;;[I"$imported from [ruby-dev:21941].;TS; ; i; I"ATue Nov 18 14:06:35 2003 Minero Aoki ;T@ o; ;;;[o;;I"(lib/fileutils.rb (fu_each_src_dest);T;[o;;[I" File.;To;;I"lib/fileutils.rb;T;[o;;[I"0put parentheses for arguments of File.xxxx?;To;;I"/test/fileutils/test_fileutils.rb (test_cp);T;[o;;[I"test "cp a a".;To;;I"/test/fileutils/test_fileutils.rb (test_mv);T;[o;;[I"test "mv a a".;To;;I"/test/fileutils/test_fileutils.rb (test_ln);T;[o;;[I"test "ln a a".;To;;I"1test/fileutils/test_fileutils.rb (test_ln_s);T;[o;;[I"test "ln_s a a".;To;;I"4test/fileutils/test_fileutils.rb (test_install);T;[o;;[I"test "install a a".;To;;I""test/fileutils/fileasserts.rb;T;[o;;[I"new method assert_symlink.;To;;I""test/fileutils/fileasserts.rb;T;[o;;[I"-assert_is_directory -> assert_directory.;TS; ; i; I"2003-11-17;T@ S; ; i; I"GMon Nov 17 19:38:49 2003 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"file.c (getcwdofdrv);T;[o;;[I". [ruby-core;T;[o;;[I" 01596];TS; ; i; I"EMon Nov 17 10:50:27 2003 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"9lib/optparse.rb (OptionParser::Completion::complete);T;[o;;[I"@allow least common completion for three or more candidates.;TS; ; i; I"EMon Nov 17 09:41:38 2003 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"Jlib/test/unit/ui/tk/testrunner.rb, lib/test/unit/ui/gtk/testrunner.rb;T;[o;;[I"%run GUI main loop in sub thread.;To;;I"(lib/test/unit/ui/gtk2/testrunner.rb;T;[o;;[I"imported from rough.;To;;I"2lib/test/unit/autorunner.rb (keyword_display);T;[o;;[I"sort keywords.;TS; ; i; I"2003-11-16;T@ S; ; i; I"ESun Nov 16 18:10:57 2003 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"eval.c (rb_eval);T;[o;;[I"Yiterator should return value from next inside begin/rescue/end. (ruby-bugs:PR#1218);TS; ; i; I"GSun Nov 16 13:26:07 2003 Yukihiro Matsumoto ;T@ o; ;;;[ o;;I"marshal.c (w_object);T;[o;;[I"bLINK check earlier than anything else, i.e. do not dump TYPE_IVAR for already dumped objects.;To;;I"(ruby-bugs;T;[o;;[I" PR#1220);To;;I"eval.c (rb_eval);T;[o;;[I"Kcall "inherited" only when a new class is generated; not on reopening.;To;;I"eval.c (eval);T;[o;;[I"uprepend error position in evaluating string to "mesg" attribute string only when it's available and is a string.;TS; ; i; I"ASun Nov 16 12:16:10 2003 Minero Aoki ;T@ o; ;;;[o;;I"lib/net/protocol.rb;T;[o;;[I";T@ o; ;;;[o;;I"%lib/thread.rb (Thread.exclusive);T;[o;;[I"Fwrap method definition in class Thread to enable rdoc to process.;TS; ; i; I"ASun Nov 16 09:45:23 2003 Minero Aoki ;T@ o; ;;;[o;;I"'lib/net/http.rb (set_debug_output);T;[o;;[I"=warn if method is called after #start. [ruby-dev:38798];TS; ; i; I"GSun Nov 16 04:41:33 2003 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"eval.c (eval);T;[o;;[I"do not re-raise exception to avoid unnecessary exception copying, instead modify exception and internal information to adjust eval().;To;;I"eval.c (backtrace);T;[o;;[I"?can return the current frame information only if lev < -1.;TS; ; i; I"2003-11-15;T@ S; ; i; I"CSat Nov 15 22:16:42 2003 GOTOU Yuuzou ;T@ o; ;;;[o;;I"A/ext/openssl/ossl_x509ext.c (ossl_x509extfactory_create_ext);T;[o;;[I"refine error message.;TS; ; i; I";Sat Nov 15 10:05:40 2003 Tanaka Akira ;T@ o; ;;;[o;;I"Blib/open-uri.rb (OpenURI.open_loop, OpenURI::HTTP#proxy_open);T;[o;;[I"#refactored to support options.;To;;I" (Buffer);T;[o;;[I"!maintain size by this class.;TS; ; i; I"GSat Nov 15 07:40:14 2003 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"eval.c (rb_method_node);T;[o;;[I"%new API to retrieve method body.;TS; ; i; I"2003-11-14;T@ S; ; i; I"HFri Nov 14 13:21:30 2003 Hidetoshi NAGAI ;T@ o; ;;;[o;;I"ext/tcltklib/tcltklib.c;T;[o;;[I""fix (en-bugged at 2003/11/07);To;;I"ext/tk/lib/tkdialog.rb;T;[o;;[I"DTkDialog.new accepts a parent widget argument [ruby-talk:85066];TS; ; i; I"2003-11-13;T@ S; ; i; I";Thu Nov 13 20:53:35 2003 Tanaka Akira ;T@ o; ;;;[o;;I"%lib/open-uri.rb (Kernel[#.]open);T;[o;;[I"5hard coded URI schemes removed. [ruby-ext:02251];TS; ; i; I"HThu Nov 13 19:17:00 2003 Hidetoshi NAGAI ;T@ o; ;;;[o;;I"&lib/test/unit/ui/tk/testrunner.rb;T;[o;;[I"use grid and panedwindow;To;;0;[o;;[0S; ; i; I";Thu Nov 13 17:56:41 2003 Tanaka Akira ;T@ o; ;;;[o;;I"'lib/open-uri.rb (OpenURI.open_uri);T;[o;;[I"Suse File::RDONLY. reported by Take_tk . [ruby-ext:02245];TS; ; i; I"CThu Nov 13 16:45:53 2003 GOTOU Yuuzou ;T@ o; ;;;[o;;I"5ext/openssl/ossl_x509req.c (ossl_x509req_to_der);T;[o;;[I"+add function for X509::Request#to_der.;TS; ; i; I"EThu Nov 13 11:31:14 2003 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"8lib/optparse.rb (OptionParser::Completion#complete);T;[o;;[I"2prior shorter name to containing longer name.;TS; ; i; I"HThu Nov 13 06:08:54 2003 Hidetoshi NAGAI ;T@ o; ;;;[o;;I"ext/tk/lib/tk.rb;T;[o;;[I"stop freezing some classes;To;;I"ext/tk/lib/multi-tk.rb;T;[o;;[I" ditto.;TS; ; i; I"2003-11-12;T@ S; ; i; I"EWed Nov 12 17:32:49 2003 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"Glib/test/unit/assertions.rb (assert_throws, assert_nothing_thrown);T;[o;;[I"5uncaught throw in sub thread raises ThreadError.;To;;I"1lib/test/unit/ui/tk/testrunner.rb (setup_ui);T;[o;;[I""expand" is not necessary.;TS; ; i; I"AWed Nov 12 14:09:43 2003 Shugo Maeda ;T@ o; ;;;[o;;I"!test/monitor/test_monitor.rb;T;[o;;[I"%fix the timing problem by Queue.;TS; ; i; I"AWed Nov 12 12:59:44 2003 Shugo Maeda ;T@ o; ;;;[o;;I"!test/monitor/test_monitor.rb;T;[o;;[I" added.;TS; ; i; I"AWed Nov 12 10:14:28 2003 Shugo Maeda ;T@ o; ;;;[o;;I"lib/monitor.rb;T;[o;;[I",refactored. Thanks, Gennady Bystritsky.;TS; ; i; I"CWed Nov 12 06:11:39 2003 GOTOU Yuuzou ;T@ o; ;;;[o;;I"?ext/openssl/ossl.c (ossl_x509_sk2ary, ossl_x509crl_sk2ary);T;[o;;[I"/add functions to convert STACK into Array.;To;;I"ext/openssl/ossl.h;T;[o;;[I"add prototypes.;To;;I"}ext/openssl/ossl_pkcs7.c (ossl_pkcs7_set_certificates, ossl_pkcs7_get_certificates, ossl_pkcs7_get_crls, ossl_pkcs7_set_crls);T;[o;;[I"Zadd functions for PKCS7#certificates= PKCS7#certificates, PKCS7#crls= and PKCS7#crls.;TS; ; i; I"JWed Nov 12 00:47:00 2003 Nathaniel Talbott ;T@ o; ;;;[o;;I"+lib/test/unit/ui/testrunnermediator.rb;T;[o;;[I" should require 'test/unit'.;TS; ; i; I"2003-11-11;T@ S; ; i; I"JTue Nov 11 23:54:00 2003 Nathaniel Talbott ;T@ o; ;;;[o;;I"'lib/test/unit/ui/gtk/testrunner.rb;T;[o;;[I"Wadded a rescue clause to handle the case when the requested font is not available.;TS; ; i; I"GTue Nov 11 22:44:08 2003 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"io.c (appendline);T;[o;;[I"afile may not end with newline. a bug if READ_DATA_PENDING_PTR is defined. [ruby-talk:84925];TS; ; i; I"HTue Nov 11 10:42:41 2003 Hidetoshi NAGAI ;T@ o; ;;;[o;;I"ext/tk/lib/tk.rb;T;[o;;[I"craise an exception when creating TkWindow object, because TkWindow class is an abstract class.;TS; ; i; I"CTue Nov 11 03:30:43 2003 GOTOU Yuuzou ;T@ o; ;;;[o;;I"8lib/ext/openssl/ossl_conf.c (ossl_config_get_value);T;[o;;[I"5return nil if the specified value doesn't exist.;To;;I":lib/ext/openssl/ossl_conf.c (ossl_config_get_section);T;[o;;[I"@return a empty hash if the specified section doesn't exist.;TS; ; i; I"2003-11-10;T@ S; ; i; I"AMon Nov 10 11:40:29 2003 Shugo Maeda ;T@ o; ;;;[o;;I"lib/monitor.rb (wait);T;[o;;[I"Zreturn true on signal/broadcastfalse and false on timeout. Thanks Gennady Bystritsky.;TS; ; i; I"EMon Nov 10 00:07:10 2003 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"parse.y (primary);T;[o;;[I"@primary_value may be 0 when syntax error. [ruby-talk:84893];TS; ; i; I"2003-11-09;T@ S; ; i; I"JSun Nov 9 02:05:00 2003 Nathaniel Talbott ;T@ o; ;;;[o;;I" lib/test/unit/assertions.rb;T;[o;;[I"wun-deprecated #assert_not_nil to maintain symmetry with #assert_nil. Also added better output for #assert_kind_of.;To;;I"#test/testunit/tc_assertions.rb;T;[o;;[I" ditto.;TS; ; i; I"2003-11-08;T@ S; ; i; I"FSat Nov 8 18:50:20 2003 NAKAMURA, Hiroshi ;T@ o; ;;;[ o;;I"test/wsdl/raa/*;T;[o;;[I" underscore_name.;TS; ; i; I"HSat Nov 8 13:49:50 2003 Hidetoshi NAGAI ;T@ o; ;;;[o;;I"configure.in;T;[o;;[I"!improvement of pthread check;TS; ; i; I"BSat Nov 8 13:28:46 2003 Takaaki Tateishi ;T@ o; ;;;[o;;I"ext/dl/sym.c;T;[o;;[I"EAdd DL.win32_last_error and DL.last_error. Thanks, Kaoru Shirai.;TS; ; i; I"HSat Nov 8 06:19:38 2003 Hidetoshi NAGAI ;T@ o; ;;;[o;;I"ext/tcltklib/tcltklib.c;T;[o;;[I"hTo fix 'pthread-enabled Tcl/Tk' problem, TclTkIp#_eval calls Tcl_Eval() on the mainloop thread only;To;;0;[o;;[0o;;I"ext/tcltklib/README.1st;T;[o;;[I"1edit the description of '--with-pthread-ext';TS; ; i; I"2003-11-07;T@ S; ; i; I";Fri Nov 7 23:23:04 2003 Tanaka Akira ;T@ o; ;;;[ o;;I"!lib/pathname.rb (Pathname#+);T;[o;;[I"4if self or the argument is `.', return another.;To;;I"(Pathname#parent);T;[o;;[I"!if self is `.', return `..'.;To;;I"(Pathname#children);T;[o;;[I"Cif self is `.', don't prepend self for a pathname in a result.;To;;I"(Pathname#join);T;[o;;[I"%re-implemented using Pathname#+.;To;;I"(Pathname#find);T;[o;;[I"=if self is `.', remove `./' prefix of yielding pathname.;TS; ; i; I"EFri Nov 7 10:23:24 2003 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"'ext/socket/socket.c (make_hostent);T;[o;;[I"Dget rid of SEGV on aliases lookup failure. (ruby-bugs:PR#1215);TS; ; i; I"EFri Nov 7 04:08:05 2003 UENO Katsuhiro ;T@ o; ;;;[o;;I" ext/zlib/zlib.c (Init_zlib);T;[o;;[I"Ldefine Zlib::GzipReader#each_line as an alias of Zlib::GzipReader#each.;TS; ; i; I"GFri Nov 7 01:03:16 2003 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"eval.c (rb_load);T;[o;;[I"=save and restore rb_prohibit_interrupt. [ruby-dev:21857];TS; ; i; I"2003-11-06;T@ S; ; i; I"EThu Nov 6 18:05:07 2003 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"io.c (rb_io_inspect);T;[o;;[I":show the path also at a closed file. [ruby-dev:21851];TS; ; i; I"EThu Nov 6 11:42:07 2003 Nobuyoshi Nakada ;T@ o; ;;;[ o;;I"=ext/stringio/stringio.c (strio_set_string, strio_reopen);T;[o;;[I"check tainted.;To;;I"Pext/stringio/stringio.c (strio_copy, strio_ungetc, strio_write, strio_putc);T;[o;;[I"add infection.;To;;I")ext/stringio/stringio.c (strio_path);T;[o;;[I" just nil. [ruby-dev:21846];To;;I"ruby.c (proc_options);T;[o;;[I"Sreserve searched script path in the source file name table. [ruby-list:38765];To;;I"8lib/optparse.rb (OptionParser::Completion#complete);T;[o;;[I"Adefault not to ignore case on completion. [ruby-talk:84726];To;;I"#win32/win32.c (make_cmdvector);T;[o;;[I"9process backslashes even if a quote is not enclosed.;TS; ; i; I"2003-11-05;T@ S; ; i; I"FWed Nov 5 23:49:45 2003 NAKAMURA, Hiroshi ;T@ o; ;;;[o;;I"sample/openssl/gen_csr.rb;T;[o;;[I"\there (at least) is a CA which does not accept DN in UTF8STRING format. it's a sample.;TS; ; i; I"HWed Nov 5 22:55:16 2003 Hidetoshi NAGAI ;T@ o; ;;;[ o;;I"#configure.in, eval.c, signal.c;T;[o;;[I"O: add '--with-pthread-ext' option to fix the pthread trouble on 'tcltklib';To;;I"ext/tcltklib/README.1st;T;[o;;[I"0add the description of '--with-pthread-ext';To;;I"ext/tk/lib/tktext.rb;T;[o;;[I"ladd TkText#text_copy, text_cut, text_paste to support Tcl/Tk8.4's tk_textCopy, tk_textCut, tk_textPaste;To;;I"ext/tk/lib/tk.rb;T;[o;;[I":add TkMenu#set_focus support Tcl/Tk's tk_menuSetFocus;TS; ; i; I"GWed Nov 5 17:33:45 2003 Yukihiro Matsumoto ;T@ o; ;;;[ o;;I"eval.c (rb_load);T;[o;;[I"Hallow interrupt during loaded program evaluation. [ruby-dev:21834];To;;I"hash.c (rb_hash_fetch);T;[o;;[I"`always warn if default argument and a block are supplied at the same time. [ruby-dev:21842];To;;I"hash.c (env_fetch);T;[o;;[I" ditto.;To;;I"array.c (rb_ary_fetch);T;[o;;[I" ditto.;TS; ; i; I"EWed Nov 5 19:08:47 2003 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"Blib/optparse.rb (OptionParser::Switch::PlacedArgument::parse);T;[o;;[I":do not remove next argument if empty value is placed.;To;;I"test/optparse;T;[o;;[I" added.;TS; ; i; I"EWed Nov 5 17:05:18 2003 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"'lib/test/unit/ui/gtk/testrunner.rb;T;[o;;[I" typo.;TS; ; i; I"BWed Nov 5 11:13:32 2003 NAKAMURA Usaku ;T@ o; ;;;[o;;I" string.c;T;[o;;[I"=add #include "version.h". this file still depends on it.;To;;I"LMakefile.in, bcc32/Makefile.sub, win32/Makefile.sub, wince/Makefile.sub;T;[o;;[I"*add version.h dependency to string.c.;TS; ; i; I"AWed Nov 5 09:14:23 2003 Shugo Maeda ;T@ o; ;;;[o;;I"lib/monitor.rb;T;[o;;[I"%revert to the previous revision.;TS; ; i; I"CWed Nov 5 08:39:51 2003 GOTOU Yuuzou ;T@ o; ;;;[o;;I"-lib/webrick/https.rb (HTTPRequest#parse);T;[o;;[I"set @client_cert_chain.;To;;I"1lib/webrick/https.rb (HTTPRequest#meta_vars);T;[o;;[I";T@ o; ;;;[o;;I"?bcc32/Makefile.sub, win32/Makefile.sub, wince/Makefile.sub;T;[o;;[I"*remove needless version.h dependency.;TS; ; i; I"FTue Nov 4 23:38:43 2003 WATANABE Hirofumi ;T@ o; ;;;[o;;I"class.c, hash.c, string.c;T;[o;;[I"!remove #include "version.h".;To;;I"Makefile.in;T;[o;;[I"*remove needless version.h dependency.;TS; ; i; I"GTue Nov 4 06:54:52 2003 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"io.c (read_all);T;[o;;[I"@fptr->f may be NULL, if IO is closed in the signal handler.;To;;I"io.c (io_read);T;[o;;[I" ditto.;To;;I"string.c (get_pat);T;[o;;[I"remove 1.8.0 warning code.;To;;I"string.c (rb_str_match);T;[o;;[I" extend warning until 1.8.2.;To;;I"string.c (rb_str_match2);T;[o;;[I" ditto.;To;;I")class.c (class_instance_method_list);T;[o;;[I"Eremove 1.8.0 warnings. method_list now recurs. [ruby-dev:21816];To;;I"'class.c (rb_obj_singleton_methods);T;[o;;[I" ditto.;To;;I"array.c (rb_ary_select);T;[o;;[I"/remove select with block. [ruby-dev:21824];To;;I"hash.c (rb_hash_select);T;[o;;[I" ditto.;To;;I"hash.c (env_select);T;[o;;[I" ditto.;To;;I"re.c (match_select);T;[o;;[I" ditto.;To;;I" struct.c (rb_struct_select);T;[o;;[I" ditto.;TS; ; i; I"2003-11-03;T@ S; ; i; I"AMon Nov 3 22:53:21 2003 Minero Aoki ;T@ o; ;;;[o;;I"lib/racc/parser.rb;T;[o;;[I"!synchronize with Racc 1.4.4.;To;;I"ext/racc/cparse/cparse.c;T;[o;;[I" ditto.;To;;I"*ext/racc/cparse/cparse.c (parse_main);T;[o;;[I"Ashould abort when the length of LR state stack <=1, not ==0.;TS; ; i; I"GMon Nov 3 08:50:47 2003 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"!process.c (check_uid_switch);T;[o;;[I"&remove duplicated error messages.;To;;I"!process.c (check_gid_switch);T;[o;;[I" ditto.;TS; ; i; I"2003-11-02;T@ S; ; i; I"CSun Nov 2 02:28:33 2003 GOTOU Yuuzou ;T@ o; ;;;[o;;I"lib/webrick/ssl.rb;T;[o;;[I"#new option :SSLExtraChainCert.;TS; ; i; I"@Sun Nov 2 01:02:04 2003 Akinori MUSHA ;T@ o; ;;;[o;;I"string.c (rb_str_hash);T;[o;;[I"KUpdate the HASH_PERL alternative hash algorithm in sync with Perl 5.8.;To;;I"st.c (strhash);T;[o;;[I" Ditto.;TS; ; i; I"2003-11-01;T@ S; ; i; I"CSat Nov 1 18:21:09 2003 GOTOU Yuuzou ;T@ o; ;;;[o;;I"6ext/openssl/ossl_ssl.c (ossl_ssl_peer_cert_chain);T;[o;;[I".add new method SSLSocket#peer_cert_chain.;To;;I"/ext/openssl/ossl_x509req.c (GetX509ReqPtr);T;[o;;[I"4new function which returns underlying X509_REQ.;To;;I"ext/openssl/ossl_x509ext.c (ossl_x509extfactory_set_issuer_cert, ossl_x509extfactory_set_subject_cert, ossl_x509extfactory_set_crl, ossl_x509extfactory_set_subject_req, ossl_x509extfactory_set_config);T;[o;;[I"Duse underlying C struct without duplication not to leak momory.;TS; ; i; I"FSat Nov 1 01:49:03 2003 NAKAMURA, Hiroshi ;T@ o; ;;;[o;;I" lib/soap/mapping/factory.rb;T;[o;;[I"_mark marshalled basetype objects when @allow_original_mapping is true. multi-referencing basetype node is prohibited in SOAP/1.1 encoding but soap4r's original ruby object mapping requires basetype to be marked to detect self referencing loop. e.g. o = 1; o.instance_eval { @iv = o } soap4r's original mapping is only used through soap/marshal API.;To;;I"&test/soap/marshal/test_marshal.rb;T;[o;;[I"6add tests for self referencing immutable objects.;To;;I"$test/soap/calc/test_calc_cgi.rb;T;[o;;[I"fix test name.;TS; ; i; I"2003-10-31;T@ S; ; i; I"HFri Oct 31 22:26:29 2003 Takaaki Uematsu ;T@ o; ;;;[o;;I"!wince/string_wce.c (strrchr);T;[o;;[I"should decrement pointer.;To;;I"wince/Makefile.sub;T;[o;;[I""correct a range of isdigit().;TS; ; i; I"FFri Oct 31 12:55:24 2003 WATANABE Hirofumi ;T@ o; ;;;[o;;I"configure.in, lib/mkmf.rb;T;[o;;[I"/add RPATHFLAG for NetBSD. [ruby-dev:21791];To;;I"?bcc32/Makefile.sub, win32/Makefile.sub, win32/Makefile.sub;T;[o;;[I" ditto.;TS; ; i; I"BFri Oct 31 01:38:14 2003 NAKAMURA Usaku ;T@ o; ;;;[o;;I"2wince/Makefile.sub, win32/Makefile.sub (.y.c);T;[o;;[I"Xallow white spaces at the beginning of line to remove by sed. (ruby-bugs-ja:PR#580);TS; ; i; I"GFri Oct 31 01:02:24 2003 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"compar.c (cmp_equal);T;[o;;[I"uprotect exceptions from <=> comparison again. returns nil if any exception or error happened during comparison.;To;;I"eval.c (search_required);T;[o;;[I"Jshould update *featurep when DLEXT2 is defined. (ruby-bugs-ja:PR#581);TS; ; i; I"2003-10-30;T@ S; ; i; I"IThu Oct 30 23:41:04 2003 Masatoshi SEKI ;T@ o; ;;;[o;;I"lib/drb/drb.rb;T;[o;;[I"add DRbArray;To;;I"lib/drb/invokemethod.rb;T;[o;;[I",fix Hash#each problem. [ruby-dev:21773];To;;I"lib/drb/unix.rb;T;[o;;[I"$add LoadError. [ruby-dev:21743];TS; ; i; I"FThu Oct 30 23:19:11 2003 NAKAMURA, Hiroshi ;T@ o; ;;;[o;;I"lib/soap/generator.rb;T;[o;;[I" better XML pretty printing.;To;;I"*lib/soap/encodingstyle/soapHandler.rb;T;[o;;[I"remove unnecessary namespace assignment in the element which has "encodingStyle" attribute, and add necessary namespace assignment for "arrayType" attribute.;To;;I"$test/soap/calc/test_calc_cgi.rb;T;[o;;[I"2take over $DEBUG to ruby process through CGI.;TS; ; i; I"GThu Oct 30 22:59:39 2003 why the lucky stiff ;T@ o; ;;;[o;;I"ext/syck/yaml2byte.c;T;[o;;[I"(HASH const too long. Thanks, matz.;TS; ; i; I"@Thu Oct 30 19:13:53 2003 Akinori MUSHA ;T@ o; ;;;[o;;I"ext/syck/MANIFEST;T;[o;;[I"Add yamlbyte.h.;TS; ; i; I"GThu Oct 30 14:25:31 2003 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"io.c (READ_DATA_BUFFERED);T;[o;;[I"5new macro to detect whether stdio buffer filled.;To;;I"io.c (rb_io_fptr_cleanup);T;[o;;[I"Lmove path deallocation to rb_io_fptr_finalize (finalizer called by GC).;TS; ; i; I"GThu Oct 30 13:23:39 2003 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"parse.y (logop);T;[o;;[I"(left may be NULL. [ruby-talk:84539];To;;I"eval.c (rb_eval);T;[o;;[I"#NODE_CASE nd_head may be NULL.;TS; ; i; I"FThu Oct 30 10:14:51 2003 NAKAMURA, Hiroshi ;T@ o; ;;;[o;;I" lib/test/unit/autorunner.rb;T;[o;;[I"make fox runner work.;TS; ; i; I"BThu Oct 30 09:32:26 2003 NAKAMURA Usaku ;T@ o; ;;;[o;;I"process.c (rb_f_system);T;[o;;[I"Wfixed lack of security check before calling do_spawn() on win32. [ruby-talk:84555];TS; ; i; I"GThu Oct 30 02:46:35 2003 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"eval.c (proc_invoke);T;[o;;[I"+single array value to normal Proc#call;To;;I"M(i.e. not via lambda call), should be treated just like yield. [ruby-dev;T;[o;;[I" 21726];TS; ; i; I"CThu Oct 30 02:25:48 2003 GOTOU Yuuzou ;T@ o; ;;;[ o;;I"@ext/openssl/lib/openssl/buffering.rb (Buffering#initialize);T;[o;;[I"3add new method to inherit @sync from @io.sync.;To;;I"9ext/openssl/lib/net/protocols.rb (SSLIO#ssl_connect);T;[o;;[I")no need to set sync flag explicitly.;To;;I"4ext/openssl/ossl_ssl.c (ossl_sslctx_initialize);T;[o;;[I"call super.;To;;I"/ext/openssl/ossl_ssl.c (ossl_sslctx_setup);T;[o;;[I"7set extra chain certificates in @extra_chain_cert.;TS; ; i; I"2003-10-29;T@ S; ; i; I"FWed Oct 29 22:02:04 2003 NAKAMURA, Hiroshi ;T@ o; ;;;[o;;I"test/drb/drbtest.rb;T;[o;;[I"cuse rbconfig.rb to make the path of ruby interpreter to exec, instead of test/ruby/envutil.rb,;TS; ; i; I"BWed Oct 29 19:58:59 2003 NAKAMURA Usaku ;T@ o; ;;;[o;;I"&ext/tcltklib/tcltklib.c (CONST84);T;[o;;[I"Fdefine CONST84 when it is not defined and TCL_MAJOR_VERSION >= 8.;To;;I"Qext/tcltklib/tcltklib.c (VwaitVarProc, WaitVariableProc, rb_threadVwaitProc);T;[o;;[I""use CONST84 instead of CONST.;To;;I"Lext/tcltklib/tcltklib.c (ip_rbTkWaitCommand, ip_rb_threadTkWaitCommand);T;[o;;[I"use CONST84 always.;TS; ; i; I";Wed Oct 29 17:27:05 2003 Tanaka Akira ;T@ o; ;;;[o;;I"'re.c (rb_reg_s_union, Init_Regexp);T;[o;;[I"new method `Regexp.union'.;To;;I"lib/pathname.rb (realpath);T;[o;;[I"2examine Dir.pwd because it may have symlinks.;TS; ; i; I"EWed Oct 29 17:16:31 2003 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"eval.c (rb_longjmp);T;[o;;[I"5must not disturb original jump. [ruby-dev:21733];TS; ; i; I"GWed Oct 29 15:28:34 2003 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"eval.c (Init_Proc);T;[o;;[I"Jtaint preallocated exception object sysstack_error. [ruby-talk:84534];TS; ; i; I"GWed Oct 29 11:27:39 2003 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"parse.y (ret_args);T;[o;;[I"(node may be NULL. [ruby-talk:84530];TS; ; i; I"2003-10-28;T@ S; ; i; I"BTue Oct 28 15:20:12 2003 NAKAMURA Usaku ;T@ o; ;;;[o;;I"ext/tcltklib/tcltklib.c (VwaitVarProc, ip_rbVwaitObjCmd, WaitVariableProc, WaitVisibilityProc, WaitWindowProc, ip_rbTkWaitObjCmd, ip_rbTkWaitCommand, rb_threadVwaitProc, rb_threadWaitVisibilityProc, rb_threadWaitWindowProc, ip_rb_threadVwaitObjCmd, ip_rb_threadTkWaitObjCmd);T;[o;;[I"$prototype; avoid VC++ warnings.;TS; ; i; I"2003-10-27;T@ S; ; i; I"EMon Oct 27 19:19:55 2003 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"eval.c (rb_longjmp);T;[o;;[I";T@ o; ;;;[o;;I"&ext/tcltklib/tcltklib.c (ip_ruby);T;[o;;[I"abug fix on Win : hang-up when calling 'exit' in the Tk callback procedure. [ruby-list:38656];TS; ; i; I"2003-10-25;T@ S; ; i; I"GSat Oct 25 09:18:04 2003 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"eval.c (rb_method_missing);T;[o;;[I"Bprotect exception from within "inspect". (ruby-bugs:PR#1204);TS; ; i; I"2003-10-24;T@ S; ; i; I"GFri Oct 24 23:26:34 2003 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"hash.c (rb_hash_each);T;[o;;[I";Hash#each should yield single value. [ruby-talk:84420];To;;I"hash.c (env_each);T;[o;;[I"ditto for ENV.each.;TS; ; i; I"2003-10-23;T@ S; ; i; I"CThu Oct 23 20:25:32 2003 GOTOU Yuuzou ;T@ o; ;;;[o;;I"0lib/webrick/server.rb (GenericServer#start);T;[o;;[I";T@ o; ;;;[o;;I"eval.c (ruby_cleanup);T;[o;;[I";T@ o; ;;;[o;;I" parse.y;T;[o;;[I";integrate operations for stack_type. [ruby-dev:21681];TS; ; i; I"FThu Oct 23 00:41:45 2003 NAKAMURA, Hiroshi ;T@ o; ;;;[o;;I"-test/soap/calc/*, test/soap/helloworld/*;T;[o;;[I"$set logging threshold to ERROR.;TS; ; i; I"2003-10-22;T@ S; ; i; I"EWed Oct 22 12:53:31 2003 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"Mlib/test/unit/collector/dir.rb (Test::Unit::Collector::Dir#collect_file);T;[o;;[I")ignore tests which raised LoadError.;To;;I"Stest/drb/drbtest.rb, test/ruby/test_beginendblock.rb, test/ruby/test_system.rb;T;[o;;[I"%avoid requiring same file twice.;To;;I"6test/drb/test_drbssl.rb, test/drb/test_drbunix.rb;T;[o;;[I"tshould not use ARGV unless invoked directly. do not create test cases unless required libraries are available.;TS; ; i; I"GWed Oct 22 02:31:34 2003 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"eval.c (ruby_cleanup);T;[o;;[I"Dshould not ignore exit_value in END execution. [ruby-dev:21670];TS; ; i; I"2003-10-21;T@ S; ; i; I"GTue Oct 21 23:16:26 2003 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"eval.c (ruby_cleanup);T;[o;;[I"?call finalizers and exit procs before terminating threads.;To;;I"eval.c (ruby_cleanup);T;[o;;[I"4preserve ruby_errinfo before ruby_finalize_0().;TS; ; i; I"ETue Oct 21 15:57:11 2003 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"Mlib/test/unit/collector/dir.rb (Test::Unit::Collector::Dir#collect_file);T;[o;;[I";prepend the directory of target file to the load path.;TS; ; i; I"BTue Oct 21 15:08:53 2003 NAKAMURA Usaku ;T@ o; ;;;[o;;I"(win32/win32.c (do_spawn, do_aspawn);T;[o;;[I">should wait child process even if callded with P_OVERLAY.;To;;I"(win32/win32.c (do_spawn, do_aspawn);T;[o;;[I"1should return child's exit status to parent.;TS; ; i; I"FTue Oct 21 00:35:02 2003 NAKAMURA, Hiroshi ;T@ o; ;;;[o;;I"-test/soap/calc/*, test/soap/helloworld/*;T;[o;;[I"=catch the exception from test server thread and recover.;TS; ; i; I"ITue Oct 21 00:22:57 2003 Masatoshi SEKI ;T@ o; ;;;[o;;I"test/drb/*;T;[o;;[I"import drb/runit.;TS; ; i; I"2003-10-20;T@ S; ; i; I"EMon Oct 20 23:55:47 2003 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"eval.c (rb_eval);T;[o;;[I"Bset current node after arguments evaluation. [ruby-dev:21632];To;;I"eval.c (rb_yield_0);T;[o;;[I"0set current node and keep it at local jump.;TS; ; i; I"EMon Oct 20 22:01:18 2003 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"eval.c (rb_thread_cleanup);T;[o;;[I"8keep thread group for main thread. [ruby-dev:21644];TS; ; i; I"EMon Oct 20 18:28:10 2003 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"eval.c (rb_catch);T;[o;;[I" backout.;TS; ; i; I"GMon Oct 20 17:31:46 2003 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"eval.c (PUSH_FRAME);T;[o;;[I"9generate unique number to be TAG_JUMP() destination.;To;;I"#eval.c (localjump_destination);T;[o;;[I"?use unique number in ruby_frame for localjump destination.;TS; ; i; I"EMon Oct 20 11:31:44 2003 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"+test/ruby/test_signal.rb (test_signal);T;[o;;[I"restore old trap.;TS; ; i; I"GMon Oct 20 11:00:46 2003 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"gc.c (gc_sweep);T;[o;;[I"Tloosen page free condition to avoid add_heap() race condition. [ruby-dev:21633];To;;I"gc.c (gc_sweep);T;[o;;[I"Rdo not update malloc_limit when malloc_increase is smaller than malloc_limit.;TS; ; i; I"BMon Oct 20 09:45:12 2003 NAKAMURA Usaku ;T@ o; ;;;[o;;I"!lib/debug.rb (debug_command);T;[o;;[I"remove debug print.;TS; ; i; I"2003-10-19;T@ S; ; i; I";Sun Oct 19 13:12:30 2003 Tanaka Akira ;T@ o; ;;;[o;;I"/lib/pathname.rb (foreachline, dir_foreach);T;[o;;[I"add obsolete warning.;TS; ; i; I"FSun Oct 19 00:14:22 2003 NAKAMURA, Hiroshi ;T@ o; ;;;[o;;I"-test/soap/calc/*, test/soap/helloworkd/*;T;[o;;[I"*changed port# of test server. (17171);TS; ; i; I"2003-10-18;T@ S; ; i; I"FSat Oct 18 23:01:32 2003 WATANABE Hirofumi ;T@ o; ;;;[o;;I"#missing/acosh.c (DBL_MANT_DIG);T;[o;;[I"typo fix(ifdef -> ifndef).;TS; ; i; I"GSat Oct 18 05:48:59 2003 why the lucky stiff ;T@ o; ;;;[ o;;I"ext/syck/rubyext.c;T;[o;;[I" YAML::Syck::compile method.;To;;I"ext/syck/syck.c;T;[o;;[I"Buffer edge bug.;To;;I"ext/syck/yaml2byte.c;T;[o;;[I" YAML to bytecode converter.;To;;I"ext/syck/yamlbyte.h;T;[o;;[I" Ditto.;To;;I"ext/syck/bytecode.c;T;[o;;[I"BBytecode parser fixes to empty collections and empty strings.;To;;I"ext/syck/token.c;T;[o;;[I" Ditto.;TS; ; i; I"2003-10-17;T@ S; ; i; I"@Fri Oct 17 23:07:38 2003 Akinori MUSHA ;T@ o; ;;;[o;;I"?ext/enumerator/enumerator.c, ext/enumerator/enumerator.txt;T;[o;;[I"ZProvide Kernel#to_enum as an alias for Kernel#enum_for. Maybe this is a better name.;TS; ; i; I"@Fri Oct 17 23:00:30 2003 Akinori MUSHA ;T@ o; ;;;[o;;I"lib/generator.rb;T;[o;;[I"Add rdoc documentation.;TS; ; i; I"@Fri Oct 17 22:16:42 2003 Akinori MUSHA ;T@ o; ;;;[o;;I"lib/set.rb;T;[o;;[I"Reword and fix Overview.;To;;I"lib/set.rb;T;[o;;[I"FIt is not necessary to require 'test/unit/ui/console/testrunner'.;TS; ; i; I"BFri Oct 17 11:15:22 2003 NAKAMURA Usaku ;T@ o; ;;;[o;;I"test/ruby/test_range.rb;T;[o;;[I" added.;To;;I" MANIFEST;T;[o;;[I"!add test/ruby/test_range.rb.;TS; ; i; I"DFri Oct 17 03:21:23 2003 William Sobel ;T@ o; ;;;[o;;I"'ext/socket/socket.c (make_hostent);T;[o;;[I"h_aliases may be NULL.;To;;I"(ruby-bugs;T;[o;;[I" PR#1195);To;;I"/ext/socket/socket.c (sock_s_gethostbyaddr);T;[o;;[I" ditto.;TS; ; i; I"HFri Oct 17 00:12:41 2003 Hidetoshi NAGAI ;T@ o; ;;;[o;;I"ext/tk/lib/tk.rb;T;[o;;[I"\(bug fix) instance variable @frame was used without initializing on TkComposite module.;TS; ; i; I"2003-10-16;T@ S; ; i; I"HThu Oct 16 23:51:04 2003 Hidetoshi NAGAI ;T@ o; ;;;[o;;I"ext/tk/lib/tk.rb;T;[o;;[I"If $DEBUG == true and some exception is caused in a callback operation, Ruby/Tk shows a (verbose) backtrace information on the callback process.;TS; ; i; I"GThu Oct 16 17:09:19 2003 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"6lib/debug.rb (DEBUGGER__::Context::debug_command);T;[o;;[I"Ldo not call debug_silent_eval() when $1 is not set. (ruby-bugs:PR#1194);TS; ; i; I"GThu Oct 16 16:54:57 2003 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"string.c (rb_str_upto);T;[o;;[I"9("a"..."a").to_a should return []. [ruby-core:01634];TS; ; i; I"HThu Oct 16 16:40:51 2003 Hidetoshi NAGAI ;T@ o; ;;;[o;;I"ext/tk/lib/tk.rb;T;[o;;[I"yAdd Tk::EncodedString and Tk::UTF8_String class to support characters using the \uXXXX escape to the UNICODE string.;To;;I"Text/tk/sample/{demos-en,demos-jp}/unicodeout.rb new demo-scripts (samples of Tk;T;[o;;[I":UTF8_String);To;;0;[o;;[0S; ; i; I"EThu Oct 16 08:38:06 2003 Nobuyoshi Nakada ;T@ o; ;;;[o;;I")test/digest/test_digest.rb (test_eq);T;[o;;[I"show failed class.;To;;I"Dtest/ruby/test_iterator.rb (test_break, test_return_trace_func);T;[o;;[I" test localjump destination.;TS; ; i; I"2003-10-15;T@ S; ; i; I"FWed Oct 15 20:22:31 2003 NAKAMURA, Hiroshi ;T@ o; ;;;[o;;I"lib/soap/netHttpClient.rb;T;[o;;[I"Yuse URI::HTTP#request_uri instead of instance_eval('path_query'). [ruby-list:38575];TS; ; i; I"AWed Oct 15 17:24:45 2003 URABE Shyouhei ;T@ o; ;;;[o;;I"lib/cgi.rb (CGI::Cookie);T;[o;;[I"tiny typo fix.;TS; ; i; I"EWed Oct 15 15:00:54 2003 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"eval.c (ruby_run);T;[o;;[I"Ijust return FAILURE instead of parse error count. [ruby-list:38569];TS; ; i; I"BWed Oct 15 13:17:02 2003 NAKAMURA Usaku ;T@ o; ;;;[o;;I"/ext/digest/digest.c (rb_digest_base_alloc);T;[o;;[I"0need to initialize buffer. [ruby-dev:21622];TS; ; i; I"GWed Oct 15 11:23:05 2003 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"marshal.c (w_object);T;[o;;[I"#dump extended modules as well.;To;;I"marshal.c (r_object0);T;[o;;[I"TYPE_USRMARSHAL should restore extended modules before invoking marshal_load. these two fixes are done by Masatoshi Seki .;TS; ; i; I"BWed Oct 15 09:30:34 2003 NAKAMURA Usaku ;T@ o; ;;;[o;;I"2ext/enumerator/enumerator.c (enumerator_each);T;[o;;[I"avoid VC++ warning.;To;;I"ext/syck/syck.h;T;[o;;[I",include stdio.h for definition of FILE.;TS; ; i; I"GWed Oct 15 08:09:07 2003 why the lucky stiff ;T@ o; ;;;[ o;;I"ext/syck/bytecode.c;T;[o;;[I"&Checkin of YAML bytecode support.;To;;I"ext/syck/gram.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.;To;;I"ext/syck/handler.c;T;[o;;[I" Ditto.;To;;I"ext/syck/handler.c;T;[o;;[I"7Now using 'tag' rather than 'taguri' in type URIs.;To;;I"ext/syck/rubyext.c;T;[o;;[I"Ditto (on both counts).;TS; ; i; I"@Wed Oct 15 05:05:53 2003 Akinori MUSHA ;T@ o; ;;;[o;;I"lib/generator.rb;T;[o;;[I"OA new library which converts an internal iterator to an external iterator.;To;;I"lib/abbrev.rb;T;[o;;[I"CA new library which creates an abbreviation table from a list.;TS; ; i; I"HWed Oct 15 04:31:51 2003 Hidetoshi NAGAI ;T@ o; ;;;[o;;I"Gext/tk/sample/demos-en/entry3.rb, ext/tk/sample/demos-jp/entry3.rb;T;[o;;[I"new demo-scripts;To;;I"Aext/tk/sample/demos-en/widget, ext/tk/sample/demos-jp/widget;T;[o;;[I" add entries for 'entry3.rb';TS; ; i; I"@Wed Oct 15 04:31:47 2003 Akinori MUSHA ;T@ o; ;;;[o;;I"test/digest/test_digest.rb;T;[o;;[I"#Moved from ext/digest/test.rb.;TS; ; i; I"HWed Oct 15 03:53:20 2003 Hidetoshi NAGAI ;T@ o; ;;;[o;;I"ext/tk/lib/tk.rb;T;[o;;[I"Hfixed trouble on auto-load Tcl commands (enbug on the last commit).;TS; ; i; I"GWed Oct 15 00:25:00 2003 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"parse.y (yylex);T;[o;;[I"\argument parentheses preceded by spaces should be warned; not error. [ruby-talk:84103];TS; ; i; I"HWed Oct 15 00:20:15 2003 Hidetoshi NAGAI ;T@ o; ;;;[ o;;I"ext/tcltklib/tcltklib.c;T;[o;;[I"Yreplace Tcl/Tk's vwait and tkwait to switch on threads smoothly and avoid seg-fault.;To;;I"ext/tcltklib/tcltklib.c;T;[o;;[I"add TclTkIp._thread_vwait and _thread_tkwait for waiting on a thread. (Because Tcl/Tk's vwait and tkwait command wait on an eventloop.);To;;I"ext/tk/lib/multi-tk.rb;T;[o;;[I"6support TclTkIp._thread_vwait and _thread_tkwait.;To;;I"ext/tk/lib/tk.rb;T;[o;;[I"now, TkVariable#wait has 2 arguments. If 1st argument is true, waits on a thread. If false, waits on an eventloop. If 2nd argument is true, checks existence of rootwidgets. If false, doesn't. Default is wait(true, false).;To;;I"ext/tk/lib/tk.rb;T;[o;;[I"add TkVariable#tkwait(arg) which is equal to TkVariable#wait(arg, true). wait_visibility and wait_destroy have an argument for waiting on a thread or an eventloop.;To;;I"ext/tk/lib/tk.rb;T;[o;;[I"5improve of accessing Tcl/Tk's special variables.;To;;I"ext/tk/lib/tkafter.rb;T;[o;;[I";support 'wait on a thread' and 'wait on an eventloop'.;TS; ; i; I"FWed Oct 15 00:10:24 2003 NAKAMURA, Hiroshi ;T@ o; ;;;[ o;;I"lib/soap/baseData.rb;T;[o;;[I"TIntroduce SOAPType as the common ancestor of SOAPBasetype and SOAPCompoundtype.;To;;I"Ilib/soap/generator.rb, lib/soap/element.rb, lib/soap/encodingstyle/*;T;[o;;[I"KEncoding methods signature change. Pass SOAPGenerator as a parameter.;To;;I":lib/soap/mapping/*, test/soap/marshal/test_marshal.rb;T;[o;;[I"Refactoring for better marshalling/unmarshalling support. Now I think SOAP marshaller supports all kind of object graph which is supported by Ruby's original marshaller. Of course there could be bugs as always. Find it. :-);To;;I"%lib/soap/rpc/standaloneServer.rb;T;[o;;[I"9Set severity threshould to INFO. DEBUG is too noisy.;To;;I"lib/xsd/datatypes.rb;T;[o;;[I"4DateTime#of is obsoleted. Use DateTime#offset.;To;;I";T@ o; ;;;[o;;I"eval.c (ruby_finalize_0);T;[o;;[I"?return the given exit status unless SystemExit got raised.;TS; ; i; I"ETue Oct 14 11:53:49 2003 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"intern.h (ruby_stop);T;[o;;[I"never return.;To;;I"ruby.h (ruby_run);T;[o;;[I" ditto.;TS; ; i; I";Tue Oct 14 04:43:55 2003 Tanaka Akira ;T@ o; ;;;[o;;I"lib/pathname.rb (realpath);T;[o;;[I"&make ELOOP check bit more robust.;To;;I"(children);T;[o;;[I"prepend self by default.;To;;I" (chroot);T;[o;;[I"obsoleted.;TS; ; i; I"ETue Oct 14 02:29:31 2003 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"eval.c (rb_require_safe);T;[o;;[I" segfault after loading .so.;TS; ; i; I"@Tue Oct 14 02:05:23 2003 Akinori MUSHA ;T@ o; ;;;[o;;I"!ext/Setup*, ext/enumerator/*;T;[o;;[I"FAdd ext/enumerator, a helper module for the Enumerable interface.;TS; ; i; I"2003-10-13;T@ S; ; i; I"FMon Oct 13 23:55:59 2003 WATANABE Hirofumi ;T@ o; ;;;[o;;I"test/ruby/envutil.rb;T;[o;;[I"9use Config::CONFIG["ruby_install_name"], not "ruby".;TS; ; i; I"EMon Oct 13 23:57:29 2003 Nobuyoshi Nakada ;T@ o; ;;;[ o;;I"eval.c (rb_feature_p);T;[o;;[I" match by classified suffix.;To;;I"eval.c (rb_require_safe);T;[o;;[I"1require library in the specified safe level.;To;;I"/variable.c (rb_autoload, rb_autoload_load);T;[o;;[I"Crestore safe level when autoload was called. [ruby-dev:21338];To;;I" intern.h;T;[o;;[I"!prototypes; rb_require_safe.;To;;I"test/runner.rb;T;[o;;[I"!accept non-option arguments.;TS; ; i; I"GMon Oct 13 20:49:51 2003 Yukihiro Matsumoto ;T@ o; ;;;[ o;;I"string.c (str_new4);T;[o;;[I"Xshould not preserve FL_TAINT status in the internal shared string. [ruby-dev:21601];To;;I"string.c (rb_str_new4);T;[o;;[I" ditto.;To;;I" eval.c;T;[o;;[I"7use EXIT_SUCCESS and EXIT_FAILURE for exit values.;To;;I"process.c;T;[o;;[I"ditto. [ruby-list:38521];TS; ; i; I"@Mon Oct 13 19:51:02 2003 Koji Arai ;T@ o; ;;;[o;;I"!lib/debug.rb (debug_command);T;[o;;[I"}should enter emacs mode when assigned any value to the environment variable "EMACS". On Meadow, (getenv "EMACS") is "meadow".;TS; ; i; I"2003-10-12;T@ S; ; i; I"FSun Oct 12 14:45:03 2003 WATANABE Hirofumi ;T@ o; ;;;[o;;I"ext/win32ole/extconf.rb;T;[o;;[I"8check "windows.h", not "windows". [ruby-talk:84051];TS; ; i; I"2003-10-11;T@ S; ; i; I"FSat Oct 11 20:41:03 2003 Corinna Vinschen ;T@ o; ;;;[o;;I"file.c (eaccess);T;[o;;[I"Use access(2) on Cygwin.;TS; ; i; I"FSat Oct 11 17:09:21 2003 WATANABE Hirofumi ;T@ o; ;;;[o;;I"5lib/rexml/quickpath.rb (REXML::QuickPath::match);T;[o;;[I"!escape '[' to avoid warning.;TS; ; i; I";Sat Oct 11 16:08:41 2003 Tanaka Akira ;T@ o; ;;;[o;;I"lib/pathname.rb (realpath);T;[o;;[I"!check existence of the file.;To;;I"lib/pathname.rb (realpath);T;[o;;[I"re-implemented.;To;;I"#(realpath_root?, realpath_rec);T;[o;;[I" removed;TS; ; i; I"ASat Oct 11 10:19:39 2003 Shugo Maeda ;T@ o; ;;;[o;;I"lib/monitor.rb;T;[o;;[I"=handle exceptions correctly. Thanks, Gennady Bystritsky.;TS; ; i; I"2003-10-10;T@ S; ; i; I"EFri Oct 10 07:50:54 2003 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"eval.c (is_defined);T;[o;;[I";T@ o; ;;;[o;;I";ext/openssl/ossl_x509name.c (ossl_x509name_initialize);T;[o;;[I">add optional argument to specify the DirectoryString type;To;;I" (ASN1;T;[o;;[I":UTF8STRING by default). RFC3280 deprecates PrintableString for DirectoryString, and strongly requires to use UTF8String for all certificates issued after December, 31 2003.;To;;I"8ext/openssl/lib/openssl/x509.rb (X509::Name::parse);T;[o;;[I" ditto.;TS; ; i; I"2003-10-09;T@ S; ; i; I"EThu Oct 9 23:50:21 2003 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"eval.c (rb_thread_start_0);T;[o;;[I"-prevent thread from GC. [ruby-dev:21572];TS; ; i; I"EThu Oct 9 19:11:44 2003 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"eval.c (rb_thread_start_0);T;[o;;[I"3non-volatile should be restored from volatile.;TS; ; i; I"EThu Oct 9 17:43:36 2003 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"Leval.c (proc_save_safe_level, proc_get_safe_level, proc_set_safe_level);T;[o;;[I""save/restore safe level 1..4.;TS; ; i; I"GThu Oct 9 16:33:23 2003 Yukihiro Matsumoto ;T@ o; ;;;[ o;;I"marshal.c (r_object0);T;[o;;[I"Gremove unnecessary iv restoration for USRMARSHAL. [ruby-dev:21582];To;;I"marshal.c (w_object);T;[o;;[I"@dump generic instance variables from a string from '_dump'.;To;;I"'variable.c (rb_generic_ivar_table);T;[o;;[I",return 0 if obj's FL_EXIVAR is not set.;To;;I"time.c (time_dump);T;[o;;[I"Tcopy instance variables to dumped string, to be included in the marshaled data.;To;;I"bignum.c (rb_big2ulong);T;[o;;[I"*add range check to ensure round trip.;TS; ; i; I"GThu Oct 9 15:45:27 2003 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"pack.c (uv_to_utf8);T;[o;;[I"`change message to "out of range", since negative values are not "too big". [ruby-dev:21567];TS; ; i; I"EThu Oct 9 14:05:38 2003 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"/eval.c (rb_set_end_proc, rb_exec_end_proc);T;[o;;[I")restore safe level. [ruby-dev:21557];TS; ; i; I"EThu Oct 9 10:51:04 2003 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"eval.c (rb_yield_0);T;[o;;[I" no error if block is empty.;TS; ; i; I"EThu Oct 9 06:43:33 2003 Nobuyoshi Nakada ;T@ o; ;;;[ o;;I"eval.c (localjump_error);T;[o;;[I"id should be ID.;To;;I"eval.c (rb_eval);T;[o;;[I")nd_rval is set in copy_node_scope().;To;;I"eval.c (rb_yield_0);T;[o;;[I"unused variable.;To;;I"eval.c (rb_yield_0);T;[o;;[I""nothing to do for empty node.;To;;I"(eval.c (call_end_proc, proc_invoke);T;[o;;[I".adjust backtrace in END. [ruby-dev:21551];To;;I"eval.c (rb_thread_start_0);T;[o;;[I";set the value by break as the result. [ruby-dev:21552];To;;I";eval.c (rb_thread_start_0, rb_thread_raise, rb_callcc);T;[o;;[I"/save variables across THREAD_SAVE_CONTEXT.;TS; ; i; I"GThu Oct 9 12:05:46 2003 Eric Sunshine ;T@ o; ;;;[o;;I"configure.in;T;[o;;[I"revived NextStep, OpenStep, and Rhapsody ports which had become unbuildable; enhanced --enable-fat-binary option so that it accepts a list of desired architectures (rather than assuming a fixed list), or defaults to a platform-appropriate list if user does not provide an explicit list; made the default list of architectures for MAB (fat binary) more comprehensive; now uses -fno-common even when building the interpreter (in addition to using it for extensions), thus allowing the interpreter to be embedded into a plugin module of an external project (in addition to allowing embedding directly into an application); added checks for (needed by `socket' extension) and getcwd(); now ensures that -I/usr/local/include is employed when extensions' extconf.rb scripts invoke have_header() since extension checks on NextStep and OpenStep will fail without it if the desired resource resides in the /usr/local tree; fixed formatting of --help message.;To;;I"Makefile.in;T;[o;;[I"{$(LIBRUBY_A) rule now deletes the archive before invoking $(AR) since `ar' on Apple/NeXT can not "update" MAB archives;To;;0;[o;;[0o;;I"defines.h;T;[o;;[I"fixed endian handling during MAB build (see configure's --enable-fat-binary option) to ensure that all portions of the project see the correct WORDS_BIGENDIAN value (some extension modules were getting the wrong endian setting); added missing constants GETPGRP_VOID, WNOHANG, WUNTRACED, X_OK, and type pid_t for NextStep and OpenStep; removed unnecessary and problematic HAVE_SYS_WAIT_H define in NeXT section.;To;;I" dir.c;T;[o;;[I"do not allow NAMLEN() macro to trust dirent::d_namlen on NextStep since, on some installations, this value always resolves uselessly to zero.;To;;I" dln.c;T;[o;;[I"{added error reporting to NextStep extension loader since the previous behavior of failing silently was not useful; now ensures that NSLINKMODULE_OPTION_BINDNOW compatibility constant is defined for OpenStep and Rhapsody; no longer includes twice on Rhapsody since this header lacks multiple-include protection, which resulted in "redefinition" compilation errors.;To;;I" main.c;T;[o;;[I"ealso create hard reference to objc_msgSend() on NeXT platforms (in addition to Apple platforms).;To;;I"lib/mkmf.rb;T;[o;;[I"now exports XCFLAGS from configure script to extension makefiles so that extensions can be built MAB (see configure's --enable-fat-binary option); also utilize XCFLAGS in cc_command();To;;0;[o;;[0o;;I"ext/curses/extconf.rb;T;[o;;[I"now additionally checks for presence of these curses functions which are not present on NextStep or Openstep: bkgd(), bkgdset(), color(), curs(), getbkgd(), init(), scrl(), set(), setscrreg(), wattroff(), wattron(), wattrset(), wbkgd(), wbkgdset(), wscrl(), wsetscrreg();To;;I"ext/curses/curses.c;T;[o;;[I"added appropriate #ifdef's for additional set of curses functions now checked by extconf.rb; fixed curses_bkgd() and window_bkgd() to correctly return boolean result rather than numeric result; fixed window_getbkgd() to correctly signal an error by returning nil rather than -1.;To;;I"ext/etc/etc.c;T;[o;;[I"]setup_passwd() and setup_group() now check for null pointers before invoking rb_tainted_str_new2() upon fields extracted from `struct passwd' and `struct group' since null pointers in some fields are common on NextStep/OpenStep (especially so for the `pw_comment' field) and rb_tainted_str_new2() throws an exception when it receives a null pointer.;To;;I"ext/pty/pty.c;T;[o;;[I"qinclude "util.h" for strdup()/ruby_strdup() for platforms such as NextStep and OpenStep which lack strdup().;To;;I"ext/socket/getaddrinfo.c;T;[o;;[I"qcast first argument of getservbyname(), gethostbyaddr(), and gethostbyname() from (const char*) to non-const;To;;0;[o;;[0o;;I"ext/socket/socket.c;T;[o;;[I"'include "util.h" for strdup()/ruby_strdup() for platforms such as NextStep and OpenStep which lack strdup(); include if present for NextStep and OpenStep; cast first argument of gethostbyaddr() and getservbyname() from (const char*) to non-const (char*) for older platforms.;To;;I"ext/syslog/syslog.c;T;[o;;[I"qinclude "util.h" for strdup()/ruby_strdup() for platforms such as NextStep and OpenStep which lack strdup().;TS; ; i; I"2003-10-08;T@ S; ; i; I"JWed Oct 8 22:19:00 2003 Nathaniel Talbott ;T@ o; ;;;[o;;I"lib/test/unit.rb;T;[o;;[I"'removed installation instructions.;To;;I"+lib/test/unit/ui/testrunnermediator.rb;T;[o;;[I"3moved the run flag to a more central location.;To;;I"lib/test/unit.rb;T;[o;;[I" ditto.;To;;I"lib/test/unit.rb;T;[o;;[I"1extracted the running code in to AutoRunner.;To;;I" lib/test/unit/autorunner.rb;T;[o;;[I" added.;To;;I"+lib/test/unit/collector/objectspace.rb;T;[o;;[I"Cextracted common test collection functionality in to a module.;To;;I"lib/test/unit/collector.rb;T;[o;;[I"ditto; added.;To;;I"0test/testunit/collector/test_objectspace.rb;T;[o;;[I" ditto.;To;;I"#lib/test/unit/collector/dir.rb;T;[o;;[I"Cadded. Supports collecting tests out of a directory structure.;To;;I"(test/testunit/collector/test_dir.rb;T;[o;;[I" added.;To;;I"test/runner.rb;T;[o;;[I",simplified to use the new capabilities.;TS; ; i; I"2003-10-07;T@ S; ; i; I"FTue Oct 7 15:23:09 2003 NAKAMURA, Hiroshi ;T@ o; ;;;[o;;I"$test/ruby/test_beginendblock.rb;T;[o;;[I"$add tests for nested BEGIN/END.;To;;I"test/ruby/beginmainend.rb;T;[o;;[I"$add tests for nested BEGIN/END.;To;;I"test/ruby/endblockwarn.rb;T;[o;;[I"5new file added to test of END-in-method warning.;TS; ; i; I";Tue Oct 7 12:23:47 2003 Tanaka Akira ;T@ o; ;;;[o;;I"#ext/fcntl/fcntl.c (Init_fcntl);T;[o;;[I"define Fcntl::O_ACCMODE.;To;;I"ext/socket/extconf.rb;T;[o;;[I" useless assignment removed.;TS; ; i; I"ETue Oct 7 09:13:24 2003 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"7test/ruby/test_beginendblock.rb (test_endinmethod);T;[o;;[I""END{} is now allowed in eval.;TS; ; i; I"ETue Oct 7 04:15:25 2003 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"parse.y (stmt);T;[o;;[I"5should not expand mrhs if lhs is solely starred.;TS; ; i; I"GTue Oct 7 02:57:53 2003 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"parse.y (stmt);T;[o;;[I"Urhs of multiple assignment should not be expanded using "to_a". [ruby-dev:21527];TS; ; i; I"CTue Oct 7 01:42:34 2003 GOTOU Yuuzou ;T@ o; ;;;[ o;;I"5ext/openssl/ossl_asn1.c (ossl_asn1_get_asn1type);T;[o;;[I"3use appropriate free function for ASN1_OBJECT.;To;;I"2ext/openssl/ossl_asn1.c (ossl_asn1obj_get_sn);T;[o;;[I"^add new function for ASN1::ObjectId#sn; it returns short name text representation of OID.;To;;I"2ext/openssl/ossl_asn1.c (ossl_asn1obj_get_ln);T;[o;;[I"]add new function for ASN1::ObjectId#ln; it returns long name text representation of OID.;To;;I"3ext/openssl/ossl_asn1.c (ossl_asn1obj_get_oid);T;[o;;[I"Yadd new function for ASN1::ObjectId#oid; it returns numerical representation of OID.;TS; ; i; I"2003-10-06;T@ S; ; i; I"FMon Oct 6 22:59:46 2003 NAKAMURA, Hiroshi ;T@ o; ;;;[o;;I"'lib/csv.rb (IOReader, BasicWriter);T;[o;;[I"call binmode when a given IO respond_to?(:binmode). record separator was wrong when you gave text mode IO to Reader.parse and Writer.generate.;To;;I"test/csv/test_csv.rb;T;[o;;[I" add tests for above change.;TS; ; i; I"EMon Oct 6 16:23:38 2003 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"marshal.c (w_object);T;[o;;[I"&wrong method name in the message.;TS; ; i; I"GMon Oct 6 16:02:05 2003 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"parse.y (stmt);T;[o;;[I"9END in method should cause warning. [ruby-dev:21519];TS; ; i; I"FMon Oct 6 15:17:23 2003 NAKAMURA, Hiroshi ;T@ o; ;;;[o;;I"Ctest/ruby/test_iterator.rb (test_block_argument_without_paren);T;[o;;[I"$added. (follows sample/test.rb);TS; ; i; I"FMon Oct 6 11:57:06 2003 NAKAMURA, Hiroshi ;T@ o; ;;;[o;;I"?test/ruby/test_beginendblock.rb, test/ruby/beginmainend.rb;T;[o;;[I",added test for eval-ed BEGIN END order.;TS; ; i; I"GMon Oct 6 09:19:54 2003 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"marshal.c (w_object);T;[o;;[I"=should pass "weak" value to next level. [ruby-dev:21496];To;;I"eval.c (proc_alloc);T;[o;;[I"Jshould not use cached object if klass is different. [ruby-talk:83685];TS; ; i; I"2003-10-05;T@ S; ; i; I";Sun Oct 5 23:27:09 2003 Tanaka Akira ;T@ o; ;;;[o;;I"ext/socket/extconf.rb;T;[o;;[I"-check recvmsg even if sendmsg is exists.;To;;I"-ext/socket/socket.c (thread_read_select);T;[o;;[I"restored.;To;;I"lib/pathname.rb;T;[o;;[I".version information is added in document.;TS; ; i; I"ESun Oct 5 23:07:03 2003 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"eval.c (rb_f_END);T;[o;;[I"-block should be given. [ruby-dev:21497];TS; ; i; I"CSun Oct 5 22:51:23 2003 GOTOU Yuuzou ;T@ o; ;;;[o;;I"lib/ext/openssl/extconf.rb;T;[o;;[I"Fadd check for some engine functions unavailable in OpenSSL-0.9.6.;To;;I""lib/ext/openssl/ossl_engine.c;T;[o;;[I" ditto.;TS; ; i; I"ESun Oct 5 17:56:30 2003 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"eval.c (rb_eval);T;[o;;[I"-fix evaluation order. [ruby-list:38431];TS; ; i; I"BSun Oct 5 15:05:06 2003 akira yamada ;T@ o; ;;;[o;;I"test/uri/*;T;[o;;[I"$translated RUNIT to Test::Unit.;TS; ; i; I"FSun Oct 5 14:37:39 2003 NAKAMURA, Hiroshi ;T@ o; ;;;[o;;I"lib/xsd/datatypes.rb;T;[o;;[I"(Rational -> Decimal string bug fix.;To;;I"&test/soap/marshal/test_marshal.rb;T;[o;;[I" ditto.;To;;I"$test/soap/calc/test_calc_cgi.rb;T;[o;;[I"-add Config::CONFIG["EXEEXT"] to RUBYBIN.;TS; ; i; I"FSun Oct 5 13:47:22 2003 NAKAMURA, Hiroshi ;T@ o; ;;;[o;;I"?test/ruby/test_beginendblock.rb, test/ruby/beginmainend.rb;T;[o;;[I"5add tests about scope, order and allowed syntax.;TS; ; i; I"FSun Oct 5 11:54:29 2003 NAKAMURA, Hiroshi ;T@ o; ;;;[ o;;I"test/ruby/envutil.rb;T;[o;;[I"1added. split "rubybin" from test_system.rb.;To;;I"test/ruby/test_system.rb;T;[o;;[I"use envutil.rb;To;;I"$test/ruby/test_beginendblock.rb;T;[o;;[I" added.;To;;I"test/ruby/beginmainend.rb;T;[o;;[I"+added. used in test_beginendblock.rb.;TS; ; i; I"JSun Oct 5 11:23:00 2003 Nathaniel Talbott ;T@ o; ;;;[o;;I"+test/testunit/runit/test_testresult.rb;T;[o;;[I"$removed some unnecessary cruft.;TS; ; i; I"JSun Oct 5 11:14:00 2003 Nathaniel Talbott ;T@ o; ;;;[o;;I"lib/rubyunit.rb;T;[o;;[I"9aliasing TestCase into the top level is problematic.;To;;I"lib/runit/assert.rb;T;[o;;[I"Gfixed a couple of bugs caused by recent refactoring in Test::Unit.;To;;I"test/testunit/runit/*;T;[o;;[I" added.;TS; ; i; I"FSun Oct 5 10:55:29 2003 NAKAMURA, Hiroshi ;T@ o; ;;;[o;;I".lib/open-uri.rb (URI::Generic#find_proxy);T;[o;;[I"5no_proxy support did not work. [ruby-dev:21484];TS; ; i; I"JSun Oct 5 09:52:00 2003 Nathaniel Talbott ;T@ o; ;;;[o;;I" lib/test/unit/assertions.rb;T;[o;;[I"_will use pp for output if available. Can be disabled by setting Assertions.use_pp = false.;To;;I"%test/testunit/test_assertions.rb;T;[o;;[I"1made a small change to exception formatting.;TS; ; i; I"JSun Oct 5 07:42:00 2003 Nathaniel Talbott ;T@ o; ;;;[o;;I" lib/test/unit/assertions.rb;T;[o;;[I"nmade small improvements to assertion messages. Deprecated Assertions#assert_not_nil; use #assert instead.;To;;I"%test/testunit/test_assertions.rb;T;[o;;[I" ditto.;To;;I"+test/testunit/util/test_procwrapper.rb;T;[o;;[I",use #assert instead of #assert_not_nil.;TS; ; i; I"JSun Oct 5 04:10:00 2003 Nathaniel Talbott ;T@ o; ;;;[o;;I" lib/test/unit/assertions.rb;T;[o;;[I"!refactored message building.;TS; ; i; I"CSun Oct 5 03:40:22 2003 GOTOU Yuuzou ;T@ o; ;;;[o;;I"ext/openssl/ossl_asn1.h;T;[o;;[I"3global symbols should be declared as external.;TS; ; i; I"BSun Oct 5 03:03:20 2003 akira yamada ;T@ o; ;;;[o;;I",test/ruby/test_exception.rb (test_else);T;[o;;[I" added.;TS; ; i; I"JSun Oct 5 02:12:00 2003 Nathaniel Talbott ;T@ o; ;;;[o;;I" lib/test/unit/assertions.rb;T;[o;;[I"|changed assertion messages to rely more heavily on #inspect. Added backtrace filtering for exceptions in assertion messages.;To;;I"%test/testunit/test_assertions.rb;T;[o;;[I" ditto.;TS; ; i; I"ISun Oct 5 02:12:00 2003 Masatoshi SEKI ;T@ o; ;;;[o;;I"#lib/drb/acl.rb, lib/drb/ssl.rb;T;[o;;[I" added.;To;;I"lib/drb/drb.rb;T;[o;;[I"&exit from a thread using 'break'.;TS; ; i; I"2003-10-04;T@ S; ; i; I"FSat Oct 4 21:49:14 2003 WATANABE Hirofumi ;T@ o; ;;;[o;;I"gc.c (Init_stack);T;[o;;[I"Pthe type of space is changed to unsigned int from double. [ruby-dev:21483];TS; ; i; I"FSat Oct 4 17:52:59 2003 NAKAMURA, Hiroshi ;T@ o; ;;;[ o;;I"lib/soap/netHttpClient.rb;T;[o;;[I"follow http-access2. hosts which matches ENV['no_proxy'] or ENV['NO_PROXY'] are not proxyed. - [,:] separated. ("ruby-lang.org:rubyist.net") - no regexp. (give "ruby-lang.org", not "*.ruby-lang.org") - if you want specify host by IP address, give full address.;To;;0;[o;;[0o;;I"lib/soap/rpc/cgistub.rb;T;[o;;[I"#return "Status: XXX MMM" line.;To;;I"test/runner.rb;T;[o;;[I"give testsuite name.;TS; ; i; I"GSat Oct 4 15:16:02 2003 Yukihiro Matsumoto ;T@ o; ;;;[ o;;I"marshal.c (w_object);T;[o;;[I"instance variable dump do not cause error for objects that cannot be dumped, if they traversed from marshal_dump. they are just ignored.;To;;I"gc.c (Init_stack);T;[o;;[I"Jcast "space" (doble value) into unsigned int. should run on PowerPC.;To;;I"eval.c (rb_eval);T;[o;;[I"Nshould not execute else part if any exception is caught. [ruby-dev:21482];To;;I"parse.y (f_args);T;[o;;[I"1should allow unparenthesized block argument.;To;;I"parse.y (f_rest_arg);T;[o;;[I"0should allow unparenthesized rest argument.;TS; ; i; I";Sat Oct 4 14:59:51 2003 Tanaka Akira ;T@ o; ;;;[ o;;I"!lib/pathname.rb (initialize);T;[o;;[I"8raise ArgumentError if argument has '\0' character.;To;;I"(relative_path_from);T;[o;;[I"new method.;To;;I"(each_entry);T;[o;;[I"/new method for replacement of dir_foreach.;To;;I"/(foreach, foreachline, dir_foreach, chdir);T;[o;;[I"obsoleted.;TS; ; i; I"BSat Oct 4 12:58:48 2003 akira yamada ;T@ o; ;;;[o;;I"test/uri/* (6 files);T;[o;;[I" added.;TS; ; i; I"BSat Oct 4 12:44:45 2003 akira yamada ;T@ o; ;;;[o;;I"&lib/uri/ftp.rb, lib/uri/mailto.rb;T;[o;;[I"#renamed to #to_s from #to_str.;TS; ; i; I"JSat Oct 4 07:33:00 2003 Nathaniel Talbott ;T@ o; ;;;[ o;;I"lib/test/unit/testsuite.rb;T;[o;;[I"3changed #<< to return self, and added #delete.;To;;I"$test/testunit/test_testsuite.rb;T;[o;;[I"0ditto. Also slightly refactored #test_size.;To;;I"+lib/test/unit/collector/objectspace.rb;T;[o;;[I"5collector now preserves the hierarchy of suites.;To;;I"0test/testunit/collector/test_objectspace.rb;T;[o;;[I" ditto.;TS; ; i; I"GSat Oct 4 04:48:49 2003 why the lucky stiff ;T@ o; ;;;[o;;I"ext/syck/rubyext.c;T;[o;;[I"default keys handled.;To;;I"ext/syck/syck.h;T;[o;;[I"Blowered default buffer size to 16k for increased performance.;To;;I"test/yaml;T;[o;;[I"!checkin of basic unit tests.;TS; ; i; I"CSat Oct 4 04:24:19 2003 GOTOU Yuuzou ;T@ o; ;;;[o;;I"ext/openssl/extconf.rb;T;[o;;[I"$add check for X509V3_set_nconf.;To;;I"@ext/openssl/ossl_x509ext.c (ossl_x509extfactory_set_config);T;[o;;[I"8cannot implement if X509V3_set_nconf doesn't exist.;TS; ; i; I"FSat Oct 4 02:12:44 2003 NAKAMURA, Hiroshi ;T@ o; ;;;[o;;I"lib/xsd/datatypes.rb;T;[o;;[I"`dump sign by itself. under the problematic platform, sprintf("%+.10g", -0.0) => +0. sigh.;To;;I"sample/wsdl/amazon/*;T;[o;;[I" update schema ver2 to ver3.;TS; ; i; I";Sat Oct 4 01:33:46 2003 Tanaka Akira ;T@ o; ;;;[ o;;I"!lib/pathname.rb (initialize);T;[o;;[I"#duplicate and freeze argument.;To;;I" (to_s);T;[o;;[I"return duplicated string.;To;;I"(children);T;[o;;[I"new method.;To;;I"(each_line);T;[o;;[I"new alias to foreachline.;TS; ; i; I"2003-10-03;T@ S; ; i; I"CFri Oct 3 16:13:19 2003 GOTOU Yuuzou ;T@ o; ;;;[ o;;I"ext/openssl/ossl_asn1.c;T;[o;;[I"!add DER encoder and decoder.;To;;I"ext/openssl/ossl_asn1.h;T;[o;;[I"add OpenSSL::ASN1 module.;To;;I"&ext/openssl/ossl.c (Init_openssl);T;[o;;[I"call Init_ossl_asn1.;To;;I"ext/openssl/extconf.rb;T;[o;;[I"0check if X509_ATTRIBUTE has field "single".;To;;I":ext/openssl/ossl_x509attr.c (ossl_x509attr_set_value);T;[o;;[I"&accept DER encoded data argument.;To;;I":ext/openssl/ossl_x509attr.c (ossl_x509attr_get_value);T;[o;;[I"4return DER encoded data in OpenSSL::ASN1 types.;TS; ; i; I"JFri Oct 3 13:02:00 2003 Nathaniel Talbott ;T@ o; ;;;[ o;;I"lib/test/unit.rb;T;[o;;[I" refactored to use optparse.;To;;I"lib/test/unit.rb;T;[o;;[I"Hadded support for selecting the output level from the command-line.;To;;I"lib/test/unit.rb;T;[o;;[I"oadded a command-line switch to stop processing the command-line, allowing arguments to be passed to tests.;To;;I"lib/test/unit.rb;T;[o;;[I"Rchanged the method for specifying a runner or a filter from the command-line.;To;;I"+lib/test/unit/collector/objectspace.rb;T;[o;;[I"\fixed a bug causing all tests to be excluded when the filter was set to an empty array.;To;;I"0test/testunit/collector/test_objectspace.rb;T;[o;;[I" ditto.;TS; ; i; I"GFri Oct 3 08:14:32 2003 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"7lib/irb/ruby-lex.rb (RubyLex::identify_identifier);T;[o;;[I"4support 'class ::Foo' syntax. [ruby-talk:83514];TS; ; i; I"JFri Oct 3 08:01:00 2003 Nathaniel Talbott ;T@ o; ;;;[o;;I" lib/test/unit/assertions.rb;T;[o;;[I"Dadded a default message for #assert, #assert_block, and #flunk.;To;;I"%test/testunit/test_assertions.rb;T;[o;;[I" ditto.;To;;I"lib/test/unit/failure.rb;T;[o;;[I"=failures now show a better trace of where they occurred.;To;;I""test/testunit/test_failure.rb;T;[o;;[I"ditto (added).;To;;I"lib/test/unit/testcase.rb;T;[o;;[I" ditto.;To;;I"#test/testunit/test_testcase.rb;T;[o;;[I" ditto.;To;;I"*lib/test/unit/util/backtracefilter.rb;T;[o;;[I" added.;To;;I"/test/testunit/util/test_backtracefilter.rb;T;[o;;[I" added.;To;;I"lib/test/unit/error.rb;T;[o;;[I"8changed to use BacktraceFilter and improved output.;To;;I" test/testunit/test_error.rb;T;[o;;[I" ditto.;TS; ; i; I"2003-10-02;T@ S; ; i; I"EThu Oct 2 20:33:49 2003 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"1ext/iconv/iconv.c (iconv_failure_initialize);T;[o;;[I"1conform with orthodox initialization method.;To;;I"#ext/iconv/iconv.c (iconv_fail);T;[o;;[I"yinitialize exception instance from the class, and do not share instance variables with the others. [ruby-dev:21470];TS; ; i; I"EThu Oct 2 18:20:27 2003 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"time.c (Init_Time);T;[o;;[I")define initialize. [ruby-dev:21469];TS; ; i; I"CThu Oct 2 17:39:38 2003 GOTOU Yuuzou ;T@ o; ;;;[ o;;I"ext/openssl/ossl_engine.c;T;[o;;[I"cadd a new module OpenSSL::Engine. it supports OpenSSL hardware cryptographic engine interface.;To;;I"ext/openssl/ossl_engine.h;T;[o;;[I" ditto.;To;;I"ext/openssl/MANIFEST;T;[o;;[I")add ossl_engine.c and ossl_engine.h.;To;;I"ext/openssl/extconf.rb;T;[o;;[I"$add check for openssl/engine.h.;To;;I"ext/openssl/ossl.c;T;[o;;[I"call Init_ossl_engine().;To;;I"ext/openssl/ossl.h;T;[o;;[I"include openssl/engine.h.;To;;I")ext/openssl/ossl_pkey_{rsa,dsa,dh}.c;T;[o;;[I"1check if underlying EVP_PKEY referes engine.;TS; ; i; I"GThu Oct 2 17:22:37 2003 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"time.c (time_load);T;[o;;[I"Lrestore instance variables (if any) before loading from marshaled data.;TS; ; i; I"EThu Oct 2 14:19:15 2003 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"#ext/iconv/iconv.c (iconv_fail);T;[o;;[I";now yield erred substring, and set error object to $!.;To;;I"&ext/iconv/iconv.c (iconv_convert);T;[o;;[I"ierror handler block should return appended part and the rest. if rest is nil, the conversion stops.;TS; ; i; I"EThu Oct 2 12:00:18 2003 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"$variable.c (rb_const_defined_0);T;[o;;[I";look up constants in Object as well. [ruby-dev:21458];To;;I":test/ruby/test_defined.rb (TestDefined::test_defined);T;[o;;[I"test for constants.;TS; ; i; I"JThu Oct 2 11:17:00 2003 Nathaniel Talbott ;T@ o; ;;;[ o;;I" lib/test/unit/assertions.rb;T;[o;;[I"Lshould not capture an AssertionFailedError unless explicitly requested.;To;;I"%test/testunit/test_assertions.rb;T;[o;;[I" ditto.;To;;I"0test/testunit/collector/test_objectspace.rb;T;[o;;[I"fixed a test failure caused by methods being returned in different orders on different platforms by moving test sorting from TestSuite into the locations where suites are constructed. [ruby-talk:83156];To;;I"lib/test/unit/testcase.rb;T;[o;;[I" ditto.;To;;I"lib/test/unit/testsuite.rb;T;[o;;[I" ditto.;To;;I"+lib/test/unit/collector/objectspace.rb;T;[o;;[I" ditto.;TS; ; i; I"BThu Oct 2 03:25:01 2003 NAKAMURA Usaku ;T@ o; ;;;[o;;I"eval.c (rb_thread_raise);T;[o;;[I"#prototype; avoid VC++ warning.;TS; ; i; I"GThu Oct 2 01:37:34 2003 Yukihiro Matsumoto ;T@ o; ;;;[ o;;I"time.c (time_mdump);T;[o;;[I"Dnew marshal dumper. _dump is still available for compatibility.;To;;I"time.c (time_mload);T;[o;;[I"new marshal loader.;To;;I"marshal.c (w_object);T;[o;;[I"?preserve instance variables for objects with marshal_dump.;To;;I"marshal.c (r_object0);T;[o;;[I";T@ o; ;;;[o;;I" eval.c (rb_f_block_given_p);T;[o;;[I"Creal required condition is ruby_frame->prev->iter == ITER_CUR.;To;;I"eval.c (rb_block_given_p);T;[o;;[I" ditto.;To;;I"eval.c (block_pass);T;[o;;[I"Bupdate ruby_frame->iter only when previous value is ITER_NOT.;TS; ; i; I"GThu Oct 2 01:02:35 2003 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"%variable.c (rb_const_defined_at);T;[o;;[I"lshould exclude constants from Object when TYPE(klass) == T_MODULE *and* exclude is on. [ruby-dev:21458];To;;I" variable.c (rb_const_get_0);T;[o;;[I"Zdo not lookup constants from Object when TYPE(klass) == T_MODULE *and* exclude is on.;TS; ; i; I"FThu Oct 2 00:21:11 2003 NAKAMURA, Hiroshi ;T@ o; ;;;[ o;;I"test/logger/test_logger.rb;T;[o;;[I"@unlinking file before close causes problem under win32 box.;To;;I".lib/xsd/datatypes.rb(XSDFloat, XSDDouble);T;[o;;[I"add +/- sign explicitly when stringified and embedded into XML instance. Ruby's sprintf may format -0.0 as "0.0" (no minus sign) depending on underlying C sprintf implementation.;To;;I"5test/xsd/test_xsd.rb, test/soap/test_basetype.rb;T;[o;;[I"follow above change.;To;;I"test/soap/calc/*;T;[o;;[I"lgive httpd config param "CGIInterpreter". "/usr/bin/env ruby" thing does not work under non-Unix boxes.;TS; ; i; I"EThu Oct 2 00:25:21 2003 Nobuyoshi Nakada ;T@ o; ;;;[o;;I" signal.c (ruby_signal_name);T;[o;;[I"adjust to the prototype.;To;;I"process.c (pst_inspect);T;[o;;[I" ditto.;To;;I"+ext/etc/etc.c (etc_getgrent, Init_etc);T;[o;;[I" typo.;TS; ; i; I"2003-10-01;T@ S; ; i; I"EWed Oct 1 20:49:41 2003 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"gc.c (heaps);T;[o;;[I"8manage slots and limits together. [ruby-dev:21453];To;;I"gc.c (add_heap);T;[o;;[I":should not clear heaps slot even if realloc() failed.;TS; ; i; I"FWed Oct 1 20:36:49 2003 WATANABE Hirofumi ;T@ o; ;;;[o;;I" MANIFEST;T;[o;;[I"add wince/mkconfig_wce.rb.;TS; ; i; I"GWed Oct 1 17:22:33 2003 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"ext/etc/etc.c;T;[o;;[I"Sadd new functions: setpwent, getpwent, endpwent, setgrent, getgrent, endgrent.;To;;I"/ext/socket/socket.c (sock_s_gethostbyname);T;[o;;[I"do not reverse lookup.;TS; ; i; I"EWed Oct 1 17:01:30 2003 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"eval.c (rb_load);T;[o;;[I"JObject scope had priority over required file scope. [ruby-dev:21415];TS; ; i; I"HWed Oct 1 14:09:53 2003 Takaaki Uematsu ;T@ o; ;;;[o;;I"wince/mkconfig_wce.rb;T;[o;;[I"sorry, forget to commit.;TS; ; i; I"HWed Oct 1 10:08:42 2003 Takaaki Uematsu ;T@ o; ;;;[ o;;I"wince/setup.mak;T;[o;;[I""add sigmarionIII SDK support.;To;;I"wince/Makefile.sub;T;[o;;[I" ditto.;To;;I"wince/mkexports.rb;T;[o;;[I"fix linker error in SH4.;To;;I"wince/mkconfig_wce.rb;T;[o;;[I"0camouflage RUBY_PLATFORM for compiling ext.;TS; ; i; I"HWed Oct 1 08:02:52 2003 Takaaki Uematsu ;T@ o; ;;;[o;;I"wince/time_wce.c (time);T;[o;;[I"add zero check.;TS; ; i; I"2003-09-30;T@ S; ; i; I"GTue Sep 30 16:11:05 2003 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"Makefile.in;T;[o;;[I"Scopy lex.c from $(srcdir) if it's not the current directory. [ruby-dev:21437];TS; ; i; I";Tue Sep 30 11:29:23 2003 Tanaka Akira ;T@ o; ;;;[o;;I"process.c (pst_inspect);T;[o;;[I"(describe stopped process "stopped".;TS; ; i; I"ETue Sep 30 09:31:56 2003 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"test/runner.rb;T;[o;;[I"glob for directories.;TS; ; i; I"GTue Sep 30 09:11:43 2003 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"eval.c (rb_eval);T;[o;;[I"Swhile/until should not capture break unless they are destination of the break.;TS; ; i; I"ATue Sep 30 03:12:02 2003 Minero Aoki ;T@ o; ;;;[ o;;I"lib/net/http.rb (finish);T;[o;;[I"revert to 1.93.;To;;I"lib/net/pop.rb (finish);T;[o;;[I"revert to 1.60.;To;;I"lib/net/smtp.rb (finish);T;[o;;[I"revert to 1.67.;To;;I"lib/net/http.rb (do_start);T;[o;;[I"7ensure to close socket if failed to start session.;To;;I"lib/net/pop.rb (do_start);T;[o;;[I" ditto.;To;;I"lib/net/smtp.rb (do_start);T;[o;;[I" ditto.;To;;I"lib/net/smtp.rb;T;[o;;[I"1SMTP#started? wrongly returned false always.;TS; ; i; I"ATue Sep 30 02:54:49 2003 Minero Aoki ;T@ o; ;;;[o;;I"test/ruby/test_iterator.rb;T;[o;;[I"+new test test_break__nested_loop[123].;TS; ; i; I"2003-09-29;T@ S; ; i; I"AMon Sep 29 23:39:13 2003 Minero Aoki ;T@ o; ;;;[o;;I"lib/net/http.rb (finish);T;[o;;[I"odoes not raise IOError even if !started?, to allow closing socket which was opened before session started.;To;;I"lib/net/pop.rb (finish);T;[o;;[I" ditto.;To;;I"lib/net/smtp.rb (finish);T;[o;;[I" ditto.;TS; ; i; I"FMon Sep 29 19:06:51 2003 WATANABE Hirofumi ;T@ o; ;;;[o;;I"ext/win32ole/extconf.rb;T;[o;;[I"add windows.h checking.;To;;I"(ruby-bugs;T;[o;;[I" PR#1185);TS; ; i; I"FMon Sep 29 16:18:30 2003 NAKAMURA, Hiroshi ;T@ o; ;;;[o;;I"lib/logger.rb;T;[o;;[I"`check if the given logdevice object respond_to :write and :close, not is_a? IO. duck duck.;To;;I"test/logger/test_logger.rb;T;[o;;[I"Lself IO.pipe reading/writing may be locked by the flood. use tempfile.;To;;I"lib/wsdl/xmlSchema/data.rb;T;[o;;[I"wrong constant reference.;TS; ; i; I"AMon Sep 29 16:11:23 2003 Minero Aoki ;T@ o; ;;;[o;;I"%test/fileutils/test_fileutils.rb;T;[o;;[I"Cclean up temporary symlink. Patched by NaHi. [ruby-dev:21420];TS; ; i; I"GMon Sep 29 11:16:55 2003 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"eval.c (rb_thread_atfork);T;[o;;[I"-wrong format specifier. [ruby-dev:21428];To;;I"process.c (pst_inspect);T;[o;;[I"better description.;TS; ; i; I"CMon Sep 29 02:31:44 2003 GOTOU Yuuzou ;T@ o; ;;;[o;;I"%lib/webrick/utils.rb (Utils::su);T;[o;;[I"duse setgid and setuid to set real and effective IDs. and setup group access list by initgroups.;TS; ; i; I"2003-09-28;T@ S; ; i; I"@Sun Sep 28 11:14:19 2003 Koji Arai ;T@ o; ;;;[o;;I"&ext/digest/digest.c (Init_digest);T;[o;;[I"G`copy_object' was deprecated. `initialize_copy' should be defined.;To;;I",ext/stringio/stringio.c (Init_stringio);T;[o;;[I" ditto.;TS; ; i; I"2003-09-27;T@ S; ; i; I"FSat Sep 27 18:25:13 2003 NAKAMURA, Hiroshi ;T@ o; ;;;[o;;I"lib/xsd/charset.rb;T;[o;;[I"`XSD::Charset.is_ces did return always true under $KCODE = "NONE" environment. check added.;To;;I"test/xsd/test_xsd.rb;T;[o;;[I"add tests for above fix.;TS; ; i; I"FSat Sep 27 15:58:50 2003 NAKAMURA, Hiroshi ;T@ o; ;;;[o;;I"lib/soap/rpc/cgistub.rb;T;[o;;[I",make logging severity threshold higher.;To;;I"%lib/soap/rpc/standaloneServer.rb;T;[o;;[I"Udefer WEBrick server start to give a chance to reset logging severity threshold.;To;;I"Ctest/soap/calc/test_*, test/soap/helloworld/test_helloworld.rb;T;[o;;[I"run silent.;TS; ; i; I"ASat Sep 27 09:44:18 2003 Minero Aoki ;T@ o; ;;;[o;;I"%test/fileutils/test_fileutils.rb;T;[o;;[I"2clear all errors on Windows. [ruby-dev:21417];To;;I"#test/fileutils/test_nowrite.rb;T;[o;;[I" ditto.;TS; ; i; I"FSat Sep 27 04:57:07 2003 NAKAMURA, Hiroshi ;T@ o; ;;;[o;;I"test/ruby/test_file.rb;T;[o;;[I"?new file. only asserts unlink-before-close behaviour now.;To;;I"&test/soap/marshal/test_digraph.rb;T;[o;;[I"Pshould close before unlink. unlink-before-close pattern is not needed here.;TS; ; i; I"FSat Sep 27 03:32:37 2003 NAKAMURA, Hiroshi ;T@ o; ;;;[o;;I")test/soap/*, test/wsdl/*, test/xsd/*;T;[o;;[I"move TestCase classes into each module namespace. TestMarshal in test/soap/marshal/test_marshal.rb crashed with test/ruby/test_marshal.rb.;TS; ; i; I"BSat Sep 27 01:30:59 2003 NAKAMURA Usaku ;T@ o; ;;;[o;;I"'ext/socket/socket.c (ruby_connect);T;[o;;[I"@on win32, type of the 4th argument of getsockopt is char *.;TS; ; i; I"2003-09-26;T@ S; ; i; I"EFri Sep 26 18:35:40 2003 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"lib/resolv-replace.rb;T;[o;;[I"'1.8 compliance. [ruby-talk:82946];TS; ; i; I"FFri Sep 26 17:39:27 2003 NAKAMURA, Hiroshi ;T@ o; ;;;[o;;I"test/ruby/test_marshal.rb;T;[o;;[I"!add test for ruby's objects.;TS; ; i; I"EFri Sep 26 09:52:44 2003 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"'defines.h (flush_register_windows);T;[o;;[I";T@ o; ;;;[o;;I"lib/README;T;[o;;[I" updated.;TS; ; i; I"2003-09-25;T@ S; ; i; I"BThu Sep 25 17:48:10 2003 NAKAMURA Usaku ;T@ o; ;;;[o;;I"&ext/openssl/ossl.c (ossl_buf2str);T;[o;;[I"-fix type of 1st argument for rb_protect.;To;;I"/ext/openssl/ossl_hmac.c (ossl_hmac_digest);T;[o;;[I"$should return meaningful value.;TS; ; i; I"JThu Sep 25 09:00:00 2003 Nathaniel Talbott ;T@ o; ;;;[o;;I"lib/ostruct.rb;T;[o;;[I"Added OpenStruct#==.;To;;I"!test/ostruct/test_ostruct.rb;T;[o;;[I" Added.;TS; ; i; I"EThu Sep 25 07:55:26 2003 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"sext/win32ole/win32ole.c, ext/openssl/ossl_pkey_dsa.c, ext/openssl/ossl_pkey_rsa.c, ext/bigdecimal/bigdecimal.h;T;[o;;[I"Dmust not use C++ or C99 style comment yet. (ruby-bugs:PR#1184);TS; ; i; I"FThu Sep 25 00:23:22 2003 WATANABE Hirofumi ;T@ o; ;;;[o;;I" MANIFEST;T;[o;;[I"add SOAP4R.;TS; ; i; I"FThu Sep 25 00:13:15 2003 NAKAMURA, Hiroshi ;T@ o; ;;;[ o;;I"lib/soap/* (29 files);T;[o;;[I"SOAP4R added.;To;;I"lib/wsdl/* (42 files);T;[o;;[I"WSDL4R added.;To;;I"lib/xsd/* (12 files);T;[o;;[I"XSD4R added.;To;;I"test/soap/* (16 files);T;[o;;[I" added.;To;;I"test/wsdl/* (2 files);T;[o;;[I" added.;To;;I"test/xsd/* (3 files);T;[o;;[I" added.;To;;I"sample/soap/* (27 files);T;[o;;[I" added.;To;;I"sample/wsdl/* (13 files);T;[o;;[I" added.;TS; ; i; I"2003-09-24;T@ S; ; i; I"CWed Sep 24 02:08:11 2003 GOTOU Yuuzou ;T@ o; ;;;[o;;I"*lib/webrick/httpservlet/cgihandler.rb;T;[o;;[I"Pconform to mswin32. [ruby-talk:82735], [ruby-talk:82748], [ruby-talk:82818];TS; ; i; I"2003-09-23;T@ S; ; i; I"FTue Sep 23 23:10:16 2003 NAKAMURA, Hiroshi ;T@ o; ;;;[o;;I"lib/logger.rb;T;[o;;[I"?add Logger#<<(msg) for writing msg without any formatting.;To;;I"test/logger/test_logger.rb;T;[o;;[I" ditto.;TS; ; i; I"GTue Sep 23 20:47:51 2003 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"error.c (rb_warn_m);T;[o;;[I";should not warn if -W0 is specified. [ruby-talk:82675];TS; ; i; I"2003-09-22;T@ S; ; i; I"FMon Sep 22 21:28:57 2003 WATANABE Hirofumi ;T@ o; ;;;[o;;I" MANIFEST;T;[o;;[I" updated.;TS; ; i; I"CMon Sep 22 19:22:26 2003 GOTOU Yuuzou ;T@ o; ;;;[o;;I""configure.in (AC_CHECK_FUNCS);T;[o;;[I"add setuid and setgid.;TS; ; i; I"GMon Sep 22 12:34:55 2003 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"util.c (ruby_strtod);T;[o;;[I"Uskip preceding zeros before counting digits in the mantissa. (ruby-bugs:PR#1181);TS; ; i; I"2003-09-21;T@ S; ; i; I"CSun Sep 21 04:12:36 2003 GOTOU Yuuzou ;T@ o; ;;;[ o;;I"6ext/openssl/ossl_ocsp.c (ossl_ocspreq_initialize);T;[o;;[I"%the argument should be a String.;To;;I"6ext/openssl/ossl_ocsp.c (ossl_ocspres_initialize);T;[o;;[I" ditt.;To;;I";ext/openssl/ossl_x509attr.c (ossl_x509attr_initialize);T;[o;;[I" ditto.;To;;I"9ext/openssl/ossl_x509ext.c (ossl_x509ext_initialize);T;[o;;[I" ditto.;To;;I"8ext/openssl/ossl_x509ext.c (ossl_x509ext_set_value);T;[o;;[I" ditto.;TS; ; i; I"2003-09-20;T@ S; ; i; I"FSat Sep 20 11:49:05 2003 NAKAMURA, Hiroshi ;T@ o; ;;;[o;;I"lib/logger.rb;T;[o;;[I"typo fixed.;To;;I"test/logger/test_logger.rb;T;[o;;[I"new file.;TS; ; i; I"2003-09-19;T@ S; ; i; I"JFri Sep 19 11:39:00 2003 Nathaniel Talbott ;T@ o; ;;;[ o;;I"test/testunit/*;T;[o;;[I" Added.;To;;I"lib/test/unit.rb;T;[o;;[I"Documentation update.;To;;I"Clib/test/unit/ui/console/testrunner.rb (TestRunner#initialize);T;[o;;[I" Ditto.;To;;I"lib/test/unit.rb;T;[o;;[I"+Factored out an ObjectSpace collector.;To;;I"+lib/test/unit/collector/objectspace.rb;T;[o;;[I" Ditto.;To;;I"sample/testunit/*;T;[o;;[I" Added.;TS; ; i; I"CFri Sep 19 01:00:48 2003 GOTOU Yuuzou ;T@ o; ;;;[o;;I"&lib/webrick/log.rb (BasicLog#log);T;[o;;[I")get rid of as ineffectual condition.;To;;I")lib/webrick/log.rb (BasicLog#format);T;[o;;[I"add "\n" to message.;TS; ; i; I"2003-09-18;T@ S; ; i; I"GThu Sep 18 22:43:20 2003 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"eval.c (proc_invoke);T;[o;;[I",should push PROT_PCALL tag for orphans.;To;;I"eval.c (proc_invoke);T;[o;;[I"(should update "result" for orphans.;TS; ; i; I"GThu Sep 18 20:33:03 2003 Tietew ;T@ o; ;;;[o;;I"parse.y (str_xquote);T;[o;;[I"Edo not prepend escapes in backqoute literals. [ruby-list:38409];TS; ; i; I";Thu Sep 18 20:30:17 2003 Tanaka Akira ;T@ o; ;;;[o;;I"lib/pathname.rb;T;[o;;[I"update document.;TS; ; i; I"FThu Sep 18 15:27:05 2003 NAKAMURA, Hiroshi ;T@ o; ;;;[o;;I"lib/logger.rb;T;[o;;[I"Fnew file. Logger, formerly called devel-logger or Devel::Logger.;To;;I"sample/logger/*;T;[o;;[I"%new file. samples of logger.rb.;TS; ; i; I"2003-09-17;T@ S; ; i; I"GWed Sep 17 23:41:45 2003 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"#eval.c (localjump_destination);T;[o;;[I"Ishould not raise ThreadError exception for "break". [ruby-dev:21348];To;;I"eval.c (proc_invoke);T;[o;;[I"]use result instead of prot_tag->retval. retval is no longer propagated to the ancestors.;TS; ; i; I"EWed Sep 17 20:34:00 2003 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"1parse.y (tokadd_string, parse_string, yylex);T;[o;;[I"Descaped terminator is now interpreted as is. [ruby-talk:82206];TS; ; i; I"AWed Sep 17 18:52:36 2003 Minero Aoki ;T@ o; ;;;[o;;I"%test/fileutils/fileassertions.rb;T;[o;;[I"new file.;To;;I"%test/fileutils/test_fileutils.rb;T;[o;;[I"new file.;To;;I"#test/fileutils/test_nowrite.rb;T;[o;;[I"new file.;TS; ; i; I"AWed Sep 17 18:51:02 2003 Minero Aoki ;T@ o; ;;;[o;;I"'test/strscan/test_stringscanner.rb;T;[o;;[I"require test/unit.;TS; ; i; I"AWed Sep 17 18:35:34 2003 Minero Aoki ;T@ o; ;;;[o;;I"'test/strscan/test_stringscanner.rb;T;[o;;[I"new file.;TS; ; i; I"CWed Sep 17 18:03:30 2003 GOTOU Yuuzou ;T@ o; ;;;[o;;I"ext/openssl;T;[o;;[I">all files are reviewed to simplify and avoid memory leak.;To;;I"ext/openssl/extconf.rb;T;[o;;[I"add check for assert.h.;To;;I"&ext/openssl/ossl.c (ossl_buf2str);T;[o;;[I"@new function to convert C buffer to String and free buffer.;To;;I"*ext/openssl/ossl.c (ossl_x509_ary2sk);T;[o;;[I"Znew function to convert Array of OpenSSL::X509 to STACK_OF(X509) with exception safe.;To;;I">ext/openssl/ossl.c (ossl_to_der, ossl_to_der_if_possible);T;[o;;[I"3new functions to convert object to DER string.;To;;I"ext/openssl/ossl.h;T;[o;;[I" ditto.;To;;I"-ext/openssl/ossl_bio.c (ossl_membio2str);T;[o;;[I"?new function to convert BIO to String object and free BIO.;To;;I"ext/openssl/ossl_bio.h;T;[o;;[I" ditto.;To;;I"1ext/openssl/ossl_pkcs7.c (ossl_pkcs7_to_der);T;[o;;[I"add for "to_der".;To;;I"7ext/openssl/ossl_x509name.c (ossl_x509name_to_der);T;[o;;[I" ditto.;To;;I"5ext/openssl/ossl_x509ext.c (ossl_x509ext_to_der);T;[o;;[I" ditto.;To;;I"7ext/openssl/ossl_x509ext.c (create_ext_from_array);T;[o;;[I"0removed and reimplement in openssl/x509.rb.;To;;I" ext/openssl/ossl_x509attr.c;T;[o;;[I"reimplemented and disable some method temporarily. this class doesn't work fine without ASN.1 data support;-) I'll rewrite in near future.;To;;I"5ext/openssl/lib/openssl/x509.c (X509::Attribute);T;[o;;[I"get rid off unused code.;To;;I";T@ o; ;;;[o;;I"test/csv/test_csv.rb;T;[o;;[I"#add negative tests of row_sep.;TS; ; i; I"GTue Sep 16 18:02:36 2003 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"!regex.c (re_compile_pattern);T;[o;;[I"Gshould not translate character class range edge. [ruby-list:38393];TS; ; i; I"FTue Sep 16 16:47:56 2003 WATANABE Hirofumi ;T@ o; ;;;[o;;I" MANIFEST;T;[o;;[I"add test/csv/mac.csv.;To;;I"2win32/Makefile.sub, bcc32/Makefile.sub (test);T;[o;;[I"add phony NUL target.;TS; ; i; I"2003-09-15;T@ S; ; i; I"FMon Sep 15 19:02:52 2003 NAKAMURA, Hiroshi ;T@ o; ;;;[o;;I"lib/csv.rb;T;[o;;[I"Padd extra pamameter to specify row(record) separater character. To parse Mac's CR separated CSV, do like this. CSV.open("mac.csv", "r", ?,, ?\r) { |row| p row.to_a } The 3rd parameter in this example ?, is for column separater and the 4th ?\r is for row separater. Row separater is nil by default. Nil separater means "\r\n" or "\n".;To;;I"test/csv/test_csv.rb;T;[o;;[I"!add tests for above feature.;To;;I"test/csv/mac.csv;T;[o;;[I"*added. Sample CR separated CSV file.;TS; ; i; I"2003-09-12;T@ S; ; i; I"AFri Sep 12 22:41:48 2003 Michal Rokos ;T@ o; ;;;[ o;;I"ext/openssl/ossl.c;T;[o;;[I"'move ASN.1 stuff to ossl_asn1.[ch];To;;I"ext/openssl/ossl.c;T;[o;;[I"$move BIO stuff to ossl_bio.[ch];To;;I"ext/openssl/ossl_asn1.[ch];T;[o;;[I"new files;To;;I"ext/openssl/ossl_bio.[ch];T;[o;;[I"new files;TS; ; i; I"EFri Sep 12 12:30:41 2003 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"1intern.h (rb_disable_super, rb_enable_super);T;[o;;[I"|replace with dummy expressions instead of prototypes. the functions remain yet for binary compatibility. [ruby-talk:81758];TS; ; i; I"GFri Sep 12 12:09:54 2003 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"bignum.c (rb_big_and);T;[o;;[I"%convert argument using 'to_int'.;To;;I"bignum.c (rb_big_or);T;[o;;[I" ditto.;To;;I"bignum.c (rb_big_xor);T;[o;;[I" ditto.;TS; ; i; I"BFri Sep 12 07:06:14 2003 David Black ;T@ o; ;;;[o;;I"lib/scanf.rb;T;[o;;[I"ETook out useless @matched_item variable; some small refactoring.;TS; ; i; I"2003-09-11;T@ S; ; i; I"GThu Sep 11 08:43:44 2003 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"eval.c (rb_f_require);T;[o;;[I"@allow "require" on $SAFE>0, if feature name is not tainted.;To;;I"Ilib/rexml/parsers/baseparser.rb (REXML::Parsers::BaseParser::stream);T;[o;;[I"Supports StringIO.;TS; ; i; I"2003-09-10;T@ S; ; i; I"CWed Sep 10 22:47:30 2003 GOTOU Yuuzou ;T@ o; ;;;[ o;;I"ext/openssl/ossl.h;T;[o;;[I"fadd a workaround for win32 platform. libeay32.dll doesn't export functions defined in conf_api.h.;To;;I"7ext/openssl/ossl_config.c (ossl_config_initialize);T;[o;;[I" ditto.;To;;I"6ext/openssl/ossl_config.c (ossl_config_add_value);T;[o;;[I" ditto.;To;;I"3ext/openssl/ossl_config.c (set_conf_section_i);T;[o;;[I"+should check if the argument is Array.;TS; ; i; I":Wed Sep 10 22:41:54 2003 Tietew ;T@ o; ;;;[o;;I"&eval.c (win32_get_exception_list);T;[o;;[I"(avoid VC7 warning. [ruby-win32:577];TS; ; i; I"2003-09-09;T@ S; ; i; I"ETue Sep 9 10:39:51 2003 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"eval.c (struct tag);T;[o;;[I"dst should be VALUE.;To;;I"#eval.c (localjump_destination);T;[o;;[I"Mstop at the scope where the current block was created. [ruby-dev:21353];TS; ; i; I"CTue Sep 9 05:17:04 2003 GOTOU Yuuzou ;T@ o; ;;;[o;;I"ext/openssl/ossl_config.rb;T;[o;;[I"*avoid compile error in OpenSSL-0.9.6.;TS; ; i; I"ATue Sep 9 02:41:35 2003 Michal Rokos ;T@ o; ;;;[o;;I"ext/openssl/ossl_config.c;T;[o;;[I"Refine compatibility.;TS; ; i; I"CTue Sep 9 01:50:45 2003 GOTOU Yuuzou ;T@ o; ;;;[o;;I"6lib/webrick/httpserver.rb (HTTPServer#access_log);T;[o;;[I"add "\n" to the message.;To;;I"&lib/webrick/log.rb (BasicLog#log);T;[o;;[I"add "\n" only if needed.;TS; ; i; I"2003-09-08;T@ S; ; i; I"HMon Sep 8 22:15:33 2003 Hidetoshi NAGAI ;T@ o; ;;;[o;;I"ext/tk/lib/multi-tk.rb;T;[o;;[I"8modify security check at creating a new interpreter;TS; ; i; I"EMon Sep 8 20:00:12 2003 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"-lib/optparse.rb, lib/optparse/version.rb;T;[o;;[I"&search also all capital versions.;TS; ; i; I"CMon Sep 8 19:26:33 2003 GOTOU Yuuzou ;T@ o; ;;;[ o;;I"ext/openssl/ossl.h;T;[o;;[I"3include openssl/conf.h and openssl/conf_api.h.;To;;I"ext/openssl/ossl_config.c;T;[o;;[I",refine all with backward compatibility.;To;;I"ext/openssl/ossl_config.h;T;[o;;[I".export GetConfigPtr() and DupConfigPtr().;To;;I"ext/openssl/ossl_x509.c;T;[o;;[I"added new constants under X509 module. DEFAULT_CERT_AREA, DEFAULT_CERT_DIR, DEFAULT_CERT_FILE, DEFAULT_CERT_DIR_ENV, DEFAULT_CERT_FILE_ENV and DEFAULT_PRIVATE_DIR.;To;;I":ext/openssl/ossl_x509ext.c (ossl_x509extfactory_free);T;[o;;[I";don't free the members of the struct. it's left to GC.;To;;I"6ext/openssl/ossl_x509ext.c (ossl_x509_set_config);T;[o;;[I"add for config=.;To;;I"Aext/openssl/ossl_x509ext.c (Xossl_x509extfactory_initialize);T;[o;;[I"`add attr readers: issuer_certificate, subject_certificate, subject_request, crl and config.;TS; ; i; I"CMon Sep 8 18:26:41 2003 GOTOU Yuuzou ;T@ o; ;;;[ o;;I"7lib/webrick/accesslog.rb (AccessLog::setup_params);T;[o;;[I"Cuse req.port instead of config[:Port] or req.request_uri.port.;To;;I"7lib/webrick/httprequest.rb (HTTPRequest#meta_vars);T;[o;;[I" ditto.;To;;I"Blib/webrick/httpservlet/filehandler.rb (FileHandler#dir_list);T;[o;;[I" ditto.;To;;I"lib/webrick/config.rb;T;[o;;[I"":Listen option never be used.;To;;I"5lib/webrick/server.rb (GenericServer#initialize);T;[o;;[I"6don't use :Listen option and add warning message.;To;;I"%lib/webrick/log.rb (BasicLog#<<);T;[o;;[I" shortcut of log(INFO, ...).;To;;I"5lib/webrick/httpserver.rb (HTTPServer#accesslog);T;[o;;[I"use << for logging.;TS; ; i; I"2003-09-07;T@ S; ; i; I"HSun Sep 7 16:08:28 2003 Hidetoshi NAGAI ;T@ o; ;;;[o;;I"0ext/tcltklib/tcltklib.c (lib_mainloop_core);T;[o;;[I"fixed signal-trap bug;To;;I"ext/tk/lib/*.rb;T;[o;;[I" Ruby/Tk works at $SAFE == 4;TS; ; i; I"2003-09-06;T@ S; ; i; I"FSat Sep 6 02:26:34 2003 NAKAMURA, Hiroshi ;T@ o; ;;;[o;;I"test/ruby/test_*.rb;T;[o;;[I"*assert_same, assert_match, and so on.;TS; ; i; I"JSat Sep 6 18:45:46 2003 Mauricio Fernandez ;T@ o; ;;;[o;;I"parse.y (assignable);T;[o;;[I"=call rb_compile_error(), not rb_bug(). [ruby-core:01523];TS; ; i; I"CSat Sep 6 17:40:41 2003 GOTOU Yuuzou ;T@ o; ;;;[ o;;I"ext/openssl/ruby_missing.c;T;[o;;[I"grid of unnecessary backward compatibility stuff. and remove DEFINE_ALLOC_WRAPPER from all sources.;To;;I"5ext/openssl/ossl_x509ext.c (X509::Extension.new);T;[o;;[I"new method.;To;;I"6ext/openssl/ossl_x509ext.c (X509::Extension#oid=);T;[o;;[I"new method.;To;;I"8ext/openssl/ossl_x509ext.c (X509::Extension#value=);T;[o;;[I"new method.;To;;I";ext/openssl/ossl_x509ext.c (X509::Extension#critical=);T;[o;;[I"new method.;TS; ; i; I"BSat Sep 6 01:23:22 2003 NAKAMURA Usaku ;T@ o; ;;;[o;;I" win32/win32.c (CreateChild);T;[o;;[I"+need to quote cmd if RUBYSHELL is set.;To;;I" win32/win32.c (CreateChild);T;[o;;[I"6fix condition about whether to call shell or not.;TS; ; i; I"KSat Sep 6 00:36:20 2003 Nobuyoshi Nakada ;T@ o; ;;;[ o;;I"Makefile.in (test);T;[o;;[I"phony target.;To;;I"-lib/mkmf.rb (have_library, find_library);T;[o;;[I"configure by library name.;To;;I";lib/optparse.rb (OptionParser#order, #permute, #parse);T;[o;;[I" allow an array as argument.;To;;I"test/ruby/test_*.rb;T;[o;;[I"`moved invariants to left side in assert_equal, and use assert_nil, assert_raises and so on.;To;;I""win32/win32.c (isInternalCmd);T;[o;;[I")distinguish command.com and cmd.exe.;To;;I"#win32/win32.c (make_cmdvector);T;[o;;[I"Da character just after wildcard was ignored. [ruby-core:01518];TS; ; i; I"2003-09-05;T@ S; ; i; I"FFri Sep 5 20:27:08 2003 NAKAMURA, Hiroshi ;T@ o; ;;;[o;;I"test/ruby/test_*.rb;T;[o;;[I"6replace 'assert(a == b)' with assert_equal(a, b)';TS; ; i; I"CFri Sep 5 18:00:51 2003 GOTOU Yuuzou ;T@ o; ;;;[ o;;I"$ext/openssl/lib/openssl/x509.rb;T;[o;;[I""new method X509::Name::parse.;To;;I"ext/openssl/ossl_digest.c;T;[o;;[I"add ossl_digest_new().;To;;I"ext/openssl/ossl_digest.h;T;[o;;[I" ditto.;To;;I"ext/openssl/ossl_cipher.c;T;[o;;[I"add ossl_cipher_new().;To;;I"ext/openssl/ossl_cipher.h;T;[o;;[I" ditto.;TS; ; i; I"EFri Sep 5 15:32:04 2003 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"7misc/ruby-mode.el (ruby-font-lock-maybe-here-docs);T;[o;;[I">should not search delimiter forward if found in backward.;TS; ; i; I"EFri Sep 5 13:32:48 2003 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"test/runner.rb;T;[o;;[I"arguments should be keys.;TS; ; i; I"FFri Sep 5 12:09:55 2003 WATANABE Hirofumi ;T@ o; ;;;[o;;I"+test/ruby/test_system.rb (test_system);T;[o;;[I")check existence of ruby interpreter.;TS; ; i; I"EFri Sep 5 11:32:17 2003 Nobuyoshi Nakada ;T@ o; ;;;[ o;;I" lib/optparse.rb (--version);T;[o;;[I"$fix assignment/reference order.;To;;I"(lib/optparse.rb (OptionParser#help);T;[o;;[I"8new; OptionParser#to_s may be deprecated in future.;To;;I"8lib/optparse/version.rb (OptionParser#show_version);T;[o;;[I"hide Object.;To;;I"test/runner.rb;T;[o;;[I"fix optparse usage.;To;;I"test/runner.rb;T;[o;;[I"*glob all testsuits if no tests given.;TS; ; i; I"FFri Sep 5 10:42:58 2003 NAKAMURA, Hiroshi ;T@ o; ;;;[o;;I"test/runner.rb;T;[o;;[I":added. gets testcases from command line and runs it.;To;;I"test/ruby/test_gc.rb;T;[o;;[I";remove useless part which was for dumping test result.;TS; ; i; I"FFri Sep 5 09:28:59 2003 NAKAMURA, Hiroshi ;T@ o; ;;;[o;;I"test/ruby/test_gc.rb;T;[o;;[I"added. splitter.rb which I made to split sample/test.rb into test/ruby/test_* kindly removed GC test (the last section in the original test) to reduce things to be worried.;TS; ; i; I"EFri Sep 5 03:00:04 2003 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"3test/ruby/test_iterator.rb (test_block_in_arg);T;[o;;[I"add no block given tests.;To;;I",test/ruby/test_iterator.rb (test_ljump);T;[o;;[I"#uncomment LocalJumpError test.;TS; ; i; I"FFri Sep 5 01:10:11 2003 NAKAMURA, Hiroshi ;T@ o; ;;;[o;;I"test/ruby;T;[o;;[I"tests for ruby itself.;To;;I"test/ruby/test_*.rb;T;[o;;[I"ysplit sample/test.rb into 28 test/unit testcases. some tests could not be translates... search '!!' mark to see it.;To;;I"test/csv/test_csv.rb;T;[o;;[I"Yshould require 'csv', not '../lib/csv'. test runner should set load path correctly.;TS; ; i; I"FFri Sep 5 01:03:59 2003 NAKAMURA, Hiroshi ;T@ o; ;;;[o;;I"test/csv/test_csv.rb;T;[o;;[I"aclose opened files for CSV::IOBuf explicitly. opened file cannot be removed under win32 box.;TS; ; i; I"2003-09-04;T@ S; ; i; I"EThu Sep 4 23:59:40 2003 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"parse.y (tokadd_string);T;[o;;[I"|newlines have no special meanings in %w/%W, otherwise they are ignored only when interpolation is enabled. [ruby-dev:21325];TS; ; i; I"FThu Sep 4 19:38:25 2003 NAKAMURA, Hiroshi ;T@ o; ;;;[o;;I"ext/io/wait/.cvsignore;T;[o;;[I" added.;To;;I"ext/openssl/.cvsignore;T;[o;;[I" added.;TS; ; i; I"FThu Sep 4 19:28:24 2003 NAKAMURA, Hiroshi ;T@ o; ;;;[o;;I"sample/openssl;T;[o;;[I"`added. Sample of standard distribution library should be locate in sample/{module_name}/*.;To;;I"ext/openssl/sample/*;T;[o;;[I"(removed. move to sample/openssl/*.;TS; ; i; I"FThu Sep 4 18:02:15 2003 NAKAMURA, Hiroshi ;T@ o; ;;;[o;;I"test/csv/test_csv.rb;T;[o;;[I"Ruse remove_const to reduce warnings. use Dir.tmpdir to locate working files.;TS; ; i; I"EThu Sep 4 17:41:31 2003 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"-misc/ruby-mode.el (ruby-here-doc-beg-re);T;[o;;[I"(underscore also is valid delimiter.;To;;I"0misc/ruby-mode.el (ruby-here-doc-end-match);T;[o;;[I"2must quote arbitrary string to use as regexp.;To;;I"7misc/ruby-mode.el (ruby-font-lock-maybe-here-docs);T;[o;;[I"Smust not call `ruby-here-doc-end-match' unless `ruby-here-doc-beg-re' matched.;TS; ; i; I"FThu Sep 4 15:40:07 2003 NAKAMURA, Hiroshi ;T@ o; ;;;[o;;I"test/csv/test_csv.rb;T;[o;;[I"%run on test/unit original layer.;TS; ; i; I"GThu Sep 4 12:54:50 2003 why the lucky stiff ;T@ o; ;;;[o;;I"ext/syck/token.c;T;[o;;[I">headerless documents with root-level spacing now honored.;TS; ; i; I"GThu Sep 4 00:06:14 2003 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"eval.c (mark_frame_adj);T;[o;;[I"Lneed to adjust argv pointer if using system's alloca. [ruby-core:01503];TS; ; i; I"2003-09-03;T@ S; ; i; I"FWed Sep 3 21:33:20 2003 NAKAMURA, Hiroshi ;T@ o; ;;;[o;;I" test;T;[o;;[I".add test directory. Test::Unit aware testcases and needed files should be located in this directory. dir/file name convention; test/{module_name}/test_{testcase_name}.rb test/{module_name}/{needed_files} someday, someone will write testrunner which searches test_*.rb and run testcases automatically.;To;;I"test/csv/*;T;[o;;[I"!add testcase for lib/csv.rb.;TS; ; i; I"GWed Sep 3 01:37:09 2003 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"io.c (rb_f_gets);T;[o;;[I"Nshould call next_argv() before type check current_file. [ruby-list:38336];TS; ; i; I"2003-09-02;T@ S; ; i; I"CTue Sep 2 20:37:15 2003 GOTOU Yuuzou ;T@ o; ;;;[o;;I"9ext/openssl/lib/net/protocols.rb (SSLIO#ssl_connect);T;[o;;[I".warning for skipping server verification.;TS; ; i; I"GTue Sep 2 23:36:57 2003 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"eval.c (proc_invoke);T;[o;;[I"/should retrieve retval when pcall is true.;TS; ; i; I"GTue Sep 2 14:09:20 2003 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"ext/socket/extconf.rb;T;[o;;[I"gcheck s6_addr8 in in6_addr (Tru64 UNIX). the patch is submitted by nmu .;To;;I"+ext/socket/getaddrinfo.c (getaddrinfo);T;[o;;[I",should use in6_addr8 on some platforms.;To;;I"+ext/socket/getnameinfo.c (getnameinfo);T;[o;;[I" ditto.;TS; ; i; I"HTue Sep 2 14:02:19 2003 Hidetoshi NAGAI ;T@ o; ;;;[o;;I"(ext/tcltklib/tcltklib.c (ip_invoke);T;[o;;[I"%fixed bug on passing a exception;To;;I":ext/tk/lib/{tk.rb, tkcanvas.rb, tkfont.rb, tktext.rb};T;[o;;[I",bug fix and improvement of font control;TS; ; i; I"ETue Sep 2 09:51:36 2003 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"eval.c (rb_eval);T;[o;;[I"Lshould not handle exceptions within rescue argument. [ruby-talk:80804];TS; ; i; I"ETue Sep 2 00:44:37 2003 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"re.c (rb_memsearch);T;[o;;[I"$fix overrun. [ruby-talk:80759];TS; ; i; I"ETue Sep 2 00:41:27 2003 Nobuyoshi Nakada ;T@ o; ;;;[ o;;I"$ext/iconv/iconv.c (map_charset);T;[o;;[I"use lower case keys.;To;;I"#ext/iconv/iconv.c (iconv_fail);T;[o;;[I"@just yield error and return the result if a block is given.;To;;I"&ext/iconv/iconv.c (iconv_convert);T;[o;;[I";yield error and append the result if a block is given.;To;;I"/ext/iconv/charset_alias.rb (charset_alias);T;[o;;[I"optional third argument.;To;;I"/ext/iconv/charset_alias.rb (charset_alias);T;[o;;[I".use CP932 instead of SHIFT_JIS on cygwin.;TS; ; i; I"2003-09-01;T@ S; ; i; I"EMon Sep 1 18:34:25 2003 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"eval.c (rb_eval);T;[o;;[I"9make tail recursion in ELSE clause of RESCUE a jump.;TS; ; i; I"GMon Sep 1 18:00:02 2003 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"parse.y (aref_args);T;[o;;[I":forgot to call NEW_SPLAT(). reported by Dave Butcher.;To;;I"eval.c (Init_Thread);T;[o;;[I"Kprotect thgroup_default. suggested by Guy Decoux in [ruby-talk:80623];TS; ; i; I"EMon Sep 1 16:59:10 2003 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"eval.c (rb_thread_switch);T;[o;;[I":add RESTORE_EXIT; exit by another thread termination.;To;;I"eval.c (rb_thread_start_0);T;[o;;[I"|should not error_print() within terminated thread, because $stderr used by it might be overriden now. [ruby-dev:21280];TS; ; i; I"2003-08-31;T@ S; ; i; I"FSun Aug 31 22:46:55 2003 WATANABE Hirofumi ;T@ o; ;;;[o;;I"eval.c (TAG_DST());T;[o;;[I"take no argument.;To;;I" process.c (p_gid_sw_ensure);T;[o;;[I"return VALUE.;TS; ; i; I"NSun Aug 31 22:27:10 2003 Hidetoshi NAGAI ;T@ o; ;;;[o;;I" process.c (p_gid_sw_ensure);T;[o;;[I"lack of function type;TS; ; i; I"KSun Aug 31 12:25:06 2003 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"lib/optparse.rb;T;[o;;[I"L--version takes an optional argument; "all" or a list of package names.;TS; ; i; I"ASun Aug 31 10:17:02 2003 Tadayoshi Funaba ;T@ o; ;;;[o;;I"lib/date/format.rb;T;[o;;[I")yyyy/mm is not an acceptable format.;To;;I"lib/time.rb;T;[o;;[I"follow above.;TS; ; i; I"2003-08-30;T@ S; ; i; I"GSat Aug 30 14:25:43 2003 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"eval.c (rb_iter_break);T;[o;;[I"'should not call TAG_JUMP directly.;TS; ; i; I"GSat Aug 30 03:58:21 2003 Yukihiro Matsumoto ;T@ o; ;;;[ o;;I"eval.c (struct BLOCK);T;[o;;[I"(remove BLOCKTAG, use scope instead.;To;;I"eval.c (POP_TAG);T;[o;;[I"Xno longer propagate retval. retval is now set directly by localjump_destination().;To;;I"#eval.c (localjump_destination);T;[o;;[I"2new function to cast return/break local jump.;To;;I"eval.c (rb_yield_0);T;[o;;[I"(stop TAG_RETURN/TAG_BREAK escaping.;TS; ; i; I"2003-08-29;T@ S; ; i; I"GFri Aug 29 22:35:00 2003 Shigeo Kobayashi ;T@ o; ;;;[o;;I"bigdecimal.c *.html;T;[o;;[I"gThe 2nd arg. for add,sub,mult, and div is 0, then result will be the same as +,-,*,/ respectively.;TS; ; i; I"HFri Aug 29 17:30:15 2003 Hidetoshi NAGAI ;T@ o; ;;;[o;;I"process.c;T;[o;;[I" bug fix;To;;I"process.c;T;[o;;[I":add rb_secure(2) to methods of Process::{UID,GID,Sys};To;;I"process.c;T;[o;;[I"`deny handling IDs during evaluating the block given to the Process::{UID,GID}.switch method;To;;I"ext/tcltklib/tcltklib.c;T;[o;;[I"/some methods have no effect if on slave-IP;To;;I"ext/tcltklib/tcltklib.c;T;[o;;[I"(can create a interpreter without Tk;To;;I"ext/tcltklib/tcltklib.c;T;[o;;[I"#bug fix on handling exceptions;To;;I"ext/tcltklib/MANUAL.euc;T;[o;;[I" modify;To;;I"ext/tk/lib/tk.rb;T;[o;;[I"freeze some core modules;To;;I"ext/tk/lib/multi-tk.rb;T;[o;;[I"more secure;To;;I"ext/tk/lib/tk.rb;T;[o;;[I"?TkVariable.new(array) --> treat the array as the Tk's list;To;;I"ext/tk/lib/tk.rb;T;[o;;[I"/improve accessibility of TkVariable object;To;;I"Yext/tk/lib/tk.rb, ext/tk/lib/tkfont.rb, ext/tk/lib/tkcanvas.rb, ext/tk/lib/tktext.rb;T;[o;;[I"fix bug of font handling;To;;I"ext/tk/lib/tkfont.rb;T;[o;;[I"(TkFont.new() accepts compound fonts;TS; ; i; I"2003-08-28;T@ S; ; i; I"GThu Aug 28 22:07:12 2003 Yukihiro Matsumoto ;T@ o; ;;;[o;;I""variable.c (rb_autoload_load);T;[o;;[I"Mcall const_missing if autoloading constant is not defined to allow hook.;To;;I"eval.c (rb_eval);T;[o;;[I":use rb_const_get_from() instead of rb_const_get_at().;To;;I"eval.c (is_defined);T;[o;;[I"!forgot to check NODE_COLON3.;TS; ; i; I"GThu Aug 28 17:30:24 2003 Yukihiro Matsumoto ;T@ o; ;;;[o;;I" variable.c (rb_const_get_0);T;[o;;[I"^should check constants defined in included modules, if klass is Object. [ruby-talk:79302];To;;I"numeric.c (check_uint);T;[o;;[I"check should be done using UINT_MAX, not INT_MAX. this fix is submitted by Lyle Johnson in [ruby-core:01486];TS; ; i; I"GThu Aug 28 05:02:52 2003 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"parse.y (singleton);T;[o;;[I"%typo fixed (ruby-bugs-ja:PR#562);TS; ; i; I"GThu Aug 28 02:37:45 2003 Yukihiro Matsumoto ;T@ o; ;;;[ o;;I"eval.c (rb_eval);T;[o;;[I"Y*a = [1,2] now assigns [[1,2]] to a. consistent with *a = [1], which set [[1]] to a.;To;;I" node.h;T;[o;;[I"&merge NODE_RESTARY to NODE_SPLAT.;To;;I" parse.y;T;[o;;[I"5rules simplified a bit by removing NODE_RESTARY.;To;;I"sample/test.rb;T;[o;;[I")updated for new assignment behavior.;TS; ; i; I"2003-08-27;T@ S; ; i; I"EWed Aug 27 22:33:24 2003 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"error.c (rb_bug);T;[o;;[I"[should not use other methods; this function is not for ordinary use. [ruby-dev:21259];TS; ; i; I"AWed Aug 27 15:07:57 2003 Minero Aoki ;T@ o; ;;;[o;;I"%lib/net/smtp.rb (check_response);T;[o;;[I":AUTH CRAM-MD5 returns 334 response. [ruby-list:38279];TS; ; i; I"BWed Aug 27 05:10:15 2003 NAKAMURA Usaku ;T@ o; ;;;[ o;;I"win32/win32.c (map_errno);T;[o;;[I"support winsock error.;To;;I"win32/win32.c (pipe_exec, CreateChild, poll_child_status, waitpid, kill, link, rb_w32_rename, unixtime_to_filetime, rb_w32_utime);T;[o;;[I"pass errno to map_errno().;To;;I"win32/win32.c (rb_w32_select, rb_w32_accept, rb_w32_bind, rb_w32_connect, rb_w32_getpeername, rb_w32_getsockname, rb_w32_getsockopt, rb_w32_ioctlsocket, rb_w32_listen, rb_w32_recv, rb_w32_recvfrom, rb_w32_send, rb_w32_sendto, rb_w32_setsockopt, rb_w32_shutdown, rb_w32_socket, rb_w32_gethostbyaddr, rb_w32_gethostbyname, rb_w32_gethostname, rb_w32_getprotobyname, rb_w32_getprotobynumber, rb_w32_getservbyname, rb_w32_getservbyport, rb_w32_fclose, rb_w32_close);T;[o;;[I"use map_errno().;To;;I"win32/win32.h;T;[o;;[I"add winsock errors.;TS; ; i; I"2003-08-26;T@ S; ; i; I"GTue Aug 26 23:53:23 2003 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"0lib/ostruct.rb (OpenStruct::method_missing);T;[o;;[I";T@ o; ;;;[o;;I" lib/mkmf.rb (create_tmpsrc);T;[o;;[I"/add the hook for source. [ruby-list:38122];TS; ; i; I"GTue Aug 26 15:59:53 2003 why the lucky stiff ;T@ o; ;;;[o;;I"(implicit.c (syck_type_id_to_taguri);T;[o;;[I",corrected detection of x-private types.;TS; ; i; I"2003-08-24;T@ S; ; i; I"ESun Aug 24 01:02:48 2003 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"file.c (file_expand_path);T;[o;;[I"/performance improvement. [ruby-talk:79748];TS; ; i; I"2003-08-23;T@ S; ; i; I"GSat Aug 23 23:41:16 2003 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"#file.c (rb_file_s_expand_path);T;[o;;[I"Gavoid calling rb_scan_args() for apparent cases. [ruby-talk:79748];TS; ; i; I"ESat Aug 23 18:56:53 2003 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"#ext/nkf/nkf.c (rb_nkf_putchar);T;[o;;[I"gshould use rb_str_resize() to just resize a string, rb_str_cat() disallows NULL. [ruby-dev:21237];TS; ; i; I"ESat Aug 23 16:48:41 2003 Keiju Ishitsuka ;T@ o; ;;;[o;;I"lib/irb/ruby-lex.rb;T;[o;;[I"2bug fix for "foo" !~ /bar/. [ruby-talk:79942];TS; ; i; I"ESat Aug 23 15:59:58 2003 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"-eval.c (rb_eval, rb_iterate, block_pass);T;[o;;[I"Dreduce PUSH/POP_TAG and EXEC_TAG() for retry. [ruby-dev:21216];TS; ; i; I"GSat Aug 23 02:32:33 2003 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"eval.c (rb_yield_splat);T;[o;;[I"'should check if "values" is array.;To;;I"enum.c (each_with_index_i);T;[o;;[I" typo.;TS; ; i; I"2003-08-22;T@ S; ; i; I"GFri Aug 22 17:07:05 2003 Yukihiro Matsumoto ;T@ o; ;;;[ o;;I"enum.c (inject_i);T;[o;;[I"use rb_yield_values.;To;;I"enum.c (each_with_index_i);T;[o;;[I" ditto.;To;;I"eval.c (rb_yield_splat);T;[o;;[I"*new function to call "yield *values".;To;;I"string.c (rb_str_scan);T;[o;;[I"use rb_yield_splat().;TS; ; i; I"GFri Aug 22 06:13:22 2003 why the lucky stiff ;T@ o; ;;;[ o;;I"ext/syck/rubyext.c;T;[o;;[I"yrefactoring of the transfer method dispatch. added yaml_org_handler for faster dispatch of transfers to base types.;To;;I"lib/yaml/rubytypes.rb;T;[o;;[I"4removed handling of builtins from Ruby library.;To;;I"ext/syck/token.c;T;[o;;[I"3quoted and block scalars are now implicit !str;To;;I"ext/syck/implicit.c;T;[o;;[I"$empty string detected as !null.;TS; ; i; I"EFri Aug 22 01:00:31 2003 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"eval.c (block_pass);T;[o;;[I"#improve passing current block.;TS; ; i; I"GFri Aug 22 00:13:00 2003 Shigeo Kobayashi ;T@ o; ;;;[o;;I" ext/bigdecimal/bigdecimal.c;T;[o;;[I"FInt. overflow bug in multiplication fixed, and VpNmlz() speed up.;TS; ; i; I"2003-08-20;T@ S; ; i; I"EWed Aug 20 16:44:49 2003 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"'ext/socket/socket.c (ruby_connect);T;[o;;[I"Zmany systems seem to have a problem in select() after EINPROGRESS. [ruby-list:38080];TS; ; i; I"GWed Aug 20 01:31:17 2003 why the lucky stiff ;T@ o; ;;;[ o;;I"ext/syck/syck.h;T;[o;;[I";Parser definition problems on HP-UX. [ruby-talk:79389];To;;I".ext/syck/handler.c (syck_hdlr_get_anchor);T;[o;;[I"Memory leak.;To;;I"(ext/syck/syck.s (syck_io_file_read);T;[o;;[I"Bad arguments to fread.;To;;I"ext/syck/rubyext.c;T;[o;;[I"Tainting issues.;TS; ; i; I"2003-08-19;T@ S; ; i; I"GTue Aug 19 23:20:00 2003 Shigeo Kobayashi ;T@ o; ;;;[o;;I")ext/bigdecimal/bigdecimal.c .h .html;T;[o;;[I"to_s("+") implemented.;To;;I"*ext/bigdecimal/lib/bigdecimal/math.rb;T;[o;;[I"E implemented.;TS; ; i; I"ATue Aug 19 11:19:33 2003 Shugo Maeda ;T@ o; ;;;[o;;I"io.c (next_argv);T;[o;;[I"Eshould not call GetOpenFile() if rb_stdout is not a IO (T_FILE).;TS; ; i; I"CTue Aug 19 07:47:10 2003 GOTOU Yuuzou ;T@ o; ;;;[ o;;I"lib/webrick/ssl.rb;T;[o;;[I"5new file; SSL/TLS enhancement for GenericServer.;To;;I"lib/webrick/https.rb;T;[o;;[I"3SSLSocket handling is moved to webrick/ssl.rb.;To;;I"*lib/webrick/compat.rb (File::fnmatch);T;[o;;[I"remove old migration code.;To;;I"/lib/webrick/httpserver.rb (HTTPServer#run);T;[o;;[I" ditto.;To;;I"1lib/webrick/server.rb (GenericServer#listen);T;[o;;[I"Ethe body of this method is pull out as Utils::create_lisnteners.;To;;I"4lib/webrick/utils.rb (Utils::create_lisnteners);T;[o;;[I"new method.;To;;I"0lib/webrick/server.rb (GenericServer#start);T;[o;;[I"7should rescue unknown errors. and refine comments.;To;;I"6ext/openssl/lib/openssl/ssl.rb (SSLServer#accept);T;[o;;[I"3should close socket if SSLSocket raises error.;TS; ; i; I"CTue Aug 19 07:47:09 2003 GOTOU Yuuzou ;T@ o; ;;;[ o;;I"ext/openssl/ossl_ssl.c;T;[o;;[I"3sync_close is moved to SSLSocket as a builtin.;To;;I";ext/openssl/lib/openssl/buffering.rb (Buffering#close);T;[o;;[I" ditto.;To;;I":ext/openssl/lib/openssl/buffering.rb (Buffering#puts);T;[o;;[I"3should add a return to the tails of each line.;To;;I"#ext/openssl/lib/openssl/ssl.rb;T;[o;;[I"'new class OpenSSL::SSL::SSLServer.;To;;I"9ext/openssl/lib/net/protocols.rb (SSLIO#ssl_connect);T;[o;;[I"use sync_close.;To;;I"#ext/openssl/sample/echo_svr.rb;T;[o;;[I"use SSLServer.;To;;I"#ext/openssl/sample/echo_cli.rb;T;[o;;[I")add example of SSLSocket#sync_close.;TS; ; i; I"ETue Aug 19 01:24:34 2003 Nobuyoshi Nakada ;T@ o; ;;;[ o;;I"1ext/curses/curses.c (_XOPEN_SOURCE_EXTENDED);T;[o;;[I"QMac OS X standard headers are inconsistent at this macro. [ruby-core:01432];To;;I"ext/curses/extconf.rb;T;[o;;[I",check if _XOPEN_SOURCE_EXTENDED breaks.;To;;I"ext/tcltklib/stubs.c;T;[o;;[I"6Status macro in X11/Xthreads.h bothers winspool.h;To;;I"instruby.rb;T;[o;;[I">make list at first instead of iterator. [ruby-talk:79347];TS; ; i; I"2003-08-18;T@ S; ; i; I"EMon Aug 18 11:23:11 2003 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"dir.c (glob_helper);T;[o;;[I"preserve raw order for **.;TS; ; i; I"2003-08-17;T@ S; ; i; I"ESun Aug 17 23:39:55 2003 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"0ext/openssl/extconf.rb (HAVE_VA_ARGS_MACRO);T;[o;;[I"need to compile.;TS; ; i; I"CSun Aug 17 17:10:03 2003 GOTOU Yuuzou ;T@ o; ;;;[o;;I";ext/openssl/lib/openssl/ssl.rb (SSLSocket#sync_close=);T;[o;;[I"Tadd a method to specify if the underlying IO will be closed in SSLSocket#close.;To;;I")ext/openssl/lib/openssl/buffering.rb;T;[o;;[I"8add forwarders to setsockopt, getsockopt and fcntl.;To;;I"%ext/openssl/lib/net/protocols.rb;T;[o;;[I"enable sync for SSLSocket.;TS; ; i; I"ESun Aug 17 11:32:04 2003 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"ext/extmk.rb (extmake);T;[o;;[I"Eshould not force to remake Makefile when installation and so on.;TS; ; i; I"2003-08-16;T@ S; ; i; I"ESat Aug 16 23:58:18 2003 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"#marshal.c (w_symbol, w_object);T;[o;;[I"get rid of warnings.;To;;I"re.c (rb_memsearch);T;[o;;[I" ditto.;To;;I"time.c (time_dump);T;[o;;[I" ditto.;To;;I"ext/extmk.rb (extmake);T;[o;;[I"0not continue making when extconf.rb failed.;To;;I"ext/openssl/extconf.rb;T;[o;;[I",check __VA_ARGS__ macro more precisely.;To;;I"ext/openssl/ossl.h;T;[o;;[I"!remove version.h dependency.;To;;I"ext/openssl/ruby_missing.h;T;[o;;[I" ditto.;To;;I"lib/mkmf.rb (pkg_config);T;[o;;[I"Ouse --libs output except with only-L for other options. [ruby-list:38099];To;;I""lib/mkmf.rb (create_makefile);T;[o;;[I"9separate rule for static library from shared object.;To;;I"?win32/Makefile.sub, bcc32/Makefile.sub, wince/Makefile.sub;T;[o;;[I"#define exec_prefix and libdir.;TS; ; i; I"2003-08-15;T@ S; ; i; I"GFri Aug 15 23:15:00 2003 Shigeo Kobayashi ;T@ o; ;;;[o;;I"#ext/bigdecimal/bigdecimal.c .h;T;[o;;[I"4Bug in combination of limit & div method fixed.;To;;I"*ext/bigdecimal/lib/bigdecimal/math.rb;T;[o;;[I"atan() & sqrt() added.;TS; ; i; I"EFri Aug 15 12:01:44 2003 Nobuyoshi Nakada ;T@ o; ;;;[ o;;I"configure.in (HUGE_ST_INO);T;[o;;[I"check whether struct stat.st_ino is larger than long. [ruby-dev:21194] http://www.geocities.co.jp/SiliconValley-PaloAlto/1409/ruby/beos.html;To;;I"error.c (syserr_eqq);T;[o;;[I"%errno might exceed Fixnum limit.;To;;I"error.c (Init_Exception);T;[o;;[I"2moved base initialization from init_syserr().;To;;I"inits.c (rb_call_inits);T;[o;;[I";T@ o; ;;;[o;;I"1ext/curses/curses.c (_XOPEN_SOURCE_EXTENDED);T;[o;;[I"3needed to let keyname() and so on be declared.;To;;I";ext/curses/curses.c (curses_resizeterm, window_resize);T;[o;;[I"0arguments conflicted with macros in term.h.;To;;I"0ext/curses/curses.c (Curses module methods);T;[o;;[I"*ensure initialized. [ruby-dev:21191];TS; ; i; I"GFri Aug 15 02:08:53 2003 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"gc.c (id2ref);T;[o;;[I"Brecycle check should be done by klass == 0. [ruby-core:01408];TS; ; i; I"AFri Aug 15 01:34:23 2003 Michal Rokos ;T@ o; ;;;[ o;;I"ext/openssl/ossl_pkey.c;T;[o;;[I"move generate_cb here;To;;I")ext/openssl/ossl_pkey_{dh|dsa|rsa}.c;T;[o;;[I"adapt to this cb;To;;I"%ext/openssl/openssl_missing.[ch];T;[o;;[I"'add (0.9.6x, x;T@ o; ;;;[o;;I" ext/bigdecimal/bigdecimal.c;T;[o;;[I"Bug in div method fixed.;To;;I"*ext/bigdecimal/lib/bigdecimal/math.rb;T;[o;;[I"Newly added.;To;;I" ext/bigdecimal/sample/pi.rb;T;[o;;[I""Changed so as to use math.rb.;TS; ; i; I"2003-08-14;T@ S; ; i; I"GThu Aug 14 21:19:14 2003 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"eval.c (Init_Thread);T;[o;;[I".Continuation#[] added. [ruby-talk:79028];TS; ; i; I"IThu Aug 14 20:03:34 2003 Masaki Suketa ;T@ o; ;;;[o;;I"'ext/win32ole/win32ole.c (OLE_FREE);T;[o;;[I"&should not call ole_message_loop.;To;;I"-ext/win32ole/win32ole.c (ole_event_free);T;[o;;[I" ditto.;To;;I"-ext/win32ole/win32ole.c (ole_initialize);T;[o;;[I"*stop calling OleUninitialize at exit.;TS; ; i; I"BThu Aug 14 11:27:37 2003 NAKAMURA Usaku ;T@ o; ;;;[o;;I" gc.c (rb_data_object_alloc);T;[o;;[I"1check type of 1st argument. [ruby-dev:21192];TS; ; i; I"GThu Aug 14 00:21:14 2003 Yukihiro Matsumoto ;T@ o; ;;;[ o;;I"parse.y (mlhs_node);T;[o;;[I"*should allow "::Foo" (colon3) as lhs.;To;;I"parse.y (lhs);T;[o;;[I" ditto.;To;;I"parse.y (yylex);T;[o;;[I"@should return tCOLON3 right after kCLASS. [ruby-talk:78918];To;;I"error.c (exc_initialize);T;[o;;[I"]was converting argument to string too eagerly. Only check was needed. [ruby-talk:78958];TS; ; i; I"2003-08-13;T@ S; ; i; I"GWed Aug 13 23:31:00 2003 Shigeo Kobayashi ;T@ o; ;;;[o;;I")ext/bigdecimal/bigdecimal.c .h .html;T;[o;;[I",Ambiguity of BigDecimal::limit removed.;TS; ; i; I"LWed Aug 13 19:21:34 2003 Christian Neukirchen ;T@ o; ;;;[o;;I"*lib/webrick/https.rb (HTTPServer#run);T;[o;;[I";T@ o; ;;;[o;;I"eval.c (POP_BLOCK);T;[o;;[I"0turn on BLOCK_LEFT flag when leaving block.;To;;I"eval.c (proc_invoke);T;[o;;[I"@unpack return/break destination when block is already left.;TS; ; i; I"FWed Aug 13 15:58:31 2003 WATANABE Hirofumi ;T@ o; ;;;[o;;I" object.c (rb_class_s_alloc);T;[o;;[I"2add function prototype to avoid VC++ warning.;TS; ; i; I"BWed Aug 13 13:50:59 2003 NAKAMURA Usaku ;T@ o; ;;;[o;;I"2ext/Win32API/Win32API.c (Win32API_initialize);T;[o;;[I"Xshould pass some class to first argument of Data_Wrap_Struct(). (ruby-bugs:PR#1109);TS; ; i; I"2003-08-12;T@ S; ; i; I"ETue Aug 12 16:55:11 2003 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"Makefile.in;T;[o;;[I"Rstatic link libraries to LIBRUBY_SO with static linked ext. [ruby-dev:21157];To;;I"ext/extmk.rb (extmake);T;[o;;[I"1sort extension library initialization order.;To;;I"ext/extmk.rb (extmake);T;[o;;[I"compact $extlibs.;TS; ; i; I"GTue Aug 12 02:48:56 2003 Yukihiro Matsumoto ;T@ o; ;;;[ o;;I"!eval.c (THREAD_SAVE_CONTEXT);T;[o;;[I"Fshould explicitly turn off the flag before calling getcontext(2).;To;;I"eval.c (struct thread);T;[o;;[I"Aadd member to save backing store on IA64. (ruby-bugs PR1086);To;;I"eval.c (thread_mark);T;[o;;[I"$mark IA64 backing store region.;To;;I"eval.c (thread_free);T;[o;;[I"#free saved IA64 backing store.;To;;I"$eval.c (rb_thread_save_context);T;[o;;[I"%save IA64 backing store as well.;To;;I"'eval.c (rb_thread_restore_context);T;[o;;[I" restore IA64 backing store.;To;;I"eval.c (THREAD_ALLOC);T;[o;;[I"initialize IA64 members.;TS; ; i; I"2003-08-11;T@ S; ; i; I"FMon Aug 11 22:31:50 2003 NAKAMURA, Hiroshi ;T@ o; ;;;[o;;I" lib/debug.rb(debug_command);T;[o;;[I"|inspection command should inspect resulting value even if it's nil. [ruby-dev:21180] by OMAE, jun .;To;;I" lib/debug.rb(debug_command);T;[o;;[I"incomplete regexp.;TS; ; i; I"GMon Aug 11 17:33:07 2003 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"eval.c (rb_call_super);T;[o;;[I"?do not use rb_block_given_p() for check. [ruby-talk:78656];To;;I"eval.c (BEGIN_CALLARGS);T;[o;;[I"&push ITER_NOT only when ITER_PRE.;TS; ; i; I"2003-08-10;T@ S; ; i; I"CSun Aug 10 10:43:05 2003 GOTOU Yuuzou ;T@ o; ;;;[o;;I")ext/openssl/lib/openssl/buffering.rb;T;[o;;[I"@increase BLOCK_SIZE from 1k to 16k bytes. [ruby-talk:78603];To;;I"1ext/openssl/ossl_ssl.c (ossl_sslctx_s_alloc);T;[o;;[I"Cenable partial write to allow interruption in SSLSocket#write.;TS; ; i; I"FSun Aug 10 00:34:16 2003 WATANABE Hirofumi ;T@ o; ;;;[o;;I"cygwin/GNUmakefile;T;[o;;[I"8remove unnecessary '--drive-name=$(CC)' for ccache.;TS; ; i; I"2003-08-09;T@ S; ; i; I"GSat Aug 9 10:36:21 2003 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"marshal.c (w_object);T;[o;;[I"Hdo not dump generic instance variable when marshal_dump is defined.;TS; ; i; I"GSat Aug 9 00:35:00 2003 Shigeo Kobayashi ;T@ o; ;;;[o;;I"ext/bigdecimal.c;T;[o;;[I"@F style output(like 1234.56789) implemented to to_s method.;To;;I"ext/bigdecimal_??.html;T;[o;;[I"@F style output(like 1234.56789) implemented to to_s method.;TS; ; i; I"2003-08-08;T@ S; ; i; I"FFri Aug 8 12:33:17 2003 WATANABE Hirofumi ;T@ o; ;;;[o;;I"bcc32/Makefile.sub;T;[o;;[I"Orubyw.exe should be a Windows GUI program. add the -aa option to WLDFLAGS.;TS; ; i; I"@Fri Aug 8 11:29:26 2003 Koji Arai ;T@ o; ;;;[o;;I"marshal.c (w_object);T;[o;;[I"!should set `c_arg' at first.;TS; ; i; I"CFri Aug 8 03:22:28 2003 GOTOU Yuuzou ;T@ o; ;;;[o;;I"-lib/webrick/httputils.rb (FormData#list);T;[o;;[I"4should not take a side effect for the receiver.;TS; ; i; I"2003-08-07;T@ S; ; i; I"FThu Aug 7 14:40:37 2003 WATANABE Hirofumi ;T@ o; ;;;[o;;I"cygwin/GNUmakefile;T;[o;;[I",better --disbale-shared option support.;To;;I"cygwin/GNUmakefile;T;[o;;[I"*add forwarding DLL target for cygwin.;TS; ; i; I"FThu Aug 7 14:21:05 2003 Corinna Vinschen ;T@ o; ;;;[o;;I"configure.in;T;[o;;[I"Fix Cygwin specific naming of libraries to be net distribution compliant. (ruby-bugs:PR#1077) cygwin-ruby18.dll -> cygruby18.dll;TS; ; i; I"GThu Aug 7 12:51:38 2003 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"eval.c (rb_f_at_exit);T;[o;;[I"Cshould not be called without a block. block_given check added.;TS; ; i; I"GThu Aug 7 06:46:06 2003 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"eval.c (rb_call0);T;[o;;[I"forgot to pop ruby_class.;To;;I"eval.c (rb_call0);T;[o;;[I",update ruby_class as well as ruby_cref.;To;;I"(ruby-bugs-ja;T;[o;;[I" PR#540);TS; ; i; I"GThu Aug 7 04:52:50 2003 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"eval.c (rb_yield_0);T;[o;;[I"Hremove ruby_frame->cbase and unify to ruby_cref. [ruby-talk:78141];TS; ; i; I"@Thu Aug 7 04:19:15 2003 Akinori MUSHA ;T@ o; ;;;[o;;I" gc.c;T;[o;;[I"FreeBSD/ia64's mcontext_t is a bit different from that of Linux/ia64. This makes gc.c compile but miniruby coredumps for the moment.;TS; ; i; I"GThu Aug 7 00:15:00 2003 Shigeo Kobayashi ;T@ o; ;;;[o;;I"ext/bigdecimal.c;T;[o;;[I",Comparison results adjusted to Float's.;To;;I"ext/bigdecimal.c;T;[o;;[I"0Use rb_num_coerce_????(x,y) instead of own.;TS; ; i; I"2003-08-06;T@ S; ; i; I"JWed Aug 6 22:58:00 2003 Nathaniel Talbott ;T@ o; ;;;[o;;I"lib/test/unit/testcase.rb;T;[o;;[I"Added equality checking.;To;;I"lib/test/unit/testsuite.rb;T;[o;;[I"Added equality checking.;To;;I" lib/test/unit/assertions.rb;T;[o;;[I"Fixed a warning.;TS; ; i; I"EWed Aug 6 17:28:10 2003 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"ext/extmk.rb (extmake);T;[o;;[I"1pass LIBPATH to make ruby. [ruby-dev:21137];To;;I"ext/extmk.rb (extmake);T;[o;;[I"Jset library name as source file name in Init_ext(). [ruby-dev:21137];To;;I"$lib/mkmf.rb (Logging::postpone);T;[o;;[I"Ppostpone logging messages after heading message as the result of the block.;To;;I"!lib/mkmf.rb (macro_defined?);T;[o;;[I"0append newline to src unless ended with it.;To;;I"lib/mkmf.rb (have_library);T;[o;;[I"'treat nil function name as "main".;To;;I"(ruby-bugs;T;[o;;[I" PR#1083);To;;I"lib/mkmf.rb (pkg_config);T;[o;;[I"Qshould append additional libraries to $libs but not $LIBS. [ruby-dev:21137];To;;I"ext/io/wait/extconf.rb;T;[o;;[I",check DOSISH macro instead of platform.;To;;I"ext/digest/sha1/extconf.rb;T;[o;;[I"/have_library already appends library name.;TS; ; i; I"GWed Aug 6 17:23:57 2003 Yukihiro Matsumoto ;T@ o; ;;;[o;;I" eval.c;T;[o;;[I";T@ o; ;;;[o;;I"ext/Setup*;T;[o;;[I"add io/wait and openssl.;TS; ; i; I"GWed Aug 6 01:13:38 2003 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"eval.c (rb_f_autoload);T;[o;;[I"*use ruby_cbase instead of ruby_class.;To;;I"eval.c (rb_f_autoload_p);T;[o;;[I" ditto.;To;;I"class.c (rb_mod_init_copy);T;[o;;[I"sno longer implements independent clone and dup methods. override "initialize_copy" instead. [ruby-core:01352];To;;I" object.c (rb_class_s_alloc);T;[o;;[I"ndefine Class allocation function. this makes Classes to follow clone framework that uses initialize_copy.;To;;I"#object.c (rb_class_initialize);T;[o;;[I"/separate instantiation and initialization.;To;;I"object.c (rb_obj_alloc);T;[o;;[I"5prohibit instantiation from uninitialized class.;To;;I"#object.c (rb_class_superclass);T;[o;;[I"check uninitialized class.;To;;I"array.c (rb_ary_fill);T;[o;;[I"pwrong index processing with block. this fix was done by Koji Arai [ruby-list:38029];To;;I"marshal.c (w_object);T;[o;;[I"Mshould preserve generic ivar for nil, true, false, symbols, and fixnums.;To;;I"marshal.c (w_uclass);T;[o;;[I";base_klass check should be done after rb_class_real().;TS; ; i; I"AWed Aug 6 01:18:50 2003 Minero Aoki ;T@ o; ;;;[o;;I"lib/net/http.rb;T;[o;;[I"update document.;To;;I"lib/net/pop.rb;T;[o;;[I" ditto.;To;;I"lib/net/protocol.rb;T;[o;;[I" ditto.;TS; ; i; I"@Wed Aug 6 00:48:37 2003 Koji Arai ;T@ o; ;;;[o;;I"marshal.c (w_object);T;[o;;[I":should recommend marshal_dump rather than _dump_data.;TS; ; i; I"2003-08-05;T@ S; ; i; I"FTue Aug 5 17:58:57 2003 WATANABE Hirofumi ;T@ o; ;;;[o;;I"lib/fileutils.rb (install);T;[o;;[I"$should preserve timestamp only.;TS; ; i; I"?Tue Aug 5 17:31:59 2003 Ian Macdonald ;T@ o; ;;;[o;;I"Dlib/shell/command-processor.rb (Shell::CommandProcessor::rmdir);T;[o;;[I"simple typo.;TS; ; i; I"ETue Aug 5 15:47:34 2003 Nobuyoshi Nakada ;T@ o; ;;;[o;;I"eval.c (rb_load);T;[o;;[I".should preserve current source file/line.;TS; ; i; I"GTue Aug 5 10:04:42 2003 Yukihiro Matsumoto ;T@ o; ;;;[o;;I"string.c (str_new4);T;[o;;[I"ptr may refer to null_str.;TS; ; i; I"2003-08-04;T@ S; ; i; I"GMon Aug 4 17:25:18 2003 Yukihiro Matsumoto ;T@ o; ;;;[o;;0;[o;;[0S; ; i; I"2001-05-23;T@ S; ; i; I";Mon May 23 00:35:00 2001 Kenta Murata ;T@ o; ;;;[o;;I"wbignum.c (dump_bignum, bigmul1_balance, big_split, biglsh_bang), (bigrsh_bang, big_split3, bigmul1_toom3, bigmul0);T;[o;;[I"0implement Toom3 (Toom-Cook) multiplication.;To;;I"include/ruby/defines.h;T;[o;;[I"3add format prefixes for BDIGIT and BDIGIT_DBL.;T: @file@:0@omit_headings_from_table_of_contents_below0:@omit_headings_belowi