aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* rational.c: float denomnobu2017-03-162-8/+19
* rational.c: read_numnobu2017-03-162-157/+104
* bignum.c: rb_int_parse_cstrnobu2017-03-162-8/+39
* test_rational.rb: invalid exponentnobu2017-03-161-0/+4
* test_rational.rb: duplicate assertionsnobu2017-03-161-36/+0
* rational.c: zero divisionnobu2017-03-162-0/+6
* * 2017-03-16svn2017-03-161-1/+1
* test_rational.rb: shortennobu2017-03-161-93/+98
* vm_insnhelper.c: adjust indent [ci skip]nobu2017-03-151-1/+1
* * remove trailing spaces.svn2017-03-151-1/+1
* add several counters to analyze ivar inline caches.ko12017-03-153-17/+33
* object.c: make String#to_f consistent with literalnobu2017-03-152-9/+10
* string.c: shortcut argument checknobu2017-03-151-4/+19
* io.c: [DOC] add missing `$`kazu2017-03-151-1/+1
* * lib/matrix.rb: Add Vector.zero and Vector#zero?marcandre2017-03-142-0/+27
* * 2017-03-15svn2017-03-141-1/+1
* Stop a global server of Rinda testmame2017-03-141-2/+2
* vm_insnhelper.c: undef BUILTIN_CLASS_P tookazu2017-03-141-0/+1
* Fix bug of Tempfile#size if nothing is written [Bug #13198]glass2017-03-142-1/+8
* Fix a consistency bug of ISEQ_COVERAGE [Bug #13305]mame2017-03-142-1/+34
* Fiber also has same issue. [Bug #13313]ko12017-03-144-3/+25
* thread.c: Thread.start with Symbolnobu2017-03-142-1/+10
* thread.c: thread_do_startnobu2017-03-141-18/+22
* envutil.rb: basename for diagnostic_reportsnobu2017-03-141-2/+2
* vm_core.h: assertions for Procnobu2017-03-141-3/+1
* string.c: use rb_check_string_typenobu2017-03-141-12/+4
* * 2017-03-14svn2017-03-131-1/+1
* docs for Symbol#casecmp and Symbol#casecmp?stomar2017-03-131-17/+43
* sprintf.c: fix out-of-bound accessnobu2017-03-131-0/+1
* string.c (rb_str_set_len): pathological checknobu2017-03-131-1/+1
* file.c: join with /nobu2017-03-132-23/+26
* string.c: $; is a GC-rootnobu2017-03-132-0/+12
* Raise error if spec is nilnaruse2017-03-131-0/+3
* parse.y: relax `&' warningnobu2017-03-131-1/+6
* bigdecimal: version 1.3.2mrkn2017-03-136-80/+106
* thread.c: rb_thread_fd_close [ci skip]nobu2017-03-132-6/+1
* thread.c: rb_thread_fd_close no longer returnsnobu2017-03-131-0/+1
* thread.c: rb_thread_fd_close [ci skip]nobu2017-03-132-1/+11
* compile.c: compile flip-flopnobu2017-03-131-1/+2
* compile.c: omit newrangenobu2017-03-131-8/+5
* io.c: [DOC] IO#puts uses IO#writenaruse2017-03-121-1/+2
* * 2017-03-13svn2017-03-121-1/+1
* Didn't work if backport field is emptynaruse2017-03-121-2/+2
* compile.c: compile_const_prefixnobu2017-03-121-7/+7
* compile.c: omit newhashnobu2017-03-121-5/+2
* compile.c: NODE_VALUES must not be poppednobu2017-03-121-3/+3
* compile.c: iseq_compile_each0nobu2017-03-111-10/+13
* compile.c: compile_whennobu2017-03-111-50/+56
* compile.c: compile_casenobu2017-03-111-107/+115
* lib/ostruct.rb: [DOC] revise docs for OpenStructstomar2017-03-111-68/+108