summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2008-10-02* lib/cgi/core.rb (CGI::QueryExtension): delete MorphingBodyxibbar
2008-10-01* lib/rexml/parsers/lightparser.rb, lib/debug.rb: remove unused whenmame
2008-10-01* lib/xmlrpc, lib/rexml, test/ruby/test_array.rb,mame
2008-09-30Reverts the changes of lib/test/unit.rb in r19502 and r19501.yugui
2008-09-30Reverts the changes of lib/test/unit/* in r19543, r19534 and r19503.yugui
2008-09-30Updated miniunit to 4257. This cleans all my tests when run in isolation. I s...ryan
2008-09-30Updated miniunit to 1.3.0 r4256.ryan
2008-09-30rolled out change 19608... not 1.8 compatible.ryan
2008-09-30Updated to 1.3.0 r4255.ryan
2008-09-29moved def_canon.tadf
2008-09-29 * lib/mathn.rb: added String#to_[rc].tadf
2008-09-28* lib/cgi/html.rb (CGI::HtmlExtension::{radio_group, checkbox_group}):xibbar
2008-09-28* lib/cgi/html.rb (CGI::HtmlExtension::popup_menu):xibbar
2008-09-28* lib/cgi/core.rb (CGI::parse): ignore illegal query params.xibbar
2008-09-28* lib/mini/test.rb (assert_match): get rid of confusion ofnobu
2008-09-28* lib/mini/test.rb (MINI_DIR): loaded path is expanded.nobu
2008-09-28 * lib/mathn.rb ({Fixnum,Bignum,Float}#**): may produce complextadf
2008-09-28* lib/csv/csv.rb: Worked around some minor encoding changes in Rubyjeg2
2008-09-27 * lib/mathn.rb: a hack to provide canonicalization. This must betadf
2008-09-26* lib/rake.rb (Module#rake_extension, String#ext, String#pathmap): usenobu
2008-09-25* pack.c (pack_pack, pack_unpack): 'm0' format (base64) complies withmame
2008-09-25Update to RubyGems 1.3.0 r1891drbrain
2008-09-25Added passed? per Jim's request. Fixed file/line reporting bug for refutation...ryan
2008-09-25Not a typo. The name is better plural. Better English and more consistent wit...ryan
2008-09-25updated to rake code to rake-0.8.3 source code basejim
2008-09-25Import RDoc 2.2.1 r185drbrain
2008-09-24* lib/mini/test.rb (Mini::Assertions#assert_raise): fixed typo.nobu
2008-09-24* lib/cgi/core.rb (CGI::new, CGI::{accept_charset,accept_charset=}) :xibbar
2008-09-24 * lib/tmpdir.rb: setup buffer with nul characters instead of spaces.usa
2008-09-24updated miniunit to defer error message creationryan
2008-09-23Added changes needed for miniunit. usually from using internal calls that are...ryan
2008-09-23Added miniunit 1.3.0ryan
2008-09-23committed one dir too deep. THIS removes the rest of test/unitryan
2008-09-23Removed test/unitryan
2008-09-23Fix ruby -w warnings for mismatched indentation discovered by rdocdrbrain
2008-09-23* lib/csv/csv.rb: Improved the idea of whitespace and word characters usedjeg2
2008-09-23* lib/rexml/formatters/pretty.rb (REXML::Formatters::Pretty#wrap):matz
2008-09-23* lib/pathname.rb (each_filename): return Enumerator if no blockmame
2008-09-22* lib/tempfile.rb (Tempfile#open): should return a value from thematz
2008-09-21* lib/csv/csv.rb: Reworked CSV's parser and generator to be m17n. Datajeg2
2008-09-20 * lib/complex.rb: provides some obsolate methods.tadf
2008-09-20 * complex.c: an instance method image has been removed andtadf
2008-09-20* lib/optparse.rb (summarize): separator "" should output new line.mame
2008-09-19 * complex.c: uses f_(in)?exact_p macro.tadf
2008-09-19* prec.c: removed. Precision will be redesigned and be back again.yugui
2008-09-18* lib/rake.rb (Rake::Application#standard_exception_handling):nobu
2008-09-18* lib/optparse.rb (OptionParser::ParseError#set_backtrace): omitsnobu
2008-09-18* lib/uri/common.rb (unescape): skip '%' to make String#hex workmame
2008-09-18Updated Rake files to version 0.8.2jim
2008-09-17* lib/cgi/html.rb (checkbox_group,radio_group): bug fixxibbar