summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-08-22 Prepare for 2.3.0.2Laurent Bercot
2017-07-16 Propagate fd_close() changesLaurent Bercot
2017-05-24 More schemeless URLsLaurent Bercot
2017-05-24 More schemeless URLsLaurent Bercot
2017-05-23 Switch doc to schemeless URLsLaurent Bercot
2017-05-21 version: 2.3.0.1v2.3.0.1Laurent Bercot
2017-05-19 Add execline-startup and execline-shell to examples/ againLaurent Bercot
2017-05-18 Use xpathexec_* functionsLaurent Bercot
2017-04-28 Duh... don't forget half the NSIG instancesLaurent Bercot
2017-04-28 Use the new SKALIBS_NSIG in trap.c to accommodate OpenBSD snowflakinessLaurent Bercot
2017-04-28 trap.c: explicitly include skalibs/nonposix.h for proper NSIG definition ↵Laurent Bercot
on, you guessed it, the BSDs!
2017-04-28 trap.c: fix usage of NSIG (which is max+1, not max)Laurent Bercot
2017-04-28 Spell it out for OpenBSD: no, we don't want to trap SIGKILL or SIGSTOP, ↵Laurent Bercot
everything is going to be okay, now now, please don't cry
2017-04-13 Fix invalid variable name check in getpid (thanks jjk)Laurent Bercot
2017-04-11 bugfix: catch empty blocks in multidefineLaurent Bercot
2017-04-05 Replace memcpy with memmove in el_substitute (copying into the same string!)Laurent Bercot
2017-03-27 version: 2.3.0.0 (real one with NEWS file)v2.3.0.0Laurent Bercot
2017-03-27 version: 2.3.0.0Laurent Bercot
2017-03-13 More superfluous headers cleanupLaurent Bercot
2017-03-12 Fix a few omissionsLaurent Bercot
2017-03-11 Update deps.makLaurent Bercot
2017-03-08 Fix typo in the import obsolescence warningLaurent Bercot
2017-03-08 Make it build with skalibs 2.5.0.0Laurent Bercot
2017-03-08 Adapt to skalibs 2.5.0.0 APILaurent Bercot
2017-01-10 Revert size_t *, put a temporary XXX until skalibs changesLaurent Bercot
2017-01-10 Preparation to version bumpLaurent Bercot
2017-01-07 Types fix: first passLaurent Bercot
This pass makes variable size_t-ready, so everything works when the prototypes are fixed in skalibs. Some code uses "unsigned int *" where it should be "size_t *"; it cannot be changed now, but it's been marked with XXX. It must change at the same time as the skalibs API.
2016-10-28 version: 2.2.0.0v2.2.0.0Laurent Bercot
2016-10-25 Mention --enable-absolute-paths in INSTALLLaurent Bercot
2016-10-24 Revert wrong shared lib fixLaurent Bercot
2016-10-24Proper support for timer_libLaurent Bercot
2016-10-24 Fix stupid shared lib dependenciesLaurent Bercot
2016-10-18 Fix shebangdir with --enable-slashpackageLaurent Bercot
2016-10-16 Implement --enable-absolute-pathsLaurent Bercot
2016-10-16 bugfix: runblock -r segfaulted on too few arguments (thanks jjk)Laurent Bercot
2016-10-16 Add the -s option to execlineb (suggested by jjk)Laurent Bercot
2016-10-15 Implement a timeout in waitLaurent Bercot
2016-10-14 Doc fix (thanks jjk)Laurent Bercot
2016-10-11 bugfix: backtick segfaulted on empty remainder (thanks jjk)Laurent Bercot
2016-10-11 multisubstitute doc fix (thanks jjk)Laurent Bercot
2016-10-08 bugfix: tryexec -n segfaulted with empty remainder (thanks muhmuhten)Laurent Bercot
2016-09-27 configure: allow $CC to have several wordsLaurent Bercot
2016-09-26 Replace c99 compiler test with clangLaurent Bercot
2016-09-26 -Wa,--noexecstack belongs to CPPFLAGSLaurent Bercot
2016-09-15 Doc typo fixLaurent Bercot
2016-08-16 Apply Eric's patch for spawn supportLaurent Bercot
2016-08-12 Add spawn_lib supportLaurent Bercot
2016-07-26 Help text fix for ifelseLaurent Bercot
2016-07-24 "backtick" doc fixLaurent Bercot
2016-06-21 Fix backtick's documentationLaurent Bercot