summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2014-09-05* configure.in: Check sys/id.h, getuidx and getgidx for AIX.akr
2014-09-05* process.c (has_privilege): Fix assignements.akr
2014-09-05* lib/rdoc/generator/pot/po.rb: fixed broken tests for trailing whitespace.hsbt
2014-09-05* test/rdoc/test_rdoc_rdoc.rb (TestRDocRDoc#test_parse_file_encoding):hsbt
2014-09-05* lib/rdoc.rb, lib/rdoc, test/rdoc: Update to RDoc 4.2.0.alpha(313287)hsbt
2014-09-04vm.c: remove unused USE_THREAD_RECYCLE [misc #10198]normal
2014-09-04* configure.in (dirfd): Check function.akr
2014-09-04* process.c (has_privilege): New function.akr
2014-09-04* test/pathname/test_pathname.rb: added testcase for Pathname#mountpoint.hsbt
2014-09-04* symbian/*: removed Symbian support.hsbt
2014-09-04* dir.c (glob_helper): use #ifdef instead of #if.ko1
2014-09-03man/ruby.1: spelling fix ("bellow" => "below") [ci-skip]normal
2014-09-03man/ruby.1: add trailing slash to URLs [ci-skip]normal
2014-09-03* process.c (before_fork_ruby): Renamed from before_fork.akr
2014-09-03* process.c (forked_child): Removed.akr
2014-09-03object.c: fix memory leaknobu
2014-09-03* process.c (retry_fork_async_signal_safe): Use vfork() if available.akr
2014-09-03* test/openssl/test_pkey_rsa.rb (OpenSSL#test_sign_verify_memory_leak):hsbt
2014-09-02* configure.in: Use AC_FUNC_FORK.akr
2014-09-02* process.c (retry_fork_async_signal_safe): Don't return on in childakr
2014-09-02* process.c (retry_fork_async_signal_safe): Specialized version ofakr
2014-09-02* process.c (send_child_error): Simplified.akr
2014-09-02* process.c (rb_fork_async_signal_safe): Inline rb_fork_internal.akr
2014-09-02* test/ruby/test_io.rb (test_new_with_block): Set autoclose to avoid EBADF.akr
2014-09-02* Makefile.in (update-coverage): Remove a never executed line.kou
2014-09-02* process.c (handle_fork_error): Extracted from retry_fork.akr
2014-09-02* ChangeLog: added link of github issuehsbt
2014-09-02* tool/rbinstall.rb: fixed error of local installation.hsbt
2014-09-02* test/runner.rb: reporting test coverage for test-all with COVERAGE env.hsbt
2014-09-01* ext/win32ole/win32ole.c (rbtime2vtdate): try to convert millisecondsuke
2014-08-31* lib/benchmark.rb: Fix a syntax error.akr
2014-08-30zlib: GzipReader#rewind preserves ZSTREAM_FLAG_GZFILEnormal
2014-08-30symbol.c (rb_sym2id): do not return garbage objectnormal
2014-08-29* ext/psych/lib/psych/visitors/yaml_tree.rb: fix NameError dumping andtenderlove
2014-08-29* ext/psych/lib/psych/scalar_scanner.rb: fix loading strings thattenderlove
2014-08-29* ext/psych/lib/psych/visitors/to_ruby.rb: merge keys with a hashtenderlove
2014-08-29* ext/psych/lib/psych/visitors/to_ruby.rb: quoted "<<" stringstenderlove
2014-08-29* test/net/imap/test_imap_response_parser.rb: removed needless code.hsbt
2014-08-29* test/rinda/test_rinda.rb: removed useless assignment variables.hsbt
2014-08-29string.c: remove vm_core.h dependency [ruby-core:64627]normal
2014-08-29string.c: move frozen_strings table to rb_vm_tnormal
2014-08-27* lib/tempfile.rb: remove "require 'thread'". its features are noglass
2014-08-27fix failed conditionkazu
2014-08-27* lib/drb/acl.rb: Removed meaningless #to_s methods in interpolation.hsbt
2014-08-27* lib/drb/drb.rb: use attr_reader instead of Module#attr.hsbt
2014-08-27* ext/win32ole/win32ole.c (vtdate2rbtime): try to convert millisecondsuke
2014-08-27* test/ruby/test_complex.rb: removed unreachable code.hsbt
2014-08-26compile.c (iseq_set_sequence): check for multiplication overflownormal
2014-08-26* test/ruby/test_complex.rb: cherry-picked working assertions from r47251.hsbt
2014-08-26lib/mathn.rb: remove built-in methodsnobu