aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * cont.c: support Fiber. Check test/ruby/test_fiber.rb for detail.ko12007-05-279-89/+441
* * ext/tk/lib/tkextlib/tcllib/tablelist.rb: fix typo.nagai2007-05-254-3/+12
* * test/ruby/test_beginendblock.rb (test_should_propagate_signaled):nobu2007-05-251-0/+3
* * eval.c (ruby_exec_internal): do nothing if no code.nobu2007-05-253-4/+13
* git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@12385 b2dd03c8-39d4-4d8f-98...nobu2007-05-253-6/+39
* * yarvcore.c (Init_VM): wrap already initialized structs to usenobu2007-05-252-27/+12
* * regint.h (include): on some platform, defines.h redefinesusa2007-05-253-4/+14
* * cont.c: check across trap violation.ko12007-05-244-2/+19
* * gc.c, yarvcore.c: fix to mark VM structure on startup.ko12007-05-244-5/+18
* * cont.c: support callcc which everyone love.ko12007-05-237-105/+334
* * common.mk: add a rule for regsyntax.c.matz2007-05-232-0/+8
* * regsyntax.c, unicode.c: set eol-stylenobu2007-05-230-0/+0
* * lib/cgi.rb (CGI#[]): get rid of exceptions being raised.matz2007-05-232-0/+6
* * oniguruma.h: updated to Oniguruma 5.7.0.matz2007-05-2319-5503/+13885
* * ext/purelib.rb: commit miss.nobu2007-05-221-3/+0
* * ext/extmk.rb, ext/purelib.rb, lib/mkmf.rb, runruby.rb: clear defaultnobu2007-05-226-12/+26
* * ruby.c (set_arg0): support RSTRING_LEN on HP-UX. a patch frommatz2007-05-223-13/+18
* * compile.c, vm_macro.def: support tail call optimizationko12007-05-2112-37/+174