miniexpect.git
2023-11-16 Richard W.M... Return int from mexp_expect master
2022-09-20 Laszlo ErsekMakefile.am: add "-Wextra -Wshadow"
2022-09-20 Laszlo Ersektests: mark main()'s "argc" as unused
2022-09-20 Laszlo Ersektests: add "missing" initializers
2022-09-20 Laszlo Ersekminiexpect.c: fix always-true comparison
2022-07-26 Richard W.M... Add a bit of explanation of what "expect" is
2022-07-26 Richard W.M... docs: Small revisions to the manual and readme file
2022-07-26 Richard W.M... tests: test-multi-match.c: Fix memory leaks in test
2022-07-26 Richard W.M... tests: valgrind: Rebuild tests before running them
2022-07-25 Richard W.M... docs: Fix example in the manual
2022-07-25 Richard W.M... Port to pcre2 v1.1
2022-07-25 Richard W.M... miniexpect: Debug next_match field
2017-10-11 Richard W.M... Add debugging capability at runtime.
2017-10-11 Richard W.M... When debugging, escape the buffer output.
2016-12-18 Richard W.M... doc: Use -u (UTF8) flag when generating the man page.
2016-12-18 Richard W.M... documentation: Fix markup in flags.
2016-12-18 Richard W.M... Fix documentation of mexp_spawnl to include terminating...
2016-07-26 Richard W.M... int -> const int
2016-06-29 Richard W.M... Add mexp_send_interrupt, mexp_spawnvf, mexp_spawnlf...
2016-06-29 Richard W.M... Set signals to defaults and close other file descriptor...
2016-01-24 Richard W.M... Small fix to documentation.
2016-01-24 Richard W.M... Document use of mexp_get_pcre_error when calling pcre_g...
2016-01-24 Richard W.M... Introduce methods to access some fields in the handle.
2016-01-24 Richard W.M... Document how to handle errors from mexp_close.
2014-08-12 Pino Toscanop2v: properly call va_end
2014-08-12 Richard W.M... RHEL 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... Document behaviour when matching against multiple regul...
2014-05-15 Richard W.M... Implement and test multi-matching on strings.
2014-04-26 Richard W.M... tests: Add 'make check-valgrind' to run test suite...
2014-04-26 Richard W.M... Free handle storage.
2014-04-26 Richard W.M... configure: Move AC_USE_SYSTEM_EXTENSIONS to avoid autoc...
2014-04-26 Richard W.M... tests: Add a test of running 'ls --version' and matchin...
2014-04-26 Richard W.M... tests: Accurately list sources of test-spawn program.
2014-04-26 Richard W.M... Minor updates to the manual page.
2014-04-26 Richard W.M... clean: Remove miniexpect.3 if we have pod2man, otherwis...
2014-04-26 Richard W.M... Add a note about clearing the input buffer in mexp_expect.
2014-04-26 Richard W.M... miniexpect.h: Change the error codes again.
2014-04-26 Richard W.M... Add a man page.
2014-04-25 Richard W.M... miniexpect.h: Just some tidying up.
2014-04-25 Richard W.M... mexp_expect: Change the expect API to allow multiple...
2014-04-25 Richard W.M... Add miniexpect library.