aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * lib/rinda/tuplespace.rb (TupleSpace#create_entry, TupleBag#push,seki2007-04-291-9/+13
* Fixed raise Interrupt and Module rdocryan2007-04-261-4/+3
* * lib/mkmf.rb (libpathflag): not to append RPATHFLAG to currentnobu2007-04-231-3/+9
* * lib/optparse.rb: fix to override conv proc.nobu2007-04-201-2/+2
* * lib/monitor.rb (ConditionVariable#wait, mon_enter, mon_exit_for_cond):nobu2007-04-191-8/+13
* * 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/matrix.rb (Matrix::inverse_from): adding partial pivoting toknu2007-03-201-6/+12
* * lib/net/protocol.rb (rbuf_read): extend buffer size for speed.aamine2007-03-191-1/+3
* * lib/cgi.rb (CGI::header): IIS >= 5.0 does not need the nphknu2007-03-121-1/+2
* * lib/shell/process-controller.rb: fix thread synchronizationknu2007-03-061-3/+5
* * file.c (rb_stat_s_utime): fixed a commit miss for the platformsnobu2007-03-041-1/+1
* * lib/set.rb (Set#^, Set#&): Correct documentation. Those methodsknu2007-03-031-2/+2
* * lib/fileutils.rb (mv): could not move a directory between different filesys...aamine2007-03-031-2/+6
* * lib/fileutils.rb (touch): last commit causes error if :mtime option was not...aamine2007-03-031-6/+2
* * file.c (rb_file_s_utime): allow nil to set the current time.nobu2007-03-031-3/+14
* * lib/mkmf.rb ($DEFLIBPATH): default library paths ($(topdir), etc)usa2007-02-281-5/+6
* * sorry, commit misstake. reverted.usa2007-02-271-6/+5
* * test/{dbm,gdbm}/test_{dbm,gdbm}.rb: shouldn't use host_os. useusa2007-02-271-5/+6
* * lib/base64.rb (Base64::b64encode): Fix documentation; submittedknu2007-02-271-1/+1
* * lib/test/unit/autorunner.rb (Test::Unit::AutoRunner::initialize):knu2007-02-251-0/+1
* * lib/xmlrpc/client.rb (XMLRPC::Client::do_rpc): Make theknu2007-02-232-2/+2
* just a minor changetadf2007-02-191-8/+4
* updated based on date2 4.0.3.tadf2007-02-181-9/+9
* * lib/.document: Apply patch for irb, e2mmap and README by Hugh Sassedrbrain2007-02-162-6/+9
* * lib/uri/ftp.rb: Revert the previous change pending discussion.knu2007-02-151-68/+18
* * lib/uri/generic.rb (URI::Generic::userinfo): Considering howknu2007-02-151-6/+6
* * lib/uri/generic.rb (URI::Generic::userinfo): should supportknu2007-02-156-38/+161
* * lib/cgi.rb (CGI::unescapeHTML): invalid decoding for singleknu2007-02-151-5/+5
* * lib/cgi.rb (CGI::QueryExtension::read_multipart): Properly parseknu2007-02-101-2/+2