summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2003-12-16Initial load of support for ri/rdoc integrationdave
2003-12-16* condition bug of if statement on {pack,grid}_propagate methodsnagai
2003-12-162003-12-16eban
2003-12-15* lib/yaml/rubytypes.rb: comments in strings. [ruby-talk:88012]why
2003-12-15* eval.c (catch_timer): check rb_thread_crtical in main nativenobu
2003-12-15* file.c: renamed and externalized rb_path_next,nobu
2003-12-152003-12-15nobu
2003-12-15commit missnobu
2003-12-15* dir.c (check_dirname): check string safety and remove extraneousnobu
2003-12-15* ext/openssl/ossl_pkcs12.c (ossl_pkcs12_initialize): first argumentusa
2003-12-14* descrictive warning message.nahi
2003-12-142003-12-14eban
2003-12-14* ext/socket/socket.c (Init_socket): IPv6 is not supported althougheban
2003-12-14ext/tk/MANIFEST: add sample/tkalignbox.rb.eban
2003-12-13* ext/iconv/charset_alias.rb: preserve original order.nobu
2003-12-13* eval.c (thread_timer): use timer by sub-thread and nanosleep.matz
2003-12-13* eval.c (proc_alloc): cache the created object at first time.nobu
2003-12-132003-12-13nobu
2003-12-13* test/yaml/test_yaml.rb (test_ruby_struct): struct name din not match.nobu
2003-12-13* configure.in: check ucontext.h.nobu
2003-12-12REXML changes:ser
2003-12-12* lib/yaml/rubytypes.rb: anonymous struct fix. [ruby-core:01946]why
2003-12-12 * lib/csv.rb: add Cell#to_str and Cell#to_s for /.../ =~ aCell,nahi
2003-12-12* lib/fileutils.rb (mkdir): remove trailing `/' from pathes.aamine
2003-12-122003-12-12eban
2003-12-11* eval.c (proc_invoke): fix class name in warning message fornobu
2003-12-11untypogotoyuzo
2003-12-11* ext/openssl/ossl_pkcs12.[ch]: new files. add OpenSSL::PKCS12.gotoyuzo
2003-12-11* test/fileutils/test_fileutils.rb (test_mkdir_p): test expand_path'ed path.aamine
2003-12-11* lib/fileutils.rb (mkdir_p): remove trailing `/' befere mkdir(2). mkdir("no...aamine
2003-12-11* lib/ftools.rb (makedirs): sync with fileutils.eban
2003-12-11catch all SystemCallErrors.aamine
2003-12-11* lib/fileutils.rb (mkdir_p): check if it is a directory after mkdir(2) inste...aamine
2003-12-11* lib/fileutils.rb: def m( arg ) -> def m(arg).aamine
2003-12-112003-12-11eban
2003-12-11* configure.in (ieeefp.h), numeric.c: needed for finite() onnobu
2003-12-10* ext/stringio/stringio.c (strio_read): set EOF flag at short read.nobu
2003-12-10* lib/erb.rb: new method ERB#filename(=). [ruby-dev:22208]aamine
2003-12-10* ext/stringio/stringio.c (strio_read): do not set EOF flag whennobu
2003-12-10* io.c (read_all): should return given string even if data read ismatz
2003-12-10* ext/stringio/stringio.c (strio_read): adjust behavior at readingnobu
2003-12-10* ChangeLog: fix comments.eban
2003-12-10* test/monitor/test_monitor.rb (test_cond): use Queue#deqshugo
2003-12-10* ext/pty/pty.c (HAVE_SYS_IOCTL_H): already defined at config.h, sousa
2003-12-102003-12-10eban
2003-12-10* win32/win32.h: define execv() using do_aspawn().eban
2003-12-09* overrided instance methods, which are private methods on the supernagai
2003-12-09make case insensitive for host-part.akira
2003-12-09ditto.akr
2003-12-09add test for previous change to io.c.akr