comp.lang.ada
 help / color / mirror / Atom feed
From: "Anh Vo" <anhvofrcaus@gmail.com>
Subject: Missing Search (..) Operation From Ada.Directories
Date: 3 May 2006 18:14:24 -0700
Date: 2006-05-03T18:14:24-07:00	[thread overview]
Message-ID: <1146705264.736575.281650@u72g2000cwu.googlegroups.com> (raw)

Operation Search (...) defined in A.16 paragraph 26/2 of the ARM 2005
is missing from GNAT under gcc-4.1.x (gcc-4.1-20060428) and gcc-4.2
Stage 3 (gcc-4.2-20060429). The specification of this operation is
copied and shown here for convenience.

procedure Search (
      Directory : in String;
      Pattern   : in String;
      Filter    : in Filter_Type := (others => True);
      Process   : not null access procedure (
          Directory_Entry : in Directory_Entry_Type));

Could any one know why? Thanks in advance for your insight.

AV




             reply	other threads:[~2006-05-04  1:14 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-05-04  1:14 Anh Vo [this message]
2006-05-04 19:24 ` Missing Search (..) Operation From Ada.Directories Randy Brukardt
2006-05-04 19:38   ` Anh Vo
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox