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=-0.1 required=5.0 tests=AXB_XMAILER_MIMEOLE_OL_024C2, BAYES_00,MAILING_LIST_MULTI,REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,9e2f60618cf3eaa8 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-10-24 12:21:04 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!fr.usenet-edu.net!usenet-edu.net!enst.fr!not-for-mail From: "David C. Hoos" Newsgroups: comp.lang.ada Subject: Re: Distributed Ada (Annex E) Date: Thu, 24 Oct 2002 14:20:22 -0500 Organization: ENST, France Sender: comp.lang.ada-admin@ada.eu.org Message-ID: References: <3DB479E6.1725E12C@lmco.nospammmmmm.com> <87lm4qsybu.fsf@inf.enst.fr> <7vlm4qoars.fsf@vlinux.voxelvision.no> <807366e2.0210221346.1d6b0df0@posting.google.com> <7vadl5o5m2.fsf@vlinux.voxelvision.no> <807366e2.0210232145.7e5d0d45@posting.google.com> <807366e2.0210240727.7ed8ba8c@posting.google.com> Reply-To: comp.lang.ada@ada.eu.org NNTP-Posting-Host: marvin.enst.fr Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Trace: avanie.enst.fr 1035487262 51771 137.194.161.2 (24 Oct 2002 19:21:02 GMT) X-Complaints-To: usenet@enst.fr NNTP-Posting-Date: Thu, 24 Oct 2002 19:21:02 +0000 (UTC) Return-Path: X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Errors-To: comp.lang.ada-admin@ada.eu.org X-BeenThere: comp.lang.ada@ada.eu.org X-Mailman-Version: 2.0.13 Precedence: bulk List-Unsubscribe: , List-Id: comp.lang.ada mail<->news gateway List-Post: List-Help: List-Subscribe: , Errors-To: comp.lang.ada-admin@ada.eu.org X-BeenThere: comp.lang.ada@ada.eu.org Xref: archiver1.google.com comp.lang.ada:30107 Date: 2002-10-24T14:20:22-05:00 ----- Original Message ----- From: "Wilhelm Spickermann" Newsgroups: comp.lang.ada To: Sent: Thursday, October 24, 2002 10:27 AM Subject: Re: Distributed Ada (Annex E) > "David C. Hoos, Sr." wrote in message news:... > > On my system the registry key is > > HKEY_LOCAL_MACHINE/SOFTWARE/Ada Core Technologies/GCC > > not > > HKEY_LOCAL_MACHINE/SOFTWARE/Ada CoreTechnologies/GCC > > Do you agree? > > Yes, it was a typo. > > > > > FWIW on my system (XP Professional) GNU sed version 3.02 > > works just fine, but clearly the 013 is wrong, unless you're > > trying to delete Vertical Tabs (not very likely). > > Well, my 3.02 works fine too :-) . But AFAIK the backslash is used in sed to > escape single characters and not for octal notation. So I think > sed 's/\015//g' is the same as > sed 's/015//g' and it does not remove any carriage returns but only strings > "015". > At the shell prompt I issued sed s/015//g not sed 's/015//g' -- perhaps that is the difference > Wilhelm > _______________________________________________ > comp.lang.ada mailing list > comp.lang.ada@ada.eu.org > http://ada.eu.org/mailman/listinfo/comp.lang.ada >