Tclreadline Versions Save

GNU readline for interactive Tcl shells

v2.3.8

4 years ago

Allow the library to load relative to the tcl package scripts Do not generate errors on errorCode or errorInfo when undefined Replace links with files in autoconf/automake components

v2.3.7

4 years ago

Enhancement autogen.sh will now honor NOCONFIGURE. The autogen.sh will now generate code based on the TCL stub library.

NOCONFIGURE=1 ./autogen.sh
./configure --enable-tclstub
make

v2.3.6

4 years ago

Make FREE() macro a legal expression.

v2.3.5

5 years ago

Update version in configure.ac

v2.3.4

5 years ago

Re-release with configure script, per discussion with @snoe925

(replaces v2.3.3 due to .gitignore conflict)

v2.3.2

5 years ago
  • Implement --with-tk=no in configure script.
  • Modernize AM_INIT_AUTOMAKE usage and fix build, run tests in CI
  • Find tkConfig.sh from macOS stock libraries
  • Normalize home directory in prompts to avoid display oddities

v2.3.1

6 years ago

Fix missed autoconf version settings. Add libtool if present to autogen.sh. Use libtoolize in autogen.sh if present. Oddly installing libreadline-dev removed libtoolize. Very confusing.

v2.3.0

6 years ago

Platform build enhancements. Auto save history. See commit history for details.

v2.2.0

7 years ago
  • TclOO objects are recognized and tab completion is now provided for methods.
  • iTcl objects are recognized and tab completion provided for methods plus variable name completion provided for cget and configure methods.
  • $ regression fixed.
  • regression in tab completion of filenames of external commands is now fixed.
  • tclreadline is now compatible with GNU Readline 6.x.
  • Several new test cases have been added.

Sincere thanks to @dbohdan for this work. This work was funded by a bounty program established by FlightAware (https://github.com/flightaware/Tcl-bounties) and fulfilled the terms of the bounty offered for work on tclreadline.