summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-01-17win32ole: warning flagnobu
2013-01-17win32ole: unused variablesnobu
2013-01-17win32ole.c: prototypenobu
2013-01-17* ext/psych/lib/psych/scalar_scanner.rb: use constants rather thantenderlove
2013-01-17* doc/syntax/miscellaneous.rdoc: Added Ending an Expression anddrbrain
2013-01-17 * lib/rubygems/installer.rb: Untaint string when checking outputdrbrain
2013-01-17 * doc/syntax/control_expressions.rdoc: Added ? : ternary ifdrbrain
2013-01-16* doc/syntax/miscellaneous.rdoc: Added documentation for alias, undef,drbrain
2013-01-16 * doc/syntax/control_expressions.rdoc (Flip-Flop): Added a section ondrbrain
2013-01-16* doc/syntax/control_expressions.rdoc (if Expressions): Fixed markupdrbrain
2013-01-16* 2013-01-17svn
2013-01-16* doc/syntax/literals.rdoc (Strings): Fixed typo. Fixes #236 ondrbrain
2013-01-16win32ole.rb: use TracePointnobu
2013-01-16vm_method.c: suppress warningsnobu
2013-01-16Remove commenting out tests introduced by r38478naruse
2013-01-16* .document: Removed extra spacedrbrain
2013-01-15* doc/syntax/control_expressions.rdoc: Omit optional "then" for if anddrbrain
2013-01-15* doc/syntax/calling_methods.rdoc: Link to defining methods.drbrain
2013-01-15* doc/syntax/methods.rdoc: Fixed linkdrbrain
2013-01-15* 2013-01-16svn
2013-01-15 * doc/syntax/control_expressions.rdoc (redo Statement): Added notedrbrain
2013-01-15vpath.rb: separator for makenobu
2013-01-15object.c: CLASS_OR_MODULE_Pnobu
2013-01-15object.c: two literalsnobu
2013-01-15process.c: suppress warningsnobu
2013-01-15io.c: no envp if no spawnvenobu
2013-01-15 * lib/irb/ext/save-history.rb: identify rightly a status of akeiju
2013-01-15* doc/syntax/control_expressions.rdoc: Added description of controldrbrain
2013-01-15* doc/syntax/methods.rdoc (Method Names): Added method names includingdrbrain
2013-01-15* doc/syntax/methods.rdoc (Block Argument): Added section on blockdrbrain
2013-01-15* doc/syntax/calling_methods.rdoc (Arguments): Added improveddrbrain
2013-01-15* test_lazy_enumerator: Test that map & flat_map also require a blockmarcandre
2013-01-15test: tty optionnobu
2013-01-15runner.rb: colorizenobu
2013-01-15* thread_pthread.c (gvl_init): Reset gvl.wait_yield explicitly whenkosaki
2013-01-15* doc/syntax/calling_methods.rdoc (Receiver): Added :: as pointed outdrbrain
2013-01-15* doc/syntax/methods.rdoc (Array/Hash Argument): Moved above Keyworddrbrain
2013-01-14* doc/syntax/calling_methods.rdoc: Added document describing methoddrbrain
2013-01-14* 2013-01-15svn
2013-01-14* lib/rdoc/top_level.rb: Fixed extension trimming for page names indrbrain
2013-01-14 * lib/irb/ext/save-history.rb: outputs its history tokeiju
2013-01-14* enumerator.c (lazy_flat_map_func): flat_map should call each onlyshugo
2013-01-14* enumerator.c: Require block for Lazy#{take|drop}_while [Bug #7692]marcandre
2013-01-14* ext/bigdecimal/bigdecimal.c (BigDecimal_to_s): use CRuby style.mrkn
2013-01-14* ext/bigdecimal/bigdecimal.c: use `RB_TYPE_P(x, t)` instead ofmrkn
2013-01-14* enumerator.c: Fix size for Enumerator::Lazy#flat_mapmarcandre
2013-01-13* lib/matrix/lup_decomposition: Fix bugs with LUP Decomposition ofmarcandre
2013-01-13[rdoc] expalin kcode argument of Regexp.newnaruse
2013-01-13* regparse.c (add_ctype_to_cc): don't check dup warn on addingnaruse
2013-01-13* 2013-01-14svn