summaryrefslogtreecommitdiff
path: root/ext/java/PsychParser.java
AgeCommit message (Expand)Author
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
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-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