summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjpeek <jpeek>1999-07-06 22:50:58 (GMT)
committerjpeek <jpeek>1999-07-06 22:50:58 (GMT)
commit56db8af08f895050bfb48a76ab51f956802ca65f (patch)
tree985ab5119225704c52f988fa3b364e1769f5da3a
parent01e565256ce060d05b1cf427b3354f42d89b91e9 (diff)
downloadtcl-56db8af08f895050bfb48a76ab51f956802ca65f.zip
tcl-56db8af08f895050bfb48a76ab51f956802ca65f.tar.gz
tcl-56db8af08f895050bfb48a76ab51f956802ca65f.tar.bz2
Added entry re: 1999-06-23 changes that created re_syntax(n) page.
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 832a93b..ae49663 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -27,6 +27,17 @@
* tests/reg.test:
* generic/regexec.c: Fixed bugs in non-greedy quantifiers.
+1999-06-23 <jpeek@scriptics.com>
+
+ * doc/re_syntax.n:
+ * doc/switch.n:
+ * doc/lsearch.n:
+ * doc/RegExp.3:
+ * doc/regexp.n:
+ * doc/regsub.n: Moved information about syntax of 8.1 regular
+ expressions from regexp(n) manpage into new re_syntax(n) page.
+ Added pointers from other manpages to new re_syntax(n) page.
+
1999-06-23 <stanton@scriptics.com>
* unix/Makefile.in: Changed install-doc to install-man.