summaryrefslogtreecommitdiff
path: root/src/os_win16.c
Commit message (Collapse)AuthorAgeFilesLines
* patch 7.4.1364v7.4.1364Bram Moolenaar2016-02-201-427/+0
| | | | | Problem: The Win 16 code is not maintained and unused. Solution: Remove the Win 16 support.
* patch 7.4.1213v7.4.1213Bram Moolenaar2016-01-301-4/+4
| | | | | | Problem: Using old style function declarations. Solution: Change to new style function declarations. (script by Hirohito Higashi)
* patch 7.4.1200v7.4.1200Bram Moolenaar2016-01-291-1/+1
| | | | | Problem: Still using __ARGS. Solution: Remove __ARGS in several files. (script by Hirohito Higashi)
* updated for version 7.3.719v7.3.719Bram Moolenaar2012-11-201-5/+12
| | | | | | 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-2/+2
| | | | | | 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-2/+2
| | | | | Problem: Code not in Vim style. Solution: Fix the style. (Elias Diem)
* updated for version 7.3.087v7.3.087Bram Moolenaar2010-12-171-1/+0
| | | | | Problem: EINTR is not always defined. Solution: Include errno.h in vim.h.
* updated for version 7.3.085v7.3.085Bram Moolenaar2010-12-171-1/+0
| | | | | Problem: Inconsistency with preproc symbols. void * computation. Solution: Include vimio.h from vim.h. Add type cast.
* Various small fixes from Dominique Pelle.Bram Moolenaar2010-06-261-2/+0
|
* updated for version 7.2-036v7.2.036Bram Moolenaar2008-11-121-1/+2
|
* updated for version 7.2av7.2aBram Moolenaar2008-06-241-1/+0
|
* updated for version 7.0216v7.0216Bram Moolenaar2006-03-061-1/+1
|
* updated for version 7.0098v7.0098Bram Moolenaar2005-06-301-2/+2
|
* updated for version 7.0001v7.0001Bram Moolenaar2004-06-131-0/+424