aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * 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
* * file.c (rb_file_exists_p): maybe FileTest.nobu2013-10-211-1/+10
* * 2013-10-22svn2013-10-211-2/+2
* file.c: warn File.exists?nobu2013-10-212-1/+12
* encoding.c: preserve outer errinfonobu2013-10-213-1/+17
* * 2013-10-21svn2013-10-211-2/+2
* assertions.rb: fix omitted messagenobu2013-10-211-1/+1
* io.c: make IO#reopen("pathname") atomicnobu2013-10-202-4/+17
* internal.h: rb_syserr_fail_pathnobu2013-10-203-1/+19
* internal.h: remove stale declarationnobu2013-10-201-5/+0
* ruby.h: suppress warningsnobu2013-10-202-3/+8
* * lib/rubygems: Update RubyGems to master 0886307. This commitdrbrain2013-10-2013-54/+306
* * lib/rubygems: Update to RubyGems master 3de7e0f. Changes:drbrain2013-10-2011-16/+134
* variable.c: real class namenobu2013-10-196-1/+56
* * 2013-10-20svn2013-10-191-2/+2
* * variable.c (rb_class2name): call rb_tmp_class_path() directly to avoid extr...tmm12013-10-192-2/+9
* encdb.h.tmpl: remove stale macrosnobu2013-10-191-4/+0
* win32/file.c: code page tablenobu2013-10-192-11/+26
* encoding.c: defer code page tablenobu2013-10-194-6/+13