<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2, branch vendor/groff</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=vendor%2Fgroff</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=vendor%2Fgroff'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2012-07-26T10:41:48Z</updated>
<entry>
<title>Cherry-pick vendor changes to mdoc:</title>
<updated>2012-07-26T10:41:48Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2012-07-26T10:41:48Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=c01f06709971213832254a6157702dd146daa687'/>
<id>urn:sha1:c01f06709971213832254a6157702dd146daa687</id>
<content type='text'>
: 2012-07-17  Ingo Schwarze  &lt;schwarze@usta.de&gt;
:
:         [mdoc] Make `Fl' correctly restore fonts.
:
:         * tmac/doc.tmac (doc-flag-recursion): Do it.
:
: 2012-01-25  Ingo Schwarze  &lt;schwarze@usta.de&gt;
:
:         [mdoc] * tmac/doc-syms: Fix meaning of XBD acronym.
:
: 2012-01-03  Kristaps Dzonsons  &lt;kristaps@bsd.lv&gt;
:
:         [mdoc] Add `-isoC-2011'.
:
:         * tmac/doc-syms (doc-str-St--isoC-2011): Add it.
:         * tmac/groff_mdoc.man: Document it.
</content>
</entry>
<entry>
<title>Cherry-pick vendor changes to mdoc:</title>
<updated>2011-12-08T13:45:32Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2011-12-08T13:45:32Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=49dd08405abf40e89f18464437c82e6b1cfe162f'/>
<id>urn:sha1:49dd08405abf40e89f18464437c82e6b1cfe162f</id>
<content type='text'>
: 2011-10-23  Ingo Schwarze  &lt;schwarze@openbsd.org&gt;
:
:         [mdoc] Synchronize string tables with the mandoc(1) utility.
:
:         * tmac/doc-common: Add many architecture names used in NetBSD and
:         OpenBSD (and "arm" from FreeBSD) and remove the duplicate OS version
:         entry for Darwin-10.6.0.
:
:         * tmac/doc-syms: Add many library names used in NetBSD and FreeBSD.
:
:         * tmac/groff_mdoc.man: Document all supported architecture names, OS
:         versions, and library names.
:
: 2011-09-11  Joseph Koshy  &lt;jkoshy@users.sourceforge.net&gt;
:
:         [mdoc] Add some library strings.
:
:         * tmac/doc-syms: Add `libdwarf' and `libelf'.
:         * tmac/groff_mdoc.man: Document them.
:
: 2011-07-03  Guillem Jover  &lt;guillem@debian.org&gt;
:
:         mdoc: Update more OS versions strings.
:
:         * tmac/doc-common: Add versions strings for NetBSD, OpenBSD,
:         FreeBSD, and DragonFly.
</content>
</entry>
<entry>
<title>Cherry-pick vendor changes to mdoc:</title>
<updated>2011-06-06T12:55:19Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2011-06-06T12:55:19Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=fd17680fc759f70878d56ec5c52babec4806b22a'/>
<id>urn:sha1:fd17680fc759f70878d56ec5c52babec4806b22a</id>
<content type='text'>
: 2011-04-08  Michail Vidiassov  &lt;master@iaas.msu.ru&gt;
:
:         mdoc: Update various strings related to Mac OS X and FreeBSD.
:
:         * tmac/doc-common: Add strings for FreeBSD 8.2 and Darwin 9.7-11.0.
:         * tmac/doc-syms: Add strings -lbsm and -lSystem.
:
: 2011-03-29  Ingo Schwarze  &lt;schwarze@usta.de&gt;
:
:         Add another POSIX standard.
:
:         * tmac/doc-syms: Add POSIX 1003.1b.
:
: 2011-03-04  Werner LEMBERG  &lt;wl@gnu.org&gt;
:
:         [mdoc] Within .An, .Aq, .Ao, and .Ac now use `&lt;' and `&gt;'.
:         Problem reported by Ulrich Spörlein &lt;uqs@spoerlein.net&gt;
:
:         * tmac/doc.tmac (Aq, Ao, Ac): Implement it to follow RFC 822 and RFC
:         2822.
:
: 2010-11-02  Ulrich Spörlein  &lt;uqs@spoerlein.net&gt;
:
:         [mdoc]: Complete previous patch and document OpenBSD releases.
:
:         * tmac/doc-common (doc-operating-system-NetBSD): Add versions 5.0,
:         5.0.1, and 5.0.2.
:         (doc-operating-system-OpenBSD-*): New strings.
:         (doc-operating-system-FreeBSD-*): Add version 8.1.
:         (doc-operating-system-DragonFly-*): Add versions 2.2, 2.4, 2.6, and
:         2.8.
:         (Os): Handle DragonFly and OpenBSD.
:
:         * tmac/groff_mdoc.man: Document OpenBSD releases.
:         Add DragonFly release 2.8.
:
: 2010-11-02  Ulrich Spörlein  &lt;uqs@spoerlein.net&gt;
:
:         [mdoc]: Improve man page.
:
:         * tmac/groff_mdoc.man: Fix prologue macro order.
:         Update NetBSD, FreeBSD, and DragonflyBSD version numbers.
:         Other minor layout improvements.
:
:
: 2010-02-24  Colin Watson  &lt;cjwatson@debian.org&gt;
:
:         Add new FreeBSD and Posix versions.
:
:         * tmac/doc-common: Add FreeBSD versions 7.2, 7.3, and 8.0
:         * tmac/doc-syms: Add Posix 2008.
:         * tmac/groff_mdoc.man: Document it.
</content>
</entry>
<entry>
<title>Cherry-pick unreleased vendor changes to mdoc:</title>
<updated>2010-01-15T15:07:32Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2010-01-15T15:07:32Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=4083b9ac03baf5b89b006ea8949c81f43922efa0'/>
<id>urn:sha1:4083b9ac03baf5b89b006ea8949c81f43922efa0</id>
<content type='text'>
: 2009-10-26  Werner LEMBERG  &lt;wl@gnu.org&gt;
:
:         * tmac/doc-common (Dx): Define register.
:
: 2009-10-26  Jörg Sonnenberger  &lt;joerg@britannica.bec.de&gt;
:
:         Implement `%U' in mdoc for URL references.
:
:         * tmac/doc-common (%U): New register.
:         (Rd): Handle `doc-url-count' and `doc-url-name'.
:
:         * tmac/doc.tmac (doc-url-count, doc-url-name): New registers.
:         (doc-save-global-vars, doc-restore-global-vars, doc-reset-reference,
:         doc-print-reference): Handle `doc-url-count' and `doc-url-name'.
:         (%U): New macro.
:
:         * NEWS, tmac/groff_mdoc.man: Document `%U' macro.
:
: 2009-04-01  Werner LEMBERG  &lt;wl@gnu.org&gt;
:
:         * tmac/doc.tmac: Call `ec' before mapping characters.
</content>
</entry>
<entry>
<title>Cherry-pick some vendor changes to mdoc and man macro packages.</title>
<updated>2010-01-15T13:48:29Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2010-01-15T13:48:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=45d6d6c74aeebeaecbb8d0af283ffa37bc82e8c5'/>
<id>urn:sha1:45d6d6c74aeebeaecbb8d0af283ffa37bc82e8c5</id>
<content type='text'>
(They were all made before Groff switched from GPLv2 to GPLv3,
though the mdoc macro packages is not affected by the switch.)

: 2007-11-10  Michail Vidiassov  &lt;master@iaas.msu.ru&gt;
:
:         * tmac/doc-syms (doc-str-St--susv3): New string.
:         * tmac/groff_mdoc.man: Document it.
:
: 2008-09-06  Werner LEMBERG  &lt;wl@gnu.org&gt;
:
:         * tmac/doc-common (Dd, Os, Dt): Reset `doc-command-name' to make
:         `.Nm' work properly if next manual page is printed.
:
: 2008-10-04  Werner LEMBERG  &lt;wl@gnu.org&gt;
:
:         * tmac/doc-common (doc-operating-system-*): Update releases.
:
:         * tmac/groff_mdoc.man: Document it.
:
: 2008-10-13  Werner LEMBERG  &lt;wl@gnu.org&gt;
:
:         * tmac/groff_mdoc.man: Update documentation on BSD-like OS string
:         versions.
:
: 2008-10-16  Werner LEMBERG  &lt;wl@gnu.org&gt;
:
:         * tmac/doc-common (doc-operating-system-*), tmac/groff_mdoc.man: Add
:         NetBSD 4.0.1.
:
: 2008-11-05  Werner LEMBERG  &lt;wl@gnu.org&gt;
:
:         * tmac/doc-common (Dt): Start a new page if necessary and set up
:         headers.
:
: 2008-12-24  Michail Vidiassov  &lt;master@iaas.msu.ru&gt;
:
:         * tmac/doc-common: Add entries for Mac OS X and FreeBSD.
:
: 2009-01-02  Werner LEMBERG  &lt;wl@gnu.org&gt;
:
:         * tmac/groff_mdoc.man: Update OS version string listing.
:
: 2009-01-03  Werner LEMBERG  &lt;wl@gnu.org&gt;
:
:         * tmac/an-old.tmac, tmac/doc.tmac: For -Tutf8, map \-, -, ', and `
:         conservatively to ASCII for the sake of easy cut and paste.
</content>
</entry>
<entry>
<title>Flatten out vendor tree.</title>
<updated>2010-01-15T12:01:25Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2010-01-15T12:01:25Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=0e96a56a89d09e73270c1b56a266f78531cb6d71'/>
<id>urn:sha1:0e96a56a89d09e73270c1b56a266f78531cb6d71</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Pull up current -mdoc version from vendor.  This includes the</title>
<updated>2007-10-03T06:04:40Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2007-10-03T06:04:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=95261a8d0f303b8b90df46981f679e243a8b553f'/>
<id>urn:sha1:95261a8d0f303b8b90df46981f679e243a8b553f</id>
<content type='text'>
following changes:

: 2007-10-02  Ruslan Ermilov  &lt;ru@FreeBSD.org&gt;
:
:         * tmac/doc-common, tmac/groff_doc.man: Add FreeBSD 6.2, document
:         FreeBSD 5.5 and 7.0.
:
:         * tmac/doc-syms: Give better names for System V releases.

: 2007-05-30  Werner LEMBERG &lt;wl@gnu.org&gt;
:
:         * tmac/groff_mdoc.man: Convert `-' to `\-' where appropriate.
:         Recommend `tbl' instead of `-column' lists for more complicated
:         cases.
</content>
</entry>
<entry>
<title>Pull up current -mdoc version from vendor.</title>
<updated>2006-12-25T08:59:09Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2006-12-25T08:59:09Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=5bba0737f199d2155c03456f8c21a7741626e0b8'/>
<id>urn:sha1:5bba0737f199d2155c03456f8c21a7741626e0b8</id>
<content type='text'>
- New Darwin, FreeBSD, and NetBSD versions.
- DragonFly support including the new .Dx macro.
- New .St strings: -isoC-amd1, -isoC-tcor1, -isoC-tcor2, and -ieee1275-94.
</content>
</entry>
<entry>
<title>Merge support for new BSD releases from upstream:</title>
<updated>2006-01-12T15:26:11Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2006-01-12T15:26:11Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=b99439c39ac5e2e1bd95db786e92b45fd686bd47'/>
<id>urn:sha1:b99439c39ac5e2e1bd95db786e92b45fd686bd47</id>
<content type='text'>
- Darwin 8.[0-3].0
- FreeBSD 4.11, 5.4, 6.0, 6.1
- NetBSD 3.0
</content>
</entry>
<entry>
<title>Removed files not present in v1.19.2 import.</title>
<updated>2005-10-20T10:47:26Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2005-10-20T10:47:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=22481ce32f4b107449e09c2a37860b7b4c2c3614'/>
<id>urn:sha1:22481ce32f4b107449e09c2a37860b7b4c2c3614</id>
<content type='text'>
</content>
</entry>
</feed>
