Age | Commit message (Expand) | Author |
---|
2024-10-08 | [ruby/json] Unicode string like § is not allowed in C files at ruby/ruby repo | 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-09-03 | [flori/json] Remove outdated ifdef checks | Jean Boussier |
2024-06-04 | [flori/json] Cleanup useless ifdef | Jean Boussier |
2024-04-27 | ruby tool/update-deps --fix | 卜部昌平 |
2023-12-01 | Manually merged from flori/json | Hiroshi SHIBATA |
2023-12-01 | Use ruby_xfree to free buffers | Jean Boussier |
2023-12-01 | [flori/json] Fix "unexpected token" offset for Infinity | John Hawthorn |
2023-07-19 | [flori/json] Re-generate parser.c | Nobuyoshi Nakada |
2023-07-19 | [flori/json] [DOC] Remove duplicate sentence | Nobuyoshi Nakada |
2023-07-19 | [flori/json] Remove `HAVE_RB_SCAN_ARGS_OPTIONAL_HASH` check | Nobuyoshi Nakada |
2023-07-18 | [flori/json] Rename JSON::ParseError to JSON:ParserError | Dimitar Haralanov |
2023-02-28 | Update the depend files | Matt Valentine-House |
2023-02-27 | Remove intern/gc.h from Make deps | Matt Valentine-House |
2023-02-08 | Extract include/ruby/internal/attr/packed_struct.h | Nobuyoshi Nakada |
2022-07-29 | [flori/json] Stop including the parser source __LINE__ in exceptions | Jean Boussier |
2022-05-20 | [flori/json] Fix parser bug for empty string allocation | Andrew Bromwich |
2022-05-20 | [flori/json] Doc: Improve documentation on JSON#parse and JSON#parse! | Hiroshi SHIBATA |
2022-02-22 | [Feature #18249] Update dependencies | Peter Zhu |
2021-11-21 | Update dependencies | Nobuyoshi Nakada |
2021-10-05 | ruby tool/update-deps --fix | 卜部昌平 |
2021-05-19 | ext/json/parser/parser.h: Add fallback MAYBE_UNUSED | Nobuyoshi Nakada |
2021-05-18 | ext/json/parser/prereq.mk: fix warnings for code generated by ragel | Nobuyoshi Nakada |
2021-05-17 | [flori/json] Deduplicate strings inside json_string_unescape | Jean Boussier |
2021-05-17 | [flori/json] Refactor json_string_unescape | Jean Boussier |
2021-04-13 | dependency updates | 卜部昌平 |
2020-12-21 | [json] Make json Ractor safe | Kenta Murata |
2020-12-21 | [json] JSON_parse_float: Fix how to convert number | Kenta Murata |
2020-10-20 | Implement a freeze: parser option | Jean Boussier |
2020-08-27 | sed -i '/rmodule.h/d' | 卜部昌平 |
2020-08-27 | sed -i '/r_cast.h/d' | 卜部昌平 |
2020-08-27 | sed -i '\,2/extern.h,d' | 卜部昌平 |
2020-07-01 | [flori/json] Use frozen string for hash key | Watson |
2020-05-14 | ext/json/parser/prereq.mk: remove type-limit warning if char is unsigned | Yusuke Endoh |
2020-05-11 | sed -i 's|ruby/impl|ruby/internal|' | 卜部昌平 |
2020-05-11 | sed -i s|ruby/3|ruby/impl|g | 卜部昌平 |
2020-04-08 | Merge pull request #2991 from shyouhei/ruby.h | 卜部昌平 |
2019-10-14 | [flori/json] Only attempt to resize strings not other objects | Florian Frank |
2019-10-05 | ext/json/parser/prereq.mk: use `if $. == 1` instead of a hacky code | Yusuke Endoh |
2019-10-05 | ext/json/parser/prereq.mk: keep line numbers of ext/json/parser/parser.c | Yusuke Endoh |
2019-10-05 | ext/json/parser/parser.rl: Use "signed" char to contain negative values | Yusuke Endoh |
2019-10-05 | ext/json/parser/prereq.mk: Add a "automatically generated" header | Yusuke Endoh |
2019-10-05 | ext/json/parser/parser.rl: Update the source code of parser.c | Yusuke Endoh |
2019-09-25 | Make rb_scan_args handle keywords more similar to Ruby methods (#2460) | Jeremy Evans |
2019-07-14 | Include ruby/assert.h in ruby/ruby.h so that assertions can be there | Nobuyoshi Nakada |
2019-05-13 | Add NaN / Infinity / MinusInfinity to mark list | Aaron Patterson |
2019-04-20 | Add `GC.compact` again. | tenderlove |
2019-04-17 | Reverting compaction for now | tenderlove |
2019-04-17 | Adding `GC.compact` and compacting GC support. | tenderlove |