summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* * lib/rss/rss.rb (RSS::VERSION): 0.1.4 -> 0.1.5.kou2005-07-082-3/+3
* doc fix.akr2005-07-021-1/+1
* * lib/open-uri.rb (OpenURI.open_http): refine post_connection_checkakr2005-07-011-3/+8
* * lib/delegate.rb (Delegator::respond_to): respond_to? must checkmatz2005-06-301-0/+9
* * lib/irb/ruby-lex.rb (RubyLex::identify_number): alternative implementskeiju2005-06-301-8/+14
* * lib/irb/ruby-lex.rb (RubyLex::identify_number): should not treatmatz2005-06-301-2/+3
* * eval.c (rb_eval): pre-evaluate argument for unambiguousmatz2005-06-302-0/+9
* * lib/webrick/httputils.rb (WEBrick::HTTPUtils.parse_query): shouldgotoyuzo2005-06-251-0/+1
* * lib/xmlrpc/*, test/xmlrpc/*: backported changes from HEAD into 1.8mneumann2005-06-246-60/+88
* * lib/uri/common.rb, lib/uri/generic.rb: fixed typo in documents andakira2005-06-242-19/+19
* fixed typo in the example of URI.extract.akira2005-06-231-2/+2
* * lib/time.rb (Time.parse): fix previous leap seconds support.akr2005-06-171-25/+123
* add tests for leapseconds on an environment without leapseconds support.akr2005-06-161-28/+21
* * lib/time.rb (Time.parse): "Fri Jan 1 08:59:60 +0900 1999" wasakr2005-06-161-4/+50
* * signal.c (sigexit): call rb_thread_signal_exit() instead ofmatz2005-06-121-0/+2
* * bignum.c (get2comp): calculate proper 2's complement formatz2005-06-081-2/+2
* * ext/curses/curses.c (curses_insertln): merged a patch frommatz2005-06-071-0/+3
* * lib/thread.rb: RDoc documentation from Eric Hodelmatz2005-06-071-20/+84
* * lib/mkmf.rb (create_makefile): add .SUFFIXES from depend file.nobu2005-06-071-2/+9
* add a test for [ruby-dev:26127].akr2005-05-291-0/+2
* * lib/webrick/cgi.rb (WEBrick::CGI::Socket#request_line):gotoyuzo2005-05-271-5/+7
* * lib/mkmf.rb: use the semicolon as the path separatoreban2005-05-271-5/+9
* * lib/irb/input-method.rb: do not use Readline::HISTORY.pop.shugo2005-05-251-2/+2
* * lib/open-uri.rb (OpenURI::Meta::RE_QUOTED_STRING): a content ofakr2005-05-251-1/+1
* * lib/getopts.rb: should warn only if verbose mode.eban2005-05-241-1/+1
* * lib/{soap,wsdl,xsd}, test/{soap,wsdl,xsd}: imported soap4r/1.5.4.nahi2005-05-2273-1737/+2911
* This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)2005-05-2210-0/+735
* * lib/rexml/encodings/SHIFT-JIS.rb: encoding and decoding wereocean2005-05-191-2/+2
* Cross-ported the REXML changes from HEAD to the 1.8 branch.ser2005-05-1923-1043/+1339
* This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)2005-05-191-0/+33
* * lib/webrick/httpserver.rb (WEBrick::HTTPServer#run): shouldgotoyuzo2005-05-171-1/+1
* * lib/pathname.rb (Pathname#unlink): use SystemCallError instead ofakr2005-05-151-1/+1
* use raise(exception) [ruby-dev:26164]seki2005-05-151-1/+2
* * lib/pathname.rb (Pathname#unlink): unlink a symlink to a directoryakr2005-05-151-3/+3
* restored @progressocean2005-05-141-2/+3
* * ext/extmk.rb: keep srcdir unexpanded.nobu2005-05-131-4/+4
* * lib/rdoc/parsers/parse_c.rb: more readability for mixingocean2005-05-121-4/+10
* * lib/rdoc/parsers/parse_c.rb: show parsing progress for C files.ocean2005-05-121-0/+11
* * lib/webrick/cgi.rb: new methods WEBrick::CGI#[], WEBrick::CGI#loggergotoyuzo2005-05-112-16/+18
* * lib/tempfile.rb (Tempfile#unlink): fixed typo.ocean2005-05-111-1/+1
* * lib/profiler.rb: fixed "undefined method `[]' for nil:NilClass"ocean2005-05-081-29/+29
* * lib/mkmf.rb (have_var): no libs argument is given.nobu2005-05-071-2/+0
* * lib/mkmf.rb (create_makefile): support platforms have file separatornobu2005-04-201-1/+11
* * lib/irb.rb lib/irb/* doc/irb: IRB 0.9.5keiju2005-04-1931-279/+448
* This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)2005-04-194-0/+349
* * lib/ftools.rb (File.safe_unlink): do not modify a symlinked file.eban2005-04-191-22/+31
* * lib/fileutils.rb (remove_file): ignore exceptions caused by chmod.aamine2005-04-141-8/+25
* * lib/rss/rss.rb (RSS::VERSION): 0.1.3 -> 0.1.4.kou2005-04-131-3/+7
* adhoc patch for [druby-ja:123]seki2005-04-111-5/+19
* * lib/mkmf.rb (configuration): shouldn't output hdrdir twice.usa2005-04-111-1/+1