summaryrefslogtreecommitdiff
path: root/src/os_vms.c
Commit message (Collapse)AuthorAgeFilesLines
* patch 8.0.1749: VMS: 100% CPU use, redefining mch_open() failsv8.0.1749Bram Moolenaar2018-04-231-1/+1
| | | | | | | Problem: VMS: 100% CPU use, redefining mch_open() and mch_fopen() fails. Solution: Do not wait indefinitely in RealWaitForChar(). (Neil Rieck) Do not redefine mch_open() and mch_fopen() on VMS. (Zoltan Arpadffy)
* patch 8.0.1688: some macros are used without a semicolonv8.0.1688Bram Moolenaar2018-04-101-1/+1
| | | | | | Problem: Some macros are used without a semicolon, causing auto-indent to be wrong. Solution: Use the do-while(0) trick. (Ozaki Kiichi, closes #2729)
* patch 8.0.1550: various small problems in source filesv8.0.1550Bram Moolenaar2018-02-271-57/+53
| | | | | Problem: Various small problems in source files. Solution: Fix the problems.
* patch 8.0.0059v8.0.0059Bram Moolenaar2016-11-041-1/+2
| | | | | Problem: Vim does not build on VMS systems. Solution: Various changes for VMS. (Zoltan Arpadffy)
* patch 7.4.2293v7.4.2293Bram Moolenaar2016-08-291-1/+1
| | | | | Problem: Modelines in source code are inconsistant. Solution: Use the same line in most files. Add 'noet'. (Naruhiko Nishino)
* 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.1199v7.4.1199Bram Moolenaar2016-01-291-2/+2
| | | | | 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/+2
| | | | | | | 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.512v7.4.512Bram Moolenaar2014-11-121-1/+1
| | | | | Problem: Cannot generate prototypes for Win32 files and VMS. Solution: Add typedefs and #ifdef
* updated for version 7.4.235v7.4.235Bram Moolenaar2014-04-011-1/+1
| | | | | Problem: It is not easy to get the full path of a command. Solution: Add the exepath() function.
* updated for version 7.4.197v7.4.197Bram Moolenaar2014-03-121-19/+48
| | | | | Problem: Various problems on VMS. Solution: Fix several VMS problems. (Zoltan Arpadffy)
* updated for version 7.4.119v7.4.119Bram Moolenaar2013-12-111-0/+106
| | | | | Problem: Vim doesn't work well on OpenVMS. Solution: Fix various problems. (Samuel Ferencik)
* Various small fixes from Dominique Pelle.Bram Moolenaar2010-06-261-3/+1
|
* updated for version 7.2-036v7.2.036Bram Moolenaar2008-11-121-6/+6
|
* updated for version 7.2c-000v7.2c.000Bram Moolenaar2008-08-061-1/+1
|
* updated for version 7.1bBram Moolenaar2007-05-101-3/+4
|
* updated for version 7.1aBram Moolenaar2007-05-051-3/+5
|
* updated for version 7.0227Bram Moolenaar2006-03-171-9/+9
|
* updated for version 7.0217Bram Moolenaar2006-03-071-0/+6
|
* updated for version 7.0209v7.0209Bram Moolenaar2006-02-271-19/+24
|
* updated for version 7.0106Bram Moolenaar2005-07-091-1/+1
|
* updated for version 7.0086Bram Moolenaar2005-06-161-5/+6
|
* updated for version 7.0085Bram Moolenaar2005-06-141-2/+3
|
* updated for version 7.0001v7.0001Bram Moolenaar2004-06-131-0/+657