2004-03-31 |
|
---|---|
Cleaned up the string too short/too long error messages.
tundra
committed
on 31 Mar 2004
|
|
Changed VarDescriptor base class to inherent from 'object'. This
...
tundra
committed
on 31 Mar 2004
|
|
Changed the file open logic to only trap on an IO Error. Other errors
...
tundra
committed
on 31 Mar 2004
|
|
2004-03-26 |
Retructured CondStack to prepare the way for ELSE directives.
tundra
committed
on 26 Mar 2004
|
|
|
2004-03-25 |
Major code reorganization to fix problem with nested conditionals and
...
tundra
committed
on 25 Mar 2004
|
Added LegalVal and Min/Max defintions to test variables.
tundra
committed
on 25 Mar 2004
|
|
Added Legal Values checking for all relevant types.
tundra
committed
on 25 Mar 2004
|
|
Cleaned up bugs in the bounds checking logic.
tundra
committed
on 25 Mar 2004
|
|
2004-03-24 |
Further cleanup of API validation logic.
tundra
committed
on 24 Mar 2004
|
Added more detail to errors encountered while validating symbol table
...
tundra
committed
on 24 Mar 2004
|
|
Added further sanity checking of any symbol table passed into the API.
tundra
committed
on 24 Mar 2004
|
|
Added some Min/Max values for bounds testing.
tundra
committed
on 24 Mar 2004
|
|
Implemented Min/Max enforcement for ints/floats/strings.
tundra
committed
on 24 Mar 2004
|
|
|
|
|
|
Further cleanup of NAMESPACE handling. Made all variable derefrencing
...
tundra
committed
on 24 Mar 2004
|
|
Added logic to suppress redefinition of reserved symbols.
tundra
committed
on 24 Mar 2004
|
|
|
|
Added NAMESPACE capabilities.
tundra
committed
on 24 Mar 2004
|
|
Implemented semantics for new variables: The first value assigned to a
...
tundra
committed
on 24 Mar 2004
|
|
Added code to protect Read Only variables from being changed.
tundra
committed
on 24 Mar 2004
|
|
Added basic check of symbol table passed to API to confirm a valid
...
tundra
committed
on 24 Mar 2004
|
|
Extraneous text on IFALL/ANY/NONE lines now generates error and sets
...
tundra
committed
on 24 Mar 2004
|
|
2004-03-22 |
Corrected Literal line processing code to detect extra LITERAL and
...
tundra
committed
on 22 Mar 2004
|
2004-03-21 |
Changed ENDIF logic to be strict and require nothing else be on the
...
tundra
committed
on 21 Mar 2004
|
BUGFIX: Comments were not being passed in literal blocks. Reorganized
...
tundra
committed
on 21 Mar 2004
|
|
Reorganize the code slightly to that blank lines would be passed
...
tundra
committed
on 21 Mar 2004
|
|
Implement Literal line processing with- and without variable substitutions.
tundra
committed
on 21 Mar 2004
|