summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2012-05-18[ruby-dev:45650]nobu
2012-03-06merge revision(s) 34908:nobu
2011-11-01* lib/webrick/utils.rb: fix fcntl call.akr
2011-07-29* lib/securerandom.rb: call OpenSSL::Random.seed at the akr
2011-07-17Backport r24500; fixes #2556.knu
2011-06-13* lib/securerandom.rb (SecureRandom.random_bytes): modify PRNG stateakr
2011-06-09reedit previous committadf
2011-06-09 * lib/date.rb: zone_to_diff in this version is just class method.tadf
2011-06-09 * lib/date.rb (time_to_day_fraction): accepts flonum without Float#to_r.tadf
2011-05-15* lib/uri/generic.rb (#route_from_path): Fix a bug whereknu
2011-05-15* lib/fileutils.rb (FileUtils#touch): Fix corrupted output.knu
2011-02-18merge revision(s) 30896:shyouhei
2010-12-23merge revision(s) 27388:27390:shyouhei
2010-12-03* lib/mkmf.rb (check_sizeof): should return integer always.nobu
2010-10-18* lib/net/http.rb (transport_request): @socket may be nil.naruse
2010-10-01* lib/rdoc/ri/ri_paths.rb (RI::Paths): use RbConfig instead ofnobu
2010-09-24* lib/pathname.rb (relative_path_from): backport r23093 and r25440usa
2010-08-27* lib/net/imap.rb (initialize): sets sync_close to true.shugo
2010-08-16merge revision(s) 28997:shyouhei
2010-08-10merge revision(s) 28945:naruse
2010-08-07* mkconfig.rb, lib/rbconfig/obsolete.rb: warn obsolete andnobu
2010-07-29 * lib/webrick/ssl.rb (WEBrick::Utils.create_self_signed_cert): wronglynahi
2010-06-25* lib/fileutils.rb (FileUtils#rmdir): Backport -p (parents). Thisknu
2010-06-14raise DRbConnError instead of ArgumentError if too many arguments.seki
2010-06-05* lib/matrix.rb: Matrix library copied from 1.9. It is now identicalmarcandre
2010-05-28* lib/mkmf.rb (checking_for): ignore toplevel.nobu
2010-05-08* lib/net/imap.rb: backported exception handling from trunk.shugo
2010-05-02* lib/cgi.rb (CGI::NEEDS_BINMODE): check if O_BINARY is defined.nobu
2010-05-01* lib/cgi.rb (CGI::NEEDS_BINMODE): check if O_BINARY value insteadnobu
2010-05-01* lib/mkmf.rb (dir_config): should not modify argument arraysnobu
2010-04-29* lib/thwait.rb (ThreadsWait#join): refined rdoc again.nobu
2010-04-29* lib/thwait.rb (ThreadsWait#join): refined rdoc. [ruby-core:29863]nobu
2010-04-27* lib/net/smtp.rb (Net::SMTP#rcptto_list): fixed typo.nobu
2010-04-25* lib/net/imap.rb (fetch_internal): do not quote message data itemshugo
2010-04-25* lib/net/imap (encode_utf7): encode & properly. Thanks, Kengoshugo
2010-04-19 * lib/fileutils.rb (FileUtils::cp_r): dup needed here; options areshyouhei
2010-04-19* lib/timeout.rb (Timeout#timeout): propagate errors to thenobu
2010-04-16* lib/net/smtp.rb (Net::SMTP#rcptto_list): continue when at leastnobu
2010-04-16* {ext,lib,test}/**/*.rb: removed trailing spaces.nobu
2010-03-22 * lib/date.rb (Date#>>): fixed. [ruby-core:28011]tadf
2010-03-20* lib: fixed typo. a patch by Sho Hashimoto in [ruby-dev:40716].nobu
2010-02-28* lib/open3.rb (Open3#popen3): ignore trap and at_exit also whennobu
2010-02-28* lib/open3.rb (Open3#popen3): use Thread.detach instead ofnobu
2010-02-24* lib/resolv.rb: fix [ruby-core:28320] reported by Paul Clegg.akr
2010-02-11* lib/resolv.rb: fix [ruby-core:28144].akr
2010-02-11* lib/resolv.rb: support :nameserver_port option. backport r26230akr
2010-02-05* random.c (fill_random_seed): don't use O_NOFOLLOW becauseakr
2010-02-05* ext/rational/rational.c: Added to provide a fast implementationknu
2010-02-03* lib/net/http.rb (Net::HTTP#request): close @socket only afternobu
2010-01-26 * lib/drb/eq.rb: fix circular requrie in drb.seki