summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
...
| * Skip deprecated require formCharles Oliver Nutter2021-02-251-2/+1
| * Flush writer after each emitCharles Oliver Nutter2021-02-251-1/+6
| * Negotiate to utf-8 in scalarCharles Oliver Nutter2021-02-251-8/+32
* | Text files should end with a newlineNobuyoshi Nakada2021-05-101-1/+1
* | Fix -Wundef warnings for patterns `#if HAVE`Benoit Daloze2021-05-101-1/+1
* | Fix some typos [ci skip]Ryuta Kamizono2021-04-262-5/+5
|/
* Merge pull request #470 from timgates42/bugfix_typo_expressedHiroshi SHIBATA2021-02-061-1/+1
|\
| * docs: fix simple typo, expessed -> expressedTim Gates2020-12-181-1/+1
* | [ruby/psych] Make Ractor-ready.Marc-Andre Lafortune2020-12-231-0/+3
* | Strip trailing spaces [ci skip]Nobuyoshi Nakada2020-12-211-3/+3
|/
* Remove private_iv_getCharles Oliver Nutter2020-07-162-20/+0
* Bump version strings for header fileHiroshi SHIBATA2020-06-231-5/+5
* Bump libyaml version to 0.2.5Hiroshi SHIBATA2020-06-239-192/+433
* Suppress -Wshorten-64-to-32 warningsNobuyoshi Nakada2020-06-052-20/+20
* ext/psych/extconf.rb: braced VPATH is for nmake onlyNobuyoshi Nakada2020-06-051-1/+1
* Nmake needs `VPATH`Nobuyoshi Nakada2020-06-051-2/+3
* Add dependency on bundled yaml.h when usingNobuyoshi Nakada2020-06-052-1/+6
* Check for SnakeYAML version to confirm it's 1.21+Charles Oliver Nutter2020-01-081-1/+25
* ext/psych/yaml/api.c: Suppress a "variable set but not used" warningYusuke Endoh2019-11-121-1/+3
* Remove taint supportJeremy Evans2019-10-211-14/+0
* 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-052-4/+4
* yaml few build warning fixesDavid Carlier2019-08-051-5/+5
* Get rid of C90 featureNobuyoshi Nakada2019-07-251-1/+2
* Make psych.so deterministicJeremy Evans2019-06-011-1/+1
* syntax error can move, so do not cacheAaron Patterson2019-04-231-2/+2
* Move Java sources under proper package structure.Charles Oliver Nutter2018-10-195-0/+0
* Properly map Psych flow styles to SnakeYAML flow styles.Charles Oliver Nutter2018-10-191-3/+9
* Fix NPE in initialization of PsychEmitter.Charles Oliver Nutter2018-10-111-1/+1
* Update to SnakeYAML 1.23.Charles Oliver Nutter2018-09-191-1/+1
* bump version to 0.2.1libyaml-0.2.1SHIBATA Hiroshi2018-08-101-5/+5
* Re-apply patchsets from ruby-core repository.SHIBATA Hiroshi2018-08-103-9/+13
* Port from libyaml-0.2.1SHIBATA Hiroshi2018-08-108-83/+105
* Correct doc typo "achor" should be "anchor"utilum2018-04-271-1/+1
* Update to SnakeYAML 1.21 to fix jruby/jruby#5098.Charles Oliver Nutter2018-04-162-26/+29
* Support SNAPSHOT builds of snakeyaml.Charles Oliver Nutter2018-04-161-1/+7
* no ID cache in Init functionsnobu2018-02-222-0/+2
* Removed stale .gitignore file [ci skip]Nobuyoshi Nakada2018-01-261-11/+0
* Picked r60919SHIBATA Hiroshi2017-11-271-3/+3
* Merge commits from ruby core repository.SHIBATA Hiroshi2017-11-275-28/+22
* Merge pull request #326 from asterite/feature/scalar_locationAaron Patterson2017-09-102-13/+43
|\
| * Add Psych::Handler#event_locationAry Borenszweig2017-08-022-13/+43
* | Parse.load with an IO/File which has a non-YAML allowed encoding will justThomas E. Enebo2017-09-051-0/+7
|/
* make frozen_string_literal: truefrozenSHIBATA Hiroshi2017-06-191-1/+1
* Fall back on UTF-8 when an IO-like object's Charset isn't found.Charles Oliver Nutter2017-05-311-4/+9
* Typo fix in scanner.cbrchristian2017-03-211-2/+2
* Treat negative or zero-width as max possible width.Charles Oliver Nutter2017-02-241-2/+4
* Fix typosSHIBATA Hiroshi2017-02-081-4/+4
* Revert "Partly reverted build error introduced 146a637e2205b2b36a6fa83fc0c6f7...Charles Oliver Nutter2016-12-131-3/+2
* Partly reverted build error introduced 146a637e2205b2b36a6fa83fc0c6f7ce0c74e123.SHIBATA Hiroshi2016-11-291-2/+3