Jim Meyering bb35ae5c09 maint: reflect gnulib module renamings
* bootstrap.conf: Gnulib's stdckdint and stdbool modules are
deprecated, in favor of stdckdint-h and bool.
Induce this change with the following:
  perl -pi -e 's{^stdckdint$}{$1-h};s{^stdbool$}{bool}' bootstrap.conf
And sort the resulting list of module names.
2025-02-01 17:19:06 -08:00
2014-11-30 18:59:33 -08:00
2023-01-30 09:58:54 -08:00
2008-04-10 11:14:38 +02:00
2023-02-04 21:43:48 -08:00
2022-10-16 20:12:20 -07:00
2016-08-22 20:57:02 -04:00
2023-01-30 09:58:54 -08:00
2022-07-02 17:06:39 -05:00
2023-01-30 09:58:54 -08:00
2024-01-05 08:44:01 -08:00

This is the GNU implementation of sed, the Unix stream editor.

GNU Sed website: https://www.gnu.org/software/sed/

See the NEWS file for a brief summary and the ChangeLog for
more detailed descriptions of changes.

If you obtained this file as part of a "git clone", then see the
README-hacking file.  If this file came to you as part of a tar archive,
then see the file INSTALL for compilation and installation instructions.

See the file BUGS for instructions about reporting bugs.

See the files AUTHORS and THANKS for a list of authors and other contributors.

See the file COPYING for copying conditions.

After installation run 'sed --help' or 'man sed' for short usage information,
and 'info sed' for the complete manual. The manual is also available on
sed's website.
Description
No description provided
Readme 2.8 MiB
Languages
Shell 40.7%
C 28.8%
Perl 16.3%
sed 7.3%
Makefile 5.1%
Other 1.8%