1.85b: Minor refinements to the content analysis module.

This commit is contained in:
Steve Pinkham 2011-03-29 22:20:42 -04:00
parent baf9921f42
commit 276ce8a5a8
6 changed files with 11 additions and 2 deletions

View File

@ -1,3 +1,8 @@
Version 1.85b:
--------------
- Minor refinements to the content analysis module.
Version 1.84b:
--------------

View File

@ -20,7 +20,7 @@
#
PROGNAME = skipfish
VERSION = 1.84b
VERSION = 1.85b
OBJFILES = http_client.c database.c crawler.c analysis.c report.c
INCFILES = alloc-inl.h string-inl.h debug.h types.h http_client.h \

View File

@ -2489,7 +2489,8 @@ static void check_for_stuff(struct http_request* req,
eol = (u8*)strchr((char*)cur, '\n');
if (!cur[del] || cur[del] == '\n') {
if (!cur[del] || cur[del] == '\n' || (cur[del] == ',' &&
cur[del+1] == ' ')) {
all_delim = 0;
break;
}

View File

@ -1396,6 +1396,7 @@ w 1 1 1 profiling
w 1 1 1 program
w 1 1 1 programming
w 1 1 1 programs
w 1 1 1 progress
w 1 1 1 project
w 1 1 1 projects
w 1 1 1 promo

View File

@ -1385,6 +1385,7 @@ w 1 1 1 profiling
w 1 1 1 program
w 1 1 1 programming
w 1 1 1 programs
w 1 1 1 progress
w 1 1 1 project
w 1 1 1 projects
w 1 1 1 promo

View File

@ -1372,6 +1372,7 @@ w 1 1 1 profiling
w 1 1 1 program
w 1 1 1 programming
w 1 1 1 programs
w 1 1 1 progress
w 1 1 1 project
w 1 1 1 projects
w 1 1 1 promo