aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * 2015-03-12svn2015-03-111-2/+2
* fix typos [ci skip]kazu2015-03-111-2/+2
* * eval.c (frame_called_id): it should use vm_ifunc type.ko12015-03-112-4/+10
* * node.h: remove NODE_IFUNC, NEW_IFUNC.ko12015-03-1111-28/+57
* * internal.h, eval_intern.h: move CREF accessors.ko12015-03-113-81/+89
* * vm_insnhelper.h: use T_IMEMO to create THROW_DATA.ko12015-03-118-27/+56
* * vm_insnhelper.c: use T_IMEMO to create SVAR.ko12015-03-116-24/+48
* fix ChangeLog entryko12015-03-111-4/+0
* * remove trailing spaces.svn2015-03-111-2/+2
* * include/ruby/ruby.h: introduce new type T_IMEMO.ko12015-03-1110-27/+104
* * gc.c: fix memory leak by prepend method.ko12015-03-114-23/+76