summaryrefslogtreecommitdiff
path: root/ext/json/generator/generator.c
AgeCommit message (Expand)Author
2024-03-27[flori/json] Fix memory leak when exception is raised during JSON generationPeter Zhu
2023-12-25[flori/json] Use rb_sym2str instead of SYM2IDJohn Hawthorn
2023-12-01Manually merged from flori/jsonHiroshi SHIBATA
2023-12-01Rename escape_slash in script_safe and also escape E+2028 and E+2029Jean Boussier
2023-05-24[flori/json] Call `super` in `included` hookUfuk Kayserilioglu
2022-07-29[flori/json] Stop including the parser source __LINE__ in exceptionsJean Boussier
2021-02-01Fix GC compatibility: Don't stash encodings in global constantsAaron Patterson
2020-12-21[json] Make json Ractor safeKenta Murata
2020-12-21[json] Stop using prototype objectsKenta Murata
2020-09-25Add an option to escape forward slash characterJean Boussier
2020-07-01[flori/json] Typo fixMarc-Andre Lafortune
2020-01-06[flori/json] Add :nodoc: for GeneratorMethodszverok
2019-10-17Remove unused constant.Aaron Patterson
2019-10-17Look up constant instead of caching in a globalAaron Patterson
2019-10-14[flori/json] Add ascii_only option to JSON::Ext::Generator::State.new.Sho Hashimoto
2019-10-14[flori/json] Add shortcut converting to StringWatson
2019-10-14[flori/json] Convert Hash object using rb_hash_foreach()Watson
2019-10-14[flori/json] Fixed unexpected illegal/malformed utf-8 errorNobuyoshi Nakada
2019-10-14[flori/json] Convert string encoding to UTF-8 only when neededWatson
2019-10-14[flori/json] Convert String encoding using `rb_str_encode()`Watson
2019-10-14[flori/json] Does not check whether illegal utf-8 if string has ascii only.Watson
2019-07-09Suppress uninitialized instance variable warningsNobuyoshi Nakada
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
2018-02-16no ID cache in Init functionsnobu
2017-04-12Merge json-2.0.4.hsbt
2016-08-01* ext/json/*, test/json/json_parser_test.rb: Update json-2.0.2.hsbt
2016-07-05* ext/json/*, test/json/*: Update json-2.0.1.hsbt
2016-06-13Integer unification macronobu
2016-05-17[Feature #12005] Unify Fixnum and Bignum into Integerakr
2015-05-28generator.c: allocate structs with wrappernobu
2015-04-12* ext/json/*, test/json/*: Reverted r50231. Because it's not works withhsbt
2015-04-11* ext/json/*, test/json/*, defs/default_gems: Gemify JSON library.hsbt
2015-02-13* ext/json: merge upstream from flori/jsonhsbt
2015-02-11generator.c: fix infinite recursionnobu
2015-01-13* ext/json, test/json: merge JSON HEAD(259dee6)hsbt
2014-12-28* ext/json, test/json: merge JSON HEAD(17fe8e7)hsbt
2014-12-28ext/json: for ancient backward compatibilitiesnobu
2014-12-27json: backward compatibilitiesnobu
2014-12-01use 0 for reservednobu
2014-10-04json/generator: typed datanobu
2014-10-04ext: protoize no-arguments functionsnobu
2014-02-21class.c: do nothing if copying selfnobu
2014-01-15ext/json: backward compatibilitiesnobu
2013-11-20* ext/json: merge JSON 1.8.1.naruse
2013-09-12Eliminate less-than-zero checks for unsigned variablesnobu