summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Minor API updates.xi2008-01-191-88/+116
* Drop doxygen support, add more API documentation, API changes.xi2008-01-042-807/+2077
* Fixed bugs and updated tests.xi2007-12-271-2/+2
* Another round of API update.xi2007-12-271-32/+69
* API refactoring (Note: it breaks the build).xi2007-12-251-843/+593
* Eliminate some warnings and add more doxygen definitions.xi2007-01-081-5/+125
* Add functions for constructing, parsing and emitting YAML documents.xi2007-01-071-213/+344
* Add `const` qualifier for `yaml_parser_set_input_string` parameter `input`.xi2006-12-111-6/+304
* Prepare the initial release.xi2006-08-011-72/+75
* Add two examples and prepare the build system for distribution.xi2006-07-311-1/+2
* Implement everything except tag and scalar writers.xi2006-07-281-0/+42
* Implement Emitter state machine.xi2006-07-261-173/+170
* Add yaml_emitter_emit_* set of functions.xi2006-07-251-2/+2
* Add Emitter definitions and implement the Writer.xi2006-07-231-9/+544
* Refactor internal and external API.xi2006-07-211-551/+159
* Implement half of the parsers.xi2006-07-051-4/+4
* Start working on the parser.xi2006-07-041-0/+103
* Move yaml/yaml.h to yaml.h and merge version.c to api.c.xi2006-07-034-59/+1
* Add event constructors and destructors.xi2006-07-031-22/+255
* Implementing Scanner: macros and high-level functions.xi2006-06-071-5/+15
* Add scanner definitions.xi2006-06-061-3/+114
* Add token constructors and destructors.xi2006-06-021-51/+307
* Complete buffering and encoding code.xi2006-06-011-0/+3
* Complete UTF-8 and UTF-16 decoders.xi2006-05-301-1/+20
* Working on the decoding code.xi2006-05-291-13/+40
* Implementing Reader: first tries.xi2006-05-271-16/+145
* Doxygenify the header file.xi2006-05-263-9/+154
* Add doxygen support.xi2006-05-213-4/+41
* Add the basic autoconf infrastructure.xi2006-05-204-39/+89
* Add yaml.h with prototypes for basic structures.xi2006-05-121-0/+186