summaryrefslogtreecommitdiff
path: root/src/os_win16.c
AgeCommit message (Collapse)Author
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)
2010-12-17updated for version 7.3.087Bram Moolenaar
Problem: EINTR is not always defined. Solution: Include errno.h in vim.h.
2010-12-17updated for version 7.3.085Bram Moolenaar
Problem: Inconsistency with preproc symbols. void * computation. Solution: Include vimio.h from vim.h. Add type cast.
2010-06-26Various small fixes from Dominique Pelle.Bram Moolenaar
2008-11-12updated for version 7.2-036Bram Moolenaar
2008-06-24updated for version 7.2aBram Moolenaar
2006-03-06updated for version 7.0216Bram Moolenaar
2005-06-30updated for version 7.0098Bram Moolenaar
2004-06-13updated for version 7.0001Bram Moolenaar