aboutsummaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix multicall usageLaurent Bercot2023-02-121-1/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Do not protest as muchLaurent Bercot2023-02-111-3/+4
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Document execline and multicallLaurent Bercot2023-02-053-1/+109
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Prepare for 2.9.2.0, add install target for multicallLaurent Bercot2023-02-022-2/+10
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Doc typo fixesLaurent Bercot2023-01-051-5/+4
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Prepare for 2.9.1.0; add eltestLaurent Bercot2022-12-203-2/+176
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Prepare for 2.9.0.2Laurent Bercot2022-11-292-3/+12
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Credit muh, prepare for 2.9.0.1Laurent Bercot2022-06-282-1/+7
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Rewrite el_parse.c, document the transition tableLaurent Bercot2022-05-261-2/+6
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Prepare for 2.9.0.0; rewrite "wait"Laurent Bercot2022-04-203-6/+29
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Doc typo fixLaurent Bercot2022-03-241-1/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Prepare for 2.8.3.0Laurent Bercot2022-03-082-16/+11
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Allow getpid to get the ppid insteadLaurent Bercot2022-02-041-1/+3
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Fix broken linkLaurent Bercot2022-02-031-1/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Doc fixLaurent Bercot2021-12-211-1/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Prepare for 2.8.2.0Laurent Bercot2021-12-192-3/+13
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Add shell matching option to caseLaurent Bercot2021-11-261-1/+43
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Fix case usage exampleLaurent Bercot2021-10-211-2/+2
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Doc fixLaurent Bercot2021-10-181-1/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* version: 2.8.1.0v2.8.1.0Laurent Bercot2021-09-262-1/+2
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Fix caseLaurent Bercot2021-08-131-2/+2
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Better case documentationLaurent Bercot2021-08-111-4/+40
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Add case (yet untested)Laurent Bercot2021-08-113-2/+98
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Prepare for 2.8.1.0Laurent Bercot2021-08-102-3/+10
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Add CONTRIBUTING and DCO files; fix link to mailing-listLaurent Bercot2021-06-171-1/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* version: 2.8.0.1v2.8.0.1Laurent Bercot2021-04-151-1/+1
|
* Prepare for 2.8.0.1Laurent Bercot2021-04-132-3/+10
|
* docfix: forstdin actually chomps the last line even without crunchingLaurent Bercot2021-03-151-4/+4
|
* Doc fixLaurent Bercot2021-02-171-1/+0
|
* Add link to the execline manpagesLaurent Bercot2021-02-151-0/+10
|
* Apply doc fixes by flexibeast and suggestions by Profpatsch&araneaLaurent Bercot2021-02-1415-28/+33
|
* Change backtick option to -xLaurent Bercot2021-02-111-2/+2
|
* Make if propagate failure codeLaurent Bercot2021-02-021-7/+10
|
* Prepare for 2.8.0.0; change backtick options and default behaviourLaurent Bercot2021-02-023-9/+20
|
* Prepare for 2.7.0.1Laurent Bercot2021-01-232-2/+9
|
* Doc typo fixes (thanks mumahendras)Laurent Bercot2021-01-221-2/+2
|
* Document optional nsss dependencyLaurent Bercot2021-01-022-0/+13
|
* Add -E option for variable autoimportLaurent Bercot2020-12-307-14/+52
|
* Fix link to etalabs.net (thanks Carl)Laurent Bercot2020-12-251-1/+1
|
* Bump skalibs depLaurent Bercot2020-11-302-2/+2
|
* Fix chomping: only make it default on line-processing binariesLaurent Bercot2020-11-2411-44/+91
|
* Better forstdinLaurent Bercot2020-11-242-6/+9
| | | | | | | No need for the complexity: the important distinction is between "eof after reading something" and "eof right away". 0 is a natural fit for eof after some data, and 1 is a natural fit for immediate eof. Anything else can be scripted around this.
* Make forstdin only split on newlines by defaultLaurent Bercot2020-11-242-3/+6
|
* More trap docLaurent Bercot2020-11-241-2/+4
|
* New forstdin; new trap; prepare for 2.7.0.0Laurent Bercot2020-11-234-16/+27
|
* Doc fixLaurent Bercot2020-11-081-1/+1
|
* doc: fix URLsLaurent Bercot2020-10-0412-21/+21
|
* Prepare for 2.6.1.1Laurent Bercot2020-10-012-2/+9
|
* Add -I/-i options to envfileLaurent Bercot2020-05-261-1/+10
|
* New envfile format; prepare for 2.6.1.0Laurent Bercot2020-05-263-12/+40
|