OpenBSD CVS

CVS log for src/usr.sbin/httpd/patterns.7


[BACK] Up to [local] / src / usr.sbin / httpd

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.8 / (download) - annotate - [select for diffs], Wed Nov 8 11:17:20 2023 UTC (7 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5, HEAD
Changes since 1.7: +4 -4 lines
Diff to previous 1.7 (colored)

remove accidental double space

Revision 1.7 / (download) - annotate - [select for diffs], Fri Feb 18 10:24:33 2022 UTC (2 years, 3 months ago) by jsg
Branch: MAIN
CVS Tags: OPENBSD_7_4_BASE, OPENBSD_7_4, OPENBSD_7_3_BASE, OPENBSD_7_3, OPENBSD_7_2_BASE, OPENBSD_7_2, OPENBSD_7_1_BASE, OPENBSD_7_1
Changes since 1.6: +4 -4 lines
Diff to previous 1.6 (colored)

prefer https links in man pages
ok gnezdo@ miod@ jmc@

Revision 1.6 / (download) - annotate - [select for diffs], Sat Jun 10 13:31:45 2017 UTC (7 years ago) by schwarze
Branch: MAIN
CVS Tags: OPENBSD_7_0_BASE, OPENBSD_7_0, OPENBSD_6_9_BASE, OPENBSD_6_9, OPENBSD_6_8_BASE, OPENBSD_6_8, OPENBSD_6_7_BASE, OPENBSD_6_7, OPENBSD_6_6_BASE, OPENBSD_6_6, OPENBSD_6_5_BASE, OPENBSD_6_5, OPENBSD_6_4_BASE, OPENBSD_6_4, OPENBSD_6_3_BASE, OPENBSD_6_3, OPENBSD_6_2_BASE, OPENBSD_6_2
Changes since 1.5: +3 -3 lines
Diff to previous 1.5 (colored)

Fix broken escaping: "\." is almost never what you want; found with
mandoc -Tlint.  While here, make macro usage more consistent.

Revision 1.5 / (download) - annotate - [select for diffs], Tue Jun 30 19:01:05 2015 UTC (8 years, 11 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_6_1_BASE, OPENBSD_6_1, OPENBSD_6_0_BASE, OPENBSD_6_0, OPENBSD_5_9_BASE, OPENBSD_5_9, OPENBSD_5_8_BASE, OPENBSD_5_8
Changes since 1.4: +6 -5 lines
Diff to previous 1.4 (colored)

new sentence, new line;
my apologies to semarie for not pointing this out when he asked for an ok...

Revision 1.4 / (download) - annotate - [select for diffs], Tue Jun 30 08:28:38 2015 UTC (8 years, 11 months ago) by semarie
Branch: MAIN
Changes since 1.3: +7 -3 lines
Diff to previous 1.3 (colored)

Add a small paragraph about some difference with Lua implementation.
Suggestion from Theo Buehler.

OK jmc@ reyk@

Revision 1.3 / (download) - annotate - [select for diffs], Sat Jun 27 04:22:52 2015 UTC (8 years, 11 months ago) by semarie
Branch: MAIN
Changes since 1.2: +3 -3 lines
Diff to previous 1.2 (colored)

Corrects the manpage for patterns(7): the indexing for empty capture follow
C-style (starting from 0) and not the Lua-style (starting from 1).

Patch from Theo Buehler.

OK reyk@

Revision 1.2 / (download) - annotate - [select for diffs], Tue Jun 23 17:29:19 2015 UTC (8 years, 11 months ago) by jmc
Branch: MAIN
Changes since 1.1: +14 -15 lines
Diff to previous 1.1 (colored)

various tweaks;

Revision 1.1 / (download) - annotate - [select for diffs], Tue Jun 23 15:23:14 2015 UTC (8 years, 11 months ago) by reyk
Branch: MAIN

Add initial support for pattern matching using Lua's pattern matching code.

With important help on the pattern matcher from semarie@

OK semarie@

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.