aboutsummaryrefslogtreecommitdiffstats
path: root/src/libexecline/el_substitute.c
Commit message (Collapse)AuthorAgeFilesLines
* Simpler error management in el_substituteLaurent Bercot2020-05-161-3/+1
|
* bugfix: el_substitute could incorrectly share stralloc pointersLaurent Bercot2020-05-161-1/+1
|
* Replace memcpy with memmove in el_substitute (copying into the same string!)Laurent Bercot2017-04-051-1/+1
|
* Fix a few omissionsLaurent Bercot2017-03-121-4/+4
|
* Types fix: first passLaurent Bercot2017-01-071-22/+28
| | | | | | | | 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.
* initial commit: rc for execline-2.0.0.0Laurent Bercot2014-09-181-0/+179