| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | src/remembering.c: Remove #ifdef DISABLE | EuAndreh | 2021-03-04 | 1 | -3/+0 |
* | WIP: work on C implementation | EuAndreh | 2021-03-04 | 2 | -138/+332 |
* | TODOs.md: Add #task-9291a8c1-4ac3-409d-b490-872b29a719cc | EuAndreh | 2021-03-03 | 1 | -0/+3 |
* | fmt | EuAndreh | 2021-03-03 | 1 | -33/+32 |
* | Add stub return 0 | EuAndreh | 2021-03-03 | 1 | -1/+1 |
* | Remove sharedc dependency | EuAndreh | 2021-03-03 | 3 | -6/+2 |
* | Comment all unused C code | EuAndreh | 2021-03-03 | 1 | -0/+3 |
* | Makefile: add simple switch between sh and C implementations | EuAndreh | 2021-03-03 | 2 | -2/+6 |
* | src/remembering.c: Delete old code, include FALLIBLE | EuAndreh | 2021-02-28 | 1 | -148/+63 |
* | Makefile: Add LDLIBS and LDFLAGS | EuAndreh | 2021-02-28 | 1 | -2/+2 |
* | TODOs.md: Add #task-cbb71c0f-3c02-4002-a308-bc09ac6f09b4 | EuAndreh | 2021-02-28 | 1 | -0/+3 |
* | Add assert-changelog.sh; change dependency of check -> dev-check targets | EuAndreh | 2021-02-28 | 4 | -12/+19 |
* | README.sh: Reverse the list of tags | EuAndreh | 2021-02-27 | 1 | -1/+1 |
* | Add aux/workflow/sign-tarballs.sh | EuAndreh | 2021-02-27 | 4 | -3/+25 |
* | manifest.scm: Fix misplaced dependency, use sharedc-latest | EuAndreh | 2021-02-27 | 1 | -1/+1 |
* | Update aux/workflow/dist.sh | EuAndreh | 2021-02-25 | 1 | -5/+11 |
* | Update files under aux/ci/ | EuAndreh | 2021-02-25 | 2 | -3/+3 |
* | Makefile: put VERSION and DATE macros in $(DEFS) variable | EuAndreh | 2021-02-24 | 1 | -4/+5 |
* | aux/ci/ci-build.sh: Don't --delete on trap to avoid deleting pages in case of... | EuAndreh | 2021-02-24 | 1 | -1/+1 |
* | aux/ci/ci-build.sh: Capture stderr properly | EuAndreh | 2021-02-23 | 1 | -1/+1 |
* | aux/guix/manifest.scm: Add remembering-latest, use fallible-latest over fallible | EuAndreh | 2021-02-23 | 1 | -1/+2 |
* | aux/guix/manifest.scm: Add posix-c99 | EuAndreh | 2021-02-23 | 1 | -0/+1 |
* | aux/ci/ci-build.sh: Remove checking for ./configure file | EuAndreh | 2021-02-23 | 1 | -7/+1 |
* | aux/guix/pinned-channels.scm: Use %default-channels | EuAndreh | 2021-02-23 | 1 | -11/+2 |
* | README.md: Remove ./configure from install instructions | EuAndreh | 2021-02-23 | 1 | -1/+0 |
* | Release 0.2.1v0.2.1 | EuAndreh | 2021-02-23 | 2 | -2/+6 |
* | Use plain Makefile over ./configure + Makefile.in | EuAndreh | 2021-02-23 | 3 | -46/+3 |
* | Add aux/workflow/public.sh, update aux/workflow/README.sh | EuAndreh | 2021-02-23 | 4 | -21/+34 |
* | README.md: Add link to home page and use full links | EuAndreh | 2021-02-22 | 1 | -3/+4 |
* | aux/workflow/dist.sh: Fix quotation | EuAndreh | 2021-02-22 | 1 | -3/+3 |
* | Move "dist" target to aux/workflow/dist.sh | EuAndreh | 2021-02-21 | 2 | -11/+18 |
* | Release v0.2.0v0.2.0 | EuAndreh | 2021-02-21 | 2 | -4/+9 |
* | Update aux/ files | EuAndreh | 2021-02-21 | 1 | -0/+1 |
* | Makefile.in: Use "all" as dependency of "dev-check" | EuAndreh | 2021-02-21 | 1 | -1/+1 |
* | Update aux/workflow/: support tags in TODOs.md | EuAndreh | 2021-02-20 | 2 | -4/+17 |
* | Makefile.in: Add debug information to built artifact | EuAndreh | 2021-02-20 | 1 | -1/+1 |
* | tests/signals.sh: Also add missing XDG_DATA_HOME | EuAndreh | 2021-02-20 | 1 | -0/+2 |
* | Suppress unused function warnings for now | EuAndreh | 2021-02-20 | 1 | -1/+1 |
* | cli-opts.sh: Fix sandboxed tests, add $XDG_DATA_HOME | EuAndreh | 2021-02-20 | 1 | -0/+2 |
* | Makefile.in: Simplify build/tests of C code | EuAndreh | 2021-02-19 | 3 | -39/+41 |
* | report.sh: Remove set -x option | EuAndreh | 2021-02-18 | 1 | -1/+1 |
* | Generate report.sh after CI finishes | EuAndreh | 2021-02-18 | 3 | -2/+9 |
* | Makefile.in: Fix typo in $(NAME_UC) | EuAndreh | 2021-02-18 | 1 | -1/+1 |
* | Add commented src/remembering.c code | EuAndreh | 2021-02-18 | 1 | -0/+487 |
* | README.md: Add more links | EuAndreh | 2021-02-18 | 1 | -1/+3 |
* | .gitignore: Add fallible-* | EuAndreh | 2021-02-18 | 1 | -0/+1 |
* | pinned-channels.scm: Add xyz-euandreh channel | EuAndreh | 2021-02-18 | 1 | -1/+10 |
* | manifest.scm: Add C toolchain packages | EuAndreh | 2021-02-18 | 1 | -1/+6 |
* | Makefile.in: include some setup of C code | EuAndreh | 2021-02-17 | 1 | -6/+26 |
* | .gitignore: Add *.t files | EuAndreh | 2021-02-17 | 1 | -0/+2 |