| Age | Commit message (Collapse) | Author |
|
* bootstrap.conf (gnulib_modules): Remove gettext. Use the gettext-h
module instead.
* Makefile.am (hello_LDADD): Update libraries according to current
./bootstrap invocation.
|
|
* bootstrap.conf (gnulib_modules): Add mbszero.
* src/hello.c (main): Use mbszero to set the initial conversion state.
|
|
Using the module gives the following message:
$ gnulib-tool --extract-notice fdl
Don't use this module! Instead, copy the referenced license \
file into your version control repository.
* bootstrap.conf (gnulib_modules): Remove fdl.
* doc/.gitignore (/fdl.texi): Remove entry.
* doc/fdl.texi: Add file from Gnulib.
|
|
* bootstrap.conf (gnulib_modules): Remove stdnoreturn.
* src/hello.c: Don't include <stdnoreturn.h>. Gnulib will define
_Noreturn in <config.h> if the compiler does not support the C11
keyword.
|
|
* cfg.mk (old_NEWS_hash): Update hash of NEWS to reflect copyright
date change.
Patch from Collin Funk.
|
|
Use gnulib-tool’s --automake-subdir option instead.
Thanks, Bruno Haible.
|
|
* bootstrap.conf: include propername and version-etc-fsf modules.
* configure.ac: remove no-longer needed COPYRIGHT_YEAR.
* Makefile.am: add empty MAINTAINERCLEANFILES variable.
* src/hello.c: use version_etc() and emit_bug_reporting_address().
* po/POTFILES.in: add lib/version-etc.c to translations sources.
|
|
* bootstrap: Copy latest file from gnulib.
* build-aux/git-version-gen: Likewise.
|
|
* all: Use HTTP over Transport Layer Security.
|
|
* bootstrap: Copy latest file from gnulib.
* bootstrap.conf: Likewise.
* build-aux/git-version-gen: Likewise.
|
|
* bootstrap.conf: include stdnoreturn module.
* src/hello.c: mark print_help() not to return, and remove unreachable
code.
Reference: https://www.gnu.org/software/gnulib/manual/html_node/
stdnoreturn_002eh.html
|
|
Run "make update-copyright" and
* configure.ac: Add copyright header.
* contrib/de_franconian_po.txt: Translate copyright sign ascii
character to capital C in round braces in order to get the file to be
part of "make update-copyright" scope.
|
|
* bootstrap.conf: Add if clause before cmp(1) call.
|
|
Copy git hooks from coreutils to assure commit messages are suitable
for ChangeLog. For example 'Signd-off-by' lines should not be used,
and such error has already slipped twice to hello, see 9aaee4c9 and
bc966b6f.
* bootstrap.conf: Add bootstrap_epilogue() to maintain up to date copy
of scripts in .git/hooks/ directory.
* scripts/git-hooks/applypatch-msg: Add script.
* scripts/git-hooks/commit-msg: Add script.
* scripts/git-hooks/pre-applypatch: Add script.
* scripts/git-hooks/pre-commit: Add script.
|
|
* bootstrap.conf (gnulib_modules): Add update-copyright, so
that each year we can run "make update-copyright".
Otherwise, that rule fails due to the absence of the file
in build-aux.
|
|
|
|
* bootstrap.conf: add error module
* src/hello.c: use error() where needed
|
|
* .gitignore: ignore generated file
* ChangeLog.O: move contents of old ChangeLog to archive file
* Makefile.am: add generation of ChangeLog to dist-hook
* bootstrap.conf: add gitlog-to-changelog module
* build-aux/.gitignore: ignore gitlog-to-changelog
* build-aux/git-log-fix: add filter file
|
|
* .gitignore: update paths
* Makefile.am: collect build rules to this file
* bootstrap.conf: use new module
* build-aux/.gitignore: ignore new module
* configure.ac: remove old Makefiles
* contrib/Makefile.am: remove
* doc/Makefile.am: remove
* doc/local.mk: add texi rules
* lib/local.mk: add phony target
* src/Makefile.am: remove
|
|
* bootstrap: copy from gnulib upstream
* bootstrap.conf: copy from gnulib upstream
|
|
* bootstrap.conf: add necessary gnulib modules for unicode support.
* hello.c: allow user message, or translated, greeting to have unicode
characters.
|
|
|
|
|
|
|
|
|
|
|