diff options
author | Shmuel Zeigerman <solomuz0@gmail.com> | 2012-04-10 23:58:12 +0300 |
---|---|---|
committer | Shmuel Zeigerman <solomuz0@gmail.com> | 2012-04-10 23:58:12 +0300 |
commit | 76b3ee24e1b1cd48d7b414e18917a314540cbdb8 (patch) | |
tree | eb1ba1ae60b8b142f037a2419c9060f8b7e9d4d5 /doc/manual.txt | |
parent | 732c0502885407e65042077436cb69c87dba4a95 (diff) | |
download | lrexlib-76b3ee24e1b1cd48d7b414e18917a314540cbdb8.tar.gz |
Update docs towards the release.
Diffstat (limited to 'doc/manual.txt')
-rw-r--r-- | doc/manual.txt | 9 |
1 files changed, 8 insertions, 1 deletions
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. |