summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2013-11-07* ext/objspace/object_tracing.c: [DOC] trace_object_allocations_stopzzak
2013-11-07* lib/net/ftp.rb: [DOC] Document Net::FTP.mdtm and .set_socket and fixzzak
2013-11-07* array.c: [DOC] Add note about negative indices in Array overviewzzak
2013-11-07* lib/csv.rb: [DOC] Fix typo in CSV.parse_line by @funky-bibimbapzzak
2013-11-07* golf_prelude.rb: syntax formatting for whitespace [Fixes GH-425]zzak
2013-11-07* gc.c: modify malloc_limit strategy.ko1
2013-11-07fix typoskazu
2013-11-07* array.c (rb_ary_shuffle_bang): use RARRAY_PTR_USE() without WBglass
2013-11-07* array.c (rb_ary_sample): use rb_ary_dup().glass
2013-11-07vm_trace.c: isolate errinfo in trace blocksnobu
2013-11-06 * gc.c (gc_before_sweep): Change algorithm of malloc_limit totarui
2013-11-06* array.c (rb_ary_shift_m): use RARRAY_PTR_USE() without WB becauseglass
2013-11-06* array.c (rb_ary_reverse): use RARRAY_PTR_USE().glass
2013-11-06 * common.mk (help): add texts about gcbench.tarui
2013-11-06lib/open3.rb: tweaked grammar in commentsduerst
2013-11-06* array.c (rb_ary_sample): use RARRAY_AREF() and RARRAY_PTR_USE()glass
2013-11-06* array.c (rb_ary_and): defer hash creation and some refactoring.glass
2013-11-06* benchmark/bm_vm1_gc_short_lived.rb: added.ko1
2013-11-06* gc.c: define RGENGC_ESTIMATE_OLDSPACE == 0 if USE_RGENGC is 0.ko1
2013-11-05* gc.c (Init_GC): add GC::OPTS to show options.ko1
2013-11-05* benchmark/gc/gcbench.rb: add some options to make quiet.ko1
2013-11-05* ext/psych/lib/psych/visitors/to_ruby.rb: process merge keys beforetenderlove
2013-11-05* test/ruby/test_thread.rb (test_thread_join_in_trap):akr
2013-11-05 * gc.c (is_live_object): A hidden object may be a live object.tarui
2013-11-05* remove trailing spaces.nobu
2013-11-05fix typos in ChangeLog.ko1
2013-11-05* gc.c: add support to estimate increase of oldspace memory usage.ko1
2013-11-04* gc.c (GC_MALLOC_LIMIT_MAX): fix default value 512MB -> 384MB.ko1
2013-11-04* gc.c: add 3gen GC patch, but disabled as default.ko1
2013-11-04* node.h: catch up comments for last commit.ko1
2013-11-04* include/ruby/ruby.h: rename FL_OLDGEN to FL_PROMOTED.ko1
2013-11-04* test/xmlrpc: Don't use fixed ports: 8070 and 8071.akr
2013-11-04fix a typokazu
2013-11-04* test/xmlrpc/webrick_testing.rb (start_server): Initialize the serverakr
2013-11-04eval_intern.h: avoid undefined behavior of setjmpnobu
2013-11-03* sample/test.rb: Make temporary file names unique.akr
2013-11-03* test/xmlrpc: Wrap definitions by TestXMLRPC module.akr
2013-11-03* test/xmlrpc/webrick_testing.rb (stop_server): Don't try to shutdownakr
2013-11-03load.c: defer initalization of static-linked-extnobu
2013-11-02logger.rb: fix r43511 for Windowsnobu
2013-11-01* lib/logger.rb: Inter-process locking for log rotationnaruse
2013-11-01fix typotarui
2013-11-01gc.c: mark live objects onlynobu
2013-11-01 * gc.c (struct heap_page, gc_page_sweep, gc_sweep): Refactoring fortarui
2013-11-01 * gc.c (make_deferred): Refactoring. Collect codes which should betarui
2013-11-01 * gc.c (typedef struct rb_objspace): Refactoring. Move some memberstarui
2013-11-01string.c: fix typonobu
2013-11-01gc.c: zombie is not alivenobu
2013-11-01string.c: export rb_str_scrubnobu
2013-10-31* thread.c (rb_mutex_struct): reduce rb_mutex_t size by 8 byteskosaki