mirror of
git://git.sv.gnu.org/sed
synced 2025-07-31 11:04:24 +03:00
maint: update copyright dates for 2019
* all files: Run "make update-copyright".
This commit is contained in:
@ -1,4 +1,4 @@
|
|||||||
# Copyright (C) 1990-2018 Free Software Foundation, Inc.
|
# Copyright (C) 1990-2019 Free Software Foundation, Inc.
|
||||||
|
|
||||||
# This program is free software: you can redistribute it and/or modify
|
# This program is free software: you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
@ -67,7 +67,7 @@ reporting address of this package, and not to that of gnulib, even
|
|||||||
if the problem seems to originate in a gnulib-provided file.
|
if the problem seems to originate in a gnulib-provided file.
|
||||||
-----
|
-----
|
||||||
|
|
||||||
Copyright (C) 2002-2018 Free Software Foundation, Inc.
|
Copyright (C) 2002-2019 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This program is free software: you can redistribute it and/or modify
|
This program is free software: you can redistribute it and/or modify
|
||||||
it under the terms of the GNU General Public License as published by
|
it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* GNU SED, a batch stream editor.
|
/* GNU SED, a batch stream editor.
|
||||||
Copyright (C) 1998-2018 Free Software Foundation, Inc.
|
Copyright (C) 1998-2019 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or modify
|
This program is free software; you can redistribute it and/or modify
|
||||||
it under the terms of the GNU General Public License as published by
|
it under the terms of the GNU General Public License as published by
|
||||||
|
@ -4,7 +4,7 @@ scriptversion=2018-10-13.05; # UTC
|
|||||||
|
|
||||||
# Bootstrap this package from checked-out sources.
|
# Bootstrap this package from checked-out sources.
|
||||||
|
|
||||||
# Copyright (C) 2003-2018 Free Software Foundation, Inc.
|
# Copyright (C) 2003-2019 Free Software Foundation, Inc.
|
||||||
|
|
||||||
# This program is free software: you can redistribute it and/or modify
|
# This program is free software: you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# Bootstrap configuration.
|
# Bootstrap configuration.
|
||||||
|
|
||||||
# Copyright (C) 2006-2018 Free Software Foundation, Inc.
|
# Copyright (C) 2006-2019 Free Software Foundation, Inc.
|
||||||
|
|
||||||
# This program is free software: you can redistribute it and/or modify
|
# This program is free software: you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#!/usr/bin/env perl
|
#!/usr/bin/env perl
|
||||||
|
|
||||||
# Generate a short man page from --help and --version output.
|
# Generate a short man page from --help and --version output.
|
||||||
# Copyright (C) 1997-2018 Free Software Foundation, Inc.
|
# Copyright (C) 1997-2019 Free Software Foundation, Inc.
|
||||||
|
|
||||||
# This program is free software; you can redistribute it and/or modify
|
# This program is free software; you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
2
cfg.mk
2
cfg.mk
@ -1,5 +1,5 @@
|
|||||||
# Customize maint.mk -*- makefile -*-
|
# Customize maint.mk -*- makefile -*-
|
||||||
# Copyright (C) 2009-2018 Free Software Foundation, Inc.
|
# Copyright (C) 2009-2019 Free Software Foundation, Inc.
|
||||||
|
|
||||||
# This program is free software: you can redistribute it and/or modify
|
# This program is free software: you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# Copyright (C) 1993-2018 Free Software Foundation, Inc.
|
# Copyright (C) 1993-2019 Free Software Foundation, Inc.
|
||||||
|
|
||||||
# This program is free software: you can redistribute it and/or modify
|
# This program is free software: you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# Copyright (C) 2016-2018 Free Software Foundation, Inc.
|
# Copyright (C) 2016-2019 Free Software Foundation, Inc.
|
||||||
|
|
||||||
# This program is free software: you can redistribute it and/or modify
|
# This program is free software: you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
@ -34,7 +34,7 @@
|
|||||||
This file documents version @value{VERSION} of
|
This file documents version @value{VERSION} of
|
||||||
@value{SSED}, a stream editor.
|
@value{SSED}, a stream editor.
|
||||||
|
|
||||||
Copyright @copyright{} 1998-2018 Free Software Foundation, Inc.
|
Copyright @copyright{} 1998-2019 Free Software Foundation, Inc.
|
||||||
|
|
||||||
@quotation
|
@quotation
|
||||||
Permission is granted to copy, distribute and/or modify this document
|
Permission is granted to copy, distribute and/or modify this document
|
||||||
|
2
init.cfg
2
init.cfg
@ -1,6 +1,6 @@
|
|||||||
# This file is sourced by init.sh, *before* its initialization.
|
# This file is sourced by init.sh, *before* its initialization.
|
||||||
|
|
||||||
# Copyright (C) 2010-2018 Free Software Foundation, Inc.
|
# Copyright (C) 2010-2019 Free Software Foundation, Inc.
|
||||||
|
|
||||||
# This program is free software: you can redistribute it and/or modify
|
# This program is free software: you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# Copyright 1997-2018 Free Software Foundation, Inc.
|
# Copyright 1997-2019 Free Software Foundation, Inc.
|
||||||
#
|
#
|
||||||
# This program is free software; you can redistribute it and/or modify
|
# This program is free software; you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* GNU SED, a batch stream editor.
|
/* GNU SED, a batch stream editor.
|
||||||
Copyright (C) 1989-2018 Free Software Foundation, Inc.
|
Copyright (C) 1989-2019 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or modify
|
This program is free software; you can redistribute it and/or modify
|
||||||
it under the terms of the GNU General Public License as published by
|
it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* GNU SED, a batch stream editor.
|
/* GNU SED, a batch stream editor.
|
||||||
Copyright (C) 2018 Free Software Foundation, Inc.
|
Copyright (C) 2018-2019 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or modify
|
This program is free software; you can redistribute it and/or modify
|
||||||
it under the terms of the GNU General Public License as published by
|
it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* GNU SED, a batch stream editor.
|
/* GNU SED, a batch stream editor.
|
||||||
Copyright (C) 1989-2018 Free Software Foundation, Inc.
|
Copyright (C) 1989-2019 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or modify
|
This program is free software; you can redistribute it and/or modify
|
||||||
it under the terms of the GNU General Public License as published by
|
it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# Copyright (C) 2016-2018 Free Software Foundation, Inc.
|
# Copyright (C) 2016-2019 Free Software Foundation, Inc.
|
||||||
|
|
||||||
# This program is free software: you can redistribute it and/or modify
|
# This program is free software: you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* GNU SED, a batch stream editor.
|
/* GNU SED, a batch stream editor.
|
||||||
Copyright (C) 2003-2018 Free Software Foundation, Inc.
|
Copyright (C) 2003-2019 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or modify
|
This program is free software; you can redistribute it and/or modify
|
||||||
it under the terms of the GNU General Public License as published by
|
it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* GNU SED, a batch stream editor.
|
/* GNU SED, a batch stream editor.
|
||||||
Copyright (C) 1999-2018 Free Software Foundation, Inc.
|
Copyright (C) 1999-2019 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or modify
|
This program is free software; you can redistribute it and/or modify
|
||||||
it under the terms of the GNU General Public License as published by
|
it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* GNU SED, a batch stream editor.
|
/* GNU SED, a batch stream editor.
|
||||||
Copyright (C) 1989-2018 Free Software Foundation, Inc.
|
Copyright (C) 1989-2019 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or modify
|
This program is free software; you can redistribute it and/or modify
|
||||||
it under the terms of the GNU General Public License as published by
|
it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* GNU SED, a batch stream editor.
|
/* GNU SED, a batch stream editor.
|
||||||
Copyright (C) 1989-2018 Free Software Foundation, Inc.
|
Copyright (C) 1989-2019 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or modify
|
This program is free software; you can redistribute it and/or modify
|
||||||
it under the terms of the GNU General Public License as published by
|
it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* Functions from hack's utils library.
|
/* Functions from hack's utils library.
|
||||||
Copyright (C) 1989-2018 Free Software Foundation, Inc.
|
Copyright (C) 1989-2019 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or modify
|
This program is free software; you can redistribute it and/or modify
|
||||||
it under the terms of the GNU General Public License as published by
|
it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* Functions from hack's utils library.
|
/* Functions from hack's utils library.
|
||||||
Copyright (C) 1989-2018 Free Software Foundation, Inc.
|
Copyright (C) 1989-2019 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or modify
|
This program is free software; you can redistribute it and/or modify
|
||||||
it under the terms of the GNU General Public License as published by
|
it under the terms of the GNU General Public License as published by
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
# Adapted from sed's old "8bit" test
|
# Adapted from sed's old "8bit" test
|
||||||
|
|
||||||
# Copyright (C) 2017-2018 Free Software Foundation, Inc.
|
# Copyright (C) 2017-2019 Free Software Foundation, Inc.
|
||||||
|
|
||||||
# This program is free software: you can redistribute it and/or modify
|
# This program is free software: you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
# Runner for old '8to7' test
|
# Runner for old '8to7' test
|
||||||
|
|
||||||
# Copyright (C) 2017-2018 Free Software Foundation, Inc.
|
# Copyright (C) 2017-2019 Free Software Foundation, Inc.
|
||||||
|
|
||||||
# This program is free software: you can redistribute it and/or modify
|
# This program is free software: you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
package Coreutils;
|
package Coreutils;
|
||||||
# This is a testing framework.
|
# This is a testing framework.
|
||||||
|
|
||||||
# Copyright (C) 1998-2018 Free Software Foundation, Inc.
|
# Copyright (C) 1998-2019 Free Software Foundation, Inc.
|
||||||
|
|
||||||
# This program is free software: you can redistribute it and/or modify
|
# This program is free software: you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
package CuSkip;
|
package CuSkip;
|
||||||
# Skip a test: emit diag to log and to stderr, and exit 77
|
# Skip a test: emit diag to log and to stderr, and exit 77
|
||||||
|
|
||||||
# Copyright (C) 2011-2018 Free Software Foundation, Inc.
|
# Copyright (C) 2011-2019 Free Software Foundation, Inc.
|
||||||
|
|
||||||
# This program is free software: you can redistribute it and/or modify
|
# This program is free software: you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
package CuTmpdir;
|
package CuTmpdir;
|
||||||
# create, then chdir into a temporary sub-directory
|
# create, then chdir into a temporary sub-directory
|
||||||
|
|
||||||
# Copyright (C) 2007-2018 Free Software Foundation, Inc.
|
# Copyright (C) 2007-2019 Free Software Foundation, Inc.
|
||||||
|
|
||||||
# This program is free software: you can redistribute it and/or modify
|
# This program is free software: you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
# Test runner for old 'badenc' test
|
# Test runner for old 'badenc' test
|
||||||
|
|
||||||
# Copyright (C) 2017-2018 Free Software Foundation, Inc.
|
# Copyright (C) 2017-2019 Free Software Foundation, Inc.
|
||||||
|
|
||||||
# This program is free software: you can redistribute it and/or modify
|
# This program is free software: you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
# Test runner for the binary-operation version of dc.sed.
|
# Test runner for the binary-operation version of dc.sed.
|
||||||
# Adapted from old-style 'binary.sed' test.
|
# Adapted from old-style 'binary.sed' test.
|
||||||
|
|
||||||
# Copyright (C) 2017-2018 Free Software Foundation, Inc.
|
# Copyright (C) 2017-2019 Free Software Foundation, Inc.
|
||||||
|
|
||||||
# This program is free software: you can redistribute it and/or modify
|
# This program is free software: you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
# Test runner for the old bsd tests
|
# Test runner for the old bsd tests
|
||||||
|
|
||||||
# Copyright (C) 2017-2018 Free Software Foundation, Inc.
|
# Copyright (C) 2017-2019 Free Software Foundation, Inc.
|
||||||
|
|
||||||
# This program is free software: you can redistribute it and/or modify
|
# This program is free software: you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
# Before sed 4.6 these would result in "Invalid read size of 4" reported
|
# Before sed 4.6 these would result in "Invalid read size of 4" reported
|
||||||
# by valgrind from execute.c:992
|
# by valgrind from execute.c:992
|
||||||
|
|
||||||
# Copyright (C) 2018 Free Software Foundation, Inc.
|
# Copyright (C) 2018-2019 Free Software Foundation, Inc.
|
||||||
|
|
||||||
# This program is free software: you can redistribute it and/or modify
|
# This program is free software: you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
# Before sed 4.6 these would result in an extraneous NUL at end of lines.
|
# Before sed 4.6 these would result in an extraneous NUL at end of lines.
|
||||||
#
|
#
|
||||||
|
|
||||||
# Copyright (C) 2018 Free Software Foundation, Inc.
|
# Copyright (C) 2018-2019 Free Software Foundation, Inc.
|
||||||
|
|
||||||
# This program is free software: you can redistribute it and/or modify
|
# This program is free software: you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
# uninitialised value(s)" and "Invalid read of size 1"
|
# uninitialised value(s)" and "Invalid read of size 1"
|
||||||
# by valgrind from regexp.c:286
|
# by valgrind from regexp.c:286
|
||||||
|
|
||||||
# Copyright (C) 2018 Free Software Foundation, Inc.
|
# Copyright (C) 2018-2019 Free Software Foundation, Inc.
|
||||||
|
|
||||||
# This program is free software: you can redistribute it and/or modify
|
# This program is free software: you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# Test 'R' command
|
# Test 'R' command
|
||||||
|
|
||||||
# Copyright (C) 2016-2018 Free Software Foundation, Inc.
|
# Copyright (C) 2016-2019 Free Software Foundation, Inc.
|
||||||
|
|
||||||
# This program is free software: you can redistribute it and/or modify
|
# This program is free software: you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# Test 'l' command with different widths
|
# Test 'l' command with different widths
|
||||||
|
|
||||||
# Copyright (C) 2016-2018 Free Software Foundation, Inc.
|
# Copyright (C) 2016-2019 Free Software Foundation, Inc.
|
||||||
|
|
||||||
# This program is free software: you can redistribute it and/or modify
|
# This program is free software: you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# Verify that a ":" command with no label is now rejected.
|
# Verify that a ":" command with no label is now rejected.
|
||||||
|
|
||||||
# Copyright (C) 2015-2018 Free Software Foundation, Inc.
|
# Copyright (C) 2015-2019 Free Software Foundation, Inc.
|
||||||
|
|
||||||
# This program is free software: you can redistribute it and/or modify
|
# This program is free software: you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# Test command separators and endings
|
# Test command separators and endings
|
||||||
|
|
||||||
# Copyright (C) 2017-2018 Free Software Foundation, Inc.
|
# Copyright (C) 2017-2019 Free Software Foundation, Inc.
|
||||||
|
|
||||||
# This program is free software: you can redistribute it and/or modify
|
# This program is free software: you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# Test the '#n' silent mode (activated by first line comment)
|
# Test the '#n' silent mode (activated by first line comment)
|
||||||
|
|
||||||
# Copyright (C) 2016-2018 Free Software Foundation, Inc.
|
# Copyright (C) 2016-2019 Free Software Foundation, Inc.
|
||||||
|
|
||||||
# This program is free software: you can redistribute it and/or modify
|
# This program is free software: you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# Test compilation errors
|
# Test compilation errors
|
||||||
|
|
||||||
# Copyright (C) 2016-2018 Free Software Foundation, Inc.
|
# Copyright (C) 2016-2019 Free Software Foundation, Inc.
|
||||||
|
|
||||||
# This program is free software: you can redistribute it and/or modify
|
# This program is free software: you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# Test compilation less-common cases
|
# Test compilation less-common cases
|
||||||
|
|
||||||
# Copyright (C) 2016-2018 Free Software Foundation, Inc.
|
# Copyright (C) 2016-2019 Free Software Foundation, Inc.
|
||||||
|
|
||||||
# This program is free software: you can redistribute it and/or modify
|
# This program is free software: you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
# Test number conversion from escape sequences \xNN \oNNN \dNNN
|
# Test number conversion from escape sequences \xNN \oNNN \dNNN
|
||||||
# (compile.c:convert_number())
|
# (compile.c:convert_number())
|
||||||
|
|
||||||
# Copyright (C) 2016-2018 Free Software Foundation, Inc.
|
# Copyright (C) 2016-2019 Free Software Foundation, Inc.
|
||||||
|
|
||||||
# This program is free software: you can redistribute it and/or modify
|
# This program is free software: you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
# Test runner for dc.sed
|
# Test runner for dc.sed
|
||||||
|
|
||||||
# Copyright (C) 2017-2018 Free Software Foundation, Inc.
|
# Copyright (C) 2017-2019 Free Software Foundation, Inc.
|
||||||
|
|
||||||
# This program is free software: you can redistribute it and/or modify
|
# This program is free software: you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#!/usr/bin/perl
|
#!/usr/bin/perl
|
||||||
# Test the --debug feature
|
# Test the --debug feature
|
||||||
|
|
||||||
# Copyright (C) 2018 Free Software Foundation, Inc.
|
# Copyright (C) 2018-2019 Free Software Foundation, Inc.
|
||||||
|
|
||||||
# This program is free software: you can redistribute it and/or modify
|
# This program is free software: you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
# Test runner for the old 'distrib' test
|
# Test runner for the old 'distrib' test
|
||||||
|
|
||||||
# Copyright (C) 2017-2018 Free Software Foundation, Inc.
|
# Copyright (C) 2017-2019 Free Software Foundation, Inc.
|
||||||
|
|
||||||
# This program is free software: you can redistribute it and/or modify
|
# This program is free software: you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
# -*- sh -*-
|
# -*- sh -*-
|
||||||
# Check environment variables for sane values while testing.
|
# Check environment variables for sane values while testing.
|
||||||
|
|
||||||
# Copyright (C) 2000-2018 Free Software Foundation, Inc.
|
# Copyright (C) 2000-2019 Free Software Foundation, Inc.
|
||||||
|
|
||||||
# This program is free software: you can redistribute it and/or modify
|
# This program is free software: you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
# Test runner for old 'eval' test
|
# Test runner for old 'eval' test
|
||||||
|
|
||||||
# Copyright (C) 2017-2018 Free Software Foundation, Inc.
|
# Copyright (C) 2017-2019 Free Software Foundation, Inc.
|
||||||
|
|
||||||
# This program is free software: you can redistribute it and/or modify
|
# This program is free software: you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# Test execution less-common cases
|
# Test execution less-common cases
|
||||||
|
|
||||||
# Copyright (C) 2016-2018 Free Software Foundation, Inc.
|
# Copyright (C) 2016-2019 Free Software Foundation, Inc.
|
||||||
|
|
||||||
# This program is free software: you can redistribute it and/or modify
|
# This program is free software: you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# Verify that --follow-symlinks does not break reading from stdin.
|
# Verify that --follow-symlinks does not break reading from stdin.
|
||||||
|
|
||||||
# Copyright (C) 2015-2018 Free Software Foundation, Inc.
|
# Copyright (C) 2015-2019 Free Software Foundation, Inc.
|
||||||
|
|
||||||
# This program is free software: you can redistribute it and/or modify
|
# This program is free software: you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# Test --follow-symlinks option
|
# Test --follow-symlinks option
|
||||||
|
|
||||||
# Copyright (C) 2016-2018 Free Software Foundation, Inc.
|
# Copyright (C) 2016-2019 Free Software Foundation, Inc.
|
||||||
|
|
||||||
# This program is free software: you can redistribute it and/or modify
|
# This program is free software: you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* Auxiliary program to detect support for a locale.
|
/* Auxiliary program to detect support for a locale.
|
||||||
Copyright 2010-2018 Free Software Foundation, Inc.
|
Copyright 2010-2019 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or modify
|
This program is free software; you can redistribute it and/or modify
|
||||||
it under the terms of the GNU General Public License as published by
|
it under the terms of the GNU General Public License as published by
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
# Make sure all of these programs work properly
|
# Make sure all of these programs work properly
|
||||||
# when invoked with --help or --version.
|
# when invoked with --help or --version.
|
||||||
|
|
||||||
# Copyright (C) 2000-2018 Free Software Foundation, Inc.
|
# Copyright (C) 2000-2019 Free Software Foundation, Inc.
|
||||||
|
|
||||||
# This program is free software: you can redistribute it and/or modify
|
# This program is free software: you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
# Test --help screen
|
# Test --help screen
|
||||||
|
|
||||||
# Copyright (C) 2017-2018 Free Software Foundation, Inc.
|
# Copyright (C) 2017-2019 Free Software Foundation, Inc.
|
||||||
|
|
||||||
# This program is free software: you can redistribute it and/or modify
|
# This program is free software: you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# Verify that "-" is treated as a file name with --in-place.
|
# Verify that "-" is treated as a file name with --in-place.
|
||||||
|
|
||||||
# Copyright (C) 2015-2018 Free Software Foundation, Inc.
|
# Copyright (C) 2015-2019 Free Software Foundation, Inc.
|
||||||
|
|
||||||
# This program is free software: you can redistribute it and/or modify
|
# This program is free software: you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# Test -i/--inplace with backup suffixes
|
# Test -i/--inplace with backup suffixes
|
||||||
|
|
||||||
# Copyright (C) 2016-2018 Free Software Foundation, Inc.
|
# Copyright (C) 2016-2019 Free Software Foundation, Inc.
|
||||||
|
|
||||||
# This program is free software: you can redistribute it and/or modify
|
# This program is free software: you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# source this file; set up for tests
|
# source this file; set up for tests
|
||||||
|
|
||||||
# Copyright (C) 2009-2018 Free Software Foundation, Inc.
|
# Copyright (C) 2009-2019 Free Software Foundation, Inc.
|
||||||
|
|
||||||
# This program is free software: you can redistribute it and/or modify
|
# This program is free software: you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
# Test runner for old 'inplace-hold' test
|
# Test runner for old 'inplace-hold' test
|
||||||
|
|
||||||
# Copyright (C) 2017-2018 Free Software Foundation, Inc.
|
# Copyright (C) 2017-2019 Free Software Foundation, Inc.
|
||||||
|
|
||||||
# This program is free software: you can redistribute it and/or modify
|
# This program is free software: you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
# Copyright (C) 2017-2018 Free Software Foundation, Inc.
|
# Copyright (C) 2017-2019 Free Software Foundation, Inc.
|
||||||
|
|
||||||
# This program is free software: you can redistribute it and/or modify
|
# This program is free software: you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
# Inserting an invalid multibyte sequence could lead to
|
# Inserting an invalid multibyte sequence could lead to
|
||||||
# reading uninitialized memory.
|
# reading uninitialized memory.
|
||||||
|
|
||||||
# Copyright (C) 2015-2018 Free Software Foundation, Inc.
|
# Copyright (C) 2015-2019 Free Software Foundation, Inc.
|
||||||
|
|
||||||
# This program is free software: you can redistribute it and/or modify
|
# This program is free software: you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# Copyright (C) 2016-2018 Free Software Foundation, Inc.
|
# Copyright (C) 2016-2019 Free Software Foundation, Inc.
|
||||||
|
|
||||||
# This program is free software: you can redistribute it and/or modify
|
# This program is free software: you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
# Runner for old 'mac-mf' test
|
# Runner for old 'mac-mf' test
|
||||||
|
|
||||||
# Copyright (C) 2017-2018 Free Software Foundation, Inc.
|
# Copyright (C) 2017-2019 Free Software Foundation, Inc.
|
||||||
|
|
||||||
# This program is free software: you can redistribute it and/or modify
|
# This program is free software: you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
# Runner for old 'madding' test (long lines)
|
# Runner for old 'madding' test (long lines)
|
||||||
|
|
||||||
# Copyright (C) 2017-2018 Free Software Foundation, Inc.
|
# Copyright (C) 2017-2019 Free Software Foundation, Inc.
|
||||||
|
|
||||||
# This program is free software: you can redistribute it and/or modify
|
# This program is free software: you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# Test 's' and 'y' non-slash delimiters in multibyte locales
|
# Test 's' and 'y' non-slash delimiters in multibyte locales
|
||||||
|
|
||||||
# Copyright (C) 2016-2018 Free Software Foundation, Inc.
|
# Copyright (C) 2016-2019 Free Software Foundation, Inc.
|
||||||
|
|
||||||
# This program is free software: you can redistribute it and/or modify
|
# This program is free software: you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
# a single-byte character, or the second byte of a multibyte
|
# a single-byte character, or the second byte of a multibyte
|
||||||
# character.
|
# character.
|
||||||
|
|
||||||
# Copyright (C) 2016-2018 Free Software Foundation, Inc.
|
# Copyright (C) 2016-2019 Free Software Foundation, Inc.
|
||||||
|
|
||||||
# This program is free software: you can redistribute it and/or modify
|
# This program is free software: you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# Test slash following an incomplete multibyte character
|
# Test slash following an incomplete multibyte character
|
||||||
|
|
||||||
# Copyright (C) 2016-2018 Free Software Foundation, Inc.
|
# Copyright (C) 2016-2019 Free Software Foundation, Inc.
|
||||||
|
|
||||||
# This program is free software: you can redistribute it and/or modify
|
# This program is free software: you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# Test multibyte y/// translations
|
# Test multibyte y/// translations
|
||||||
|
|
||||||
# Copyright (C) 2016-2018 Free Software Foundation, Inc.
|
# Copyright (C) 2016-2019 Free Software Foundation, Inc.
|
||||||
|
|
||||||
# This program is free software: you can redistribute it and/or modify
|
# This program is free software: you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#!/usr/bin/perl
|
#!/usr/bin/perl
|
||||||
# Test misc.
|
# Test misc.
|
||||||
|
|
||||||
# Copyright (C) 2017-2018 Free Software Foundation, Inc.
|
# Copyright (C) 2017-2019 Free Software Foundation, Inc.
|
||||||
|
|
||||||
# This program is free software: you can redistribute it and/or modify
|
# This program is free software: you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# Test r/R/w/W commands without a file name.
|
# Test r/R/w/W commands without a file name.
|
||||||
|
|
||||||
# Copyright (C) 2018 Free Software Foundation, Inc.
|
# Copyright (C) 2018-2019 Free Software Foundation, Inc.
|
||||||
|
|
||||||
# This program is free software: you can redistribute it and/or modify
|
# This program is free software: you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
# Test runner for newjis
|
# Test runner for newjis
|
||||||
|
|
||||||
# Copyright (C) 2017-2018 Free Software Foundation, Inc.
|
# Copyright (C) 2017-2019 Free Software Foundation, Inc.
|
||||||
|
|
||||||
# This program is free software: you can redistribute it and/or modify
|
# This program is free software: you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
# sed may access to uninitialized memory if transit to 15th dfa state
|
# sed may access to uninitialized memory if transit to 15th dfa state
|
||||||
# with newline. This bug affected sed version 4.3.
|
# with newline. This bug affected sed version 4.3.
|
||||||
|
|
||||||
# Copyright (C) 2017-2018 Free Software Foundation, Inc.
|
# Copyright (C) 2017-2019 Free Software Foundation, Inc.
|
||||||
|
|
||||||
# This program is free software: you can redistribute it and/or modify
|
# This program is free software: you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
# \dNNN \xNN \oNNN - tested in 'convert-number.sh'
|
# \dNNN \xNN \oNNN - tested in 'convert-number.sh'
|
||||||
# character-classes in POSIX mode - tested in 'posix-char-class.sh'
|
# character-classes in POSIX mode - tested in 'posix-char-class.sh'
|
||||||
|
|
||||||
# Copyright (C) 2016-2018 Free Software Foundation, Inc.
|
# Copyright (C) 2016-2019 Free Software Foundation, Inc.
|
||||||
|
|
||||||
# This program is free software: you can redistribute it and/or modify
|
# This program is free software: you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# Test -z/--null-data option
|
# Test -z/--null-data option
|
||||||
|
|
||||||
# Copyright (C) 2016-2018 Free Software Foundation, Inc.
|
# Copyright (C) 2016-2019 Free Software Foundation, Inc.
|
||||||
|
|
||||||
# This program is free software: you can redistribute it and/or modify
|
# This program is free software: you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
# Test CR/LF behaviour on platforms which support O_BINARY file mode
|
# Test CR/LF behaviour on platforms which support O_BINARY file mode
|
||||||
# (i.e. differentiates between text and binary files).
|
# (i.e. differentiates between text and binary files).
|
||||||
|
|
||||||
# Copyright (C) 2018 Free Software Foundation, Inc.
|
# Copyright (C) 2018-2019 Free Software Foundation, Inc.
|
||||||
|
|
||||||
# This program is free software: you can redistribute it and/or modify
|
# This program is free software: you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# Exercise some panic stops
|
# Exercise some panic stops
|
||||||
|
|
||||||
# Copyright (C) 2016-2018 Free Software Foundation, Inc.
|
# Copyright (C) 2016-2019 Free Software Foundation, Inc.
|
||||||
|
|
||||||
# This program is free software: you can redistribute it and/or modify
|
# This program is free software: you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# Test character-class definitions in POSIX mode.
|
# Test character-class definitions in POSIX mode.
|
||||||
|
|
||||||
# Copyright (C) 2016-2018 Free Software Foundation, Inc.
|
# Copyright (C) 2016-2019 Free Software Foundation, Inc.
|
||||||
|
|
||||||
# This program is free software: you can redistribute it and/or modify
|
# This program is free software: you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# Ensure extended regular expressions work in posix mode
|
# Ensure extended regular expressions work in posix mode
|
||||||
|
|
||||||
# Copyright (C) 2017-2018 Free Software Foundation, Inc.
|
# Copyright (C) 2017-2019 Free Software Foundation, Inc.
|
||||||
|
|
||||||
# This program is free software: you can redistribute it and/or modify
|
# This program is free software: you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# Test 'N' command with/without posix conformity
|
# Test 'N' command with/without posix conformity
|
||||||
|
|
||||||
# Copyright (C) 2016-2018 Free Software Foundation, Inc.
|
# Copyright (C) 2016-2019 Free Software Foundation, Inc.
|
||||||
|
|
||||||
# This program is free software: you can redistribute it and/or modify
|
# This program is free software: you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# Ensure GNU address extensions are rejected in posix mode
|
# Ensure GNU address extensions are rejected in posix mode
|
||||||
|
|
||||||
# Copyright (C) 2016-2018 Free Software Foundation, Inc.
|
# Copyright (C) 2016-2019 Free Software Foundation, Inc.
|
||||||
|
|
||||||
# This program is free software: you can redistribute it and/or modify
|
# This program is free software: you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# Test non-posix-conforming gnu extensions when using --posix.
|
# Test non-posix-conforming gnu extensions when using --posix.
|
||||||
|
|
||||||
# Copyright (C) 2016-2018 Free Software Foundation, Inc.
|
# Copyright (C) 2016-2019 Free Software Foundation, Inc.
|
||||||
|
|
||||||
# This program is free software: you can redistribute it and/or modify
|
# This program is free software: you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# Ensure GNU extensions are rejected in posix mode
|
# Ensure GNU extensions are rejected in posix mode
|
||||||
|
|
||||||
# Copyright (C) 2016-2018 Free Software Foundation, Inc.
|
# Copyright (C) 2016-2019 Free Software Foundation, Inc.
|
||||||
|
|
||||||
# This program is free software: you can redistribute it and/or modify
|
# This program is free software: you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
# Verify that even with overlapping ranges of line numbers,
|
# Verify that even with overlapping ranges of line numbers,
|
||||||
# only the selected lines are affected.
|
# only the selected lines are affected.
|
||||||
|
|
||||||
# Copyright (C) 2015-2018 Free Software Foundation, Inc.
|
# Copyright (C) 2015-2019 Free Software Foundation, Inc.
|
||||||
|
|
||||||
# This program is free software: you can redistribute it and/or modify
|
# This program is free software: you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# test \c escaping
|
# test \c escaping
|
||||||
|
|
||||||
# Copyright (C) 2016-2018 Free Software Foundation, Inc.
|
# Copyright (C) 2016-2019 Free Software Foundation, Inc.
|
||||||
|
|
||||||
# This program is free software: you can redistribute it and/or modify
|
# This program is free software: you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# Exercise regex_compile errors
|
# Exercise regex_compile errors
|
||||||
|
|
||||||
# Copyright (C) 2016-2018 Free Software Foundation, Inc.
|
# Copyright (C) 2016-2019 Free Software Foundation, Inc.
|
||||||
|
|
||||||
# This program is free software: you can redistribute it and/or modify
|
# This program is free software: you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# Test regex on input buffers larger than 2GB
|
# Test regex on input buffers larger than 2GB
|
||||||
|
|
||||||
# Copyright (C) 2018 Free Software Foundation, Inc.
|
# Copyright (C) 2018-2019 Free Software Foundation, Inc.
|
||||||
|
|
||||||
# This program is free software: you can redistribute it and/or modify
|
# This program is free software: you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# Test --sandbox mode
|
# Test --sandbox mode
|
||||||
|
|
||||||
# Copyright (C) 2016-2018 Free Software Foundation, Inc.
|
# Copyright (C) 2016-2019 Free Software Foundation, Inc.
|
||||||
|
|
||||||
# This program is free software: you can redistribute it and/or modify
|
# This program is free software: you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# Test program file from STDIN
|
# Test program file from STDIN
|
||||||
|
|
||||||
# Copyright (C) 2016-2018 Free Software Foundation, Inc.
|
# Copyright (C) 2016-2019 Free Software Foundation, Inc.
|
||||||
|
|
||||||
# This program is free software: you can redistribute it and/or modify
|
# This program is free software: you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
# Test runner for old 'stdin' test
|
# Test runner for old 'stdin' test
|
||||||
|
|
||||||
# Copyright (C) 2017-2018 Free Software Foundation, Inc.
|
# Copyright (C) 2017-2019 Free Software Foundation, Inc.
|
||||||
|
|
||||||
# This program is free software: you can redistribute it and/or modify
|
# This program is free software: you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
# performing a substitution with a replacement string containing an
|
# performing a substitution with a replacement string containing an
|
||||||
# incomplete multi-byte character.
|
# incomplete multi-byte character.
|
||||||
|
|
||||||
# Copyright (C) 2015-2018 Free Software Foundation, Inc.
|
# Copyright (C) 2015-2019 Free Software Foundation, Inc.
|
||||||
|
|
||||||
# This program is free software: you can redistribute it and/or modify
|
# This program is free software: you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# Test Substitute options (for code-coverage purposes as well)
|
# Test Substitute options (for code-coverage purposes as well)
|
||||||
|
|
||||||
# Copyright (C) 2016-2018 Free Software Foundation, Inc.
|
# Copyright (C) 2016-2019 Free Software Foundation, Inc.
|
||||||
|
|
||||||
# This program is free software: you can redistribute it and/or modify
|
# This program is free software: you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# Test Substitute replacements, e.g. 's/(.)/\U\1/'
|
# Test Substitute replacements, e.g. 's/(.)/\U\1/'
|
||||||
|
|
||||||
# Copyright (C) 2016-2018 Free Software Foundation, Inc.
|
# Copyright (C) 2016-2019 Free Software Foundation, Inc.
|
||||||
|
|
||||||
# This program is free software: you can redistribute it and/or modify
|
# This program is free software: you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
# Verify that an erroneous use of sed -i no longer leaves behind
|
# Verify that an erroneous use of sed -i no longer leaves behind
|
||||||
# a temporary file.
|
# a temporary file.
|
||||||
|
|
||||||
# Copyright (C) 2015-2018 Free Software Foundation, Inc.
|
# Copyright (C) 2015-2019 Free Software Foundation, Inc.
|
||||||
|
|
||||||
# This program is free software: you can redistribute it and/or modify
|
# This program is free software: you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* Auxiliary program to test mbrtowc(3) behaviour.
|
/* Auxiliary program to test mbrtowc(3) behaviour.
|
||||||
Copyright 2016-2018 Free Software Foundation, Inc.
|
Copyright 2016-2019 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or modify
|
This program is free software; you can redistribute it and/or modify
|
||||||
it under the terms of the GNU General Public License as published by
|
it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# Test case insensitive matching for titlecase and similarly odd chars.
|
# Test case insensitive matching for titlecase and similarly odd chars.
|
||||||
|
|
||||||
# Copyright (C) 2016-2018 Free Software Foundation, Inc.
|
# Copyright (C) 2016-2019 Free Software Foundation, Inc.
|
||||||
|
|
||||||
# This program is free software: you can redistribute it and/or modify
|
# This program is free software: you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# Test -u/--unbuffered option
|
# Test -u/--unbuffered option
|
||||||
|
|
||||||
# Copyright (C) 2016-2018 Free Software Foundation, Inc.
|
# Copyright (C) 2016-2019 Free Software Foundation, Inc.
|
||||||
|
|
||||||
# This program is free software: you can redistribute it and/or modify
|
# This program is free software: you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
# Test runner for the uniq.sed script
|
# Test runner for the uniq.sed script
|
||||||
|
|
||||||
# Copyright (C) 2017-2018 Free Software Foundation, Inc.
|
# Copyright (C) 2017-2019 Free Software Foundation, Inc.
|
||||||
|
|
||||||
# This program is free software: you can redistribute it and/or modify
|
# This program is free software: you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
# in "s///" command.
|
# in "s///" command.
|
||||||
# This is an adaptation of the old utf8-1/2/3/4 tests.
|
# This is an adaptation of the old utf8-1/2/3/4 tests.
|
||||||
|
|
||||||
# Copyright (C) 2017-2018 Free Software Foundation, Inc.
|
# Copyright (C) 2017-2019 Free Software Foundation, Inc.
|
||||||
|
|
||||||
# This program is free software: you can redistribute it and/or modify
|
# This program is free software: you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#Makefile.in generated automatically by automake 1.5 from Makefile.am.
|
#Makefile.in generated automatically by automake 1.5 from Makefile.am.
|
||||||
|
|
||||||
#Copyright 1994-2018 Free Software Foundation, Inc.
|
#Copyright 1994-2019 Free Software Foundation, Inc.
|
||||||
#This Makefile.in is free software; the Free Software Foundation
|
#This Makefile.in is free software; the Free Software Foundation
|
||||||
#gives unlimited permission to copy and/or distribute it,
|
#gives unlimited permission to copy and/or distribute it,
|
||||||
#with or without modifications, as long as this notice is preserved.
|
#with or without modifications, as long as this notice is preserved.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# Makefile.in generated automatically by automake 1.5 from Makefile.am.
|
# Makefile.in generated automatically by automake 1.5 from Makefile.am.
|
||||||
|
|
||||||
# Copyright 1994-2018 Free Software Foundation, Inc.
|
# Copyright 1994-2019 Free Software Foundation, Inc.
|
||||||
# This Makefile.in is free software; the Free Software Foundation
|
# This Makefile.in is free software; the Free Software Foundation
|
||||||
# gives unlimited permission to copy and/or distribute it,
|
# gives unlimited permission to copy and/or distribute it,
|
||||||
# with or without modifications, as long as this notice is preserved.
|
# with or without modifications, as long as this notice is preserved.
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
# Test runner for xemacs.sed
|
# Test runner for xemacs.sed
|
||||||
|
|
||||||
# Copyright (C) 2017-2018 Free Software Foundation, Inc.
|
# Copyright (C) 2017-2019 Free Software Foundation, Inc.
|
||||||
|
|
||||||
# This program is free software: you can redistribute it and/or modify
|
# This program is free software: you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
Reference in New Issue
Block a user