aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* vm_dump.c: check procstat_getvmmapnobu2015-03-113-0/+15
* normalize.rb: remove redundant hashnobu2015-03-111-10/+2
* * internal.h: define struct MEMO.ko12015-03-116-159/+188
* * vm_insnhelper.h (THROW_DATA_STATE): return int, not VALUE.ko12015-03-102-4/+10
* * vm_eval.c (rb_catch_protect): use THROW_DATA_VAL().ko12015-03-102-1/+5
* * vm_insnhelper.h: define struct IFUNC.ko12015-03-104-6/+23
* * remove trailing spaces.svn2015-03-101-1/+1
* * eval_intern.h (THROW_DATA_P): use RB_TYPE_P() instead ofko12015-03-103-4/+12
* * proc.c: use RUBY_VM_IFUNC_P() to recognize IFUNC or not.ko12015-03-106-9/+21
* * vm_insnhelper.h: define struct THROW_DATA to representko12015-03-107-39/+90
* * 2015-03-11svn2015-03-101-2/+2
* * test/rubygems/test_gem_security_trust_dir.rb: The return value ofodaira2015-03-102-0/+7
* * enum.c (enum_slice_when): [DOC] fix typo.ktsj2015-03-101-1/+1
* * lib/webrick/server.rb: Invoke setup_shutdown_pipe in start methodakr2015-03-103-2/+36
* test_math.rb: to_f testsnobu2015-03-101-5/+12
* * thread.c (thread_join): Fixnum (except TAG_FATAL) andko12015-03-102-3/+13
* * 2015-03-10svn2015-03-101-2/+2
* math.c: fix tgamma on mingwnobu2015-03-101-0/+10
* * vm_insnhelper.c (ep_cref): rename to lep_cref() because it should beko12015-03-092-2/+7
* stringio.c: don't raise after closenobu2015-03-093-5/+7
* suppress warningsnobu2015-03-091-3/+1
* complex.c: suppress warnings on FreeBSDnobu2015-03-091-2/+2
* test_beginendblock.rb: assert_in_out_errnobu2015-03-092-124/+54
* io.c: duplicate codenobu2015-03-091-1/+0
* proc.c, vm.c: fix implicit conversionsnobu2015-03-082-3/+3
* * vm_insnhelper.h: define struct SVAR for SVAR.ko12015-03-083-18/+34
* * vm_insnhelper.c (lep_svar_set): add WBs.ko12015-03-082-4/+8
* * internal.h: define rb_cref_t and change to use it.ko12015-03-0816-100/+181
* * vm_insnhelper.h (COPY_CREF_OMOD): fix translation miss.ko12015-03-082-1/+5
* * 2015-03-09svn2015-03-081-2/+2