Age | Commit message (Expand) | Author |
---|
2024-11-05 | [ruby/json] Resync | Jean Boussier |
2024-11-01 | Elide Generator::State allocation until a `to_json` method has to be called | Jean Boussier |
2024-11-01 | [ruby/json] generator.c: store pretty strings in VALUE | Jean Boussier |
2024-11-01 | [ruby/json] Allocate the initial generator buffer on the stack | Jean Boussier |
2024-11-01 | [ruby/json] Fix a memory in #to_json methods | Jean Boussier |
2024-10-30 | [ruby/json] Allocate the FBuffer struct on the stack | Jean Boussier |
2024-10-26 | [ruby/json] Get rid of the remaining tabs. | Jean Boussier |
2024-10-17 | Add a fast path for ASCII strings | Jean Boussier |
2024-10-17 | [ruby/json] Get rid of compatibility code for older rubies | Jean Boussier |
2024-10-17 | [ruby/json] Convert Generator initialize and configure method into Ruby | Jean Boussier |
2024-10-17 | [ruby/json] Stop prebuilding object_delim2 | Yusuke Endoh |
2024-10-17 | [ruby/json] Stop prebuilding object_delim | Yusuke Endoh |
2024-10-17 | [ruby/json] Stop prebuilding array_delim | Yusuke Endoh |
2024-10-08 | Fixed C23 compilation error with ruby/ruby master | Hiroshi SHIBATA |
2024-10-08 | [ruby/json] Adjust to the CVTUTF code being gone | Luke T. Shumaker |
2024-10-08 | [ruby/json] Delete code that is based on CVTUTF | Luke T. Shumaker |
2024-10-03 | [flori/json] JSON.dump: avoid redundant UTF-8 validation | Jean Boussier |
2024-06-04 | [flori/json] Cleanup useless ifdef | Jean Boussier |
2023-12-01 | Manually merged from flori/json | Hiroshi SHIBATA |
2023-12-01 | Rename escape_slash in script_safe and also escape E+2028 and E+2029 | Jean Boussier |
2020-09-25 | Add an option to escape forward slash character | Jean Boussier |
2017-04-12 | Merge json-2.0.4. | hsbt |
2016-07-05 | * ext/json/*, test/json/*: Update json-2.0.1. | hsbt |
2016-06-13 | Integer unification macro | nobu |
2016-05-17 | [Feature #12005] Unify Fixnum and Bignum into Integer | akr |
2015-05-28 | generator.c: allocate structs with wrapper | nobu |
2015-04-12 | * ext/json/*, test/json/*: Reverted r50231. Because it's not works with | hsbt |
2015-04-11 | * ext/json/*, test/json/*, defs/default_gems: Gemify JSON library. | hsbt |
2015-02-13 | * ext/json: merge upstream from flori/json | hsbt |
2014-12-28 | * ext/json, test/json: merge JSON HEAD(17fe8e7) | hsbt |
2014-12-28 | ext/json: for ancient backward compatibilities | nobu |
2014-12-28 | generator.h: use GET_STATE_TO | nobu |
2014-12-27 | json: backward compatibilities | nobu |
2014-10-04 | json/generator: typed data | nobu |
2014-10-04 | ext: protoize no-arguments functions | nobu |
2013-02-12 | * ext/json: merge JSON 1.7.7. | naruse |
2012-12-12 | * ext/json: merge JSON 1.7.5. | naruse |
2012-05-07 | * ext/json: Merge JSON 1.7.1. | naruse |
2012-04-08 | Additional experimental fix for r35261. | naruse |
2012-03-11 | * ext/json: Merge 164a75c8bd2007d32c4d7665d53140d8fc126dcd. | naruse |
2011-08-30 | * ext/json: Merge json gem 1.5.4+ (2149f4185c598fb97db1). | naruse |
2011-07-10 | * ext/json: Merge json gem 1.5.4+ (f7f78896607b6f6226cd). | naruse |
2010-12-25 | * ext/json/generator/generator.{c,h} (fbuffer_free_only_buffer): | nobu |
2010-12-01 | * ext/json: Update /flori/json from 1.4.2+ to | naruse |
2010-07-20 | * ext/json/generator/generator.c (fbuffer_free): removed unused function. | nobu |
2010-04-26 | Recommit of JSON; fix mixed declarations. | naruse |
2010-04-26 | * ext/jason: revert r27493. came again after canceling gcc-ism. | usa |
2010-04-26 | * ext/json: Update to JSON 1.4.1. | naruse |