summaryrefslogtreecommitdiff
path: root/src/os_amiga.c
Commit message (Collapse)AuthorAgeFilesLines
* patch 7.4.1213v7.4.1213Bram Moolenaar2016-01-301-106/+65
| | | | | | Problem: Using old style function declarations. Solution: Change to new style function declarations. (script by Hirohito Higashi)
* patch 7.4.1199v7.4.1199Bram Moolenaar2016-01-291-6/+6
| | | | | Problem: Still using __ARGS. Solution: Remove __ARGS in several files. (script by Hirohito Higashi)
* updated for version 7.4.672v7.4.672Bram Moolenaar2015-03-211-1/+3
| | | | | | | Problem: When completing a shell command, directories in the current directory are not listed. Solution: When "." is not in $PATH also look in the current directory for directories.
* updated for version 7.4.235v7.4.235Bram Moolenaar2014-04-011-1/+2
| | | | | Problem: It is not easy to get the full path of a command. Solution: Add the exepath() function.
* updated for version 7.3.925v7.3.925Bram Moolenaar2013-05-061-1/+1
| | | | | Problem: Typos in source files. Solution: Fix the typos. (Ken Takata)
* updated for version 7.3.719v7.3.719Bram Moolenaar2012-11-201-3/+14
| | | | | | Problem: Cannot run new version of cproto, it fails on missing include files. Solution: Add lots of #ifndef PROTO
* updated for version 7.3.577v7.3.577Bram Moolenaar2012-06-291-3/+3
| | | | | | Problem: Size of memory does not fit in 32 bit unsigned. Solution: Use Kbyte instead of byte. Call GlobalMemoryStatusEx() instead of GlobalMemoryStatus() when available.
* 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.2av7.2aBram Moolenaar2008-06-241-4/+0
|
* updated for version 7.1bv7.1bBram Moolenaar2007-05-101-2/+2
|
* updated for version 7.0-156v7.0.156Bram Moolenaar2006-11-011-28/+128
|
* updated for version 7.0-108v7.0.108Bram Moolenaar2006-09-141-1/+5
|
* updated for version 7.0217v7.0217Bram Moolenaar2006-03-071-2/+0
|
* updated for version 7.0173v7.0173Bram Moolenaar2005-12-181-2/+1
|
* updated for version 7.0109v7.0109Bram Moolenaar2005-07-181-2/+2
|
* updated for version 7.0095v7.0095Bram Moolenaar2005-06-271-1/+1
|
* updated for version 7.0060Bram Moolenaar2005-03-151-31/+10
|
* updated for version 7.0023v7.0023Bram Moolenaar2004-12-191-11/+3
|
* updated for version 7.0001v7.0001Bram Moolenaar2004-06-131-0/+1619