summaryrefslogtreecommitdiff
path: root/ext/json/parser/parser.c
Commit message (Expand)AuthorAgeFilesLines
* [flori/json] Stop including the parser source __LINE__ in exceptionsJean Boussier2022-07-291-7/+7
* [flori/json] Fix parser bug for empty string allocationAndrew Bromwich2022-05-201-0/+8
* [flori/json] Doc: Improve documentation on JSON#parse and JSON#parse!Hiroshi SHIBATA2022-05-201-0/+1
* ext/json/parser/prereq.mk: fix warnings for code generated by ragelNobuyoshi Nakada2021-05-181-30/+30
* [flori/json] Deduplicate strings inside json_string_unescapeJean Boussier2021-05-171-39/+45
* [flori/json] Refactor json_string_unescapeJean Boussier2021-05-171-1813/+2966
* [json] Make json Ractor safeKenta Murata2020-12-211-0/+4
* [json] JSON_parse_float: Fix how to convert numberKenta Murata2020-12-211-25/+36
* Implement a freeze: parser optionJean Boussier2020-10-201-44/+71
* [flori/json] Use frozen string for hash keyWatson2020-07-011-67/+68
* ext/json/parser/prereq.mk: remove type-limit warning if char is unsignedYusuke Endoh2020-05-141-2/+2
* [flori/json] Only attempt to resize strings not other objectsFlorian Frank2019-10-141-12/+10
* ext/json/parser/prereq.mk: keep line numbers of ext/json/parser/parser.cYusuke Endoh2019-10-051-1/+0
* ext/json/parser/parser.rl: Use "signed" char to contain negative valuesYusuke Endoh2019-10-051-2/+2
* ext/json/parser/prereq.mk: Add a "automatically generated" headerYusuke Endoh2019-10-051-0/+1
* Make rb_scan_args handle keywords more similar to Ruby methods (#2460)Jeremy Evans2019-09-251-1/+1
* Add NaN / Infinity / MinusInfinity to mark listAaron Patterson2019-05-131-0/+5
* Add `GC.compact` again.tenderlove2019-04-201-0/+2
* Reverting compaction for nowtenderlove2019-04-171-2/+0
* Adding `GC.compact` and compacting GC support.tenderlove2019-04-171-0/+2
* Reverting all commits from r67479 to r67496 because of CI failureskazu2019-04-101-2/+0
* Add error globals to mark list so they don't movetenderlove2019-04-091-0/+2
* Merge json-2.2.0 from flori/json.hsbt2019-02-231-73/+73
* Fix JSON::Parser against bigdecimal updatesmrkn2018-12-021-2/+21
* ext/json/parser/parser.c: do not call rb_str_resize() on Time objecteregon2018-08-031-9/+11
* no ID cache in Init functionsnobu2018-02-161-0/+1
* Merge json-2.1.0 from https://github.com/flori/jsonhsbt2017-06-161-76/+93
* Merge json-2.0.4.hsbt2017-04-121-20/+28
* * ext/json/*, test/json/json_parser_test.rb: Update json-2.0.2.hsbt2016-08-011-8/+11
* * ext/json/*, test/json/*: Update json-2.0.1.hsbt2016-07-051-447/+288
* parser.c: updatenobu2015-09-251-18/+26
* parser.rl: allocate structs with wrappernobu2015-05-281-10/+4
* parser.rl: define enc_raise iff necessarynobu2015-04-181-2/+2
* parser.rl: rb_enc_raisenobu2015-04-181-86/+102
* parser.rl: use rb_encodingnobu2015-04-181-106/+107
* parser.rl: use StringValuenobu2015-04-181-20/+19
* * ext/json/*, test/json/*: Reverted r50231. Because it's not works withhsbt2015-04-121-0/+2222
* * ext/json/*, test/json/*, defs/default_gems: Gemify JSON library.hsbt2015-04-111-2222/+0
* * ext/json: merge upstream from flori/jsonhsbt2015-02-131-5/+1
* * ext/json, test/json: merge JSON HEAD(17fe8e7)hsbt2014-12-281-2/+2
* ext/json: for ancient backward compatibilitiesnobu2014-12-281-0/+6
* json: backward compatibilitiesnobu2014-12-271-2/+3
* parser.rl: check before usenobu2014-12-261-4/+4
* use 0 for reservednobu2014-12-011-1/+1
* json/parser: typed datanobu2014-10-041-3/+18
* ext: protoize no-arguments functionsnobu2014-10-041-2/+2
* json/parser/prereq.mk: use enumnobu2014-03-171-32/+32
* * ext/json: merge JSON 1.7.7.naruse2013-02-121-4/+4
* * ext/json: Merge JSON 1.7.1.naruse2012-05-071-17/+18
* * ext/json: Merge 164a75c8bd2007d32c4d7665d53140d8fc126dcd.naruse2012-03-111-89/+102