Suffixes after unique-ing numbers [Re: Two wget patches: min-size/max-size and nc options]

2007-10-15 Thread Micah Cowan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Just getting a chance to look a bit more closely at this again. Christian Roche wrote: Hi there, please find attached two small patches that could be considered for wget (against revision 2276). patch-utils changes the file renaming

--limit-percent N versus --limit-rate N% ?

2007-10-15 Thread Micah Cowan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Okay, now that it's decided this thing will go in... I'm kinda leaning toward the idea that we change the parser for - --limit-rate to something that takes a percentage, instead of adding a new option. While it probably means a little extra coding,

Re: Version tracking in Wget binaries

2007-10-15 Thread Hrvoje Niksic
Micah Cowan [EMAIL PROTECTED] writes: Make my src changes, create a changeset... And then I'm lost... Alright, so you can make your changes, and issue an hg diff, and you've basically got what you used to do with svn. That is not quite true, because with svn you could also do svn commit to

Re: Version tracking in Wget binaries

2007-10-15 Thread Micah Cowan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hrvoje Niksic wrote: Micah Cowan [EMAIL PROTECTED] writes: Make my src changes, create a changeset... And then I'm lost... Alright, so you can make your changes, and issue an hg diff, and you've basically got what you used to do with svn.

Re: --limit-percent N versus --limit-rate N% ?

2007-10-15 Thread Matthias Vill
Micah Cowan wrote: I'm kinda leaning toward the idea that we change the parser for --limit-rate to something that takes a percentage, instead of adding a new option. While it probably means a little extra coding, it handily deals with broken cases like people specifying both --limit-rate and

Re: --limit-percent N versus --limit-rate N% ?

2007-10-15 Thread Micah Cowan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Matthias Vill wrote: I would appreciate having a --limit-rate N% option. So now about those broken cases. You could do some least of both policy (which would of course still need the time to do measuring and can cut only afterwards). Or

Re: subscribing from this list

2007-10-15 Thread Josh Williams
On 10/15/07, patrick robinson [EMAIL PROTECTED] wrote: Hello, I want to unsubscripe from this list but lost my registration e-mail. How is this performed? You can find this (and other information) on the Wget wiki. http://wget.addictivecode.org/ To unsubscribe from a list, send an email to

Re: subscribing from this list

2007-10-15 Thread Micah Cowan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Josh Williams wrote: On 10/15/07, patrick robinson [EMAIL PROTECTED] wrote: Hello, I want to unsubscripe from this list but lost my registration e-mail. How is this performed? I haven't seen this original message yet. You can find this (and

Re: subscribing from this list

2007-10-15 Thread Josh Williams
On 10/15/07, Micah Cowan [EMAIL PROTECTED] wrote: Note that this doesn't help him much if he's lost his registration e-mail. Patrick, you'll probably have to go bug the staff at www.dotsrc.org, who hosts this list; send an email to [EMAIL PROTECTED] E-mail *address* or just the e-mail? I

Re: --limit-percent N versus --limit-rate N% ?

2007-10-15 Thread Matthias Vill
Micah Cowan schrieb: Matthias Vill wrote: I would appreciate having a --limit-rate N% option. So now about those broken cases. You could do some least of both policy (which would of course still need the time to do measuring and can cut only afterwards). Or otherwise you could use a

Re: subscribing from this list

2007-10-15 Thread Micah Cowan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Josh Williams wrote: On 10/15/07, Micah Cowan [EMAIL PROTECTED] wrote: Note that this doesn't help him much if he's lost his registration e-mail. Patrick, you'll probably have to go bug the staff at www.dotsrc.org, who hosts this list; send an

Re: subscribing from this list

2007-10-15 Thread Matthias Vill
Josh Williams schrieb: On 10/15/07, Micah Cowan [EMAIL PROTECTED] wrote: Note that this doesn't help him much if he's lost his registration e-mail. Patrick, you'll probably have to go bug the staff at www.dotsrc.org, who hosts this list; send an email to [EMAIL PROTECTED] E-mail *address*

version.c take two

2007-10-15 Thread Micah Cowan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 I've improved the generation of version.c, removing the intermediate generation of an hg-id file and using a more portable replacement for hg id | cut -d ' ' -f 1 (can be used on Windows and MS-DOS). The relevant lines in src/Makefile.am are now:

Re: PATCHES file removed

2007-10-15 Thread Tony Godshall
On 10/13/07, Micah Cowan [EMAIL PROTECTED] wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hrvoje Niksic wrote: Micah Cowan [EMAIL PROTECTED] writes: FYI, I've removed the PATCHES file. Not because I don't think it's useful, but because the information needed updating (now that