[bug #40361] make 4.0 under hpux 11.31 no longer prints output correctly

2013-11-07 Thread Daniel Richard G.
Follow-up Comment #16, bug #40361 (project make): Hello everyone, Please have a look at my patch for bug #40515. The culprit is vsnprintf(). On HP-UX, this function returns -1 if the buffer is not big enough, and vfmtconcat() wasn't handling that at all.

[bug #40515] Portability fixes for Tru64 V4.0G (and also HP-UX)

2013-11-07 Thread Daniel Richard G.
URL: Summary: Portability fixes for Tru64 V4.0G (and also HP-UX) Project: make Submitted by: iskunk Submitted on: Fri 08 Nov 2013 05:07:56 AM GMT Severity: 3 - Normal Ite

[bug #40503] Shebang detection is flawed

2013-11-07 Thread Eli Zaretskii
Follow-up Comment #3, bug #40503 (project make): It will slow down Make for no good reason, for starters. It also makes no sense with "absolute" paths such as /bin/sh. But the main reason is: this is an enhancement. Enhancements should come with a good reason why they would make sense, and aski

[bug #40503] Shebang detection is flawed

2013-11-07 Thread David Boyce
Follow-up Comment #2, bug #40503 (project make): Any reason not to give the absolute path a try after not finding the .exe via the current algorithm and before failing? ___ Reply to this item at: __