diff options
| author | Daniel Stenberg <daniel@haxx.se> | 2005-11-10 22:11:01 +0000 |
|---|---|---|
| committer | Daniel Stenberg <daniel@haxx.se> | 2005-11-10 22:11:01 +0000 |
| commit | bd8baed13879d30614065379cca6e2b559b4b0fa (patch) | |
| tree | 17d868ef3c0bf6ee0093e185b26a42f4c5524856 /CHANGES | |
| parent | 00a7dda273af92f0e58d2d7f0f6e56209919de18 (diff) | |
Introducing range stepping to the curl globbing support. Now you can specify
step counter by adding :[num] within the brackets when specifying a range.
Diffstat (limited to 'CHANGES')
| -rw-r--r-- | CHANGES | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -8,6 +8,18 @@ +Daniel (10 November 2005) +- Introducing range stepping to the curl globbing support. Now you can specify + step counter by adding :[num] within the brackets when specifying a range: + + [1-100:10] + [a-z:2] + + If no step counter is set, it defaults to 1 as before: + + [1-100] + [d-h] + Daniel (8 November 2005) - Removed the use of AI_CANONNAME in the IPv6-enabled resolver functions since we really have no use for reverse lookups of the address. |
