in-memory channels for Tcl, chunks and fifos Memchan is an extension to Tcl implementing memory channels, i.e. channels storing the data placed into them in memory, not on disk. OK landry@
14 lines
443 B
Plaintext
14 lines
443 B
Plaintext
$OpenBSD: patch-Makefile_in,v 1.1.1.1 2010/07/28 17:24:01 sebastia Exp $
|
|
otherwise clash with tcllib
|
|
--- Makefile.in.orig Sun Jul 18 15:30:47 2010
|
|
+++ Makefile.in Sun Jul 18 15:30:55 2010
|
|
@@ -59,7 +59,7 @@ DOC_SOURCES = \
|
|
fifo2.man \
|
|
null.man \
|
|
zero.man \
|
|
- random.man
|
|
+ mchan-random.man
|
|
|
|
#========================================================================
|
|
# Identify the object files. This replaces .c with .$(OBJEXT) for all
|