aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* dir.c: try match PLAINnobu2014-05-172-1/+5
* dir.c: set PLAIN for non-magicalnobu2014-05-172-2/+6
* dir.c: fix conditions for ALPHAnobu2014-05-172-5/+14
* dir.c: reduce matchingnobu2014-05-162-0/+23
* dir.c: match plain names as-isnobu2014-05-163-15/+37
* * 2014-05-17svn2014-05-161-2/+2
* * tool/release.sh: need -f option because this overwrite the previous links i...usa2014-05-161-2/+2
* fix typos [ci skip]kazu2014-05-161-2/+2
* * gc.c (gc_marks, gc_marks_body): increase the counter of young objectsko12014-05-162-3/+12
* * gc.c (gc_before_sweep): heap_pages_swept_slots should containsko12014-05-162-1/+10
* * 2014-05-16svn2014-05-161-2/+2
* dir.c: check boundarynobu2014-05-161-1/+1
* configure.in: enable SSE2 on mingwshirosaki2014-05-152-1/+6
* parallel.rb: fix test-all parallel failureshirosaki2014-05-154-4/+33
* * gc.c (heap_extend_pages): fix indent.nobu2014-05-151-1/+1
* fix typos [ci skip]kazu2014-05-151-2/+2
* * gc.c (garbage_collect_body): move gc_heap_prepare_minimum_pages()ko12014-05-152-2/+7
* * gc.c (heap_extend_pages): calculate next growing heap size.ko12014-05-152-11/+28
* * gc.c: introduce macros to remove magic number.ko12014-05-152-2/+18
* Handle machine stack overflow on mingwnobu2014-05-153-0/+29
* * 2014-05-15svn2014-05-151-2/+2
* openssl/depend: ossl.onobu2014-05-151-0/+1
* * ext/openssl/depend: remove dependency from internal headers.ko12014-05-1410-39/+91
* * gc.c: enable RGENGC_AGE2_PROMOTION.ko12014-05-142-1/+5
* * gc.c (rgengc_rememberset_mark): promote remembered object earlier.ko12014-05-142-7/+9
* * LEGAL: added license infomation of ccan files.hsbt2014-05-141-0/+31
* * 2014-05-14svn2014-05-131-2/+2
* make-snapshot: -digests optionnobu2014-05-131-1/+8
* make-snapshot: -package optionnobu2014-05-131-1/+9
* make-snapshot: unused variablesnobu2014-05-131-2/+0
* make-snapshot: SHA512nobu2014-05-131-3/+4
* make-snapshot: support xznobu2014-05-131-6/+32
* set svn:ignore property.akr2014-05-130-0/+0
* * 2014-05-13svn2014-05-121-2/+2
* * ChangeLog: fix a typo for r45930.nagachika2014-05-121-1/+1
* configure.in: check atan2nobu2014-05-123-2/+35
* * configure.in: Invoke AC_REPLACE_FUNCS for each function.akr2014-05-122-4/+25
* * gc.c: count young object correctly and show it in GC.statko12014-05-122-4/+33
* signal.c: check the next page toonobu2014-05-121-2/+10
* * 2014-05-12svn2014-05-111-2/+2
* * ext/socket/ifaddr.c (IS_IFADDRS): Unused macro removed.akr2014-05-114-5/+8
* * compile.c (BUFSIZE): Unused macro removed.akr2014-05-115-18/+15
* * pack.c (swaps): Unused macro removed.akr2014-05-112-32/+7
* test_process.rb: duplicate assertionsnobu2014-05-111-6/+3
* test_process.rb: WIFEXITED and so on are system dependentnobu2014-05-111-1/+4
* signal.c: directly deliver non-handlable signalsnobu2014-05-112-0/+21
* configure.in: check typeofnobu2014-05-111-0/+6
* vm.c: suppress a warningnobu2014-05-111-1/+1
* * properties.svn2014-05-100-0/+0
* vm*: doubly-linked list from ccan to manage vm->living_threadsnormal2014-05-1014-78/+997