index
:
foollib
bigint
main
A collection of C99 utilities
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Collapse
)
Author
Age
Files
Lines
*
fix: Do not produce side effects on failed resize
Syndamia
2026-04-21
2
-6
/
+11
|
*
fix(S_dup): Proper return value
Syndamia
2026-04-21
1
-1
/
+1
|
*
fix(A_new): Handle out of memory condition
Syndamia
2026-04-21
1
-0
/
+3
|
*
fix(String): Handle out of memory condition
Syndamia
2026-04-21
1
-2
/
+14
|
*
feat(example.c)!: Rework example entirely
Syndamia
2026-04-21
1
-11
/
+20
|
*
chore(String): Minor code improvements
Syndamia
2026-04-21
1
-2
/
+2
|
*
feat(S_append): Always resize string
Syndamia
2026-04-21
1
-6
/
+4
|
*
fix(S_vprintf): vsnprintf length including terminating zero
Syndamia
2026-04-21
1
-1
/
+1
|
*
fix(B_resize): Fix size calculations and setting
Syndamia
2026-04-21
1
-3
/
+2
|
*
feat(Array): Implement A_ppush
Syndamia
2026-04-21
2
-0
/
+7
|
*
fix(A_push): Soft return instead of abort
Syndamia
2026-04-21
1
-2
/
+2
|
*
feat!: Function rename and standardize
Syndamia
2026-04-21
10
-133
/
+134
|
*
feat!: Add README
Syndamia
2026-04-21
1
-0
/
+4
|
*
feat!: Initial implementation
Syndamia
2026-04-21
10
-0
/
+589