]> granicus.if.org Git - nethack/commit
Add POSIX implementation of regex.
authorSean Hunt <scshunt@csclub.uwaterloo.ca>
Thu, 9 Apr 2015 14:38:15 +0000 (10:38 -0400)
committerSean Hunt <scshunt@csclub.uwaterloo.ca>
Sun, 12 Apr 2015 15:46:56 +0000 (11:46 -0400)
commitc7578b7c34e34919f183df917dfff15473427892
tree25f46357a749a6d9a7e4e88f1fc23e7bdf2cbdb6
parent302ad5025fd2d0b4305002a7301769eeaf8838b5
Add POSIX implementation of regex.

This also includes documentation of the regex engine in posixregex.c,
because I couldn't think of anywhere better to put it.
sys/share/cppregex.cpp
sys/share/posixregex.c [new file with mode: 0644]
sys/unix/Makefile.src