aboutsummaryrefslogtreecommitdiffstats
path: root/src/headers/bits-header
Commit message (Collapse)AuthorAgeFilesLines
* Huge incompatible changes.Laurent Bercot2021-07-281-2/+2
| | | | | | | | | | | | - Obsolete skalibs/environ.h and skalibs/getpeereid.h removed. - rc4 and md5 removed. - All *_t types renamed to avoid treading on POSIX namespace. - subgetopt() renamed to lgetopt(). - signal functions reworked; skasigaction removed; sig_stack removed - Various functions removed: skaoffsetof(), selfpipe_untrap() - New posixplz function: munmap_void. Signed-off-by: Laurent Bercot <ska@appnovation.com>
* bits-fmtscan refactor, part oneLaurent Bercot2019-07-111-1/+2
|
* More work on the types. This commit builds but has errors.Laurent Bercot2017-01-251-0/+6
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.