forked from flightaware/tclreadline
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ChangeLog
57 lines (33 loc) · 1.72 KB
/
ChangeLog
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
47
48
49
50
51
52
53
54
55
56
57
2001-08-10 Johannes Zellner <[email protected]>
* added Massimo to AUTHORS
2001-08-10 Massimo Dal Zotto <[email protected]>
* In tclreadlineSetup.tcl.in prefixed all global variables with
package prefix to avoid polluting the global namespace.
Removed also the global unused variable "a".
2001-01-10 Johannes Zellner <[email protected]>
* configure.in: changed the check for readline/readline.h / readline.h
2000-12-08 Johannes Zellner <[email protected]>
* reordered Makefile.am so that it always includes
tclshrl.c,wishrl.c into the distribution.
2000-12-08 Johannes Zellner <[email protected]>
* reenabled wishrl and tclshrl via configure switches
2000-11-19 Johannes Zellner <[email protected]>
* configure.in: moved the tlib check before the libreadline check
2000-09-20 Johannes Zellner <[email protected]>
* made tclreadline.h installing to ${prefix}/include
2000-08-27 Johannes Zellner <[email protected]>
* added Mark to AUTHORS :)
2000-08-27 Mark Patton <[email protected]>
* converted tclreadline::readline to be an object
command. This was the simplest way to fix the
Tcl_Obj mem leak.
* added the command readline text and readline update
that retrieve the current input and redraw it respecively.
2000-07-27 Johannes Zellner <[email protected]>
* configure.in: changed a == to = in a sh test
(reported by "Daniel O'Connor" <[email protected]>)
2000-07-03 Johannes Zellner <[email protected]>
* Makefile.am: included EXTRA_DIST so that it compiles from `dist'
2000-07-01 Johannes Zellner <[email protected]>
* switched to automake
* small fix so that itcl config switches are correctly completed.