summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-09-05Unwrap a useless block.akr
2014-09-05* signal.c (ruby_signal): Don't set SA_SIGINFO for SIG_IGN andakr
2014-09-05* 2014-09-06svn
2014-09-05Fix typo and method name [ci skip]kazu
2014-09-05* process.c (disable_child_handler_before_fork): New function.akr
2014-09-05* process.c (handle_fork_error): Make try_gc_p argument volatile toakr
2014-09-05* process.c (handle_fork_error): Don't need state_p argument.akr
2014-09-05* process.c (has_privilege): Fix a return value.akr
2014-09-05* lib/shellwords.rb: proofreading documentation.hsbt
2014-09-05* ChangeLog: added reference to githubhsbt
2014-09-05* test/csv/test_row.rb: Added some missing tests in CSV.hsbt
2014-09-05* process.c (has_privilege): Refine uid/gid check.akr
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* properties.svn
2014-09-05* remove trailing spaces.svn
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-04Describe about vfork().akr
2014-09-04* 2014-09-05svn
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* removed symbian directory.hsbt
2014-09-04* symbian/*: removed Symbian support.hsbt
2014-09-04* dir.c (glob_helper): use #ifdef instead of #if.ko1
2014-09-03* 2014-09-04svn
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* tool/make-snapshot (usage): X.Y means the head of a branch now.nobu
2014-09-03* tool/make-snapshot (package): no teeny means a branch since 2.1.nobu
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-02Ruby can delay arbitrarily because Ruby is not a realtime system, akr
2014-09-02* 2014-09-03svn
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-02test_io.rb: ignore stream closed IOErrornobu
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