Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add strict_integer option to parse numbers with commas as strings | Seth Boyles | 2022-01-14 | 1 | -2/+2 |
* | Prefer `require_relative` for internal requires | David RodrÃguez | 2021-10-06 | 1 | -2/+2 |
* | Fix some typos [ci skip] | Ryuta Kamizono | 2021-04-26 | 1 | -1/+1 |
* | Implement a freeze load option | Jean Boussier | 2019-11-28 | 1 | -2/+2 |
* | Refactor `symbolize_names` | Jean Boussier | 2019-11-28 | 1 | -2/+2 |
* | Add a predicate method to each node | Aaron Patterson | 2017-12-20 | 7 | -0/+19 |
* | Add location information to Psych::Nodes::Node | Ary Borenszweig | 2017-08-02 | 1 | -0/+12 |
* | make frozen_string_literal: truefrozen | SHIBATA Hiroshi | 2017-06-19 | 7 | -7/+7 |
* | Temporary disabled to frozen literal string. | SHIBATA Hiroshi | 2016-02-23 | 7 | -0/+7 |
* | merging ruby trunk | Aaron Patterson | 2014-01-08 | 1 | -1/+1 |
* | * ext/psych/lib/psych.rb: Adding Psych.safe_load for loading a user | Aaron Patterson | 2013-05-14 | 1 | -1/+3 |
* | Use `yaml` rather than `to_yaml` to avoid ENGINE changes removing this | Aaron Patterson | 2011-10-03 | 1 | -1/+2 |
* | * ext/psych/lib/psych/nodes/node.rb: default `to_yaml` encoding to be | Aaron Patterson | 2011-08-24 | 1 | -1/+1 |
* | merging from ruby | Aaron Patterson | 2011-02-06 | 1 | -1/+8 |
* | syncing up with ruby trunk | Aaron Patterson | 2011-01-21 | 1 | -0/+3 |
* | options are being used, :canonical and :indentation are supported | Aaron Patterson | 2010-07-07 | 1 | -2/+2 |
* | adding UTF-16 and UTF-16+BOM support | Aaron Patterson | 2010-05-18 | 1 | -1/+1 |
* | merging from ruby to psych | Aaron Patterson | 2010-04-09 | 1 | -4/+6 |
* | removing stuff | Aaron Patterson | 2010-01-16 | 1 | -2/+0 |
* | more docs | Aaron Patterson | 2010-01-16 | 7 | -5/+133 |
* | a few tokenizer tweeks | Aaron Patterson | 2010-01-15 | 1 | -0/+1 |
* | refactoring constants | Aaron Patterson | 2010-01-05 | 1 | -4/+4 |
* | speeding some stuff up | Aaron Patterson | 2009-10-14 | 1 | -1/+0 |
* | adding syck compatible methods | Aaron Patterson | 2009-09-29 | 1 | -0/+1 |
* | testing implcit document ends | Aaron Patterson | 2009-09-29 | 1 | -0/+4 |
* | sequences emit | Aaron Patterson | 2009-09-29 | 1 | -0/+8 |
* | changing initialize to sensible defaults | Aaron Patterson | 2009-09-28 | 1 | -1/+1 |
* | scalars converted to yaml | Aaron Patterson | 2009-09-28 | 1 | -1/+1 |
* | documents can convert to ruby | Aaron Patterson | 2009-09-28 | 1 | -1/+8 |
* | adding to_ruby | Aaron Patterson | 2009-09-28 | 1 | -0/+4 |
* | moving constants around, starting the to_ruby visitor | Aaron Patterson | 2009-09-28 | 5 | -4/+33 |
* | adding accessors to the mapping | Aaron Patterson | 2009-09-27 | 1 | -0/+12 |
* | adding alias nodes | Aaron Patterson | 2009-09-27 | 1 | -0/+15 |
* | testing scalars | Aaron Patterson | 2009-09-27 | 2 | -0/+50 |
* | fixing docs | Aaron Patterson | 2009-09-27 | 1 | -1/+1 |
* | adding sequence documentation | Aaron Patterson | 2009-09-27 | 1 | -0/+29 |
* | testing sequence attributes | Aaron Patterson | 2009-09-27 | 1 | -0/+12 |
* | adding accessors for document information | Aaron Patterson | 2009-09-27 | 2 | -0/+22 |
* | addign document and stream nodes | Aaron Patterson | 2009-09-27 | 3 | -0/+40 |