]> git.cameronkatri.com Git - mandoc.git/log
mandoc.git
14 years agoRemove references to \s in mandoc.1: we no longer document these and just
Kristaps Dzonsons [Wed, 18 Aug 2010 08:40:22 +0000 (08:40 +0000)]
Remove references to \s in mandoc.1: we no longer document these and just
flat-out ignore them.

14 years agoAdd joerg@'s note that br\} needs work in libroff.
Kristaps Dzonsons [Wed, 18 Aug 2010 08:39:54 +0000 (08:39 +0000)]
Add joerg@'s note that br\} needs work in libroff.

14 years agoRemove \*(C+ from the pre-predefined strings. It is always `ds'-defined
Kristaps Dzonsons [Mon, 16 Aug 2010 09:51:17 +0000 (09:51 +0000)]
Remove \*(C+ from the pre-predefined strings.  It is always `ds'-defined
when being used in manuals.  Since we now support `ds', it's no longer
necessary to account for it.  From a bug report originally by Thomas
Jeunet.

14 years agoAdd \v and \h to ignored escapes. These are in the category of \s.
Kristaps Dzonsons [Mon, 16 Aug 2010 09:37:58 +0000 (09:37 +0000)]
Add \v and \h to ignored escapes.  These are in the category of \s.
Also made sign-less \s-style escapes be ok (this is technically against
what's in the groff.7 manual, but seems pretty widespread).  Noted by
Thomas Jeunet as uglifying the gcc.1 manual.

14 years agoOpenBSD src/sbin was used as a tool to hunt bugs in mandoc.
Ingo Schwarze [Sun, 15 Aug 2010 17:38:41 +0000 (17:38 +0000)]
OpenBSD src/sbin was used as a tool to hunt bugs in mandoc.

14 years agoOpenBSD src/bin was used as a tool to hunt bugs in mandoc.
Ingo Schwarze [Sun, 15 Aug 2010 16:38:35 +0000 (16:38 +0000)]
OpenBSD src/bin was used as a tool to hunt bugs in mandoc.

14 years agoNote first that TODO file should be up to date.
Kristaps Dzonsons [Sat, 14 Aug 2010 09:48:56 +0000 (09:48 +0000)]
Note first that TODO file should be up to date.

Note also that the PDF file should be reduced in case I somehow forget.

14 years agoCorrectly make quotes around `Lk' link-name argument. Noted by Aldis
Kristaps Dzonsons [Mon, 9 Aug 2010 00:07:51 +0000 (00:07 +0000)]
Correctly make quotes around `Lk' link-name argument.  Noted by Aldis
Berzoja.  Also note COMPATIBILITY of groff misformatting `Lk'.

14 years agoCorrectly print `Lk' arguments in -Tascii. Issue raised by Aldis Berzoja.
Kristaps Dzonsons [Mon, 9 Aug 2010 00:00:37 +0000 (00:00 +0000)]
Correctly print `Lk' arguments in -Tascii.  Issue raised by Aldis Berzoja.
Behaviour ok'd by schwarze@.

14 years agosimplify the code copying the macro name, and sync the
Ingo Schwarze [Sun, 8 Aug 2010 14:51:32 +0000 (14:51 +0000)]
simplify the code copying the macro name, and sync the
accompagnying comment between man_pmacro() and mdoc_pmacro();
ok'd by kristaps@ together with main.c rev. 1.102

14 years agoMake sure we really throw away non-ASCII characters.
Ingo Schwarze [Sun, 8 Aug 2010 14:45:59 +0000 (14:45 +0000)]
Make sure we really throw away non-ASCII characters.
For example, on OpenBSD without locale settings,
isgraph(3) returns true for some eight-bit characters.
ok kristaps@

14 years agoClean out the isgraph() checks in mdoc.c and man.c. These code paths
Kristaps Dzonsons [Sat, 7 Aug 2010 20:57:33 +0000 (20:57 +0000)]
Clean out the isgraph() checks in mdoc.c and man.c.  These code paths
were never taken since main.c begin skipping over unrecognisable
characters, so they were noops.

14 years ago"Groff allows the initial macro on a line to be delimited by a space of
Kristaps Dzonsons [Sat, 7 Aug 2010 20:33:55 +0000 (20:33 +0000)]
"Groff allows the initial macro on a line to be delimited by a space of
by a tab; so allow the tab in mandoc, too."  Original problem noted by
schwarze@.  Sync with OpenBSD.

14 years agoAdd TODO noted by Alex Kozlov.
Kristaps Dzonsons [Sat, 7 Aug 2010 17:52:36 +0000 (17:52 +0000)]
Add TODO noted by Alex Kozlov.

14 years agoRemove mandoc.1 compatibility notes that are no longer relevant.
Kristaps Dzonsons [Sat, 7 Aug 2010 17:46:39 +0000 (17:46 +0000)]
Remove mandoc.1 compatibility notes that are no longer relevant.

14 years agosame as mdoc_term.c rev. 1.180:
Ingo Schwarze [Sat, 7 Aug 2010 17:20:17 +0000 (17:20 +0000)]
same as mdoc_term.c rev. 1.180:
preserve blank lines at the end of .Bd -literal
patch from kristaps@, who asked me to commit this

14 years agomerge from OpenBSD mdoc_term.c rev. 1.100:
Ingo Schwarze [Sat, 7 Aug 2010 17:11:17 +0000 (17:11 +0000)]
merge from OpenBSD mdoc_term.c rev. 1.100:
preserve blank lines in .Bd -literal,
both in the middle and at the end of the display
ok kristaps@

14 years agoRemoved cross-reference to groff(1) in favour of simply mentioning GNU
Kristaps Dzonsons [Sat, 7 Aug 2010 10:31:32 +0000 (10:31 +0000)]
Removed cross-reference to groff(1) in favour of simply mentioning GNU
troff.  This removes the last groff(1) `Xr'.

14 years agoAdded serial comma.
Kristaps Dzonsons [Sat, 7 Aug 2010 10:26:07 +0000 (10:26 +0000)]
Added serial comma.

Put "remarks" for `%C' into COMPATIBILITY.

14 years ago`In' comes before `Vt' in function example of SYNOPSIS.
Kristaps Dzonsons [Sat, 7 Aug 2010 10:18:36 +0000 (10:18 +0000)]
`In' comes before `Vt' in function example of SYNOPSIS.

14 years agoClarify that predefined strings aren't groff-isms, they're troff-isms.
Kristaps Dzonsons [Sat, 7 Aug 2010 09:56:12 +0000 (09:56 +0000)]
Clarify that predefined strings aren't groff-isms, they're troff-isms.

14 years agotweaks from jmc@:
Ingo Schwarze [Fri, 6 Aug 2010 17:09:58 +0000 (17:09 +0000)]
tweaks from jmc@:
* correct a few obvious mistakes
* adopt some of jmc@'s recent changes to man(7)
* cut down just a little on the awful tendency
  to stick a hyphen between two words.

14 years agomerge from OpenBSD:
Ingo Schwarze [Fri, 6 Aug 2010 17:07:11 +0000 (17:07 +0000)]
merge from OpenBSD:
- HISTORY is interesting even when there are STANDARDS
- more precise instructions what to put into AUTHORS
- add the version argument to the mdoc(7) .Os macro

14 years agoIMPORTANT FIX: add missing braces around alloc failure conditional in
Kristaps Dzonsons [Fri, 6 Aug 2010 16:07:35 +0000 (16:07 +0000)]
IMPORTANT FIX: add missing braces around alloc failure conditional in
fuction-isation of PS_GROWBUF.  Obviously the original commit was never
actually tested, as -Tps and -Tpdf errored out immediately.

14 years agoTurn the non-trivial PS_GROWBUF macro into a function. Don't use MAX, it
Joerg Sonnenberger [Sun, 1 Aug 2010 15:46:18 +0000 (15:46 +0000)]
Turn the non-trivial PS_GROWBUF macro into a function. Don't use MAX, it
doesn't exist in the default namespace on Solaris.

14 years agoSync to OpenBSD: add missing Copyright years.
Ingo Schwarze [Sat, 31 Jul 2010 23:52:58 +0000 (23:52 +0000)]
Sync to OpenBSD: add missing Copyright years.
I checked that substantial changes were committed
to these files during these years.

14 years agoDon't crash for the following test case as reported by Jordan Gordeev:
Joerg Sonnenberger [Fri, 30 Jul 2010 17:14:09 +0000 (17:14 +0000)]
Don't crash for the following test case as reported by Jordan Gordeev:
.Bl -tag
.It
foo
...

14 years agoUse 0 for MAP_FILE if it doesn't exist. From Hans Rosenfeld.
Joerg Sonnenberger [Thu, 29 Jul 2010 22:00:39 +0000 (22:00 +0000)]
Use 0 for MAP_FILE if it doesn't exist. From Hans Rosenfeld.

14 years agoAdd PDF files to www. We also show text and ps, just to show off. VERSION_1_10_5
Kristaps Dzonsons [Tue, 27 Jul 2010 20:16:44 +0000 (20:16 +0000)]
Add PDF files to www.  We also show text and ps, just to show off.

14 years agoGet version bits in: 1.10.5.
Kristaps Dzonsons [Tue, 27 Jul 2010 20:02:52 +0000 (20:02 +0000)]
Get version bits in: 1.10.5.

14 years agoNo-op to shut up lint.
Kristaps Dzonsons [Tue, 27 Jul 2010 19:56:50 +0000 (19:56 +0000)]
No-op to shut up lint.

14 years agoFix `ds' handling. This was stripping characters from "val", when the
Kristaps Dzonsons [Tue, 27 Jul 2010 13:16:00 +0000 (13:16 +0000)]
Fix `ds' handling.  This was stripping characters from "val", when the
syntax of `ds' is such that ALL text following the first
non-space/non-double-quote is part of the value.  This also fixes the
warning of *(string++) = NULL report by kristaps@ and joerg@.

14 years agoNit-picking style of www page.
Kristaps Dzonsons [Tue, 27 Jul 2010 08:50:16 +0000 (08:50 +0000)]
Nit-picking style of www page.

14 years agoFill in more version notes.
Kristaps Dzonsons [Tue, 27 Jul 2010 08:48:21 +0000 (08:48 +0000)]
Fill in more version notes.

14 years agoUpdate TODO to note that %A needs "and" before final author and that
Kristaps Dzonsons [Tue, 27 Jul 2010 08:46:30 +0000 (08:46 +0000)]
Update TODO to note that %A needs "and" before final author and that
joerg@ has some tbl(1) patches lying around that need merging.

14 years agoRemoved boot_config.8 breakage, which was fixed by the last commit of
Kristaps Dzonsons [Tue, 27 Jul 2010 08:39:36 +0000 (08:39 +0000)]
Removed boot_config.8 breakage, which was fixed by the last commit of
`Bd -literal' and `Bd -unfilled' unbreakage.

14 years agoFix how `Bd -unfilled' and `Bd -literal' break lines. This unbreaks
Kristaps Dzonsons [Tue, 27 Jul 2010 08:38:04 +0000 (08:38 +0000)]
Fix how `Bd -unfilled' and `Bd -literal' break lines.  This unbreaks
displays to work as old groff shows them; however, new groff still does
some fancy shit.

14 years ago`Ad' is supposed to underline. Found whilst trolling through manuals.
Kristaps Dzonsons [Mon, 26 Jul 2010 22:35:59 +0000 (22:35 +0000)]
`Ad' is supposed to underline.  Found whilst trolling through manuals.

14 years agoMake `Sm' start no-spacing after the first output word. Fix in both
Kristaps Dzonsons [Mon, 26 Jul 2010 22:26:05 +0000 (22:26 +0000)]
Make `Sm' start no-spacing after the first output word.  Fix in both
-T[x]html and -T{pdf,ps,ascii}.  Reported by Jason McIntyre.

14 years agoClean up some tight spots in mandoc's default mode: pessimistically
Kristaps Dzonsons [Mon, 26 Jul 2010 21:58:41 +0000 (21:58 +0000)]
Clean up some tight spots in mandoc's default mode: pessimistically
pre-allocate the output buffer for words and in-line the buffera()
function, which was only called in one place anyway.

14 years agoRemove asciisz from chars.in. It frees up a nice chunk of memory and at
Kristaps Dzonsons [Mon, 26 Jul 2010 13:59:00 +0000 (13:59 +0000)]
Remove asciisz from chars.in.  It frees up a nice chunk of memory and at
the overhead of running strlen() for ASCII strings (yes, I benchmarked
this running mandoc_char(7) as input again and again with
hundredth-second penalties... on my slow-ass alpha).

14 years agoNote that `Dd' can be empty. This found following a thread on discuss@
Kristaps Dzonsons [Mon, 26 Jul 2010 13:45:49 +0000 (13:45 +0000)]
Note that `Dd' can be empty.  This found following a thread on discuss@
started by Sascha Wildner, 07/25/2010 06:30 AM.

14 years agoMerge schwarze@'s pass over mdoc.7. Fixed small new-sentence-new-line
Kristaps Dzonsons [Mon, 26 Jul 2010 12:51:56 +0000 (12:51 +0000)]
Merge schwarze@'s pass over mdoc.7.  Fixed small new-sentence-new-line
nit noted by Jason McIntyre.

"your diff looks ok" (Jason McIntyre)

14 years agoFix chars.in fall-through to ASCII mode. This bug only affected
Kristaps Dzonsons [Mon, 26 Jul 2010 10:20:06 +0000 (10:20 +0000)]
Fix chars.in fall-through to ASCII mode.  This bug only affected
-T[x]html.

14 years agoNote -Tpdf in www.
Kristaps Dzonsons [Mon, 26 Jul 2010 10:00:15 +0000 (10:00 +0000)]
Note -Tpdf in www.

14 years agoMerge Jason McIntyre's corrections to man.7.
Kristaps Dzonsons [Mon, 26 Jul 2010 10:00:03 +0000 (10:00 +0000)]
Merge Jason McIntyre's corrections to man.7.

"urgle": Jason McIntyre.  "This is all ok" schwarze@.

14 years agoAvoid running the "width" termp callback for each whitespace.
Kristaps Dzonsons [Sun, 25 Jul 2010 22:56:47 +0000 (22:56 +0000)]
Avoid running the "width" termp callback for each whitespace.

14 years agoFully-working -Tpdf: xref table is now generated. This works for both
Kristaps Dzonsons [Sun, 25 Jul 2010 22:15:07 +0000 (22:15 +0000)]
Fully-working -Tpdf: xref table is now generated.  This works for both
single and multiple-manual mode (e.g., mandoc -Tpdf foo.1 bar.1).

14 years agoMake PDF sections contiguous.
Kristaps Dzonsons [Sun, 25 Jul 2010 19:37:38 +0000 (19:37 +0000)]
Make PDF sections contiguous.

14 years agoEnsure that isalnum is called with unsigned char argument.
Joerg Sonnenberger [Sun, 25 Jul 2010 19:05:59 +0000 (19:05 +0000)]
Ensure that isalnum is called with unsigned char argument.

14 years agolist two additional issues
Ingo Schwarze [Sun, 25 Jul 2010 18:22:18 +0000 (18:22 +0000)]
list two additional issues

14 years agoInitial PDF shim over PS. This produces working PDF output with -Tpdf.
Kristaps Dzonsons [Sun, 25 Jul 2010 11:44:31 +0000 (11:44 +0000)]
Initial PDF shim over PS.  This produces working PDF output with -Tpdf.
It's currently missing the xref table, so you'll get a warning in most
PDF viewers).  It also produces lots of redundant output, which will go
away once I get a better handle on the PDF spec.  The code doesn't
really touch any existing functionality; it's a bunch of conditionals
atop the -Tps (term_ps.c) implementation.  I'm checking it in now to
have it exist and be auditable.  It needs clean-up, polish, and general
care (and xref!).

14 years agoCollapse `nf', `fi', `Vb', and `Ve' into one function as in man_html.c. VERSION_1_10_5_PREPDF
Kristaps Dzonsons [Fri, 23 Jul 2010 13:22:35 +0000 (13:22 +0000)]
Collapse `nf', `fi', `Vb', and `Ve' into one function as in man_html.c.

14 years agoEnable literal contexts (Vb/nf) in -T[x]html -man. This requires that a
Kristaps Dzonsons [Fri, 23 Jul 2010 12:27:27 +0000 (12:27 +0000)]
Enable literal contexts (Vb/nf) in -T[x]html -man.  This requires that a
new struct pass down in the call-tree (as also in man_term.c).

Also add a line-break for `in', which isn't otherwise supported (yet).

Now -Thtml -man cvs.1 for GNU's cvs.1 isn't as ugly.

14 years agoAdd support for `Sm' in -T[x]html -mdoc.
Kristaps Dzonsons [Fri, 23 Jul 2010 00:08:57 +0000 (00:08 +0000)]
Add support for `Sm' in -T[x]html -mdoc.

14 years agoFix broken compilation, hopefully before anybody notices.
Kristaps Dzonsons [Thu, 22 Jul 2010 23:53:54 +0000 (23:53 +0000)]
Fix broken compilation, hopefully before anybody notices.

14 years agoAdded `in' macro support for -man -Tascii. This is not yet supported in
Kristaps Dzonsons [Thu, 22 Jul 2010 23:03:15 +0000 (23:03 +0000)]
Added `in' macro support for -man -Tascii.  This is not yet supported in
-Thtml (I'm surprised to note that neither is LITERAL mode).

14 years agoStart putting in release notes. A record is good because this release
Kristaps Dzonsons [Thu, 22 Jul 2010 14:30:06 +0000 (14:30 +0000)]
Start putting in release notes.  A record is good because this release
will have lots of small, incremental improvements.

14 years agoAccept "\s0" (i.e., properly ignore it). Found in the wild (e.g., gfdl.7).
Kristaps Dzonsons [Thu, 22 Jul 2010 14:03:50 +0000 (14:03 +0000)]
Accept "\s0" (i.e., properly ignore it).  Found in the wild (e.g., gfdl.7).

14 years agoBring `sp', `Sp', and `br' behaviour for -man in line with how -mdoc's
Kristaps Dzonsons [Thu, 22 Jul 2010 13:47:50 +0000 (13:47 +0000)]
Bring `sp', `Sp', and `br' behaviour for -man in line with how -mdoc's
is handled: correctly.  This removes superfluous line breaks in many
-man manuals.

14 years agoHave `nf' and `fi' flush lines. This is necessary or the LITERAL will
Kristaps Dzonsons [Thu, 22 Jul 2010 13:36:25 +0000 (13:36 +0000)]
Have `nf' and `fi' flush lines.  This is necessary or the LITERAL will
be meaningless when invoked within a non-flushing context.  This based
on a formatting bug report submitted by Jonathon Gray (jsg@) via
Christian Weisgerber (naddy@).

14 years agoIn the SYNOPSIS, .Nm at the beginning of an input line starts
Ingo Schwarze [Wed, 21 Jul 2010 21:55:33 +0000 (21:55 +0000)]
In the SYNOPSIS, .Nm at the beginning of an input line starts
an .Nm block, and gets special handling (new line, indentation).
But .Nm in the middle of a line is just a normal in-line element,
so make sure it does NOT get the special handling.
Partly fixes the test(1) SYNOPSIS; indentation after "[" is still
excessive, which is an unrelated and more difficult issue.
Reminded of the problem by jmc@;
OK kristaps@.

14 years agoAccomodate for groff's crappy behaviour wherein an unrecognised
Kristaps Dzonsons [Wed, 21 Jul 2010 20:35:03 +0000 (20:35 +0000)]
Accomodate for groff's crappy behaviour wherein an unrecognised
single-character escape (and ONLY this type of escape) will map back
into itself:

       "If a backslash is followed by a character that does not
constitute a defined escape sequence the backslash is silently
        ignored and the  character maps to itself."

(From groff.7.)

Found by Jason McIntyre.

14 years agoClarified mailing list purposes.
Kristaps Dzonsons [Wed, 21 Jul 2010 10:10:24 +0000 (10:10 +0000)]
Clarified mailing list purposes.

14 years agoTidy up the www page.
Kristaps Dzonsons [Wed, 21 Jul 2010 09:59:52 +0000 (09:59 +0000)]
Tidy up the www page.

14 years agoNit-picking assign in decl.
Kristaps Dzonsons [Wed, 21 Jul 2010 09:36:41 +0000 (09:36 +0000)]
Nit-picking assign in decl.

14 years agoLint-fixes (NetBSD).
Kristaps Dzonsons [Wed, 21 Jul 2010 09:15:48 +0000 (09:15 +0000)]
Lint-fixes (NetBSD).

14 years agoFinally make mdoc argv CPP-defines into a proper enum.
Kristaps Dzonsons [Wed, 21 Jul 2010 09:08:26 +0000 (09:08 +0000)]
Finally make mdoc argv CPP-defines into a proper enum.

14 years agoThe "wx" value is quite small, so use a u_short instead of a size_t.
Kristaps Dzonsons [Wed, 21 Jul 2010 08:24:39 +0000 (08:24 +0000)]
The "wx" value is quite small, so use a u_short instead of a size_t.

14 years agoStrip non-graphable input characters from input. The manuals
Kristaps Dzonsons [Tue, 20 Jul 2010 14:56:42 +0000 (14:56 +0000)]
Strip non-graphable input characters from input.  The manuals
specifically say that this is not allowed, and were it allowed, output
would be inconsistent across output media (-Tps will puke,
non-your-charset terminals will puke, etc.).

With this done, simplify check_text() to only check escapes and for
tabs.  Add in a new tab warning, too.

14 years agoUse floating-point -Tps "moveto" arguments to smooth out column and row
Kristaps Dzonsons [Tue, 20 Jul 2010 10:56:03 +0000 (10:56 +0000)]
Use floating-point -Tps "moveto" arguments to smooth out column and row
misalignments.

14 years agosync to OpenBSD:
Ingo Schwarze [Mon, 19 Jul 2010 23:21:39 +0000 (23:21 +0000)]
sync to OpenBSD:
* briefly mention the HISTORY of the man(7) language
* update the copyright notice
* improve the wording in a few places
* fix a couple of typos
including two suggestions from J.C. Roberts
feedback and ok jmc@, ok sobrado@ and kristaps@

14 years agoAll macros in mdoc.7 are now documented.
Kristaps Dzonsons [Mon, 19 Jul 2010 21:59:48 +0000 (21:59 +0000)]
All macros in mdoc.7 are now documented.

14 years agoFinished document -mdoc macros. Note `br' and `sp' remain.
Kristaps Dzonsons [Mon, 19 Jul 2010 15:43:10 +0000 (15:43 +0000)]
Finished document -mdoc macros.  Note `br' and `sp' remain.

Noted in arch.in and st.in that mdoc.7 must be updated if entries are
added.

14 years agoAdded documentation for several more macros. Only a few remaining!
Kristaps Dzonsons [Mon, 19 Jul 2010 15:28:11 +0000 (15:28 +0000)]
Added documentation for several more macros.  Only a few remaining!

Applied "new-sentence, new-line" here and there.

Refer to "whitespace", not "white-space".

Remove long-commented-out CAVEATS, all of which have been addressed or
at least discussed to some extent or another.

14 years agoRemove some FIXMEs: `Ms' accepts arbitrary text, so it can't/shouldn't
Kristaps Dzonsons [Mon, 19 Jul 2010 11:11:54 +0000 (11:11 +0000)]
Remove some FIXMEs: `Ms' accepts arbitrary text, so it can't/shouldn't
be converted into a symbol.

The `Pp' issue has also been fixed.

14 years agoFix spurrious newline emitted by `Pp' when specified before or after
Kristaps Dzonsons [Mon, 19 Jul 2010 11:06:31 +0000 (11:06 +0000)]
Fix spurrious newline emitted by `Pp' when specified before or after
`Sh'/`Ss'.  Reported by Jason McIntyre.

14 years agoChanged Unicode codepoint of left-arrow right-arrow to be the regular
Kristaps Dzonsons [Mon, 19 Jul 2010 10:49:30 +0000 (10:49 +0000)]
Changed Unicode codepoint of left-arrow right-arrow to be the regular
ASCII symbols.

14 years agoNote discarding of \m, \M, and \s in COMPATIBILITY sections.
Kristaps Dzonsons [Mon, 19 Jul 2010 10:48:36 +0000 (10:48 +0000)]
Note discarding of \m, \M, and \s in COMPATIBILITY sections.

14 years agoRemove \s TODO: these are intelligently ignored along with \m and \M.
Kristaps Dzonsons [Mon, 19 Jul 2010 09:21:58 +0000 (09:21 +0000)]
Remove \s TODO: these are intelligently ignored along with \m and \M.

14 years agoRemoved \s documentation, as we (1) never supported it, and (2) never
Kristaps Dzonsons [Mon, 19 Jul 2010 09:19:22 +0000 (09:19 +0000)]
Removed \s documentation, as we (1) never supported it, and (2) never
will.

Also whack the dot-separator from the embedded man.7 manual.

14 years agoDouble-up DECO_RESERVED switch branch for colours.
Kristaps Dzonsons [Mon, 19 Jul 2010 07:53:40 +0000 (07:53 +0000)]
Double-up DECO_RESERVED switch branch for colours.

14 years agoProperly discard \m colour escapes. Noted by J.C. Roberts.
Kristaps Dzonsons [Sun, 18 Jul 2010 23:06:18 +0000 (23:06 +0000)]
Properly discard \m colour escapes.  Noted by J.C. Roberts.

14 years agoThrow out a2roffdeco() in out.c for a readable version. The prior one
Kristaps Dzonsons [Sun, 18 Jul 2010 22:55:06 +0000 (22:55 +0000)]
Throw out a2roffdeco() in out.c for a readable version.  The prior one
was completely unmaintainable.  The new one is both readable and quite
similar to mandoc_special(), which in future versions will easily allow
throwing-away of unsupported escapes (such as \m).  It's also a fair bit
smaller.

DECO_SIZE has been removed: this crap, like colours, will not be
supported.

mandoc_special() also has #if 0'd switch branches for ALL groff.7
escapes and some lint fixes.

14 years agoMake "\ " produce non-breaking space.
Kristaps Dzonsons [Sun, 18 Jul 2010 18:04:25 +0000 (18:04 +0000)]
Make "\ " produce non-breaking space.

Noted by Theo de Raadt.  Ok schwarze@.

14 years agoText ending in a full stop, exclamation mark or question mark
Ingo Schwarze [Sun, 18 Jul 2010 17:00:26 +0000 (17:00 +0000)]
Text ending in a full stop, exclamation mark or question mark
should not flag the end of a sentence if:

1) The punctuation is followed by closing delimiters
and not preceded by alphanumeric characters, like in
"There is no full stop (.) in this sentence"

or

2) The punctuation is a child of a macro
and not preceded by alphanumeric characters, like in
"There is no full stop
.Pq \&.
in this sentence"

"looks fine" to kristaps@; tested by jmc@ and sobrado@

14 years agofixed .Sm spacing, but there are four new issues
Ingo Schwarze [Sun, 18 Jul 2010 16:42:03 +0000 (16:42 +0000)]
fixed .Sm spacing, but there are four new issues

14 years agoClean up mandoc_special() (in order later to catch \m). It also flags
Kristaps Dzonsons [Sun, 18 Jul 2010 12:10:08 +0000 (12:10 +0000)]
Clean up mandoc_special() (in order later to catch \m).  It also flags
several syntactic errors that weren't caught before.

Also un-puke chars.c on zero-length \[].

14 years agoAvoid letter-by-letter encoding by using strcspn() in term_word().
Kristaps Dzonsons [Sat, 17 Jul 2010 12:01:43 +0000 (12:01 +0000)]
Avoid letter-by-letter encoding by using strcspn() in term_word().

14 years agoBy letting strncmp() do its job and not helping it with a prior length
Kristaps Dzonsons [Sat, 17 Jul 2010 09:21:39 +0000 (09:21 +0000)]
By letting strncmp() do its job and not helping it with a prior length
check, we can remove the hard-coded length of all escape patterns.  This
frees up a nice chunk of memory.

14 years agoChange chars.in HTML encoding to be a Unicode codepoint (int), which is
Kristaps Dzonsons [Fri, 16 Jul 2010 22:33:30 +0000 (22:33 +0000)]
Change chars.in HTML encoding to be a Unicode codepoint (int), which is
later formatted in html.c.

14 years agoRemoved completed TODO.
Kristaps Dzonsons [Fri, 16 Jul 2010 22:10:04 +0000 (22:10 +0000)]
Removed completed TODO.

14 years agoFixed dquote to be \*q.
Kristaps Dzonsons [Fri, 16 Jul 2010 21:09:39 +0000 (21:09 +0000)]
Fixed dquote to be \*q.

14 years agoFix which escapes are used to format \".
Kristaps Dzonsons [Fri, 16 Jul 2010 10:25:54 +0000 (10:25 +0000)]
Fix which escapes are used to format \".

14 years agoAfter .Sm on, spacing ought to restart right away, before the next token,
Ingo Schwarze [Fri, 16 Jul 2010 00:03:37 +0000 (00:03 +0000)]
After .Sm on, spacing ought to restart right away, before the next token,
and not with a delay, after the next token.  But be careful not to cause
leading white space at the beginning of a line or column.
In OpenBSD, improves chmod(1), ksh(1), tar(1), ps(1) and probably many more.
ok kristaps@ and tested by jmc@ and sobrado@

14 years agodocument .Sm; prodded by kristaps@
Ingo Schwarze [Thu, 15 Jul 2010 23:50:15 +0000 (23:50 +0000)]
document .Sm; prodded by kristaps@

14 years agocorrect lots of copyright notices;
Ingo Schwarze [Tue, 13 Jul 2010 23:53:20 +0000 (23:53 +0000)]
correct lots of copyright notices;
ok kristaps@

14 years agoPre-tag checkin of release bits and shortlist. VERSION_1_10_4
Kristaps Dzonsons [Sun, 11 Jul 2010 23:07:47 +0000 (23:07 +0000)]
Pre-tag checkin of release bits and shortlist.

14 years agoremove three issues fixed near the end of the c2k10 hackathon
Ingo Schwarze [Sun, 11 Jul 2010 22:39:32 +0000 (22:39 +0000)]
remove three issues fixed near the end of the c2k10 hackathon

14 years agoRe-constitution of `ds' symbol processing. First, push the
Kristaps Dzonsons [Wed, 7 Jul 2010 15:04:54 +0000 (15:04 +0000)]
Re-constitution of `ds' symbol processing.  First, push the
roff_getstr() family of functions into roff.c with the "first_string"
directly in struct roff.  Second, pre-process each line for reserved
words in libroff, splicing and re-running a line if it has one (this
allows defined symbols to be macros).  Remove term.c's invocation of the
roff_getstrn() function.  Removed function documentation in roff.3 and
added roff.7 `ds' documentation.