aboutsummaryrefslogtreecommitdiffstats
path: root/ext/json/generator/generator.c
Commit message (Expand)AuthorAgeFilesLines
* Remove unused constant.Aaron Patterson2019-10-171-2/+1
* Look up constant instead of caching in a globalAaron Patterson2019-10-171-6/+3
* [flori/json] Add ascii_only option to JSON::Ext::Generator::State.new.Sho Hashimoto2019-10-141-0/+2
* [flori/json] Add shortcut converting to StringWatson2019-10-141-2/+9
* [flori/json] Convert Hash object using rb_hash_foreach()Watson2019-10-141-22/+55
* [flori/json] Fixed unexpected illegal/malformed utf-8 errorNobuyoshi Nakada2019-10-141-1/+10
* [flori/json] Convert string encoding to UTF-8 only when neededWatson2019-10-141-1/+3
* [flori/json] Convert String encoding using `rb_str_encode()`Watson2019-10-141-1/+1
* [flori/json] Does not check whether illegal utf-8 if string has ascii only.Watson2019-10-141-8/+12
* Suppress uninitialized instance variable warningsNobuyoshi Nakada2019-07-091-1/+1
* 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-1/+1
* no ID cache in Init functionsnobu2018-02-161-0/+1
* Merge json-2.0.4.hsbt2017-04-121-6/+6
* * ext/json/*, test/json/json_parser_test.rb: Update json-2.0.2.hsbt2016-08-011-0/+1
* * ext/json/*, test/json/*: Update json-2.0.1.hsbt2016-07-051-52/+2
* Integer unification macronobu2016-06-131-11/+21
* [Feature #12005] Unify Fixnum and Bignum into Integerakr2016-05-171-7/+31
* generator.c: allocate structs with wrappernobu2015-05-281-8/+3
* * ext/json/*, test/json/*: Reverted r50231. Because it's not works withhsbt2015-04-121-0/+1463
* * ext/json/*, test/json/*, defs/default_gems: Gemify JSON library.hsbt2015-04-111-1463/+0
* * ext/json: merge upstream from flori/jsonhsbt2015-02-131-5/+1
* generator.c: fix infinite recursionnobu2015-02-111-1/+1
* * ext/json, test/json: merge JSON HEAD(259dee6)hsbt2015-01-131-0/+1
* * ext/json, test/json: merge JSON HEAD(17fe8e7)hsbt2014-12-281-10/+10
* ext/json: for ancient backward compatibilitiesnobu2014-12-281-0/+6
* json: backward compatibilitiesnobu2014-12-271-0/+2
* use 0 for reservednobu2014-12-011-1/+1
* json/generator: typed datanobu2014-10-041-6/+28
* ext: protoize no-arguments functionsnobu2014-10-041-2/+2
* class.c: do nothing if copying selfnobu2014-02-211-0/+1
* ext/json: backward compatibilitiesnobu2014-01-151-2/+2
* * ext/json: merge JSON 1.8.1.naruse2013-11-201-11/+19
* Eliminate less-than-zero checks for unsigned variablesnobu2013-09-121-1/+1
* * ext/json/generator/generator.c (isArrayOrObject): cast char tonaruse2013-05-081-2/+2
* * ext/socket/option.c: Document synonymous methods, by windwiny [GH-277]zzak2013-04-161-5/+5
* * ext/json: merge JSON 1.7.7.naruse2013-02-121-14/+48
* * ext/json: merge JSON 1.7.5.naruse2012-12-121-1/+1
* * ext/json: Merge JSON 1.7.1.naruse2012-05-071-9/+17
* Add debug prints to inspect TC_JSONGenerate#test_gc's timeout issue.naruse2012-04-151-0/+1
* Additional experimental fix for r35261.naruse2012-04-081-1/+0
* * ext/json/generator/generator.c (generate_json_bignum):naruse2012-04-081-0/+1
* * ext/json: Merge 164a75c8bd2007d32c4d7665d53140d8fc126dcd.naruse2012-03-111-131/+56
* Fix typo: U+0456->U+0069. [Bug #5275]naruse2011-09-051-1/+1
* * ext/json: Merge json gem v1.5.4 (3dab4c5a6a97fac03dac).naruse2011-08-311-0/+2
* * ext/json: Merge json gem 1.5.4+ (2149f4185c598fb97db1).naruse2011-08-301-10/+53