aboutsummaryrefslogtreecommitdiff
path: root/matching.c (unfollow)
Commit message (Expand)Author
2023-04-02Move other test main()s out of library source files.Simon Tatham
2023-02-18Mark many more function (and some objects) staticBen Harris
2023-02-18Call deallocate() in matching.c test routinesBen Harris
2018-11-13Use C99 bool within source modules.Simon Tatham
2018-11-13Replace TRUE/FALSE with C99 true/false throughout.Simon Tatham
2018-04-22Implementation of the Hopcroft-Karp algorithm.Simon Tatham