summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2007-08-11fix Rinda::TupleSpace keeper thread bug.seki
2007-08-10 * lib/date/format.rb: reverted some wrongly erased "o" optionstadf
2007-08-06* lib/rexml/encodings/{ISO-8859-15,CP-1252}.rb: fixed invalid syntax.nobu
2007-08-05fixed a typo.tadf
2007-08-02* lib/mkmf.rb (find_type): new method.nobu
2007-08-02* lib/mkmf.rb (have_type): suppress a warning with -Wall.nobu
2007-08-02* lib/mkmf.rb: more verbose message. [ruby-Bugs-12766]nobu
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-06-14* lib/rdoc/parsers/parse_c.rb (RDoc::C_Parser): handle morenobu
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-07* lib/pp.rb: call original "method" method instead of redefined one.akr
2007-06-04* lib/net/imap.rb (ResponseParser#next_token): fixedshugo
2007-05-31* lib/benchmark.rb (Benchmark::Job::item): avoid modifying thenobu
2007-05-30 * lib/rinda/tuplespace.rb (Rinda::TupleBag): create index on tuple bagseki
2007-05-30* lib/net/ftp.rb (Net::FTP#transfercmd): skip 2XXshugo
2007-05-27 * lib/rinda/tuplespace.rb (Rinda::TupleBag#delete): use rindex and seki
2007-05-22* lib/cgi.rb (CGI#[]): get rid of exceptions being raised.shyouhei
2007-05-22* ext/extmk.rb, ext/purelib.rb, lib/mkmf.rb, runruby.rb: clear defaultnobu
2007-05-19 * lib/date/format.rb (Date._parse): detects some OFX datestadf
2007-05-08 * lib/date/format.rb (Date._parse): revised treatment oftadf
2007-05-08* lib/date/format.rb: reverted.tadf
2007-05-05* lib/date/format.rb (Format::Bag#method_missing): get rid ofnobu
2007-04-29 * lib/rinda/tuplespace.rb (TupleSpace#create_entry, TupleBag#push,seki
2007-04-26Fixed raise Interrupt and Module rdocryan
2007-04-23* lib/mkmf.rb (libpathflag): not to append RPATHFLAG to currentnobu
2007-04-20* lib/optparse.rb: fix to override conv proc.nobu
2007-04-19* lib/monitor.rb (ConditionVariable#wait, mon_enter, mon_exit_for_cond):nobu
2007-04-16* lib/optparse.rb (make_switch): do not clobber converter if patternnobu
2007-04-15 * lib/date/format.rb: added some zone names.tadf
2007-04-09* lib/net/imap.rb (disconnect): call shutdown forshugo
2007-03-20* lib/matrix.rb (Matrix::inverse_from): adding partial pivoting toknu
2007-03-19* lib/net/protocol.rb (rbuf_read): extend buffer size for speed.aamine
2007-03-12* lib/cgi.rb (CGI::header): IIS >= 5.0 does not need the nphknu
2007-03-06* lib/shell/process-controller.rb: fix thread synchronizationknu
2007-03-04* file.c (rb_stat_s_utime): fixed a commit miss for the platformsnobu
2007-03-03* lib/set.rb (Set#^, Set#&): Correct documentation. Those methodsknu
2007-03-03* lib/fileutils.rb (mv): could not move a directory between different filesys...aamine
2007-03-03* lib/fileutils.rb (touch): last commit causes error if :mtime option was not...aamine
2007-03-03* file.c (rb_file_s_utime): allow nil to set the current time.nobu
2007-02-28* lib/mkmf.rb ($DEFLIBPATH): default library paths ($(topdir), etc)usa
2007-02-27* sorry, commit misstake. reverted.usa
2007-02-27* test/{dbm,gdbm}/test_{dbm,gdbm}.rb: shouldn't use host_os. useusa
2007-02-27* lib/base64.rb (Base64::b64encode): Fix documentation; submittedknu