Re: [PATCH] Reduce COW sections data by marking data constant

2008-01-31 Thread Diego 'Flameeyes' Pettenò
On 01/feb/08, at 02:33, Josh Williams wrote: How did you get 9? Probably by being 2:21 AM here ;) Sorry just a thinko.

Re: [PATCH] Reduce COW sections data by marking data constant

2008-01-31 Thread Josh Williams
On Jan 31, 2008 8:21 PM, Diego 'Flameeyes' Pettenò <[EMAIL PROTECTED]> wrote: > char *foo = "ab" -> 4 + 3 = 9 bytes How did you get 9?

Re: [PATCH] Reduce COW sections data by marking data constant

2008-01-31 Thread Diego 'Flameeyes' Pettenò
On Friday 01 February 2008, you wrote: > Yes; but I still have to manually increment the size to an appropriate > value each time I add a bigger string; plus I'm wasting space for all > shorter strings (which applies more to bigger-than-two-element char > arrays); Actually, you're not always. The

Re: [PATCH] Reduce COW sections data by marking data constant

2008-01-31 Thread Micah Cowan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 (Forgot to CC the list. Also, my mailer seems to be screwing up the quotes. :( -M) Diego 'Flameeyes' Pettenò wrote: | As for maintainability, while a character pointer is easier to handle than a | character array, modern compilers warns you if you

Re: wget running in windows Vista

2008-01-31 Thread Alan Thomas
What version of wget? What edition of Vista? I have used the wget 1.10.2 on Vista before. Alan - Original Message - From: "Christopher G. Lewis" <[EMAIL PROTECTED]> To: "Liz Labbe" <[EMAIL PROTECTED]>; Sent: Thursday, January 31, 2008

Re: wget 1.11 no-clobber still sending GET request

2008-01-31 Thread Micah Cowan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Charles wrote: > Hi, > > Comparing the behavior of wget 1.11 and wget 1.10, in wget 1.11 using > wget -nc url still sends a GET request to the server while this does > not happen is wget 1.10. > > My question is how do I turn off this behavior? > >

Re: wget running in windows Vista

2008-01-31 Thread Liz Labbe
Matthias, It actually does put the IP address; I was just using the 99's as an example. I can browse yahoo from my browser and did try a smaller page as well. However, I will try these suggestions and see what I can do. Liz --- Matthias Vill <[EMAIL PROTECTED]> wrote: > Liz Labbe wrote: > >

Re: wget running in windows Vista

2008-01-31 Thread Matthias Vill
Liz Labbe wrote: > I just downloaded WGET and am trying to get it to work > under Window's Vista operating system. > > I cannot get it to connect: for example, I tried > > wget http://www.yahoo.com/ > wget force_html=on http://www.yahoo.com/ > > etc. > I consistently get the message > connec

Re: wget running in windows Vista

2008-01-31 Thread Hrvoje Niksic
"Christopher G. Lewis" <[EMAIL PROTECTED]> writes: > On Vista, you probably have to run in an administrative command > prompt. You mean that you need to be the administrator to run Wget? If so, why? Surely other programs managed to access the network without administrator privileges.

RE: wget running in windows Vista

2008-01-31 Thread Christopher G. Lewis
On Vista, you probably have to run in an administrative command prompt. Christopher G. Lewis http://www.ChristopherLewis.com > -Original Message- > From: Liz Labbe [mailto:[EMAIL PROTECTED] > Sent: Wednesday, January 30, 2008 10:57 PM > To: wget@sunsite.dk > Subject: wget running in wi

wget 1.11 no-clobber still sending GET request

2008-01-31 Thread Charles
Hi, Comparing the behavior of wget 1.11 and wget 1.10, in wget 1.11 using wget -nc url still sends a GET request to the server while this does not happen is wget 1.10. My question is how do I turn off this behavior? Looking at the code in http.c I do not see any flag to turn off the creation of