2004-04-06 |
Added description of the 'nonew' option.
tundra
committed
on 6 Apr 2004
|
---|---|
Added support for AllowNewVars API option.
tundra
committed
on 6 Apr 2004
|
|
Added support for AllowNewVars.
tundra
committed
on 6 Apr 2004
|
|
|
|
Added sections on Debug and LiteralVars options.
tundra
committed
on 6 Apr 2004
|
|
Added Installation section.
tundra
committed
on 6 Apr 2004
|
|
Suppress attempts to name variables with leading $ or #.
tundra
committed
on 6 Apr 2004
|
|
2004-04-05 |
Added section on how to bundle the module with programmer's code.
tundra
committed
on 5 Apr 2004
|
|
|
Initial Revision
tundra
committed
on 5 Apr 2004
|
|
Updated to reflect new package name under FreeBSD.
tundra
committed
on 5 Apr 2004
|
|
Corrected various references to build directory.
tundra
committed
on 5 Apr 2004
|
|
Updated to reflect new directory naming scheme.
tundra
committed
on 5 Apr 2004
|
|
Changed distribution tarball name to py-tconfpy... to make consistent
...
tundra
committed
on 5 Apr 2004
|
|
Initial revision
tundra
committed
on 5 Apr 2004
|
|
Corrected suffix on tconfpy documentation.
tundra
committed
on 5 Apr 2004
|
|
|
|
Added setup.py to the distribution.
tundra
committed
on 5 Apr 2004
|
|
Initial revision
tundra
committed
on 5 Apr 2004
|
|
2004-04-02 |
Improved symbol table out formatting somewhat.
tundra
committed
on 2 Apr 2004
|
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
|
|
Changed requirement to Python 2.3 or later.
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
|
Changed to always output literals report since we don't know whether
...
tundra
committed
on 1 Apr 2004
|
|
|
|
Implemented several pre-defined variables to reflect running system.
tundra
committed
on 1 Apr 2004
|
|
Updated to use the object returned by tconfpy rather than a tuple of
...
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 |
*** empty log message ***
tundra
committed
on 31 Mar 2004
|
Added an initial explanatory comment.
tundra
committed
on 31 Mar 2004
|
|
|
|
Modified to accomodate the test driver and its documentation.
tundra
committed
on 31 Mar 2004
|
|
Reogranized the code considerably. Population of an initial symbol
...
tundra
committed
on 31 Mar 2004
|
|
|
|
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
|
|
Updated API call to use correct Debug variable name.
tundra
committed
on 21 Mar 2004
|
|
Changed command line processing to allow options appear anywhere.
...
tundra
committed
on 21 Mar 2004
|
|
Added literals and API changes to support Literal line processing.
...
tundra
committed
on 21 Mar 2004
|
|
Correct definition of returned symbol table.
tundra
committed
on 21 Mar 2004
|
|
Added information on Variable Descriptor objects.
tundra
committed
on 21 Mar 2004
|
|
|
|
2004-03-20 |
Added second example of user-defined derived variable descriptor to
...
tundra
committed
on 20 Mar 2004
|
Added user defined descriptor class derived from the base found in
...
tundra
committed
on 20 Mar 2004
|
|
2004-03-19 |
Implemented logic for variable assignment.
tundra
committed
on 19 Mar 2004
|
Changed name of symbol table dumping function for clarity since it now
...
tundra
committed
on 19 Mar 2004
|
|
Further cleanup of symbol table output formatting.
tundra
committed
on 19 Mar 2004
|
|
Cleaned up and formatted output of symbol table descriptor.
tundra
committed
on 19 Mar 2004
|
|
Retooled the test driver to make use of a descriptor object rather
...
tundra
committed
on 19 Mar 2004
|
|
Implemented variable descriptor as an object rather than a list for
...
tundra
committed
on 19 Mar 2004
|
|
Cleaned up file open error reporting for consistent format with other
...
tundra
committed
on 19 Mar 2004
|
|
Added ability to use environment variable references throughout.
tundra
committed
on 19 Mar 2004
|
|
|
|
2004-03-16 |
|
2004-03-15 |
Corrected logic to check for extraneous text on IFALL, IFANY, IFNONE lines.
...
tundra
committed
on 15 Mar 2004
|
2004-03-14 |
|
Changed debug statement regarding non-included lines clearer.
tundra
committed
on 14 Mar 2004
|
|
|
|
|
|
|
|
Completed logic for existential conditional and final .endif counts.
...
tundra
committed
on 14 Mar 2004
|
|
2004-03-13 |
Expanded DerefVar() to properly replace all variable references.
...
tundra
committed
on 13 Mar 2004
|
|
|
Changed initialization of symbol table to reflect removal of ISBUILTIN flag.
tundra
committed
on 13 Mar 2004
|
|
|
|
2004-03-12 |
Minor change to Usage string.
tundra
committed
on 12 Mar 2004
|
Reflected name change of test driver to 'test-tc.py'.
tundra
committed
on 12 Mar 2004
|
|
|
|
|
|
Changed commercial licensing terms.
tundra
committed
on 12 Mar 2004
|
|
Added Variable Reference regular expression and matching object.
tundra
committed
on 12 Mar 2004
|
|
Slight code reorganization and comment cleanup.
tundra
committed
on 12 Mar 2004
|
|
Improved formatting of error, warning, and debug messages.
tundra
committed
on 12 Mar 2004
|
|
Added parsing for .endif and .include directives.
tundra
committed
on 12 Mar 2004
|
|
2004-03-11 |
Removed status from return API. Not needed - implied by contents
...
tundra
committed
on 11 Mar 2004
|
|
|
2004-03-09 |
Updated copyright.
tundra
committed
on 9 Mar 2004
|
Clarified/cleaned up input and output parameters.
tundra
committed
on 9 Mar 2004
|
|
|
|
Changed API and return codes.
tundra
committed
on 9 Mar 2004
|
|
Created skeleton for parser logic, API, and return logic.
tundra
committed
on 9 Mar 2004
|
|
Cleaned up formatted output.
tundra
committed
on 9 Mar 2004
|
|
Added formatted warning and error message output.
tundra
committed
on 9 Mar 2004
|
|
2003-12-12 |
Initial revision
tundra
committed
on 12 Dec 2003
|
2003-07-01 |
More edits.
tundra
committed
on 1 Jul 2003
|
Initial revision
tundra
committed
on 1 Jul 2003
|
|
Changed licensing cost language.
tundra
committed
on 1 Jul 2003
|
|
Initial revision
tundra
committed
on 1 Jul 2003
|