summaryrefslogtreecommitdiff
path: root/src/os_amiga.h
Commit message (Collapse)AuthorAgeFilesLines
* patch 8.2.1640: Amiga: missing header for getgrgid()v8.2.1640Bram Moolenaar2020-09-091-0/+1
| | | | | Problem: Amiga: missing header for getgrgid(). Solution: Add the grp.h header. (Ola Söder, closes #6906)
* patch 8.1.2366: using old C style commentsv8.1.2366Bram Moolenaar2019-11-301-18/+18
| | | | | Problem: Using old C style comments. Solution: Use // comments where appropriate.
* patch 8.1.2084: Amiga: cannot get the user namev8.1.2084Bram Moolenaar2019-09-271-0/+1
| | | | | Problem: Amiga: cannot get the user name. Solution: Use getpwuid() if available. (Ola Söder, closes #4985)
* patch 8.1.1621: Amiga: time.h included twicev8.1.1621Bram Moolenaar2019-07-031-1/+2
| | | | | | Problem: Amiga: time.h included twice. Solution: Remove include from evalfunc.c, move outside of #ifdef in os_amiga.h. (Ola Söder, closes #4607)
* patch 8.1.1616: build failure with gcc on Amigav8.1.1616Bram Moolenaar2019-07-011-0/+4
| | | | | Problem: Build failure with gcc on Amiga. Solution: Add missing header includes. (Ola Söder, closes #4603)
* 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 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/+3
| | | | | | 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.1216v7.4.1216Bram Moolenaar2016-01-301-3/+0
| | | | | Problem: Still using HAVE_STDARG_H. Solution: Assume it's always defined.
* updated for version 7.3.1178v7.3.1178Bram Moolenaar2013-06-121-2/+8
| | | | | 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/+8
| | | | | | Problem: Cannot run new version of cproto, it fails on missing include files. Solution: Add lots of #ifndef PROTO
* updated for version 7.0-156v7.0.156Bram Moolenaar2006-11-011-10/+22
|
* updated for version 7.0001v7.0001Bram Moolenaar2004-06-131-0/+201