summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2011-07-01 * benchmark/bm_app_erb.rb: increase loop count. too shortkosaki
2011-07-01* fix typos.nobu
2011-07-01* lib/matrix: Add LUP decompositionmarcandre
2011-07-01* lib/matrix.rb: Allow non integer exponents for Matrix#**marcandre
2011-07-01* lib/matrix: Add Eigenvalue Decompositionmarcandre
2011-07-01* lib/matrix: Add Matrix#roundmarcandre
2011-07-01* string.c (tr_trans): free heap ptr when the str is not embeded.naruse
2011-07-01* thread.c (do_select): fix memory leak.kosaki
2011-06-30* vm_insnhelper.c (vm_getivar): check vm state versionko1
2011-06-30* error.c, thread_pthread.c (WRITE_CONST): suppress warningsnobu
2011-06-30* thread.c (rb_threadptr_check_signal): only wake up main thread.ko1
2011-06-30* class.c (Init_class_hierarchy): should name BasicObjectmatz
2011-06-30typotadf
2011-06-30 * ext/date/date_core.c: mathn still alive (should die soon).tadf
2011-06-30* misc/ruby-mode.el (ruby-indent-beg-re): Fix broken regularmrkn
2011-06-30* ext/openssl/ossl.c/.h: Added ossl_x509_name_sk2ary.emboss
2011-06-30* benchmark/bm_vm2_defined_method.rb: added to measure performance ofko1
2011-06-30add an issue number.ko1
2011-06-30* vm_insnhelper.c (vm_call_bmethod): fix to hook call/return eventko1
2011-06-30configure.in: Add warnflags for XL/C on AIX during configurekanemoto
2011-06-30 * ext/date/date_core.c (m_ajd): refers a constant.tadf
2011-06-30 * ext/io/console/io-console.gemspec: spin-off gem for 1.9.2.nobu
2011-06-30 * ext/date/date_core.c: trivial changes.tadf
2011-06-30* test/ruby/test_module.rb: tests for [Bug #3422] and [Bug #3423].nobu
2011-06-30 * ext/date/date_core.c: modified doc.tadf
2011-06-30* thread_pthread.c (thread_timer): ignore unknown errno.ko1
2011-06-30add ref to ticket.ko1
2011-06-30* ext/objspace/objspace.c (ObjectSpace.count_tdata_objects):ko1
2011-06-30* thread_pthread.c (ping_signal_thread_list, thread_timer):ko1
2011-06-30fix typoskazu
2011-06-30* thread_pthread.c (rb_thread_create_timer_thread): allocateko1
2011-06-30* ChangeLog: fix some typos.nagachika
2011-06-30 * lib/weakref.rb: Attach documentation to WeakRef and add missingdrbrain
2011-06-30 * lib/yaml.rb: Document toplevel YAML and YAML::ENGINE to describedrbrain
2011-06-30 * lib/cmath.rb: Hide handle_no_method_error from RDoc.drbrain
2011-06-30 * hash.c: Document ENVdrbrain
2011-06-29* ruby.c (ruby_init_loadpath_safe): ensure RUBYLIB_PREFIX storednobu
2011-06-29* ChangeLog: garbages.nobu
2011-06-29 * lib/drb/drb.rb: Hide deprecated toplevel DRb constants.drbrain
2011-06-29* lib/cmath.rb (CMath.log): second argument: b can be nil.naruse
2011-06-29 * thread.c (ruby_thread_s_pass): Fix typo.drbrain
2011-06-29 * lib/rdoc: Update to RDoc 3.8 which contains fixes for documentationdrbrain
2011-06-29* thread.c (rb_threadptr_execute_interrupts_common): removekosaki
2011-06-29* thread.c (rb_thread_schedule_limits): minor optimization.kosaki
2011-06-29* thread.c (rb_thread_schedule_rec): move interrupt_flag check tokosaki
2011-06-29* thread.c (thread_s_pass): change RDoc description and removekosaki
2011-06-29* thread.c (rb_thread_stop): change RDoc sample code. The oldkosaki
2011-06-29* thread.c (rb_thread_wakeup): change RDoc sample code. The oldkosaki
2011-06-29* thread.c (rb_thread_run): change RDoc. The old example is buggykosaki
2011-06-29 * lib/cmath.rb: make same exception for Math. fix [Bug #3137].keiju