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
Jeremy Evans c257303ae7 Deprecate rb_eval_cmd, add rb_eval_cmd_kw
rb_eval_cmd takes a safe level, and now that $SAFE is deprecated,
it should be deprecated as well.

Replace with rb_eval_cmd_kw, which takes a keyword flag.  Switch
the two callers to this function.
2019-11-18 01:00:25 +02:00
..
backward include/ruby/backward/cxxanyargs.hpp: call va_end before return 2019-10-24 08:30:33 +09:00
assert.h
backward.h
debug.h
defines.h mark functions that do not return NULL as such. 2019-11-01 16:58:19 +09:00
encoding.h
intern.h Deprecate rb_eval_cmd, add rb_eval_cmd_kw 2019-11-18 01:00:25 +02:00
io.h
missing.h
onigmo.h
oniguruma.h
re.h
regex.h
ruby.h Warn on access/modify of $SAFE, and remove effects of modifying $SAFE 2019-11-18 01:00:25 +02:00
st.h st.c: Use rb_st_* prefix instead of st_* (#2479) 2019-09-22 22:12:18 +09:00
subst.h
thread.h
thread_native.h
util.h
version.h
vm.h
win32.h