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,839c9397e334f196 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news2.google.com!news.germany.com!feeder.news-service.com!news.astraweb.com!newsrouter-eu.astraweb.com!hwmnpeer01.ams!news.highwinds-media.com!hw-filter.ams!newsfe12.ams.POSTED!40385e62!not-for-mail From: Per Sandberg User-Agent: Thunderbird 1.5.0.7 (Windows/20060909) MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: [ANNOUNCE] Ada spread 1.0 released References: <158u9bulwcgz6.9o806az4ftiv.dlg@40tude.net> <4532594E.7020906@fe06.highwinds-media.phx> <1n1pg6qw6bb9r.1axp4bh6jypm7.dlg@40tude.net> In-Reply-To: <1n1pg6qw6bb9r.1axp4bh6jypm7.dlg@40tude.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Message-ID: X-Complaints-To: abuse@WWWSpace.NET NNTP-Posting-Date: Mon, 16 Oct 2006 12:51:39 MST Date: Mon, 16 Oct 2006 21:54:27 +0200 Xref: g2news2.google.com comp.lang.ada:6998 Date: 2006-10-16T21:54:27+02:00 List-Id: Sorry should should have continued with: "some GNAT packages that are simply ported to other compilers". I could of cause have written my own Strings and Semaphores, but since I am very lazy person and the packages are freely avalible under GPL id did not see any point in implementing my own. /Per Dmitry A. Kazakov wrote: > On Mon, 16 Oct 2006 17:33:29 +0200, Per Sandberg wrote: > >> Stephen Leake wrote: >>> Try compiling with 'gnatwi'; that will warn if you are using a >>> gnat-specific package. >>> >> That is not any problem the implementation is only using packages from >> Ada System and Interfaces trees that are defined in the Reference Manual. > > GNAT.Semaphores? >