aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * io.c (fd_set_cloexec): clear CLOEXEC flag for standard fileakr2011-10-311-0/+7
* * test/resolv/test_dns.rb: don't check maximum sleeped time.akr2011-10-311-0/+6
* * win32/win32.c (setfl): extract from fcntl().usa2011-10-311-0/+14
* * ext/pty/pty.c (get_device_once): use O_CLOEXEC for posix_openpt ifakr2011-10-311-0/+5
* * io.c (rb_cloexec_dup2): check oldfd == newfd at first.akr2011-10-311-0/+5
* * io.c (rb_cloexec_fcntl_dupfd): this function needs F_DUPFD.usa2011-10-311-0/+7
* * configure.in: check -fno-omit-frame-pointer acceptance and usageluislavena2011-10-301-0/+5
* * include/ruby/intern.h (rb_cloexec_fcntl_dupfd): declared.akr2011-10-301-0/+9
* * configure.in: check pipe2.akr2011-10-301-0/+6
* * ruby.c (fill_standard_fds): use fstat() instead of fcntl(F_GETFD)akr2011-10-301-0/+5
* * include/ruby/intern.h (rb_cloexec_pipe): declared.akr2011-10-301-0/+10
* * io.c (rb_cloexec_dup): refine control flow.akr2011-10-301-0/+5
* * ruby.c (fill_standard_fds): new function to open closed standardakr2011-10-301-0/+6
* * tool/rbinstall.rb (install_recursive, bin-comm): split merenobu2011-10-301-0/+5
* * io.c (rb_cloexec_dup, rb_cloexec_dup2): CLOEXEC has been set ifnobu2011-10-301-0/+5
* * io.c (rb_cloexec_dup): don't allocate standard file descriptors.akr2011-10-301-0/+4
* * io.c (rb_cloexec_dup2): don't set CLOEXEC for standard fileakr2011-10-291-0/+5
* * configure.in: check dup3.akr2011-10-291-0/+6
* * ChangeLog: style fix.ktsj2011-10-291-1/+1
* * include/ruby/intern.h (rb_cloexec_dup2): declared.akr2011-10-291-0/+7
* * win32/Makefile.sub (CONFIG_H): have stdint.h if VC2010. [Bug #5243]arton2011-10-291-0/+5
* * io.c (rb_cloexec_dup): use F_DUPFD_CLOEXEC if available.akr2011-10-291-0/+4
* * include/ruby/intern.h (rb_cloexec_dup): declared.akr2011-10-291-0/+11
* * ext/sdbm/_sdbm.c (sdbm_prep): use O_CLOEXEC if available.akr2011-10-291-0/+4
* * io.c (rb_cloexec_open): use O_CLOEXEC if available.akr2011-10-291-0/+4
* * process.c (ruby_setsid): use rb_cloexec_open.akr2011-10-291-0/+17
* * include/ruby/intern.h (rb_cloexec_open): declared.akr2011-10-291-0/+10
* * ChangeLog: commit miss.nobu2011-10-291-1/+1
* * thread_pthread.h: no Structured Exception Handling like macros.nobu2011-10-291-0/+5
* * ext/sdbm/_sdbm.c: RCS $Id$ removed.akr2011-10-281-0/+4
* * parse.y (parser_nextc): set encoding for the buffer of ripper.naruse2011-10-281-0/+4
* * ext/sdbm/_sdbm.c (sdbm_prep): set FD_CLOEXEC flags for fileakr2011-10-271-0/+6
* * vm_insnhelper.c (vm_call_cfunc): adding back useless hack. For sometenderlove2011-10-271-0/+5
* * ext/sdbm/_sdbm.c (sdbm_prep): refactored for less nesting.akr2011-10-271-0/+4
* * configure.in (RUBY_DEFINE_IF): revert r33534 partially to getnobu2011-10-271-0/+6
* * bignum.c (rb_big_divide): raise ZeroDivisionError if divisor isnobu2011-10-271-0/+5
* * configure.in (RUBY_FUNC_ATTRIBUTE): unset temporary variable.nobu2011-10-271-1/+3
* * configure.in (RUBY_STACK_GROW_DIRECTION): substitute CPU name asnobu2011-10-271-0/+6
* * include/ruby/ruby.h (SIZE_MAX): define SIZE_MAX if not defined.naruse2011-10-271-0/+5
* * ext/psych/parser.c: remove unused variable.emboss2011-10-261-0/+4
* * ext/openssl/extconf.rb: add -Wall flag by default when compiler isemboss2011-10-261-0/+5
* * file.c (rb_file_join): honor input encodings than ASCII-8BIT.nobu2011-10-261-0/+5
* * include/ruby/defines.h: use "__sparc" instead of "sparc" andakr2011-10-251-0/+9
* * re.c (match_aref): Use <code> around indexing examples to preventdrbrain2011-10-241-0/+5
* * complex.c: use "__sun" instead of "__sun__" to detect SunOS.akr2011-10-241-0/+14
* * io.c: use "__sun" instead of "sun" to detect SunOS.akr2011-10-241-0/+12
* * ext/pty/pty.c (get_device_once): delay rb_fd_set_cloexec() untilakr2011-10-241-0/+7
* * io.c (copy_stream_fallback_body): check nil for EOF of read method.akr2011-10-231-0/+5
* * ext/tk/MANUAL_tcltklib.eng: fix typo.ktsj2011-10-231-0/+4
* * numeric.c (rb_infinity, rb_nan): aggregated member initializersnobu2011-10-231-0/+5