TEA (tclconfig) Source Code

Changes On Branch core_zip_vfs
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Changes In Branch core_zip_vfs Excluding Merge-Ins

This is equivalent to a diff from dd33f1cac6 to fae8456ce9

2016-10-20
18:59
Updating a few calls to ::debug to point to ::practcl::debug instead check-in: d0a296b832 user: hypnotoad tags: practcl
16:59
Branch to allow practcl to properly handle core_zip_vfs Closed-Leaf check-in: fae8456ce9 user: hypnotoad tags: core_zip_vfs
2016-10-02
11:57
Adding support for cross compiling. Practcl now looks for a "CONFIG_SITE" element in the master project's define array. If present, practcl adapts itself to perform a cross compile.

If ::practcl::config.tcl is run, this entry will be automatically created if a config.site file is in the directory of the master project build.

CONFIG_SITE points to a file containing a sh compadible description of the cross compiler environment. Practcl will also read and respond to flags in this file check-in: 17134ff7ac user: hypnotoad tags: practcl

2016-09-23
14:57
Fix to cut down on the number of empty trace comments in generated C code

Added provisions of private (i.e. static) typedefs and structs in C files

Moved where verbatim headers are read in from

Added a the concept of a "pre C loaded" tcl init script and "post C loaded" tcl init script check-in: dd33f1cac6 user: hypnotoad tags: practcl

2016-08-31
16:16
Closing a local branch check-in: 0022e43c53 user: hypnotoad tags: practcl

Changes to practcl.tcl.