summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2007-07-22 * lib/date/format.rb (Date._parse): now accepts some newtadf
2007-07-21 * lib/date.rb, lib/date/format.rb (Date._parse): now can take sometadf
2007-07-21* lib/mkmf.rb (create_makefile): make OBJS depend on RUBY_EXTCONF_Hnobu
2007-07-21* lib/mkmf.rb (init_mkmf): should remove mkmf.log too.nobu
2007-07-20 * lib/date/format.rb (Date._parse): completes calendar week based year.tadf
2007-07-16* lib/base64.rb (Base64::b64encode): should not specify /o optionmatz
2007-07-13* lib/open-uri.rb (URI::Generic#find_proxy): use ENV.to_hash to accessakr
2007-07-13* lib/mkmf.rb (link_command, cc_command, cpp_command): do not expandnobu
2007-07-07* lib/json.rb, lib/json/, ext/json/:naruse
2007-07-07* lib/pp.rb (PP::PPMethods#pp_hash): sort condition changed:akr
2007-07-07* lib/pp.rb (PP::PPMethods#pp_hash): sort ifakr
2007-07-06 * lib/irb.rb: typo. Thanks, Giles Bowkett.keiju
2007-07-04 * lib/webrick/httpauth/authenticator.rbnahi
2007-07-01* eval_intern.h, yarvcore.h: move declaration of sysstack_errorko1
2007-06-29* lib/cgi/session.rb (create_new_id): don't cut off md5.hexdigest toakr
2007-06-29* parse.y (assoc_list): remove expanded hash literal (no splat).matz
2007-06-29* lib/vm/instruction.rb: set properties.nobu
2007-06-29* tool/insns2vm.rb, lib/vm/instruction.rb: move process bodyko1
2007-06-18* parse.y (yycompile): disable trace while creating ruby_debug_lines.nobu
2007-06-16fix typo.akr
2007-06-14* lib/rdoc/parsers/parse_c.rb (RDoc::C_Parser): handle morenobu
2007-06-14* lib/securerandom.rb: documente updated.akr
2007-06-12* lib/mkmf.rb (Logging.quiet, Logging.message): added quiet flag andnobu
2007-06-12* lib/mkmf.rb (find_header): use header names in the message.nobu
2007-06-12Fixed typo in code. Fixes bug #10420ryan
2007-06-10* include/ruby: moved public headers.nobu
2007-06-10add document.akr
2007-06-10* lib/securerandom.rb: renamed from lib/secrand.rb.akr
2007-06-08* lib/secrand.rb: rename SecRand() to SecRand.random_number.akr
2007-06-08documented.akr
2007-06-08* lib/cgi/session.rb: use secrand for generating cookies.akr
2007-06-08* lib/secrand.rb: new file for secure random interface.akr
2007-06-07* lib/pp.rb: call original "method" method instead of redefined one.akr
2007-06-06* lib/json/common.rb: Ponder offering parse\! method.naruse
2007-06-06* ext/json, lib/json, test/json: set properties.nobu
2007-06-05* lib/pp.rb (PP::PPMethods::seplist): revert last change to workmatz
2007-06-04* lib/json.rb, lib/json, ext/json, test/json:naruse
2007-05-31* lib/benchmark.rb (Benchmark::Job::item): avoid modifying thenobu
2007-05-30* lib/net/imap.rb (ResponseParser#next_token): fixedshugo
2007-05-30* lib/net/ftp.rb (Net::FTP#transfercmd): skip 2XXshugo
2007-05-23* lib/cgi.rb (CGI#[]): get rid of exceptions being raised.matz
2007-05-22* ext/extmk.rb, ext/purelib.rb, lib/mkmf.rb, runruby.rb: clear defaultnobu
2007-05-20* lib/net/smtp.rb: CRAM-MD5 authentication did not work. [ruby-dev:30770]aamine
2007-05-19 * lib/date/format.rb (Date._parse): detects some OFX datestadf
2007-05-16 * lib/logger.rb (Logger::Application): remove meaningless logdevnahi
2007-05-12* lib/net/http.rb (tokens): forgot to add strip. [ruby-core:11120]aamine
2007-05-08 * lib/date/format.rb (Date._parse): revised treatment oftadf
2007-05-08 * lib/date/format.rb: reverted.tadf
2007-05-08 * lib/rational.rb: fix high-precision Rationals cannot bekeiju
2007-05-07* lib/rss/image.rb, test/rss/test_image.rb: fixed Image modulekou