aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Makefile: Add missing -lfallible libraryEuAndreh2021-03-071-1/+1
* .gitignore: Add vgcore.*EuAndreh2021-03-071-0/+1
* Makefile: indent $(NAME) variableEuAndreh2021-03-071-1/+1
* TODOs.md: Mark #task-05c7f068-e935-457f-89ea-1f38227e7779 as CANCELLEDEuAndreh2021-03-071-1/+5
* TODOs.md: Mark #task-daa4a3e7-bcb4-4fe1-a0df-e73c7d17e43c as CANCELLEDEuAndreh2021-03-071-1/+5
* TODOs.md: Mark #task-e3153cfb-b77a-4528-afa0-43b90f267d3d as CANCELLEDEuAndreh2021-03-071-1/+6
* src/remembering.c: Assign and check in a single lineEuAndreh2021-03-071-3/+1
* TODOs.md: Mark #task-9291a8c1-4ac3-409d-b490-872b29a719cc as DONEEuAndreh2021-03-071-1/+5
* Add tests for $XDG_DATA_HOME and $HOME environment variablesEuAndreh2021-03-071-0/+58
* ci-build.sh: Also omit output of second rsyncEuAndreh2021-03-061-1/+1
* README.sh: Remove suffix from Git repo linkEuAndreh2021-03-061-1/+1
* Suppress rsync stderr from CI logsEuAndreh2021-03-061-1/+1
* src/remembering.c: Remove last reference to TupleEuAndreh2021-03-061-6/+10
* src/remembering.c: Use strdup over malloc+strcpyEuAndreh2021-03-061-5/+2
* src/remembering.c: Include <fallible/string.h>EuAndreh2021-03-061-0/+1
* README.md: s/man pages/manpages/EuAndreh2021-03-061-1/+1
* README.md: Mark explicit "Usage" sectionEuAndreh2021-03-061-0/+2
* Update files under aux/EuAndreh2021-03-061-0/+5
* Makefile: Add -O3 to CFLAGSEuAndreh2021-03-041-1/+1
* clang-formatEuAndreh2021-03-041-13/+22
* Makefile: Remove remembering-sh in clean targetEuAndreh2021-03-041-1/+1
* Makefile: Remove test files in clean targetEuAndreh2021-03-041-1/+1
* src/remembering.c: Remove #ifdef DISABLEEuAndreh2021-03-041-3/+0
* WIP: work on C implementationEuAndreh2021-03-042-138/+332
* TODOs.md: Add #task-9291a8c1-4ac3-409d-b490-872b29a719ccEuAndreh2021-03-031-0/+3
* fmtEuAndreh2021-03-031-33/+32
* Add stub return 0EuAndreh2021-03-031-1/+1
* Remove sharedc dependencyEuAndreh2021-03-033-6/+2
* Comment all unused C codeEuAndreh2021-03-031-0/+3
* Makefile: add simple switch between sh and C implementationsEuAndreh2021-03-032-2/+6
* src/remembering.c: Delete old code, include FALLIBLEEuAndreh2021-02-281-148/+63
* Makefile: Add LDLIBS and LDFLAGSEuAndreh2021-02-281-2/+2
* TODOs.md: Add #task-cbb71c0f-3c02-4002-a308-bc09ac6f09b4EuAndreh2021-02-281-0/+3
* Add assert-changelog.sh; change dependency of check -> dev-check targetsEuAndreh2021-02-284-12/+19
* README.sh: Reverse the list of tagsEuAndreh2021-02-271-1/+1
* Add aux/workflow/sign-tarballs.shEuAndreh2021-02-274-3/+25
* manifest.scm: Fix misplaced dependency, use sharedc-latestEuAndreh2021-02-271-1/+1
* Update aux/workflow/dist.shEuAndreh2021-02-251-5/+11
* Update files under aux/ci/EuAndreh2021-02-252-3/+3
* Makefile: put VERSION and DATE macros in $(DEFS) variableEuAndreh2021-02-241-4/+5
* aux/ci/ci-build.sh: Don't --delete on trap to avoid deleting pages in case of...EuAndreh2021-02-241-1/+1
* aux/ci/ci-build.sh: Capture stderr properlyEuAndreh2021-02-231-1/+1
* aux/guix/manifest.scm: Add remembering-latest, use fallible-latest over fallibleEuAndreh2021-02-231-1/+2
* aux/guix/manifest.scm: Add posix-c99EuAndreh2021-02-231-0/+1
* aux/ci/ci-build.sh: Remove checking for ./configure fileEuAndreh2021-02-231-7/+1
* aux/guix/pinned-channels.scm: Use %default-channelsEuAndreh2021-02-231-11/+2
* README.md: Remove ./configure from install instructionsEuAndreh2021-02-231-1/+0
* Release 0.2.1v0.2.1EuAndreh2021-02-232-2/+6
* Use plain Makefile over ./configure + Makefile.inEuAndreh2021-02-233-46/+3
* Add aux/workflow/public.sh, update aux/workflow/README.shEuAndreh2021-02-234-21/+34