aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * complex.c (k_inexact_p, k_exact_zero_p): use k_exact_zero_p macrogogotanaka2015-03-241-0/+5
* * doc/extention.rdoc: move from toplevel document and added extname.hsbt2015-03-241-0/+5
* * doc/standard_library.rdoc: strip.hsbt2015-03-241-0/+4
* * doc/standard_library.rdoc: move Thread to Extentions.hsbt2015-03-241-0/+4
* * doc/contributing.rdoc: update Maintainers list.hsbt2015-03-241-0/+4
* * gc.c (gc_writebarrier_generational): fix messages for rb_bug().ko12015-03-241-0/+7
* * README.ja.md: should be chunibyo.shugo2015-03-241-0/+4
* fs.c: use statfs/statvfsnobu2015-03-241-0/+5
* * tool/redmine-backporter.rb: now doesn't required spaces just afterusa2015-03-241-0/+5
* [Feature #10950] fixed by r50064nobu2015-03-231-1/+1
* ChangeLog: remove duplicated entry at r50057. [ci skip]nagachika2015-03-231-10/+0
* dir.c: don't raise after closenobu2015-03-231-0/+5
* file.c: move rb_readlink on Windowsnobu2015-03-231-1/+4
* win32.c: readlinknobu2015-03-231-0/+4
* win32.c: w32_lstati64nobu2015-03-231-0/+7
* marshal.c: register symbol strings firstnobu2015-03-221-0/+20
* * doc/etc.rd.ja: Fix wrong coding for Emacs.kou2015-03-221-0/+4
* make-snapshot: CONFIGUREnobu2015-03-221-1/+4
* make-snapshot: substitute configuration variablesnobu2015-03-221-0/+6
* common.mk: strip autogenerated dependenciesnobu2015-03-211-0/+6
* fix a typo [ci skip]kazu2015-03-211-2/+2
* console.c: winsize on Windowsnobu2015-03-211-0/+11
* proc.c: respond_to_missing? at Methodnobu2015-03-201-0/+8
* * .travis.yml: enabled email notification.hsbt2015-03-201-0/+4
* * .travis.yml: removed Ruby 1.9.3 build on Travis CIhsbt2015-03-201-0/+4
* * gc.c (obj_info): obj_info() can receive internal objects.ko12015-03-201-0/+6
* revert r50031 because it includes unexpected patchko12015-03-201-6/+0
* * gc.c (obj_info): obj_info() can receive internal objects.ko12015-03-201-0/+6
* * gc.c (obj_info): show class name and T_DATA type_name.ko12015-03-201-0/+4
* * gc.c (rb_copy_wb_protected_attribute): `dest' can be WB unprotected.ko12015-03-191-0/+4
* * gc.c (rb_copy_wb_protected_attribute): demote `dest' object.ko12015-03-191-0/+4
* * gc.c, internal.h: export rb_gc_verify_internal_consistency().ko12015-03-191-0/+4
* * gc.c (obj_info): show allocation site if GC_DEBUG is not 0.ko12015-03-191-0/+4
* * gc.c (newobj_of): fix RGENGC_OLD_NEWOBJ_CHECK logics.ko12015-03-191-0/+6
* * gc.c (rb_copy_wb_protected_attribute): need demote for old objects.ko12015-03-191-0/+4
* random.c: fix handle to releasenobu2015-03-191-0/+5
* * object.c (rb_obj_clone): do not touch age (FL_PROMOTED[01]) becauseko12015-03-181-0/+5
* * test/objspace/test_objspace.rb: flag name was changedko12015-03-181-0/+5
* * iseq.c (iseq_mark): skip some marking if iseq->orig is available.ko12015-03-181-0/+7
* * internal.h (IMEMO_DEBUG): added.ko12015-03-181-0/+10
* * gc.c (RGENGC_OLD_NEWOBJ_CHECK): add check mechanism.ko12015-03-181-0/+10
* * enum.c (enum_sort_by): add WBs.ko12015-03-181-0/+4
* * gc.c (check_rvalue_consistency): refactoring.ko12015-03-181-0/+15
* * gc.c: rename terminologies.ko12015-03-181-0/+16
* 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-181-0/+20
* * gc.c (RVALUE_PROMOTE_RAW): rename to RVALUE_OLD_LONG_LIVED_SET()ko12015-03-181-0/+5
* * gc.c (check_rvalue_consistency): do not need to check is_sweeping().ko12015-03-181-0/+4
* * benchmark/bm_vm1_gc_wb_ary.rb: run GC to finish "marking" phase.ko12015-03-181-0/+11