aboutsummaryrefslogtreecommitdiffstats
path: root/gpp.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix typo2.1.1Mattias Andrée2021-08-091-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Standardise @(( )), add -R option, and fix critical bug2.1Mattias Andrée2021-08-051-103/+94
| | | | | | | | | The bug was that if the code buffered was increased, the new character that should have been pushed to it was not pushed into the code buffer, leaving out some characters before preprocessing takes place. Signed-off-by: Mattias Andrée <maandree@kth.se>
* Finish rewrite to CMattias Andrée2021-02-281-4/+318
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Remove -e flag, remove long options, start rewriting in C, add support for changing shellMattias Andrée2021-02-271-0/+245
Signed-off-by: Mattias Andrée <maandree@kth.se>