[前][次][番号順一覧][上]

ruby-cvs:19601-19700

  19601 2007-05-23 07:43 [shyouhei ruby-lang.o] Ruby:r12362: add tag v1_8_6_14          
  19602 2007-05-23 07:43 [shyouhei ruby-lang.o] Ruby:r12364: add tag v1_8_6_16          
  19603 2007-05-23 07:43 [shyouhei ruby-lang.o] Ruby:r12367: add tag v1_8_6_19          
  19604 2007-05-23 07:43 [shyouhei ruby-lang.o] Ruby:r12369: add tag v1_8_6_21          
  19605 2007-05-23 07:43 [shyouhei ruby-lang.o] Ruby:r12368: add tag v1_8_6_20          
  19606 2007-05-23 07:43 [shyouhei ruby-lang.o] Ruby:r12370: add tag v1_8_6_22          
  19607 2007-05-23 07:43 [shyouhei ruby-lang.o] Ruby:r12371: add tag v1_8_6_23          
  19608 2007-05-23 07:43 [shyouhei ruby-lang.o] Ruby:r12373: add tag v1_8_6_25          
  19609 2007-05-23 07:43 [shyouhei ruby-lang.o] Ruby:r12372: add tag v1_8_6_24          
  19610 2007-05-23 07:43 [shyouhei ruby-lang.o] Ruby:r12374: add tag v1_8_6_26          
  19611 2007-05-23 07:43 [shyouhei ruby-lang.o] Ruby:r12375: add tag v1_8_6_27          
  19612 2007-05-23 10:32 [matz ruby-lang.org  ] Ruby:r12376: * oniguruma.h: updated to Oniguruma 5.7.0.
  19613 2007-05-23 10:45 [matz ruby-lang.org  ] Ruby:r12377: * lib/cgi.rb (CGI#[]): get rid of exceptions being raised.
  19614 2007-05-23 11:02 [nobu ruby-lang.org  ] Ruby:r12378: * regsyntax.c, unicode.c: set eol-style
  19615 2007-05-23 15:38 [matz ruby-lang.org  ] Ruby:r12379: * common.mk: add a rule for regsyntax.c.
  19616 2007-05-24 07:52 [ko1 ruby-lang.org   ] Ruby:r12380: * cont.c: support callcc which everyone love.
  19617 2007-05-24 11:47 [ko1 ruby-lang.org   ] Ruby:r12381: * gc.c, yarvcore.c: fix to mark VM structure on startup.
  19618 2007-05-24 12:08 [ko1 ruby-lang.org   ] Ruby:r12382: * cont.c: check across trap violation.
  19619 2007-05-25 11:13 [usa ruby-lang.org   ] Ruby:r12383: * regint.h (include): on some platform, defines.h redefines
  19620 2007-05-25 16:03 [nobu ruby-lang.org  ] Ruby:r12384: * yarvcore.c (Init_VM): wrap already initialized structs to use
  19621 2007-05-26 00:04 [nobu ruby-lang.org  ] Ruby:r12385:                            
  19622 2007-05-26 00:37 [nobu ruby-lang.org  ] Ruby:r12386: * eval.c (ruby_exec_internal): do nothing if no code.
  19623 2007-05-26 01:10 [nobu ruby-lang.org  ] Ruby:r12387: * test/ruby/test_beginendblock.rb (test_should_propagate_signaled):
  19624 2007-05-26 01:10 [nagai ruby-lang.org ] Ruby:r12388: * ext/tk/lib/tkextlib/tcllib/tablelist.rb: fix typo.
  19625 2007-05-26 01:11 [nagai ruby-lang.org ] Ruby:r12389: * ext/tk/lib/tkextlib/tcllib/tablelist.rb: fix typo.
  19626 2007-05-26 01:11 [nagai ruby-lang.org ] Ruby:r12390: * ext/tk/lib/tkextlib/tcllib/tablelist.rb: fix typo.
  19627 2007-05-27 05:21 [shyouhei ruby-lang.o] Ruby:r12391: * eval.c (mnew): call of super via a method object should work again.
  19628 2007-05-27 05:35 [shyouhei ruby-lang.o] Ruby:r12392: * runruby.rb: eliminate uninitialized variable.
  19629 2007-05-27 05:50 [shyouhei ruby-lang.o] Ruby:r12393: * eval.c (mnew): call of super via a method object should work again.
  19630 2007-05-28 03:03 [seki ruby-lang.org  ] Ruby:r12394: * lib/rinda/tuplespace.rb (Rinda::TupleBag#delete): use rindex and
  19631 2007-05-28 04:12 [ko1 ruby-lang.org   ] Ruby:r12395: * cont.c: support Fiber.  Check test/ruby/test_fiber.rb for detail.
  19632 2007-05-28 10:25 [nobu ruby-lang.org  ] Ruby:r12396: * cont.c: fixed a function name.
  19633 2007-05-28 19:37 [usa ruby-lang.org   ] Ruby:r12397: * win32/win32.c (move_to_next_entry): revert r12338. not necessary
  19634 2007-05-28 19:42 [usa ruby-lang.org   ] Ruby:r12398: add tag v1_8_5_51          
  19635 2007-05-29 10:53 [nobu ruby-lang.org  ] Ruby:r12399: * win32/win32.c (rb_w32_opendir, rb_w32_readdir): eliminate magic
  19636 2007-05-29 10:59 [nobu ruby-lang.org  ] Ruby:r12400: * win32/win32.c (rb_w32_opendir): store attributes of the second
  19637 2007-05-29 10:59 [ko1 ruby-lang.org   ] Ruby:r12401: * cont.c: fix bug around Continuation and Fiber.
  19638 2007-05-29 12:30 [nobu ruby-lang.org  ] Ruby:r12402: * win32/win32.c (rb_w32_opendir): removed duplicated code.
  19639 2007-05-30 00:22 [nobu ruby-lang.org  ] Ruby:r12403: * parse.y (open_args, arg_ambiguous, parser_warning): should not use
  19640 2007-05-30 00:46 [nobu ruby-lang.org  ] Ruby:r12404: * gc.c (garbage_collect, yarv_machine_stack_mark): fixed typo.
  19641 2007-05-30 00:49 [nobu ruby-lang.org  ] Ruby:r12405: * gc.c (rb_source_filename, obj_free): supress warnings.
  19642 2007-05-30 02:08 [nobu ruby-lang.org  ] Ruby:r12406: * signal.c (trap): fixed segfaults.  [ruby-dev:30830]
  19643 2007-05-30 02:13 [nobu ruby-lang.org  ] Ruby:r12407: * signal.c (interrupt_init): needs to pass nil for Interrupt.
  19644 2007-05-30 04:17 [nobu ruby-lang.org  ] Ruby:r12408: * eval.c (rb_eval_cmd): just return if no exceptions.
  19645 2007-05-30 04:28 [nobu ruby-lang.org  ] Ruby:r12409: * eval.c (thread_timer): timer thread should not receive any signals.
  19646 2007-05-30 05:16 [nobu ruby-lang.org  ] Ruby:r12410: * eval.c (rb_eval): get rid of SEGV at ZSUPER in a block
  19647 2007-05-30 09:41 [nobu ruby-lang.org  ] Ruby:r12411: * thread_pthread.ci (thread_timer): must not be applied to trunk.
  19648 2007-05-30 13:25 [shugo ruby-lang.org ] Ruby:r12412: * lib/net/ftp.rb (Net::FTP#transfercmd): skip 2XX
  19649 2007-05-30 13:27 [shugo ruby-lang.org ] Ruby:r12413: * lib/net/ftp.rb (Net::FTP#transfercmd): skip 2XX
  19650 2007-05-30 13:39 [shugo ruby-lang.org ] Ruby:r12414: * lib/net/imap.rb (ResponseParser#next_token): fixed
  19651 2007-05-30 14:56 [ko1 ruby-lang.org   ] Ruby:r12415: * cont.c (cont_capture): store all local variables in heap
  19652 2007-05-31 02:14 [seki ruby-lang.org  ] Ruby:r12416: * lib/rinda/tuplespace.rb (Rinda::TupleBag): create index on tuple bag
  19653 2007-05-31 02:28 [eban ruby-lang.org  ] Ruby:r12417: * 2007-05-31               
  19654 2007-05-31 17:26 [nobu ruby-lang.org  ] Ruby:r12418: * lib/benchmark.rb (Benchmark::Job::item): avoid modifying the
  19655 2007-06-01 01:59 [matz ruby-lang.org  ] Ruby:r12419: * enum.c (each_with_index_i): should work well with continuation.
  19656 2007-06-01 02:01 [matz ruby-lang.org  ] Ruby:r12420: * numeric.c (flo_round): now takes optional argument to specify
  19657 2007-06-01 11:32 [nobu ruby-lang.org  ] Ruby:r12421: * numeric.c (num_round): should convert self to Float.
  19658 2007-06-01 13:05 [usa ruby-lang.org   ] Ruby:r12422: * insnhelper.h (INC_SP): shouldn't cast ``x'' to unsigned type because
  19659 2007-06-02 01:27 [matz ruby-lang.org  ] Ruby:r12423: * numeric.c (int_round): small optimization to handle bignums.
  19660 2007-06-02 16:47 [ko1 ruby-lang.org   ] Ruby:r12424: * proc.c (Init_Proc): remove a line break.
  19661 2007-06-02 16:48 [ko1 ruby-lang.org   ] Ruby:r12425: * cont.c (Fiber#pass): rename to Fiber#yield.  Block parameter
  19662 2007-06-04 11:12 [shugo ruby-lang.org ] Ruby:r12426: * lib/net/imap.rb (ResponseParser#next_token): fixed
  19663 2007-06-04 11:30 [eban ruby-lang.org  ] Ruby:r12427: * 2007-06-04               
  19664 2007-06-04 21:31 [naruse ruby-lang.org] Ruby:r12428: * lib/json.rb, lib/json, ext/json, test/json:
  19665 2007-06-04 21:40 [naruse ruby-lang.org] Ruby:r12429: * ext/nkf: import nkf.c rev:1.124
  19666 2007-06-04 21:48 [usa ruby-lang.org   ] Ruby:r12430: * 2007-06-04               
  19667 2007-06-05 13:25 [nobu ruby-lang.org  ] Ruby:r12431: * compile.c, dir.c, eval.c, eval_jump.h, eval_method.h, numeric.c,
  19668 2007-06-05 13:27 [nobu ruby-lang.org  ] Ruby:r12432: * call_cfunc.ci: protoized.
  19669 2007-06-05 13:30 [nobu ruby-lang.org  ] Ruby:r12433: * thread_win32.ci: fixed typo.
  19670 2007-06-05 13:49 [nobu ruby-lang.org  ] Ruby:r12434: * compile.c: fixed indentation.
  19671 2007-06-05 13:59 [nobu ruby-lang.org  ] Ruby:r12435: * call_cfunc.ci (call_cfunc): fixed typo.
  19672 2007-06-05 14:11 [naruse ruby-lang.org] Ruby:r12436: * ext/nkf/nkf-utf8/nkf.c (kanji_convert): Fix guess fallback.
  19673 2007-06-05 14:31 [matz ruby-lang.org  ] Ruby:r12437: * numeric.c (int_round): should not just truncate.
  19674 2007-06-05 14:48 [matz ruby-lang.org  ] Ruby:r12438: * lib/pp.rb (PP::PPMethods::seplist): revert last change to work
  19675 2007-06-05 16:13 [ko1 ruby-lang.org   ] Ruby:r12439: * insns.def (invokeblock): check block is created by lambda
  19676 2007-06-05 16:35 [matz ruby-lang.org  ] Ruby:r12440: * io.c (rb_f_p): returns arguments to intervene.  [ruby-dev:29736]
  19677 2007-06-06 02:26 [ko1 ruby-lang.org   ] Ruby:r12441: * parse.y (new_yield), compile.c (iseq_compile_each): fix
  19678 2007-06-06 02:39 [usa ruby-lang.org   ] Ruby:r12442: * insnhelper.h, insns.def (DEC_SP): shoudn't use unary minus operator
  19679 2007-06-06 02:55 [ko1 ruby-lang.org   ] Ruby:r12443: * cont.c (rb_fiber_start): clear th->tag and check error to fix
  19680 2007-06-06 10:34 [nobu ruby-lang.org  ] Ruby:r12444: * ext/json/ext/{generator,parser}/extconf.h: removed intermediate files.
  19681 2007-06-06 10:52 [ko1 ruby-lang.org   ] Ruby:r12445: * compile.c (iseq_compile_each): fix around yield arguments
  19682 2007-06-06 10:55 [ko1 ruby-lang.org   ] Ruby:r12447: * cont.c (rb_cont_call): forbid calling dead fiber with
  19683 2007-06-06 10:55 [nobu ruby-lang.org  ] Ruby:r12446: * ext/json, lib/json, test/json: set properties.
  19684 2007-06-06 10:56 [ko1 ruby-lang.org   ] Ruby:r12448: * test/ruby/test_continuation.rb: add a test for last commit.
  19685 2007-06-06 10:57 [ko1 ruby-lang.org   ] Ruby:r12449: * eval.c (rb_yield): fix to check Qundef.
  19686 2007-06-06 14:30 [nobu ruby-lang.org  ] Ruby:r12450: * lib/json/pure: set properties.
  19687 2007-06-06 16:26 [usa ruby-lang.org   ] Ruby:r12451: * insns.def: fixed indentation.
  19688 2007-06-06 20:24 [ko1 ruby-lang.org   ] Ruby:r12452: * insns.def (invokeblock): fix of splat argument.
  19689 2007-06-07 01:04 [ko1 ruby-lang.org   ] Ruby:r12453: * eval_intern.h, eval.c (ruby_init): remove POP_TAG_INIT().
  19690 2007-06-07 03:19 [ko1 ruby-lang.org   ] Ruby:r12454: * cont.c (cont_new): add debug message.
  19691 2007-06-07 03:30 [ko1 ruby-lang.org   ] Ruby:r12455: * test_fiber.rb: add a test (Continuation and Fiber).
  19692 2007-06-07 07:38 [naruse ruby-lang.org] Ruby:r12456: * lib/json/common.rb: Ponder offering parse\! method.
  19693 2007-06-07 12:48 [ko1 ruby-lang.org   ] Ruby:r12457: * cont.c (cont_restore_1): fix to check root fiber [ruby-dev:30911].
  19694 2007-06-07 17:36 [shyouhei ruby-lang.o] Ruby:r12460: add v_1_8_6_30             
  19695 2007-06-07 17:27 [shyouhei ruby-lang.o] Ruby:r12459: * eval.c (method_inspect): show proper class name.
  19696 2007-06-07 17:21 [ko1 ruby-lang.org   ] Ruby:r12458: * iseq.c (prepare_iseq_build): freeze filename and name string.
  19697 2007-06-07 18:00 [shyouhei ruby-lang.o] Ruby:r12462: add v_1_8_5_52             
  19698 2007-06-07 19:03 [akr ruby-lang.org   ] Ruby:r12463: * lib/pp.rb: call original "method" method instead of redefined one.

[前][次][番号順一覧][上]