summaryrefslogtreecommitdiff
path: root/ext/json/generator
AgeCommit message (Expand)Author
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-08-27sed -i '/rmodule.h/d'卜部昌平
2020-08-27sed -i '/r_cast.h/d'卜部昌平
2020-08-27sed -i '\,2/extern.h,d'卜部昌平
2020-07-01[flori/json] Typo fixMarc-Andre Lafortune
2020-05-11sed -i 's|ruby/impl|ruby/internal|'卜部昌平
2020-05-11sed -i s|ruby/3|ruby/impl|g卜部昌平
2020-04-08Merge pull request #2991 from shyouhei/ruby.h卜部昌平
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-14Include ruby/assert.h in ruby/ruby.h so that assertions can be thereNobuyoshi Nakada
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
2019-02-14Prefer relative directory from srcdir to top_srcdirnobu
2019-02-11Use $(hdrdir) for include/ruby.h, as well as r67033nobu
2018-02-16no ID cache in Init functionsnobu
2017-04-12Merge json-2.0.4.hsbt
2017-03-22ruby tool/update-deps --fixshyouhei
2016-08-01* ext/json/*, test/json/json_parser_test.rb: Update json-2.0.2.hsbt
2016-07-14* ext/json/**/*.rb: merge original files from upstream repository.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
2016-04-11Update dependencies.akr
2015-12-16handle ext/ as r53141naruse
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-28generator.h: use GET_STATE_TOnobu
2014-12-27json: backward compatibilitiesnobu