Gijs van Tulder <[email protected]> writes: > Hi, > > Here is a new version of the regular expressions patch. The new > version combines POSIX (always, from gnulib) and PCRE (if available). > > The patch adds these options: > > --accept-regex="..." > --reject-regex="..." > > --regex-type=posix for POSIX extended regexes (the default) > --regex-type=pcre for PCRE regexes (if PCRE is available) > > In reference to the --match-query-string patch: since the regexes look > at the complete URL, you can also use them to match the query string.
thanks, I have done some small changes (like using xmalloc instead of an unchecked malloc). Would you like to write some documentation for it as well (in doc/wget.texi)? Otherwise I will try to go trough it in the weekend. At this point I think we can go for an alpha release and if nothing very bad happens, then get a release in 10-15 days. Giuseppe
