summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix for https://bitbucket.org/xi/libyaml/issue/10/old/masterIngy döt Net2014-11-281-1/+3
| | | | | | | https://bitbucket.org/xi/libyaml/issue/10/wrapped-strings-cause-assert-failure Commenting out the assert makes the scanner do the right thing and results in just a simple parse failure.
* Sync to head of https://bitbucket.org/xi/libyamlIngy döt Net2014-11-289-73/+84
|
* yaml_parser-{un,}roll-indent: fix int overflow in column argumentJohn 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
|
* Boo! typo in travis fileIngy döt Net2013-12-011-1/+1
|
* Use travis-ciIngy döt Net2013-12-011-0/+7
|
* Add `make test` target to MakefileIngy döt Net2013-12-011-0/+2
|
* 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 ↵Kirill Simonov2010-10-111-1/+1
| | | | potential simple key (#156, thank to ppelletier(at)oblong(dot)com).
* Fixed a bug which prevented an empty mapping from being used as a simple key ↵Kirill Simonov2010-10-111-1/+1
| | | | (#150, thank to spitzak(at)rhythm(dot)com).
* 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
| | | | previous one.
* 'make distclean' should not remove html docs, 'make maintainer-clean' should ↵Kirill Simonov2008-12-301-1/+1
| | | | (Thanks Anders Kaseorg).
* 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 ↵Kirill Simonov2008-12-272-1/+31
| | | | document end indicator when there is a possibility of ambiguous parsing.
* Rewritten whitespace detection in the scalar analyzer and block scalar ↵Kirill Simonov2008-12-271-110/+103
| | | | writers (ported from PyYAML).
* 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 ↵Kirill Simonov2007-04-171-3/+12
| | | | beginning of the next document is available. Fixed #51. Thanks edward(at)sweetbytes.net for the bug report.
* 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 ↵Kirill Simonov2006-12-111-0/+7
| | | | line character. This fixes a nasty bug when libyaml hangs on documents like `[[[[`. Thanks ciaranm for reporting the bug.
* 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
|