2009-03-21 |
Kristaps Dzonsons | Handling -width="" in lists. |
blob | commitdiff | raw |
2009-03-21 |
Kristaps Dzonsons | `Em' accepts empty tokens. |
blob | commitdiff | raw | diff to current |
2009-03-21 |
Kristaps Dzonsons | Added %Q macro. |
blob | commitdiff | raw | diff to current |
2009-03-20 |
Kristaps Dzonsons | Fixed literal-formatting error with `Dl'. |
blob | commitdiff | raw | diff to current |
2009-03-20 |
Kristaps Dzonsons | Support for `Bd' of all types (see mdoc.7 for newline... VERSION_1_6_2 |
blob | commitdiff | raw | diff to current |
2009-03-16 |
Kristaps Dzonsons | Changed e-mail address to @openbsd. |
blob | commitdiff | raw | diff to current |
2009-03-16 |
Kristaps Dzonsons | Fixed mdoc_phrase escape handling. |
blob | commitdiff | raw | diff to current |
2009-03-14 |
Kristaps Dzonsons | Added colour styles (not being used) to struct termp. |
blob | commitdiff | raw | diff to current |
2009-03-13 |
Kristaps Dzonsons | Added canonical mdoc.7. |
blob | commitdiff | raw | diff to current |
2009-03-12 |
Kristaps Dzonsons | Added -nested (doesn't do anything). |
blob | commitdiff | raw | diff to current |
2009-03-12 |
Kristaps Dzonsons | NetBSD '.[[:whitespace:]]*' properly handled. |
blob | commitdiff | raw | diff to current |
2009-03-12 |
Kristaps Dzonsons | Removed segfault with empty word. |
blob | commitdiff | raw | diff to current |
2009-03-12 |
Kristaps Dzonsons | Brq/Bro/Brc fixed up and pretty. |
blob | commitdiff | raw | diff to current |
2009-03-11 |
Kristaps Dzonsons | Expanded perfect htab to use 27 * 26 * 3 space. |
blob | commitdiff | raw | diff to current |
2009-03-10 |
Kristaps Dzonsons | Added regular-form sanity check in mdocterm. |
blob | commitdiff | raw | diff to current |
2009-03-09 |
Kristaps Dzonsons | Added `Mt' and `Lk' macros (NetBSD). |
blob | commitdiff | raw | diff to current |
2009-03-09 |
Kristaps Dzonsons | Easier integration into FreeBSD (sys/types.h, time... VERSION_1_4_5 |
blob | commitdiff | raw | diff to current |
2009-03-08 |
Kristaps Dzonsons | Added `Lp' macro. |
blob | commitdiff | raw | diff to current |
2009-03-08 |
Kristaps Dzonsons | Added .Ap. |
blob | commitdiff | raw | diff to current |
2009-03-08 |
Kristaps Dzonsons | Front-end handling of `Lb'. |
blob | commitdiff | raw | diff to current |
2009-03-08 |
Kristaps Dzonsons | Bumped minor-number. |
blob | commitdiff | raw | diff to current |
2009-03-08 |
Kristaps Dzonsons | Segmentation-fault fix in mdocterm. |
blob | commitdiff | raw | diff to current |
2009-03-08 |
Kristaps Dzonsons | mdocterm now using new API. |
blob | commitdiff | raw | diff to current |
2009-03-06 |
Kristaps Dzonsons | Strings abstracted into dynamically-created C files. |
blob | commitdiff | raw | diff to current |
2009-03-05 |
Kristaps Dzonsons | Cleaned up ctype functions (netbsd). |
blob | commitdiff | raw | diff to current |
2009-03-04 |
Kristaps Dzonsons | -tag, if followed by empty body, doesn't newline. |
blob | commitdiff | raw | diff to current |
2009-03-04 |
Kristaps Dzonsons | Fixed some character-escapes. |
blob | commitdiff | raw | diff to current |
2009-03-04 |
Kristaps Dzonsons | Considerably cleaned up list handling. |
blob | commitdiff | raw | diff to current |
2009-03-03 |
Kristaps Dzonsons | -diag fixed (allows quoted parameters) |
blob | commitdiff | raw | diff to current |
2009-03-03 |
Kristaps Dzonsons | -inset and -diag lists now supported. |
blob | commitdiff | raw | diff to current |
2009-03-02 |
Kristaps Dzonsons | Noted lacking areas in mdocterm.1. |
blob | commitdiff | raw | diff to current |
2009-03-02 |
Kristaps Dzonsons | Added new old escape sequence \*[nn]. |
blob | commitdiff | raw | diff to current |
2009-03-02 |
Kristaps Dzonsons | Support for maxrmargin-breaking with TERMP_NOBREAK. |
blob | commitdiff | raw | diff to current |
2009-03-01 |
Kristaps Dzonsons | Cd breaks line properly. VERSION_1_3_15 |
blob | commitdiff | raw | diff to current |
2009-03-01 |
Kristaps Dzonsons | Backed-out warning about Ds. |
blob | commitdiff | raw | diff to current |
2009-03-01 |
Kristaps Dzonsons | Fixed TERMP_NOBREAK and line overruns. |
blob | commitdiff | raw | diff to current |
2009-02-28 |
Kristaps Dzonsons | Many more changes and fixes (`In', `Fd', etc.). |
blob | commitdiff | raw | diff to current |
2009-02-28 |
Kristaps Dzonsons | More fixes (hard-escapes, etc.). |
blob | commitdiff | raw | diff to current |
2009-02-28 |
Kristaps Dzonsons | Initial Rs/Re support. |
blob | commitdiff | raw | diff to current |
2009-02-27 |
Kristaps Dzonsons | Lintified sources. |
blob | commitdiff | raw | diff to current |
2009-02-27 |
Kristaps Dzonsons | More character-encoding. |
blob | commitdiff | raw | diff to current |
2009-02-26 |
Kristaps Dzonsons | Support for macro widths (/usr/share/tmac/mdoc/doc... |
blob | commitdiff | raw | diff to current |
2009-02-26 |
Kristaps Dzonsons | Lists (scoped elements) now put delims in-scope. |
blob | commitdiff | raw | diff to current |
2009-02-25 |
Kristaps Dzonsons | More list work. |
blob | commitdiff | raw | diff to current |
2009-02-25 |
Kristaps Dzonsons | *** empty log message *** |
blob | commitdiff | raw | diff to current |
2009-02-25 |
Kristaps Dzonsons | Added [almost] all list types. |
blob | commitdiff | raw | diff to current |
2009-02-25 |
Kristaps Dzonsons | Support for nested lists added. |
blob | commitdiff | raw | diff to current |
2009-02-25 |
Kristaps Dzonsons | Some offsets built into termpair. |
blob | commitdiff | raw | diff to current |
2009-02-25 |
Kristaps Dzonsons | Added "termpair" for symmetric flag-setting. |
blob | commitdiff | raw | diff to current |
2009-02-25 |
Kristaps Dzonsons | All "low-hanging" macros implemented in term.c. |
blob | commitdiff | raw | diff to current |
2009-02-24 |
Kristaps Dzonsons | Raft of mdocterm callbacks in place. |
blob | commitdiff | raw | diff to current |
2009-02-24 |
Kristaps Dzonsons | More macros filled in. |
blob | commitdiff | raw | diff to current |
2009-02-24 |
Kristaps Dzonsons | Added several more mdocterm outputs. |
blob | commitdiff | raw | diff to current |
2009-02-24 |
Kristaps Dzonsons | Character-encoding checked for all text (arguments... |
blob | commitdiff | raw | diff to current |
2009-02-23 |
Kristaps Dzonsons | Adding revamped webpage. |
blob | commitdiff | raw | diff to current |
2009-02-23 |
Kristaps Dzonsons | More documentation in place. |
blob | commitdiff | raw | diff to current |
2009-02-23 |
Kristaps Dzonsons | Considerable mdoc.3 documentation. |
blob | commitdiff | raw | diff to current |
2009-02-22 |
Kristaps Dzonsons | Fixed `.Pf' handling. |
blob | commitdiff | raw | diff to current |
2009-02-22 |
Kristaps Dzonsons | Initial block-display support. |
blob | commitdiff | raw | diff to current |
2009-02-22 |
Kristaps Dzonsons | Cleaned up validation source a bit. |
blob | commitdiff | raw | diff to current |
2009-02-21 |
Kristaps Dzonsons | Split mdocml -> mdocterm, mdoctree (new manuals, etc.). |
blob | commitdiff | raw | diff to current |
2009-02-21 |
Kristaps Dzonsons | Split down term.c into term.h, termact.c. |
blob | commitdiff | raw | diff to current |
2009-02-21 |
Kristaps Dzonsons | A few more macros in place. |
blob | commitdiff | raw | diff to current |
2009-02-21 |
Kristaps Dzonsons | Initial list support (not nested, yet). |
blob | commitdiff | raw | diff to current |
2009-02-20 |
Kristaps Dzonsons | More flesh in terminal-encoder. |
blob | commitdiff | raw | diff to current |
2009-02-20 |
Kristaps Dzonsons | Re-added tree.c (for now). |
blob | commitdiff | raw | diff to current |
|