Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-04-09 | No need for noexecstack, but the strip is too greedy | Laurent Bercot | |
2020-01-27 | Put correct /library.so back into Makefile | Laurent Bercot | |
2020-01-27 | Fix shared libs installation; prepare for 2.9.2.0 | Laurent Bercot | |
2019-09-20 | sysdeps redesign: first part: minimize clr tests | Laurent Bercot | |
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 | |||
2019-08-19 | Add more reproducibility to the build | Laurent Bercot | |
2019-07-23 | Fix uint16.h and uint32.h dependencies | Laurent Bercot | |
2019-07-19 | Simplify cross-build support some more | 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-10-30 | Make all-pic a user option | Laurent Bercot | |
2017-10-29 | Add pie test, don't double build on pie | Laurent Bercot | |
2017-10-05 | Better *FLAGS management; prepare for 2.6.0.1 | Laurent Bercot | |
2017-07-16 | Change setgroups() management, in particular add skalibs_setgroups() | Laurent Bercot | |
2017-03-13 | More superflous headers cleanup and tiny fixes | Laurent Bercot | |
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. | |||
2016-10-24 | Real fix for the shared lib dep: correctly DT_NEEDED timer_lib | Laurent Bercot | |
2016-08-12 | Finally make spawn.lib work everywhere | Laurent Bercot | |
2016-03-14 | Really fix update and global-links dependencies this time... | Laurent Bercot | |
2016-03-14 | Fix update/global-links dependencies | Laurent Bercot | |
2016-01-05 | Fix dependencies to BUILT_INCLUDES (thanks Yannick DuchĂȘne) | Laurent Bercot | |
2015-11-14 | - fix make stripv2.3.8.3 | Laurent Bercot | |
- rc for 2.3.8.3 | |||
2015-11-04 | - revert make tgz change (needs to be ok without a config.mak)v2.3.8.2 | Laurent Bercot | |
2015-11-04 | - link .so to correct soname | Laurent Bercot | |
- fully strip shared libs - Makefile syntactic consistency - version: 2.3.8.2 | |||
2015-08-12 | Add -Bsymbolicv2.3.6.1 | Laurent Bercot | |
2015-08-12 | Link dynamic library against its -l dependencies, fix soname | Laurent Bercot | |
2015-08-12 | Xyzzy fix! (fixes https://bugs.gentoo.org/show_bug.cgi?id=541092) | Laurent Bercot | |
2015-08-03 | Add make version guard | Laurent Bercot | |
2014-12-15 | Declare static/shared libs in configure, it's specific anyway | Laurent Bercot | |
2014-12-11 | Include deps.mak after config.mak, just in case | Laurent Bercot | |
2014-12-11 | Fix make global-links with nonempty sproot | Laurent Bercot | |
2014-09-18 | add git support to make tgz | Laurent Bercot | |
2014-09-18 | initial commit with rc for skalibs-2.0.0.0 | Laurent Bercot | |