aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* * lib/rss.rb, lib/rss/, test/rss/, sample/rss/: merged from trunk.kou2007-10-2139-1108/+5065
* Merge from trunk.knu2007-10-151-48/+92
* * configure.in (AC_SYS_LARGEFILE): keep results also in commandnobu2007-10-131-0/+1
* * lib/rexml/source.rb (REXML::SourceFactory::SourceFactory): typomatz2007-10-121-1/+1
* * lib/securerandom.rb: new file.akr2007-10-102-9/+152
* * lib/net/http.rb, lib/open-uri.rb: removegotoyuzo2007-10-083-11/+2
* * lib/shellwords.rb: Add shellescape() and shelljoin().knu2007-10-051-18/+127
* * lib/tempfile.rb (Tempfile::make_tmpname): Allow to specify aknu2007-10-051-4/+18
* * ext/extmk.rb (extmake), lib/mkmf.rb (configuration): top_srcdirnobu2007-09-261-1/+5
* lib/net/http.rb: fix typo.shyouhei2007-09-241-1/+1
* * lib/net/http.rb: an SSL verification (the server hostname shouldgotoyuzo2007-09-232-10/+13
* * lib/rdoc/options.rb (Options::check_diagram): dot -V outputshyouhei2007-09-221-2/+2
* * lib/optparse.rb (OptionParser::List::summarize): use each_line ifnobu2007-09-211-1/+3
* * lib/drb/extservm.rb (invoke_service): use Thread.exclusive instead of seki2007-09-131-4/+5
* * lib/date/format.rb (_strptime): now also attaches an elementtadf2007-09-091-2/+7
* * lib/date/format.rb (str[fp]time): now check specifications moretadf2007-09-082-44/+51
* * lib/date/format.rb (_parse): improved parsing of ordinal dates.tadf2007-09-011-10/+19
* * lib/mkmf.rb (try_const, have_const): check for a const is defined.nobu2007-08-301-0/+38
* * lib/tmpdir.rb (Dir.mktmpdir): make directory suffix specifiable.akr2007-08-211-5/+28
* * lib/tmpdir.rb (Dir.mktmpdir): new method.akr2007-08-181-0/+62
* * lib/rinda/tuplespace.rb (Rinda::TupleSpace#start_keeper): improve keeper th...seki2007-08-151-1/+1
* fix Rinda::TupleSpace keeper thread bug.seki2007-08-111-5/+8
* * lib/date/format.rb: reverted some wrongly erased "o" optionstadf2007-08-101-6/+6
* * lib/rexml/encodings/{ISO-8859-15,CP-1252}.rb: fixed invalid syntax.nobu2007-08-062-80/+80
* fixed a typo.tadf2007-08-051-1/+1
* * lib/mkmf.rb (find_type): new method.nobu2007-08-021-13/+36
* * lib/mkmf.rb (have_type): suppress a warning with -Wall.nobu2007-08-021-1/+1
* * lib/mkmf.rb: more verbose message. [ruby-Bugs-12766]nobu2007-08-021-5/+4
* * lib/mkmf.rb (create_makefile): make OBJS depend on RUBY_EXTCONF_Hnobu2007-07-211-0/+1
* * lib/mkmf.rb (init_mkmf): should remove mkmf.log too.nobu2007-07-211-0/+1
* * lib/date/format.rb (Date._parse): completes calendar week based year.tadf2007-07-201-17/+23
* * lib/base64.rb (Base64::b64encode): should not specify /o optionmatz2007-07-161-1/+1
* * lib/open-uri.rb (URI::Generic#find_proxy): use ENV.to_hash to accessakr2007-07-131-1/+1
* * lib/mkmf.rb (link_command, cc_command, cpp_command): do not expandnobu2007-07-131-5/+7
* * lib/rdoc/parsers/parse_c.rb (RDoc::C_Parser): handle morenobu2007-06-141-1/+1
* * 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
* * lib/pp.rb: call original "method" method instead of redefined one.akr2007-06-071-3/+10
* * lib/net/imap.rb (ResponseParser#next_token): fixedshugo2007-06-041-2/+2
* * lib/benchmark.rb (Benchmark::Job::item): avoid modifying thenobu2007-05-311-1/+1
* * lib/rinda/tuplespace.rb (Rinda::TupleBag): create index on tuple bagseki2007-05-301-24/+64
* * lib/net/ftp.rb (Net::FTP#transfercmd): skip 2XXshugo2007-05-301-0/+4
* * lib/rinda/tuplespace.rb (Rinda::TupleBag#delete): use rindex and seki2007-05-271-2/+7
* * lib/cgi.rb (CGI#[]): get rid of exceptions being raised.shyouhei2007-05-221-0/+1
* * ext/extmk.rb, ext/purelib.rb, lib/mkmf.rb, runruby.rb: clear defaultnobu2007-05-221-0/+3
* * lib/date/format.rb (Date._parse): detects some OFX datestadf2007-05-191-6/+15
* * lib/date/format.rb (Date._parse): revised treatment oftadf2007-05-081-41/+103
* * lib/date/format.rb: reverted.tadf2007-05-081-1/+1
* * lib/date/format.rb (Format::Bag#method_missing): get rid ofnobu2007-05-051-1/+1