summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)Author
2024-04-30 Add mspawn functions to cspawn.h; move everything to libenvexecLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2023-12-11 Prepare for 2.14.1.0; add socket_sendnb46_g and socket_recvnb46_gLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2023-11-06 make distclean shouldn't error out when no config.makLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2023-10-12 Add UINT??_BSWAP as constexp macro; rip off typedef uint?? bandaidLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2023-09-22 Change datadir to sysconfdir, aligning with autoconfLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2023-09-12 test for ./configure compatibly with make 3.81Laurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2023-06-09 Add devino, refactor openwrite(v)ncloseLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2021-04-09 No need for noexecstack, but the strip is too greedyLaurent Bercot
2020-01-27 Put correct /library.so back into MakefileLaurent Bercot
2020-01-27 Fix shared libs installation; prepare for 2.9.2.0Laurent Bercot
2019-09-20 sysdeps redesign: first part: minimize clr testsLaurent 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 buildLaurent Bercot
2019-07-23 Fix uint16.h and uint32.h dependenciesLaurent Bercot
2019-07-19 Simplify cross-build support some moreLaurent Bercot
2019-07-11 bits-fmtscan refactor, part oneLaurent Bercot
2019-02-19 Add skalibs/posixishard.hLaurent 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 optionLaurent Bercot
2017-10-29 Add pie test, don't double build on pieLaurent Bercot
2017-10-05 Better *FLAGS management; prepare for 2.6.0.1Laurent Bercot
2017-07-16 Change setgroups() management, in particular add skalibs_setgroups()Laurent Bercot
2017-03-13 More superflous headers cleanup and tiny fixesLaurent Bercot
2017-02-17 More types changesLaurent 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_libLaurent Bercot
2016-08-12 Finally make spawn.lib work everywhereLaurent Bercot
2016-03-14 Really fix update and global-links dependencies this time...Laurent Bercot
2016-03-14 Fix update/global-links dependenciesLaurent Bercot
2016-01-05 Fix dependencies to BUILT_INCLUDES (thanks Yannick DuchĂȘne)Laurent Bercot
2015-11-14 - fix make stripv2.3.8.3Laurent 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.2Laurent Bercot
2015-11-04 - link .so to correct sonameLaurent Bercot
- fully strip shared libs - Makefile syntactic consistency - version: 2.3.8.2
2015-08-12 Add -Bsymbolicv2.3.6.1Laurent Bercot
2015-08-12 Link dynamic library against its -l dependencies, fix sonameLaurent Bercot
2015-08-12 Xyzzy fix! (fixes https://bugs.gentoo.org/show_bug.cgi?id=541092)Laurent Bercot
2015-08-03 Add make version guardLaurent Bercot
2014-12-15 Declare static/shared libs in configure, it's specific anywayLaurent Bercot
2014-12-11Include deps.mak after config.mak, just in caseLaurent Bercot
2014-12-11Fix make global-links with nonempty sprootLaurent Bercot
2014-09-18add git support to make tgzLaurent Bercot
2014-09-18initial commit with rc for skalibs-2.0.0.0Laurent Bercot