Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | More documentation clarification. | Kristaps Dzonsons | 2009-03-22 | 4 | -9/+86 |
| | |||||
* | Fixes to dynamic addition of Bl width. | Kristaps Dzonsons | 2009-03-21 | 5 | -63/+54 |
| | |||||
* | Updated NetBSD pkgsrc to be like Joerg's. | Kristaps Dzonsons | 2009-03-21 | 2 | -8/+9 |
| | |||||
* | Freed more macros from zero-length restrictions. | Kristaps Dzonsons | 2009-03-21 | 6 | -5/+8 |
| | | | | Fixed `Fn' spacing. | ||||
* | Versioning. | Kristaps Dzonsons | 2009-03-21 | 1 | -1/+1 |
| | |||||
* | More macros freed from unnecessary limitations on numargs. | Kristaps Dzonsons | 2009-03-21 | 2 | -9/+9 |
| | |||||
* | Handling -width="" in lists. | Kristaps Dzonsons | 2009-03-21 | 1 | -2/+2 |
| | |||||
* | Versioning up. | Kristaps Dzonsons | 2009-03-21 | 1 | -1/+1 |
| | |||||
* | `Em' accepts empty tokens. | Kristaps Dzonsons | 2009-03-21 | 6 | -72/+186 |
| | | | | | Punctuation fully fixed (per-reserved-word). Sm enabled. | ||||
* | Category devel -> textproc.VERSION.1.6.5 | Kristaps Dzonsons | 2009-03-21 | 3 | -4/+4 |
| | |||||
* | Lint fixes. | Kristaps Dzonsons | 2009-03-21 | 3 | -5/+9 |
| | |||||
* | Versioning up. | Kristaps Dzonsons | 2009-03-21 | 1 | -2/+2 |
| | |||||
* | Added %Q macro. | Kristaps Dzonsons | 2009-03-21 | 7 | -2/+9 |
| | |||||
* | Fixed new partial-imp closure (wasn't action-ing closed scopes). | Kristaps Dzonsons | 2009-03-21 | 1 | -9/+5 |
| | |||||
* | Explicit-scope can break some implicit partial-block (Oc -> Op). | Kristaps Dzonsons | 2009-03-21 | 1 | -17/+44 |
| | |||||
* | Removed margin-break comment. | Kristaps Dzonsons | 2009-03-20 | 1 | -15/+6 |
| | |||||
* | Lintification. | Kristaps Dzonsons | 2009-03-20 | 2 | -3/+2 |
| | |||||
* | Casting fix. | Kristaps Dzonsons | 2009-03-20 | 1 | -5/+5 |
| | |||||
* | Proper .Dl literalism. | Kristaps Dzonsons | 2009-03-20 | 4 | -52/+76 |
| | |||||
* | Fixed literal-formatting error with `Dl'. | Kristaps Dzonsons | 2009-03-20 | 3 | -7/+9 |
| | |||||
* | Support for `Bd' of all types (see mdoc.7 for newline/tab rules).VERSION.1.6.2 | Kristaps Dzonsons | 2009-03-20 | 12 | -477/+599 |
| | | | | | Renamed term.c and terminal.c functions to be term_. Some bugfixes to lists. | ||||
* | Finished all symbols. | Kristaps Dzonsons | 2009-03-19 | 2 | -6/+98 |
| | |||||
* | Fixed mandoc read from stdin. | Kristaps Dzonsons | 2009-03-19 | 4 | -11/+48 |
| | | | | Added some more groff_chars. | ||||
* | Some Linux-isms. | Kristaps Dzonsons | 2009-03-19 | 5 | -4/+111 |
| | |||||
* | Pruned mmain. | Kristaps Dzonsons | 2009-03-19 | 2 | -409/+0 |
| | |||||
* | NetBSD lintified. | Kristaps Dzonsons | 2009-03-19 | 1 | -0/+1 |
| | |||||
* | Lintified & versioned. | Kristaps Dzonsons | 2009-03-19 | 2 | -1/+2 |
| | |||||
* | Split mdocterm.c -> main.c terminal.c. | Kristaps Dzonsons | 2009-03-19 | 9 | -887/+634 |
| | | | | | | Abstracted output with -T selector (default ascii). Name change: mdocterm -> mandoc. Re-imported tree with -Ttree. | ||||
* | Many more ASCII escapes added. | Kristaps Dzonsons | 2009-03-19 | 9 | -429/+628 |
| | | | | | | 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 Dzonsons | 2009-03-17 | 3 | -9/+38 |
| | |||||
* | *** empty log message ***VERSION.1.5.3 | Kristaps Dzonsons | 2009-03-17 | 1 | -1/+1 |
| | |||||
* | Added previous GEN files to SRCS. | Kristaps Dzonsons | 2009-03-17 | 1 | -1/+2 |
| | |||||
* | Mandoc fix. | Kristaps Dzonsons | 2009-03-17 | 1 | -1/+1 |
| | |||||
* | Changed e-mail address to @openbsd. | Kristaps Dzonsons | 2009-03-16 | 19 | -31/+66 |
| | | | | Cleaned up manual-page documentation. | ||||
* | Fixed mdoc_phrase escape handling. | Kristaps Dzonsons | 2009-03-16 | 32 | -1481/+1484 |
| | | | | | | | | | | | 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 Dzonsons | 2009-03-16 | 69 | -611/+0 |
| | |||||
* | Backed out all ANSI code.VERSION.1.5.1 | Kristaps Dzonsons | 2009-03-15 | 3 | -73/+8 |
| | |||||
* | Fixed version string (no leading zero). | Kristaps Dzonsons | 2009-03-15 | 1 | -1/+1 |
| | |||||
* | getsubopt index fix. | Kristaps Dzonsons | 2009-03-15 | 1 | -1/+1 |
| | |||||
* | mdoclint accepts multiple files | Kristaps Dzonsons | 2009-03-15 | 9 | -90/+294 |
| | | | | mdocterm punts to nroff if it fails parsing | ||||
* | Added colour styles (not being used) to struct termp. | Kristaps Dzonsons | 2009-03-14 | 5 | -103/+147 |
| | | | | | | 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 Dzonsons | 2009-03-14 | 4 | -4/+8 |
| | | | | | Added \| (non-breaking space, like \&). Fixed termsym (TERMSYM_ALL). | ||||
* | mdoc.3 refers to local mdoc.7. | Kristaps Dzonsons | 2009-03-14 | 3 | -214/+161 |
| | | | | mdoc.7 includes its compatibility with system-dependent roff installations. | ||||
* | Removed "regression" for OpenBSD (broken). | Kristaps Dzonsons | 2009-03-13 | 2 | -10/+8 |
| | | | | Added mdoc.7 to include-in-dist hook. | ||||
* | Finished initial mdoc.7. | Kristaps Dzonsons | 2009-03-13 | 2 | -76/+84 |
| | |||||
* | Updating mdoc.7. | Kristaps Dzonsons | 2009-03-13 | 1 | -110/+170 |
| | |||||
* | Added canonical mdoc.7. | Kristaps Dzonsons | 2009-03-13 | 4 | -1/+546 |
| | | | | Added \q macro. | ||||
* | Made syste-name macros callable (At, Bsx, etc.). | Kristaps Dzonsons | 2009-03-12 | 3 | -14/+24 |
| | |||||
* | Added -nested (doesn't do anything). | Kristaps Dzonsons | 2009-03-12 | 9 | -36/+53 |
| | | | | | | Added .%C. .Cd is now callable. Added .Rv -std. | ||||
* | NetBSD '.[[:whitespace:]]*' properly handled. | Kristaps Dzonsons | 2009-03-12 | 4 | -47/+56 |
| | | | | mdoc.3 indicates compatibilities and bugs. |