summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2015-04-11* ext/json/*, test/json/*, defs/default_gems: Gemify JSON library.hsbt
2015-04-11* test/ruby/test_file_exhaustive.rb: Create sample files lazily.akr
2015-04-11* test/ruby/test_file_exhaustive.rb: Test character device usingakr
2015-04-11mkmf.rb: methods to append flagsnobu
2015-04-10* lib/rdoc/text.rb: removed duplicated code.hsbt
2015-04-10lib/net/protocol.rb (rbuf_fill): avoid exception with read_nonblocknormal
2015-04-10dir.c: getattrlist on OSX 10.5nobu
2015-04-10mkmf.rb: fix werror optionnobu
2015-04-10* test/ruby/test_file_exhaustive.rb: Test socket.akr
2015-04-10* test/objspace/test_objspace.rb: remove debug prints.ko1
2015-04-10* ext/objspace/objspace.c: add ObjectSpace.count_imemo_objects methodko1
2015-04-10* test/ruby/test_file_exhaustive.rb: Test anonymous pipe.akr
2015-04-10* test/ruby/test_file_exhaustive.rb: Test named pipe.akr
2015-04-10* ext/objspace/objspace.c (setup_hash): unify common routine.ko1
2015-04-10* process.c (rb_execarg_parent_start1): Handle EINTR.akr
2015-04-10* vm.c (vm_exec): check other events when RETURN is thrown.ko1
2015-04-10Fix a typo.akr
2015-04-10ext/date: reject unknown compiler optionnobu
2015-04-09* test/ruby/test_process.rb: unfortunately, windows is not POSIX...usa
2015-04-09* test/ruby/test_process.rb: Use mkfifo command instead of mknodakr
2015-04-09* process.c: Release GVL when opening a file in spawn() to avoid wholeakr
2015-04-09* process.c (redirect_open): Removed.akr
2015-04-09* internal.h (rb_execarg_parent_end): Declared.akr
2015-04-09* internal.h (rb_execarg_parent_start): Renamed from rb_execarg_fixup.akr
2015-04-09* process.c (fd_clear_cloexec): Extracted from run_exec_dup2.akr
2015-04-09ccan/list/list.h: sync with ccan upstreamnormal
2015-04-08raddrinfo.c: fix memory leaknobu
2015-04-08version.c: support RUBY_ENGINE_VERSIONnobu
2015-04-08* bigdecimal: conform to ruby's license. [ruby-core:68466] [Bug #10952]mrkn
2015-04-08* win32/win32.c (rb_w32_wreadlink): should treat junctions like asusa
2015-04-08* test/ruby/test_symbol.rb: fix syntax error.ko1
2015-04-08hash.c: compare symbols by identitiesnobu
2015-04-07* internal.h: fix typo. Patch by @sferik [fix GH-865]hsbt
2015-04-06* enum.c: Enumerable#chunk and Enumerable#slice_before no longer takesakr
2015-04-06* vm_args.c: protect value stack from calling other methodsko1
2015-04-06* tool/downloader.rb (http_options): prevent content auto decodingnaruse
2015-04-05* doc/contributing.rdoc: update Maintainers list.usa
2015-04-05* tool/rbinstall.rb: fix bin script permission of bundled gems.hsbt
2015-04-04* tool/rbinstall.rb: support --program-suffix option.hsbt
2015-04-04* lib/rake/*: Gemify rake [fix GH-862][Feature #11025]hsbt
2015-04-04string.c: check before modifynobu
2015-04-03* lib/net/http.rb (edit_path): use path which is absolute ftp urlnaruse
2015-04-03vm_core.h: update for OPT_CALL_CFUNC_WITHOUT_FRAMEnobu
2015-04-02ChangeLog: remove garbagenobu
2015-04-02rbconfig.rb: use program versionnobu
2015-04-02* 2015-04-02nobu
2015-04-01dir.c: reduce indirect argumentsnobu
2015-04-01fileutils.rb: fix error messagenobu
2015-03-31* doc/ChangeLog-0.06_to_0.52: added archived Changelog.hsbt
2015-03-30README.EXT.ja: add redirect [ruby-core:68631]kazu