
RCS file: /home/LDMS/cvsroot/LDMS/LDMS.pl,v
Working file: LDMS.pl
head: 1.44
branch:
locks: strict
access list:
symbolic names:
	CURRENT: 1.44
	RELEASE_1_4: 1.39
	RELEASE_1_3: 1.38
	RELEASE_1_2: 1.38
	RELEASE_1_1: 1.37
	RELEASE_1_0: 1.30
	alpha_0_3_1: 1.13
	alpha_0_3: 1.11
keyword substitution: kv
total revisions: 44;	selected revisions: 10
description:
----------------------------
revision 1.39
date: 2000/12/01 20:34:53;  author: jcl53;  state: Exp;  lines: +14 -4
Handles input filenames with no extension correctly.
----------------------------
revision 1.38
date: 2000/12/01 02:13:45;  author: jcl53;  state: Exp;  lines: +5 -14
Removed the redundant debugging code that was producing duplicate status messages.
----------------------------
revision 1.37
date: 2000/11/30 20:23:06;  author: jcl53;  state: Exp;  lines: +9 -1
Adds DATATEXT tags around the call to &markUpTable(@) so that it's guaranteed to keep tables inside LDMS tags.
----------------------------
revision 1.36
date: 2000/11/30 16:08:00;  author: jcl53;  state: Exp;  lines: +95 -10
Added more comments, particularly preconditions and postconditions.
----------------------------
revision 1.35
date: 2000/11/29 06:11:32;  author: jcl53;  state: Exp;  lines: +38 -16
Checks the -HEAD- field to figure out what the current section is numbered, according to the title.  Allows for more intuitive status messages.
----------------------------
revision 1.34
date: 2000/11/29 05:07:57;  author: jcl53;  state: Exp;  lines: +30 -11
Updated the documentation with a hint for sending output to STDOUT:  use the special filehandle '-'.
----------------------------
revision 1.33
date: 2000/11/29 03:48:31;  author: jcl53;  state: Exp;  lines: +4 -3
Amazing what a stray perldoc directive ('cut' in this case) can do to your happy, well-maintained code...
----------------------------
revision 1.32
date: 2000/11/29 00:00:46;  author: jcl53;  state: Exp;  lines: +22 -5
Uses the LDMS::Status module for printing status messages.
----------------------------
revision 1.31
date: 2000/11/28 20:46:13;  author: jcl53;  state: Exp;  lines: +52 -69
Now das Wunderscript only uses the LDMS::Footnote module if there are recognizable footnotes (or references) present within the current block.

Currently, takes over an hour for Title 2.  Thank root that this isn't a problem for our requirements.
----------------------------
revision 1.30
date: 2000/11/28 18:27:33;  author: jcl53;  state: Exp;  lines: +23 -2
Added the status granularity setting.  Defaults to '2', or the 'Sec.' level in Title 1.

Footnotes still don't work properly.  I'm tagging the current build as 1.0, but I expect we'll have the footnotes working by delivery.
=============================================================================

RCS file: /home/LDMS/cvsroot/LDMS/LDMS/DataText.pm,v
Working file: LDMS/DataText.pm
head: 1.22
branch:
locks: strict
access list:
symbolic names:
	CURRENT: 1.22
	RELEASE_1_4: 1.22
	RELEASE_1_3: 1.22
	RELEASE_1_2: 1.22
	RELEASE_1_1: 1.21
	RELEASE_1_0: 1.19
	alpha_0_3_1: 1.9
	alpha_0_3: 1.9
keyword substitution: kv
total revisions: 22;	selected revisions: 4
description:
----------------------------
revision 1.22
date: 2000/12/01 19:18:07;  author: jcl53;  state: Exp;  lines: +82 -12
11th-hour commenting.  It is now possible to navigate this module and not lose your grip on sanity.
----------------------------
revision 1.21
date: 2000/11/30 16:19:27;  author: jcl53;  state: Exp;  lines: +10 -3
Upped the minimum Perl interpreter version from 5.002 to 5.005, just in case someone out there does something like trying to run this script on a non-Unix system...
----------------------------
revision 1.20
date: 2000/11/28 23:34:56;  author: jcl53;  state: Exp;  lines: +35 -10
This version only uses footnote module if it sees footnotes.

Added the following item label styles:
	(A)
	(a)
----------------------------
revision 1.19
date: 2000/11/28 18:28:30;  author: jcl53;  state: Exp;  lines: +34 -8
Added code to use footnote module in LDMS::DataText.
Fixed a few syntax problems introduced into the state machine.
=============================================================================

RCS file: /home/LDMS/cvsroot/LDMS/LDMS/Date.pm,v
Working file: LDMS/Date.pm
head: 1.3
branch:
locks: strict
access list:
symbolic names:
	CURRENT: 1.3
	RELEASE_1_4: 1.3
	RELEASE_1_3: 1.3
	RELEASE_1_2: 1.3
	RELEASE_1_1: 1.3
	RELEASE_1_0: 1.2
keyword substitution: kv
total revisions: 3;	selected revisions: 2
description:
----------------------------
revision 1.3
date: 2000/11/30 16:19:27;  author: jcl53;  state: Exp;  lines: +7 -3
Upped the minimum Perl interpreter version from 5.002 to 5.005, just in case someone out there does something like trying to run this script on a non-Unix system...
----------------------------
revision 1.2
date: 2000/11/28 16:00:28;  author: jcl53;  state: Exp;  lines: +12 -8
Fixed the module package name (LDMS::Date instead of LDMS::dateModule).
Removed the chomp()ing, 'cause we can safely assume the newlines have been stripped.  (And even if they aren't, the chomp() is on a read-only value, namely $_!)
=============================================================================

RCS file: /home/LDMS/cvsroot/LDMS/LDMS/DivSource.pm,v
Working file: LDMS/DivSource.pm
head: 1.4
branch:
locks: strict
access list:
symbolic names:
	CURRENT: 1.4
	RELEASE_1_4: 1.4
	RELEASE_1_3: 1.4
	RELEASE_1_2: 1.4
	RELEASE_1_1: 1.4
	RELEASE_1_0: 1.2
keyword substitution: kv
total revisions: 4;	selected revisions: 3
description:
----------------------------
revision 1.4
date: 2000/11/30 16:19:27;  author: jcl53;  state: Exp;  lines: +14 -3
Upped the minimum Perl interpreter version from 5.002 to 5.005, just in case someone out there does something like trying to run this script on a non-Unix system...
----------------------------
revision 1.3
date: 2000/11/29 03:51:33;  author: jcl53;  state: Exp;  lines: +44 -47
Completely rewrote the function:

	- Eliminated global variables.
	- Removed flanking whitespace.
	- Stopped the insanity.

The 'insanity' was the inflation of titles by approximately 15 times, depending on how much DIVSOURCE was present.  XML::Writer was choking to death on all of the spurious DIVSOURCE tags...

Don't worry, kids:  it's fixed now.
----------------------------
revision 1.2
date: 2000/11/28 15:01:16;  author: jcl53;  state: Exp;  lines: +16 -11
Works properly with current <SOURCE> tagging now.
=============================================================================

RCS file: /home/LDMS/cvsroot/LDMS/LDMS/Error.pm,v
Working file: LDMS/Error.pm
head: 1.10
branch:
locks: strict
access list:
symbolic names:
	CURRENT: 1.10
	RELEASE_1_4: 1.10
	RELEASE_1_3: 1.10
	RELEASE_1_2: 1.10
	RELEASE_1_1: 1.9
	RELEASE_1_0: 1.8
	alpha_0_3_1: 1.4
	alpha_0_3: 1.4
keyword substitution: kv
total revisions: 10;	selected revisions: 3
description:
----------------------------
revision 1.10
date: 2000/12/01 18:20:27;  author: om14;  state: Exp;  lines: +8 -2
Changes to FootRef.pm: added use for LDMS::State and uncommented out line 151 which refers to the footnote number
Added authoring for Error.pm and Footnote.pm

VS: ----------------------------------------------------------------------
----------------------------
revision 1.9
date: 2000/11/30 16:19:27;  author: jcl53;  state: Exp;  lines: +6 -3
Upped the minimum Perl interpreter version from 5.002 to 5.005, just in case someone out there does something like trying to run this script on a non-Unix system...
----------------------------
revision 1.8
date: 2000/11/28 16:27:34;  author: jcl53;  state: Exp;  lines: +10 -3
Added a little comment to the 'use lib' lines.  Modules (especially LDMS ones) should be included after them so that testing compilation with 'perl -c' works.
=============================================================================

RCS file: /home/LDMS/cvsroot/LDMS/LDMS/FootRef.pm,v
Working file: LDMS/FootRef.pm
head: 1.10
branch:
locks: strict
access list:
symbolic names:
	CURRENT: 1.10
	RELEASE_1_4: 1.9
	RELEASE_1_3: 1.9
	RELEASE_1_2: 1.9
	RELEASE_1_1: 1.6
	RELEASE_1_0: 1.4
keyword substitution: kv
total revisions: 10;	selected revisions: 6
description:
----------------------------
revision 1.9
date: 2000/12/01 18:20:27;  author: om14;  state: Exp;  lines: +7 -4
Changes to FootRef.pm: added use for LDMS::State and uncommented out line 151 which refers to the footnote number
Added authoring for Error.pm and Footnote.pm

VS: ----------------------------------------------------------------------
----------------------------
revision 1.8
date: 2000/12/01 18:10:57;  author: jcl53;  state: Exp;  lines: +6 -2
Actually declares that it wants to use the LDMS::State module now.
----------------------------
revision 1.7
date: 2000/12/01 03:42:08;  author: cs58;  state: Exp;  lines: +8 -2
Added authorship information
----------------------------
revision 1.6
date: 2000/11/30 16:19:27;  author: jcl53;  state: Exp;  lines: +8 -3
Upped the minimum Perl interpreter version from 5.002 to 5.005, just in case someone out there does something like trying to run this script on a non-Unix system...
----------------------------
revision 1.5
date: 2000/11/28 18:35:17;  author: jcl53;  state: Exp;  lines: +6 -2
Fixed 'undefined variable' errors (on $currentWhiteSpace in LDMS::Footnote).
Added some useful includes (like LDMS::XMLOut, for example).
Tried to put something useful where the XREF module will be--but failed miserably.  I'll see if we can get this working properly...
----------------------------
revision 1.4
date: 2000/11/27 20:10:47;  author: om14;  state: Exp;  lines: +28 -26
I fixed the FootRef.pm module so that it would compile correctly.  I added @input to store the input passed to the function.
=============================================================================

RCS file: /home/LDMS/cvsroot/LDMS/LDMS/Footnote.pm,v
Working file: LDMS/Footnote.pm
head: 1.19
branch:
locks: strict
access list:
symbolic names:
	CURRENT: 1.19
	RELEASE_1_4: 1.19
	RELEASE_1_3: 1.19
	RELEASE_1_2: 1.19
	RELEASE_1_1: 1.17
	RELEASE_1_0: 1.3
keyword substitution: kv
total revisions: 19;	selected revisions: 17
description:
----------------------------
revision 1.19
date: 2000/12/01 18:20:27;  author: om14;  state: Exp;  lines: +14 -8
Changes to FootRef.pm: added use for LDMS::State and uncommented out line 151 which refers to the footnote number
Added authoring for Error.pm and Footnote.pm

VS: ----------------------------------------------------------------------
----------------------------
revision 1.18
date: 2000/11/30 20:29:23;  author: om14;  state: Exp;  lines: +7 -4
I fixed the footnote.pm module so that it works with multiple footnote text lines.  The Xref module calls are still commented out.
----------------------------
revision 1.17
date: 2000/11/30 16:19:27;  author: jcl53;  state: Exp;  lines: +6 -3
Upped the minimum Perl interpreter version from 5.002 to 5.005, just in case someone out there does something like trying to run this script on a non-Unix system...
----------------------------
revision 1.16
date: 2000/11/29 13:00:55;  author: jhj4;  state: Exp;  lines: +5 -9
*** empty log message ***
----------------------------
revision 1.15
date: 2000/11/29 07:28:42;  author: jcl53;  state: Exp;  lines: +11 -7
Recommitting the changes which were lost in previous revision.
----------------------------
revision 1.14
date: 2000/11/29 06:54:10;  author: jcl53;  state: Exp;  lines: +11 -7
Disabled the calls to LDMS::Xref until such time as it's checked in.
----------------------------
revision 1.13
date: 2000/11/29 03:30:14;  author: jhj4;  state: Exp;  lines: +6 -3
Commented out Xref in Footnote.pm
Attempting bug fix in Table.pm
----------------------------
revision 1.12
date: 2000/11/29 02:51:31;  author: jhj4;  state: Exp;  lines: +6 -3
Some changes to Table.pm
----------------------------
revision 1.11
date: 2000/11/29 01:41:16;  author: om14;  state: Exp;  lines: +11 -2
I fixed another small bug (actually, it's a big bug with a small fix): I forgot to call Xref on the text before footnotes.  Thanks, Ju! :)
----------------------------
revision 1.10
date: 2000/11/29 01:35:09;  author: om14;  state: Exp;  lines: +7 -2
I forgot to call Xref on the text that does not contain footnote text.  I fixed this.
----------------------------
revision 1.9
date: 2000/11/29 01:19:22;  author: om14;  state: Exp;  lines: +9 -8
I have included the function call for xref instead of the writeString call by Jason that was in place before hand.  This should fix the problem of only outputting the last line of footnote text.
----------------------------
revision 1.8
date: 2000/11/28 21:28:00;  author: om14;  state: Exp;  lines: +6 -2
i fixed the infinite loop bug.
----------------------------
revision 1.7
date: 2000/11/28 21:14:11;  author: om14;  state: Exp;  lines: +5 -3
i forgotwhati changed
----------------------------
revision 1.6
date: 2000/11/28 20:22:28;  author: om14;  state: Exp;  lines: +15 -3
I fixed the sequence numbering scheme in the Footnote.pm
----------------------------
revision 1.5
date: 2000/11/28 19:47:28;  author: om14;  state: Exp;  lines: +10 -4
I fixed the bug.  Basically, I only updated the current white space variable if I pattern matched.  This should take care of the undefined previous white space error and the tagging up of footrefs.
----------------------------
revision 1.4
date: 2000/11/28 18:35:17;  author: jcl53;  state: Exp;  lines: +16 -5
Fixed 'undefined variable' errors (on $currentWhiteSpace in LDMS::Footnote).
Added some useful includes (like LDMS::XMLOut, for example).
Tried to put something useful where the XREF module will be--but failed miserably.  I'll see if we can get this working properly...
----------------------------
revision 1.3
date: 2000/11/27 16:59:54;  author: om14;  state: Exp;  lines: +9 -6
Fixed some minor compilation errors such as writing $ instead of & and forgetting to type a $ in front a variable.
=============================================================================

RCS file: /home/LDMS/cvsroot/LDMS/LDMS/Input.pm,v
Working file: LDMS/Input.pm
head: 1.4
branch:
locks: strict
access list:
symbolic names:
	CURRENT: 1.4
	RELEASE_1_4: 1.4
	RELEASE_1_3: 1.4
	RELEASE_1_2: 1.4
	RELEASE_1_1: 1.4
	RELEASE_1_0: 1.3
	alpha_0_3_1: 1.1
	alpha_0_3: 1.1
keyword substitution: kv
total revisions: 4;	selected revisions: 2
description:
----------------------------
revision 1.4
date: 2000/11/30 16:19:27;  author: jcl53;  state: Exp;  lines: +6 -3
Upped the minimum Perl interpreter version from 5.002 to 5.005, just in case someone out there does something like trying to run this script on a non-Unix system...
----------------------------
revision 1.3
date: 2000/11/28 16:27:34;  author: jcl53;  state: Exp;  lines: +10 -3
Added a little comment to the 'use lib' lines.  Modules (especially LDMS ones) should be included after them so that testing compilation with 'perl -c' works.
=============================================================================

RCS file: /home/LDMS/cvsroot/LDMS/LDMS/LP.pm,v
Working file: LDMS/LP.pm
head: 1.14
branch:
locks: strict
access list:
symbolic names:
	CURRENT: 1.14
	RELEASE_1_4: 1.14
	RELEASE_1_3: 1.14
	RELEASE_1_2: 1.14
	RELEASE_1_1: 1.14
	RELEASE_1_0: 1.13
	alpha_0_3_1: 1.6
	alpha_0_3: 1.5
keyword substitution: kv
total revisions: 14;	selected revisions: 2
description:
----------------------------
revision 1.14
date: 2000/11/30 16:19:27;  author: jcl53;  state: Exp;  lines: +6 -3
Upped the minimum Perl interpreter version from 5.002 to 5.005, just in case someone out there does something like trying to run this script on a non-Unix system...
----------------------------
revision 1.13
date: 2000/11/28 16:27:34;  author: jcl53;  state: Exp;  lines: +6 -3
Added a little comment to the 'use lib' lines.  Modules (especially LDMS ones) should be included after them so that testing compilation with 'perl -c' works.
=============================================================================

RCS file: /home/LDMS/cvsroot/LDMS/LDMS/Pre.pm,v
Working file: LDMS/Pre.pm
head: 1.5
branch:
locks: strict
access list:
symbolic names:
	CURRENT: 1.5
	RELEASE_1_4: 1.5
	RELEASE_1_3: 1.5
	RELEASE_1_2: 1.5
	RELEASE_1_1: 1.5
	RELEASE_1_0: 1.1
keyword substitution: kv
total revisions: 5;	selected revisions: 5
description:
----------------------------
revision 1.5
date: 2000/11/30 16:19:27;  author: jcl53;  state: Exp;  lines: +6 -3
Upped the minimum Perl interpreter version from 5.002 to 5.005, just in case someone out there does something like trying to run this script on a non-Unix system...
----------------------------
revision 1.4
date: 2000/11/29 13:00:55;  author: jhj4;  state: Exp;  lines: +12 -4
*** empty log message ***
----------------------------
revision 1.3
date: 2000/11/29 04:17:52;  author: jcl53;  state: Exp;  lines: +19 -4
Did some gratuitous commenting, added newlines after the <PRE> tags.
----------------------------
revision 1.2
date: 2000/11/28 23:48:33;  author: jcl53;  state: Exp;  lines: +14 -8
Fixed the package declaration (it's not XMLOut, it's Pre).
Pretty-prints (i.e. puts newlines in) text that's <PRE> tagged.
----------------------------
revision 1.1
date: 2000/11/28 14:46:35;  author: jcl53;  state: Exp;
Renamed preModule.pm to Pre.pm.
=============================================================================

RCS file: /home/LDMS/cvsroot/LDMS/LDMS/State.pm,v
Working file: LDMS/State.pm
head: 1.9
branch:
locks: strict
access list:
symbolic names:
	CURRENT: 1.9
	RELEASE_1_4: 1.9
	RELEASE_1_3: 1.9
	RELEASE_1_2: 1.9
	RELEASE_1_1: 1.8
	RELEASE_1_0: 1.6
keyword substitution: kv
total revisions: 9;	selected revisions: 4
description:
----------------------------
revision 1.9
date: 2000/12/01 19:41:59;  author: jcl53;  state: Exp;  lines: +153 -2
Commented functions more extensively, with preconditions and postconditions.
----------------------------
revision 1.8
date: 2000/11/30 16:19:27;  author: jcl53;  state: Exp;  lines: +6 -3
Upped the minimum Perl interpreter version from 5.002 to 5.005, just in case someone out there does something like trying to run this script on a non-Unix system...
----------------------------
revision 1.7
date: 2000/11/29 06:09:47;  author: jcl53;  state: Exp;  lines: +38 -5
Added a state stack that keeps track of the sequence label of the current division.  This is basically what the title numbers it as.
----------------------------
revision 1.6
date: 2000/11/28 18:28:30;  author: jcl53;  state: Exp;  lines: +19 -10
Added code to use footnote module in LDMS::DataText.
Fixed a few syntax problems introduced into the state machine.
=============================================================================

RCS file: /home/LDMS/cvsroot/LDMS/LDMS/Status.pm,v
Working file: LDMS/Status.pm
head: 1.11
branch:
locks: strict
access list:
symbolic names:
	CURRENT: 1.11
	RELEASE_1_4: 1.11
	RELEASE_1_3: 1.11
	RELEASE_1_2: 1.11
	RELEASE_1_1: 1.10
	RELEASE_1_0: 1.7
	alpha_0_3_1: 1.3
	alpha_0_3: 1.3
keyword substitution: kv
total revisions: 11;	selected revisions: 5
description:
----------------------------
revision 1.11
date: 2000/12/01 03:42:08;  author: cs58;  state: Exp;  lines: +7 -2
Added authorship information
----------------------------
revision 1.10
date: 2000/11/30 16:19:27;  author: jcl53;  state: Exp;  lines: +6 -3
Upped the minimum Perl interpreter version from 5.002 to 5.005, just in case someone out there does something like trying to run this script on a non-Unix system...
----------------------------
revision 1.9
date: 2000/11/29 06:10:23;  author: jcl53;  state: Exp;  lines: +6 -3
Modified status messages to look better with the new sequence labels.
----------------------------
revision 1.8
date: 2000/11/29 00:01:02;  author: jcl53;  state: Exp;  lines: +18 -3
Added new status message style to this module.
----------------------------
revision 1.7
date: 2000/11/28 16:27:35;  author: jcl53;  state: Exp;  lines: +10 -3
Added a little comment to the 'use lib' lines.  Modules (especially LDMS ones) should be included after them so that testing compilation with 'perl -c' works.
=============================================================================

RCS file: /home/LDMS/cvsroot/LDMS/LDMS/Table.pm,v
Working file: LDMS/Table.pm
head: 1.13
branch:
locks: strict
access list:
symbolic names:
	CURRENT: 1.13
	RELEASE_1_4: 1.11
	RELEASE_1_3: 1.11
	RELEASE_1_2: 1.11
	RELEASE_1_1: 1.10
	RELEASE_1_0: 1.2
keyword substitution: kv
total revisions: 13;	selected revisions: 10
description:
----------------------------
revision 1.11
date: 2000/12/01 19:04:48;  author: jhj4;  state: Exp;  lines: +291 -241
Fixed a small bug that resulted in loss of text lines.
Had to do with the call to skip lines of dashes between tables.
----------------------------
revision 1.10
date: 2000/11/30 16:19:27;  author: jcl53;  state: Exp;  lines: +2 -2
Upped the minimum Perl interpreter version from 5.002 to 5.005, just in case someone out there does something like trying to run this script on a non-Unix system...
----------------------------
revision 1.9
date: 2000/11/29 13:00:55;  author: jhj4;  state: Exp;  lines: +176 -31
*** empty log message ***
----------------------------
revision 1.8
date: 2000/11/29 04:37:12;  author: jhj4;  state: Exp;  lines: +1 -4
Removed extra print STDERR statements.
----------------------------
revision 1.7
date: 2000/11/29 04:33:25;  author: jhj4;  state: Exp;  lines: +22 -11
Fixed the bug that lost characters beyond the guideline length.
----------------------------
revision 1.6
date: 2000/11/29 03:44:28;  author: jhj4;  state: Exp;  lines: +4 -4
Undid attempted bug fix.
----------------------------
revision 1.5
date: 2000/11/29 03:30:14;  author: jhj4;  state: Exp;  lines: +5 -8
Commented out Xref in Footnote.pm
Attempting bug fix in Table.pm
----------------------------
revision 1.4
date: 2000/11/29 03:02:30;  author: jhj4;  state: Exp;  lines: +89 -88
$i -> $tablei
----------------------------
revision 1.3
date: 2000/11/29 02:51:31;  author: jhj4;  state: Exp;  lines: +7 -7
Some changes to Table.pm
----------------------------
revision 1.2
date: 2000/11/28 16:20:20;  author: jcl53;  state: Exp;  lines: +6 -4
Added the package name to this module.  That was about the only thing needed here.  (Good work, Ju!)
=============================================================================

RCS file: /home/LDMS/cvsroot/LDMS/LDMS/XMLOut.pm,v
Working file: LDMS/XMLOut.pm
head: 1.23
branch:
locks: strict
access list:
symbolic names:
	CURRENT: 1.23
	RELEASE_1_4: 1.23
	RELEASE_1_3: 1.23
	RELEASE_1_2: 1.23
	RELEASE_1_1: 1.21
	RELEASE_1_0: 1.16
	alpha_0_3_1: 1.9
	alpha_0_3: 1.7
keyword substitution: kv
total revisions: 23;	selected revisions: 8
description:
----------------------------
revision 1.23
date: 2000/12/01 05:58:37;  author: bww3;  state: Exp;  lines: +9 -3
corrected an error where I tried to call writeErrMsg instead
of the proper printErrMsg
----------------------------
revision 1.22
date: 2000/11/30 20:32:55;  author: bww3;  state: Exp;  lines: +33 -13
added error checking to make sure that EndTag is not called too much
or too little, in EndTag and in Finala. - bww3
----------------------------
revision 1.21
date: 2000/11/30 16:19:27;  author: jcl53;  state: Exp;  lines: +6 -3
Upped the minimum Perl interpreter version from 5.002 to 5.005, just in case someone out there does something like trying to run this script on a non-Unix system...
----------------------------
revision 1.20
date: 2000/11/29 07:28:42;  author: jcl53;  state: Exp;  lines: +5 -3
Recommitting the changes which were lost in previous revision.
----------------------------
revision 1.19
date: 2000/11/29 06:53:10;  author: jcl53;  state: Exp;  lines: +6 -3
Changed the document type declaration so that it doesn't spew out 'undefined variable' messages.
----------------------------
revision 1.18
date: 2000/11/29 05:33:30;  author: bww3;  state: Exp;  lines: +9 -2
added an XML declaration and document type tag
----------------------------
revision 1.17
date: 2000/11/28 20:46:08;  author: bww3;  state: Exp;  lines: +8 -4
Added a commenting line showing DTD in location.
----------------------------
revision 1.16
date: 2000/11/28 16:27:35;  author: jcl53;  state: Exp;  lines: +7 -3
Added a little comment to the 'use lib' lines.  Modules (especially LDMS ones) should be included after them so that testing compilation with 'perl -c' works.
=============================================================================

RCS file: /home/LDMS/cvsroot/LDMS/LDMS/Xrefs.pm,v
Working file: LDMS/Xrefs.pm
head: 1.4
branch:
locks: strict
access list:
symbolic names:
	CURRENT: 1.4
	RELEASE_1_4: 1.4
	RELEASE_1_3: 1.4
	RELEASE_1_2: 1.4
keyword substitution: kv
total revisions: 4;	selected revisions: 4
description:
----------------------------
revision 1.4
date: 2000/12/01 20:02:47;  author: jcl53;  state: Exp;  lines: +3 -3
Added a (much needed) closing parenthesis at the end of line 189.
----------------------------
revision 1.3
date: 2000/12/01 19:52:20;  author: sbk22;  state: Exp;  lines: +10 -11
instead of outputting an error msg, empty input is passed to FootRef
sbk22
----------------------------
revision 1.2
date: 2000/12/01 18:46:40;  author: sbk22;  state: Exp;  lines: +82 -29
Added some code to check for uneven number of brackets in a cross
reference text.
sbk22
----------------------------
revision 1.1
date: 2000/12/01 12:11:55;  author: sbk22;  state: Exp;
Added comments and code to check for error in input.
=============================================================================

RCS file: /home/LDMS/cvsroot/LDMS/doc/test.txt,v
Working file: doc/test.txt
head: 1.1
branch:
locks: strict
access list:
symbolic names:
	CURRENT: 1.1
	RELEASE_1_4: 1.1
	RELEASE_1_3: 1.1
	RELEASE_1_2: 1.1
	RELEASE_1_1: 1.1
	RELEASE_1_0: 1.1
keyword substitution: kv
total revisions: 1;	selected revisions: 1
description:
----------------------------
revision 1.1
date: 2000/11/28 16:25:42;  author: jcl53;  state: Exp;
Moved test.txt to doc/ subdirectory of top level.
=============================================================================

RCS file: /home/LDMS/cvsroot/LDMS/dtd/LDMS.dtd,v
Working file: dtd/LDMS.dtd
head: 1.14
branch:
locks: strict
access list:
symbolic names:
	CURRENT: 1.14
	RELEASE_1_4: 1.14
	RELEASE_1_3: 1.14
	RELEASE_1_2: 1.14
	RELEASE_1_1: 1.14
	RELEASE_1_0: 1.10
	alpha_0_3_1: 1.6
	alpha_0_3: 1.5
	PROTOTYPE_0_1: 1.1.1.1
	LDMS: 1.1.1
keyword substitution: kv
total revisions: 15;	selected revisions: 5
description:
----------------------------
revision 1.14
date: 2000/11/29 05:22:14;  author: cs58;  state: Exp;  lines: +2 -2
Inserted whitespaces in ELEMENT declarations where necessary
----------------------------
revision 1.13
date: 2000/11/29 05:12:59;  author: cs58;  state: Exp;  lines: +27 -32
Cleaned up syntax errors
----------------------------
revision 1.12
date: 2000/11/29 03:42:10;  author: cs58;  state: Exp;  lines: +1 -1
Closed a tag that was not terminated
----------------------------
revision 1.11
date: 2000/11/28 20:29:37;  author: jhj4;  state: Exp;  lines: +1 -1
Added FOOTREF into DATATEXT.
----------------------------
revision 1.10
date: 2000/11/28 02:50:14;  author: jhj4;  state: Exp;  lines: +3 -3
Spelling correction.
=============================================================================

RCS file: /home/LDMS/cvsroot/LDMS/dtd/LDMScopy.dtd,v
Working file: dtd/LDMScopy.dtd
head: 1.1
branch:
locks: strict
access list:
symbolic names:
	CURRENT: 1.1
	RELEASE_1_4: 1.1
	RELEASE_1_3: 1.1
	RELEASE_1_2: 1.1
keyword substitution: kv
total revisions: 1;	selected revisions: 1
description:
----------------------------
revision 1.1
date: 2000/11/30 20:28:21;  author: cs58;  state: Exp;
This DTD document is a copy of the original DTD as of 11-30-2000 15:34
=============================================================================

RCS file: /home/LDMS/cvsroot/LDMS/man/LDMS.pl.1,v
Working file: man/LDMS.pl.1
head: 1.2
branch:
locks: strict
access list:
symbolic names:
	CURRENT: 1.2
	RELEASE_1_4: 1.2
	RELEASE_1_3: 1.2
keyword substitution: kv
total revisions: 2;	selected revisions: 2
description:
----------------------------
revision 1.2
date: 2000/12/01 20:19:07;  author: jcl53;  state: Exp;  lines: +4 -7
Regenerated LDMS.pl.1 from the LDMS.pl internal documentation.
----------------------------
revision 1.1
date: 2000/12/01 20:15:53;  author: jcl53;  state: Exp;
Moved LDMS.1 to LDMS.pl.1 so that we can 'man LDMS.pl'.
=============================================================================
