Re: OpenSSL checking rewritten

2001-05-25 Thread Maciej W. Rozycki
? Can't it be replaced with an AC_TRY_LINK or an AC_TRY_LINK_FUNC one? The function called in AC_TRY_RUN doesn't do anything catchable by the configure script at all -- it does never fail. Maciej -- + Maciej W. Rozycki, Technical University of Gdansk, Poland

Re: OpenSSL checking rewritten

2001-05-28 Thread Maciej W. Rozycki
and fixes for autoconf 2.50. I think the libtool update is worth considering now (1.3.5 has a few nasty cross-compiling bugs) and autoconf fixes would be a post-1.7 item. Do you want to see these changes as well? 2001-05-28 Maciej W. Rozycki [EMAIL PROTECTED] * configure.in: Don't

Re: OpenSSL checking rewritten

2001-05-28 Thread Maciej W. Rozycki
the libtool patch as it's huge and it's just a new version of libtool.m4 incorporated into aclocal.m4. Maciej -- + Maciej W. Rozycki, Technical University of Gdansk, Poland + +--+ +e-mail: [EMAIL PROTECTED], PGP key available

Re: OpenSSL checking rewritten

2001-05-28 Thread Maciej W. Rozycki
Maciej W. Rozycki [EMAIL PROTECTED] * configure.in: Move AC_AIX before AM_PROG_LIBTOOL. * configure.in: Add second level of brackets in AC_ARG_WITH for ssl. * configure.in: Replace double quotes with brackets for proper m4 quoting in AC_MSG_CHECKING

Re: OpenSSL checking rewritten

2001-05-28 Thread Maciej W. Rozycki
On 28 May 2001, Hrvoje Niksic wrote: So most of them are not for 2.13? Hmm, I'll have to investigate that on my own, I guess. That's actually good news the changes are basically cosmetic -- no need to rewrite scripts heavily, unlike for some other programs. -- + Maciej W. Rozycki

Re: OpenSSL checking rewritten

2001-05-29 Thread Maciej W. Rozycki
problems on the autoconf's mailing list. -- + Maciej W. Rozycki, Technical University of Gdansk, Poland + +--+ +e-mail: [EMAIL PROTECTED], PGP key available+

Re: OpenSSL checking rewritten

2001-05-29 Thread Maciej W. Rozycki
On 29 May 2001, Hrvoje Niksic wrote: Aha, so you mean it's safe to use -R... as a *libtool* flag, which libtool will interpret as necessary. Exactly. Try `libtool --mode=link --help' for all options libtool recognizes in the link mode. -- + Maciej W. Rozycki, Technical University

Re: Windows doc patch

2001-11-22 Thread Maciej W. Rozycki
from version.c or whatever. See e.g. sources of autoconf for how automake makes use of a supplementary generated version.texi file to include package's version information in documentation. I think it can be easily modelled after. -- + Maciej W. Rozycki, Technical University of Gdansk, Poland

Re: wget1.7.1: Compilation Error (please Cc'ed to me :-)

2001-11-29 Thread Maciej W. Rozycki
equivalent to `memmove', because the arguments are not in the same order and there is no return value. The best way to verify is to look at the libc 4/5 implementation. -- + Maciej W. Rozycki, Technical University of Gdansk, Poland

Re: wget1.7.1: Compilation Error (please Cc'ed to me :-)

2001-11-29 Thread Maciej W. Rozycki
. That might be a fallback. A library's bcopy() may be significantly faster due to low-level tricks. -- + Maciej W. Rozycki, Technical University of Gdansk, Poland + +--+ +e-mail: [EMAIL PROTECTED], PGP key available+

Re: Wget 1.8-beta2 now available

2001-12-03 Thread Maciej W. Rozycki
. -- + Maciej W. Rozycki, Technical University of Gdansk, Poland + +--+ +e-mail: [EMAIL PROTECTED], PGP key available+

Re: Wget 1.8-beta2 now available

2001-12-03 Thread Maciej W. Rozycki
slots at the moment, so I may be unable to code anything until the next week. Anyone feel free to do it sooner. Maciej -- + Maciej W. Rozycki, Technical University of Gdansk, Poland + +--+ +e-mail: [EMAIL PROTECTED], PGP key

Re: IPv6

2002-01-16 Thread Maciej W. Rozycki
libraries, but I'm told getaddrinfo() is the only resolving function supported by the standard IPv6 API. I don't know if the IPv6 API is finally stabilized now, but for many years it was nothing but a floating mess, sigh... -- + Maciej W. Rozycki, Technical University of Gdansk, Poland

Re: OK, time to moderate this list

2002-04-08 Thread Maciej W. Rozycki
name and definition and not repeat the program's name anywhere in the headers or the body (only a version number for example, or current when referring to a CVS snapshot). Just like I did here. ;-) -- + Maciej W. Rozycki, Technical University of Gdansk, Poland

Re: problems with msgfmt making .gmo [v1.8.1]

2002-04-16 Thread Maciej W. Rozycki
and libgettextsrc.so shared libraries and they are only used by itself and not for applications. Even if you have a broken system, you may still keep one version of libintl.so for existing binaries and use another one for new development (as usually). -- + Maciej W. Rozycki, Technical University

Re: apache irritations

2002-04-22 Thread Maciej W. Rozycki
real files... How about using the -R option of wget? A brief test proves -R '*\?[A-Z]=[A-Z]' works as it should. -- + Maciej W. Rozycki, Technical University of Gdansk, Poland + +--+ +e-mail: [EMAIL PROTECTED], PGP key

Re: apache irritations

2002-04-22 Thread Maciej W. Rozycki
* reject line with an appropriate annotation to the default system wgetrc looks like a good idea to me. -- + Maciej W. Rozycki, Technical University of Gdansk, Poland + +--+ +e-mail: [EMAIL PROTECTED], PGP key available+

Re: apache irritations

2002-04-22 Thread Maciej W. Rozycki
in my opinion. What if a new version of Apache defines a new format? ^^ literal '?' needed here Exactly -- I've meant the question mark above, of course. -- + Maciej W. Rozycki, Technical University of Gdansk, Poland

Re: apache irritations

2002-04-22 Thread Maciej W. Rozycki
no default page. Any dynamic content should probably be protected by robots.txt and otherwise dealt by a user specifically depending on the content. BTW, wget's accept/reject rules are not regular expressions but simple shell globbing patterns. -- + Maciej W. Rozycki, Technical University

Re: apache irritations

2002-04-23 Thread Maciej W. Rozycki
://www.kernel.org/pub/linux/; and its subdirectories for how it looks like. I think what Jamie wants is one copy of index.html no matter how many links of the form index.html?N=D appear. So do I and my shell pattern will work as expected. -- + Maciej W. Rozycki, Technical University of Gdansk

Re: RFE:add tar option

2002-04-23 Thread Maciej W. Rozycki
-subscribers. -- + Maciej W. Rozycki, Technical University of Gdansk, Poland + +--+ +e-mail: [EMAIL PROTECTED], PGP key available+

Re: unreasonable not to doc ascii vs. binary in the --help text

2003-08-18 Thread Maciej W. Rozycki
it with the short help reference would seem to be an overkill. -- + Maciej W. Rozycki, Technical University of Gdansk, Poland + +--+ +e-mail: [EMAIL PROTECTED], PGP key available+

RE: unreasonable not to doc ascii vs. binary in the --help text

2003-08-22 Thread Maciej W. Rozycki
for Linux running on MIPS processors; I can make an i386 (and/or an Alpha) Linux binary available as well. Maciej -- + Maciej W. Rozycki, Technical University of Gdansk, Poland + +--+ +e-mail: [EMAIL PROTECTED], PGP key available+

Re: autoconf 2.5x and automake support for wget 1.9 beta

2003-09-04 Thread Maciej W. Rozycki
proposal here some time ago -- I can resend the changes if there is interest. Changes for automake (if you select this way) are another story. Maciej -- + Maciej W. Rozycki, Technical University of Gdansk, Poland + +--+ +e

Re: autoconf 2.5x and automake support for wget 1.9 beta

2003-09-05 Thread Maciej W. Rozycki
is to make use of the new features in Autoconf 2.50+. Integration of the latest libtool would probably be in order as well. I couldn't send the patches earlier, sorry. Besides what you have already done, I have the following bits within my changes. Maciej -- + Maciej W. Rozycki, Technical

Re: autoconf 2.5x and automake support for wget 1.9 beta

2003-09-08 Thread Maciej W. Rozycki
configure.in file for possible improvements. Unfortunately I'm very busy with other projects right now, so chances I'll find a free time slot for wget soon are quite slim. Maciej -- + Maciej W. Rozycki, Technical University of Gdansk, Poland

Re: autoconf 2.5 patch for wget

2003-09-11 Thread Maciej W. Rozycki
will follow; I hope this already happened. -- + Maciej W. Rozycki, Technical University of Gdansk, Poland + +--+ +e-mail: [EMAIL PROTECTED], PGP key available+

Re: Portable representation of large integers

2003-09-23 Thread Maciej W. Rozycki
it. (Or that do, for that matter.) Sure, that's a completely independent problem. While discovering the proper format specifier is doable, gettextization makes its use tough. Maciej -- + Maciej W. Rozycki, Technical University of Gdansk, Poland

Re: feature request: --second-guess-the-dns

2003-11-17 Thread Maciej W. Rozycki
sites on the same interface, and http://DOTTED-DECIMAL-ADDR will get you a default page, if even that. Hmm, couldn't --header Host: hostname work? I think it could, but now wget appends it instead of replacing its own generated one... -- + Maciej W. Rozycki, Technical University of Gdansk

RE: OpenVMS URL

2004-05-26 Thread Maciej W. Rozycki
[directory.subdirectory]filename from server, but there's no way to specify the disk: part. -- + Maciej W. Rozycki, Technical University of Gdansk, Poland + +--+ +e-mail: [EMAIL PROTECTED], PGP key available+

RE: OpenVMS URL

2004-05-26 Thread Maciej W. Rozycki
. -- + Maciej W. Rozycki, Technical University of Gdansk, Poland + +--+ +e-mail: [EMAIL PROTECTED], PGP key available+

RE: OpenVMS URL

2004-05-27 Thread Maciej W. Rozycki
checked, to handle that type of pathname as a URL. Well, as the last resort, you can always use a regular FTP client. -- + Maciej W. Rozycki, Technical University of Gdansk, Poland + +--+ +e-mail: [EMAIL PROTECTED], PGP key

Re: OpenVMS URL

2004-05-28 Thread Maciej W. Rozycki
as being used for a super-root specifier and it could be made transparent for non-VMS servers. -- + Maciej W. Rozycki, Technical University of Gdansk, Poland + +--+ +e-mail: [EMAIL PROTECTED], PGP key available+

Re: OpenVMS URL

2004-05-28 Thread Maciej W. Rozycki
On Thu, 27 May 2004, Tony Lewis wrote: Assuming, you can detect a VMS connection, why not simply ftp://server/foo:[dir1.dir2]? Well, that would contradict the URI specification (although it could be considered a usable hack). -- + Maciej W. Rozycki, Technical University of Gdansk, Poland

RE: OpenVMS URL

2004-05-28 Thread Maciej W. Rozycki
. -- + Maciej W. Rozycki, Technical University of Gdansk, Poland + +--+ +e-mail: [EMAIL PROTECTED], PGP key available+

Re: Large file support

2005-02-21 Thread Maciej W. Rozycki
On Sun, 20 Feb 2005, Hrvoje Niksic wrote: 1. I'd say that code like if ( sizeof(number) == 8 ) should have been a compile-time #ifdef rather than a run-time decision. Where do you see such code? grep 'if.*sizeof' *.c doesn't seem to show such examples. As I recall, it was in

Re: Large file support

2005-02-21 Thread Maciej W. Rozycki
On Mon, 21 Feb 2005, Hrvoje Niksic wrote: Actually if (sizeof(number) == 8) is much more readable than any preprocessor clutter and yields exactly the same. Agreed, in some cases. In others it yields to pretty annoying compiler warnings. What kind of warnings? It's valid C. Maciej

Re: Large file support

2005-02-21 Thread Maciej W. Rozycki
On Mon, 21 Feb 2005, Hrvoje Niksic wrote: Besides, despite sizeof(foo) being a constant, you can't move a comparison against it to cpp. You can, Autoconf allows you to check for size of foo, which gives you a SIZEOF_FOO preprocessor constant. Then you can write things like: #if

Re: O_EXCL and large files

2005-02-23 Thread Maciej W. Rozycki
On Wed, 23 Feb 2005, Hrvoje Niksic wrote: You may also want AC_FUNC_FSEEKO for fseeko(). I wonder what is the difference between AC_FUNC_FSEEKO and AC_CHECK_FUNCS(seeko). The manual doesn't seem to explain. Well, that's what I have on my local system: - Macro: AC_FUNC_FSEEKO If

Re: O_EXCL and large files

2005-02-23 Thread Maciej W. Rozycki
On Wed, 23 Feb 2005, Hrvoje Niksic wrote: I see. Now I know why I didn't use AC_FUNC_FSEEKO -- Wget doesn't use fseeko anywhere. The only usage we have is: fseek (fp, 0, SEEK_END); size = ftell (fp); /* replaced with ftello where available */ Is there need to use fseeko

Re: Large file support

2005-02-24 Thread Maciej W. Rozycki
On Thu, 24 Feb 2005, Hrvoje Niksic wrote: Generating Code... retr.c(261) : fatal error C1001: INTERNAL COMPILER ERROR (compiler file 'E:\8966\vc98\p2\src\P2\main.c', line 494) Please choose the Technical Support command on the Visual C++ Help menu, or open the

RE: Large file support

2005-02-25 Thread Maciej W. Rozycki
On Fri, 25 Feb 2005, Herold Heiko wrote: Doesn't GCC work for this target? It does, in the form of Cygwin and MingW. But Heiko was using MS VC before, and we have catered to broken compilers before, so it doesn't hurt to try. Also, Cygwin requires a large installed environment. It

RE: Large file support

2005-02-25 Thread Maciej W. Rozycki
On Fri, 25 Feb 2005, Herold Heiko wrote: Well, instead of scratching the head, how about filing a bug report? Ha :), would be nice. I suppose that would mean calling PSS, which (if things didn't change) means an immediate billing on your credit card (to be refunded later if there

RE: Large file support

2005-02-28 Thread Maciej W. Rozycki
On Mon, 28 Feb 2005, Herold Heiko wrote: Huh? It's you who should actually charge them for doing bug discovery for them. Yeah. Only please understand - I'm not a C programmer. I'm not an expert in Microsoft interaction (the fewer the better). I just have (legal!) access to a Visual

Re: No more Libtool (long)

2005-06-27 Thread Maciej W. Rozycki
On Sat, 25 Jun 2005, Hrvoje Niksic wrote: Despite the apparent consensus that it should be integrated in Autoconf, the integration never materialized. When I queried about this in 2003 (http://tinyurl.com/a63lc), the single response charmingly told me that the solution is libtool. I now

Re: No more Libtool (long)

2005-06-27 Thread Maciej W. Rozycki
On Mon, 27 Jun 2005, Hrvoje Niksic wrote: Bugs are of course inevitable and you shouldn't be surprised seeing them especially as on exotic platforms (you even admit you've never been able to reproduce some of the other's problems on your systems). Please note that a platform doesn't

RE: No more Libtool (long)

2005-06-27 Thread Maciej W. Rozycki
On Mon, 27 Jun 2005, Post, Mark K wrote: This is the kind of obnoxious commentary I've learned to expect from glibc's maintainers. It's no more becoming from you (or anyone else). Well, but unlike with glibc, maintainers of libtool do actually handle problems reported by users. But they

Re: AIX No such file *.msg

2005-10-10 Thread Maciej W. Rozycki
On Sat, 8 Oct 2005, Hrvoje Niksic wrote: As you said, parsing UNIX directory listings is a nightmare. If someone has a suggestion for better heuristics, please go ahead and suggest. Hmm, use MDTM/SIZE to attempt to get at file dates and sizes and NLST to get lone file names? Easier said,

Re: ignoring robots.txt

2007-07-18 Thread Maciej W. Rozycki
On Wed, 18 Jul 2007, Josh Williams wrote: Is there any particular reason we don't have an option to ignore robots.txt? There is no particular reason, so we do. Maciej

Re: patch: prompt for password

2007-07-25 Thread Maciej W. Rozycki
On Tue, 24 Jul 2007, Matthew Woehlke wrote: This rough patch adds a '--ask-password' option to wget. About all that can be It's a good rule to send patches inlined rather than attached as that makes them easy to comment on. said for it is that it works; hopefully it will serve as a useful

Re: patch: prompt for password

2007-07-25 Thread Maciej W. Rozycki
On Wed, 25 Jul 2007, Matthew Woehlke wrote: Read from stderr? I admit I've heard stderr is bi-directional but I can't say I've ever seen it used to read input. Well, `wget' can be used as a filter (and I did do so a couple of times in some scripts in the past; I would be surprised if others

Re: patch: prompt for password

2007-07-26 Thread Maciej W. Rozycki
On Wed, 25 Jul 2007, Micah Cowan wrote: As pointed out, there will be some work necessary to allow for portability across other platforms, and use of stdin/stdout may not be The autoconf macro I quoted solves the problem for *nix systems -- anybody with an incompatible configuration is

Re: patch: prompt for password

2007-07-26 Thread Maciej W. Rozycki
On Wed, 25 Jul 2007, Micah Cowan wrote: Otherwise it looks OK, I think. Though I am not sure whether it is really needed given that many years have passed and nobody wanted such a feature. But the decision is up to the maintainer (once you sort out technical problems). I really

Re: version.c take two

2007-10-16 Thread Maciej W. Rozycki
On Tue, 16 Oct 2007, Micah Cowan wrote: I may take liberties with the Make environment, and assume the presence of a GNU toolset, though I'll try to avoid that where it's possible. Well, the issue has been resolved one way or another with many GNU packages, including the core ones such as

Re: wget2

2007-11-30 Thread Maciej W. Rozycki
On Fri, 30 Nov 2007, Mauro Tortonesi wrote: not really. because of its JIT compiler, Java is often as fast as C/C++, and sometimes even significantly faster. And GCJ can be asked to compile Java to native machine code too. I think Java per se would be OK as a programming language if it

[PATCH] 1.11.4: Add missing $(datarootdir)

2008-08-08 Thread Maciej W. Rozycki
Hello, Here is a change that adds $(datarootdir) throughout that has been missed despite the prominent warning output by ./configure. :-( 2008-08-09 Maciej W. Rozycki [EMAIL PROTECTED] * Makefile.in (datarootdir): Add definition. * doc/Makefile.in (datarootdir): Likewise

Re: [PATCH] 1.11.4: Add missing $(datarootdir)

2008-08-08 Thread Maciej W. Rozycki
Hi Micah, We're not anticipating any further 1.11.x releases for Wget. Active development for most of the last year has focused on 1.12, which is based on Automake (so we get datarootdir for free). Hmm, I must have missed that bit, but if I said I had been following the discussion at the

Re: Suggested feature

2008-09-24 Thread Maciej W. Rozycki
On Wed, 24 Sep 2008, Oliver Hahn wrote: I think it would be a nice feature if wget could print in --spider mode all downloadable file urls into a text file, so that you can import this urls to another download manager. You can use the log file to retrieve this information from -- use the

Re: MAILING LIST IS MOVING: [EMAIL PROTECTED]

2008-11-01 Thread Maciej W. Rozycki
On Fri, 31 Oct 2008, Micah Cowan wrote: I will ask the dotsrc.org folks to set up this mailing list as a forwarding alias to [EMAIL PROTECTED] (the reverse of recent history). At that time, no further mails will be sent to subscribers of this list. Please subscribe to [EMAIL PROTECTED]

Re: MAILING LIST IS MOVING: [EMAIL PROTECTED]

2008-11-02 Thread Maciej W. Rozycki
On Sat, 1 Nov 2008, Micah Cowan wrote: I am puzzled. You mean you declare wget@sunsite.dk retired and [EMAIL PROTECTED] is to be used from now on for the purpose the former list instead? And [EMAIL PROTECTED] will most likely be retired as well soon with the replacement to be [EMAIL