summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Fix incorrect documentation. (Shmuel)Reuben Thomas2010-10-041-2/+1
|
* Add index.txt.Reuben Thomas2010-10-031-0/+1
|
* 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
|
* update version and copyright strings (prepare to release 2.3)shmuz2008-05-281-3/+3
|
* Lrexlib version changed to 2.3.shmuz2008-03-301-1/+1
|
* Two new methods (match and find). Lrexlib version changed to 2.3.shmuz2008-03-301-1/+13
|
* Fix English.rrt2008-01-121-1/+1
|
* Fix Englishrrt2007-06-181-2/+2
|
* removed link to Lua lisenceshmuz2007-06-121-2/+1
|
* minor correctionshmuz2007-06-081-3/+3
|
* small fixshmuz2007-05-031-3/+3
|
* settables: removed API function.shmuz2007-05-031-39/+4
|
* add .py extension to work under Windowsshmuz2007-05-021-1/+1
|
* Remove generated HTML files from CVS, and make Makefile work a bitrrt2007-05-023-1211/+5
| | | | more widely compatible.
* *** empty log message ***shmuz2007-05-021-0/+12
|
* describe PCRE cflags as a stringshmuz2007-05-022-130/+195
|
* many changes -- see Changelogshmuz2007-04-193-313/+473
|
* Add line to bottom of table toorrt2007-03-181-2/+4
|
* Make the table borders more like publication-qualityrrt2007-03-181-1/+16
|
* many changes: see ChangeLogshmuz2007-03-174-76/+143
|
* added files for Lrexlib homepageshmuz2007-02-133-0/+102
|
* API change (error handling): see ChangeLogshmuz2007-02-122-27/+29
|
* added description of defaults for compilation and execution flagsshmuz2007-01-302-29/+71
|