summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-06-06* ext/json, lib/json, test/json: set properties.nobu
2007-06-06* compile.c (iseq_compile_each): fix around yield argumentsko1
2007-06-06* ext/json/ext/{generator,parser}/extconf.h: removed intermediate files.nobu
2007-06-05* cont.c (rb_fiber_start): clear th->tag and check error to fixko1
2007-06-05 * insnhelper.h, insns.def (DEC_SP): shoudn't use unary minus operatorusa
2007-06-05* parse.y (new_yield), compile.c (iseq_compile_each): fixko1
2007-06-05* io.c (rb_f_p): returns arguments to intervene. [ruby-dev:29736]matz
2007-06-05* insns.def (invokeblock): check block is created by lambdako1
2007-06-05* lib/pp.rb (PP::PPMethods::seplist): revert last change to workmatz
2007-06-05* numeric.c (int_round): should not just truncate.matz
2007-06-05* ext/nkf/nkf-utf8/nkf.c (kanji_convert): Fix guess fallback.naruse
2007-06-05* call_cfunc.ci (call_cfunc): fixed typo.nobu
2007-06-05* compile.c: fixed indentation.nobu
2007-06-05* thread_win32.ci: fixed typo.nobu
2007-06-05* call_cfunc.ci: protoized.nobu
2007-06-05* compile.c, dir.c, eval.c, eval_jump.h, eval_method.h, numeric.c,nobu
2007-06-04* 2007-06-04usa
2007-06-04* ext/nkf: import nkf.c rev:1.124naruse
2007-06-04* lib/json.rb, lib/json, ext/json, test/json:naruse
2007-06-02* cont.c (Fiber#pass): rename to Fiber#yield. Block parameterko1
2007-06-02* proc.c (Init_Proc): remove a line break.ko1
2007-06-01* numeric.c (int_round): small optimization to handle bignums.matz
2007-06-01 * insnhelper.h (INC_SP): shouldn't cast ``x'' to unsigned type becauseusa
2007-06-01* numeric.c (num_round): should convert self to Float.nobu
2007-05-31* numeric.c (flo_round): now takes optional argument to specifymatz
2007-05-31* enum.c (each_with_index_i): should work well with continuation.matz
2007-05-31* lib/benchmark.rb (Benchmark::Job::item): avoid modifying thenobu
2007-05-30* cont.c (cont_capture): store all local variables in heapko1
2007-05-30* lib/net/imap.rb (ResponseParser#next_token): fixedshugo
2007-05-30* lib/net/ftp.rb (Net::FTP#transfercmd): skip 2XXshugo
2007-05-30* thread_pthread.ci (thread_timer): must not be applied to trunk.nobu
2007-05-29* eval.c (thread_timer): timer thread should not receive any signals.nobu
2007-05-29* eval.c (rb_eval_cmd): just return if no exceptions.nobu
2007-05-29* signal.c (interrupt_init): needs to pass nil for Interrupt.nobu
2007-05-29* signal.c (trap): fixed segfaults. [ruby-dev:30830]nobu
2007-05-29* gc.c (rb_source_filename, obj_free): supress warnings.nobu
2007-05-29* gc.c (garbage_collect, yarv_machine_stack_mark): fixed typo.nobu
2007-05-29* parse.y (open_args, arg_ambiguous, parser_warning): should not usenobu
2007-05-29* win32/win32.c (rb_w32_opendir): removed duplicated code.nobu
2007-05-29* cont.c: fix bug around Continuation and Fiber.ko1
2007-05-29* win32/win32.c (rb_w32_opendir, rb_w32_readdir): eliminate magicnobu
2007-05-28* cont.c: fixed a function name.nobu
2007-05-27* cont.c: support Fiber. Check test/ruby/test_fiber.rb for detail.ko1
2007-05-25* ext/tk/lib/tkextlib/tcllib/tablelist.rb: fix typo.nagai
2007-05-25* test/ruby/test_beginendblock.rb (test_should_propagate_signaled):nobu
2007-05-25* eval.c (ruby_exec_internal): do nothing if no code.nobu
2007-05-25git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@12385 b2dd03c8-39d4-4d8f-98...nobu
2007-05-25* yarvcore.c (Init_VM): wrap already initialized structs to usenobu
2007-05-25 * regint.h (include): on some platform, defines.h redefinesusa
2007-05-24* cont.c: check across trap violation.ko1