[前][次][スレッド一覧][上]
ruby-cvs:23501-23600
23501 2008-05-02 02:07 [nobu at ruby-lang.or] Ruby:r16261 (ruby_1_8, trunk): * ChangeLog: reordered.
23502 2008-05-02 13:05 [matz at ruby-lang.or] Ruby:r16262 (ruby_1_8): * ext/dbm/dbm.c (Init_dbm): defines DBM::VERSION even when
23503 2008-05-02 13:51 [matz at ruby-lang.or] Ruby:r16263 (ruby_1_8): * re.c (match_select): restore previous behavior of MatchData#select.
23504 2008-05-02 13:57 [matz at ruby-lang.or] Ruby:r16264 (trunk): * re.c (Init_Regexp): remove MatchData#select. [ruby-dev:34563]
23505 2008-05-02 14:22 [matz at ruby-lang.or] Ruby:r16265 (trunk): * range.c (range_step): step may be bignum.
23506 2008-05-02 15:01 [matz at ruby-lang.or] Ruby:r16266 (trunk): * misc/ruby-mode.el: move fontifying code from hook.
23507 2008-05-02 15:17 [matz at ruby-lang.or] Ruby:r16267 (ruby_1_8): misc/ruby-mode.el: commit miss.
23508 2008-05-02 15:21 [matz at ruby-lang.or] Ruby:r16268 (trunk): ChangeLog: updated.
23509 2008-05-02 16:15 [matz at ruby-lang.or] Ruby:r16269 (trunk): * range.c (range_step): do not forcefully convert steps into
23510 2008-05-02 16:52 [akr at ruby-lang.org] Ruby:r16270 (trunk): add tests for [ruby-dev:34557] and [ruby-dev:34558].
23511 2008-05-02 17:31 [matz at ruby-lang.or] Ruby:r16271 (trunk): * range.c (range_step): call to_int if step is not a numeric
23512 2008-05-02 23:57 [akr at ruby-lang.org] Ruby:r16272 (trunk): * variable.c (rb_define_hooked_variable): guard *var from GC to
23513 2008-05-02 23:59 [nobu at ruby-lang.or] Ruby:r16273 (trunk): * io.c (internal_read_func, internal_write_func): split from
23514 2008-05-03 01:18 [akr at ruby-lang.org] Ruby:r16274 (trunk): add test for Struct.new(0).
23515 2008-05-03 01:29 [akr at ruby-lang.org] Ruby:r16275 (trunk): add a test.
23516 2008-05-03 01:35 [akr at ruby-lang.org] Ruby:r16276 (trunk): add a test.
23517 2008-05-03 18:12 [akr at ruby-lang.org] Ruby:r16277 (trunk): * time.c (time_timespec): raise TypeError for nil and other objects
23518 2008-05-03 19:54 [akr at ruby-lang.org] Ruby:r16278 (trunk): add a test for [ruby-dev:34581].
23519 2008-05-03 20:57 [akr at ruby-lang.org] Ruby:r16279 (trunk): * test/ruby/envutil.rb (Test::Unit::Assertions#assert_normal_exit):
23520 2008-05-03 22:29 [akr at ruby-lang.org] Ruby:r16280 (trunk): add a test.
23521 2008-05-03 22:52 [nagai at ruby-lang.o] Ruby:r16281 (ruby_1_8): * ext/tk/lib/tkextlib/tile.rb, ext/tk/lib/tkextlib/tile/style.rb,
23522 2008-05-03 23:37 [nagai at ruby-lang.o] Ruby:r16282 (ruby_1_8): * ChangeLog: add a log about the last change.
23523 2008-05-04 09:41 [seki at ruby-lang.or] Ruby:r16283 (ruby_1_8): sample/erb/erb4html.rb (ERB4Html) : add example of ERB#set_eoutvar. ERB4Html is an auto-quote ERB.
23524 2008-05-04 12:59 [akr at ruby-lang.org] Ruby:r16284 (trunk): * string.c (rb_str_each_line): return original string.
23525 2008-05-04 14:30 [akr at ruby-lang.org] Ruby:r16285 (trunk): * eval.c (rb_obj_respond_to): check the result of respond_to? method
23526 2008-05-04 16:05 [akr at ruby-lang.org] Ruby:r16286 (trunk): * time.c (obj2nsec): fix string argument.
23527 2008-05-04 16:49 [akr at ruby-lang.org] Ruby:r16287 (trunk): add a test.
23528 2008-05-04 21:10 [akr at ruby-lang.org] Ruby:r16288 (trunk): * lib/getoptlong.rb: use $stderr instead of $deferr.
23529 2008-05-05 02:25 [akr at ruby-lang.org] Ruby:r16289 (trunk): * gc.c (set_heaps_increment): fix memory allocation strategy by
23530 2008-05-05 11:27 [matz at ruby-lang.or] Ruby:r16290 (trunk): * compile.c (compile_cpath): use Qundef to denote cbase lookup.
23531 2008-05-05 11:40 [matz at ruby-lang.or] Ruby:r16291 (trunk): * array.c (rb_ary_dup): should dupe corresponding information.
23532 2008-05-05 12:13 [matz at ruby-lang.or] Ruby:r16292 (trunk): * array.c (rb_ary_slice_bang): should adjust length before making
23533 2008-05-05 15:48 [akr at ruby-lang.org] Ruby:r16293 (trunk): add a test for IA64 Debian GNU/Linux Etch.
23534 2008-05-05 17:19 [akr at ruby-lang.org] Ruby:r16294 (trunk): * eval.c (ruby_cleanup): wrap ruby_finalize_0 by SAVE_ROOT_JMPBUF to
23535 2008-05-05 19:52 [matz at ruby-lang.or] Ruby:r16295 (trunk): * struct.c (rb_struct_s_def): Struct.new(0) should not SEGV.
23536 2008-05-05 20:01 [matz at ruby-lang.or] Ruby:r16296 (trunk): * compile.c (defined_expr): protect some expression from
23537 2008-05-05 20:12 [matz at ruby-lang.or] Ruby:r16297 (trunk): * io.c (io_fflush): IO#flush problem within threads. a patch from
23538 2008-05-05 23:51 [matz at ruby-lang.or] Ruby:r16298 (trunk): * insns.def (defineclass): was using wrong variable. [ruby-dev:34592]
23539 2008-05-06 00:01 [matz at ruby-lang.or] Ruby:r16299 (trunk): * compile.c (iseq_compile_each): should call compile_cpath() for
23540 2008-05-06 00:26 [nobu at ruby-lang.or] Ruby:r16300 (ruby_1_8): * svn:eol-style
23541 2008-05-06 00:30 [matz at ruby-lang.or] Ruby:r16301 (trunk): * iseq.c (insn_operand_intern): should handle Qundef embedded in
23542 2008-05-06 02:18 [akr at ruby-lang.org] Ruby:r16302 (trunk): * test/io/nonblock/test_flush.rb: don't set Thread.abort_on_exception.
23543 2008-05-06 09:02 [akr at ruby-lang.org] Ruby:r16303 (trunk): File#lchmod test removed because the method is not exist.
23544 2008-05-07 00:56 [matz at ruby-lang.or] Ruby:r16304 (trunk): * ext/zlib/zlib.c (gzreader_gets): may cause infinite loop.
23545 2008-05-07 00:58 [matz at ruby-lang.or] Ruby:r16305 (ruby_1_8): * ext/zlib/zlib.c (gzreader_gets): may cause infinite loop.
23546 2008-05-07 00:59 [matz at ruby-lang.or] Ruby:r16306 (trunk): ChangeLog updated
23547 2008-05-07 08:47 [matz at ruby-lang.or] Ruby:r16307 (ruby_1_8): * struct.c (rb_struct_s_def): to_str should be called only once.
23548 2008-05-07 13:14 [matz at ruby-lang.or] Ruby:r16308 (trunk): * bignum.c (rb_big_fdiv): flo.fdiv(NaN) should result NaN.
23549 2008-05-07 16:28 [nobu at ruby-lang.or] Ruby:r16309 (trunk): * .gdbinit (rp): removed RUBY_T_BLOCK.
23550 2008-05-07 17:41 [nobu at ruby-lang.or] Ruby:r16310 (trunk): * vm.c (vm_eval_body): initialize retval. [ruby-dev:34576]
23551 2008-05-07 17:43 [nobu at ruby-lang.or] Ruby:r16311 (trunk): * io.c (io_puts_ary): check recursion first. [ruby-dev:34580]
23552 2008-05-07 18:18 [matz at ruby-lang.or] Ruby:r16312 (trunk): * string.c (sym_to_i): remove obsolete method. preparation for
23553 2008-05-07 20:25 [usa at ruby-lang.org] Ruby:r16313 (trunk): * ruby.c (process_options, ruby_set_argv): set encoding of rb_argv
23554 2008-05-07 22:23 [matz at ruby-lang.or] Ruby:r16314 (trunk): * numeric.c (fix_divide): float division should floor() before
23555 2008-05-07 22:24 [matz at ruby-lang.or] Ruby:r16315 (trunk): * thread.c (rb_thread_key_p): should always convert symbol to ID.
23556 2008-05-07 22:24 [matz at ruby-lang.or] Ruby:r16316 (trunk): * numeric.c (bit_coerce): float should not be a valid operand of
23557 2008-05-08 01:15 [matz at ruby-lang.or] Ruby:r16317 (trunk): * string.c (tr_trans): should squeeze properly. [ruby-dev:34587]
23558 2008-05-08 06:27 [nobu at ruby-lang.or] Ruby:r16318 (trunk): * thread.c (rb_thread_key_p): thread local storage stores ID.
23559 2008-05-08 06:43 [nobu at ruby-lang.or] Ruby:r16319 (trunk): * dln.c (dln_find_exe_r, dln_find_file_r): reentrant versions.
23560 2008-05-08 08:56 [nobu at ruby-lang.or] Ruby:r16320 (trunk): * array.c (sort_1, sort_2): check reentered. [ruby-core:16679]
23561 2008-05-08 09:51 [nobu at ruby-lang.or] Ruby:r16321 (trunk): * array.c (sort_1, sort_2): check for reentered and if elements are
23562 2008-05-08 10:04 [nobu at ruby-lang.or] Ruby:r16322 (trunk): * test/ruby/test_array.rb (test_sort_with_callcc): test for [ruby-core:16679].
23563 2008-05-08 10:44 [matz at ruby-lang.or] Ruby:r16323 (trunk): * array.c (sort_reentered): reentered check may be called from
23564 2008-05-08 10:46 [matz at ruby-lang.or] Ruby:r16324 (trunk): array.c: typo fixed; sorry!
23565 2008-05-08 13:19 [nobu at ruby-lang.or] Ruby:r16325 (trunk): * vm.c (rb_thread_mark): mark stat_insn_usage only when ptr is not
23566 2008-05-08 15:14 [nobu at ruby-lang.or] Ruby:r16326 (trunk): * array.c (rb_ary_sort_bang): freeze temporary array.
23567 2008-05-08 15:56 [nobu at ruby-lang.or] Ruby:r16327 (trunk): * eval_intern.h (enum ruby_tag_type): enum for debug.
23568 2008-05-08 15:59 [akr at ruby-lang.org] Ruby:r16328 (trunk): * thread.c (rb_gc_save_machine_context): call FLUSH_REGISTER_WINDOWS
23569 2008-05-08 15:59 [matz at ruby-lang.or] Ruby:r16329 (trunk): test/ruby/test_continuation.rb: remove duplicated test.
23570 2008-05-08 16:03 [matz at ruby-lang.or] Ruby:r16330 (trunk): ChangeLog: add an entry and ML ref.
23571 2008-05-08 16:41 [nobu at ruby-lang.or] Ruby:r16331 (trunk): * configure.in (MINIRUBY), common.mk (RUBYOPT): add purelib.rb.
23572 2008-05-08 16:46 [akr at ruby-lang.org] Ruby:r16332 (trunk): * file.c (rb_find_file_ext): guard load_path from GC.
23573 2008-05-08 17:29 [nobu at ruby-lang.or] Ruby:r16333 (trunk): * common.mk, ext/extmk.rb, lib/mkmf.rb: removed RUBYOPT.
23574 2008-05-08 17:44 [nobu at ruby-lang.or] Ruby:r16334 (trunk): * common.mk, ext/extmk.rb, lib/mkmf.rb: use absolute path for RUBYOPT.
23575 2008-05-08 18:18 [matz at ruby-lang.or] Ruby:r16335 (trunk): * bignum.c (rb_big_and): bit-wise operation should not take float
23576 2008-05-09 00:54 [matz at ruby-lang.or] Ruby:r16336 (trunk): * parse.y (arg): operator assignment "a += b rescue c" should be
23577 2008-05-09 07:48 [matz at ruby-lang.or] Ruby:r16337 (trunk): * cont.c (cont_restore_0): dynamic stack direction code should be
23578 2008-05-09 19:17 [matz at ruby-lang.or] Ruby:r16338 (trunk): * thread.c (timeofday): use monotonic clock. based on a patch
23579 2008-05-09 19:18 [matz at ruby-lang.or] Ruby:r16339 (trunk): ChangeLog: address mangling.
23580 2008-05-09 23:33 [nagai at ruby-lang.o] Ruby:r16340 (ruby_1_8): * ext/tk/lib/tk/wm.rb: methods of Tk::Wm_for_General module cannot
23581 2008-05-09 23:39 [nagai at ruby-lang.o] Ruby:r16341 (ruby_1_8): * ChangeLog: add log about latest changes.
23582 2008-05-10 09:18 [matz at ruby-lang.or] Ruby:r16342 (ruby_1_8): * util.c (ruby_strtod): backported from 1.9. a patch from Satoshi
23583 2008-05-10 12:00 [akr at ruby-lang.org] Ruby:r16343 (trunk): * vm.c (env_mark): mark env->block.self. prevent SEGV when GC occur
23584 2008-05-10 13:19 [nagai at ruby-lang.o] Ruby:r16344 (ruby_1_8): * ext/tk/lib/tk/pack.rb, ext/tk/lib/tk/grid.rb: increase parameter
23585 2008-05-10 18:18 [matz at ruby-lang.or] Ruby:r16345 (trunk): * string.c (rb_str_each_line): zero length record separator should
23586 2008-05-10 18:20 [matz at ruby-lang.or] Ruby:r16346 (ruby_1_8): * string.c (rb_str_each_line): RDoc updated. [ruby-dev:34586]
23587 2008-05-10 22:15 [matz at ruby-lang.or] Ruby:r16347 (trunk): * string.c (tr_trans): single '^' does not mean negation.
23588 2008-05-11 02:10 [matz at ruby-lang.or] Ruby:r16348 (trunk): * string.c (tr_trans): should check src size, not str size.
23589 2008-05-11 02:10 [matz at ruby-lang.or] Ruby:r16349 (trunk): * string.c (tr_trans): should not turn on modify flag if no
23590 2008-05-11 02:55 [nagai at ruby-lang.o] Ruby:r16350 (ruby_1_8): * ext/tk/lib/tk/pack.rb, ext/tk/lib/tk/grid.rb: fix serious bug on the
23591 2008-05-11 08:02 [yugui at ruby-lang.o] Ruby:r16351 (trunk): * gc.c (gc_count): rdoc corrected.
23592 2008-05-11 09:59 [kazu at ruby-lang.or] Ruby:r16352 (ruby_1_8): 2008-05-11
23593 2008-05-11 10:38 [kazu at ruby-lang.or] Ruby:r16353 (ruby_1_8): * eval.c (method_name, method_owner): New methods; backported from 1.9. (UnboundMethod#name, UnboundMethod#owner)
23594 2008-05-11 10:40 [kazu at ruby-lang.or] Ruby:r16354 (trunk): add tests of UnboundMethod#{name,owner}
23595 2008-05-11 13:15 [akr at ruby-lang.org] Ruby:r16355 (trunk): * thread.c (thread_cleanup_func_before_exec): extracted from
23596 2008-05-11 14:44 [akr at ruby-lang.org] Ruby:r16356 (trunk): * include/ruby/ruby.h (SIZET2NUM): new macro.
23597 2008-05-11 17:57 [nobu at ruby-lang.or] Ruby:r16357 (ruby_1_8, trunk): * configure.in (MINIRUBY): should not include extension library path.
23598 2008-05-11 18:01 [akr at ruby-lang.org] Ruby:r16358 (trunk): * test/ruby/test_process.rb (TestProcess#with_stdin): defined.
23599 2008-05-11 18:58 [akr at ruby-lang.org] Ruby:r16359 (trunk): fix typos.
23600 2008-05-11 19:06 [mame at ruby-lang.or] Ruby:r16360 (trunk): * test/ruby/test_thread.rb: kill and join temporal threads that are
[前][次][スレッド一覧][上]