1
0
Fork 0
mirror of git://git.savannah.gnu.org/sed.git synced 2025-12-05 22:28:42 +00:00
No description
Find a file
2025-11-08 12:30:35 -08:00
build-aux maint: update all copyright dates via "make update-copyright" 2025-01-03 09:56:57 -08:00
doc doc: correct two examples 2025-07-09 15:09:30 -07:00
gnulib@862a81c0e1 build: update gnulib to latest; and update bootstrap 2025-11-08 12:30:35 -08:00
gnulib-tests build: accommodate incoming gnulib-tests change: initialize AM_CFLAGS 2025-10-01 03:15:36 -07:00
lib build: update gnulib to latest 2025-10-01 03:17:14 -07:00
m4 sed: do not reject "\c[" in a regular expression 2025-10-01 03:20:22 -07:00
po avoid new "make syntax-check" failures 2025-03-09 09:18:44 -07:00
sed maint: use unreachable () rather than /*NOTREACHED*/ 2025-11-08 12:29:32 -08:00
testsuite sed: do not reject "\c[" in a regular expression 2025-10-01 03:20:22 -07:00
.gitattributes add .gitattributes file 2008-04-10 11:14:38 +02:00
.gitignore maint: import tests/init.sh from Gnulib during bootstrap 2024-07-04 14:30:46 -07:00
.gitmodules maint: prefer https: to git: 2023-02-04 21:43:48 -08:00
.mailmap build: fix THANKS generation 2022-10-16 20:12:20 -07:00
.prev-version maint: post-release administrivia 2022-11-06 13:51:47 -08:00
AUTHORS maint: update AUTHORS 2016-08-22 20:57:02 -04:00
basicdefs.h maint: update all copyright dates via "make update-copyright" 2025-01-03 09:56:57 -08:00
bootstrap build: update gnulib to latest; and update bootstrap 2025-11-08 12:30:35 -08:00
bootstrap.conf build: fix compile errors on platforms without getopt.h 2025-03-03 09:06:51 -08:00
BUGS maint: quote 'like this' not `like this' 2023-01-30 09:58:54 -08:00
cfg.mk maint: ensure that new "make syntax-check"-run sc_codespell passes 2025-03-29 11:11:20 -07:00
ChangeLog-2014 maint: quote 'like this' not `like this' 2023-01-30 09:58:54 -08:00
configure.ac maint: update all copyright dates via "make update-copyright" 2025-01-03 09:56:57 -08:00
COPYING Update COPYING, bootstrap from Gnulib 2022-07-02 17:06:39 -05:00
init.cfg maint: update all copyright dates via "make update-copyright" 2025-01-03 09:56:57 -08:00
Makefile.am maint: fix Automake warning 2025-07-08 12:36:57 -07:00
NEWS doc: NEWS: the "\c[" issue was present since the beginning 2025-11-08 10:42:13 -08:00
README maint: avoid new syntax-check failure 2024-01-05 08:44:01 -08:00
README-hacking maint: update all copyright dates via "make update-copyright" 2025-01-03 09:56:57 -08:00
thanks-gen maint: generate THANKS from THANKS.in 2014-11-30 18:59:33 -08:00
THANKS.in maint: THANKS duplicates: avoid new syntax-check failure 2023-06-12 08:30:24 -07: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.