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 <johannes@zellner.org>
* added Massimo to AUTHORS
2001-08-10 Massimo Dal Zotto <dz@debian.org>
* 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 <johannes@zellner.org>
* configure.in: changed the check for readline/readline.h / readline.h
2000-12-08 Johannes Zellner <johannes@zellner.org>
* reordered Makefile.am so that it always includes
tclshrl.c,wishrl.c into the distribution.
2000-12-08 Johannes Zellner <johannes@zellner.org>
* reenabled wishrl and tclshrl via configure switches
2000-11-19 Johannes Zellner <johannes@zellner.org>
* configure.in: moved the tlib check before the libreadline check
2000-09-20 Johannes Zellner <johannes@zellner.org>
* made tclreadline.h installing to ${prefix}/include
2000-08-27 Johannes Zellner <johannes@zellner.org>
* added Mark to AUTHORS :)
2000-08-27 Mark Patton <mpatton@jhu.edu>
* 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 <johannes@zellner.org>
* configure.in: changed a == to = in a sh test
(reported by "Daniel O'Connor" <darius@dons.net.au>)
2000-07-03 Johannes Zellner <johannes@zellner.org>
* Makefile.am: included EXTRA_DIST so that it compiles from `dist'
2000-07-01 Johannes Zellner <johannes@zellner.org>
* switched to automake
* small fix so that itcl config switches are correctly completed.
|