aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* README.md: Add link to home page and use full linksEuAndreh2021-02-221-3/+4
* aux/workflow/dist.sh: Fix quotationEuAndreh2021-02-221-3/+3
* Move "dist" target to aux/workflow/dist.shEuAndreh2021-02-212-11/+18
* Release v0.2.0v0.2.0EuAndreh2021-02-212-4/+9
* Update aux/ filesEuAndreh2021-02-211-0/+1
* Makefile.in: Use "all" as dependency of "dev-check"EuAndreh2021-02-211-1/+1
* Update aux/workflow/: support tags in TODOs.mdEuAndreh2021-02-202-4/+17
* Makefile.in: Add debug information to built artifactEuAndreh2021-02-201-1/+1
* tests/signals.sh: Also add missing XDG_DATA_HOMEEuAndreh2021-02-201-0/+2
* Suppress unused function warnings for nowEuAndreh2021-02-201-1/+1
* cli-opts.sh: Fix sandboxed tests, add $XDG_DATA_HOMEEuAndreh2021-02-201-0/+2
* Makefile.in: Simplify build/tests of C codeEuAndreh2021-02-193-39/+41
* report.sh: Remove set -x optionEuAndreh2021-02-181-1/+1
* Generate report.sh after CI finishesEuAndreh2021-02-183-2/+9
* Makefile.in: Fix typo in $(NAME_UC)EuAndreh2021-02-181-1/+1
* Add commented src/remembering.c codeEuAndreh2021-02-181-0/+487
* README.md: Add more linksEuAndreh2021-02-181-1/+3
* .gitignore: Add fallible-*EuAndreh2021-02-181-0/+1
* pinned-channels.scm: Add xyz-euandreh channelEuAndreh2021-02-181-1/+10
* manifest.scm: Add C toolchain packagesEuAndreh2021-02-181-1/+6
* Makefile.in: include some setup of C codeEuAndreh2021-02-171-6/+26
* .gitignore: Add *.t filesEuAndreh2021-02-171-0/+2
* Refactor tests/lib.shEuAndreh2021-02-174-13/+57
* README.md: Use main branch over tag in exampleEuAndreh2021-02-171-3/+4
* Makefile.in: Add some C99 related variablesEuAndreh2021-02-171-0/+4
* Makefile.in: Use @DATE@ and @VERSION@ from configureEuAndreh2021-02-171-2/+2
* Add generated remembering to .gitignoreEuAndreh2021-02-171-0/+1
* Makefile.in: Generate remembering from .in fileEuAndreh2021-02-171-1/+6
* Use normalized version of manpages endingsEuAndreh2021-02-172-8/+36
* Move DATE and VERSION to configureEuAndreh2021-02-172-4/+18
* mv remembering -> src/remembering.inEuAndreh2021-02-171-1/+1
* Move manpages to doc/EuAndreh2021-02-172-0/+0
* Update files under aux/EuAndreh2021-02-179-12/+125
* Rearrange Makefile.in, using loops for manpagesEuAndreh2021-02-171-33/+42
* Add long-descriptionEuAndreh2021-02-171-0/+4
* Add ./configure scriptEuAndreh2021-02-083-1/+30