X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f Date: Fri, 07 Dec 2001 09:00:01 +0200 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: j-powell AT pb DOT jp DOT nec DOT com Message-Id: <3405-Fri07Dec2001090001+0200-eliz@is.elta.co.il> X-Mailer: emacs 21.1.50 (via feedmail 8 I) and Blat ver 1.8.9 CC: djgpp AT delorie DOT com In-reply-to: <000201c17eaa$56f32540$1002a8c0@ygtynecs01097> (j-powell AT pb DOT jp DOT nec DOT com) Subject: Re: Broken findfirst References: <000201c17eaa$56f32540$1002a8c0 AT ygtynecs01097> Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > From: "Jeffrey Powell" > Date: Fri, 7 Dec 2001 08:04:19 +0900 > > This is consistent with the Unix side of things not the DOS side where you > have to specifically link in an object file to give the same functionality. Correct. DJGPP is explicitly Posix-compliant as much as it can. If DJGPP programs didn't expand wildcards automatically, they could never be used in Makefile's and shell scripts which were written for Unix.