summaryrefslogtreecommitdiff
path: root/src/emitter.c
Commit message (Expand)AuthorAgeFilesLines
* Emitter: Don't output trailing space for empty scalar nodes (#186)Tina Müller (tinita)2020-06-011-1/+11
* Emitter: Output space after an alias mapping key (#185)Tina Müller (tinita)2020-06-011-0/+2
* Fix logic for document end before directiveTina Müller2020-04-191-4/+7
* Allow emitting 1.2 directiveTina Müller2020-04-191-2/+8
* Support %YAML 1.2 directives (#172)Tina Müller (tinita)2020-04-101-1/+4
* Output document end marker after open ended scalars (#162)Tina Müller (tinita)2020-03-281-0/+12
* Always output document end before directive (YAML 1.2 compatibility)Tina Müller2020-03-261-5/+3
* Fixed typo.SHIBATA Hiroshi2019-06-061-1/+1
* fix C++ g++-6 errorsReini Urban2018-07-181-3/+3
* fix C++-compat errorReini Urban2018-07-171-1/+1
* The closing single quote needs to be indented...Tina Müller2018-06-301-0/+3
* Don't emit document-end marker at the end of streamTina Müller2018-06-301-7/+0
* Revert removing of open_ended after top level plain scalarTina Müller2018-06-291-0/+4
* Fixed most compiler warnings -Wall -WextraReini Urban2018-01-081-2/+2
* Fix misspell: preceedLeo Arias2016-12-071-4/+4
* Removed trailing-whitespacesSHIBATA Hiroshi2016-11-231-5/+4
* This code is not needed and breaks testsIngy döt Net2016-09-211-4/+0
* Fixed a bug which prevented an empty mapping from being used as a simple key ...Kirill Simonov2010-10-111-1/+1
* Fixed non-ANSI initializations (fixes #115).Kirill Simonov2009-02-231-16/+48
* Fixed emitting folded scalars with trailing breaks; Forced emitting of a docu...Kirill Simonov2008-12-271-1/+29
* Rewritten whitespace detection in the scalar analyzer and block scalar writer...Kirill Simonov2008-12-271-110/+103
* Fix a bug in the emitter introduced while fixing warnings for VC6.Kirill Simonov2007-01-081-2/+2
* Add win32 fixes and project files for VC6.Kirill Simonov2007-01-071-2/+2
* Add functions for constructing, parsing and emitting YAML documents.Kirill Simonov2007-01-071-14/+12
* Fix Emitter bugs and leaks.Kirill Simonov2006-07-301-19/+56
* Scalar writers are completed.Kirill Simonov2006-07-291-15/+416
* Implement everything except tag and scalar writers.Kirill Simonov2006-07-281-40/+1004
* Implement Emitter state machine.Kirill Simonov2006-07-261-269/+737
* Add yaml_emitter_emit_* set of functions.Kirill Simonov2006-07-251-0/+408