summaryrefslogtreecommitdiffstats
path: root/src/if_tcl.c
AgeCommit message (Collapse)Author
2016-01-30patch 7.4.1208v7.4.1208Bram Moolenaar
Problem: Using old style function declarations. Solution: Change to new style function declarations. (script by Hirohito Higashi)
2016-01-27patch 7.4.1185v7.4.1185Bram Moolenaar
Problem: Can't build with TCL on some systems. Solution: Rename the channel_ functions.
2016-01-10patch 7.4.1082v7.4.1082Bram Moolenaar
Problem: The Tcl interface is always skipping memory free on exit. Solution: Only skip for dynamically loaded Tcl.
2016-01-09patch 7.4.1070v7.4.1070Bram Moolenaar
Problem: The Tcl interface can't be loaded dynamically on Unix. Solution: Make it possible to load it dynamically. (Ken Takata)
2015-07-21patch 7.4.793v7.4.793Bram Moolenaar
Problem: Can't specify when not to ring the bell. Solution: Add the 'belloff' option. (Christian Brabandt)
2013-10-02updated for version 7.4.046v7.4.046Bram Moolenaar
Problem: Can't use Tcl 8.6. Solution: Change how Tcl_FindExecutable is called. (Jan Nijtmans)
2013-08-02updated for version 7.4b.010v7.4b.010Bram Moolenaar
Problem: Win32: Tcl library load does not use standard mechanism. Solution: Call vimLoadLib() instead of LoadLibraryEx(). (Ken Takata)
2012-02-22updated for version 7.3.451v7.3.451Bram Moolenaar
Problem: Tcl doesn't work on 64 MS-Windows. Solution: Make it work. (Dave Bodenstab)
2011-07-27updated for version 7.3.263v7.3.263Bram Moolenaar
Problem: Perl and Tcl have a few code style problems. Solution: Clean it up. (Elias Diem)
2010-12-17updated for version 7.3.087v7.3.087Bram Moolenaar
Problem: EINTR is not always defined. Solution: Include errno.h in vim.h.
2010-08-08Remove unused code.Bram Moolenaar
2009-05-23updated for version 7.2-187v7.2.187Bram Moolenaar
2009-05-22updated for version 7.2-186v7.2.186Bram Moolenaar
2007-05-10updated for version 7.1bBram Moolenaar
2007-05-05updated for version 7.1aBram Moolenaar
2006-03-06updated for version 7.0216v7.0216Bram Moolenaar
2005-09-01updated for version 7.0140v7.0140Bram Moolenaar
2005-05-19updated for version 7.0073v7.0073Bram Moolenaar
2005-01-25updated for version 7.0044Bram Moolenaar
2004-06-13updated for version 7.0001v7.0001Bram Moolenaar