aboutsummaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* * ext/extmk.rb (INSTALL_PROG, INSTALL_DATA): modify verbose messages.eban2003-07-291-2/+2
* * bug fix ( tested with Ruby/Tk widget demo )nagai2003-07-296-15/+25
* * lib/net/smtp.rb (Net::SMTP::send0): add taint check.matz2003-07-291-2/+1
* * ext/syck/token.c: prefixed many constants and definitions with YAML_ towhy2003-07-293-95/+97
* * ChangeLog: tabify.usa2003-07-291-1/+1
* tcltklib.c : use RTEST()nagai2003-07-291-4/+5
* tcltklib.c : bug fixnagai2003-07-293-36/+89
* * ext/syck/syck.h: Added 'syck' yacc prefixes.why2003-07-289-132/+215
* * ext/openssl/lib/net/https.rb (use_ssl=): raise ProtocolError ifgotoyuzo2003-07-281-1/+10
* unusednobu2003-07-281-32/+0
* * ext/configsub.rb: $defout is obsolete.nobu2003-07-281-1/+1
* Bug for 2nd arg of round fixed.shigek2003-07-281-1/+4
* * ext/openssl/extconf.rb: check again after pkg-config for MinGW oneban2003-07-281-1/+3
* * ext/stringio/stringio.c (strio_gets): only "gets" should set $_.matz2003-07-281-7/+9
* tcltklib.c : *bug fixnagai2003-07-282-14/+318
* Bug fix from Javier Goizueta.shigek2003-07-284-71/+86
* multi-tk.rb : (new) library to support multiple Tk interpreters (high level)nagai2003-07-2710-144/+1142
* * ext/openssl/extconf.rb: better support MinGW. addeban2003-07-271-10/+15
* * ext/tk/lib/tk.rb (TkCore::chooseDirectory): back up wronglymatz2003-07-262-4/+5
* 0 ** 0 bug fixed.shigek2003-07-262-57/+71
* * io.c (rb_fdopen): set errno if it's zero on win32 platforms.usa2003-07-261-1/+1
* * ext/tk/lib/tk.rb (TkCore::chooseDirectory): back up wronglymatz2003-07-261-0/+4
* * ext/stringio/stringio.c: includes Enumerable as well as IO.nobu2003-07-261-0/+2
* * variable.c (rb_mod_const_missing): "const_missing" should notmatz2003-07-261-4/+0
* * ext/openssl/ossl.h: fix comment.gotoyuzo2003-07-252-3/+4
* * ext/openssl/extconf.rb: refine va-args macro detection.gotoyuzo2003-07-251-1/+1
* tcltklib.c : add TclTkIp#create_slave , TclTkIp#_make_safe and TclTkIp#safe?nagai2003-07-254-36/+186
* * ext/openssl/ossl_ssl.c (ossl_ssl_setup): need to pass the realusa2003-07-251-1/+7
* * Added samples.nahi2003-07-251-0/+4
* * ext/openssl/sample: Add samples.nahi2003-07-254-0/+1217
* * ext/openssl/extconf.rb: add check for BN_rand_range() andgotoyuzo2003-07-253-2/+21
* * ext/socket/socket.c (tcp_s_gethostbyname): was usingmatz2003-07-252-3/+2
* Spec for div changed.shigek2003-07-252-6/+5
* ver method added.shigek2003-07-254-266/+224
* * gcc -Wall clean-up.matz2003-07-242-3/+3
* * ext/openssl/extconf.rb: add check for libsocket and libnsl.gotoyuzo2003-07-241-19/+18
* * ext/syck/emitter.c (syck_emitter_flush): accepts countwhy2003-07-244-117/+237
* * lib/mkmf.rb (have_type): check if a type is defined.nobu2003-07-241-1/+1
* * ext/openssl/extconf.rb: add check for win32 OpenSSL libraries.gotoyuzo2003-07-242-12/+8
* * eval.c (thgroup_add): no warning for terminated threads.matz2003-07-241-2/+23
* * ext/io/wait/extconf.rb: removed unnecessary backward compatibility stuff.nobu2003-07-241-20/+4
* * ext/openssl/extconf.rb: revert use of dir_config.eban2003-07-241-0/+2
* * ext/Win32API/lib/win32/resolv.rb: added.usa2003-07-242-0/+367
* * ext/openssl/ssl.h: undef X509_NAME and PKCS7_SIGNER_INFO togotoyuzo2003-07-232-3/+5
* Cut check for OpenSSL versionmichal2003-07-231-14/+0
* * ext/tcltklib/tcltklib.c (ip_init): need at least one statement after label.usa2003-07-231-0/+1
* * ext/openssl: imported.gotoyuzo2003-07-2362-0/+12557
* process.c : unify indentationnagai2003-07-2315-187/+341
* * ext/io/wait: imported.nobu2003-07-234-0/+161
* COMP_MODE_ROUNDUP -> COMP_MODE_ROUNDshigek2003-07-233-8/+15