summaryrefslogtreecommitdiffstats
path: root/man_validate.c
Commit message (Expand)AuthorAgeFilesLines
...
* Strangely, ignoring the roff(7) .na request was implemented in the man(7)Ingo Schwarze2015-01-241-1/+0
* mdoc(7) already uses the mandoc(1) -Ios argument in the footer lineIngo Schwarze2014-12-281-0/+2
* Simplify by making many functions in the man(7) parser void,Ingo Schwarze2014-11-281-65/+50
* Get rid of HAVE_CONFIG_H, it is always defined; idea from libnbcompat.Ingo Schwarze2014-08-101-2/+0
* Bring the handling of defective prologues even closer to groff,Ingo Schwarze2014-08-061-8/+11
* Simplify man(7) validation:Ingo Schwarze2014-08-011-120/+69
* demacrify: get rid of man_nmsg(), man_pmsg(), mdoc_nmsg(), mdoc_pmsg()Ingo Schwarze2014-08-011-2/+4
* mention requests and macros in more messagesIngo Schwarze2014-08-011-5/+9
* Improve handling of next-line scope broken by end of file.Ingo Schwarze2014-07-301-21/+3
* Clean up ERROR messages related to document structure and macros:Ingo Schwarze2014-07-071-4/+3
* Clean up messages related to plain text and to escape sequences.Ingo Schwarze2014-07-061-1/+2
* Cleanup with respect to bad macro arguments.Ingo Schwarze2014-07-051-2/+2
* Clean up messages regarding excess arguments:Ingo Schwarze2014-07-041-1/+5
* Clean up warnings related to macros and nesting.Ingo Schwarze2014-07-021-2/+2
* Improve "skipping paragraph macro" messages,Ingo Schwarze2014-07-021-3/+9
* Clean up the warnings related to document structure.Ingo Schwarze2014-07-011-1/+4
* As suggested by jmc@, only include line and column numbers into messagesIngo Schwarze2014-06-201-4/+6
* Start systematic improvements of error reporting.Ingo Schwarze2014-06-201-3/+8
* KNF: case (FOO): -> case FOO:, remove /* LINTED */ and /* ARGSUSED */,Ingo Schwarze2014-04-201-47/+41
* Implement the roff(7) .ll (line length) request.Ingo Schwarze2014-03-301-0/+1
* The files mandoc.c and mandoc.h contained both specialised low-levelIngo Schwarze2014-03-231-0/+1
* Another 18% speedup for mandocdb(8) -Q, found by gprof(1).Ingo Schwarze2014-01-061-5/+7
* remove assignments that will be overwritten right afterwards,Ingo Schwarze2013-12-311-5/+1
* Implement the .UR/.UE block (uniform resource identifier) introduced in theIngo Schwarze2013-10-171-1/+16
* Cleanup naming of local variables to make the code easier on the eye:Ingo Schwarze2012-11-171-80/+71
* Implement .PD for -Tascii.Ingo Schwarze2012-07-291-1/+2
* Drop empty .IP such that is does not cause additional vertical spacing.Ingo Schwarze2012-07-181-1/+21
* Drop .sp and .br right after .SH and .SS.Ingo Schwarze2012-07-181-6/+19
* Minimal implementation of .EX and .EE for GNU compatibility.Ingo Schwarze2012-06-021-0/+2
* Add support for `OP', one of the extended man macros. This also requiresKristaps Dzonsons2012-01-031-2/+6
* In man(7), when no explicit volume name is given, use the defaultIngo Schwarze2011-12-021-0/+4
* When the HEAD scope of .TP is broken by another block macro,Ingo Schwarze2011-11-071-25/+10
* When .TH sets no data, leave the date field in the page footer blank,Ingo Schwarze2011-11-031-3/+5
* Remove a bunch of useless assignments,Ingo Schwarze2011-10-161-6/+5
* Revert removal of tab warning, suggested by schwarze@.Kristaps Dzonsons2011-09-061-2/+17
* Remove check for tab. man(7) says tab is Ok.Kristaps Dzonsons2011-09-041-17/+2
* Teach -man that a literal context should be closed by SS/SH in theKristaps Dzonsons2011-09-041-9/+19
* Move checking of escapes into roff.c, where we're already steppingKristaps Dzonsons2011-07-261-36/+6
* Scary-looking but otherwise harmless changes allow me to build for Windows.Kristaps Dzonsons2011-07-241-1/+2
* Make sure that `br' and `sp' don't emit space before the initial `SH' inKristaps Dzonsons2011-07-081-4/+19
* Remove the warning for empty bodies of `Sh', `Ss', `SH', and `SS'. ThisKristaps Dzonsons2011-04-131-7/+4
* Remove a2roffdeco() and mandoc_special() functions and replace them withKristaps Dzonsons2011-04-091-24/+30
* Make empty sections and parts (SH, SS, RS) only produce a warning if itKristaps Dzonsons2011-03-221-2/+4
* libmdoc.h and libman.h were including mdoc.h and man.h, respectively.Kristaps Dzonsons2011-03-221-0/+1
* Consolidate messages. Have all parse-time messages (in libmdoc,Kristaps Dzonsons2011-03-201-9/+12
* Clean-up in libman: make all calls to man_*msg not check return value.Kristaps Dzonsons2011-03-171-3/+2
* Clean up date handling,Ingo Schwarze2011-03-071-23/+15
* Allow -man to process EQN as well. Also fix a segfault in missing caseKristaps Dzonsons2011-02-091-0/+2
* Add initial libmdoc and libman top-most machinery for accepting TBLKristaps Dzonsons2011-02-061-0/+2
* Refrain from throwing fatal errors forIngo Schwarze2011-01-171-33/+23