1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/ext
emboss 0d58bb5598 * ext/openssl/ossl_pkey_ec.c: Ensure compatibility to builds of
OpenSSL with OPENSSL_NO_EC2M defined, but OPENSSL_NO_EC not
  defined.
* test/openssl/test_pkey_ec.rb: Iterate over built-in curves
  (and assert their non-emptiness!) instead of hard-coding them, as
  this may cause problems with respect to the different availability
  of individual curves in individual OpenSSL builds.
  [ruby-core:54881] [Bug #8384]

  Thanks to Vit Ondruch for providing the patch!


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41808 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2013-07-05 22:46:42 +00:00
..
-test- * bignum.c (RBIGNUM_SET_NEGATIVE_SIGN): New macro. 2013-06-29 15:57:07 +00:00
bigdecimal * ext/bigdecimal/bigdecimal.h (RB_UNUSED_VAR, UNREACHABLE): 2013-07-01 11:46:15 +00:00
continuation
coverage
curses * safe.c (rb_set_safe_level, safe_setter): raise an ArgumentError 2013-06-12 14:20:51 +00:00
date * ext/date/date_core.c: fixed coding error [ruby-core:55337]. 2013-06-06 10:33:48 +00:00
dbm * safe.c (rb_set_safe_level, safe_setter): raise an ArgumentError 2013-06-12 14:20:51 +00:00
digest
dl dl/cfunc.c: fix conversion of Bignum 2013-06-24 13:39:08 +00:00
etc * ext/etc/etc.c (setup_passwd): revert r41560, unnecessary 2013-06-22 06:26:32 +00:00
fcntl
fiber
fiddle * safe.c (rb_set_safe_level, safe_setter): raise an ArgumentError 2013-06-12 14:20:51 +00:00
gdbm * safe.c (rb_set_safe_level, safe_setter): raise an ArgumentError 2013-06-12 14:20:51 +00:00
io
json * ext/json/fbuffer/fbuffer.h (fbuffer_append_str): change the place of 2013-06-07 04:45:16 +00:00
mathn
nkf
objspace * ext/objspace/object_tracing.c: Return for ::allocation_generation 2013-06-18 13:10:25 +00:00
openssl * ext/openssl/ossl_pkey_ec.c: Ensure compatibility to builds of 2013-07-05 22:46:42 +00:00
pathname
psych * ext/psych/lib/psych/visitors/yaml_tree.rb: register time objects so 2013-07-05 19:51:12 +00:00
pty * ext/pty/pty.c (get_device_once): FreeBSD 10-current and 9-stable 2013-05-25 12:34:50 +00:00
racc/cparse * ext/racc/cparse/cparse.c: use rb_ary_entry() and 2013-06-10 20:06:53 +00:00
readline * safe.c (rb_set_safe_level, safe_setter): raise an ArgumentError 2013-06-12 14:20:51 +00:00
ripper
sdbm * safe.c (rb_set_safe_level, safe_setter): raise an ArgumentError 2013-06-12 14:20:51 +00:00
socket * ext/socket/ipsocket.c (init_inetsock_internal): Don't try mismached 2013-07-01 15:43:21 +00:00
stringio stringio.c: keep coderange 2013-07-01 06:04:23 +00:00
strscan
syslog * safe.c (rb_set_safe_level, safe_setter): raise an ArgumentError 2013-06-12 14:20:51 +00:00
tk tkutil.c: prevent temporary objects from GC 2013-06-17 07:59:55 +00:00
win32ole * safe.c (rb_set_safe_level, safe_setter): raise an ArgumentError 2013-06-12 14:20:51 +00:00
zlib zlib.c: check EOF 2013-05-31 23:00:48 +00:00
.document * ext/.document: add object_tracing.c to document file 2013-06-18 11:38:10 +00:00
extmk.rb extmk.rb: untouch makefiles 2013-05-28 02:30:13 +00:00
Setup
Setup.atheos
Setup.emx
Setup.nacl
Setup.nt