aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * ext/psych/lib/psych/visitors/to_ruby.rb: merge keys with a hashtenderlove2014-08-293-1/+17
* * 2014-08-30svn2014-08-291-2/+2
* * ext/psych/lib/psych/visitors/to_ruby.rb: quoted "<<" stringstenderlove2014-08-294-1/+36
* * test/net/imap/test_imap_response_parser.rb: removed needless code.hsbt2014-08-292-4/+4
* * test/rinda/test_rinda.rb: removed useless assignment variables.hsbt2014-08-294-5/+8
* string.c: remove vm_core.h dependency [ruby-core:64627]normal2014-08-293-8/+21
* * 2014-08-29svn2014-08-291-2/+2
* string.c: move frozen_strings table to rb_vm_tnormal2014-08-296-10/+31
* io.c: fix uninitialized variablenobu2014-08-281-1/+2
* test_io.rb: non UTF-8 patternnobu2014-08-281-1/+1
* test_io_m17n.rb: leaked FDsnobu2014-08-281-2/+2
* io.c: preserve encodingsnobu2014-08-282-10/+18
* io.c: preserve encodingsnobu2014-08-282-3/+14
* * 2014-08-28svn2014-08-281-2/+2
* io.c: preserve encodingsnobu2014-08-282-5/+3
* io.c: preserve encodingsnobu2014-08-282-3/+8
* * lib/tempfile.rb: remove "require 'thread'". its features are noglass2014-08-272-1/+5
* fix failed conditionkazu2014-08-271-2/+2
* * lib/drb/acl.rb: Removed meaningless #to_s methods in interpolation.hsbt2014-08-278-7/+18
* * lib/drb/drb.rb: use attr_reader instead of Module#attr.hsbt2014-08-276-16/+25
* * ext/win32ole/win32ole.c (vtdate2rbtime): try to convert millisecondsuke2014-08-273-5/+33
* parse.y: use rb_ary_tmp_new_fillnobu2014-08-271-5/+1
* * test/ruby/test_complex.rb: removed unreachable code.hsbt2014-08-273-182/+85
* compile.c: assigned in REALLOC_Nnobu2014-08-261-1/+1
* * 2014-08-27svn2014-08-261-2/+2
* compile.c (iseq_set_sequence): check for multiplication overflownormal2014-08-262-1/+5
* * test/ruby/test_complex.rb: cherry-picked working assertions from r47251.hsbt2014-08-263-0/+13
* lib/mathn.rb: remove built-in methodsnobu2014-08-262-136/+12
* * time.c (rb_time_unmagnify_to_float): Avoid double rounding.akr2014-08-263-1/+16
* io.c: do not swallow exceptions at end of blocknobu2014-08-263-6/+41
* * template/fake.rb.in: fix failed to make install when srcdir != builddir.kazu2014-08-262-1/+6
* * test/ruby/test_range.rb: added workaround for VERBOSE message.hsbt2014-08-262-1/+5
* * test/test_mathn.rb: added workaround for VERBOSE messages.hsbt2014-08-262-7/+13
* * lib/shell/process-controller.rb: removed commented-out code.hsbt2014-08-262-9/+4
* * lib/thwait.rb (ThreadsWait): removed needless constant.hsbt2014-08-262-2/+4
* * lib/mathn.rb: mathn library is deprecated on ruby 2.2.hsbt2014-08-263-0/+10
* * 2014-08-26svn2014-08-261-2/+2
* * lib/mathn.rb: removed commented-out code.hsbt2014-08-262-6/+4
* ChangeLog: fix clang versionnobu2014-08-251-2/+3
* * ext/win32ole/win32ole.c(fole_s_connect, fole_initialize): raise asuke2014-08-255-12/+73
* uri/common.rb: use negative look-aheadnobu2014-08-252-1/+4
* logger.rb: simplifynobu2014-08-251-5/+1
* lib/logger.rb: use %Nnobu2014-08-252-1/+6
* * 2014-08-25svn2014-08-251-2/+2
* rb_iseq_location_t: change first_lineno type to VALUEnormal2014-08-253-3/+8
* * lib/e2mmap.rb: remove needless instance variables.hsbt2014-08-2416-15/+7
* * test/ruby/test_complex.rb: removed needless conditions.hsbt2014-08-243-159/+79
* * test/ruby/test_rational.rb: fixed indent.hsbt2014-08-242-6/+10
* * test/ruby/test_rational.rb: remove commented-out code.hsbt2014-08-242-155/+4
* lib/benchmark.rb (measure): reduce allocations as in r47260normal2014-08-242-10/+14