aboutsummaryrefslogtreecommitdiff
path: root/jimregexp.c
diff options
context:
space:
mode:
authorSteve Bennett <steveb@workware.net.au>2010-10-22 11:34:27 +1000
committerSteve Bennett <steveb@workware.net.au>2010-11-17 07:57:38 +1000
commitb45e63f2b5ca11d102690b19d8c5f7685754e75c (patch)
tree62ccd72adc33974d3aad2dd69621968d4684faab /jimregexp.c
parentf86ed51e9b0f38954519ca21a623d27bc7c80a88 (diff)
downloadjimtcl-b45e63f2b5ca11d102690b19d8c5f7685754e75c.zip
jimtcl-b45e63f2b5ca11d102690b19d8c5f7685754e75c.tar.gz
jimtcl-b45e63f2b5ca11d102690b19d8c5f7685754e75c.tar.bz2
Update documentation to cover UTF-8 support for regexp
Also create README.utf-8 Signed-off-by: Steve Bennett <steveb@workware.net.au>
Diffstat (limited to 'jimregexp.c')
-rw-r--r--jimregexp.c11
1 files changed, 6 insertions, 5 deletions
diff --git a/jimregexp.c b/jimregexp.c
index d6a8723..7a0adf2 100644
--- a/jimregexp.c
+++ b/jimregexp.c
@@ -38,11 +38,12 @@
*** seiwald@perforce.com, on 20 January 2000, to use function prototypes.
*** THIS IS AN ALTERED VERSION. It was altered by Christopher Seiwald
*** seiwald@perforce.com, on 05 November 2002, to const string literals.
- *** THIS IS AN ALTERED VERSION. It was altered by Steve Bennett <steveb@workware.net.au>
- *** on 16 October 2010, to remove static state and add better Tcl ARE compatibility.
- *** This includes counted repetitions, UTF-8 support, character classes,
- *** shorthand character classes, increased number of parentheses to 100,
- *** backslash escape sequences.
+ *
+ * THIS IS AN ALTERED VERSION. It was altered by Steve Bennett <steveb@workware.net.au>
+ * on 16 October 2010, to remove static state and add better Tcl ARE compatibility.
+ * This includes counted repetitions, UTF-8 support, character classes,
+ * shorthand character classes, increased number of parentheses to 100,
+ * backslash escape sequences.
*
* Beware that some of this code is subtly aware of the way operator
* precedence is structured in regular expressions. Serious changes in