aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix dependency issuedave2003-12-194-18/+295
* Annotate enum.c. Add pager support, and report on methods in included modulesdave2003-12-1812-14/+692
* * lib/webrick/httputils.rb (parse_form_data): should return angotoyuzo2003-12-182-0/+6
* * eval.c (stack_extend): ignore inline optimization on VC7.usa2003-12-184-26/+43
* * dir.c (fnmatch): unlike find_dirsep(), rb_path_next() nevernobu2003-12-182-5/+9
* lib/ipaddr.rb (initialize): rescue StandardError.eban2003-12-181-1/+1
* 2003-12-18eban2003-12-181-3/+3
* * lib/ipaddr.rb (IPSocket::getaddress): merge usa's patch.eban2003-12-182-3/+58
* * bug fixnagai2003-12-171-3/+3
* * lib/cgi.rb (CGI::QueryExtension::Value::[]): should work likematz2003-12-178-47/+53
* Add pager support to ri, and start implementing command line optionsdave2003-12-173-12/+211
* 2003-12-17eban2003-12-171-3/+3
* commit missdave2003-12-161-1/+2
* Put RDoc comments into array.c, and refine rdoc/ri to deal with stuff that arosedave2003-12-1610-45/+1005
* introduce some new methodsaamine2003-12-163-41/+173
* * lib/pp.rb: don't use local variable `pp'.akr2003-12-163-188/+194
* Initial load of support for ri/rdoc integrationdave2003-12-1612-9/+1203
* * condition bug of if statement on {pack,grid}_propagate methodsnagai2003-12-162-6/+14
* 2003-12-16eban2003-12-161-3/+3
* * lib/yaml/rubytypes.rb: comments in strings. [ruby-talk:88012]why2003-12-153-1/+14
* * eval.c (catch_timer): check rb_thread_crtical in main nativenobu2003-12-152-33/+26
* * file.c: renamed and externalized rb_path_next,nobu2003-12-152-7/+7
* 2003-12-15nobu2003-12-151-3/+3
* commit missnobu2003-12-152-2/+2
* * dir.c (check_dirname): check string safety and remove extraneousnobu2003-12-154-26/+44
* * ext/openssl/ossl_pkcs12.c (ossl_pkcs12_initialize): first argumentusa2003-12-152-3/+10
* * descrictive warning message.nahi2003-12-141-1/+1
* 2003-12-14eban2003-12-141-3/+3
* * ext/socket/socket.c (Init_socket): IPv6 is not supported althougheban2003-12-143-2/+22
* ext/tk/MANIFEST: add sample/tkalignbox.rb.eban2003-12-141-0/+1
* * ext/iconv/charset_alias.rb: preserve original order.nobu2003-12-133-3/+24
* * eval.c (thread_timer): use timer by sub-thread and nanosleep.matz2003-12-133-20/+76
* * eval.c (proc_alloc): cache the created object at first time.nobu2003-12-132-0/+6
* 2003-12-13nobu2003-12-131-3/+3
* * test/yaml/test_yaml.rb (test_ruby_struct): struct name din not match.nobu2003-12-131-1/+2
* * configure.in: check ucontext.h.nobu2003-12-133-23/+44
* REXML changes:ser2003-12-128-48/+44
* * lib/yaml/rubytypes.rb: anonymous struct fix. [ruby-core:01946]why2003-12-123-2/+19
* * lib/csv.rb: add Cell#to_str and Cell#to_s for /.../ =~ aCell,nahi2003-12-123-1/+46
* * lib/fileutils.rb (mkdir): remove trailing `/' from pathes.aamine2003-12-123-30/+53
* 2003-12-12eban2003-12-121-3/+3
* * eval.c (proc_invoke): fix class name in warning message fornobu2003-12-112-1/+8
* untypogotoyuzo2003-12-111-1/+1
* * ext/openssl/ossl_pkcs12.[ch]: new files. add OpenSSL::PKCS12.gotoyuzo2003-12-116-0/+182
* * test/fileutils/test_fileutils.rb (test_mkdir_p): test expand_path'ed path.aamine2003-12-111-0/+5
* * lib/fileutils.rb (mkdir_p): remove trailing `/' befere mkdir(2). mkdir("no...aamine2003-12-112-2/+9
* * lib/ftools.rb (makedirs): sync with fileutils.eban2003-12-112-1/+9
* catch all SystemCallErrors.aamine2003-12-112-2/+7
* * lib/fileutils.rb (mkdir_p): check if it is a directory after mkdir(2) inste...aamine2003-12-112-6/+17
* * lib/fileutils.rb: def m( arg ) -> def m(arg).aamine2003-12-112-65/+69