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.2 required=5.0 tests=BAYES_00,INVALID_MSGID, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,56668fac8dd52d89,start X-Google-Attributes: gid103376,public From: Rosen.Adalog@wanadoo.fr (J-P. Rosen) Subject: New components on Adalog's web site Date: 1997/08/20 Message-ID: <5te5eb$nde$1@peuplier.wanadoo.fr>#1/1 X-Deja-AN: 268165914 Reply-To: Rosen.Adalog@wanadoo.fr Organization: Adalog Newsgroups: comp.lang.ada Date: 1997-08-20T00:00:00+00:00 List-Id: Two components have been added: They are provided with a full documentation that you can view from the component page. http://perso.wanadoo.fr/adalog Variable_Length There was a discussion some times agoi about simple variable length strings... Here they are. Nothing fancy, but convenient for simple storage and manipulation of strings. Debug This is a sophisticated tracing facility. It works by adding tracing calls into the code, but you can run with "silent" trace, or put the trace into a file. It is especially useful in the case of multi-task programs, since for example imbrication levels of subprograms calls are managed on a per-task basis. We claim that this package is free from race condition and will behave as advertised under any circumstance, including aborting any task at any time. Actually, we took it as an exercise in reliable programming (much more than was needed just for a simple tracing facility). It can be quite useful to read for those interested in reliable programming, multi-tasking, and new 95 features. Enjoy, and don't hesitate to send your remarks. ---------------------------------------------------------------------------- J-P. Rosen (Rosen.Adalog@wanadoo.fr) NEW ! Visit Adalog's web site at http://perso.wanadoo.fr/adalog