summaryrefslogtreecommitdiff
path: root/ext/json/generator
Commit message (Expand)AuthorAgeFilesLines
* Update the depend filesMatt Valentine-House2023-02-281-1/+0
* Remove intern/gc.h from Make depsMatt Valentine-House2023-02-271-1/+0
* Extract include/ruby/internal/attr/packed_struct.hNobuyoshi Nakada2023-02-081-0/+1
* [flori/json] Stop including the parser source __LINE__ in exceptionsJean Boussier2022-07-291-2/+2
* [Feature #18249] Update dependenciesPeter Zhu2022-02-221-0/+1
* Update dependenciesNobuyoshi Nakada2021-11-211-1/+0
* ruby tool/update-deps --fix卜部昌平2021-10-051-14/+23
* dependency updates卜部昌平2021-04-131-1/+0
* Fix GC compatibility: Don't stash encodings in global constantsAaron Patterson2021-02-011-11/+1
* [json] Make json Ractor safeKenta Murata2020-12-211-1/+10
* [json] Stop using prototype objectsKenta Murata2020-12-211-5/+2
* Add an option to escape forward slash characterJean Boussier2020-09-252-7/+53
* sed -i '/rmodule.h/d'卜部昌平2020-08-271-1/+0
* sed -i '/r_cast.h/d'卜部昌平2020-08-271-1/+0
* sed -i '\,2/extern.h,d'卜部昌平2020-08-271-1/+0
* [flori/json] Typo fixMarc-Andre Lafortune2020-07-011-1/+1
* sed -i 's|ruby/impl|ruby/internal|'卜部昌平2020-05-111-141/+141
* sed -i s|ruby/3|ruby/impl|g卜部昌平2020-05-111-141/+141
* Merge pull request #2991 from shyouhei/ruby.h卜部昌平2020-04-081-0/+153
* [flori/json] Add :nodoc: for GeneratorMethodszverok2020-01-061-0/+70
* 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
* Include ruby/assert.h in ruby/ruby.h so that assertions can be thereNobuyoshi Nakada2019-07-141-0/+1
* 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
* Prefer relative directory from srcdir to top_srcdirnobu2019-02-141-1/+1
* Use $(hdrdir) for include/ruby.h, as well as r67033nobu2019-02-111-1/+1
* no ID cache in Init functionsnobu2018-02-161-0/+1
* Merge json-2.0.4.hsbt2017-04-122-7/+6
* ruby tool/update-deps --fixshyouhei2017-03-221-0/+1
* * ext/json/*, test/json/json_parser_test.rb: Update json-2.0.2.hsbt2016-08-011-0/+1
* * ext/json/**/*.rb: merge original files from upstream repository.hsbt2016-07-141-1/+0
* * ext/json/*, test/json/*: Update json-2.0.1.hsbt2016-07-052-53/+2
* Integer unification macronobu2016-06-132-11/+27
* [Feature #12005] Unify Fixnum and Bignum into Integerakr2016-05-172-7/+32
* Update dependencies.akr2016-04-111-0/+1
* handle ext/ as r53141naruse2015-12-161-0/+1
* generator.c: allocate structs with wrappernobu2015-05-282-11/+5