Home | History | Annotate | Download | only in changes

Lines Matching full:scalars

31                 Make use of private/protected constructors for Scalars and 'immutable' objects.
219 Fix issue 136: tabs are allowed in plain scalars. This is a deviation from PyYAML (2012-01-11)
240 Fix issue 66: literal scalar style is used by default for multiline scalars (2011-10-10)
243 An example added: how to dump multiline literal scalars (2011-10-04)
439 Add examples to create scalars that match custom regular expression:
492 Improve toString() method for Node. Since scalars cannot be recursive
844 Add possibility to parse all scalars as Strings (2009-03-30)