summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2011-10-22* 2011-10-23svn
2011-10-22* io.c (rb_fd_set_cloexec): set close-on-exec flag only if F_GETFD isakr
2011-10-22* test/openssl/test_ssl.rb (test_multibyte_read_write): start serverakr
2011-10-22* include/ruby/intern.h (rb_fd_set_cloexec): declared.akr
2011-10-22describe Resolv::DNS#timeouts= and Resolv::DNS::Config#timeouts=.akr
2011-10-22* lib/resolv.rb: fix a exception name in previous patch.akr
2011-10-22* lib/resolv.rb: make timeout configurable for DNS query.akr
2011-10-21* 2011-10-22svn
2011-10-21* numeric.c (rb_infinity, rb_nan): use union to prevent bus errorngoto
2011-10-21* gc.c (initial_params): pack in a struct.nobu
2011-10-21* gc.c (rb_gc_set_params): set parameters always.nobu
2011-10-21* atomic.h: change Solaris checking macro because atomic_ops can workngoto
2011-10-20* 2011-10-21svn
2011-10-20* ext/openssl/ossl_ns_spki.c: Complete documentation.emboss
2011-10-20* win32/win32.c (socklist_insert, socklist_lookup, socklist_delete):usa
2011-10-20* ext/openssl/ossl_pkcs5.c: add note on timing attacks and generalemboss
2011-10-20* ChangeLog: forgot [Bug #5464] [ruby-dev:44632] for the previous commitngoto
2011-10-20* vm_eval.c (check_funcall): set array elements one-by-one to fixngoto
2011-10-20* include/ruby/defines.h (flush_register_windows): use softwarenobu
2011-10-20* property.nobu
2011-10-20* test/openssl/test_pkcs5.rb: add RFC 6070 tests for PBKDF2 withemboss
2011-10-20* util.c (mmprepare): fix for fragmental size.nobu
2011-10-19* ext/openssl/ossl_ns_spki.c (Init_ossl_ns_spki): Stub documentationdrbrain
2011-10-19Imported minitest 2.6.2 (r6712)ryan
2011-10-19* 2011-10-20svn
2011-10-19* lib/openssl/buffering.rb: Force multi-byte strings to be treated asemboss
2011-10-19* ChangeLog: fix a typo.nagachika
2011-10-19* version.h (RUBY_RELEASE_DATE): finally declare start of 2.0 work!matz
2011-10-19* error.c (Init_Exception): Document $! and $@. Providedrbrain
2011-10-19* error.c (Init_Exception): Add hierarchy of Exception subclasses.drbrain
2011-10-19* enum.c: Reformat block args to a single standard, { |args| ... }.drbrain
2011-10-19Ignore extconf generated filesdrbrain
2011-10-19* 2011-10-19svn
2011-10-19* ext/openssl/ossl_ssl.c: Remove set, but unused variables.emboss
2011-10-18* hash.c (identhash): share with type_numhash.nobu
2011-10-18* vm_core.h (ruby_current_thread): probeprofiler has been removednobu
2011-10-18* ext/ripper/eventids2.c (ripper_init_eventids2): separatenobu
2011-10-17* 2011-10-18svn
2011-10-17Tue Oct 18 02:24:19 2011 Takeyuki FUJIOKA <xibbar@ruby-lang.org>xibbar
2011-10-16* 2011-10-16svn
2011-10-16* ext/bigdecimal/bigdecimal.gemspec (files): fixed typo, andnobu
2011-10-14* ChangeLog: fix a typo.nagachika
2011-10-14* ext/pty/pty.c (pty_check): should return nil until the childnobu
2011-10-14* include/ruby/intern.h (rb_ary_reverse): export.nobu
2011-10-13* cont.c (fiber_store): balance braces.nobu
2011-10-13* 2011-10-14svn
2011-10-13* atomic.h (ATOMIC_INC, ATOMIC_DEC): return old values.nobu