summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2013-11-21gc.c: malloc_usable_sizenobu
2013-11-21delegate.rb: check if target is setnobu
2013-11-21tempfile.rb: get rid of warningsnobu
2013-11-21* gc.c: rename initial_xxx variables to gc_params.xxx.ko1
2013-11-21* gc.c: enable "RGENGC_ESTIMATE_OLDSPACE" option as default.ko1
2013-11-21* ext/digest/bubblebabble/bubblebabble.c: Teach RDoc digest/bubblebabblezzak
2013-11-21* test/digest/test_digest.rb: Add more tests for digest/bubblebabblezzak
2013-11-21delegate.rb: try private methods after the targetnobu
2013-11-21* test/uri/test_generic.rb (URI#test_merge): Test uri + URI(path)knu
2013-11-21* ext/openssl/lib/openssl/buffering.rb: [DOC] Fix HEREDOC comment forzzak
2013-11-21Add link to pull request from r43742zzak
2013-11-21* eval_intern.h (SAVE_ROOT_JMPBUF): workaround for the failure ofusa
2013-11-21* object.c: [DOC] Clarify Object#dup vs #clone [Bug #9128]zzak
2013-11-21* gc.c (gc_marks_check): do not dump all refs.ko1
2013-11-21* gc.c: change RGENGC_CHECK_MODE (>= 2) logic.ko1
2013-11-21* lib/observer.rb: [DOC] Clarify default observer method.zzak
2013-11-21* ext/openssl/ossl_engine.c: [DOC] Documentation for OpenSSL::Enginezzak
2013-11-21* ext/openssl/lib/openssl/buffering.rb: Remove unused arguments fromzzak
2013-11-21* test/digest/test_digest.rb: Add test for Digest::SHA256.bubblebabblezzak
2013-11-20 * tool/instruction.rb : fix typo.tarui
2013-11-20* random.c (rand_init): Make it possible to specify arbitrary arrayakr
2013-11-20* parse.y (rb_gc_mark_symbols): set global_symbols.minor_marked onlyko1
2013-11-20* ext/json: merge JSON 1.8.1.naruse
2013-11-19rdoc/constant.rb: reapply r43006 for workaround of NoMethodErrornobu
2013-11-19delegate.rb: refix r43682nobu
2013-11-19configure.in: --with-os-version-stylenobu
2013-11-19* test/net/http/utils.rb (spawn_server): Specify zero for port toakr
2013-11-19* gc.c (heap_is_swept_object): use heap_page::before_sweep flag.ko1
2013-11-19* gc.c (rb_objspace_reachable_objects_from_root): do major marking.ko1
2013-11-19* gc.c (rb_gc_resurrect): added.ko1
2013-11-19* lib/rdoc: Update to RDoc master a1195ce. Changes include:drbrain
2013-11-19* lib/rubygems: Update to RubyGems master 6a3d9f9. Changes include:drbrain
2013-11-18* configure.in (LOCALTIME_OVERFLOW_PROBLEM): Define it for crossakr
2013-11-18* lib/rdoc/rubygems_hook.rb: Remove debugging puts committed bydrbrain
2013-11-18eval_intern.h: refine stack overflow detectionnobu
2013-11-18thread_pthread.c: use get_main_stack properlynobu
2013-11-18eval_jump.c: refix [Bug #9110]nobu
2013-11-16Explain fix in r43697sorah
2013-11-16* configure.in: Use $LIBS for base of $SOLIBS, also in darwinsorah
2013-11-16* thread_pthread.c (thread_create_core): Ditto.akr
2013-11-16* thread_pthread.c (rb_thread_create_timer_thread): Show errorakr
2013-11-16* lib/rexml/parsers/ultralightparser.rbkou
2013-11-15ChangeLog typos from r43688zzak
2013-11-15 * cont.c : Introdule ensure rollback mechanism. Please see below.tarui
2013-11-15revert r43675 and r43683 without tests for applying rollback patch.tarui
2013-11-15 * eval_jump.c (rb_exec_end_proc): fix double free or corruption errorglass
2013-11-15hash.c: iteration level with reenteringnobu
2013-11-15delegate.rb: get rid of global function interferencenobu
2013-11-14objspace_dump.c: refine outputnobu
2013-11-14* ext/bigdecimal/lib/bigdecimal/util.rb: [DOC] remove example ofnagachika