summaryrefslogtreecommitdiff
path: root/src/os_unix.h
Commit message (Collapse)AuthorAgeFilesLines
* patch 8.1.0612: cannot use two global runtime dirs with configurev8.1.0612Bram Moolenaar2018-12-211-2/+7
| | | | | | Problem: Cannot use two global runtime dirs with configure. Solution: Support a comma in --with-global-runtime. (James McCoy, closes #3704)
* patch 8.1.0268: file type checking has too many #ifdefv8.1.0268Bram Moolenaar2018-08-111-19/+0
| | | | | Problem: File type checking has too many #ifdef. Solution: Always define the S_IF macros. (Ken Takata, closes #3306)
* patch 8.0.1554: custom plugins loaded with --cleanv8.0.1554Bram Moolenaar2018-03-011-0/+3
| | | | | Problem: Custom plugins loaded with --clean. Solution: Do not include the home directory in 'runtimepath'.
* patch 8.0.0241: fallback implementation of mch_memmove is unusedv8.0.0241Bram Moolenaar2017-01-261-8/+4
| | | | | | | Problem: Vim defines a mch_memmove() function but it doesn't work, thus is always unused. Solution: Remove the mch_memmove implementation. (suggested by Dominique Pelle)
* patch 8.0.0059v8.0.0059Bram Moolenaar2016-11-041-4/+0
| | | | | Problem: Vim does not build on VMS systems. Solution: Various changes for VMS. (Zoltan Arpadffy)
* 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.2111v7.4.2111Bram Moolenaar2016-07-281-0/+4
| | | | | | Problem: Defaults are very conservative. Solution: Move settings from vimrc_example.vim to defaults.vim. Load defaults.vim if no .vimrc was found.
* patch 7.4.2048v7.4.2048Bram Moolenaar2016-07-161-4/+0
| | | | | Problem: There is still code and help for unsupported systems. Solution: Remove the code and text. (Hirohito Higashi)
* patch 7.4.1200v7.4.1200Bram Moolenaar2016-01-291-5/+1
| | | | | Problem: Still using __ARGS. Solution: Remove __ARGS in several files. (script by Hirohito Higashi)
* patch 7.4.1098v7.4.1098Bram Moolenaar2016-01-151-11/+1
| | | | | | Problem: Still using old style C function declarations. Solution: Always define __ARGS() to include types. Turn a few functions into ANSI style to find out if this causes problems for anyone.
* patch 7.4.1008v7.4.1008Bram Moolenaar2015-12-311-69/+29
| | | | | Problem: The OS/2 code pollutes the source while nobody uses it these days. Solution: Drop the support for OS/2.
* patch 7.4.713v7.4.713Bram Moolenaar2015-05-041-1/+1
| | | | | Problem: Wrong condition for #ifdef. Solution: Change USR_EXRC_FILE2 to USR_VIMRC_FILE2. (Mikael Fourrier)
* patch 7.4.692 for Problem: Defining SOLARIS for no good reason. (Danek Duvall)v7.4.692Bram Moolenaar2015-04-091-7/+0
| | | | Solution: Remove it.
* updated for version 7.4.216v7.4.216Bram Moolenaar2014-03-251-1/+3
| | | | | Problem: Compiler warnings. (Tony Mechelynck) Solution: Initialize variables, add #ifdef.
* updated for version 7.4.197v7.4.197Bram Moolenaar2014-03-121-2/+2
| | | | | Problem: Various problems on VMS. Solution: Fix several VMS problems. (Zoltan Arpadffy)
* updated for version 7.4.119v7.4.119Bram Moolenaar2013-12-111-0/+2
| | | | | Problem: Vim doesn't work well on OpenVMS. Solution: Fix various problems. (Samuel Ferencik)
* updated for version 7.3.1178v7.3.1178Bram Moolenaar2013-06-121-6/+31
| | | | | Problem: Can't put all Vim config files together in one directory. Solution: Load ~/.vim/vimrc if ~/.vimrc does not exist. (Lech Lorens)
* updated for version 7.3.719v7.3.719Bram Moolenaar2012-11-201-0/+7
| | | | | | Problem: Cannot run new version of cproto, it fails on missing include files. Solution: Add lots of #ifndef PROTO
* updated for version 7.3.131v7.3.131Bram Moolenaar2011-02-251-4/+0
| | | | | Problem: Including errno.h too often. Solution: Don't include errno.h in Unix header file.
* updated for version 7.2-232v7.2.232Bram Moolenaar2009-07-141-5/+0
|
* updated for version 7.2-176v7.2.176Bram Moolenaar2009-05-161-3/+1
|
* updated for version 7.2-174v7.2.174Bram Moolenaar2009-05-151-1/+1
|
* updated for version 7.2-168Bram Moolenaar2009-05-131-1/+3
|
* updated for version 7.1-324v7.1.324Bram Moolenaar2008-06-201-1/+7
|
* updated for version 7.1-027v7.1.027Bram Moolenaar2007-07-101-0/+3
|
* updated for version 7.1bBram Moolenaar2007-05-101-1/+1
|
* updated for version 7.0c10v7.0c10Bram Moolenaar2006-04-051-23/+27
|
* updated for version 7.0166Bram Moolenaar2005-12-101-0/+3
|
* updated for version 7.0001v7.0001Bram Moolenaar2004-06-131-0/+531