aboutsummaryrefslogtreecommitdiffstats
path: root/include/ruby/internal
Commit message (Expand)AuthorAgeFilesLines
* [Doc] Standardize wording s/sweeped/swept/Kenichi Kamiya2021-03-231-1/+1
* Fix typos in rhash.h (#4292)Kenichi Kamiya2021-03-191-1/+1
* rb_sym_interned_p: doesn't exist卜部昌平2021-03-051-1/+0
* rb_random_int: ended before it begins卜部昌平2021-02-251-1/+0
* rb_clear_method_cache_by_class: no longer exist卜部昌平2021-02-041-1/+0
* Update include/ruby/internal/fl_type.h 卜部昌平2021-01-271-1/+1
* include/ruby/internal/fl_type.h: refactor hoist out #if conditions卜部昌平2021-01-271-9/+11
* kill CLONESETUP and DUPSETUP卜部昌平2021-01-272-14/+18
* attributes on enumerators are GCC6-ism卜部昌平2021-01-271-0/+18
* warnings on use of RUBY_FL_TAINT卜部昌平2021-01-271-2/+14
* kill OBJ_TAINT etc.卜部昌平2021-01-271-25/+8
* fix OBJ_UNTRUST etc.卜部昌平2021-01-271-2/+2
* Add compaction notes for class/module creation C APIsAlan Wu2021-01-261-0/+4
* Replace "iff" with "if and only if"Gannon McGibbon2021-01-193-3/+3
* Define printf qualifier prefix fallbacksNobuyoshi Nakada2021-01-115-0/+26
* Fixed a typo [Bug #17522]Tee KOBAYASHI2021-01-091-1/+1
* Fixed dangling imemo_tmpbufNobuyoshi Nakada2021-01-021-2/+3
* rb_cCont: no longer exists卜部昌平2020-12-221-1/+0
* Removed rb_cData entityNobuyoshi Nakada2020-12-222-3/+10
* Data: delete卜部昌平2020-12-221-0/+2
* include/ruby/internal/xmalloc.h: document rb_eNoMemError卜部昌平2020-12-211-42/+43
* include/ruby/internal/xmalloc.h: doxygen tag卜部昌平2020-12-211-8/+8
* Use category: :experimental in warnings that are related to experimental feat...Jeremy Evans2020-12-181-2/+3
* Switch rb_category_warn{,ing} to accept an rb_warning_category_tJeremy Evans2020-12-181-2/+9
* ruby_set_stack_size: no longer exists卜部昌平2020-12-181-1/+0
* add HAVE_RB_EXT_RACTOR_SAFE macroKoichi Sasada2020-12-171-0/+1
* Signal handler type should be voidNobuyoshi Nakada2020-12-121-2/+1
* Omit checks for C89 standard or laterNobuyoshi Nakada2020-12-121-6/+9
* Added parentheses to silence sizeof-array-div warnings [Bug #17385]Nobuyoshi Nakada2020-12-121-1/+1
* Tweaked `Process::Status.wait`Nobuyoshi Nakada2020-12-091-1/+1
* Removed declaration of non-existent symbolNobuyoshi Nakada2020-12-091-2/+0
* Add support for non-blocking `Process.wait`.Samuel Williams2020-12-091-1/+3
* Removed deprecated Time#succNobuyoshi Nakada2020-12-071-1/+0
* Doxygen terminology update [ci skip]卜部昌平2020-12-071-12/+12
* Revert getaddrinfo_a()Masaki Matsushita2020-12-071-2/+0
* Call cleanup function for getaddrinfo_a(3) only before fork()Masaki Matsushita2020-12-061-1/+1
* Add a hook before fork() for getaddrinfo_a()Masaki Matsushita2020-12-041-0/+2
* Fix typos [ci skip]Kazuhiro NISHIYAMA2020-12-041-3/+3
* include/ruby/internal/xmalloc.h: add doxygen卜部昌平2020-12-031-0/+160
* Fix docs about movement for rb_gc_register_mark_object()Alan Wu2020-12-011-4/+2
* rb_ext_ractor_safe() to declare ractor-safe extKoichi Sasada2020-12-011-0/+4
* Expose the rb_interned_str_* family of functionsJean Boussier2020-11-171-0/+3
* Add docs for some C extension GC APIsAlan Wu2020-11-061-4/+28
* Add warning for str_new_static functionsAlan Wu2020-10-301-3/+8
* Ractor.make_shareable(obj)Koichi Sasada2020-10-211-0/+2
* Feature #16812: Allow slicing arrays with ArithmeticSequence (#3241)Kenta Murata2020-10-211-0/+1
* remove rb_obj_iv_index_tblKoichi Sasada2020-10-171-17/+0
* Revert "Don't export rb_callable_receiver"Nobuyoshi Nakada2020-10-071-2/+0
* Don't export rb_callable_receiverChris Seaton2020-10-061-0/+2
* Moved rb_callable_receiver internalNobuyoshi Nakada2020-10-061-1/+0