Download List

Projeto Descrição

Memchan is an extension library to the script language Tcl, as created by John Ousterhout. It provides two new channel types for in-memory channels and the appropriate commands for their creation. They are useful to transfer large amounts of data between procedures or interpreters, and additionally provide an easy interface to on-the-fly generation of code too. No need to set or append to a string, just do a simple puts.

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:13
2.1

Adicionado suporte para TEA construção irregular de esta extensão. Isso requer, no mínimo, Tcl / Tk 8.2. As antigas instalações construídas (Unix, Win) ainda existem e ainda são utilizáveis. Também foi adicionada uma opção de 'memchan', para pré-alocação de bufferspace, acrescentou opção '-alocado' para 'fconfigure ", para permitir que um usuário para consultar o número de bytes alocados pelo buffers, em contraste com a longa-metragem, que recupera o número de bytes utilizados.
Added support for TEA compliant building of this extension. This requires at least Tcl/Tk 8.2. The old built facilities (unix, win) still exist and are still usable. Also added an option to 'memchan', for preallocation of bufferspace, added option '-allocated' to 'fconfigure', to allow a user to query the number of bytes allocated by the buffers, in contrast to -length, which retrieves the number of used bytes.

2001-01-30 15:13
2.0

Esta nova versão grandes gotas de suporte para Tcl 7,6 ou mais. A última versão do memchan apoiar a série 7.x é de 1,9 e ainda disponível no site. Sem outras alterações foram feitas.
This new major version drops support for Tcl 7.6 or older. The last version of memchan supporting the 7.x series is 1.9 and still available from the site. No other changes were made.

2001-01-30 15:13
1.9

Made thread-safe é compilado com um fio habilitados versão do TCL 8.1. Reorginization interno Small da "biblioteca de genéricos», cabeçalhos, agora, utilizáveis com um compilador C + +, novo tipo de canal: FIFO, mesmo que memchan, mas com características fifo, como tomadas e canos.
Made thread-safe is compiled against a thread-enabled version of TCL 8.1. Small internal reorginization of the 'generic' library, headers now usable with a C++ compiler,
New channel type: fifo, same as memchan, but with fifo characteristics, like sockets and pipes.

Project Resources