aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* * lib/net/http/generic_request.rb (Net::HTTPGenericRequest):naruse2012-12-231-0/+3
* * thread.c: rename methods:ko12012-12-232-9/+9
* profiler.rb: concurrent-executionnobu2012-12-231-8/+25
* profiler.rb: Wrapper for BasicObjectnobu2012-12-231-23/+19
* profiler.rb: TracePointnobu2012-12-231-7/+7
* * lib/erb.rb: typos for ERB::new linkzzak2012-12-231-6/+6
* * lib/erb.rb: Document ERB::new trim_mode '-' for lines ending in -%>zzak2012-12-231-0/+1
* * lib/irb/ruby-lex.rb: Add handling for %i and %I quoting to irbzzak2012-12-231-0/+2
* * lib/rubygems/commands/check_command.rb: Added --doctor and --dry-rundrbrain2012-12-238-68/+308
* * lib/optparse.rb: Documentation for OptionParser to remove 'shadowedzzak2012-12-221-2/+6
* * lib/net/http.rb: Requests may be created with a URI which sets thedrbrain2012-12-213-12/+70
* * lib/irb/slex.rb(#match): Typo, should be D_DETAILzzak2012-12-211-1/+1
* * lib/irb/input-method.rb, lib/irb.rb: Typo in zzak2012-12-212-4/+4
* * lib/irb/inspector.rb, lib/irb/context.rb: Move IRB::INSPECTORS and zzak2012-12-212-67/+67
* * lib/irb.rb, lib/irb/*: Documentation for IRBzzak2012-12-2120-60/+607
* * lib/rake/*: Updated to rake 0.9.6drbrain2012-12-211-1/+1
* * lib/irb/completion.rb (CompletionProc): support completion oftarui2012-12-201-2/+3
* * lib/rdoc/parser/ruby.rb: Ignore methods defined on constants todrbrain2012-12-201-4/+23
* * lib/rdoc/markup/to_html.rb (class RDoc): Added current heading anddrbrain2012-12-202-0/+25
* * lib/rubygems/commands/query_command.rb: Refactored to improvedrbrain2012-12-194-79/+137
* * lib/rdoc/encoding.rb: Do not remove #! line from document whendrbrain2012-12-182-3/+12
* * lib/rdoc/store.rb: Work around RDoc stores from older versions ofdrbrain2012-12-181-0/+3
* * lib/rdoc/ruby_lex.rb: Return a TkHEREDOC instead of a TkSTRING whendrbrain2012-12-182-4/+21
* * lib/rubygems/specification.rb: Fixed ruby output of requirementsdrbrain2012-12-181-1/+4
* * lib/optparse.rb: Remove 'developer documentation' section from rdoczzak2012-12-171-0/+3
* * lib/matrix.rb (#dup): typo in example [ruby-core:50946][Bug #7582]zzak2012-12-171-1/+1
* * lib/rdoc.rb: Updated VERSION.drbrain2012-12-167-68/+145
* * lib/rubygems.rb: Updated VERSIONdrbrain2012-12-161-1/+1
* * lib/rdoc/rubygems_hook.rb: Fixed generation of documentation.drbrain2012-12-142-11/+17
* * lib/rubygems/commands/rdoc_command.rb: When overwritingdrbrain2012-12-143-43/+63
* * lib/rdoc/class_module.rb: Fixed duplicate comments for classes anddrbrain2012-12-134-33/+168
* * lib/irb*: merge doc from doc/irb/ird.rd and improve overallzzak2012-12-1328-23/+426
* tmpdir.rb: not expand tildenobu2012-12-121-1/+1
* * lib/rdoc/class_module.rb: Added RDoc::ClassModule#documented? whichdrbrain2012-12-123-3/+17
* * lib/rdoc/options.rb: Added --page-dir option for moving pages indrbrain2012-12-112-1/+42
* Revert r38296 and r38301naruse2012-12-111-5/+0
* More debug print for r38296naruse2012-12-101-0/+2
* * lib/matrix: alias {row|column}_size to {row|column}_count and use the latter.marcandre2012-12-103-116/+118
* Add debug print to debug make dist error on rubyci FreeBSDnaruse2012-12-101-0/+3
* configure.in, mkmf.rb: sign extensionsnobu2012-12-101-1/+2
* * lib/irb/magic-file.rb: set a encoding, which is detected fromnari2012-12-101-1/+2
* * lib/rubygems/ext/cmake_builder.rb: Added a builder for cmake.drbrain2012-12-103-0/+17
* * lib/rubygems/package.rb: Omit directories when packaging gems likedrbrain2012-12-101-0/+2
* * lib/rdoc/markdown/entities.rb: Added documentation.drbrain2012-12-083-6/+9
* * lib/rubygems/commands/cleanup_command.rb: Skip default gems whendrbrain2012-12-085-16/+29
* * lib/csv.rb: A fix for row comparison by Stephen Wattam. [Bug #7528]jeg22012-12-071-1/+2
* unit.rb: no need to check all reportsnobu2012-12-071-1/+1
* Revert r38216 and r38221. Release manager mark this feature as "next minor".kosaki2012-12-071-19/+17
* * lib/test/unit.rb (Test::Unit::Runner#_run_parallel): no need tousa2012-12-071-3/+3
* * lib/rdoc/markup/to_joined_paragraph.rb: Completed documentationdrbrain2012-12-076-16/+219