History log of /freebsd-10.2-release/lib/libc/regex/re_format.7
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 285830 23-Jul-2015 gjb

- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
builds.
- Update newvers.sh to reflect RC1.
- Update __FreeBSD_version to reflect 10.2.
- Update default pkg(8) configuration to use the quarterly branch.[1]

Discussed with: re, portmgr [1]
Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 269484 03-Aug-2014 pfg

MFC r268066:
regex(3): Add support for \< and \> word delimiters

Solaris and other OSs have support for \< and \> as word
delimiters in utilities like sed(1). These are useful to
have for general compatiblity with Solaris but should be
avoided for portability with other systems, including the
traditional BSDs.

Bump __FreeBSD_version as this is likely to affect some
userland utilities.

Reference:
https://www.illumos.org/issues/516

PR: bin/153257
Obtained from: Illumos


# 256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


# 213573 08-Oct-2010 uqs

mdoc: drop redundant .Pp and .LP calls

They have no effect when coming in pairs, or before .Bl/.Bd


# 182795 05-Sep-2008 keramida

Add two example regexps: (1) one for matching all the characters
that belong in a character class, and (2) one for matching all
the characters *not* in a character class.

Submitted by: Mark B, mkbucc at gmail.com
MFC after: 3 days


# 131504 02-Jul-2004 ru

Mechanically kill hard sentence breaks.


# 89647 22-Jan-2002 ru

Fix a typo I made in revision 1.5.

Submitted by: trevor


# 79754 15-Jul-2001 dd

Remove whitespace at EOL.


# 72205 09-Feb-2001 ru

mdoc(7) police: fixed the weird construct.


# 70481 29-Dec-2000 ru

Prepare for mdoc(7)NG.


# 68820 16-Nov-2000 ru

Replace a `dagger' sign with a `double dagger' one.
The former looks ugly on grotty(1) devices.


# 68722 14-Nov-2000 ru

Convert this from -man to -mdoc.


# 50476 28-Aug-1999 peter

$Id$ -> $FreeBSD$


# 48794 12-Jul-1999 nik

Add $Id$, to make it simpler for members of the translation teams to
track.

The $Id$ line is normally at the bottom of the main comment block in the
man page, separated from the rest of the manpage by an empty comment,
like so;

.\" $Id$
.\"

If the immediately preceding comment is a @(#) format ID marker than the
the $Id$ will line up underneath it with no intervening blank lines.
Otherwise, an additional blank line is inserted.

Approved by: bde


# 33352 14-Feb-1998 steve

Note that '+' and '?' are not special characters in basic REs but they
can be simulated using bounds.

PR: 5708
Submitted by: Oliver Fromme <oliver.fromme@heim3.tu-clausthal.de>


# 1574 27-May-1994 rgrimes

This commit was generated by cvs2svn to compensate for changes in r1573,
which included commits to RCS files with non-trunk default branches.


# 1573 27-May-1994 rgrimes

BSD 4.4 Lite Lib Sources