home *** CD-ROM | disk | FTP | other *** search
/ vim.ftp.fu-berlin.de / 2015-02-03.vim.ftp.fu-berlin.de.tar / vim.ftp.fu-berlin.de / patches / 7.1 / 7.1.072 < prev    next >
Encoding:
Internet Message Format  |  2007-11-19  |  5.6 KB

  1. To: vim-dev@vim.org
  2. Subject: patch 7.1.072 (extra)
  3. Fcc: outbox
  4. From: Bram Moolenaar <Bram@moolenaar.net>
  5. Mime-Version: 1.0
  6. Content-Type: text/plain; charset=ISO-8859-1
  7. Content-Transfer-Encoding: 8bit
  8. ------------
  9.  
  10. Patch 7.1.072 (extra, after 7.1.041 and 7.1.071)
  11. Problem:    Some changes for patch 7.1.071 are in extra files.
  12. Solution:   Update the extra files.  Also fix a few warnings from the DOS test
  13.         makefile.
  14. Files:        src/testdir/Make_amiga.mak, src/testdir/Make_dos.mak,
  15.         src/testdir/Make_os2.mak, src/testdir/Make_vms.mms
  16.  
  17.  
  18. *** ../vim-7.1.071/src/testdir/Make_amiga.mak    Thu Jul 26 23:10:50 2007
  19. --- src/testdir/Make_amiga.mak    Tue Aug 14 15:14:03 2007
  20. ***************
  21. *** 25,31 ****
  22.           test43.out test44.out test45.out test46.out test47.out \
  23.           test48.out test51.out test53.out test54.out test55.out \
  24.           test56.out test57.out test58.out test59.out test60.out \
  25. !         test61.out test62.out test63.out
  26.   
  27.   .SUFFIXES: .in .out
  28.   
  29. --- 25,31 ----
  30.           test43.out test44.out test45.out test46.out test47.out \
  31.           test48.out test51.out test53.out test54.out test55.out \
  32.           test56.out test57.out test58.out test59.out test60.out \
  33. !         test61.out test62.out test63.out test64.out
  34.   
  35.   .SUFFIXES: .in .out
  36.   
  37. ***************
  38. *** 108,110 ****
  39. --- 108,111 ----
  40.   test61.out: test61.in
  41.   test62.out: test62.in
  42.   test63.out: test63.in
  43. + test64.out: test64.in
  44. *** ../vim-7.1.071/src/testdir/Make_dos.mak    Thu Jul 26 23:10:50 2007
  45. --- src/testdir/Make_dos.mak    Tue Aug 14 15:14:25 2007
  46. ***************
  47. *** 19,25 ****
  48.           test44.out test45.out test46.out test47.out \
  49.           test48.out test51.out test53.out test54.out \
  50.           test55.out test56.out test57.out test58.out test59.out \
  51. !         test60.out test61.out test62.out test63.out
  52.   
  53.   SCRIPTS =    test3.out test4.out test5.out test6.out test7.out \
  54.           test8.out test9.out test11.out test13.out test14.out \
  55. --- 19,25 ----
  56.           test44.out test45.out test46.out test47.out \
  57.           test48.out test51.out test53.out test54.out \
  58.           test55.out test56.out test57.out test58.out test59.out \
  59. !         test60.out test61.out test62.out test63.out test64.out
  60.   
  61.   SCRIPTS =    test3.out test4.out test5.out test6.out test7.out \
  62.           test8.out test9.out test11.out test13.out test14.out \
  63. ***************
  64. *** 51,69 ****
  65.   
  66.   clean:
  67.       -del *.out
  68. !     -del test.ok
  69. !     -del small.vim
  70. !     -del tiny.vim
  71. !     -del mbyte.vim
  72.       -del X*
  73. !     -del viminfo
  74.   
  75.   .in.out:
  76.       copy $*.ok test.ok
  77.       $(VIMPROG) -u dos.vim -U NONE --noplugin -s dotest.in $*.in
  78.       diff test.out $*.ok
  79. !     -del $*.out
  80.       rename test.out $*.out
  81.       -del X*
  82.       -del test.ok
  83. !     -del viminfo
  84. --- 51,69 ----
  85.   
  86.   clean:
  87.       -del *.out
  88. !     -if exist test.ok del test.ok
  89. !     -if exist small.vim del small.vim
  90. !     -if exist tiny.vim del tiny.vim
  91. !     -if exist mbyte.vim del mbyte.vim
  92.       -del X*
  93. !     -if exist viminfo del viminfo
  94.   
  95.   .in.out:
  96.       copy $*.ok test.ok
  97.       $(VIMPROG) -u dos.vim -U NONE --noplugin -s dotest.in $*.in
  98.       diff test.out $*.ok
  99. !     -if exist $*.out del $*.out
  100.       rename test.out $*.out
  101.       -del X*
  102.       -del test.ok
  103. !     -if exist viminfo del viminfo
  104. *** ../vim-7.1.071/src/testdir/Make_os2.mak    Thu Jul 26 23:10:50 2007
  105. --- src/testdir/Make_os2.mak    Tue Aug 14 15:14:44 2007
  106. ***************
  107. *** 25,31 ****
  108.           test43.out test44.out test45.out test46.out test47.out \
  109.           test48.out test51.out test53.out test54.out test55.out \
  110.           test56.out test57.out test58.out test59.out test60.out \
  111. !         test61.out test62.out test63.out
  112.   
  113.   .SUFFIXES: .in .out
  114.   
  115. --- 25,31 ----
  116.           test43.out test44.out test45.out test46.out test47.out \
  117.           test48.out test51.out test53.out test54.out test55.out \
  118.           test56.out test57.out test58.out test59.out test60.out \
  119. !         test61.out test62.out test63.out test64.out
  120.   
  121.   .SUFFIXES: .in .out
  122.   
  123. *** ../vim-7.1.071/src/testdir/Make_vms.mms    Thu Jul 26 23:10:50 2007
  124. --- src/testdir/Make_vms.mms    Tue Aug 14 15:15:56 2007
  125. ***************
  126. *** 4,10 ****
  127.   # Authors:    Zoltan Arpadffy, <arpadffy@polarhome.com>
  128.   #        Sandor Kopanyi,  <sandor.kopanyi@mailbox.hu>
  129.   #
  130. ! # Last change:  2007 Jul 24
  131.   #
  132.   # This has been tested on VMS 6.2 to 7.2 on DEC Alpha and VAX.
  133.   # Edit the lines in the Configuration section below to select.
  134. --- 4,10 ----
  135.   # Authors:    Zoltan Arpadffy, <arpadffy@polarhome.com>
  136.   #        Sandor Kopanyi,  <sandor.kopanyi@mailbox.hu>
  137.   #
  138. ! # Last change:  2007 Aug 14
  139.   #
  140.   # This has been tested on VMS 6.2 to 7.2 on DEC Alpha and VAX.
  141.   # Edit the lines in the Configuration section below to select.
  142. ***************
  143. *** 59,65 ****
  144.        test43.out test44.out test45.out test46.out \
  145.        test48.out test51.out test53.out test54.out test55.out \
  146.        test56.out test57.out test58.out test59.out test60.out \
  147. !      test61.out test62.out test63.out
  148.   
  149.   .IFDEF WANT_GUI
  150.   SCRIPT_GUI = test16.out
  151. --- 59,65 ----
  152.        test43.out test44.out test45.out test46.out \
  153.        test48.out test51.out test53.out test54.out test55.out \
  154.        test56.out test57.out test58.out test59.out test60.out \
  155. !      test61.out test62.out test63.out test64.out
  156.   
  157.   .IFDEF WANT_GUI
  158.   SCRIPT_GUI = test16.out
  159. *** ../vim-7.1.071/src/version.c    Tue Aug 14 17:28:14 2007
  160. --- src/version.c    Tue Aug 14 17:51:21 2007
  161. ***************
  162. *** 668,669 ****
  163. --- 668,671 ----
  164.   {   /* Add new patch number below this line */
  165. + /**/
  166. +     72,
  167.   /**/
  168.  
  169. -- 
  170. hundred-and-one symptoms of being an internet addict:
  171. 152. You find yourself falling for someone you've never seen or hardly
  172.      know, but, boy can he/she TYPE!!!!!!
  173.  
  174.  /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
  175. ///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
  176. \\\        download, build and distribute -- http://www.A-A-P.org        ///
  177.  \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///
  178.