History log of /freebsd-10.0-release/lib/libc/regex/re_format.7
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 259065 07-Dec-2013 gjb

- Copy stable/10 (r259064) to releng/10.0 as part of the
10.0-RELEASE cycle.
- Update __FreeBSD_version [1]
- Set branch name to -RC1

[1] 10.0-CURRENT __FreeBSD_version value ended at '55', so
start releng/10.0 at '100' so the branch is started with
a value ending in zero.

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

# 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 27-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