summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2011-10-27* include/ruby/ruby.h (SIZE_MAX): define SIZE_MAX if not defined.naruse
2011-10-26* ext/psych/parser.c: remove unused variable.emboss
2011-10-26* 2011-10-27svn
2011-10-26* ext/openssl/extconf.rb: add -Wall flag by default when compiler isemboss
2011-10-26* 2011-10-26svn
2011-10-26* file.c (rb_file_join): honor input encodings than ASCII-8BIT.nobu
2011-10-25* include/ruby/defines.h: use "__sparc" instead of "sparc" andakr
2011-10-24* 2011-10-25svn
2011-10-24* re.c (match_aref): Use <code> around indexing examples to preventdrbrain
2011-10-24* complex.c: use "__sun" instead of "__sun__" to detect SunOS.akr
2011-10-24* io.c: use "__sun" instead of "sun" to detect SunOS.akr
2011-10-24* ext/pty/pty.c (get_device_once): delay rb_fd_set_cloexec() untilakr
2011-10-24update doc.akr
2011-10-24Follow the error format changed by FreeBSD 9.naruse
2011-10-23* 2011-10-24svn
2011-10-23* io.c (copy_stream_fallback_body): check nil for EOF of read method.akr
2011-10-23* ext/tk/MANUAL_tcltklib.eng: fix typo.ktsj
2011-10-23* numeric.c (rb_infinity, rb_nan): aggregated member initializersnobu
2011-10-23* ext/io/wait/wait.c: ioctl(2) is declared in unistd.h on Solaris.ngoto
2011-10-23* ext/tk/MANUAL_tcltklib.eng: fix typo. [ruby-dev:44683] [Bug #5471]ayumin