summaryrefslogtreecommitdiff
path: root/ext/json/parser
AgeCommit message (Expand)Author
2023-12-01Manually merged from flori/jsonHiroshi SHIBATA
2023-12-01Use ruby_xfree to free buffersJean Boussier
2023-12-01[flori/json] Fix "unexpected token" offset for InfinityJohn Hawthorn
2023-07-19[flori/json] Re-generate parser.cNobuyoshi Nakada
2023-07-19[flori/json] [DOC] Remove duplicate sentenceNobuyoshi Nakada
2023-07-19[flori/json] Remove `HAVE_RB_SCAN_ARGS_OPTIONAL_HASH` checkNobuyoshi Nakada
2023-07-18[flori/json] Rename JSON::ParseError to JSON:ParserErrorDimitar Haralanov
2023-02-28Update the depend filesMatt Valentine-House
2023-02-27Remove intern/gc.h from Make depsMatt Valentine-House
2023-02-08Extract include/ruby/internal/attr/packed_struct.hNobuyoshi Nakada
2022-07-29[flori/json] Stop including the parser source __LINE__ in exceptionsJean Boussier
2022-05-20[flori/json] Fix parser bug for empty string allocationAndrew Bromwich
2022-05-20[flori/json] Doc: Improve documentation on JSON#parse and JSON#parse!Hiroshi SHIBATA
2022-02-22[Feature #18249] Update dependenciesPeter Zhu
2021-11-21Update dependenciesNobuyoshi Nakada
2021-10-05ruby tool/update-deps --fix卜部昌平
2021-05-19ext/json/parser/parser.h: Add fallback MAYBE_UNUSEDNobuyoshi Nakada
2021-05-18ext/json/parser/prereq.mk: fix warnings for code generated by ragelNobuyoshi Nakada
2021-05-17[flori/json] Deduplicate strings inside json_string_unescapeJean Boussier
2021-05-17[flori/json] Refactor json_string_unescapeJean Boussier
2021-04-13dependency updates卜部昌平
2020-12-21[json] Make json Ractor safeKenta Murata
2020-12-21[json] JSON_parse_float: Fix how to convert numberKenta Murata
2020-10-20Implement a freeze: parser optionJean Boussier
2020-08-27sed -i '/rmodule.h/d'卜部昌平
2020-08-27sed -i '/r_cast.h/d'卜部昌平
2020-08-27sed -i '\,2/extern.h,d'卜部昌平
2020-07-01[flori/json] Use frozen string for hash keyWatson
2020-05-14ext/json/parser/prereq.mk: remove type-limit warning if char is unsignedYusuke Endoh
2020-05-11sed -i 's|ruby/impl|ruby/internal|'卜部昌平
2020-05-11sed -i s|ruby/3|ruby/impl|g卜部昌平
2020-04-08Merge pull request #2991 from shyouhei/ruby.h卜部昌平
2019-10-14[flori/json] Only attempt to resize strings not other objectsFlorian Frank
2019-10-05ext/json/parser/prereq.mk: use `if $. == 1` instead of a hacky codeYusuke Endoh
2019-10-05ext/json/parser/prereq.mk: keep line numbers of ext/json/parser/parser.cYusuke Endoh
2019-10-05ext/json/parser/parser.rl: Use "signed" char to contain negative valuesYusuke Endoh
2019-10-05ext/json/parser/prereq.mk: Add a "automatically generated" headerYusuke Endoh
2019-10-05ext/json/parser/parser.rl: Update the source code of parser.cYusuke Endoh
2019-09-25Make rb_scan_args handle keywords more similar to Ruby methods (#2460)Jeremy Evans
2019-07-14Include ruby/assert.h in ruby/ruby.h so that assertions can be thereNobuyoshi Nakada
2019-05-13Add NaN / Infinity / MinusInfinity to mark listAaron Patterson
2019-04-20Add `GC.compact` again.tenderlove
2019-04-17Reverting compaction for nowtenderlove
2019-04-17Adding `GC.compact` and compacting GC support.tenderlove
2019-04-10Reverting all commits from r67479 to r67496 because of CI failureskazu
2019-04-09Add error globals to mark list so they don't movetenderlove
2019-02-23Merge json-2.2.0 from flori/json.hsbt
2019-02-14Prefer relative directory from srcdir to top_srcdirnobu
2019-02-11Use $(hdrdir) for include/ruby.h, as well as r67033nobu
2018-12-02Fix JSON::Parser against bigdecimal updatesmrkn