This website requires JavaScript.
Explore
Help
Register
Sign in
archive
/
ruby
Watch
1
Star
0
Fork
You've already forked ruby
0
mirror of
https://github.com/ruby/ruby.git
synced
2025-08-23 13:04:13 +02:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
4
698cb84062
ruby
/
ext
/
json
/
parser
History
Download ZIP
Download TAR.GZ
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