summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* src/logerr.c: Add trailing newline by defaultEuAndreh2024-04-301-0/+4
|
* src/util.c: Add freeit()EuAndreh2024-04-192-0/+9
|
* src/testing.c: Fix show_colour() logic; add it to testsEuAndreh2024-04-181-1/+1
|
* src/string.c: Add new empty file structureEuAndreh2024-04-162-0/+12
|
* src/random.c: Add temporary buffer so we do not mess with "addr"EuAndreh2024-04-161-2/+21
|
* Organaze importsEuAndreh2024-04-165-4/+11
|
* src/: Change "argv" definitions from "char **" to "char *[]"EuAndreh2024-04-162-2/+2
|
* src/{lib,pindaiba}.h: Change symlink directionEuAndreh2024-04-162-6/+6
|
* src/random.c: Simplify error messagesEuAndreh2024-04-161-3/+3
|
* src/i18n.h: Change "_()" from a macro to a functionEuAndreh2024-04-162-1/+9
|
* src/pindaiba.h: Add definition of NULL_TERMINATOREuAndreh2024-04-072-0/+5
|
* src/util.c: Add slurp(), with a simple testEuAndreh2024-04-072-0/+76
|
* src/lib.c: Print project metadata on pindaiba_mainEuAndreh2024-04-073-21/+21
|
* src/logerr.c: Also *try* to log something when fprintf() and vfprintf() failEuAndreh2024-04-061-2/+6
|
* src/: Check "if (x != NULL)" instead of "if (x)"EuAndreh2024-04-063-7/+7
|
* Start "rc = -1" instead of 0EuAndreh2024-04-062-15/+10
|
* src/: Remove unused "infallible" tagEuAndreh2024-04-062-15/+0
|
* Sort includesEuAndreh2024-04-063-4/+4
|
* Move unit tests out of src/*.c into tests/EuAndreh2024-04-056-767/+0
|
* src/hash.{c,h}: Remove into dedicated projectEuAndreh2024-01-072-392/+0
|
* deps.mk: Remove all .lo filesEuAndreh2024-01-051-0/+2
|
* src/*.c: Group tests under a single #ifdef; remove SipHash codeEuAndreh2024-01-025-475/+194
|
* Init project: copy files and skeletons from othersEuAndreh2024-01-0118-0/+1995