Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | README.md: Update for latest standards | EuAndreh | 2021-06-07 | 1 | -6/+13 | |
| | ||||||
* | Update files under aux/ | EuAndreh | 2021-06-07 | 7 | -17/+36 | |
| | ||||||
* | TODOs.md: Mark #task-4686d9a5-3514-e7f2-25de-b3cf66199124 as CANCELLED | EuAndreh | 2021-06-06 | 1 | -1/+11 | |
| | ||||||
* | Revert "Makefile: Stick to POSIX $(CFLAGS) and $(LDFLAGS)" | EuAndreh | 2021-06-06 | 1 | -2/+2 | |
| | | | | This reverts commit 107d9fa6012a9312bcee9da0bf86e6fa7a34cfef. | |||||
* | TODOs.md: Mark #task-4686d9a5-3514-e7f2-25de-b3cf66199124 as DONE | EuAndreh | 2021-06-06 | 1 | -2/+16 | |
| | ||||||
* | Makefile: Stick to POSIX $(CFLAGS) and $(LDFLAGS) | EuAndreh | 2021-06-06 | 1 | -2/+2 | |
| | ||||||
* | TODOs.md: Mark #task-19f9d131-696a-3417-c052-6312f04a33af as DONE | EuAndreh | 2021-06-06 | 1 | -1/+14 | |
| | ||||||
* | tests/ranking.sh: Add test_utf_commands | EuAndreh | 2021-06-06 | 1 | -1/+18 | |
| | ||||||
* | TODOs.md: Add #task-19f9d131-696a-3417-c052-6312f04a33af | EuAndreh | 2021-06-06 | 1 | -0/+10 | |
| | ||||||
* | TODOs.md: Add link to #task-b001c31a-5053-d317-d8d3-c9647aa34067 | EuAndreh | 2021-06-06 | 1 | -0/+4 | |
| | ||||||
* | aux/workflow/assert-readme.sh: Assert the end of the CONTRIBUTING section | EuAndreh | 2021-06-06 | 1 | -0/+12 | |
| | ||||||
* | README.md: Add explicit "Links" and "Releases" sections | EuAndreh | 2021-06-06 | 5 | -40/+53 | |
| | | | | | | | | | | | | | | | | | | | Instead of generating the "Links" and "Releases" sections on the fly and adding them to the end of the README.md before processing it with aux/workflow/README.sh, embed those sections directly and use aux/workflow/assert-readme.sh to make sure the metadata is there. Before we had: 1. generate "Links" and "Releases" on the fly inside aux/workflow/README.sh; 2. add those sections to the end of the README.md; 3. use the custom pandoc build command inside the aux/workflow/README.sh file. Now we have: 1. embed "Links" and "Releases" in the README.md directly; 2. use aux/workflow/assert-readme.sh to validate the correct metadata; 3. use the vanilla aux/workflow/commonmark.sh to generate the HTML. | |||||
* | aux/: Use tabs over spaces for .sh files | EuAndreh | 2021-06-06 | 14 | -185/+188 | |
| | ||||||
* | src/remembering.sh: Use tabs for separating options columns | EuAndreh | 2021-06-06 | 1 | -4/+4 | |
| | ||||||
* | aux/: Add favicon to generated HTML files | EuAndreh | 2021-06-06 | 8 | -0/+69 | |
| | ||||||
* | Remove assert-clang-format.sh | EuAndreh | 2021-06-06 | 2 | -17/+0 | |
| | | | | | | | The default formatter uses spaces over tabs, and I can't get it to override that. The --style='{UseTab: Always}' should have done it, but it didn't work. | |||||
* | mv src/remembering.in src/remembering.sh | EuAndreh | 2021-06-06 | 2 | -1/+1 | |
| | ||||||
* | TODOs.md: Add #task-4686d9a5-3514-e7f2-25de-b3cf66199124 | EuAndreh | 2021-06-06 | 1 | -0/+7 | |
| | ||||||
* | aux/workflow/public.sh: Mark as executable | EuAndreh | 2021-03-23 | 1 | -0/+0 | |
| | ||||||
* | aux/ci/ci-build.sh: Run build target before tests, so we have HTML files ↵ | EuAndreh | 2021-03-23 | 1 | -7/+1 | |
| | | | | when tests fail | |||||
* | src/remembering.c: clang-format | EuAndreh | 2021-03-23 | 1 | -43/+43 | |
| | ||||||
* | Remove unused aux/workflow/CHANGELOG.sh | EuAndreh | 2021-03-23 | 1 | -17/+0 | |
| | ||||||
* | src/remembering.c: WIP more tests for mkdir_p | EuAndreh | 2021-03-22 | 1 | -5/+81 | |
| | ||||||
* | aux/guix/with-container.sh: Add --fallback to Guix commands | EuAndreh | 2021-03-13 | 1 | -7/+6 | |
| | ||||||
* | tests/lib.sh: spaces -> tabs | EuAndreh | 2021-03-12 | 1 | -1/+1 | |
| | ||||||
* | Revert change to aux/ci/ci-build.sh | EuAndreh | 2021-03-10 | 1 | -1/+1 | |
| | ||||||
* | src/remembering.c: clang-format | EuAndreh | 2021-03-10 | 1 | -13/+13 | |
| | ||||||
* | TODOs.md: Add link reference to #task-2c3021db-7ede-c835-691a-af240c11f883 | EuAndreh | 2021-03-10 | 1 | -1/+1 | |
| | ||||||
* | src/remembering.c: Write more tests, make existing tests more robust | EuAndreh | 2021-03-10 | 1 | -62/+250 | |
| | ||||||
* | TODOs.md: Add comment on #task-c1129666-b373-4b9d-8e10-927689048b05 | EuAndreh | 2021-03-10 | 1 | -0/+4 | |
| | ||||||
* | TODOs.md: Mark #task-b001c31a-5053-d317-d8d3-c9647aa34067 as DONE | EuAndreh | 2021-03-10 | 1 | -1/+5 | |
| | ||||||
* | Support --version flag | EuAndreh | 2021-03-10 | 2 | -2/+21 | |
| | ||||||
* | tests/cli-opts.sh: Use assert_grep_stream | EuAndreh | 2021-03-10 | 1 | -5/+2 | |
| | ||||||
* | TODOs.md: Add #task-2c3021db-7ede-c835-691a-af240c11f883 | EuAndreh | 2021-03-10 | 1 | -0/+9 | |
| | ||||||
* | TODOs.md: Add #task-b001c31a-5053-d317-d8d3-c9647aa34067 | EuAndreh | 2021-03-09 | 1 | -0/+3 | |
| | ||||||
* | ci-build.sh: Publish CI logs even when "dev-check" fails | EuAndreh | 2021-03-09 | 1 | -1/+1 | |
| | ||||||
* | Revert "Makefile: Use "troff" over "groff"" | EuAndreh | 2021-03-09 | 1 | -1/+1 | |
| | | | | This reverts commit a649cf53498bb9bdff79a40eb39462d8ccd1a396. | |||||
* | assert-clang-format.sh: ShellCheck | EuAndreh | 2021-03-09 | 1 | -2/+2 | |
| | ||||||
* | Remove xargs -0 flag usage | EuAndreh | 2021-03-08 | 2 | -3/+3 | |
| | ||||||
* | TODOs.md: Add #task-8af5055c-d1e1-beba-128c-4cabc40e8057 | EuAndreh | 2021-03-08 | 1 | -0/+3 | |
| | ||||||
* | Makefile: Use valgrind flags from fallible-check | EuAndreh | 2021-03-08 | 1 | -8/+1 | |
| | ||||||
* | Makefile: Use "troff" over "groff" | EuAndreh | 2021-03-08 | 1 | -1/+1 | |
| | ||||||
* | README.md: Reword contributing section | EuAndreh | 2021-03-08 | 1 | -1/+1 | |
| | ||||||
* | README.md: Move links closer to list | EuAndreh | 2021-03-07 | 1 | -5/+5 | |
| | ||||||
* | TODOs.sh: Remove unused SED_REGEX variable | EuAndreh | 2021-03-07 | 1 | -2/+0 | |
| | ||||||
* | README.md: re-write contributing with more spaced examples | EuAndreh | 2021-03-07 | 1 | -1/+11 | |
| | ||||||
* | manifest.scm: Remove gettext package | EuAndreh | 2021-03-07 | 1 | -1/+0 | |
| | ||||||
* | TODOs.sh: Use sed to remove dependency on gettext | EuAndreh | 2021-03-07 | 2 | -12/+16 | |
| | ||||||
* | assert-todos.sh: Remove reference to inexistant docbook-xsl/ directory | EuAndreh | 2021-03-07 | 1 | -1/+1 | |
| | ||||||
* | README.md: Add Contributing section, documenting extra dependencies | EuAndreh | 2021-03-07 | 1 | -0/+17 | |
| |