* Allow question marks in plain scalars in flow collections
* Emitter: Don't output trailing space for empty scalar nodes
* Emitter: Output space after an alias mapping key
* Add -h and --flow (on|off|keep) to run-*-test-suite
* Remove unnecessary include and malloc
* Add specific files back to .gitignore
* Output error position in run-parser-test-suite.c
* A couple patches to improve test suite support
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libyaml?expand=0&rev=29
- update to 0.2.1
* Fixed most compiler warnings -Wall -Wextra
* Support static and dynamic libraries
* Add support for `make test`
* Apply old fix for `\/` that is not in master.
* Port bug fix from Perl binding
* Removed trailing-whitespaces
* Fix -Wformat compilation errors in tests
* Added missing Cflags path in pkg-config file
* Forbid escaped singlequote in doublequotes
OBS-URL: https://build.opensuse.org/request/show/653782
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libyaml?expand=0&rev=19
* Manually define PTRDIFF_MAX for VS C compiler
* Limit input size to SIZE_MAX/2
* Guard against overflows in indent and flow_level (CVE-2013-6393, bnc#860617)
* Prevent node index overflow (Reported by Florian Weimer).
* Fixed invalid size_t->int cast (Thank to Florian Weimer).
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libyaml?expand=0&rev=11
* Manually define PTRDIFF_MAX for VS C compiler
* Limit input size to SIZE_MAX/2
* Guard against overflows in indent and flow_level (CVE-2013-6393, bnc#860617)
* Prevent node index overflow (Reported by Florian Weimer).
* Fixed invalid size_t->int cast (Thank to Florian Weimer).
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libyaml?expand=0&rev=9