| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
the name could be wrapped, e.g. ``ISO C'' is always printed on
the same line.
Ported from: mdocNG
|
|
|
|
|
|
| |
and no hyphenation is possible on a dash (`-') character.
Ported from: mdocNG
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
2. Disable recognition of end-of-sentence characters in text-type
macro arguments.
3. Fix the missing space bug when an end-of-sentence character was
followed by another punctuation character.
4. Fix the bug where hyphenation was left disabled after .Re.
Obtained from: mdocNG
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
-compact lists always start from the new line.
Example:
foo
.Bd -ragged -compact
bar
.Ed
Produced:
foo bar
Now produces:
foo
bar
|
|
|
|
| |
Compatability is not an existing english word.
|
|
|
|
|
|
| |
Seperate does not exist in the english language.
Submitted to look at by: kris
|
|
|
|
| |
There is no such thing as wierd in the english language.
|
| |
|
|\
| |
| |
| | |
which included commits to RCS files with non-trunk default branches.
|
| | |
|
| | |
|
| |
| |
| |
| | |
Obtained from: mdocNG
|
| | |
|
| | |
|
|\ \
| | |
| | |
| | | |
which included commits to RCS files with non-trunk default branches.
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
linked in addition to libc rather than instead of libc.
Ideally, "-pthread" would now be equivalent to adding "-lc_r" to the
end of the link command. But it is slightly different in this
implementation. Adding "-lc_r" to the link command would produce a
"ld" command line containing this:
... -lc_r /usr/lib/libgcc.a -lc /usr/lib/libgcc.a ...
but this implementation of the "-pthread" option produces this:
... /usr/lib/libgcc.a -lc_r -lc /usr/lib/libgcc.a ...
It would be possible to make them identical, but that doesn't fit
as nicely into GCC's way of doing things. I don't think the ordering
change will make any difference in practice.
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | | |
which included commits to RCS files with non-trunk default branches.
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
Bd/Ed; these hardly degrade the quality of the produced output.
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
and level names.
Add FreeBSD tag.
PR: 24218
Approved by: markm
|
| | | |
| | | |
| | | |
| | | | |
Obtained from: mdocNG through NetBSD
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
arguments, make .Vt usable outside the SYNOPSIS section.
Obtained from: mdocNG (not yet submitted for inclusion)
|
| | | |
| | | |
| | | |
| | | | |
Obtained from: mdocNG
|
| | | |
| | | |
| | | |
| | | | |
Obtained from: mdocNG
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
scanner/parser. FreeBSD recently made 'flex' its default implementation
of 'lex'. One of the incompatibilities of 'flex' vs. 'lex' is that
if you longjmp() out of the scanner, you must call yyrestart()
before doing another scan (as documented in flex(1)). So add an
invocation to yyrestart() in lex_init(). This change should be
backwards compatible with the original 'lex'.
PR: bin/24116
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | | |
PR: 24033
Submitted by: Rich Morin <rdm@cfcl.com>
|
| | | |
| | | |
| | | |
| | | |
| | | | |
Alpha & FORCE_OPTIMIZATION_DOWNGRADE); 1.8 (-Wnon-const-format)
into GCC 2.95.3(RC#1).
|
| | | | |
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | |
| | | | | |
which included commits to RCS files with non-trunk default branches.
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Example:
.Fl flag .
The space is missing.
Obtained from: mdocNG
|
| | | | |
| | | | |
| | | | |
| | | | | |
Apologies to: darrenr who is maintainer
|
|\ \ \ \ \
| |/ / / /
| | | | |
| | | | | |
which included commits to RCS files with non-trunk default branches.
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
server on 11-July-2000, at 17:32 Zulu.
This is the last point [that I know of] that Cygnus synced their internal
IA-64 GCC tree with the public FSF one.
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | | |
including only non-filename contents for TERMCAP
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
simply define the empty string before the .Fx macro definition, like this:
.ds Fx*4.3
|