summaryrefslogtreecommitdiffstats
path: root/contrib/groff
Commit message (Collapse)AuthorAgeFilesLines
* A version of SGR disabling stuff that is believed to be safe.ru2002-10-241-0/+8
| | | | Submitted by: Werner LEMBERG <wl@gnu.org>
* A crude temporary hack to fix building of ms(7) formatted documentsru2002-10-231-3/+0
| | | | while I am working on a real fix.
* A better version of disabling SGR support in grotty(1).ru2002-10-211-1/+1
|
* Disable SGR support in grotty(1) pending the resolution on -arch.ru2002-10-181-0/+3
|
* This commit was generated by cvs2svn to compensate for changes in r105151,ru2002-10-151-5/+8
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * From ChangeLog:ru2002-10-151-5/+8
| | | | | | | | | | | | | | | | | | | | | | : 2002-10-14 Werner LEMBERG <wl@gnu.org> : : * src/roff/troff/node.cc (troff_output_file::put_char_width, : troff_output_file::put_char, troff_output_file::fill_color, : troff_output_file::glyph_color): Handle case where color pointer : is null. This paniced troff(1) attempting to format the vinum(4) manpage.
* | Merge FSF changes onto mainline (-r option).ru2002-10-141-1/+9
| |
* | This commit was generated by cvs2svn to compensate for changes in r105081,ru2002-10-141-3/+22
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * From ChangeLog:ru2002-10-142-4/+31
| | | | | | | | | | | | | | | | : 2002-10-13 Ruslan Ermilov <ru@FreeBSD.org> : : Add the new -r option to grotty. It is similar to the -i option : except it tells grotty(1) to use the "reverse video" attribute to : render italic fonts.
* | This commit was generated by cvs2svn to compensate for changes in r104912,ru2002-10-111-1/+1
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Hyphenation of characters with codes above 128 was broken.ru2002-10-111-1/+1
| | | | | | | | | | This my patch has just been committed to the Groff source repository.
| * Removed files not present in v1.18.1 import.ru2002-10-1116-3644/+0
| |
* | Update for Groff 1.18.1.ru2002-10-111-0/+2
| |
* | New Russian hyphenation patterns from the teTeX distribution.ru2002-10-111-11/+5
| | | | | | | | Use the new .hpfa request to append them to English patterns.
* | illegal.cc was renamed to invalid.cc. Bring in the fixru2002-10-111-2/+4
| | | | | | | | that makes almost all characters above 128 "valid".
* | Merge Groff 1.18.1 changes.ru2002-10-115-461/+1720
| |
* | Use stock (FSF) version of this file.ru2002-10-114-248/+1902
| |
* | This commit was generated by cvs2svn to compensate for changes in r104865,ru2002-10-1115-3584/+0
| | | | | | | | which included commits to RCS files with non-trunk default branches.
* | Removed files not present in v1.18.1 import.ru2002-10-111-62/+0
| |
* | This commit was generated by cvs2svn to compensate for changes in r104862,ru2002-10-11531-40247/+125061
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Virgin import of FSF groff v1.18.1ru2002-10-11544-43708/+131755
| |
| * From the ChangeLog:ru2002-10-091-7/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | : 2002-10-07 Werner LEMBERG <wl@gnu.org> : : * tmac/doc-common (Ss): Add final `.ns' (similar to `.Sh') to : suppress additional whitespace after the header. : : 2002-10-07 Ruslan Ermilov <ru@FreeBSD.org> : : * tmac/doc-common (doc-volume-operating-system-ateol): New flag. : (Dt): Use it to improve language localization (especially Russian : and French).
| * Support for FreeBSD releases 4.6, 4.6.2, 4.7 and 4.8. From ChangeLog:ru2002-09-301-0/+4
| | | | | | | | | | | | | | : 2002-09-27 Ruslan Ermilov <ru@FreeBSD.org> : : * tmac/doc-common (ds-operating-system-FreeBSD-4.*): New version : strings.
* | MFV:ru2002-10-091-7/+16
| | | | | | | | | | | | | | | | - Suppress additional whitespace after the subsection header (.Ss). (This affects a tiny number of our manpages.) - Allow for a layout customization of the OS name in the document title (.Dt). (Needed for Russian and French manpages.)
* | FreeBSD 4.6, 4.6.2, 4.7 and 4.8 are now officially supported in -mdoc.ru2002-09-301-1/+5
| |
* | Move the definition of FreeBSD 4.6 back to where it belongs.ru2002-07-181-1/+0
| |
* | Revert last change.murray2002-07-181-1/+0
| | | | | | | | Requested by: ru
* | Teach mdoc about FreeBSD 4.6.1murray2002-07-181-0/+1
| |
* | Teach mdoc about the 4.6 releasedougb2002-06-181-0/+1
| |
* | MFV: Initialize %I register.ru2002-01-181-0/+1
| |
* | This commit was generated by cvs2svn to compensate for changes in r89500,ru2002-01-181-6/+5
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * From ChangeLog:ru2002-01-182-6/+6
| | | | | | | | | | | | | | | | | | : 2002-01-17 Ruslan Ermilov <ru@FreeBSD.org> : : * tmac/doc.common: Initialize %I register for the %I macro to : avoid (harmless) warning. : * tmac/doc.tmac (Bd): There is no reason to enforce -compact : when in the SYNOPSIS section.
* | This commit was generated by cvs2svn to compensate for changes in r89397,ru2002-01-151-7/+12
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Satisfy pedantic readers.ru2002-01-151-7/+12
| | | | | | | | | | | | | | | | | | | | PR: docs/31260 From ChangeLog: : 2002-01-14 Ruslan Ermilov <ru@FreeBSD.org> : : * tmac/groff_mdoc.man: Minor fixes.
* | MFV: NetBSD style document titles (OS/arch).ru2002-01-101-75/+70
| |
* | This commit was generated by cvs2svn to compensate for changes in r89232,ru2002-01-101-17/+18
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Print architecture right after an operating system name in a title.ru2002-01-102-92/+88
| | | | | | | | | | | | | | | | | | | | From ChangeLog: : 2001-12-24 Ruslan Ermilov <ru@FreeBSD.org> : : * tmac/doc-common (Dt): Change output of architecture strings. : Do some syntax cleanup. : * tmac/groff_mdoc.man: Updated.
| * From ChangeLog:ru2001-12-242-0/+5
| | | | | | | | | | | | | | | | | | : 2001-12-22 Ruslan Ermilov <ru@FreeBSD.org> : : * tmac/doc-common, tmac/doc-syms: Small updates. This adds support for FreeBSD 4.4, FreeBSD 4.5, NetBSD 1.6, and POSIX.1-2001.
* | MFV: FreeBSD 4.4, FreeBSD 4.5, NetBSD 1.6, POSIX.1-2001.ru2001-12-242-0/+5
| |
* | This commit was generated by cvs2svn to compensate for changes in r88345,ru2001-12-211-2/+3
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Bring in latest (cosmetic) vendor fixes to this file.ru2001-12-211-2/+3
| |
| * From ChangeLog:ru2001-12-211-0/+13
| | | | | | | | | | | | | | | | | | : 2001-11-16 Ruslan Ermilov <ru@FreeBSD.org> : : * tmac/doc-common (doc-header): Handle very long document titles : better. PR: docs/10349
* | MFV: Handle long document titles better.ru2001-12-211-0/+13
| |
* | This commit was generated by cvs2svn to compensate for changes in r85552,ru2001-10-261-1/+1
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * From ChangeLog:ru2001-10-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | : 2001-10-19 Ruslan Ermilov <ru@FreeBSD.org> : : * tmac/doc.tmac (doc-flag-recursion): Protect arguments against : being handled as end-of-sentence characters, This fixes ".Fl \&?". Previously, it produced an additional whitespace. There were no precedents in FreeBSD manpages. That's why it was Noticed by: Thomas Klausner <wiz@netbsd.org>
* | MFV: New macro: .Ex.ru2001-08-151-0/+1
| |
* | This commit was generated by cvs2svn to compensate for changes in r81682,ru2001-08-152-3/+99
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * From ChangeLog:ru2001-08-153-3/+100
| | | | | | | | | | | | | | | | | | | | | | | | : 2001-08-14 Ruslan Ermilov <ru@FreeBSD.org> : : * tmac/doc.tmac (Ex): New implementation. : * tmac/doc-common, tmac/groff_tmac.man: Updated. This adds a new macro, .Ex (Exit Status), for use in the DIAGNOSTICS section of section 1, 6 and 8 manpages. Prodded by: dd
* | This commit was generated by cvs2svn to compensate for changes in r81630,ru2001-08-142-15/+50
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * From ChangeLog:ru2001-08-142-15/+50
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | : 2001-08-13 Ruslan Ermilov <ru@FreeBSD.org> : : * tmac/doc.tmac (Rv): Implement support for 0 or more than 1 : argument. : * tmac/groff_tmac.man: Updated. All of the following are now valid: .Rv -std f1 .Rv -std f1 f2 .Rv -std f1 f2 f3 .Rv -std The last form is useful where the standard return behavior is applicable to all of the functions described in this particular manpage. Look, for example, at the stat(2), setresuid(2), and utimes(2) manpages. The form with >1 functions is useful in a mixed environment. See the fhopen(2) manpage for an example. Prodded by: yar
OpenPOWER on IntegriCloud