Date: Fri, 24 May 2002 10:09:24 -0400 Message-Id: <200205241409.g4OE9Oi03826@envy.delorie.com> X-Authentication-Warning: envy.delorie.com: dj set sender to dj AT delorie DOT com using -f From: DJ Delorie To: djgpp AT delorie DOT com CC: djgpp AT delorie DOT com In-reply-to: <20020524134047.GA22359@kendall.sfbr.org> (message from JT Williams on Fri, 24 May 2002 08:40:47 -0500) Subject: Re: GNU Pascal (gpc) 2.1 released References: <3CED528D DOT 7DCF9660 AT yahoo DOT com> <3CED6BA6 DOT 48D4D0FE AT phekda DOT freeserve DOT co DOT uk> <7458-Fri24May2002135355+0300-eliz AT is DOT elta DOT co DOT il> <20020524134047 DOT GA22359 AT kendall DOT sfbr DOT org> 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 > I'd prefer something altogether more gnuish, like > > rm --files-from=foo.mft > rm -T foo.mft > > instead of the @ usage. Support for @files is handled in djgpp's C library, not the fileutils itself. gcc, emacs, rm, rhide, they all support it indirectly. It is compatible with Borland C. There is no way we can support extra command line options for every program out there.