aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* * 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
* reverttadf2008-08-221-10/+4
* * lib/cgi.rb: use bytesize instead of size/length.usa2008-08-221-17/+17
* * strftime.c (rb_strftime): supported flags and precision for mostnobu2008-08-221-4/+10
* * lib/scanf.rb (Scanf::FormatSpecifier#initialize): %i should acceptnobu2008-08-201-1/+1
* * lib/rake.rb (FileUtils#ruby): takes care of space containing path.nobu2008-08-181-1/+1
* * lib/webrick/cgi.rb (WEBrick::CGI::Socket#eof?): added lacked method.gotoyuzo2008-08-171-0/+4
* * lib/mkmf.rb: not check config.h.nobu2008-08-171-2/+1
* * lib/mkmf.rb (init_mkmf): add include/ruby/backward to $INCFLAGS.nobu2008-08-171-1/+3
* * golf_prelude.rb, lib/set.rb (TC_Set#test_each),knu2008-08-132-2/+2
* * lib/net/pop.rb: POP3Command should export @socket since POP calls #socket.aamine2008-08-121-0/+2
* * lib/net/http.rb (send_request_with_body): Content-Length should be byte len...aamine2008-08-121-1/+1
* * lib/net/https.rb: supress syntax warning.aamine2008-08-121-1/+1
* * lib/net/http.rb (Net::HTTP#initialize): initialize net/https variables to s...aamine2008-08-121-0/+5
* * lib/irb.rb (IRB::Irb#inspect): instance_variables returns symbolsnobu2008-08-101-1/+1
* * lib/resolv.rb: randomize source port and transaction id.akr2008-08-082-119/+161
* * lib/net/ftp.rb (login): raise FTPReplyError if passwd or acctshugo2008-08-071-0/+2
* * lib/mkmf.rb, {bcc32,win32}/Makefile.sub (CLEANLIBS, CLEANOBJS):nobu2008-08-071-3/+3
* * eval_intern.h: Add support to Haiku. see [ruby-core:18110]naruse2008-08-061-0/+1
* * lib/net/ftp.rb (chdir): handle 5xx errors correctly.shugo2008-08-051-3/+3
* * lib/net/imap.rb (disconnect): do not refer SSL::SSLSocket forshugo2008-08-051-2/+4
* * lib/net/smtp.rb (Net::SMTP::rcptto): fix a typo. a patch fromshyouhei2008-08-041-1/+1
* merged from 1.8seki2008-07-271-29/+82
* * lib/webrick/httputils.rb (WEBrick::HTTPUtils#split_header_value):nobu2008-07-251-12/+4
* * sample/coverage.rb: move from lib/coverage.rb because this remains inmame2008-07-241-58/+0
* Update to RDoc 2.1.0 r112drbrain2008-07-2113-203/+351
* Import RDoc r104. Various test fixes.drbrain2008-07-183-6/+11
* Import RDoc r101.drbrain2008-07-1836-4284/+5913
* * lib/optparse.rb (OptionParser#environment): requires shellwords.nobu2008-07-131-0/+1
* * lib/xmlrpc/client.rb (XMLRPC::Client#do_rpc): requiresnobu2008-07-121-0/+1
* * lib/pstore.rb (PStore#transaction): return the result from thenobu2008-07-101-1/+1
* * lib/profiler.rb (Profiler__#print_profile): sort in the descendingnobu2008-07-091-1/+1
* * lib/debug.rb, lib/profile.rb: fix to use RubyVM.ko12008-07-083-3/+3
* * lib/ipaddr.rb (IPAddr#initialize): get rid of ArgumentError innobu2008-07-071-1/+1
* * lib/test/unit/collector/objectspace.rbkou2008-07-061-1/+1
* * lib/test/unit/testcase.rb: collect decendants ofakr2008-07-044-11/+25
* * lib/net/ftp.rb (Net::FTP#sendport): use divmod. [ruby-core:17557]nobu2008-07-041-5/+2