| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Factor all the BSD complaints into one new header | Laurent Bercot | 2019-07-22 | 1 | -3/+3 |
| | | |||||
| * | bits-fmtscan refactor, part two | Laurent Bercot | 2019-07-19 | 1 | -0/+1 |
| | | |||||
| * | Better with the new files added >.> | Laurent Bercot | 2019-07-11 | 3 | -0/+34 |
| | | |||||
| * | bits-fmtscan refactor, part one | Laurent Bercot | 2019-07-11 | 5 | -11/+49 |
| | | |||||
| * | Add skalibs/posixishard.h | Laurent Bercot | 2019-02-19 | 5 | -18/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
| * | Add _PACK and pack/unpack functions for signed types | Laurent Bercot | 2017-11-27 | 1 | -1/+6 |
| | | |||||
| * | Better packing / unpacking code | Laurent Bercot | 2017-10-18 | 3 | -1/+8 |
| | | | | | Godbolted for x86_64 with gcc and clang. | ||||
| * | Change setgroups() management, in particular add skalibs_setgroups() | Laurent Bercot | 2017-07-16 | 3 | -9/+0 |
| | | |||||
| * | Remove byte_copy invocation from ip46-without | Laurent Bercot | 2017-05-10 | 1 | -1/+1 |
| | | |||||
| * | More superflous headers cleanup and tiny fixes | Laurent Bercot | 2017-03-13 | 2 | -6/+3 |
| | | |||||
| * | Types change: big pass on libstddjb and libunixonacid | Laurent Bercot | 2017-02-21 | 1 | -2/+0 |
| | | | | | libdatastruct still missing, library still not functional | ||||
| * | More types changes | Laurent Bercot | 2017-02-17 | 1 | -2/+2 |
| | | | | | | | | | | 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 | ||||
| * | More work on the types. This commit builds but has errors. | Laurent Bercot | 2017-01-25 | 49 | -488/+137 |
| | | | | | | | | 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. | ||||
| * | - add gid0_scanv2.3.2.0 | Laurent Bercot | 2015-03-13 | 3 | -0/+3 |
| | | | | | - version: rc for 2.3.2.0 | ||||
| * | Lots of cosmetic fixes. | Laurent Bercot | 2014-12-20 | 2 | -4/+4 |
| | | | | | sha256 documented. | ||||
| * | initial commit with rc for skalibs-2.0.0.0 | Laurent Bercot | 2014-09-18 | 49 | -0/+608 |
