summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* configure.ac: Require build-aux/tap-driver.shP. J. McDermott2017-07-221-0/+1
|
* tests/aux/tap-functions.sh: New fileP. J. McDermott2017-07-222-1/+233
| | | | Copied from t/ax/tap-functions.sh in GNU Automake.
* .gitignore: Include tests/aux/P. J. McDermott2017-07-221-0/+1
|
* Makefile.am: Distribute build-aux/tap-driver.shP. J. McDermott2017-07-221-1/+2
|
* build-aux/tap-driver.sh: New fileP. J. McDermott2017-07-221-0/+651
| | | | Copied from lib/tap-driver.sh in GNU Automake.
* .gitignore: Include build-aux/tap-driver.shP. J. McDermott2017-07-221-3/+4
|
* `git ls-files -- src/ | xargs sed -i 's|^# lib/|# src/|'`P. J. McDermott2017-07-2218-18/+18
|
* cmd/version: Update copyright yearsP. J. McDermott2017-07-221-1/+1
|
* NEWS: Update copyright yearsP. J. McDermott2017-07-221-1/+1
|
* load_locale(): Add missing argument to error()P. J. McDermott2017-07-221-1/+1
|
* NEWS: Mention use of git-describeP. J. McDermott2017-07-221-0/+2
|
* load_locale(): Throw an error, not a warning, on missing localeP. J. McDermott2017-07-221-1/+1
|
* HACKING: RemoveP. J. McDermott2017-07-221-42/+0
|
* NEWS: Note in-place execution and out-of-tree buildsP. J. McDermott2017-07-221-0/+4
|
* Makefile.am: Generate .builddirstampP. J. McDermott2017-07-221-1/+7
|
* load_locale(): Automatically set localedir when in build dirP. J. McDermott2017-07-221-2/+2
|
* main(): Detect execution from build directoryP. J. McDermott2017-07-221-0/+10
|
* AUTHORS: New fileP. J. McDermott2017-07-221-0/+1
|
* Improve license noticesP. J. McDermott2017-07-2220-180/+240
|
* scripts/update-license-notice.sh: Don't copy first line of old noticeP. J. McDermott2017-07-221-0/+1
|
* scripts/update-license-notice.sh: Rewrite in native SCL (works now)P. J. McDermott2017-07-221-11/+19
|
* scripts/update-license-notice.sh: New file (doesn't work)P. J. McDermott2017-07-221-0/+54
|
* scripts/announce-release.sh: Update signatureP. J. McDermott2017-07-221-4/+3
|
* scripts/announce-release.sh: Wrap a long lineP. J. McDermott2017-07-221-1/+2
|
* scripts/announce-release.sh: Detect renames in diffstatP. J. McDermott2017-07-221-2/+2
|
* Remove COPYING.2 and rename COPYING.3 to COPYINGP. J. McDermott2017-07-224-1028/+674
| | | | And update EXTRA_DIST in Makefile.am.
* COPYING: New fileP. J. McDermott2017-07-221-0/+13
|
* src/control.sh: Drop GPLv2P. J. McDermott2017-07-221-1/+1
|
* pro-archman(1): Improve license notice text and drop GPLv2P. J. McDermott2017-07-221-9/+10
|
* configure.ac, Makefile.am: Improve license notice text and drop GPLv2P. J. McDermott2017-07-222-18/+24
|
* configure.ac, NEWS: Bump version to 2.0.0 and list changesP. J. McDermott2017-07-222-1/+14
|
* Merge branch 'feature/use-autoconf-automake-shpp-and-shld'P. J. McDermott2017-07-2239-855/+781
|\
| * Makefile.am: New "release" targetfeature/use-autoconf-automake-shpp-and-shldP. J. McDermott2017-07-221-0/+23
| |
| * scripts/announce-release.sh: New fileP. J. McDermott2017-07-221-0/+90
| |
| * Makefile.am: Update copyright yearsP. J. McDermott2017-07-221-1/+1
| |
| * pro-archman(1): Update dateP. J. McDermott2017-07-221-1/+1
| |
| * configure.ac: Update AC_CONFIG_SRCDIR()P. J. McDermott2017-07-221-1/+1
| |
| * INSTALL: RemoveP. J. McDermott2017-07-221-51/+0
| |
| * .gitignore: Update build system and object file exclusionsP. J. McDermott2017-07-221-7/+25
| |
| * Makefile.am: Build locale_MESSAGES with noinst_DATAP. J. McDermott2017-07-221-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 commentsP. J. McDermott2017-07-221-14/+14
| |
| * Makefile.am: Set GIT_DIR in dist-hookP. J. McDermott2017-07-221-1/+2
| |
| * Makefile: Define OBJEXTP. J. McDermott2017-07-221-0/+1
| | | | | | | | | | The "mostlyclean-compile" target runs `-rm -f *.$(OBJEXT)`, which of course results in `rm -f *.` if OBJEXT is not set.
| * is_cmd(): Use case instead of [, printf, and grepP. J. McDermott2017-07-221-2/+3
| |
| * is_cmd(): Update printf callP. J. McDermott2017-07-221-1/+1
| |
| * cmd/*: Use register_cmd()P. J. McDermott2017-07-227-0/+42
| |
| * register_cmd(): New functionP. J. McDermott2017-07-221-0/+9
| |
| * print_cmd_summaries(): Use cmds instead of PKGLIBCMDP. J. McDermott2017-07-221-3/+1
| |
| * main(): Drop load_cmds() callP. J. McDermott2017-07-221-1/+0
| |
| * src/main.sh: Drop PKGLIBCMDP. J. McDermott2017-07-221-1/+0
| |