summaryrefslogtreecommitdiffstatshomepage
path: root/main.c
Commit message (Collapse)AuthorAgeFilesLines
* Modernised comment handling: text following \" is thrown away beforeKristaps Dzonsons2009-06-161-26/+39
| | | | | | either parser is invoked. Single-dot lines correctly handled. This confirms with both new- and old-groff. "Comment" subsection added to mdoc.7 and man.7.
* 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 footer to be new-groff style (OS DATE OS). Removed sanity check from mdoc_term (unnecessary).
* 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
| | | | | | | | Indent set to 5 chars (nroff compat). Half-indent set to 3 chars (nroff compat). Default behaviour is loose-y (ignore macro/char/escape). Added -fstrict. Added unknown-character ignoring.
* *** empty log message ***Kristaps Dzonsons2009-04-031-7/+6
|
* Proper resetting of memory.Kristaps Dzonsons2009-04-031-91/+98
| | | | Array boundary fixed (-W).
* Documented -mandoc behaviour.Kristaps Dzonsons2009-04-021-3/+1
|
* Added -p1003.1-2008 specification.Kristaps Dzonsons2009-04-021-4/+12
| | | | | Fixed invalid memory accesses (concat()). Made -fign-macro be the default for libman.
* 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
| | | | | Fixed \\ -> \e in manual documentation. All preliminary -man macros in place.
* *** empty log message ***Kristaps Dzonsons2009-03-251-33/+20
|
* Added pflags to man_alloc.Kristaps Dzonsons2009-03-251-7/+22
| | | | Abstract fflags -> pflags in main.c.
* Added man validator, renamed mdoc validator.Kristaps Dzonsons2009-03-251-9/+34
|
* Fixed inclusion of MANSRCS (sorry, Ulrich).Kristaps Dzonsons2009-03-231-2/+2
| | | | Added DragonFlyBSD __dead2.
* -man linked to mandoc in documentation.Kristaps Dzonsons2009-03-231-2/+4
|
* -man printing linked to -Ttree.Kristaps Dzonsons2009-03-231-10/+9
|
* First addition of -man macro support.Kristaps Dzonsons2009-03-231-103/+89
| | | | Abstraction of mdoc.
* Lint fixes.Kristaps Dzonsons2009-03-221-2/+3
|
* Stripping of Xo/Xc macros in main.c (ifdef STRIP_XO).Kristaps Dzonsons2009-03-221-2/+82
|
* Lintification.Kristaps Dzonsons2009-03-201-3/+3
|
* Casting fix.Kristaps Dzonsons2009-03-201-6/+6
|
* Proper .Dl literalism.Kristaps Dzonsons2009-03-201-48/+58
|
* Fixed mandoc read from stdin.Kristaps Dzonsons2009-03-191-11/+25
| | | | Added some more groff_chars.
* Some Linux-isms.Kristaps Dzonsons2009-03-191-1/+8
|
* Lintified & versioned.Kristaps Dzonsons2009-03-191-1/+2
|
* Split mdocterm.c -> main.c terminal.c.Kristaps Dzonsons2009-03-191-0/+452
Abstracted output with -T selector (default ascii). Name change: mdocterm -> mandoc. Re-imported tree with -Ttree.