summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* version: 2.3.0.1 v2.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 on,...Laurent Bercot2017-04-281-0/+1
* 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, ever...Laurent Bercot2017-04-281-0/+2
* 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
* version: 2.2.0.0 v2.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
* Add spawn_lib supportLaurent Bercot2016-08-1217-17/+34
* Help text fix for ifelseLaurent Bercot2016-07-261-1/+1
* "backtick" doc fixLaurent Bercot2016-07-241-1/+1
* Fix backtick's documentationLaurent Bercot2016-06-211-4/+6
* Revert backtick to a non-wrapper; add -I to backtick and withstdinasLaurent Bercot2016-06-186-116/+129
* Documentation clarification for importasLaurent Bercot2016-05-201-6/+18
* - Add mention of the github mirror v2.1.5.0Laurent Bercot2016-04-141-0/+3
* - add link to cgit in doc/index.htmlLaurent Bercot2016-04-141-1/+3
* Add -px/-po support to forx (thanks Aranea); rc for 2.1.5.0Laurent Bercot2016-03-207-15/+51