| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | ZI stralloc/genalloc | Laurent Bercot | 2026-03-10 | 1 | -0/+3 |
| | | |||||
| * | Fix alloc_realloc UB | Laurent Bercot | 2020-04-29 | 1 | -1/+1 |
| | | | | | | | | | | | | | | void ** does not exist: the address of a generic pointer is not properly defined (different pointer types may have different representations). So, alloc_realloc cannot exist as is without UB. Fortunately, it's not supposed to be used in the skalibs programming style, and skalibs itself only uses it in two places (stralloc_ready_tuned and stralloc_shrink) where the pointer is a char *. So we just fix the UB by making alloc_realloc() take a char **, and it's only defined for that pointer type. Nothing to see here folks, nothing happened at all. | ||||
| * | We're down to ONE rogue sysdep, boys. ONE. | Laurent Bercot | 2019-09-20 | 1 | -1/+1 |
| | | |||||
| * | Types change: big pass on libstddjb and libunixonacid | Laurent Bercot | 2017-02-21 | 1 | -2/+2 |
| | | | | | libdatastruct still missing, library still not functional | ||||
| * | add arc4random_addrandom sysdep; next batch of types changes. | Laurent Bercot | 2017-02-15 | 1 | -2/+3 |
| | | | | | | The library isn't supposed to be functional yet: there are still a lot of type mismatches. | ||||
| * | initial commit with rc for skalibs-2.0.0.0 | Laurent Bercot | 2014-09-18 | 1 | -0/+25 |
