aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * lib/rdoc.rb, lib/rdoc, test/rdoc: Update to RDoc 4.2.0.alpha(313287)hsbt2014-09-0556-223/+1597
* vm.c: remove unused USE_THREAD_RECYCLE [misc #10198]normal2014-09-042-15/+5
* Describe about vfork().akr2014-09-041-0/+2
* * 2014-09-05svn2014-09-041-2/+2
* * configure.in (dirfd): Check function.akr2014-09-049-130/+54
* * process.c (has_privilege): New function.akr2014-09-043-1/+81
* * test/pathname/test_pathname.rb: added testcase for Pathname#mountpoint.hsbt2014-09-042-0/+10
* * removed symbian directory.hsbt2014-09-040-0/+0
* * symbian/*: removed Symbian support.hsbt2014-09-0411-837/+10
* * dir.c (glob_helper): use #ifdef instead of #if.ko12014-09-045-4/+19
* * 2014-09-04svn2014-09-031-2/+2
* man/ruby.1: spelling fix ("bellow" => "below") [ci-skip]normal2014-09-032-1/+5
* man/ruby.1: add trailing slash to URLs [ci-skip]normal2014-09-032-3/+7
* * process.c (before_fork_ruby): Renamed from before_fork.akr2014-09-032-7/+12
* * process.c (forked_child): Removed.akr2014-09-032-20/+15
* object.c: fix memory leaknobu2014-09-033-2/+20
* * tool/make-snapshot (usage): X.Y means the head of a branch now.nobu2014-09-031-1/+1
* * tool/make-snapshot (package): no teeny means a branch since 2.1.nobu2014-09-031-2/+2
* * process.c (retry_fork_async_signal_safe): Use vfork() if available.akr2014-09-032-0/+19
* * test/openssl/test_pkey_rsa.rb (OpenSSL#test_sign_verify_memory_leak):hsbt2014-09-032-2/+8
* * configure.in: Use AC_FUNC_FORK.akr2014-09-024-36/+45
* Ruby can delay arbitrarily because Ruby is not a realtime system, akr2014-09-021-1/+1
* * 2014-09-03svn2014-09-021-2/+2
* * process.c (retry_fork_async_signal_safe): Don't return on in childakr2014-09-022-17/+22
* * process.c (retry_fork_async_signal_safe): Specialized version ofakr2014-09-022-27/+52
* * process.c (send_child_error): Simplified.akr2014-09-022-34/+13
* * process.c (rb_fork_async_signal_safe): Inline rb_fork_internal.akr2014-09-022-74/+49
* * test/ruby/test_io.rb (test_new_with_block): Set autoclose to avoid EBADF.akr2014-09-022-2/+11
* test_io.rb: ignore stream closed IOErrornobu2014-09-021-3/+7
* * Makefile.in (update-coverage): Remove a never executed line.kou2014-09-022-1/+4
* * process.c (handle_fork_error): Extracted from retry_fork.akr2014-09-022-32/+43
* * ChangeLog: added link of github issuehsbt2014-09-021-1/+1
* * tool/rbinstall.rb: fixed error of local installation.hsbt2014-09-022-1/+6
* * 2014-09-02svn2014-09-021-2/+2
* * test/runner.rb: reporting test coverage for test-all with COVERAGE env.hsbt2014-09-025-0/+29
* * 2014-09-01svn2014-09-011-3/+3
* * ext/win32ole/win32ole.c (rbtime2vtdate): try to convert millisecondsuke2014-09-013-2/+34
* * lib/benchmark.rb: Fix a syntax error.akr2014-08-312-2/+6
* benchmark.rb: Process::CLOCK_MONOTONIC_RAW may be unavailablenobu2014-08-311-1/+2
* test_benchmark.rb: use assert_in_epsilonnobu2014-08-311-1/+1
* * 2014-08-31svn2014-08-301-2/+2
* zlib: GzipReader#rewind preserves ZSTREAM_FLAG_GZFILEnormal2014-08-303-0/+13
* internal.h: WARN_UNUSED_RESULTnobu2014-08-302-2/+15
* symbol.c (rb_sym2id): do not return garbage objectnormal2014-08-302-1/+5
* test_benchmark.rb: extend sleep timenobu2014-08-301-2/+3
* benchmark.rb: prefer Process::CLOCK_MONOTONIC_RAWnobu2014-08-301-1/+4
* * ext/psych/lib/psych/visitors/yaml_tree.rb: fix NameError dumping andtenderlove2014-08-293-0/+31
* * ext/psych/lib/psych/scalar_scanner.rb: fix loading strings thattenderlove2014-08-293-1/+11
* * ext/psych/lib/psych/visitors/to_ruby.rb: merge keys with a hashtenderlove2014-08-293-1/+17
* * 2014-08-30svn2014-08-291-2/+2