]> git.ipfire.org Git - thirdparty/vala.git/commit
posix: Add POSIX, GNU and BSD Regex APIs
authorReuben Thomas <rrt@sc3d.org>
Thu, 29 Oct 2020 09:46:28 +0000 (09:46 +0000)
committerRico Tzschichholz <ricotz@ubuntu.com>
Tue, 10 Nov 2020 15:41:38 +0000 (16:41 +0100)
commit7a14ecc4a4776b84426f19a040837293e975b311
treea4d39df59aeae8cc1606a4815bb8e11ffbe2ea3f
parent05172d4fede9c544125acbc4bcb5b8d66508fc98
posix: Add POSIX, GNU and BSD Regex APIs

The POSIX and GNU APIs are closely related in GNU’s implementation, so it
makes sense to put them here. GNU regex also provides the old BSD APIs,
which are just a couple of function calls, so provide them too.
vapi/posix.vapi