summaryrefslogtreecommitdiff
path: root/src/parser.c
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Kirill Simonov2007-04-171-3/+12
| | | | beginning of the next document is available. Fixed #51. Thanks edward(at)sweetbytes.net for the bug report.
* 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