aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* range.c: modify checknobu2013-10-263-5/+25
* envutil.rb: disable gems in child processnobu2013-10-261-1/+1
* signal.c: adjust indentnobu2013-10-261-1/+1
* * lib/open-uri.rb (meta_add_field): : Re-implemented.akr2013-10-262-0/+9
* * gc.c (gc_profile_dump_on): use "Page" terminology.ko12013-10-262-1/+5
* * gc.c (gc_sweep, gc_heap_lazy_sweep): fix measurement code.ko12013-10-262-2/+13
* * addr2line.c: Include ELF header after system headers (especiallyakr2013-10-262-5/+13
* * gc.c: tuning parameters.ko12013-10-262-3/+14
* * gc.c (vm_malloc_increase): do gc_rest_sweep() before GC.ko12013-10-262-1/+19
* * gc.c (gc_before_heap_sweep): Restructure code to mean clearly.tarui2013-10-252-11/+9
* * 2013-10-26svn2013-10-251-2/+2
* * gc.c (gc_before_heap_sweep): fix freelist management.ko12013-10-252-1/+18
* range.c: fix int and VALUEnobu2013-10-251-5/+7
* range.c: setter macrosnobu2013-10-251-6/+9
* * 2013-10-25svn2013-10-241-2/+2
* Makefile.sub: fix typonobu2013-10-241-1/+1
* * parse.y: Remove +(binary) and -(binary) special cases [Feature #9048]marcandre2013-10-243-3/+6
* * object.c: [DOC] Document first argument also takes string for:zzak2013-10-242-0/+28
* * thread.c (rb_thread_terminate_all): add a comment why we needkosaki2013-10-242-0/+10
* * thread.c (rb_thread_terminate_all): add a comment why infinitekosaki2013-10-242-0/+9
* * gc.c: add new initial_growth_max tuning parameter. [ruby-core:57928] [Bug ...tmm12013-10-233-1/+24
* win32.h: suppress INFINITY warningsnobu2013-10-232-0/+19
* Makefile.sub: C99 mathematics functionsnobu2013-10-231-1/+2
* * ChangeLog: adjust indent.nobu2013-10-231-3/+3
* * lib/ostruct.rb: raise NoMethodError with a #name and #args.marcandre2013-10-233-1/+24
* * lib/ostruct.rb (Struct#each_pair): Return an enumerator with sizemarcandre2013-10-232-1/+2
* * lib/ostruct.rb (OpenStruct#delete): Use the converted argument.marcandre2013-10-232-1/+11
* * lib/ostruct.rb: Raise RuntimeError when modifying frozen instancesmarcandre2013-10-232-4/+4
* * array.c: Add Array#to_h [Feature #7292]marcandre2013-10-236-0/+117
* * 2013-10-24svn2013-10-231-2/+2
* * gc.c: Rename free_min to min_free_slots and free_min_page to max_free_slots...tmm12013-10-232-24/+31
* Makefile.sub: C99 mathematics functionsnobu2013-10-232-1/+20
* * gc.c: move increment from heap to heap_pages.ko12013-10-232-34/+48
* * gc.c (heap_pages_free_unused_pages): cast to (int) for size_tko12013-10-232-1/+6
* * gc.c: introduce tomb heap.ko12013-10-232-129/+210
* * gc.c (gc_prof_sweep_timer_stop): catch up recent changesko12013-10-232-1/+6
* * file.c: [DOC] fix rdoc format of File#expand_path from r43386zzak2013-10-232-3/+7
* * 2013-10-23svn2013-10-221-2/+2
* fix typoskazu2013-10-221-4/+4
* * vm_core.h (enum): avoid syntax error.shyouhei2013-10-224-3/+11
* * gc.c (Init_heap): move logics from heap_pages_init() and removeko12013-10-222-22/+23
* * gc.c: allow multiple heaps.ko12013-10-222-280/+355
* * lib/pp.rb (object_address_group): Use Kernel#to_s to obtain the classakr2013-10-222-13/+11
* * file.c (File#expand_path): [DOC] improve documentation of File#expand_path.eregon2013-10-222-1/+17
* dir.c: DOTMATCH to current directorynobu2013-10-223-4/+20
* * remove trailing spaces.nobu2013-10-221-1/+1
* * vm_trace.c: exterminate Zombies.ko12013-10-224-25/+81
* configure.in: check CFLAGS and LDFLAGSnobu2013-10-222-0/+24
* internal.h: fix typonobu2013-10-221-1/+1
* dir.c: warn Dir.exists?nobu2013-10-212-2/+9