aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* version: 2.9.1.0v2.9.1.0Laurent Bercot2019-10-212-1/+4
* Real fix for undefined PATH_MAXLaurent Bercot2019-10-201-1/+13
* Don't rely on the existence of PATH_MAXLaurent Bercot2019-10-201-2/+1
* __GNU__ is actually preferred to __gnu_hurd__, it seemsLaurent Bercot2019-10-181-6/+7
* nonposix.h: define _GNU_SOURCE for Hurd, remove __GLIBC__ testLaurent Bercot2019-10-171-3/+3
* Fix path_canonicalize()'s returned length when absoluteLaurent Bercot2019-10-101-1/+1
* Add path_canonicalize, prepare for 2.9.1.0Laurent Bercot2019-10-098-2/+99
* Fix SKALIBS_SIZEOF* macro declarations in skalibs/sysdeps.hLaurent Bercot2019-10-091-2/+2
* version: 2.9.0.0v2.9.0.0Laurent Bercot2019-09-221-1/+1
* Update tainnow.lib mentions in docLaurent Bercot2019-09-213-1/+11
* INSTALL now explains the easy cross-compilationLaurent Bercot2019-09-202-25/+21
* THAT'S IT WE HAVE EASY CROSS-COMPILATION FOLKSLaurent Bercot2019-09-203-181/+124
* We're down to ONE rogue sysdep, boys. ONE.Laurent Bercot2019-09-2013-144/+24
* Better endianness test, because BSDLaurent Bercot2019-09-201-1/+16
* sysdeps redesign: first part: minimize clr testsLaurent Bercot2019-09-2012-197/+273
* Update docLaurent Bercot2019-09-071-5/+28
* Change tain_now_set_* API: also give an initial valueLaurent Bercot2019-09-064-15/+22
* Also better when you actually pull the sysdepsLaurent Bercot2019-09-042-1/+2
* With the correct sysdeps macros, pleaseLaurent Bercot2019-09-041-2/+2
* Big wallclock/stopwatch refactor. It was long overdue.Laurent Bercot2019-09-0318-249/+215
* Add more reproducibility to the buildLaurent Bercot2019-08-192-2/+2
* iopause_select: add protection against UB in FD_SETLaurent Bercot2019-08-071-0/+1
* bugfix: env_dump() unterminated stringsLaurent Bercot2019-07-311-1/+2
* Fix uint16.h and uint32.h dependenciesLaurent Bercot2019-07-231-2/+2
* Typo fixLaurent Bercot2019-07-231-1/+1
* Factor all the BSD complaints into one new headerLaurent Bercot2019-07-2219-100/+98
* Document changesLaurent Bercot2019-07-222-1/+8
* Tentative magic to support out-of-path CC, especially in cross-buildsLaurent Bercot2019-07-221-3/+12
* Rework skalibs/nonposix.h to avoid glibc squealing like a pigLaurent Bercot2019-07-222-21/+31
* Simplify cross-build support some moreLaurent Bercot2019-07-192-7/+8
* Accept configure invocation from any directoryLaurent Bercot2019-07-191-0/+1
* Accept raw external $CC for cross-compilingLaurent Bercot2019-07-191-0/+7
* bits-fmtscan refactor, part twoLaurent Bercot2019-07-198-18/+40
* 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