summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2013-03-24* string.c (rb_str_rpartition): revert r39903, and convert byte offsetnaruse
2013-03-24Fix String#rpartition(/re/) against a multibyte string.knu
2013-03-24* gc.c (GC_ENABLE_LAZY_SWEEP): new macro to switch lazy sweepingnari
2013-03-24* gc.c: We have no chance to expand the heap when lazy sweeping isnari
2013-03-24* test/ruby/test_require.rb: Remove temporally files in the tests.akr
2013-03-23* lib/rinda/ring.rb: Added documentation for multicast support.drbrain
2013-03-23* test/rinda/test_rinda.rb: Restore tests commented out while fixingdrbrain
2013-03-23 * lib/rinda/ring.rb: Add multicast support to Rinda::RingFinger anddrbrain
2013-03-23* test/rinda/test_rinda.rb: Fixed test failures in r39890 and r39890drbrain
2013-03-23 * lib/rinda/rinda.rb: Fixed loss of tuple when remote is alive but thedrbrain
2013-03-23* test/mkmf/test_have_macro.rb: remove temporally files in the tests.akr
2013-03-23* addr2line.c (kprintf): added from FreeBSD libstand's printf.naruse
2013-03-23* ext/bigdecimal/bigdecimal.c (BigDecimal_divide): Use Qnil and NIL_Pmrkn
2013-03-23vm_eval.c: preserve passed_blocknobu
2013-03-22* array.c: Avoid zip bug by not using obsolete rb_check_block_call [Bug #8153]marcandre
2013-03-22forwardable.rb: reduce allocations in def_delegatorsnobu
2013-03-22load.c: loaded_features_index st_tablenobu
2013-03-22* ext/bigdecimal/bigdecimal.c: Fix style.mrkn
2013-03-21parse.y: refine warning messagenobu
2013-03-21vm_insnhelper.c: check required kwarg with resthashnobu
2013-03-21use rb_pid_t instead of pid_t.kazu
2013-03-21* addr2line.c (rb_dump_backtrace_with_lines): output line at once.naruse
2013-03-21revert r39861nobu
2013-03-21thread.c: fix deadlocknobu
2013-03-21ruby.h: RB_UNUSED_VAR from UNINITIALIZED_VARnobu
2013-03-21* marshal.c (marshal_dump, marshal_load): workaround for segv onngoto
2013-03-21parse.y: escape all closing parensnobu
2013-03-21vm_core.h: suppress warningsnobu
2013-03-20* ext/date/date_core.c: Typo in Date::MONTHNAMES by Matt Gaugerzzak
2013-03-20mkmf.rb: format messagenobu
2013-03-20mkmf.rb: prefix install_dirs only with DESTDIRnobu
2013-03-20* test/win32ole/test_err_in_callback.rb (TestErrInCallBack#setup):usa
2013-03-20* test/ruby/test_signal.rb (test_hup_me): skip if HUP isn't supported.shirosaki
2013-03-20* test/rubygems/test_gem_installer.rb (test_install_extension_flat):shirosaki
2013-03-20* test/win32ole/test_err_in_callback.rb (TestErrInCallBack#setup): useusa
2013-03-19* test/rinda/test_rinda.rb: remove unused variables.ayumin
2013-03-19* ext/bigdecimal/bigdecimal.c: fixed typo.ayumin
2013-03-19* test/ruby/test_signal.rb (test_hup_me): added a few comments.kosaki
2013-03-19* thread.c (ruby_kill): added a few comments.kosaki
2013-03-19* thread.c (ruby_kill): release GVL while waiting signal delivered.kosaki
2013-03-19* ruby_kill (internal.h, thread.c): use rb_pid_t instead of pid_t.usa
2013-03-19convert with one converternobu
2013-03-19compose HFS file namesnobu
2013-03-19* internal.h: added a declaration of ruby_kill().kosaki
2013-03-19* io.c (linux_iocparm_len): enable only exist _IOC_SIZE().kosaki
2013-03-19* ext/objspace/objspace.c: Fix typo in doc. Patch by Sho Hashimoto.sorah
2013-03-18* configure.in: set ac_cv_prog_cxx if CXX is supplied.mrkn
2013-03-18* configure.in: Fix c++ compiler auto-selection not only formrkn
2013-03-18* gc.c: Improve accuracy of objspace_live_num() andnari
2013-03-18* gc.c: Avoid unnecessary heap growth. patched by tmm1(Aman Gupta).nari