summaryrefslogtreecommitdiff
path: root/prism/util/pm_string.h
AgeCommit message (Collapse)Author
2025-09-12[ruby/prism] Add `\memberof` annotationsAlexander Momchilov
https://github.com/ruby/prism/commit/d1d2161219
2025-09-12[ruby/prism] Add links to code refs in docsAlexander Momchilov
https://github.com/ruby/prism/commit/d2d9a1f1a7
2024-09-13[ruby/prism] Stat file first to check directoryKevin Newton
https://github.com/ruby/prism/commit/4ed7de537b
2024-09-12[ruby/prism] Check errno for parsing directoryKevin Newton
https://github.com/ruby/prism/commit/d68ea29d04 Notes: Merged: https://github.com/ruby/ruby/pull/11497
2024-07-18[PRISM] Ensure not opening directoriesKevin Newton
Notes: Merged: https://github.com/ruby/ruby/pull/11196
2024-05-24[ruby/prism] Remove various unused memsize infraKevin Newton
https://github.com/ruby/prism/commit/283938ed1f
2024-03-06[ruby/prism] Parse files from Ruby API using fread, not mmapKevin Newton
https://github.com/ruby/prism/commit/62d4376a53
2024-02-20[ruby/prism] Include unistd.h before cheching _POSIX_MAPPED_FILESHASUMI Hitoshi
https://github.com/ruby/prism/commit/84b3c294f0
2024-02-20[ruby/prism] Use `_POSIX_MAPPED_FILES` and `_WIN32` to know if memory map ↵HASUMI Hitoshi
interface is available in the target platform https://github.com/ruby/prism/commit/88e2ff52d4
2024-02-16[ruby/prism] BuiltinsKevin Newton
https://github.com/ruby/prism/commit/851f2571ff
2023-11-01[ruby/prism] Last remaining missing C commentsKevin Newton
https://github.com/ruby/prism/commit/e327449db6
2023-11-01[ruby/prism] Even more C documentationKevin Newton
https://github.com/ruby/prism/commit/bec5ca37a0
2023-11-01[ruby/prism] Start better documenting C APIKevin Newton
https://github.com/ruby/prism/commit/2b6e661bbc
2023-10-02Sync with prism CallNode#name changesBenoit Daloze
* https://github.com/ruby/prism/pull/1533
2023-09-27Sync to prism rename commitsKevin Newton
2023-09-27Rename YARP filepaths to prism filepathsKevin Newton