summaryrefslogtreecommitdiff
path: root/prism/internal/memchr.h
AgeCommit message (Collapse)Author
2026-04-01[ruby/prism] Remove a warning from `discarded-qualifiers`Earlopain
I've been seeing this for a while now: ``` ../../../../ext/prism/../../src/memchr.c: In function ‘pm_memchr’: ../../../../ext/prism/../../src/memchr.c:35:16: warning: return discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 35 | return memchr(memory, character, number); | ^~~~~~ ``` https://github.com/ruby/prism/commit/a3b1f10dbc
2026-03-20[ruby/prism] Clean up documentationKevin Newton
https://github.com/ruby/prism/commit/94d16c61cf
2026-03-20[ruby/prism] Split up encoding public and internal headersKevin Newton
https://github.com/ruby/prism/commit/f9f9cd55d2
2026-03-20[ruby/prism] Make memchr implementation internalKevin Newton
https://github.com/ruby/prism/commit/cdf8bed9ba