aboutsummaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* * parse.y (newline_node): do not use NODE_NEWLINE node anymore,matz2004-01-211-18/+25
* * ext/digest/md5/extconf.rb: have_library appends found library.nobu2004-01-211-1/+0
* * ext/digest/rmd160/extconf.rb: have_library appends found library.nobu2004-01-211-1/+0
* * ext/openssl/extconf.rb: should check <openssl/conf_api.h> insteadgotoyuzo2004-01-201-9/+1
* * ext/openssl/extconf.rb: add check for OpenSSL version.gotoyuzo2004-01-191-0/+11
* * ext/digest/defs.h, win32/win3.c, win32/win32.h, file.c: removenobu2004-01-191-6/+2
* * ext/extmk.rb, win32/Makefile.sub, win32/configure.bat,usa2004-01-191-2/+4
* * ext/iconv/charset_alias.rb: prefer us_EN locale encodings ornobu2004-01-182-8/+41
* * ext/iconv/extconf.rb: wrapper iconv.rb is dependent on platform.nobu2004-01-141-2/+2
* * ext/syck/rubyext.c: omission of Date library code causedwhy2004-01-131-0/+8
* * ext/tk/lib/tk.rb: use $0 as the default application class name.nagai2004-01-131-1/+2
* * ext/syck/bytecode.c: turn off default implicit typing.why2004-01-123-617/+698
* * ext/socket/socket.c (make_hostent): a bug in brace position.matz2004-01-101-1/+3
* * configure.in: install rdoc by default. if you do not want tomatz2004-01-101-12/+17
* * ext/extmk.rb (extmake): should not reduce necessary libraries.nobu2004-01-091-1/+1
* * ext/openssl/ossl_pkey.c (ossl_pkey_to_der): removed; it returnsgotoyuzo2004-01-084-22/+75
* * ext/syck/rubyext.c (yaml_org_handler): lazy-load Date fornobu2004-01-071-176/+179
* * ext/extmk.rb: preserve order in Setup. [ruby-dev:22503]nobu2004-01-075-7/+23
* * ext/tk/lib/tk.rb: use epath for embedded windows of TkPanedWindow.nagai2004-01-073-14/+78
* * dir.c: merge tuning from H.Yamamoto <ocean@m2.ccsnet.ne.jp>.matz2004-01-023-14/+15
* * 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