summaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAgeFilesLines
* Lint fixes.VERSION_1_7_20Kristaps Dzonsons2009-06-223-6/+8
| | | | Version up.
* libman documents require `TH' and at least one node.Kristaps Dzonsons2009-06-225-12/+62
| | | | | libman requirements documented in man.7 STRUCTURE section. Added STRUCTURE section to mdoc.7, too.
* Noted .Cd tabs-ok issue (will fix later).Kristaps Dzonsons2009-06-223-7/+14
| | | | Added single space to -diag lists.
* Added -split and -nosplit "I-Don't-Like" note to mdoc.7 (there really must ↵Kristaps Dzonsons2009-06-222-4/+10
| | | | | | be another way to do this). Fixed .Er -width conversion.
* Added "Spacing" part of "Punctuation and Spacing" in mandoc.1 manual.Kristaps Dzonsons2009-06-224-41/+57
| | | | | | | 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 Dzonsons2009-06-222-3/+4
|
* Added nchild decrement in libman (not used, but better in than forgotten).Kristaps Dzonsons2009-06-186-28/+23
| | | | Added nchild to libmdoc, deprecated count() functions in validator.
* Fixed libman .br to be a newline, not a .PP alias.Kristaps Dzonsons2009-06-181-2/+13
|
* Moved all formatted libman warn/error into man.c/libman.h.Kristaps Dzonsons2009-06-185-49/+75
| | | | Converted all formatted warn/errors into regular syntax.
* Added -fno-ign-chars support to libman.Kristaps Dzonsons2009-06-186-28/+73
| | | | | | | 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 Dzonsons2009-06-181-15/+17
|
* Bumped version.VERSION_1_7_19Kristaps Dzonsons2009-06-173-47/+33
| | | | | 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 Dzonsons2009-06-171-3/+1
|
* Special characters, e.g. \(ae, are now correctly rendered in the current ↵Kristaps Dzonsons2009-06-172-56/+35
| | | | font decoration.
* Put $VFLAGS back into $LINTFLAGS (broke on NetBSD).Kristaps Dzonsons2009-06-171-0/+1
|
* Clean-up.Kristaps Dzonsons2009-06-171-4/+3
|
* Lint fixes.Kristaps Dzonsons2009-06-173-11/+8
|
* `Bl -column' now correctly handles tail entries (Bl -column -more... arg0...).Kristaps Dzonsons2009-06-174-29/+92
|
* Cleaned up .Bf validator.Kristaps Dzonsons2009-06-172-20/+17
|
* Section orders are more elegantly handled (MDOC_PBODY is a flag).Kristaps Dzonsons2009-06-176-117/+109
| | | | Cleaned up string->enum conversion for section lookup.
* Noted deprecation of \*( and \* special-character escapes.Kristaps Dzonsons2009-06-172-11/+12
| | | | Minor clean-ups.
* Fixed lint invocation in Makefile.Kristaps Dzonsons2009-06-172-17/+18
| | | | Minor cleanups in mdoc.c.
* Clean-up: in-source documentation.Kristaps Dzonsons2009-06-162-61/+14
|
* Removed MAN___: moved MAN_br to its index (comments not passed into parser).Kristaps Dzonsons2009-06-168-26/+24
| | | | Fix: hashtable not fully formed after removal of MDOC___.
* Removed MDOC___: moved MDOC_Ap to its index (comments not passed into mdoc ↵Kristaps Dzonsons2009-06-167-38/+35
| | | | parser).
* Modernised comment handling: text following \" is thrown away beforeKristaps Dzonsons2009-06-165-42/+67
| | | | | | 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 Dzonsons2009-06-153-11/+3
| | | | Bumped version (this was supposed to be in 1.7.17).
* Tagging version 1.7.17.VERSION_1_7_17Kristaps Dzonsons2009-06-151-2/+2
|
* Updated www to note existence of pkgsrc/port/in-tree mdocml/mandoc.Kristaps Dzonsons2009-06-151-4/+22
|
* Deprecated mdoc_msg (not being used anywhere).Kristaps Dzonsons2009-06-154-60/+5
|
* Removed mdoc_nwarn (not being used anywhere).Kristaps Dzonsons2009-06-152-21/+2
|
* mdoc error/warn macros replaced with real functions for GCC2 support ↵Kristaps Dzonsons2009-06-152-34/+149
| | | | (miod@openbsd.org).
* Mdocdate fix (literals being replaced) ({cnst,schwarze}@openbsd.org).Kristaps Dzonsons2009-06-151-3/+3
|
* Manual-aesthetics fix (schwarze@openbsd.org).Kristaps Dzonsons2009-06-151-7/+7
|
* Fixed grammar error. Back-versioning to .16.VERSION_1_7_16Kristaps Dzonsons2009-06-131-6/+6
|
* Version.Kristaps Dzonsons2009-06-131-2/+2
|
* Updated index with "administrative" stuff (contacts, etc.).Kristaps Dzonsons2009-06-131-38/+72
|
* Don't run with -Werror when generating texts.VERSION_1_7_15Kristaps Dzonsons2009-06-121-3/+3
|
* Lint fixes (no effect).Kristaps Dzonsons2009-06-123-7/+10
| | | | Versioning up.
* Made per-macro "now callable" COMPATIBILITY claims into a single "most ↵Kristaps Dzonsons2009-06-122-34/+41
| | | | | | | macros callable". Added COMPATIBILITY note on escaped special-character sequences. Vertical bar now correctly delimits (like in new groff).
* `Lk' is correctly handled as CALLABLE (note groff munges nested output).Kristaps Dzonsons2009-06-125-21/+56
| | | | | | | `Mt' is now CALLABLE. Fixed missing validate/action of zero-element, non-called inline elements. Fixed missing validate/action of nested inline element re-calls. Fixed bogus column argv index in validator.
* `Ft' and `Ms' are now callable and compat-noted in mdoc.7 (joerg@netbsd.org).Kristaps Dzonsons2009-06-112-8/+9
|
* `An' now callable, historic use noted in mdoc.7 (joerg@netbsd.org).Kristaps Dzonsons2009-06-112-5/+6
|
* Added automatic ChangeLog generation with each snapshot.VERSION_1_7_14Kristaps Dzonsons2009-06-112-6/+10
| | | | Added ChangeLog to main page.
* Backed-out .IP changes for libman (needs work).Kristaps Dzonsons2009-06-111-1/+6
|
* Version up. Testing.Kristaps Dzonsons2009-06-111-2/+2
|
* Added mdoc.template (from NetBSD -- unlicensed??).Kristaps Dzonsons2009-06-112-19/+59
| | | | | Moved MDOC_TEXT type checks into assertions (should be caught by parser). Added some FIXME notes in mdoc output (largely that things should be asserted, not caught).
* Added "left" -offset tag.Kristaps Dzonsons2009-06-111-5/+9
|
* Documented some un-clear parts of main.c.Kristaps Dzonsons2009-06-113-139/+67
| | | | | Fixed footer to be new-groff style (OS DATE OS). Removed sanity check from mdoc_term (unnecessary).
* Clean up validation of field widths.Kristaps Dzonsons2009-06-112-35/+61
| | | | | | Pushed field-width warn/error into warn/error routine. Removed superfluous space at output eoln. Fixed overzealous line break in lists.