aboutsummaryrefslogtreecommitdiffstats
path: root/src/libexecline/el_semicolon.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix wait command interaction with EXECLINE_STRICTLaurent Bercot2026-03-091-20/+16
| | | | | | | | el_semicolon() hardcodes failure on EXECLINE_STRICT=2, but we want to accept a no-block interface for wait, so write a separate el_semicolon_nostrict() function and use it in wait. Also use gol in wait, and prepare deprecation of quote chars other than space and null (we can hardcode this np)
* Prepare for 2.9.0.2Laurent Bercot2022-11-291-1/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Adapt to skalibs 2.5.0.0 APILaurent Bercot2017-03-081-3/+3
|
* initial commit: rc for execline-2.0.0.0Laurent Bercot2014-09-181-0/+35