• Show log

    Commit

  • Hash : 02683b20
    Author : Edward Thomson
    Date : 2019-01-12T23:06:39

    regexec: prefix all regexec function calls with p_ Prefix all the calls to the the regexec family of functions with `p_`. This allows us to swap out all the regular expression functions with our own implementation. Move the declarations to `posix_regex.h` for simpler inclusion.