Path: csiph.com!eternal-september.org!feeder.eternal-september.org!nntp.eternal-september.org!.POSTED!not-for-mail From: "Dmitry A. Kazakov" Newsgroups: comp.lang.ada Subject: ANN: Simple Components v4.80 Date: Sun, 29 Mar 2026 18:19:10 +0200 Organization: A noiseless patient Spider Lines: 34 Message-ID: <10qbje2$1mecq$2@dont-email.me> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Injection-Date: Sun, 29 Mar 2026 16:19:15 +0000 (UTC) Injection-Info: dont-email.me; posting-host="1faffd98ed29ab05ac58e7574a1660aa"; logging-data="1784218"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19f/UP+e65HYa9UBaoN5COyRUeVl3EdVD0=" User-Agent: Mozilla Thunderbird Cancel-Lock: sha1:EInOUWV0haAoT1H8Umm+RYn18/M= Content-Language: en-US Xref: csiph.com comp.lang.ada:59690 The current version provides implementations of smart pointers, directed graphs, sets, maps, B-trees, stacks, tables, string editing, unbounded arrays, expression analyzers, lock-free data structures, synchronization primitives (events, race condition free pulse events, arrays of events, reentrant mutexes, deadlock-free arrays of mutexes), arbitrary precision arithmetic, pseudo-random non-repeating numbers, symmetric encoding and decoding, IEEE 754 representations support, streams, persistent storage, multiple connections server/client designing tools and protocols implementations. https://www.dmitry-kazakov.de/ada/components.htm Changes (16 February 2026) to the version 4.78: - The package Generic_Undirected_Graph was added; - The package Discrete_Integer_Set an instance of Generic_Discrete_Set with Integer was added; - The Natural_Number_Range pattern was added to Parsers.Generic_Source.Patterns to match a number from a range of natural numbers; - The Natural_Number_Range pattern was added to Parsers.Generic_Source.Patterns to match a number from a set of natural numbers; - The maximum number of matches was added to the pattern Proceed in the package Parsers.Generic_Source.Patterns; - The form "or null" was added to Parsers.Generic_Source.Patterns as an equivalent of "or Empty;" - Bug fix in Unbounded_Unsigneds causing memory leak. -- Regards, Dmitry A. Kazakov http://www.dmitry-kazakov.de