1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36
|
Hello world,
I hereby announce trf 2.1.4.
It is
A loadable extension to Tcl providing commands for data conversion,
message digests, zlib based compression, error-correction,
channel-based manipulation of binary data.
Trf extends the language at the C-level with so-called
``transformer''-procedures. With the help of some patches (*) to the
core the package is able to intercept all read/write operations
on designated channels, thus giving it the ability to transform
the buffer contents as desired. This allows things like
transparent encryption, compression, charset recoding,
etc. Build upon this framework (and as proof of concept) a
collection of tcl-level commands was implemented. Additionally
some binary data support is put in as well.
A separate package containing encryption transformation is available
at the same site carrying this package.
(*) The patches are only necessary for Tcl 8.0.x and 8.1.x. Since
Tcl 8.2 the Trf patch is an official part of the core.
Changes from 2.1p1 to 2.1.3
* Corrected inconsistency BUILD_Trf / BUILD_trf.
The distribution can be found at
<http://tcltrf.sourceforge.net/>
Sincerely
Andreas Kupries <andreas_kupries@users.sourceforge.net>
MAY-06-2009
|