Skip to content

lndir 1.0.4

Alan Coopersmith requested to merge alanc/lndir:release into master

Alan Coopersmith (16):

  • configure: Drop AM_MAINTAINER_MODE
  • autogen.sh: Honor NOCONFIGURE=1
  • Update README for gitlab migration
  • Update configure.ac bug URL for gitlab migration
  • Build xz tarballs instead of bzip2
  • gitlab CI: add a basic build test
  • Use AC_CONFIG_FILES to replace the deprecated AC_OUTPUT with parameters
  • gitlab CI: stop requiring Signed-off-by in commits
  • constify a couple more function arguments
  • Mark global variables as static
  • Fix -Wshorten-64-to-32 warnings from clang
  • Fix -Wsign-conversion warning from clang
  • Reduce number of strcmp calls to check directory names for revision control
  • Use memmove instead of strcpy for overlapping strings
  • Use strlcat and strlcpy if available
  • lndir 1.0.4

Emil Velikov (1):

  • autogen.sh: use quoted string variables

Mihail Konev (1):

  • autogen: add default patch prefix

Peter Hutterer (1):

  • autogen.sh: use exec instead of waiting for configure to finish

Merge request reports