aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * doc/syntax/methods.rdoc (Block Argument): Added section on blockdrbrain2013-01-152-0/+37
* * doc/syntax/calling_methods.rdoc (Arguments): Added improveddrbrain2013-01-152-13/+197
* * test_lazy_enumerator: Test that map & flat_map also require a blockmarcandre2013-01-152-1/+5
* test: tty optionnobu2013-01-153-2/+18
* runner.rb: colorizenobu2013-01-151-2/+2
* * thread_pthread.c (gvl_init): Reset gvl.wait_yield explicitly whenkosaki2013-01-152-0/+7
* * doc/syntax/calling_methods.rdoc (Receiver): Added :: as pointed outdrbrain2013-01-152-2/+12
* * doc/syntax/methods.rdoc (Array/Hash Argument): Moved above Keyworddrbrain2013-01-152-17/+38
* * doc/syntax/calling_methods.rdoc: Added document describing methoddrbrain2013-01-142-0/+153
* * 2013-01-15svn2013-01-141-2/+2
* * lib/rdoc/top_level.rb: Fixed extension trimming for page names indrbrain2013-01-143-2/+22
* * lib/irb/ext/save-history.rb: outputs its history tokeiju2013-01-142-1/+18
* * enumerator.c (lazy_flat_map_func): flat_map should call each onlyshugo2013-01-143-15/+51
* * enumerator.c: Require block for Lazy#{take|drop}_while [Bug #7692]marcandre2013-01-143-0/+16
* * ext/bigdecimal/bigdecimal.c (BigDecimal_to_s): use CRuby style.mrkn2013-01-142-30/+45
* * ext/bigdecimal/bigdecimal.c: use `RB_TYPE_P(x, t)` instead ofmrkn2013-01-142-21/+26
* * enumerator.c: Fix size for Enumerator::Lazy#flat_mapmarcandre2013-01-143-3/+7
* * lib/matrix/lup_decomposition: Fix bugs with LUP Decomposition ofmarcandre2013-01-132-4/+9
* [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