aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* * lib/rexml/formatters/pretty.rb (REXML::Formatters::Pretty#wrap):kou2010-11-181-5/+7
* * lib/csv.rb: Upgrading output encoding with ASCII content jeg22010-11-171-2/+1
* * lib/mkmf.rb (create_makefile): use forward slashes in messages.nobu2010-11-171-3/+5
* * lib/mkmf.rb (create_makefile): make extension libraries messagesnobu2010-11-171-2/+4
* * lib/csv.rb: Upgrading output encoding as needed. [ruby-core:33135]jeg22010-11-161-8/+20
* * lib/racc/parser.rb (do_parse, yyparse): using class eval to definetenderlove2010-11-151-4/+8
* * Makefile.in, common.mk, cygwin/GNUmakefile.in, enc/depend,nobu2010-11-121-2/+2
* * lib/mkmf.rb (create_makefile): missing newline.nobu2010-11-111-1/+1
* * lib/rdoc/stats.rb (RDoc#print): get rid of NaN.nobu2010-11-111-2/+2
* * common.mk: hide long command lines by default. verbose-mode isnobu2010-11-111-4/+15
* * lib/mkmf.rb (try_func): accept variable address.nobu2010-11-111-2/+9
* * lib/*.rb: Remove unused variable warnings.marcandre2010-11-0836-73/+55
* * lib/rubygems/*: Remove unused variables warningsmarcandre2010-11-0812-19/+17
* * lib/rdoc/*.rb: Remove unused variable warnings.marcandre2010-11-087-10/+6
* * lib/rake/*.rb: Remove unused variable warnings.marcandre2010-11-082-6/+5
* * lib/minitest/mock.rb: Remove unused variable warnings.marcandre2010-11-081-1/+1
* * lib/irb/ruby-lex.rb (RubyLex#identify_string): use charclass.nobu2010-11-031-3/+3
* * lib/ostruct.rb (OpenStruct#delete_field): also undefinenobu2010-11-031-1/+3
* * lib/irb/ruby-lex.rb (RubyLex#identify_string): parse multiplematz2010-11-021-1/+1
* * lib/rexml/encoding.rb: untabify.kou2010-10-301-46/+45
* * lib/rexml/encoding.rb: use Ruby native encoding mechnism. [ruby-dev:42464]kou2010-10-3019-466/+78
* * lib/resolv-replace.rb: suppress warning.akr2010-10-292-4/+3
* * lib/resolv.rb: retry via TCP if UDP reply is truncated.akr2010-10-291-3/+20
* * lib/webrick/httprequest.rb (read_request_line): extend maxnaruse2010-10-281-2/+4
* * lib/scanf.rb (extract_float): allow 2.e+2 style.naruse2010-10-261-0/+2
* * lib/date.rb: some corrections of documentation.tadf2010-10-241-33/+18
* * lib/test/unit.rb (Test::Unit::Mini#run): abort if interrupted.nobu2010-10-241-0/+8
* * lib/test/unit.rb (Test::Unit::Mini#run_test_suites): show thenobu2010-10-241-0/+2
* * lib/test/unit.rb (Test::Unit::Mini#run_test_suites): ensurenobu2010-10-241-2/+9
* * lib/test/unit.rb: make test/unit play nicely with the rake testtenderlove2010-10-241-32/+33
* * lib/mkmf.rb: $extmk should be true for test/runner.nobu2010-10-231-1/+1
* * lib/test/unit/assertions.rb (Test::Unit::Assertions#assert):nobu2010-10-221-2/+5
* * lib/test/unit/assertions.rb (Test::Unit::Assertions#assert):naruse2010-10-221-1/+1
* Cleaned up clevar in test/unit's override of assertryan2010-10-211-4/+6
* * lib/webrick/httpauth/digestauth.rbnaruse2010-10-211-0/+1
* * lib/net/telnet.rb (Net::Telnet#close): added.naruse2010-10-211-0/+4
* * lib/net/http.rb (transport_request): @socket may be nil.naruse2010-10-181-1/+1
* * lib/date/delta.rb: added an rdoc tag.tadf2010-10-171-2/+2
* * lib/cgi/util.rb (CGI::unescape): bugfix to unescape the multibytexibbar2010-10-131-1/+1
* * lib/net/http.rb (HTTP.get): specify ASCII-8BIT as the resultnaruse2010-10-111-1/+1
* * lib/set.rb (Set#replace): Apply a bit of optimization.knu2010-10-101-2/+2
* * lib/csv.rb: Fixing documentation typos. [ruby-core:32712]jeg22010-10-071-4/+4
* * lib/uri/generic.rb (URI::Generic#hostname): new method.akr2010-10-063-12/+67
* * lib/uri/common.rb (URI.encode_www_form): change treatment ofnaruse2010-09-301-12/+8
* * lib/rdoc/known_classes.rb (RDoc::KNOWN_CLASSES): add Encoding.nobu2010-09-291-0/+1
* * test/net/imap/test_imap.rb: resurrection of r29259.shyouhei2010-09-271-0/+2
* Imported minitest 1.7.2 r5879.ryan2010-09-232-27/+56
* Add document about URI.join. [ruby-core:32462]naruse2010-09-231-1/+14
* * lib/rdoc/ri/store.rb (save_cache): remove duplicate entries.eban2010-09-211-0/+2
* * lib/mkmf.rb (try_link): rdocyugui2010-09-191-0/+65