aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* marshal.c: register symbol strings firstnobu2015-03-223-12/+50
* variable.c: escape erred namenobu2015-03-221-2/+2
* * doc/etc.rd.ja: Fix wrong coding for Emacs.kou2015-03-222-1/+5
* file.c: check arguments lengthsnobu2015-03-221-2/+17
* win32.c: path_drivenobu2015-03-221-2/+9
* win32.c: stat_by_findnobu2015-03-222-24/+38
* win32.c: stati64_handlenobu2015-03-221-3/+16
* win32.c: name_for_statnobu2015-03-221-10/+22
* make-snapshot: CONFIGUREnobu2015-03-222-1/+5
* make-snapshot: substitute configuration variablesnobu2015-03-222-17/+33
* * 2015-03-22svn2015-03-211-2/+2
* common.mk: strip autogenerated dependenciesnobu2015-03-212-4/+13
* complex.c: [DOC] mention about Complex literal.gogotanaka2015-03-211-2/+3
* fix a typo [ci skip]kazu2015-03-211-2/+2
* console.c: winsize on Windowsnobu2015-03-213-11/+20
* * 2015-03-21svn2015-03-211-2/+2
* Makefile.in: selectable configurenobu2015-03-211-3/+3
* proc.c: respond_to_missing? at Methodnobu2015-03-203-41/+106
* * .travis.yml: enabled email notification.hsbt2015-03-202-0/+8
* * .travis.yml: removed Ruby 1.9.3 build on Travis CIhsbt2015-03-202-1/+4
* test_inadvertent_creation.rb: fix messagesnobu2015-03-201-4/+4
* test_inadvertent_creation.rb: undefined singletonnobu2015-03-201-0/+1
* * gc.c (obj_info): obj_info() can receive internal objects.ko12015-03-202-15/+18
* revert r50031 because it includes unexpected patchko12015-03-203-22/+15
* * gc.c (obj_info): obj_info() can receive internal objects.ko12015-03-203-15/+22
* * 2015-03-20svn2015-03-201-2/+2
* * gc.c (obj_info): show class name and T_DATA type_name.ko12015-03-202-5/+29
* * gc.c (rb_copy_wb_protected_attribute): `dest' can be WB unprotected.ko12015-03-192-6/+5
* * gc.c (rb_copy_wb_protected_attribute): demote `dest' object.ko12015-03-192-1/+10
* * gc.c, internal.h: export rb_gc_verify_internal_consistency().ko12015-03-193-4/+14
* * gc.c (obj_info): show allocation site if GC_DEBUG is not 0.ko12015-03-192-0/+8
* * gc.c (newobj_of): fix RGENGC_OLD_NEWOBJ_CHECK logics.ko12015-03-192-5/+9
* * gc.c (rb_copy_wb_protected_attribute): need demote for old objects.ko12015-03-192-2/+13
* win32.c: S_IFLNKnobu2015-03-192-0/+5
* win32.c: no S_IWGRP and S_IWOTHnobu2015-03-191-5/+2
* Makefile.in: CONFIGUREnobu2015-03-192-2/+4
* random.c: fix handle to releasenobu2015-03-192-2/+7
* common.mk: verconf.h by BOOTSTRAPRUBYnobu2015-03-191-1/+1
* * object.c (rb_obj_clone): do not touch age (FL_PROMOTED[01]) becauseko12015-03-182-1/+6
* * test/objspace/test_objspace.rb: flag name was changedko12015-03-182-1/+6
* * iseq.c (iseq_mark): skip some marking if iseq->orig is available.ko12015-03-182-8/+22
* * internal.h (IMEMO_DEBUG): added.ko12015-03-183-5/+52
* * gc.c (RGENGC_OLD_NEWOBJ_CHECK): add check mechanism.ko12015-03-182-0/+43
* * enum.c (enum_sort_by): add WBs.ko12015-03-182-4/+8
* * gc.c (check_rvalue_consistency): refactoring.ko12015-03-182-15/+50
* * 2015-03-19svn2015-03-181-2/+2
* * gc.c: rename terminologies.ko12015-03-182-56/+76
* fix typos [ci skip]kazu2015-03-181-3/+3
* * remove trailing spaces.svn2015-03-181-1/+1
* * gc.c (gc_writebarrier_generational): add an alternative writeko12015-03-182-3/+41