1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
FILE: README
$Id$
---
tclreadline -- gnu readline for tcl
http://www.zellner.org/tclreadline/
Copyright (c) 1998 - 2014, Johannes Zellner <johannes@zellner.org>
This software is copyright under the BSD license.
---
tclreadline
1. Introduction
|
|
|
|
|
|
|
|
|
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# FILE: README
# $Id$
# ---
# tclreadline -- gnu readline for tcl
# http://www.zellner.org/tclreadline/
# Copyright (c) 1998 - 2014, Johannes Zellner <johannes@zellner.org>
# This software is copyright under the BSD license.
# ---
tclreadline
1. Introduction
|
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
|
like wish, you should copy the file sample.tclshrc to $HOME/.wishrc
(or whatever the manual page of your interpreter says.) If you have
installed tclreadline properly, you are just ready to start:
start your favorite interpreter. The tclreadlineSetup.tcl script
does the rest.
4. History and Changes.
-----------------------
tclreadline-1.2 0: (Mar 2000)
switched to a BSD type license, introduced a new read-only
variable `license' in the tclreadline namespace.
tclreadline-1.1 0: (Mar 2000)
|
|
|
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
|
like wish, you should copy the file sample.tclshrc to $HOME/.wishrc
(or whatever the manual page of your interpreter says.) If you have
installed tclreadline properly, you are just ready to start:
start your favorite interpreter. The tclreadlineSetup.tcl script
does the rest.
5. History and Changes.
-----------------------
tclreadline-1.2 0: (Mar 2000)
switched to a BSD type license, introduced a new read-only
variable `license' in the tclreadline namespace.
tclreadline-1.1 0: (Mar 2000)
|
178
179
180
181
182
183
184
|
tclreadline-0.8: (May 1999)
- adapted for tcl8.1.
- minor bug fixes.
tclreadline-0.7: (Feb 1999)
first `public release'.
|
>
|
178
179
180
181
182
183
184
185
|
tclreadline-0.8: (May 1999)
- adapted for tcl8.1.
- minor bug fixes.
tclreadline-0.7: (Feb 1999)
first `public release'.
|