Return int from mexp_expect
[miniexpect.git] / miniexpect.c
2023-11-16 Richard W.M. JonesReturn int from mexp_expect master
2022-09-20 Laszlo Ersekminiexpect.c: fix always-true comparison
2022-07-25 Richard W.M. JonesPort to pcre2 v1.1
2022-07-25 Richard W.M. Jonesminiexpect: Debug next_match field
2017-10-11 Richard W.M. JonesAdd debugging capability at runtime.
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.