aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * 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-202-1/+9
* * include/ruby/defines.h (flush_register_windows): use softwarenobu2011-10-202-1/+6
* * property.nobu2011-10-200-0/+0
* * test/openssl/test_pkcs5.rb: add RFC 6070 tests for PBKDF2 withemboss2011-10-202-0/+102
* * util.c (mmprepare): fix for fragmental size.nobu2011-10-204-23/+140
* * ext/openssl/ossl_ns_spki.c (Init_ossl_ns_spki): Stub documentationdrbrain2011-10-192-2/+20
* Imported minitest 2.6.2 (r6712)ryan2011-10-198-24/+119
* * 2011-10-20svn2011-10-191-2/+2
* * lib/openssl/buffering.rb: Force multi-byte strings to be treated asemboss2011-10-193-1/+42
* * ChangeLog: fix a typo.nagachika2011-10-191-2/+2
* * version.h (RUBY_RELEASE_DATE): finally declare start of 2.0 work!matz2011-10-192-1/+5
* * error.c (Init_Exception): Document $! and $@. Providedrbrain2011-10-192-8/+43
* * error.c (Init_Exception): Add hierarchy of Exception subclasses.drbrain2011-10-192-0/+37
* * enum.c: Reformat block args to a single standard, { |args| ... }.drbrain2011-10-192-177/+182
* Ignore extconf generated filesdrbrain2011-10-190-0/+0
* * 2011-10-19svn2011-10-191-2/+2
* * ext/openssl/ossl_ssl.c: Remove set, but unused variables.emboss2011-10-196-11/+24
* * hash.c (identhash): share with type_numhash.nobu2011-10-183-5/+10
* * vm_core.h (ruby_current_thread): probeprofiler has been removednobu2011-10-182-1/+6
* * ext/ripper/eventids2.c (ripper_init_eventids2): separatenobu2011-10-184-16/+30
* * 2011-10-18svn2011-10-171-2/+2
* Tue Oct 18 02:24:19 2011 Takeyuki FUJIOKA <xibbar@ruby-lang.org>xibbar2011-10-171-1/+1
* * 2011-10-16svn2011-10-161-2/+2
* * ext/bigdecimal/bigdecimal.gemspec (files): fixed typo, andnobu2011-10-163-2/+12
* * ChangeLog: fix a typo.nagachika2011-10-141-1/+1
* * ext/pty/pty.c (pty_check): should return nil until the childnobu2011-10-143-1/+38
* * include/ruby/intern.h (rb_ary_reverse): export.nobu2011-10-142-0/+5
* * cont.c (fiber_store): balance braces.nobu2011-10-131-3/+3
* * 2011-10-14svn2011-10-131-2/+2
* * atomic.h (ATOMIC_INC, ATOMIC_DEC): return old values.nobu2011-10-133-3/+12
* * atomic.h (ATOMIC_*): use atomic_ops(3C) when SunStudio on Solaris.ngoto2011-10-132-0/+15
* * atomic.h(ATOMIC_SET): add cast to void to prevent misuse.kosaki2011-10-132-2/+7
* * 2011-10-13svn2011-10-131-2/+2
* * gc.c (rb_gc_finalize_deferred, rb_objspace_call_finalizer):nobu2011-10-132-2/+8
* * 2011-10-12svn2011-10-121-2/+2
* * test/openssl/test_ssl.rb: Move duplicated tests for SSL::Session to nahi2011-10-123-50/+42
* * array.c (rb_ary_initialize): Improve explanation of Array.newdrbrain2011-10-102-42/+78
* * array.c: Add a description to Array, minor cleanups. Patch bydrbrain2011-10-102-16/+248
* * lib/pp.rb: Move PP documentation to top of class PP. Patch bydrbrain2011-10-102-22/+26
* * ext/coverage/coverage.c (Init_coverage): Change list format anddrbrain2011-10-102-5/+13
* * 2011-10-11svn2011-10-101-2/+2