aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * doc/syntax/control_expressions.rdoc: Omit optional "then" for if anddrbrain2013-01-152-22/+44
* * doc/syntax/calling_methods.rdoc: Link to defining methods.drbrain2013-01-153-1/+12
* * doc/syntax/methods.rdoc: Fixed linkdrbrain2013-01-154-5/+23
* * 2013-01-16svn2013-01-151-2/+2
* * doc/syntax/control_expressions.rdoc (redo Statement): Added notedrbrain2013-01-153-0/+28
* vpath.rb: separator for makenobu2013-01-152-1/+7
* object.c: CLASS_OR_MODULE_Pnobu2013-01-151-20/+10
* object.c: two literalsnobu2013-01-151-2/+1
* process.c: suppress warningsnobu2013-01-151-0/+2
* io.c: no envp if no spawnvenobu2013-01-151-0/+4
* * lib/irb/ext/save-history.rb: identify rightly a status of akeiju2013-01-152-1/+7
* * doc/syntax/control_expressions.rdoc: Added description of controldrbrain2013-01-152-0/+404
* * doc/syntax/methods.rdoc (Method Names): Added method names includingdrbrain2013-01-153-1/+150
* * 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