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
卜部昌平 33533fabd5 revival of must_not_null()
Presence of RBIMPL_ATTR_NONNULL let C compilers to eliminate
must_not_null().  Because null pointers are not allowed to exist there
are no reason to call the function.  In reality null pointers are still
passed to those functions in a number of ways.  Runtime check for them
are definitely nice to have.  fix [Feature#18280]
2021-11-11 17:14:47 +09:00
..
backward
fiber
internal revival of must_not_null() 2021-11-11 17:14:47 +09:00
io
assert.h sed -i 's/. They/. They/' 2021-09-10 20:00:06 +09:00
atomic.h
backward.h
debug.h
defines.h
encoding.h split include/ruby/encoding.h 2021-10-05 14:18:23 +09:00
intern.h
io.h
memory_view.h
missing.h suppress GCC's -Wsuggest-attribute=format 2021-09-10 20:00:06 +09:00
onigmo.h Reduce ONIG_NREGION from 10 to 4: power of 2 and testing revealed most pattern matches are less than or equal to 4 results 2019-05-07 21:58:55 +09:00
oniguruma.h Merge Onigmo 6.0.0 2016-12-10 17:47:04 +00:00
ractor.h Fix typos 2021-11-02 19:17:37 +09:00
random.h
re.h
regex.h
ruby.h
st.h Fix typos () 2020-03-11 00:43:12 -07:00
subst.h
thread.h
thread_native.h
util.h
version.h
vm.h
win32.h Use C99-defined macros to classify a floating-point number 2021-08-27 12:41:30 +09:00