]> git.pld-linux.org Git - packages/vim.git/blob - 7.2.217
- new
[packages/vim.git] / 7.2.217
1 To: vim-dev@vim.org
2 Subject: Patch 7.2.217
3 Fcc: outbox
4 From: Bram Moolenaar <Bram@moolenaar.net>
5 Mime-Version: 1.0
6 Content-Type: text/plain; charset=UTF-8
7 Content-Transfer-Encoding: 8bit
8 ------------
9
10 Patch 7.2.217
11 Problem:    Running tests with valgrind doesn't work as advertised.
12 Solution:   Fix the line in the Makefile.
13 Files:      src/testdir/Makefile
14
15
16 *** ../vim-7.2.216/src/testdir/Makefile 2009-03-11 16:26:01.000000000 +0100
17 --- src/testdir/Makefile        2009-06-24 14:59:42.000000000 +0200
18 ***************
19 *** 4,12 ****
20   
21   VIMPROG = ../vim
22   
23 ! # Uncomment this line for using valgrind.
24 ! # The output goes into a file "valgrind.$PID" (sorry, no test number).
25 ! # VALGRIND = valgrind --tool=memcheck --leak-check=yes --num-callers=15 --logfile=valgrind
26   
27   SCRIPTS = test1.out test2.out test3.out test4.out test5.out test6.out \
28                 test7.out test8.out test9.out test10.out test11.out \
29 --- 4,14 ----
30   
31   VIMPROG = ../vim
32   
33 ! # Uncomment this line to use valgrind for memory leaks and extra warnings.
34 ! #   The output goes into a file "valgrind.testN"
35 ! #   Vim should be compiled with EXITFREE to avoid false warnings.
36 ! #   This will make testing about 10 times as slow.
37 ! # VALGRIND = valgrind --tool=memcheck --leak-check=yes --num-callers=15 --log-file=valgrind.$*
38   
39   SCRIPTS = test1.out test2.out test3.out test4.out test5.out test6.out \
40                 test7.out test8.out test9.out test10.out test11.out \
41 *** ../vim-7.2.216/src/version.c        2009-06-24 17:51:01.000000000 +0200
42 --- src/version.c       2009-06-24 18:07:07.000000000 +0200
43 ***************
44 *** 678,679 ****
45 --- 678,681 ----
46   {   /* Add new patch number below this line */
47 + /**/
48 +     217,
49   /**/
50
51 -- 
52 A day without sunshine is like, well, night.
53
54  /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
55 ///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
56 \\\        download, build and distribute -- http://www.A-A-P.org        ///
57  \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///
This page took 0.035284 seconds and 3 git commands to generate.