comparison runtime/doc/os_vms.txt @ 6180:6921742f396a

Update runtime files.
author Bram Moolenaar <bram@vim.org>
date Fri, 29 Aug 2014 15:12:19 +0200
parents 657ade71d395
children 9f48eab77d62
comparison
equal deleted inserted replaced
6179:6974b4b3c769 6180:6921742f396a
1 *os_vms.txt* For Vim version 7.4. Last change: 2014 Feb 24 1 *os_vms.txt* For Vim version 7.4. Last change: 2014 Aug 29
2 2
3 3
4 VIM REFERENCE MANUAL 4 VIM REFERENCE MANUAL
5 5
6 6
772 - do not optimize on vax - otherwise it hangs compiling crypto files 772 - do not optimize on vax - otherwise it hangs compiling crypto files
773 - fileio.c fix the comment 773 - fileio.c fix the comment
774 - correct RealWaitForChar 774 - correct RealWaitForChar
775 - after 7.4-119 use different functions lib$cvtf_to_internal_time because Alpha and VAX have 775 - after 7.4-119 use different functions lib$cvtf_to_internal_time because Alpha and VAX have
776 G_FLOAT but IA64 uses IEEE float otherwise Vim crashes 776 G_FLOAT but IA64 uses IEEE float otherwise Vim crashes
777 - guard agains crashes that are caused by mixed filenames 777 - guard against crashes that are caused by mixed filenames
778 - [TESTDIR]make_vms.mms changed to see the output files 778 - [TESTDIR]make_vms.mms changed to see the output files
779 - Improve tests, update known issues 779 - Improve tests, update known issues
780 - minor compiler warnings fixed 780 - minor compiler warnings fixed
781 - CTAGS 5.8 +regex included 781 - CTAGS 5.8 +regex included
782 782