aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* re.c: fix MatchData#hashmatchdata-hash-fixKazuki Yamaguchi2016-11-161-1/+1
* re.c: make MatchData#hash check the MatchData is already initializedKazuki Yamaguchi2016-11-161-1/+3
* * 2016-11-16svn2016-11-151-1/+1
* Fix regexp and typokazu2016-11-151-2/+2
* Use rb_mod_name instead of classnamenaruse2016-11-151-2/+1
* ftp.rb: use Addrinfo interfacesshugo2016-11-152-3/+5
* complex.c: purge id_eqeq_p and limit return valuenobu2016-11-151-6/+7
* socket.rb: remove closed checksnobu2016-11-151-15/+15
* ftp.rb: use Addrinfonobu2016-11-151-6/+6
* st.c: fix crashes on huge hash tablesnormal2016-11-151-2/+2
* * test/thread/test_queue.rb: Give up to ten seconds for threads toheadius2016-11-141-1/+4
* * 2016-11-15svn2016-11-141-1/+1
* * test/ruby/test_module.rb: Method tables are not guaranteed to beheadius2016-11-143-3/+3
* net/ftp.rb: kwargsnobu2016-11-141-3/+1
* net/protocol.rb: kwargsnobu2016-11-145-18/+14
* socket.rb: kwargsnobu2016-11-141-19/+10
* vm_eval.c: fstring instance_evalnobu2016-11-142-0/+10
* complex.c: optimizenobu2016-11-141-11/+12
* rational.c: cast to intnobu2016-11-141-2/+1
* * remove trailing spaces.svn2016-11-145-14/+14
* Update bundled psych to 2.2.0.hsbt2016-11-1410-122/+86
* complex.c: refactoringmrkn2016-11-131-14/+10
* complex.c: refactoringmrkn2016-11-131-19/+0
* complex.c: refactoring and small optimizationmrkn2016-11-131-8/+2
* * 2016-11-14svn2016-11-131-1/+1
* complex.c: refactoringmrkn2016-11-131-56/+52
* error.c: redefined backtracenobu2016-11-133-16/+66
* error.c: rb_get_backtracenobu2016-11-134-21/+33
* readline: remove dependency on internal.hnobu2016-11-132-4/+1
* numeric.c: limit return valuenobu2016-11-131-1/+4
* purge id_eqeq_pnobu2016-11-131-7/+6
* complex.c: refactoringmrkn2016-11-121-27/+14
* rational.c: refactoringmrkn2016-11-121-18/+18
* rational.c: remove f_negative_pmrkn2016-11-121-7/+1
* rational.c: optimize Integer#lcmmrkn2016-11-123-6/+20
* rational.c: optimize (-rational).rationalize(some)mrkn2016-11-121-2/+2
* * 2016-11-13svn2016-11-121-1/+1
* rational.c: define Rational#{negative?,positive?}mrkn2016-11-121-0/+28
* rational.c: refactoringmrkn2016-11-121-14/+4
* test_fstring.rb: fix exceptionnobu2016-11-121-1/+1
* raitonal.c: remove needless macromrkn2016-11-121-3/+0
* rational.c: optimize Float#rationalizemrkn2016-11-121-15/+16
* rational.c: use rb_num_zerodiv instead of rb_raise_zerodivmrkn2016-11-121-7/+5
* rational.c: optimize Float#to_rmrkn2016-11-123-5/+9
* rational.c: optimize Float#{numerator,denominator}mrkn2016-11-121-2/+3
* rational.c: optimize Numeric#quomrkn2016-11-121-1/+1
* class.c: no fstring singleton classnobu2016-11-122-0/+12
* symbol/noninterned_name.rbnobu2016-11-122-17/+21
* rational.c: refactor by removing needless ID varsmrkn2016-11-121-5/+3
* rational.c: optimize Rational#fdivmrkn2016-11-121-13/+16