]> andersk Git - libyaml.git/history - src
debian: Release libyaml 0.2.2-1
[libyaml.git] / src /
2019-09-15  Anders KaseorgUpdate upstream source from tag 'upstream/0.2.2'
2019-09-15  Anders KaseorgNew upstream version 0.2.2 upstream upstream/0.2.2
2018-07-19  Marty E. Plummerbuild: do not install config.h
2018-07-18  Tina MüllerFix unconditional yaml_free()
2018-07-18  Reini Urbanfix version_directive memory leak
2018-07-18  Florian Weimeryaml_stack_extend: guard against integer overflow
2018-07-18  Reini Urbanfix C++ g++-6 errors
2018-07-18  Reini Urbanfix clang -Wlogical-op warnings
2018-07-17  Reini Urbanfix C++-compat error
2018-06-30  Tina MüllerAllow colons in plain scalars inside flow collections
2018-06-30  Reini UrbanFix yaml_document_delete
2018-06-30  whiteUnicornFix typo error
2018-06-30  Tina MüllerThe closing single quote needs to be indented...
2018-06-30  Viktor SzakatsFix token name typos in comments
2018-06-29  Tina MüllerDon't emit document-end marker at the end of stream
2018-06-29  Tina MüllerRevert removing of open_ended after top level plain scalar
2018-06-26  Anders KaseorgUpdate upstream source from tag 'upstream/0.2.1'
2018-06-26  Anders KaseorgNew upstream version 0.2.1 upstream/0.2.1
2018-01-11  Roger PeppeRemove need for PTRDIFF_MAX
2018-01-08  Reini UrbanFixed most compiler warnings -Wall -Wextra
2018-01-08  Andy GrundmanCompilation fix for Solaris
2018-01-07  Marty E. Plummeradd -no-undefined to src/Makefile.am
2017-12-23  Tina MüllerDefine PTRDIFF_MAX if it's not in stdint.h
2017-12-02  Tina MüllerForbid escaped singlequote in doublequotes
2017-05-13  Ian CordascoFix unitialized value crash found by OSS Fuzz
2016-12-29  Ian CordascoAdd -Wall to list of compile flags
2016-12-07  Leo AriasFix misspell: preceed
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]
2016-09-21  Ingy döt NetThis code is not needed and breaks tests
2016-09-03  Anders KaseorgImported Upstream version 0.1.7 upstream/0.1.7
2016-09-03  Anders KaseorgMerge tag 'upstream/0.1.7' into debian
2016-06-05  Kirill SimonovFixed segfault in yaml_string_write_handler.
2014-11-28  Kirill SimonovRemoved invalid simple key assertion (thank to Jonathan...
2014-08-19  Anders KaseorgMerge tag 'upstream/0.1.6' into debian
2014-08-19  Anders KaseorgAcknowledge NMU of 0.1.4-3.2
2014-08-19  Anders KaseorgImported Upstream version 0.1.6 upstream/0.1.6
2014-03-26  Kirill SimonovFixed heap overflow in yaml_parser_scan_uri_escapes...
2014-02-24  Anders KaseorgMerge tag 'upstream/0.1.5' into debian
2014-02-24  Anders KaseorgImported Upstream version 0.1.5 upstream/0.1.5
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).
2011-05-31  Anders KaseorgMerge commit 'upstream/0.1.4' into HEAD
2011-05-31  Anders KaseorgImported Upstream version 0.1.4 upstream/0.1.4
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-09-30  Anders KaseorgMerge commit 'upstream/0.1.3' into debian
2009-09-30  Anders KaseorgImported Upstream version 0.1.3 upstream/0.1.3
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-29  Anders KaseorgMerge commit 'upstream/0.1.2' into debian
2008-12-29  Anders KaseorgImported Upstream version 0.1.2 upstream/0.1.2
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).
2008-06-10  Anders KaseorgImported Upstream version 0.1.1 upstream/0.1.1
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.169094 seconds and 7 git commands to generate.