summaryrefslogtreecommitdiff
path: root/ext/json
AgeCommit message (Expand)Author
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
2023-01-23Fix homepage url in gemspecYusuke Nakamura
2022-12-09Merge json-2.6.3Hiroshi SHIBATA
2022-07-29[flori/json] Stop including the parser source __LINE__ in exceptionsJean Boussier
2022-05-20[flori/json] Bump version to 2.6.2Florian Frank
2022-05-20[flori/json] Fix parser bug for empty string allocationAndrew Bromwich
2022-05-20[flori/json] Doc: Improve documentation on JSON#parse and JSON#parse!Hiroshi SHIBATA
2022-02-22[Feature #18249] Update dependenciesPeter Zhu
2021-11-21Update dependenciesNobuyoshi Nakada
2021-10-24[flori/json] Bump version to v2.6.1Hiroshi SHIBATA
2021-10-24[flori/json] Bump JSON::VERSION to 2.6.0.Josef Šimánek
2021-10-14[flori/json] Bump up json version to 2.6.0Hiroshi SHIBATA
2021-10-05ruby tool/update-deps --fix卜部昌平
2021-07-29Update the latest version of json.gemspec from flori/jsonHiroshi SHIBATA
2021-05-19ext/json/parser/parser.h: Add fallback MAYBE_UNUSEDNobuyoshi Nakada
2021-05-18ext/json/parser/prereq.mk: fix warnings for code generated by ragelNobuyoshi Nakada
2021-05-17Bump version of required_ruby_version to 2.3. Fixes #464Hiroshi SHIBATA
2021-05-17[flori/json] Deduplicate strings inside json_string_unescapeJean Boussier
2021-05-17[flori/json] Refactor json_string_unescapeJean Boussier
2021-05-17[flori/json] Fix incorrect `#` position in API docMasafumi Koba
2021-04-13dependency updates卜部昌平
2021-02-01Fix GC compatibility: Don't stash encodings in global constantsAaron Patterson
2020-12-22Merge json-2.5.1Hiroshi SHIBATA
2020-12-22Prepare to release json-2.5.0Hiroshi SHIBATA
2020-12-21[json] Avoid method redefinitionKenta Murata
2020-12-21[json] Make json Ractor safeKenta Murata
2020-12-21[json] JSON_parse_float: Fix how to convert numberKenta Murata
2020-12-21[json] Make JSON.create_id thread-safeKenta Murata
2020-12-21[json] Stop using prototype objectsKenta Murata
2020-12-17expand VERSION path for ruby repository.Hiroshi SHIBATA
2020-12-17Bump version to json-2.4.1 and use VERSION file for json version same as upst...Hiroshi SHIBATA
2020-12-15Bump version to json-2.4.0Hiroshi SHIBATA
2020-11-10Complex and Rational is embedded classes nowHiroshi SHIBATA
2020-10-20Implement a freeze: parser optionJean Boussier
2020-09-25[flori/json] Fix JSON.load_file docJean Boussier
2020-09-25[flori/json] Partial compliance with doc/method_documentation.rdocBurdetteLamar
2020-09-25[flori/json] Enhanced RDoc for JSON.dump (#443)Burdette Lamar
2020-09-25bundle the LICENSE file in the gemJulien Feltesse
2020-09-25[flori/json] Nodoc for recurse_procBurdetteLamar
2020-09-25[flori/json] RDoc for JSON.load with procBurdetteLamar
2020-09-25unify json-java gemspec with the baselineKarol Bucek
2020-09-25[flori/json] RDoc example for JSON.loadBurdetteLamar
2020-09-25[flori/json] Enhance RDoc for JSON.parseBurdetteLamar
2020-09-25[flori/json] Move options from #generate and #parse to common areaBurdetteLamar
2020-09-25[flori/json] Add `load_file` and `load_file!` methods, with tests. Fixes ...Keith Bennett
2020-09-25Add an option to escape forward slash characterJean Boussier
2020-08-27sed -i '/rmodule.h/d'卜部昌平