| Commit message (Expand) | Author | Age | Files | Lines |
* | Makefile: Remove rules for C files | EuAndreh | 2022-11-08 | 3 | -162/+4 |
* | doc/: Add new manpages as empty files | EuAndreh | 2022-11-08 | 17 | -0/+0 |
* | src/: Remove C files | EuAndreh | 2022-11-08 | 7 | -577/+0 |
* | TODOs.md: Add #td-80513275-dbb4-adfd-b029-7403cd5fb7d3 | EuAndreh | 2021-10-03 | 1 | -0/+7 |
* | src/remembering.in: Add trailing "/remembering" to the value defined in $XDG_... | EuAndreh | 2021-09-08 | 14 | -30/+118 |
* | Makefile: Indent object file dependency | EuAndreh | 2021-09-06 | 1 | -1/+1 |
* | Makefile: Generate src/config.h from src/config.h.in | EuAndreh | 2021-09-05 | 2 | -12/+14 |
* | src/remembering.c: Stick (mostly) to 80 columns | EuAndreh | 2021-09-02 | 1 | -7/+13 |
* | aux/80-columns.sh: Add file | EuAndreh | 2021-09-02 | 1 | -0/+12 |
* | po/LC_MESSAGES/{README,CHANGELOG}.en.md/: Add untranslate message files | EuAndreh | 2021-09-02 | 6 | -0/+1179 |
* | aux/workflow/repocheck.sh: Add file | EuAndreh | 2021-09-02 | 1 | -0/+184 |
* | doc/remembering.{pt,fr,eo}.{1,5}.in: Fix link to translated homepage | EuAndreh | 2021-09-02 | 14 | -38/+38 |
* | README.md: Fix formatting of expected content | EuAndreh | 2021-09-02 | 1 | -7/+10 |
* | src/remembering.c: prevent free() of unitialized value | EuAndreh | 2021-09-02 | 1 | -1/+1 |
* | doc/manpages.sh: Stick to 80 columns | EuAndreh | 2021-09-02 | 1 | -2/+4 |
* | aux/guix/manifest.scm: Update i18n dependencies | EuAndreh | 2021-09-02 | 2 | -6/+11 |
* | README.md: Add links to missing development tools | EuAndreh | 2021-09-02 | 1 | -4/+8 |
* | README.md: Simplify installation instruction | EuAndreh | 2021-09-02 | 1 | -8/+12 |
* | README.md: Add link to translated versions of pages | EuAndreh | 2021-09-02 | 1 | -2/+8 |
* | README.md: Add directory structure section to Documentation | EuAndreh | 2021-09-02 | 1 | -1/+16 |
* | CHANGELOG.md: Point to english version URL | EuAndreh | 2021-09-01 | 1 | -1/+1 |
* | .gitignore: Add translation files | EuAndreh | 2021-09-01 | 1 | -2/+4 |
* | Remove tests/install-uninstall.sh in favor of repocheck.sh | EuAndreh | 2021-09-01 | 2 | -50/+0 |
* | mv doc/po/ po/... | EuAndreh | 2021-09-01 | 6 | -0/+1856 |
* | mv aux/workflow/manpages.sh doc/manpages.sh | EuAndreh | 2021-09-01 | 1 | -0/+0 |
* | aux/: Update | EuAndreh | 2021-09-01 | 17 | -87/+153 |
* | src/remembering.c: Enforce C style | EuAndreh | 2021-09-01 | 1 | -10/+20 |
* | Refactor C files, split logerr and tests-lib | EuAndreh | 2021-09-01 | 10 | -17/+318 |
* | tests/lib.sh: Update | EuAndreh | 2021-09-01 | 3 | -4/+25 |
* | mv src/remembering-c.c src/remembering.c | EuAndreh | 2021-09-01 | 3 | -8/+11 |
* | Makefile: s/run-tests/remembering-tests/ | EuAndreh | 2021-09-01 | 2 | -4/+4 |
* | Makefile: Revamp "clean" target | EuAndreh | 2021-09-01 | 1 | -3/+7 |
* | Makefile: Refactor personal workflow targets to include new translations flow | EuAndreh | 2021-09-01 | 1 | -7/+21 |
* | Makefile: Add repocheck.sh to "dev-check" target, separate it from the canoni... | EuAndreh | 2021-09-01 | 1 | -7/+15 |
* | Makefile: Use quotes around macro names | EuAndreh | 2021-09-01 | 1 | -11/+11 |
* | Makefile: Use chmod when generating src/remembering instead of afterwards | EuAndreh | 2021-09-01 | 1 | -1/+1 |
* | src/remembering.in: Add empty line on help text | EuAndreh | 2021-09-01 | 1 | -0/+1 |
* | aux/workflow/favicon.png: Remove | EuAndreh | 2021-09-01 | 1 | -0/+0 |
* | TODOs.md: Add #task-a5c8dd18-b180-2731-601a-e26f137a2740 | EuAndreh | 2021-08-20 | 1 | -0/+3 |
* | git grep -lF tar.gz | xargs sed -i 's/tar\.gz/tar.xz/g' | EuAndreh | 2021-07-23 | 1 | -7/+7 |
* | aux/: Update | EuAndreh | 2021-07-23 | 18 | -208/+260 |
* | TODOs.md: Mark #task-bd165b74-c559-48ee-1d29-eaa906aa0393 as DONE | EuAndreh | 2021-06-28 | 1 | -1/+5 |
* | src/remembering-c.c: Free leaking "home" string variable | EuAndreh | 2021-06-28 | 1 | -0/+1 |
* | src/remembering-c.c: Fix usage of strcat() | EuAndreh | 2021-06-28 | 1 | -5/+5 |
* | src/remembering-c.c: Use better grouping of parentheses for strcmp() | EuAndreh | 2021-06-28 | 1 | -1/+1 |
* | git mv tests/tests-lib.sh tests/lib.sh | EuAndreh | 2021-06-28 | 5 | -4/+4 |
* | TODOs.md: Add #task-06c8ef1b-15ed-5932-3391-8c02ff759e7a | EuAndreh | 2021-06-28 | 1 | -0/+3 |
* | tests/ranking.sh: Add test_pick_inexisting_value, disabled | EuAndreh | 2021-06-28 | 1 | -0/+35 |
* | tests/*.sh: Refactor error messages to be consistent, move helper all helper ... | EuAndreh | 2021-06-28 | 2 | -47/+48 |
* | TODOs.md: Add #task-f5a3d036-f451-f469-56f6-73274162df8e | EuAndreh | 2021-06-28 | 1 | -0/+3 |