]> git.cameronkatri.com Git - mandoc.git/log
mandoc.git
11 years agoManuals to be checked with "mandocdb -t" need not be in the current
Ingo Schwarze [Fri, 18 Oct 2013 21:10:07 +0000 (21:10 +0000)]
Manuals to be checked with "mandocdb -t" need not be in the current
directory or one of its subdirectories.

11 years agoImplement the .UR/.UE block (uniform resource identifier) introduced in the
Ingo Schwarze [Thu, 17 Oct 2013 20:54:58 +0000 (20:54 +0000)]
Implement the .UR/.UE block (uniform resource identifier) introduced in the
man-ext macros by Eric S. Raymond, enabled by default in groff_man(7).
Usual disclaimer: You don't write new man(7) code, so you are not going
to use these, either.
Improves e.g. the bzr(1) and etherape(1) manuals.
Thanks to naddy@ for bringing these to my attention.

11 years agoParse and ignore the .fam (font family) request.
Ingo Schwarze [Mon, 14 Oct 2013 01:43:14 +0000 (01:43 +0000)]
Parse and ignore the .fam (font family) request.
Fixes irunner(1) in devel/ipython and uim-xim(1) in inputmethods/uim.
Thanks to naddy@ for bringing these to my attention.

11 years agomerge from VERSION_1_12: new section about mandoc history, with links
Ingo Schwarze [Sun, 13 Oct 2013 18:34:51 +0000 (18:34 +0000)]
merge from VERSION_1_12: new section about mandoc history, with links

11 years agomention the three unreleased versions since 1.10.3
Ingo Schwarze [Sun, 13 Oct 2013 16:06:50 +0000 (16:06 +0000)]
mention the three unreleased versions since 1.10.3

11 years agoadd libppath; Thomas Klausner, NetBSD rev. 1.4, Aug 29, 2011
Ingo Schwarze [Sun, 13 Oct 2013 15:24:03 +0000 (15:24 +0000)]
add libppath; Thomas Klausner, NetBSD rev. 1.4, Aug 29, 2011

11 years agoadd libefi and simplify some names
Ingo Schwarze [Sun, 13 Oct 2013 14:45:56 +0000 (14:45 +0000)]
add libefi and simplify some names
from FreeBSD ports SVN rev. 293734, Ulrich Spoerlein March 24, 2012
in case of conflicts with NetBSD, i keep the simpler NetBSD names

11 years agosync SUSv2/SUSv3 entries with groff
Ingo Schwarze [Sun, 13 Oct 2013 03:07:34 +0000 (03:07 +0000)]
sync SUSv2/SUSv3 entries with groff
reduces groff-mandoc-differences for several pthread_*(3) manuals
noticed by Franco Fichtner <franco at lastsummer dot de>
dragonfly.git/commitdiff/370c546b87777b40b5fc862491555ef71b4ee130

11 years agomore DragonFly libraries; Franco Fichtner <franco at lastsummer dot de>
Ingo Schwarze [Sun, 13 Oct 2013 02:54:53 +0000 (02:54 +0000)]
more DragonFly libraries; Franco Fichtner <franco at lastsummer dot de>
dragonfly.git/commit/107cb94cae2c24ce3f6851ce0ed24b80d64e3ec8

11 years agoThomas Klausner <wiz at NetBSD dot org> finally succeeded to build
Ingo Schwarze [Fri, 11 Oct 2013 00:06:48 +0000 (00:06 +0000)]
Thomas Klausner <wiz at NetBSD dot org> finally succeeded to build
on SmartOS and sent these additional patches, thanks!

11 years agomerge from VERSION_1_12:
Ingo Schwarze [Thu, 10 Oct 2013 05:20:30 +0000 (05:20 +0000)]
merge from VERSION_1_12:
link supplementary information on mandoc
and Alpine Linux port was upgraded to 1.12.2

11 years agoPrintf size_t vars with %zu, not %ld;
Ingo Schwarze [Mon, 7 Oct 2013 22:22:10 +0000 (22:22 +0000)]
Printf size_t vars with %zu, not %ld;
from Antonio Huete Jimenez <tuxillo at quantumachine dot net>
via Franco Fichtner (both DragonFly).

11 years agoPut VERSION into config.h.
Ingo Schwarze [Sun, 6 Oct 2013 23:20:39 +0000 (23:20 +0000)]
Put VERSION into config.h.
This makes life easier for downstream maintainers having more than one
Makefile, for example DragonFly and FreeBSD.
Suggested by Franco Fichtner <franco at lastsummer dot de>.

11 years agoWe don't do hyphenation, but we allow breaking the line at hyphens that are
Ingo Schwarze [Sun, 6 Oct 2013 22:46:15 +0000 (22:46 +0000)]
We don't do hyphenation, but we allow breaking the line at hyphens that are
already there in the middle of words.  So far, we only allowed this on text
lines.  Now it turns out some macros allow this for their arguments, too,
in particular .Nd and most of the .%? citation macros.

Issue found by Franco Fichtner <franco at lastsummer dot de> while doing
systematic groff-mandoc comparisons in the DragonFly base system, THANKS!

While here, garbage collect two empty prevalidator function pointer lists
and sort a couple of function declarations.

11 years agoFranco Fichtner moved DragonFly to 1.12.2.
Ingo Schwarze [Sun, 6 Oct 2013 17:34:30 +0000 (17:34 +0000)]
Franco Fichtner moved DragonFly to 1.12.2.

11 years agoThe .Lb arguments wants a "lib" prefix;
Ingo Schwarze [Sun, 6 Oct 2013 17:01:52 +0000 (17:01 +0000)]
The .Lb arguments wants a "lib" prefix;
from Sascha Wildner via Franco Fichtner (DragonFly);
also fixing the same in the mdoc(7) example while i'm about it.

11 years agoIf there is random stuff inside a .Bl block body before the first .It,
Ingo Schwarze [Sun, 6 Oct 2013 13:32:46 +0000 (13:32 +0000)]
If there is random stuff inside a .Bl block body before the first .It,
do not throw a FATAL error and do not die, but just throw a WARNING
and move the stuff out of the .Bl block.

This bug felt completely 2008-ish; meanwhile, such bugs from the
Kristaps-doesnt-like-syntax-errors-so-lets-just-give-up--Era
are becoming rare, but this was one of the last survivors.

Thanks to bentley@ for reminding me to finally fix this.

11 years agoSupport simple numerical conditions.
Ingo Schwarze [Sat, 5 Oct 2013 22:25:12 +0000 (22:25 +0000)]
Support simple numerical conditions.

Original code from Christos Zoulas, NetBSD rev. 1.11-1.13, April 3, 2013.

I tweaked the code as follows:
* In roff_getnum(), don't skip a minus that isn't followed by a digit.
* In roff_getop(), do not handle "!=", groff doesn't support it either.
* In roff_evalcond(), treat negative numbers as false, like groff.
Besides, make the interfaces of roff_getnum() and roff_getop() more
similar to each other and simplify parts of the code a bit.

11 years agoROFFRULE_ALLOW = 0, ROFFRULE_DENY = 1 was confusing,
Ingo Schwarze [Sat, 5 Oct 2013 22:21:20 +0000 (22:21 +0000)]
ROFFRULE_ALLOW = 0, ROFFRULE_DENY = 1 was confusing,
so exchange the two entries in enum roffrule; no functional change;
from Christos Zoulas, NetBSD rev. 1.11, April 4, 2013.

11 years agoAvoid code duplication in roff_parseln() as suggested by
Ingo Schwarze [Sat, 5 Oct 2013 22:19:10 +0000 (22:19 +0000)]
Avoid code duplication in roff_parseln() as suggested by
Christos Zoulas in NetBSD rev. 1.11;
i'm even going a step further and making this yet a bit shorter.
No functional change.

11 years agoExpand references to number registers in exactly the same way as
Ingo Schwarze [Sat, 5 Oct 2013 22:15:03 +0000 (22:15 +0000)]
Expand references to number registers in exactly the same way as
references to user-defined strings.  While here, make number registers
signed int, like in groff.

Inspired by NetBSD roff.c rev. 1.8 and read.c rev. 1.7
written by Christos Zoulas on March 21, 2013, but implemented
in a completely different way, without hacking into read.c,
where this functionality really doesn't belong.

11 years agoSupport setting arbitrary roff(7) number registers,
Ingo Schwarze [Sat, 5 Oct 2013 22:08:12 +0000 (22:08 +0000)]
Support setting arbitrary roff(7) number registers,
preserving read support for the ".nr nS" SYNOPSIS state register.

Inspired by NetBSD roff.c rev. 1.18 (Christos Zoulas, March 21, 2013),
but implemented differently.  I don't want to have yet another different
implementation of a hash table in mandoc - it would be the second one
in roff.c alone and the fifth one in mandoc grand total.
Instead, i designed and implemented roff_setreg() and roff_getreg()
to be similar to roff_setstrn() and roff_getstrn().

Once we feel the need to optimize, we can introduce one common
hash table implementation for everything in mandoc.

11 years agosync with NetBSD
Ingo Schwarze [Sat, 5 Oct 2013 21:51:26 +0000 (21:51 +0000)]
sync with NetBSD

11 years agomerge from VERSION_1_12: do not complain about unused variables in test-*.c
Ingo Schwarze [Sat, 5 Oct 2013 20:43:20 +0000 (20:43 +0000)]
merge from VERSION_1_12: do not complain about unused variables in test-*.c

11 years agoCleanup suggested by gcc-4.8.1, following hints by Christos Zoulas:
Ingo Schwarze [Sat, 5 Oct 2013 20:30:05 +0000 (20:30 +0000)]
Cleanup suggested by gcc-4.8.1, following hints by Christos Zoulas:
- avoid bad qualifier casting in roff.c, roff_parsetext()
  by changing the mandoc_escape arguments to "const char const **"
- avoid bad qualifier casting in mandocdb.c, index_merge()
- do not complain about unused variables in test-*.c
- garbage collect a few unused variables elsewhere

11 years agoMerge from VERSION_1_12, in particular release date, pkgsrc port version,
Ingo Schwarze [Sat, 5 Oct 2013 20:09:24 +0000 (20:09 +0000)]
Merge from VERSION_1_12, in particular release date, pkgsrc port version,
link to NEWS file, link to Alpine Linux, and fix one FreeBSD link.

11 years agoRelease version 1.12.2. This is no longer beta.
Ingo Schwarze [Sat, 5 Oct 2013 13:15:51 +0000 (13:15 +0000)]
Release version 1.12.2.  This is no longer beta.
Sneak in a downstream link to Alpine Linux.

11 years agoMerge from branch VERSION_1_12:
Ingo Schwarze [Wed, 2 Oct 2013 06:45:43 +0000 (06:45 +0000)]
Merge from branch VERSION_1_12:
- mention that groff is GPL version 3
- link the new tbl.3.html
- list FreeBSD base version of mandoc
- document downstream versions
- copy the version 1.12.2 News

11 years agoMerge from branch VERSION_1_12:
Ingo Schwarze [Wed, 2 Oct 2013 06:44:55 +0000 (06:44 +0000)]
Merge from branch VERSION_1_12:
- add the new SCRS files NEWS and gmdiff
- add tbl.3 to SRCS, INDEX_MANS, and install
- bring back the SCRS files apropos.{c,1} that somehow got lost
- bring back the INDEX_MANS apropos.1.html that also got lost
- update VERSION, VDATE, and OSNAME
- improve comment regarding STATIC

11 years agoMerge the relevant parts from the VERSION_1_12 branch:
Ingo Schwarze [Tue, 1 Oct 2013 20:56:18 +0000 (20:56 +0000)]
Merge the relevant parts from the VERSION_1_12 branch:
- change mandocdb.db to mandoc.db
- add HISTORY to mandocdb(8)

11 years agoNew file suggested by Thomas Klausner <wiz at netbsd dot org>.
Ingo Schwarze [Tue, 1 Oct 2013 00:24:00 +0000 (00:24 +0000)]
New file suggested by Thomas Klausner <wiz at netbsd dot org>.

11 years agoMaybe we can easily improve -width parsing.
Ingo Schwarze [Fri, 27 Sep 2013 21:12:34 +0000 (21:12 +0000)]
Maybe we can easily improve -width parsing.

11 years agoThrowing FATAL MANDOCERR_SYNTCHILD on non-.It children of .Bl
Ingo Schwarze [Sun, 22 Sep 2013 23:21:23 +0000 (23:21 +0000)]
Throwing FATAL MANDOCERR_SYNTCHILD on non-.It children of .Bl
feels so 2008-ish, one of the last remnants of the
Kristaps-doesnt-like-syntax-errors-so-lets-just-give-up--Era.

11 years agoDocBook abuses \h - for no good reason, but maybe we should eventually
Ingo Schwarze [Sun, 22 Sep 2013 11:48:38 +0000 (11:48 +0000)]
DocBook abuses \h - for no good reason, but maybe we should eventually
try to deal with it.

11 years agouse the .Bx macro; from Jan Stary via jmc@
Ingo Schwarze [Mon, 16 Sep 2013 22:58:57 +0000 (22:58 +0000)]
use the .Bx macro; from Jan Stary via jmc@

11 years agotwo improvements in the SYNOPSIS;
Ingo Schwarze [Mon, 16 Sep 2013 22:54:38 +0000 (22:54 +0000)]
two improvements in the SYNOPSIS;
from Sascha Wildner <swildner at gmail dot com> (DragonFly)

11 years agoDrop .Ud remark, it has started to slowly turn into a lie.
Ingo Schwarze [Mon, 16 Sep 2013 22:39:19 +0000 (22:39 +0000)]
Drop .Ud remark, it has started to slowly turn into a lie.

11 years agoBeagle has been replaced by armv7; from patrick@.
Ingo Schwarze [Mon, 16 Sep 2013 22:12:57 +0000 (22:12 +0000)]
Beagle has been replaced by armv7; from patrick@.

11 years agoOne of the WARNING messages has to use the word "section" twice in two
Ingo Schwarze [Mon, 16 Sep 2013 00:25:07 +0000 (00:25 +0000)]
One of the WARNING messages has to use the word "section" twice in two
different meanings, that cannot be helped.  But we can make this less
confusing by stating that the second instance refers to stuff like (2),
(3), and (9), and by adding the sections header the first instance
refers to, for example ERRORS or RETURN VALUES.

Source for confusion noticed by Jan Stary <hans at stare dot cz>,
better wording suggested by jmc@, tweaked by me.

11 years agoUse normal line macro recognition, do not attempt to roll your own.
Ingo Schwarze [Sun, 15 Sep 2013 18:48:31 +0000 (18:48 +0000)]
Use normal line macro recognition, do not attempt to roll your own.
This fixes horizontal spacing when an Ns macro follows a block-closing
macro and the corresponding block-opening macro is not on the same line.

11 years agoBlock closing macros do not allocate a new node but finish an existing
Ingo Schwarze [Sun, 15 Sep 2013 18:26:46 +0000 (18:26 +0000)]
Block closing macros do not allocate a new node but finish an existing
one, so they miss the clearing of MDOC_NEWLINE in mdoc.c, node_alloc().
Consequently, MDOC_NEWLINE must be cleared before processing the next
macro on the same line.
This fixes horizontal spacing for input lines beginning like .Oc Ns ...

Issue found by Franco Fichtner <franco at lastsummer dot de>
while working on DragonFly mandoc integration.

11 years agoFor some mdoc(7) macros, it is (unfortunately) semantically significant
Ingo Schwarze [Sun, 15 Sep 2013 17:33:57 +0000 (17:33 +0000)]
For some mdoc(7) macros, it is (unfortunately) semantically significant
whether they are the first macro on the line or called by another macro.
To help debugging, indicate this property "first macro on a new input line"
by prefixing an asterisk to the line number in -Ttree output.

11 years agoMove the last column-counting members of struct termp (col and maxcols)
Ingo Schwarze [Wed, 21 Aug 2013 21:20:40 +0000 (21:20 +0000)]
Move the last column-counting members of struct termp (col and maxcols)
from int to size_t, to match some existing ones (offset, *rmargin, viscol).
Move some related local variables from int to size_t as well.

Needed as a preparation to make a generalized adjbuf() function available
beyond the file term.c, i.e. in mandoc.c.
Also saves a couple of ugly casts.

11 years agoUse text production macros to document themselves.
Ingo Schwarze [Wed, 14 Aug 2013 15:08:31 +0000 (15:08 +0000)]
Use text production macros to document themselves.
Part of the patch was sent in by Jan Stary <hans at stare dot cz>,
another part was added by jmc@, the rest was added by myself;
ok jmc@.

11 years agoImplement the roff(7) font-escape sequence \f(BI "bold+italic".
Ingo Schwarze [Thu, 8 Aug 2013 20:07:47 +0000 (20:07 +0000)]
Implement the roff(7) font-escape sequence \f(BI "bold+italic".
This improves the formatting of about 40 base manuals
and reduces groff-mandoc formatting differences in base by about 5%.

11 years agoAfter a leading blank on an output line, the first word was counted twice
Ingo Schwarze [Mon, 5 Aug 2013 23:36:42 +0000 (23:36 +0000)]
After a leading blank on an output line, the first word was counted twice
against vend, causing a premature line break.  Fix that bug by reverting
revision 1.93 which Kristaps committed four years ago.  Kristaps patch is no
longer needed because the code below  /* Write out the [remaining] word. */
now handles leading blanks correctly, probably already for a long time.

This avoids premature line breaks in about a dozen base system manuals,
for example as(1) and gdb(1), and alignment issues in another twenty,
for example mount(2), ip6(4), pfctl(8), and crypto(9).

11 years agoPut .%C before .%D in .Rs output
Ingo Schwarze [Mon, 5 Aug 2013 14:36:01 +0000 (14:36 +0000)]
Put .%C before .%D in .Rs output
because that's the usual order in formal citations.

My patch that was accepted into groff by Werner Lemberg
uses the same order, so keep groff and mandoc consistent.

11 years agojca@ found .as .shift .while in ratpoison(1)
Ingo Schwarze [Sun, 14 Jul 2013 11:57:38 +0000 (11:57 +0000)]
jca@ found .as .shift .while in ratpoison(1)

11 years agotedu@ says: "whatis pool" doesn't work
Ingo Schwarze [Sun, 14 Jul 2013 09:36:13 +0000 (09:36 +0000)]
tedu@ says: "whatis pool" doesn't work

11 years agoFor citing the names and email addresses of authors,
Ingo Schwarze [Sat, 13 Jul 2013 19:41:16 +0000 (19:41 +0000)]
For citing the names and email addresses of authors,
consistently use the style ".An name Aq Mt email".

Triggered by a question from Jan Stary <hans at stare dot cz>,
ok jmc@.

11 years agoRudimentary implementation of the .it request (input line trap).
Ingo Schwarze [Sat, 13 Jul 2013 12:52:07 +0000 (12:52 +0000)]
Rudimentary implementation of the .it request (input line trap).
As with any low-level roff request involving subtle interactions
with macro internals, this implementation is not exact, but it
does handle the simplest cases.

This request occurs in man(7) code generated from DocBook,
for example mysql(1) and yasm_arch(7).
Thanks to brad@ for reporting the issue back in January 2011.

11 years agoSimple partial sync with OpenBSD:
Ingo Schwarze [Fri, 5 Jul 2013 09:33:02 +0000 (09:33 +0000)]
Simple partial sync with OpenBSD:
* Again accept suffixes on the name of the whatis utility.
* The usage line for whatis must not invite expressions.
* Revert the argument names in the SYNOPSIS back to the usual ones.
* Revert a few gratuitious changes regarding line breaks etc.

11 years agoFor the strings table, ohash_init is only called in ofmerge(),
Ingo Schwarze [Tue, 2 Jul 2013 13:26:52 +0000 (13:26 +0000)]
For the strings table, ohash_init is only called in ofmerge(),
so move the str_info structure into that function.
No functional change.

11 years agoTurning off synchronous mode logically belongs to opening the database,
Ingo Schwarze [Tue, 2 Jul 2013 12:58:54 +0000 (12:58 +0000)]
Turning off synchronous mode logically belongs to opening the database,
so move the statement into the function dbopen().

11 years agofixed in mandoc.c rev. 1.67 and OpenBSD mandoc.c rev. 1.36
Ingo Schwarze [Tue, 2 Jul 2013 12:22:31 +0000 (12:22 +0000)]
fixed in mandoc.c rev. 1.67 and OpenBSD mandoc.c rev. 1.36

11 years agoRestore the check whether each page added to the database
Ingo Schwarze [Tue, 2 Jul 2013 11:40:40 +0000 (11:40 +0000)]
Restore the check whether each page added to the database
is actually reachable by man(1).  This check got lost when
the database backend was changed from Berkeley to sqlite.

11 years agoParse for the closing delimiter `\}' for conditionals
Ingo Schwarze [Thu, 27 Jun 2013 09:49:47 +0000 (09:49 +0000)]
Parse for the closing delimiter `\}' for conditionals
even when the conditional evaluated to false.

While here, reshuffle the code to reduce indentation and make it
more readable; that way, we can even trim down the comments because
it becomes obvious what the code does.

Found in zipinfo(1) - thanks to espie@ and naddy@
for making me look at that manual page.

11 years agosort missing roff requests, and add some usage info
Ingo Schwarze [Sat, 22 Jun 2013 10:05:44 +0000 (10:05 +0000)]
sort missing roff requests, and add some usage info

11 years agoA very simple utility script to automatically compare groff and mandoc
Ingo Schwarze [Sat, 22 Jun 2013 08:54:13 +0000 (08:54 +0000)]
A very simple utility script to automatically compare groff and mandoc
output on collections of manual source files.  I'm using this for quite
some time now, and it has proven to be rather useful.

Obviously, this will not be installed on user's systems.

11 years agoImprove handling of the roff(7) "\t" escape sequence:
Ingo Schwarze [Thu, 20 Jun 2013 22:39:30 +0000 (22:39 +0000)]
Improve handling of the roff(7) "\t" escape sequence:
* Parsing macro arguments has to be done in copy mode,
  which implies replacing "\t" by a literal tab character.
* Otherwise, render "\t" as the empty string, not as a 't' character.

This fixes formatting of the distfile example in the oldrdist(1) manual.
This also shows up in the unzip(1) manual as one of several issues
preventing the removal of USE_GROFF from the archivers/unzip port.
Thanks to espie@ for attracting my attention to the unzip(1) manual.

11 years agoAdd .St values for POSIX 1003.1d, 1003.1j, and 1003.1q.
Ingo Schwarze [Wed, 19 Jun 2013 21:20:27 +0000 (21:20 +0000)]
Add .St values for POSIX 1003.1d, 1003.1j, and 1003.1q.
Tweak descriptions of the other POSIX 1003.1<letter> standards.
Sort a few others into their proper places.

From Philip Guenther@ during t2k13.

11 years agoThe mdoc_handler flags are unused and will never be used.
Ingo Schwarze [Fri, 7 Jun 2013 05:27:50 +0000 (05:27 +0000)]
The mdoc_handler flags are unused and will never be used.
Having a mask is sufficient to trigger putmdockey.
Simplify by dropping the flags; no functional change.

11 years agoIn .Xr database entries, mention the manual section again;
Ingo Schwarze [Fri, 7 Jun 2013 04:51:26 +0000 (04:51 +0000)]
In .Xr database entries, mention the manual section again;
the section was dropped when switching from db to sqlite.
Use the customary format foo(N).

11 years agoThe string hash table is only needed to combine multiple occurences
Ingo Schwarze [Fri, 7 Jun 2013 01:01:34 +0000 (01:01 +0000)]
The string hash table is only needed to combine multiple occurences
of the same string within the same manual, so initialize and purge
it for each manual in ofmerge() instead of one single time in main().

There is no point in saving manual names and descriptions in that
table because each of them occurs only once, or very few times.
The is no point in saving section numbers there because they are
so much shorter than the descriptions.

Testing with the complete tree /usr/share/man/ on my notebook shows
that this change slightly reduces memory consumption by about 20%
while there is no measurable difference in execution time.

As a bonus, this allows to delete the functions stradd() and stradds(),
the "next" member from struct str, and the global struct str *words.

While adapting the places in the code using stradd(), i noticed that
parsing of the mdoc(7) .Nd macro was completely broken and that for
formatted manual pages with unusable NAME section, the description
was never set in the struct of.  This commit fixes both bugs as well.

11 years agoOptimize stradds() and putkeys() to not call ohash_qlookupi()
Ingo Schwarze [Thu, 6 Jun 2013 19:00:28 +0000 (19:00 +0000)]
Optimize stradds() and putkeys() to not call ohash_qlookupi()
and ohash_find() twice.  As a bonus, this allows to drop hashget().
While here, rename index to slot to match the terminology in the ohash
manual; it also prevents potential clashes with index(3).
Drop the slot variable altogether where it is used only once.

11 years agoDrop wordaddbuf() which is identical to putkeys().
Ingo Schwarze [Thu, 6 Jun 2013 17:51:31 +0000 (17:51 +0000)]
Drop wordaddbuf() which is identical to putkeys().
Also rename straddbuf() to stradds() to be more similar to putkeys().
Just cleanup, no functional change.

11 years agoIn dbopen(), check success of remove("mandoc.db~").
Ingo Schwarze [Thu, 6 Jun 2013 15:15:07 +0000 (15:15 +0000)]
In dbopen(), check success of remove("mandoc.db~").
While here, simplify dbopen() and dbclose(): No need for strlcpy()
and strlcat() when dealing with constant strings only.

11 years agoNo point in inventing yet another file name for the database.
Ingo Schwarze [Thu, 6 Jun 2013 14:27:02 +0000 (14:27 +0000)]
No point in inventing yet another file name for the database.
We are not going back to Berkeley DB and don't care about
overwriting any obsolete files that may be lying around.
So, go back from "mandocdb.db" to "mandoc.db".

11 years agoIn parse_catpage(), the comment saying that the filename would be
Ingo Schwarze [Thu, 6 Jun 2013 02:40:37 +0000 (02:40 +0000)]
In parse_catpage(), the comment saying that the filename would be
used as a default page description if no usable NAME section was found
was preserved when moving from db to sqlite, but the code line actually
doing that was removed without replacement.  So, put it back.

11 years agoThe return value from parse_man() is completely unused,
Ingo Schwarze [Wed, 5 Jun 2013 21:21:08 +0000 (21:21 +0000)]
The return value from parse_man() is completely unused,
so make the function void; no functional change.

11 years agoTwo sanity checks got lost in treescan()
Ingo Schwarze [Wed, 5 Jun 2013 20:27:11 +0000 (20:27 +0000)]
Two sanity checks got lost in treescan()
during the switch from db to sqlite; restore these:

* Warn and skip when directory and file name mismatch.
* Warn and skip when finding special files.
* Warning about "mandocdb.db" is useless, it is always present.
* While here, do not hardcode "mandocdb.db", use MANDOC_DB.

11 years agoAdd back the realpath() checks that got lost during the change from
Ingo Schwarze [Wed, 5 Jun 2013 17:48:14 +0000 (17:48 +0000)]
Add back the realpath() checks that got lost during the change from
db to sqlite; they are needed to prevent corruption of the database
when paths containing dot, dotdot, or symlinks are given on the
command line.  Also make sure the exit-code is really non-zero on
system errors and use mandoc(1) exit codes.

To make all this simpler,
 * Drop the "basedir" argument from almost every function and make it
   global because it is really state info used all over the place.
 * Move "startdir" and "fd" as local vars into set_basedir() because they
   are only used for this one purpose, i.e. to move out of basedir again.

While here,
 * Clarify the name of path_arg in the main program; in the -C case,
   it is not a dir, and anyway there are lots of different dirs around.
 * Include missing <stdio.h> needed for perror().

11 years agoSome places used PATH_MAX from <limits.h>, some MAXPATHLEN from <sys/param.h>.
Ingo Schwarze [Wed, 5 Jun 2013 02:00:26 +0000 (02:00 +0000)]
Some places used PATH_MAX from <limits.h>, some MAXPATHLEN from <sys/param.h>.
Consistently use the PATH_MAX since it is specified by POSIX,
while MAXPATHLEN is not.
In preparation for using this at a few more places.

11 years agoChanging existing SQLite databases was utterly broken:
Ingo Schwarze [Mon, 3 Jun 2013 22:51:14 +0000 (22:51 +0000)]
Changing existing SQLite databases was utterly broken:
1) SQL statements were only prepared when creating a new database.
2) We rely heavily on foreign_keys, but never enabled them.

11 years agoStarting the preparations to integrate this into OpenBSD.
Ingo Schwarze [Mon, 3 Jun 2013 19:01:31 +0000 (19:01 +0000)]
Starting the preparations to integrate this into OpenBSD.
As variadic macros are not supported on all architectures,
replace them by a real function.  While here,
* choose a more logical order for "dir" and "file" arguments
* choose a more logical order when printing; as a bonus,
  a simple sed 's/:.*//' will get you valid file names
* in ofmerge(), skip diagnostic string comparisons
  when we don't want warnings anyway

11 years agoLet .Do .Dq .Ql .So .Sq generate the correct roff(7) character escape
Ingo Schwarze [Sun, 2 Jun 2013 18:16:57 +0000 (18:16 +0000)]
Let .Do .Dq .Ql .So .Sq generate the correct roff(7) character escape
sequences such that output modes like -Tutf8 have a chance to select
nice glyphs.  This doesn't change anything for -Tascii, and, for now,
it doesn't affect -Tps and -Tpdf either.
OK matthew@ bentley@; like the idea tedu@; no opinion jmc@.

11 years agoSync to OpenBSD, no functional change:
Ingo Schwarze [Sun, 2 Jun 2013 03:52:21 +0000 (03:52 +0000)]
Sync to OpenBSD, no functional change:
* Add the missing mparse_parse_buffer prototype.
* Drop the useless MAP_FILE constant: It's not specified in POSIX,
  so it's not required, it's the default anyway, and it's 0 anyway.

11 years agoNote where these functions are declared and implemented.
Ingo Schwarze [Sun, 2 Jun 2013 03:48:26 +0000 (03:48 +0000)]
Note where these functions are declared and implemented.
That helps to find one's way when hacking on the code.

11 years agoThis file contains too much complexity.
Ingo Schwarze [Sat, 1 Jun 2013 22:57:35 +0000 (22:57 +0000)]
This file contains too much complexity.
Remove one layer of indirection by deleting mparse_readfd_r()
and doing its work in the public mparse_readfd().
As a bonus, catch recursive .so.
This is part of the preparations to resync to openbsd.org.

11 years agoUse a standard locale name, "UTF-8" is an ugly non-standard alias
Ingo Schwarze [Sat, 1 Jun 2013 14:27:20 +0000 (14:27 +0000)]
Use a standard locale name, "UTF-8" is an ugly non-standard alias
that doesn't work on OpenBSD.
OK tedu@ naddy@

11 years agolatex2man.1 - oh boy...
Ingo Schwarze [Sat, 1 Jun 2013 05:56:44 +0000 (05:56 +0000)]
latex2man.1 - oh boy...

11 years agoSome documentation of the tbl parser.
Ingo Schwarze [Sat, 1 Jun 2013 05:44:39 +0000 (05:44 +0000)]
Some documentation of the tbl parser.
I needed this when working on tbl(7) bug fixes.
Deliberately not linked to the build;
this is developer documentation, not user documentation.

11 years agoIf a table contained at least one complete line
Ingo Schwarze [Sat, 1 Jun 2013 04:56:50 +0000 (04:56 +0000)]
If a table contained at least one complete line
and on its last line, the first T{ remained unclosed,
roff_parseln() never returned ROFF_TBL for that last line,
so {man,mdoc}_addspan() never got called for that last line,
so we ended up with a table
where no line associated with a node had TBL_SPAN_LAST set,
so tbl_term() never free()'d the cols in struct roffcol,
so tblcalc() crashed on the NULL == tbl->cols assertion
when starting the *next* table in the same file.

Fix this by returning ROFF_TBL as soon as we open a data cell,
not only when finishing it - as explained above, it may never
get properly closed but instead be interrupted by .TE.

Problem reported by bentley@ in latex2man.1.

I love it when bugs take half a day to debug but
the fix turns out to be flipping one single bit in the source code.

11 years agoMore cleanup: Consistently use the name "struct tbl_node *tbl"
Ingo Schwarze [Fri, 31 May 2013 22:08:09 +0000 (22:08 +0000)]
More cleanup: Consistently use the name "struct tbl_node *tbl"
that is already used almost everywhere instead of gratuitiously
inventing different names at four places.  No functional change.

11 years agoThe name "struct tbl" was badly misleading for two reasons:
Ingo Schwarze [Fri, 31 May 2013 21:37:17 +0000 (21:37 +0000)]
The name "struct tbl" was badly misleading for two reasons:
1) This struct almost exclusively contains the table options.
2) Information about the table as a whole is actually in "struct tbl_node".
Besides, "struct tbl" was almost impossible to search for.
So rename it to "struct tbl_opts".  No functional change.

11 years agoReject non-printable characters found in the input stream even when
Ingo Schwarze [Thu, 30 May 2013 03:52:59 +0000 (03:52 +0000)]
Reject non-printable characters found in the input stream even when
preceded by a backslash; otherwise, the escape sequence would later
be identified as invalid and the non-printable character would be
passed through to the output backends, sometimes triggering assertions.

Reported by Mike Small <smallm at panix dot com> on the mdocml discuss list.

11 years agoSync to OpenBSD:
Ingo Schwarze [Wed, 29 May 2013 22:48:10 +0000 (22:48 +0000)]
Sync to OpenBSD:
* Guard <sys/param.h> inclusion by #ifdef USE_MANPATH
  to make it more obvious why this isn't needed on OpenBSD.
  Noticed by deraadt@.
* Resolve gratuitious whitespace differences:
  Blanks before tabs and on empty lines.

11 years agoSimplify condition, avoid duplicate code; no functional change.
Ingo Schwarze [Wed, 29 May 2013 16:11:40 +0000 (16:11 +0000)]
Simplify condition, avoid duplicate code; no functional change.

11 years agoIn SYNOPSIS mode, .Ek doesn't end a keep.
Ingo Schwarze [Wed, 29 May 2013 15:40:22 +0000 (15:40 +0000)]
In SYNOPSIS mode, .Ek doesn't end a keep.
Found and fixed on the plane to the OpenBSD t2k13 hackathon in Toronto.

11 years agoIn keep mode, if any text is printed (even in NOSPACE mode),
Ingo Schwarze [Wed, 29 May 2013 15:17:52 +0000 (15:17 +0000)]
In keep mode, if any text is printed (even in NOSPACE mode),
any text that follows must be kept on the same line.

I already found the issue and wrote the patch in April 2011,
but didn't come round to do proper testing and forgot about it.

11 years agoSupport .Bl -offset in -mdoc -Tman.
Ingo Schwarze [Sun, 19 May 2013 21:40:24 +0000 (21:40 +0000)]
Support .Bl -offset in -mdoc -Tman.
Issue found when Thomas Klausner <wiz at NetBSD dot org> made me
look at the manuals of his http://www.nih.at/libzip library.

11 years agoMove printing of the .RS macro into print_offs() such that print_offs()
Ingo Schwarze [Sun, 19 May 2013 21:07:51 +0000 (21:07 +0000)]
Move printing of the .RS macro into print_offs() such that print_offs()
takes care of printing the whole line.  This reduces code duplication -
in particular after the upcoming commit to repair .Bl -offset -
and makes print_offs() more similar to what print_width() does.
No functional change.

11 years agoShould termp_xx_pre() ever get called for a macro it cannot handle,
Ingo Schwarze [Sat, 18 May 2013 17:47:47 +0000 (17:47 +0000)]
Should termp_xx_pre() ever get called for a macro it cannot handle,
use abort(3), just like in the three other comparable cases in this file,
instead of ignoring the problem and causing a null pointer access.
Cosmetical issue reported by Ulrich Spoerlein <uqs@spoerlein.net>
found by Coverity Scan CID 976115.
No functional change.

11 years agoRemove the variable sz because it's invariantly == 0,
Ingo Schwarze [Sat, 18 May 2013 17:08:43 +0000 (17:08 +0000)]
Remove the variable sz because it's invariantly == 0,
along with the dead code testing whether it's positive.
Reported by Ulrich Spoerlein <uqs@spoerlein.net>,
found by Coverity Scan CID 975717.

While here, remove the now unused **params array as well,
which Coverity apparently missed, at least it wasn't reported...

11 years agoEven though the size of a pointer should not depend on the type of the
Ingo Schwarze [Sat, 18 May 2013 16:40:15 +0000 (16:40 +0000)]
Even though the size of a pointer should not depend on the type of the
data pointed to, pass the size of the right pointer type to calloc;
cosmetic issue reported by Ulrich Spoerlein <uqs@spoerlein.net>
found in Coverity Scan CID 978734.
No binary change - ok cmp(1).

11 years ago- (mdoc.7) fix Xr to self
Ingo Schwarze [Sun, 28 Apr 2013 07:54:01 +0000 (07:54 +0000)]
- (mdoc.7) fix Xr to self
- double word fix
from jmc@

11 years agoCavium Octeon (new architecture in OpenBSD); from jmc@.
Ingo Schwarze [Wed, 27 Mar 2013 00:19:26 +0000 (00:19 +0000)]
Cavium Octeon (new architecture in OpenBSD); from jmc@.

11 years agolegancy -> legacy; reported by Chris Hettrick
Ingo Schwarze [Wed, 6 Mar 2013 08:08:24 +0000 (08:08 +0000)]
legancy -> legacy; reported by Chris Hettrick

12 years agoIn literal mode (.nf), each input line must be kept together
Ingo Schwarze [Sat, 5 Jan 2013 22:19:12 +0000 (22:19 +0000)]
In literal mode (.nf), each input line must be kept together
on the same output line, even if it is longer than the output width.
This commit fixes a bug allowing an overly long last line of an
indented block (.RS) to be broken even in literal mode.

The bug was found using the sudo_plugin(4) manual provided by millert@.

I introduced the bug in rev. 1.84 during the g2k12 Budapest hackathon.

12 years agoRewrite indentation handling for nested lists in a more systematic way
Ingo Schwarze [Mon, 31 Dec 2012 22:34:48 +0000 (22:34 +0000)]
Rewrite indentation handling for nested lists in a more systematic way
to fix multiple issues reported by Todd Miller; thanks!

Specifically,
 - avoid double indentation after .Bd inside .Bl
 - set up correct indentation after .Bl inside .Bl
 - set up correct indentation after .Dl and .D1 inside .Bl

While here, also
 - set up correct indentation *inside* .Dl and .D1 inside .Bl.