]> andersk Git - libyaml.git/shortlog
libyaml.git
2018-06-27  Anders Kaseorgdebian: Bump Standards-Version to 4.1.4 and debian...
2018-06-26  Anders KaseorgNew upstream release 0.2.1
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-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-21  Anders Kaseorgdebian: dh_strip --dbgsym-migration needs debhelper...
2016-10-06  Ingy döt Netspec-1.2 rule [53]
2016-10-01  Anders KaseorgDebian: Release libyaml 0.1.7-2 debian/0.1.7-2
2016-10-01  Anders Kaseorgdebian: Add libyaml-0-2.symbols file
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  Anders Kaseorgdebian: Mark libyaml-doc Multi-Arch: foreign
2016-09-15  Anders Kaseorgdebian/changelog: Fix spelling error
2016-09-15  Anders Kaseorgdebian: Clean doxygen-generated documentation with...
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 Kaseorgdebian: Release libyaml 0.1.7-1 debian/0.1.7-1
2016-09-03  Anders Kaseorgdebian: Migrate packaging to dh
2016-09-03  Anders Kaseorgdebian: New upstream version 0.1.7
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-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-29  Anders KaseorgDebian release 0.1.6-3 debian/0.1.6-3
2014-11-29  Anders KaseorgBump Standards-Version to 3.9.6 (no changes needed)
2014-11-29  Anders KaseorgFix CVE-2014-9130 assertion failure caused by wrapped...
2014-11-28  Kirill SimonovRemoved invalid simple key assertion (thank to Jonathan...
2014-08-20  Anders KaseorgDebian release 0.1.6-2 debian/0.1.6-2
2014-08-20  Anders KaseorgMove doxygen from Build-Depends-Indep to Build-Depends
2014-08-19  Anders KaseorgDebian release 0.1.6-1 debian/0.1.6-1
2014-08-19  Anders KaseorgClose autoreconf bug
2014-08-19  Anders KaseorgNew upstream version 0.1.6
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  Salvatore BonaccorsoImported Debian patch 0.1.4-3.2 debian/0.1.4-3.2
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
next
This page took 0.071683 seconds and 4 git commands to generate.