doc/regex.texi


Log

Author Commit Date CI Message
Bruno Haible 3fe1777d 2022-06-05T19:09:15 doc: Fix warnings about regex chapter structure (regression 2022-05-15). * doc/regex.texi (GNU Operators): Fix menu.
Reuben Thomas 2e13b549 2022-05-11T11:47:00 doc: remove Emacs-specific documentation; match code * doc/regex.texi: Remove mention of both Emacs and non-Emacs syntax tables, as these are no longer supported by the code. Document the word character class (alnum + _). Add documentation for \s and \S. Replace mentions of #defining emacs with RE_NO_GNU_OPS (which takes effect in the opposite sense); merge the node “GNU Emacs Operators” into “GNU Operators”. For \` and \', refer to the “whole string” rather than the (Emacs) “buffer”.
Benno Schulenberg 8a1e1616 2022-02-22T11:53:35 doc: add two missing closing parentheses * doc/regex.texi (Syntax Bits): Add missing closing parenthesis. * doc/regex.texi (BSD Regular Expression Compiling): Likewise.
Bruno Haible 3148eb10 2021-09-22T23:19:22 doc: Fix outdated statement about Spanish collation. Reported by Dietmar Schindler in <https://lists.gnu.org/archive/html/bug-gnulib/2021-09/msg00095.html>. * doc/regex.texi (Collating Elements vs. Characters): Choose another example of a digraph with special collation.
Bruno Haible 25ce2d6b 2021-09-22T23:07:24 doc: Don't assume that the output format is TeX-based or info. Reported by Dietmar Schindler in <https://lists.gnu.org/archive/html/bug-gnulib/2021-09/msg00095.html>. * doc/regex.texi (Collating Elements vs. Characters): Assume a texinfo version that groks UTF-8 encoded ISO-8859-1 characters.
Paul Eggert 28dcd5ad 2020-01-02T14:08:58 doc: mention glibc bug 24269 * doc/regex.texi (Back-reference Operator): Add glibc bug 24269. Reformat slightly so that it looks nicer in the Grep manual.
Bruno Haible 374b76ee 2019-12-30T21:02:45 doc: Add URLs. * doc/regex.texi (Back-reference Operator): Add URLs into glibc bug tracker.
Paul Eggert 1e28c9eb 2019-12-30T00:56:43 doc: fix typo in previous patch
Paul Eggert 35cddb54 2019-12-30T00:22:05 doc: document trouble with back-references * doc/regex.texi (Back-reference Operator): Mention bugs etc.
Paul Eggert ff6ee46a 2019-12-29T23:02:19 doc: use “back-reference” for \1 etc. * doc/regex.texi: Consistently spell “back-reference” with a hyphen, since that’s how POSIX does it.
Bruno Haible d7cf3b8d 2018-06-25T21:45:23 Continue to use spaces for indentation, not tabs.
Paul Eggert fe3419dc 2014-01-03T11:18:07 doc: use ASCII in .texi files where UTF-8 isn't needed * doc/posix-functions/crypt.texi, doc/posix-functions/encrypt.texi: * doc/posix-functions/setkey.texi, doc/regex.texi: Use ASCII input, not UTF-8.
Paul Eggert 133948ab 2013-01-05T17:23:52 doc: avoid small caps * doc/parse-datetime.texi, doc/regex.texi: Don't use small caps; they're more trouble than they're worth. Suggested by Karl Berry in <http://bugs.gnu.org/13360>.
Paul Eggert a4d796fb 2012-02-05T13:42:03 maint: spelling fixes
Paul Eggert 4cde8fd7 2012-01-05T23:59:09 doc: fix minor quoting issues, mostly with `
Karl Berry e4078c6f 2011-09-03T09:56:26 avoid literal : in index entries
Jim Meyering 93d75504 2011-05-20T11:53:34 maint: replace misused "a" with "an" * doc/intprops.texi: "a integer" * doc/regex.texi: "a explanation" * lib/alignof.h: "a object" * lib/argmatch.h: "a explanation" * lib/argp-help.c: "a option" and "a OPTION_DOC" * lib/stdint.in.h: "a integer" * lib/userspec.c: "a owner" * doc/gnulib.texi: Fix "a idea", and reword.
Jim Meyering c9ff0257 2011-05-19T22:18:05 maint: correct misuse of "a" and "an" * doc/regex.texi (Collating Symbol Operators): s/an close.../a close/ * lib/argp-help.c: "an docum...": s/an/a/ * lib/argp-parse.c: "An vector": s/An/A/ * lib/execute.c: "an native": s/an/a/ * lib/spawn-pipe.c: Likewise. * lib/gc.h: "an Gc_rc": s/an/a/ * lib/unigbrk.in.h: "an grapheme": s/an/a/ * lib/fts.c: "an stat.st_dev": s/an/a/
Karl Berry 12e64e44 2010-09-07T17:45:39 regex documentation update from Reuben Thomas <rrt@sc3d.org>, 20 Aug 2010 12:04:39 +0100
Karl Berry 29c7cb2d 2010-09-07T17:44:22 regex documentation update from Reuben Thomas <rrt@sc3d.org>, 20 Aug 2010 12:04:39 +0100
Reuben Thomas e5cff548 2010-08-14T23:08:55 Document not_eol.
Reuben Thomas 2cbe701a 2010-08-14T16:40:16 Document not_eol and remove mention of regex.c.
Karl Berry 80fc442c 2010-08-13T11:50:58 avoid some overlong lines from posix urls, etc.
Karl Berry a90cfa59 2010-08-07T06:58:15 erroneous commas inside @var
Bruno Haible d1fb15ba 2010-08-01T18:47:14 Integrate the regex documentation.
Bruno Haible 8924ed37 2010-08-01T17:29:07 Whitespace cleanup.
Bruno Haible ea6b0b0c 2010-08-01T17:26:34 Add regex documentation.