1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/include/ruby
nobu 5e9b7bacc3 ruby/util.h: DECIMAL_SIZE_OF_BITS
* include/ruby/util.h (DECIMAL_SIZE_OF_BITS): a preprocessor
  constant macro to approximate decimal representation size of n-bits
  integer.
* iseq.c (register_label): use DECIMAL_SIZE_OF_BITS for better
  approximation.
* ext/bigdecimal/bigdecimal.c (BigMath_s_log): ditto.
* common.mk (iseq.o), ext/bigdecimal/depend (bigdecimal.o): add
  dependency to ruby/util.h for DECIMAL_SIZE_OF_BITS.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44562 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2014-01-12 00:21:37 +00:00
..
backward
debug.h
defines.h
encoding.h
intern.h * vm.c (rb_vm_pop_cfunc_frame): added. It cares c_return event. 2014-01-09 10:12:59 +00:00
io.h
missing.h
oniguruma.h
re.h
regex.h
ruby.h * include/ruby/ruby.h (RARRAY_ASET): try to avoid compiler warning. 2013-12-24 03:13:52 +00:00
st.h
subst.h
thread.h
util.h ruby/util.h: DECIMAL_SIZE_OF_BITS 2014-01-12 00:21:37 +00:00
version.h ruby/version.h: bump API version 2013-12-26 03:53:20 +00:00
vm.h
win32.h