summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Fix off-by-one in brace parsing functionHEADmasterAnthony Mallet2022-10-05
* Release 1.18eltclsh-1.18Anthony Mallet2020-09-29
* If partial completion was added, redisplay before displaying remaining itemsAnthony Mallet2020-09-29
* Revert commit:419e9d7Anthony Mallet2020-09-29
* CosmeticAnthony Mallet2020-09-29
* Add some recent TCL commands to the completion engineAnthony Mallet2020-09-29
* Drop unused rcsidsAnthony Mallet2020-09-29
* Do not complete on variable and commands in children namespacesAnthony Mallet2020-09-29
* Update the editline sectionMatthieu Herrb2019-05-17
* Move Solaris after LinuxMatthieu Herrb2019-05-17
* convert URLs to httpsMatthieu Herrb2019-05-17
* Remove RCSIdMatthieu Herrb2019-05-17
* Release 1.17eltclsh-1.17Anthony Mallet2018-08-08
* Drop local implementation of lreverse and lmapAnthony Mallet2018-08-08
* Release 1.16eltclsh-1.16Anthony Mallet2017-01-16
* Suppress set but unused variables (fix -Werror)Anthony Mallet2017-01-16
* editline switched to a wchar_t EL_GETCFN (Andreas Dixius)Anthony Mallet2017-01-16
* Fix a NUL char wrongly coded as '0' (Andreas Dixius)Anthony Mallet2017-01-16
* release 1.15eltclsh-1.15Anthony Mallet2015-03-02
* Fix potential segfault when printing interactive promptAnthony Mallet2015-03-02
* Do not hardcode .so in pkgIndex.tclAnthony Mallet2013-04-10
* Add missing unistd.h for isatty(3)Anthony Mallet2013-04-10
* Release 1.14eltclsh-1.14Anthony Mallet2012-12-06
* Add new el::history sub-commands: event, change and clearAnthony Mallet2012-12-06
* Release 1.13eltclsh-1.13Anthony Mallet2012-11-22
* Kill trailing whitespace, drop rcs keywords.Anthony Mallet2012-11-22
* Rewrite the 10+ years old build systemAnthony Mallet2012-11-22
* Kill trailing whitespaceAnthony Mallet2012-11-22
* Drop RCSIDs and kill trailing whitespaceAnthony Mallet2012-11-22
* Improve README: no options are normally passed to configure on most systemsAnthony Mallet2012-01-10
* Do not add empty lines to el::gets historyAnthony Mallet2011-12-19
* Add an @SHELL@ substitution in config.mk, for the sake of @LIBTOOL@Anthony Mallet2011-12-01
* Use LIBS instead of LDFLAGS when looking for libtcl in configure.acAnthony Mallet2011-11-20
* Update README and document autogen.sh script to generate configureAnthony Mallet2011-11-15
* Constify the history filename to appease gcc -WallAnthony Mallet2011-11-02
* Ignore more autoconf generated filesAnthony Mallet2011-11-02
* Add history load/save featureAnthony Mallet2011-11-02
* Delete autoconf generated filesAnthony Mallet2011-11-02
* Bump version to 1.13Anthony Mallet2011-11-02
* Regeneltclsh-1.12Anthony Mallet2011-06-16
* Release 1.12Anthony Mallet2011-06-16
* Fix uninitialized tk_prefix when --with-tk was not given and tk is missingAnthony Mallet2011-06-16
* Change resource file to ~/.eltclshrc instead of .eltclshrc (resp. ~/.elwishrc)Anthony Mallet2011-05-09
* Fix autogen.sh script: add missing libtoolize invocationAnthony Mallet2011-03-31
* Regen configure/libtool with autoconf 2.66 / libtool 2.2.6Anthony Mallet2011-03-31
* Let configure look for any tcl version in 8.[0-9]Anthony Mallet2011-03-31
* Add a variable to limit the number of columns in completions outputAnthony Mallet2011-03-28
* Add a way to disable el::queryItems functionalityAnthony Mallet2011-03-27
* Parse .editrc before binding ^I to eltcl-completeAnthony Mallet2011-03-27
* Initialize uninitialized internal data in the eltclsh packageAnthony Mallet2011-03-07