aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* RB_RANDOM_DATA_INIT_PARENT: convert into an inline function卜部昌平2020-10-061-3/+12
* rb_rand_if: convert into an inline function卜部昌平2020-10-061-3/+12
* include/ruby/random.h: eliminate extern "C"卜部昌平2020-10-061-17/+2
* Moved rb_callable_receiver internalNobuyoshi Nakada2020-10-061-1/+0
* memory_view.c: Use ssize_t for ndim in memory_view (#3615)Kenta Murata2020-10-021-2/+2
* 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
* memory_view.h: brush up the description in the commentKenta Murata2020-09-251-2/+7
* Buffer protocol proposal (#3261)Kenta Murata2020-09-251-0/+136
* 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
* Rework console to use `rb_io_wait`.Samuel Williams2020-09-141-2/+2
* Add support for hooking `IO#read`.Samuel Williams2020-09-141-0/+2
* Standardised scheduler interface.Samuel Williams2020-09-141-3/+6