summaryrefslogtreecommitdiff
path: root/src/loader.c
Commit message (Expand)AuthorAgeFilesLines
* Avoid recursion in the document loader. (#127)Michael Drake2020-04-101-103/+203
* Fixed most compiler warnings -Wall -WextraReini Urban2018-01-081-4/+4
* Picked typofix from Ruby's Psych parserSHIBATA Hiroshi2016-11-231-2/+2
* Prevent node index overflow (Reported by Florian Weimer).Kirill Simonov2014-02-021-0/+12
* Fixed non-ANSI initializations (fixes #115).Kirill Simonov2009-02-231-1/+3
* Eliminate some warnings and add more doxygen definitions.Kirill Simonov2007-01-081-5/+5
* Add win32 fixes and project files for VC6.Kirill Simonov2007-01-071-2/+3
* Add functions for constructing, parsing and emitting YAML documents.Kirill Simonov2007-01-071-0/+429