index
:
pindaiba
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
Commit message (
Collapse
)
Author
Age
Files
Lines
...
*
src/logerr.c: Add trailing newline by default
EuAndreh
2024-04-30
2
-8
/
+12
|
*
src/util.c: Add freeit()
EuAndreh
2024-04-19
3
-0
/
+46
|
*
tests/util.c: Add missing free() calls
EuAndreh
2024-04-18
1
-0
/
+11
|
*
src/testing.c: Fix show_colour() logic; add it to tests
EuAndreh
2024-04-18
2
-4
/
+9
|
*
src/string.c: Add new empty file structure
EuAndreh
2024-04-16
4
-0
/
+27
|
*
deps.mk: Add correct dependency for i18n.c
EuAndreh
2024-04-16
1
-1
/
+1
|
*
tests/i18n.c: Remove duplicate #include
EuAndreh
2024-04-16
1
-1
/
+0
|
*
src/random.c: Add temporary buffer so we do not mess with "addr"
EuAndreh
2024-04-16
1
-2
/
+21
|
*
Organaze imports
EuAndreh
2024-04-16
6
-4
/
+12
|
*
src/: Change "argv" definitions from "char **" to "char *[]"
EuAndreh
2024-04-16
2
-2
/
+2
|
*
src/{lib,pindaiba}.h: Change symlink direction
EuAndreh
2024-04-16
2
-6
/
+6
|
*
src/random.c: Simplify error messages
EuAndreh
2024-04-16
1
-3
/
+3
|
*
src/i18n.h: Change "_()" from a macro to a function
EuAndreh
2024-04-16
2
-1
/
+9
|
*
src/pindaiba.h: Add definition of NULL_TERMINATOR
EuAndreh
2024-04-07
2
-0
/
+5
|
*
src/util.c: Add slurp(), with a simple test
EuAndreh
2024-04-07
7
-17
/
+174
|
*
src/lib.c: Print project metadata on pindaiba_main
EuAndreh
2024-04-07
6
-30
/
+50
|
*
src/logerr.c: Also *try* to log something when fprintf() and vfprintf() fail
EuAndreh
2024-04-06
1
-2
/
+6
|
*
src/: Check "if (x != NULL)" instead of "if (x)"
EuAndreh
2024-04-06
3
-7
/
+7
|
*
Start "rc = -1" instead of 0
EuAndreh
2024-04-06
8
-81
/
+38
|
*
src/: Remove unused "infallible" tag
EuAndreh
2024-04-06
2
-15
/
+0
|
*
Sort includes
EuAndreh
2024-04-06
4
-5
/
+5
|
*
Canonicalize builds: remove "fuzz" references
EuAndreh
2024-04-06
4
-41
/
+7
|
*
rm .tdrc
EuAndreh
2024-04-05
1
-1
/
+0
|
*
mkdeps.sh: Remove langs complexity for now
EuAndreh
2024-04-05
1
-10
/
+1
|
*
Makefile: remove "help" target and improve indentation
EuAndreh
2024-04-05
1
-11
/
+6
|
*
Makefile: Fix name of binary in "install" target
EuAndreh
2024-04-05
1
-1
/
+1
|
*
rm -rf tools/ doc/*
EuAndreh
2024-04-05
10
-357
/
+1
|
*
Move unit tests out of src/*.c into tests/
EuAndreh
2024-04-05
16
-868
/
+888
|
*
git mv meta.capim meta.weave
EuAndreh
2024-02-29
1
-0
/
+0
|
*
Makefile: Use .a over .xa for executable archives
EuAndreh
2024-02-29
4
-28
/
+28
|
*
git rm doc/pindaiba.{CHANGELOG,README,TODOs}.en.7.in
EuAndreh
2024-02-29
3
-0
/
+0
|
*
Makefile: Centralize the definition of archive files
EuAndreh
2024-02-27
1
-1
/
+7
|
*
Makefile: Move the definition of ".bin-check" as a .SUFFIXES entry to the top
EuAndreh
2024-02-27
1
-2
/
+1
|
*
Makefile: Assume $(sources) have no subdirectory
EuAndreh
2024-02-07
1
-13
/
+10
|
*
tools/manpages.sh: Stop puttings manpages in directories without language name
EuAndreh
2024-02-07
1
-5
/
+1
|
*
Makefile: Install missing headers under "pindaiba/" directory
EuAndreh
2024-01-08
1
-3
/
+7
|
*
src/hash.{c,h}: Remove into dedicated project
EuAndreh
2024-01-07
3
-398
/
+0
|
*
Makefile: Remove $(MAKEFILE) variable
EuAndreh
2024-01-07
1
-2
/
+1
|
*
Makefile: Better placement of the "src/catalog.bin-check" target dependency
EuAndreh
2024-01-05
1
-3
/
+1
|
*
deps.mk: Remove all .lo files
EuAndreh
2024-01-05
2
-14
/
+16
|
*
mkdeps.sh: Use "git ls-files" over "find src/*.c"
EuAndreh
2024-01-04
1
-1
/
+1
|
|
|
|
This then also covers subdirectories inside src/.
*
Makefile: align end of lines
EuAndreh
2024-01-04
1
-20
/
+20
|
*
Makefile: Add support for LLVM fuzzer
EuAndreh
2024-01-02
4
-3
/
+40
|
*
Makefile: Move manpages and catalog discovery to mkdeps.sh
EuAndreh
2024-01-02
3
-6
/
+10
|
*
Makefile: Add missing -lsiphash dependency
EuAndreh
2024-01-02
1
-1
/
+1
|
*
Makefile: Replace $(TRANSLATIONS) with $(LANGUAGES)
EuAndreh
2024-01-02
1
-3
/
+3
|
*
Makefile: Don't build shared libraries anymore
EuAndreh
2024-01-02
2
-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)
EuAndreh
2024-01-02
2
-235
/
+1
|
*
src/*.c: Group tests under a single #ifdef; remove SipHash code
EuAndreh
2024-01-02
5
-475
/
+194
|
*
Init project: copy files and skeletons from others
EuAndreh
2024-01-01
47
-0
/
+3660
[prev]