summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2012-11-06* lib/tempfile.rb: fix confusing inspect.glass
2012-11-06* lib/net/protocol.rb (Net::InternetMessageIO#each_crlf_line):naruse
2012-11-06* ruby.c (load_file_internal): set default source encoding asnaruse
2012-11-05* lib/cgi/core.rb: check if Tempfile is defined before use it.naruse
2012-11-05* lib/uri/http.rb (URI::HTTP.build): Fix examplezzak
2012-11-05Mon Nov 5 09:55:05 2012 Takeyuki FUJIOKA <xibbar@ruby-lang.org>xibbar
2012-11-04Don't redefine methodsnaruse
2012-11-04Sun Nov 4 20:41:28 2012 Takeyuki FUJIOKA <xibbar@ruby-lang.org>xibbar
2012-11-04* lib/fileutils.rb (module FileUtils): repatch [ruby-core:39622]glass
2012-11-03* bin/testrb: Use only Test::Unit::AutoRunner in test-unit gemkou