aboutsummaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * ext/iconv/iconv.c (check_iconv): check if Iconv instance.nobu2003-07-231-34/+59
* Explanation for prec, and some more for max. number of sig. digits.shigek2003-07-222-55/+78
* * lib/tmpdir.rb: new library to get temporary directory path,matz2003-07-211-0/+1
* patches from T.Saito etc.shigek2003-07-213-17/+28
* * ext/zlib/zlib.c (gzfile_read_header): gz->z.input may be nil after finishin...katsu2003-07-201-1/+1
* * ext/iconv/charset_alias.rb, ext/iconv/extconf.rb: make wrappernobu2003-07-184-5/+130
* * ext/Win32API/lib/win32/registry.rb (Win32::Registry::Error):usa2003-07-181-14/+17
* As discussed in ruby-dev ML:shigek2003-07-185-0/+325
* More pathes from Tadasi Saito.shigek2003-07-184-243/+0
* More pathes from Tadasi Saito.shigek2003-07-185-174/+263
* * lib/mkmf.rb (rm_f): use FileUtils.nobu2003-07-181-2/+7
* tk.rb :nagai2003-07-171-0/+4
* * eval.c (ruby_init): set ruby_running to true aftermatz2003-07-171-9/+5
* * eval.c (rb_disable_super, rb_enable_super): deprecate.matz2003-07-162-5/+0
* * ext/syck/emitter.c (syck_emitter_start_obj): cast to avoid warning.eban2003-07-151-1/+1
* * ext/syck/rubyext.c (syck_mark_emitter): forgot to rb_gc_mark thewhy2003-07-141-1/+5
* Missed MANIFEST change and addition of ext/syck/emitter.c.why2003-07-112-0/+318
* * ext/syck/emitter.c: new emitter code.why2003-07-113-29/+285