Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed non-ANSI initializations (fixes #115). | Kirill Simonov | 2009-02-23 | 1 | -0/+5 |
* | Eliminate some warnings and add more doxygen definitions. | Kirill Simonov | 2007-01-08 | 1 | -2/+4 |
* | Add functions for constructing, parsing and emitting YAML documents. | Kirill Simonov | 2007-01-07 | 1 | -7/+23 |
* | Add `const` qualifier for `yaml_parser_set_input_string` parameter `input`. | Kirill Simonov | 2006-12-11 | 1 | -0/+36 |
* | Implement everything except tag and scalar writers. | Kirill Simonov | 2006-07-28 | 1 | -0/+249 |
* | Implement Emitter state machine. | Kirill Simonov | 2006-07-26 | 1 | -0/+1 |
* | Add yaml_emitter_emit_* set of functions. | Kirill Simonov | 2006-07-25 | 1 | -2/+2 |
* | Add Emitter definitions and implement the Writer. | Kirill Simonov | 2006-07-23 | 1 | -4/+130 |
* | Refactor internal and external API. | Kirill Simonov | 2006-07-21 | 1 | -0/+205 |