index
:
remembering
main
Unnamed repository; edit this file 'description' to name the repository.
External SSH Git service user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-09-02
src/remembering.c: prevent free() of unitialized value
EuAndreh
1
-1
/
+1
2021-09-01
src/remembering.c: Enforce C style
EuAndreh
1
-10
/
+20
2021-09-01
Refactor C files, split logerr and tests-lib
EuAndreh
6
-11
/
+145
2021-09-01
mv src/remembering-c.c src/remembering.c
EuAndreh
1
-0
/
+0
2021-09-01
src/remembering.in: Add empty line on help text
EuAndreh
1
-0
/
+1
2021-06-28
src/remembering-c.c: Free leaking "home" string variable
EuAndreh
1
-0
/
+1
2021-06-28
src/remembering-c.c: Fix usage of strcat()
EuAndreh
1
-5
/
+5
2021-06-28
src/remembering-c.c: Use better grouping of parentheses for strcmp()
EuAndreh
1
-1
/
+1
2021-06-27
src/unit-test.h: Make its output equal to aux/tests-lib.sh
EuAndreh
1
-1
/
+1
2021-06-27
src/remembering-c.c: Add tests for mkdir_p()
EuAndreh
1
-3
/
+49
2021-06-27
src/remembering-c.c: Mark as static two functions left
EuAndreh
1
-2
/
+2
2021-06-27
src/remembering-c.c: Add mkdir_p
EuAndreh
1
-4
/
+52
2021-06-27
src/remembering-c.c: Provide more precise location of errors for perror()
EuAndreh
1
-6
/
+6
2021-06-27
src/remembering-c.c: Add unit tests for get_profile_file()
EuAndreh
2
-5
/
+164
2021-06-27
src/remembering-c.c: Add get_profile_file()
EuAndreh
1
-0
/
+54
2021-06-27
src/remembering-c.c: Mark all functions as static
EuAndreh
1
-3
/
+3
2021-06-27
src/remembering.in: Stop ignoring unrecognized flags
EuAndreh
1
-1
/
+2
2021-06-27
src/remembering.in: Don't look for --help and --version flags after --
EuAndreh
1
-8
/
+16
2021-06-27
src/remembering.in: Fix ShellCheck offense, remove disable
EuAndreh
1
-2
/
+1
2021-06-27
src/remembering.in: Better instruction on looking at manpage in help string
EuAndreh
1
-1
/
+1
2021-06-27
src/remembering.in: Fix syntax of help string output options
EuAndreh
1
-2
/
+2
2021-06-27
src/remembering-c.c: Restart C version
EuAndreh
1
-899
/
+66
2021-06-26
git mv src/remembering.sh src/remembering.in
EuAndreh
1
-0
/
+0
2021-06-26
git mv src/remembering.c src/remembering-c.c
EuAndreh
1
-0
/
+0
2021-06-26
src/remembering.c: Comment existing code
EuAndreh
1
-7
/
+7
2021-06-13
src/remembering.sh: Remove \" from COMMAND in help text
EuAndreh
1
-2
/
+2
2021-06-13
src/remembering.sh: Choose output only at the top
EuAndreh
1
-3
/
+3
2021-06-13
src/remembering.sh: Use printf over echo
EuAndreh
1
-3
/
+3
2021-06-13
src/remembering.sh: Remove verbose "exit 0" in favor of "exit"
EuAndreh
1
-2
/
+2
2021-06-13
src/remembering.sh: Use "cat <<EOF" for printing help string
EuAndreh
1
-6
/
+7
2021-06-07
src/remembering.c: Use tabs over spaces
EuAndreh
1
-637
/
+688
2021-06-06
src/remembering.sh: Use tabs for separating options columns
EuAndreh
1
-4
/
+4
2021-06-06
mv src/remembering.in src/remembering.sh
EuAndreh
1
-0
/
+0
2021-03-23
src/remembering.c: clang-format
EuAndreh
1
-42
/
+42
2021-03-22
src/remembering.c: WIP more tests for mkdir_p
EuAndreh
1
-5
/
+81
2021-03-10
src/remembering.c: clang-format
EuAndreh
1
-13
/
+13
2021-03-10
src/remembering.c: Write more tests, make existing tests more robust
EuAndreh
1
-62
/
+250
2021-03-10
Support --version flag
EuAndreh
1
-1
/
+8
2021-03-07
src/remembering.c: Add tests for negative and floating-point numbers in the p...
EuAndreh
1
-0
/
+12
2021-03-07
src/remembering.c: Be more explicit on manpage pointer
EuAndreh
1
-1
/
+1
2021-03-07
src/remembering.c: Fix memory errors
EuAndreh
1
-7
/
+14
2021-03-07
src/remembering.c: Assign and check in a single line
EuAndreh
1
-3
/
+1
2021-03-06
src/remembering.c: Remove last reference to Tuple
EuAndreh
1
-6
/
+10
2021-03-06
src/remembering.c: Use strdup over malloc+strcpy
EuAndreh
1
-5
/
+2
2021-03-06
src/remembering.c: Include <fallible/string.h>
EuAndreh
1
-0
/
+1
2021-03-04
clang-format
EuAndreh
1
-13
/
+22
2021-03-04
src/remembering.c: Remove #ifdef DISABLE
EuAndreh
1
-3
/
+0
2021-03-04
WIP: work on C implementation
EuAndreh
1
-137
/
+330
2021-03-03
fmt
EuAndreh
1
-33
/
+32
2021-03-03
Add stub return 0
EuAndreh
1
-1
/
+1
[next]