aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * io.c (copy_stream_fallback_body): check nil for EOF of read method.akr2011-10-233-1/+31
* * ext/tk/MANUAL_tcltklib.eng: fix typo.ktsj2011-10-232-1/+5
* * numeric.c (rb_infinity, rb_nan): aggregated member initializersnobu2011-10-232-4/+9
* * ext/io/wait/wait.c: ioctl(2) is declared in unistd.h on Solaris.ngoto2011-10-232-0/+7
* * ext/tk/MANUAL_tcltklib.eng: fix typo. [ruby-dev:44683] [Bug #5471]ayumin2011-10-232-1/+6
* * 2011-10-23svn2011-10-221-2/+2
* * io.c (rb_fd_set_cloexec): set close-on-exec flag only if F_GETFD isakr2011-10-222-0/+8
* * test/openssl/test_ssl.rb (test_multibyte_read_write): start serverakr2011-10-222-14/+17
* * include/ruby/intern.h (rb_fd_set_cloexec): declared.akr2011-10-2218-46/+133
* describe Resolv::DNS#timeouts= and Resolv::DNS::Config#timeouts=.akr2011-10-221-0/+5
* * lib/resolv.rb: fix a exception name in previous patch.akr2011-10-222-1/+5
* * lib/resolv.rb: make timeout configurable for DNS query.akr2011-10-223-1/+59
* * 2011-10-22svn2011-10-211-2/+2
* * numeric.c (rb_infinity, rb_nan): use union to prevent bus errorngoto2011-10-213-8/+22
* * gc.c (initial_params): pack in a struct.nobu2011-10-212-5/+22
* * gc.c (rb_gc_set_params): set parameters always.nobu2011-10-212-7/+7
* * atomic.h: change Solaris checking macro because atomic_ops can workngoto2011-10-212-1/+6
* * 2011-10-21svn2011-10-201-2/+2
* * ext/openssl/ossl_ns_spki.c: Complete documentation.emboss2011-10-203-3/+128
* * win32/win32.c (socklist_insert, socklist_lookup, socklist_delete):usa2011-10-202-32/+84
* * ext/openssl/ossl_pkcs5.c: add note on timing attacks and generalemboss2011-10-202-7/+100