summaryrefslogtreecommitdiffstats
path: root/mandoc.h
Commit message (Expand)AuthorAgeFilesLines
* When parsing a macro argument results in delayed escape sequenceIngo Schwarze2023-10-211-1/+0
* Even though the constant ASCII_ESC is only used in the roff pre-parser roff.c,Ingo Schwarze2022-08-161-0/+2
* Distinguish between escape sequences that produce no outputIngo Schwarze2022-08-151-2/+3
* Split the excessively generic diagnostic message "invalid escape sequence"Ingo Schwarze2022-06-071-1/+2
* With the improved escape sequence parser, it becomes easy to also improveIngo Schwarze2022-06-051-0/+5
* Make roff_expand() parse left-to-right rather than right-to-left.Ingo Schwarze2022-05-191-5/+6
* The syntax of the roff(7) .mc request is quite specialIngo Schwarze2022-04-281-0/+2
* If a .shift request has a negative argument, do not use a negative arrayIngo Schwarze2022-04-241-1/+2
* print a BAGARG message if -T markdown is requested on man(7) input;Ingo Schwarze2021-08-141-0/+1
* Support two-character font names (BI, CW, CR, CB, CI)Ingo Schwarze2021-08-101-1/+3
* The mandoc(1) manual already mentions that -T man output modeIngo Schwarze2021-07-041-1/+3
* add a style message about overlong text lines,Ingo Schwarze2021-06-271-0/+1
* In -W style mode, check .Xr links along the full manpath becauseIngo Schwarze2021-06-021-1/+1
* Ignore unreasonably large spacing modifiers in tbl layouts.Ingo Schwarze2020-09-011-0/+1
* provide a STYLE message when mandoc knows the file name and the extensionIngo Schwarze2020-04-241-0/+1
* Remove some stray argument names from function prototypes,Ingo Schwarze2020-04-031-3/+4
* Introduce a new mdoc(7) macro .Tg ("tag") to explicitly mark a placeIngo Schwarze2020-01-191-0/+1
* Align to the new, sane behaviour of the groff_mdoc(7) .Dd macro:Ingo Schwarze2020-01-191-2/+2
* If messages are shown and output is printed without a pager, displayIngo Schwarze2019-07-141-0/+1
* Some time ago, i simplified mandoc_msg() such that it can be usedIngo Schwarze2019-07-101-2/+30
* Yet another round of improvements to manual font selection.Ingo Schwarze2018-12-161-0/+1
* Several improvements to escape sequence handling.Ingo Schwarze2018-12-151-0/+4
* Almost mechanical diff to remove the "struct mparse *" argumentIngo Schwarze2018-12-141-4/+2
* Major cleanup; may imply minor changes in edge cases of error reporting.Ingo Schwarze2018-12-141-3/+11
* Cleanup, no functional change:Ingo Schwarze2018-12-131-34/+3
* Cleanup, no functional change:Ingo Schwarze2018-12-131-68/+0
* Cleanup, no functional change:Ingo Schwarze2018-12-121-106/+1
* In tbl(7) -T html output,Ingo Schwarze2018-11-251-1/+2
* Implement the \f(CW and \f(CR (constant width font) escape sequencesIngo Schwarze2018-10-251-0/+1
* Rudimentary implementation of the roff(7) .char (output glyphIngo Schwarze2018-08-251-0/+2
* Rudimentary implementation of the roff(7) .while request.Ingo Schwarze2018-08-241-0/+4
* The upcoming .while request will have to re-execute roff(7) linesIngo Schwarze2018-08-231-2/+1
* Implement the roff(7) .shift and .return requests,Ingo Schwarze2018-08-231-0/+4
* Implement the \*(.T predefined string (interpolate device name)Ingo Schwarze2018-08-161-0/+1
* Issue a STYLE message when normalizing the date format in .Dd/.TH.Ingo Schwarze2018-07-281-1/+2
* Style message about bad input encoding of em-dashes as -- instead of \(em.Ingo Schwarze2018-03-161-0/+1
* be less assertive when warning about a possible typo;Ingo Schwarze2017-11-101-1/+1
* 1. Eliminate struct eqn, instead use the existing membersIngo Schwarze2017-07-081-11/+0
* garbage collect unused enum member EQN_ROOTIngo Schwarze2017-07-071-1/+0
* Now that we have the -Wstyle message level, downgrade six warningsIngo Schwarze2017-07-061-8/+8
* The EQN_LISTONE box type is pointless.Ingo Schwarze2017-07-051-1/+0
* report trailing delimiters after macros where they are usually a mistake;Ingo Schwarze2017-07-031-2/+2
* warn about time machines; suggested by Thomas Klausner <wiz @ NetBSD>Ingo Schwarze2017-07-031-0/+1
* add warning "cross reference to self"; inspired by mdoclintIngo Schwarze2017-07-021-0/+1
* Basic reporting of .Xrs to manual pages that don't existIngo Schwarze2017-07-011-0/+1
* warn about some non-portable idioms in .Bl -column;Ingo Schwarze2017-06-291-0/+2
* Catch typos in .Sh names; suggested by jmc@.Ingo Schwarze2017-06-251-0/+1
* operating system dependent message about unknown architecture;Ingo Schwarze2017-06-241-0/+1
* in the base system, suggest leaving .Os blank; inspired by mdoclintIngo Schwarze2017-06-241-0/+1
* Split -Wstyle into -Wstyle and the even lower -Wbase, and addIngo Schwarze2017-06-241-3/+13