aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* * lib/json.rb, lib/json/, ext/json/:naruse2007-07-075-39/+284
* * lib/pp.rb (PP::PPMethods#pp_hash): sort condition changed:akr2007-07-071-4/+5
* * lib/pp.rb (PP::PPMethods#pp_hash): sort ifakr2007-07-071-1/+8
* * lib/irb.rb: typo. Thanks, Giles Bowkett.keiju2007-07-062-18/+23
* * lib/webrick/httpauth/authenticator.rbnahi2007-07-041-1/+1
* * eval_intern.h, yarvcore.h: move declaration of sysstack_errorko12007-07-011-1/+1
* * lib/cgi/session.rb (create_new_id): don't cut off md5.hexdigest toakr2007-06-291-1/+1
* * parse.y (assoc_list): remove expanded hash literal (no splat).matz2007-06-291-40/+40
* * lib/vm/instruction.rb: set properties.nobu2007-06-291-1331/+1331
* * tool/insns2vm.rb, lib/vm/instruction.rb: move process bodyko12007-06-291-0/+1331
* * 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