aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Expand)AuthorAgeFilesLines
* final tweaks for the 1.14.2 releaseVERSION_1_14_2Ingo Schwarze2017-07-282-15/+21
* When the mparse_alloc() prototype changed in read.c 1.179, updatingIngo Schwarze2017-07-281-2/+2
* fix typo in TERMP_MULTICOL flag test;Ingo Schwarze2017-07-281-2/+2
* disable .Xr -Tlint test for now,Ingo Schwarze2017-07-281-0/+3
* Do not test .Xr here. It is not what this directory should focus on,Ingo Schwarze2017-07-286-30/+22
* Fix a typo that caused a non-constant stringIngo Schwarze2017-07-261-2/+1
* Cast the return value of chdir(2) to void. We already have a commentIngo Schwarze2017-07-261-2/+2
* two more entries from the mdoclint TODO, clerified by wiz@Ingo Schwarze2017-07-241-2/+11
* migrate the mdoclint(1) TODO list here, from pkgsrcIngo Schwarze2017-07-221-1/+14
* Avoid cross reference to mandoc(1) because it may cause a messageIngo Schwarze2017-07-206-14/+14
* more renaming from mdocml to mandocIngo Schwarze2017-07-203-17/+17
* mention -Tlint to stdoutIngo Schwarze2017-07-201-1/+3
* MAP_PRIVATE is pointless without PROT_WRITEIngo Schwarze2017-07-201-6/+1
* For -Tlint, put parser messages on stdout instead of stderr.Ingo Schwarze2017-07-203-20/+16
* Do not call err(3) from the parser. Call mandoc_vmsg() andIngo Schwarze2017-07-201-10/+16
* correctly handle letters in .Nx arguments; improves for exampleIngo Schwarze2017-07-202-7/+17
* three ideas found in a different TODO fileIngo Schwarze2017-07-201-1/+9
* * clean catman.o which was missingIngo Schwarze2017-07-201-14/+6
* syncIngo Schwarze2017-07-201-2/+2
* Fix incorrectly swapped labels of left/right arrows; from bentley@.Ingo Schwarze2017-07-201-3/+3
* delete some entries that have been taken care ofIngo Schwarze2017-07-191-48/+1
* more bits for 1.14.2Ingo Schwarze2017-07-191-6/+10
* Prefer arch-dependent over arch-independent pages if the name priority,Ingo Schwarze2017-07-191-3/+19
* Run the regression tests iteratively rather than recursively.Ingo Schwarze2017-07-182-235/+239
* The only elements using floats are dt.It-tag,Ingo Schwarze2017-07-161-3/+4
* test -diag -width and -inset -widthIngo Schwarze2017-07-169-14/+22
* In .Bl -tag and -hang, do not print a margin-left style attributeIngo Schwarze2017-07-153-24/+31
* use the same width increase logic for .Bl -hang as for .Bl -tagIngo Schwarze2017-07-152-4/+4
* If -column, -diag, -inset, -item, or -ohang lists have a -width,Ingo Schwarze2017-07-151-5/+6
* correct left margins for different classes of definition listsIngo Schwarze2017-07-151-6/+6
* print the right character for mathematical overbar; from bentley@Ingo Schwarze2017-07-155-6/+6
* Improve rev. 1.250 further:Ingo Schwarze2017-07-151-2/+2
* first draft of the 1.14.2 release notesIngo Schwarze2017-07-151-1/+75
* always give commas their own <mo> element,Ingo Schwarze2017-07-141-2/+2
* The .Dd and .TH macros must interrupt .ce, too;Ingo Schwarze2017-07-141-2/+3
* Explicitly initialize a variable where the compiler is (understandably)Ingo Schwarze2017-07-141-6/+7
* Fix an assertion failure triggered by print_otag("sw+-l", NULL).Ingo Schwarze2017-07-141-2/+7
* Handle .Bl -compact via CSS rather than writing individual styleIngo Schwarze2017-07-144-54/+31
* print HTML character references as 4+ digits hexadecimal, like Unicode;Ingo Schwarze2017-07-1412-335/+335
* do not print <math class="eqn"><mrow></mrow></math> for empty .EQ;Ingo Schwarze2017-07-141-1/+4
* eqn(7) nits from bentley@Ingo Schwarze2017-07-141-1/+10
* eqn(7) .EQ has to break man(7) next-line scope, or tree corruptionIngo Schwarze2017-07-131-1/+3
* Simplify by creating struct roff_node syntax tree nodes for tbl(7)Ingo Schwarze2017-07-088-100/+65
* fix an assertion failure triggered by .ce in next-line scope;Ingo Schwarze2017-07-081-2/+3
* 1. Eliminate struct eqn, instead use the existing membersIngo Schwarze2017-07-0814-206/+125
* Correctly handle horizontal spans at the beginning of rows,Ingo Schwarze2017-07-081-9/+10
* garbage collect unused enum member EQN_ROOTIngo Schwarze2017-07-072-6/+2
* add parentheses to the output where required for disambiguationIngo Schwarze2017-07-0710-16/+38
* simplify the eqn_box_makebinary() function by removing the trivial posIngo Schwarze2017-07-071-13/+11
* Radically simplify the definitions what the message levels ERRORIngo Schwarze2017-07-071-27/+8