Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed non-ANSI initializations (fixes #115). | Kirill Simonov | 2009-02-23 | 1 | -4/+4 |
| | |||||
* | Fixed grammar in error messages (from YAML::XS::LibYAML). | Kirill Simonov | 2008-07-31 | 1 | -7/+7 |
| | |||||
* | Fixed a problem when the DOCUMENT-END event is not emitted until the ↵ | Kirill Simonov | 2007-04-17 | 1 | -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 Simonov | 2007-01-08 | 1 | -4/+8 |
| | |||||
* | Fix Emitter bugs and leaks. | Kirill Simonov | 2006-07-30 | 1 | -1/+1 |
| | |||||
* | Implement Emitter state machine. | Kirill Simonov | 2006-07-26 | 1 | -2/+8 |
| | |||||
* | 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 | -66/+0 |
| | |||||
* | Fix some leaks, segfaults and warnings. | Kirill Simonov | 2006-07-21 | 1 | -2/+7 |
| | |||||
* | Refactor internal and external API. | Kirill Simonov | 2006-07-21 | 1 | -630/+572 |
| | |||||
* | Complete the Parser (it requires refactoring though) and fix some bugs. | Kirill Simonov | 2006-07-07 | 1 | -12/+483 |
| | |||||
* | Implement half of the parsers. | Kirill Simonov | 2006-07-05 | 1 | -0/+766 |
| | |||||
* | Start working on the parser. | Kirill Simonov | 2006-07-04 | 1 | -0/+237 |