summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2005-08-20 * lib/wsdl/xmlSchema/importer.rb (WSDL::XMLSchema::Importer#fetch): addnahi
2005-08-20 * lib/logger.rb (write, shift_log?, shift_log): file shifting racenahi
2005-08-19* lib/time.rb (Time.apply_offset): fix a problem with last day ofakr
2005-08-13doc fixaamine
2005-08-13* lib/fileutils.rb (remove_entry_secure): forgot final chdir.aamine
2005-08-13* lib/fileutils.rb (remove_entry_secure): uses chdir(2) and check if current ...aamine
2005-08-12* numeric.c (fix_equal, fix_cmp, fix_gt, fix_ge, fix_lt, fix_le):matz
2005-08-11* lib/rss/1.0.rb (RSS::RDF::Channel#setup_maker_attributes):kou
2005-08-07* lib/webrick/httpproxy.rb (HTTPProxyServer#intialize),gotoyuzo
2005-08-05* lib/mkmf.rb (create_makefile): need to convert path separetorusa
2005-08-01* lib/ping.rb (Ping.pingecho): should rescue StandardError.gotoyuzo
2005-07-31use private_methods and protected_methods instead of respond_to? to checkseki
2005-07-29* lib/irb/context.rb: fix `irb --readline` option. [ruby-dev:40955]keiju
2005-07-27* lib/fileutils.rb (cd): follow :noop option change. (This patch is contribut...aamine
2005-07-26* lib/net/http.rb: merge a patch contributed by Daniel Berger, with some modi...aamine
2005-07-22* lib/rss/rss.rb: moved copyright description to lib/rss.rb.kou
2005-07-22* lib/rss/parser.rb (RSS::Parser#initialize): accept HTTP/FTPkou
2005-07-16document fix [ruby-dev:26516] (patch from Kazuhiro NISHIYAMA)ocean
2005-07-15* lib/rdoc/parsers/parse_c.rb (handle_class_module): handle anobu
2005-07-14* lib/webrick/server.rb (WEBrick::GenericServer#accept_client):gotoyuzo
2005-07-12* lib/mkmf.rb: keep curdir unexpanded.nobu
2005-07-10 * lib/xmlrpc/server.rb (XMLRPC::Server): Switch from GServer over tomneumann
2005-07-10* lib/webrick/cgi.rb (WEBrick::CGI::Socket#request_line):gotoyuzo
2005-07-10* lib/pathname.rb (Pathname#unlink): try Dir.unlink first toakr
2005-07-10* lib/debug.rb (debug_command): added a deficient format specifier.nobu
2005-07-08* lib/rss/rss.rb (RSS::VERSION): 0.1.4 -> 0.1.5.kou
2005-07-04* lib/set.rb: test change to follow revision 1.28. (duck typing?)ocean
2005-07-03cosmetic.nahi
2005-07-02doc fix.akr
2005-07-01* lib/open-uri.rb (OpenURI.open_http): refine post_connection_checkakr
2005-06-30* lib/delegate.rb (Delegator::respond_to): respond_to? must checkmatz
2005-06-30* lib/irb/ruby-lex.rb (RubyLex::identify_number): alternative implementskeiju
2005-06-30* lib/irb/ruby-lex.rb (RubyLex::identify_number): should not treatmatz
2005-06-30* eval.c (rb_eval): pre-evaluate argument for unambiguousmatz
2005-06-30* lib/net/http.rb (Net::HTTP#connect, Net::HTTP#request): shouldgotoyuzo
2005-06-25* lib/webrick/httputils.rb (WEBrick::HTTPUtils.parse_query): shouldgotoyuzo
2005-06-25* lib/set.rb (Set#==): [ruby-dev:25206] (ported from ruby_1_8 branch)ocean
2005-06-24* lib/uri/common.rb, lib/uri/generic.rb: fixed typo in documents andakira
2005-06-23fixed typo in the example of URI.extract.akira
2005-06-19* lib/xmlrpc/utils.rb: Patch by Nobuhiro IMAI fixes the followingmneumann
2005-06-17* ext/readline/readline.c (readline_readline): do not set rl_{in,out}stream.shugo
2005-06-17* lib/time.rb (Time.parse): fix previous leap seconds support.akr
2005-06-16add tests for leapseconds on an environment without leapseconds support.akr
2005-06-16* lib/time.rb (Time.parse): "Fri Jan 1 08:59:60 +0900 1999" wasakr
2005-06-15* lib/resolv.rb (Resolv::DNS::Resource#ttl): new attribute.akr
2005-06-12* signal.c (sigexit): call rb_thread_signal_exit() instead ofmatz
2005-06-09Added Eric Hodel's rdoc to resolv.rb and added file to .documentryan
2005-06-07* bignum.c (bignorm): fixed a bug in normalizing negative numbersmatz
2005-06-07* ext/curses/curses.c (curses_insertln): merged a patch frommatz
2005-06-07* lib/thread.rb: RDoc documentation from Eric Hodelmatz