mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
2a4c4f7b0c
* include/ruby/ruby.h (RHash): delay st_table allocation. rename tbl field to ntbl to detect direct reference to the st_table as a compile error. (RHASH_TBL): abstract accessor defined. (RHASH_ITER_LEV): ditto. (RHASH_IFNONE): ditto. (RHASH_SIZE): ditto. (RHASH_EMPTY_P): ditto. * hash.c: delay st_table allocation. * gc.c: replace tbl by ntbl. * array.c: replace direct field accessor by abstract field accessor such as RHASH(hash)->tbl to RHASH_TBL(hash). * marshal.c: ditto. * insns.def: ditto. * ext/iconv/iconv.c: ditto. * ext/json/ext/generator/generator.c: ditto. * ext/json/ext/parser/parser.c: ditto. * ext/syck/rubyext.c: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@13309 b2dd03c8-39d4-4d8f-98ff-823fe69b080e |
||
---|---|---|
.. | ||
bigdecimal | ||
continuation | ||
curses | ||
dbm | ||
digest | ||
dl | ||
etc | ||
fcntl | ||
fiber | ||
gdbm | ||
iconv | ||
io/wait | ||
json/ext | ||
nkf | ||
openssl | ||
probeprofiler | ||
pty | ||
racc/cparse | ||
readline | ||
ripper | ||
sdbm | ||
socket | ||
stringio | ||
strscan | ||
syck | ||
syslog | ||
tk | ||
Win32API | ||
win32ole | ||
zlib | ||
.cvsignore | ||
.document | ||
extmk.rb | ||
purelib.rb | ||
Setup | ||
Setup.atheos | ||
Setup.dj | ||
Setup.emx | ||
Setup.nt | ||
Setup.x68 |