Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Backed out "-width indent" and "-width indent-two", which aren't | Kristaps Dzonsons | 2009-07-05 | 2 | -10/+0 |
| | | | | | supported by any groff mdoc tmac (and erroneously used in many manuals, hence the confusion). | ||||
* | Version up.VERSION.1.7.21 | Kristaps Dzonsons | 2009-07-04 | 1 | -2/+2 |
| | |||||
* | suboptarg is not portable to Linux (fixed). | Kristaps Dzonsons | 2009-07-04 | 1 | -6/+10 |
| | |||||
* | Fixed -offset indent-two (schwarze@openbsd.org). | Kristaps Dzonsons | 2009-07-04 | 1 | -1/+1 |
| | |||||
* | Fixed -offset left (schwarze@openbsd.org). | Kristaps Dzonsons | 2009-07-04 | 1 | -2/+2 |
| | | | | Fixed bogus setting (instead of increment) of offsets. | ||||
* | Noted secret -width indent/indent-two arguments to `Bl'. | Kristaps Dzonsons | 2009-07-04 | 1 | -0/+6 |
| | |||||
* | Removed WDEPCOL (schwarze@openbsd.org). | Kristaps Dzonsons | 2009-07-04 | 1 | -5/+0 |
| | |||||
* | Moved escape validation into libmandoc.h/mandoc.c (common between ↵ | Kristaps Dzonsons | 2009-07-04 | 10 | -92/+167 |
| | | | | | | | libman/libmdoc1). libman supports MAN_IGN_ESCAPE (like MDOC_IGN_ESCAPE). All popular escapes now handled consistently. | ||||
* | man.7/mdoc.7 properly reflect escape-character handling. | Kristaps Dzonsons | 2009-07-04 | 2 | -8/+36 |
| | | | | | man.7 points to mdoc.7 for COMPATIBILITY. Whitespace stripping noted in mdoc.7. | ||||
* | Minor www fixes. | Kristaps Dzonsons | 2009-07-04 | 2 | -62/+43 |
| | |||||
* | Removed escape-deprecation note (better solution in progress, ↵ | Kristaps Dzonsons | 2009-06-27 | 2 | -15/+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 note about whitespace being stripped from mdoc/man input and re-added ↵ | Kristaps Dzonsons | 2009-06-25 | 2 | -0/+12 |
| | | | | in mandoc(1). | ||||
* | Spell-checks in manuals. | Kristaps Dzonsons | 2009-06-25 | 1 | -1/+1 |
| | |||||
* | Makefile properly generates MD5 sums. | Kristaps Dzonsons | 2009-06-25 | 2 | -27/+33 |
| | | | | More clean-ups of new, simplified webpage. | ||||
* | Language clarification in mandoc.1 (schwarze@openbsd.org). | Kristaps Dzonsons | 2009-06-25 | 1 | -4/+3 |
| | |||||
* | Fixed STRUCTURE repeat (schwarze@openbsd.org). | Kristaps Dzonsons | 2009-06-25 | 1 | -24/+24 |
| | | | | Simplified some explanations (nobody cares about ontologies these days). | ||||
* | Fixed STRUCTURE/SYNTAX section data. | Kristaps Dzonsons | 2009-06-25 | 1 | -13/+13 |
| | |||||
* | Updating web-page to be a bit more compact. | Kristaps Dzonsons | 2009-06-25 | 5 | -110/+128 |
| | |||||
* | Lint fixes.VERSION.1.7.20 | Kristaps Dzonsons | 2009-06-22 | 3 | -4/+6 |
| | | | | Version up. | ||||
* | libman documents require `TH' and at least one node. | Kristaps Dzonsons | 2009-06-22 | 5 | -6/+56 |
| | | | | | libman requirements documented in man.7 STRUCTURE section. Added STRUCTURE section to mdoc.7, too. | ||||
* | Noted .Cd tabs-ok issue (will fix later). | Kristaps Dzonsons | 2009-06-22 | 3 | -4/+11 |
| | | | | Added single space to -diag lists. | ||||
* | Added -split and -nosplit "I-Don't-Like" note to mdoc.7 (there really must ↵ | Kristaps Dzonsons | 2009-06-22 | 2 | -1/+7 |
| | | | | | | be another way to do this). Fixed .Er -width conversion. | ||||
* | Added "Spacing" part of "Punctuation and Spacing" in mandoc.1 manual. | Kristaps Dzonsons | 2009-06-22 | 4 | -36/+52 |
| | | | | | | | Fixed `Ds' meta-macro default width. Fixed -width and -offset "indent", "indent-two", and "left" widths. Fixed -width and -offset literal-word and numeric widths. Fixed off-by-one errors in whitespace output (schwarze@openbsd.org). | ||||
* | Reverted max column width 80 -> 78 (schwarze@openbsd.org). | Kristaps Dzonsons | 2009-06-22 | 2 | -1/+2 |
| | |||||
* | Added nchild decrement in libman (not used, but better in than forgotten). | Kristaps Dzonsons | 2009-06-18 | 6 | -22/+17 |
| | | | | Added nchild to libmdoc, deprecated count() functions in validator. | ||||
* | Fixed libman .br to be a newline, not a .PP alias. | Kristaps Dzonsons | 2009-06-18 | 1 | -1/+12 |
| | |||||
* | Moved all formatted libman warn/error into man.c/libman.h. | Kristaps Dzonsons | 2009-06-18 | 5 | -44/+70 |
| | | | | Converted all formatted warn/errors into regular syntax. | ||||
* | Added -fno-ign-chars support to libman. | Kristaps Dzonsons | 2009-06-18 | 6 | -21/+66 |
| | | | | | | | 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. | ||||
* | mandoc.1 reflects actual use of -f option (schwarze@openbsd.org) | Kristaps Dzonsons | 2009-06-18 | 1 | -13/+15 |
| | |||||
* | Bumped version.VERSION.1.7.19 | Kristaps Dzonsons | 2009-06-17 | 3 | -44/+30 |
| | | | | | Removed CVS note from index (they'll contact me if they need it). Properly ordered mandoc.1 CAVEATS/COMPATIBILITY. | ||||
* | Removed superfluous FIXMEs (fixed already). | Kristaps Dzonsons | 2009-06-17 | 1 | -2/+0 |
| | |||||
* | Special characters, e.g. \(ae, are now correctly rendered in the current ↵ | Kristaps Dzonsons | 2009-06-17 | 2 | -54/+33 |
| | | | | font decoration. | ||||
* | Put $VFLAGS back into $LINTFLAGS (broke on NetBSD). | Kristaps Dzonsons | 2009-06-17 | 1 | -0/+1 |
| | |||||
* | Clean-up. | Kristaps Dzonsons | 2009-06-17 | 1 | -3/+2 |
| | |||||
* | Lint fixes. | Kristaps Dzonsons | 2009-06-17 | 3 | -8/+5 |
| | |||||
* | `Bl -column' now correctly handles tail entries (Bl -column -more... arg0...). | Kristaps Dzonsons | 2009-06-17 | 4 | -24/+87 |
| | |||||
* | Cleaned up .Bf validator. | Kristaps Dzonsons | 2009-06-17 | 2 | -18/+15 |
| | |||||
* | Section orders are more elegantly handled (MDOC_PBODY is a flag). | Kristaps Dzonsons | 2009-06-17 | 6 | -111/+103 |
| | | | | Cleaned up string->enum conversion for section lookup. | ||||
* | Noted deprecation of \*( and \* special-character escapes. | Kristaps Dzonsons | 2009-06-17 | 2 | -9/+10 |
| | | | | Minor clean-ups. | ||||
* | Fixed lint invocation in Makefile. | Kristaps Dzonsons | 2009-06-17 | 2 | -16/+17 |
| | | | | Minor cleanups in mdoc.c. | ||||
* | Clean-up: in-source documentation. | Kristaps Dzonsons | 2009-06-16 | 2 | -59/+12 |
| | |||||
* | Removed MAN___: moved MAN_br to its index (comments not passed into parser). | Kristaps Dzonsons | 2009-06-16 | 8 | -18/+16 |
| | | | | Fix: hashtable not fully formed after removal of MDOC___. | ||||
* | Removed MDOC___: moved MDOC_Ap to its index (comments not passed into mdoc ↵ | Kristaps Dzonsons | 2009-06-16 | 7 | -31/+28 |
| | | | | parser). | ||||
* | Modernised comment handling: text following \" is thrown away before | Kristaps Dzonsons | 2009-06-16 | 5 | -35/+60 |
| | | | | | | 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. | ||||
* | Removed superfluous ifdef around strftime (schwarze@openbsd.org). | Kristaps Dzonsons | 2009-06-15 | 3 | -9/+1 |
| | | | | Bumped version (this was supposed to be in 1.7.17). | ||||
* | Tagging version 1.7.17.VERSION.1.7.17 | Kristaps Dzonsons | 2009-06-15 | 1 | -2/+2 |
| | |||||
* | Updated www to note existence of pkgsrc/port/in-tree mdocml/mandoc. | Kristaps Dzonsons | 2009-06-15 | 1 | -3/+21 |
| | |||||
* | Deprecated mdoc_msg (not being used anywhere). | Kristaps Dzonsons | 2009-06-15 | 4 | -56/+1 |
| | |||||
* | Removed mdoc_nwarn (not being used anywhere). | Kristaps Dzonsons | 2009-06-15 | 2 | -19/+0 |
| | |||||
* | mdoc error/warn macros replaced with real functions for GCC2 support ↵ | Kristaps Dzonsons | 2009-06-15 | 2 | -32/+147 |
| | | | | (miod@openbsd.org). |