summaryrefslogtreecommitdiff
path: root/ext/-test-
AgeCommit message (Expand)Author
2022-08-11Fix Array#[] with ArithmeticSequence with negative steps (#5739)Jeremy Evans
2022-08-01respect current frame of `rb_eval_string`Koichi Sasada
2022-07-27Adjust styles [ci skip]Nobuyoshi Nakada
2022-07-26Fix `rb_profile_frames` output includes dummy main thread frameIvo Anjo
2022-07-21Expand tabs [ci skip]Takashi Kokubun
2022-07-08Make a local symbol staticNobuyoshi Nakada
2022-07-07thread_pthread.c: call SUSPENDED event when entering native_sleepJean Boussier
2022-06-19Remove unnecessary `*` before the function nameNobuyoshi Nakada
2022-06-17GVL Instrumentation API: add STARTED and EXITED eventsJean Boussier
2022-06-15Restore rb_exec_recursive_outerJohn Hawthorn
2022-06-10Make method id explicit in rb_exec_recursive_outerJohn Hawthorn
2022-06-03[Feature #18339] GVL Instrumentation APIJean Boussier
2022-02-22Update ext/-test-/dln/empty/dependPeter Zhu
2022-02-22Include ruby.h in empty.c to have ABI versionPeter Zhu
2022-02-22[Feature #18249] Update dependenciesPeter Zhu
2022-02-22[Feature #18249] Include ruby.h in extensions to have ABI versionPeter Zhu
2022-02-22[Feature #18249] Implement ABI checkingPeter Zhu
2022-01-18[Feature #18491] Drop support for HP-UXPeter Zhu
2021-11-22Avoid assert failure when NULL EC is expectedAlan Wu
2021-11-21Update dependenciesNobuyoshi Nakada
2021-11-08Prefer ANSI-style prototypes over old K&R-style definitionsNobuyoshi Nakada
2021-11-08Fix filename typo [Bug #18140]Nobuyoshi Nakada
2021-10-25[Feature #18239] Implement VWA for stringsPeter Zhu
2021-10-05ruby tool/update-deps --fix卜部昌平
2021-09-05[ruby/fiddle] Create extconf header for MSVCNobuyoshi Nakada
2021-09-02Refined test [Bug #18140]Nobuyoshi Nakada
2021-09-01Guard array when appendingAaron Patterson
2021-08-09Include ruby.h before internal headers to suppress -Wundef warningsNobuyoshi Nakada
2021-08-05Show WorkingSetSize as RSS on WindowsNobuyoshi Nakada
2021-08-01Define functions using rb_wait_for_single_fd [Bug #18046]Nobuyoshi Nakada
2021-07-29Renamed thraed_fd_close as thread_fdNobuyoshi Nakada
2021-07-14[ruby/fiddle] Check HAVE_RUBY_MEMORY_VIEW_H rather than API version (https://...Nobuyoshi Nakada
2021-06-29Add basic test for updated IO wait functions.Samuel Williams
2021-06-26Scan the coderange in the given encodingNobuyoshi Nakada
2021-06-22Deprecate and rework old (fd) centric functions.Samuel Williams
2021-06-13Check if alternative malloc header can work in C++Nobuyoshi Nakada
2021-04-13dependency updates卜部昌平
2021-03-22rb_enc_interned_str: handle autoloaded encodingsJean Boussier
2021-01-09Get rid of defining methods for tests in core classesNobuyoshi Nakada
2020-12-27Removed declarations conflicting on MinGWNobuyoshi Nakada
2020-12-23[memory_view] Make some rb_memroy_view_t members constKenta Murata
2020-12-23[memory_view] Remove needless use of StringValueCStrKenta Murata
2020-12-23[memory_view] Add mdview_release_view for testKenta 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-22Removed rb_cData entityNobuyoshi Nakada
2020-12-16[memory_view] Make MemoryView API Ractor-safe (#3911)Kenta Murata
2020-12-11Import fiddle-1.0.4 (#3860)Kenta Murata
2020-12-10memory_view.c: Add rb_memory_view_get_item and rb_memory_view_prepare_item_de...Kenta Murata
2020-12-08memory_view.c: Add rb_memory_view_extract_item_members (#3855)Kenta Murata