summaryrefslogtreecommitdiff
path: root/usr.bin/mandoc/read.c
AgeCommit message (Expand)Author
2015-03-17When the user exits the pager before the pager has drained all inputIngo Schwarze
2015-03-11Fix previous: size_t is often narrower than off_t.Ingo Schwarze
2015-03-10The st_size member of struct stat is off_t, which is signed,Ingo Schwarze
2015-03-02If a non-gz manual is read after a gzipped manual, refrainIngo Schwarze
2015-02-23improve NAME section diagnostics;Ingo Schwarze
2015-02-20Completely delete all carriage return characters from the input.Ingo Schwarze
2015-02-06replace the last legacy generic message type, "argument count wrong",Ingo Schwarze
2015-02-06better error reporting regarding .OP .RS .UR .TH argumentsIngo Schwarze
2015-02-06Delete the legacy generic warning type MANDOCERR_ARGCWARN,Ingo Schwarze
2015-02-06better handle .Fo and .Fd without argumentIngo Schwarze
2015-02-04discard .Rs head arguments and improve .Rs diagnosticsIngo Schwarze
2015-02-04more specific .Nd diagnostics, allowing to get rid of enum check_lvlIngo Schwarze
2015-01-28Clean up eqn(7) error handling:Ingo Schwarze
2015-01-28* Polish tbl(7) error reporting.Ingo Schwarze
2015-01-26Rework tbl(7) layout parsing:Ingo Schwarze
2015-01-26More improvements regarding tbl(7) options.Ingo Schwarze
2015-01-26Improve (or rather, rewrite) tbl(7) option parsing.Ingo Schwarze
2015-01-24Support .RE with an argument; needed for audio/pms(1).Ingo Schwarze
2015-01-22Traditional roff(7) explicitly allows certain control charactersIngo Schwarze
2015-01-22Don't let a failing mparse_open() clobber the filename pointer;Ingo Schwarze
2015-01-20Split the -Werror message level into -Werror (broken manual, probablyIngo Schwarze
2015-01-15Fatal errors no longer exist.Ingo Schwarze
2015-01-15downgrade .so failure from FATAL to ERRORIngo Schwarze
2015-01-14downgrade ".so with absolute path" from FATAL to ERROR;Ingo Schwarze
2015-01-14To get rid of SYSERR entries in enum mandocerr, downgrade problems withIngo Schwarze
2015-01-14Simplify handling of system errors: just exit(3).Ingo Schwarze
2014-12-28mdoc(7) already uses the mandoc(1) -Ios argument in the footer lineIngo Schwarze
2014-12-16Ignore mdoc(7) and man(7) macros inside tbl(7) code because theyIngo Schwarze
2014-11-30Multiple fixes with respect to .Pf:Ingo Schwarze
2014-11-30warn about attempts to call non-callable macros;Ingo Schwarze
2014-11-28Drop useless architecture table. Validating architecture namesIngo Schwarze
2014-11-28Simplify by making the eqn and tbl steering functions void;Ingo Schwarze
2014-11-27Downgrade .Bd -file from FATAL to ERROR.Ingo Schwarze
2014-11-26Let mparse_readfd() use mparse_open() and mparse_wait()Ingo Schwarze
2014-11-26Simplify the mparse_open()/mparse_wait() interface.Ingo Schwarze
2014-11-01Use struct buf in libroff, it is very natural thereIngo Schwarze
2014-11-01Refactor, no functional change: Remove the parse point from struct buf.Ingo Schwarze
2014-10-30support UTF-8 and ISO-8859-1 input by integrating modified partsIngo Schwarze
2014-10-28Make the character table available to libroff so it can check theIngo Schwarze
2014-10-20protect the roff parser from dividing by zero;Ingo Schwarze
2014-10-18plug file descriptor leaks on read or write failure;Ingo Schwarze
2014-10-12Improve error handling in the eqn(7) parser.Ingo Schwarze
2014-10-11warn about parentheses in function names after .Fn and .Fo;Ingo Schwarze
2014-09-12warn about commas in function arguments; inspired by mdoclint(1)Ingo Schwarze
2014-09-11warn about botched .Xr ordering and punctuation below SEE ALSO;Ingo Schwarze
2014-09-07warn about AUTHORS sections without .An macros, inspired by mdoclint(1)Ingo Schwarze
2014-09-07always use the right buffer, and fix one evil typoIngo Schwarze
2014-09-06Simplify by handling empty request lines at the one logical placeIngo Schwarze
2014-09-06Move main format autodetection from the parser dispatcher to theIngo Schwarze
2014-09-03Add *.gz support to apropos(1) -a, manm(1), and even mandoc(1).Ingo Schwarze