aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* Add direct link to source code to both man pagesEuAndreh2021-02-012-2/+6
|
* TODOs.md: Add #task-e3153cfb-b77a-4528-afa0-43b90f267d3dEuAndreh2021-01-311-0/+12
|
* remembering: Assume stdin is sorted for faster processingEuAndreh2021-01-312-1/+11
|
* README.md: Add (noop) make step to installation instructionEuAndreh2021-01-311-0/+1
|
* Makefile: Remove 'v' prefix from $(VERSION) variableEuAndreh2021-01-311-4/+4
|
* tests: Use "./remembering" over "sh remembering"EuAndreh2021-01-313-19/+19
|
* Add (commented) test_really_long_listEuAndreh2021-01-312-0/+21
|
* aux/ci/: Use /srv over /data pathEuAndreh2021-01-302-4/+4
|
* aux/ci/ci-build.sh: Remove --enable-(ci|programmer)-modeEuAndreh2021-01-301-1/+1
|