Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix in newline. | Kristaps Dzonsons | 2009-07-28 | 1 | -1/+2 |
| | | | | Correct printing of N-char predefined/special strings. | ||||
* | main.c using fprintf instead of warnx for parse errors (like cc). | Kristaps Dzonsons | 2009-07-27 | 1 | -6/+5 |
| | | | | | | Error string is now file:line:col: message. Removed sed from vim -q example in manuals.7. Fixed column reporting (off by one). | ||||
* | Added -fign-errors for VERY fast checking of many manuals without stopping ↵ | Kristaps Dzonsons | 2009-07-24 | 1 | -14/+27 |
| | | | | at errors. | ||||
* | Small clean-ups in error message usage.VERSION.1.7.23 | Kristaps Dzonsons | 2009-07-07 | 1 | -1/+1 |
| | | | | Version. | ||||
* | Cleaned out duplicate {mdoc,man}warn in main.c. | Kristaps Dzonsons | 2009-07-06 | 1 | -25/+4 |
| | |||||
* | Backed -Wcompat,syntax out of front-end. | Kristaps Dzonsons | 2009-07-06 | 1 | -16/+10 |
| | |||||
* | Initial removal of enum mdoc_warn from mdoc warnings (unnecessary complication). | Kristaps Dzonsons | 2009-07-06 | 1 | -22/+4 |
| | |||||
* | suboptarg is not portable to Linux (fixed). | Kristaps Dzonsons | 2009-07-04 | 1 | -6/+10 |
| | |||||
* | Moved escape validation into libmandoc.h/mandoc.c (common between ↵ | Kristaps Dzonsons | 2009-07-04 | 1 | -1/+3 |
| | | | | | | | libman/libmdoc1). libman supports MAN_IGN_ESCAPE (like MDOC_IGN_ESCAPE). All popular escapes now handled consistently. | ||||
* | Removed escape-deprecation note (better solution in progress, ↵ | Kristaps Dzonsons | 2009-06-27 | 1 | -7/+7 |
| | | | | | | | | schwarze@openbsd.org). Using EXIT_FAILURE for parse errors (nicm@openbsd.org). Fixed use of warn/warnx (nicm@openbsd.org). Fixed use of getsubopt (nicm@openbsd.org). | ||||
* | Added -fno-ign-chars support to libman. | Kristaps Dzonsons | 2009-06-18 | 1 | -1/+3 |
| | | | | | | | man_validate.c checks for non-tab/isprint words. libman hashtable fixed (was ignoring .br). Added ncount field to man_node, deprecating count() functions. Documented use of tabs in man.7. | ||||
* | Clean-up: in-source documentation. | Kristaps Dzonsons | 2009-06-16 | 1 | -55/+12 |
| | |||||
* | Modernised comment handling: text following \" is thrown away before | Kristaps Dzonsons | 2009-06-16 | 1 | -25/+38 |
| | | | | | | 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 Dzonsons | 2009-06-15 | 1 | -1/+0 |
| | |||||
* | Documented some un-clear parts of main.c. | Kristaps Dzonsons | 2009-06-11 | 1 | -3/+31 |
| | | | | | Fixed footer to be new-groff style (OS DATE OS). Removed sanity check from mdoc_term (unnecessary). | ||||
* | Fixed license email address. | Kristaps Dzonsons | 2009-06-10 | 1 | -1/+1 |
| | |||||
* | Using proper license template (const). | Kristaps Dzonsons | 2009-04-12 | 1 | -12/+10 |
| | |||||
* | Manual .Dt fields CAPITALISED. | Kristaps Dzonsons | 2009-04-12 | 1 | -17/+24 |
| | | | | | | | | 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 Dzonsons | 2009-04-03 | 1 | -6/+5 |
| | |||||
* | Proper resetting of memory. | Kristaps Dzonsons | 2009-04-03 | 1 | -90/+97 |
| | | | | Array boundary fixed (-W). | ||||
* | Documented -mandoc behaviour. | Kristaps Dzonsons | 2009-04-02 | 1 | -2/+0 |
| | |||||
* | Added -p1003.1-2008 specification. | Kristaps Dzonsons | 2009-04-02 | 1 | -3/+11 |
| | | | | | Fixed invalid memory accesses (concat()). Made -fign-macro be the default for libman. | ||||
* | Initial -mandoc auto-switch in place. | Kristaps Dzonsons | 2009-04-02 | 1 | -114/+211 |
| | |||||
* | General clean-ups. | Kristaps Dzonsons | 2009-03-31 | 1 | -6/+8 |
| | |||||
* | All macro-invocations, for consistency, begin with `.' in documentation. | Kristaps Dzonsons | 2009-03-26 | 1 | -2/+2 |
| | | | | | Fixed \\ -> \e in manual documentation. All preliminary -man macros in place. | ||||
* | *** empty log message *** | Kristaps Dzonsons | 2009-03-25 | 1 | -32/+19 |
| | |||||
* | Added pflags to man_alloc. | Kristaps Dzonsons | 2009-03-25 | 1 | -6/+21 |
| | | | | Abstract fflags -> pflags in main.c. | ||||
* | Added man validator, renamed mdoc validator. | Kristaps Dzonsons | 2009-03-25 | 1 | -8/+33 |
| | |||||
* | Fixed inclusion of MANSRCS (sorry, Ulrich). | Kristaps Dzonsons | 2009-03-23 | 1 | -1/+1 |
| | | | | Added DragonFlyBSD __dead2. | ||||
* | -man linked to mandoc in documentation. | Kristaps Dzonsons | 2009-03-23 | 1 | -1/+3 |
| | |||||
* | -man printing linked to -Ttree. | Kristaps Dzonsons | 2009-03-23 | 1 | -9/+8 |
| | |||||
* | First addition of -man macro support. | Kristaps Dzonsons | 2009-03-23 | 1 | -102/+88 |
| | | | | Abstraction of mdoc. | ||||
* | Lint fixes. | Kristaps Dzonsons | 2009-03-22 | 1 | -1/+2 |
| | |||||
* | Stripping of Xo/Xc macros in main.c (ifdef STRIP_XO). | Kristaps Dzonsons | 2009-03-22 | 1 | -1/+81 |
| | |||||
* | Lintification. | Kristaps Dzonsons | 2009-03-20 | 1 | -2/+2 |
| | |||||
* | Casting fix. | Kristaps Dzonsons | 2009-03-20 | 1 | -5/+5 |
| | |||||
* | Proper .Dl literalism. | Kristaps Dzonsons | 2009-03-20 | 1 | -47/+57 |
| | |||||
* | Fixed mandoc read from stdin. | Kristaps Dzonsons | 2009-03-19 | 1 | -10/+24 |
| | | | | Added some more groff_chars. | ||||
* | Some Linux-isms. | Kristaps Dzonsons | 2009-03-19 | 1 | -0/+7 |
| | |||||
* | Lintified & versioned. | Kristaps Dzonsons | 2009-03-19 | 1 | -0/+1 |
| | |||||
* | Split mdocterm.c -> main.c terminal.c. | Kristaps Dzonsons | 2009-03-19 | 1 | -0/+452 |
Abstracted output with -T selector (default ascii). Name change: mdocterm -> mandoc. Re-imported tree with -Ttree. |