File: README

package info (click to toggle)
memchan 2.3-2
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 3,868 kB
  • sloc: ansic: 3,320; sh: 990; tcl: 687; makefile: 51
file content (46 lines) | stat: -rw-r--r-- 1,414 bytes parent folder | download | duplicates (3)
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
37
38
39
40
41
42
43
44
45
46

		Memory Channels in Tcl
		(Version 2.3 / DEC-10-2010)

	Andreas Kupries	(andreas_kupries@users.sourceforge.net)

This directory contains a freely distributable extension to Tcl
implementing memory channels, i.e. channels storing the data
placed into them in memory, not on disk.


BACKGROUND

Tcl stands for the Tool Command Language, a freely distributable,
embeddable scripting language package.  Tk is an freely distributable X
windows interface toolkit and widget library implemented as a collection of
new commands added to Tcl.

Memchan 2.3 is developed for Tcl 8.0 or higher.  It is a Tcl
extension, Tk is not required.

This distribution contains the source code for Memchan + (very simple)
documentation describing the new command.
Memchan should be available by anonymous ftp from ftp.neosoft.com soon.


COMPILING/USING Memchan

To compile Memchan follow the instructions in the file README.install

To report bugs, bug fixes, descriptions of interesting Memchan
applications, and suggested improvements:

+) Send email to andreas_kupries@users.sourceforge.net

or

+) Post an article to the newsgroup	comp.lang.tcl


REPORTING PROBLEMS

This extension has been tested extensively on a number of platforms and with
various versions of Tcl. If you find a problem and can reproduce it simply
then please submit a bug report on the memchan sourceforge project at
http://sourceforge.net/projects/memchan/