aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* * x68/_dtos18.c: removed. Ruby no longer supports human68k.yugui2008-10-041-2/+1
* * lib/date/format.rb: no need to require the "lib/rational.rb".tadf2008-10-041-2/+0
* * test/mini/test_mini_test.rb: recovered. It had been temporarily removed at ...yugui2008-10-0423-3569/+129
* * irb/ext/save-history.rb: typokeiju2008-10-041-1/+1
* * lib/irb/irb/ext/save-history.rb: change load_history using File.expand_pat...keiju2008-10-042-8/+11
* * lib/cgi/core.rb (CGI::QueryExtension): delete MorphingBodyxibbar2008-10-021-131/+97
* * lib/rexml/parsers/lightparser.rb, lib/debug.rb: remove unused whenmame2008-10-012-5/+0
* * lib/xmlrpc, lib/rexml, test/ruby/test_array.rb,mame2008-10-0135-2234/+2234
* Reverts the changes of lib/test/unit.rb in r19502 and r19501.yugui2008-09-3022-0/+3587
* Reverts the changes of lib/test/unit/* in r19543, r19534 and r19503.yugui2008-09-305-147/+0
* Updated miniunit to 4257. This cleans all my tests when run in isolation. I s...ryan2008-09-302-10/+10
* Updated miniunit to 1.3.0 r4256.ryan2008-09-301-3/+4
* rolled out change 19608... not 1.8 compatible.ryan2008-09-301-3/+13
* Updated to 1.3.0 r4255.ryan2008-09-301-35/+51
* moved def_canon.tadf2008-09-291-15/+5
* * lib/mathn.rb: added String#to_[rc].tadf2008-09-291-4/+16
* * lib/cgi/html.rb (CGI::HtmlExtension::{radio_group, checkbox_group}):xibbar2008-09-281-8/+8
* * lib/cgi/html.rb (CGI::HtmlExtension::popup_menu):xibbar2008-09-281-3/+3
* * lib/cgi/core.rb (CGI::parse): ignore illegal query params.xibbar2008-09-281-1/+3
* * lib/mini/test.rb (assert_match): get rid of confusion ofnobu2008-09-281-2/+2
* * lib/mini/test.rb (MINI_DIR): loaded path is expanded.nobu2008-09-281-13/+3
* * lib/mathn.rb ({Fixnum,Bignum,Float}#**): may produce complextadf2008-09-281-0/+30
* * lib/csv/csv.rb: Worked around some minor encoding changes in Rubyjeg22008-09-281-4/+4
* * lib/mathn.rb: a hack to provide canonicalization. This must betadf2008-09-271-0/+90
* * lib/rake.rb (Module#rake_extension, String#ext, String#pathmap): usenobu2008-09-261-10/+6
* * pack.c (pack_pack, pack_unpack): 'm0' format (base64) complies withmame2008-09-251-0/+91
* Update to RubyGems 1.3.0 r1891drbrain2008-09-2531-611/+1207
* Added passed? per Jim's request. Fixed file/line reporting bug for refutation...ryan2008-09-251-3/+11
* Not a typo. The name is better plural. Better English and more consistent wit...ryan2008-09-252-2/+2
* updated to rake code to rake-0.8.3 source code basejim2008-09-252-53/+82
* Import RDoc 2.2.1 r185drbrain2008-09-2537-2126/+2034
* * lib/mini/test.rb (Mini::Assertions#assert_raise): fixed typo.nobu2008-09-242-2/+2
* * lib/cgi/core.rb (CGI::new, CGI::{accept_charset,accept_charset=}) :xibbar2008-09-241-12/+98
* * lib/tmpdir.rb: setup buffer with nul characters instead of spaces.usa2008-09-241-1/+1
* updated miniunit to defer error message creationryan2008-09-241-35/+40
* Added changes needed for miniunit. usually from using internal calls that are...ryan2008-09-231-1/+0
* Added miniunit 1.3.0ryan2008-09-238-0/+730
* committed one dir too deep. THIS removes the rest of test/unitryan2008-09-231-280/+0
* Removed test/unitryan2008-09-2321-3307/+0
* Fix ruby -w warnings for mismatched indentation discovered by rdocdrbrain2008-09-234-12/+12
* * lib/csv/csv.rb: Improved the idea of whitespace and word characters usedjeg22008-09-231-3/+3
* * lib/rexml/formatters/pretty.rb (REXML::Formatters::Pretty#wrap):matz2008-09-231-0/+1
* * lib/pathname.rb (each_filename): return Enumerator if no blockmame2008-09-231-0/+1
* * lib/tempfile.rb (Tempfile#open): should return a value from thematz2008-09-221-2/+0
* * lib/csv/csv.rb: Reworked CSV's parser and generator to be m17n. Datajeg22008-09-211-152/+554
* * lib/complex.rb: provides some obsolate methods.tadf2008-09-201-0/+6
* * complex.c: an instance method image has been removed andtadf2008-09-203-19/+25
* * lib/optparse.rb (summarize): separator "" should output new line.mame2008-09-201-1/+1
* * complex.c: uses f_(in)?exact_p macro.tadf2008-09-192-4/+10
* * prec.c: removed. Precision will be redesigned and be back again.yugui2008-09-191-1/+0