Download List

Descripción del Proyecto

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

Añadido soporte para la construcción de TEA irregular de esta ampliación. Esto requiere, al menos, Tcl / Tk 8.2. Las instalaciones antiguas construidas (Unix, Win) todavía existen y siguen siendo utilizables. También se ha añadido una opción para 'memchan, para preubicación de bufferspace, agregó la opción "asignados" a "fconfigure', para permitir al usuario consultar el número de bytes asignados por los amortiguadores, en contraste con la longitud, que recupera el 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 nueva versión principal gotas de apoyo para Tcl 7.6 o más. La última versión de memchan apoyo a la serie 7.x es de 1,9 y todavía disponible en el sitio. No hay otros cambios se hicieron.
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 es compilado con un tema habilitado para la versión de TCL 8.1. Reorginization internos pequeños de la librería "genérico", encabezados ahora se puede usar con un compilador C + +, el tipo de canal nuevo: primero en entrar, igual que memchan, pero con características FIFO, como tomas de corriente y tuberías.
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