aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * 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
* 2003-12-09eban2003-12-091-3/+3
* Added downcased shift-jis declarations. The old, all upper case declarationsser2003-12-093-0/+40
* * Added the lower-case Shift-JIS files to the manifest. The upper-case onesser2003-12-0921-722/+817
* * typonagai2003-12-091-2/+2
* * new sample scriptnagai2003-12-082-0/+174
* * lib/test/unit/assertions.rb: renamed #assert_raises to #assert_raisentalbott2003-12-083-17/+30
* * lib/soap/rpc/standaloneServer.rb: add 'shutdown' and 'status'nahi2003-12-088-11/+34
* * lib/test/unit/autorunner.rb: remove dependency to a particularnobu2003-12-088-22/+35
* * ext/syck/syck.c (syck_io_str_read): get rid of buffer overflow.nobu2003-12-082-1/+5
* * lib/uri/common.rb: new method URI.regexp. [ruby-dev:22121]aamine2003-12-081-0/+14
* * lib/uri/common.rb: new method URI.regexp. [ruby-dev:22121]aamine2003-12-082-17/+41
* 2003-12-08eban2003-12-081-3/+3
* * pack.c: define swap16 and swap32 only if they are notmatz2003-12-082-0/+9