aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Refactor _at functions, add symlink_atLaurent Bercot2025-06-309-108/+220
* Rework gol, add mkdirp2Laurent Bercot2025-06-306-33/+50
* Add mkdirpLaurent Bercot2025-06-183-0/+36
* prog_pid_fill bugfixLaurent Bercot2025-06-031-1/+1
* Typo fixLaurent Bercot2025-06-031-1/+1
* Add prog.h and prog_pid_fillLaurent Bercot2025-06-027-4/+41
* Remove README.macosLaurent Bercot2025-05-311-3/+0
* I don't understand how gcc works on MacOS 10.4.Laurent Bercot2025-05-311-1/+1
* Try once more to support MacOS 10.4Laurent Bercot2025-05-313-0/+9
* Try another approach for the stat.h workaroundLaurent Bercot2025-05-303-7/+6
* Add crc32c. Prepare for 2.14.5.0Laurent Bercot2025-05-2910-52/+153
* Fix stupidity previously addedLaurent Bercot2025-05-264-3/+5
* Typo fixLaurent Bercot2025-05-261-2/+2
* Try and fix statatim(espec) sysdeps for old MacOSLaurent Bercot2025-05-262-1/+5
* Add main_func typeLaurent Bercot2025-05-261-0/+3
* Typo fixLaurent Bercot2025-05-261-1/+3
* Theoretical correctness in MakefileLaurent Bercot2025-05-261-13/+14
* Improve gol. Add tentative dylib support.Laurent Bercot2025-05-267-21/+61
* gol fixes and improvementsLaurent Bercot2025-05-192-5/+11
* Reorder gol struct membersLaurent Bercot2025-05-181-2/+2
* Typo fixLaurent Bercot2025-05-182-2/+2
* Clamp setitimer to 1e8 seconds because MacOSLaurent Bercot2025-05-172-3/+15
* bugfix: alarm_timeout with infinite valueLaurent Bercot2025-05-162-4/+19
* version: 2.14.4.0v2.14.4.0Laurent Bercot2025-05-051-1/+0
* Add package hashLaurent Bercot2025-05-012-1/+3
* Add pkg-config supportLaurent Bercot2025-04-294-8/+134
* Update docs to latest posix versionLaurent Bercot2025-04-2820-73/+73
* Clarity fixLaurent Bercot2025-04-271-1/+1
* Add rpath; fix excessive ip4_scan toleranceLaurent Bercot2025-04-233-13/+11
* Add debug strerr macros, add __func__ support to tracing macrosLaurent Bercot2025-04-061-4/+30
* child_spawn bugfix (error path could have i > n)Laurent Bercot2025-04-061-0/+1
* Add tain_addmsec, millisleepLaurent Bercot2025-04-047-1/+34
* Deprioritize getexecname(), it's badLaurent Bercot2025-04-032-18/+22
* Declare main when taking its address >.>Laurent Bercot2025-04-021-0/+1
* Add dladdr sysdepLaurent Bercot2025-04-022-0/+34
* It's mach-o, not macho-o. (Or is it?)Laurent Bercot2025-04-021-1/+1
* Fix configure doc for the new sysdepLaurent Bercot2025-04-021-1/+1
* Add sagetexecname() and all the necessary infrastructureLaurent Bercot2025-04-0213-4/+231
* Don't autoflush buffer_timed_putv; fix IFS bug in configureLaurent Bercot2025-03-252-6/+5
* Fix timed_get_g definition typoLaurent Bercot2025-03-221-1/+1
* timed_read[v] needs sanitize_read()Laurent Bercot2025-03-222-2/+2
* Add timed_write and timed_writevLaurent Bercot2025-03-226-2/+93
* Fix gol masksLaurent Bercot2025-03-111-2/+2
* Add timed_read[v], buffer_timed_[get|put]vLaurent Bercot2025-03-0112-9/+163
* version: 2.14.3.0v2.14.3.0Laurent Bercot2024-10-093-4/+6
* Better configure --helpLaurent Bercot2024-09-231-6/+6
* Install libskarnet.a to /usr/lib by defaultLaurent Bercot2024-09-234-10/+8
* Add pid namespace support to cspawnLaurent Bercot2024-09-133-14/+6
* Add sysdep for CLONE_NEWPID and fork_newpid functionLaurent Bercot2024-09-125-0/+106
* bugfix: cspawn (fork): attributes must be handled before file actions!Laurent Bercot2024-08-201-4/+4