summaryrefslogtreecommitdiff
path: root/src/os_mac_conv.c
Commit message (Collapse)AuthorAgeFilesLines
* patch 8.0.1496: clearing a pointer takes two linesv8.0.1496Bram Moolenaar2018-02-101-8/+2
| | | | | | Problem: Clearing a pointer takes two lines. Solution: Add VIM_CLEAR() and replace vim_clear(). (Hirohito Higashi, closes #2629)
* patch 8.0.1316: build still still fails on Macv8.0.1316Bram Moolenaar2017-11-181-1/+0
| | | | | Problem: Build still still fails on Mac. (chdiza) Solution: Remove another bogus typedef.
* 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.2285v7.4.2285Bram Moolenaar2016-08-281-1/+1
| | | | | Problem: Generated files are outdated. Solution: Generate the files. Avoid errors when generating prototypes.
* patch 7.4.1213v7.4.1213Bram Moolenaar2016-01-301-46/+47
| | | | | | Problem: Using old style function declarations. Solution: Change to new style function declarations. (script by Hirohito Higashi)
* patch 7.4.1202v7.4.1202Bram Moolenaar2016-01-291-1/+2
| | | | | | Problem: Still one more file still using __ARGS. Solution: Remove __ARGS in the last file. (script by Hirohito Higashi) (closes #612)
* patch 7.4.1199v7.4.1199Bram Moolenaar2016-01-291-2/+2
| | | | | Problem: Still using __ARGS. Solution: Remove __ARGS in several files. (script by Hirohito Higashi)
* updated for version 7.3.342v7.3.342Bram Moolenaar2011-10-201-1/+1
| | | | | Problem: Code not in Vim style. Solution: Fix the style. (Elias Diem)
* updated for version 7.3.219v7.3.219Bram Moolenaar2011-06-131-0/+2
| | | | | Problem: Can't compile with GTK on Mac. Solution: Add some #ifdef trickery. (Ben Schmidt)
* Add clipboard support in Mac console. (Bjorn Winckler)Bram Moolenaar2010-07-141-0/+5
|
* updated for version 7.2aBram Moolenaar2008-06-241-4/+30
|
* updated for version 7.1bBram Moolenaar2007-05-101-1/+1
|
* updated for version 7.0225Bram Moolenaar2006-03-151-4/+11
|
* updated for version 7.0139v7.0139Bram Moolenaar2005-08-301-15/+4
|
* updated for version 7.0127v7.0127Bram Moolenaar2005-08-101-1/+1
|
* updated for version 7.0055v7.0055Bram Moolenaar2005-03-041-1/+7
|
* updated for version 7.0051Bram Moolenaar2005-02-221-0/+323
|
* updated for version 7.0012v7.0012Bram Moolenaar2004-07-261-0/+3
|
* updated for version 7.0010v7.0010Bram Moolenaar2004-07-181-0/+230