summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* doc: remove doubled wordJim Meyering2014-11-302-4/+4
| | | | | * doc/sed-in.texi: Remove doubled "the". * doc/sed.texi: Likewise.
* maint: do not version-control generated files.Jim Meyering2014-11-301-415/+0
| | | | | | | * doc/sed.1: Remove. * po/sed.pot: Likewise. * po/Makevars: Likewise. * .gitignore: Add their names.
* maint: update copyright dates; use gnulib's update-copyright moduleJim Meyering2014-11-302-2/+2
| | | | | | * bootstrap.conf (gnulib_modules): Add update-copyright. Then, run "make update-copyright". * Makefile.am: Add copyright header.
* maint: remove all trailing white spaceJim Meyering2014-11-303-48/+48
| | | | | | | | | | | First, run this command: git grep -l ' $'|xargs perl -pi -e 's/[ \t]+$//' Then some minor fix-up to make the two newly-failing tests pass once again: * testsuite/mac-mf.sed: Append this, s/ $//, to eliminate trailing spaces in the actual output. * testsuite/y-newline.good: Manually remove a trailing space between two concatenated prompts.
* maint: correct failing "version" testJim Meyering2014-09-061-2/+2
| | | | | | * configure.ac (COPYRIGHT_YEAR): Update to 2014, so the "version" test passes once again. * doc/sed.1: Also commit this auto-generated-yet-VC'd file.
* Avoid a little potential misunderstanding in the Regular Expressions section ↵Jose E. Marchesi2014-03-261-5/+5
| | | | | | | | | of the manual. 2014-03-26 Jose E. Marchesi <jemarch@gnu.org> * doc/sed.texi (Regular Expressions): avoid a potential misunderstanding in the description of the \| operator.
* Modify documentation to note sed "-E" option, now in POSIX, for EREs.David A. Wheeler2013-10-174-11/+36
| | | | | | | | | | | | | 2013-10-16 David A. Wheeler <dwheeler@dwheeler.com> * doc/sed-in.texi: Document "-E" option to use EREs. GNU sed already supported "-E" as an undocumented synonym for "-r", but "-E" is now in POSIX. See: http://austingroupbugs.net/view.php?id=528. * doc/sed.1: Likewise. * doc/sed.texi: Likewise. * doc/sed.x: Likewise. * sed/sed.c: Likewise.
* Typo fixed in the manual.Jose E. Marchesi2013-09-301-1/+1
| | | | | | | | 2013-09-30 Jose E. Marchesi <jemarch@gnu.org> * doc/sed.texi (Regular Expressions): Typo: implicity numbered -> implicitly numbered. Reported by Arthur Budco.
* add an example on using | in extended regexps.Jose E. Marchesi2013-07-122-0/+8
| | | | | | | 2013-07-12 Jose E. Marchesi <jemarch@gnu.org> * doc/sed-in.texi (Extended regexps): Add an example on using | in extended regular expressions. Suggested by Nils Barth.
* gnulib update and copyright year updated.Jose E. Marchesi2013-02-021-2/+2
| | | | | | | 2013-02-02 Jose E. Marchesi <jemarch@gnu.org> * gnulib: Update. * configure.ac (COPYRIGHT_YEAR): Updated to 2013.
* bump version number, set copyright yearv4.2.2Paolo Bonzini2012-12-221-1/+1
| | | | | | | 2012-12-21 Paolo Bonzini <bonzini@gnu.org> * configure.ac: Bump version number. Replace COPYRIGHT_YEAR. * Makefile.am (dist-hook): Revert 2010-08-10 change.
* Regenerate filesPaolo Bonzini2012-12-222-4/+8
| | | | | | | | 2012-12-21 Paolo Bonzini <bonzini@gnu.org> * doc/sed.texi: Regenerate. * doc/sed.1: Regenerate. * po/sed.pot: Regenerate.
* document difference between "e" and "r" commandsPaolo Bonzini2012-07-251-3/+7
| | | | | | | 2012-07-25 Paolo Bonzini <bonzini@gnu.org> * doc/sed-in.texi: Document difference between "e" and "r" commands.
* sed(1): document address behavior across input filesMike Frysinger2012-03-162-4/+10
| | | | | | | 2012-03-16 Paolo Bonzini <bonzini@gnu.org> * doc/sed.x: Document address behavior across input files. * doc/sed.1: Regenerate.
* add -z/--null-dataPaolo Bonzini2012-02-053-3/+27
| | | | | | | | | | | | | | | 2012-02-05 Paolo Bonzini <bonzini@gnu.org> Jim Hill <gjthill@gmail.com> * autoboot.conf: Change getline to getdelim. * doc/sed-in.texi: Document -z/--null-data. * doc/sed.texi: Regenerate. * sed/execute.c: Change '\n' to buffer_delimiter. * sed/sed.c: Add support for -z/--null-data. * sed/sed.h: Add buffer_delimiter. * sed/utils.c: Change ck_getline to ck_getdelim. * sed/utils.h: Change ck_getline to ck_getdelim. * NEWS: Document new option.
* document that . does not match newline in multi-line modePaolo Bonzini2011-11-232-24/+48
| | | | | | | 2011-11-23 Paolo Bonzini <bonzini@gnu.org> * doc/sed-in.texi: Document how multiline mode affects matching newlines against period. Reported by Dmitry Bolshakov.
* document corner case of \l and \u, and simplify the code handling itPaolo Bonzini2011-05-272-0/+52
| | | | | | | | | | 2011-05-27 Paolo Bonzini <bonzini@gnu.org> * doc/sed-in.texi: Explain behavior of \l and \u at the end of the replacement text. * doc/sed.texi: Regenerate. * sed/execute.c (append_replacement, do_subst): Further simplification.
* fix incorrect comments in the "Increment a number" example.Paolo Bonzini2011-05-272-8/+2
| | | | | | | | 2011-05-27 Paolo Bonzini <bonzini@gnu.org> * doc/sed-in.texi: Fix incorrect comment in the "Increment a number" example. Reported by Wu Liang and Micah Cowan. * doc/sed.texi: Regenerate.
* order command alphabetically in man pageJari Aalto2010-12-133-46/+51
| | | | | | 2010-11-13 Jari Aalto <jari.aalto@cante.net> * doc/sed.x: Order commands alphabetically.
* small fixes to "rename files" examplePaolo Bonzini2010-12-101-1/+4
| | | | | | | 2010-11-10 Paolo Bonzini <bonzini@gnu.org> * doc/sed-in.texi: Fix double negation in comment, escape file names.
* Commit regenerated doc/sed.texiPaolo Bonzini2010-11-011-4/+6
|
* 2010-10-31 Gerald Pfeifer <gerald@pfeifer.com>Paolo Bonzini2010-10-311-4/+6
| | | | | * doc/sed-in.texi (Extended regexps): Add '|' to the list of differences. Note that "\|" is a GNU extension to begin with.
* change bug reporting address to bug-sed@gnu.orgPaolo Bonzini2010-10-204-11/+7
| | | | | | | | 2010-09-20 Paolo Bonzini <bonzini@gnu.org> * doc/configure.ac: Mention bug-sed@gnu.org. * doc/sed.x: Mention bug-sed@gnu.org. * doc/sed-in.texi: Mention bug-sed@gnu.org.
* use version-etc-fsfPaolo Bonzini2010-08-301-8/+10
| | | | | | | | | | | | 2010-08-30 Paolo Bonzini <bonzini@gnu.org> * Makefile.am (dist-hook): Remove COPYRIGHT_YEAR check. * autoboot.conf (gnulib_modules): Add version-etc-fsf. * configure.ac (COPYRIGHT_YEAR): Remove. Change package name to "GNU sed". * doc/sed.1: Regenerate. * sed/sed.c (AUTHORS): New. (main): Use version_etc.
* fix imprecision in the documentation of `D'Paolo Bonzini2010-08-174-16/+18
| | | | | | | | | | | | | | | 2010-08-17 Paolo Bonzini <bonzini@gnu.org> Fix imprecision in the documentation of `D'. * doc/sed-in.texi (D command): Fix documentation of behavior for pattern space ending with \n and with no other newline. Reported by Randall Cotton. * doc/sed.x (D command): Fix documentation of behavior for pattern space ending with \n and with no other newline. * doc/sed.texi: Regenerate. * doc/sed.1: Regenerate. 2010-07-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
* fix typo in the manualPaolo Bonzini2010-05-031-1/+1
| | | | | | 2010-05-03 Timothy Baker <timothypaulbaker@gmail.com> (tiny change) * doc/sed.texi (Regular expressions): Fix typo.
* add F command.Ralf Wildenhues2009-12-273-1/+15
| | | | | | | | | | | | 2009-11-15 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> * doc/sed.texi (Extended Commands): Document F command. * doc/sed-in.texi: Regenerate. * sed/compile.c (compile_program): Accept 'F' if not --posix. * sed/execute.c (open_next_file): Always initialize in_file_name. (execute_program): Handle 'F'. * configure.ac: Bump SED_FEATURE_VERSION. * NEWS: Update.
* manual fixesRalf Wildenhues2009-10-122-10/+14
| | | | | | | | | 2009-10-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> * doc/sed-in.texi (Invoking sed): Add index entries for --posix, -s, --separate. (Other Commands): Fix typo. * doc/sed.texi: Regenerate.
* document how to separate commandsPaolo Bonzini2009-09-072-3/+19
| | | | | | 2009-09-07 Dmitry Chistikov <dd1email@gmail.com> (tiny change) * doc/sed-in.texi: Document how to separate commands.
* Fix documentation typo.Bake Timmons2009-08-101-1/+1
| | | | | | 2009-08-10 Bake Timmons <b3timmons@speedymail.org> (tiny change) * doc/sed-in.texi: Fix typo.
* bump version number to 4.2.1v4.2.1Paolo Bonzini2009-06-271-1/+1
| | | | | | | | | 2009-06-27 Paolo Bonzini <bonzini@gnu.org> * configure.ac: Bump version. * NEWS: Bump version. * gnulib: Update. * doc/sed.1: Regenerate.
* preserve security contexts too on sed -iPaolo Bonzini2009-06-261-1/+1
| | | | | | | 2009-06-25 Paolo Bonzini <bonzini@gnu.org> * autoboot.conf: Add selinux-h. * execute.c: Copy over file creation context before creating a new file.
* fix bug with s/[[[]//Paolo Bonzini2009-05-111-2/+2
| | | | | | | | | | | | | | | 2009-05-11 Paolo Bonzini <bonzini@gnu.org> * sed/compile.c (snarf_char_class): Fix logic bug with [[[ in regular expressions (and a possibly uninitialized use of variable delim stemming from the bug). Uninitialized variable bug reported by Zhongxing Xu. * testsuite/brackets.good: New. * testsuite/brackets.inp: New. * testsuite/brackets.sed: New. * testsuite/Makefile.am: Add test. * testsuite/Makefile.tests: Add test. 2009-05-11 Paolo Bonzini <bonzini@gnu.org>
* bump version numberv4.24.2Paolo Bonzini2009-05-111-1/+1
|
* bump versionv4.1fPaolo Bonzini2009-04-281-1/+1
|
* fixes after Bruno's testingPaolo Bonzini2009-04-272-4/+11
| | | | | | | | | | | | | | | | 2009-04-27 Paolo Bonzini <bonzini@gnu.org> * configure.ac: Link readin.in2 into builddir. * configure: Regenerate. * doc/Makefile.am: Do not distribute sed.html. Do not update sed.texi if the output does not change. * sed/Makefile.am: Order libraries according to their dependencies. * sed/compile.c (get_openfile): Declare FAIL as int. * sed/sed.c: Avoid printf ("") if REG_PERL is not defined. * testsuite/eval.in2: Do not include in the repository. * testsuite/Makefile.am: Clean always eval.in2 and never readin.in2. * testsuite/Makefile.tests: Provide a default empty definition of TIME and remove rules for readin.in2.
* improve `sed --version' outputPaolo Bonzini2009-03-311-3/+5
| | | | | | | | | | | | | | | | | 2009-03-31 Paolo Bonzini <bonzini@gnu.org> * sed/sed.c (contact): New. (usage): From here. (main): Use it for `sed --version' too. * configure.ac: Point to GNU project mailing lists. * sed/sed.c (contact): Use PACKAGE_BUGREPORT. * testsuite/version.gin: Likewise. * testsuite/version.good: Regenerate. * doc/sed.1: Regenerate. * bootstrap.sh.in (PACKAGE_BUGREPORT): New. * bootstrap.sh: Regenerate.
* include homepage URL in help messages.Paolo Bonzini2009-02-171-2/+4
| | | | | | | 2009-02-17 Paolo Bonzini <bonzini@gnu.org> * sed/sed.c (usage): Print homepage URL. * testsuite/version.gin: Update.
* do not print the bug report address when --help is printed and exit status != 0Paolo Bonzini2009-01-282-2/+5
| | | | | | | | | 2009-01-28 Paolo Bonzini <bonzini@gnu.org> * sed/sed.c (usage): Only print the bug report address for `sed --help'. (main): Print it for `sed --version' too. * testsuite/version.gin: Adapt. * testsuite/Makefile.tests: Refine help message test.
* add `z' extensionPaolo Bonzini2008-09-292-0/+68
| | | | | | | | | | | | | | | 2008-09-29 Paolo Bonzini <bonzini@gnu.org> * BUGS: Document s/.*.// behavior with invalid multibyte sequences. * NEWS: Document `z' extension. * doc/sed-in.texi: Document both things. * sed/compile.c (compile_program): Recognize `z'. * sed/execute.c (execute_program): Execute `z'. * testsuite/Makefile.am: Add badenc test. * testsuite/Makefile.tests: Add badenc test. * testsuite/badenc.good: New. * testsuite/badenc.inp: New. * testsuite/badenc.sed: New.
* drop leading whitespace from the info documentationRalf Wildenhues2008-08-212-176/+176
| | | | | | | | 2008-08-20 Ralf Wildenhues <ralf.wildenhues@gmx.de * doc/sed-in.texi: Drop leading whitespace where appropriate, do not use TABs. * doc/sed.texi: Regnerate.
* remove northpark.edu address for sed FAQPaolo Bonzini2008-07-212-6/+4
| | | | | | | 2008-07-21 Paolo Bonzini <bonzini@gnu.org> * doc/sed-in.texi: Remove northpark.edu address for sed FAQ. * doc/sed.texi: Regenerate.
* clarify description of ^ and $ in the manualPaolo Bonzini2008-07-112-28/+40
| | | | | | | 2008-07-10 Paolo Bonzini <bonzini@gnu.org> * doc/sed-in.texi: Make the description of ^ and $ more precise. * doc/sed.texi: Regenerate.
* document q/Q in sed man page, improve html doc generationPaolo Bonzini2008-01-093-42/+16
| | | | | | | | | | | 2007-10-25 Paolo Bonzini <bonzini@gnu.org> Mike Frysinger <vapier@gentoo.org> * doc/sed.x (q, Q): Document argument. * configure.ac: Remove texi2html checks. * doc/Makefile.am: Remove rules for sed.html, always distribute it. git-archimport-id: bonzini@gnu.org--2004b/sed--stable--4.1--patch-97
* document what's a GNU extension in sed(1)Paolo Bonzini2008-01-092-3/+23
| | | | git-archimport-id: bonzini@gnu.org--2004b/sed--stable--4.1--patch-95
* switch to GPLv3v4.1dPaolo Bonzini2008-01-092-3/+17
| | | | git-archimport-id: bonzini@gnu.org--2004b/sed--stable--4.1--patch-94
* bump version to 4.1c and fix some warningsv4.1cPaolo Bonzini2008-01-091-1/+1
| | | | | | | | | 2006-12-29 Paolo Bonzini <bonzini@gnu.org> * sed/compile.c: Fix warnings. * sed/execute.c: Fix warnings. git-archimport-id: bonzini@gnu.org--2004b/sed--stable--4.1--patch-91
* document --follow-symlinksPaolo Bonzini2008-01-092-34/+54
| | | | | | | | 2006-12-16 Paolo Bonzini <bonzini@gnu.org> * doc/sed-in.texi: Document --follow-symlinks. git-archimport-id: bonzini@gnu.org--2004b/sed--stable--4.1--patch-86
* bump version number to 4.1bv4.1bPaolo Bonzini2008-01-091-1/+1
| | | | git-archimport-id: bonzini@gnu.org--2004b/sed--stable--4.1--patch-85
* --posix disables all extensions to regular expressionsPaolo Bonzini2008-01-091-0/+4
| | | | | | | | 2006-12-15 Paolo Bonzini <bonzini@gnu.org> * sed/regexp.c: Disable all extensions on --posix. git-archimport-id: bonzini@gnu.org--2004b/sed--stable--4.1--patch-84