summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2010-11-27* lib/net/http.rb: improve rdoc.naruse
2010-11-27* resolv.rb (Resolv::DNS): use the same DNS server when retry using TCP.akr
2010-11-27* lib/optparse.rb (OptionParser#candidate): : was missing. Thanks,shugo
2010-11-27* lib/optparse.rb (OptionParser#candidate): get rid of 1.9 syntaxnobu
2010-11-22 * lib/date/delta/parser.{ry,rb}: fixed a bug of token scanner.tadf
2010-11-22 * lib/date.rb (daynum): should be private.tadf
2010-11-22* lib/mkmf.rb (create_makefile): should not duplicate rules.nobu
2010-11-21 * lib/date.rb: some improvements for performance.tadf
2010-11-19* lib/mkmf.rb: adding compilation support for ObjC/ObjC++ extensions.tenderlove
2010-11-19* lib/optparse.rb: shell completion support for zsh. based onnobu
2010-11-19* lib/optparse.rb: shell completion support for bash.nobu
2010-11-18* lib/rexml/formatters/pretty.rb (REXML::Formatters::Pretty#wrap):kou
2010-11-17* lib/csv.rb: Upgrading output encoding with ASCII content jeg2
2010-11-17* lib/mkmf.rb (create_makefile): use forward slashes in messages.nobu
2010-11-17* lib/mkmf.rb (create_makefile): make extension libraries messagesnobu
2010-11-16* lib/csv.rb: Upgrading output encoding as needed. [ruby-core:33135]jeg2
2010-11-15* lib/racc/parser.rb (do_parse, yyparse): using class eval to definetenderlove
2010-11-12* Makefile.in, common.mk, cygwin/GNUmakefile.in, enc/depend,nobu
2010-11-11* lib/mkmf.rb (create_makefile): missing newline.nobu
2010-11-11* lib/rdoc/stats.rb (RDoc#print): get rid of NaN.nobu
2010-11-11* common.mk: hide long command lines by default. verbose-mode isnobu
2010-11-11* lib/mkmf.rb (try_func): accept variable address.nobu
2010-11-08* lib/*.rb: Remove unused variable warnings.marcandre
2010-11-08* lib/rubygems/*: Remove unused variables warningsmarcandre
2010-11-08* lib/rdoc/*.rb: Remove unused variable warnings.marcandre
2010-11-08* lib/rake/*.rb: Remove unused variable warnings.marcandre
2010-11-08* lib/minitest/mock.rb: Remove unused variable warnings.marcandre
2010-11-03* lib/irb/ruby-lex.rb (RubyLex#identify_string): use charclass.nobu
2010-11-03* lib/ostruct.rb (OpenStruct#delete_field): also undefinenobu
2010-11-02* lib/irb/ruby-lex.rb (RubyLex#identify_string): parse multiplematz
2010-10-30* lib/rexml/encoding.rb: untabify.kou
2010-10-30* lib/rexml/encoding.rb: use Ruby native encoding mechnism. [ruby-dev:42464]kou
2010-10-29* lib/resolv-replace.rb: suppress warning.akr
2010-10-29* lib/resolv.rb: retry via TCP if UDP reply is truncated.akr
2010-10-28* lib/webrick/httprequest.rb (read_request_line): extend maxnaruse
2010-10-26* lib/scanf.rb (extract_float): allow 2.e+2 style.naruse
2010-10-24* lib/date.rb: some corrections of documentation.tadf
2010-10-24* lib/test/unit.rb (Test::Unit::Mini#run): abort if interrupted.nobu
2010-10-24* lib/test/unit.rb (Test::Unit::Mini#run_test_suites): show thenobu
2010-10-24* lib/test/unit.rb (Test::Unit::Mini#run_test_suites): ensurenobu
2010-10-24* lib/test/unit.rb: make test/unit play nicely with the rake testtenderlove
2010-10-23* lib/mkmf.rb: $extmk should be true for test/runner.nobu
2010-10-22* lib/test/unit/assertions.rb (Test::Unit::Assertions#assert):nobu
2010-10-22* lib/test/unit/assertions.rb (Test::Unit::Assertions#assert):naruse
2010-10-21Cleaned up clevar in test/unit's override of assertryan
2010-10-21* lib/webrick/httpauth/digestauth.rbnaruse
2010-10-21* lib/net/telnet.rb (Net::Telnet#close): added.naruse
2010-10-18* lib/net/http.rb (transport_request): @socket may be nil.naruse
2010-10-17 * lib/date/delta.rb: added an rdoc tag.tadf
2010-10-13* lib/cgi/util.rb (CGI::unescape): bugfix to unescape the multibytexibbar