|
Karsten Hopp |
397939 |
To: vim_dev@googlegroups.com
|
|
Karsten Hopp |
397939 |
Subject: Patch 7.3.170
|
|
Karsten Hopp |
397939 |
Fcc: outbox
|
|
Karsten Hopp |
397939 |
From: Bram Moolenaar <Bram@moolenaar.net>
|
|
Karsten Hopp |
397939 |
Mime-Version: 1.0
|
|
Karsten Hopp |
397939 |
Content-Type: text/plain; charset=UTF-8
|
|
Karsten Hopp |
397939 |
Content-Transfer-Encoding: 8bit
|
|
Karsten Hopp |
397939 |
------------
|
|
Karsten Hopp |
397939 |
|
|
Karsten Hopp |
397939 |
Patch 7.3.170
|
|
Karsten Hopp |
397939 |
Problem: VMS Makefile for testing was not updated for test77.
|
|
Karsten Hopp |
397939 |
Solution: Add test77 to the Makefile.
|
|
Karsten Hopp |
397939 |
Files: src/testdir/Make_vms.mms
|
|
Karsten Hopp |
397939 |
|
|
Karsten Hopp |
397939 |
|
|
Karsten Hopp |
397939 |
*** ../vim-7.3.169/src/testdir/Make_vms.mms 2010-11-10 16:54:16.000000000 +0100
|
|
Karsten Hopp |
397939 |
--- src/testdir/Make_vms.mms 2011-03-03 17:04:56.000000000 +0100
|
|
Karsten Hopp |
397939 |
***************
|
|
Karsten Hopp |
397939 |
*** 4,10 ****
|
|
Karsten Hopp |
397939 |
# Authors: Zoltan Arpadffy, <arpadffy@polarhome.com>
|
|
Karsten Hopp |
397939 |
# Sandor Kopanyi, <sandor.kopanyi@mailbox.hu>
|
|
Karsten Hopp |
397939 |
#
|
|
Karsten Hopp |
397939 |
! # Last change: 2010 Nov 10
|
|
Karsten Hopp |
397939 |
#
|
|
Karsten Hopp |
397939 |
# This has been tested on VMS 6.2 to 8.3 on DEC Alpha, VAX and IA64.
|
|
Karsten Hopp |
397939 |
# Edit the lines in the Configuration section below to select.
|
|
Karsten Hopp |
397939 |
--- 4,10 ----
|
|
Karsten Hopp |
397939 |
# Authors: Zoltan Arpadffy, <arpadffy@polarhome.com>
|
|
Karsten Hopp |
397939 |
# Sandor Kopanyi, <sandor.kopanyi@mailbox.hu>
|
|
Karsten Hopp |
397939 |
#
|
|
Karsten Hopp |
397939 |
! # Last change: 2011 Mar 03
|
|
Karsten Hopp |
397939 |
#
|
|
Karsten Hopp |
397939 |
# This has been tested on VMS 6.2 to 8.3 on DEC Alpha, VAX and IA64.
|
|
Karsten Hopp |
397939 |
# Edit the lines in the Configuration section below to select.
|
|
Karsten Hopp |
397939 |
***************
|
|
Karsten Hopp |
397939 |
*** 74,80 ****
|
|
Karsten Hopp |
397939 |
test56.out test57.out test60.out \
|
|
Karsten Hopp |
397939 |
test61.out test62.out test63.out test64.out test65.out \
|
|
Karsten Hopp |
397939 |
test66.out test67.out test68.out test69.out \
|
|
Karsten Hopp |
397939 |
! test71.out test72.out test74.out test75.out test76.out
|
|
Karsten Hopp |
397939 |
|
|
Karsten Hopp |
397939 |
# Known problems:
|
|
Karsten Hopp |
397939 |
# Test 30: a problem around mac format - unknown reason
|
|
Karsten Hopp |
397939 |
--- 74,81 ----
|
|
Karsten Hopp |
397939 |
test56.out test57.out test60.out \
|
|
Karsten Hopp |
397939 |
test61.out test62.out test63.out test64.out test65.out \
|
|
Karsten Hopp |
397939 |
test66.out test67.out test68.out test69.out \
|
|
Karsten Hopp |
397939 |
! test71.out test72.out test74.out test75.out test76.out \
|
|
Karsten Hopp |
397939 |
! test77.out
|
|
Karsten Hopp |
397939 |
|
|
Karsten Hopp |
397939 |
# Known problems:
|
|
Karsten Hopp |
397939 |
# Test 30: a problem around mac format - unknown reason
|
|
Karsten Hopp |
397939 |
*** ../vim-7.3.169/src/version.c 2011-04-28 17:48:39.000000000 +0200
|
|
Karsten Hopp |
397939 |
--- src/version.c 2011-04-28 19:04:33.000000000 +0200
|
|
Karsten Hopp |
397939 |
***************
|
|
Karsten Hopp |
397939 |
*** 716,717 ****
|
|
Karsten Hopp |
397939 |
--- 716,719 ----
|
|
Karsten Hopp |
397939 |
{ /* Add new patch number below this line */
|
|
Karsten Hopp |
397939 |
+ /**/
|
|
Karsten Hopp |
397939 |
+ 170,
|
|
Karsten Hopp |
397939 |
/**/
|
|
Karsten Hopp |
397939 |
|
|
Karsten Hopp |
397939 |
--
|
|
Karsten Hopp |
397939 |
The users that I support would double-click on a landmine to find out
|
|
Karsten Hopp |
397939 |
what happens. -- A system administrator
|
|
Karsten Hopp |
397939 |
|
|
Karsten Hopp |
397939 |
/// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\
|
|
Karsten Hopp |
397939 |
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
|
|
Karsten Hopp |
397939 |
\\\ an exciting new programming language -- http://www.Zimbu.org ///
|
|
Karsten Hopp |
397939 |
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
|