aboutsummaryrefslogtreecommitdiff
path: root/src/remembering.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* src/remembering.c: Stick (mostly) to 80 columnsEuAndreh2021-09-021-7/+13
* src/remembering.c: prevent free() of unitialized valueEuAndreh2021-09-021-1/+1
* src/remembering.c: Enforce C styleEuAndreh2021-09-011-10/+20
* Refactor C files, split logerr and tests-libEuAndreh2021-09-011-3/+2
* mv src/remembering-c.c src/remembering.cEuAndreh2021-09-011-0/+395
* git mv src/remembering.c src/remembering-c.cEuAndreh2021-06-261-943/+0
* src/remembering.c: Comment existing codeEuAndreh2021-06-261-7/+7
* src/remembering.c: Use tabs over spacesEuAndreh2021-06-071-684/+735
* 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
* 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