aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * string.c: introduce STR_FAKESTR to show string is FAKESTR or not.ko12015-03-172-3/+25
* fix a typo [ci skip]kazu2015-03-171-1/+1
* * 2015-03-18svn2015-03-171-2/+2
* ChangeLog: fix a typo at r49987.nagachika2015-03-171-1/+1
* * include/ruby/ruby.h: use rb_gc_writebrrier() simply.ko12015-03-173-48/+73
* * properties.svn2015-03-170-0/+0
* * benchmark/bm_vm1_gc_wb_ary(_promoted).rb: separate fastpath andko12015-03-175-8/+53
* * 2015-03-17svn2015-03-171-2/+2
* dir.c: fix DT_UNKNOWN recursionnobu2015-03-172-26/+45
* dir.c: DT_UNKNOWNnobu2015-03-161-1/+3
* * properties.svn2015-03-160-0/+0
* * lib/webrick/server.rb: Fix regression bug in WEBrick'shsbt2015-03-163-1/+80
* * math.c (math_log1, math_log2, math_log10): refactoringgogotanaka2015-03-162-23/+21
* ruby.h: suppress false warningsnobu2015-03-162-2/+2
* ruby.h: suppress false warningsnobu2015-03-161-0/+2
* * test/ruby/test_lambda.rb: Fix typo yeild -> yieldgogotanaka2015-03-151-1/+1
* * 2015-03-16svn2015-03-151-2/+2
* * test/ruby/test_proc.rb: Fix typo signle -> singlegogotanaka2015-03-151-1/+1
* * math.c (math_cbrt): [DOC] Fix domain and codomain.gogotanaka2015-03-151-2/+2
* math.c: more robustnobu2015-03-141-3/+2
* * 2015-03-15svn2015-03-141-2/+2
* * math.c (math_gamma): rename NGAMMA_TABLE to NFACT_TABLE.gogotanaka2015-03-141-3/+3
* * math.c (math_gamma): explicit cast to double.gogotanaka2015-03-141-1/+1
* * math.c (math_gamma): optimization for passed small integer.gogotanaka2015-03-143-7/+12
* * enum.c: [DOC] Fixes Enumerable#member? documentationgogotanaka2015-03-142-0/+7
* dir.h: direct::d_typenobu2015-03-144-6/+25
* * 2015-03-14svn2015-03-131-2/+2
* parse.y: empty parennobu2015-03-133-2/+13
* gmake.mk: fix typonobu2015-03-131-1/+1
* stringio.c: don't raise after closenobu2015-03-133-6/+11
* io.c: don't raise after closenobu2015-03-133-8/+22
* io.c: rb_io_get_fptrnobu2015-03-131-9/+13
* test_objspace.rb: better assertionsnobu2015-03-131-6/+6
* * test/readline/test_readline.rb: Restore environment variables:akr2015-03-132-0/+8
* libff: fix enable-shared conditionnobu2015-03-132-1/+9
* Makefile.in: no probes.stamp unless DTRACE_REBUILDnobu2015-03-131-1/+1
* accept_nonblock: favor rb_hash_lookup2 to avoid Hash#defaultnormal2015-03-123-13/+24
* ext/openssl/ossl_ssl.c: predefine wait_*able symbolsnormal2015-03-122-7/+14
* gmake.mk: wait showflagsnobu2015-03-121-0/+6
* * 2015-03-13svn2015-03-121-2/+2
* fix typos [ci skip]kazu2015-03-121-3/+3
* fix env leaksnobu2015-03-1213-93/+119
* * test/lib/leakchecker.rb: Check environment variables.akr2015-03-122-1/+36
* accept_nonblock supports "exception: false"normal2015-03-1212-23/+146
* * internal.h, node.h: move a definition of `struct rb_global_entry'ko12015-03-125-11/+21
* * common.mk: remove unused dependency.ko12015-03-122-3/+4
* fake.rb.in: expand srcdirnobu2015-03-121-1/+1
* * load.c: removed unused header file "node.h".ko12015-03-114-3/+8
* * gc.c: RGENGC_CHECK_MODE should be 0.ko12015-03-112-1/+5
* * internal.h: use T_IMEMO to represent `struct MEMO' value.ko12015-03-119-85/+119