CVS log for mandoc/Attic/private.h

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

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.92, Mon Mar 23 14:22:11 2009 UTC (15 years, 1 month 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, OPENBSD_CHECKIN, HEAD
Changes since 1.91: +1 -1 lines
FILE REMOVED

First addition of -man macro support.
Abstraction of mdoc.

Revision 1.91 / (download) - annotate - [select for diffs], Sat Mar 21 13:09:29 2009 UTC (15 years, 1 month ago) by kristaps
Branch: MAIN
Changes since 1.90: +2 -1 lines
Diff to previous 1.90 (colored) to selected 1.78 (colored)

`Em' accepts empty tokens.
Punctuation fully fixed (per-reserved-word).
Sm enabled.

Revision 1.90 / (download) - annotate - [select for diffs], Fri Mar 20 15:14:01 2009 UTC (15 years, 1 month ago) by kristaps
Branch: MAIN
CVS Tags: VERSION_1_6_5, VERSION_1_6_2
Changes since 1.89: +4 -2 lines
Diff to previous 1.89 (colored) to selected 1.78 (colored)

Support for `Bd' of all types (see mdoc.7 for newline/tab rules).
Renamed term.c and terminal.c functions to be term_.
Some bugfixes to lists.

Revision 1.89 / (download) - annotate - [select for diffs], Mon Mar 16 22:19:19 2009 UTC (15 years, 1 month ago) by kristaps
Branch: MAIN
CVS Tags: VERSION_1_5_3
Changes since 1.88: +3 -1 lines
Diff to previous 1.88 (colored) to selected 1.78 (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.88 / (download) - annotate - [select for diffs], Sun Mar 8 19:47:40 2009 UTC (15 years, 1 month ago) by kristaps
Branch: MAIN
CVS Tags: VERSION_1_5_1, VERSION_1_4_6, VERSION_1_4_5, VERSION_1_4_4, VERSION_1_4_2
Changes since 1.87: +1 -11 lines
Diff to previous 1.87 (colored) to selected 1.78 (colored)

Removed some unnecesary functions.

Revision 1.87 / (download) - annotate - [select for diffs], Sun Mar 8 19:28:09 2009 UTC (15 years, 1 month ago) by kristaps
Branch: MAIN
Changes since 1.86: +2 -2 lines
Diff to previous 1.86 (colored) to selected 1.78 (colored)

Fix left-over prototype.

Revision 1.86 / (download) - annotate - [select for diffs], Sun Mar 8 11:41:22 2009 UTC (15 years, 1 month ago) by kristaps
Branch: MAIN
Changes since 1.85: +7 -15 lines
Diff to previous 1.85 (colored) to selected 1.78 (colored)

BROKEN CHECK-IN.  Wide-ranging updates.
Removed libmdoc internal argv limit (all dynamic).
Removed "data" union in mdoc_node (to be selectively re-added).

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

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

Revision 1.84 / (download) - annotate - [select for diffs], Sat Feb 28 13:47:36 2009 UTC (15 years, 2 months ago) by kristaps
Branch: MAIN
CVS Tags: VERSION_1_3_15, VERSION_1_3_13, VERSION_1_3_11, VERSION_1_3_10
Changes since 1.83: +2 -1 lines
Diff to previous 1.83 (colored) to selected 1.78 (colored)

Added support for dynamic -width detection for -tag lists.

Revision 1.83 / (download) - annotate - [select for diffs], Thu Feb 26 16:08:11 2009 UTC (15 years, 2 months ago) by kristaps
Branch: MAIN
CVS Tags: VERSION_1_3_9, VERSION_1_3_8, VERSION_1_3_6
Changes since 1.82: +2 -1 lines
Diff to previous 1.82 (colored) to selected 1.78 (colored)

Support for macro widths (/usr/share/tmac/mdoc/doc-common).

Revision 1.82 / (download) - annotate - [select for diffs], Tue Feb 24 14:52:55 2009 UTC (15 years, 2 months ago) by kristaps
Branch: MAIN
CVS Tags: VERSION_1_3_5
Changes since 1.81: +1 -2 lines
Diff to previous 1.81 (colored) to selected 1.78 (colored)

Added several more mdocterm outputs.

Revision 1.81 / (download) - annotate - [select for diffs], Tue Feb 24 12:20:52 2009 UTC (15 years, 2 months ago) by kristaps
Branch: MAIN
Changes since 1.80: +3 -2 lines
Diff to previous 1.80 (colored) to selected 1.78 (colored)

Added character-encoding checks.

Revision 1.80 / (download) - annotate - [select for diffs], Tue Feb 24 11:43:13 2009 UTC (15 years, 2 months ago) by kristaps
Branch: MAIN
Changes since 1.79: +2 -1 lines
Diff to previous 1.79 (colored) to selected 1.78 (colored)

Escape-sequence validation in place (for nodes).

Revision 1.79 / (download) - annotate - [select for diffs], Mon Feb 23 12:45:19 2009 UTC (15 years, 2 months ago) by kristaps
Branch: MAIN
Changes since 1.78: +1 -10 lines
Diff to previous 1.78 (colored)

More in-file documentation and Linux-isation.
Moved mdoc_macros table definition into macro.c, where it belongs.

Revision 1.78 / (download) - annotate - [selected], Sun Feb 22 14:31:08 2009 UTC (15 years, 2 months ago) by kristaps
Branch: MAIN
Changes since 1.77: +2 -1 lines
Diff to previous 1.77 (colored)

Cleaned up validation source a bit.
Fixed `Nm' and `Nd' detection.
Added a few more terminal outputs.

Revision 1.77 / (download) - annotate - [select for diffs], Sat Feb 21 21:00:06 2009 UTC (15 years, 2 months ago) by kristaps
Branch: MAIN
Changes since 1.76: +1 -7 lines
Diff to previous 1.76 (colored) to selected 1.78 (colored)

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

Revision 1.76 / (download) - annotate - [select for diffs], Fri Feb 20 23:35:36 2009 UTC (15 years, 2 months ago) by kristaps
Branch: MAIN
Changes since 1.75: +6 -1 lines
Diff to previous 1.75 (colored) to selected 1.78 (colored)

More flesh in terminal-encoder.

Revision 1.75 / (download) - annotate - [select for diffs], Thu Jan 22 14:56:21 2009 UTC (15 years, 3 months ago) by kristaps
Branch: MAIN
Changes since 1.74: +2 -1 lines
Diff to previous 1.74 (colored) to selected 1.78 (colored)

Fix-ups to macro.c.

Revision 1.74 / (download) - annotate - [select for diffs], Wed Jan 21 11:35:26 2009 UTC (15 years, 3 months ago) by kristaps
Branch: MAIN
Changes since 1.73: +2 -4 lines
Diff to previous 1.73 (colored) to selected 1.78 (colored)

More validation on prologue/first NAME section.

Revision 1.73 / (download) - annotate - [select for diffs], Tue Jan 20 22:55:46 2009 UTC (15 years, 3 months ago) by kristaps
Branch: MAIN
Changes since 1.72: +2 -1 lines
Diff to previous 1.72 (colored) to selected 1.78 (colored)

Added regression tests (just for prologue, for now).
Minor fixes in parsing prologue.

Revision 1.72 / (download) - annotate - [select for diffs], Tue Jan 20 20:56:21 2009 UTC (15 years, 3 months ago) by kristaps
Branch: MAIN
Changes since 1.71: +2 -8 lines
Diff to previous 1.71 (colored) to selected 1.78 (colored)

In-progress migration to ARGV separation.

Revision 1.71 / (download) - annotate - [select for diffs], Tue Jan 20 13:05:28 2009 UTC (15 years, 3 months ago) by kristaps
Branch: MAIN
CVS Tags: VERSION_1_2_0
Changes since 1.70: +2 -1 lines
Diff to previous 1.70 (colored) to selected 1.78 (colored)

Quoted-literals handled correctly.

Revision 1.70 / (download) - annotate - [select for diffs], Tue Jan 20 12:51:28 2009 UTC (15 years, 3 months ago) by kristaps
Branch: MAIN
Changes since 1.69: +9 -4 lines
Diff to previous 1.69 (colored) to selected 1.78 (colored)

Moved prologue-pruning into action.c.
Added line-arg softmax.

Revision 1.69 / (download) - annotate - [select for diffs], Mon Jan 19 17:51:33 2009 UTC (15 years, 3 months ago) by kristaps
Branch: MAIN
Changes since 1.68: +3 -1 lines
Diff to previous 1.68 (colored) to selected 1.78 (colored)

More correct validation.
Elision of prologue macros from main tree.

Revision 1.68 / (download) - annotate - [select for diffs], Sat Jan 17 20:10:36 2009 UTC (15 years, 3 months ago) by kristaps
Branch: MAIN
Changes since 1.67: +2 -1 lines
Diff to previous 1.67 (colored) to selected 1.78 (colored)

Lint checks.

Revision 1.67 / (download) - annotate - [select for diffs], Sat Jan 17 16:15:27 2009 UTC (15 years, 3 months ago) by kristaps
Branch: MAIN
Changes since 1.66: +3 -2 lines
Diff to previous 1.66 (colored) to selected 1.78 (colored)

Documentation, more validations, cleaned up actions, added Nm action.

Revision 1.66 / (download) - annotate - [select for diffs], Sat Jan 17 14:04:25 2009 UTC (15 years, 3 months ago) by kristaps
Branch: MAIN
Changes since 1.65: +3 -1 lines
Diff to previous 1.65 (colored) to selected 1.78 (colored)

Separating output filters.

Revision 1.65 / (download) - annotate - [select for diffs], Fri Jan 16 12:23:25 2009 UTC (15 years, 3 months ago) by kristaps
Branch: MAIN
Changes since 1.64: +5 -1 lines
Diff to previous 1.64 (colored) to selected 1.78 (colored)

Clean-ups & documentation.

Revision 1.64 / (download) - annotate - [select for diffs], Thu Jan 15 17:38:58 2009 UTC (15 years, 3 months ago) by kristaps
Branch: MAIN
Changes since 1.63: +48 -20 lines
Diff to previous 1.63 (colored) to selected 1.78 (colored)

Broken build (changing err/warn/msg function prototypes for clarity).

Revision 1.63 / (download) - annotate - [select for diffs], Wed Jan 14 11:58:24 2009 UTC (15 years, 3 months ago) by kristaps
Branch: MAIN
CVS Tags: VERSION_1_1_0
Changes since 1.62: +3 -4 lines
Diff to previous 1.62 (colored) to selected 1.78 (colored)

*** empty log message ***

Revision 1.62 / (download) - annotate - [select for diffs], Mon Jan 12 16:39:57 2009 UTC (15 years, 3 months ago) by kristaps
Branch: MAIN
Changes since 1.61: +3 -1 lines
Diff to previous 1.61 (colored) to selected 1.78 (colored)

*** empty log message ***

Revision 1.61 / (download) - annotate - [select for diffs], Fri Jan 9 14:45:44 2009 UTC (15 years, 3 months ago) by kristaps
Branch: MAIN
Changes since 1.60: +2 -1 lines
Diff to previous 1.60 (colored) to selected 1.78 (colored)

*** empty log message ***

Revision 1.60 / (download) - annotate - [select for diffs], Thu Jan 8 14:55:59 2009 UTC (15 years, 3 months ago) by kristaps
Branch: MAIN
Changes since 1.59: +23 -15 lines
Diff to previous 1.59 (colored) to selected 1.78 (colored)

*** empty log message ***

Revision 1.59 / (download) - annotate - [select for diffs], Wed Jan 7 16:11:40 2009 UTC (15 years, 3 months ago) by kristaps
Branch: MAIN
Changes since 1.58: +8 -7 lines
Diff to previous 1.58 (colored) to selected 1.78 (colored)

All macros have lines/positions.

Revision 1.58 / (download) - annotate - [select for diffs], Wed Jan 7 15:57:14 2009 UTC (15 years, 3 months ago) by kristaps
Branch: MAIN
Changes since 1.57: +7 -6 lines
Diff to previous 1.57 (colored) to selected 1.78 (colored)

Added line numbering.

Revision 1.57 / (download) - annotate - [select for diffs], Wed Jan 7 15:53:00 2009 UTC (15 years, 3 months ago) by kristaps
Branch: MAIN
Changes since 1.56: +5 -3 lines
Diff to previous 1.56 (colored) to selected 1.78 (colored)

*** empty log message ***

Revision 1.56 / (download) - annotate - [select for diffs], Tue Jan 6 15:49:44 2009 UTC (15 years, 3 months ago) by kristaps
Branch: MAIN
Changes since 1.55: +6 -5 lines
Diff to previous 1.55 (colored) to selected 1.78 (colored)

Memory leak, some mdoc(7) conformities.

Revision 1.55 / (download) - annotate - [select for diffs], Mon Jan 5 16:11:14 2009 UTC (15 years, 3 months ago) by kristaps
Branch: MAIN
Changes since 1.54: +4 -5 lines
Diff to previous 1.54 (colored) to selected 1.78 (colored)

Finished initial parse sequence.

Revision 1.54 / (download) - annotate - [select for diffs], Mon Jan 5 14:14:04 2009 UTC (15 years, 3 months ago) by kristaps
Branch: MAIN
Changes since 1.53: +2 -1 lines
Diff to previous 1.53 (colored) to selected 1.78 (colored)

Actions and validations properly added.

Revision 1.53 / (download) - annotate - [select for diffs], Sat Jan 3 22:10:22 2009 UTC (15 years, 4 months ago) by kristaps
Branch: MAIN
Changes since 1.52: +3 -5 lines
Diff to previous 1.52 (colored) to selected 1.78 (colored)

Huge changes.

Revision 1.52 / (download) - annotate - [select for diffs], Thu Jan 1 20:40:16 2009 UTC (15 years, 4 months ago) by kristaps
Branch: MAIN
Changes since 1.51: +19 -9 lines
Diff to previous 1.51 (colored) to selected 1.78 (colored)

Broke apart macro_prologuexxx into prologue.
Fixed validation for line-scoped.
Merged const_arg and const.

Revision 1.51 / (download) - annotate - [select for diffs], Tue Dec 30 19:06:03 2008 UTC (15 years, 4 months ago) by kristaps
Branch: MAIN
Changes since 1.50: +5 -2 lines
Diff to previous 1.50 (colored) to selected 1.78 (colored)

*** empty log message ***

Revision 1.50 / (download) - annotate - [select for diffs], Tue Dec 30 18:15:26 2008 UTC (15 years, 4 months ago) by kristaps
Branch: MAIN
Changes since 1.49: +5 -1 lines
Diff to previous 1.49 (colored) to selected 1.78 (colored)

Validation fully works.

Revision 1.49 / (download) - annotate - [select for diffs], Tue Dec 30 13:43:53 2008 UTC (15 years, 4 months ago) by kristaps
Branch: MAIN
Changes since 1.48: +2 -1 lines
Diff to previous 1.48 (colored) to selected 1.78 (colored)

*** empty log message ***

Revision 1.48 / (download) - annotate - [select for diffs], Mon Dec 29 18:08:44 2008 UTC (15 years, 4 months ago) by kristaps
Branch: MAIN
Changes since 1.47: +3 -1 lines
Diff to previous 1.47 (colored) to selected 1.78 (colored)

More macros.

Revision 1.47 / (download) - annotate - [select for diffs], Mon Dec 29 12:19:41 2008 UTC (15 years, 4 months ago) by kristaps
Branch: MAIN
Changes since 1.46: +2 -1 lines
Diff to previous 1.46 (colored) to selected 1.78 (colored)

*** empty log message ***

Revision 1.46 / (download) - annotate - [select for diffs], Sun Dec 28 21:25:09 2008 UTC (15 years, 4 months ago) by kristaps
Branch: MAIN
Changes since 1.45: +4 -1 lines
Diff to previous 1.45 (colored) to selected 1.78 (colored)

*** empty log message ***

Revision 1.45 / (download) - annotate - [select for diffs], Sun Dec 28 00:34:20 2008 UTC (15 years, 4 months ago) by kristaps
Branch: MAIN
Changes since 1.44: +13 -4 lines
Diff to previous 1.44 (colored) to selected 1.78 (colored)

*** empty log message ***

Revision 1.44 / (download) - annotate - [select for diffs], Tue Dec 23 05:30:49 2008 UTC (15 years, 4 months ago) by kristaps
Branch: MAIN
Changes since 1.43: +17 -4 lines
Diff to previous 1.43 (colored) to selected 1.78 (colored)

*** empty log message ***

Revision 1.43 / (download) - annotate - [select for diffs], Wed Dec 17 17:18:38 2008 UTC (15 years, 4 months ago) by kristaps
Branch: MAIN
Changes since 1.42: +15 -2 lines
Diff to previous 1.42 (colored) to selected 1.78 (colored)

Prologue Dd and Dt macros.

Revision 1.42 / (download) - annotate - [select for diffs], Mon Dec 15 03:13:01 2008 UTC (15 years, 4 months ago) by kristaps
Branch: MAIN
Changes since 1.41: +5 -6 lines
Diff to previous 1.41 (colored) to selected 1.78 (colored)

*** empty log message ***

Revision 1.41 / (download) - annotate - [select for diffs], Mon Dec 15 01:54:58 2008 UTC (15 years, 4 months ago) by kristaps
Branch: MAIN
Changes since 1.40: +39 -374 lines
Diff to previous 1.40 (colored) to selected 1.78 (colored)

Purged all old files in favour of new design.  Selective reintegration.

Revision 1.40 / (download) - annotate - [select for diffs], Wed Dec 10 14:42:46 2008 UTC (15 years, 4 months ago) by kristaps
Branch: MAIN
Changes since 1.39: +5 -1 lines
Diff to previous 1.39 (colored) to selected 1.78 (colored)

Made noop the default filter.

Revision 1.39 / (download) - annotate - [select for diffs], Wed Dec 10 13:15:55 2008 UTC (15 years, 4 months ago) by kristaps
Branch: MAIN
Changes since 1.38: +20 -17 lines
Diff to previous 1.38 (colored) to selected 1.78 (colored)

Put prelude checking into asec.

Revision 1.38 / (download) - annotate - [select for diffs], Wed Dec 10 12:09:47 2008 UTC (15 years, 4 months ago) by kristaps
Branch: MAIN
CVS Tags: VERSION_1_0_2
Changes since 1.37: +5 -5 lines
Diff to previous 1.37 (colored) to selected 1.78 (colored)

Linted on NetBSD side.

Revision 1.37 / (download) - annotate - [select for diffs], Wed Dec 10 12:05:33 2008 UTC (15 years, 4 months ago) by kristaps
Branch: MAIN
Changes since 1.36: +4 -2 lines
Diff to previous 1.36 (colored) to selected 1.78 (colored)

Versioning up.

Revision 1.36 / (download) - annotate - [select for diffs], Wed Dec 10 10:43:57 2008 UTC (15 years, 4 months ago) by kristaps
Branch: MAIN
Changes since 1.35: +45 -11 lines
Diff to previous 1.35 (colored) to selected 1.78 (colored)

*** empty log message ***

Revision 1.35 / (download) - annotate - [select for diffs], Tue Dec 9 17:09:12 2008 UTC (15 years, 4 months ago) by kristaps
Branch: MAIN
Changes since 1.34: +24 -2 lines
Diff to previous 1.34 (colored) to selected 1.78 (colored)

Considerable clean-ups.

Revision 1.34 / (download) - annotate - [select for diffs], Mon Dec 8 16:29:57 2008 UTC (15 years, 4 months ago) by kristaps
Branch: MAIN
Changes since 1.33: +23 -1 lines
Diff to previous 1.33 (colored) to selected 1.78 (colored)

*** empty log message ***

Revision 1.33 / (download) - annotate - [select for diffs], Mon Dec 8 12:46:28 2008 UTC (15 years, 4 months ago) by kristaps
Branch: MAIN
CVS Tags: VERSION_1_0_1
Changes since 1.32: +23 -3 lines
Diff to previous 1.32 (colored) to selected 1.78 (colored)

Added warnings for using macros in the wrong sections.

Revision 1.32 / (download) - annotate - [select for diffs], Sun Dec 7 22:40:18 2008 UTC (15 years, 4 months ago) by kristaps
Branch: MAIN
Changes since 1.31: +8 -8 lines
Diff to previous 1.31 (colored) to selected 1.78 (colored)

*** empty log message ***

Revision 1.31 / (download) - annotate - [select for diffs], Sat Dec 6 21:10:31 2008 UTC (15 years, 4 months ago) by kristaps
Branch: MAIN
Changes since 1.30: +3 -2 lines
Diff to previous 1.30 (colored) to selected 1.78 (colored)

.St macros in place.

Revision 1.30 / (download) - annotate - [select for diffs], Thu Dec 4 23:10:51 2008 UTC (15 years, 5 months ago) by kristaps
Branch: MAIN
Changes since 1.29: +2 -2 lines
Diff to previous 1.29 (colored) to selected 1.78 (colored)

*** empty log message ***

Revision 1.29 / (download) - annotate - [select for diffs], Thu Dec 4 19:31:57 2008 UTC (15 years, 5 months ago) by kristaps
Branch: MAIN
Changes since 1.28: +5 -4 lines
Diff to previous 1.28 (colored) to selected 1.78 (colored)

Moved charset recognition into the filter.

Revision 1.28 / (download) - annotate - [select for diffs], Thu Dec 4 16:34:59 2008 UTC (15 years, 5 months ago) by kristaps
Branch: MAIN
Changes since 1.27: +3 -2 lines
Diff to previous 1.27 (colored) to selected 1.78 (colored)

Character-set validation fixes.

Revision 1.27 / (download) - annotate - [select for diffs], Thu Dec 4 16:19:52 2008 UTC (15 years, 5 months ago) by kristaps
Branch: MAIN
Changes since 1.26: +38 -2 lines
Diff to previous 1.26 (colored) to selected 1.78 (colored)

Character-encoding tests.

Revision 1.26 / (download) - annotate - [select for diffs], Thu Dec 4 11:25:29 2008 UTC (15 years, 5 months ago) by kristaps
Branch: MAIN
Changes since 1.25: +3 -2 lines
Diff to previous 1.25 (colored) to selected 1.78 (colored)

More html-css.

Revision 1.25 / (download) - annotate - [select for diffs], Wed Dec 3 19:21:58 2008 UTC (15 years, 5 months ago) by kristaps
Branch: MAIN
Changes since 1.24: +6 -2 lines
Diff to previous 1.24 (colored) to selected 1.78 (colored)

Major update.

Revision 1.24 / (download) - annotate - [select for diffs], Wed Dec 3 14:39:59 2008 UTC (15 years, 5 months ago) by kristaps
Branch: MAIN
Changes since 1.23: +6 -15 lines
Diff to previous 1.23 (colored) to selected 1.78 (colored)

Abstract ml/mlg/html/xml.

Revision 1.23 / (download) - annotate - [select for diffs], Tue Dec 2 18:26:57 2008 UTC (15 years, 5 months ago) by kristaps
Branch: MAIN
Changes since 1.22: +8 -1 lines
Diff to previous 1.22 (colored) to selected 1.78 (colored)

Transition to splitting xml/ml.

Revision 1.22 / (download) - annotate - [select for diffs], Tue Dec 2 13:20:24 2008 UTC (15 years, 5 months ago) by kristaps
Branch: MAIN
Changes since 1.21: +2 -2 lines
Diff to previous 1.21 (colored) to selected 1.78 (colored)

Added `Sm' functionality.

Revision 1.21 / (download) - annotate - [select for diffs], Mon Dec 1 15:32:36 2008 UTC (15 years, 5 months ago) by kristaps
Branch: MAIN
Changes since 1.20: +6 -2 lines
Diff to previous 1.20 (colored) to selected 1.78 (colored)

Considerably improved roff_text parser.
Consolidated noop roff macros.

Revision 1.20 / (download) - annotate - [select for diffs], Sun Nov 30 21:41:35 2008 UTC (15 years, 5 months ago) by kristaps
Branch: MAIN
Changes since 1.19: +5 -5 lines
Diff to previous 1.19 (colored) to selected 1.78 (colored)

Preliminary xml output filter (validate-renamed) done.

Revision 1.19 / (download) - annotate - [select for diffs], Sun Nov 30 20:53:34 2008 UTC (15 years, 5 months ago) by kristaps
Branch: MAIN
Changes since 1.18: +2 -2 lines
Diff to previous 1.18 (colored) to selected 1.78 (colored)

Cleaned up presentation with mbuf_putstring & al.

Revision 1.18 / (download) - annotate - [select for diffs], Sun Nov 30 18:50:44 2008 UTC (15 years, 5 months ago) by kristaps
Branch: MAIN
Changes since 1.17: +2 -2 lines
Diff to previous 1.17 (colored) to selected 1.78 (colored)

Fixed spacing (almost there).

Revision 1.17 / (download) - annotate - [select for diffs], Sat Nov 29 16:11:42 2008 UTC (15 years, 5 months ago) by kristaps
Branch: MAIN
Changes since 1.16: +2 -2 lines
Diff to previous 1.16 (colored) to selected 1.78 (colored)

Validation presentation (html-like).
Fixed newlining for data.
Moved roffhead/rofftail to roff_Os.

Revision 1.16 / (download) - annotate - [select for diffs], Sat Nov 29 14:14:21 2008 UTC (15 years, 5 months ago) by kristaps
Branch: MAIN
Changes since 1.15: +6 -6 lines
Diff to previous 1.15 (colored) to selected 1.78 (colored)

Inclusion of "real" validation code.

Revision 1.15 / (download) - annotate - [select for diffs], Fri Nov 28 15:25:49 2008 UTC (15 years, 5 months ago) by kristaps
Branch: MAIN
Changes since 1.14: +12 -14 lines
Diff to previous 1.14 (colored) to selected 1.78 (colored)

Removed superfluous structures from rofftree.
Added roffdata for generalised text processing.

Revision 1.14 / (download) - annotate - [select for diffs], Fri Nov 28 11:21:12 2008 UTC (15 years, 5 months ago) by kristaps
Branch: MAIN
Changes since 1.13: +7 -7 lines
Diff to previous 1.13 (colored) to selected 1.78 (colored)

Initial pushing to mbuf.

Revision 1.13 / (download) - annotate - [select for diffs], Thu Nov 27 17:27:50 2008 UTC (15 years, 5 months ago) by kristaps
Branch: MAIN
Changes since 1.12: +5 -5 lines
Diff to previous 1.12 (colored) to selected 1.78 (colored)

*** empty log message ***

Revision 1.12 / (download) - annotate - [select for diffs], Thu Nov 27 16:54:58 2008 UTC (15 years, 5 months ago) by kristaps
Branch: MAIN
Changes since 1.11: +8 -5 lines
Diff to previous 1.11 (colored) to selected 1.78 (colored)

Considerable fixes.

Revision 1.11 / (download) - annotate - [select for diffs], Thu Nov 27 14:02:41 2008 UTC (15 years, 5 months ago) by kristaps
Branch: MAIN
Changes since 1.10: +2 -1 lines
Diff to previous 1.10 (colored) to selected 1.78 (colored)

Added "special" macros.

Revision 1.10 / (download) - annotate - [select for diffs], Thu Nov 27 11:23:51 2008 UTC (15 years, 5 months ago) by kristaps
Branch: MAIN
Changes since 1.9: +4 -2 lines
Diff to previous 1.9 (colored) to selected 1.78 (colored)

Mainly quotes.

Revision 1.9 / (download) - annotate - [select for diffs], Wed Nov 26 21:42:59 2008 UTC (15 years, 5 months ago) by kristaps
Branch: MAIN
Changes since 1.8: +127 -85 lines
Diff to previous 1.8 (colored) to selected 1.78 (colored)

Considerable fixes.

Revision 1.8 / (download) - annotate - [select for diffs], Wed Nov 26 16:50:34 2008 UTC (15 years, 5 months ago) by kristaps
Branch: MAIN
Changes since 1.7: +12 -6 lines
Diff to previous 1.7 (colored) to selected 1.78 (colored)

Added regression tests.
Considerable fixes... blah blah blah...

Revision 1.7 / (download) - annotate - [select for diffs], Tue Nov 25 16:49:57 2008 UTC (15 years, 5 months ago) by kristaps
Branch: MAIN
Changes since 1.6: +101 -56 lines
Diff to previous 1.6 (colored) to selected 1.78 (colored)

Imported all macros from mdoc(7).
Put all names into roff.c with extern access from private.h.
Annotated list of changes that must occur for end-game (scope, nests, etc.).

Revision 1.6 / (download) - annotate - [select for diffs], Tue Nov 25 12:14:02 2008 UTC (15 years, 5 months ago) by kristaps
Branch: MAIN
Changes since 1.5: +73 -7 lines
Diff to previous 1.5 (colored) to selected 1.78 (colored)

Single call-back for filters.
Removed verbose flag.
Added more macros and arguments.

Revision 1.5 / (download) - annotate - [select for diffs], Mon Nov 24 18:32:39 2008 UTC (15 years, 5 months ago) by kristaps
Branch: MAIN
Changes since 1.4: +24 -2 lines
Diff to previous 1.4 (colored) to selected 1.78 (colored)

Generic roff_layout for layout tokens.

Revision 1.4 / (download) - annotate - [select for diffs], Mon Nov 24 14:24:55 2008 UTC (15 years, 5 months ago) by kristaps
Branch: MAIN
Changes since 1.3: +22 -22 lines
Diff to previous 1.3 (colored) to selected 1.78 (colored)

Split roff engine into roff.c.
Re-worked calling convention for md_*.

Revision 1.3 / (download) - annotate - [select for diffs], Mon Nov 24 08:50:33 2008 UTC (15 years, 5 months ago) by kristaps
Branch: MAIN
Changes since 1.2: +4 -4 lines
Diff to previous 1.2 (colored) to selected 1.78 (colored)

Roff-line tokens parsed into char**.

Revision 1.2 / (download) - annotate - [select for diffs], Sun Nov 23 22:30:53 2008 UTC (15 years, 5 months ago) by kristaps
Branch: MAIN
Changes since 1.1: +3 -3 lines
Diff to previous 1.1 (colored) to selected 1.78 (colored)

Considerable improvements across the board.

Revision 1.1 / (download) - annotate - [select for diffs], Sun Nov 23 16:53:18 2008 UTC (15 years, 5 months ago) by kristaps
Branch: MAIN
Diff to selected 1.78 (colored)

Segmentation into html and dummy parsers.
Initial recursive-descent parser in place for html/ml parser.
Parsing of title tags more-or-less in place.

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