summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Eliminate some warnings and add more doxygen definitions.Kirill Simonov2007-01-086-24/+154
* Undefine the NDEBUG directive for the test programs.Kirill Simonov2007-01-087-3/+33
* Fix a bug in the emitter introduced while fixing warnings for VC6.Kirill Simonov2007-01-081-2/+2
* Add VC6 projects for the test executables.Kirill Simonov2007-01-0814-38/+1326
* Add win32 fixes and project files for VC6.Kirill Simonov2007-01-0710-32/+366
* Add functions for constructing, parsing and emitting YAML documents.Kirill Simonov2007-01-0715-360/+2892
* Add `const` qualifier for `yaml_parser_set_input_string` parameter `input`.Kirill Simonov2006-12-113-7/+522
* Force a new line at the end of the input stream even if there are no a new li...Kirill Simonov2006-12-111-0/+7
* Older versions of gcc do not know about -Wno-pointer-sign.Kirill Simonov2006-08-151-1/+1
* Prepare the initial release.0.0.1Kirill Simonov2006-08-016-99/+132
* Add two examples and prepare the build system for distribution.Kirill Simonov2006-07-316-5/+1343
* Add the run-emitter test.Kirill Simonov2006-07-301-0/+323
* Fix Emitter bugs and leaks.Kirill Simonov2006-07-304-22/+60
* Scalar writers are completed.Kirill Simonov2006-07-292-16/+417
* Implement everything except tag and scalar writers.Kirill Simonov2006-07-285-384/+1469
* Implement Emitter state machine.Kirill Simonov2006-07-266-447/+1278
* Add yaml_emitter_emit_* set of functions.Kirill Simonov2006-07-256-11/+423
* Add Emitter definitions and implement the Writer.Kirill Simonov2006-07-237-128/+1042
* Fix some leaks, segfaults and warnings.Kirill Simonov2006-07-216-50/+90
* Refactor internal and external API.Kirill Simonov2006-07-2111-2819/+2018
* Complete the Parser (it requires refactoring though) and fix some bugs.Kirill Simonov2006-07-073-15/+498
* Implement half of the parsers.Kirill Simonov2006-07-053-6/+772
* Start working on the parser.Kirill Simonov2006-07-044-1/+365
* Move yaml/yaml.h to yaml.h and merge version.c to api.c.Kirill Simonov2006-07-0311-86/+21
* Add event constructors and destructors.Kirill Simonov2006-07-033-27/+511
* Fix numerous bugs in the Scanner.Kirill Simonov2006-06-191-25/+67
* The scanner is completed (not tested though).Kirill Simonov2006-06-182-24/+577
* Implement the block scalar scanner.Kirill Simonov2006-06-161-20/+412
* Implement scanners for directives, anchors, and tags.Kirill Simonov2006-06-111-61/+1026
* Scanner: implement everything except token scanners.Kirill Simonov2006-06-081-32/+1125
* Implementing Scanner: macros and high-level functions.Kirill Simonov2006-06-073-29/+494
* Add scanner definitions.Kirill Simonov2006-06-063-4/+782
* Add token constructors and destructors.Kirill Simonov2006-06-024-156/+615
* Complete buffering and encoding code.Kirill Simonov2006-06-013-137/+365
* Complete UTF-8 and UTF-16 decoders.Kirill Simonov2006-05-304-108/+386
* Working on the decoding code.Kirill Simonov2006-05-293-52/+365
* Implementing Reader: first tries.Kirill Simonov2006-05-274-20/+331
* Doxygenify the header file.Kirill Simonov2006-05-266-14/+193
* Add doxygen support.Kirill Simonov2006-05-219-19/+281
* Add the basic autoconf infrastructure.Kirill Simonov2006-05-2013-39/+267
* Add yaml.h with prototypes for basic structures.Kirill Simonov2006-05-121-0/+186
* Create the place for libyaml.Kirill Simonov2006-05-120-0/+0