aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Better *FLAGS management ; prepare for 2.3.0.3Laurent Bercot2017-10-059-22/+45
|
* version: 2.3.0.2v2.3.0.2Laurent Bercot2017-08-281-1/+1
|
* Convert examples using import to importas in the docLaurent Bercot2017-08-237-7/+7
|
* More conversion to xpathexec, make exit code change consistent across binariesLaurent Bercot2017-08-226-3/+23
|
* Prepare for 2.3.0.2Laurent Bercot2017-08-225-4/+24
|
* Propagate fd_close() changesLaurent Bercot2017-07-162-7/+0
|
* More schemeless URLsLaurent Bercot2017-05-241-1/+1
|
* More schemeless URLsLaurent Bercot2017-05-241-1/+1
|
* Switch doc to schemeless URLsLaurent Bercot2017-05-2357-174/+174
|
* version: 2.3.0.1v2.3.0.1Laurent Bercot2017-05-211-1/+0
|
* Add execline-startup and execline-shell to examples/ againLaurent Bercot2017-05-1914-5/+49
|
* Use xpathexec_* functionsLaurent Bercot2017-05-1839-87/+67
|
* Duh... don't forget half the NSIG instancesLaurent Bercot2017-04-281-2/+2
|
* Use the new SKALIBS_NSIG in trap.c to accommodate OpenBSD snowflakinessLaurent Bercot2017-04-281-8/+8
|
* trap.c: explicitly include skalibs/nonposix.h for proper NSIG definition ↵Laurent Bercot2017-04-281-0/+1
| | | | on, you guessed it, the BSDs!
* trap.c: fix usage of NSIG (which is max+1, not max)Laurent Bercot2017-04-281-10/+10
|
* Spell it out for OpenBSD: no, we don't want to trap SIGKILL or SIGSTOP, ↵Laurent Bercot2017-04-281-0/+2
| | | | everything is going to be okay, now now, please don't cry
* Fix invalid variable name check in getpid (thanks jjk)Laurent Bercot2017-04-131-1/+1
|
* bugfix: catch empty blocks in multidefineLaurent Bercot2017-04-113-1/+3
|
* Replace memcpy with memmove in el_substitute (copying into the same string!)Laurent Bercot2017-04-051-1/+1
|
* version: 2.3.0.0 (real one with NEWS file)v2.3.0.0Laurent Bercot2017-03-271-0/+10
|
* version: 2.3.0.0Laurent Bercot2017-03-272-0/+12
|
* More superfluous headers cleanupLaurent Bercot2017-03-135-6/+1
|
* Fix a few omissionsLaurent Bercot2017-03-1214-48/+42
|
* Update deps.makLaurent Bercot2017-03-111-1/+1
|
* Fix typo in the import obsolescence warningLaurent Bercot2017-03-081-1/+1
|
* Make it build with skalibs 2.5.0.0Laurent Bercot2017-03-085-7/+9
|
* Adapt to skalibs 2.5.0.0 APILaurent Bercot2017-03-0849-252/+189
|
* Revert size_t *, put a temporary XXX until skalibs changesLaurent Bercot2017-01-101-1/+1
|
* Preparation to version bumpLaurent Bercot2017-01-104-4/+10
|
* Types fix: first passLaurent Bercot2017-01-0735-114/+144
| | | | | | | | 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.
* version: 2.2.0.0v2.2.0.0Laurent Bercot2016-10-281-0/+3
|
* Mention --enable-absolute-paths in INSTALLLaurent Bercot2016-10-251-0/+12
|
* Revert wrong shared lib fixLaurent Bercot2016-10-242-4/+1
|
* Proper support for timer_libLaurent Bercot2016-10-241-0/+2
|
* Fix stupid shared lib dependenciesLaurent Bercot2016-10-242-1/+4
|
* Fix shebangdir with --enable-slashpackageLaurent Bercot2016-10-181-1/+5
|
* Implement --enable-absolute-pathsLaurent Bercot2016-10-163-21/+19
|
* bugfix: runblock -r segfaulted on too few arguments (thanks jjk)Laurent Bercot2016-10-161-1/+1
|
* Add the -s option to execlineb (suggested by jjk)Laurent Bercot2016-10-162-18/+28
|
* Implement a timeout in waitLaurent Bercot2016-10-152-28/+115
|
* Doc fix (thanks jjk)Laurent Bercot2016-10-141-1/+1
|
* bugfix: backtick segfaulted on empty remainder (thanks jjk)Laurent Bercot2016-10-111-1/+1
|
* multisubstitute doc fix (thanks jjk)Laurent Bercot2016-10-111-3/+0
|
* bugfix: tryexec -n segfaulted with empty remainder (thanks muhmuhten)Laurent Bercot2016-10-081-0/+2
|
* configure: allow $CC to have several wordsLaurent Bercot2016-09-271-1/+1
|
* Replace c99 compiler test with clangLaurent Bercot2016-09-261-1/+1
|
* -Wa,--noexecstack belongs to CPPFLAGSLaurent Bercot2016-09-261-1/+1
|
* Doc typo fixLaurent Bercot2016-09-151-1/+1
|
* Apply Eric's patch for spawn supportLaurent Bercot2016-08-163-1/+3
|