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