1
0
Fork 0
mirror of git://git.savannah.gnu.org/sed.git synced 2026-09-19 22:01:33 +00:00
No description
  • Shell 43%
  • C 26.4%
  • Perl 16.5%
  • sed 7.3%
  • Makefile 5.2%
  • Other 1.6%
Find a file
Paul Eggert 0227bd67d1 sed: deal with musl-like mbrtoc32 behavior
* sed/sed.h (c32rtomb1): When mbrtoc32 acts like musl (because
Gnulib has replaced it) but c32rtomb does not (because Gnulib does
not replace it), convert back to the byte by hand.
2026-09-13 23:57:27 -07:00
build-aux maint: update copyright dates 2026-01-02 17:33:20 -08:00
doc doc: improve ASCII/multibyte doc 2026-08-17 01:17:23 -07:00
gnulib@3df54a5c85 build: update gnulib submodule to latest 2026-09-13 23:57:27 -07:00
gnulib-tests build: accommodate incoming gnulib-tests change: initialize AM_CFLAGS 2025-10-01 03:15:36 -07:00
lib sed: skip a c32rtomb1 call in y/a/b/ 2026-08-17 01:17:23 -07:00
m4 maint: update m4/.gitignore 2026-08-17 01:17:23 -07:00
po maint: update .gitignore files for current Gnulib 2026-05-25 10:02:46 -07:00
sed sed: deal with musl-like mbrtoc32 behavior 2026-09-13 23:57:27 -07:00
testsuite tests: fix subst-mb-incomplete test on NetBSD 2026-09-13 23:57:27 -07:00
.gitattributes add .gitattributes file 2008-04-10 11:14:38 +02:00
.gitignore tests: remove test for buggy mbrtowc 2026-08-17 01:17:23 -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 2026-04-21 18:42:52 -07:00
AUTHORS maint: update AUTHORS 2016-08-22 20:57:02 -04:00
bootstrap build: update gnulib submodule to latest 2026-08-11 08:55:15 -07:00
bootstrap.conf tests: Declare an expected failure on FreeBSD. 2026-09-13 23:57:27 -07:00
BUGS maint: quote 'like this' not `like this' 2023-01-30 09:58:54 -08:00
cfg.mk tests: fix subst-mb-incomplete test on NetBSD 2026-09-13 23:57:27 -07:00
ChangeLog-2014 maint: quote 'like this' not `like this' 2023-01-30 09:58:54 -08:00
configure.ac build: modernize configure.ac a bit 2026-08-17 01:17:23 -07:00
COPYING Update COPYING, bootstrap from Gnulib 2022-07-02 17:06:39 -05:00
init.cfg tests: remove test for buggy mbrtowc 2026-08-17 01:17:23 -07:00
Makefile.am sed: remove basicdefs.h 2026-08-17 01:17:23 -07:00
NEWS sed: impove asymptotic y performance on long lines 2026-08-17 01:17:23 -07:00
README maint: avoid new syntax-check failure 2024-01-05 08:44:01 -08:00
README-hacking maint: update copyright dates 2026-01-02 17:33:20 -08:00
thanks-gen maint: generate THANKS from THANKS.in 2014-11-30 18:59:33 -08:00
THANKS.in sed: escape unusual chars in file name diagnostics 2026-05-25 10:02:46 -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.