summaryrefslogtreecommitdiff
path: root/prism/util/pm_list.h
AgeCommit message (Collapse)Author
2025-09-12[ruby/prism] Add `\memberof` annotationsAlexander Momchilov
https://github.com/ruby/prism/commit/d1d2161219
2024-03-04[ruby/prism] Make alloc interface replaceableHASUMI Hitoshi
- Add `x` prefix to malloc, calloc, realloc, and free (eg: malloc -> xmalloc) - By default, they are replaced with stdlib's functions at build - You can use custom functions by defining `PRISM_CUSTOM_ALLOCATOR` macro https://github.com/ruby/prism/commit/7a878af619
2023-11-01[ruby/prism] Fix up lintKevin Newton
https://github.com/ruby/prism/commit/77d4056766
2023-11-01[ruby/prism] Last remaining missing C commentsKevin Newton
https://github.com/ruby/prism/commit/e327449db6
2023-11-01[ruby/prism] Documentation for more C functionsKevin Newton
https://github.com/ruby/prism/commit/88336e7d9f
2023-09-27Sync to prism rename commitsKevin Newton
2023-09-27Rename YARP filepaths to prism filepathsKevin Newton