summaryrefslogtreecommitdiffstats
path: root/src/os_unix.h
AgeCommit message (Collapse)Author
2018-03-01patch 8.0.1554: custom plugins loaded with --cleanv8.0.1554Bram Moolenaar
Problem: Custom plugins loaded with --clean. Solution: Do not include the home directory in 'runtimepath'.
2017-01-26patch 8.0.0241: fallback implementation of mch_memmove is unusedv8.0.0241Bram Moolenaar
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)
2016-11-04patch 8.0.0059v8.0.0059Bram Moolenaar
Problem: Vim does not build on VMS systems. Solution: Various changes for VMS. (Zoltan Arpadffy)
2016-08-29patch 7.4.2293v7.4.2293Bram Moolenaar
Problem: Modelines in source code are inconsistant. Solution: Use the same line in most files. Add 'noet'. (Naruhiko Nishino)
2016-07-28patch 7.4.2111v7.4.2111Bram Moolenaar
Problem: Defaults are very conservative. Solution: Move settings from vimrc_example.vim to defaults.vim. Load defaults.vim if no .vimrc was found.
2016-07-16patch 7.4.2048v7.4.2048Bram Moolenaar
Problem: There is still code and help for unsupported systems. Solution: Remove the code and text. (Hirohito Higashi)
2016-01-29patch 7.4.1200v7.4.1200Bram Moolenaar
Problem: Still using __ARGS. Solution: Remove __ARGS in several files. (script by Hirohito Higashi)
2016-01-15patch 7.4.1098v7.4.1098Bram Moolenaar
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.
2015-12-31patch 7.4.1008v7.4.1008Bram Moolenaar
Problem: The OS/2 code pollutes the source while nobody uses it these days. Solution: Drop the support for OS/2.
2015-05-04patch 7.4.713v7.4.713Bram Moolenaar
Problem: Wrong condition for #ifdef. Solution: Change USR_EXRC_FILE2 to USR_VIMRC_FILE2. (Mikael Fourrier)
2015-04-09patch 7.4.692 for Problem: Defining SOLARIS for no good reason. (Danek Duvall)v7.4.692Bram Moolenaar
Solution: Remove it.
2014-03-25updated for version 7.4.216v7.4.216Bram Moolenaar
Problem: Compiler warnings. (Tony Mechelynck) Solution: Initialize variables, add #ifdef.
2014-03-12updated for version 7.4.197v7.4.197Bram Moolenaar
Problem: Various problems on VMS. Solution: Fix several VMS problems. (Zoltan Arpadffy)
2013-12-11updated for version 7.4.119v7.4.119Bram Moolenaar
Problem: Vim doesn't work well on OpenVMS. Solution: Fix various problems. (Samuel Ferencik)
2013-06-12updated for version 7.3.1178v7.3.1178Bram Moolenaar
Problem: Can't put all Vim config files together in one directory. Solution: Load ~/.vim/vimrc if ~/.vimrc does not exist. (Lech Lorens)
2012-11-20updated for version 7.3.719v7.3.719Bram Moolenaar
Problem: Cannot run new version of cproto, it fails on missing include files. Solution: Add lots of #ifndef PROTO
2011-02-25updated for version 7.3.131v7.3.131Bram Moolenaar
Problem: Including errno.h too often. Solution: Don't include errno.h in Unix header file.
2009-07-14updated for version 7.2-232v7.2.232Bram Moolenaar
2009-05-16updated for version 7.2-176v7.2.176Bram Moolenaar
2009-05-15updated for version 7.2-174v7.2.174Bram Moolenaar
2009-05-13updated for version 7.2-168Bram Moolenaar
2008-06-20updated for version 7.1-324v7.1.324Bram Moolenaar
2007-07-10updated for version 7.1-027v7.1.027Bram Moolenaar
2007-05-10updated for version 7.1bBram Moolenaar
2006-04-05updated for version 7.0c10v7.0c10Bram Moolenaar
2005-12-10updated for version 7.0166Bram Moolenaar
2004-06-13updated for version 7.0001v7.0001Bram Moolenaar