aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * 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
* * lib/net/smtp.rb: CRAM-MD5 authentication did not work. [ruby-dev:30770]aamine2007-05-202-4/+10
* typotadf2007-05-191-1/+1
* * lib/date/format.rb (Date._parse): detects some OFX datestadf2007-05-192-6/+20
* * enum.c (enum_inject): minor improvement. [ruby-dev:30792]nobu2007-05-182-51/+44
* * enum.c (enum_inject): it is now can work without block. youmatz2007-05-182-6/+80
* * file.c (Init_File): method definition mismatch.nobu2007-05-183-5/+9
* * file.c (Init_File): add to_path method to File objects.matz2007-05-182-0/+5
* * ruby.c (DllMain, ruby_init_loadpath): use DLL instance handle givennobu2007-05-183-12/+22
* * misc/ruby-style.el (ruby-style-label-indent): for yacc rules.nobu2007-05-172-4/+15
* * parse.y (f_arg): remove typo from ripper description.matz2007-05-172-1/+5
* * parse.y, compile.c (set_arguments): fix to support in-parenko12007-05-173-16/+40
* * iseq.c (ruby_iseq_disasm): fix to show post arg info.ko12007-05-172-2/+7