aboutsummaryrefslogtreecommitdiffstats
path: root/tools/gen-bits-internal.sh
Commit message (Collapse)AuthorAgeFilesLines
* sysdeps redesign: first part: minimize clr testsLaurent Bercot2019-09-201-9/+0
| | | | | | | | Remaining clr: emptyregex: can be safely guessed to no nullispointer: can't be safely guessed, but do we need the test? devurandom: can't be safely guessed malloc0: can more or less be safely guessed to no
* More work on the types. This commit builds but has errors.Laurent Bercot2017-01-251-0/+9
Rework src/headers entirely: build skalibs/types.h Convert skalibs/fmtscan.h types. Propagate changes until it builds. There are a lot of incompatible pointer issues remaining, those will be fixed with the buffer overhaul.