1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/ext
akr 2583689340 * bignum.c (GMP_STR2BIG_DIGITS): New macro.
(str2big_gmp): New function.
  (rb_cstr_to_inum): Use str2big_gmp for big bignums.
  (rb_str2big_gmp): New function.

* internal.h (rb_str2big_gmp): Declared.



git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42806 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2013-09-03 11:20:02 +00:00
..
-test- * bignum.c (GMP_STR2BIG_DIGITS): New macro. 2013-09-03 11:20:02 +00:00
bigdecimal * ext/bigdecimal/lib/bigdecimal/util.rb: [DOC] document top-level 2013-07-15 23:16:26 +00:00
continuation
coverage
curses * ext/curses/extconf.rb: [DOC] nodoc to reduce Object pollution 2013-07-30 02:02:19 +00:00
date date_parse.c: missing wday 2013-07-21 18:16:00 +00:00
dbm * ext/dbm/extconf.rb: [DOC] Hide from RDoc 2013-08-12 03:59:50 +00:00
digest
dl ext/win32: move 2013-07-13 03:24:28 +00:00
etc etc.c: encodings 2013-08-03 00:46:10 +00:00
fcntl
fiber
fiddle * ext/fiddle/*: [DOC] More doc on dlopen and RTLD_DEFAULT from r42186 2013-07-26 05:06:57 +00:00
gdbm
io io-console.gemspec: drop 1.9 2013-08-09 13:56:04 +00:00
json json/add/range.rb: use Range#end 2013-08-06 12:38:53 +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_ssl.c (ossl_ssl_read): Replace duplicate 2013-08-27 19:54:53 +00:00
pathname * array.c (rb_ary_splice): use RARRAY_PTR_USE() without WB because 2013-08-26 05:47:27 +00:00
psych * ext/psych/lib/psych/scalar_scanner.rb: invalid floats should be 2013-08-28 17:42:38 +00:00
pty
racc/cparse
readline * error.c, object.c, ext/readline/README.ja: [DOC] $SAFE=4 is obsolete. 2013-08-18 10:36:54 +00:00
ripper * NEWS: Add note about frozen string literals 2013-09-02 07:11:41 +00:00
sdbm
socket * ext/socket/unixserver.c: [DOC] Document #accept 2013-08-19 16:54:59 +00:00
stringio * ext/stringio/stringio.c (strio_read_nonblock): declare local 2013-08-27 04:04:33 +00:00
strscan
syslog Add facility to Syslog::Logger. 2013-07-26 11:15:06 +00:00
tk * ext/tk/extconf.rb: Don't add "-ltk -ltcl" for MacOSX frameworks, because they may link improper libraries. 2013-08-04 01:31:39 +00:00
win32 * ext/win32/lib/win32/registry.rb (Win32::Registry#values): added. 2013-09-03 10:46:58 +00:00
win32ole win32ole.c: ID overflow 2013-08-23 14:09:49 +00:00
zlib * ext/zlib/zlib.c (zstream_run): Fix handling of deflate streams that 2013-08-28 20:36:21 +00:00
.document
extmk.rb extmk.rb: static extensions 2013-07-28 11:10:52 +00:00
Setup
Setup.atheos
Setup.emx
Setup.nacl
Setup.nt