Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
... | |||||
* | tests/aux/init.sh: New file | P. J. McDermott | 2017-07-23 | 2 | -0/+60 |
| | |||||
* | tests/aux/defs.sh.in: New file | P. J. McDermott | 2017-07-23 | 2 | -0/+3 |
| | |||||
* | Makefile.am: Update copyright years | P. J. McDermott | 2017-07-22 | 1 | -1/+1 |
| | |||||
* | Makefile.am: Override PACKAGE_STRING with git-describe output | P. J. McDermott | 2017-07-22 | 1 | -0/+10 |
| | | | | This makes the test suite output and log a little more informative. | ||||
* | tests/version.sh: New test file | P. J. McDermott | 2017-07-22 | 2 | -1/+35 |
| | |||||
* | tests/aux/tap-functions.sh: Drop `set -x` | P. J. McDermott | 2017-07-22 | 1 | -2/+0 |
| | |||||
* | Makefile.am: s/TEST_LOG_DRIVER/SH_LOG_DRIVER/ | P. J. McDermott | 2017-07-22 | 1 | -1/+1 |
| | |||||
* | Makefile.am: Set TEST_EXTENSIONS and TEST_LOG_DRIVER | P. J. McDermott | 2017-07-22 | 1 | -0/+4 |
| | |||||
* | Makefile.am, tests/local.mk: s/tests/TESTS/ | P. J. McDermott | 2017-07-22 | 2 | -2/+2 |
| | |||||
* | configure.ac: Require build-aux/tap-driver.sh | P. J. McDermott | 2017-07-22 | 1 | -0/+1 |
| | |||||
* | tests/aux/tap-functions.sh: New file | P. J. McDermott | 2017-07-22 | 2 | -1/+233 |
| | | | | Copied from t/ax/tap-functions.sh in GNU Automake. | ||||
* | .gitignore: Include tests/aux/ | P. J. McDermott | 2017-07-22 | 1 | -0/+1 |
| | |||||
* | Makefile.am: Distribute build-aux/tap-driver.sh | P. J. McDermott | 2017-07-22 | 1 | -1/+2 |
| | |||||
* | build-aux/tap-driver.sh: New file | P. J. McDermott | 2017-07-22 | 1 | -0/+651 |
| | | | | Copied from lib/tap-driver.sh in GNU Automake. | ||||
* | .gitignore: Include build-aux/tap-driver.sh | P. J. McDermott | 2017-07-22 | 1 | -3/+4 |
| | |||||
* | `git ls-files -- src/ | xargs sed -i 's|^# lib/|# src/|'` | P. J. McDermott | 2017-07-22 | 18 | -18/+18 |
| | |||||
* | cmd/version: Update copyright years | P. J. McDermott | 2017-07-22 | 1 | -1/+1 |
| | |||||
* | NEWS: Update copyright years | P. J. McDermott | 2017-07-22 | 1 | -1/+1 |
| | |||||
* | load_locale(): Add missing argument to error() | P. J. McDermott | 2017-07-22 | 1 | -1/+1 |
| | |||||
* | NEWS: Mention use of git-describe | P. J. McDermott | 2017-07-22 | 1 | -0/+2 |
| | |||||
* | load_locale(): Throw an error, not a warning, on missing locale | P. J. McDermott | 2017-07-22 | 1 | -1/+1 |
| | |||||
* | HACKING: Remove | P. J. McDermott | 2017-07-22 | 1 | -42/+0 |
| | |||||
* | NEWS: Note in-place execution and out-of-tree builds | P. J. McDermott | 2017-07-22 | 1 | -0/+4 |
| | |||||
* | Makefile.am: Generate .builddirstamp | P. J. McDermott | 2017-07-22 | 1 | -1/+7 |
| | |||||
* | load_locale(): Automatically set localedir when in build dir | P. J. McDermott | 2017-07-22 | 1 | -2/+2 |
| | |||||
* | main(): Detect execution from build directory | P. J. McDermott | 2017-07-22 | 1 | -0/+10 |
| | |||||
* | AUTHORS: New file | P. J. McDermott | 2017-07-22 | 1 | -0/+1 |
| | |||||
* | Improve license notices | P. J. McDermott | 2017-07-22 | 20 | -180/+240 |
| | |||||
* | scripts/update-license-notice.sh: Don't copy first line of old notice | P. J. McDermott | 2017-07-22 | 1 | -0/+1 |
| | |||||
* | scripts/update-license-notice.sh: Rewrite in native SCL (works now) | P. J. McDermott | 2017-07-22 | 1 | -11/+19 |
| | |||||
* | scripts/update-license-notice.sh: New file (doesn't work) | P. J. McDermott | 2017-07-22 | 1 | -0/+54 |
| | |||||
* | scripts/announce-release.sh: Update signature | P. J. McDermott | 2017-07-22 | 1 | -4/+3 |
| | |||||
* | scripts/announce-release.sh: Wrap a long line | P. J. McDermott | 2017-07-22 | 1 | -1/+2 |
| | |||||
* | scripts/announce-release.sh: Detect renames in diffstat | P. J. McDermott | 2017-07-22 | 1 | -2/+2 |
| | |||||
* | Remove COPYING.2 and rename COPYING.3 to COPYING | P. J. McDermott | 2017-07-22 | 4 | -1028/+674 |
| | | | | And update EXTRA_DIST in Makefile.am. | ||||
* | COPYING: New file | P. J. McDermott | 2017-07-22 | 1 | -0/+13 |
| | |||||
* | src/control.sh: Drop GPLv2 | P. J. McDermott | 2017-07-22 | 1 | -1/+1 |
| | |||||
* | pro-archman(1): Improve license notice text and drop GPLv2 | P. J. McDermott | 2017-07-22 | 1 | -9/+10 |
| | |||||
* | configure.ac, Makefile.am: Improve license notice text and drop GPLv2 | P. J. McDermott | 2017-07-22 | 2 | -18/+24 |
| | |||||
* | configure.ac, NEWS: Bump version to 2.0.0 and list changes | P. J. McDermott | 2017-07-22 | 2 | -1/+14 |
| | |||||
* | Merge branch 'feature/use-autoconf-automake-shpp-and-shld' | P. J. McDermott | 2017-07-22 | 39 | -855/+781 |
|\ | |||||
| * | Makefile.am: New "release" targetfeature/use-autoconf-automake-shpp-and-shld | P. J. McDermott | 2017-07-22 | 1 | -0/+23 |
| | | |||||
| * | scripts/announce-release.sh: New file | P. J. McDermott | 2017-07-22 | 1 | -0/+90 |
| | | |||||
| * | Makefile.am: Update copyright years | P. J. McDermott | 2017-07-22 | 1 | -1/+1 |
| | | |||||
| * | pro-archman(1): Update date | P. J. McDermott | 2017-07-22 | 1 | -1/+1 |
| | | |||||
| * | configure.ac: Update AC_CONFIG_SRCDIR() | P. J. McDermott | 2017-07-22 | 1 | -1/+1 |
| | | |||||
| * | INSTALL: Remove | P. J. McDermott | 2017-07-22 | 1 | -51/+0 |
| | | |||||
| * | .gitignore: Update build system and object file exclusions | P. J. McDermott | 2017-07-22 | 1 | -7/+25 |
| | | |||||
| * | Makefile.am: Build locale_MESSAGES with noinst_DATA | P. J. McDermott | 2017-07-22 | 1 | -2/+1 |
| | | | | | | | | | | | | | | Instead of the "all-local" target. Installation and uninstallation are handled in the "install-data-local" and "uninstall-local" targets respectively. | ||||
| * | locale/en_US: Update paths in comments | P. J. McDermott | 2017-07-22 | 1 | -14/+14 |
| | |