CVS log for mandoc/Attic/macro.c

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

Request diff between arbitrary revisions


Default branch: MAIN
Current tag: MAIN


Revision 1.78, Mon Mar 23 14:22:11 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.77: +1 -1 lines
FILE REMOVED

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

Revision 1.77 / (download) - annotate - [select for diffs], Sun Mar 22 19:01:11 2009 UTC (15 years ago) by kristaps
Branch: MAIN
Changes since 1.76: +8 -1 lines
Diff to previous 1.76 (unified)

Stripping of Xo/Xc macros in main.c (ifdef STRIP_XO).

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

Added %Q macro.

Revision 1.75 / (download) - annotate - [select for diffs], Sat Mar 21 09:30:52 2009 UTC (15 years ago) by kristaps
Branch: MAIN
Changes since 1.74: +6 -10 lines
Diff to previous 1.74 (unified)

Fixed new partial-imp closure (wasn't action-ing closed scopes).

Revision 1.74 / (download) - annotate - [select for diffs], Sat Mar 21 09:20:15 2009 UTC (15 years ago) by kristaps
Branch: MAIN
Changes since 1.73: +45 -18 lines
Diff to previous 1.73 (unified)

Explicit-scope can break some implicit partial-block (Oc -> Op).

Revision 1.73 / (download) - annotate - [select for diffs], Mon Mar 16 23:37:28 2009 UTC (15 years ago) by kristaps
Branch: MAIN
CVS Tags: VERSION_1_6_2, VERSION_1_5_3
Changes since 1.72: +3 -2 lines
Diff to previous 1.72 (unified)

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

Revision 1.72 / (download) - annotate - [select for diffs], Mon Mar 16 22:19:19 2009 UTC (15 years ago) by kristaps
Branch: MAIN
Changes since 1.71: +381 -463 lines
Diff to previous 1.71 (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.71 / (download) - annotate - [select for diffs], Thu Mar 12 23:05:21 2009 UTC (15 years ago) by kristaps
Branch: MAIN
CVS Tags: VERSION_1_5_1
Changes since 1.70: +8 -8 lines
Diff to previous 1.70 (unified)

Made syste-name macros callable (At, Bsx, etc.).

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

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

Revision 1.69 / (download) - annotate - [select for diffs], Thu Mar 12 06:38:22 2009 UTC (15 years ago) by kristaps
Branch: MAIN
Changes since 1.68: +2 -3 lines
Diff to previous 1.68 (unified)

Delimiters added to columns.

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

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

Revision 1.67 / (download) - annotate - [select for diffs], Thu Mar 12 02:57:36 2009 UTC (15 years ago) by kristaps
Branch: MAIN
Changes since 1.66: +75 -38 lines
Diff to previous 1.66 (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.66 / (download) - annotate - [select for diffs], Wed Mar 11 00:39:58 2009 UTC (15 years ago) by kristaps
Branch: MAIN
Changes since 1.65: +12 -1 lines
Diff to previous 1.65 (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.65 / (download) - annotate - [select for diffs], Tue Mar 10 15:01:54 2009 UTC (15 years ago) by kristaps
Branch: MAIN
Changes since 1.64: +9 -3 lines
Diff to previous 1.64 (unified)

Bug-fix in mdoc_argv.
Added some documentation to macro.c.
Version-up.

Revision 1.64 / (download) - annotate - [select for diffs], Mon Mar 9 14:19:59 2009 UTC (15 years ago) by kristaps
Branch: MAIN
Changes since 1.63: +3 -1 lines
Diff to previous 1.63 (unified)

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

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

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

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

Added `Lp' macro.

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

Added .Ap.

Revision 1.60 / (download) - annotate - [select for diffs], Sun Mar 8 19:32:03 2009 UTC (15 years ago) by kristaps
Branch: MAIN
CVS Tags: VERSION_1_4_2
Changes since 1.59: +2 -2 lines
Diff to previous 1.59 (unified)

Fixed strings.sh to work with NetBSD.
Fixed various lint warnings.

Revision 1.59 / (download) - annotate - [select for diffs], Sun Mar 8 18:02:36 2009 UTC (15 years ago) by kristaps
Branch: MAIN
Changes since 1.58: +57 -11 lines
Diff to previous 1.58 (unified)

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

Revision 1.58 / (download) - annotate - [select for diffs], Sun Mar 8 11:41:22 2009 UTC (15 years ago) by kristaps
Branch: MAIN
Changes since 1.57: +42 -104 lines
Diff to previous 1.57 (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.57 / (download) - annotate - [select for diffs], Fri Mar 6 14:13:47 2009 UTC (15 years ago) by kristaps
Branch: MAIN
Changes since 1.56: +52 -21 lines
Diff to previous 1.56 (unified)

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

Revision 1.56 / (download) - annotate - [select for diffs], Thu Mar 5 12:08:53 2009 UTC (15 years ago) by kristaps
Branch: MAIN
Changes since 1.55: +6 -1 lines
Diff to previous 1.55 (unified)

Added argv regression tests.
Table-ised argument flags in argv.c.

Revision 1.55 / (download) - annotate - [select for diffs], Sat Feb 28 20:13:06 2009 UTC (15 years, 1 month ago) by kristaps
Branch: MAIN
CVS Tags: VERSION_1_3_15, VERSION_1_3_13
Changes since 1.54: +3 -1 lines
Diff to previous 1.54 (unified)

More fixes (hard-escapes, etc.).

Revision 1.54 / (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, VERSION_1_3_11, VERSION_1_3_10
Changes since 1.53: +11 -6 lines
Diff to previous 1.53 (unified)

Lintified sources.

Revision 1.53 / (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.52: +3 -6 lines
Diff to previous 1.52 (unified)

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

Revision 1.52 / (download) - annotate - [select for diffs], Tue Feb 24 16:16:45 2009 UTC (15 years, 1 month ago) by kristaps
Branch: MAIN
CVS Tags: VERSION_1_3_5
Changes since 1.51: +2 -3 lines
Diff to previous 1.51 (unified)

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

Revision 1.51 / (download) - annotate - [select for diffs], Mon Feb 23 12:45:19 2009 UTC (15 years, 1 month ago) by kristaps
Branch: MAIN
Changes since 1.50: +157 -64 lines
Diff to previous 1.50 (unified)

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

Revision 1.50 / (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.49: +13 -5 lines
Diff to previous 1.49 (unified)

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

Revision 1.49 / (download) - annotate - [select for diffs], Thu Jan 22 14:56:21 2009 UTC (15 years, 2 months ago) by kristaps
Branch: MAIN
Changes since 1.48: +90 -10 lines
Diff to previous 1.48 (unified)

Fix-ups to macro.c.

Revision 1.48 / (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.47: +17 -25 lines
Diff to previous 1.47 (unified)

In-progress migration to ARGV separation.

Revision 1.47 / (download) - annotate - [select for diffs], Tue Jan 20 16:04:48 2009 UTC (15 years, 2 months ago) by kristaps
Branch: MAIN
Changes since 1.46: +5 -1 lines
Diff to previous 1.46 (unified)

Minor documentation.

Revision 1.46 / (download) - annotate - [select for diffs], Tue Jan 20 15:06:07 2009 UTC (15 years, 2 months ago) by kristaps
Branch: MAIN
CVS Tags: VERSION_1_2_0
Changes since 1.45: +2 -3 lines
Diff to previous 1.45 (unified)

Tagged version.

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

Quoted-literals handled correctly.

Revision 1.44 / (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.43: +171 -37 lines
Diff to previous 1.43 (unified)

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

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

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

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

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

Revision 1.41 / (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.40: +72 -100 lines
Diff to previous 1.40 (unified)

Lint checks.

Revision 1.40 / (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.39: +4 -4 lines
Diff to previous 1.39 (unified)

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

Revision 1.39 / (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.38: +12 -3 lines
Diff to previous 1.38 (unified)

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

Revision 1.38 / (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.37: +48 -38 lines
Diff to previous 1.37 (unified)

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

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

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

Revision 1.36 / (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.35: +85 -70 lines
Diff to previous 1.35 (unified)

*** empty log message ***

Revision 1.35 / (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.34: +262 -92 lines
Diff to previous 1.34 (unified)

*** empty log message ***

Revision 1.34 / (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.33: +15 -15 lines
Diff to previous 1.33 (unified)

*** empty log message ***

Revision 1.33 / (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.32: +7 -3 lines
Diff to previous 1.32 (unified)

*** empty log message ***

Revision 1.32 / (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.31: +6 -6 lines
Diff to previous 1.31 (unified)

*** empty log message ***

Revision 1.31 / (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.30: +5 -5 lines
Diff to previous 1.30 (unified)

*** empty log message ***

Revision 1.30 / (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.29: +41 -17 lines
Diff to previous 1.29 (unified)

*** empty log message ***

Revision 1.29 / (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.28: +9 -8 lines
Diff to previous 1.28 (unified)

*** empty log message ***

Revision 1.28 / (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.27: +181 -149 lines
Diff to previous 1.27 (unified)

*** empty log message ***

Revision 1.27 / (download) - annotate - [select for diffs], Wed Jan 7 16:11:40 2009 UTC (15 years, 2 months ago) by kristaps
Branch: MAIN
Changes since 1.26: +40 -38 lines
Diff to previous 1.26 (unified)

All macros have lines/positions.

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

Added line numbering.

Revision 1.25 / (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.24: +49 -28 lines
Diff to previous 1.24 (unified)

*** empty log message ***

Revision 1.24 / (download) - annotate - [select for diffs], Tue Jan 6 15:49:44 2009 UTC (15 years, 2 months ago) by kristaps
Branch: MAIN
Changes since 1.23: +77 -18 lines
Diff to previous 1.23 (unified)

Memory leak, some mdoc(7) conformities.

Revision 1.23 / (download) - annotate - [select for diffs], Mon Jan 5 17:57:08 2009 UTC (15 years, 2 months ago) by kristaps
Branch: MAIN
Changes since 1.22: +13 -8 lines
Diff to previous 1.22 (unified)

*** empty log message ***

Revision 1.22 / (download) - annotate - [select for diffs], Mon Jan 5 16:11:14 2009 UTC (15 years, 2 months ago) by kristaps
Branch: MAIN
Changes since 1.21: +257 -51 lines
Diff to previous 1.21 (unified)

Finished initial parse sequence.

Revision 1.21 / (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.20: +36 -30 lines
Diff to previous 1.20 (unified)

Actions and validations properly added.

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

*** empty log message ***

Revision 1.19 / (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.18: +251 -405 lines
Diff to previous 1.18 (unified)

Huge changes.

Revision 1.18 / (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.17: +18 -10 lines
Diff to previous 1.17 (unified)

*** empty log message ***

Revision 1.17 / (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.16: +17 -1 lines
Diff to previous 1.16 (unified)

*** empty log message ***

Revision 1.16 / (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.15: +199 -508 lines
Diff to previous 1.15 (unified)

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

Revision 1.15 / (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.14: +56 -63 lines
Diff to previous 1.14 (unified)

*** empty log message ***

Revision 1.14 / (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.13: +11 -163 lines
Diff to previous 1.13 (unified)

Validation fully works.

Revision 1.13 / (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.12: +83 -18 lines
Diff to previous 1.12 (unified)

*** empty log message ***

Revision 1.12 / (download) - annotate - [select for diffs], Mon Dec 29 19:25:29 2008 UTC (15 years, 3 months ago) by kristaps
Branch: MAIN
Changes since 1.11: +17 -1 lines
Diff to previous 1.11 (unified)

*** empty log message ***

Revision 1.11 / (download) - annotate - [select for diffs], Mon Dec 29 18:08:44 2008 UTC (15 years, 3 months ago) by kristaps
Branch: MAIN
Changes since 1.10: +84 -4 lines
Diff to previous 1.10 (unified)

More macros.

Revision 1.10 / (download) - annotate - [select for diffs], Mon Dec 29 12:19:41 2008 UTC (15 years, 3 months ago) by kristaps
Branch: MAIN
Changes since 1.9: +128 -1 lines
Diff to previous 1.9 (unified)

*** empty log message ***

Revision 1.9 / (download) - annotate - [select for diffs], Sun Dec 28 23:07:04 2008 UTC (15 years, 3 months ago) by kristaps
Branch: MAIN
Changes since 1.8: +13 -2 lines
Diff to previous 1.8 (unified)

*** empty log message ***

Revision 1.8 / (download) - annotate - [select for diffs], Sun Dec 28 21:25:09 2008 UTC (15 years, 3 months ago) by kristaps
Branch: MAIN
Changes since 1.7: +184 -20 lines
Diff to previous 1.7 (unified)

*** empty log message ***

Revision 1.7 / (download) - annotate - [select for diffs], Sun Dec 28 00:34:20 2008 UTC (15 years, 3 months ago) by kristaps
Branch: MAIN
Changes since 1.6: +269 -209 lines
Diff to previous 1.6 (unified)

*** empty log message ***

Revision 1.6 / (download) - annotate - [select for diffs], Tue Dec 23 05:30:49 2008 UTC (15 years, 3 months ago) by kristaps
Branch: MAIN
Changes since 1.5: +237 -42 lines
Diff to previous 1.5 (unified)

*** empty log message ***

Revision 1.5 / (download) - annotate - [select for diffs], Wed Dec 17 17:18:38 2008 UTC (15 years, 3 months ago) by kristaps
Branch: MAIN
Changes since 1.4: +166 -8 lines
Diff to previous 1.4 (unified)

Prologue Dd and Dt macros.

Revision 1.4 / (download) - annotate - [select for diffs], Mon Dec 15 03:13:01 2008 UTC (15 years, 3 months ago) by kristaps
Branch: MAIN
Changes since 1.3: +29 -66 lines
Diff to previous 1.3 (unified)

*** empty log message ***

Revision 1.3 / (download) - annotate - [select for diffs], Mon Dec 15 02:23:12 2008 UTC (15 years, 3 months ago) by kristaps
Branch: MAIN
Changes since 1.2: +25 -14 lines
Diff to previous 1.2 (unified)

Linted.

Revision 1.2 / (download) - annotate - [select for diffs], Mon Dec 15 01:54:58 2008 UTC (15 years, 3 months ago) by kristaps
Branch: MAIN
Changes since 1.1: +249 -45 lines
Diff to previous 1.1 (unified)

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

Revision 1.1 / (download) - annotate - [select for diffs], Fri Dec 12 10:11:10 2008 UTC (15 years, 3 months ago) by kristaps
Branch: MAIN

*** empty log message ***

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