summaryrefslogtreecommitdiff
path: root/ext/psych/psych_parser.c
Commit message (Expand)AuthorAgeFilesLines
* [ruby/psych] Convert some of Parser#parse to RubyAaron Patterson2022-09-201-20/+2
* [ruby/psych] Fix infinite loop bug after YAML_MEMORY_ERROR (psych issue #440)Karl Anderson2022-07-151-13/+17
* Suppress -Wshorten-64-to-32 warningsNobuyoshi Nakada2020-04-081-17/+17
* [ruby/psych] Remove taint supportJeremy Evans2019-11-121-14/+0
* [ruby/psych] Get rid of C90 featureNobuyoshi Nakada2019-07-251-1/+2
* syntax error can move, so do not cacheAaron Patterson2019-04-231-2/+2
* no ID cache in Init functionsnobu2018-02-161-0/+1
* psych_parser.c: fix compile errornobu2017-11-271-3/+3
* Merge psych-3.0.0.beta4 from upstream.hsbt2017-11-271-13/+36
* Update psych-2.2.1hsbt2016-11-301-29/+0
* psych: allocate structs with wrappernobu2015-05-291-2/+2
* * ext/psych/lib/psych.rb: bump version to 2.0.8hsbt2014-12-051-0/+2
* use 0 for reservednobu2014-12-011-1/+1
* psych: typed datanobu2014-10-041-3/+19
* ext: protoize no-arguments functionsnobu2014-10-041-1/+1
* * ext/psych/extconf.rb: use embedded libyaml if no system libyaml istenderlove2012-11-281-0/+579