summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-12-22Fix typo in contributing docs [ci skip]nobu
2015-12-22regexec.c: enable direct threaded VMnobu
2015-12-22* 2015-12-23svn
2015-12-22test_rdoc_generator_json_index.rb: open in binmodenobu
2015-12-22io-console.gemspec: BSD-2-Clausenobu
2015-12-22fix r53231: raise Errno::EBADF like other OSesnaruse
2015-12-22gc.c: do not expose internal singleton classnobu
2015-12-22io-console.gemspec: bump upnobu
2015-12-22* NEWS: Added news entry of Psych 2.0.17hsbt
2015-12-22* NEWS: Added news entry of RDoc 4.2.1hsbt
2015-12-22* ext/bigdecimal/bigdecimal.gemspec: bump version to 1.2.8.mrkn
2015-12-22* lib/rdoc.rb: bump version to 4.2.1. It contains following fixes.hsbt
2015-12-22* ext/psych/lib/psych.rb: bump version to 2.0.17hsbt
2015-12-22* vm_insnhelper.c: move vm_callee_setup_block_arg() (and relatedko1
2015-12-22string.c: no exception on dummy encodingnobu
2015-12-22escape.c: should not freezenobu
2015-12-21escape.c: Preserve original statenobu
2015-12-21* 2015-12-22svn
2015-12-21avoid rb_bug on BasicSocket.for_fd(-1)normal
2015-12-21* variable.c (struct ivar_update): rename "extended" to "iv_extended"ngoto
2015-12-21revert r53228 because this patch breaks rubyspecko1
2015-12-21* gc.c (internal_object_p): should not expose singleton classesko1
2015-12-21* test/ruby/test_io.rb: handled rlimit value same as r52277hsbt
2015-12-21lib/net/http.rb (open_timeout): update default value in RDoc [ci skip]normal
2015-12-21vm_backtrace.c: ignore ifunc framesnobu
2015-12-21* 2015-12-21svn
2015-12-21NotImplementedError typonobu
2015-12-20cgi/escape: Optimize CGI.escapeHTMLnobu
2015-12-20test_cgi_util.rb: fix arguments ordersnobu
2015-12-20ChangeLog: fold long line [ci skip]nobu
2015-12-20ChangeLog: fix date of r53178 [ci skip]nobu
2015-12-20* lib/erb.rb: revert r53123. It break compatibility like thor and rspec-rails.hsbt
2015-12-20test_syntax.rb: assertions for other heredocsnobu
2015-12-20parse.y: labeled heredocnobu
2015-12-20* proc.c (rb_mod_define_method): should check Symbol or not.ko1
2015-12-20* proc.c (rb_mod_define_method): fix notation.ko1
2015-12-20* proc.c (proc_new): fix notation.ko1
2015-12-20assertions.rb: show failed indexesnobu
2015-12-20Makefile.in: remove unintentional execnobu
2015-12-20Makefile.in: V=1 at updatenobu
2015-12-19remove duplicated log by commit miss [ci skip]nobu
2015-12-19proc.c: fix infinite loopnobu
2015-12-19fix commit missnobu
2015-12-19* 2015-12-20svn
2015-12-19proc.c: remove old macronobu
2015-12-19* enc/windows_1250.c: Should not use C++ style comments (C99 feature).ngoto
2015-12-19webrick/utils.rb: get rid of thread leak checkernobu
2015-12-19zlib.c: Fix typo [ci skip]nobu
2015-12-19csv.rb: Fix typo [ci skipnobu
2015-12-19enc/iso_8859_2.c, enc/windows_1250.c: separate Windows-1250duerst