summaryrefslogtreecommitdiff
path: root/ext/-test-
Commit message (Expand)AuthorAgeFilesLines
* [Bug#19161] Detect thread local storage specifierNobuyoshi Nakada2023-04-071-7/+2
* [Feature #19579] Remove !USE_RVARGC code (#7655)Peter Zhu2023-04-041-9/+0
* Update the depend filesMatt Valentine-House2023-02-2858-107/+0
* Remove intern/gc.h from Make depsMatt Valentine-House2023-02-2758-107/+0
* Extract include/ruby/internal/attr/packed_struct.hNobuyoshi Nakada2023-02-0858-0/+107
* Remove Encoding#replicateBenoit Daloze2023-01-112-0/+187
* Use `rb_sprintf` instead of deprecated `sprintf`Nobuyoshi Nakada2022-11-251-13/+13
* Transition shape when object's capacity changesJemma Issroff2022-11-101-0/+1
* Fix compiler issues in test on C99Peter Zhu2022-11-101-1/+1
* [Bug #19100] Add `init_int32` function to `rb_random_interface_t`Nobuyoshi Nakada2022-11-102-0/+4
* Add version to the interface of Random extensionsNobuyoshi Nakada2022-11-102-0/+292
* Unmark Internal IV test as pendingJemma Issroff2022-10-201-4/+1
* [Bug #18964] Update the code range of appended portionNobuyoshi Nakada2022-08-183-0/+29
* Stop defining `RUBY_ABI_VERSION` if released versionsNobuyoshi Nakada2022-08-121-0/+1
* Fix Array#[] with ArithmeticSequence with negative steps (#5739)Jeremy Evans2022-08-113-0/+182
* respect current frame of `rb_eval_string`Koichi Sasada2022-08-012-0/+15
* Adjust styles [ci skip]Nobuyoshi Nakada2022-07-272-2/+4
* Fix `rb_profile_frames` output includes dummy main thread frameIvo Anjo2022-07-261-0/+1
* Expand tabs [ci skip]Takashi Kokubun2022-07-2122-221/+221
* Make a local symbol staticNobuyoshi Nakada2022-07-081-1/+1
* thread_pthread.c: call SUSPENDED event when entering native_sleepJean Boussier2022-07-071-0/+30
* Remove unnecessary `*` before the function nameNobuyoshi Nakada2022-06-191-3/+3
* GVL Instrumentation API: add STARTED and EXITED eventsJean Boussier2022-06-171-14/+30
* Restore rb_exec_recursive_outerJohn Hawthorn2022-06-151-1/+1
* Make method id explicit in rb_exec_recursive_outerJohn Hawthorn2022-06-101-1/+1
* [Feature #18339] GVL Instrumentation APIJean Boussier2022-06-033-0/+261
* Update ext/-test-/dln/empty/dependPeter Zhu2022-02-221-0/+159
* Include ruby.h in empty.c to have ABI versionPeter Zhu2022-02-221-0/+2
* [Feature #18249] Update dependenciesPeter Zhu2022-02-2255-13/+273
* [Feature #18249] Include ruby.h in extensions to have ABI versionPeter Zhu2022-02-221-0/+2
* [Feature #18249] Implement ABI checkingPeter Zhu2022-02-222-0/+14
* [Feature #18491] Drop support for HP-UXPeter Zhu2022-01-181-1/+1
* Avoid assert failure when NULL EC is expectedAlan Wu2021-11-221-0/+31
* Update dependenciesNobuyoshi Nakada2021-11-2154-1291/+837
* Prefer ANSI-style prototypes over old K&R-style definitionsNobuyoshi Nakada2021-11-081-2/+6
* Fix filename typo [Bug #18140]Nobuyoshi Nakada2021-11-082-160/+160
* [Feature #18239] Implement VWA for stringsPeter Zhu2021-10-252-5/+14
* ruby tool/update-deps --fix卜部昌平2021-10-055-108/+234
* [ruby/fiddle] Create extconf header for MSVCNobuyoshi Nakada2021-09-051-0/+1
* Refined test [Bug #18140]Nobuyoshi Nakada2021-09-021-39/+9
* Guard array when appendingAaron Patterson2021-09-013-0/+387
* Include ruby.h before internal headers to suppress -Wundef warningsNobuyoshi Nakada2021-08-091-0/+1
* Show WorkingSetSize as RSS on WindowsNobuyoshi Nakada2021-08-051-4/+15
* Define functions using rb_wait_for_single_fd [Bug #18046]Nobuyoshi Nakada2021-08-011-0/+16
* Renamed thraed_fd_close as thread_fdNobuyoshi Nakada2021-07-295-164/+164
* [ruby/fiddle] Check HAVE_RUBY_MEMORY_VIEW_H rather than API version (https://...Nobuyoshi Nakada2021-07-142-0/+9
* Add basic test for updated IO wait functions.Samuel Williams2021-06-293-0/+369
* Scan the coderange in the given encodingNobuyoshi Nakada2021-06-261-0/+14
* Deprecate and rework old (fd) centric functions.Samuel Williams2021-06-223-267/+0
* Check if alternative malloc header can work in C++Nobuyoshi Nakada2021-06-131-0/+4