Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove extra \\ after | in line breaks | EuAndreh | 2021-07-27 | 1 | -2/+2 |
| | | | | Implements #task-1f103822-c865-254c-f6b6-4968f2fb473e. | ||||
* | aux/: Stick to 80 columns | EuAndreh | 2021-07-27 | 1 | -11/+14 |
| | |||||
* | aux/lib.sh: Add mkstemp and mkdtemp, and copy uuid over | EuAndreh | 2021-07-15 | 1 | -3/+5 |
| | | | | | | | | | | | | | | | 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. | ||||
* | git mv doc/spelling/ po/ | EuAndreh | 2021-07-08 | 1 | -4/+4 |
| | |||||
* | aux/workflow/assert-spelling.sh: Define assert_arg anyway | EuAndreh | 2021-06-26 | 1 | -4/+8 |
| | |||||
* | aux/workflow/assert-spelling.sh: Get files as arguments instead of assuming ↵ | EuAndreh | 2021-06-26 | 1 | -2/+3 |
| | | | | they're under public/ | ||||
* | aux/workflow/assert-spelling.sh: Add; init dictionaries; fix spelling | EuAndreh | 2021-06-25 | 1 | -0/+68 |
- aux/workflow/l10n.sh: fix handling of $@; - Makefile: remove circular dependency between dev-check and public by adding the "l10n-gen" target. |