summaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
...
* * ext/openssl/ossl_config.c (ossl_config_each): add new methodgotoyuzo2004-02-231-10/+51
* * ext/zlib/zlib.c: documented, but needs more effort.gsinclair2004-02-211-7/+696
* * ext/strscan/strscan.c: improved documentationgsinclair2004-02-191-30/+35
* * ext/strscan/strscan.c: synchronized with main trunk (rev 1.11).aamine2004-02-181-17/+84
* * ext/strscan/strscan.c: documentation checked.aamine2004-02-181-45/+64
* * ext/strscan/strscan.c: documentedgsinclair2004-02-181-0/+416
* * ext/win32ole/win32ole.c: need to include <olectl.h> on Cygwin.eban2004-02-181-0/+1
* * ext/syck/rubyext.c (syck_emitter_end_object): takes only one arg.usa2004-02-171-3/+3
* ext/win32ole/win32ole.c: add IDispatch interface in val2variantsuke2004-02-151-241/+385
* backport from Ruby-1.9.gotoyuzo2004-01-292-44/+91
* * 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/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/iconv/extconf.rb: wrapper iconv.rb is dependent on platform.nobu2004-01-141-2/+2
* *** empty log message ***nobu2004-01-121-1/+1
* * ext/openssl/ossl_pkey.c (ossl_pkey_to_der): removed; it returnsgotoyuzo2004-01-084-22/+75
* * backport changes from 1.9nagai2004-01-073-14/+78
* * eval.c (rb_mod_modfunc): should break if m has no super class.matz2004-01-062-2/+2
* * ext/stringio/stringio.c (strio_sysread): StringIO.new.sysread didn'takr2003-12-282-2/+2
* This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)2003-12-251-4075/+0
* * 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