GNU Make 3.79.1 Bug Fix Update

2001-04-02 Thread John Fowler
achines to test this with. If you'd rather not make this change but just keep it around in case someone else has a problem with VMS archive times, that's OK with me. Thanks, John Fowler, [EMAIL PROTECTED] I f

Null-termination bug in gmake

2001-03-14 Thread John Fowler
mmediately prior to the define_variable call on line 236. (Don't touch the define_variable call on line 240!) Thanks, John Fowler [EMAIL PROTECTED] ___ Bug-make mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-make

VMS Environment Variable bug in GNU Make

2001-01-15 Thread John Fowler
he value of the logical. This causes problems when the logical's value is longer than its name (which is usually the case). The solution: Change line 218 to: nvalue = alloca (strlen(value) + scnt + 1); Thanks, John Fowler, [EMAIL PROTECTED] ___ B

Bugs in gmake 3.79.1 on VAX/VMS 7.1

2000-12-11 Thread John Fowler
errors. So odd-numbered return values indicate no error, and even-numbered return values indicate something went wrong. These lines should be: if (! (status & 1)) I hope this is helpful. Thanks very much! John Fowler, [EMAIL PROTECTED] ___ Bug-m