summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2015-12-26Revert "* tool/post-commit.sh: copied from svn server."naruse
2015-12-26* lib/xmlrpc/client.rb: Support SSL options in async methods ofkou
2015-12-26* tool/post-commit.sh: copied from svn server.naruse
2015-12-26miniinit.c: built-in encoding aliasesnobu
2015-12-25program version from API versionnobu
2015-12-25version.h: RUBY_RELEASE_DATE from YMDnobu
2015-12-25version.h (RUBY_VERSION): 2.4.0 development has started.matz
2015-12-25ChangeLog: typo fixes [ci skip]normal
2015-12-25doc/CangeLog-2.3.0, ext/tk/lib/txextlib/SUPPORT_STATUS,duerst
2015-12-24fix common misspelling [ci skip]nobu
2015-12-24* ChangeLog, NEWS: added.usa
2015-12-24* doc/{ChangeLog,NEWS}-2.3.0: moved.usa
2015-12-24fix typoskazu
2015-12-24* NEWS: added entry for CGI.escapeHTML optimization.hsbt
2015-12-24deprecate exposed internal functionsnobu
2015-12-24preserve source file name encodingnobu
2015-12-24* common.mk (fake.rb): $(arch)-fake.rb must depend miniruby becausenaruse
2015-12-24* common.mk (ripper.c): r50045 wrongly replace $(PWD) with ../..naruse
2015-12-24* tool/vcs.rb (IO.popen): Refactor. Avoid assigning in condition.sorah
2015-12-24* tool/file2lastrev.rb: Fix ArgumentError to work on Ruby 1.8.7.sorah
2015-12-24* tool/vcs.rb (IO.popen): Enable on Ruby 1.9 where chdir option is notsorah
2015-12-24* NEWS: renameko1
2015-12-23io/console: fix gem build failure on Windowsnobu
2015-12-23rb_readwrite_syserr_failnobu
2015-12-23prefer rb_syserr_failnobu
2015-12-23* string.c: Fix document. Default value of the firstyui-knk
2015-12-22ext/socket/init.c (rsock_init_sock): reject reserved FDsnormal
2015-12-22Revert r53253. naruse fixed it differently in r53244normal
2015-12-22test/socket/test_basicsocket.rb: attempt fix for [ruby-cvs:60402]normal
2015-12-22configure.in: define __STDC_WANT_LIB_EXT1__nobu
2015-12-22regexec.c: fix build with direct threaded VMnobu
2015-12-22* gems/bundled_gems: Upgrade the did_you_mean gem to 1.0.0yuki
2015-12-22Fix typo in contributing docs [ci skip]nobu
2015-12-22regexec.c: enable direct threaded VMnobu
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-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