summaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Added compat to Makefile.Kristaps Dzonsons2009-06-111-0/+3
|
* Fix space-before-newline (inspired by schwarze@openbsd.org).Kristaps Dzonsons2009-06-111-6/+5
|
* Fixed email address in manual AUTHOR reference.Kristaps Dzonsons2009-06-119-24/+24
| | | | | | Set max right margin to 80 columns (schwarze@openbsd.org). Fixed centre-field heading position (schwarze@openbsd.org). Also fixed -Tman centre-field.
* Fixed license email address.Kristaps Dzonsons2009-06-1041-90/+90
|
* Version bumped.VERSION_1_7_13Kristaps Dzonsons2009-04-122-4/+4
| | | | `.Er' has more section restrictions (Joerg).
* Using proper license template (const).Kristaps Dzonsons2009-04-1243-507/+438
|
* Spelling "preceed" -> "precede" (naddy).Kristaps Dzonsons2009-04-123-7/+7
|
* Made \(ss render as "ss", documented under COMPATIBILITY in mandoc_char.7.Kristaps Dzonsons2009-04-123-8/+17
|
* Added \^ and \~ escapes (Joerg).Kristaps Dzonsons2009-04-122-4/+10
|
* Manual .Dt fields CAPITALISED.Kristaps Dzonsons2009-04-1214-53/+84
| | | | | | | | 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 ***VERSION_1_7_12Kristaps Dzonsons2009-04-061-1/+1
|
* Removed forgotten printfs.Kristaps Dzonsons2009-04-061-7/+1
|
* Version (BIG fix).Kristaps Dzonsons2009-04-061-2/+2
|
* Fix bogus use of mdoc->last in action pre-handler (!!!!!).Kristaps Dzonsons2009-04-061-3/+10
|
* Added TEXTS to installwww.VERSION_1_7_10Kristaps Dzonsons2009-04-051-1/+1
|
* man(3) doesn't use err.h anymore.Kristaps Dzonsons2009-04-0513-134/+170
| | | | | | | | Added .i to man(3). Fixed up manuals. Fixed up webpage. Assertion fixes in man(3) (hashtable). Fixed assertion for .IP in mandoc -man.
* Version.Kristaps Dzonsons2009-04-031-2/+2
|
* Updated manuals.7.Kristaps Dzonsons2009-04-032-16/+26
| | | | Fixed .Dl display.
* *** empty log message ***Kristaps Dzonsons2009-04-032-10/+7
|
* Proper resetting of memory.Kristaps Dzonsons2009-04-036-119/+147
| | | | Array boundary fixed (-W).
* Documented -mandoc behaviour.Kristaps Dzonsons2009-04-022-9/+25
|
* Added -p1003.1-2008 specification.Kristaps Dzonsons2009-04-024-10/+20
| | | | | Fixed invalid memory accesses (concat()). Made -fign-macro be the default for libman.
* Initial -mandoc auto-switch in place.Kristaps Dzonsons2009-04-022-116/+214
|
* mdoc_tokhash -> hashKristaps Dzonsons2009-04-0212-40/+83
| | | | Initial man hashtab (BROKEN).
* General clean-ups.Kristaps Dzonsons2009-03-3117-1299/+444
|
* Added br documentation.Kristaps Dzonsons2009-03-271-1/+10
|
* Version. Added forgotten file.Kristaps Dzonsons2009-03-272-2/+859
|
* Added some new manuals (mdoc.3 mandoc_char.7).Kristaps Dzonsons2009-03-2712-461/+829
| | | | Support for .br in libman.
* Fixes in going over all OpenBSD manuals.Kristaps Dzonsons2009-03-275-27/+44
|
* Clean-ups to documentation.Kristaps Dzonsons2009-03-263-87/+38
|
* *** empty log message ***Kristaps Dzonsons2009-03-261-2/+3
|
* Added simple font-escapes.Kristaps Dzonsons2009-03-262-2/+33
|
* All macro-invocations, for consistency, begin with `.' in documentation.Kristaps Dzonsons2009-03-268-333/+408
| | | | | Fixed \\ -> \e in manual documentation. All preliminary -man macros in place.
* Added several macros to man_term.c.VERSION_1_7_5Kristaps Dzonsons2009-03-261-8/+128
|
* Fixed after-NLINE-error assertion.Kristaps Dzonsons2009-03-265-12/+17
| | | | | Scanned over all manuals with valgrind. Version up.
* Initial front-end formatting for -man pages.Kristaps Dzonsons2009-03-2612-415/+862
|
* Version (getting ready for abstracting term.c).Kristaps Dzonsons2009-03-261-2/+2
|