summaryrefslogtreecommitdiff
path: root/ext/json/generator/generator.c
AgeCommit message (Expand)Author
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
2013-05-08* ext/json/generator/generator.c (isArrayOrObject): cast char tonaruse
2013-04-16* ext/socket/option.c: Document synonymous methods, by windwiny [GH-277]zzak
2013-02-12* ext/json: merge JSON 1.7.7.naruse
2012-12-12* ext/json: merge JSON 1.7.5.naruse
2012-05-07* ext/json: Merge JSON 1.7.1.naruse
2012-04-15Add debug prints to inspect TC_JSONGenerate#test_gc's timeout issue.naruse
2012-04-08Additional experimental fix for r35261.naruse
2012-04-08* ext/json/generator/generator.c (generate_json_bignum):naruse
2012-03-11* ext/json: Merge 164a75c8bd2007d32c4d7665d53140d8fc126dcd.naruse
2011-09-05Fix typo: U+0456->U+0069. [Bug #5275]naruse