ruby/ext/psych
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
..
lib [ruby/psych] Bump version to 5.1 for release 2023-02-07 12:25:44 +00:00
.gitignore Ignore yaml source 2022-04-05 14:31:54 +09:00
depend Extract include/ruby/internal/attr/packed_struct.h 2023-02-08 12:34:13 +09:00
extconf.rb [ruby/psych] configure of libyaml couldn't detect "arm64-apple-darwin22" for build host. 2023-01-17 08:26:22 +00:00
psych.c [ruby/psych] Make Ractor-ready. 2020-12-23 01:08:38 -05:00
psych.gemspec Initial move to SnakeYAML Engine 2023-01-31 13:14:05 +09:00
psych.h Update psych-2.2.1 2016-11-30 13:55:02 +00:00
psych_emitter.c no ID cache in Init functions 2018-02-16 08:39:48 +00:00
psych_emitter.h
psych_parser.c [ruby/psych] Convert some of Parser#parse to Ruby 2022-09-20 00:44:30 +09:00
psych_parser.h
psych_to_ruby.c Update psych-2.2.1 2016-11-30 13:55:02 +00:00
psych_to_ruby.h
psych_yaml_tree.c Remove private_iv_get 2020-09-25 13:11:32 +09:00
psych_yaml_tree.h