From: David du Colombier <0intro@gmail.com> Date: Sun, 9 Aug 2015 20:35:20 +0000 (+0200) Subject: add description to README.md X-Git-Url: https://git.mdlowis.com/?a=commitdiff_plain;h=c8cb71d903787dd3a5b027194972aa023c6b04a0;p=proto%2Flibregexp.git add description to README.md --- diff --git a/README.md b/README.md index 921c9e0..79ead97 100644 --- a/README.md +++ b/README.md @@ -5,5 +5,8 @@ This is a Unix port of the Plan 9 regular expression library, originally done for the Inferno operating system. Russ Cox repackaged this to build as a standalone -Unix library. Send comments about packaging to -Russ Cox +Unix library. + +David du Colombier repackaged Russ Cox's work, +removed dependencies on libutf and libfmt and +fixed various issues.