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