summaryrefslogtreecommitdiff
path: root/usr.bin/mandoc/read.c
AgeCommit message (Expand)Author
2022-05-19improve a comment explaining a particularly nasty hack; no code changeIngo Schwarze
2021-06-27add a style message about overlong text lines,Ingo Schwarze
2020-04-24provide a STYLE message when mandoc knows the file name and the extensionIngo Schwarze
2020-04-18When a .Tg is attached to a paragraph, attach the permalinkIngo Schwarze
2020-04-07Separate the place to put the <a href> permalink (now markedIngo Schwarze
2020-03-13Properly reset the validation part of the tagging module between files.Ingo Schwarze
2020-03-13Split tagging into a validation part including prioritizationIngo Schwarze
2019-07-10Some time ago, i simplified mandoc_msg() such that it can be usedIngo Schwarze
2019-06-03Initialize the local variable "lastln" in mparse_buf_r().Ingo Schwarze
2019-03-19When the last line of the input is empty and the previous line reducedIngo Schwarze
2019-01-11Improve error reporting when a file given on the command lineIngo Schwarze
2018-12-31Cleanup, minus 15 LOC, no functional change:Ingo Schwarze
2018-12-30Cleanup, no functional change:Ingo Schwarze
2018-12-20Move the full responsibility for reporting open(2) errors fromIngo Schwarze
2018-12-14Cleanup, no functional change:Ingo Schwarze
2018-12-14Almost mechanical diff to remove the "struct mparse *" argumentIngo Schwarze
2018-12-14Fold mparse_parse_buffer() into mparse_readfd(), making the codeIngo Schwarze
2018-12-14Major cleanup; may imply minor changes in edge cases of error reporting.Ingo Schwarze
2018-12-13Cleanup, no functional change:Ingo Schwarze
2018-12-13Cleanup, no functional change:Ingo Schwarze
2018-08-25Rudimentary implementation of the roff(7) .char (output glyphIngo Schwarze
2018-08-24Rudimentary implementation of the roff(7) .while request.Ingo Schwarze
2018-08-23The upcoming .while request will have to re-execute roff(7) linesIngo Schwarze
2018-08-23Implement the roff(7) .shift and .return requests,Ingo Schwarze
2018-07-28Issue a STYLE message when normalizing the date format in .Dd/.TH.Ingo Schwarze
2018-03-16Style message about bad input encoding of em-dashes as -- instead of \(em.Ingo Schwarze
2018-02-23After opening a file with gzdopen(3), we have to call gzclose(3) orIngo Schwarze
2017-11-10Be less assertive when warning about a possible typo.Jeremie Courreges-Anglas
2017-07-20Do not call err(3) from the parser. Call mandoc_vmsg() andIngo Schwarze
2017-07-08Simplify by creating struct roff_node syntax tree nodes for tbl(7)Ingo Schwarze
2017-07-081. Eliminate struct eqn, instead use the existing membersIngo Schwarze
2017-07-06Now that we have the -Wstyle message level, downgrade six warningsIngo Schwarze
2017-07-04Printing "BASE:" in messages about violations of base system conventionsIngo Schwarze
2017-07-03report trailing delimiters after macros where they are usually a mistake;Ingo Schwarze
2017-07-03warn about time machines; suggested by Thomas Klausner <wiz @ NetBSD>Ingo Schwarze
2017-07-02add warning "cross reference to self"; inspired by mdoclintIngo Schwarze
2017-07-01Basic reporting of .Xrs to manual pages that don't existIngo Schwarze
2017-06-29warn about some non-portable idioms in .Bl -column;Ingo Schwarze
2017-06-25Catch typos in .Sh names; suggested by jmc@.Ingo Schwarze
2017-06-24operating system dependent message about unknown architecture;Ingo Schwarze
2017-06-24in the base system, suggest leaving .Os blank; inspired by mdoclintIngo Schwarze
2017-06-24Split -Wstyle into -Wstyle and the even lower -Wbase, and addIngo Schwarze
2017-06-17style message about duplicate RCS ids; inspired by mdoclintIngo Schwarze
2017-06-17style message about missing RCS ids; inspired by mdoclintIngo Schwarze
2017-06-11Style message about legacy man(7) date format in mdoc(7) documentsIngo Schwarze
2017-06-11style message about missing .Fn markup; inspired by mdoclintIngo Schwarze
2017-06-10style message about missing blank before trailing delimiter;Ingo Schwarze
2017-06-08Portable mandoc just got a warning about unknown .Lb namesIngo Schwarze
2017-06-07style checks related to .Er; inspired by mdoclint(1)Ingo Schwarze
2017-06-06Minimal implementation of the roff(7) .ce request (center a numberIngo Schwarze