aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
Commit message (Collapse)AuthorAgeFilesLines
...
* New 2.11.0.0 branch with several modificationsLaurent Bercot2021-07-231-0/+14
| | | | | | | | - libbiguint removed - cdb_make changed to cdbmake (because different ui) - cdb redesigned Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Prepare for 2.10.0.3Laurent Bercot2021-04-131-0/+6
|
* Prepare for 2.10.0.2Laurent Bercot2021-02-111-0/+6
|
* Prepare for 2.10.0.1Laurent Bercot2021-01-141-0/+6
|
* Document latest changesLaurent Bercot2021-01-021-0/+3
|
* Reflect changes in docLaurent Bercot2020-12-091-0/+4
|
* Revamp lock primitives; prepare for 2.10.0.0 instead of 2.9.4.0Laurent Bercot2020-11-291-3/+4
| | | | | | | | | | | flock() doesn't have a way to test for a lock without taking it. lockf() doesn't have shared locks. The only way to have both is fcntl(). So I rewrote all the locking stuff around fcntl(), and used the opportunity to change the interface. The point of changing the interface is to stop having to bother with the old one, so to hell with compatibility, let's just do a major bump.
* Complete revamp of the pathexec functionsLaurent Bercot2020-11-241-0/+1
| | | | | | | | | | | | | | | | | - pathexec_run is now called exec_ae a for provided file name (default: argv[0]) e for provided envp (default: environ) - pathexec is now called mexec. m for merge environment. Option letters are: a for provided file name (default: argv[0]) e for provided envp (default: environ) f for provided envp *and* length of the envp m for provided modif string plus its length (the length is always needed because the modifs are null-terminated) n for provided modif string, length *and* number of modifs - functions have a foo0 version for _exit(0) when argv[0] is null - functions have a xfoo version to die if the exec fails - and a xfoo0 - Compatibility #defines and #includes are there until the next major bump
* Add mention of ipc_bind_reuse_lock() to changelogLaurent Bercot2020-11-081-0/+4
|
* Change new function names to openc_*; update deps.makLaurent Bercot2020-10-261-1/+1
|
* Prepare for 2.9.4.0; add open*coe() functions.Laurent Bercot2020-10-261-0/+6
|
* Prepare for 2.9.3.0Laurent Bercot2020-09-181-0/+7
|
* Prepare for 2.9.2.1Laurent Bercot2020-04-061-0/+6
|
* Fix shared libs installation; prepare for 2.9.2.0Laurent Bercot2020-01-271-0/+7
|
* version: 2.9.1.0v2.9.1.0Laurent Bercot2019-10-211-1/+3
|
* Add path_canonicalize, prepare for 2.9.1.0Laurent Bercot2019-10-091-0/+6
|
* Update tainnow.lib mentions in docLaurent Bercot2019-09-211-0/+4
|
* Big wallclock/stopwatch refactor. It was long overdue.Laurent Bercot2019-09-031-0/+5
| | | | | | | | | | | | | * --enable-clock and --enable-monotonic are gone * tain_sysclock() has been renamed tain_wallclock_read() * tain_wallclock_read() reads from CLOCK_REALTIME (or gettimeofday()) * tain_clockmon[_init]() have been renamed to tain_stopwatch_[read|init]() and now accept a monotonic clock name as an extra argument * tain_now() points to the system (wall) clock by default * tain_now_set_[stopwatch|wallclock]() can be used to switch Now to make a pass on all skarnet.org programs and add a tain_now_set_stopwatch() call everywhere needed... >.>
* Document changesLaurent Bercot2019-07-221-1/+5
|
* bits-fmtscan refactor, part oneLaurent Bercot2019-07-111-0/+6
|
* Add tryemptyregex/skalibs_regcomp, prepare for 2.8.1.0Laurent Bercot2019-05-111-0/+6
|
* Prepare for 2.8.0.1Laurent Bercot2019-03-081-0/+7
|
* Build as PIC by defaultLaurent Bercot2019-02-241-0/+3
|
* Remove mkdir_unique, rewrite atomic_symlink with mkltempLaurent Bercot2019-01-081-0/+1
|
* Add mk?temp and autosurfLaurent Bercot2018-12-071-1/+1
|
* Add env_dump()Laurent Bercot2018-11-141-0/+1
|
* Scrap avltreeb, prepare for 2.8.0.0Laurent Bercot2018-09-301-0/+9
|
* version: 2.7.0.0v2.7.0.0Laurent Bercot2018-08-141-1/+2
|
* Remove avl*_deletenode() macros, document all added functionsLaurent Bercot2018-08-141-2/+2
|
* Remove protLaurent Bercot2018-08-011-1/+1
|
* Remove mininetstring, absolutepath, absolutepath_tmpLaurent Bercot2018-07-211-0/+2
|
* Add unlink_void, change dir_close, prepare for 2.7.0.0Laurent Bercot2018-07-211-2/+3
|
* Add skagetln_loose, skagetlnsep_loose, ipc_timed_sendvLaurent Bercot2018-06-241-0/+7
|
* Remove sig_scan, blehLaurent Bercot2018-03-211-2/+1
|
* Add sig_scan, sig0_scanLaurent Bercot2018-03-211-1/+2
|
* Add genqdyn docLaurent Bercot2018-03-161-0/+1
|
* Add byte_zzero, openb_readLaurent Bercot2018-03-011-1/+1
|
* Add execvep_loose, prepare for 2.6.4.0Laurent Bercot2018-02-141-1/+3
|
* Fix HASSIGNEDSIGNED sysdeps macros, add localtm_from_ltm64 tolerance for ↵Laurent Bercot2018-02-021-0/+5
| | | | 64-bit time_t
* Prepare for 2.6.3.1Laurent Bercot2018-01-131-0/+6
|
* version: 2.6.3.0v2.6.3.0Laurent Bercot2018-01-041-1/+1
|
* Doc updateLaurent Bercot2018-01-031-1/+2
|
* GNU manages to botch dirfd() too. POSIX is hard!Laurent Bercot2017-12-211-0/+1
|
* Undeprecate mininetstringLaurent Bercot2017-12-211-1/+0
| | | | It's actually used by s6-dns!
* Big 2.6.3.0 reorganizationLaurent Bercot2017-12-211-1/+7
| | | | | | | - Add libposixplz, update headers - Add memmem and friends - Add textmessage to libunixonacid - Update some sysdeps tests
* Add atomic_symlink(), prepare for 2.6.3.0Laurent Bercot2017-12-031-0/+6
|
* version: 2.6.2.0v2.6.2.0Laurent Bercot2017-11-271-1/+2
|
* Prepare for 2.6.2.0Laurent Bercot2017-11-271-0/+9
|
* Prepare for 2.6.1.0Laurent Bercot2017-10-301-0/+6
|
* version: 2.6.0.2v2.6.0.2Laurent Bercot2017-10-221-2/+8
|