aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* dln.c: remove last second typo.matz2003-12-201-3/+0
* * eval.c (rb_with_disable_interrupt): prohibit thread contextmatz2003-12-201-0/+5
* * forgot to add a changelog entrynagai2003-12-201-0/+6
* * lib/webrick/httprequest.rb (HTTPRequest#meta_vars): refine regexp.gotoyuzo2003-12-201-1/+10
* * lib/optparse.rb (OptionParser::Completion::complete): wrongnobu2003-12-201-0/+8
* * lib/yaml.rb (YAML::YAML): adjust Marshal version.nobu2003-12-201-1/+5
* * lib/webrick/cgi.rb: add file. (yet another CGI library)gotoyuzo2003-12-191-0/+6
* * misc/ruby-mode.el (ruby-calculate-indent): proper indentationmatz2003-12-191-0/+8
* * lib/webrick/httprequest.rb (meta_vers): should not setgotoyuzo2003-12-191-0/+8
* * lib/soap/property.rb (SOAP::Property#load): new method for loadingnahi2003-12-191-0/+7
* * lib/runit/cui/testrunner.rb (RUNIT::CUI::TestRunner::run):akira2003-12-191-0/+5
* * ext/tk/sample/tkmultilistbox.rb: bug fixnagai2003-12-191-0/+6
* * lib/webrick/httputils.rb (parse_form_data): should return angotoyuzo2003-12-181-0/+5
* * eval.c (stack_extend): ignore inline optimization on VC7.usa2003-12-181-0/+14
* * dir.c (fnmatch): unlike find_dirsep(), rb_path_next() nevernobu2003-12-181-1/+6
* * lib/ipaddr.rb (IPSocket::getaddress): merge usa's patch.eban2003-12-181-0/+5
* * lib/cgi.rb (CGI::QueryExtension::Value::[]): should work likematz2003-12-171-0/+18
* introduce some new methodsaamine2003-12-161-0/+15
* * lib/pp.rb: don't use local variable `pp'.akr2003-12-161-0/+6
* * condition bug of if statement on {pack,grid}_propagate methodsnagai2003-12-161-0/+5
* * lib/yaml/rubytypes.rb: comments in strings. [ruby-talk:88012]why2003-12-151-0/+6
* * eval.c (catch_timer): check rb_thread_crtical in main nativenobu2003-12-151-0/+9
* * file.c: renamed and externalized rb_path_next,nobu2003-12-151-3/+3
* commit missnobu2003-12-151-1/+1
* * dir.c (check_dirname): check string safety and remove extraneousnobu2003-12-151-0/+11
* * ext/openssl/ossl_pkcs12.c (ossl_pkcs12_initialize): first argumentusa2003-12-151-0/+5
* * ext/socket/socket.c (Init_socket): IPv6 is not supported althougheban2003-12-141-0/+8
* * ext/iconv/charset_alias.rb: preserve original order.nobu2003-12-131-0/+6
* * eval.c (thread_timer): use timer by sub-thread and nanosleep.matz2003-12-131-0/+7
* * eval.c (proc_alloc): cache the created object at first time.nobu2003-12-131-0/+5
* * configure.in: check ucontext.h.nobu2003-12-131-0/+7
* * lib/yaml/rubytypes.rb: anonymous struct fix. [ruby-core:01946]why2003-12-121-0/+6
* * lib/csv.rb: add Cell#to_str and Cell#to_s for /.../ =~ aCell,nahi2003-12-121-0/+7
* * lib/fileutils.rb (mkdir): remove trailing `/' from pathes.aamine2003-12-121-0/+11
* * eval.c (proc_invoke): fix class name in warning message fornobu2003-12-111-0/+5
* untypogotoyuzo2003-12-111-1/+1
* * ext/openssl/ossl_pkcs12.[ch]: new files. add OpenSSL::PKCS12.gotoyuzo2003-12-111-0/+8
* * lib/fileutils.rb (mkdir_p): remove trailing `/' befere mkdir(2). mkdir("no...aamine2003-12-111-0/+7
* * lib/ftools.rb (makedirs): sync with fileutils.eban2003-12-111-0/+4
* catch all SystemCallErrors.aamine2003-12-111-0/+5
* * lib/fileutils.rb (mkdir_p): check if it is a directory after mkdir(2) inste...aamine2003-12-111-0/+7
* * lib/fileutils.rb: def m( arg ) -> def m(arg).aamine2003-12-111-0/+4
* * configure.in (ieeefp.h), numeric.c: needed for finite() onnobu2003-12-111-0/+44
* * ext/stringio/stringio.c (strio_read): set EOF flag at short read.nobu2003-12-101-0/+5
* * lib/erb.rb: new method ERB#filename(=). [ruby-dev:22208]aamine2003-12-101-0/+4
* * ext/stringio/stringio.c (strio_read): do not set EOF flag whennobu2003-12-101-2/+7
* * io.c (read_all): should return given string even if data read ismatz2003-12-101-0/+5
* * ext/stringio/stringio.c (strio_read): adjust behavior at readingnobu2003-12-101-6/+17
* * ChangeLog: fix comments.eban2003-12-101-15/+16
* * test/monitor/test_monitor.rb (test_cond): use Queue#deqshugo2003-12-101-0/+5