ruby/ext/psych
Jean Boussier d31378dc91 [ruby/psych] Use `String#match?` over `String#=~` when applicable
Save on allocating useless `MatchData` instances.

https://github.com/ruby/psych/commit/b2d9f16e58
2024-09-24 19:25:40 +00:00
..
lib [ruby/psych] Use `String#match?` over `String#=~` when applicable 2024-09-24 19:25:40 +00:00
.gitignore Ignore yaml source 2022-04-05 14:31:54 +09:00
depend ruby tool/update-deps --fix 2024-04-27 21:55:28 +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] Convert tabs to spaces in C files 2024-08-09 18:29:46 +00:00
psych.gemspec [ruby/psych] Provide a 'Changelog' link on rubygems.org/gems/psych 2024-01-17 00:48:52 +00:00
psych.h Update psych-2.2.1 2016-11-30 13:55:02 +00:00
psych_emitter.c [ruby/psych] Guard from memory leak in Psych::Emitter#start_document 2024-08-09 20:28:53 +00:00
psych_emitter.h
psych_parser.c [ruby/psych] Convert missed tabs to spaces in C files 2024-08-09 19:35:28 +00: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