summaryrefslogtreecommitdiff
path: root/include/ruby/internal/intern
AgeCommit message (Expand)Author
2024-12-13[DOC] Update `rb_strlen_lit`Nobuyoshi Nakada
2024-12-04Fix typos in public headers [ci skip]Alan Wu
2024-11-13Mark strings returned by Symbol#to_s as chilled (#12065)Jean byroot Boussier
2024-11-10rb_strlen_lit: support wide string literalsNobuyoshi Nakada
2024-11-10Fix sign-conversion warnings on IL32 platformsNobuyoshi Nakada
2024-08-28[DOC] Mention rb_io_fdopen() takes ownership of the FDAlan Wu
2024-07-19Make rb_check_frozen_inline() static inline againAlan Wu
2024-07-17[DOC] No more is rb_ary_freeze() an alias of rb_obj_freeze()Alan Wu
2024-06-02Stop exposing `rb_str_chilled_p`Jean Boussier
2024-05-28Stop marking chilled strings as frozenÉtienne Barrié
2024-03-27[DOC] remove repetitive words in commentscrazeteam
2024-03-26Expose rb_str_chilled_pÉtienne Barrié
2024-03-19Implement chilled stringsÉtienne Barrié
2024-03-14[Feature #20265] Remove rb_newobj_of and RB_NEWOBJ_OFPeter Zhu
2024-03-05[DOC] fix some commentscui fliter
2024-03-01Clarify C API documentation about pinned classesJean Boussier
2023-12-21Typo fixes for public headers [ci skip]Alan Wu
2023-12-14rb_ext_resolve_symbol: C API to resolve and return externed symbols [Feature ...Satoshi Tagomori
2023-09-27[DOC] Missing comment markersNobuyoshi Nakada
2023-08-29Expose `rb_process_status_wait` and hide `rb_process_status_waitv`. (#8316)Samuel Williams
2023-07-17Move `posix_signal` declaration internal with prefix `ruby_`Nobuyoshi Nakada
2023-07-13[Feature #19757] Add new API `rb_data_define`Nobuyoshi Nakada
2023-06-27Use `rb_reg_nth_defined` instead of `rb_match_nth_defined`Nobuyoshi Nakada
2023-06-12[DOC] Should use `NULL` instead of zeroNobuyoshi Nakada
2023-03-06Remove obsoleted MJIT_STATIC macroTakashi Kokubun
2023-02-27Merge internal/intern/gc.h into internal/gc.hMatt Valentine-House
2022-12-20Never use the storage of another Fiber, that violates the whole designBenoit Daloze
2022-12-09[DOC] Update `rb_gc_mark_locations` docJimmy Bourassa
2022-12-02Clarify the storage argument. (#6849)Samuel Williams
2022-12-01Introduce `Fiber#storage` for inheritable fiber-scoped variables. (#6612)Samuel Williams
2022-10-26Fix -Wundef warningsNobuyoshi Nakada
2022-10-20Add Class#attached_objectUfuk Kayserilioglu
2022-10-10object.c: rb_eql returns int not VALUEJean Boussier
2022-09-08[Bug #5317] Use `rb_off_t` instead of `off_t`Nobuyoshi Nakada
2022-08-27typosspaette
2022-07-26Rename rb_ary_tmp_new to rb_ary_hidden_newPeter Zhu
2022-06-15Restore rb_exec_recursive_outerJohn Hawthorn
2022-06-10Make method id explicit in rb_exec_recursive_outerJohn Hawthorn
2022-04-26Expose `rb_hash_new_capa(long)`Jean Boussier
2022-04-01Finer-grained constant cache invalidation (take 2)Kevin Newton
2022-03-25Revert "Finer-grained inline constant cache invalidation"Nobuyoshi Nakada
2022-03-24Finer-grained inline constant cache invalidationKevin Newton
2022-01-20Mark `rb_clear_constant_cache` as internal use onlyNobuyoshi Nakada
2022-01-18[Feature #18491] Drop support for HP-UXPeter Zhu
2022-01-13[DOC] Fix a typo in a docNobuyoshi Nakada
2021-12-30Remove declarations of deprecated functionsNobuyoshi Nakada
2021-12-26Remove tainted and trusted featuresNobuyoshi Nakada
2021-12-21Improved exception usage/classes.Samuel Williams
2021-12-11intern/select/posix.h: remove unused parameter from rb_fd_dupYuta Saito
2021-11-23Add Class#subclassesJean Boussier