aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* * lib/mkmf.rb: keep curdir unexpanded.nobu2005-07-121-2/+5
* * lib/xmlrpc/server.rb (XMLRPC::Server): Switch from GServer over tomneumann2005-07-101-96/+43
* * lib/webrick/cgi.rb (WEBrick::CGI::Socket#request_line):gotoyuzo2005-07-101-2/+2
* * lib/pathname.rb (Pathname#unlink): try Dir.unlink first toakr2005-07-101-2/+2
* * lib/debug.rb (debug_command): added a deficient format specifier.nobu2005-07-101-2/+2
* * lib/rss/rss.rb (RSS::VERSION): 0.1.4 -> 0.1.5.kou2005-07-082-3/+3
* * lib/set.rb: test change to follow revision 1.28. (duck typing?)ocean2005-07-041-2/+2
* cosmetic.nahi2005-07-031-1/+1
* 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/+15
* * 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-9/+9
* * lib/net/http.rb (Net::HTTP#connect, Net::HTTP#request): shouldgotoyuzo2005-06-301-6/+10
* * lib/webrick/httputils.rb (WEBrick::HTTPUtils.parse_query): shouldgotoyuzo2005-06-251-0/+1
* * lib/set.rb (Set#==): [ruby-dev:25206] (ported from ruby_1_8 branch)ocean2005-06-251-10/+14
* * 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/xmlrpc/utils.rb: Patch by Nobuhiro IMAI fixes the followingmneumann2005-06-192-4/+15
* * ext/readline/readline.c (readline_readline): do not set rl_{in,out}stream.shugo2005-06-171-0/+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-29/+21
* * lib/time.rb (Time.parse): "Fri Jan 1 08:59:60 +0900 1999" wasakr2005-06-161-4/+52
* * lib/resolv.rb (Resolv::DNS::Resource#ttl): new attribute.akr2005-06-151-7/+22
* * signal.c (sigexit): call rb_thread_signal_exit() instead ofmatz2005-06-122-2/+14
* Added Eric Hodel's rdoc to resolv.rb and added file to .documentryan2005-06-092-319/+637
* * bignum.c (bignorm): fixed a bug in normalizing negative numbersmatz2005-06-071-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
* * lib/webrick/httpserver.rb (WEBrick::HTTPServer#run): shouldgotoyuzo2005-05-311-1/+4
* 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/fileutils.rb (remove_entry_secure): add documentation.aamine2005-05-261-33/+38
* * lib/fileutils.rb (rm_r): use lchown(2), not chown(2). [ruby-dev:26226]aamine2005-05-251-381/+546
* * lib/fileutils.rb (rm_r): does chown(2). [ruby-dev:26199]aamine2005-05-251-8/+31
* * lib/open-uri.rb (OpenURI::Meta::RE_QUOTED_STRING): a content ofakr2005-05-251-1/+1
* * numeric.c (fix_pow): support Fixnum ** Float case directlymatz2005-05-241-0/+9
* * lib/{soap,wsdl,xsd}, test/{soap,wsdl,xsd}: imported soap4r/1.5.4.nahi2005-05-2283-1737/+3646
* * lib/fileutils.rb (rm_r): new option :secure (default = true).aamine2005-05-211-89/+195
* * ext/readline/readline.c: supported libedit. fixed: [ruby-core:4858]shugo2005-05-191-2/+2
* Merged in development from the main REXML repository.ser2005-05-1915-866/+1210
* * 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