Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
... | |||||
* | 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 |
| | | |||||
| * | Makefile.am: Set GIT_DIR in dist-hook | P. J. McDermott | 2017-07-22 | 1 | -1/+2 |
| | | |||||
| * | Makefile: Define OBJEXT | P. J. McDermott | 2017-07-22 | 1 | -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 grep | P. J. McDermott | 2017-07-22 | 1 | -2/+3 |
| | | |||||
| * | is_cmd(): Update printf call | P. J. McDermott | 2017-07-22 | 1 | -1/+1 |
| | | |||||
| * | cmd/*: Use register_cmd() | P. J. McDermott | 2017-07-22 | 7 | -0/+42 |
| | | |||||
| * | register_cmd(): New function | P. J. McDermott | 2017-07-22 | 1 | -0/+9 |
| | | |||||
| * | print_cmd_summaries(): Use cmds instead of PKGLIBCMD | P. J. McDermott | 2017-07-22 | 1 | -3/+1 |
| | | |||||
| * | main(): Drop load_cmds() call | P. J. McDermott | 2017-07-22 | 1 | -1/+0 |
| | | |||||
| * | src/main.sh: Drop PKGLIBCMD | P. J. McDermott | 2017-07-22 | 1 | -1/+0 |
| | | |||||
| * | load_cmds(): Remove | P. J. McDermott | 2017-07-22 | 1 | -12/+0 |
| | | |||||
| * | Makefile.am: Rearrange CLEANFILES | P. J. McDermott | 2017-07-22 | 1 | -2/+2 |
| | | |||||
| * | Makefile.am: Move do_subst | P. J. McDermott | 2017-07-22 | 1 | -5/+4 |
| | | |||||
| * | Makefile.am: Use PACKAGE_VERSION_GIT in do_subst | P. J. McDermott | 2017-07-22 | 1 | -1/+1 |
| | | |||||
| * | Makefile.am: Clean up do_subst | P. J. McDermott | 2017-07-22 | 1 | -10/+1 |
| | | |||||
| * | pro-archman(1): Use new substitution macros | P. J. McDermott | 2017-07-22 | 1 | -1/+1 |
| | | |||||
| * | Makefile.am: Add MANUAL to do_subst | P. J. McDermott | 2017-07-22 | 1 | -0/+1 |
| | | |||||
| * | src/main.sh: Drop PKGLIBDIR and PKGLIBCMDDIR | P. J. McDermott | 2017-07-22 | 1 | -2/+0 |
| | | |||||
| * | use(): Remove | P. J. McDermott | 2017-07-22 | 1 | -38/+0 |
| | | |||||
| * | src/*.sh: Drop inclusion guards | P. J. McDermott | 2017-07-22 | 11 | -33/+0 |
| | | |||||
| * | src/*.sh, src/cmd/*.sh: Drop use() calls | P. J. McDermott | 2017-07-22 | 14 | -48/+0 |
| | | |||||
| * | src/locale.sh: Drop TEXT_DOMAIN assignment | P. J. McDermott | 2017-07-22 | 1 | -1/+0 |
| | | |||||
| * | src/locale.sh: Use TEXTDOMAIN | P. J. McDermott | 2017-07-22 | 1 | -2/+2 |
| | | |||||
| * | src/locale.sh: Drop LOCALEDIR assignment | P. J. McDermott | 2017-07-22 | 1 | -1/+0 |
| | | |||||
| * | Makefile.am: Fix pro_archman_SHPPFLAGS usage | P. J. McDermott | 2017-07-22 | 1 | -1/+1 |
| | | |||||
| * | src/main.sh: Drop "#!" line and main() call | P. J. McDermott | 2017-07-22 | 1 | -4/+0 |
| | | |||||
| * | src/pro-archman.sh: Rename to src/main.sh | P. J. McDermott | 2017-07-22 | 2 | -1/+1 |
| | |