aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* configure.in: check API versionnobu2016-01-112-0/+9
* * 2016-01-11svn2016-01-111-1/+1
* io.h: remove old macrosnobu2016-01-111-8/+0
* compile.c: fix lhs splat in massignnobu2016-01-103-4/+32
* ext/-test-: reduce feature namesnobu2016-01-1022-22/+22
* missing.h: remove explicit_bzero_by_memset_snobu2016-01-103-13/+15
* io.c: remove obsolete rb_deferr global variablenormal2016-01-102-2/+5
* ChangeLog: fixup indent for r53488normal2016-01-101-16/+16
* insns.def: description [ci skip]nobu2016-01-101-9/+17
* * 2016-01-10svn2016-01-101-1/+1
* stdlib: avoid extra calls to eliminate "\n" from Base64normal2016-01-1011-16/+34
* test_hash.rb: add testnobu2016-01-092-0/+13
* openssl: fix examples [ci skip]nobu2016-01-092-0/+8
* symbol.h: unexpected safe callnobu2016-01-093-1/+13
* nmake VPATHnobu2016-01-092-2/+5
* Revert r53482 "nmake VPATH"naruse2016-01-092-5/+2
* nmake VPATHnobu2016-01-092-2/+5
* probes.h including dummy headernobu2016-01-093-9/+6
* fix rc files conflict in parallel buildnobu2016-01-092-2/+3
* vcs.rb: srcdir accessornobu2016-01-091-0/+2
* use stringized macrosnobu2016-01-091-2/+3
* RUBY_PROGRAM_VERSION from RUBY_VERSIONnobu2016-01-095-12/+27
* extract version from version.hnobu2016-01-091-5/+5
* RUBY_RELEASE_DATE in verconf.mknobu2016-01-092-13/+11
* fix library teenynobu2016-01-093-5/+5
* configure.in: RUBY_PROGRAM_VERSIONnobu2016-01-091-4/+4
* revert r53459, r53427, r53314nobu2016-01-097-58/+14
* * gc.c: rename PAGE_* to HEAP_PAGE_* because PAGE_SIZE is usedko12016-01-083-42/+49
* * gc.c: PAGE_BITMAP_PLANES (the number of bitmap) is 4, not 3.ko12016-01-082-1/+5
* * 2016-01-09svn2016-01-081-1/+1
* * gc.c: rename constant names HEAP_* to PAGE_*.ko12016-01-083-42/+50
* * doc/regexp.rdoc: [DOC] Elaborate on the \G anchor. [ci skip]knu2016-01-082-1/+17
* * gc.c: remove heap_page::body. Instead of this field,ko12016-01-082-19/+19
* iseq.c: volatile only on gcc4.8nobu2016-01-081-2/+2
* * gc.c: rename rb_heap_t::page_length to rb_heap_t::total_pages.ko12016-01-082-19/+26
* test_tempfile.rb: use assert_filenobu2016-01-081-4/+4
* * remove trailing spaces.svn2016-01-081-1/+1
* * gc.c: remove heap_page::heap. This field is only used to recognizeko12016-01-082-7/+15
* iseq.c: make local variables volatilenobu2016-01-081-12/+16
* * tool/make-snapshot: fix for the changes of version.h in r53314.shugo2016-01-082-0/+20
* * iseq.c (rb_iseq_compile_with_option): move variable initializationshugo2016-01-082-13/+12
* * 2016-01-08svn2016-01-071-1/+1
* * enum.c (enum_min, enum_max): do the same optimization as r53454.shugo2016-01-072-50/+62
* * ruby.h: undef HAVE_BUILTIN___BUILTIN_CHOOSE_EXPR_CONSTANT_Pmrkn2016-01-072-0/+13
* * enum.c (enum_minmax): optimize object comparison inshugo2016-01-074-28/+50
* * ext/ripper/depend: Just like BSDmake, nmake also recognize the rule ofusa2016-01-071-3/+2
* fix r53448naruse2016-01-071-2/+3
* Additional fix of r53450naruse2016-01-071-1/+1
* mkmf.rb: fix for ODE makenobu2016-01-071-1/+1
* thread.c: interrupt queue on uninitialized threadnobu2016-01-073-2/+38