aboutsummaryrefslogtreecommitdiffstats
path: root/ext/psych
Commit message (Expand)AuthorAgeFilesLines
* ext/psych/extconf.rb: braced VPATH is for nmake onlyNobuyoshi Nakada2019-12-051-1/+1
* Nmake needs `VPATH`Nobuyoshi Nakada2019-11-291-2/+3
* Add dependency on bundled yaml.h when usingNobuyoshi Nakada2019-11-292-1/+6
* Revert "Update dependencies"Vít Ondruch2019-11-221-45/+0
* Update dependenciesNobuyoshi Nakada2019-11-181-0/+45
* [ruby/psych] Add a note about safe_loadAaron Patterson2019-11-121-0/+4
* [ruby/psych] Remove taint supportJeremy Evans2019-11-122-20/+2
* [ruby/psych] Set required_ruby_version to 2.4.0Jean Boussier2019-11-121-1/+1
* ext/psych/yaml/api.c: Suppress a "variable set but not used" warningYusuke Endoh2019-08-241-1/+3
* ext/psych/yaml/loader.c: Cast the difference of pointers to intYusuke Endoh2019-08-051-3/+3
* Suppress warnings of bundled libyaml.Hiroshi SHIBATA2019-08-042-4/+4
* yaml few build warning fixesDavid Carlier2019-08-041-5/+5
* [ruby/psych] Get rid of C90 featureNobuyoshi Nakada2019-07-251-1/+2
* [ruby/psych] Deduplicate hash keys if they're stringsJean Boussier2019-07-251-1/+23
* [ruby/psych] Drop to support fat gem support.Hiroshi SHIBATA2019-07-251-5/+1
* [ruby/psych] Do not use add_development_dependency.Hiroshi SHIBATA2019-07-251-5/+0
* Include ruby/assert.h in ruby/ruby.h so that assertions can be thereNobuyoshi Nakada2019-07-141-0/+5
* Do not allocate a string to check if a scalar is an integerJean Boussier2019-06-251-9/+7
* Remove string_cache in ScalarScannerJean Boussier2019-06-251-10/+1
* Reduce string allocations in scalar_scannerJean Boussier2019-06-251-17/+15
* Removed CHANGELOG from rdoc files.SHIBATA Hiroshi2019-06-251-1/+1
* Retired to write CHANGELOG.rdoc. Because It has no update from 2015.SHIBATA Hiroshi2019-06-251-1/+1
* Dump Hash ivars before elementsAaron Patterson2019-06-251-9/+9
* Round trip exception backtracesAaron Patterson2019-06-252-0/+5
* Refactor exception dumpingAaron Patterson2019-06-251-28/+17
* Dumping the backtrace never worked, so remove itAaron Patterson2019-06-251-14/+10
* Make psych.so deterministicJeremy Evans2019-06-021-1/+1
* syntax error can move, so do not cacheAaron Patterson2019-04-231-2/+2
* Removed moving toplevel header since r12501nobu2019-02-081-5/+5
* Bump version to psych 3.1.0.hsbt2018-12-182-3/+9
* Merge upstream from ruby/psychhsbt2018-12-041-9/+24
* Make rubygems follow the upstream of psychnobu2018-11-111-12/+12
* Revert "Merge psych from upstream."mame2018-11-101-12/+12
* Merge psych from upstream.hsbt2018-11-101-12/+12
* Merge Pysch-3.1.0.pre2 from ruby/psych.hsbt2018-10-203-7/+22
* Re-try to add workaround for warningskazu2018-09-011-1/+1
* Revert "Try to add workaround for warnings"kazu2018-08-311-1/+1
* Try to add workaround for warningskazu2018-08-311-1/+1
* Merge psych-3.1.0.pre1.hsbt2018-08-2712-116/+196
* Merge Pysch 3.0.3.pre1.hsbt2018-04-2812-11/+47
* no ID cache in Init functionsnobu2018-02-162-0/+2
* ext/psych/.gitignore: removed stale file [ci skip]nobu2018-01-261-11/+0
* Merge psych-3.0.2 from ruby/psych.hsbt2017-12-193-9/+19
* Merge psych-3.0.0.hsbt2017-12-014-6/+15
* psych_parser.c: fix compile errornobu2017-11-271-3/+3
* Merge psych-3.0.0.beta4 from upstream.hsbt2017-11-278-27/+123
* null byte at Psych::Emitter.hsbt2017-10-312-8/+8
* Fix a typo [ci skip]kazu2017-10-221-1/+1
* kill "discards ‘const’ qualifier" warningkosaki2017-10-211-1/+1
* kill "discards ‘const’ qualifier" warningkosaki2017-10-211-2/+2