aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* vpath.rb: hack for msys makenobu2013-01-201-0/+6
* * struct.c (Struct.new): Document Struct.new with blockzzak2013-01-191-0/+5
* * doc/syntax/miscellaneous.rdoc: Added section on defined?drbrain2013-01-191-0/+4
* * doc/syntax/assignment.rdoc (Local Variables and Methods): Made itdrbrain2013-01-191-0/+6
* * doc/syntax/assignment.rdoc: Improved linksdrbrain2013-01-191-0/+7
* * doc/syntax/assignment.rdoc: Added a syntax document on assignment.drbrain2013-01-181-0/+4
* * doc/syntax/methods.rdoc: Added Array Decomposition.drbrain2013-01-181-0/+4
* rbinstall.rb: gem subdirectoriesnobu2013-01-181-0/+5
* win32ole: OLE uninitializenobu2013-01-181-1/+4
* win32ole: OLE initialize per threadsnobu2013-01-181-0/+5
* * lib/rubygems/ext/builder.rb (Gem::Ext::Builder.make): Removekou2013-01-171-0/+10
* * eval.c: Fix a typo in ruby_finalize() documentation.kou2013-01-171-0/+4
* * object.c: Typo in Kernel#hash documentation.eregon2013-01-171-0/+5
* * ext/psych/lib/psych/scalar_scanner.rb: use constants rather thantenderlove2013-01-171-0/+5
* * doc/syntax/miscellaneous.rdoc: Added Ending an Expression anddrbrain2013-01-171-0/+5
* * lib/rubygems/installer.rb: Untaint string when checking outputdrbrain2013-01-171-0/+11
* * doc/syntax/control_expressions.rdoc: Added ? : ternary ifdrbrain2013-01-171-0/+4
* * doc/syntax/miscellaneous.rdoc: Added documentation for alias, undef,drbrain2013-01-161-0/+10
* * doc/syntax/control_expressions.rdoc (Flip-Flop): Added a section ondrbrain2013-01-161-0/+5
* * doc/syntax/control_expressions.rdoc (if Expressions): Fixed markupdrbrain2013-01-161-0/+5
* * doc/syntax/literals.rdoc (Strings): Fixed typo. Fixes #236 ondrbrain2013-01-161-0/+5
* win32ole.rb: use TracePointnobu2013-01-161-0/+6
* * .document: Removed extra spacedrbrain2013-01-161-0/+10
* * doc/syntax/control_expressions.rdoc: Omit optional "then" for if anddrbrain2013-01-151-0/+6
* * doc/syntax/calling_methods.rdoc: Link to defining methods.drbrain2013-01-151-0/+5
* * doc/syntax/methods.rdoc: Fixed linkdrbrain2013-01-151-0/+6
* * doc/syntax/control_expressions.rdoc (redo Statement): Added notedrbrain2013-01-151-0/+6
* vpath.rb: separator for makenobu2013-01-151-0/+5
* * lib/irb/ext/save-history.rb: identify rightly a status of akeiju2013-01-151-0/+6
* * doc/syntax/control_expressions.rdoc: Added description of controldrbrain2013-01-151-0/+5
* * doc/syntax/methods.rdoc (Method Names): Added method names includingdrbrain2013-01-151-0/+8
* * doc/syntax/methods.rdoc (Block Argument): Added section on blockdrbrain2013-01-151-0/+5
* * doc/syntax/calling_methods.rdoc (Arguments): Added improveddrbrain2013-01-151-0/+14
* * test_lazy_enumerator: Test that map & flat_map also require a blockmarcandre2013-01-151-0/+4
* * thread_pthread.c (gvl_init): Reset gvl.wait_yield explicitly whenkosaki2013-01-151-0/+6
* * doc/syntax/calling_methods.rdoc (Receiver): Added :: as pointed outdrbrain2013-01-151-0/+7
* * doc/syntax/methods.rdoc (Array/Hash Argument): Moved above Keyworddrbrain2013-01-151-0/+7
* * doc/syntax/calling_methods.rdoc: Added document describing methoddrbrain2013-01-141-0/+5
* * lib/rdoc/top_level.rb: Fixed extension trimming for page names indrbrain2013-01-141-0/+6
* * lib/irb/ext/save-history.rb: outputs its history tokeiju2013-01-141-0/+6
* * enumerator.c (lazy_flat_map_func): flat_map should call each onlyshugo2013-01-141-0/+10
* * enumerator.c: Require block for Lazy#{take|drop}_while [Bug #7692]marcandre2013-01-141-0/+4
* * ext/bigdecimal/bigdecimal.c (BigDecimal_to_s): use CRuby style.mrkn2013-01-141-0/+4
* * ext/bigdecimal/bigdecimal.c: use `RB_TYPE_P(x, t)` instead ofmrkn2013-01-141-0/+5
* * enumerator.c: Fix size for Enumerator::Lazy#flat_mapmarcandre2013-01-141-0/+4
* * lib/matrix/lup_decomposition: Fix bugs with LUP Decomposition ofmarcandre2013-01-131-0/+5
* * regparse.c (add_ctype_to_cc): don't check dup warn on addingnaruse2013-01-131-0/+5
* * lib/matrix/eigenvalue_decomposition: Backport bugfix of Jama 1.0.3marcandre2013-01-131-0/+5
* * ext/psych/yaml/scanner.c: Fix typos, patch by James Dabbszzak2013-01-131-0/+5
* * ext/bigdecimal/bigdecimal.c (BigDecimal_sub):mrkn2013-01-131-0/+16