OpenBSD CVS

CVS log for src/usr.bin/tmux/regsub.c


[BACK] Up to [local] / src / usr.bin / tmux

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.6 / (download) - annotate - [select for diffs], Fri Jun 30 21:55:09 2023 UTC (10 months, 2 weeks ago) by nicm
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5, OPENBSD_7_4_BASE, OPENBSD_7_4, HEAD
Changes since 1.5: +3 -3 lines
Diff to previous 1.5 (colored)

Change a few types to fix warnings, from Thomas Klausner.

Revision 1.5 / (download) - annotate - [select for diffs], Thu Apr 9 14:23:34 2020 UTC (4 years, 1 month ago) by nicm
Branch: MAIN
CVS Tags: OPENBSD_7_3_BASE, OPENBSD_7_3, OPENBSD_7_2_BASE, OPENBSD_7_2, OPENBSD_7_1_BASE, OPENBSD_7_1, 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
Changes since 1.4: +2 -3 lines
Diff to previous 1.4 (colored)

Some minor style nits.

Revision 1.4 / (download) - annotate - [select for diffs], Wed Nov 27 20:54:30 2019 UTC (4 years, 5 months ago) by nicm
Branch: MAIN
Changes since 1.3: +12 -12 lines
Diff to previous 1.3 (colored)

REG_STARTEND is not portable, but it turns out we don't actually need
it. From Evan Green, GitHub issue 1982.

Revision 1.3 / (download) - annotate - [select for diffs], Sun Nov 24 18:37:23 2019 UTC (4 years, 5 months ago) by nicm
Branch: MAIN
Changes since 1.2: +7 -1 lines
Diff to previous 1.2 (colored)

Only substitute patterns starting with ^ once.

Revision 1.2 / (download) - annotate - [select for diffs], Thu Jun 20 15:40:14 2019 UTC (4 years, 11 months ago) by nicm
Branch: MAIN
CVS Tags: OPENBSD_6_6_BASE, OPENBSD_6_6
Changes since 1.1: +27 -10 lines
Diff to previous 1.1 (colored)

Fix how regex substitution works with empty matches.

Revision 1.1 / (download) - annotate - [select for diffs], Thu Jun 13 19:46:00 2019 UTC (4 years, 11 months ago) by nicm
Branch: MAIN

Add regular expression support for the format search, match and
substitute modifiers.

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.