| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | Refactor tests/lib.sh | EuAndreh | 2021-02-17 | 4 | -13/+57 |
* | README.md: Use main branch over tag in example | EuAndreh | 2021-02-17 | 1 | -3/+4 |
* | Makefile.in: Add some C99 related variables | EuAndreh | 2021-02-17 | 1 | -0/+4 |
* | Makefile.in: Use @DATE@ and @VERSION@ from configure | EuAndreh | 2021-02-17 | 1 | -2/+2 |
* | Add generated remembering to .gitignore | EuAndreh | 2021-02-17 | 1 | -0/+1 |
* | Makefile.in: Generate remembering from .in file | EuAndreh | 2021-02-17 | 1 | -1/+6 |
* | Use normalized version of manpages endings | EuAndreh | 2021-02-17 | 2 | -8/+36 |
* | Move DATE and VERSION to configure | EuAndreh | 2021-02-17 | 2 | -4/+18 |
* | mv remembering -> src/remembering.in | EuAndreh | 2021-02-17 | 1 | -1/+1 |
* | Move manpages to doc/ | EuAndreh | 2021-02-17 | 2 | -0/+0 |
* | Update files under aux/ | EuAndreh | 2021-02-17 | 9 | -12/+125 |
* | Rearrange Makefile.in, using loops for manpages | EuAndreh | 2021-02-17 | 1 | -33/+42 |
* | Add long-description | EuAndreh | 2021-02-17 | 1 | -0/+4 |
* | Add ./configure script | EuAndreh | 2021-02-08 | 3 | -1/+30 |
* | Add direct link to source code to both man pages | EuAndreh | 2021-02-01 | 2 | -2/+6 |