summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2007-02-25* lib/test/unit/autorunner.rb (Test::Unit::AutoRunner::initialize):knu
2007-02-23* lib/xmlrpc/client.rb (XMLRPC::Client::do_rpc): Make theknu
2007-02-19just a minor changetadf
2007-02-18updated based on date2 4.0.3.tadf
2007-02-16* lib/.document: Apply patch for irb, e2mmap and README by Hugh Sassedrbrain
2007-02-15* lib/uri/ftp.rb: Revert the previous change pending discussion.knu
2007-02-15* lib/uri/generic.rb (URI::Generic::userinfo): Considering howknu
2007-02-15* lib/uri/generic.rb (URI::Generic::userinfo): should supportknu
2007-02-15* lib/cgi.rb (CGI::unescapeHTML): invalid decoding for singleknu
2007-02-10* lib/cgi.rb (CGI::QueryExtension::read_multipart): Properly parseknu
2007-02-10* configure.in, ext/thread/extconf.rb, lib/thread.rb: Add aknu
2007-02-10* lib/thread.rb: Remove an ineffective part of the code.knu
2007-02-09Back out the previous commit which was unintended.knu
2007-02-09* ext/bigdecimal: Synchronize with trunk. Better functionknu
2007-01-23* lib/cgi.rb (CGI::QueryExtension::read_multipart): use == insteadmatz
2007-01-07Merge RDoc updates from matzruby 11502, 11503, 11504drbrain
2007-01-07updated based on date2 4.0.1.tadf
2007-01-03Revert r11453matz
2007-01-03* io.c (ruby_dup): start GC on ENOMEM as well.matz
2006-12-31Merge 11443, 11444 and 11445 from trunk.drbrain
2006-12-30updated based on date2 4.0.tadf
2006-12-14* lib/irb/locale.rb (IRB::Locale::puts): typo fixed. a patch frommatz
2006-12-09* lib/irb/locale.rb (IRB::Locale::search_file): ues File.exist?matz
2006-12-07* lib/weakref.rb (WeakRef::__setobj__): should supportmatz
2006-12-03* lib/cgi.rb (CGI::QueryExtension::read_multipart): should quoteshugo
2006-12-01* Cross-patch from Ruby CVS; mostly Nabu edits.ser
2006-11-06* lib/rss/0.9.rb (RSS::Rss): removed needless include.kou
2006-11-05updated based on date2 3.9.7.tadf
2006-11-04* lib/net/imap.rb: accept NOMODSEQ. [ruby-core:9002]shugo
2006-11-02* lib/set.rb (Set#^): Fix XOR operation against a container thatknu
2006-10-31* time.c (time_dup): duplicate the class of original time.matz
2006-10-24updated based on date2 3.9.6.tadf
2006-10-20* lib/mkmf.rb: fix typo.usa
2006-10-20* lib/mkmf.rb: fixed the bug of handling COMMON_MACROS.eban
2006-10-14* lib/test/unit/collector/dir.rb (Collector::Dir#collect): append basenobu
2006-10-13updated based on date2 3.9.5.tadf
2006-10-13* lib/fileutils.rb (FileUtils.cp_r): dereference_root=true is default in Ruby...aamine