History for tconfpy / tconfpy.py
2004-04-26
@tundra
Added variable templating feature.
tundra committed on 26 Apr 2004
2004-04-24
@tundra
Swapped .OSTYPE and .PLATFORM definitions.
tundra committed on 24 Apr 2004
2004-04-17
@tundra
Added .OSTYPE to predefined system variables.
tundra committed on 17 Apr 2004
2004-04-16
@tundra
Added code to properly condition variable references within ...
tundra committed on 16 Apr 2004
@tundra
Rewrote the existential conditional code so that variable names and ...
tundra committed on 16 Apr 2004
@tundra
Changed order of formal parameters in API so debug is last. ...
tundra committed on 16 Apr 2004
@tundra
Restructured and simplified NAMESPACE code considerably. ...
tundra committed on 16 Apr 2004
2004-04-14
@tundra
Created symbolic value PERIOD. ...
tundra committed on 14 Apr 2004
@tundra
Added startup check to make sure initially passed namespace is legit.
tundra committed on 14 Apr 2004
@tundra
Fixed bug that prevented environment variables from being derefenced. ...
tundra committed on 14 Apr 2004
@tundra
Insured that [NAMESPACE] always relative to root namespace.
tundra committed on 14 Apr 2004
@tundra
Reorganized code to use a common symbol name validation routine. ...
tundra committed on 14 Apr 2004
2004-04-13
@tundra
Combined reserved and predfined symbols into a single data dictionary.
tundra committed on 13 Apr 2004
@tundra
Implemented check to prevent namespaces with leading ENVIRO character.
tundra committed on 13 Apr 2004
@tundra
Fixed a number of subtle bugs involving namespace handling for ...
tundra committed on 13 Apr 2004
2004-04-08
@tundra
Added check to make sure a variable name does not contain DELIML or ...
tundra committed on 8 Apr 2004
@tundra
Cleaned up all manner of bugs having to do with variable names ...
tundra committed on 8 Apr 2004
@tundra
Changed API argument from InitialSymTbl to InitialSymTable.
tundra committed on 8 Apr 2004
@tundra
Added code to verify that LegalVals is a list for each variable passed ...
tundra committed on 8 Apr 2004
2004-04-07
@tundra
Added support for AllowNewNamespaces option. ...
tundra committed on 7 Apr 2004
2004-04-06
@tundra
Added support for AllowNewVars API option.
tundra committed on 6 Apr 2004
@tundra
Suppress attempts to name variables with leading $ or #.
tundra committed on 6 Apr 2004
2004-04-02
@tundra
Added code to prevent variable names beginning with DOLLAR.
tundra committed on 2 Apr 2004
@tundra
Sorted error and warning messages in the source code.
tundra committed on 2 Apr 2004
@tundra
Restrucured predefined symbols for ease of maintenance and to make use ...
tundra committed on 2 Apr 2004
@tundra
Corrected return logic in the face of an API error to use the newer ...
tundra committed on 2 Apr 2004
2004-04-01
@tundra
Added predefined variable dump on direct invocation.
tundra committed on 1 Apr 2004
@tundra
Implemented several pre-defined variables to reflect running system.
tundra committed on 1 Apr 2004
@tundra
Changed return mechanics to use an object instead of a tuple of lists. ...
tundra committed on 1 Apr 2004
2004-03-31
@tundra
Moved direct invocation logic to end of file. ...
tundra committed on 31 Mar 2004