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 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

交叉参考相关的软件被添加到文档。有关设施的工具,一些小错误是固定的。支持,增加了对资料建设静态库,并与mingw32建设。有些错误信息发生了变化,使其更为清晰。变化是为了适应扩大到在Tcl的核心通道堆放东西的改革。修复了一个在引号的打印缓冲区overun,并在压缩无限循环。
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

阿的配置和Makefiles除错方面的MD5具有约束力,为内存泄漏修复,更好地为静态库生成的支持,并链接到静态库系列(zlib的,bzlib,的MD5)。
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

取消对Tcl的支持,为存根和茶叶支持7.6的这个扩展符合建设改写寻求变换的要求,编译时选择处理,静态压缩库,负载点播功能的MD5,'新的命令md5crypt'连接和'地下室'密码验证中使用,而且新的选项'nowrap的压缩转换'。
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

在'bzip的错误'(日)压缩机已得到修复,并编译时选择静态链接zlib的( -使静电- zlib的,- DZLIB_STATIC_BUILD)和bzlib( -使静电- bzlib,- DBZLIB_STATIC_BUILD)有被添加。
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编码的MIME标准,新的“引述打印”转化感谢马歇尔玫瑰,为“bzip2压缩部分支持”压缩机1月Nijtmans感谢,并支持对Tcl 8.2增加了。
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