summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2005-06-23fixed typo in the example of URI.extract.akira
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-12* signal.c (sigexit): call rb_thread_signal_exit() instead ofmatz
2005-06-08* bignum.c (get2comp): calculate proper 2's complement formatz
2005-06-07* ext/curses/curses.c (curses_insertln): merged a patch frommatz
2005-06-07* lib/thread.rb: RDoc documentation from Eric Hodelmatz
2005-06-07* lib/mkmf.rb (create_makefile): add .SUFFIXES from depend file.nobu
2005-05-29add a test for [ruby-dev:26127].akr
2005-05-27* lib/webrick/cgi.rb (WEBrick::CGI::Socket#request_line):gotoyuzo
2005-05-27* lib/mkmf.rb: use the semicolon as the path separatoreban
2005-05-25* lib/irb/input-method.rb: do not use Readline::HISTORY.pop.shugo
2005-05-25* lib/open-uri.rb (OpenURI::Meta::RE_QUOTED_STRING): a content ofakr
2005-05-24* lib/getopts.rb: should warn only if verbose mode.eban
2005-05-22 * lib/{soap,wsdl,xsd}, test/{soap,wsdl,xsd}: imported soap4r/1.5.4.nahi
2005-05-22This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)
2005-05-19* lib/rexml/encodings/SHIFT-JIS.rb: encoding and decoding wereocean
2005-05-19Cross-ported the REXML changes from HEAD to the 1.8 branch.ser
2005-05-19This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)
2005-05-17* lib/webrick/httpserver.rb (WEBrick::HTTPServer#run): shouldgotoyuzo
2005-05-15* lib/pathname.rb (Pathname#unlink): use SystemCallError instead ofakr
2005-05-15use raise(exception) [ruby-dev:26164]seki
2005-05-15* lib/pathname.rb (Pathname#unlink): unlink a symlink to a directoryakr
2005-05-14restored @progressocean
2005-05-13* ext/extmk.rb: keep srcdir unexpanded.nobu
2005-05-12* lib/rdoc/parsers/parse_c.rb: more readability for mixingocean
2005-05-12* lib/rdoc/parsers/parse_c.rb: show parsing progress for C files.ocean
2005-05-11* lib/webrick/cgi.rb: new methods WEBrick::CGI#[], WEBrick::CGI#loggergotoyuzo