summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorShmuel Zeigerman <solomuz0@gmail.com>2012-04-10 23:58:12 +0300
committerShmuel Zeigerman <solomuz0@gmail.com>2012-04-10 23:58:12 +0300
commit76b3ee24e1b1cd48d7b414e18917a314540cbdb8 (patch)
treeeb1ba1ae60b8b142f037a2419c9060f8b7e9d4d5 /doc
parent732c0502885407e65042077436cb69c87dba4a95 (diff)
downloadlrexlib-76b3ee24e1b1cd48d7b414e18917a314540cbdb8.tar.gz
Update docs towards the release.
Diffstat (limited to 'doc')
-rw-r--r--doc/license.html6
-rw-r--r--doc/manual.txt9
2 files changed, 11 insertions, 4 deletions
diff --git a/doc/license.html b/doc/license.html
index e9287ba..15335ed 100644
--- a/doc/license.html
+++ b/doc/license.html
@@ -5,9 +5,9 @@
</head>
<body>
-<h2>Lrexlib 2.5</h2>
-<p>Copyright &copy; Reuben Thomas 2000-2010<br>
-Copyright &copy; Shmuel Zeigerman 2004-2010
+<h2>Lrexlib 2.6</h2>
+<p>Copyright &copy; Reuben Thomas 2000-2012<br>
+Copyright &copy; Shmuel Zeigerman 2004-2012
<p>Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
diff --git a/doc/manual.txt b/doc/manual.txt
index 1b5ea53..6af4d5f 100644
--- a/doc/manual.txt
+++ b/doc/manual.txt
@@ -1,6 +1,6 @@
.. role:: funcdef(literal)
-Lrexlib 2.5 Reference Manual
+Lrexlib 2.6 Reference Manual
============================
.. contents:: Table of Contents
@@ -832,6 +832,13 @@ This function returns a string containing the version of the used TRE library.
Incompatibilities with previous versions
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+**Incompatibilities between versions 2.6 and 2.5:**
+
+ 1. Removed function ``plainfind``.
+ #. Global variables (e.g. *rex_posix*, *rex_pcre*, etc.) are not created
+ by default. This can be changed at the stage of compilation by adding
+ ``-DREX_CREATEGLOBALVAR`` to ``CFLAGS``.
+
**Incompatibilities between versions 2.2 and 2.1:**
1. gsub_: a special "break" return of *repl* function is deprecated.