| Commit message (Expand) | Author | Files | Lines |
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 |
2021-02-24 | Makefile: put VERSION and DATE macros in $(DEFS) variable | EuAndreh | 1 | -4/+5 |
2021-02-24 | aux/ci/ci-build.sh: Don't --delete on trap to avoid deleting pages in case of... | EuAndreh | 1 | -1/+1 |
2021-02-23 | aux/ci/ci-build.sh: Capture stderr properly | EuAndreh | 1 | -1/+1 |
2021-02-23 | aux/guix/manifest.scm: Add remembering-latest, use fallible-latest over fallible | EuAndreh | 1 | -1/+2 |
2021-02-23 | aux/guix/manifest.scm: Add posix-c99 | EuAndreh | 1 | -0/+1 |
2021-02-23 | aux/ci/ci-build.sh: Remove checking for ./configure file | EuAndreh | 1 | -7/+1 |
2021-02-23 | aux/guix/pinned-channels.scm: Use %default-channels | EuAndreh | 1 | -11/+2 |
2021-02-23 | README.md: Remove ./configure from install instructions | EuAndreh | 1 | -1/+0 |
2021-02-23 | Release 0.2.1v0.2.1 | EuAndreh | 2 | -2/+6 |
2021-02-23 | Use plain Makefile over ./configure + Makefile.in | EuAndreh | 3 | -46/+3 |
2021-02-23 | Add aux/workflow/public.sh, update aux/workflow/README.sh | EuAndreh | 4 | -21/+34 |
2021-02-22 | README.md: Add link to home page and use full links | EuAndreh | 1 | -3/+4 |
2021-02-22 | aux/workflow/dist.sh: Fix quotation | EuAndreh | 1 | -3/+3 |
2021-02-21 | Move "dist" target to aux/workflow/dist.sh | EuAndreh | 2 | -11/+18 |
2021-02-21 | Release v0.2.0v0.2.0 | EuAndreh | 2 | -4/+9 |
2021-02-21 | Update aux/ files | EuAndreh | 1 | -0/+1 |
2021-02-21 | Makefile.in: Use "all" as dependency of "dev-check" | EuAndreh | 1 | -1/+1 |
2021-02-20 | Update aux/workflow/: support tags in TODOs.md | EuAndreh | 2 | -4/+17 |
2021-02-20 | Makefile.in: Add debug information to built artifact | EuAndreh | 1 | -1/+1 |
2021-02-20 | tests/signals.sh: Also add missing XDG_DATA_HOME | EuAndreh | 1 | -0/+2 |
2021-02-20 | Suppress unused function warnings for now | EuAndreh | 1 | -1/+1 |
2021-02-20 | cli-opts.sh: Fix sandboxed tests, add $XDG_DATA_HOME | EuAndreh | 1 | -0/+2 |
2021-02-19 | Makefile.in: Simplify build/tests of C code | EuAndreh | 3 | -39/+41 |
2021-02-18 | report.sh: Remove set -x option | EuAndreh | 1 | -1/+1 |