summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * lib/rake.rb (Rake::Application#standard_exception_handling):nobu2008-09-181-8/+8
* * lib/optparse.rb (OptionParser::ParseError#set_backtrace): omitsnobu2008-09-181-0/+7
* * lib/uri/common.rb (unescape): skip '%' to make String#hex workmame2008-09-181-1/+1
* Updated Rake files to version 0.8.2jim2008-09-186-223/+477
* * lib/cgi/html.rb (checkbox_group,radio_group): bug fixxibbar2008-09-171-6/+6
* * numeric.c: provides predicate real? instead of scalar?.tadf2008-09-161-17/+17
* * lib/cgi/core.rb: performance improvement. xibbar2008-09-161-109/+112
* * lib/matrix.rb (Matrix#eql?): fixed [ruby-dev:36298].yugui2008-09-151-6/+14
* trailing spaces removed.akr2008-09-146-89/+89
* trailing space removed.akr2008-09-141-5/+5
* * lib/cgi/core.rb (CGI::parse): performance improvementxibbar2008-09-141-8/+3
* * lib/matrix.rb (Vector#eql?): typo of the method name as "eqn?".yugui2008-09-141-1/+1
* * lib/rexml/document.rb: fixed typo.shugo2008-09-131-2/+2
* properties.nobu2008-09-101-1/+1
* * lib/uri/common.rb (URI::Parser): new class.akira2008-09-103-234/+356
* * lib/cgi/cookie.rb (CGI::Cookie#to_s): performance improvementxibbar2008-09-101-25/+6
* * lib/sync.rb (Sync_m#sync_exclusive): fixedakira2008-09-101-2/+2
* * lib/cgi*: split cgi.rb into four files. [ruby-dev:36041]xibbar2008-09-095-2060/+2072
* * lib/cgi.rb : obsolete regex "n" option. [ruby-dev:36130]xibbar2008-09-081-31/+31
* * lib/prime.rb (Prime::OldCompatibility#each): added compatibility toyugui2008-09-041-20/+35
* * lib/mathn.rb (Integer): moved into prime.rb.yugui2008-09-034-95/+449
* * lib/scanf.rb: fixed bug involving matching literal '['dblack2008-09-031-1/+1
* * lib/mkmf.rb (distclean): added RM_RF conftest.dSYM.yugui2008-09-011-0/+2
* * lib/rexml/document.rb: limit entity expansion.shugo2008-09-012-0/+23
* * lib/fileutils.rb (copy_stream, fu_copy_stream0, copy_file): usenobu2008-09-011-12/+4
* * lib/mkmf.rb (have_devel?): checks if the compiler works.nobu2008-08-311-10/+15
* * lib/mkmf.rb (Logging.log_open): opens in binary mode to get rid ofnobu2008-08-311-4/+7
* * lib/mkmf.rb (try_func, try_var, have_struct_member),nobu2008-08-311-6/+7
* * lib/rake.rb (Rake::Application#help): fix for OPTIONAL_ARGUMENT andnobu2008-08-301-3/+8
* * lib/cgi.rb (CGI#initialize): remove unused constants. a patchmatz2008-08-291-5/+0
* revert removed comment.naruse2008-08-271-0/+1
* * lib/cgi.rb (CGI::Cookie): remove delagate.naruse2008-08-271-4/+1
* * lib/cgi.rb (nOE_element_def): fix error when cascade methods whichnaruse2008-08-261-4/+5
* * lib/date/format.rb(strftime): can print with given arbitrarytadf2008-08-251-4/+8
* * lib/irb/extend-command.rb (def_extend_command): check number ofmame2008-08-252-6/+11
* * lib/net/http.rb (Net::HTTP#urlencode): str[0] returns char in 1.9.naruse2008-08-241-1/+1
* * lib/cgi.rb (CGI::unescapeHTML): consider ISO-8859-1.naruse2008-08-241-8/+10
* * lib/cgi.rb (CGI::unescapeHTML): more encoding sensible unescaping.naruse2008-08-231-13/+30
* * lib/cgi.rb (CGI#out): remove auto encoding conversion and setnaruse2008-08-231-16/+0
* * complex.c (nucomp_div): now behaves as quo.tadf2008-08-222-17/+23
* * lib/webrick/server.rb (WEBrick::GenericServer#shutdown):kazu2008-08-222-7/+19
* * lib/date.rb: no need to require the "lib/rational.rb" any more.tadf2008-08-221-1/+0