aboutsummaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* * bug fixnagai2003-12-171-3/+3
* * lib/cgi.rb (CGI::QueryExtension::Value::[]): should work likematz2003-12-171-1/+1
* introduce some new methodsaamine2003-12-161-34/+72
* * condition bug of if statement on {pack,grid}_propagate methodsnagai2003-12-161-6/+9
* * ext/openssl/ossl_pkcs12.c (ossl_pkcs12_initialize): first argumentusa2003-12-151-3/+5
* * ext/socket/socket.c (Init_socket): IPv6 is not supported althougheban2003-12-141-2/+2
* ext/tk/MANIFEST: add sample/tkalignbox.rb.eban2003-12-141-0/+1
* * ext/iconv/charset_alias.rb: preserve original order.nobu2003-12-132-3/+18
* * ext/openssl/ossl_pkcs12.[ch]: new files. add OpenSSL::PKCS12.gotoyuzo2003-12-115-0/+174
* * configure.in (ieeefp.h), numeric.c: needed for finite() onnobu2003-12-116-35/+28
* * ext/stringio/stringio.c (strio_read): set EOF flag at short read.nobu2003-12-101-5/+9
* * ext/stringio/stringio.c (strio_read): do not set EOF flag whennobu2003-12-101-3/+4
* * io.c (read_all): should return given string even if data read ismatz2003-12-102-6/+3
* * ext/stringio/stringio.c (strio_read): adjust behavior at readingnobu2003-12-101-0/+1
* * ext/pty/pty.c (HAVE_SYS_IOCTL_H): already defined at config.h, sousa2003-12-101-1/+3
* * overrided instance methods, which are private methods on the supernagai2003-12-0915-17/+143
* * typonagai2003-12-091-2/+2
* * new sample scriptnagai2003-12-081-0/+170
* * ext/syck/syck.c (syck_io_str_read): get rid of buffer overflow.nobu2003-12-081-1/+1
* add iconv.rb and config.charset.akr2003-12-071-0/+2
* sort aliases.akr2003-12-071-1/+1
* * ext/iconv/iconv.c (map_charset): make case sensitive.akr2003-12-072-5/+4
* no need to care SSL_ERROR_NONE and SSL_ERROR_WANT_X509_LOOKUP.gotoyuzo2003-12-061-4/+1
* * ext/openssl/ossl_ssl.c (ossl_start_ssl): new function to wrapgotoyuzo2003-12-061-6/+25
* * ext/stringio/stringio.c (strio_read): follow IO#read.nobu2003-12-051-2/+4
* * ext/dl/sym.c (rb_dlsym_guardcall): __declspec(noinline) is VC7usa2003-12-041-4/+4
* * ext/openssl/ossl_asn1.c (asn1time_to_time): should check thatgotoyuzo2003-12-041-3/+1
* * 'format'==>'Kernel.format' (avoid override trouble)nagai2003-12-035-63/+64
* * ext/extmk.rb (MTIMES): let makefiles depend to mkmf.rb.nobu2003-12-031-1/+1
* Merged Tietew's patch of [ruby-dev:21991].ttate2003-12-012-0/+92
* * ext/syck/syck.c: string buffering bug. decrementing by fullwhy2003-12-011-1/+1
* * sample/optparse/opttest.rb: added.nobu2003-12-016-34/+4
* * ext/tk/lib/tk.rb: bug fix [ruby-talk:86746]nagai2003-11-301-1/+1
* * ext/tk/lib/tkafter.rb: bug fix on TkTimer#cancel_on_exception=(mode).nagai2003-11-271-20/+22
* * ext/syck/token.c: removed YYTOKTMP references whichwhy2003-11-255-91/+134
* * ext/tcltklib/README.1st: edit.nagai2003-11-251-2/+2
* * ext/etc/extconf.rb: check for pw_passwd in struct passwd andeban2003-11-243-3/+9
* * ext/tk/lib/tk.rb: add Tk.grab_release and fix bug of TkCompositenagai2003-11-225-4/+428
* * ext/curses/curses.c (window_nodelay): nodelay() of NetBSD'susa2003-11-221-1/+7
* * gc.c (Init_stack): stack region is far smaller than usual ifmatz2003-11-227-23/+153
* * ext/tk/lib/tkentry.rb: fix the encoding trouble of percentnagai2003-11-212-5/+12
* * ext/tk/sample/tkballoonhelp.rb: new sample scriptnagai2003-11-204-0/+857
* * test/stringio/test_stringio.rb: imported from [ruby-dev:21941].nobu2003-11-181-0/+4
* * ext/stringio/stringio.c (strio_read): behave as IO at empty string.nobu2003-11-181-6/+27
* * /ext/openssl/ossl_x509ext.c (ossl_x509extfactory_create_ext):gotoyuzo2003-11-151-2/+5
* * ext/tcltklib/tcltklib.c: fix (en-bugged at 2003/11/07)nagai2003-11-143-12/+14
* Merge the patch of [ruby-ext:02242]. (Thanks, Masahiro Sakai)ttate2003-11-131-2/+2
* * ext/openssl/ossl_x509req.c (ossl_x509req_to_der): add function forgotoyuzo2003-11-131-0/+21
* * ext/tk/lib/tk.rb,multi-tk.rb: stop freezing some classesnagai2003-11-122-10/+10
* * ext/openssl/ossl.c (ossl_x509_sk2ary, ossl_x509crl_sk2ary): addgotoyuzo2003-11-113-6/+86