aboutsummaryrefslogtreecommitdiffstats
path: root/include/ruby/internal
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix typo [ci skip]卜部昌平2020-09-291-1/+1
* Add rb_category_warn{,ing} for warning messages with categoriesJeremy Evans2020-09-281-0/+2
* RBIMPL_ALIGNAS: reorder #ifdef blocks卜部昌平2020-09-261-5/+5
* should not check taint flag on rubyspec.Koichi Sasada2020-09-251-0/+1
* enrich comment卜部昌平2020-09-251-4/+13
* RBIMPL_ALIGNOF: do not use constexpr卜部昌平2020-09-251-16/+8
* ALLOCA_N: do not use RUBY_ALIGNOF卜部昌平2020-09-251-11/+1
* RBIMPL_ALIGNOF: do not use __alignof__卜部昌平2020-09-251-41/+49
* Removed rb_find_file_ext_safe and rb_find_file_safeHiroshi SHIBATA2020-09-231-2/+0
* Warn on a finalizer that captures the object to be finalizedChris Seaton2020-09-161-0/+1
* Add `RB_` prefix for size_t to number conversion.Samuel Williams2020-09-061-12/+17
* Introduce Ractor mechanism for parallel executionKoichi Sasada2020-09-031-0/+1
* Fix a typo [ci skip]Kazuhiro NISHIYAMA2020-08-291-1/+1
* HAVE_STMT_AND_DECL_IN_EXPR: not for Sun C++卜部昌平2020-08-211-0/+8