summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2021-01-11Define printf qualifier prefix fallbacksNobuyoshi Nakada
2021-01-09Fixed a typo [Bug #17522]Tee KOBAYASHI
2021-01-06expose some C-APIs for ractorKoichi Sasada
2021-01-02Fixed dangling imemo_tmpbufNobuyoshi Nakada
2020-12-31Fixed missing NORETURN on rb_mod_const_missingNobuyoshi Nakada
2020-12-31Defined RBIMPL_ATTR_DEPRECATED_INTERNALNobuyoshi Nakada
2020-12-30Replaced deprecation macrosNobuyoshi Nakada
2020-12-27win32: Declared wait and fixed the return typeNobuyoshi Nakada
2020-12-25[memory_view] Fix a commentKenta Murata
2020-12-25Development of 3.1.0 started.Yukihiro "Matz" Matsumoto
2020-12-24Use RBIMPL_COMPILER_{SINCE,BEFORE} for MSVCNobuyoshi Nakada
2020-12-24shareable_constant_value: experimental_copyKoichi Sasada
2020-12-24Expose atomic operation macros with RUBY prefixNobuyoshi Nakada
2020-12-24[memory_view] Fix some grammar issues in a commentKenta Murata
2020-12-23[memory_view] Make some rb_memroy_view_t members constKenta Murata
2020-12-23[memory_view][fiddle] Rename len to byte_size in rb_memory_view_tKenta Murata
2020-12-23[memory_view][fiddle] Use bool for boolean return valueKenta Murata
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-20win32: Deprecate file CP version functionsNobuyoshi Nakada
2020-12-20win32: Use UTF-8 as filesystem encoding [Feature #12654]Nobuyoshi Nakada
2020-12-19Added macros for headers which are not included by ruby.hNobuyoshi Nakada
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-16Made LARGEFILE_SUPPORT mandatoryNobuyoshi Nakada
2020-12-16Removed stale declarationNobuyoshi Nakada
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-10include/ruby/memory_view.h: fix the return type of rb_memory_view_prepare_ite...Kenta Murata
2020-12-10include/ruby/memory_view.h: fix typoKenta Murata
2020-12-10memory_view.c: Add rb_memory_view_get_item and rb_memory_view_prepare_item_de...Kenta Murata
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-08memory_view.c: Add rb_memory_view_extract_item_members (#3855)Kenta Murata
2020-12-08Windows: Read ENV names and values as UTF-8 encoded Strings (#3818)Lars Kanis
2020-12-07Removed deprecated Time#succNobuyoshi Nakada
2020-12-07Doxygen terminology update [ci skip]卜部昌平
2020-12-07Revert getaddrinfo_a()Masaki Matsushita
2020-12-07Revert "memory_view.c: Add rb_memory_view_extract_item_members"Kenta Murata
2020-12-06memory_view.c: Fix the argument type of rb_memory_view_extract_item_membersKenta Murata
2020-12-06memory_view.c: Add rb_memory_view_extract_item_membersKenta Murata
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