summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README3
1 files changed, 2 insertions, 1 deletions
diff --git a/README b/README
index 26e34d4..a261b19 100644
--- a/README
+++ b/README
@@ -5,7 +5,8 @@ Lrexlib 2.5
| and Shmuel Zeigerman (shmuz@013net.net) [maintainer]
**Lrexlib** provides bindings of five regular expression library APIs
-(POSIX_, PCRE_, GNU_, TRE_ and Oniguruma_) to Lua_ 5.1.
+(POSIX_, PCRE_, GNU_, TRE_ and Oniguruma_) to Lua_ 5.1. The bindings
+for TRE and Oniguruma are not currently complete.
**Lrexlib** is copyright Reuben Thomas 2000-2010 and copyright Shmuel
Zeigerman 2004-2010, and is released under the same license as Lua,