aboutsummaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* * instruby.rb: fix install directory if destdir and compile_dir areusa2003-12-281-1/+1
* * ext/stringio/stringio.c (strio_sysread): StringIO.new.sysread didn'takr2003-12-282-2/+2
* * string.c (rb_str_update): call rb_str_modify().matz2003-12-251-1/+1
* * stable version 1.8.1 released.matz2003-12-241-1/+1
* * ext/tk/sample/tkmulticolumnlist.rb: new samplenagai2003-12-243-8/+755
* * ext/openssl/ossl_ssl.c (ossl_ssl_read): should check for errorgotoyuzo2003-12-241-12/+31
* * ext/stringio/stringio.c (strio_read): clear the buffer argumentnobu2003-12-241-0/+2
* * ext/stringio/stringio.c (strio_read): never return nil atnobu2003-12-241-4/+22
* * ext/iconv/iconv.c (map_charset): always ensure code is a String.nobu2003-12-221-5/+1
* * ext/syck/emitter.c (syck_emitter_write): str bigger thanmatz2003-12-212-3/+12
* * eval.c (rb_with_disable_interrupt): prohibit thread contextmatz2003-12-201-4/+4
* * ext/tk/lib/tk.rb: add new methods (TkScrollbar#assign, assign_list)nagai2003-12-202-0/+78
* * ext/tk/sample/tkmultilistbox.rb: bug fixnagai2003-12-193-1/+917
* * 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