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
mame 2285a8d813 * class.c, gc.c, object.c, variable.c, vm_insnhelper.c,
include/ruby/ruby.h: separate RCLASS_CONST_TBL from RCLASS_IV_TBL.
  RCLASS_IV_TBL has contained not only instance variable table but
  also constant table.  Now the two table are separated to
  RCLASS_CONST_TBL and RCLASS_IV_TBL.  This is a preparation for
  private constant (see [ruby-dev:39685][ruby-core:32698]).

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29600 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2010-10-26 17:27:21 +00:00
..
backward * include/ruby/backward/rubysig.h (rb_thread_blocking_region_begin), 2009-02-08 13:44:21 +00:00
defines.h * configure.in, include/ruby/defines.h (RUBY_FUNC_EXPORTED): macro 2010-08-14 06:33:06 +00:00
encoding.h * numeric.c (rb_enc_uint_chr): split from int_chr. 2010-10-12 06:18:08 +00:00
intern.h * include/ruby/intern.h (rb_check_frozen): optimize. 2010-10-24 08:05:55 +00:00
io.h * include/ruby/{intern,io}.h: add missing prototypes. 2010-07-22 03:02:40 +00:00
missing.h * include/ruby/subst.h: new file for substitute standard functions.. 2010-08-07 15:44:27 +00:00
oniguruma.h * configure.in (XCFLAGS): use -fvisibility=hidden if possible. 2010-07-21 21:38:25 +00:00
re.h * configure.in (XCFLAGS): use -fvisibility=hidden if possible. 2010-07-21 21:38:25 +00:00
regex.h * configure.in (XCFLAGS): use -fvisibility=hidden if possible. 2010-07-21 21:38:25 +00:00
ruby.h * class.c, gc.c, object.c, variable.c, vm_insnhelper.c, 2010-10-26 17:27:21 +00:00
st.h * defines.h, intern.h, missing.h, ruby.h, st.h, util.h: include 2010-07-27 09:33:55 +00:00
subst.h * include/ruby/subst.h (snprintf): redefinition moved from ruby.h. 2010-08-07 22:19:17 +00:00
util.h * defines.h, intern.h, missing.h, ruby.h, st.h, util.h: include 2010-07-27 09:33:55 +00:00
version.h * include/ruby/version.h (RUBY_API_VERSION_*): renamed and moved 2010-08-23 21:08:19 +00:00
vm.h * configure.in (XCFLAGS): use -fvisibility=hidden if possible. 2010-07-21 21:38:25 +00:00
win32.h * include/ruby/win32.h: latest x86_64 mingw defines stati64. 2010-08-01 00:12:51 +00:00