aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* * parse.y (yycompile): disable trace while creating ruby_debug_lines.nobu2007-06-182-75/+37
* fix typo.akr2007-06-161-1/+1
* * lib/rdoc/parsers/parse_c.rb (RDoc::C_Parser): handle morenobu2007-06-141-1/+1
* * lib/securerandom.rb: documente updated.akr2007-06-141-2/+2
* * lib/mkmf.rb (Logging.quiet, Logging.message): added quiet flag andnobu2007-06-121-1/+6
* * lib/mkmf.rb (find_header): use header names in the message.nobu2007-06-121-1/+2
* Fixed typo in code. Fixes bug #10420ryan2007-06-121-1/+1
* * include/ruby: moved public headers.nobu2007-06-101-21/+45
* add document.akr2007-06-101-0/+9
* * lib/securerandom.rb: renamed from lib/secrand.rb.akr2007-06-102-2/+130
* * lib/secrand.rb: rename SecRand() to SecRand.random_number.akr2007-06-081-27/+30
* documented.akr2007-06-081-1/+60
* * lib/cgi/session.rb: use secrand for generating cookies.akr2007-06-081-9/+15
* * lib/secrand.rb: new file for secure random interface.akr2007-06-081-0/+66
* * lib/pp.rb: call original "method" method instead of redefined one.akr2007-06-071-3/+10
* * lib/json/common.rb: Ponder offering parse\! method.naruse2007-06-062-15/+29
* * ext/json, lib/json, test/json: set properties.nobu2007-06-061-0/+0
* * lib/pp.rb (PP::PPMethods::seplist): revert last change to workmatz2007-06-051-2/+2
* * lib/json.rb, lib/json, ext/json, test/json:naruse2007-06-0417-0/+4159
* * lib/benchmark.rb (Benchmark::Job::item): avoid modifying thenobu2007-05-311-1/+1
* * lib/net/imap.rb (ResponseParser#next_token): fixedshugo2007-05-301-2/+2
* * lib/net/ftp.rb (Net::FTP#transfercmd): skip 2XXshugo2007-05-301-0/+4
* * lib/cgi.rb (CGI#[]): get rid of exceptions being raised.matz2007-05-231-0/+1
* * ext/extmk.rb, ext/purelib.rb, lib/mkmf.rb, runruby.rb: clear defaultnobu2007-05-221-0/+3
* * lib/net/smtp.rb: CRAM-MD5 authentication did not work. [ruby-dev:30770]aamine2007-05-201-4/+5
* * lib/date/format.rb (Date._parse): detects some OFX datestadf2007-05-191-6/+15
* * lib/logger.rb (Logger::Application): remove meaningless logdevnahi2007-05-161-7/+30
* * lib/net/http.rb (tokens): forgot to add strip. [ruby-core:11120]aamine2007-05-121-1/+1
* * lib/date/format.rb (Date._parse): revised treatment oftadf2007-05-081-41/+103
* * lib/date/format.rb: reverted.tadf2007-05-081-1/+1
* * lib/rational.rb: fix high-precision Rationals cannot bekeiju2007-05-081-1/+3
* * lib/rss/image.rb, test/rss/test_image.rb: fixed Image modulekou2007-05-071-1/+1
* * lib/net/http.rb (Net::HTTP.post_form): allow an Array of String for pairs a...aamine2007-05-061-4/+21
* * lib/net/http.rb: Connection header field might include both of "keep-alive"...aamine2007-05-061-19/+29
* * lib/date/format.rb (Format::Bag#method_missing): get rid ofnobu2007-05-051-1/+1
* * lib/mkmf.rb (libpathflag): not to append RPATHFLAG to currentnobu2007-04-231-13/+19
* * lib/optparse.rb: fix to override conv proc.nobu2007-04-201-1/+1
* * lib/optparse.rb: fix to override conv proc.ko12007-04-191-1/+1
* * lib/optparse.rb (make_switch): do not clobber converter if patternnobu2007-04-161-2/+2
* * lib/date/format.rb: added some zone names.tadf2007-04-151-26/+37
* * lib/net/imap.rb (disconnect): call shutdown forshugo2007-04-091-1/+5
* * lib/shell: commit miss(support for ruby 1.9(YARV) thread model).keiju2007-03-223-53/+45
* * lib/shell.rb, lib/shell: support for ruby 1.9(YARV) thread model.keiju2007-03-207-141/+266
* * lib/set.rb: Revise rdoc.knu2007-03-201-7/+24
* * lib/matrix.rb (Matrix::inverse_from): adding partial pivoting tomatz2007-03-191-6/+12
* * lib/net/protocol.rb (rbuf_read): extend buffer size for speed.aamine2007-03-191-1/+3
* * lib/rss, test/rss:kou2007-03-1731-1968/+4032
* * lib/net/pop.rb: change default verification mode from VERIFY_PEER to VERIFY...aamine2007-03-161-6/+6
* * lib/net/http.rb: merge Ruby-SSPI patch contributed by Justin Bailey.aamine2007-03-161-16/+49
* * lib/sync.rb: support for ruby 1.9(YARV) thread model.keiju2007-03-131-88/+85