aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* src/remembering.sh: Use printf over echoEuAndreh2021-06-131-3/+3
* src/remembering.sh: Remove verbose "exit 0" in favor of "exit"EuAndreh2021-06-131-2/+2
* src/remembering.sh: Use "cat <<EOF" for printing help stringEuAndreh2021-06-131-6/+7
* src/remembering.c: Use tabs over spacesEuAndreh2021-06-071-684/+735
* src/remembering.sh: Use tabs for separating options columnsEuAndreh2021-06-061-4/+4
* mv src/remembering.in src/remembering.shEuAndreh2021-06-061-0/+0
* src/remembering.c: clang-formatEuAndreh2021-03-231-43/+43
* src/remembering.c: WIP more tests for mkdir_pEuAndreh2021-03-221-5/+81
* src/remembering.c: clang-formatEuAndreh2021-03-101-13/+13
* src/remembering.c: Write more tests, make existing tests more robustEuAndreh2021-03-101-62/+250
* Support --version flagEuAndreh2021-03-101-1/+8
* src/remembering.c: Add tests for negative and floating-point numbers in the p...EuAndreh2021-03-071-0/+12
* src/remembering.c: Be more explicit on manpage pointerEuAndreh2021-03-071-1/+1
* src/remembering.c: Fix memory errorsEuAndreh2021-03-071-7/+14
* src/remembering.c: Assign and check in a single lineEuAndreh2021-03-071-3/+1
* src/remembering.c: Remove last reference to TupleEuAndreh2021-03-061-6/+10
* src/remembering.c: Use strdup over malloc+strcpyEuAndreh2021-03-061-5/+2
* src/remembering.c: Include <fallible/string.h>EuAndreh2021-03-061-0/+1
* clang-formatEuAndreh2021-03-041-13/+22
* src/remembering.c: Remove #ifdef DISABLEEuAndreh2021-03-041-3/+0
* WIP: work on C implementationEuAndreh2021-03-041-138/+331
* fmtEuAndreh2021-03-031-33/+32
* Add stub return 0EuAndreh2021-03-031-1/+1
* Comment all unused C codeEuAndreh2021-03-031-0/+3
* src/remembering.c: Delete old code, include FALLIBLEEuAndreh2021-02-281-148/+63
* Suppress unused function warnings for nowEuAndreh2021-02-201-1/+1
* Makefile.in: Simplify build/tests of C codeEuAndreh2021-02-191-7/+13
* Add commented src/remembering.c codeEuAndreh2021-02-181-0/+487
* mv remembering -> src/remembering.inEuAndreh2021-02-171-0/+128