summaryrefslogtreecommitdiff
path: root/src/yaml_private.h
Commit message (Expand)AuthorAgeFilesLines
* build: do not install config.hMarty E. Plummer2018-07-191-1/+1
* fix clang -Wlogical-op warningsReini Urban2018-07-181-2/+2
* Remove need for PTRDIFF_MAXRoger Peppe2018-01-111-22/+11
* Fixed most compiler warnings -Wall -WextraReini Urban2018-01-081-7/+32
* Compilation fix for SolarisAndy Grundman2018-01-081-1/+6
* Define PTRDIFF_MAX if it's not in stdint.hTina Müller2017-12-231-0/+7
* Removed trailing-whitespacesSHIBATA Hiroshi2016-11-231-4/+2
* Fixed heap overflow in yaml_parser_scan_uri_escapes (Thanks Ivan Fratric of t...0.1.6Kirill Simonov2014-03-261-2/+5
* Manually define PTRDIFF_MAX for VS C compiler.0.1.5Kirill Simonov2014-02-031-0/+9
* Limit input size to SIZE_MAX/2.Kirill Simonov2014-02-031-0/+1
* Guard against overflows in indent and flow_level.Kirill Simonov2014-02-021-0/+1
* Prevent node index overflow (Reported by Florian Weimer).Kirill Simonov2014-02-021-0/+6
* Fixed non-ANSI initializations (fixes #115).Kirill Simonov2009-02-231-0/+5
* Eliminate some warnings and add more doxygen definitions.Kirill Simonov2007-01-081-2/+4
* Add functions for constructing, parsing and emitting YAML documents.Kirill Simonov2007-01-071-7/+23
* Add `const` qualifier for `yaml_parser_set_input_string` parameter `input`.Kirill Simonov2006-12-111-0/+36
* Implement everything except tag and scalar writers.Kirill Simonov2006-07-281-0/+249
* Implement Emitter state machine.Kirill Simonov2006-07-261-0/+1
* Add yaml_emitter_emit_* set of functions.Kirill Simonov2006-07-251-2/+2
* Add Emitter definitions and implement the Writer.Kirill Simonov2006-07-231-4/+130
* Refactor internal and external API.Kirill Simonov2006-07-211-0/+205