aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* bugfix: memcmp doesn't guarantee not touching bytes after cmp fails.Laurent Bercot2019-07-112-2/+2
|
* Better with the new files added >.>Laurent Bercot2019-07-117-0/+113
|
* bits-fmtscan refactor, part oneLaurent Bercot2019-07-1136-203/+159
|
* Doc fixLaurent Bercot2019-06-211-9/+2
|
* child_spawn*: make sure posix_spawn() doesn't clobber pipes with dup2+closeLaurent Bercot2019-06-164-22/+37
|
* version: 2.8.1.0v2.8.1.0Laurent Bercot2019-05-141-1/+1
|
* Add tryemptyregex/skalibs_regcomp, prepare for 2.8.1.0Laurent Bercot2019-05-117-2/+44
|
* bugfix: proper sockaddr storage in socket_remote46Laurent Bercot2019-05-071-4/+4
|
* Doc typo fixLaurent Bercot2019-04-271-1/+1
|
* version: 2.8.0.1v2.8.0.1Laurent Bercot2019-03-091-2/+2
|
* Respect POSIX "Seconds since the Epoch" when hitting a leap secondLaurent Bercot2019-03-093-6/+5
|
* Prepare for 2.8.0.1Laurent Bercot2019-03-085-3/+19
|
* bugfix: leap second table. Also add leapsec reporting in localtm.Laurent Bercot2019-03-088-38/+42
|
* version: 2.8.0.0v2.8.0.0Laurent Bercot2019-03-041-1/+1
|
* -fPIC -> CPPFLAGS_AUTOLaurent Bercot2019-02-241-1/+1
|
* Build as PIC by defaultLaurent Bercot2019-02-243-13/+10
|
* Add skalibs/posixishard.hLaurent Bercot2019-02-1939-141/+178
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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 DragonFly macro; remove nbwaitall and ancilautocloseLaurent Bercot2019-02-1910-178/+5
|
* Get rid of tryancilautoclose testLaurent Bercot2019-02-181-108/+6
|
* Remove _BSD_SOURCE from nonposix, just to try...Laurent Bercot2019-02-141-3/+0
|
* Fix xpathexec* exit codes when execve() fails!Laurent Bercot2019-02-127-7/+21
|
* Rename mkLtemp to mkhtemp; try to make MacOS happyLaurent Bercot2019-02-065-4/+13
|
* John -> contributorsLaurent Bercot2019-02-051-1/+1
|
* The extra space, John! The extra space!Laurent Bercot2019-02-051-1/+1
|
* fix null-pointer behavior in fmt and fmtlist functionsJohn Regan2019-02-051-12/+11
| | | | | | 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.
* Proper use of umask for mk[bcp]tempLaurent Bercot2019-01-083-0/+6
|
* Document mkdir_unique removalLaurent Bercot2019-01-082-1/+4
|
* Remove mkdir_unique, rewrite atomic_symlink with mkltempLaurent Bercot2019-01-085-47/+12
|
* Really add mkfootemp and autosurf, I guess ?Laurent Bercot2018-12-0814-2/+173
|
* Add mk?temp and autosurfLaurent Bercot2018-12-078-6/+33
|
* bugfix: rounding error in stralloc_reverse_blocksLaurent Bercot2018-11-241-2/+3
|
* Add env_dump()Laurent Bercot2018-11-145-0/+55
|
* Scrap avltreeb, prepare for 2.8.0.0Laurent Bercot2018-09-307-40/+33
|
* bugfix: if HASGETPEERUCRED, getpeereid() had UBLaurent Bercot2018-09-171-1/+1
|
* Better when it buildsLaurent Bercot2018-09-141-1/+1
|
* bugfix: child_spawn2 error pathLaurent Bercot2018-09-142-2/+2
|
* Doc typo fixLaurent Bercot2018-08-221-1/+1
|
* version: 2.7.0.0v2.7.0.0Laurent Bercot2018-08-141-1/+2
|
* Remove avl*_deletenode() macros, document all added functionsLaurent Bercot2018-08-145-8/+7
|
* Remove protLaurent Bercot2018-08-018-104/+2
|
* Remove mininetstring, absolutepath, absolutepath_tmpLaurent Bercot2018-07-2110-114/+10
|
* Add unlink_void, change dir_close, prepare for 2.7.0.0Laurent Bercot2018-07-2111-14/+38
|
* Doc typo fixLaurent Bercot2018-07-151-1/+1
|
* Add skagetln_loose, skagetlnsep_loose, ipc_timed_sendvLaurent Bercot2018-06-2412-4/+99
|
* Add nullispointer sysdepLaurent Bercot2018-05-032-0/+13
|
* Add genset[dyn]_deepfreeLaurent Bercot2018-04-135-0/+38
|
* Fix avltree_deletenodeOlivier Brunel2018-04-121-1/+1
| | | | Signed-off-by: Olivier Brunel <jjk@jjacky.com>
* version: 2.6.4.0v2.6.4.0Laurent Bercot2018-03-261-0/+1
|
* Remove sig_scan, blehLaurent Bercot2018-03-216-46/+30
|
* Add sig_scan, sig0_scanLaurent Bercot2018-03-216-2/+57
|