From: Daniel Stenberg Date: Thu, 10 Nov 2005 22:11:27 +0000 (+0000) Subject: just implemented X-Git-Tag: curl-7_15_1~82 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d68b1a1e8ca7e759abce4b2db13308ea65efb47d;p=curl just implemented --- diff --git a/docs/TODO b/docs/TODO index 4558c6dd1..31ff00863 100644 --- a/docs/TODO +++ b/docs/TODO @@ -208,10 +208,6 @@ TODO should also be used to set the mod date on the downloaded file. (idea from "Brianiac") - * Add step parameter to the globbing. Like [0-1000;10] that would walk the - range increasing the number with 10 for every step. Requested by Jose: - http://curl.haxx.se/feedback/display.cgi?id=11315662266802 - * Globbing support for -d and -F, as in 'curl -d "name=foo[0-9]" URL'. Requested by Dane Jensen and others. This is easily scripted though.