summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* yaml_parser-{un,}roll-indent: fix int overflow in column argumentold/stableJohn Eckersberg2014-02-031-8/+55
* yaml_stack_extend: guard against integer overflowFlorian Weimer2014-02-031-1/+6
* yaml_parser_scan_tag_uri: fix int overflow leading to buffer overflowFlorian Weimer2014-02-031-1/+1
* Bumped the version number and updated the announcement.Kirill Simonov2011-05-294-18/+21
* Added support for pkg-config.Kirill Simonov2011-05-293-1/+14
* Use _WIN32 instead of WIN32 as the latter is not defined by Visual C.Kirill Simonov2011-05-291-1/+1
* Fixed pointer arithmetic overflow when calculating the position of a potentia...Kirill Simonov2010-10-111-1/+1
* Fixed a bug which prevented an empty mapping from being used as a simple key ...Kirill Simonov2010-10-111-1/+1
* Added a short note on changes in this release.Kirill Simonov2009-08-291-0/+3
* Preparing the 0.1.3 release.Kirill Simonov2009-08-293-6/+6
* Do not update the raw buffer when not necessary (fixes #123).Kirill Simonov2009-08-291-2/+7
* Fixed non-ANSI initializations (fixes #115).Kirill Simonov2009-02-236-25/+70
* Set YAML_AGE to 0 as the current interface is not really compatible with the ...Kirill Simonov2009-01-051-1/+1
* 'make distclean' should not remove html docs, 'make maintainer-clean' should ...Kirill Simonov2008-12-301-1/+1
* Always use lower case in error messages.Kirill Simonov2008-12-282-13/+13
* Added autoconf rules to distribute win32 project files.Kirill Simonov2008-12-273-3/+27
* Updated the LibYAML announcement.Kirill Simonov2008-12-271-8/+5
* Fixed the DLL name in the win32 projects.Kirill Simonov2008-12-272-10/+10
* Bumped the version number.Kirill Simonov2008-12-272-6/+6
* Fixed emitting folded scalars with trailing breaks; Forced emitting of a docu...Kirill Simonov2008-12-272-1/+31
* Rewritten whitespace detection in the scalar analyzer and block scalar writer...Kirill Simonov2008-12-271-110/+103
* Updated Visual Studio projects to use MSVCRT.dll.Kirill Simonov2008-10-0239-78/+79
* Added project files for Visual Studio 2008.Kirill Simonov2008-09-3015-129/+2792
* Fixed grammar in error messages (from YAML::XS::LibYAML).Kirill Simonov2008-07-312-13/+13
* Bumped the version number in the stable branch.Kirill Simonov2008-07-311-1/+1
* Created a stable branch from revision [250].Kirill Simonov2008-07-310-0/+0
* Fixed a problem when the DOCUMENT-END event is not emitted until the beginnin...Kirill Simonov2007-04-171-3/+12
* Add project files for Visual Studio 2003.Kirill Simonov2007-01-0815-0/+2046
* Fix the example_deconstructor project.Kirill Simonov2007-01-081-2/+1
* 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.Kirill 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