summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merged grammar fixes from the stable branch.xi2008-07-312-13/+13
* Tagged the 0.1.1 release (better later than never).xi2008-07-312-32/+46
* Minor API updates.xi2008-01-193-843/+1954
* Fixed bugs and updated tests.xi2007-12-274-22/+20
* Another round of API update.xi2007-12-277-577/+745
* Completed the first phase of API refactoring.xi2007-12-279-864/+830
* Updated reader.c to use the new API.xi2007-12-262-126/+114
* API refactoring (Note: it breaks the build).xi2007-12-252-443/+1331
* Fixed a problem when the DOCUMENT-END event is not emitted until the beginnin...xi2007-04-171-3/+12
* Eliminate some warnings and add more doxygen definitions.xi2007-01-085-19/+29
* Fix a bug in the emitter introduced while fixing warnings for VC6.xi2007-01-081-2/+2
* Add win32 fixes and project files for VC6.xi2007-01-076-32/+38
* Add functions for constructing, parsing and emitting YAML documents.xi2007-01-076-86/+1104
* Add `const` qualifier for `yaml_parser_set_input_string` parameter `input`.xi2006-12-112-1/+218
* Force a new line at the end of the input stream even if there are no a new li...xi2006-12-111-0/+7
* Add two examples and prepare the build system for distribution.xi2006-07-312-3/+6
* Fix Emitter bugs and leaks.xi2006-07-303-21/+59
* Scalar writers are completed.xi2006-07-292-16/+417
* Implement everything except tag and scalar writers.xi2006-07-284-384/+1427
* Implement Emitter state machine.xi2006-07-265-274/+1108
* Add yaml_emitter_emit_* set of functions.xi2006-07-255-9/+421
* Add Emitter definitions and implement the Writer.xi2006-07-236-119/+498
* Fix some leaks, segfaults and warnings.xi2006-07-214-6/+20
* Refactor internal and external API.xi2006-07-215-2210/+1704
* Complete the Parser (it requires refactoring though) and fix some bugs.xi2006-07-073-15/+498
* Implement half of the parsers.xi2006-07-052-2/+768
* Start working on the parser.xi2006-07-043-1/+262
* Move yaml/yaml.h to yaml.h and merge version.c to api.c.xi2006-07-035-25/+18
* Add event constructors and destructors.xi2006-07-032-5/+256
* Fix numerous bugs in the Scanner.xi2006-06-191-25/+67
* The scanner is completed (not tested though).xi2006-06-182-24/+577
* Implement the block scalar scanner.xi2006-06-161-20/+412
* Implement scanners for directives, anchors, and tags.xi2006-06-111-61/+1026
* Scanner: implement everything except token scanners.xi2006-06-081-32/+1125
* Implementing Scanner: macros and high-level functions.xi2006-06-072-24/+479
* Add scanner definitions.xi2006-06-062-1/+668
* Add token constructors and destructors.xi2006-06-022-102/+305
* Complete buffering and encoding code.xi2006-06-011-59/+78
* Complete UTF-8 and UTF-16 decoders.xi2006-05-301-105/+220
* Working on the decoding code.xi2006-05-292-39/+325
* Implementing Reader: first tries.xi2006-05-273-4/+186
* Doxygenify the header file.xi2006-05-262-1/+35
* Add doxygen support.xi2006-05-211-8/+0
* Add the basic autoconf infrastructure.xi2006-05-202-0/+33