summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2005-09-16* ext/syck/rubyext.c (syck_resolver_transfer): remove C++ stylematz
2005-09-15forgot to update some files in the previous soap4r-1.5.5 import.nahi
2005-09-15* lib/webrick/cgi.rb (WEBrick::CGI::Socket#initialize): should setgotoyuzo
2005-09-15 * lib/{soap,wsdl,xsd}, test/{soap,wsdl,xsd}: imported soap4r/1.5.5.nahi
2005-09-14(Rinda::TemplateEntry::initialize): pull up method. Tabs converted to spaces.seki
2005-09-14* lib/net/telnet.rb (Net::Telnet::waitfor): replace sysread withmatz
2005-09-13* lib/net/https.rb: backported from trunk, rev 1.3. [ruby-dev:25673] (again),...aamine
2005-09-13 * lib/logger.rb (Logger): added formatter accessor to logger fornahi
2005-09-13* lib/net/http.rb: backported from trunk, rev 1.128. [ruby-dev:25673] [ruby-d...aamine
2005-09-13This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)
2005-09-13* lib/yaml.rb: reworking YAML::Stream to use the newwhy
2005-09-07* lib/open-uri.rb: abolish mod === tempfile to avoid a problemakr
2005-09-06* lib/mkmf.rb (what_type?): guesstimate type.nobu
2005-09-05* lib/ostruct.rb: a patch from Florian Gross <florgro@gmail.com>matz
2005-09-02* lib: do not use __send__ to access private methods. [ruby-dev:26935]nobu
2005-09-01* lib/irb/init.rb: make IRB -I option that is same befavior for ruby.keiju
2005-08-30* lib/mkmf.rb (xsystem, xpopen): no longer expand by Config.nobu
2005-08-29* lib/rdoc/usage.rb: supress warning.ocean
2005-08-29* lib/rdoc/usage.rb: improper exceptions. [ruby-dev:26870]ocean
2005-08-28* lib/time.rb (Time.parse): extract fractional seconds usingakr
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-12* Fixed the inheritance bug in the pull parser that James Britt found.ser
2005-08-11* lib/rss/1.0.rb (RSS::RDF::Channel#setup_maker_attributes):kou
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-31 * lib/irb/context.rb: fix `irb --readline` option. [ruby-list:40955]keiju
2005-07-22This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)
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-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-25* lib/webrick/httputils.rb (WEBrick::HTTPUtils.parse_query): shouldgotoyuzo
2005-06-24* lib/xmlrpc/*, test/xmlrpc/*: backported changes from HEAD into 1.8mneumann
2005-06-24* lib/uri/common.rb, lib/uri/generic.rb: fixed typo in documents andakira