aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * configure.in, ext/thread/extconf.rb, lib/thread.rb: Add aknu2007-02-101-0/+4
* * lib/thread.rb: Remove an ineffective part of the code.knu2007-02-101-9/+0
* Back out the previous commit which was unintended.knu2007-02-091-2/+2
* * ext/bigdecimal: Synchronize with trunk. Better functionknu2007-02-091-2/+2
* * lib/cgi.rb (CGI::QueryExtension::read_multipart): use == insteadmatz2007-01-231-1/+1
* Merge RDoc updates from matzruby 11502, 11503, 11504drbrain2007-01-071-1/+37
* updated based on date2 4.0.1.tadf2007-01-071-2/+4
* Revert r11453matz2007-01-037-282/+362
* * io.c (ruby_dup): start GC on ENOMEM as well.matz2007-01-037-362/+282
* Merge 11443, 11444 and 11445 from trunk.drbrain2006-12-311-93/+133
* updated based on date2 4.0.tadf2006-12-302-185/+225
* * lib/irb/locale.rb (IRB::Locale::puts): typo fixed. a patch frommatz2006-12-141-1/+1
* * lib/irb/locale.rb (IRB::Locale::search_file): ues File.exist?matz2006-12-091-2/+2
* * lib/weakref.rb (WeakRef::__setobj__): should supportmatz2006-12-072-12/+19
* * lib/cgi.rb (CGI::QueryExtension::read_multipart): should quoteshugo2006-12-031-2/+3
* * Cross-patch from Ruby CVS; mostly Nabu edits.ser2006-12-0114-81/+136