CVS log for mandoc/Attic/validate.c

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

Request diff between arbitrary revisions


Default branch: MAIN
Current tag: MAIN


Revision 1.94, Wed Mar 25 15:17:50 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, OPENBSD_CHECKIN, HEAD
Changes since 1.93: +1 -1 lines
FILE REMOVED

Added man validator, renamed mdoc validator.

Revision 1.93 / (download) - annotate - [select for diffs], Mon Mar 23 14:22:11 2009 UTC (15 years ago) by kristaps
Branch: MAIN
Changes since 1.92: +2 -2 lines
Diff to previous 1.92 (unified)

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

Revision 1.92 / (download) - annotate - [select for diffs], Sat Mar 21 21:09:00 2009 UTC (15 years ago) by kristaps
Branch: MAIN
Changes since 1.91: +3 -2 lines
Diff to previous 1.91 (unified)

Fixes to dynamic addition of Bl width.

Revision 1.91 / (download) - annotate - [select for diffs], Sat Mar 21 13:47:02 2009 UTC (15 years ago) by kristaps
Branch: MAIN
Changes since 1.90: +2 -2 lines
Diff to previous 1.90 (unified)

Freed more macros from zero-length restrictions.
Fixed `Fn' spacing.

Revision 1.90 / (download) - annotate - [select for diffs], Sat Mar 21 13:37:31 2009 UTC (15 years ago) by kristaps
Branch: MAIN
Changes since 1.89: +5 -5 lines
Diff to previous 1.89 (unified)

More macros freed from unnecessary limitations on numargs.

Revision 1.89 / (download) - annotate - [select for diffs], Sat Mar 21 13:09:29 2009 UTC (15 years ago) by kristaps
Branch: MAIN
Changes since 1.88: +2 -2 lines
Diff to previous 1.88 (unified)

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

Revision 1.88 / (download) - annotate - [select for diffs], Sat Mar 21 09:48:30 2009 UTC (15 years ago) by kristaps
Branch: MAIN
CVS Tags: VERSION_1_6_5
Changes since 1.87: +3 -2 lines
Diff to previous 1.87 (unified)

Lint fixes.

Revision 1.87 / (download) - annotate - [select for diffs], Sat Mar 21 09:42:07 2009 UTC (15 years ago) by kristaps
Branch: MAIN
Changes since 1.86: +2 -1 lines
Diff to previous 1.86 (unified)

Added %Q macro.

Revision 1.86 / (download) - annotate - [select for diffs], Fri Mar 20 15:14:01 2009 UTC (15 years ago) by kristaps
Branch: MAIN
CVS Tags: VERSION_1_6_2
Changes since 1.85: +20 -13 lines
Diff to previous 1.85 (unified)

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.85 / (download) - annotate - [select for diffs], Mon Mar 16 23:37:28 2009 UTC (15 years ago) by kristaps
Branch: MAIN
CVS Tags: VERSION_1_5_3
Changes since 1.84: +3 -2 lines
Diff to previous 1.84 (unified)

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

Revision 1.84 / (download) - annotate - [select for diffs], Mon Mar 16 22:19:19 2009 UTC (15 years ago) by kristaps
Branch: MAIN
Changes since 1.83: +32 -29 lines
Diff to previous 1.83 (unified)

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.83 / (download) - annotate - [select for diffs], Fri Mar 13 13:56:13 2009 UTC (15 years ago) by kristaps
Branch: MAIN
CVS Tags: VERSION_1_5_1
Changes since 1.82: +5 -7 lines
Diff to previous 1.82 (unified)

Finished initial mdoc.7.

Revision 1.82 / (download) - annotate - [select for diffs], Thu Mar 12 16:30:50 2009 UTC (15 years ago) by kristaps
Branch: MAIN
Changes since 1.81: +8 -6 lines
Diff to previous 1.81 (unified)

Added -nested (doesn't do anything).
Added .%C.
.Cd is now callable.
Added .Rv -std.

Revision 1.81 / (download) - annotate - [select for diffs], Thu Mar 12 06:32:17 2009 UTC (15 years ago) by kristaps
Branch: MAIN
Changes since 1.80: +4 -6 lines
Diff to previous 1.80 (unified)

Removed segfault with empty word.
Initial "full" -column support.

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

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.79 / (download) - annotate - [select for diffs], Wed Mar 11 00:39:58 2009 UTC (15 years ago) by kristaps
Branch: MAIN
Changes since 1.78: +4 -1 lines
Diff to previous 1.78 (unified)

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.78 / (download) - annotate - [select for diffs], Mon Mar 9 14:19:59 2009 UTC (15 years ago) by kristaps
Branch: MAIN
Changes since 1.77: +6 -1 lines
Diff to previous 1.77 (unified)

Added `Mt' and `Lk' macros (NetBSD).

Revision 1.77 / (download) - annotate - [select for diffs], Mon Mar 9 13:17:50 2009 UTC (15 years ago) by kristaps
Branch: MAIN
CVS Tags: VERSION_1_4_6, VERSION_1_4_5
Changes since 1.76: +3 -1 lines
Diff to previous 1.76 (unified)

Easier integration into FreeBSD (sys/types.h, time.h, etc.).

Revision 1.76 / (download) - annotate - [select for diffs], Sun Mar 8 20:57:35 2009 UTC (15 years ago) by kristaps
Branch: MAIN
CVS Tags: VERSION_1_4_4
Changes since 1.75: +2 -1 lines
Diff to previous 1.75 (unified)

Added `Lp' macro.

Revision 1.75 / (download) - annotate - [select for diffs], Sun Mar 8 20:50:12 2009 UTC (15 years ago) by kristaps
Branch: MAIN
Changes since 1.74: +2 -1 lines
Diff to previous 1.74 (unified)

Added .Ap.

Revision 1.74 / (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.73: +7 -2 lines
Diff to previous 1.73 (unified)

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

Revision 1.73 / (download) - annotate - [select for diffs], Sun Mar 8 12:40:27 2009 UTC (15 years ago) by kristaps
Branch: MAIN
Changes since 1.72: +4 -4 lines
Diff to previous 1.72 (unified)

Memory fixes in new dynamic schema.

Revision 1.72 / (download) - annotate - [select for diffs], Sun Mar 8 11:48:44 2009 UTC (15 years ago) by kristaps
Branch: MAIN
Changes since 1.71: +2 -2 lines
Diff to previous 1.71 (unified)

Printing invalid escape sequences.

Revision 1.71 / (download) - annotate - [select for diffs], Sun Mar 8 11:41:22 2009 UTC (15 years ago) by kristaps
Branch: MAIN
Changes since 1.70: +337 -288 lines
Diff to previous 1.70 (unified)

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.70 / (download) - annotate - [select for diffs], Fri Mar 6 14:24:49 2009 UTC (15 years ago) by kristaps
Branch: MAIN
Changes since 1.69: +3 -2 lines
Diff to previous 1.69 (unified)

Documented the strings script.

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

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

Revision 1.68 / (download) - annotate - [select for diffs], Thu Mar 5 13:12:12 2009 UTC (15 years ago) by kristaps
Branch: MAIN
Changes since 1.67: +46 -4 lines
Diff to previous 1.67 (unified)

Cleaned up ctype functions (netbsd).
Fixed .Ex/.Rv -std usage.
Made Ar provide default value.

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

Considerably cleaned up list handling.

Revision 1.66 / (download) - annotate - [select for diffs], Mon Mar 2 17:14:46 2009 UTC (15 years, 1 month ago) by kristaps
Branch: MAIN
Changes since 1.65: +2 -2 lines
Diff to previous 1.65 (unified)

Added new old escape sequence \*[nn].
Initial correct .Bd support (still only text in literal displays).
Symbols put into tables (character-encoding).

Revision 1.65 / (download) - annotate - [select for diffs], Sat Feb 28 14:40:07 2009 UTC (15 years, 1 month ago) by kristaps
Branch: MAIN
CVS Tags: VERSION_1_3_15, VERSION_1_3_13, VERSION_1_3_11
Changes since 1.64: +3 -3 lines
Diff to previous 1.64 (unified)

Added support for traditional `Ds' width.

Revision 1.64 / (download) - annotate - [select for diffs], Sat Feb 28 13:47:36 2009 UTC (15 years, 1 month ago) by kristaps
Branch: MAIN
CVS Tags: VERSION_1_3_10
Changes since 1.63: +18 -16 lines
Diff to previous 1.63 (unified)

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

Revision 1.63 / (download) - annotate - [select for diffs], Fri Feb 27 09:39:40 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
Changes since 1.62: +8 -7 lines
Diff to previous 1.62 (unified)

Lintified sources.

Revision 1.62 / (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.61: +3 -1 lines
Diff to previous 1.61 (unified)

Character-encoding stuff documented, expanded.

Revision 1.61 / (download) - annotate - [select for diffs], Thu Feb 26 14:56:27 2009 UTC (15 years, 1 month ago) by kristaps
Branch: MAIN
Changes since 1.60: +51 -8 lines
Diff to previous 1.60 (unified)

Lists (scoped elements) now put delims in-scope.

Revision 1.60 / (download) - annotate - [select for diffs], Wed Feb 25 12:32:50 2009 UTC (15 years, 1 month ago) by kristaps
Branch: MAIN
CVS Tags: VERSION_1_3_5
Changes since 1.59: +4 -4 lines
Diff to previous 1.59 (unified)

NetBSD Lintified.

Revision 1.59 / (download) - annotate - [select for diffs], Wed Feb 25 11:37:05 2009 UTC (15 years, 1 month ago) by kristaps
Branch: MAIN
Changes since 1.58: +6 -4 lines
Diff to previous 1.58 (unified)

All "low-hanging" macros implemented in term.c.

Revision 1.58 / (download) - annotate - [select for diffs], Tue Feb 24 16:16:45 2009 UTC (15 years, 1 month ago) by kristaps
Branch: MAIN
Changes since 1.57: +9 -7 lines
Diff to previous 1.57 (unified)

Raft of mdocterm callbacks in place.
Fixed Fo/Fc handling in validate/mdocterm.

Revision 1.57 / (download) - annotate - [select for diffs], Tue Feb 24 13:57:17 2009 UTC (15 years, 1 month ago) by kristaps
Branch: MAIN
Changes since 1.56: +88 -76 lines
Diff to previous 1.56 (unified)

Added Fd section validation.

Revision 1.56 / (download) - annotate - [select for diffs], Tue Feb 24 13:46:54 2009 UTC (15 years, 1 month ago) by kristaps
Branch: MAIN
Changes since 1.55: +6 -2 lines
Diff to previous 1.55 (unified)

Character-encoding checked for all text (arguments/values).

Revision 1.55 / (download) - annotate - [select for diffs], Tue Feb 24 12:20:52 2009 UTC (15 years, 1 month ago) by kristaps
Branch: MAIN
Changes since 1.54: +183 -152 lines
Diff to previous 1.54 (unified)

Added character-encoding checks.

Revision 1.54 / (download) - annotate - [select for diffs], Tue Feb 24 11:43:13 2009 UTC (15 years, 1 month ago) by kristaps
Branch: MAIN
Changes since 1.53: +63 -17 lines
Diff to previous 1.53 (unified)

Escape-sequence validation in place (for nodes).

Revision 1.53 / (download) - annotate - [select for diffs], Mon Feb 23 22:51:10 2009 UTC (15 years, 1 month ago) by kristaps
Branch: MAIN
Changes since 1.52: +184 -353 lines
Diff to previous 1.52 (unified)

Considerably cleaned up the validation code.

Revision 1.52 / (download) - annotate - [select for diffs], Sun Feb 22 19:23:48 2009 UTC (15 years, 1 month ago) by kristaps
Branch: MAIN
Changes since 1.51: +3 -2 lines
Diff to previous 1.51 (unified)

Fixed `.Pf' handling.
System now supports all mdocml manual pages.

Revision 1.51 / (download) - annotate - [select for diffs], Sun Feb 22 14:31:08 2009 UTC (15 years, 1 month ago) by kristaps
Branch: MAIN
Changes since 1.50: +230 -188 lines
Diff to previous 1.50 (unified)

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

Revision 1.50 / (download) - annotate - [select for diffs], Sat Feb 21 21:00:06 2009 UTC (15 years, 1 month ago) by kristaps
Branch: MAIN
Changes since 1.49: +2 -2 lines
Diff to previous 1.49 (unified)

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

Revision 1.49 / (download) - annotate - [select for diffs], Sat Feb 21 15:34:46 2009 UTC (15 years, 1 month ago) by kristaps
Branch: MAIN
Changes since 1.48: +2 -1 lines
Diff to previous 1.48 (unified)

A few more macros in place.

Revision 1.48 / (download) - annotate - [select for diffs], Sat Feb 21 14:56:58 2009 UTC (15 years, 1 month ago) by kristaps
Branch: MAIN
Changes since 1.47: +3 -1 lines
Diff to previous 1.47 (unified)

Initial list support (not nested, yet).

Revision 1.47 / (download) - annotate - [select for diffs], Wed Jan 21 17:56:32 2009 UTC (15 years, 2 months ago) by kristaps
Branch: MAIN
Changes since 1.46: +31 -24 lines
Diff to previous 1.46 (unified)

*** empty log message ***

Revision 1.46 / (download) - annotate - [select for diffs], Wed Jan 21 11:35:26 2009 UTC (15 years, 2 months ago) by kristaps
Branch: MAIN
Changes since 1.45: +57 -16 lines
Diff to previous 1.45 (unified)

More validation on prologue/first NAME section.

Revision 1.45 / (download) - annotate - [select for diffs], Tue Jan 20 20:56:21 2009 UTC (15 years, 2 months ago) by kristaps
Branch: MAIN
Changes since 1.44: +7 -4 lines
Diff to previous 1.44 (unified)

In-progress migration to ARGV separation.

Revision 1.44 / (download) - annotate - [select for diffs], Tue Jan 20 13:44:05 2009 UTC (15 years, 2 months ago) by kristaps
Branch: MAIN
CVS Tags: VERSION_1_2_0
Changes since 1.43: +9 -1 lines
Diff to previous 1.43 (unified)

Re-merged old port-building routines.

Revision 1.43 / (download) - annotate - [select for diffs], Tue Jan 20 12:51:28 2009 UTC (15 years, 2 months ago) by kristaps
Branch: MAIN
Changes since 1.42: +4 -28 lines
Diff to previous 1.42 (unified)

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

Revision 1.42 / (download) - annotate - [select for diffs], Mon Jan 19 23:11:43 2009 UTC (15 years, 2 months ago) by kristaps
Branch: MAIN
Changes since 1.41: +2 -2 lines
Diff to previous 1.41 (unified)

Removed FIXME for Bf.

Revision 1.41 / (download) - annotate - [select for diffs], Mon Jan 19 23:11:12 2009 UTC (15 years, 2 months ago) by kristaps
Branch: MAIN
Changes since 1.40: +48 -2 lines
Diff to previous 1.40 (unified)

Bf macro properly supported.

Revision 1.40 / (download) - annotate - [select for diffs], Mon Jan 19 17:51:33 2009 UTC (15 years, 2 months ago) by kristaps
Branch: MAIN
Changes since 1.39: +30 -30 lines
Diff to previous 1.39 (unified)

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

Revision 1.39 / (download) - annotate - [select for diffs], Mon Jan 19 17:02:59 2009 UTC (15 years, 2 months ago) by kristaps
Branch: MAIN
Changes since 1.38: +56 -25 lines
Diff to previous 1.38 (unified)

Removed unnecessary test cases (most were for visual).
Finally fixed scope-rewinding (MDOC_VALID).

Revision 1.38 / (download) - annotate - [select for diffs], Sat Jan 17 20:10:36 2009 UTC (15 years, 2 months ago) by kristaps
Branch: MAIN
Changes since 1.37: +12 -4 lines
Diff to previous 1.37 (unified)

Lint checks.

Revision 1.37 / (download) - annotate - [select for diffs], Sat Jan 17 16:47:02 2009 UTC (15 years, 2 months ago) by kristaps
Branch: MAIN
Changes since 1.36: +97 -59 lines
Diff to previous 1.36 (unified)

Added tests to makefile.

Revision 1.36 / (download) - annotate - [select for diffs], Sat Jan 17 16:15:27 2009 UTC (15 years, 2 months ago) by kristaps
Branch: MAIN
Changes since 1.35: +176 -70 lines
Diff to previous 1.35 (unified)

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

Revision 1.35 / (download) - annotate - [select for diffs], Fri Jan 16 15:58:50 2009 UTC (15 years, 2 months ago) by kristaps
Branch: MAIN
Changes since 1.34: +114 -24 lines
Diff to previous 1.34 (unified)

Initial separation of tree/mdocml.1.
Finished mdoc.3.
Broken build: mdocml.c.

Revision 1.34 / (download) - annotate - [select for diffs], Fri Jan 16 14:15:12 2009 UTC (15 years, 2 months ago) by kristaps
Branch: MAIN
Changes since 1.33: +70 -31 lines
Diff to previous 1.33 (unified)

Boolean validation.

Revision 1.33 / (download) - annotate - [select for diffs], Fri Jan 16 14:04:26 2009 UTC (15 years, 2 months ago) by kristaps
Branch: MAIN
Changes since 1.32: +127 -33 lines
Diff to previous 1.32 (unified)

Added more validation (parents/msecs).
Initial function documentation for mdoc.3.

Revision 1.32 / (download) - annotate - [select for diffs], Fri Jan 16 12:23:25 2009 UTC (15 years, 2 months ago) by kristaps
Branch: MAIN
Changes since 1.31: +3 -2 lines
Diff to previous 1.31 (unified)

Clean-ups & documentation.

Revision 1.31 / (download) - annotate - [select for diffs], Fri Jan 16 11:50:54 2009 UTC (15 years, 2 months ago) by kristaps
Branch: MAIN
Changes since 1.30: +33 -33 lines
Diff to previous 1.30 (unified)

Finished re-fitting err/warn/msg routines.
Some minor bug-fixes.

Revision 1.30 / (download) - annotate - [select for diffs], Thu Jan 15 17:38:58 2009 UTC (15 years, 2 months ago) by kristaps
Branch: MAIN
Changes since 1.29: +10 -10 lines
Diff to previous 1.29 (unified)

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

Revision 1.29 / (download) - annotate - [select for diffs], Thu Jan 15 15:46:45 2009 UTC (15 years, 2 months ago) by kristaps
Branch: MAIN
CVS Tags: VERSION_1_1_0
Changes since 1.28: +3 -1 lines
Diff to previous 1.28 (unified)

*** empty log message ***

Revision 1.28 / (download) - annotate - [select for diffs], Wed Jan 14 11:58:24 2009 UTC (15 years, 2 months ago) by kristaps
Branch: MAIN
Changes since 1.27: +3 -1 lines
Diff to previous 1.27 (unified)

*** empty log message ***

Revision 1.27 / (download) - annotate - [select for diffs], Mon Jan 12 17:26:42 2009 UTC (15 years, 2 months ago) by kristaps
Branch: MAIN
Changes since 1.26: +39 -15 lines
Diff to previous 1.26 (unified)

*** empty log message ***

Revision 1.26 / (download) - annotate - [select for diffs], Mon Jan 12 16:39:57 2009 UTC (15 years, 2 months ago) by kristaps
Branch: MAIN
Changes since 1.25: +110 -62 lines
Diff to previous 1.25 (unified)

*** empty log message ***

Revision 1.25 / (download) - annotate - [select for diffs], Mon Jan 12 12:52:21 2009 UTC (15 years, 2 months ago) by kristaps
Branch: MAIN
Changes since 1.24: +145 -50 lines
Diff to previous 1.24 (unified)

*** empty log message ***

Revision 1.24 / (download) - annotate - [select for diffs], Mon Jan 12 10:31:53 2009 UTC (15 years, 2 months ago) by kristaps
Branch: MAIN
Changes since 1.23: +179 -27 lines
Diff to previous 1.23 (unified)

*** empty log message ***

Revision 1.23 / (download) - annotate - [select for diffs], Fri Jan 9 15:15:31 2009 UTC (15 years, 2 months ago) by kristaps
Branch: MAIN
Changes since 1.22: +21 -4 lines
Diff to previous 1.22 (unified)

*** empty log message ***

Revision 1.22 / (download) - annotate - [select for diffs], Fri Jan 9 15:07:04 2009 UTC (15 years, 2 months ago) by kristaps
Branch: MAIN
Changes since 1.21: +17 -3 lines
Diff to previous 1.21 (unified)

*** empty log message ***

Revision 1.21 / (download) - annotate - [select for diffs], Fri Jan 9 14:45:44 2009 UTC (15 years, 2 months ago) by kristaps
Branch: MAIN
Changes since 1.20: +48 -22 lines
Diff to previous 1.20 (unified)

*** empty log message ***

Revision 1.20 / (download) - annotate - [select for diffs], Thu Jan 8 15:59:58 2009 UTC (15 years, 2 months ago) by kristaps
Branch: MAIN
Changes since 1.19: +63 -8 lines
Diff to previous 1.19 (unified)

*** empty log message ***

Revision 1.19 / (download) - annotate - [select for diffs], Thu Jan 8 15:05:50 2009 UTC (15 years, 2 months ago) by kristaps
Branch: MAIN
Changes since 1.18: +4 -4 lines
Diff to previous 1.18 (unified)

*** empty log message ***

Revision 1.18 / (download) - annotate - [select for diffs], Thu Jan 8 14:55:59 2009 UTC (15 years, 2 months ago) by kristaps
Branch: MAIN
Changes since 1.17: +37 -23 lines
Diff to previous 1.17 (unified)

*** empty log message ***

Revision 1.17 / (download) - annotate - [select for diffs], Wed Jan 7 15:53:00 2009 UTC (15 years, 2 months ago) by kristaps
Branch: MAIN
Changes since 1.16: +160 -371 lines
Diff to previous 1.16 (unified)

*** empty log message ***

Revision 1.16 / (download) - annotate - [select for diffs], Mon Jan 5 14:14:04 2009 UTC (15 years, 2 months ago) by kristaps
Branch: MAIN
Changes since 1.15: +2 -17 lines
Diff to previous 1.15 (unified)

Actions and validations properly added.

Revision 1.15 / (download) - annotate - [select for diffs], Sat Jan 3 22:10:22 2009 UTC (15 years, 2 months ago) by kristaps
Branch: MAIN
Changes since 1.14: +9 -9 lines
Diff to previous 1.14 (unified)

Huge changes.

Revision 1.14 / (download) - annotate - [select for diffs], Sat Jan 3 18:38:39 2009 UTC (15 years, 2 months ago) by kristaps
Branch: MAIN
Changes since 1.13: +224 -174 lines
Diff to previous 1.13 (unified)

*** empty log message ***

Revision 1.13 / (download) - annotate - [select for diffs], Fri Jan 2 14:06:16 2009 UTC (15 years, 2 months ago) by kristaps
Branch: MAIN
Changes since 1.12: +4 -4 lines
Diff to previous 1.12 (unified)

*** empty log message ***

Revision 1.12 / (download) - annotate - [select for diffs], Fri Jan 2 09:29:06 2009 UTC (15 years, 2 months ago) by kristaps
Branch: MAIN
Changes since 1.11: +18 -3 lines
Diff to previous 1.11 (unified)

*** empty log message ***

Revision 1.11 / (download) - annotate - [select for diffs], Thu Jan 1 20:40:16 2009 UTC (15 years, 2 months ago) by kristaps
Branch: MAIN
Changes since 1.10: +225 -131 lines
Diff to previous 1.10 (unified)

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

Revision 1.10 / (download) - annotate - [select for diffs], Tue Dec 30 19:06:03 2008 UTC (15 years, 3 months ago) by kristaps
Branch: MAIN
Changes since 1.9: +3 -3 lines
Diff to previous 1.9 (unified)

*** empty log message ***

Revision 1.9 / (download) - annotate - [select for diffs], Tue Dec 30 18:15:26 2008 UTC (15 years, 3 months ago) by kristaps
Branch: MAIN
Changes since 1.8: +211 -1053 lines
Diff to previous 1.8 (unified)

Validation fully works.

Revision 1.8 / (download) - annotate - [select for diffs], Tue Dec 30 13:43:53 2008 UTC (15 years, 3 months ago) by kristaps
Branch: MAIN
Changes since 1.7: +975 -286 lines
Diff to previous 1.7 (unified)

*** empty log message ***

Revision 1.7, Sun Nov 30 21:41:35 2008 UTC (15 years, 4 months ago) by kristaps
Branch: MAIN
CVS Tags: VERSION_1_0_2
Changes since 1.6: +1 -1 lines
FILE REMOVED

Preliminary xml output filter (validate-renamed) done.

Revision 1.6 / (download) - annotate - [select for diffs], Sun Nov 30 20:53:34 2008 UTC (15 years, 4 months ago) by kristaps
Branch: MAIN
Changes since 1.5: +84 -73 lines
Diff to previous 1.5 (unified)

Cleaned up presentation with mbuf_putstring & al.

Revision 1.5 / (download) - annotate - [select for diffs], Sun Nov 30 20:00:08 2008 UTC (15 years, 4 months ago) by kristaps
Branch: MAIN
Changes since 1.4: +49 -3 lines
Diff to previous 1.4 (unified)

Validate-cum-xmlprint now includes arguments.

Revision 1.4 / (download) - annotate - [select for diffs], Sun Nov 30 18:50:44 2008 UTC (15 years, 4 months ago) by kristaps
Branch: MAIN
Changes since 1.3: +14 -17 lines
Diff to previous 1.3 (unified)

Fixed spacing (almost there).

Revision 1.3 / (download) - annotate - [select for diffs], Sun Nov 30 12:41:45 2008 UTC (15 years, 4 months ago) by kristaps
Branch: MAIN
Changes since 1.2: +13 -13 lines
Diff to previous 1.2 (unified)

Backed out PUNCT changes (again).

Revision 1.2 / (download) - annotate - [select for diffs], Sat Nov 29 16:11:42 2008 UTC (15 years, 4 months ago) by kristaps
Branch: MAIN
Changes since 1.1: +101 -50 lines
Diff to previous 1.1 (unified)

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

Revision 1.1 / (download) - annotate - [select for diffs], Sat Nov 29 14:14:21 2008 UTC (15 years, 4 months ago) by kristaps
Branch: MAIN

Inclusion of "real" validation code.

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