aboutsummaryrefslogtreecommitdiffstats
path: root/src/libexecline/el_parse.c
Commit message (Collapse)AuthorAgeFilesLines
* Consistency passLaurent Bercot2022-05-261-4/+4
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Rewrite el_parse.c, document the transition tableLaurent Bercot2022-05-261-43/+52
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Adapt to skalibs-2.11.0.0Laurent Bercot2021-08-041-1/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Adapt to skalibs 2.5.0.0 APILaurent Bercot2017-03-081-2/+2
|
* Types fix: first passLaurent Bercot2017-01-071-5/+6
| | | | | | | | 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.
* - added el_parse() and friendsLaurent Bercot2015-03-261-0/+87
- refactored execlineb to use them - version: rc for 2.1.1.1