Antonio,

Thank you for that fix. Since stdbool.h is not available in C89,
INSTALL (which states that the minimum requirement for the compiler is
C89 support) will need to be updated. The recommended GCC version
should still be OK, as stdbool.h was added to GCC in version 3.0.

Cheers,
Alexander


On Sat, Nov 23, 2024 at 12:37 PM Antonio Diaz Diaz <[email protected]> wrote:
>
> GNU ed 1.21-rc1 is ready for testing here
> http://download.savannah.gnu.org/releases/ed/ed-1.21-rc1.tar.lz
>
> The sha256sum is:
> ce17f9046ec48a93e8217ba058a7e045b9e3cde84099cd7c01b02218d21673c8
> ed-1.21-rc1.tar.lz
>
> Please, test it and report any bugs you find.
>
> GNU ed is a line-oriented text editor. It is used to create, display, modify
> and otherwise manipulate text files, both interactively and via shell
> scripts. A restricted version of ed, red, can only edit files in the current
> directory and cannot execute shell commands. Ed is the "standard" text
> editor in the sense that it is the original editor for Unix, and thus widely
> available. For most purposes, however, it is superseded by full-screen
> editors such as GNU Emacs or GNU Moe.
>
> The homepage is at http://www.gnu.org/software/ed/ed.html
>
>
> Changes in this version:
>
>    * Include stdbool.h instead of defining bool to fix compilation in C23.
>      (Reported by Alexander Jones).
>
>    * The chapter 'Syntax of command-line arguments' has been added to the
> manual.
>
>
> Regards,
> Antonio Diaz, GNU ed maintainer.
>
> --
> If you are using gzip, bzip2, or xz, please consider the advantages of
> switching to lzip.
> See http://www.nongnu.org/lzip/lzip_benchmark.html and
> http://www.nongnu.org/lzip/manual/lzip_manual.html#Quality-assurance
>
>

Reply via email to