summaryrefslogtreecommitdiff
path: root/src/reader.c
Commit message (Expand)AuthorAgeFilesLines
* Remove need for PTRDIFF_MAXRoger Peppe2018-01-111-3/+3
* Removed trailing-whitespacesSHIBATA Hiroshi2016-11-231-3/+3
* Limit input size to SIZE_MAX/2.Kirill Simonov2014-02-031-0/+4
* Do not update the raw buffer when not necessary (fixes #123).Kirill Simonov2009-08-291-2/+7
* Always use lower case in error messages.Kirill Simonov2008-12-281-11/+11
* Add win32 fixes and project files for VC6.Kirill Simonov2007-01-071-2/+3
* Fix some leaks, segfaults and warnings.Kirill Simonov2006-07-211-3/+6
* Refactor internal and external API.Kirill Simonov2006-07-211-93/+112
* Move yaml/yaml.h to yaml.h and merge version.c to api.c.Kirill Simonov2006-07-031-1/+1
* Add event constructors and destructors.Kirill Simonov2006-07-031-1/+1
* Add token constructors and destructors.Kirill Simonov2006-06-021-93/+92
* Complete buffering and encoding code.Kirill Simonov2006-06-011-59/+78
* Complete UTF-8 and UTF-16 decoders.Kirill Simonov2006-05-301-105/+220
* Working on the decoding code.Kirill Simonov2006-05-291-23/+274
* Implementing Reader: first tries.Kirill Simonov2006-05-271-0/+53