aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * include/ruby/defines.h: use "__sparc" instead of "sparc" andakr2011-10-253-6/+15
* * 2011-10-25svn2011-10-241-2/+2
* * re.c (match_aref): Use <code> around indexing examples to preventdrbrain2011-10-242-5/+11
* * complex.c: use "__sun" instead of "__sun__" to detect SunOS.akr2011-10-246-6/+20
* * io.c: use "__sun" instead of "sun" to detect SunOS.akr2011-10-245-12/+24
* * ext/pty/pty.c (get_device_once): delay rb_fd_set_cloexec() untilakr2011-10-242-0/+23
* update doc.akr2011-10-241-1/+1
* Follow the error format changed by FreeBSD 9.naruse2011-10-241-2/+2
* * 2011-10-24svn2011-10-231-2/+2