aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* 2003-12-11eban2003-12-111-3/+3
* * configure.in (ieeefp.h), numeric.c: needed for finite() onnobu2003-12-1112-49/+90
* * ext/stringio/stringio.c (strio_read): set EOF flag at short read.nobu2003-12-103-25/+43
* * lib/erb.rb: new method ERB#filename(=). [ruby-dev:22208]aamine2003-12-102-2/+8
* * ext/stringio/stringio.c (strio_read): do not set EOF flag whennobu2003-12-103-5/+14
* * io.c (read_all): should return given string even if data read ismatz2003-12-107-26/+23
* * ext/stringio/stringio.c (strio_read): adjust behavior at readingnobu2003-12-105-6/+49
* * ChangeLog: fix comments.eban2003-12-101-15/+16
* * test/monitor/test_monitor.rb (test_cond): use Queue#deqshugo2003-12-102-1/+8
* * ext/pty/pty.c (HAVE_SYS_IOCTL_H): already defined at config.h, sousa2003-12-102-1/+11
* 2003-12-10eban2003-12-101-3/+3
* * win32/win32.h: define execv() using do_aspawn().eban2003-12-103-4/+8
* * overrided instance methods, which are private methods on the supernagai2003-12-0916-17/+154
* make case insensitive for host-part.akira2003-12-093-1/+15
* ditto.akr2003-12-091-0/+1
* add test for previous change to io.c.akr2003-12-092-0/+11
* io.c (rb_io_check_writable): don't call io_seek if EOF flag is set,akr2003-12-092-3/+5
* * io.c (rb_io_check_readable): Don't clear EOF flag by io_seek.akr2003-12-092-0/+5