ruby/ext/json/generator
Nobuyoshi Nakada 899ea35035
Extract include/ruby/internal/attr/packed_struct.h
Split `PACKED_STRUCT` and `PACKED_STRUCT_UNALIGNED` macros into the
macros bellow:
* `RBIMPL_ATTR_PACKED_STRUCT_BEGIN`
* `RBIMPL_ATTR_PACKED_STRUCT_END`
* `RBIMPL_ATTR_PACKED_STRUCT_UNALIGNED_BEGIN`
* `RBIMPL_ATTR_PACKED_STRUCT_UNALIGNED_END`
2023-02-08 12:34:13 +09:00
..
depend Extract include/ruby/internal/attr/packed_struct.h 2023-02-08 12:34:13 +09:00
extconf.rb * ext/json/**/*.rb: merge original files from upstream repository. 2016-07-14 03:48:54 +00:00
generator.c [flori/json] Stop including the parser source __LINE__ in exceptions 2022-07-29 19:10:10 +09:00
generator.h Add an option to escape forward slash character 2020-09-25 17:28:42 +09:00