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 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,96296bb60aa5db9 X-Google-Attributes: gid103376,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news2.google.com!news.glorb.com!news.mv.net!nntp.TheWorld.com!not-for-mail From: Robert A Duff Newsgroups: comp.lang.ada Subject: Re: Ada.Directories Date: Sun, 21 Oct 2007 19:52:03 -0400 Organization: The World Public Access UNIX, Brookline, MA Message-ID: References: <1o4hp0vtlenw0.jql7yewhhr4a.dlg@40tude.net> <1192912525.922514.185180@q3g2000prf.googlegroups.com> NNTP-Posting-Host: shell01.theworld.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: pcls4.std.com 1193010723 5187 192.74.137.71 (21 Oct 2007 23:52:03 GMT) X-Complaints-To: abuse@TheWorld.com NNTP-Posting-Date: Sun, 21 Oct 2007 23:52:03 +0000 (UTC) User-Agent: Gnus/5.1008 (Gnus v5.10.8) Emacs/21.3 (irix) Cancel-Lock: sha1:pX0rJa8pQyYOiT5XMBwwfrarrLY= Xref: g2news2.google.com comp.lang.ada:2534 Date: 2007-10-21T19:52:03-04:00 List-Id: "Dmitry A. Kazakov" writes: > So I think it also should advise implementations to remove "." and ".." > mess, when possible. I think it makes sense for directory searches to ignore "." and ".." on Unix-like systems. Nothing can be 100% portable in this area, but this change would make things more portable. Perhaps you should send a comment to that effect to ada-comment@ada-auth.org. - Bob