]> andersk Git - libyaml.git/history - src/scanner.c
Allow colons in plain scalars inside flow collections
[libyaml.git] / src / scanner.c
2018-06-30  Tina MüllerAllow colons in plain scalars inside flow collections
2018-06-30  whiteUnicornFix typo error
2018-06-30  Viktor SzakatsFix token name typos in comments
2018-01-08  Reini UrbanFixed most compiler warnings -Wall -Wextra
2017-12-02  Tina MüllerForbid escaped singlequote in doublequotes
2017-05-13  Ian CordascoFix unitialized value crash found by OSS Fuzz
2016-11-23  SHIBATA HiroshiRemoved trailing-whitespaces
2016-11-23  SHIBATA HiroshiPicked typofix from Ruby's Psych parser
2016-10-06  Ingy döt Netspec-1.2 rule [53]
2014-11-28  Kirill SimonovRemoved invalid simple key assertion (thank to Jonathan...
2014-03-26  Kirill SimonovFixed heap overflow in yaml_parser_scan_uri_escapes...
2014-02-03  Kirill SimonovForgot to set the error state.
2014-02-03  Kirill SimonovGuard against overflows in indent and flow_level.
2014-01-13  Kirill SimonovFixed invalid size_t->int cast (Thank to Florian Weimer).
2010-10-11  Kirill SimonovFixed pointer arithmetic overflow when calculating...
2009-02-23  Kirill SimonovFixed non-ANSI initializations (fixes #115).
2008-07-31  Kirill SimonovFixed grammar in error messages (from YAML::XS::LibYAML).
2007-01-08  Kirill SimonovEliminate some warnings and add more doxygen definitions.
2007-01-07  Kirill SimonovAdd win32 fixes and project files for VC6.
2006-12-11  Kirill SimonovForce a new line at the end of the input stream even...
2006-07-28  Kirill SimonovImplement everything except tag and scalar writers.
2006-07-26  Kirill SimonovImplement Emitter state machine.
2006-07-23  Kirill SimonovAdd Emitter definitions and implement the Writer.
2006-07-21  Kirill SimonovFix some leaks, segfaults and warnings.
2006-07-21  Kirill SimonovRefactor internal and external API.
2006-07-07  Kirill SimonovComplete the Parser (it requires refactoring though...
2006-07-03  Kirill SimonovMove yaml/yaml.h to yaml.h and merge version.c to api.c.
2006-06-19  Kirill SimonovFix numerous bugs in the Scanner.
2006-06-18  Kirill SimonovThe scanner is completed (not tested though).
2006-06-16  Kirill SimonovImplement the block scalar scanner.
2006-06-11  Kirill SimonovImplement scanners for directives, anchors, and tags.
2006-06-08  Kirill SimonovScanner: implement everything except token scanners.
2006-06-07  Kirill SimonovImplementing Scanner: macros and high-level functions.
2006-06-06  Kirill SimonovAdd scanner definitions.
This page took 0.165824 seconds and 41 git commands to generate.