From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,e219d94b946dfc26 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!postnews.google.com!s48g2000cws.googlegroups.com!not-for-mail From: gautier_niouzes@hotmail.com Newsgroups: comp.lang.ada Subject: Re: Ada.Command_Line and wildcards Date: 22 Feb 2007 00:16:09 -0800 Organization: http://groups.google.com Message-ID: <1172132169.423514.271890@s48g2000cws.googlegroups.com> References: <45dcaed8_6@news.bluewin.ch> NNTP-Posting-Host: 206.122.158.4 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1172132183 24256 127.0.0.1 (22 Feb 2007 08:16:23 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Thu, 22 Feb 2007 08:16:23 +0000 (UTC) In-Reply-To: User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727; .NET CLR 1.1.4322; InfoPath.1),gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: s48g2000cws.googlegroups.com; posting-host=206.122.158.4; posting-account=CZAoAgwAAAD9ntJQ85OlWL0_Q5EFdzP_ Xref: g2news2.google.com comp.lang.ada:9398 Date: 2007-02-22T00:16:09-08:00 List-Id: > This is an OS (shell) issue, surely? Alas, no. I forgot to mention: I tested both programs on both Windows 98 and XP. In both systems, the OA-compiled program gives "*.adb" and the GNAT- compiled the list of files with ".adb" extension. To Adrian, enclosing with '"' works, thanks, but then the syntax differs from the usual one for a command-line tool... I am just suprised by the GNAT behaviour, for two reasons: - I did not find (or missed) something about it in the RM (95) - there is also a GNAT.Command_Line that explicitely intends to do wildcard expansions; so why also GNAT's Ada.Command_Line should do it, silently ? G.