summaryrefslogtreecommitdiff
path: root/src/os_amiga.c
AgeCommit message (Collapse)Author
2017-03-12patch 8.0.0451: some macros are in lower caseBram Moolenaar
Problem: Some macros are in lower case. Solution: Make a few more macros upper case. Avoid lower case macros use an argument twice.
2017-02-05patch 8.0.0307: asan detects a memory error when EXITFREE is definedBram Moolenaar
Problem: Asan detects a memory error when EXITFREE is defined. (Dominique Pelle) Solution: In getvcol() check for ml_get_buf() returning an empty string. Also skip adjusting the scroll position. Set "exiting" in mch_exit() for all systems.
2016-09-29patch 8.0.0018Bram Moolenaar
Problem: When using ":sleep" channel input is not handled. Solution: When there is a channel check for input also when not in raw mode. Check every 100 msec.
2016-08-29patch 7.4.2293Bram Moolenaar
Problem: Modelines in source code are inconsistant. Solution: Use the same line in most files. Add 'noet'. (Naruhiko Nishino)
2016-08-28patch 7.4.2285Bram Moolenaar
Problem: Generated files are outdated. Solution: Generate the files. Avoid errors when generating prototypes.
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