| Age | Commit message (Collapse) | Author |
|
* cfg.mk (old_NEWS_hash): Update hash of NEWS to reflect copyright
date change.
Patch from Collin Funk.
|
|
The test assumed that there was no error before closing stdout. When
there is, the output is different (close_stdout detects a previous
error).
Hence, detect just the “write error” part of the output, which is
constant.
(The other part may depend on the libc anyway.)
|
|
There is no way to make wide character conversion fail reliably: in
particular, some libc’s, such as musl, allow conversion even in the C
locale; and glibc allows it in 8-bit locales.
|
|
* tests/atexit-1: Check atexit handling works correctly.
* tests/operand-1: Check extra operand failure.
* Makefile.am: Make autotools aware of the new tests.
|
|
* src/hello.c: ditto.
* tests/multibyte-1: check multibyte strings fail correctly.
* Makefile.am: make autotools aware of the new test.
|
|
* Run "make update-copyright".
* Add copyright notice 'contrib/evolution.txt' and 'NEWS' files.
|
|
* cfg.mk: Add copyright update environment settings.
* And run 'make update-copyright'.
|
|
* tests/greeting-2: Don't use the "set - ARGS" idiom. References:
https://www.gnu.org/savannah-checkouts/gnu/autoconf/manual/autoconf-2.69/html_node/Limitations-of-Builtins.html
http://pubs.opengroup.org/onlinepubs/9699919799/utilities/V3_chap02.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.
|
|
|
|
* .gitignore: ignore test-suite.log
* tests/Makefile.am: remove unnecessary file
|
|
* src/hello.c: remove --next-generation print out format
* man/hello.x: remove --next-generation related BUG item
* Makefile.am: remove --next-generation test
* doc/hello.texi: remove --next-generation documentation
* tests/multiline-box-1: removal
* tests/last-1: remove use of -n option
Karl Berry proposed the removal.
|
|
Makefile.am: this file was updated in 2013
README: likewise
cfg.mk: likewise
src/system.h: likewise
tests/last-1: likewise
|
|
* Makefile.am: add test
* src/hello.c: add new function print_box()
* tests/multiline-box-1: test multiline printing
|
|
Kerola)
|
|
|
|
|
|
* configure.ac (AM_INIT_AUTOMAKE): Add the 'parallel-tests' option.
Also, require Automake >= 1.11.1, since that option was only introduced
in the 1.11.x, and Automake 1.11 should not be used because it suffered
from few serious bugs.
(AC_PREREQ): Require Autoconf 2.62, since that is the minimal version
required by Automake 1.11 anyway.
* tests/Makefile.am (TESTS_ENVIRONMENT): Split into ...
(AM_TESTS_ENVIRONMENT, LOG_COMPILER): ... these two, and adjust to the
slightly different APIs.
|
|
|
|
* gnulib: Update.
* .bzrignore: Add.
* .cvsignore: Remove.
* contrib/.cvsignore: Likewise.
* doc/.cvsignore: Likewise.
* man/.cvsignore: Likewise.
* po/.cvsignore: Likewise.
* src/.cvsignore: Likewise.
* tests/.cvsignore: Likewise.
* build/mkinstalldirs: Remove: no longer needed.
* po: Update.
|
|
remove automake note from subdirs
|
|
add new test last-1
|
|
url instead of physical FSF address
|
|
update notices for GPLv3
|
|
whitespace, copyright years
|
|
oops, separate changelogs
|
|
remove trailing whitespace
|
|
try to remove CR chars from test output
|
|
formatting
|
|
doc fixes
|
|
locale fixes for tests
|
|
rm subdirs on normal exit (from bruno)
|
|
new test greeting-2, usually skipped
|
|
redo tests
|
|
new FSF address
|
|
updating to current autotools and gettext
|
|
no CVS for Makefile.in
|
|
init
|