aboutsummaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* * ext/iconv/extconf.rb: include iconv.h for libiconv. [ruby-dev:22715]nobu2004-01-281-2/+2
* * misc/ruby-mode.el: better support for general delimitedmatz2004-01-272-2/+6
* * ext/socket/socket.c (s_recvfrom): sending length should be annobu2004-01-271-3/+4
* * ext/win32ole/win32ole.c (set_argv): fix condition.usa2004-01-271-1/+1
* * ext/tcltklib/tcltklib.c: define CONST84 when TCL_MAJOR_VERSION == 7nagai2004-01-261-0/+6
* * ext/extmk.rb: Makefiles should depend on also rbconfig.rb.nobu2004-01-263-15/+21
* * ext/openssl/ossl_x509name.c (ossl_x509name_add_entry): thirdgotoyuzo2004-01-251-14/+20
* * ext/openssl/ossl_x509hame.c (ossl_x509name_initialize): changegotoyuzo2004-01-242-44/+85
* * 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