aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/read.c
Commit message (Expand)AuthorAgeFilesLines
* add a style message about overlong text lines,Ingo Schwarze2021-06-271-2/+5
* provide a STYLE message when mandoc knows the file name and the extensionIngo Schwarze2020-04-241-3/+9
* When a .Tg is attached to a paragraph, attach the permalinkIngo Schwarze2020-04-181-4/+4
* Separate the place to put the <a href> permalink (now markedIngo Schwarze2020-04-071-1/+2
* Properly reset the validation part of the tagging module between files.Ingo Schwarze2020-03-131-1/+3
* Split tagging into a validation part including prioritizationIngo Schwarze2020-03-131-2/+11
* Some time ago, i simplified mandoc_msg() such that it can be usedIngo Schwarze2019-07-101-18/+17
* Initialize the local variable "lastln" in mparse_buf_r().Ingo Schwarze2019-06-031-2/+2
* When the last line of the input is empty and the previous line reducedIngo Schwarze2019-03-191-1/+3
* Improve error reporting when a file given on the command lineIngo Schwarze2019-01-111-3/+5
* Cleanup, minus 15 LOC, no functional change:Ingo Schwarze2018-12-311-1/+2
* Cleanup, no functional change:Ingo Schwarze2018-12-301-26/+22
* Move the full responsibility for reporting open(2) errors fromIngo Schwarze2018-12-201-4/+4
* Cleanup, no functional change:Ingo Schwarze2018-12-141-3/+3
* Almost mechanical diff to remove the "struct mparse *" argumentIngo Schwarze2018-12-141-22/+20
* Fold mparse_parse_buffer() into mparse_readfd(), making the codeIngo Schwarze2018-12-141-41/+42
* Delete the function mparse_readmem() that has been unused for almost aIngo Schwarze2018-12-141-14/+1
* Major cleanup; may imply minor changes in edge cases of error reporting.Ingo Schwarze2018-12-141-299/+11
* Cleanup, no functional change:Ingo Schwarze2018-12-131-1/+2
* Cleanup, no functional change:Ingo Schwarze2018-12-131-1/+2
* Rudimentary implementation of the roff(7) .char (output glyphIngo Schwarze2018-08-251-1/+3
* Rudimentary implementation of the roff(7) .while request.Ingo Schwarze2018-08-241-55/+119
* The upcoming .while request will have to re-execute roff(7) linesIngo Schwarze2018-08-231-71/+68
* Implement the roff(7) .shift and .return requests,Ingo Schwarze2018-08-231-12/+32
* Issue a STYLE message when normalizing the date format in .Dd/.TH.Ingo Schwarze2018-07-281-2/+3
* Style message about bad input encoding of em-dashes as -- instead of \(em.Ingo Schwarze2018-03-161-1/+2
* After opening a file with gzdopen(3), we have to call gzclose(3) orIngo Schwarze2018-02-231-7/+32
* be less assertive when warning about a possible typo;Ingo Schwarze2017-11-101-2/+2
* Do not call err(3) from the parser. Call mandoc_vmsg() andIngo Schwarze2017-07-201-10/+16
* Simplify by creating struct roff_node syntax tree nodes for tbl(7)Ingo Schwarze2017-07-081-15/+2
* 1. Eliminate struct eqn, instead use the existing membersIngo Schwarze2017-07-081-4/+1
* Now that we have the -Wstyle message level, downgrade six warningsIngo Schwarze2017-07-061-9/+9
* Printing "BASE:" in messages about violations of base system conventionsIngo Schwarze2017-07-041-2/+2
* 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-1/+2
* add warning "cross reference to self"; inspired by mdoclintIngo Schwarze2017-07-021-1/+2
* Basic reporting of .Xrs to manual pages that don't existIngo Schwarze2017-07-011-1/+2
* warn about some non-portable idioms in .Bl -column;Ingo Schwarze2017-06-291-1/+3
* Catch typos in .Sh names; suggested by jmc@.Ingo Schwarze2017-06-251-1/+2
* operating system dependent message about unknown architecture;Ingo Schwarze2017-06-241-1/+2
* in the base system, suggest leaving .Os blank; inspired by mdoclintIngo Schwarze2017-06-241-1/+2
* Split -Wstyle into -Wstyle and the even lower -Wbase, and addIngo Schwarze2017-06-241-13/+17
* style message about duplicate RCS ids; inspired by mdoclintIngo Schwarze2017-06-171-1/+2
* style message about missing RCS ids; inspired by mdoclintIngo Schwarze2017-06-171-1/+2
* Style message about legacy man(7) date format in mdoc(7) documentsIngo Schwarze2017-06-111-1/+4
* style message about missing .Fn markup; inspired by mdoclintIngo Schwarze2017-06-111-1/+2
* style message about missing blank before trailing delimiter;Ingo Schwarze2017-06-101-1/+2
* warning about unknown .Lb arguments; inspired by mdoclint(1)Ingo Schwarze2017-06-081-1/+2
* style checks related to .Er; inspired by mdoclint(1)Ingo Schwarze2017-06-071-1/+3
* Minimal implementation of the roff(7) .ce request (center a numberIngo Schwarze2017-06-061-1/+2