aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bootstraptest/runner.rb: refine outputnobu2014-06-101-9/+24
* fix a typo [ci skip]kazu2014-06-101-1/+1
* win32/setup.mak: rename RUBY_RELEASE_DATEnobu2014-06-102-3/+4
* win32/setup.mak: separate verconf.mknobu2014-06-102-4/+16
* * lib/cgi/core.rb: Provide a mechanism to specify thexibbar2014-06-103-15/+58
* csv.rb: honor encoding optionnobu2014-06-103-7/+24
* * 2014-06-10svn2014-06-101-2/+2
* envutil.rb: use keyword argumentnobu2014-06-102-5/+5
* fold too long linenobu2014-06-091-1/+15
* * gc.c: change full GC timing to keep lower memory usage.ko12014-06-092-8/+22
* gc.c: fix typonobu2014-06-092-2/+7
* * 2014-06-09svn2014-06-081-2/+2
* configure.in: disable posix_fadvisenobu2014-06-083-5/+18
* compile.c: use enumnobu2014-06-081-2/+2
* io.c (rb_io_advise): AIX currently does not support a 32-bit call tokanemoto2014-06-082-1/+10
* Show the epapsed time for failed test as well.akr2014-06-081-2/+4
* test_thread.rb: remove garbagenobu2014-06-081-1/+0
* bootstraptest/test_{fork,io,thread}.rb: reduce sleep timesnobu2014-06-073-39/+57
* runner.rb: elapsed timesnobu2014-06-071-1/+4
* * 2014-06-08svn2014-06-071-2/+2
* string.c: update rdoc of rb_str_slice_bang()nobu2014-06-072-1/+6
* * numeric.c (do_coerce): Add a warning when an exception is raisederegon2014-06-073-1/+44
* * numeric.c (bit_coerce): remove constant parameter `err'eregon2014-06-072-7/+11
* cont.c : keep context.uc_stack.ss_sp and context.uc_stack.ss_size for later use.kanemoto2014-06-072-4/+18
* io.c: truncate before appendingnobu2014-06-073-0/+23
* digest.c: call to_s oncenobu2014-06-072-4/+8
* * object.c (rb_mod_initialize_clone): Override Kernel#initialize_cloneakr2014-06-073-0/+23
* * 2014-06-07svn2014-06-061-2/+2
* digest.c: fix #== for non-string argumentseregon2014-06-063-1/+13
* node.h: remove NODE_PRIVATE_RECVnobu2014-06-064-17/+10
* compile.c, parse.y: private op assignnobu2014-06-064-15/+42
* test_assignment.rb: assignment to private attributenobu2014-06-061-0/+23
* test_assignment.rb: split test_assignnobu2014-06-061-0/+14
* parse.y: attr_receivernobu2014-06-061-2/+2
* node.h: NODE_PRIVATE_RECVnobu2014-06-063-6/+17
* io.c: not shorten buffer unless succeedednobu2014-06-063-4/+17
* * 2014-06-06svn2014-06-051-2/+2
* * ext/psych/lib/psych/visitors/yaml_tree.rb: dump empty symbols with atenderlove2014-06-053-1/+19
* Join a thread.akr2014-06-051-1/+2
* * gc.c (gc_page_sweep): refactoring.ko12014-06-052-19/+34
* version.c: show malloc_confnobu2014-06-053-7/+14
* configure.in, missing.h: jemalloc manglingnobu2014-06-057-2/+41
* * man/ruby.1: remove rubyforge entry.hsbt2014-06-052-2/+4
* * misc/README: use github link instead of rubyforge.hsbt2014-06-052-1/+5
* * gc.c (obj_free): check also FL_PROMOTED bit by RVALUE_OLD_P().ko12014-06-052-1/+5
* * 2014-06-05svn2014-06-041-2/+2
* configure.in: add --with-jemalloc optionnormal2014-06-042-0/+12
* * gc.c: introduce RZombie to manage zombie objects.ko12014-06-042-65/+108
* fix typo [ci skip]kazu2014-06-041-1/+1
* re.c: consider name encodingnobu2014-06-043-6/+22