aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [rdoc] expalin kcode argument of Regexp.newnaruse2013-01-131-3/+4
* * regparse.c (add_ctype_to_cc): don't check dup warn on addingnaruse2013-01-133-1/+11
* * 2013-01-14svn2013-01-131-2/+2
* * lib/matrix/eigenvalue_decomposition: Backport bugfix of Jama 1.0.3marcandre2013-01-132-8/+9
* * ext/psych/yaml/scanner.c: Fix typos, patch by James Dabbszzak2013-01-132-17/+22
* * ext/bigdecimal/bigdecimal.c (BigDecimal_sub):mrkn2013-01-133-5/+107
* Update Changelog for r38797marcandre2013-01-131-0/+3
* * lib/matrix/eigenvalue_decomposition: Fix eigensystem with complexmarcandre2013-01-132-2/+8
* * lib/irb.rb, lib/prime.rb: Typos in overviewzzak2013-01-133-2/+7
* * lib/matrix/lup_decomposition.rb: Fix error for rectangular matricesmarcandre2013-01-131-1/+1
* typo in commit datezzak2013-01-131-3/+3
* * lib/open3.rb : Typo in Open3 overview. Patch by zed_0xffzzak2013-01-132-1/+6
* * 2013-01-13svn2013-01-131-2/+2
* * enumerator.c: Fix rdoc typo (thanks to Yutaka HARA)marcandre2013-01-131-1/+1
* * numeric.c (do_coerce): fix for the exceptions which the coercemrkn2013-01-122-8/+32
* setup.mak: -runtime-nobu2013-01-123-63/+29
* * bootstraptest/runner.rb (exec_test): break lines if not tty.nobu2013-01-121-1/+1
* * remove trailing spaces.nobu2013-01-122-3/+3
* * ext/psych/lib/psych/visitors/to_ruby.rb: merge key values thattenderlove2013-01-123-6/+78
* * ext/win32ole/win32ole.c (ole_set_byref): support VT_UI8|VT_BYREF,suke2013-01-113-22/+31
* * 2013-01-12svn2013-01-111-2/+2
* * man/ruby.1 (options): include --*-encoding from r38784zzak2013-01-112-0/+8
* * ruby.c (usage): sort --*-encoding in help. (same order of -E)kazu2013-01-112-2/+6
* setup.mak: -osname-nobu2013-01-111-8/+11
* win32/rm.bat: remove each filesnobu2013-01-111-1/+1
* tool/mkrunnable.rb: support mswin build on remote file systemnobu2013-01-111-3/+14
* mkconfig.rb: use configured libdir valuenobu2013-01-112-1/+10
* * test/io/wait/test_io_wait.rb (TestIOWait#test_wait_writable_timeout): giveusa2013-01-111-3/+3
* * string.c (dispose_string): use rb_str_free for freeing string innaruse2013-01-112-3/+7
* win32/setup.mak: remove each filesnobu2013-01-111-1/+1
* * insns.def (defineclass): private constants should not be accessedshugo2013-01-113-1/+28
* tabifykazu2013-01-111-2/+2
* * 2013-01-11svn2013-01-101-2/+2
* * lib/rbconfig/obsolete.rb (respond_to_missing?): use send becauseshugo2013-01-102-1/+6
* * vm_core.h (VM_DEBUG_BP_CHECK): set 0 as default.ko12013-01-102-1/+8
* * ChangeLog: fix a typo for r38761.nagachika2013-01-101-1/+1
* * cont.c: define FIBER_USE_NATIVE as 0 in ia64.takano322013-01-102-1/+5
* Thu Jan 10 19:39:05 2013 TAKANO `takano32' Mitsuhiro <tak@no32.tk>takano322013-01-102-1/+5
* Makefile.in: continue if Makefile unchangednobu2013-01-103-3/+10
* win32/rm.bat: fix infinite loopnobu2013-01-101-1/+1
* * numeric.c (do_coerce): fix comment and adjust indenteregon2013-01-101-2/+2
* * vm_insnhelper.c (vm_search_super_method): raise a TypeErrorshugo2013-01-103-4/+16
* extconf.rb: have_headernobu2013-01-102-12/+39
* * numeric.c (do_coerce): remove an unused variable.shugo2013-01-102-3/+4
* fix a typokazu2013-01-101-1/+1
* * tool/gen_dummy_probes.rb: remove comments in probes.d to fix theshugo2013-01-102-0/+8
* * numeric.c (do_coerce): speed optimization by using rb_check_funcallmrkn2013-01-102-20/+20
* * probes.d: updating probes to be more symmetrical, addingtenderlove2013-01-103-4/+182
* * ext/psych/lib/psych/scalar_scanner.rb: strip trailing dots fromtenderlove2013-01-094-1/+18
* * ext/psych/lib/psych/visitors/yaml_tree.rb: ascii only binary stringstenderlove2013-01-093-4/+31