|
Karsten Hopp |
786842 |
To: vim_dev@googlegroups.com
|
|
Karsten Hopp |
786842 |
Subject: Patch 7.3.047
|
|
Karsten Hopp |
786842 |
Fcc: outbox
|
|
Karsten Hopp |
786842 |
From: Bram Moolenaar <Bram@moolenaar.net>
|
|
Karsten Hopp |
786842 |
Mime-Version: 1.0
|
|
Karsten Hopp |
786842 |
Content-Type: text/plain; charset=UTF-8
|
|
Karsten Hopp |
786842 |
Content-Transfer-Encoding: 8bit
|
|
Karsten Hopp |
786842 |
------------
|
|
Karsten Hopp |
786842 |
|
|
Karsten Hopp |
786842 |
Patch 7.3.047 (after 7.3.032)
|
|
Karsten Hopp |
786842 |
Problem: Missing makefile updates for test 75.
|
|
Karsten Hopp |
786842 |
Solution: Update the makefiles.
|
|
Karsten Hopp |
786842 |
Files: src/testdir/Make_amiga.mak, src/testdir/Make_dos.mak,
|
|
Karsten Hopp |
786842 |
src/testdir/Makefile, src/testdir/Make_ming.mak,
|
|
Karsten Hopp |
786842 |
src/testdir/Make_os2.mak, src/testdir/Make_vms.mms
|
|
Karsten Hopp |
786842 |
|
|
Karsten Hopp |
786842 |
|
|
Karsten Hopp |
786842 |
*** ../vim-7.3.046/src/testdir/Make_amiga.mak 2010-10-20 17:44:01.000000000 +0200
|
|
Karsten Hopp |
786842 |
--- src/testdir/Make_amiga.mak 2010-10-20 20:43:25.000000000 +0200
|
|
Karsten Hopp |
786842 |
***************
|
|
Karsten Hopp |
786842 |
*** 27,33 ****
|
|
Karsten Hopp |
786842 |
test56.out test57.out test58.out test59.out test60.out \
|
|
Karsten Hopp |
786842 |
test61.out test62.out test63.out test64.out test65.out \
|
|
Karsten Hopp |
786842 |
test66.out test67.out test68.out test69.out test70.out \
|
|
Karsten Hopp |
786842 |
! test71.out test72.out test73.out test74.out
|
|
Karsten Hopp |
786842 |
|
|
Karsten Hopp |
786842 |
.SUFFIXES: .in .out
|
|
Karsten Hopp |
786842 |
|
|
Karsten Hopp |
786842 |
--- 27,33 ----
|
|
Karsten Hopp |
786842 |
test56.out test57.out test58.out test59.out test60.out \
|
|
Karsten Hopp |
786842 |
test61.out test62.out test63.out test64.out test65.out \
|
|
Karsten Hopp |
786842 |
test66.out test67.out test68.out test69.out test70.out \
|
|
Karsten Hopp |
786842 |
! test71.out test72.out test73.out test74.out test75.out
|
|
Karsten Hopp |
786842 |
|
|
Karsten Hopp |
786842 |
.SUFFIXES: .in .out
|
|
Karsten Hopp |
786842 |
|
|
Karsten Hopp |
786842 |
***************
|
|
Karsten Hopp |
786842 |
*** 121,123 ****
|
|
Karsten Hopp |
786842 |
--- 121,124 ----
|
|
Karsten Hopp |
786842 |
test72.out: test72.in
|
|
Karsten Hopp |
786842 |
test73.out: test73.in
|
|
Karsten Hopp |
786842 |
test74.out: test74.in
|
|
Karsten Hopp |
786842 |
+ test75.out: test75.in
|
|
Karsten Hopp |
786842 |
*** ../vim-7.3.046/src/testdir/Make_dos.mak 2010-10-20 17:44:01.000000000 +0200
|
|
Karsten Hopp |
786842 |
--- src/testdir/Make_dos.mak 2010-10-20 20:43:48.000000000 +0200
|
|
Karsten Hopp |
786842 |
***************
|
|
Karsten Hopp |
786842 |
*** 28,34 ****
|
|
Karsten Hopp |
786842 |
test37.out test38.out test39.out test40.out test41.out \
|
|
Karsten Hopp |
786842 |
test42.out test52.out test65.out test66.out test67.out \
|
|
Karsten Hopp |
786842 |
test68.out test69.out test71.out test72.out test73.out \
|
|
Karsten Hopp |
786842 |
! test74.out
|
|
Karsten Hopp |
786842 |
|
|
Karsten Hopp |
786842 |
SCRIPTS32 = test50.out test70.out
|
|
Karsten Hopp |
786842 |
|
|
Karsten Hopp |
786842 |
--- 28,34 ----
|
|
Karsten Hopp |
786842 |
test37.out test38.out test39.out test40.out test41.out \
|
|
Karsten Hopp |
786842 |
test42.out test52.out test65.out test66.out test67.out \
|
|
Karsten Hopp |
786842 |
test68.out test69.out test71.out test72.out test73.out \
|
|
Karsten Hopp |
786842 |
! test74.out test75.out
|
|
Karsten Hopp |
786842 |
|
|
Karsten Hopp |
786842 |
SCRIPTS32 = test50.out test70.out
|
|
Karsten Hopp |
786842 |
|
|
Karsten Hopp |
786842 |
*** ../vim-7.3.046/src/testdir/Makefile 2010-10-20 17:44:01.000000000 +0200
|
|
Karsten Hopp |
786842 |
--- src/testdir/Makefile 2010-10-20 20:44:10.000000000 +0200
|
|
Karsten Hopp |
786842 |
***************
|
|
Karsten Hopp |
786842 |
*** 25,31 ****
|
|
Karsten Hopp |
786842 |
test59.out test60.out test61.out test62.out test63.out \
|
|
Karsten Hopp |
786842 |
test64.out test65.out test66.out test67.out test68.out \
|
|
Karsten Hopp |
786842 |
test69.out test70.out test71.out test72.out test73.out \
|
|
Karsten Hopp |
786842 |
! test74.out
|
|
Karsten Hopp |
786842 |
|
|
Karsten Hopp |
786842 |
SCRIPTS_GUI = test16.out
|
|
Karsten Hopp |
786842 |
|
|
Karsten Hopp |
786842 |
--- 25,31 ----
|
|
Karsten Hopp |
786842 |
test59.out test60.out test61.out test62.out test63.out \
|
|
Karsten Hopp |
786842 |
test64.out test65.out test66.out test67.out test68.out \
|
|
Karsten Hopp |
786842 |
test69.out test70.out test71.out test72.out test73.out \
|
|
Karsten Hopp |
786842 |
! test74.out test75.out
|
|
Karsten Hopp |
786842 |
|
|
Karsten Hopp |
786842 |
SCRIPTS_GUI = test16.out
|
|
Karsten Hopp |
786842 |
|
|
Karsten Hopp |
786842 |
*** ../vim-7.3.046/src/testdir/Make_ming.mak 2010-10-20 17:44:01.000000000 +0200
|
|
Karsten Hopp |
786842 |
--- src/testdir/Make_ming.mak 2010-10-20 20:43:53.000000000 +0200
|
|
Karsten Hopp |
786842 |
***************
|
|
Karsten Hopp |
786842 |
*** 48,54 ****
|
|
Karsten Hopp |
786842 |
test37.out test38.out test39.out test40.out test41.out \
|
|
Karsten Hopp |
786842 |
test42.out test52.out test65.out test66.out test67.out \
|
|
Karsten Hopp |
786842 |
test68.out test69.out test71.out test72.out test73.out \
|
|
Karsten Hopp |
786842 |
! test74.out
|
|
Karsten Hopp |
786842 |
|
|
Karsten Hopp |
786842 |
SCRIPTS32 = test50.out test70.out
|
|
Karsten Hopp |
786842 |
|
|
Karsten Hopp |
786842 |
--- 48,54 ----
|
|
Karsten Hopp |
786842 |
test37.out test38.out test39.out test40.out test41.out \
|
|
Karsten Hopp |
786842 |
test42.out test52.out test65.out test66.out test67.out \
|
|
Karsten Hopp |
786842 |
test68.out test69.out test71.out test72.out test73.out \
|
|
Karsten Hopp |
786842 |
! test74.out test75.out
|
|
Karsten Hopp |
786842 |
|
|
Karsten Hopp |
786842 |
SCRIPTS32 = test50.out test70.out
|
|
Karsten Hopp |
786842 |
|
|
Karsten Hopp |
786842 |
*** ../vim-7.3.046/src/testdir/Make_os2.mak 2010-10-20 17:44:01.000000000 +0200
|
|
Karsten Hopp |
786842 |
--- src/testdir/Make_os2.mak 2010-10-20 20:44:00.000000000 +0200
|
|
Karsten Hopp |
786842 |
***************
|
|
Karsten Hopp |
786842 |
*** 27,33 ****
|
|
Karsten Hopp |
786842 |
test56.out test57.out test58.out test59.out test60.out \
|
|
Karsten Hopp |
786842 |
test61.out test62.out test63.out test64.out test65.out \
|
|
Karsten Hopp |
786842 |
test66.out test67.out test68.out test69.out test70.out \
|
|
Karsten Hopp |
786842 |
! test71.out test72.out test73.out test74.out
|
|
Karsten Hopp |
786842 |
|
|
Karsten Hopp |
786842 |
.SUFFIXES: .in .out
|
|
Karsten Hopp |
786842 |
|
|
Karsten Hopp |
786842 |
--- 27,33 ----
|
|
Karsten Hopp |
786842 |
test56.out test57.out test58.out test59.out test60.out \
|
|
Karsten Hopp |
786842 |
test61.out test62.out test63.out test64.out test65.out \
|
|
Karsten Hopp |
786842 |
test66.out test67.out test68.out test69.out test70.out \
|
|
Karsten Hopp |
786842 |
! test71.out test72.out test73.out test74.out test75.out
|
|
Karsten Hopp |
786842 |
|
|
Karsten Hopp |
786842 |
.SUFFIXES: .in .out
|
|
Karsten Hopp |
786842 |
|
|
Karsten Hopp |
786842 |
*** ../vim-7.3.046/src/testdir/Make_vms.mms 2010-10-20 17:44:01.000000000 +0200
|
|
Karsten Hopp |
786842 |
--- src/testdir/Make_vms.mms 2010-10-20 20:44:05.000000000 +0200
|
|
Karsten Hopp |
786842 |
***************
|
|
Karsten Hopp |
786842 |
*** 4,10 ****
|
|
Karsten Hopp |
786842 |
# Authors: Zoltan Arpadffy, <arpadffy@polarhome.com>
|
|
Karsten Hopp |
786842 |
# Sandor Kopanyi, <sandor.kopanyi@mailbox.hu>
|
|
Karsten Hopp |
786842 |
#
|
|
Karsten Hopp |
786842 |
! # Last change: 2010 Aug 04
|
|
Karsten Hopp |
786842 |
#
|
|
Karsten Hopp |
786842 |
# This has been tested on VMS 6.2 to 8.3 on DEC Alpha, VAX and IA64.
|
|
Karsten Hopp |
786842 |
# Edit the lines in the Configuration section below to select.
|
|
Karsten Hopp |
786842 |
--- 4,10 ----
|
|
Karsten Hopp |
786842 |
# Authors: Zoltan Arpadffy, <arpadffy@polarhome.com>
|
|
Karsten Hopp |
786842 |
# Sandor Kopanyi, <sandor.kopanyi@mailbox.hu>
|
|
Karsten Hopp |
786842 |
#
|
|
Karsten Hopp |
786842 |
! # Last change: 2010 Oct 20
|
|
Karsten Hopp |
786842 |
#
|
|
Karsten Hopp |
786842 |
# This has been tested on VMS 6.2 to 8.3 on DEC Alpha, VAX and IA64.
|
|
Karsten Hopp |
786842 |
# Edit the lines in the Configuration section below to select.
|
|
Karsten Hopp |
786842 |
***************
|
|
Karsten Hopp |
786842 |
*** 74,80 ****
|
|
Karsten Hopp |
786842 |
test56.out test57.out test60.out \
|
|
Karsten Hopp |
786842 |
test61.out test62.out test63.out test64.out test65.out \
|
|
Karsten Hopp |
786842 |
test66.out test67.out test68.out test69.out \
|
|
Karsten Hopp |
786842 |
! test71.out test72.out test74.out
|
|
Karsten Hopp |
786842 |
|
|
Karsten Hopp |
786842 |
# Known problems:
|
|
Karsten Hopp |
786842 |
# Test 30: a problem around mac format - unknown reason
|
|
Karsten Hopp |
786842 |
--- 74,80 ----
|
|
Karsten Hopp |
786842 |
test56.out test57.out test60.out \
|
|
Karsten Hopp |
786842 |
test61.out test62.out test63.out test64.out test65.out \
|
|
Karsten Hopp |
786842 |
test66.out test67.out test68.out test69.out \
|
|
Karsten Hopp |
786842 |
! test71.out test72.out test74.out test75.out
|
|
Karsten Hopp |
786842 |
|
|
Karsten Hopp |
786842 |
# Known problems:
|
|
Karsten Hopp |
786842 |
# Test 30: a problem around mac format - unknown reason
|
|
Karsten Hopp |
786842 |
*** ../vim-7.3.046/src/version.c 2010-10-27 17:40:53.000000000 +0200
|
|
Karsten Hopp |
786842 |
--- src/version.c 2010-10-27 18:34:20.000000000 +0200
|
|
Karsten Hopp |
786842 |
***************
|
|
Karsten Hopp |
786842 |
*** 716,717 ****
|
|
Karsten Hopp |
786842 |
--- 716,719 ----
|
|
Karsten Hopp |
786842 |
{ /* Add new patch number below this line */
|
|
Karsten Hopp |
786842 |
+ /**/
|
|
Karsten Hopp |
786842 |
+ 47,
|
|
Karsten Hopp |
786842 |
/**/
|
|
Karsten Hopp |
786842 |
|
|
Karsten Hopp |
786842 |
--
|
|
Karsten Hopp |
786842 |
5 out of 4 people have trouble with fractions.
|
|
Karsten Hopp |
786842 |
|
|
Karsten Hopp |
786842 |
/// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\
|
|
Karsten Hopp |
786842 |
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
|
|
Karsten Hopp |
786842 |
\\\ download, build and distribute -- http://www.A-A-P.org ///
|
|
Karsten Hopp |
786842 |
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
|