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/internal/intern
Peter Zhu efb91ff19b Rename rb_ary_tmp_new to rb_ary_hidden_new
rb_ary_tmp_new suggests that the array is temporary in some way, but
that's not true, it just creates an array that's hidden and not on the
transient heap. This commit renames it to rb_ary_hidden_new.
2022-07-26 09:12:09 -04:00
..
select [Feature #18491] Drop support for HP-UX 2022-01-18 09:52:15 -05:00
array.h Rename rb_ary_tmp_new to rb_ary_hidden_new 2022-07-26 09:12:09 -04:00
bignum.h
class.h
compar.h
complex.h
cont.h
dir.h
enum.h
enumerator.h
error.h Remove declarations of deprecated functions 2021-12-30 15:33:40 +09:00
eval.h
file.h
gc.h
hash.h Expose rb_hash_new_capa(long) 2022-04-26 16:12:47 +02:00
io.h
load.h
marshal.h
numeric.h
object.h
parse.h
proc.h
process.h
random.h
range.h
rational.h
re.h
ruby.h
select.h
signal.h
sprintf.h
string.h
struct.h
thread.h Restore rb_exec_recursive_outer 2022-06-15 16:07:29 -07:00
time.h
variable.h
vm.h Finer-grained constant cache invalidation (take 2) 2022-04-01 14:48:22 -04:00