summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Property changes.HEADmasterxi2009-08-300-0/+0
* 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-194-931/+2070
* Drop doxygen support, add more API documentation, API changes.xi2008-01-044-1034/+2084
* Fixed bugs and updated tests.xi2007-12-2710-262/+231
* Another round of API update.xi2007-12-2710-622/+829
* Completed the first phase of API refactoring.xi2007-12-2710-870/+836
* Updated reader.c to use the new API.xi2007-12-262-126/+114
* API refactoring (Note: it breaks the build).xi2007-12-253-1286/+1924
* Fixed a problem when the DOCUMENT-END event is not emitted until the beginnin...xi2007-04-171-3/+12
* Add project files for Visual Studio 2003.xi2007-01-0815-0/+2046
* Fix the example_deconstructor project.xi2007-01-081-2/+1
* Eliminate some warnings and add more doxygen definitions.xi2007-01-086-24/+154
* Undefine the NDEBUG directive for the test programs.xi2007-01-087-3/+33
* Fix a bug in the emitter introduced while fixing warnings for VC6.xi2007-01-081-2/+2
* Add VC6 projects for the test executables.xi2007-01-0814-38/+1326
* Add win32 fixes and project files for VC6.xi2007-01-0710-32/+366
* Add functions for constructing, parsing and emitting YAML documents.xi2007-01-0715-360/+2892
* Add `const` qualifier for `yaml_parser_set_input_string` parameter `input`.xi2006-12-113-7/+522
* Force a new line at the end of the input stream even if there are no a new li...xi2006-12-111-0/+7
* Older versions of gcc do not know about -Wno-pointer-sign.xi2006-08-151-1/+1
* Prepare the initial release.xi2006-08-016-99/+132
* Add two examples and prepare the build system for distribution.xi2006-07-316-5/+1343
* Add the run-emitter test.xi2006-07-301-0/+323
* Fix Emitter bugs and leaks.xi2006-07-304-22/+60
* Scalar writers are completed.xi2006-07-292-16/+417
* Implement everything except tag and scalar writers.xi2006-07-285-384/+1469
* Implement Emitter state machine.xi2006-07-266-447/+1278
* Add yaml_emitter_emit_* set of functions.xi2006-07-256-11/+423
* Add Emitter definitions and implement the Writer.xi2006-07-237-128/+1042
* Fix some leaks, segfaults and warnings.xi2006-07-216-50/+90
* Refactor internal and external API.xi2006-07-2111-2819/+2018
* Complete the Parser (it requires refactoring though) and fix some bugs.xi2006-07-073-15/+498
* Implement half of the parsers.xi2006-07-053-6/+772
* Start working on the parser.xi2006-07-044-1/+365
* Move yaml/yaml.h to yaml.h and merge version.c to api.c.xi2006-07-0311-86/+21
* Add event constructors and destructors.xi2006-07-033-27/+511
* 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-073-29/+494
* Add scanner definitions.xi2006-06-063-4/+782
* Add token constructors and destructors.xi2006-06-024-156/+615
* Complete buffering and encoding code.xi2006-06-013-137/+365
* Complete UTF-8 and UTF-16 decoders.xi2006-05-304-108/+386
* Working on the decoding code.xi2006-05-293-52/+365
* Implementing Reader: first tries.xi2006-05-274-20/+331