| Commit message (Expand) | Author | Files | Lines |
2021-06-27 | src/remembering-c.c: Provide more precise location of errors for perror() | EuAndreh | 1 | -6/+6 |
2021-06-27 | Makefile: Use DEFS over CFLAGS for defines | EuAndreh | 1 | -2/+5 |
2021-06-27 | src/remembering-c.c: Add unit tests for get_profile_file() | EuAndreh | 2 | -5/+164 |
2021-06-27 | src/remembering-c.c: Add get_profile_file() | EuAndreh | 1 | -0/+54 |
2021-06-27 | src/remembering-c.c: Mark all functions as static | EuAndreh | 1 | -3/+3 |
2021-06-27 | TODOs.md: Add #task-b3261473-9d12-9df4-cbfe-c4017ffed709 | EuAndreh | 1 | -0/+3 |
2021-06-27 | tests/cli-opts.sh: Add N=$LINENO | EuAndreh | 1 | -0/+21 |
2021-06-27 | TODOs.md: Add #task-013534fe-8839-9de1-ec4a-9d63980fc096 | EuAndreh | 1 | -0/+3 |
2021-06-27 | src/remembering.in: Stop ignoring unrecognized flags | EuAndreh | 2 | -1/+25 |
2021-06-27 | src/remembering.in: Don't look for --help and --version flags after -- | EuAndreh | 1 | -8/+16 |
2021-06-27 | src/remembering.in: Fix ShellCheck offense, remove disable | EuAndreh | 1 | -2/+1 |
2021-06-27 | src/remembering.in: Better instruction on looking at manpage in help string | EuAndreh | 1 | -1/+1 |
2021-06-27 | src/remembering.in: Fix syntax of help string output options | EuAndreh | 1 | -2/+2 |
2021-06-27 | src/remembering-c.c: Restart C version | EuAndreh | 1 | -899/+66 |
2021-06-27 | Makefile: Remove $(LDLIBS) | EuAndreh | 1 | -1/+1 |
2021-06-27 | Makefile: s/DEFS/CFLAGS/ | EuAndreh | 1 | -1/+1 |
2021-06-26 | tests/install-uninstall.sh: Add test for install/uninstall | EuAndreh | 2 | -0/+50 |
2021-06-26 | aux/: Update, adapt Makefile accordingly | EuAndreh | 14 | -64/+378 |
2021-06-26 | aux/utils.sh: Remove unused file | EuAndreh | 3 | -11/+0 |
2021-06-26 | aux/guix/manifest.scm: Add gettext and po4a for doing i18n | EuAndreh | 1 | -0/+2 |
2021-06-26 | Makefile, README.md: Adapt to changes in aux/ | EuAndreh | 31 | -214/+317 |
2021-06-26 | Makefile: Remove fallible/valgrind tests for now | EuAndreh | 1 | -3/+1 |
2021-06-26 | git grep -l '\./remembering' | xargs sed -i 's|\./remembering|./src/rememberi... | EuAndreh | 4 | -25/+26 |
2021-06-26 | Makefile: Use inference rules, disable Valgrind tests | EuAndreh | 2 | -24/+9 |
2021-06-26 | git mv src/remembering.sh src/remembering.in | EuAndreh | 1 | -0/+0 |
2021-06-26 | git mv src/remembering.c src/remembering-c.c | EuAndreh | 2 | -1/+1 |
2021-06-26 | src/remembering.c: Comment existing code | EuAndreh | 1 | -7/+7 |
2021-06-22 | TODOs.md: Add #task-44843686-1328-521a-8281-60dbb05f2d3f | EuAndreh | 1 | -0/+3 |
2021-06-22 | aux/tests-lib.sh: Use colours in test reporting | EuAndreh | 1 | -6/+17 |
2021-06-22 | aux/workflow/TODOs.sh: Use <pre> over <span> for ids | EuAndreh | 1 | -1/+1 |
2021-06-19 | TODOs.md: Update body of #task-47d98f68-0dec-f9b2-4d5c-bfe822411477 | EuAndreh | 1 | -0/+5 |
2021-06-19 | Makefile: Stop specifying CFLAGS, LDFLAGS and CC | EuAndreh | 1 | -4/+0 |
2021-06-19 | Setup base i18n infrastructure | EuAndreh | 15 | -34/+2681 |
2021-06-19 | aux/ci/report.sh: Don't override signatures notes ref | EuAndreh | 1 | -1/+4 |
2021-06-17 | Makefile: use mkdir+cp over install | EuAndreh | 1 | -1/+2 |
2021-06-17 | aux/workflow/assert-changelog.sh: Update | EuAndreh | 3 | -6/+9 |
2021-06-16 | doc/remembering.1: Add long options to the OPTIONS section | EuAndreh | 1 | -2/+2 |
2021-06-16 | Makefile: Remove .PHONY target | EuAndreh | 1 | -2/+0 |
2021-06-16 | doc/remembering.1: Add interactive session simulation in examples | EuAndreh | 1 | -0/+110 |
2021-06-16 | doc/remembering.*: Use .RS/.RE over tabs in .nf/.fi sections for indentation | EuAndreh | 2 | -12/+20 |
2021-06-16 | aux/: Update | EuAndreh | 3 | -14/+15 |
2021-06-16 | README.md: s/home page/homepage/ | EuAndreh | 1 | -1/+1 |
2021-06-16 | doc/remembering.*: Use empty lines over ".P", remove the empty request "." | EuAndreh | 2 | -64/+74 |
2021-06-16 | TODOs.md: Add #task-47d98f68-0dec-f9b2-4d5c-bfe822411477 | EuAndreh | 1 | -0/+3 |
2021-06-16 | CHANGELOG.md: Add link to home | EuAndreh | 2 | -0/+11 |
2021-06-15 | TODOs.md: Add #question-9ad11485-c244-bf17-f83b-b627db09fab4 | EuAndreh | 1 | -0/+3 |
2021-06-14 | doc/remembering.5: Add paragraph on the priority increasing | EuAndreh | 1 | -0/+2 |
2021-06-14 | aux/guix/manifest.scm: Remove unused packages | EuAndreh | 1 | -3/+0 |
2021-06-14 | aux/workflow/assert-manpages.sh: Ignore manpages that are just .so | EuAndreh | 1 | -0/+4 |
2021-06-14 | doc/remembering.*: Escape illegal characters in link to mailing list | EuAndreh | 3 | -3/+3 |