Skip to content

Releases: flightaware/tclreadline

v2.4.1

19 Feb 16:53
2b17b88

Choose a tag to compare

Documentation update.

v2.4.0

22 Oct 14:30

Choose a tag to compare

What's Changed

  • Switch from Travis to Github Actions for CI by @bovine in #32
  • Add a way to toggle history expansion by @q3cpma in #38
  • Fix configure.ac compatibility with Clang 16 by @thesamesam in #46
  • Fix pkg load on 8.7 by @gahr in #41
  • Improve BSD editline compatibility by @rkraats in #51
  • Fix tests by @bovine in #56
  • Make compilable with Tcl 9.0.0 by @stefanoweidmann in #57

New Contributors

  • @q3cpma made their first contribution in #38
  • @thesamesam made their first contribution in #46
  • @rkraats made their first contribution in #51
  • @stefanoweidmann made their first contribution in #57

Full Changelog: v2.3.8...v2.4.0

Fix issues

21 Nov 22:55
cfd5080

Choose a tag to compare

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

New configuration options

21 Oct 20:19
98c6af7

Choose a tag to compare

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

12 Jul 16:27

Choose a tag to compare

Make FREE() macro a legal expression.

v2.3.5

07 Mar 14:30

Choose a tag to compare

Update version in configure.ac

v2.3.4

06 Mar 22:34

Choose a tag to compare

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

(replaces v2.3.3 due to .gitignore conflict)

v2.3.2

08 Feb 20:21

Choose a tag to compare

  • 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

Fix version tags and Travis-CI build

08 Mar 17:45
3a971a8

Choose a tag to compare

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.

Release contributed enhancements

07 Mar 16:26
9bf94fc

Choose a tag to compare

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