ruby/ext/json/parser
Jean Boussier 698cb84062
Use ruby_xfree to free buffers
They are allocated with ruby_xmalloc, they should be freed with
ruby_xfree.
2023-12-01 16:47:06 +09:00
..
depend Update the depend files 2023-02-28 09:09:00 -08:00
extconf.rb [flori/json] Deduplicate strings inside json_string_unescape 2021-05-17 19:51:51 +09:00
parser.c Use ruby_xfree to free buffers 2023-12-01 16:47:06 +09:00
parser.h ext/json/parser/parser.h: Add fallback MAYBE_UNUSED 2021-05-19 10:16:22 +09:00
parser.rl Use ruby_xfree to free buffers 2023-12-01 16:47:06 +09:00
prereq.mk ext/json/parser/prereq.mk: fix warnings for code generated by ragel 2021-05-18 23:26:03 +09:00