]> andersk Git - libyaml.git/shortlog
libyaml.git
2019-09-15  Anders KaseorgNew upstream version 0.2.2 upstream upstream/0.2.2
2019-03-13  Ingy döt NetUpdate configure.ac for 0.2.2 master
2019-03-12  Tina MüllerChanges for v0.2.2 release
2019-03-04  Matt DavisMerge pull request #136 from nitzmahone/win_fixes
2019-03-02  Matt Davisallow override of Windows static lib name
2019-02-28  Tina MüllerRemove stdbool
2019-02-28  Tina MüllerMake declarations before other statements
2018-07-19  Marty E. Plummerappveyor.yml: fix Release build
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  Tina MüllerFix comparison in tests/run-emitter.c
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 KaseorgNew upstream version 0.2.1 upstream/0.2.1
2018-06-26  Ingy döt NetChanges for 0.2.1 release
2018-06-25  Éric ThiébautFix two typos in header comments. (#120)
2018-01-11  Roger PeppeRemove need for PTRDIFF_MAX
2018-01-10  Marty E. PlummerMajor cleanup of .gitignore
2018-01-10  William RobertsUpdate libyaml homepage link in README
2018-01-09  Marty E. PlummerAdd mingw-w64 builds to appveyor.yml
2018-01-08  Reini UrbanFixed most compiler warnings -Wall -Wextra
2018-01-08  Andy GrundmanCompilation fix for Solaris
2018-01-08  Ingy döt NetDocker test file changes (added alpine testing)
2018-01-07  Marty E. Plummeradd -no-undefined to src/Makefile.am
2018-01-06  Ingy döt NetFix problems in CI failures (travis and semaphore)
2017-12-30  Ingy döt NetMove tests/run-test-suite to branch run-test-suite
2017-12-26  Tina MüllerReplace Mercurial with Git in README
2017-12-23  Tina MüllerUpdate libyaml-{parser,emitter}.list
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-12-02  Tina MüllerRewrite make test-suite
2017-12-01  Tina MüllerSkip 5 tests in libyaml-emitter.list
2017-11-30  Jean-Christophe... Improve CMake build system
2017-05-14  Ingy döt NetRemove deleted test from parser test list.
2017-05-13  Ian CordascoFix unitialized value crash found by OSS Fuzz
2017-03-10  Anthony HendricksonUpdates defs for MingGW support on Windows
2017-02-22  John Kirkhamcmake: Provide support for building dynamic and static...
2017-02-09  Ingy döt NetSwitch test-suite run list from black to whitelist
2017-01-18  Ingy döt NetSkip edge case test M7A3
2017-01-02  Ingy döt NetAdd reminder when user is using GNUmakefile
2017-01-02  Ingy döt NetAdd a `.makefile` for immediate make targets
2016-12-30  Ingy döt NetAdd fedora dockerfile from PR #43
2016-12-30  Ingy döt NetGet tests passing on Docker
2016-12-30  Ingy döt NetInclude libyaml-test and libyaml-parser-emitter
2016-12-30  Ingy döt NetMove Travis CI steps into a Bash script
2016-12-30  Ingy döt NetUpdate .gitignore with latest generated files
2016-12-29  Ian CordascoFix pointer and enum warnings in deconstructor-alt
2016-12-29  Ian CordascoFix pointer warnings in example-deconstructor
2016-12-29  Ian CordascoAdd -Wall to list of compile flags
2016-12-29  Kevin WojniakFix typo
2016-12-17  Ingy döt NetAdd `make test-all` to travis
2016-12-17  Ingy döt NetAdd Makefile support for yaml-test-suite
2016-12-17  Ian CordascoUtilize Travis CI's OSX builders
2016-12-17  Ian CordascoFix -Wformat compilation errors in tests
2016-12-10  Ian CordascoUse AM_CPPFLAGS since autotools deprecated INCLUDE
2016-12-09  Alex GaynorUpdate bug report URL in README
2016-12-08  Ian CordascoUpdate bug report URL in LibYAML
2016-12-08  Ian CordascoAdd maintainer field to dockerfiles
2016-12-08  Alex GaynorAdded an example of using a global tag
2016-12-08  Alex GaynorInclude an example of a %YAML tag
2016-12-08  Alex GaynorInclude an example of a custom tag from Python
2016-12-07  Ian CordascoStart working with multiple Dockerfiles
2016-12-07  Ingy döt NetDockerfile for creating a test environment
2016-12-07  Stephen H. GerstackerAdded missing Cflags path in pkg-config file
2016-12-07  Leo AriasFix misspell: preceed
2016-12-06  Miguel Grinbergadd unit tests to cmake and appveyor config
2016-11-23  Ingy döt NetUpdate LICENSE years.
2016-11-23  SHIBATA HiroshiRemoved trailing-whitespaces
2016-11-23  SHIBATA HiroshiPicked typofix from Ruby's Psych parser
2016-11-23  Alex Gaynoradded an examples directory with a few yaml examples
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-16  Ian CordascoMake .travis.yml a little easier to read
2016-09-15  Ingy döt NetAdd .travis.yml to use Travis-CI
2016-09-15  Ingy döt NetAdd `make test` target to Makefile
2016-09-07  Ian CordascoUse .gitignore instead of .hgignore
2016-09-03  Anders KaseorgImported Upstream version 0.1.7 upstream/0.1.7
2016-08-28  Kirill SimonovAdded tag 0.1.7 for changeset 88bd944837cd
2016-08-27  Kirill SimonovUpdated announcement.
2016-07-05  Kirill SimonovFixed error handling in run-emitter example.
2016-06-27  Kirill SimonovExamples: prevent crashes on some input files (thank...
2016-06-21  Kirill SimonovFixed double free in an example.
2016-06-20  Kirill Simonovwin32/config.h: bump the version number.
2016-06-20  Kirill SimonovRemoved obsolete Visual Studio project files; use CMake.
2016-06-20  Kirill SimonovUpdated the link to the bug tracker.
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 KaseorgImported Upstream version 0.1.6 upstream/0.1.6
2014-03-26  Kirill SimonovAdded tag 0.1.6 for changeset bce8b60f0b9a
2014-03-26  Kirill SimonovFixed heap overflow in yaml_parser_scan_uri_escapes...
next
This page took 0.838439 seconds and 4 git commands to generate.