summaryrefslogtreecommitdiff
path: root/src/if_tcl.c
Commit message (Collapse)AuthorAgeFilesLines
* patch 8.0.1118: FEAT_WINDOWS adds a lot of #ifdefsv8.0.1118Bram Moolenaar2017-09-161-2/+0
| | | | | | Problem: FEAT_WINDOWS adds a lot of #ifdefs while it is nearly always enabled and only adds 7% to the binary size of the tiny build. Solution: Graduate FEAT_WINDOWS.
* patch 8.0.0271: may get ml_get error when :tcldo deletes linesv8.0.0271Bram Moolenaar2017-01-291-1/+4
| | | | | | Problem: May get ml_get error when :tcldo deletes lines or switches to another buffer. (Nikolai Pavlov, closes #1421) Solution: Check the buffer and line every time.
* patch 7.4.2293v7.4.2293Bram Moolenaar2016-08-291-1/+1
| | | | | Problem: Modelines in source code are inconsistant. Solution: Use the same line in most files. Add 'noet'. (Naruhiko Nishino)
* patch 7.4.2101v7.4.2101Bram Moolenaar2016-07-241-2/+2
| | | | | Problem: Looping over windows, buffers and tab pages is inconsistant. Solution: Use FOR_ALL_ macros everywhere. (Yegappan Lakshmanan)
* patch 7.4.1208v7.4.1208Bram Moolenaar2016-01-301-135/+112
| | | | | | Problem: Using old style function declarations. Solution: Change to new style function declarations. (script by Hirohito Higashi)
* patch 7.4.1185v7.4.1185Bram Moolenaar2016-01-271-13/+13
| | | | | Problem: Can't build with TCL on some systems. Solution: Rename the channel_ functions.
* patch 7.4.1082v7.4.1082Bram Moolenaar2016-01-101-0/+2
| | | | | Problem: The Tcl interface is always skipping memory free on exit. Solution: Only skip for dynamically loaded Tcl.
* patch 7.4.1070v7.4.1070Bram Moolenaar2016-01-091-7/+24
| | | | | Problem: The Tcl interface can't be loaded dynamically on Unix. Solution: Make it possible to load it dynamically. (Ken Takata)
* patch 7.4.793v7.4.793Bram Moolenaar2015-07-211-1/+1
| | | | | Problem: Can't specify when not to ring the bell. Solution: Add the 'belloff' option. (Christian Brabandt)
* updated for version 7.4.046v7.4.046Bram Moolenaar2013-10-021-1/+4
| | | | | Problem: Can't use Tcl 8.6. Solution: Change how Tcl_FindExecutable is called. (Jan Nijtmans)
* updated for version 7.4b.010v7.4b.010Bram Moolenaar2013-08-021-1/+1
| | | | | Problem: Win32: Tcl library load does not use standard mechanism. Solution: Call vimLoadLib() instead of LoadLibraryEx(). (Ken Takata)
* updated for version 7.3.451v7.3.451Bram Moolenaar2012-02-221-73/+50
| | | | | Problem: Tcl doesn't work on 64 MS-Windows. Solution: Make it work. (Dave Bodenstab)
* updated for version 7.3.263v7.3.263Bram Moolenaar2011-07-271-3/+3
| | | | | Problem: Perl and Tcl have a few code style problems. Solution: Clean it up. (Elias Diem)
* updated for version 7.3.087v7.3.087Bram Moolenaar2010-12-171-1/+0
| | | | | Problem: EINTR is not always defined. Solution: Include errno.h in vim.h.
* Remove unused code.Bram Moolenaar2010-08-081-7/+0
|
* updated for version 7.2-187v7.2.187Bram Moolenaar2009-05-231-19/+27
|
* updated for version 7.2-186v7.2.186Bram Moolenaar2009-05-221-30/+25
|
* updated for version 7.1bBram Moolenaar2007-05-101-2/+2
|
* updated for version 7.1aBram Moolenaar2007-05-051-0/+2
|
* updated for version 7.0216v7.0216Bram Moolenaar2006-03-061-1/+1
|
* updated for version 7.0140v7.0140Bram Moolenaar2005-09-011-14/+16
|
* updated for version 7.0073v7.0073Bram Moolenaar2005-05-191-7/+14
|
* updated for version 7.0044Bram Moolenaar2005-01-251-9/+13
|
* updated for version 7.0001v7.0001Bram Moolenaar2004-06-131-0/+2118