aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * complex.c (nucomp_rationalize): fix function. [ruby-core:40667]nobu2011-11-021-0/+5
* * lib/webrick/utils.rb: fix fcntl call.akr2011-11-011-0/+6
* * test/psych/test_yamldbm.rb: avoid platform dependency.ayumin2011-11-011-0/+6
* * test/ruby/test_marshal.rb: renamed methods duplicated with thoseshugo2011-11-011-0/+5
* * configure.in: reject llvm-gcc.nobu2011-11-011-0/+4
* * io.c (rb_cloexec_pipe): remove workaround of r33587.naruse2011-11-011-0/+6
* * io.c (rb_io_reopen): call rb_fd_fix_cloexec instead ofakr2011-11-011-0/+5
* * io.c (rb_io_reopen): call rb_maygvl_fd_fix_cloexec after freopen().akr2011-11-011-0/+4
* * file.c (file_expand_path): reset coderange after expanding path.naruse2011-11-011-0/+4
* * io.c (nogvl_io_cntl): rb_cloexec_fcntl_dupfd's 2nd argument is int.naruse2011-11-011-0/+6
* * vsnprintf.c (BSD_vfprintf): support 'll' prefix.naruse2011-11-011-0/+13
* * internal.h (rb_maygvl_fd_fix_cloexec): change the visibility forakr2011-11-011-0/+5
* * io.c (rb_maygvl_fd_fix_cloexec): renamed from fd_set_cloexec.akr2011-11-011-0/+10
* * ext/socket/init.c (cloexec_accept): new function to use accept4 ifakr2011-10-311-0/+9
* * ext/socket/ancdata.c (nogvl_recvmsg_func): use MSG_CMSG_CLOEXEC ifakr2011-10-311-0/+7
* * ext/socket/socket.c (rsock_socketpair): use SOCK_CLOEXEC ifakr2011-10-311-0/+5
* * ruby.c (load_file_internal): convert the encoding of load path ifusa2011-10-311-1/+15
* * ext/socket/socket.c (rsock_socketpair): extracted fromakr2011-10-311-0/+5
* * ext/socket/init.c (rsock_socket): use SOCK_CLOEXEC if available.akr2011-10-311-0/+4
* * io.c (rb_cloexec_pipe): NetBSD 6.0 will support pipe2(2),naruse2011-10-311-0/+5
* * ext/dbm/dbm.c (fdbm_initialize): use O_CLOEXEC if available.akr2011-10-311-0/+4
* * include/ruby/intern.h (rb_fd_fix_cloexec): renamed fromakr2011-10-311-0/+17
* * lib/resolv.rb (Resolv::DNS): retry IO.select for premature wakeup.akr2011-10-311-0/+4
* * 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