
This release has been modified by S. R. Whiteley of Whiteley Research
Inc. for the following reasons.

1.  To provide a stable "reference" release for WRspice users.

2.  To fix bugs and incorporate new features as found/needed.

The starting point was the original adms-2.3.0.tar.gz distribution
file with size 639604 bytes, obtained from mot-adms at SourceForge.

This distribution seems to be no longer available.  The current
adms-2.3.0.tar.gz from the same site has size 4333061.  This
distribution has the following properties:

1.  It expands into a subdirectory named adms_2.30_1180 rather than
    adms-2.3.0.
2.  The configure script is not executable, needs "chmod 755 configure".
3.  The auxconf/config.guess and auxconf/config.sub are missing, one
    can run "automake --add-missing".
4.  There are the debris of a prior build, with prefix=/home/mike
    litering the distribution.  This probably explains the distribution
    file size difference.
5.  The files in this distribution appear to be about a year older
    than the files in the original distribution.

Although the distribution appears to "work" once one deals with these
issues, it is rather bizarre that something with quality standards
this low would appear publicly, replacing a perfectly-good equivalent. 
There was no explanation that I could find.
------------------------------------------------------------------------

Changes:

All changes will be marked with my initials:  "SRW".  Search for this
to find changes.

3/20/2014

PreprocessorLex.l, verilogaLex.l
String recognition nos supports embedded \" as literal quote.

3/7/2014

The preprocessorLex.l was modified so that forms like I(<x>) map to
I(x,x).  Previously, this would give a syntax error.

3/6/2014

Fix preprocessorLex.l to avoid spurious fatal lex error from an
included file whose last line contains only white space.

2/21/2014

The preprocessorYacc.y file was not present in the original
distribution.  This was imported from the "replacement" distribution.

The preprocessorLex.l and preprocessorYacc.y files were tweaked to
fix problems encountered parsing the bsim6.va file from UC Berkeley.
See notes in those files.

