summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-03-09 Respect POSIX "Seconds since the Epoch" when hitting a leap secondLaurent Bercot
2019-03-08 Prepare for 2.8.0.1Laurent Bercot
2019-03-08 bugfix: leap second table. Also add leapsec reporting in localtm.Laurent Bercot
2019-03-04 version: 2.8.0.0v2.8.0.0Laurent Bercot
2019-02-24 -fPIC -> CPPFLAGS_AUTOLaurent Bercot
2019-02-24 Build as PIC by defaultLaurent 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.
2019-02-19 Add DragonFly macro; remove nbwaitall and ancilautocloseLaurent Bercot
2019-02-18 Get rid of tryancilautoclose testLaurent Bercot
2019-02-14 Remove _BSD_SOURCE from nonposix, just to try...Laurent Bercot
2019-02-12 Fix xpathexec* exit codes when execve() fails!Laurent Bercot
2019-02-06 Rename mkLtemp to mkhtemp; try to make MacOS happyLaurent Bercot
2019-02-05 John -> contributorsLaurent Bercot
2019-02-05 The extra space, John! The extra space!Laurent Bercot
2019-02-05fix null-pointer behavior in fmt and fmtlist functionsJohn Regan
This fixes a segfault when a user calls uint320_fmt(NULL,...), and makes the fmtlist functions return the correct number of characters when called with NULL.
2019-01-08 Proper use of umask for mk[bcp]tempLaurent Bercot
2019-01-08 Document mkdir_unique removalLaurent Bercot
2019-01-08 Remove mkdir_unique, rewrite atomic_symlink with mkltempLaurent Bercot
2018-12-08 Really add mkfootemp and autosurf, I guess ?Laurent Bercot
2018-12-07 Add mk?temp and autosurfLaurent Bercot
2018-11-24 bugfix: rounding error in stralloc_reverse_blocksLaurent Bercot
2018-11-14 Add env_dump()Laurent Bercot
2018-09-30 Scrap avltreeb, prepare for 2.8.0.0Laurent Bercot
2018-09-17 bugfix: if HASGETPEERUCRED, getpeereid() had UBLaurent Bercot
2018-09-14 Better when it buildsLaurent Bercot
2018-09-14 bugfix: child_spawn2 error pathLaurent Bercot
2018-08-22 Doc typo fixLaurent Bercot
2018-08-14 version: 2.7.0.0v2.7.0.0Laurent Bercot
2018-08-14 Remove avl*_deletenode() macros, document all added functionsLaurent Bercot
2018-08-01 Remove protLaurent Bercot
2018-07-21 Remove mininetstring, absolutepath, absolutepath_tmpLaurent Bercot
2018-07-21 Add unlink_void, change dir_close, prepare for 2.7.0.0Laurent Bercot
2018-07-15 Doc typo fixLaurent Bercot
2018-06-24 Add skagetln_loose, skagetlnsep_loose, ipc_timed_sendvLaurent Bercot
2018-05-03 Add nullispointer sysdepLaurent Bercot
2018-04-13 Add genset[dyn]_deepfreeLaurent Bercot
2018-04-12Fix avltree_deletenodeOlivier Brunel
Signed-off-by: Olivier Brunel <jjk@jjacky.com>
2018-03-26 version: 2.6.4.0v2.6.4.0Laurent Bercot
2018-03-21 Remove sig_scan, blehLaurent Bercot
2018-03-21 Add sig_scan, sig0_scanLaurent Bercot
2018-03-16 Fix build error (typo)Laurent Bercot
2018-03-16 Add genqdyn docLaurent Bercot
2018-03-16 Add genqdyn_unpush, bufalloc_unputLaurent Bercot
2018-03-01 Add byte_zzero, openb_readLaurent Bercot
2018-02-14 Add execvep_loose, prepare for 2.6.4.0Laurent Bercot
2018-02-14 C++ify more initializers >.>Laurent Bercot
2018-02-02 Fix HASSIGNEDSIGNED sysdeps macros, add localtm_from_ltm64 tolerance for ↵Laurent Bercot
64-bit time_t
2018-01-14 version: 2.6.3.1v2.6.3.1Laurent Bercot
2018-01-13 Prepare for 2.6.3.1Laurent Bercot
2018-01-13 Only test strnlen visibility in headersLaurent Bercot