Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-07-19 | bits-fmtscan refactor, part two | Laurent Bercot | |
2019-07-11 | Better with the new files added >.> | Laurent Bercot | |
2019-07-11 | bits-fmtscan refactor, part one | Laurent Bercot | |
2019-02-19 | Add skalibs/posixishard.h | Laurent Bercot | |
This will break things. It's a known issue. Patches to other packages will come later, to adapt them to the new API. To work around brokenness, there needs to be *two* different headers: 1. one to be used before including system headers, that maximizes visibility by enabling system-dependent feature test macros (that will be tested by system headers) 2. one to be used after including system headers, that performs preprocessor tests and defines. skalibs/nonposix.h is the first one. Previously, there was no second one, and the tests were scattered all over. There was a strnlen declaration in skalibs/posixplz.h (which serves a totally different function: declaring things that should be in POSIX, but *are not*, i.e. working around problems in the standard, instead of problems in systems failing to respect the standard), a build-time sysdep for error.h, #defines for MSG_NOSIGNAL, etc. etc. skalibs/posixishard.h now is the second one, and centralizes all the tests. As a result, the eproto sysdep is unnecessary and has been removed. skalibs/error.h is now a static header, it is not built anymore. | |||
2017-11-27 | Add _PACK and pack/unpack functions for signed types | Laurent Bercot | |
2017-10-18 | Better packing / unpacking code | Laurent Bercot | |
Godbolted for x86_64 with gcc and clang. | |||
2017-07-16 | Change setgroups() management, in particular add skalibs_setgroups() | Laurent Bercot | |
2017-05-10 | Remove byte_copy invocation from ip46-without | Laurent Bercot | |
2017-03-13 | More superflous headers cleanup and tiny fixes | Laurent Bercot | |
2017-02-21 | Types change: big pass on libstddjb and libunixonacid | Laurent Bercot | |
libdatastruct still missing, library still not functional | |||
2017-02-17 | More types changes | Laurent Bercot | |
New disize Add size_t to the autotypes list Delete redundant and replace-libc files dev_t/ino_t pass Big size_t pass More things missing, still not operational yet | |||
2017-01-25 | More work on the types. This commit builds but has errors. | Laurent Bercot | |
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. | |||
2015-03-13 | - add gid0_scanv2.3.2.0 | Laurent Bercot | |
- version: rc for 2.3.2.0 | |||
2014-12-20 | Lots of cosmetic fixes. | Laurent Bercot | |
sha256 documented. | |||
2014-09-18 | initial commit with rc for skalibs-2.0.0.0 | Laurent Bercot | |