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.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,b866a351d1289517 X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news3.google.com!news4.google.com!feeder2.cambriumusenet.nl!feed.tweaknews.nl!83.80.28.12.MISMATCH!newsfeed10.multikabel.net!multikabel.net!newsfeed20.multikabel.net!news-out1.kabelfoon.nl!newsfeed.kabelfoon.nl!xindi.nntp.kabelfoon.nl!npeer.de.kpn-eurorings.net!npeer-ng0.de.kpn-eurorings.net!newsfeed.arcor.de!newsspool4.arcor-online.net!news.arcor.de.POSTED!not-for-mail From: "Dmitry A. Kazakov" Subject: Re: ANN: Strings Edit for Ada v 2.3 Newsgroups: comp.lang.ada User-Agent: 40tude_Dialog/2.0.15.1 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Reply-To: mailbox@dmitry-kazakov.de Organization: cbb software GmbH References: <2c4i8eb22tge.1je96cmdg7ce.dlg@40tude.net> Date: Sun, 15 Nov 2009 21:10:35 +0100 Message-ID: NNTP-Posting-Date: 15 Nov 2009 21:10:35 CET NNTP-Posting-Host: 48a0d6bc.newsspool4.arcor-online.net X-Trace: DXC=B`A5GO:25DmFXUDVUnEXQm4IUK On Sun, 15 Nov 2009 14:01:47 -0500, John B. Matthews wrote: > In article <2c4i8eb22tge.1je96cmdg7ce.dlg@40tude.net>, > "Dmitry A. Kazakov" wrote: > >> Provides string editing: >> >> 1. Integer numbers (generic, package Integer_Edit); >> 2. Integer sub- and superscript numbers; >> 3. Floating-point numbers (generic, package Float_Edit); >> 4. Roman numbers (the type Roman); >> 5. Strings; >> 6. Ada-style quoted strings; >> 7. UTF-8 encoded strings; >> 8. Unicode maps and sets; >> 9. Wildcard pattern matching. >> >> http://www.dmitry-kazakov.de/ada/strings_edit.htm >> >> Changes to the previous version: >> >> 1. An implementation of string streams was added. > > Thank you for this instructive addition to your library and your > generous license terms. The tests ran correctly using GNAT 4.3.4 (FSF) > on Mac OS X 10.5.8. > > Permit me to ask two questions: Would it be useful to a add a line to > the file test_strings_edit/readme_strings_edit.txt for the stream test? > For example, > > gnatmake -I../ test_string_streams.adb Yes, I have changed the file. (I forgot to add instructions for gnatmake. I became lazy using GPS... (:-)) > Regarding the cautionary note in section 10 of the documentation, would > it be correct to interpret the warning as "this implementation requires > that Stream_Element'Size be a multiple of Character'Size and that the > latter be a multiple of Storage_Element'Size." I have changed the wording. Thank you for the feedback. The changes will appear in the next version. -- Regards, Dmitry A. Kazakov http://www.dmitry-kazakov.de