aboutsummaryrefslogtreecommitdiffstats
path: root/ext/psych
Commit message (Expand)AuthorAgeFilesLines
* 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
* kill "value computed is not used" warningkosaki2017-10-211-3/+3
* kill variable set but not used warningkosaki2017-10-211-8/+4
* kill "variable set but not used" warningkosaki2017-10-211-3/+1
* ext: check if null byte is containednobu2017-09-301-2/+2
* Added sections of pysch library to LEGAL.hsbt2017-09-231-19/+0
* Fixup r59327. Forgot to update version number.hsbt2017-07-142-2/+2
* Merge psych-3.0.0.beta3 from ruby/psych.hsbt2017-07-1439-52/+77
* Merge psych-3.0.0.beta2 from https://github.com/ruby/psychhsbt2017-06-164-4/+6
* Import psych-3.0.0.beta1 from ruby/psych.hsbt2017-04-059-167/+10
* ruby tool/update-deps --fixshyouhei2017-03-221-0/+5
* Update psych-2.2.3hsbt2017-02-243-10/+8
* Update psych-2.2.2hsbt2016-12-152-2/+3
* Fixed error with `make install`hsbt2016-11-301-2/+1
* Update psych-2.2.1hsbt2016-11-307-68/+21
* Fix a typo.hsbt2016-11-161-1/+1
* Fixed regression of typo fix.hsbt2016-11-162-20/+20