summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)Author
2003-07-28* ext/openssl/extconf.rb: check again after pkg-config for MinGW oneban
2003-07-28* ext/stringio/stringio.c (strio_gets): only "gets" should set $_.matz
2003-07-28tcltklib.c : *bug fixnagai
2003-07-28Bug fix from Javier Goizueta.shigek
2003-07-27multi-tk.rb : (new) library to support multiple Tk interpreters (high level)nagai
2003-07-27* ext/openssl/extconf.rb: better support MinGW. addeban
2003-07-26* ext/tk/lib/tk.rb (TkCore::chooseDirectory): back up wronglymatz
2003-07-260 ** 0 bug fixed.shigek
2003-07-26* io.c (rb_fdopen): set errno if it's zero on win32 platforms.usa
2003-07-26* ext/tk/lib/tk.rb (TkCore::chooseDirectory): back up wronglymatz
2003-07-26* ext/stringio/stringio.c: includes Enumerable as well as IO.nobu
2003-07-26* variable.c (rb_mod_const_missing): "const_missing" should notmatz
2003-07-25* ext/openssl/ossl.h: fix comment.gotoyuzo
2003-07-25* ext/openssl/extconf.rb: refine va-args macro detection.gotoyuzo
2003-07-25tcltklib.c : add TclTkIp#create_slave , TclTkIp#_make_safe and TclTkIp#safe?nagai
2003-07-25* ext/openssl/ossl_ssl.c (ossl_ssl_setup): need to pass the realusa
2003-07-25* Added samples.nahi
2003-07-25* ext/openssl/sample: Add samples.nahi
2003-07-25* ext/openssl/extconf.rb: add check for BN_rand_range() andgotoyuzo
2003-07-25* ext/socket/socket.c (tcp_s_gethostbyname): was usingmatz
2003-07-25Spec for div changed.shigek
2003-07-25ver method added.shigek
2003-07-24* gcc -Wall clean-up.matz
2003-07-24* ext/openssl/extconf.rb: add check for libsocket and libnsl.gotoyuzo
2003-07-24* ext/syck/emitter.c (syck_emitter_flush): accepts countwhy
2003-07-24* lib/mkmf.rb (have_type): check if a type is defined.nobu
2003-07-24* ext/openssl/extconf.rb: add check for win32 OpenSSL libraries.gotoyuzo
2003-07-24* eval.c (thgroup_add): no warning for terminated threads.matz
2003-07-24* ext/io/wait/extconf.rb: removed unnecessary backward compatibility stuff.nobu
2003-07-24* ext/openssl/extconf.rb: revert use of dir_config.eban
2003-07-24* ext/Win32API/lib/win32/resolv.rb: added.usa
2003-07-23* ext/openssl/ssl.h: undef X509_NAME and PKCS7_SIGNER_INFO togotoyuzo
2003-07-23Cut check for OpenSSL versionmichal
2003-07-23* ext/tcltklib/tcltklib.c (ip_init): need at least one statement after label.usa
2003-07-23* ext/openssl: imported.gotoyuzo
2003-07-23process.c : unify indentationnagai
2003-07-23* ext/io/wait: imported.nobu
2003-07-23COMP_MODE_ROUNDUP -> COMP_MODE_ROUNDshigek
2003-07-23* ext/iconv/iconv.c (check_iconv): check if Iconv instance.nobu
2003-07-22Explanation for prec, and some more for max. number of sig. digits.shigek
2003-07-21* lib/tmpdir.rb: new library to get temporary directory path,matz
2003-07-21patches from T.Saito etc.shigek
2003-07-20* ext/zlib/zlib.c (gzfile_read_header): gz->z.input may be nil after finishin...katsu
2003-07-18* ext/iconv/charset_alias.rb, ext/iconv/extconf.rb: make wrappernobu
2003-07-18* ext/Win32API/lib/win32/registry.rb (Win32::Registry::Error):usa
2003-07-18As discussed in ruby-dev ML:shigek
2003-07-18More pathes from Tadasi Saito.shigek
2003-07-18More pathes from Tadasi Saito.shigek
2003-07-18* lib/mkmf.rb (rm_f): use FileUtils.nobu
2003-07-17tk.rb :nagai