summaryrefslogtreecommitdiff
path: root/ext/json/parser
Commit message (Expand)AuthorAgeFilesLines
* Update the depend filesMatt Valentine-House2023-02-281-1/+0
* Remove intern/gc.h from Make depsMatt Valentine-House2023-02-271-1/+0
* Extract include/ruby/internal/attr/packed_struct.hNobuyoshi Nakada2023-02-081-0/+1
* [flori/json] Stop including the parser source __LINE__ in exceptionsJean Boussier2022-07-292-14/+14
* [flori/json] Fix parser bug for empty string allocationAndrew Bromwich2022-05-202-0/+16
* [flori/json] Doc: Improve documentation on JSON#parse and JSON#parse!Hiroshi SHIBATA2022-05-202-0/+2
* [Feature #18249] Update dependenciesPeter Zhu2022-02-221-0/+1
* Update dependenciesNobuyoshi Nakada2021-11-211-1/+0
* ruby tool/update-deps --fix卜部昌平2021-10-051-14/+23
* ext/json/parser/parser.h: Add fallback MAYBE_UNUSEDNobuyoshi Nakada2021-05-191-0/+4
* ext/json/parser/prereq.mk: fix warnings for code generated by ragelNobuyoshi Nakada2021-05-182-32/+33
* [flori/json] Deduplicate strings inside json_string_unescapeJean Boussier2021-05-174-72/+85
* [flori/json] Refactor json_string_unescapeJean Boussier2021-05-173-1822/+3007
* dependency updates卜部昌平2021-04-131-1/+0
* [json] Make json Ractor safeKenta Murata2020-12-212-0/+8
* [json] JSON_parse_float: Fix how to convert numberKenta Murata2020-12-212-50/+72
* Implement a freeze: parser optionJean Boussier2020-10-204-45/+125
* sed -i '/rmodule.h/d'卜部昌平2020-08-271-1/+0
* sed -i '/r_cast.h/d'卜部昌平2020-08-271-1/+0
* sed -i '\,2/extern.h,d'卜部昌平2020-08-271-1/+0
* [flori/json] Use frozen string for hash keyWatson2020-07-012-67/+69
* ext/json/parser/prereq.mk: remove type-limit warning if char is unsignedYusuke Endoh2020-05-142-2/+3
* sed -i 's|ruby/impl|ruby/internal|'卜部昌平2020-05-111-140/+140
* sed -i s|ruby/3|ruby/impl|g卜部昌平2020-05-111-140/+140
* Merge pull request #2991 from shyouhei/ruby.h卜部昌平2020-04-081-0/+152
* [flori/json] Only attempt to resize strings not other objectsFlorian Frank2019-10-142-16/+12
* ext/json/parser/prereq.mk: use `if $. == 1` instead of a hacky codeYusuke Endoh2019-10-051-1/+1
* ext/json/parser/prereq.mk: keep line numbers of ext/json/parser/parser.cYusuke Endoh2019-10-052-2/+1
* ext/json/parser/parser.rl: Use "signed" char to contain negative valuesYusuke Endoh2019-10-052-4/+4
* ext/json/parser/prereq.mk: Add a "automatically generated" headerYusuke Endoh2019-10-052-1/+3
* ext/json/parser/parser.rl: Update the source code of parser.cYusuke Endoh2019-10-051-1/+8
* Make rb_scan_args handle keywords more similar to Ruby methods (#2460)Jeremy Evans2019-09-251-1/+1
* Include ruby/assert.h in ruby/ruby.h so that assertions can be thereNobuyoshi Nakada2019-07-141-0/+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
* Prefer relative directory from srcdir to top_srcdirnobu2019-02-141-1/+1
* Use $(hdrdir) for include/ruby.h, as well as r67033nobu2019-02-111-1/+1
* Fix JSON::Parser against bigdecimal updatesmrkn2018-12-022-4/+42
* ext/json/parser/parser.c: do not call rb_str_resize() on Time objecteregon2018-08-032-10/+14
* Fix missed update of parser source in r62429eregon2018-08-031-0/+1
* no ID cache in Init functionsnobu2018-02-161-0/+1
* Merge json-2.1.0 from https://github.com/flori/jsonhsbt2017-06-163-79/+114
* Merge json-2.0.4.hsbt2017-04-122-23/+39
* ruby tool/update-deps --fixshyouhei2017-03-221-0/+1
* * ext/json/*, test/json/json_parser_test.rb: Update json-2.0.2.hsbt2016-08-012-8/+14