2
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Sep 22, 2025 — Sep 22, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Bump version to v2.4.0. More... 3 months ago
utlist: Add CDL_CONCAT (#280) More... 4 months ago
utlist: Exhaustive white-box testing of {LL,DL}_CONCAT. NFC. More... 4 months ago
tests: Suppress -Wstrict-prototypes on mainline Clang More... 6 months ago
test88: Silence an overzealous deprecation warning about sprintf More... 6 months ago
tests: Silence some -Wtype-limits warnings from GCC. NFC. More... 6 months ago
hashscan: Silence a -Wunused-but-set-variable warning from Clang. NFC. More... 6 months ago
utlist: Improve test coverage of {LL,DL,CDL}_{PREPEND,APPEND}{,_ELEM}. NFC. More... 6 months ago
utlist: Add LL_REVERSE/DL_REVERSE/CDL_REVERSE (#278) More... 6 months ago
Fix typo in doubly-linked list documentation More... 7 months ago
[utarray] Add utarray_replace macro to safely replace elements (#272) More... over 1 year ago
Remove DOS-style newlines from four tests More... over 1 year ago
utstring.h: utstring_find should be able to find within a const UT_string More... over 1 year ago
Update copyright years to 2025 More... over 1 year ago
uthash: Eliminate HASH_DEFINE_OWN_STDINT More... over 1 year ago
utarray: Fix typo in docs More... almost 2 years ago
Fix MSVC warning C4127 in HASH_BLOOM_TEST (#261) More... over 2 years ago
uthash: Improve the docs for HASH_ADD_INORDER More... about 3 years ago
HASH_DEL should be able to delete a const-qualified node More... almost 4 years ago
utlist: Add one more assertion in DL_DELETE2 More... almost 4 years ago
utarray: Stop making `oom` a synonym for `utarray_oom` More... almost 4 years ago
utarray_str_cpy: Remove strdup; utarray_oom() if strdup fails. More... almost 4 years ago
GitHub CI: Also test building the docs (#248) More... almost 4 years ago
The MCST Elbrus C Compiler supports __typeof. (#247) More... almost 4 years ago
CI: Add GitHub Actions CI More... about 4 years ago
Update test57.c per a suggestion by @mark-summerfield More... over 4 years ago
Update http:// URLs to https://, and copyright dates to 2022. NFC. More... over 4 years ago
Fix a "bug" in the example where option 3 interfered with option 1's counter. More... over 5 years ago
Use `malloc(sizeof *s)` in example code. More... over 5 years ago
Stop using `gets` in example.c. More... over 5 years ago