summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2008-09-16 * numeric.c: provides predicate real? instead of scalar?.tadf
2008-09-16* lib/cgi/core.rb: performance improvement. xibbar
2008-09-15* lib/matrix.rb (Matrix#eql?): fixed [ruby-dev:36298].yugui
2008-09-14trailing spaces removed.akr
2008-09-14trailing space removed.akr
2008-09-14* lib/cgi/core.rb (CGI::parse): performance improvementxibbar
2008-09-14* lib/matrix.rb (Vector#eql?): typo of the method name as "eqn?".yugui
2008-09-13* lib/rexml/document.rb: fixed typo.shugo
2008-09-10properties.nobu
2008-09-10 * lib/uri/common.rb (URI::Parser): new class.akira
2008-09-10* lib/cgi/cookie.rb (CGI::Cookie#to_s): performance improvementxibbar
2008-09-10 * lib/sync.rb (Sync_m#sync_exclusive): fixedakira
2008-09-09* lib/cgi*: split cgi.rb into four files. [ruby-dev:36041]xibbar
2008-09-08* lib/cgi.rb : obsolete regex "n" option. [ruby-dev:36130]xibbar
2008-09-04* lib/prime.rb (Prime::OldCompatibility#each): added compatibility toyugui
2008-09-03* lib/mathn.rb (Integer): moved into prime.rb.yugui
2008-09-03* lib/scanf.rb: fixed bug involving matching literal '['dblack
2008-09-01* lib/mkmf.rb (distclean): added RM_RF conftest.dSYM.yugui
2008-09-01* lib/rexml/document.rb: limit entity expansion.shugo
2008-09-01* lib/fileutils.rb (copy_stream, fu_copy_stream0, copy_file): usenobu
2008-08-31* lib/mkmf.rb (have_devel?): checks if the compiler works.nobu
2008-08-31* lib/mkmf.rb (Logging.log_open): opens in binary mode to get rid ofnobu
2008-08-31* lib/mkmf.rb (try_func, try_var, have_struct_member),nobu
2008-08-30* lib/rake.rb (Rake::Application#help): fix for OPTIONAL_ARGUMENT andnobu
2008-08-29* lib/cgi.rb (CGI#initialize): remove unused constants. a patchmatz
2008-08-27revert removed comment.naruse
2008-08-27* lib/cgi.rb (CGI::Cookie): remove delagate.naruse
2008-08-26* lib/cgi.rb (nOE_element_def): fix error when cascade methods whichnaruse
2008-08-25 * lib/date/format.rb(strftime): can print with given arbitrarytadf
2008-08-25* lib/irb/extend-command.rb (def_extend_command): check number ofmame
2008-08-24* lib/net/http.rb (Net::HTTP#urlencode): str[0] returns char in 1.9.naruse
2008-08-24* lib/cgi.rb (CGI::unescapeHTML): consider ISO-8859-1.naruse
2008-08-23* lib/cgi.rb (CGI::unescapeHTML): more encoding sensible unescaping.naruse
2008-08-23* lib/cgi.rb (CGI#out): remove auto encoding conversion and setnaruse
2008-08-22 * complex.c (nucomp_div): now behaves as quo.tadf
2008-08-22* lib/webrick/server.rb (WEBrick::GenericServer#shutdown):kazu
2008-08-22 * lib/date.rb: no need to require the "lib/rational.rb" any more.tadf
2008-08-22reverttadf
2008-08-22 * lib/cgi.rb: use bytesize instead of size/length.usa
2008-08-22* strftime.c (rb_strftime): supported flags and precision for mostnobu
2008-08-20* lib/scanf.rb (Scanf::FormatSpecifier#initialize): %i should acceptnobu
2008-08-18* lib/rake.rb (FileUtils#ruby): takes care of space containing path.nobu