Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | aux/: Stick to 80 columns | EuAndreh | 2021-07-27 | 1 | -1/+2 |
| | |||||
* | aux/lib.sh: Add mkstemp and mkdtemp, and copy uuid over | EuAndreh | 2021-07-15 | 1 | -4/+6 |
| | | | | | | | | | | | | | | | The tests were relying on the unspecified and non-standartized behaviour of "mktemp". Now they use "mkstemp()", a shim sh function to provide the expected behaviour, and an accompanying "mkdtemp()" function is also defined. To further decouple from specific implementations and OS-behaviours and quirks, a aux/lib.sh file containing both those functions was added. Its purpose is to also allow code under aux/ to not depend on specific behaviour. "mkdtemp()" had to be replicated in aux/ci/ci-build.sh, since it runs outside the repository. | ||||
* | aux/workflow/assert-manpages.sh: Get input languages and en files as arguments | EuAndreh | 2021-07-15 | 1 | -47/+36 |
| | |||||
* | Add trailing /en/ to all default URLs, and the equivalent for translations | EuAndreh | 2021-07-15 | 1 | -4/+4 |
| | |||||
* | aux/workflow/assert-manpages.sh: Exit with error for unknown language | EuAndreh | 2021-07-14 | 1 | -1/+12 |
| | |||||
* | aux/workflow/assert-manpages.sh: Use getopts for arguments | EuAndreh | 2021-06-26 | 1 | -6/+19 |
| | |||||
* | aux/workflow/assert-manpages.sh: Skip when file is empy | EuAndreh | 2021-06-26 | 1 | -0/+4 |
| | |||||
* | aux/workflow/assert-spelling.sh: Add; init dictionaries; fix spelling | EuAndreh | 2021-06-25 | 1 | -1/+1 |
| | | | | | | - aux/workflow/l10n.sh: fix handling of $@; - Makefile: remove circular dependency between dev-check and public by adding the "l10n-gen" target. | ||||
* | aux/workflow/assert-manpages.sh: Mark as executable | EuAndreh | 2021-06-19 | 1 | -0/+0 |
| | |||||
* | Leverage po4a to translate manpages | EuAndreh | 2021-06-19 | 1 | -3/+133 |
| | |||||
* | aux/workflow/assert-manpages.sh: Fix link to mailing list | EuAndreh | 2021-06-16 | 1 | -1/+1 |
| | |||||
* | s/Home page/Homepage/ | EuAndreh | 2021-06-16 | 1 | -1/+1 |
| | |||||
* | doc/git-permalink.1: Stop using ".P", use empty lines instead | EuAndreh | 2021-06-16 | 1 | -8/+11 |
| | |||||
* | aux/: Update | EuAndreh | 2021-06-14 | 1 | -11/+34 |
| | |||||
* | Makefile: Add aux/workflow/assert-manpages.sh | EuAndreh | 2021-06-12 | 1 | -0/+44 |