summaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAgeFilesLines
* Category devel -> textproc.VERSION_1_6_5Kristaps Dzonsons2009-03-213-5/+5
|
* Lint fixes.Kristaps Dzonsons2009-03-213-8/+12
|
* Versioning up.Kristaps Dzonsons2009-03-211-2/+2
|
* Added %Q macro.Kristaps Dzonsons2009-03-217-9/+16
|
* Fixed new partial-imp closure (wasn't action-ing closed scopes).Kristaps Dzonsons2009-03-211-10/+6
|
* Explicit-scope can break some implicit partial-block (Oc -> Op).Kristaps Dzonsons2009-03-211-18/+45
|
* Removed margin-break comment.Kristaps Dzonsons2009-03-201-16/+7
|
* Lintification.Kristaps Dzonsons2009-03-202-5/+4
|
* Casting fix.Kristaps Dzonsons2009-03-201-6/+6
|
* Proper .Dl literalism.Kristaps Dzonsons2009-03-204-57/+81
|
* Fixed literal-formatting error with `Dl'.Kristaps Dzonsons2009-03-203-9/+11
|
* Support for `Bd' of all types (see mdoc.7 for newline/tab rules).VERSION_1_6_2Kristaps Dzonsons2009-03-2012-491/+613
| | | | | Renamed term.c and terminal.c functions to be term_. Some bugfixes to lists.
* Finished all symbols.Kristaps Dzonsons2009-03-192-8/+100
|
* Fixed mandoc read from stdin.Kristaps Dzonsons2009-03-194-15/+52
| | | | Added some more groff_chars.
* Some Linux-isms.Kristaps Dzonsons2009-03-195-7/+114
|
* Pruned mmain.Kristaps Dzonsons2009-03-192-409/+0
|
* NetBSD lintified.Kristaps Dzonsons2009-03-191-1/+2
|
* Lintified & versioned.Kristaps Dzonsons2009-03-192-2/+3
|
* Split mdocterm.c -> main.c terminal.c.Kristaps Dzonsons2009-03-199-891/+638
| | | | | | Abstracted output with -T selector (default ascii). Name change: mdocterm -> mandoc. Re-imported tree with -Ttree.
* Many more ASCII escapes added.Kristaps Dzonsons2009-03-199-439/+638
| | | | | | Stripped nroff punt from mdocterm.c. Fixed multiple-file handling for mdocterm.c. Cleared up mdoc.h API.
* Clean up ASCII table's memory.Kristaps Dzonsons2009-03-173-12/+41
|
* *** empty log message ***VERSION_1_5_3Kristaps Dzonsons2009-03-171-1/+1
|
* Added previous GEN files to SRCS.Kristaps Dzonsons2009-03-171-1/+2
|
* Mandoc fix.Kristaps Dzonsons2009-03-171-3/+3
|
* Changed e-mail address to @openbsd.Kristaps Dzonsons2009-03-1619-48/+83
| | | | Cleaned up manual-page documentation.
* Fixed mdoc_phrase escape handling.Kristaps Dzonsons2009-03-1632-1500/+1503
| | | | | | | | | | | Added MDOC_IGNDELIM (Pf, soon Li, etc.). macro_constant_delimited ignargs -> argv.c parsing. Renamed macro functions to correspond to ontologies. `Fo' and `St' made callable (compat documented). strings.sh deprecated (directly using CPP). Abstracted ASCII translation into ascii.{c,in}. ASCII table uses a self-reordering chained hashtable. Removed old regressions.
* Deprecated old regression tests.Kristaps Dzonsons2009-03-1669-611/+0
|
* Backed out all ANSI code.VERSION_1_5_1Kristaps Dzonsons2009-03-153-76/+11
|
* Fixed version string (no leading zero).Kristaps Dzonsons2009-03-151-1/+1
|
* getsubopt index fix.Kristaps Dzonsons2009-03-151-2/+2
|
* mdoclint accepts multiple filesKristaps Dzonsons2009-03-159-100/+304
| | | | mdocterm punts to nroff if it fails parsing
* Added colour styles (not being used) to struct termp.Kristaps Dzonsons2009-03-145-108/+152
| | | | | | Added nroff style-escape encoding. Removed ANSI schema string tables (there's only ANSI and nroff/backspace). Pushed styling directly into pword (simpler).
* Bumped version.Kristaps Dzonsons2009-03-144-9/+13
| | | | | Added \| (non-breaking space, like \&). Fixed termsym (TERMSYM_ALL).
* mdoc.3 refers to local mdoc.7.Kristaps Dzonsons2009-03-143-219/+166
| | | | mdoc.7 includes its compatibility with system-dependent roff installations.
* Removed "regression" for OpenBSD (broken).Kristaps Dzonsons2009-03-132-10/+8
| | | | Added mdoc.7 to include-in-dist hook.
* Finished initial mdoc.7.Kristaps Dzonsons2009-03-132-78/+86
|
* Updating mdoc.7.Kristaps Dzonsons2009-03-131-111/+171
|
* Added canonical mdoc.7.Kristaps Dzonsons2009-03-134-7/+552
| | | | Added \q macro.
* Made syste-name macros callable (At, Bsx, etc.).Kristaps Dzonsons2009-03-123-16/+26
|
* Added -nested (doesn't do anything).Kristaps Dzonsons2009-03-129-44/+61
| | | | | | Added .%C. .Cd is now callable. Added .Rv -std.
* NetBSD '.[[:whitespace:]]*' properly handled.Kristaps Dzonsons2009-03-124-51/+60
| | | | mdoc.3 indicates compatibilities and bugs.
* Delimiters added to columns.Kristaps Dzonsons2009-03-121-3/+2
|
* Version up.Kristaps Dzonsons2009-03-121-2/+2
|
* Removed segfault with empty word.Kristaps Dzonsons2009-03-124-24/+43
| | | | Initial "full" -column support.
* Brq/Bro/Brc fixed up and pretty.Kristaps Dzonsons2009-03-126-128/+217
| | | | | | Cleaned up Aq/Sq use of escapes in term.c. Added initial -column support. Fixed argv returning ARGV_WORD and tokenising anyway.
* Versioning up.Kristaps Dzonsons2009-03-111-2/+2
|
* Expanded perfect htab to use 27 * 26 * 3 space.Kristaps Dzonsons2009-03-1111-32/+131
| | | | | | Added Brq, Bro and Brc macros. Added lbrace and rbrace to special characters. Fixed spacing in braces.
* Made sure saved value is initialised.Kristaps Dzonsons2009-03-101-4/+7
|
* Bug-fix in mdoc_argv.Kristaps Dzonsons2009-03-103-9/+24
| | | | | Added some documentation to macro.c. Version-up.
* Added regular-form sanity check in mdocterm.Kristaps Dzonsons2009-03-102-38/+122
|