aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * cont.c (cont_new): add debug message.ko12007-06-064-3/+48
* * eval_intern.h, eval.c (ruby_init): remove POP_TAG_INIT().ko12007-06-065-7/+10
* * insns.def (invokeblock): fix of splat argument.ko12007-06-062-1/+8
* * insns.def: fixed indentation.usa2007-06-062-1/+5
* * lib/json/pure: set properties.nobu2007-06-060-0/+0
* * eval.c (rb_yield): fix to check Qundef.ko12007-06-062-1/+10
* * test/ruby/test_continuation.rb: add a test for last commit.ko12007-06-062-0/+11
* * cont.c (rb_cont_call): forbid calling dead fiber withko12007-06-062-0/+13
* * ext/json, lib/json, test/json: set properties.nobu2007-06-066-0/+0
* * compile.c (iseq_compile_each): fix around yield argumentsko12007-06-062-7/+8
* * ext/json/ext/{generator,parser}/extconf.h: removed intermediate files.nobu2007-06-062-6/+0
* * cont.c (rb_fiber_start): clear th->tag and check error to fixko12007-06-054-2/+32
* * insnhelper.h, insns.def (DEC_SP): shoudn't use unary minus operatorusa2007-06-053-4/+11
* * parse.y (new_yield), compile.c (iseq_compile_each): fixko12007-06-059-74/+97
* * io.c (rb_f_p): returns arguments to intervene. [ruby-dev:29736]matz2007-06-052-2/+13
* * insns.def (invokeblock): check block is created by lambdako12007-06-053-2/+25
* * lib/pp.rb (PP::PPMethods::seplist): revert last change to workmatz2007-06-052-3/+8
* * numeric.c (int_round): should not just truncate.matz2007-06-052-17/+30
* * ext/nkf/nkf-utf8/nkf.c (kanji_convert): Fix guess fallback.naruse2007-06-052-4/+7
* * call_cfunc.ci (call_cfunc): fixed typo.nobu2007-06-051-1/+1
* * compile.c: fixed indentation.nobu2007-06-058-34/+36
* * thread_win32.ci: fixed typo.nobu2007-06-052-4/+6
* * call_cfunc.ci: protoized.nobu2007-06-052-6/+4
* * compile.c, dir.c, eval.c, eval_jump.h, eval_method.h, numeric.c,nobu2007-06-0517-2230/+2261
* * 2007-06-04usa2007-06-041-3/+3
* * ext/nkf: import nkf.c rev:1.124naruse2007-06-041-0/+3
* * lib/json.rb, lib/json, ext/json, test/json:naruse2007-06-0469-70/+8551
* * cont.c (Fiber#pass): rename to Fiber#yield. Block parameterko12007-06-023-47/+68
* * proc.c (Init_Proc): remove a line break.ko12007-06-022-2/+5
* * numeric.c (int_round): small optimization to handle bignums.matz2007-06-013-4/+24
* * insnhelper.h (INC_SP): shouldn't cast ``x'' to unsigned type becauseusa2007-06-013-6/+15
* * numeric.c (num_round): should convert self to Float.nobu2007-06-012-5/+6
* * numeric.c (flo_round): now takes optional argument to specifymatz2007-05-312-23/+47
* * enum.c (each_with_index_i): should work well with continuation.matz2007-05-313-6/+12
* * lib/benchmark.rb (Benchmark::Job::item): avoid modifying thenobu2007-05-313-4/+9
* * cont.c (cont_capture): store all local variables in heapko12007-05-305-10/+45
* * lib/net/imap.rb (ResponseParser#next_token): fixedshugo2007-05-302-2/+11
* * lib/net/ftp.rb (Net::FTP#transfercmd): skip 2XXshugo2007-05-302-0/+9
* * thread_pthread.ci (thread_timer): must not be applied to trunk.nobu2007-05-302-11/+0
* * eval.c (thread_timer): timer thread should not receive any signals.nobu2007-05-292-0/+11
* * eval.c (rb_eval_cmd): just return if no exceptions.nobu2007-05-292-1/+6
* * signal.c (interrupt_init): needs to pass nil for Interrupt.nobu2007-05-292-3/+6
* * signal.c (trap): fixed segfaults. [ruby-dev:30830]nobu2007-05-292-32/+78
* * gc.c (rb_source_filename, obj_free): supress warnings.nobu2007-05-292-7/+12
* * gc.c (garbage_collect, yarv_machine_stack_mark): fixed typo.nobu2007-05-292-7/+12
* * parse.y (open_args, arg_ambiguous, parser_warning): should not usenobu2007-05-293-7/+12
* * win32/win32.c (rb_w32_opendir): removed duplicated code.nobu2007-05-292-23/+15
* * cont.c: fix bug around Continuation and Fiber.ko12007-05-293-3/+42
* * win32/win32.c (rb_w32_opendir, rb_w32_readdir): eliminate magicnobu2007-05-293-14/+23
* * cont.c: fixed a function name.nobu2007-05-282-1/+7