summaryrefslogtreecommitdiff
path: root/src/os_amiga.c
AgeCommit message (Collapse)Author
2016-01-30patch 7.4.1213Bram Moolenaar
Problem: Using old style function declarations. Solution: Change to new style function declarations. (script by Hirohito Higashi)
2016-01-29patch 7.4.1199Bram Moolenaar
Problem: Still using __ARGS. Solution: Remove __ARGS in several files. (script by Hirohito Higashi)
2015-03-21updated for version 7.4.672Bram Moolenaar
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.
2014-04-01updated for version 7.4.235Bram Moolenaar
Problem: It is not easy to get the full path of a command. Solution: Add the exepath() function.
2013-05-06updated for version 7.3.925Bram Moolenaar
Problem: Typos in source files. Solution: Fix the typos. (Ken Takata)
2012-11-20updated for version 7.3.719Bram Moolenaar
Problem: Cannot run new version of cproto, it fails on missing include files. Solution: Add lots of #ifndef PROTO
2012-06-29updated for version 7.3.577Bram Moolenaar
Problem: Size of memory does not fit in 32 bit unsigned. Solution: Use Kbyte instead of byte. Call GlobalMemoryStatusEx() instead of GlobalMemoryStatus() when available.
2011-10-20updated for version 7.3.342Bram Moolenaar
Problem: Code not in Vim style. Solution: Fix the style. (Elias Diem)
2008-06-24updated for version 7.2aBram Moolenaar
2007-05-10updated for version 7.1bBram Moolenaar
2006-11-01updated for version 7.0-156Bram Moolenaar
2006-09-14updated for version 7.0-108Bram Moolenaar
2006-03-07updated for version 7.0217Bram Moolenaar
2005-12-18updated for version 7.0173Bram Moolenaar
2005-07-18updated for version 7.0109Bram Moolenaar
2005-06-27updated for version 7.0095Bram Moolenaar
2005-03-15updated for version 7.0060Bram Moolenaar
2004-12-19updated for version 7.0023Bram Moolenaar
2004-06-13updated for version 7.0001Bram Moolenaar