summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2011-10-01* vm.c (rb_thread_mark): rb_thread_t needs self to be marked.ktsj
2011-10-01* gc.c (add_heap_slots, init_heap): reset heaps_inc zero whennagachika
2011-09-29* array.c (ary_join_1): should not copy the encoding of non-stringnobu
2011-09-29* gc.c (slot_sweep, rb_gc_finalize_deferred)nobu
2011-09-29* ext/gdbm/gdbm.c (rb_gdbm_fatal): adjust argument type.nobu
2011-09-29* gc.c (is_id_value, is_live_object): extract from id2ref().nobu
2011-09-29* gc.c (run_finalizer): use object instead of object id.nobu
2011-09-29* use RB_TYPE_P which is optimized for constant types, instead ofnobu
2011-09-28fix commit miss.nobu
2011-09-28* configure.in (pthread_np.h): needs pthread.h to be includednobu
2011-09-27* test/psych/test_yamlstore.rb: use tmpdir for tmpfile.ayumin
2011-09-27* ext/bigdecimal/README: update report to.ayumin
2011-09-27* ext/bigdecimal/bigdecimal_en.html: removed because this file isn'tmrkn
2011-09-27* thread_pthread.c: make native_fd_select().kosaki
2011-09-27* thread.c (do_select): remove cygwin specific hack. It's layerkosaki
2011-09-26* test/rexml/test_sax.rb: add require 'rexml/document.ayumin
2011-09-26Fix typoayumin
2011-09-26* test/psych/test_yamldbm.rb (require): fix #setup and #terdown.ayumin
2011-09-26* lib/webrick/httputils.rb: Add MIME Type definition of .js and .svg.naruse
2011-09-26* configure.in: remove DJGPP support. It's not longer supportedkosaki
2011-09-26* include/ruby/defines.h: remove NextStep, OpenStep, Rhapsodykosaki
2011-09-26* configure.in: remove a code for human68k. it's no longerkosaki
2011-09-25fix typoskazu
2011-09-25* ext/openssl/ossl_asn1.c: fix int_ossl_asn1_decode0_cons when beingemboss
2011-09-25* test/syck/test/yamldbm.rb: add test for Syck::DBM.ayumin
2011-09-25* lib/yaml/dbm/dbm.rb: fix #update, add #key for using istead #index.ayumin
2011-09-25* encoding.c (require_enc): reject only loading from untrustednobu
2011-09-25* configure.in: ignore all warnings from an arbitrarynobu
2011-09-24* enum.c (slice_before_i): use rb_attr_get to surpress wrong warningnaruse
2011-09-24fix typoskazu
2011-09-23* ext/openssl/ossl_asn1.c: remove unused variable.emboss
2011-09-23* test/openssl/test_ssl_session.rb: execute test_session_exts_reademboss
2011-09-23* test/openssl/test_ssl_session.rb: ensure server calls callbacks inemboss
2011-09-21* vm_insnhelper.c (vm_call_cfunc): suppress a warning. note thatnobu
2011-09-21* thread_pthread.c (ubf_select): activate timer thread when interruptnagachika
2011-09-21* test/io/wait/test_io_wait.rb (TestIOWait#setup): of course, theusa
2011-09-20* vm_insnhelper.c (vm_get_cvar_base): reduce duplicated checks andnobu
2011-09-19* lib/fileutils.rb (module FileUtils): improve performance ofayumin
2011-09-19* test/-ext-/old_thread_select/test_old_thread_select.rb:kosaki
2011-09-19* test/openssl/test_ssl.rb (class OpenSSL): Testdrbrain
2011-09-18* object.c (rb_obj_clone): singleton class should be attachednobu
2011-09-17* parse.y (parser_data_type): inherit the core type in ripper sonobu
2011-09-17* lib/find.rb (Find.find): add documentation that Find.findktsj
2011-09-16Revert "* numeric.c (ruby_float_step): Avoid error on i386 and amd64."naruse
2011-09-16* numeric.c (ruby_float_step): Avoid error on i386 and amd64.marcandre
2011-09-16Revert "* numeric.c (ruby_float_step): Avoid error on i386 and amd64."naruse
2011-09-15* numeric.c (ruby_float_step): Avoid error on i386 and amd64.marcandre
2011-09-15* gc.c (mark_entry, mark_key, mark_keyvalue): adjust callbacknobu
2011-09-14Merge branch 'tk_utf8' into trunkayumin
2011-09-14* thread.c (rb_fd_rcopy): added an argument guard.kosaki