Package: exuberant-ctags / 1:5.8-3squeeze1

Metadata

Package Version Patches format
exuberant-ctags 1:5.8-3squeeze1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
make match loop.patch | (download)

make.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 make: fix endless loop
 Fix endless loop on unmatched { in a Makefile with no following newline.
Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=571652
Bug: https://sourceforge.net/tracker/?func=detail&aid=2959889&group_id=6556&atid=106556
php ignore keywords in comments.patch | (download)

php.c | 24 12 + 12 - 0 !
1 file changed, 12 insertions(+), 12 deletions(-)

 php: ignore keywords inside multiline comments
memmove.patch | (download)

routines.c | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 use memmove on overlapping strings
 strcpy is not guaranteed to work on overlapping strings, and this can lead
 to broken paths appearing in tag files.  Use memmove instead.