summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)Author
2004-01-20* ext/openssl/extconf.rb: should check <openssl/conf_api.h> insteadgotoyuzo
2004-01-19* ext/openssl/extconf.rb: add check for OpenSSL version.gotoyuzo
2004-01-19* ext/digest/defs.h, win32/win3.c, win32/win32.h, file.c: removenobu
2004-01-19* ext/extmk.rb, win32/Makefile.sub, win32/configure.bat,usa
2004-01-18* ext/iconv/charset_alias.rb: prefer us_EN locale encodings ornobu
2004-01-14* ext/iconv/extconf.rb: wrapper iconv.rb is dependent on platform.nobu
2004-01-13* ext/syck/rubyext.c: omission of Date library code causedwhy
2004-01-13* ext/tk/lib/tk.rb: use $0 as the default application class name.nagai
2004-01-12* ext/syck/bytecode.c: turn off default implicit typing.why
2004-01-10* ext/socket/socket.c (make_hostent): a bug in brace position.matz
2004-01-10* configure.in: install rdoc by default. if you do not want tomatz
2004-01-09* ext/extmk.rb (extmake): should not reduce necessary libraries.nobu
2004-01-08* ext/openssl/ossl_pkey.c (ossl_pkey_to_der): removed; it returnsgotoyuzo
2004-01-07* ext/syck/rubyext.c (yaml_org_handler): lazy-load Date fornobu
2004-01-07* ext/extmk.rb: preserve order in Setup. [ruby-dev:22503]nobu
2004-01-07* ext/tk/lib/tk.rb: use epath for embedded windows of TkPanedWindow.nagai
2004-01-02* dir.c: merge tuning from H.Yamamoto <ocean@m2.ccsnet.ne.jp>.matz
2003-12-28* instruby.rb: fix install directory if destdir and compile_dir areusa
2003-12-28* ext/stringio/stringio.c (strio_sysread): StringIO.new.sysread didn'takr
2003-12-25* string.c (rb_str_update): call rb_str_modify().matz
2003-12-24* stable version 1.8.1 released.matz
2003-12-24* ext/tk/sample/tkmulticolumnlist.rb: new samplenagai
2003-12-24* ext/openssl/ossl_ssl.c (ossl_ssl_read): should check for errorgotoyuzo
2003-12-24* ext/stringio/stringio.c (strio_read): clear the buffer argumentnobu
2003-12-24* ext/stringio/stringio.c (strio_read): never return nil atnobu
2003-12-22* ext/iconv/iconv.c (map_charset): always ensure code is a String.nobu
2003-12-21* ext/syck/emitter.c (syck_emitter_write): str bigger thanmatz
2003-12-20* eval.c (rb_with_disable_interrupt): prohibit thread contextmatz
2003-12-20* ext/tk/lib/tk.rb: add new methods (TkScrollbar#assign, assign_list)nagai
2003-12-19* ext/tk/sample/tkmultilistbox.rb: bug fixnagai
2003-12-17* bug fixnagai
2003-12-17* lib/cgi.rb (CGI::QueryExtension::Value::[]): should work likematz
2003-12-16introduce some new methodsaamine
2003-12-16* condition bug of if statement on {pack,grid}_propagate methodsnagai
2003-12-15* ext/openssl/ossl_pkcs12.c (ossl_pkcs12_initialize): first argumentusa
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-11* ext/openssl/ossl_pkcs12.[ch]: new files. add OpenSSL::PKCS12.gotoyuzo
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* 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* ext/pty/pty.c (HAVE_SYS_IOCTL_H): already defined at config.h, sousa
2003-12-09* overrided instance methods, which are private methods on the supernagai
2003-12-09* typonagai
2003-12-08* new sample scriptnagai
2003-12-08* ext/syck/syck.c (syck_io_str_read): get rid of buffer overflow.nobu
2003-12-07add iconv.rb and config.charset.akr