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
path:
root
/
tests
/
util.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-06-04
src/vector.h: Implement vector_assign()
EuAndreh
3
-3
/
+126
2024-06-04
src/string.h: Separate string_equals() from string_compare()
EuAndreh
3
-28
/
+75
2024-06-02
src/vector.h: Add vector_capacity()
EuAndreh
3
-0
/
+60
2024-06-02
src/hash.c: Add thread safe initialization of SipHash seed
EuAndreh
5
-1
/
+185
2024-06-02
tests/*.c: Use EXIT_FAILURE and EXIT_SUCCESS in main() functions
EuAndreh
12
-29
/
+37
2024-06-01
src/tree.h: Add functions to public header file
EuAndreh
1
-0
/
+16
2024-06-01
src/tree.c: Rename tree_insert -> tree_add
EuAndreh
1
-1
/
+1
2024-06-01
tests/tree.c: Add test for tree_contains()
EuAndreh
2
-12
/
+102
2024-05-31
tests/tree.c: Add first test for tree_contains()
EuAndreh
3
-3
/
+29
2024-05-31
Add initial private functions for src/set.c and src/tree.c
EuAndreh
7
-0
/
+368
2024-05-31
Use freeit() everywhere
EuAndreh
9
-90
/
+81
2024-05-31
src/vector.h: Revert back to doing vector_free(&v)
EuAndreh
3
-45
/
+31
2024-05-31
src/vector.c: Make the "void **values" `const`
EuAndreh
1
-16
/
+19
2024-05-31
src/string.h: Add implementation for some basic functions
EuAndreh
4
-6
/
+522
2024-05-31
src/math.h: Add "add_size()"
EuAndreh
3
-2
/
+85
2024-05-27
src/util.h: Add EXIT_USAGE
EuAndreh
3
-0
/
+20
2024-05-26
Makefile: update "siphash" to new "siphashbs" name
EuAndreh
1
-1
/
+1
2024-05-26
Remove empty files: description, long-description, meta.weave, README.md and ...
EuAndreh
5
-1
/
+0
2024-05-24
src/catalog.h: Do bounds checking on calls to s()
EuAndreh
5
-17
/
+34
2024-05-24
src/i18n.c: Remove leading empty string in MSGS[]
EuAndreh
4
-39
/
+38
2024-05-24
src/random.c: Simplify via better variable names
EuAndreh
1
-10
/
+7
2024-05-24
tests/vector.c: Add most missing tests
EuAndreh
2
-25
/
+147
2024-05-24
Remove all remaining calls to logerr() that included a trailing newline
EuAndreh
10
-72
/
+63
2024-05-24
src/vector.h: Add implementation and tests for vector_contains()
EuAndreh
3
-0
/
+84
2024-05-24
src/vector.{c,h}: Improve code and tests
EuAndreh
4
-182
/
+109
2024-05-24
src/math.c: Add mul_size()
EuAndreh
4
-0
/
+105
2024-05-23
Add some version of vector.c
EuAndreh
7
-0
/
+768
2024-05-23
Rename "pindaiba" -> "pindaibabs"
EuAndreh
5
-13
/
+13
2024-05-23
Makefile: Normalize alongsside parallel projects
EuAndreh
1
-16
/
+19
2024-05-09
Normalize all "color" to "colour"
EuAndreh
2
-7
/
+7
2024-05-09
Makefile: Make all $(derived-assets) depend on Makefile and deps.mk, instead ...
EuAndreh
1
-4
/
+3
2024-05-09
Makefile: Better space trailing escape in uninstall target
EuAndreh
1
-4
/
+4
2024-04-30
src/logerr.c: Add trailing newline by default
EuAndreh
2
-8
/
+12
2024-04-19
src/util.c: Add freeit()
EuAndreh
3
-0
/
+46
2024-04-18
tests/util.c: Add missing free() calls
EuAndreh
1
-0
/
+11
2024-04-18
src/testing.c: Fix show_colour() logic; add it to tests
EuAndreh
2
-4
/
+9
2024-04-16
src/string.c: Add new empty file structure
EuAndreh
4
-0
/
+27
2024-04-16
deps.mk: Add correct dependency for i18n.c
EuAndreh
1
-1
/
+1
2024-04-16
tests/i18n.c: Remove duplicate #include
EuAndreh
1
-1
/
+0
2024-04-16
src/random.c: Add temporary buffer so we do not mess with "addr"
EuAndreh
1
-2
/
+21
2024-04-16
Organaze imports
EuAndreh
6
-4
/
+12
2024-04-16
src/: Change "argv" definitions from "char **" to "char *[]"
EuAndreh
2
-2
/
+2
2024-04-16
src/{lib,pindaiba}.h: Change symlink direction
EuAndreh
2
-6
/
+6
2024-04-16
src/random.c: Simplify error messages
EuAndreh
1
-3
/
+3
2024-04-16
src/i18n.h: Change "_()" from a macro to a function
EuAndreh
2
-1
/
+9
2024-04-07
src/pindaiba.h: Add definition of NULL_TERMINATOR
EuAndreh
2
-0
/
+5
2024-04-07
src/util.c: Add slurp(), with a simple test
EuAndreh
7
-17
/
+174
2024-04-07
src/lib.c: Print project metadata on pindaiba_main
EuAndreh
6
-30
/
+50
2024-04-06
src/logerr.c: Also *try* to log something when fprintf() and vfprintf() fail
EuAndreh
1
-2
/
+6
2024-04-06
src/: Check "if (x != NULL)" instead of "if (x)"
EuAndreh
3
-7
/
+7
[next]