summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* src/logerr.c: Add trailing newline by defaultEuAndreh2024-04-302-8/+12
|
* src/util.c: Add freeit()EuAndreh2024-04-193-0/+46
|
* tests/util.c: Add missing free() callsEuAndreh2024-04-181-0/+11
|
* src/testing.c: Fix show_colour() logic; add it to testsEuAndreh2024-04-182-4/+9
|
* src/string.c: Add new empty file structureEuAndreh2024-04-164-0/+27
|
* deps.mk: Add correct dependency for i18n.cEuAndreh2024-04-161-1/+1
|
* tests/i18n.c: Remove duplicate #includeEuAndreh2024-04-161-1/+0
|
* src/random.c: Add temporary buffer so we do not mess with "addr"EuAndreh2024-04-161-2/+21
|
* Organaze importsEuAndreh2024-04-166-4/+12
|
* 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-077-17/+174
|
* src/lib.c: Print project metadata on pindaiba_mainEuAndreh2024-04-076-30/+50
|
* 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-068-81/+38
|
* src/: Remove unused "infallible" tagEuAndreh2024-04-062-15/+0
|
* Sort includesEuAndreh2024-04-064-5/+5
|
* Canonicalize builds: remove "fuzz" referencesEuAndreh2024-04-064-41/+7
|
* rm .tdrcEuAndreh2024-04-051-1/+0
|
* mkdeps.sh: Remove langs complexity for nowEuAndreh2024-04-051-10/+1
|
* Makefile: remove "help" target and improve indentationEuAndreh2024-04-051-11/+6
|
* Makefile: Fix name of binary in "install" targetEuAndreh2024-04-051-1/+1
|
* rm -rf tools/ doc/*EuAndreh2024-04-0510-357/+1
|
* Move unit tests out of src/*.c into tests/EuAndreh2024-04-0516-868/+888
|
* git mv meta.capim meta.weaveEuAndreh2024-02-291-0/+0
|
* Makefile: Use .a over .xa for executable archivesEuAndreh2024-02-294-28/+28
|
* git rm doc/pindaiba.{CHANGELOG,README,TODOs}.en.7.inEuAndreh2024-02-293-0/+0
|
* Makefile: Centralize the definition of archive filesEuAndreh2024-02-271-1/+7
|
* Makefile: Move the definition of ".bin-check" as a .SUFFIXES entry to the topEuAndreh2024-02-271-2/+1
|
* Makefile: Assume $(sources) have no subdirectoryEuAndreh2024-02-071-13/+10
|
* tools/manpages.sh: Stop puttings manpages in directories without language nameEuAndreh2024-02-071-5/+1
|
* Makefile: Install missing headers under "pindaiba/" directoryEuAndreh2024-01-081-3/+7
|
* src/hash.{c,h}: Remove into dedicated projectEuAndreh2024-01-073-398/+0
|
* Makefile: Remove $(MAKEFILE) variableEuAndreh2024-01-071-2/+1
|
* Makefile: Better placement of the "src/catalog.bin-check" target dependencyEuAndreh2024-01-051-3/+1
|
* deps.mk: Remove all .lo filesEuAndreh2024-01-052-14/+16
|
* mkdeps.sh: Use "git ls-files" over "find src/*.c"EuAndreh2024-01-041-1/+1
| | | | This then also covers subdirectories inside src/.
* Makefile: align end of linesEuAndreh2024-01-041-20/+20
|
* Makefile: Add support for LLVM fuzzerEuAndreh2024-01-024-3/+40
|
* Makefile: Move manpages and catalog discovery to mkdeps.shEuAndreh2024-01-023-6/+10
|
* Makefile: Add missing -lsiphash dependencyEuAndreh2024-01-021-1/+1
|
* Makefile: Replace $(TRANSLATIONS) with $(LANGUAGES)EuAndreh2024-01-021-3/+3
|
* Makefile: Don't build shared libraries anymoreEuAndreh2024-01-022-30/+10
| | | | There isn't a portable way to invoke compilers so we can make one.
* tools/cdeps.sh: Replace with call to ldev(1)EuAndreh2024-01-022-235/+1
|
* src/*.c: Group tests under a single #ifdef; remove SipHash codeEuAndreh2024-01-025-475/+194
|
* Init project: copy files and skeletons from othersEuAndreh2024-01-0147-0/+3660