summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2003-12-09io.c (rb_io_check_writable): don't call io_seek if EOF flag is set,akr
2003-12-09* io.c (rb_io_check_readable): Don't clear EOF flag by io_seek.akr
2003-12-092003-12-09eban
2003-12-09Added downcased shift-jis declarations. The old, all upper case declarationsser
2003-12-09* Added the lower-case Shift-JIS files to the manifest. The upper-case onesser
2003-12-09* typonagai
2003-12-08* new sample scriptnagai
2003-12-08 * lib/test/unit/assertions.rb: renamed #assert_raises to #assert_raisentalbott
2003-12-08 * lib/soap/rpc/standaloneServer.rb: add 'shutdown' and 'status'nahi
2003-12-08* lib/test/unit/autorunner.rb: remove dependency to a particularnobu
2003-12-08* ext/syck/syck.c (syck_io_str_read): get rid of buffer overflow.nobu
2003-12-08* lib/uri/common.rb: new method URI.regexp. [ruby-dev:22121]aamine
2003-12-08* lib/uri/common.rb: new method URI.regexp. [ruby-dev:22121]aamine
2003-12-082003-12-08eban
2003-12-08* pack.c: define swap16 and swap32 only if they are notmatz
2003-12-07add iconv.rb and config.charset.akr
2003-12-07sort aliases.akr
2003-12-072003-12-07eban
2003-12-07* ext/iconv/iconv.c (map_charset): make case sensitive.akr
2003-12-07Support inline source in Kilmer templatedave
2003-12-06no need to care SSL_ERROR_NONE and SSL_ERROR_WANT_X509_LOOKUP.gotoyuzo
2003-12-06* ext/openssl/ossl_ssl.c (ossl_start_ssl): new function to wrapgotoyuzo