aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * win32/win32.c (setfl): extract from fcntl().usa2011-10-313-18/+98
* * ext/pty/pty.c (get_device_once): use O_CLOEXEC for posix_openpt ifakr2011-10-312-1/+15
* * io.c (rb_cloexec_dup2): check oldfd == newfd at first.akr2011-10-312-14/+26
* * io.c (rb_cloexec_fcntl_dupfd): this function needs F_DUPFD.usa2011-10-312-0/+13
* * configure.in: check -fno-omit-frame-pointer acceptance and usageluislavena2011-10-302-0/+11
* * 2011-10-31svn2011-10-301-2/+2
* * include/ruby/intern.h (rb_cloexec_fcntl_dupfd): declared.akr2011-10-304-4/+27
* * configure.in: check pipe2.akr2011-10-303-1/+25
* * ruby.c (fill_standard_fds): use fstat() instead of fcntl(F_GETFD)akr2011-10-302-3/+9
* * include/ruby/intern.h (rb_cloexec_pipe): declared.akr2011-10-304-21/+37
* * io.c (rb_cloexec_dup): refine control flow.akr2011-10-302-8/+11
* * ruby.c (fill_standard_fds): new function to open closed standardakr2011-10-302-0/+36
* * tool/rbinstall.rb (install_recursive, bin-comm): split merenobu2011-10-302-2/+7
* * io.c (rb_cloexec_dup, rb_cloexec_dup2): CLOEXEC has been set ifnobu2011-10-302-0/+11
* * io.c (rb_cloexec_dup): don't allocate standard file descriptors.akr2011-10-302-2/+11
* * io.c (rb_cloexec_dup2): don't set CLOEXEC for standard fileakr2011-10-292-1/+6
* * 2011-10-30svn2011-10-291-2/+2
* * configure.in: check dup3.akr2011-10-293-1/+23
* * ChangeLog: style fix.ktsj2011-10-291-1/+1
* * include/ruby/intern.h (rb_cloexec_dup2): declared.akr2011-10-293-4/+23
* * win32/Makefile.sub (CONFIG_H): have stdint.h if VC2010. [Bug #5243]arton2011-10-292-19/+28
* * io.c (rb_cloexec_dup): use F_DUPFD_CLOEXEC if available.akr2011-10-292-0/+20
* add a comment.akr2011-10-291-0/+1
* * include/ruby/intern.h (rb_cloexec_dup): declared.akr2011-10-295-7/+28
* * ext/sdbm/_sdbm.c (sdbm_prep): use O_CLOEXEC if available.akr2011-10-292-0/+7
* * io.c (rb_cloexec_open): use O_CLOEXEC if available.akr2011-10-292-0/+7
* * process.c (ruby_setsid): use rb_cloexec_open.akr2011-10-297-33/+50
* * include/ruby/intern.h (rb_cloexec_open): declared.akr2011-10-293-3/+33
* * ChangeLog: commit miss.nobu2011-10-291-1/+1
* * 2011-10-29svn2011-10-291-2/+2
* * thread_pthread.h: no Structured Exception Handling like macros.nobu2011-10-292-0/+10
* add a comment.akr2011-10-281-1/+1
* * ext/sdbm/_sdbm.c: RCS $Id$ removed.akr2011-10-282-8/+4
* A test for r33542.naruse2011-10-281-0/+4
* * parse.y (parser_nextc): set encoding for the buffer of ripper.naruse2011-10-282-0/+5
* * ext/sdbm/_sdbm.c (sdbm_prep): set FD_CLOEXEC flags for fileakr2011-10-272-0/+31
* * vm_insnhelper.c (vm_call_cfunc): adding back useless hack. For sometenderlove2011-10-272-0/+9
* * 2011-10-28svn2011-10-271-2/+2
* * ext/sdbm/_sdbm.c (sdbm_prep): refactored for less nesting.akr2011-10-272-17/+25
* * configure.in (RUBY_DEFINE_IF): revert r33534 partially to getnobu2011-10-272-2/+14
* * bignum.c (rb_big_divide): raise ZeroDivisionError if divisor isnobu2011-10-273-1/+11
* * test/ruby/test_bignum.rb: ensure constants to be Bignum.nobu2011-10-271-12/+28
* * configure.in (RUBY_FUNC_ATTRIBUTE): unset temporary variable.nobu2011-10-272-14/+11
* * configure.in (RUBY_STACK_GROW_DIRECTION): substitute CPU name asnobu2011-10-272-4/+12
* * include/ruby/ruby.h (SIZE_MAX): define SIZE_MAX if not defined.naruse2011-10-272-0/+21
* * ext/psych/parser.c: remove unused variable.emboss2011-10-262-1/+4
* * 2011-10-27svn2011-10-261-2/+2
* * ext/openssl/extconf.rb: add -Wall flag by default when compiler isemboss2011-10-262-4/+12
* * 2011-10-26svn2011-10-261-2/+2
* * file.c (rb_file_join): honor input encodings than ASCII-8BIT.nobu2011-10-263-1/+18