aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * thread_pthread.h: no Structured Exception Handling like macros.nobu2011-10-291-0/+5
* * ext/sdbm/_sdbm.c: RCS $Id$ removed.akr2011-10-281-0/+4
* * parse.y (parser_nextc): set encoding for the buffer of ripper.naruse2011-10-281-0/+4
* * ext/sdbm/_sdbm.c (sdbm_prep): set FD_CLOEXEC flags for fileakr2011-10-271-0/+6
* * vm_insnhelper.c (vm_call_cfunc): adding back useless hack. For sometenderlove2011-10-271-0/+5
* * ext/sdbm/_sdbm.c (sdbm_prep): refactored for less nesting.akr2011-10-271-0/+4
* * configure.in (RUBY_DEFINE_IF): revert r33534 partially to getnobu2011-10-271-0/+6
* * bignum.c (rb_big_divide): raise ZeroDivisionError if divisor isnobu2011-10-271-0/+5
* * configure.in (RUBY_FUNC_ATTRIBUTE): unset temporary variable.nobu2011-10-271-1/+3
* * configure.in (RUBY_STACK_GROW_DIRECTION): substitute CPU name asnobu2011-10-271-0/+6
* * include/ruby/ruby.h (SIZE_MAX): define SIZE_MAX if not defined.naruse2011-10-271-0/+5
* * ext/psych/parser.c: remove unused variable.emboss2011-10-261-0/+4
* * ext/openssl/extconf.rb: add -Wall flag by default when compiler isemboss2011-10-261-0/+5
* * file.c (rb_file_join): honor input encodings than ASCII-8BIT.nobu2011-10-261-0/+5
* * include/ruby/defines.h: use "__sparc" instead of "sparc" andakr2011-10-251-0/+9
* * re.c (match_aref): Use <code> around indexing examples to preventdrbrain2011-10-241-0/+5
* * complex.c: use "__sun" instead of "__sun__" to detect SunOS.akr2011-10-241-0/+14
* * io.c: use "__sun" instead of "sun" to detect SunOS.akr2011-10-241-0/+12
* * ext/pty/pty.c (get_device_once): delay rb_fd_set_cloexec() untilakr2011-10-241-0/+7
* * io.c (copy_stream_fallback_body): check nil for EOF of read method.akr2011-10-231-0/+5
* * ext/tk/MANUAL_tcltklib.eng: fix typo.ktsj2011-10-231-0/+4
* * numeric.c (rb_infinity, rb_nan): aggregated member initializersnobu2011-10-231-0/+5
* * ext/io/wait/wait.c: ioctl(2) is declared in unistd.h on Solaris.ngoto2011-10-231-0/+4
* * ext/tk/MANUAL_tcltklib.eng: fix typo. [ruby-dev:44683] [Bug #5471]ayumin2011-10-231-0/+5
* * io.c (rb_fd_set_cloexec): set close-on-exec flag only if F_GETFD isakr2011-10-221-0/+5
* * test/openssl/test_ssl.rb (test_multibyte_read_write): start serverakr2011-10-221-0/+5
* * include/ruby/intern.h (rb_fd_set_cloexec): declared.akr2011-10-221-0/+49
* * lib/resolv.rb: fix a exception name in previous patch.akr2011-10-221-0/+4
* * lib/resolv.rb: make timeout configurable for DNS query.akr2011-10-221-0/+5
* * numeric.c (rb_infinity, rb_nan): use union to prevent bus errorngoto2011-10-211-0/+7
* * gc.c (initial_params): pack in a struct.nobu2011-10-211-1/+3
* * gc.c (rb_gc_set_params): set parameters always.nobu2011-10-211-0/+5
* * atomic.h: change Solaris checking macro because atomic_ops can workngoto2011-10-211-0/+5
* * ext/openssl/ossl_ns_spki.c: Complete documentation.emboss2011-10-201-0/+5
* * win32/win32.c (socklist_insert, socklist_lookup, socklist_delete):usa2011-10-201-0/+16
* * ext/openssl/ossl_pkcs5.c: add note on timing attacks and generalemboss2011-10-201-1/+6
* * ChangeLog: forgot [Bug #5464] [ruby-dev:44632] for the previous commitngoto2011-10-201-0/+1
* * vm_eval.c (check_funcall): set array elements one-by-one to fixngoto2011-10-201-0/+5
* * include/ruby/defines.h (flush_register_windows): use softwarenobu2011-10-201-0/+5
* * test/openssl/test_pkcs5.rb: add RFC 6070 tests for PBKDF2 withemboss2011-10-201-0/+5
* * util.c (mmprepare): fix for fragmental size.nobu2011-10-201-0/+6
* * ext/openssl/ossl_ns_spki.c (Init_ossl_ns_spki): Stub documentationdrbrain2011-10-191-0/+5
* Imported minitest 2.6.2 (r6712)ryan2011-10-191-0/+5
* * lib/openssl/buffering.rb: Force multi-byte strings to be treated asemboss2011-10-191-0/+10
* * ChangeLog: fix a typo.nagachika2011-10-191-2/+2
* * version.h (RUBY_RELEASE_DATE): finally declare start of 2.0 work!matz2011-10-191-0/+4
* * error.c (Init_Exception): Document $! and $@. Providedrbrain2011-10-191-0/+5
* * error.c (Init_Exception): Add hierarchy of Exception subclasses.drbrain2011-10-191-0/+5
* * enum.c: Reformat block args to a single standard, { |args| ... }.drbrain2011-10-191-0/+5
* * ext/openssl/ossl_ssl.c: Remove set, but unused variables.emboss2011-10-191-0/+10