Date: Wed, 11 Sep 1996 22:03:12 -0400 From: dj (DJ Delorie) Message-Id: <199609120203.WAA15873@delorie.com> To: eliz AT is DOT elta DOT co DOT il CC: djgpp-workers AT delorie DOT com In-reply-to: (message from Eli Zaretskii on Tue, 10 Sep 1996 14:03:05 +0200 (IST)) Subject: Re: V2 alpha 980908 -- djdev and djlsr > 1) DJGPP_MINOR on lib/specs is still 0, not 1. Fixed. > 4) The new `write' doesn't set errno to ENOSPC when it cannot > write all the bytes it was asked. I think it should. Fixed. > 6) The fragment below is from `glob.c'. I think it's wrong to > call `add(pathbuf)' if the file by that name doesn't exist. This should > be only done if GLOB_NOCHECK flag is set, and the top-level code already > does that when `glob2' returns with no files found. Right now, `glob' > always returns with the original string, even if it didn't find any > matching file and even if GLOB_NOCHECK is NOT set. Fixed. I added a test program also.