When debugging, escape the buffer output.
[miniexpect.git] / miniexpect.c
2017-10-11 Richard W.M. JonesWhen debugging, escape the buffer output.
2016-07-26 Richard W.M. Jonesint -> const int
2016-06-29 Richard W.M. JonesAdd mexp_send_interrupt, mexp_spawnvf, mexp_spawnlf...
2016-06-29 Richard W.M. JonesSet signals to defaults and close other file descriptor...
2014-08-12 Pino Toscanop2v: properly call va_end
2014-08-12 Richard W.M. JonesRHEL 6: p2v: Add fix for older PCRE.
2014-08-12 Pino Toscanop2v: close the mexp handle if mexp_spawnv fails
2014-05-15 Richard W.M. JonesImplement and test multi-matching on strings.
2014-04-26 Richard W.M. JonesFree handle storage.
2014-04-26 Richard W.M. JonesAdd a note about clearing the input buffer in mexp_expect.
2014-04-25 Richard W.M. Jonesmexp_expect: Change the expect API to allow multiple...
2014-04-25 Richard W.M. JonesAdd miniexpect library.