CVS log for mandoc/Attic/mdocterm.1

[BACK] Up to [cvsweb.bsd.lv] / mandoc

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.27, Thu Mar 19 16:17:27 2009 UTC (15 years ago) by kristaps
Branch: MAIN
CVS Tags: VERSION_1_9_5, VERSION_1_8_5, VERSION_1_8_1, VERSION_1_7_16, VERSION_1_7_15, VERSION_1_6_5, OPENBSD_CHECKIN, HEAD
Changes since 1.26: +1 -1 lines
FILE REMOVED

Split mdocterm.c -> main.c terminal.c.
Abstracted output with -T selector (default ascii).
Name change: mdocterm -> mandoc.
Re-imported tree with -Ttree.

Revision 1.26 / (download) - annotate - [select for diffs], Thu Mar 19 11:49:00 2009 UTC (15 years ago) by kristaps
Branch: MAIN
Changes since 1.25: +9 -62 lines
Diff to previous 1.25 (colored)

Many more ASCII escapes added.
Stripped nroff punt from mdocterm.c.
Fixed multiple-file handling for mdocterm.c.
Cleared up mdoc.h API.

Revision 1.25 / (download) - annotate - [select for diffs], Tue Mar 17 00:40:17 2009 UTC (15 years ago) by kristaps
Branch: MAIN
CVS Tags: VERSION_1_5_3
Changes since 1.24: +2 -2 lines
Diff to previous 1.24 (colored)

Mandoc fix.

Revision 1.24 / (download) - annotate - [select for diffs], Mon Mar 16 23:37:28 2009 UTC (15 years ago) by kristaps
Branch: MAIN
Changes since 1.23: +3 -3 lines
Diff to previous 1.23 (colored)

Changed e-mail address to @openbsd.
Cleaned up manual-page documentation.

Revision 1.23 / (download) - annotate - [select for diffs], Mon Mar 16 22:19:19 2009 UTC (15 years ago) by kristaps
Branch: MAIN
Changes since 1.22: +13 -124 lines
Diff to previous 1.22 (colored)

Fixed mdoc_phrase escape handling.
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.

Revision 1.22 / (download) - annotate - [select for diffs], Sun Mar 15 10:34:11 2009 UTC (15 years ago) by kristaps
Branch: MAIN
CVS Tags: VERSION_1_5_1
Changes since 1.21: +3 -5 lines
Diff to previous 1.21 (colored)

Backed out all ANSI code.

Revision 1.21 / (download) - annotate - [select for diffs], Sun Mar 15 07:08:52 2009 UTC (15 years ago) by kristaps
Branch: MAIN
Changes since 1.20: +55 -17 lines
Diff to previous 1.20 (colored)

mdoclint accepts multiple files
mdocterm punts to nroff if it fails parsing

Revision 1.20 / (download) - annotate - [select for diffs], Sat Mar 14 12:35:02 2009 UTC (15 years ago) by kristaps
Branch: MAIN
Changes since 1.19: +17 -26 lines
Diff to previous 1.19 (colored)

Added colour styles (not being used) to struct termp.
Added nroff style-escape encoding.
Removed ANSI schema string tables (there's only ANSI and nroff/backspace).
Pushed styling directly into pword (simpler).

Revision 1.19 / (download) - annotate - [select for diffs], Fri Mar 13 07:46:10 2009 UTC (15 years ago) by kristaps
Branch: MAIN
Changes since 1.18: +3 -1 lines
Diff to previous 1.18 (colored)

Added canonical mdoc.7.
Added \q macro.

Revision 1.18 / (download) - annotate - [select for diffs], Thu Mar 12 02:57:36 2009 UTC (15 years ago) by kristaps
Branch: MAIN
Changes since 1.17: +3 -3 lines
Diff to previous 1.17 (colored)

Brq/Bro/Brc fixed up and pretty.
Cleaned up Aq/Sq use of escapes in term.c.
Added initial -column support.
Fixed argv returning ARGV_WORD and tokenising anyway.

Revision 1.17 / (download) - annotate - [select for diffs], Wed Mar 11 00:39:58 2009 UTC (15 years ago) by kristaps
Branch: MAIN
Changes since 1.16: +5 -1 lines
Diff to previous 1.16 (colored)

Expanded perfect htab to use 27 * 26 * 3 space.
Added Brq, Bro and Brc macros.
Added lbrace and rbrace to special characters.
Fixed spacing in braces.

Revision 1.16 / (download) - annotate - [select for diffs], Mon Mar 9 13:04:01 2009 UTC (15 years ago) by kristaps
Branch: MAIN
CVS Tags: VERSION_1_4_6, VERSION_1_4_5, VERSION_1_4_4
Changes since 1.15: +18 -1 lines
Diff to previous 1.15 (colored)

Added "Input Encoding" section to mdoc*.1.
Newline-escaped lines are concatenated.
Added -fign-macro option.

Revision 1.15 / (download) - annotate - [select for diffs], Sun Mar 8 18:02:36 2009 UTC (15 years ago) by kristaps
Branch: MAIN
CVS Tags: VERSION_1_4_2
Changes since 1.14: +39 -12 lines
Diff to previous 1.14 (colored)

Updated manuals.
Added -fign-scope and -fign-escape.

Revision 1.14 / (download) - annotate - [select for diffs], Fri Mar 6 14:13:47 2009 UTC (15 years ago) by kristaps
Branch: MAIN
Changes since 1.13: +2 -2 lines
Diff to previous 1.13 (colored)

Strings abstracted into dynamically-created C files.
Added -V option.
Deprecated README files.

Revision 1.13 / (download) - annotate - [select for diffs], Wed Mar 4 14:13:05 2009 UTC (15 years ago) by kristaps
Branch: MAIN
Changes since 1.12: +12 -8 lines
Diff to previous 1.12 (colored)

Fixed some character-escapes.

Revision 1.12 / (download) - annotate - [select for diffs], Wed Mar 4 13:57:35 2009 UTC (15 years ago) by kristaps
Branch: MAIN
Changes since 1.11: +5 -1 lines
Diff to previous 1.11 (colored)

Considerably cleaned up list handling.

Revision 1.11 / (download) - annotate - [select for diffs], Tue Mar 3 22:17:19 2009 UTC (15 years ago) by kristaps
Branch: MAIN
Changes since 1.10: +3 -3 lines
Diff to previous 1.10 (colored)

-inset and -diag lists now supported.

Revision 1.10 / (download) - annotate - [select for diffs], Tue Mar 3 21:07:01 2009 UTC (15 years ago) by kristaps
Branch: MAIN
Changes since 1.9: +31 -11 lines
Diff to previous 1.9 (colored)

Character-escape addition simplified (see README.addescape, also added).

Revision 1.9 / (download) - annotate - [select for diffs], Mon Mar 2 17:29:16 2009 UTC (15 years, 1 month ago) by kristaps
Branch: MAIN
Changes since 1.8: +20 -1 lines
Diff to previous 1.8 (colored)

Noted lacking areas in mdocterm.1.
Put styles into symtab (for real this time).

Revision 1.8 / (download) - annotate - [select for diffs], Fri Feb 27 10:55:16 2009 UTC (15 years, 1 month ago) by kristaps
Branch: MAIN
CVS Tags: VERSION_1_3_9, VERSION_1_3_8, VERSION_1_3_6, VERSION_1_3_15, VERSION_1_3_13, VERSION_1_3_11, VERSION_1_3_10
Changes since 1.7: +1 -11 lines
Diff to previous 1.7 (colored)

Slowly decoupling mdoc(3) from being OpenBSD-only.

Revision 1.7 / (download) - annotate - [select for diffs], Fri Feb 27 09:14:02 2009 UTC (15 years, 1 month ago) by kristaps
Branch: MAIN
Changes since 1.6: +112 -1 lines
Diff to previous 1.6 (colored)

Character-encoding stuff documented, expanded.

Revision 1.6 / (download) - annotate - [select for diffs], Fri Feb 27 08:20:15 2009 UTC (15 years, 1 month ago) by kristaps
Branch: MAIN
Changes since 1.5: +1 -8 lines
Diff to previous 1.5 (colored)

More character-encoding.

Revision 1.5 / (download) - annotate - [select for diffs], Wed Feb 25 15:12:26 2009 UTC (15 years, 1 month ago) by kristaps
Branch: MAIN
Changes since 1.4: +8 -1 lines
Diff to previous 1.4 (colored)

Added [almost] all list types.

Revision 1.4 / (download) - annotate - [select for diffs], Wed Feb 25 13:30:53 2009 UTC (15 years, 1 month ago) by kristaps
Branch: MAIN
Changes since 1.3: +3 -2 lines
Diff to previous 1.3 (colored)

Support for nested lists added.

Revision 1.3 / (download) - annotate - [select for diffs], Mon Feb 23 13:05:06 2009 UTC (15 years, 1 month ago) by kristaps
Branch: MAIN
CVS Tags: VERSION_1_3_5
Changes since 1.2: +2 -1 lines
Diff to previous 1.2 (colored)

Added mdoclint.
`make regress' uses mdoclint

Revision 1.2 / (download) - annotate - [select for diffs], Sun Feb 22 11:23:19 2009 UTC (15 years, 1 month ago) by kristaps
Branch: MAIN
Changes since 1.1: +7 -1 lines
Diff to previous 1.1 (colored)

*** empty log message ***

Revision 1.1 / (download) - annotate - [select for diffs], Sat Feb 21 21:00:06 2009 UTC (15 years, 1 month ago) by kristaps
Branch: MAIN

Split mdocml -> mdocterm, mdoctree (new manuals, etc.).
Escape-recognition term.c.

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb