diff --git a/ChangeLog b/ChangeLog index af4aa88..9f814d2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Version 1.85b: +-------------- + + - Minor refinements to the content analysis module. + Version 1.84b: -------------- diff --git a/Makefile b/Makefile index 3f895ed..5438a0a 100644 --- a/Makefile +++ b/Makefile @@ -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 \ diff --git a/analysis.c b/analysis.c index 8d9fb3e..7fa272e 100644 --- a/analysis.c +++ b/analysis.c @@ -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; } diff --git a/dictionaries/complete.wl b/dictionaries/complete.wl index cc62e65..10b73c3 100644 --- a/dictionaries/complete.wl +++ b/dictionaries/complete.wl @@ -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 diff --git a/dictionaries/medium.wl b/dictionaries/medium.wl index a18ff4c..5a08df3 100644 --- a/dictionaries/medium.wl +++ b/dictionaries/medium.wl @@ -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 diff --git a/dictionaries/minimal.wl b/dictionaries/minimal.wl index 242dc91..5b4748b 100644 --- a/dictionaries/minimal.wl +++ b/dictionaries/minimal.wl @@ -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