]> andersk Git - libyaml.git/history - src
Make .travis.yml a little easier to read
[libyaml.git] / src /
2016-06-05  Kirill SimonovFixed segfault in yaml_string_write_handler.
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-04  Kirill SimonovManually define PTRDIFF_MAX for VS C compiler.
2014-02-03  Kirill SimonovForgot to set the error state.
2014-02-03  Kirill SimonovLimit input size to SIZE_MAX/2.
2014-02-03  Kirill SimonovGuard against overflows in indent and flow_level.
2014-02-03  Kirill SimonovPrevent node index overflow (Reported by Florian Weimer).
2014-01-13  Kirill SimonovFixed invalid size_t->int cast (Thank to Florian Weimer).
2010-10-11  Kirill SimonovFixed pointer arithmetic overflow when calculating...
2010-10-11  Kirill SimonovFixed a bug which prevented an empty mapping from being...
2009-08-29  Kirill SimonovDo not update the raw buffer when not necessary (fixes...
2009-02-23  Kirill SimonovFixed non-ANSI initializations (fixes #115).
2008-12-28  Kirill SimonovAlways use lower case in error messages.
2008-12-27  Kirill SimonovFixed emitting folded scalars with trailing breaks...
2008-12-27  Kirill SimonovRewritten whitespace detection in the scalar analyzer...
2008-07-31  Kirill SimonovFixed grammar in error messages (from YAML::XS::LibYAML).
2007-04-17  Kirill SimonovFixed a problem when the DOCUMENT-END event is not...
2007-01-08  Kirill SimonovEliminate some warnings and add more doxygen definitions.
2007-01-08  Kirill SimonovFix a bug in the emitter introduced while fixing warnin...
2007-01-07  Kirill SimonovAdd win32 fixes and project files for VC6.
2007-01-07  Kirill SimonovAdd functions for constructing, parsing and emitting...
2006-12-11  Kirill SimonovAdd `const` qualifier for `yaml_parser_set_input_string...
2006-12-11  Kirill SimonovForce a new line at the end of the input stream even...
2006-07-31  Kirill SimonovAdd two examples and prepare the build system for distr...
2006-07-30  Kirill SimonovFix Emitter bugs and leaks.
2006-07-29  Kirill SimonovScalar writers are completed.
2006-07-28  Kirill SimonovImplement everything except tag and scalar writers.
2006-07-26  Kirill SimonovImplement Emitter state machine.
2006-07-25  Kirill SimonovAdd yaml_emitter_emit_* set of functions.
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-05  Kirill SimonovImplement half of the parsers.
2006-07-04  Kirill SimonovStart working on the parser.
2006-07-03  Kirill SimonovMove yaml/yaml.h to yaml.h and merge version.c to api.c.
2006-07-03  Kirill SimonovAdd event constructors and destructors.
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.
2006-06-02  Kirill SimonovAdd token constructors and destructors.
2006-06-01  Kirill SimonovComplete buffering and encoding code.
2006-05-30  Kirill SimonovComplete UTF-8 and UTF-16 decoders.
2006-05-29  Kirill SimonovWorking on the decoding code.
2006-05-27  Kirill SimonovImplementing Reader: first tries.
2006-05-26  Kirill SimonovDoxygenify the header file.
2006-05-21  Kirill SimonovAdd doxygen support.
2006-05-20  Kirill SimonovAdd the basic autoconf infrastructure.
This page took 0.105221 seconds and 7 git commands to generate.