summaryrefslogtreecommitdiff
path: root/scripts/line_count.sh
Commit message (Collapse)AuthorAge
* all: Consider types and numerical limitsAndrew Opalach 2025-01-17
| | | | | | | | | | - Vastly improve tests. - Change array/str/wstr APIs. - Use ptrdiff_t instead of size_t in ring buffer. - Make random seed thread-local. - Log now uses a static thread-local buffer instead of a malloc'd buffer. Signed-off-by: Andrew Opalach <andrew@akon.city>
* all: Undo previous #ifdef style changeAndrew Opalach 2024-10-29
| | | | Signed-off-by: Andrew Opalach <andrew@akon.city>
* UpdateAndrew Opalach 2023-11-05
- Add wrapping add functions (u32, u16) - Add al_str_is_empty and al_str_to_lower - Define al_sprintf - Fix some compiler warnings Signed-off-by: Andrew Opalach <andrew@akon.city>