| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | TODOs.md: Add #task-e3153cfb-b77a-4528-afa0-43b90f267d3d | EuAndreh | 2021-01-31 | 1 | -0/+12 |
* | remembering: Assume stdin is sorted for faster processing | EuAndreh | 2021-01-31 | 2 | -1/+11 |
* | README.md: Add (noop) make step to installation instruction | EuAndreh | 2021-01-31 | 1 | -0/+1 |
* | Makefile: Remove 'v' prefix from $(VERSION) variable | EuAndreh | 2021-01-31 | 1 | -4/+4 |
* | tests: Use "./remembering" over "sh remembering" | EuAndreh | 2021-01-31 | 3 | -19/+19 |
* | Add (commented) test_really_long_list | EuAndreh | 2021-01-31 | 2 | -0/+21 |
* | aux/ci/: Use /srv over /data path | EuAndreh | 2021-01-30 | 2 | -4/+4 |
* | aux/ci/ci-build.sh: Remove --enable-(ci|programmer)-mode | EuAndreh | 2021-01-30 | 1 | -1/+1 |
* | aux/workflow/: Update copied files, now accept optional filename parameter | EuAndreh | 2021-01-30 | 2 | -2/+4 |
* | TODOs.md: Add #task-05c7f068-e935-457f-89ea-1f38227e7779 | EuAndreh | 2021-01-29 | 1 | -0/+7 |
* | TODOs.md: Add #task-98478c0f-97ac-4667-acdc-9373e2841de9 | EuAndreh | 2021-01-29 | 1 | -0/+9 |
* | mv build-aux/ aux/ | EuAndreh | 2021-01-27 | 15 | -16/+16 |
* | v0.1.2: Use sed over tac for POSIX compatibilityv0.1.2 | EuAndreh | 2021-01-26 | 4 | -3/+13 |
* | remembering: Add -V version flag, add missing docs on -h flag | EuAndreh | 2021-01-26 | 4 | -5/+37 |
* | manifest.scm: Add groff package, fix CI build | EuAndreh | 2021-01-26 | 1 | -1/+2 |
* | lib.sh: Limit the amount of bytes output by od | EuAndreh | 2021-01-26 | 1 | -1/+1 |
* | README.md: Add links to source code and issue tracking | EuAndreh | 2021-01-26 | 1 | -2/+4 |
* | README.md: Add link to generated HTML documentation | EuAndreh | 2021-01-26 | 1 | -0/+4 |
* | Generate HTML for manpages | EuAndreh | 2021-01-26 | 1 | -0/+2 |
* | manifest.scm: Add missing Bash package | EuAndreh | 2021-01-26 | 1 | -1/+2 |
* | v0.1.1: Allow names with spacesv0.1.1 | EuAndreh | 2021-01-26 | 4 | -6/+32 |
* | Remove unused argument from CHANGELOG.sh | EuAndreh | 2021-01-26 | 2 | -2/+1 |
* | TODOs.md: Add #task-98478c0f-97ac-4667-acdc-9373e2841de9 | EuAndreh | 2021-01-26 | 1 | -0/+7 |
* | Release 0.1.0, add CHANGELOG.mdv0.1.0 | EuAndreh | 2021-01-26 | 5 | -4/+24 |
* | Add build-aux/workflow/CHANGELOG.sh | EuAndreh | 2021-01-26 | 1 | -0/+17 |