summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2012-11-30* lib/rubygems/package.rb: Load YAML for building gems.drbrain
2012-11-30* lib/net/http.rb: Net::HTTP::Patch to list of HTTP Request Classeszzak
2012-11-30* lib/cgi.rb: CGI example for HTML generationzzak
2012-11-30* lib/rdoc.rb: Set version to 4.0.0.preview2drbrain
2012-11-30 * lib/rubygems/commands/setup_command.rb: Remove old files on installdrbrain
2012-11-30Stop using a regexp that causes a false warning.knu
2012-11-30Fix a line matching problem in Abbrev.abbrev(words, "prefix").knu
2012-11-30 * lib/rubygems/spec_fetcher.rb: Allow prerelease spec fetching to faildrbrain
2012-11-30 * lib/rake/backtrace.rb: Removed duplication indrbrain
2012-11-30* lib/rdoc/ri/driver.rb: Relaxed matching for pages to be moredrbrain
2012-11-30* lib/rdoc/markdown.rb: Fixed warnings with -wdrbrain
2012-11-30* lib/rubygems/commands/contents_command.rb: Sort output from command.drbrain
2012-11-29 * lib/rdoc/generator/darkfish.rb: Silenced warningdrbrain
2012-11-29* lib/rake/*: Updated to rake 0.9.5drbrain
2012-11-29* lib/rubygems.rb (Gem.load_yaml): return if Kernel#gem is not definednaruse
2012-11-29 * lib/tracer.rb: Updated to match removal of custom_require fromdrbrain
2012-11-29remove trainling spacesnobu
2012-11-29 * lib/rubygems/test_case.rb: Determine path to certificates to avoiddrbrain
2012-11-29* lib/rubygems/test_case.rb: Disable loading of keys and certificatesdrbrain
2012-11-29* lib/rdoc/test_case.rb (RDoc::TestCase#verbose_capture_io):naruse
2012-11-29* lib/rubygems*: Updated to RubyGems 2.0drbrain
2012-11-29Imported minitest 4.3.2 (r8026)ryan
2012-11-29remove trailing spaces.nobu
2012-11-28mkmf.rb: each_compile_rulesnobu
2012-11-28unit.rb: remove unnecessary includesnobu
2012-11-28* lib/rdoc/servlet.rb: Add support for serving documentation from adrbrain
2012-11-27* lib/rdoc/*: Added --root option for building documentation outsidedrbrain
2012-11-27* lib/rdoc/rubygems_hook.rb: Updated for (upcoming) RubyGems 2drbrain
2012-11-27* lib/rdoc*: Updated to RDoc 4.0 (pre-release)drbrain
2012-11-24Move tests embedded in lib/set.rb to test/test_set.rb.knu
2012-11-23mkmf.rb: mingw64+MSYS pkg-config fixnobu
2012-11-22* lib/cgi/core.rb: Documentation for CGI#header aliaszzak
2012-11-22Drop executable bits.knu
2012-11-20remove trailing spaces.nobu
2012-11-20* lib/tracer.rb (Tracer.trace_func): printf to stdoutzzak
2012-11-16* lib/abbrev.rb: fix r37113. Correct examples, fix styleeregon
2012-11-16* lib/cgi/core.rb: Use symbols instead of strings formarcandre
2012-11-16* lib/net/pop.rb (POP3.certs): fix typo in comment.glass
2012-11-16* lib/rake/version.rb: workaround fix to build. see #7366naruse
2012-11-15* lib/rake*: Updated to rake 0.9.4drbrain
2012-11-15* lib/rake*: Updated to rake 0.9.3drbrain
2012-11-14* lib/fileutils.rb (chmod): Add "X" to modes, convert format to tablezzak
2012-11-14* lib/csv.rb (init_comments): Document private method #init_comments.zzak
2012-11-11* lib/pstore.rb (PStore): fix not to replace ThreadError raised inglass
2012-11-09erb.rb: safe concurrent usenobu
2012-11-09Add back my original example of Shellwords#shellescape.knu
2012-11-09Fix an example of Shellwords#shellescape.knu
2012-11-08* lib/net/protocol.rb (Net::InternetMessageIO#each_crlf_line):naruse
2012-11-07* lib/webrick.rb: fix typo.ayumin
2012-11-07* lib/cgi/core.rb: alias CGI#http_header to CGI#header .xibbar