summaryrefslogtreecommitdiff
path: root/src/scanner.c
Commit message (Expand)AuthorAgeFilesLines
* yaml_parser-{un,}roll-indent: fix int overflow in column argumentold/stableJohn Eckersberg2014-02-031-8/+55
* yaml_parser_scan_tag_uri: fix int overflow leading to buffer overflowFlorian Weimer2014-02-031-1/+1
* Fixed pointer arithmetic overflow when calculating the position of a potentia...Kirill Simonov2010-10-111-1/+1
* Fixed non-ANSI initializations (fixes #115).Kirill Simonov2009-02-231-3/+5
* Fixed grammar in error messages (from YAML::XS::LibYAML).Kirill Simonov2008-07-311-6/+6
* Eliminate some warnings and add more doxygen definitions.Kirill Simonov2007-01-081-1/+3
* Add win32 fixes and project files for VC6.Kirill Simonov2007-01-071-12/+13
* Force a new line at the end of the input stream even if there are no a new li...Kirill Simonov2006-12-111-0/+7
* Implement everything except tag and scalar writers.Kirill Simonov2006-07-281-344/+171
* Implement Emitter state machine.Kirill Simonov2006-07-261-2/+4
* Add Emitter definitions and implement the Writer.Kirill Simonov2006-07-231-46/+0
* Fix some leaks, segfaults and warnings.Kirill Simonov2006-07-211-1/+1
* Refactor internal and external API.Kirill Simonov2006-07-211-1001/+653
* Complete the Parser (it requires refactoring though) and fix some bugs.Kirill Simonov2006-07-071-0/+2
* Move yaml/yaml.h to yaml.h and merge version.c to api.c.Kirill Simonov2006-07-031-1/+1
* Fix numerous bugs in the Scanner.Kirill Simonov2006-06-191-25/+67
* The scanner is completed (not tested though).Kirill Simonov2006-06-181-22/+575
* Implement the block scalar scanner.Kirill Simonov2006-06-161-20/+412
* Implement scanners for directives, anchors, and tags.Kirill Simonov2006-06-111-61/+1026
* Scanner: implement everything except token scanners.Kirill Simonov2006-06-081-32/+1125
* Implementing Scanner: macros and high-level functions.Kirill Simonov2006-06-071-14/+423
* Add scanner definitions.Kirill Simonov2006-06-061-0/+667