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
*
* eval.c (rb_thread_atfork): wrong format specifier.
matz
2003-09-29
2
-2
/
+2
*
* ext/socket/socket.c (ruby_connect): on win32, type of the 4th
usa
2003-09-26
1
-2
/
+2
*
* ext/openssl/ossl.c (ossl_buf2str): fix type of 1st argument for
usa
2003-09-25
2
-2
/
+2
*
* ext/win32ole/win32ole.c, ext/openssl/ossl_pkey_dsa.c,
nobu
2003-09-24
4
-4
/
+4
*
* ext/openssl/ossl_ocsp.c (ossl_ocspreq_initialize): the argument
gotoyuzo
2003-09-20
3
-0
/
+5
*
should check retuen value of rb_protect.
gotoyuzo
2003-09-17
1
-1
/
+1
*
fix command line in 'dep'.
gotoyuzo
2003-09-17
1
-1
/
+1
*
* ext/openssl: all files are reviewed to simplify and avoid memory leak.
gotoyuzo
2003-09-17
24
-592
/
+560
*
OpenSSL update
michal
2003-09-12
16
-335
/
+385
*
* bignum.c (rb_big_and): convert argument using 'to_int'.
matz
2003-09-12
1
-5
/
+14
*
* ext/openssl/ossl.h: define OSSL_NO_CONF_API for win32 platform.
gotoyuzo
2003-09-10
1
-0
/
+1
*
* eval.c (win32_get_exception_list): avoid VC7 warning.
usa
2003-09-10
2
-0
/
+9
*
* ext/openssl/ossl_config.rb: avoid compile error in OpenSSL-0.9.6.
gotoyuzo
2003-09-08
1
-0
/
+18
*
* multi-tk.rb: modify security check at creating a new interpreter
nagai
2003-09-08
1
-4
/
+12
*
* ext/openssl/ossl_config.c (ext/openssl/ossl_config.c): typofix (ossl_raise).
eban
2003-09-08
1
-1
/
+1
*
* ext/openssl/ossl.h: include openssl/conf.h and openssl/conf_api.h.
gotoyuzo
2003-09-08
5
-58
/
+313
*
* tcltklib.c (lib_mainloop_core): fixed signal-trap bug
nagai
2003-09-07
16
-79
/
+223
*
* ext/openssl/ruby_missing.c: rid of unnecessary backward
gotoyuzo
2003-09-06
1
-2
/
+0
*
* ext/openssl/ruby_missing.c: rid of unnecessary backward
gotoyuzo
2003-09-06
16
-37
/
+88
*
* ext/openssl/lib/openssl/x509.rb: new method X509::Name::parse.
gotoyuzo
2003-09-05
5
-1
/
+44
*
* MANIFEST: add and remove entries for the previous ext/openssl/sample move.
nahi
2003-09-04
1
-12
/
+0
*
* ext/io/wait/.cvsignore: added.
nahi
2003-09-04
2
-0
/
+6
*
* sample/openssl: added. Sample of standard distribution library should be
nahi
2003-09-04
12
-1650
/
+0
*
Bug fix: [ruby-dev:21314] [BigDecimal] [BUG] Segmentation fault
shigek
2003-09-04
1
-1
/
+1
*
* ext/syck/token.c: headerless documents with root-level spacing now
why
2003-09-03
1
-546
/
+562
*
Bug in mult method fixed.
shigek
2003-09-03
1
-1
/
+1
*
* ext/openssl/lib/net/protocols.rb (SSLIO#ssl_connect): warning
gotoyuzo
2003-09-02
1
-0
/
+4
*
* ext/socket/extconf.rb: check s6_addr8 in in6_addr (Tru64 UNIX).
matz
2003-09-02
3
-0
/
+26
*
* ext/tcltklib/tcltklib.c (ip_invoke): fixed bug on passing a exception
nagai
2003-09-02
8
-139
/
+403
*
* ext/iconv/iconv.c (map_charset): use lower case keys.
nobu
2003-09-01
2
-12
/
+41
*
* parse.y (aref_args): forgot to call NEW_SPLAT(). reported by
matz
2003-09-01
1
-1
/
+1
*
The 2nd arg for add,sub,mult, and div is 0, then result will be same as +,-,*...
shigek
2003-08-29
3
-51
/
+69
*
limit inserted.
shigek
2003-08-29
1
-0
/
+2
*
mult & div instead of * & /.
shigek
2003-08-29
1
-7
/
+9
*
* doc/ChangeLog-1.8.0: add changes of Ruby/Tk
nagai
2003-08-29
7
-159
/
+984
*
Forgot to round '*'.
shigek
2003-08-27
1
-5
/
+6
*
sqrt() error checking bug fixed.
shigek
2003-08-26
1
-6
/
+11
*
sqrt() speed up.
shigek
2003-08-26
1
-25
/
+23
*
* implicit.c (syck_type_id_to_taguri): corrected detection of
why
2003-08-26
2
-79
/
+84
*
* ext/nkf/nkf.c (rb_nkf_putchar): should use rb_str_resize() to just
nobu
2003-08-23
1
-1
/
+1
*
* ext/syck/rubyext.c: refactoring of the transfer method
why
2003-08-21
3
-641
/
+754
*
Int. overflow bug in multiplication fixed & VpNmlz() speed up.
shigek
2003-08-21
1
-31
/
+24
*
* ext/socket/socket.c (ruby_connect): many systems seem to have
nobu
2003-08-20
1
-5
/
+23
*
* ext/syck/syck.h: Parser definition problems on HP-UX. [ruby-talk:79389]
why
2003-08-19
4
-49
/
+53
*
to_s("+") implemented.
shigek
2003-08-19
4
-499
/
+99
*
E added. Typo corrected.
shigek
2003-08-19
1
-3
/
+22
*
* lib/webrick/ssl.rb: new file; SSL/TLS enhancement for GenericServer.
gotoyuzo
2003-08-19
1
-5
/
+10
*
* ext/openssl/ossl_ssl.c: sync_close is moved to SSLSocket as
gotoyuzo
2003-08-18
6
-38
/
+77
*
* ext/curses/curses.c (_XOPEN_SOURCE_EXTENDED): Mac OS X standard
nobu
2003-08-18
3
-14
/
+18
*
* ext/openssl/extconf.rb (HAVE_VA_ARGS_MACRO): need to compile.
nobu
2003-08-17
2
-1
/
+3
[next]