|
Karsten Hopp |
c06c9e |
To: vim-dev@vim.org
|
|
Karsten Hopp |
c06c9e |
Subject: Patch 7.2.373
|
|
Karsten Hopp |
c06c9e |
Fcc: outbox
|
|
Karsten Hopp |
c06c9e |
From: Bram Moolenaar <Bram@moolenaar.net>
|
|
Karsten Hopp |
c06c9e |
Mime-Version: 1.0
|
|
Karsten Hopp |
c06c9e |
Content-Type: text/plain; charset=UTF-8
|
|
Karsten Hopp |
c06c9e |
Content-Transfer-Encoding: 8bit
|
|
Karsten Hopp |
c06c9e |
------------
|
|
Karsten Hopp |
c06c9e |
|
|
Karsten Hopp |
c06c9e |
Patch 7.2.373
|
|
Karsten Hopp |
c06c9e |
Problem: Gcc 4.5 adds more error messages. (Chris Indy)
|
|
Karsten Hopp |
c06c9e |
Solution: Update default 'errorformat'.
|
|
Karsten Hopp |
c06c9e |
Files: src/option.h
|
|
Karsten Hopp |
c06c9e |
|
|
Karsten Hopp |
c06c9e |
|
|
Karsten Hopp |
c06c9e |
*** ../vim-7.2.372/src/option.h 2008-06-24 23:59:49.000000000 +0200
|
|
Karsten Hopp |
c06c9e |
--- src/option.h 2010-02-24 15:20:03.000000000 +0100
|
|
Karsten Hopp |
c06c9e |
***************
|
|
Karsten Hopp |
c06c9e |
*** 33,39 ****
|
|
Karsten Hopp |
c06c9e |
# ifdef EBCDIC
|
|
Karsten Hopp |
c06c9e |
#define DFLT_EFM "%*[^ ] %*[^ ] %f:%l%*[ ]%m,%*[^\"]\"%f\"%*\\D%l: %m,\"%f\"%*\\D%l: %m,%f:%l:%c:%m,%f(%l):%m,%f:%l:%m,\"%f\"\\, line %l%*\\D%c%*[^ ] %m,%D%*\\a[%*\\d]: Entering directory `%f',%X%*\\a[%*\\d]: Leaving directory `%f',%DMaking %*\\a in %f,%f|%l| %m"
|
|
Karsten Hopp |
c06c9e |
# else
|
|
Karsten Hopp |
c06c9e |
! #define DFLT_EFM "%*[^\"]\"%f\"%*\\D%l: %m,\"%f\"%*\\D%l: %m,%-G%f:%l: (Each undeclared identifier is reported only once,%-G%f:%l: for each function it appears in.),%f:%l:%c:%m,%f(%l):%m,%f:%l:%m,\"%f\"\\, line %l%*\\D%c%*[^ ] %m,%D%*\\a[%*\\d]: Entering directory `%f',%X%*\\a[%*\\d]: Leaving directory `%f',%D%*\\a: Entering directory `%f',%X%*\\a: Leaving directory `%f',%DMaking %*\\a in %f,%f|%l| %m"
|
|
Karsten Hopp |
c06c9e |
# endif
|
|
Karsten Hopp |
c06c9e |
# endif
|
|
Karsten Hopp |
c06c9e |
# endif
|
|
Karsten Hopp |
c06c9e |
--- 33,39 ----
|
|
Karsten Hopp |
c06c9e |
# ifdef EBCDIC
|
|
Karsten Hopp |
c06c9e |
#define DFLT_EFM "%*[^ ] %*[^ ] %f:%l%*[ ]%m,%*[^\"]\"%f\"%*\\D%l: %m,\"%f\"%*\\D%l: %m,%f:%l:%c:%m,%f(%l):%m,%f:%l:%m,\"%f\"\\, line %l%*\\D%c%*[^ ] %m,%D%*\\a[%*\\d]: Entering directory `%f',%X%*\\a[%*\\d]: Leaving directory `%f',%DMaking %*\\a in %f,%f|%l| %m"
|
|
Karsten Hopp |
c06c9e |
# else
|
|
Karsten Hopp |
c06c9e |
! #define DFLT_EFM "%*[^\"]\"%f\"%*\\D%l: %m,\"%f\"%*\\D%l: %m,%-G%f:%l: (Each undeclared identifier is reported only once,%-G%f:%l: for each function it appears in.),%-GIn file included from %f:%l:%c,%-GIn file included from %f:%l,%-Gfrom %f:%l:%c,%-Gfrom %f:%l,%f:%l:%c:%m,%f(%l):%m,%f:%l:%m,\"%f\"\\, line %l%*\\D%c%*[^ ] %m,%D%*\\a[%*\\d]: Entering directory `%f',%X%*\\a[%*\\d]: Leaving directory `%f',%D%*\\a: Entering directory `%f',%X%*\\a: Leaving directory `%f',%DMaking %*\\a in %f,%f|%l| %m"
|
|
Karsten Hopp |
c06c9e |
# endif
|
|
Karsten Hopp |
c06c9e |
# endif
|
|
Karsten Hopp |
c06c9e |
# endif
|
|
Karsten Hopp |
c06c9e |
*** ../vim-7.2.372/src/version.c 2010-02-24 15:07:45.000000000 +0100
|
|
Karsten Hopp |
c06c9e |
--- src/version.c 2010-02-24 15:24:43.000000000 +0100
|
|
Karsten Hopp |
c06c9e |
***************
|
|
Karsten Hopp |
c06c9e |
*** 683,684 ****
|
|
Karsten Hopp |
c06c9e |
--- 683,686 ----
|
|
Karsten Hopp |
c06c9e |
{ /* Add new patch number below this line */
|
|
Karsten Hopp |
c06c9e |
+ /**/
|
|
Karsten Hopp |
c06c9e |
+ 373,
|
|
Karsten Hopp |
c06c9e |
/**/
|
|
Karsten Hopp |
c06c9e |
|
|
Karsten Hopp |
c06c9e |
--
|
|
Karsten Hopp |
c06c9e |
ARTHUR: Right! Knights! Forward!
|
|
Karsten Hopp |
c06c9e |
ARTHUR leads a charge toward the castle. Various shots of them battling on,
|
|
Karsten Hopp |
c06c9e |
despite being hit by a variety of farm animals.
|
|
Karsten Hopp |
c06c9e |
"Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD
|
|
Karsten Hopp |
c06c9e |
|
|
Karsten Hopp |
c06c9e |
/// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\
|
|
Karsten Hopp |
c06c9e |
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
|
|
Karsten Hopp |
c06c9e |
\\\ download, build and distribute -- http://www.A-A-P.org ///
|
|
Karsten Hopp |
c06c9e |
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
|