aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * vm_eval.c (vm_call0_body): add new function.ko12012-10-142-39/+56
* remove garbage linenobu2012-10-142-2/+0
* * 2012-10-15svn2012-10-141-2/+2
* * insns.def (send, invokesuper, invokeblock, opt_*), vm_core.h:ko12012-10-149-551/+672
* fix a typokazu2012-10-141-1/+1
* * 2012-10-14svn2012-10-141-2/+2
* ruby.c: passing blocknobu2012-10-143-4/+19
* * regparse.c (parse_char_class): should match with a hyphen after ausa2012-10-133-8/+27
* file.c: GC guardnobu2012-10-122-0/+8
* * test/ruby/test_regexp.rbusa2012-10-122-0/+16
* * 2012-10-13svn2012-10-121-2/+2
* use tty(1) to check if /dev/tty is usable or notnaruse2012-10-121-1/+1
* win32.h: set floating point precision for pow()shirosaki2012-10-122-1/+26
* test_cgi.rb: skip a test on Windowsshirosaki2012-10-122-2/+14
* * process.c (posix_sh_cmds): the command name of colon is ":".akr2012-10-122-1/+5
* file.c: poisoned NULnobu2012-10-123-0/+17
* Fix wrong condition of skipping test_ioctl_linuxnaruse2012-10-121-2/+2
* * tool/merger.rb: now can merge revision(s) without --ticket again.usa2012-10-122-0/+6
* mkmf.rb: use configured libdir valuenobu2012-10-122-2/+9
* * 2012-10-12svn2012-10-111-2/+2
* * lib/timeout.rb (timeout):zzak2012-10-112-3/+6
* string.c: GC guardnobu2012-10-112-0/+10
* test_string.rb: missing testnobu2012-10-111-0/+6
* test_string.rb: suppress warningsnobu2012-10-111-1/+5
* test_string.rb: highlightingnobu2012-10-111-2/+2
* Suppress warning: 'iseqval' may be used uninitialized in this functionnaruse2012-10-111-1/+1
* * iseq.c (insn_operand_intern): cast op to rb_call_info_t* beforenaruse2012-10-102-1/+6
* * bootstraptest/test_block.rb: add tests for block with super.ko12012-10-102-0/+36
* * vm_dump.c: fix debug prints to catch up recent changesko12012-10-102-4/+23
* * 2012-10-11svn2012-10-101-2/+2
* * iseq.c (insn_operand_intern): add support disasm TS_CALLINFOko12012-10-102-0/+9
* Rename variablsnaruse2012-10-101-4/+3
* Test both username and uidnaruse2012-10-101-1/+10
* * 2012-10-10svn2012-10-101-2/+2
* * test/ruby/test_process.rb (TestProcess#test_execopts_gid): skip onusa2012-10-102-0/+7
* envutil.rb: assert_file and assert_file_notnobu2012-10-098-18/+33
* array.c: use rb_random_ulong_limitednobu2012-10-095-22/+41
* random.c: rb_random_ulong_limitednobu2012-10-093-0/+23
* process.c: uid gid exec optionsnobu2012-10-094-39/+151
* * ChangeLog: fix typo.nobu2012-10-091-2/+2
* * iseq.c (iseq_free): fix memory leak.ko12012-10-092-0/+6
* * vm_core.h (rb_call_info_t): add new type `rb_call_inf_t'.ko12012-10-097-51/+107
* * 2012-10-09svn2012-10-081-2/+2
* * ext/zlib/zlib.c (zstream_run_func): don't call inflate() whennagachika2012-10-082-0/+16
* * eval.c (rb_mod_refinements): new method Module#refinements.shugo2012-10-083-0/+103
* * eval.c, gc.c, iseq.c, node.h, vm_insnhelper.c, vm_insnhelper.h,shugo2012-10-0811-71/+84
* fix typoskazu2012-10-071-1/+1
* * 2012-10-08svn2012-10-071-2/+2
* fix ML refkazu2012-10-071-3/+3
* * lib/abbrev.rb: Documentation examples for Abbrev.zzak2012-10-062-9/+43