From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on ip-172-31-74-118.ec2.internal X-Spam-Level: X-Spam-Status: No, score=0.6 required=3.0 tests=BAYES_20,NICE_REPLY_A, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.6 Path: eternal-september.org!reader02.eternal-september.org!.POSTED!not-for-mail From: =?UTF-8?B?U3TDqXBoYW5lIFJpdmnDqHJl?= Newsgroups: comp.lang.ada Subject: Re: GCC release notes, aka, Ada is still alive! Date: Thu, 14 Oct 2021 10:24:20 +0200 Organization: La Maison Message-ID: References: Reply-To: stef@genesix.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Injection-Date: Thu, 14 Oct 2021 08:24:20 -0000 (UTC) Injection-Info: reader02.eternal-september.org; posting-host="9f975f40e70d79f51a0b668b991169a4"; logging-data="8774"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18jGzszFNAQZ0iViG779nvKHpnzqGOnulo=" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.13.0 Cancel-Lock: sha1:L0mt4Sk6z3iIIKE25UR8p/j/E9E= In-Reply-To: Content-Language: fr Xref: reader02.eternal-september.org comp.lang.ada:62998 List-Id: Hope this time, it will working... (random problem here sending to NG groups) Hi Fernando, > So, if you have any recommendation, or would like to help, then you are > more than welcomed! I second that and I would like to help, if I may. According to gcc-mirror on github, Ada basecode is above C++ C 47.7% Ada 17.5% C++ 14.9% Go 7.4% GCC Machine Description 4.7% Fortran 2.4% Other 5.4% git clone https://github.com/gcc-mirror/gcc git log > log.gcc (volume: 124M) cat log.gcc | grep adacore > log.ada (1M, ~25K contribs since 2005) grep "\[Ada\]" ./log.gcc > log-oneliner.ada (190K, 3200 lines) grep -B 2 -A 20 adacore log.gcc > log-detail.ada cat log-detail.ada | grep -B 2 -A 20 [ada] log.gcc > log-changes.ada It seems that everything is there to create a more or less relevant changelog. But Adalog's comments are one thing, sorted and relevant informations for developers are another. A raw copy/paste would be useless, we would have to analyze the changelog to give back useful information. We should also edit a changelog for each GCC release. The above metrics were made on master.