aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* * lib/net/http.rb: improve rdoc.naruse2010-11-271-66/+60
* * resolv.rb (Resolv::DNS): use the same DNS server when retry using TCP.akr2010-11-271-4/+3
* * lib/optparse.rb (OptionParser#candidate): : was missing. Thanks,shugo2010-11-271-1/+1
* * lib/optparse.rb (OptionParser#candidate): get rid of 1.9 syntaxnobu2010-11-271-2/+2
* * lib/date/delta/parser.{ry,rb}: fixed a bug of token scanner.tadf2010-11-222-5/+7
* * lib/date.rb (daynum): should be private.tadf2010-11-221-0/+1
* * lib/mkmf.rb (create_makefile): should not duplicate rules.nobu2010-11-221-2/+3
* * lib/date.rb: some improvements for performance.tadf2010-11-211-11/+32
* * lib/mkmf.rb: adding compilation support for ObjC/ObjC++ extensions.tenderlove2010-11-191-9/+2
* * lib/optparse.rb: shell completion support for zsh. based onnobu2010-11-191-0/+49
* * lib/optparse.rb: shell completion support for bash.nobu2010-11-191-8/+62
* * 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