summaryrefslogtreecommitdiff
path: root/ext/java
AgeCommit message (Expand)Author
2020-07-16Remove private_iv_getCharles Oliver Nutter
2020-01-08Check for SnakeYAML version to confirm it's 1.21+Charles Oliver Nutter
2018-10-19Move Java sources under proper package structure.Charles Oliver Nutter
2018-10-19Properly map Psych flow styles to SnakeYAML flow styles.Charles Oliver Nutter
2018-10-11Fix NPE in initialization of PsychEmitter.Charles Oliver Nutter
2018-09-19Update to SnakeYAML 1.23.Charles Oliver Nutter
2018-04-16Update to SnakeYAML 1.21 to fix jruby/jruby#5098.Charles Oliver Nutter
2018-04-16Support SNAPSHOT builds of snakeyaml.Charles Oliver Nutter
2017-09-10Merge pull request #326 from asterite/feature/scalar_locationAaron Patterson
2017-09-05Parse.load with an IO/File which has a non-YAML allowed encoding will justThomas E. Enebo
2017-08-02Add Psych::Handler#event_locationAry Borenszweig
2017-05-31Fall back on UTF-8 when an IO-like object's Charset isn't found.Charles Oliver Nutter
2017-02-24Treat negative or zero-width as max possible width.Charles Oliver Nutter
2016-12-13Revert "Partly reverted build error introduced 146a637e2205b2b36a6fa83fc0c6f7...Charles Oliver Nutter
2016-11-29Partly reverted build error introduced 146a637e2205b2b36a6fa83fc0c6f7ce0c74e123.SHIBATA Hiroshi
2016-11-17Update to snakeyaml 1.17.Charles Oliver Nutter
2016-09-30Stop using deprecated JRuby APIs. Fixes #292.Charles Oliver Nutter
2015-08-21If incoming string is not unicode, transcode to UTF-8.Charles Oliver Nutter
2015-05-05Default to UTF-8 when encoding does not appear to be unicode.Charles Oliver Nutter
2015-02-26setup java platform gemChristian Meier
2015-01-09Update to latest code from JRuby master.Charles Oliver Nutter
2012-04-28version list should be a listAaron Patterson
2012-04-28change `parse` arityAaron Patterson
2012-04-28put psych in the psych packageAaron Patterson
2012-04-28import the java implementation from JRubyAaron Patterson