summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Lrexlib v2.9.1rel-2-9-1Shmuel Zeigerman2020-08-071-2/+2
|
* Minor changes in code, PCRE2 additions to the manual.Shmuel Zeigerman2017-11-071-35/+171
|
* Oniguruma: add methodShmuel Zeigerman2015-04-191-0/+11
|
* Update the licenseShmuel Zeigerman2015-02-271-2/+2
|
* Update the incompatibilities sectionShmuel Zeigerman2015-02-271-0/+5
|
* In the functions searching for multiple matches every empty match adjacent ↵Shmuel Zeigerman2015-02-261-0/+4
| | | | to the previous match is discarded.
* Added method "fullinfo" to PCRE binding.Shmuel Zeigerman2014-10-301-0/+15
|
* Add function rex.count and disallow nil/false as the replacement argument in ↵Shmuel Zeigerman2014-08-081-27/+47
| | | | rex.gsub (issue #10).
* Allow non-string, non-userdata subjects in Lua 5.1Reuben Thomas2014-08-051-5/+5
|
* Simplify build system, and release directly from gitReuben Thomas2013-01-081-25/+0
|
* Allow to signal no replacement in gsub with a nil or false replacement.Reuben Thomas2012-10-181-4/+10
|
* Remove unnecessary version numbers and have only one source of the version.Reuben Thomas2012-10-042-3/+3
|
* Add the ability to use raw memory blocks as subjects.Reuben Thomas2012-09-291-3/+13
| | | | | | | | The implementation is in algo.h, in the new check_subject function. Usage is documented in manual.txt. Optional tests have been added, using alien buffers.
* Update docs towards the release.Shmuel Zeigerman2012-04-102-4/+11
|
* Removed function plainfind.Shmuel Zeigerman2012-02-131-39/+0
|
* Fix hyperlinksShmuel Zeigerman2012-01-221-1/+1
|
* Remove duplicate information. (Shmuel)Reuben Thomas2010-11-051-5/+0
|
* Improve portability of build system. (Shmuel)Reuben Thomas2010-10-261-4/+8
|
* Merge branch 'master' of github.com:rrthomas/lrexlibReuben Thomas2010-10-052-2/+2
|\
| * Fix incorrect documentation. (Shmuel)Reuben Thomas2010-10-041-2/+1
| |
| * Add index.txt.Reuben Thomas2010-10-031-0/+1
| |
* | Clarify what is meant by backwards searching.Reuben Thomas2010-10-051-3/+5
|/
* Use doc/index.txt as README.Reuben Thomas2010-10-032-42/+3
|
* Remove gnu_rex.setsyntax, reimplement syntax flags as compilationReuben Thomas2010-09-121-29/+10
| | | | | | | | | | | | flags, adding the per-feature flags (which is why we need them to be numbers, not strings, so they can be combined). Hence, remove the special “syn” argument from the constructors, and alter the tests accordingly. Improve the documentation of GNU regex in one or two places. Rename the “reverse” execution flag to “backward”, for clarity.
* Fix some erroneous markup fixing in last commit but one.Reuben Thomas2010-09-101-1/+1
|
* Document the translation parameter for GNU regexs.Reuben Thomas2010-09-101-8/+13
|
* Improve documentation of syntax parameters, and make some use ofReuben Thomas2010-09-101-9/+9
| | | | markup slightly more consistent.
* Fix permissions: remove spurious executable permissions.Reuben Thomas2010-08-016-0/+0
|
* Remove old commented-out -gt which is not documented in rst2html(1).Reuben Thomas2010-08-011-4/+8
| | | | | | | Change default name of app to rst2html in accordance with common installed name. Add a clean target.
* Fix up errors: mostly remove links that now point to index.txt.Reuben Thomas2010-08-011-20/+19
|
* Update version and years in license.html.Reuben Thomas2010-08-011-3/+3
|
* Make .gitignore from .cvsignoreReuben Thomas2010-08-011-0/+0
|
* Document GNU library flags.Reuben Thomas2010-07-311-1/+5
|
* Merge duplicate material between index.txt and manual.txt.Reuben Thomas2010-07-312-26/+16
| | | | Fix names of GNU and TRE shared library files in manual.txt.
* Remove README (use index.txt instead).Reuben Thomas2010-07-311-2/+3
|
* Move the documentation of the library-specific compile-time argumentsReuben Thomas2010-07-301-126/+115
| | | | | | | | | into the documentation of each library’s new method; just refer to “larg” (library arguments) elsewhere. Add some missing documentation for GNU. Make the layout of the argument tables a little more consistent.
* Add URL for GNU regex.Reuben Thomas2010-07-301-1/+1
|
* Various improvements to GNU regex support:Reuben Thomas2010-07-261-2/+2
| | | | | | | | | | | | 1. Change default syntax to POSIX_EXTENDED, as agreed with Shmuel. 2. Add setsyntax function to set the syntax. Use it to run a much smaller emacs_sets.lua, while using common_sets.lua (with normal syntax) as the main test. This commit also introduces preliminary untested code to support translation arrays, and code to parse a syntax argument so per-regex syntax can be selected.
* Merge TRE and GNU documentation into manual.Reuben Thomas2010-07-261-24/+151
|
* Bump version to 2.5.rrt2010-07-202-41/+83
| | | | | | Fix Shmuel’s email address in index.txt. Add some very preliminary documentation for the GNU regex library.
* The definition of Lrexlib edited.shmuz2008-08-051-3/+2
|
* prepare to release 2.4.0shmuz2008-08-041-7/+5
|
* correctionsshmuz2008-08-011-3/+3
|
* English fixes.niklas2008-07-301-12/+12
|
* Add .cvsignore file for generated HTML filesniklas2008-07-301-0/+2
|
* Changes related to Oniguruma addition and directory layout change.shmuz2008-07-301-83/+157
|
* one sentence rewordedshmuz2008-06-151-2/+2
|
* update version and copyright strings (prepare to release 2.4)shmuz2008-06-153-10/+21
|
* update version and copyright strings (prepare to release 2.3)shmuz2008-05-302-4/+4
|
* reverted; didn't like the current version;shmuz2008-05-301-18/+1
|