aboutsummaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* OpenSSL updatemichal2003-09-1216-335/+385
* * bignum.c (rb_big_and): convert argument using 'to_int'.matz2003-09-121-5/+14
* * ext/openssl/ossl.h: define OSSL_NO_CONF_API for win32 platform.gotoyuzo2003-09-101-0/+1
* * eval.c (win32_get_exception_list): avoid VC7 warning.usa2003-09-102-0/+9
* * ext/openssl/ossl_config.rb: avoid compile error in OpenSSL-0.9.6.gotoyuzo2003-09-081-0/+18
* * multi-tk.rb: modify security check at creating a new interpreternagai2003-09-081-4/+12
* * ext/openssl/ossl_config.c (ext/openssl/ossl_config.c): typofix (ossl_raise).eban2003-09-081-1/+1
* * ext/openssl/ossl.h: include openssl/conf.h and openssl/conf_api.h.gotoyuzo2003-09-085-58/+313
* * tcltklib.c (lib_mainloop_core): fixed signal-trap bugnagai2003-09-0716-79/+223
* * ext/openssl/ruby_missing.c: rid of unnecessary backwardgotoyuzo2003-09-061-2/+0
* * ext/openssl/ruby_missing.c: rid of unnecessary backwardgotoyuzo2003-09-0616-37/+88
* * ext/openssl/lib/openssl/x509.rb: new method X509::Name::parse.gotoyuzo2003-09-055-1/+44
* * MANIFEST: add and remove entries for the previous ext/openssl/sample move.nahi2003-09-041-12/+0
* * ext/io/wait/.cvsignore: added.nahi2003-09-042-0/+6
* * sample/openssl: added. Sample of standard distribution library should benahi2003-09-0412-1650/+0
* Bug fix: [ruby-dev:21314] [BigDecimal] [BUG] Segmentation faultshigek2003-09-041-1/+1
* * ext/syck/token.c: headerless documents with root-level spacing nowwhy2003-09-031-546/+562
* Bug in mult method fixed.shigek2003-09-031-1/+1
* * ext/openssl/lib/net/protocols.rb (SSLIO#ssl_connect): warninggotoyuzo2003-09-021-0/+4
* * ext/socket/extconf.rb: check s6_addr8 in in6_addr (Tru64 UNIX).matz2003-09-023-0/+26
* * ext/tcltklib/tcltklib.c (ip_invoke): fixed bug on passing a exceptionnagai2003-09-028-139/+403
* * ext/iconv/iconv.c (map_charset): use lower case keys.nobu2003-09-012-12/+41
* * parse.y (aref_args): forgot to call NEW_SPLAT(). reported bymatz2003-09-011-1/+1
* The 2nd arg for add,sub,mult, and div is 0, then result will be same as +,-,*...shigek2003-08-293-51/+69
* limit inserted.shigek2003-08-291-0/+2
* mult & div instead of * & /.shigek2003-08-291-7/+9
* * doc/ChangeLog-1.8.0: add changes of Ruby/Tknagai2003-08-297-159/+984
* Forgot to round '*'.shigek2003-08-271-5/+6
* sqrt() error checking bug fixed.shigek2003-08-261-6/+11
* sqrt() speed up.shigek2003-08-261-25/+23
* * implicit.c (syck_type_id_to_taguri): corrected detection ofwhy2003-08-262-79/+84
* * ext/nkf/nkf.c (rb_nkf_putchar): should use rb_str_resize() to justnobu2003-08-231-1/+1
* * ext/syck/rubyext.c: refactoring of the transfer methodwhy2003-08-213-641/+754
* Int. overflow bug in multiplication fixed & VpNmlz() speed up.shigek2003-08-211-31/+24
* * ext/socket/socket.c (ruby_connect): many systems seem to havenobu2003-08-201-5/+23
* * ext/syck/syck.h: Parser definition problems on HP-UX. [ruby-talk:79389]why2003-08-194-49/+53
* to_s("+") implemented.shigek2003-08-194-499/+99
* E added. Typo corrected.shigek2003-08-191-3/+22
* * lib/webrick/ssl.rb: new file; SSL/TLS enhancement for GenericServer.gotoyuzo2003-08-191-5/+10
* * ext/openssl/ossl_ssl.c: sync_close is moved to SSLSocket asgotoyuzo2003-08-186-38/+77
* * ext/curses/curses.c (_XOPEN_SOURCE_EXTENDED): Mac OS X standardnobu2003-08-183-14/+18
* * ext/openssl/extconf.rb (HAVE_VA_ARGS_MACRO): need to compile.nobu2003-08-172-1/+3
* Refinement for speedup.shigek2003-08-171-24/+20
* * ext/openssl/lib/openssl/ssl.rb (SSLSocket#sync_close=): add agotoyuzo2003-08-173-2/+16
* * ext/extmk.rb (extmake): should not force to remake Makefile whennobu2003-08-171-4/+4
* * marshal.c (w_symbol, w_object): get rid of warnings.nobu2003-08-164-73/+22
* Typo 'selt' corrected to 'self'.shigek2003-08-161-2/+2
* sqrt() & atan() added.shigek2003-08-151-5/+39
* Bug fix: limit & div combination.shigek2003-08-152-42/+42
* * configure.in (HUGE_ST_INO): check whether struct stat.st_inonobu2003-08-152-14/+35