summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-10-31* io.c (rb_cloexec_pipe): NetBSD 6.0 will support pipe2(2),naruse
2011-10-31* ext/dbm/dbm.c (fdbm_initialize): use O_CLOEXEC if available.akr
2011-10-31* include/ruby/intern.h (rb_fd_fix_cloexec): renamed fromakr
2011-10-31* lib/resolv.rb (Resolv::DNS): retry IO.select for premature wakeup.akr
2011-10-31* io.c (fd_set_cloexec): clear CLOEXEC flag for standard fileakr
2011-10-31* test/resolv/test_dns.rb: don't check maximum sleeped time.akr
2011-10-31* win32/win32.c (setfl): extract from fcntl().usa
2011-10-31* ext/pty/pty.c (get_device_once): use O_CLOEXEC for posix_openpt ifakr
2011-10-31* io.c (rb_cloexec_dup2): check oldfd == newfd at first.akr
2011-10-31* io.c (rb_cloexec_fcntl_dupfd): this function needs F_DUPFD.usa
2011-10-30* configure.in: check -fno-omit-frame-pointer acceptance and usageluislavena
2011-10-30* 2011-10-31svn
2011-10-30* include/ruby/intern.h (rb_cloexec_fcntl_dupfd): declared.akr
2011-10-30* configure.in: check pipe2.akr
2011-10-30* ruby.c (fill_standard_fds): use fstat() instead of fcntl(F_GETFD)akr
2011-10-30* include/ruby/intern.h (rb_cloexec_pipe): declared.akr
2011-10-30* io.c (rb_cloexec_dup): refine control flow.akr
2011-10-30* ruby.c (fill_standard_fds): new function to open closed standardakr
2011-10-30* tool/rbinstall.rb (install_recursive, bin-comm): split merenobu
2011-10-30* io.c (rb_cloexec_dup, rb_cloexec_dup2): CLOEXEC has been set ifnobu
2011-10-30* io.c (rb_cloexec_dup): don't allocate standard file descriptors.akr
2011-10-29* io.c (rb_cloexec_dup2): don't set CLOEXEC for standard fileakr
2011-10-29* 2011-10-30svn
2011-10-29* configure.in: check dup3.akr
2011-10-29* ChangeLog: style fix.ktsj
2011-10-29* include/ruby/intern.h (rb_cloexec_dup2): declared.akr
2011-10-29* win32/Makefile.sub (CONFIG_H): have stdint.h if VC2010. [Bug #5243]arton
2011-10-29* io.c (rb_cloexec_dup): use F_DUPFD_CLOEXEC if available.akr
2011-10-29add a comment.akr
2011-10-29* include/ruby/intern.h (rb_cloexec_dup): declared.akr
2011-10-29* ext/sdbm/_sdbm.c (sdbm_prep): use O_CLOEXEC if available.akr
2011-10-29* io.c (rb_cloexec_open): use O_CLOEXEC if available.akr
2011-10-29* process.c (ruby_setsid): use rb_cloexec_open.akr
2011-10-29* include/ruby/intern.h (rb_cloexec_open): declared.akr
2011-10-29* ChangeLog: commit miss.nobu
2011-10-29* 2011-10-29svn
2011-10-29* thread_pthread.h: no Structured Exception Handling like macros.nobu
2011-10-28add a comment.akr
2011-10-28* ext/sdbm/_sdbm.c: RCS $Id$ removed.akr
2011-10-28A test for r33542.naruse
2011-10-28* parse.y (parser_nextc): set encoding for the buffer of ripper.naruse
2011-10-27* ext/sdbm/_sdbm.c (sdbm_prep): set FD_CLOEXEC flags for fileakr
2011-10-27* vm_insnhelper.c (vm_call_cfunc): adding back useless hack. For sometenderlove
2011-10-27* 2011-10-28svn
2011-10-27* ext/sdbm/_sdbm.c (sdbm_prep): refactored for less nesting.akr
2011-10-27* configure.in (RUBY_DEFINE_IF): revert r33534 partially to getnobu
2011-10-27* bignum.c (rb_big_divide): raise ZeroDivisionError if divisor isnobu
2011-10-27* test/ruby/test_bignum.rb: ensure constants to be Bignum.nobu
2011-10-27* configure.in (RUBY_FUNC_ATTRIBUTE): unset temporary variable.nobu
2011-10-27* configure.in (RUBY_STACK_GROW_DIRECTION): substitute CPU name asnobu