summaryrefslogtreecommitdiff
path: root/ext/json/parser/parser.c
AgeCommit message (Expand)Author
2025-03-12[ruby/json] Raise a ParserError on all incomplete unicode escape sequence.Jean Boussier
2025-02-27[ruby/json] Ensure parser error snippets are valid UTF-8Jean Boussier
2025-01-30[ruby/json] Avoid plain char for ctype macrosNobuyoshi Nakada
2025-01-20[ruby/json] Reject invalid number: `-` `-.1` `-e0`tompng
2025-01-20[ruby/json] Raise parse error on invalid commentstompng
2025-01-20[ruby/json] Fix parsing incomplete unicode escape "\uaaa"tompng
2025-01-20[ruby/json] Fix a regression in the parser with leading /Jean Boussier
2025-01-20[ruby/json] json_string_unescape: use memchr to search for backslashesJean Boussier
2025-01-20[ruby/json] Cleanup json_decode_floatJean Boussier
2025-01-20[ruby/json] parser.c: Pass the JSON_ParserConfig pointerJean Boussier
2025-01-20[ruby/json] Use RSTRING_ENDJean Boussier
2025-01-20[ruby/json] Replace fbuffer by stack buffers or RB_ALLOCV in parser.cJean Boussier
2025-01-20[ruby/json] Implement write barriers for ParserConfig objectsJean Boussier
2025-01-20Finalize Kevin's handrolled parser.Jean Boussier
2025-01-14[ruby/json] Refactor JSON::Ext::Parser to split configuration and parsing stateJean Boussier
2024-12-19[ruby/json] Add support for Solaris 10 which lacks strnlen()Naohisa Goto
2024-11-26[ruby/json] Stop using `rb_gc_mark_locations`Jean Boussier
2024-11-14[ruby/json] Only use the key cache if the Hash is in an ArrayJean Boussier
2024-11-11[ruby/json] Rename parse_float into parse_numberJean Boussier
2024-11-11[ruby/json] Reduce comparisons when parsing numbersAaron Patterson
2024-11-06[ruby/json] Implement a fast path for integer parsingJean Boussier
2024-11-06[ruby/json] parser.rl: parse_string implement a fast pathJean Boussier
2024-11-06[ruby/json] Categorize deprecated warningNobuyoshi Nakada
2024-11-05[ruby/json] ResyncJean Boussier
2024-11-05[ruby/json] JSON::Ext::Parser mark the name cache entries when not on the heapJean Boussier
2024-11-01[ruby/json] json_string_unescape: Use the returned RString as bufferJean Boussier
2024-11-01[ruby/json] Remove String#-@ check in extconf.rbJean Boussier
2024-11-01[ruby/json] json_string_unescape: assume the string doesn't need escapingJean Boussier
2024-11-01[ruby/json] parser.rl: extract `build_string`Jean Boussier
2024-11-01[ruby/json] Use String#encode instead of rb_str_conv_enc()Benoit Daloze
2024-11-01[ruby/json] Emit warnings when dumping binary stringsJean Boussier
2024-11-01Deprecate unsafe default options of `JSON.load`Jean Boussier
2024-11-01[ruby/json] Allocate the initial generator buffer on the stackJean Boussier
2024-10-30[ruby/json] Remove double semicolon at end of line in parserPeter Zhu
2024-10-30[ruby/json] Allocate the FBuffer struct on the stackJean Boussier
2024-10-26[ruby/json] JSON.dump / String#to_json: raise on invalid encodingJean Boussier
2024-10-26[ruby/json] raise_parse_error: avoid UBJean Boussier
2024-10-26[ruby/json] Ext::Parser avoid costly check on decimal_class when it is nilJean Boussier
2024-10-26[ruby/json] Limit the size of ParserError exception messagesJean Boussier
2024-10-26[ruby/json] parser.c: refactor raise_parse_errorJean Boussier
2024-10-26[ruby/json] Get rid of the remaining tabs.Jean Boussier
2024-10-26Reduce allocations in `parse` and `load` argument handlingJean Boussier
2024-10-26Add more precise documentation for `object_class` and `array_class`Jean Boussier
2024-10-18[ruby/json] Speedup Parser initializationJean Boussier
2024-10-17[ruby/json] Sync changesPeter Zhu
2024-10-17[ruby/json] Get rid of some more outdated compatibility codeJean Boussier
2024-10-08[ruby/json] Unicode string like ยง is not allowed in C files at ruby/ruby repoHiroshi SHIBATA
2024-10-08[ruby/json] Adjust to the CVTUTF code being goneLuke T. Shumaker
2024-09-03[flori/json] Remove outdated ifdef checksJean Boussier
2024-06-04[flori/json] Cleanup useless ifdefJean Boussier