Skip to content

Tags: SavSanta/tclreadline

Tags

v2.3.8

Toggle v2.3.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
bump version to 2.3.8

v2.3.7

Toggle v2.3.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add tclstub support (flightaware#23)

* Add tclstub support

Initialize the stubs when needed.

* Bump version

* Add tclstub support

To build with tclstub library run.
You have to autogen.sh to create a fresh configure.

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

And add any other flags you need.

We ship the configure script to help distro's that do not
run a full autogen.sh. But stubs is only available if you
run autogen.sh (or the automake process).

v2.3.6

Toggle v2.3.6's commit message
Rebuild configure

v2.3.5

Toggle v2.3.5's commit message
Update version number.

v2.3.4

Toggle v2.3.4's commit message
Remove configure from .gitignore and add to repo.

v2.3.3

Toggle v2.3.3's commit message
Commit a Linux configure and autotools environment.

v2.3.2

Toggle v2.3.2's commit message
increment version to 2.3.2

v2.3.1

Toggle v2.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
libtool cannot be missing on Travis-CI

v2.3.0

Toggle v2.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merging devel to master (flightaware#3)

* Create .travis.yml

* Add development dependencies

* Remove enable-maintainer-mode

* Fix include path detection

Use the TCL_INCLUDE_SPEC variable from tclConfig.sh to find tcl.h

* Save after every history addition. (flightaware#2)

* Save after every history addition.

* Make autosave optional and off by default.

* Document autosave in the sample tclshrc

* Be nicer to the end user and accept anything boolean looking for autosave

v2.2.0

Toggle v2.2.0's commit message
add autoconf stuff put in by libtoolize et al