summaryrefslogtreecommitdiff
path: root/include/ruby/internal
AgeCommit message (Expand)Author
2021-01-13Fixed a typo [Bug #17522]Tee KOBAYASHI
2021-01-13Fixed dangling imemo_tmpbufNobuyoshi Nakada
2020-12-22rb_cCont: no longer exists卜部昌平
2020-12-22Removed rb_cData entityNobuyoshi Nakada
2020-12-22Data: delete卜部昌平
2020-12-21include/ruby/internal/xmalloc.h: document rb_eNoMemError卜部昌平
2020-12-21include/ruby/internal/xmalloc.h: doxygen tag卜部昌平
2020-12-18Use category: :experimental in warnings that are related to experimental feat...Jeremy Evans
2020-12-18Switch rb_category_warn{,ing} to accept an rb_warning_category_tJeremy Evans
2020-12-18ruby_set_stack_size: no longer exists卜部昌平
2020-12-17add HAVE_RB_EXT_RACTOR_SAFE macroKoichi Sasada
2020-12-12Signal handler type should be voidNobuyoshi Nakada
2020-12-12Omit checks for C89 standard or laterNobuyoshi Nakada
2020-12-12Added parentheses to silence sizeof-array-div warnings [Bug #17385]Nobuyoshi Nakada
2020-12-09Tweaked `Process::Status.wait`Nobuyoshi Nakada
2020-12-09Removed declaration of non-existent symbolNobuyoshi Nakada
2020-12-09Add support for non-blocking `Process.wait`.Samuel Williams
2020-12-07Removed deprecated Time#succNobuyoshi Nakada
2020-12-07Doxygen terminology update [ci skip]卜部昌平
2020-12-07Revert getaddrinfo_a()Masaki Matsushita
2020-12-06Call cleanup function for getaddrinfo_a(3) only before fork()Masaki Matsushita
2020-12-04Add a hook before fork() for getaddrinfo_a()Masaki Matsushita
2020-12-04Fix typos [ci skip]Kazuhiro NISHIYAMA
2020-12-03include/ruby/internal/xmalloc.h: add doxygen卜部昌平
2020-12-01Fix docs about movement for rb_gc_register_mark_object()Alan Wu
2020-12-01rb_ext_ractor_safe() to declare ractor-safe extKoichi Sasada
2020-11-17Expose the rb_interned_str_* family of functionsJean Boussier
2020-11-06Add docs for some C extension GC APIsAlan Wu
2020-10-30Add warning for str_new_static functionsAlan Wu
2020-10-21Ractor.make_shareable(obj)Koichi Sasada
2020-10-21Feature #16812: Allow slicing arrays with ArithmeticSequence (#3241)Kenta Murata
2020-10-17remove rb_obj_iv_index_tblKoichi Sasada
2020-10-07Revert "Don't export rb_callable_receiver"Nobuyoshi Nakada
2020-10-06Don't export rb_callable_receiverChris Seaton
2020-10-06Moved rb_callable_receiver internalNobuyoshi Nakada
2020-09-29fix typo [ci skip]卜部昌平
2020-09-28Add rb_category_warn{,ing} for warning messages with categoriesJeremy Evans
2020-09-26RBIMPL_ALIGNAS: reorder #ifdef blocks卜部昌平
2020-09-25should not check taint flag on rubyspec.Koichi Sasada
2020-09-25enrich comment卜部昌平
2020-09-25RBIMPL_ALIGNOF: do not use constexpr卜部昌平
2020-09-25ALLOCA_N: do not use RUBY_ALIGNOF卜部昌平
2020-09-25RBIMPL_ALIGNOF: do not use __alignof__卜部昌平
2020-09-23Removed rb_find_file_ext_safe and rb_find_file_safeHiroshi SHIBATA
2020-09-16Warn on a finalizer that captures the object to be finalizedChris Seaton
2020-09-06Add `RB_` prefix for size_t to number conversion.Samuel Williams
2020-09-03Introduce Ractor mechanism for parallel executionKoichi Sasada
2020-08-29Fix a typo [ci skip]Kazuhiro NISHIYAMA
2020-08-21HAVE_STMT_AND_DECL_IN_EXPR: not for Sun C++卜部昌平
2020-08-21RBIMPL_HAS_CPP_ATTRIBUTE: handle SunPro卜部昌平