summaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAgeFilesLines
* Fix of MAN_NEXT when removing next-line dupes.VERSION_1_9_1Kristaps Dzonsons2009-08-211-4/+8
|
* Removed superfluous XXX.Kristaps Dzonsons2009-08-212-5/+3
| | | | Version: 1.9.1.
* `RS' warns if empty body.Kristaps Dzonsons2009-08-211-2/+14
|
* Fixed next-line scoping of `.HP nnn' (has both next-line and on-line in head).Kristaps Dzonsons2009-08-212-8/+17
|
* Fixed `nf' behaviour (had broken with de-chunking).Kristaps Dzonsons2009-08-213-17/+57
| | | | Added warnings if literal context already open/closed.
* Open explicit scope on libman exit now only generates warning.Kristaps Dzonsons2009-08-214-43/+46
| | | | Consecutive ELINE scopes are now pruned (with a warning).
* FreeBSD fix (uqs@spoerlein.net).Kristaps Dzonsons2009-08-211-1/+3
|
* Fixed next-line scope error in libman block macros.Kristaps Dzonsons2009-08-201-3/+6
|
* Fixed (not documented anywhere of course) that `SH' and `SS' in libman have ↵Kristaps Dzonsons2009-08-202-6/+6
| | | | next-line head scope.
* Synchronised man.7, mdoc.7, mdoc.template manual structure.Kristaps Dzonsons2009-08-205-8/+22
|
* Updated manual structure in mdoc.7.Kristaps Dzonsons2009-08-207-250/+282
| | | | | | Synchronised mdoc.template and mdoc.7 manual structure. `Rv' and `Ex' now accept multiple arguments (-std made standalone, terms as children). `Rv' and `Ex' format correctly in -Tascii (plurals, commas, etc.).
* Small cleanup in mandoc.1.Kristaps Dzonsons2009-08-201-6/+4
|
* Documented omission of `na' and `Dt'.Kristaps Dzonsons2009-08-203-623/+702
| | | | Clarified COMPATIBILITY section (which modes/inputs).
* Added `DT' macro (pointed out by joerg@netbsd.org).Kristaps Dzonsons2009-08-208-17/+29
|
* Fix to libmdoc passing over delimiters.Kristaps Dzonsons2009-08-202-92/+132
| | | | `RS' and `RE' documented in man.7.
* Documented ARGS_ handling in args().Kristaps Dzonsons2009-08-202-5/+20
|
* Delimiter whitespace is correctly flagged (required some special handling).Kristaps Dzonsons2009-08-203-17/+23
|
* More already-fixed FIXMEs.Kristaps Dzonsons2009-08-191-4/+2
|
* Removed already-fixed FIXME.Kristaps Dzonsons2009-08-191-3/+1
|
* In-line documentation of mdoc_macro file.Kristaps Dzonsons2009-08-193-273/+225
| | | | Moved _NEXT_ macros into _alloc_ routines (where they belong).
* libman checks for open explicit scopes on exit.Kristaps Dzonsons2009-08-193-8/+17
|
* Linux compat fix.Kristaps Dzonsons2009-08-191-1/+5
|
* Moved MDOC_NEXT_SIBLING into mdoc_word (libmdoc).Kristaps Dzonsons2009-08-193-31/+70
| | | | De-chunking of word terms in libman.
* `RS' blocks correctly formatting in output device.Kristaps Dzonsons2009-08-192-23/+92
|
* Added RS/RE macro pair (had to adjust closing rules, sec/ssec/rs/par).Kristaps Dzonsons2009-08-199-58/+119
|
* libmdoc accepts whitespace following control character.VERSION_1_9_0Kristaps Dzonsons2009-08-184-641/+646
|
* Fixed missing check for open ELINE scope in BLINE macro.Kristaps Dzonsons2009-08-181-7/+9
|
* Small updates to man.7 (next-line break-exclusions, numerical width example).Kristaps Dzonsons2009-08-183-52/+139
| | | | Fully tested and correct scope-rewinding of block macros.
* Updated libman AST documentation.Kristaps Dzonsons2009-08-172-5/+11
| | | | Version (not yet finalised, but tagging in Makefile): 1.9.0.
* `IP' and `TP' correctly handle width arguments.Kristaps Dzonsons2009-08-172-22/+77
| | | | Documented numeric widths.
* Finished correct `IP' handling.Kristaps Dzonsons2009-08-132-49/+84
|
* Added proper `TP' support.Kristaps Dzonsons2009-08-132-28/+45
|
* Added full `HP' libman macro support.Kristaps Dzonsons2009-08-132-9/+58
|
* Significant overhaul in libman. Macros are now block- and line-scoped (withKristaps Dzonsons2009-08-1311-397/+1070
| | | | | | | | next-line scope extensions possible). man.7 reflects block and line scoping, and also includes a REFERENCE section that will be used as a template for the big mdoc reference. Many fixes in next-line behaviour for both inline and block macros. Added some macros for compatibility (from me.7). Corrected quoted-literal handling for libman.
* Noted areas that need work in libmdoc.Kristaps Dzonsons2009-08-132-3/+6
|
* Moved indentation size into *term.c files.Kristaps Dzonsons2009-08-103-27/+95
| | | | Improved handling of libman `IP' macro (still needs work).
* Fixed groff-compat where two `Sh' calls, with the first not having a body, ↵Kristaps Dzonsons2009-07-291-4/+9
| | | | don't assert vspace between calls.
* Documented behaviour of interpreting parsable/callable macros.Kristaps Dzonsons2009-07-291-4/+15
|
* Columns with `Bl -column' correctly check for CALLABLE status.Kristaps Dzonsons2009-07-292-31/+18
|
* Moved CALLABLE check to lookup_raw().Kristaps Dzonsons2009-07-294-30/+35
| | | | | | Made PARSABLE check occur prior to lookup(). Non-PARSEABLE macros no longer warn against having macro-like parameters. Non-CALLABLE macros no longer produce an error, just display their symbols (as in groff) (pointed out by joerg@netbsd.org).
* Documented trademark and restricted mark (oops).VERSION_1_8_5Kristaps Dzonsons2009-07-281-1/+5
|
* Quick-fix in mandoc_char.7 trailing whitespace.Kristaps Dzonsons2009-07-281-2/+2
|
* Version: 1.8.5.Kristaps Dzonsons2009-07-282-3/+5
| | | | Added \*R, \*(Tm (obscure -man predefined strings).
* Added Greek characters to ascii.in (from groff_char.7).Kristaps Dzonsons2009-07-282-67/+236
| | | | Added Euro symbols (from groff_char.7).
* Fix in newline.Kristaps Dzonsons2009-07-282-6/+12
| | | | Correct printing of N-char predefined/special strings.
* Fixed \(bq.Kristaps Dzonsons2009-07-281-2/+2
|
* main.c using fprintf instead of warnx for parse errors (like cc).Kristaps Dzonsons2009-07-273-13/+11
| | | | | | Error string is now file:line:col: message. Removed sed from vim -q example in manuals.7. Fixed column reporting (off by one).
* Re-ordered ascii.in looking for dupes.Kristaps Dzonsons2009-07-273-168/+193
| | | | | Added `vim -q' tip to manuals.7 (thanks uqs@sporlein.net). ifdef'd production of missing specials/predefines.
* Clarified special chars/predefined chars in mandoc_char.7.Kristaps Dzonsons2009-07-274-107/+172
| | | | | Cleaned up escape section in man.7, mdoc.7. Cleaned up function names in term.c.
* Correct handling of \*(xx, \*[xxx], \*x versus \x, \(xx, \([xxx]: predefined ↵Kristaps Dzonsons2009-07-275-250/+305
| | | | strings and escape characters, respectively.