| Commit message (Expand) | Author | Files | Lines |
2021-03-07 | README.md: re-write contributing with more spaced examples | EuAndreh | 1 | -1/+11 |
2021-03-07 | manifest.scm: Remove gettext package | EuAndreh | 1 | -1/+0 |
2021-03-07 | TODOs.sh: Use sed to remove dependency on gettext | EuAndreh | 2 | -12/+16 |
2021-03-07 | assert-todos.sh: Remove reference to inexistant docbook-xsl/ directory | EuAndreh | 1 | -1/+1 |
2021-03-07 | README.md: Add Contributing section, documenting extra dependencies | EuAndreh | 1 | -0/+17 |
2021-03-07 | src/remembering.c: Add tests for negative and floating-point numbers in the p... | EuAndreh | 1 | -0/+12 |
2021-03-07 | src/remembering.c: Be more explicit on manpage pointer | EuAndreh | 1 | -1/+1 |
2021-03-07 | CHANGELOG.md: Remove empty Unreleased section | EuAndreh | 1 | -8/+0 |
2021-03-07 | CHANGELOG.md: Add links to releases | EuAndreh | 1 | -5/+5 |
2021-03-07 | tests/cli-opts.sh: ShellCheck | EuAndreh | 1 | -1/+1 |
2021-03-07 | src/remembering.c: Fix memory errors | EuAndreh | 1 | -7/+14 |
2021-03-07 | Makefile: Add missing -lfallible library | EuAndreh | 1 | -1/+1 |
2021-03-07 | .gitignore: Add vgcore.* | EuAndreh | 1 | -0/+1 |
2021-03-07 | Makefile: indent $(NAME) variable | EuAndreh | 1 | -1/+1 |
2021-03-07 | TODOs.md: Mark #task-05c7f068-e935-457f-89ea-1f38227e7779 as CANCELLED | EuAndreh | 1 | -1/+5 |
2021-03-07 | TODOs.md: Mark #task-daa4a3e7-bcb4-4fe1-a0df-e73c7d17e43c as CANCELLED | EuAndreh | 1 | -1/+5 |
2021-03-07 | TODOs.md: Mark #task-e3153cfb-b77a-4528-afa0-43b90f267d3d as CANCELLED | EuAndreh | 1 | -1/+6 |
2021-03-07 | src/remembering.c: Assign and check in a single line | EuAndreh | 1 | -3/+1 |
2021-03-07 | TODOs.md: Mark #task-9291a8c1-4ac3-409d-b490-872b29a719cc as DONE | EuAndreh | 1 | -1/+5 |
2021-03-07 | Add tests for $XDG_DATA_HOME and $HOME environment variables | EuAndreh | 1 | -0/+58 |
2021-03-06 | ci-build.sh: Also omit output of second rsync | EuAndreh | 1 | -1/+1 |
2021-03-06 | README.sh: Remove suffix from Git repo link | EuAndreh | 1 | -1/+1 |
2021-03-06 | Suppress rsync stderr from CI logs | EuAndreh | 1 | -1/+1 |
2021-03-06 | src/remembering.c: Remove last reference to Tuple | EuAndreh | 1 | -6/+10 |
2021-03-06 | src/remembering.c: Use strdup over malloc+strcpy | EuAndreh | 1 | -5/+2 |
2021-03-06 | src/remembering.c: Include <fallible/string.h> | EuAndreh | 1 | -0/+1 |
2021-03-06 | README.md: s/man pages/manpages/ | EuAndreh | 1 | -1/+1 |
2021-03-06 | README.md: Mark explicit "Usage" section | EuAndreh | 1 | -0/+2 |
2021-03-06 | Update files under aux/ | EuAndreh | 1 | -0/+5 |
2021-03-04 | Makefile: Add -O3 to CFLAGS | EuAndreh | 1 | -1/+1 |
2021-03-04 | clang-format | EuAndreh | 1 | -13/+22 |
2021-03-04 | Makefile: Remove remembering-sh in clean target | EuAndreh | 1 | -1/+1 |
2021-03-04 | Makefile: Remove test files in clean target | EuAndreh | 1 | -1/+1 |
2021-03-04 | src/remembering.c: Remove #ifdef DISABLE | EuAndreh | 1 | -3/+0 |
2021-03-04 | WIP: work on C implementation | EuAndreh | 2 | -138/+332 |
2021-03-03 | TODOs.md: Add #task-9291a8c1-4ac3-409d-b490-872b29a719cc | EuAndreh | 1 | -0/+3 |
2021-03-03 | fmt | EuAndreh | 1 | -33/+32 |
2021-03-03 | Add stub return 0 | EuAndreh | 1 | -1/+1 |
2021-03-03 | Remove sharedc dependency | EuAndreh | 3 | -6/+2 |
2021-03-03 | Comment all unused C code | EuAndreh | 1 | -0/+3 |
2021-03-03 | Makefile: add simple switch between sh and C implementations | EuAndreh | 2 | -2/+6 |
2021-02-28 | src/remembering.c: Delete old code, include FALLIBLE | EuAndreh | 1 | -148/+63 |
2021-02-28 | Makefile: Add LDLIBS and LDFLAGS | EuAndreh | 1 | -2/+2 |
2021-02-28 | TODOs.md: Add #task-cbb71c0f-3c02-4002-a308-bc09ac6f09b4 | EuAndreh | 1 | -0/+3 |
2021-02-28 | Add assert-changelog.sh; change dependency of check -> dev-check targets | EuAndreh | 4 | -12/+19 |
2021-02-27 | README.sh: Reverse the list of tags | EuAndreh | 1 | -1/+1 |
2021-02-27 | Add aux/workflow/sign-tarballs.sh | EuAndreh | 4 | -3/+25 |
2021-02-27 | manifest.scm: Fix misplaced dependency, use sharedc-latest | EuAndreh | 1 | -1/+1 |
2021-02-25 | Update aux/workflow/dist.sh | EuAndreh | 1 | -5/+11 |
2021-02-25 | Update files under aux/ci/ | EuAndreh | 2 | -3/+3 |