bug-wget
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-wget] [PATCH] Regression since wget 1.10: no_prefix function is


From: Bykov Aleksey
Subject: Re: [Bug-wget] [PATCH] Regression since wget 1.10: no_prefix function is *bad*
Date: Tue, 14 May 2013 23:34:06 +0300
User-agent: Opera Mail/12.14 (Win32)

Greetings, Tim Rühsen

About C99 - sorry, i think "If article isn't changed/removed then it's
still actually". Yes, in MinGW mailing lists i find mention about
"-std=c99" and "changes to mingw_snprintf". Sorry for mistake.
May be it's time for new test branch - "wget-C99"? And then find what
fragments (isn't work)/(cannot be hooked) in MinGW/CygWin/MSVC and need to
replace? Something like "From practice to theory".

how do I make a diff to some commit back in time or to upstream ?
From current to upstream
git format-patch origin/master

From current to some commit
git format-patch ccd369d

Single commit
git format-patch ccd369d^!

Between two commits
git format-patch 027d9f...ae80fd2

--
Best regars, Alex

Hi Alex,

yes, it is the _PC_NAME_MAX issue which is only valid for pathconf().

Attached is the little patch to fix it.

Since MinGW is based on gcc-4.6, C99 should be available.
As the Wiki states (well, the entry is 3 years old...), printf() is the mainissue. But there may be some other functions that don't behave C99 compliant.
Sound not like a compiler, but a library issue.

Maybe some functions have to be provided by Wget. If we just had a list ofissues/functions...

Regards, Tim



reply via email to

[Prev in Thread] Current Thread [Next in Thread]