summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)Author
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
2003-12-07sort aliases.akr
2003-12-07* ext/iconv/iconv.c (map_charset): make case sensitive.akr
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
2003-12-05* ext/stringio/stringio.c (strio_read): follow IO#read.nobu
2003-12-04* ext/dl/sym.c (rb_dlsym_guardcall): __declspec(noinline) is VC7usa
2003-12-04 * ext/openssl/ossl_asn1.c (asn1time_to_time): should check thatgotoyuzo
2003-12-03* 'format'==>'Kernel.format' (avoid override trouble)nagai
2003-12-03* ext/extmk.rb (MTIMES): let makefiles depend to mkmf.rb.nobu
2003-12-01Merged Tietew's patch of [ruby-dev:21991].ttate
2003-12-01* ext/syck/syck.c: string buffering bug. decrementing by fullwhy
2003-12-01* sample/optparse/opttest.rb: added.nobu
2003-11-30* ext/tk/lib/tk.rb: bug fix [ruby-talk:86746]nagai
2003-11-27* ext/tk/lib/tkafter.rb: bug fix on TkTimer#cancel_on_exception=(mode).nagai
2003-11-25* ext/syck/token.c: removed YYTOKTMP references whichwhy
2003-11-25* ext/tcltklib/README.1st: edit.nagai
2003-11-24* ext/etc/extconf.rb: check for pw_passwd in struct passwd andeban
2003-11-22* ext/tk/lib/tk.rb: add Tk.grab_release and fix bug of TkCompositenagai
2003-11-22* ext/curses/curses.c (window_nodelay): nodelay() of NetBSD'susa
2003-11-22* gc.c (Init_stack): stack region is far smaller than usual ifmatz
2003-11-21* ext/tk/lib/tkentry.rb: fix the encoding trouble of percentnagai
2003-11-20* ext/tk/sample/tkballoonhelp.rb: new sample scriptnagai
2003-11-18* test/stringio/test_stringio.rb: imported from [ruby-dev:21941].nobu
2003-11-18* ext/stringio/stringio.c (strio_read): behave as IO at empty string.nobu
2003-11-15* /ext/openssl/ossl_x509ext.c (ossl_x509extfactory_create_ext):gotoyuzo
2003-11-14* ext/tcltklib/tcltklib.c: fix (en-bugged at 2003/11/07)nagai
2003-11-13Merge the patch of [ruby-ext:02242]. (Thanks, Masahiro Sakai)ttate
2003-11-13* ext/openssl/ossl_x509req.c (ossl_x509req_to_der): add function forgotoyuzo
2003-11-12* ext/tk/lib/tk.rb,multi-tk.rb: stop freezing some classesnagai