summaryrefslogtreecommitdiffstatshomepage
path: root/main.c
Commit message (Expand)AuthorAgeFilesLines
* Have -Tlint imply -Wall and -fstrict. Based on a patch submitted by Ingo Sch...Kristaps Dzonsons2010-03-221-32/+38
* Fixed Makefile for `make lint' dep. on config.hKristaps Dzonsons2010-01-291-1/+10
* Big check-in of compatibility layer. This should work on most major architec...Kristaps Dzonsons2010-01-011-6/+5
* Added forgotten newline terminators in main.c.Kristaps Dzonsons2009-11-021-5/+5
* Added lint to __attribute__ defines.Kristaps Dzonsons2009-11-021-2/+4
* Using straight-up __attribute__ (inspired by portable openssh).Kristaps Dzonsons2009-11-021-13/+10
* Removed non-portable __progname (thanks Joerg Sonnenberger).Kristaps Dzonsons2009-10-311-4/+10
* Using perror() instead of fprintf for failure from library functions.Kristaps Dzonsons2009-10-311-16/+14
* libmdoc and libman now using non-recoverable allocations (simpler code).Kristaps Dzonsons2009-10-301-15/+5
* bzero() -> memset() (noted by Joerg Sonnenberger).Kristaps Dzonsons2009-10-271-4/+4
* Merged patch to allow -fign-escape (thanks Joerg Sonnenberger).Kristaps Dzonsons2009-10-261-3/+7
* Allowed -O to be invoked multiple times.Kristaps Dzonsons2009-10-261-3/+5
* Portability: replaced queue macros in html.c (Joerg Sonnenberger).Kristaps Dzonsons2009-10-261-4/+4
* Changed `-o' to `-O' for clarity. THIS BREAKS UTILITIES DEPENDING ON -o!Kristaps Dzonsons2009-10-261-2/+2
* Moved output definitions into main.h.Kristaps Dzonsons2009-10-131-12/+2
* Clean up consts (noted by Joerg Sonnenberger and Ulrich Sporlein).Kristaps Dzonsons2009-10-131-5/+8
* Removed new-born out.{h,c} (not a good idea).Kristaps Dzonsons2009-09-211-12/+8
* More updates to html.c.Kristaps Dzonsons2009-09-161-1/+22
* Made tree/term/out() functions return void.Kristaps Dzonsons2009-09-161-11/+9
* Fix in newline.Kristaps Dzonsons2009-07-281-2/+3
* main.c using fprintf instead of warnx for parse errors (like cc).Kristaps Dzonsons2009-07-271-7/+6
* Added -fign-errors for VERY fast checking of many manuals without stopping at...Kristaps Dzonsons2009-07-241-15/+28
* Small clean-ups in error message usage.VERSION_1_7_23Kristaps Dzonsons2009-07-071-2/+2
* Cleaned out duplicate {mdoc,man}warn in main.c.Kristaps Dzonsons2009-07-061-26/+5
* Backed -Wcompat,syntax out of front-end.Kristaps Dzonsons2009-07-061-17/+11
* Initial removal of enum mdoc_warn from mdoc warnings (unnecessary complication).Kristaps Dzonsons2009-07-061-23/+5
* suboptarg is not portable to Linux (fixed).Kristaps Dzonsons2009-07-041-7/+11
* Moved escape validation into libmandoc.h/mandoc.c (common between libman/libm...Kristaps Dzonsons2009-07-041-2/+4
* Removed escape-deprecation note (better solution in progress, schwarze@openbs...Kristaps Dzonsons2009-06-271-8/+8
* Added -fno-ign-chars support to libman.Kristaps Dzonsons2009-06-181-2/+4
* Clean-up: in-source documentation.Kristaps Dzonsons2009-06-161-56/+13
* Modernised comment handling: text following \" is thrown away beforeKristaps Dzonsons2009-06-161-26/+39
* Deprecated mdoc_msg (not being used anywhere).Kristaps Dzonsons2009-06-151-2/+1
* Documented some un-clear parts of main.c.Kristaps Dzonsons2009-06-111-4/+32
* Fixed license email address.Kristaps Dzonsons2009-06-101-2/+2
* Using proper license template (const).Kristaps Dzonsons2009-04-121-12/+10
* Manual .Dt fields CAPITALISED.Kristaps Dzonsons2009-04-121-18/+25
* *** empty log message ***Kristaps Dzonsons2009-04-031-7/+6
* Proper resetting of memory.Kristaps Dzonsons2009-04-031-91/+98
* Documented -mandoc behaviour.Kristaps Dzonsons2009-04-021-3/+1
* Added -p1003.1-2008 specification.Kristaps Dzonsons2009-04-021-4/+12
* Initial -mandoc auto-switch in place.Kristaps Dzonsons2009-04-021-115/+212
* General clean-ups.Kristaps Dzonsons2009-03-311-7/+9
* All macro-invocations, for consistency, begin with `.' in documentation.Kristaps Dzonsons2009-03-261-3/+3
* *** empty log message ***Kristaps Dzonsons2009-03-251-33/+20
* Added pflags to man_alloc.Kristaps Dzonsons2009-03-251-7/+22
* Added man validator, renamed mdoc validator.Kristaps Dzonsons2009-03-251-9/+34
* Fixed inclusion of MANSRCS (sorry, Ulrich).Kristaps Dzonsons2009-03-231-2/+2
* -man linked to mandoc in documentation.Kristaps Dzonsons2009-03-231-2/+4
* -man printing linked to -Ttree.Kristaps Dzonsons2009-03-231-10/+9