Changes¶
- Fix off-by-one in brace parsing function (Arvid Björkengren)
- Fix completion on variables in a namespace (Arvid Björkengren)
- Consistently preserve or remove the global namespaces qualifier in completions
- Improve completion for strings ending in a single colon
Download¶
eltclsh-1.19.tar.gz
Changes¶
- Redisplay completion when a common prefix is appended, before prompting for displaying all possibilities
- Add some recent (8.6) TCL commands to the completion engine
- Do not complete on variable and commands in children namespaces
Download¶
eltclsh-1.18.tar.gz
Changes¶
- Drop the local implementation of "lreverse" and "lmap" shadowing the native tcl procedures now present in tcl-8.5 and 8.6 respectively.
Download¶
eltclsh-1.17.tar.gz
Changes¶
- editline switched to a wchar_t EL_GETCFN (Andreas Dixius)
- Fix a NUL char wrongly coded as '0' (Andreas Dixius)
Download¶
eltclsh-1.16.tar.gz