aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Move tests embedded in lib/set.rb to test/test_set.rb.knu2012-11-241-644/+1
* mkmf.rb: mingw64+MSYS pkg-config fixnobu2012-11-231-3/+4
* * lib/cgi/core.rb: Documentation for CGI#header aliaszzak2012-11-221-0/+7
* Drop executable bits.knu2012-11-222-0/+0
* remove trailing spaces.nobu2012-11-201-3/+3
* * lib/tracer.rb (Tracer.trace_func): printf to stdoutzzak2012-11-201-1/+1
* * lib/abbrev.rb: fix r37113. Correct examples, fix styleeregon2012-11-161-11/+10
* * lib/cgi/core.rb: Use symbols instead of strings formarcandre2012-11-168-22/+22
* * lib/net/pop.rb (POP3.certs): fix typo in comment.glass2012-11-161-1/+1
* * lib/rake/version.rb: workaround fix to build. see #7366naruse2012-11-161-1/+1
* * lib/rake*: Updated to rake 0.9.4drbrain2012-11-159-23/+31
* * lib/rake*: Updated to rake 0.9.3drbrain2012-11-1527-200/+699
* * lib/fileutils.rb (chmod): Add "X" to modes, convert format to tablezzak2012-11-141-12/+14
* * lib/csv.rb (init_comments): Document private method #init_comments.zzak2012-11-141-0/+5
* * lib/pstore.rb (PStore): fix not to replace ThreadError raised inglass2012-11-111-4/+12
* erb.rb: safe concurrent usenobu2012-11-091-2/+9
* Add back my original example of Shellwords#shellescape.knu2012-11-091-0/+9
* Fix an example of Shellwords#shellescape.knu2012-11-091-3/+1
* * lib/net/protocol.rb (Net::InternetMessageIO#each_crlf_line):naruse2012-11-081-1/+1
* * lib/webrick.rb: fix typo.ayumin2012-11-071-1/+1
* * lib/cgi/core.rb: alias CGI#http_header to CGI#header .xibbar2012-11-071-0/+1
* * lib/tempfile.rb: fix confusing inspect.glass2012-11-061-0/+4
* * lib/net/protocol.rb (Net::InternetMessageIO#each_crlf_line):naruse2012-11-061-1/+1
* * ruby.c (load_file_internal): set default source encoding asnaruse2012-11-062-0/+2
* * lib/cgi/core.rb: check if Tempfile is defined before use it.naruse2012-11-051-3/+3
* * lib/uri/http.rb (URI::HTTP.build): Fix examplezzak2012-11-051-1/+1
* Mon Nov 5 09:55:05 2012 Takeyuki FUJIOKA <xibbar@ruby-lang.org>xibbar2012-11-051-0/+11
* Don't redefine methodsnaruse2012-11-041-0/+1
* Sun Nov 4 20:41:28 2012 Takeyuki FUJIOKA <xibbar@ruby-lang.org>xibbar2012-11-043-24/+25
* * lib/fileutils.rb (module FileUtils): repatch [ruby-core:39622]glass2012-11-041-10/+7
* * bin/testrb: Use only Test::Unit::AutoRunner in test-unit gemkou2012-11-031-0/+7
* * lib/rexml/xmldecl.rb (REXML::XMLDecl#content): Add missing \Akou2012-11-031-1/+1
* * lib/rexml/output.rb (REXML::Output#initialize): Use normalizedkou2012-11-031-1/+1
* * lib/rexml/output.rb (REXML::Output): Don't output BOM in middlekou2012-11-031-0/+5
* Revert r37439 and r37441kou2012-11-031-4/+7
* * lib/rexml/document.rb (REXML::Document#write): Document encodingkou2012-11-032-7/+7
* * lib/rexml/xmldecl.rb (REXML::XMLDecl): Stop using REXML::Encodingkou2012-11-031-7/+4
* mkmf.rb: timestamp_filenobu2012-11-021-1/+1
* mkmf.rb: timestamp_filenobu2012-11-021-1/+1
* * lib/test/unit.rb (_run_parallel): Delete status line before showingsorah2012-11-021-4/+9
* mkmf.rb: timestamp_filenobu2012-11-011-1/+1
* lib/mkmf.rb: fix for if config["libdir"] is nil.naruse2012-11-011-1/+1
* rbconfig/obsolete.rb: Confignobu2012-10-291-0/+38
* * lib/ostruct.rb: Add [] and []=, base on a patch by Thomas Sawyermarcandre2012-10-281-2/+22
* * lib/ostruct.rb: Also accept {Open}Struct as argument to newmarcandre2012-10-281-3/+5
* * lib/ostruct.rb: Simplify codemarcandre2012-10-281-6/+4
* * lib/ostruct.rb: Add OpenStruct#eql? and OpenStruct#hashmarcandre2012-10-281-2/+19
* * lib/ostruct.rb (each_pair): Add #each_pair [#1400]marcandre2012-10-281-0/+14
* * lib/ostruct.rb: Protect new_ostruct_member [ruby-core:42779] [#6056]marcandre2012-10-281-1/+2
* * lib/ostruct.rb: Remove rdoc details on marshal_{load|dump} and fix rdocmarcandre2012-10-281-22/+4