aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Finer-grained constant cache invalidation (take 2)Kevin Newton2022-04-011-0/+7
* re.c: Add Regexp.timeout= and Regexp.timeoutYusuke Endoh2022-03-301-0/+7
* Revert "Finer-grained inline constant cache invalidation"Nobuyoshi Nakada2022-03-252-7/+2
* Finer-grained inline constant cache invalidationKevin Newton2022-03-242-2/+7
* [Feature #18634] Implement Arrays on Variable Width AllocationPeter Zhu2022-03-222-2/+21
* Honor if `_Bool` is availableNobuyoshi Nakada2022-03-161-1/+1
* Wrap ruby_abi_version in `extern "C"` for C++Peter Zhu2022-03-011-0/+8
* Only define RUBY_DLN_CHECK_ABI when supportedPeter Zhu2022-03-011-4/+2
* [DOC] Fix reference in rb_enc_associate() descriptionLars Kanis2022-03-011-2/+2
* [DOC] Fix function name in exampleLars Kanis2022-03-011-1/+1
* [Feature #18249] Implement ABI checkingPeter Zhu2022-02-222-0/+46
* Check if `__assume` is supportedNobuyoshi Nakada2022-02-192-5/+1
* Define `HAVE___BUILTIN_UNREACHABLE` instead of `UNREACHABLE`Nobuyoshi Nakada2022-02-192-6/+1
* Mark `rb_clear_constant_cache` as internal use onlyNobuyoshi Nakada2022-01-202-11/+3
* include/ruby/win32.h: explicitly define HAVE_SHUTDOWNYuta Saito2022-01-191-0/+2
* include/ruby/io.h: use 0 as POLLPRI when no support for itYuta Saito2022-01-191-4/+3
* [wasm] include/ruby/io.h: define RB_WAITFD_PRI by ourselves for wasiYuta Saito2022-01-191-1/+6
* [wasm] add no thread variant for freestanding environmentYuta Saito2022-01-191-0/+6
* [wasm] wasm/missing.{c,h}: add missing libc stubs for wasi-libcYuta Saito2022-01-191-0/+113
* Don't assume __builtin_bswap32 and __builtin_bswap64 are defined on OpenBSDJeremy Evans2022-01-181-0/+2
* [Feature #18491] Drop support for HP-UXPeter Zhu2022-01-181-3/+0
* include/ruby/win32.h: define HAVE_X for the missing prototypes (#5456)Yuta Saito2022-01-181-1/+7
* Suppress possible loss of data warningsNobuyoshi Nakada2022-01-141-2/+3
* [DOC] Fix a typo in a docNobuyoshi Nakada2022-01-131-1/+1
* Enable Variable Width Allocation by defaultPeter Zhu2022-01-121-1/+1
* Make embedded string length a long for VWAPeter Zhu2022-01-121-1/+1
* Revert "Enable Variable Width Allocation by default"Peter Zhu2022-01-081-1/+1
* Use unsigned short for length of embedded stringsPeter Zhu2022-01-071-1/+1
* Enable Variable Width Allocation by defaultPeter Zhu2022-01-071-1/+1
* Revert "Enable Variable Width Allocation by default"Peter Zhu2022-01-061-1/+1
* Enable Variable Width Allocation by defaultPeter Zhu2022-01-061-1/+1
* Flush deprecation declarations for versions older than 3.0Nobuyoshi Nakada2021-12-301-50/+1
* Remove declarations of deprecated functionsNobuyoshi Nakada2021-12-301-12/+0
* Fix some bornheadsU.Nakamura2021-12-271-12/+1
* Call FlushInstrucitonCache() when PROT_EXEC is specified to mprotectU.Nakamura2021-12-271-2/+13
* Tiny mmap emulation for WindowsU.Nakamura2021-12-271-0/+19
* Remove deprecate rb_cData [Bug #18433]Nobuyoshi Nakada2021-12-261-24/+0
* Remove tainted and trusted featuresNobuyoshi Nakada2021-12-265-149/+0
* Development of 3.1.0 started.Yukihiro "Matz" Matsumoto2021-12-261-1/+1
* Fix typos [ci skip]Kazuhiro NISHIYAMA2021-12-251-1/+1
* Improvements to `rb_io_wait` return value handling and internal implementatio...Samuel Williams2021-12-241-1/+1
* Add fiber scheduler hooks for `pread`/`pwrite`, and add support to `IO::Buffer`.Samuel Williams2021-12-232-0/+32
* Extended interface for IO::Buffer & documentation.Samuel Williams2021-12-221-4/+4
* Rename IMMUTABLE to READONLY.Samuel Williams2021-12-211-3/+5
* Improve interface for get/set/copy.Samuel Williams2021-12-211-1/+0
* Mark non-private mapped files as external.Samuel Williams2021-12-211-6/+10
* Improved exception usage/classes.Samuel Williams2021-12-211-0/+2
* Improve IO::Buffer resize and introduce ownership transfer.Samuel Williams2021-12-201-1/+2
* Default size for IO::Buffer.Samuel Williams2021-12-191-0/+1
* Introduce io_result wrapper for passing `[-errno, size]` in VALUE.Samuel Williams2021-12-181-2/+52