summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2007-04-05 09:17:28 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2007-04-05 09:17:28 +0000
commita7805cc251a2bf79bfd39753b09eb8bd9428a504 (patch)
tree92903f8df2e65cd0de6d6078f2f8fa668be5911b /NEWS
parent765b484a8ea8410faa15130c965d56b81eff29d6 (diff)
downloadpcre-a7805cc251a2bf79bfd39753b09eb8bd9428a504.tar.gz
Another buglet in pcretest for "any" newline and /g.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@146 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 5 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index a581006..a046f70 100644
--- a/NEWS
+++ b/NEWS
@@ -10,7 +10,11 @@ for details), but the major change is a complete re-implementation of the build
system. This now has full Autotools support and so is now "standard" in some
sense. It should help with compiling PCRE in a wide variety of environments.
-An important change is that the dftables auxiliary program is no longer
+NOTE: when building shared libraries for Windows, three dlls are now built,
+called libpcre, libpcreposix, and libpcrecpp. Previously, everything was
+included in a single dll.
+
+Another important change is that the dftables auxiliary program is no longer
compiled and run at "make" time by default. Instead, a default set of character
tables (assuming ASCII coding) is used. If you want to use dftables to generate
the character tables as previously, add --enable-rebuild-chartables to the