Download List

專案描述

trf is an extension library to the script language tcl, as created by John Ousterhout. It 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. Existing transforms include Base64, UUencode, Hashes (SHA, MD5, ...), error correction codec, zlib-based compression, script level transforms.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2001-01-30 15:14
2.1p1

Cross-references to related software were added to the documentation. Several minor bugs related to the installations tools were fixed. Support was added for bulding static libraries, and for building with mingw32. Some error messages were changed to make them clearer. Changes were made to adapt the extension to the overhaul of the stacked channel stuff in the Tcl core. Fixes were made for a buffer overun in quoted-printable, and for an infinite loop in zip.

2001-01-30 15:14
2.0p6

A series of bugfixes in configure and Makefiles with regard to the MD5 binding, a fix for a memory leak, and better support for generation of static libraries and linking to static libraries (zlib, bzlib, md5).

2001-01-30 15:14
2.0

Dropped support for Tcl 7.6, support for stubs and TEA-compliant building of this extension, rewritten handling of seek requests for transforms, compile-time options for static linking of compression libraries, load-on-demand MD5 functionality, new commands 'md5crypt' and 'crypt' for use in password authentication, and a new option '-nowrap' for zip transformations.

2001-01-30 15:14
1.8p1

The bug in the 'bzip' (de)compressor has been fixed, and compile time options to statically link zlib (--enable-static-zlib, -DZLIB_STATIC_BUILD) and bzlib (--enable-static-bzlib, -DBZLIB_STATIC_BUILD) have been added.

2001-01-30 15:14
1.8

base64 is now fully MIME compliant, new "quoted-printable" conversion thanks to Marshall Rose, partial support for the "bzip2" compressor thanks to Jan Nijtmans, and support for Tcl 8.2 has been added.

Project Resources