aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAgeFilesLines
* First addition of -man macro support.Kristaps Dzonsons2009-03-2325-245/+924
| | | | Abstraction of mdoc.
* More manual documentation fixed/improved.Kristaps Dzonsons2009-03-234-24/+84
|
* Fixed Bd -compact.Kristaps Dzonsons2009-03-223-24/+42
| | | | Fixed vspace before Bd and Bl.
* More manuals.7.Kristaps Dzonsons2009-03-221-12/+4
|
* Backed-out STRIP_XO by default.Kristaps Dzonsons2009-03-221-2/+2
|
* Lint fixes.Kristaps Dzonsons2009-03-223-7/+9
|
* Removed Xo/Xc no-support notices.Kristaps Dzonsons2009-03-222-9/+4
|
* Stripping of Xo/Xc macros in main.c (ifdef STRIP_XO).Kristaps Dzonsons2009-03-224-65/+136
|
* More updates.Kristaps Dzonsons2009-03-221-13/+18
|
* More manuals.7 updates.Kristaps Dzonsons2009-03-221-103/+30
|
* Draft of manuals.7 for inspection.Kristaps Dzonsons2009-03-221-32/+329
|
* More documentation clarification.Kristaps Dzonsons2009-03-224-13/+90
|
* Fixes to dynamic addition of Bl width.Kristaps Dzonsons2009-03-215-69/+60
|
* Updated NetBSD pkgsrc to be like Joerg's.Kristaps Dzonsons2009-03-212-8/+9
|
* Freed more macros from zero-length restrictions.Kristaps Dzonsons2009-03-216-12/+15
| | | | Fixed `Fn' spacing.
* Versioning.Kristaps Dzonsons2009-03-211-1/+1
|
* More macros freed from unnecessary limitations on numargs.Kristaps Dzonsons2009-03-212-12/+12
|
* Handling -width="" in lists.Kristaps Dzonsons2009-03-211-3/+3
|
* Versioning up.Kristaps Dzonsons2009-03-211-1/+1
|
* `Em' accepts empty tokens.Kristaps Dzonsons2009-03-216-79/+193
| | | | | Punctuation fully fixed (per-reserved-word). Sm enabled.
* 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
|