2004-04-14 |
Reorganized code to use a common symbol name validation routine.
...
tundra
committed
on 14 Apr 2004
|
---|---|
2004-04-13 |
Combined reserved and predfined symbols into a single data dictionary.
tundra
committed
on 13 Apr 2004
|
Implemented check to prevent namespaces with leading ENVIRO character.
tundra
committed
on 13 Apr 2004
|
|
|
|
2004-04-08 |
Added check to make sure a variable name does not contain DELIML or
...
tundra
committed
on 8 Apr 2004
|
|
|
Changed API argument from InitialSymTbl to InitialSymTable.
tundra
committed
on 8 Apr 2004
|
|
Added code to verify that LegalVals is a list for each variable passed
...
tundra
committed
on 8 Apr 2004
|
|
2004-04-07 |
|
2004-04-06 |
Added support for AllowNewVars API option.
tundra
committed
on 6 Apr 2004
|
Suppress attempts to name variables with leading $ or #.
tundra
committed
on 6 Apr 2004
|
|
2004-04-02 |
Added code to prevent variable names beginning with DOLLAR.
tundra
committed
on 2 Apr 2004
|
Sorted error and warning messages in the source code.
tundra
committed
on 2 Apr 2004
|
|
Restrucured predefined symbols for ease of maintenance and to make use
...
tundra
committed
on 2 Apr 2004
|
|
Corrected return logic in the face of an API error to use the newer
...
tundra
committed
on 2 Apr 2004
|
|
2004-04-01 |
Added predefined variable dump on direct invocation.
tundra
committed
on 1 Apr 2004
|
Implemented several pre-defined variables to reflect running system.
tundra
committed
on 1 Apr 2004
|
|
Changed return mechanics to use an object instead of a tuple of lists.
...
tundra
committed
on 1 Apr 2004
|
|
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 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
|