summaryrefslogtreecommitdiff
path: root/src/parser.c
Commit message (Expand)AuthorAgeFilesLines
* Support %YAML 1.2 directives (#172)Tina Müller (tinita)2020-04-101-1/+4
* Fix unconditional yaml_free()Tina Müller2018-07-181-1/+2
* fix version_directive memory leakReini Urban2018-07-181-0/+1
* Fixed most compiler warnings -Wall -WextraReini Urban2018-01-081-13/+9
* Removed trailing-whitespacesSHIBATA Hiroshi2016-11-231-1/+1
* Fixed non-ANSI initializations (fixes #115).Kirill Simonov2009-02-231-4/+4
* Fixed grammar in error messages (from YAML::XS::LibYAML).Kirill Simonov2008-07-311-7/+7
* Fixed a problem when the DOCUMENT-END event is not emitted until the beginnin...Kirill Simonov2007-04-171-3/+12
* Eliminate some warnings and add more doxygen definitions.Kirill Simonov2007-01-081-4/+8
* Fix Emitter bugs and leaks.Kirill Simonov2006-07-301-1/+1
* Implement Emitter state machine.Kirill Simonov2006-07-261-2/+8
* Add yaml_emitter_emit_* set of functions.Kirill Simonov2006-07-251-2/+2
* Add Emitter definitions and implement the Writer.Kirill Simonov2006-07-231-66/+0
* Fix some leaks, segfaults and warnings.Kirill Simonov2006-07-211-2/+7
* Refactor internal and external API.Kirill Simonov2006-07-211-630/+572
* Complete the Parser (it requires refactoring though) and fix some bugs.Kirill Simonov2006-07-071-12/+483
* Implement half of the parsers.Kirill Simonov2006-07-051-0/+766
* Start working on the parser.Kirill Simonov2006-07-041-0/+237