summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bumped the version number and updated the announcement.stablexi2011-05-294-18/+21
* Added support for pkg-config.xi2011-05-293-1/+14
* Use _WIN32 instead of WIN32 as the latter is not defined by Visual C.xi2011-05-291-1/+1
* Fixed pointer arithmetic overflow when calculating the position of a potentia...xi2010-10-111-1/+1
* Fixed a bug which prevented an empty mapping from being used as a simple key ...xi2010-10-111-1/+1
* Added a short note on changes in this release.xi2009-08-291-0/+3
* Preparing the 0.1.3 release.xi2009-08-293-6/+6
* Do not update the raw buffer when not necessary (fixes #123).xi2009-08-291-2/+7
* Fixed non-ANSI initializations (fixes #115).xi2009-02-236-25/+70
* Set YAML_AGE to 0 as the current interface is not really compatible with the ...xi2009-01-051-1/+1
* 'make distclean' should not remove html docs, 'make maintainer-clean' should ...xi2008-12-301-1/+1
* Always use lower case in error messages.xi2008-12-282-13/+13
* Added autoconf rules to distribute win32 project files.xi2008-12-273-3/+27
* Updated the LibYAML announcement.xi2008-12-271-8/+5
* Fixed the DLL name in the win32 projects.xi2008-12-272-10/+10
* Bumped the version number.xi2008-12-272-6/+6
* Fixed emitting folded scalars with trailing breaks; Forced emitting of a docu...xi2008-12-272-1/+31
* Rewritten whitespace detection in the scalar analyzer and block scalar writer...xi2008-12-271-110/+103
* Updated Visual Studio projects to use MSVCRT.dll.xi2008-10-0239-78/+79
* Added project files for Visual Studio 2008.xi2008-09-3015-129/+2792
* Fixed grammar in error messages (from YAML::XS::LibYAML).xi2008-07-312-13/+13
* Bumped the version number in the stable branch.xi2008-07-311-1/+1
* Created a stable branch from revision [250].xi2008-07-310-0/+0
* 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