aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* win32: Deprecate file CP version functionsNobuyoshi Nakada2020-12-202-21/+22
* win32: Use UTF-8 as filesystem encoding [Feature #12654]Nobuyoshi Nakada2020-12-201-17/+14
* Added macros for headers which are not included by ruby.hNobuyoshi Nakada2020-12-191-0/+6
* 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
* Made LARGEFILE_SUPPORT mandatoryNobuyoshi Nakada2020-12-161-7/+0
* Removed stale declarationNobuyoshi Nakada2020-12-161-1/+0
* 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
* include/ruby/memory_view.h: fix the return type of rb_memory_view_prepare_ite...Kenta Murata2020-12-101-1/+1
* include/ruby/memory_view.h: fix typoKenta Murata2020-12-101-1/+1
* memory_view.c: Add rb_memory_view_get_item and rb_memory_view_prepare_item_de...Kenta Murata2020-12-101-2/+6
* 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
* memory_view.c: Add rb_memory_view_extract_item_members (#3855)Kenta Murata2020-12-081-1/+2
* Windows: Read ENV names and values as UTF-8 encoded Strings (#3818)Lars Kanis2020-12-081-2/+2
* 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
* Revert "memory_view.c: Add rb_memory_view_extract_item_members"Kenta Murata2020-12-071-2/+1
* memory_view.c: Fix the argument type of rb_memory_view_extract_item_membersKenta Murata2020-12-061-1/+1
* memory_view.c: Add rb_memory_view_extract_item_membersKenta Murata2020-12-061-1/+2
* 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
* ractor local storage C-APIKoichi Sasada2020-12-011-0/+19
* Keep references of memory-view-exported objects (#3816)Kenta Murata2020-11-301-0/+4
* Use opaque struct pointer than voidNobuyoshi Nakada2020-11-271-2/+3
* Move the declaration into the functionKazuhiro NISHIYAMA2020-11-181-2/+2
* fix public interfaceKoichi Sasada2020-11-182-0/+62
* Expose the rb_interned_str_* family of functionsJean Boussier2020-11-172-0/+5
* 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
* include/ruby/memory_view.h: annotate functions卜部昌平2020-10-061-0/+5
* rb_memory_view_is_contiguous: convert into an inline function卜部昌平2020-10-061-4/+14
* memory_view.h: use bool卜部昌平2020-10-061-5/+5