summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
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* 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* 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-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-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* atomic.h (ATOMIC_INC, ATOMIC_DEC): return old values.nobu
2011-10-13* atomic.h (ATOMIC_*): use atomic_ops(3C) when SunStudio on Solaris.ngoto
2011-10-13* atomic.h(ATOMIC_SET): add cast to void to prevent misuse.kosaki
2011-10-13* gc.c (rb_gc_finalize_deferred, rb_objspace_call_finalizer):nobu
2011-10-12* test/openssl/test_ssl.rb: Move duplicated tests for SSL::Session to nahi
2011-10-10* array.c (rb_ary_initialize): Improve explanation of Array.newdrbrain
2011-10-10* array.c: Add a description to Array, minor cleanups. Patch bydrbrain
2011-10-10* lib/pp.rb: Move PP documentation to top of class PP. Patch bydrbrain
2011-10-10* ext/coverage/coverage.c (Init_coverage): Change list format anddrbrain
2011-10-10* object.c (Init_Object): Add reference to BasicObject, briefdrbrain
2011-10-09* test/psych/test_yamldbm.rb: don't run test if the systemktsj
2011-10-07* enum.c (group_by): Improve group_by description. Patch by b t. [#5411]drbrain
2011-10-07* lib/shell.rb: Document some methods of Shell. Patch by Caroldrbrain
2011-10-07* lib/test/unit/assertions.rb (assert_send, assert_not_send):nobu
2011-10-06* array.c: Use + for arguments described in documentation to allowdrbrain
2011-10-06fix typoskazu
2011-10-06* vm_eval.c (make_no_method_execption): extract fromnobu
2011-10-06* lib/time.rb: Clean up Time documentation. Patch by Jake Goulding.drbrain
2011-10-06* enum.c (group_by): Improve documentation based on patch by b t.drbrain
2011-10-06* enum.c: Clean up wording in Enumerable documentation. Patch by b t.drbrain
2011-10-06* time.c (Init_Time): Remove editorial comments from Timedrbrain
2011-10-06* time.c (Init_Time): Improve Time documentation. Patch by Shanedrbrain
2011-10-05* random.c: Improve documentation of Random. Patch by Gregorydrbrain
2011-10-05* ChangeLog: fix ML link.nagachika
2011-10-05* cont.c (cont_mark): mark original Thread object from saved_thread.nagachika
2011-10-05Revert r33407; half-baked patch.naruse