summaryrefslogtreecommitdiff
path: root/ext/json/generator
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
2023-02-28Update the depend filesMatt Valentine-House
2023-02-27Remove intern/gc.h from Make depsMatt Valentine-House
2023-02-08Extract include/ruby/internal/attr/packed_struct.hNobuyoshi Nakada
2022-07-29[flori/json] Stop including the parser source __LINE__ in exceptionsJean Boussier
2022-02-22[Feature #18249] Update dependenciesPeter Zhu
2021-11-21Update dependenciesNobuyoshi Nakada
2021-10-05ruby tool/update-deps --fix卜部昌平
2021-04-13dependency updates卜部昌平
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-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