bug-wget archive search

Search String: Display: Description: Sort:

Results:

References: [ warc: 295 ]

Total 295 documents matching your query.

121. Re: [Bug-wget] [patch] uuid generation in warc.c (score: 33)
Author: HIDDEN
Date: Tue, 16 Dec 2014 13:47:11 +0000
It looks like a good opportunity to fix ./configure's libuuid detection. We just have to agree on an approach. Suggestion: if --with-libuuid explicitly specified search for libuuid (pkg-config or fa
/archive/html/bug-wget/2014-12/msg00084.html (5,728 bytes)

122. Re: [Bug-wget] [patch] uuid generation in warc.c (score: 34)
Author: HIDDEN
Date: Tue, 16 Dec 2014 13:47:36 +0100
Thanks for looking at it! I think this makes sense and would be a nice addition on any OS that provides those uuid functions natively. Given the following points: - I didn't sign the FSF paperwork th
/archive/html/bug-wget/2014-12/msg00083.html (7,759 bytes)

123. Re: [Bug-wget] [patch] uuid generation in warc.c (score: 34)
Author: HIDDEN
Date: Tue, 16 Dec 2014 10:38:35 +0100
Thanks for your contribution ! It looks like a good opportunity to fix ./configure's libuuid detection. We just have to agree on an approach. Suggestion: if --with-libuuid explicitly specified search
/archive/html/bug-wget/2014-12/msg00082.html (6,704 bytes)

124. [Bug-wget] [patch] uuid generation in warc.c (score: 40)
Author: HIDDEN
Date: Tue, 16 Dec 2014 00:26:35 +0100
Hi, in src/warc.c three methods are provided to generate uuids: libuuid, uuid functions from libc, and a fallback method. At least OpenBSD, FreeBSD and NetBSD provide those uuid functions in their li
/archive/html/bug-wget/2014-12/msg00079.html (8,239 bytes)

125. Re: [Bug-wget] [PATCH] Fix for #43785 (ngettext with Solaris 10) (score: 2)
Author: HIDDEN
Date: Fri, 12 Dec 2014 00:02:41 +0100
Tim Ruehsen wrote: Another option would be to completely avoid ngettext() - we just use it at two places (spider.c and warc.c) (ngettext(s1,s2,n) --> n==1?s1:s2). Some languages have plurals way weir
/archive/html/bug-wget/2014-12/msg00065.html (5,511 bytes)

126. [Bug-wget] [PATCH] Fix for #43785 (ngettext with Solaris 10) (score: 2)
Author: HIDDEN
Date: Thu, 11 Dec 2014 09:46:20 +0100
Since Solaris 10 'locale.h' pulls in libintl.h, our '#define ngettext' clashes with the ngettext function. I changed our #define to WG_NGETTEXT (WG_ for the wget namespace). Another option would be t
/archive/html/bug-wget/2014-12/msg00057.html (6,000 bytes)

127. [Bug-wget] [PATCH 5/5] Indent description continuation lines by two spaces. (score: 7)
Author: HIDDEN
Date: Tue, 9 Dec 2014 22:17:44 +0100
-- src/main.c | 27 +++++++++++++-- 1 files changed, 13 insertions(+), 14 deletions(-) diff --git a/src/main.c b/src/main.c index 6599839..ec6d8fe 100644 -- a/src/main.c +++ b/src/main.c @@ -484,7 +48
/archive/html/bug-wget/2014-12/msg00045.html (11,330 bytes)

128. [Bug-wget] [PATCH 2/5] Remove the full stops from option descriptions. (score: 29)
Author: HIDDEN
Date: Tue, 9 Dec 2014 22:17:41 +0100
And use semicolons to separate multiple phrases in a description. -- src/main.c | 280 ++++++++++++++++++++++++++++++-- 1 files changed, 140 insertions(+), 140 deletions(-) diff --git a/src/main.c b/s
/archive/html/bug-wget/2014-12/msg00041.html (33,375 bytes)

129. Re: [Bug-wget] [PATCH] Let's get rid of gettext.h (score: 2)
Author: HIDDEN
Date: Fri, 28 Nov 2014 12:06:02 +0100
We do not need gettext.h. We only need _() and libintl.h inclusion. Here is a patch to address that. Please review and comment. Tim Attachment: 0001-Get-rid-of-gettext.h.patch Description: Text Data
/archive/html/bug-wget/2014-11/msg00316.html (8,747 bytes)

130. Re: [Bug-wget] [PATCH] Let's get rid of gettext.h (score: 2)
Author: HIDDEN
Date: Fri, 28 Nov 2014 16:32:51 +0530
Hi Tim, I don't know if it's my email client, but I see no patch attached. Could you please check?
/archive/html/bug-wget/2014-11/msg00315.html (8,869 bytes)

131. Re: [Bug-wget] [PATCH] Let's get rid of gettext.h (score: 2)
Author: HIDDEN
Date: Fri, 28 Nov 2014 11:30:31 +0100
We do not need gettext.h. We only need _() and libintl.h inclusion. Here is a patch to address that. Please review and comment. Tim Attachment: signature.asc Description: This is a digitally signed m
/archive/html/bug-wget/2014-11/msg00314.html (8,450 bytes)

132. Re: [Bug-wget] 'xfree' undefined (score: 2)
Author: HIDDEN
Date: Fri, 28 Nov 2014 09:58:50 +0100
Gisle is right. The current compilation with gcc/linux has also lots of these: gettext.h: In function 'dcpgettext_expr': gettext.h:218:9: warning: implicit declaration of function 'xfree' [- Wimplici
/archive/html/bug-wget/2014-11/msg00313.html (8,804 bytes)

133. Re: [Bug-wget] 'xfree' undefined (score: 2)
Author: HIDDEN
Date: Thu, 27 Nov 2014 23:26:51 +0530
And that is precisely why I've been gunning for getting a good CI setup in place. The above patch worked for me flawlessly, but is causing problems on the MSVC compiler. undefined; That is exactly ho
/archive/html/bug-wget/2014-11/msg00310.html (7,091 bytes)

134. [Bug-wget] 'xfree' undefined (score: 2)
Author: HIDDEN
Date: Thu, 27 Nov 2014 17:32:17 +0000
The recent change [1] to gettext.h of replacing free() with xfree() has generated many warnings on MSVC: cl -nologo -MD ... -c cookies.c g:\mingw32\src\inet\wget\src\gettext.h(218) : warning C4013: '
/archive/html/bug-wget/2014-11/msg00309.html (5,942 bytes)

135. Re: [Bug-wget] [PATCH 2/8] Add extern declaration for version.c strings (score: 9)
Author: HIDDEN
Date: Tue, 25 Nov 2014 23:15:59 +0100
Hi, Attached is a patch for a missing 'version.h' in wget_SOURCES in the src/Makefile.am, which I suppose should have been included in the above patch by Darshit. Without it, 'make distcheck' fails.
/archive/html/bug-wget/2014-11/msg00298.html (13,714 bytes)

136. [Bug-wget] [PATCH 7/8] Remove defensive assert in cookies.c (score: 2)
Author: HIDDEN
Date: Sat, 22 Nov 2014 14:52:21 +0530
-- src/ChangeLog | 5 +++++ src/cookies.c | 8 +++++++- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/src/ChangeLog b/src/ChangeLog index 4a2b1b9..c0d6466 100644 -- a/src/ChangeLog +++
/archive/html/bug-wget/2014-11/msg00272.html (8,086 bytes)

137. [Bug-wget] [PATCH 6/8] Add extern declaration for program_arsgstring (score: 7)
Author: HIDDEN
Date: Sat, 22 Nov 2014 14:52:20 +0530
In test.c, this patch changes the type of program_argstring to char * from a const char *. This is because, we use a char * string in the rest of the program and declare an extern accordingly. Removi
/archive/html/bug-wget/2014-11/msg00274.html (8,819 bytes)

138. [Bug-wget] [PATCH 2/8] Add extern declaration for version.c strings (score: 9)
Author: HIDDEN
Date: Sat, 22 Nov 2014 14:52:16 +0530
-- src/ChangeLog | 8 ++++++++ src/Makefile.am | 1 + src/http.c | 2 +- src/main.c | 4 +-- src/version.h | 33 +++++++++++++++++++++++++++++++++ src/warc.c | 2 +- 6 files changed, 45 insertions(+), 5 de
/archive/html/bug-wget/2014-11/msg00267.html (10,976 bytes)

139. Re: [Bug-wget] [PATCH] Fixing C89 warnings (score: 17)
Author: HIDDEN
Date: Thu, 20 Nov 2014 14:51:06 +0100
Hi Gisle, please always answer to the mailing list. You don't have the latest git version, at least your diff isn't based on it. I pushed the C89 changes right before I asked you to give me the compi
/archive/html/bug-wget/2014-11/msg00220.html (9,232 bytes)

140. [Bug-wget] [PATCH 2/5] use pkg-config to check libuuid deps if available (score: 2)
Author: HIDDEN
Date: Mon, 27 Oct 2014 14:55:22 -0400
Newer versions of these packages ship with pkg-config files, so if we can detect it via those, do so. If that fails, fall back to the old methods. Also add a configure flag to explicitly control its
/archive/html/bug-wget/2014-10/msg00165.html (7,538 bytes)


This search system is powered by Namazu