bug-wget
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-wget] Regular expression matching


From: Giuseppe Scrivano
Subject: Re: [Bug-wget] Regular expression matching
Date: Wed, 09 May 2012 21:22:24 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.4 (gnu/linux)

Gijs van Tulder <address@hidden> 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]