1
2
3
4
5
6
7
8
9
10
|
FILE: "/diska/home/joze/src/tclreadline/README"
LAST MODIFICATION: "Fri Aug 20 15:01:56 1999 (joze)"
(C) 1998, 1999 by Johannes Zellner, <johannes@zellner.org>
$Id$
---
tclreadline -- gnu readline for tcl
Copyright (C) 1999 Johannes Zellner
|
|
|
1
2
3
4
5
6
7
8
9
10
|
FILE: "/diska/home/joze/src/tclreadline/README"
LAST MODIFICATION: "Fri Aug 20 15:53:03 1999 (joze)"
(C) 1998, 1999 by Johannes Zellner, <johannes@zellner.org>
$Id$
---
tclreadline -- gnu readline for tcl
Copyright (C) 1999 Johannes Zellner
|
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
|
1. Introduction
---------------
This directory contains the sources and documentation for tclreadline,
which builds a connection between tcl and the gnu readline.
The information here corresponds to release 0.9 (still a developers release).
2. Documentation
----------------
The tclreadline.n nroff man page in this release contains the reference
manual entries for tclreadline. If you only want to use tclreadline as
a tool for interactive script development, you don't have to read this
|
|
|
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
|
1. Introduction
---------------
This directory contains the sources and documentation for tclreadline,
which builds a connection between tcl and the gnu readline.
The information here corresponds to release 1.0.
2. Documentation
----------------
The tclreadline.n nroff man page in this release contains the reference
manual entries for tclreadline. If you only want to use tclreadline as
a tool for interactive script development, you don't have to read this
|