aboutsummaryrefslogtreecommitdiffstats
path: root/ext/psych
Commit message (Expand)AuthorAgeFilesLines
* 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
* * remove trailing spaces.svn2016-11-145-14/+14
* Update bundled psych to 2.2.0.hsbt2016-11-1410-122/+86
* * ext/psych/psych.gemspec, lib/rdoc/rdoc.gemspec: Use file list instead ofhsbt2016-09-081-1/+3
* * ext/psych/*, test/psych/*: Update psych-2.1.1hsbt2016-09-074-35/+29
* Update dependenciesnobu2016-07-061-3/+92
* * ext/psych/lib/psych_jars.rb: removed needless file required to JRuby.hsbt2016-06-291-6/+0
* * remove trailing spaces.svn2016-06-241-1/+1
* * ext/psych/*, test/psych/*: Upate psych 2.1.0hsbt2016-06-245-34/+59
* stdlib: avoid extra calls to eliminate "\n" from Base64normal2016-01-101-1/+1
* * ext/psych/lib/psych.rb: bump version to 2.0.17hsbt2015-12-222-3/+3
* handle ext/ as r53141naruse2015-12-1640-0/+40
* psych_emitter.c: check tags rangenobu2015-12-131-2/+4
* psych_emitter.c: check stringnobu2015-12-131-2/+4
* * ext/psych/*: update psych to 2.0.16tenderlove2015-12-075-27/+22
* * ext/psych/psych.gemspec: bump version to 2.0.15hsbt2015-11-131-1/+1
* * ext/psych/psych_emitter.c: bakcport 5bd7744 from tenderlove/psych.hsbt2015-11-081-0/+7
* ext: use RARRAY_AREFnobu2015-11-051-3/+3
* ext: use RARRAY_CONST_PTRnobu2015-11-041-3/+3
* ext: adjust index typenobu2015-11-041-1/+1