index
:
ruby.git
master
ruby_1_8_6_287
ruby_1_8_6_369
ruby_1_8_6_383
ruby_1_8_6_383-fedora
ruby_1_9_1_243
ruby_1_9_1_376
ruby_1_9_1_376-epel
ruby_1_9_1_376-fedora
Ruby GIT repository
Jeroen van Meeuwen
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ext
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
* ext/openssl/lib/net/https.rb (use_ssl=): raise ProtocolError if
gotoyuzo
2003-07-28
1
-1
/
+10
*
unused
nobu
2003-07-28
1
-32
/
+0
*
* ext/configsub.rb: $defout is obsolete.
nobu
2003-07-28
1
-1
/
+1
*
Bug for 2nd arg of round fixed.
shigek
2003-07-28
1
-1
/
+4
*
* ext/openssl/extconf.rb: check again after pkg-config for MinGW on
eban
2003-07-28
1
-1
/
+3
*
* ext/stringio/stringio.c (strio_gets): only "gets" should set $_.
matz
2003-07-28
1
-7
/
+9
*
tcltklib.c : *bug fix
nagai
2003-07-28
2
-14
/
+318
*
Bug fix from Javier Goizueta.
shigek
2003-07-28
4
-71
/
+86
*
multi-tk.rb : (new) library to support multiple Tk interpreters (high level)
nagai
2003-07-27
10
-144
/
+1142
*
* ext/openssl/extconf.rb: better support MinGW. add
eban
2003-07-27
1
-10
/
+15
*
* ext/tk/lib/tk.rb (TkCore::chooseDirectory): back up wrongly
matz
2003-07-26
2
-4
/
+5
*
0 ** 0 bug fixed.
shigek
2003-07-26
2
-57
/
+71
*
* io.c (rb_fdopen): set errno if it's zero on win32 platforms.
usa
2003-07-26
1
-1
/
+1
*
* ext/tk/lib/tk.rb (TkCore::chooseDirectory): back up wrongly
matz
2003-07-26
1
-0
/
+4
*
* ext/stringio/stringio.c: includes Enumerable as well as IO.
nobu
2003-07-26
1
-0
/
+2
*
* variable.c (rb_mod_const_missing): "const_missing" should not
matz
2003-07-26
1
-4
/
+0
*
* ext/openssl/ossl.h: fix comment.
gotoyuzo
2003-07-25
2
-3
/
+4
*
* ext/openssl/extconf.rb: refine va-args macro detection.
gotoyuzo
2003-07-25
1
-1
/
+1
*
tcltklib.c : add TclTkIp#create_slave , TclTkIp#_make_safe and TclTkIp#safe?
nagai
2003-07-25
4
-36
/
+186
*
* ext/openssl/ossl_ssl.c (ossl_ssl_setup): need to pass the real
usa
2003-07-25
1
-1
/
+7
*
* Added samples.
nahi
2003-07-25
1
-0
/
+4
*
* ext/openssl/sample: Add samples.
nahi
2003-07-25
4
-0
/
+1217
*
* ext/openssl/extconf.rb: add check for BN_rand_range() and
gotoyuzo
2003-07-25
3
-2
/
+21
*
* ext/socket/socket.c (tcp_s_gethostbyname): was using
matz
2003-07-25
2
-3
/
+2
*
Spec for div changed.
shigek
2003-07-25
2
-6
/
+5
*
ver method added.
shigek
2003-07-25
4
-266
/
+224
*
* gcc -Wall clean-up.
matz
2003-07-24
2
-3
/
+3
*
* ext/openssl/extconf.rb: add check for libsocket and libnsl.
gotoyuzo
2003-07-24
1
-19
/
+18
*
* ext/syck/emitter.c (syck_emitter_flush): accepts count
why
2003-07-24
4
-117
/
+237
*
* lib/mkmf.rb (have_type): check if a type is defined.
nobu
2003-07-24
1
-1
/
+1
*
* ext/openssl/extconf.rb: add check for win32 OpenSSL libraries.
gotoyuzo
2003-07-24
2
-12
/
+8
*
* eval.c (thgroup_add): no warning for terminated threads.
matz
2003-07-24
1
-2
/
+23
*
* ext/io/wait/extconf.rb: removed unnecessary backward compatibility stuff.
nobu
2003-07-24
1
-20
/
+4
*
* ext/openssl/extconf.rb: revert use of dir_config.
eban
2003-07-24
1
-0
/
+2
*
* ext/Win32API/lib/win32/resolv.rb: added.
usa
2003-07-24
2
-0
/
+367
*
* ext/openssl/ssl.h: undef X509_NAME and PKCS7_SIGNER_INFO to
gotoyuzo
2003-07-23
2
-3
/
+5
*
Cut check for OpenSSL version
michal
2003-07-23
1
-14
/
+0
*
* ext/tcltklib/tcltklib.c (ip_init): need at least one statement after label.
usa
2003-07-23
1
-0
/
+1
*
* ext/openssl: imported.
gotoyuzo
2003-07-23
62
-0
/
+12557
*
process.c : unify indentation
nagai
2003-07-23
15
-187
/
+341
*
* ext/io/wait: imported.
nobu
2003-07-23
4
-0
/
+161
*
COMP_MODE_ROUNDUP -> COMP_MODE_ROUND
shigek
2003-07-23
3
-8
/
+15
*
* ext/iconv/iconv.c (check_iconv): check if Iconv instance.
nobu
2003-07-23
1
-34
/
+59
*
Explanation for prec, and some more for max. number of sig. digits.
shigek
2003-07-22
2
-55
/
+78
*
* lib/tmpdir.rb: new library to get temporary directory path,
matz
2003-07-21
1
-0
/
+1
*
patches from T.Saito etc.
shigek
2003-07-21
3
-17
/
+28
*
* ext/zlib/zlib.c (gzfile_read_header): gz->z.input may be nil after finishin...
katsu
2003-07-20
1
-1
/
+1
*
* ext/iconv/charset_alias.rb, ext/iconv/extconf.rb: make wrapper
nobu
2003-07-18
4
-5
/
+130
*
* ext/Win32API/lib/win32/registry.rb (Win32::Registry::Error):
usa
2003-07-18
1
-14
/
+17
*
As discussed in ruby-dev ML:
shigek
2003-07-18
5
-0
/
+325
[prev]
[next]