aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * 2014-01-09svn2014-01-091-2/+2
* * ext/psych/lib/psych/visitors/to_ruby.rb: anonymous structstenderlove2014-01-093-1/+14
* vm_insnhelper.c: revive r44455 for bound module methodnobu2014-01-083-0/+26
* rubygems/test_case.rb: fix errors in mkmf testsnobu2014-01-081-1/+5
* object.c: hash value from objid with saltnobu2014-01-084-4/+43
* * 2014-01-08svn2014-01-081-2/+2
* lib/timeout.rb: fallback to Timeout::Errornobu2014-01-083-4/+34
* * numeric.c: Fix typo in an error messagea_matsuda2014-01-071-1/+1
* timeout.rb: revert r44520nobu2014-01-071-7/+3
* timeout.rb: current_targetnobu2014-01-071-3/+7
* timeout.rb: unused attributenobu2014-01-071-1/+1
* timeout.rb: fix for ExitExceptionnobu2014-01-073-8/+29
* timeout.rb: defer creating custom exceptionnobu2014-01-073-2/+19
* test_timeout.rb: shorten waiting timesnobu2014-01-071-8/+8
* * ChangeLog:drbrain2014-01-0728-162/+253
* ext/json: objects depend on $(ruby_headers)tmm12014-01-073-0/+8
* * 2014-01-07svn2014-01-061-2/+2
* array.c: return first unique element in Array#uniqtmm12014-01-063-1/+14
* test_super.rb: test_module_super_in_method_modulenobu2014-01-061-0/+18
* * 2014-01-06svn2014-01-061-2/+2
* ignore *-fake.rbkazu2014-01-062-0/+6
* tk/extconf.rb: rpath by libpathflagnobu2014-01-051-6/+6
* configure.in: fix rpath flagnobu2014-01-051-5/+23
* numeric.c: isfinitenobu2014-01-052-2/+7
* configure.in: deprecated-declarationsnobu2014-01-051-0/+1
* * 2014-01-05svn2014-01-051-2/+2
* * compar.c (cmp_equal): remove error hiding in Comparable#==.eregon2014-01-055-28/+27
* * struct.c (rb_struct_set): return assigned value from setter methodcharliesome2014-01-043-1/+15
* test/ruby/test_gc.rb: use GC.stat(:key) instead of GC.statkazu2014-01-042-1/+6
* add a spacekazu2014-01-041-1/+1
* ext/tk/extconf.rb: fix build error with tk variantnobu2014-01-041-6/+6
* socket.c: format flagsnobu2014-01-042-15/+12
* socket.c: use rb_syserr_failnobu2014-01-043-17/+58
* * vm.c (RubyVM::OPTS): get rid of a garbage character.ktsj2014-01-042-1/+5
* * lib/rinda/ring.rb (Rinda::RingFinger#make_socket): Usedrbrain2014-01-042-2/+6
* * 2014-01-04svn2014-01-041-2/+2
* * lib/rinda/ring.rb (Rinda::RingFinger#make_socket): Usedrbrain2014-01-042-1/+7
* * ext/socket/socket.c (rsock_sys_fail_host_port): save and restore errnocharliesome2014-01-032-0/+24
* * properties.nobu2014-01-030-0/+0
* test/net/imap/test_imap.rb: fix test failures due to expired certstmm12014-01-034-78/+94
* * 2014-01-03svn2014-01-021-2/+2
* * ext/bigdecimal: update class method call style from :: to .eregon2014-01-026-29/+41
* * io.c (io_fwrite): freeze converted str.glass2014-01-022-1/+9
* mkrunnable.rb: fix DLL path on Windowsnobu2014-01-021-1/+7
* eval.c: extra modifiernobu2014-01-012-1/+7
* dbm.c: yield dup of keystrnobu2014-01-012-2/+13
* * vm_eval.c (method_missing): use ALLOCV_N() instead ofglass2014-01-012-10/+8
* * array.c (rb_ary_zip): use ALLOCV_N() instead of ALLOCA_N().glass2014-01-012-2/+10
* * 2014-01-02svn2014-01-011-2/+2
* * hash.c (rb_hash_keys): make rb_hash_keys() static.glass2014-01-013-2/+10