aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* .gitignore: added cygwin*.def for Cygwinduerst2015-12-072-0/+5
* * 2015-12-07svn2015-12-071-2/+2
* temporally remove prompt to pass the testnaruse2015-12-071-1/+1
* test_io_console.rb: waitnobu2015-12-061-1/+2
* introduce rb_autoload_str to replace rb_autoloadnormal2015-12-066-8/+32
* hash.c: fix rubyspec failurenobu2015-12-061-5/+3
* * configure.in: add missing x.kazu2015-12-062-1/+5
* fix a typo [ci skip]kazu2015-12-061-1/+1
* * test/webrick/test_cgi.rb (TestWEBrickCGI#test_cgi): gave up the testusa2015-12-062-5/+10
* * test/fileutils/test_fileutils.rb: add debug output to investigate the error...usa2015-12-061-1/+6
* console.c: prompt to stderrnobu2015-12-061-9/+2
* console.c: console_getpassnobu2015-12-063-1/+102
* test_env.rb: escapenobu2015-12-061-1/+1
* * 2015-12-06svn2015-12-051-2/+2
* * ext/json/json.gemspec: bump version to json 1.8.3. CRuby already containedhsbt2015-12-053-2/+12
* Fix cross buildnobu2015-12-054-4/+10
* assertions.rb: fallback encoding errornobu2015-12-051-1/+5
* hash.c: env encoding fallback on Windowsnobu2015-12-053-17/+84
* node.c: NODE_QCALLnobu2015-12-051-0/+10
* Makefile.in: set CONFIGURE_TTY directlynobu2015-12-051-1/+1
* ruby_atomic.h: fix old value type of ATOMIC_CASnobu2015-12-052-2/+6
* ruby_atomic.h: fix the argument ordernobu2015-12-052-1/+7
* random.c: fix filling sizenobu2015-12-052-1/+6
* vm.c: make ruby_vm_*_ptr staticnormal2015-12-042-2/+7
* compile.c: no extra parenthesesnobu2015-12-041-35/+35
* compile.c: just append compile error messagenobu2015-12-041-10/+36
* * 2015-12-05svn2015-12-041-2/+2
* * include/ruby/ruby.h (RB_OBJ_TAINT): follow-up of r52881.ngoto2015-12-042-1/+8
* * remove trailing spaces.svn2015-12-041-1/+1
* enc/iso_8859_13.c: Added three missing lower/upper-caseduerst2015-12-042-0/+10
* enc/iso_8859_4.c: Added missing lower/upper-case characterduerst2015-12-042-0/+6
* string.c: should not taint fstringnobu2015-12-044-10/+19
* ruby.h: make flag setting macros voidnobu2015-12-041-8/+8
* * lib/rubygems: Update to RubyGems 2.5.0+ HEAD(fdab4c4).hsbt2015-12-0410-28/+58
* KNOWNBUGS.rb: assertion failurenobu2015-12-041-0/+9
* Revert r52872 "string.c: should not taint fstring"naruse2015-12-043-17/+1
* * 2015-12-04svn2015-12-041-2/+2
* thread.c: name must be ascii-compatiblenobu2015-12-043-0/+12
* string.c: should not taint fstringnobu2015-12-033-1/+17
* * lib/scanf.rb: fixed double words typo.hsbt2015-12-032-1/+6
* * test/ruby/test_mixed_unicode_escapes.rb: fixed typo.hsbt2015-12-034-3/+10
* sprintf.c: fix garbage inserted with Rationalnobu2015-12-033-7/+19
* range.c: infected by the receivernobu2015-12-033-2/+17
* * 2015-12-03svn2015-12-031-2/+2
* configure.in: split SET_THREAD_NAMEnobu2015-12-034-21/+33
* * vm_core.h, iseq.h: remove rb_iseq_t::variable_body.ko12015-12-026-44/+68
* thread.c: rb_thread_setname on OS Xnobu2015-12-021-0/+6
* missing.h: __STDC_WANT_LIB_EXT1__nobu2015-12-021-0/+2
* * iseq.h: introduce ISEQ_ORIGINAL_ISEQ() andko12015-12-025-13/+27
* * iseq.h: introduce ISEQ_FLIP_CNT_INCREMENT() macro.ko12015-12-024-3/+11