Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. | ||||
* | Delimiters added to columns. | Kristaps Dzonsons | 2009-03-12 | 1 | -2/+1 |
| | |||||
* | Version up. | Kristaps Dzonsons | 2009-03-12 | 1 | -2/+2 |
| | |||||
* | Removed segfault with empty word. | Kristaps Dzonsons | 2009-03-12 | 4 | -20/+39 |
| | | | | Initial "full" -column support. | ||||
* | Brq/Bro/Brc fixed up and pretty. | Kristaps Dzonsons | 2009-03-12 | 6 | -121/+210 |
| | | | | | | 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 Dzonsons | 2009-03-11 | 1 | -2/+2 |
| | |||||
* | Expanded perfect htab to use 27 * 26 * 3 space. | Kristaps Dzonsons | 2009-03-11 | 11 | -20/+119 |
| | | | | | | Added Brq, Bro and Brc macros. Added lbrace and rbrace to special characters. Fixed spacing in braces. | ||||
* | Made sure saved value is initialised. | Kristaps Dzonsons | 2009-03-10 | 1 | -3/+6 |
| | |||||
* | Bug-fix in mdoc_argv. | Kristaps Dzonsons | 2009-03-10 | 3 | -7/+22 |
| | | | | | Added some documentation to macro.c. Version-up. | ||||
* | Added regular-form sanity check in mdocterm. | Kristaps Dzonsons | 2009-03-10 | 2 | -36/+120 |
| | |||||
* | Fixed hash lookup regression. | Kristaps Dzonsons | 2009-03-10 | 1 | -4/+7 |
| | |||||
* | Versioning up. | Kristaps Dzonsons | 2009-03-09 | 1 | -1/+1 |
| | |||||
* | Added `Mt' and `Lk' macros (NetBSD). | Kristaps Dzonsons | 2009-03-09 | 7 | -5/+66 |
| | |||||
* | Fixed valgrind issues.VERSION.1.4.6 | Kristaps Dzonsons | 2009-03-09 | 3 | -7/+8 |
| | |||||
* | Easier integration into FreeBSD (sys/types.h, time.h, etc.).VERSION.1.4.5 | Kristaps Dzonsons | 2009-03-09 | 9 | -14/+19 |
| | |||||
* | Added "Input Encoding" section to mdoc*.1.VERSION.1.4.4 | Kristaps Dzonsons | 2009-03-09 | 7 | -21/+114 |
| | | | | | Newline-escaped lines are concatenated. Added -fign-macro option. | ||||
* | Added `Lp' macro. | Kristaps Dzonsons | 2009-03-08 | 7 | -2/+9 |
| | |||||
* | Added .Ap. | Kristaps Dzonsons | 2009-03-08 | 7 | -2/+23 |
| | |||||
* | Small speed-ups in hash lookup. | Kristaps Dzonsons | 2009-03-08 | 1 | -7/+6 |
| | |||||
* | Bumping version...VERSION.1.4.2 | Kristaps Dzonsons | 2009-03-08 | 1 | -2/+5 |
| | |||||
* | Removed some unnecesary functions. | Kristaps Dzonsons | 2009-03-08 | 2 | -17/+0 |
| | |||||
* | Front-end handling of `Lb'. | Kristaps Dzonsons | 2009-03-08 | 1 | -2/+23 |
| | |||||
* | Fixed strings.sh to work with NetBSD. | Kristaps Dzonsons | 2009-03-08 | 4 | -10/+13 |
| | | | | Fixed various lint warnings. | ||||
* | Fix left-over prototype. | Kristaps Dzonsons | 2009-03-08 | 1 | -1/+1 |
| | |||||
* | Removed static limitation of buffer size. | Kristaps Dzonsons | 2009-03-08 | 1 | -26/+20 |
| | |||||
* | Updated manuals. | Kristaps Dzonsons | 2009-03-08 | 9 | -58/+198 |
| | | | | Added -fign-scope and -fign-escape. | ||||
* | Bumped minor-number. | Kristaps Dzonsons | 2009-03-08 | 3 | -9/+13 |
| | | | | All sources converted to new schema. | ||||
* | Segmentation-fault fix in mdocterm. | Kristaps Dzonsons | 2009-03-08 | 1 | -2/+2 |
| | |||||
* | mdocterm now using new API. | Kristaps Dzonsons | 2009-03-08 | 3 | -88/+96 |
| | |||||
* | Memory-corruption fix. | Kristaps Dzonsons | 2009-03-08 | 1 | -3/+1 |
| | |||||
* | Fixed null-pointer dereference. | Kristaps Dzonsons | 2009-03-08 | 1 | -0/+3 |
| | |||||
* | Memory fixes in new dynamic schema. | Kristaps Dzonsons | 2009-03-08 | 4 | -20/+27 |
| | |||||
* | Printing invalid escape sequences. | Kristaps Dzonsons | 2009-03-08 | 1 | -1/+1 |
| | |||||
* | BROKEN CHECK-IN. Wide-ranging updates. | Kristaps Dzonsons | 2009-03-08 | 10 | -851/+837 |
| | | | | | Removed libmdoc internal argv limit (all dynamic). Removed "data" union in mdoc_node (to be selectively re-added). | ||||
* | Documented the strings script. | Kristaps Dzonsons | 2009-03-06 | 9 | -5/+59 |
| | |||||
* | Strings abstracted into dynamically-created C files. | Kristaps Dzonsons | 2009-03-06 | 27 | -1279/+779 |
| | | | | | Added -V option. Deprecated README files. | ||||
* | Added another regression test. | Kristaps Dzonsons | 2009-03-05 | 1 | -0/+8 |
| | |||||
* | Cleaned up ctype functions (netbsd). | Kristaps Dzonsons | 2009-03-05 | 8 | -44/+118 |
| | | | | | Fixed .Ex/.Rv -std usage. Made Ar provide default value. | ||||
* | Added argv regression tests. | Kristaps Dzonsons | 2009-03-05 | 6 | -20/+210 |
| | | | | Table-ised argument flags in argv.c. | ||||
* | -tag, if followed by empty body, doesn't newline. | Kristaps Dzonsons | 2009-03-04 | 4 | -9/+19 |
| | | | | Versioning up. | ||||
* | Fixed some character-escapes. | Kristaps Dzonsons | 2009-03-04 | 4 | -11/+21 |
| | |||||
* | Proper fix to NOBREAK margins (oops). | Kristaps Dzonsons | 2009-03-04 | 1 | -1/+1 |
| |