summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Added tag 0.1.7 for changeset 88bd944837cdHEADmasterKirill Simonov2016-08-280-0/+0
* Updated announcement.0.1.7Kirill Simonov2016-08-271-18/+10
* Fixed error handling in run-emitter example.Kirill Simonov2016-07-041-1/+1
* Examples: prevent crashes on some input files (thank to Mathias Svensson).Kirill Simonov2016-06-262-9/+10
* Fixed double free in an example.Kirill Simonov2016-06-201-3/+0
* win32/config.h: bump the version number.Kirill Simonov2016-06-201-2/+2
* Removed obsolete Visual Studio project files; use CMake.Kirill Simonov2016-06-2043-6343/+1
* Updated the link to the bug tracker.Kirill Simonov2016-06-202-3/+3
* Fixed segfault in yaml_string_write_handler.Kirill Simonov2016-06-053-4/+4
* Removed invalid simple key assertion (thank to Jonathan Gray).Kirill Simonov2014-11-281-7/+0
* Added tag 0.1.6 for changeset bce8b60f0b9aKirill Simonov2014-03-260-0/+0
* Fixed heap overflow in yaml_parser_scan_uri_escapes (Thanks Ivan Fratric of t...0.1.6Kirill Simonov2014-03-265-7/+13
* Added tag 0.1.5 for changeset a5142b24428bKirill Simonov2014-02-030-0/+0
* Manually define PTRDIFF_MAX for VS C compiler.0.1.5Kirill Simonov2014-02-031-0/+9
* Forgot to set the error state.Kirill Simonov2014-02-031-2/+6
* Limit input size to SIZE_MAX/2.Kirill Simonov2014-02-032-0/+5
* Guard against overflows in indent and flow_level.Kirill Simonov2014-02-022-7/+14
* Added .hgignore.Kirill Simonov2014-02-021-0/+28
* Prevent node index overflow (Reported by Florian Weimer).Kirill Simonov2014-02-022-0/+18
* Bumped the version number.Kirill Simonov2014-01-122-4/+4
* Fixed invalid size_t->int cast (Thank to Florian Weimer).Kirill Simonov2014-01-121-1/+1
* Added a basic CMake project.Kirill Simonov2014-01-122-1/+17
* Added tag 0.1.4 for changeset 3e6507fa0c26Kirill Simonov2014-01-110-0/+0
* update tags0.1.4convert-repo2012-12-240-0/+0
* 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.0.1.3Kirill 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.0.1.2Kirill 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].0.1.1Kirill 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