mirror of
https://git.savannah.gnu.org/git/coreutils.git
synced 2025-07-29 12:21:15 +03:00
all: prefer HTTPS in URLs
This commit is contained in:
@ -13,7 +13,7 @@
|
|||||||
# GNU General Public License for more details.
|
# GNU General Public License for more details.
|
||||||
|
|
||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
{
|
{
|
||||||
libc_dl_open
|
libc_dl_open
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
# GNU General Public License for more details.
|
# GNU General Public License for more details.
|
||||||
|
|
||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
ALL_RECURSIVE_TARGETS =
|
ALL_RECURSIVE_TARGETS =
|
||||||
|
|
||||||
@ -120,7 +120,7 @@ THANKS-to-translators: po/LINGUAS THANKStt.in
|
|||||||
$(AM_V_GEN)( \
|
$(AM_V_GEN)( \
|
||||||
cat $(srcdir)/THANKStt.in; \
|
cat $(srcdir)/THANKStt.in; \
|
||||||
for lang in `cat $(srcdir)/po/LINGUAS`; do \
|
for lang in `cat $(srcdir)/po/LINGUAS`; do \
|
||||||
echo http://translationproject.org/team/$$lang.html; \
|
echo https://translationproject.org/team/$$lang.html; \
|
||||||
done; \
|
done; \
|
||||||
) > $@-tmp && mv $@-tmp $@
|
) > $@-tmp && mv $@-tmp $@
|
||||||
|
|
||||||
|
6
NEWS
6
NEWS
@ -3601,7 +3601,7 @@ GNU coreutils NEWS -*- outline -*-
|
|||||||
These changes are in response to decisions taken in the January 2005
|
These changes are in response to decisions taken in the January 2005
|
||||||
Austin Group standardization meeting. For more details, please see
|
Austin Group standardization meeting. For more details, please see
|
||||||
"Utility Syntax Guidelines" in the Minutes of the January 2005
|
"Utility Syntax Guidelines" in the Minutes of the January 2005
|
||||||
Meeting <http://www.opengroup.org/austin/docs/austin_239.html>.
|
Meeting <https://www.opengroup.org/austin/docs/austin_239.html>.
|
||||||
|
|
||||||
** Binary input and output are now implemented more consistently.
|
** Binary input and output are now implemented more consistently.
|
||||||
These changes affect only platforms like MS-DOS that distinguish
|
These changes affect only platforms like MS-DOS that distinguish
|
||||||
@ -3679,9 +3679,9 @@ GNU coreutils NEWS -*- outline -*-
|
|||||||
|
|
||||||
The new -P option checks whether a file name component has leading "-",
|
The new -P option checks whether a file name component has leading "-",
|
||||||
as suggested in interpretation "Austin-039:XCU:pathchk:pathchk -p"
|
as suggested in interpretation "Austin-039:XCU:pathchk:pathchk -p"
|
||||||
<http://www.opengroup.org/austin/interps/doc.tpl?gdid=6232>.
|
<https://collaboration.opengroup.org/austin/interps/documents.php?action=show&gdid=6232>.
|
||||||
It also rejects the empty name even if the current host accepts it; see
|
It also rejects the empty name even if the current host accepts it; see
|
||||||
<http://www.opengroup.org/austin/interps/doc.tpl?gdid=6233>.
|
<https://collaboration.opengroup.org/austin/interps/documents.php?action=show&gdid=6233>.
|
||||||
|
|
||||||
The --portability option is now equivalent to -p -P.
|
The --portability option is now equivalent to -p -P.
|
||||||
|
|
||||||
|
2
README
2
README
@ -179,7 +179,7 @@ reproduce whatever problem prompted it. Plus, you'll earn lots of
|
|||||||
karma if you include a test case to exercise any bug(s) you fix.
|
karma if you include a test case to exercise any bug(s) you fix.
|
||||||
Here are instructions for checking out the latest development sources:
|
Here are instructions for checking out the latest development sources:
|
||||||
|
|
||||||
http://savannah.gnu.org/git/?group=coreutils
|
https://savannah.gnu.org/git/?group=coreutils
|
||||||
|
|
||||||
If your patch adds a new feature, please try to get some sort of consensus
|
If your patch adds a new feature, please try to get some sort of consensus
|
||||||
that it is a worthwhile change. One way to do that is to send mail to
|
that it is a worthwhile change. One way to do that is to send mail to
|
||||||
|
@ -106,4 +106,4 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|||||||
GNU General Public License for more details.
|
GNU General Public License for more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
@ -8,7 +8,7 @@ I.e., the tools checked for by the bootstrap script and include:
|
|||||||
- Git <https://git-scm.com/>
|
- Git <https://git-scm.com/>
|
||||||
- Gperf <https://www.gnu.org/software/gperf/>
|
- Gperf <https://www.gnu.org/software/gperf/>
|
||||||
- Gzip <https://www.gnu.org/software/gzip/>
|
- Gzip <https://www.gnu.org/software/gzip/>
|
||||||
- Perl <http://www.cpan.org/>
|
- Perl <https://www.cpan.org/>
|
||||||
- Rsync <https://rsync.samba.org/>
|
- Rsync <https://rsync.samba.org/>
|
||||||
- Tar <https://www.gnu.org/software/tar/>
|
- Tar <https://www.gnu.org/software/tar/>
|
||||||
- Texinfo <https://www.gnu.org/software/texinfo/>
|
- Texinfo <https://www.gnu.org/software/texinfo/>
|
||||||
|
@ -16,7 +16,7 @@ Here are most of the steps we (maintainers) follow when making a release.
|
|||||||
* Ensure that you've pushed all changes that belong in the release
|
* Ensure that you've pushed all changes that belong in the release
|
||||||
and that the NixOS/Hydra autobuilder is reporting all is well:
|
and that the NixOS/Hydra autobuilder is reporting all is well:
|
||||||
|
|
||||||
http://hydra.nixos.org/jobset/gnu/coreutils-master
|
https://hydra.nixos.org/jobset/gnu/coreutils-master
|
||||||
|
|
||||||
* Run bootstrap one last time. This downloads any new translations:
|
* Run bootstrap one last time. This downloads any new translations:
|
||||||
|
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
# GNU General Public License for more details.
|
# GNU General Public License for more details.
|
||||||
|
|
||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -75,7 +75,7 @@ Augey Mikus mikus@dqc.org
|
|||||||
Austin Donnelly Austin.Donnelly@cl.cam.ac.uk
|
Austin Donnelly Austin.Donnelly@cl.cam.ac.uk
|
||||||
Axel Dörfler axeld@pinc-software.de
|
Axel Dörfler axeld@pinc-software.de
|
||||||
Axel Kittenberger Anshil@gmx.net
|
Axel Kittenberger Anshil@gmx.net
|
||||||
Barry Kelly http://barrkel.blogspot.com/
|
Barry Kelly http://blog.barrkel.com/
|
||||||
Bauke Jan Douma bjdouma@xs4all.nl
|
Bauke Jan Douma bjdouma@xs4all.nl
|
||||||
Ben Elliston bje@air.net.au
|
Ben Elliston bje@air.net.au
|
||||||
Ben Harris bjh21@netbsd.org
|
Ben Harris bjh21@netbsd.org
|
||||||
@ -375,9 +375,9 @@ Marc Haber mh+debian-bugs@zugschlus.de
|
|||||||
Marc Lehman schmorp@schmorp.de
|
Marc Lehman schmorp@schmorp.de
|
||||||
Marc Mengel mengel@fnal.gov
|
Marc Mengel mengel@fnal.gov
|
||||||
Marc Olzheim marcolz@stack.nl
|
Marc Olzheim marcolz@stack.nl
|
||||||
Marcel Böhme http://www.comp.nus.edu.sg/~mboehme
|
Marcel Böhme https://www.comp.nus.edu.sg/~mboehme
|
||||||
Marco Franzen Marco.Franzen@Thyron.com
|
Marco Franzen Marco.Franzen@Thyron.com
|
||||||
Marcus Brinkmann http://www.marcus-brinkmann.de
|
Marcus Brinkmann https://www.marcus-brinkmann.de
|
||||||
Marcus Daniels marcus@ee.pdx.edu
|
Marcus Daniels marcus@ee.pdx.edu
|
||||||
Mark A. Thomas thommark@access.digex.net
|
Mark A. Thomas thommark@access.digex.net
|
||||||
Mark Conty Mark_Conty@cargill.com
|
Mark Conty Mark_Conty@cargill.com
|
||||||
|
15
TODO
15
TODO
@ -7,9 +7,9 @@ before embarking on a big project.
|
|||||||
==================================================
|
==================================================
|
||||||
Modify chmod so that it does not change an inode's st_ctime
|
Modify chmod so that it does not change an inode's st_ctime
|
||||||
when the selected operation would have no other effect.
|
when the selected operation would have no other effect.
|
||||||
First suggested by Hans Ecke <http://hans.ecke.ws> in
|
First suggested by Hans Ecke <https://hans.ecke.ws> in
|
||||||
http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/2920
|
https://lists.gnu.org/archive/html/bug-coreutils/2004-09/msg00145.html
|
||||||
Discussed more recently on <http://bugs.debian.org/497514>.
|
Discussed more recently on <https://bugs.debian.org/497514>.
|
||||||
|
|
||||||
document the following in coreutils.texi:
|
document the following in coreutils.texi:
|
||||||
[
|
[
|
||||||
@ -52,7 +52,7 @@ Write an autoconf test to work around build failure in HPUX's 64-bit mode.
|
|||||||
See notes in README -- and remove them once there's a work-around.
|
See notes in README -- and remove them once there's a work-around.
|
||||||
|
|
||||||
Integrate use of sendfile, suggested here:
|
Integrate use of sendfile, suggested here:
|
||||||
http://mail.gnu.org/archive/html/bug-fileutils/2003-03/msg00030.html
|
https://lists.gnu.org/archive/html/bug-fileutils/2003-03/msg00030.html
|
||||||
I don't plan to do that, since a few tests demonstrate no significant benefit.
|
I don't plan to do that, since a few tests demonstrate no significant benefit.
|
||||||
|
|
||||||
printf: consider adapting builtins/printf.def from bash
|
printf: consider adapting builtins/printf.def from bash
|
||||||
@ -86,14 +86,11 @@ sort: Investigate better sorting algorithms; see Knuth vol. 3.
|
|||||||
Mathematical Monthly 66 (1959), 387-389.
|
Mathematical Monthly 66 (1959), 387-389.
|
||||||
|
|
||||||
shred: Update shred as described here to conform to DoD 5220 rules:
|
shred: Update shred as described here to conform to DoD 5220 rules:
|
||||||
http://lists.gnu.org/archive/html/bug-coreutils/2007-05/msg00075.html
|
https://lists.gnu.org/archive/html/bug-coreutils/2007-05/msg00075.html
|
||||||
|
|
||||||
Remove suspicious uses of alloca (ones that may allocate more than
|
Remove suspicious uses of alloca (ones that may allocate more than
|
||||||
about 4k)
|
about 4k)
|
||||||
|
|
||||||
Adapt these contribution guidelines for coreutils:
|
|
||||||
http://sources.redhat.com/automake/contribute.html
|
|
||||||
|
|
||||||
Improve test coverage.
|
Improve test coverage.
|
||||||
See HACKING for instructions on generating an html test coverage report.
|
See HACKING for instructions on generating an html test coverage report.
|
||||||
Find a program that has poor coverage and improve.
|
Find a program that has poor coverage and improve.
|
||||||
@ -159,4 +156,4 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|||||||
GNU General Public License for more details.
|
GNU General Public License for more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
# GNU General Public License for more details.
|
# GNU General Public License for more details.
|
||||||
|
|
||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
|
|
||||||
# We don't need these modules.
|
# We don't need these modules.
|
||||||
|
4
cfg.mk
4
cfg.mk
@ -12,14 +12,14 @@
|
|||||||
# GNU General Public License for more details.
|
# GNU General Public License for more details.
|
||||||
|
|
||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
# Used in maint.mk's web-manual rule
|
# Used in maint.mk's web-manual rule
|
||||||
manual_title = Core GNU utilities
|
manual_title = Core GNU utilities
|
||||||
|
|
||||||
# Use the direct link. This is guaranteed to work immediately, while
|
# Use the direct link. This is guaranteed to work immediately, while
|
||||||
# it can take a while for the faster mirror links to become usable.
|
# it can take a while for the faster mirror links to become usable.
|
||||||
url_dir_list = http://ftp.gnu.org/gnu/$(PACKAGE)
|
url_dir_list = https://ftp.gnu.org/gnu/$(PACKAGE)
|
||||||
|
|
||||||
# Exclude bundled external projects from syntax checks
|
# Exclude bundled external projects from syntax checks
|
||||||
VC_LIST_ALWAYS_EXCLUDE_REGEX = src/blake2/.*$$
|
VC_LIST_ALWAYS_EXCLUDE_REGEX = src/blake2/.*$$
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
# GNU General Public License for more details.
|
# GNU General Public License for more details.
|
||||||
|
|
||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
dnl Written by Jim Meyering.
|
dnl Written by Jim Meyering.
|
||||||
|
|
||||||
|
@ -955,7 +955,7 @@ that are upward compatible with the
|
|||||||
@uref{http://www.bipm.org/en/publications/si-brochure/chapter3.html,
|
@uref{http://www.bipm.org/en/publications/si-brochure/chapter3.html,
|
||||||
SI prefixes}
|
SI prefixes}
|
||||||
for decimal multiples and with the
|
for decimal multiples and with the
|
||||||
@uref{http://physics.nist.gov/cuu/Units/binary.html, ISO/IEC 80000-13
|
@uref{https://physics.nist.gov/cuu/Units/binary.html, ISO/IEC 80000-13
|
||||||
(formerly IEC 60027-2) prefixes} for binary multiples.
|
(formerly IEC 60027-2) prefixes} for binary multiples.
|
||||||
|
|
||||||
With human-readable formats, output sizes are followed by a size letter
|
With human-readable formats, output sizes are followed by a size letter
|
||||||
@ -18210,7 +18210,7 @@ to set a file's timestamp to an arbitrary value.
|
|||||||
@chapter Opening the Software Toolbox
|
@chapter Opening the Software Toolbox
|
||||||
|
|
||||||
An earlier version of this chapter appeared in
|
An earlier version of this chapter appeared in
|
||||||
@uref{http://www.linuxjournal.com/article.php?sid=2762, the
|
@uref{https://www.linuxjournal.com/article.php?sid=2762, the
|
||||||
@cite{What's GNU@?} column of the June 1994 @cite{Linux Journal}}.
|
@cite{What's GNU@?} column of the June 1994 @cite{Linux Journal}}.
|
||||||
It was written by Arnold Robbins.
|
It was written by Arnold Robbins.
|
||||||
|
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
# GNU General Public License for more details.
|
# GNU General Public License for more details.
|
||||||
|
|
||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
info_TEXINFOS = doc/coreutils.texi
|
info_TEXINFOS = doc/coreutils.texi
|
||||||
|
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
GNU General Public License for more details.
|
GNU General Public License for more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>. */
|
along with this program. If not, see <https://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
/* Written by Paul Eggert. */
|
/* Written by Paul Eggert. */
|
||||||
|
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
GNU General Public License for more details.
|
GNU General Public License for more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>. */
|
along with this program. If not, see <https://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
/* Without this pragma, gcc suggests that (given !HAVE_POSIX_FADVISE)
|
/* Without this pragma, gcc suggests that (given !HAVE_POSIX_FADVISE)
|
||||||
the fdadvise function might be a candidate for attribute 'const'. */
|
the fdadvise function might be a candidate for attribute 'const'. */
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
GNU General Public License for more details.
|
GNU General Public License for more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>. */
|
along with this program. If not, see <https://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
GNU General Public License for more details.
|
GNU General Public License for more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>. */
|
along with this program. If not, see <https://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
/* Written by Paul Eggert. */
|
/* Written by Paul Eggert. */
|
||||||
|
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
GNU General Public License for more details.
|
GNU General Public License for more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>. */
|
along with this program. If not, see <https://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
/* Written by Paul Eggert. */
|
/* Written by Paul Eggert. */
|
||||||
|
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
GNU General Public License for more details.
|
GNU General Public License for more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>. */
|
along with this program. If not, see <https://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
/* Full implementation: GDSL (http://gna.org/projects/gdsl/) by Nicolas
|
/* Full implementation: GDSL (http://gna.org/projects/gdsl/) by Nicolas
|
||||||
Darnis <ndarnis@free.fr>. */
|
Darnis <ndarnis@free.fr>. */
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
GNU General Public License for more details.
|
GNU General Public License for more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>. */
|
along with this program. If not, see <https://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
/* Full implementation: GDSL (http://gna.org/projects/gdsl/) by Nicolas
|
/* Full implementation: GDSL (http://gna.org/projects/gdsl/) by Nicolas
|
||||||
Darnis <ndarnis@free.fr>. Adapted by Gene Auyeung. */
|
Darnis <ndarnis@free.fr>. Adapted by Gene Auyeung. */
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
GNU General Public License for more details.
|
GNU General Public License for more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>. */
|
along with this program. If not, see <https://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
/* Written by Pádraig Brady. */
|
/* Written by Pádraig Brady. */
|
||||||
|
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
GNU General Public License for more details.
|
GNU General Public License for more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>. */
|
along with this program. If not, see <https://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
#include <stddef.h>
|
#include <stddef.h>
|
||||||
|
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
GNU General Public License for more details.
|
GNU General Public License for more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
Written by Colin Plumb and Paul Eggert. */
|
Written by Colin Plumb and Paul Eggert. */
|
||||||
|
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
GNU General Public License for more details.
|
GNU General Public License for more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
Written by Colin Plumb and Paul Eggert. */
|
Written by Colin Plumb and Paul Eggert. */
|
||||||
|
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
GNU General Public License for more details.
|
GNU General Public License for more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>. */
|
along with this program. If not, see <https://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
/* Written by Paul Eggert. */
|
/* Written by Paul Eggert. */
|
||||||
|
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
GNU General Public License for more details.
|
GNU General Public License for more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>. */
|
along with this program. If not, see <https://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
/* Written by Paul Eggert. */
|
/* Written by Paul Eggert. */
|
||||||
|
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
GNU General Public License for more details.
|
GNU General Public License for more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>. */
|
along with this program. If not, see <https://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
/* Written by Paul Eggert. */
|
/* Written by Paul Eggert. */
|
||||||
|
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
GNU General Public License for more details.
|
GNU General Public License for more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>. */
|
along with this program. If not, see <https://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
/* Written by Paul Eggert. */
|
/* Written by Paul Eggert. */
|
||||||
|
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
GNU General Public License for more details.
|
GNU General Public License for more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>. */
|
along with this program. If not, see <https://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
/* Written by Paul Eggert. */
|
/* Written by Paul Eggert. */
|
||||||
|
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
GNU General Public License for more details.
|
GNU General Public License for more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>. */
|
along with this program. If not, see <https://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
/* Written by Jim Meyering. */
|
/* Written by Jim Meyering. */
|
||||||
|
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
GNU General Public License for more details.
|
GNU General Public License for more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>. */
|
along with this program. If not, see <https://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
#ifndef ROOT_DEV_INO_H
|
#ifndef ROOT_DEV_INO_H
|
||||||
# define ROOT_DEV_INO_H 1
|
# define ROOT_DEV_INO_H 1
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
GNU General Public License for more details.
|
GNU General Public License for more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>. */
|
along with this program. If not, see <https://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
/* Here we replace or wrap the most common smack functions used by coreutils.
|
/* Here we replace or wrap the most common smack functions used by coreutils.
|
||||||
Others will need to be protected by HAVE_SMACK. */
|
Others will need to be protected by HAVE_SMACK. */
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
GNU General Public License for more details.
|
GNU General Public License for more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>. */
|
along with this program. If not, see <https://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
/* Written by Paul Eggert. */
|
/* Written by Paul Eggert. */
|
||||||
|
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
GNU General Public License for more details.
|
GNU General Public License for more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>. */
|
along with this program. If not, see <https://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
/* Written by Mike Haertel. */
|
/* Written by Mike Haertel. */
|
||||||
|
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
GNU General Public License for more details.
|
GNU General Public License for more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>. */
|
along with this program. If not, see <https://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
/* Written by Paul Eggert. */
|
/* Written by Paul Eggert. */
|
||||||
|
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
GNU General Public License for more details.
|
GNU General Public License for more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>. */
|
along with this program. If not, see <https://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
GNU General Public License for more details.
|
GNU General Public License for more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>. */
|
along with this program. If not, see <https://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
#ifndef XDECTOINT_H_
|
#ifndef XDECTOINT_H_
|
||||||
# define XDECTOINT_H_ 1
|
# define XDECTOINT_H_ 1
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
GNU General Public License for more details.
|
GNU General Public License for more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>. */
|
along with this program. If not, see <https://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
/* Written by Jim Meyering. */
|
/* Written by Jim Meyering. */
|
||||||
|
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
GNU General Public License for more details.
|
GNU General Public License for more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>. */
|
along with this program. If not, see <https://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
/* Written by Pádraig Brady. */
|
/* Written by Pádraig Brady. */
|
||||||
|
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
GNU General Public License for more details.
|
GNU General Public License for more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>. */
|
along with this program. If not, see <https://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
/* Written by Pádraig Brady. */
|
/* Written by Pádraig Brady. */
|
||||||
|
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
GNU General Public License for more details.
|
GNU General Public License for more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>. */
|
along with this program. If not, see <https://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
/* Written by Paul Eggert. */
|
/* Written by Paul Eggert. */
|
||||||
|
|
||||||
|
4
init.cfg
4
init.cfg
@ -13,7 +13,7 @@
|
|||||||
# GNU General Public License for more details.
|
# GNU General Public License for more details.
|
||||||
|
|
||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
# This goes hand in hand with the "exec 9>&2;" in tests/Makefile.am's
|
# This goes hand in hand with the "exec 9>&2;" in tests/Makefile.am's
|
||||||
# TESTS_ENVIRONMENT definition.
|
# TESTS_ENVIRONMENT definition.
|
||||||
@ -627,7 +627,7 @@ skip_if_setgid_()
|
|||||||
|
|
||||||
# Skip if files are created with a different group to the current user
|
# Skip if files are created with a different group to the current user
|
||||||
# This can happen due to a setgid dir, or by some other mechanism on OS X:
|
# This can happen due to a setgid dir, or by some other mechanism on OS X:
|
||||||
# http://unix.stackexchange.com/q/63865
|
# https://unix.stackexchange.com/q/63865
|
||||||
# https://bugs.gnu.org/14024#41
|
# https://bugs.gnu.org/14024#41
|
||||||
skip_if_nondefault_group_()
|
skip_if_nondefault_group_()
|
||||||
{
|
{
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
# GNU General Public License for more details.
|
# GNU General Public License for more details.
|
||||||
|
|
||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
|
|
||||||
# FIXME: add traps and choose top level names so that
|
# FIXME: add traps and choose top level names so that
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
# GNU General Public License for more details.
|
# GNU General Public License for more details.
|
||||||
|
|
||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
# GNULIB_BOOT_TIME([ACTION-IF-FOUND[, ACTION-IF-NOT-FOUND]])
|
# GNULIB_BOOT_TIME([ACTION-IF-FOUND[, ACTION-IF-NOT-FOUND]])
|
||||||
* ----------------------------------------------------------
|
* ----------------------------------------------------------
|
||||||
|
@ -15,7 +15,7 @@ dnl Misc type-related macros for coreutils.
|
|||||||
# GNU General Public License for more details.
|
# GNU General Public License for more details.
|
||||||
|
|
||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
# Written by Jim Meyering.
|
# Written by Jim Meyering.
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@ m4_pattern_forbid([^gl_[ABCDEFGHIJKLMNOPQRSTUVXYZ]])dnl
|
|||||||
# GNU General Public License for more details.
|
# GNU General Public License for more details.
|
||||||
|
|
||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
# Written by Jim Meyering.
|
# Written by Jim Meyering.
|
||||||
|
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
# GNU General Public License for more details.
|
# GNU General Public License for more details.
|
||||||
|
|
||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
# Written by Jim Meyering.
|
# Written by Jim Meyering.
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
'\" Copyright (C) 1998-2017 Free Software Foundation, Inc.
|
'\" Copyright (C) 1998-2017 Free Software Foundation, Inc.
|
||||||
'\"
|
'\"
|
||||||
'\" This is free software. You may redistribute copies of it under the terms
|
'\" This is free software. You may redistribute copies of it under the terms
|
||||||
'\" of the GNU General Public License <http://www.gnu.org/licenses/gpl.html>.
|
'\" of the GNU General Public License <https://www.gnu.org/licenses/gpl.html>.
|
||||||
'\" There is NO WARRANTY, to the extent permitted by law.
|
'\" There is NO WARRANTY, to the extent permitted by law.
|
||||||
[NAME]
|
[NAME]
|
||||||
chmod \- change file mode bits
|
chmod \- change file mode bits
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
'\" Copyright (C) 1998-2017 Free Software Foundation, Inc.
|
'\" Copyright (C) 1998-2017 Free Software Foundation, Inc.
|
||||||
'\"
|
'\"
|
||||||
'\" This is free software. You may redistribute copies of it under the terms
|
'\" This is free software. You may redistribute copies of it under the terms
|
||||||
'\" of the GNU General Public License <http://www.gnu.org/licenses/gpl.html>.
|
'\" of the GNU General Public License <https://www.gnu.org/licenses/gpl.html>.
|
||||||
'\" There is NO WARRANTY, to the extent permitted by law.
|
'\" There is NO WARRANTY, to the extent permitted by law.
|
||||||
[NAME]
|
[NAME]
|
||||||
chown \- change file owner and group
|
chown \- change file owner and group
|
||||||
|
2
man/df.x
2
man/df.x
@ -1,7 +1,7 @@
|
|||||||
'\" Copyright (C) 1998-2017 Free Software Foundation, Inc.
|
'\" Copyright (C) 1998-2017 Free Software Foundation, Inc.
|
||||||
'\"
|
'\"
|
||||||
'\" This is free software. You may redistribute copies of it under the terms
|
'\" This is free software. You may redistribute copies of it under the terms
|
||||||
'\" of the GNU General Public License <http://www.gnu.org/licenses/gpl.html>.
|
'\" of the GNU General Public License <https://www.gnu.org/licenses/gpl.html>.
|
||||||
'\" There is NO WARRANTY, to the extent permitted by law.
|
'\" There is NO WARRANTY, to the extent permitted by law.
|
||||||
[NAME]
|
[NAME]
|
||||||
df \- report file system disk space usage
|
df \- report file system disk space usage
|
||||||
|
2
man/du.x
2
man/du.x
@ -1,7 +1,7 @@
|
|||||||
'\" Copyright (C) 1998-2017 Free Software Foundation, Inc.
|
'\" Copyright (C) 1998-2017 Free Software Foundation, Inc.
|
||||||
'\"
|
'\"
|
||||||
'\" This is free software. You may redistribute copies of it under the terms
|
'\" This is free software. You may redistribute copies of it under the terms
|
||||||
'\" of the GNU General Public License <http://www.gnu.org/licenses/gpl.html>.
|
'\" of the GNU General Public License <https://www.gnu.org/licenses/gpl.html>.
|
||||||
'\" There is NO WARRANTY, to the extent permitted by law.
|
'\" There is NO WARRANTY, to the extent permitted by law.
|
||||||
[NAME]
|
[NAME]
|
||||||
du \- estimate file space usage
|
du \- estimate file space usage
|
||||||
|
@ -15,10 +15,10 @@
|
|||||||
# GNU General Public License for more details.
|
# GNU General Public License for more details.
|
||||||
|
|
||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with this program; if not, see <http://www.gnu.org/licenses/>.
|
# along with this program; if not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
# Written by Brendan O'Dea <bod@debian.org>
|
# Written by Brendan O'Dea <bod@debian.org>
|
||||||
# Available from ftp://ftp.gnu.org/gnu/help2man/
|
# Available from https://ftp.gnu.org/gnu/help2man/
|
||||||
|
|
||||||
use 5.008;
|
use 5.008;
|
||||||
use strict;
|
use strict;
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
# GNU General Public License for more details.
|
# GNU General Public License for more details.
|
||||||
|
|
||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
EXTRA_DIST += man/help2man man/dummy-man
|
EXTRA_DIST += man/help2man man/dummy-man
|
||||||
|
|
||||||
|
2
man/rm.x
2
man/rm.x
@ -1,7 +1,7 @@
|
|||||||
'\" Copyright (C) 1998-2017 Free Software Foundation, Inc.
|
'\" Copyright (C) 1998-2017 Free Software Foundation, Inc.
|
||||||
'\"
|
'\"
|
||||||
'\" This is free software. You may redistribute copies of it under the terms
|
'\" This is free software. You may redistribute copies of it under the terms
|
||||||
'\" of the GNU General Public License <http://www.gnu.org/licenses/gpl.html>.
|
'\" of the GNU General Public License <https://www.gnu.org/licenses/gpl.html>.
|
||||||
'\" There is NO WARRANTY, to the extent permitted by law.
|
'\" There is NO WARRANTY, to the extent permitted by law.
|
||||||
[NAME]
|
[NAME]
|
||||||
rm \- remove files or directories
|
rm \- remove files or directories
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
'\" Copyright (C) 2009-2017 Free Software Foundation, Inc.
|
'\" Copyright (C) 2009-2017 Free Software Foundation, Inc.
|
||||||
'\"
|
'\"
|
||||||
'\" This is free software. You may redistribute copies of it under the terms
|
'\" This is free software. You may redistribute copies of it under the terms
|
||||||
'\" of the GNU General Public License <http://www.gnu.org/licenses/gpl.html>.
|
'\" of the GNU General Public License <https://www.gnu.org/licenses/gpl.html>.
|
||||||
'\" There is NO WARRANTY, to the extent permitted by law.
|
'\" There is NO WARRANTY, to the extent permitted by law.
|
||||||
[NAME]
|
[NAME]
|
||||||
stdbuf \-
|
stdbuf \-
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
VERSION='2015-10-06 12:49' # UTC
|
VERSION='2017-09-19 07:31' # UTC
|
||||||
|
|
||||||
# Building coreutils from a git-cloned directory may require versions of
|
# Building coreutils from a git-cloned directory may require versions of
|
||||||
# tools like autoconf, automake, gettext, etc. that are newer than the ones
|
# tools like autoconf, automake, gettext, etc. that are newer than the ones
|
||||||
@ -26,12 +26,12 @@ prog_name=`basename $0`
|
|||||||
die () { echo "$prog_name: $*" >&2; exit 1; }
|
die () { echo "$prog_name: $*" >&2; exit 1; }
|
||||||
|
|
||||||
tarballs='
|
tarballs='
|
||||||
http://pkgconfig.freedesktop.org/releases/pkg-config-0.28.tar.gz
|
https://pkgconfig.freedesktop.org/releases/pkg-config-0.28.tar.gz
|
||||||
http://ftp.gnu.org/gnu/m4/m4-1.4.17.tar.gz
|
https://ftp.gnu.org/gnu/m4/m4-1.4.17.tar.gz
|
||||||
http://ftp.gnu.org/gnu/autoconf/autoconf-2.69.tar.gz
|
https://ftp.gnu.org/gnu/autoconf/autoconf-2.69.tar.gz
|
||||||
http://ftp.gnu.org/gnu/automake/automake-1.15.tar.gz
|
https://ftp.gnu.org/gnu/automake/automake-1.15.tar.gz
|
||||||
http://ftp.gnu.org/gnu/libtool/libtool-2.4.6.tar.gz
|
https://ftp.gnu.org/gnu/libtool/libtool-2.4.6.tar.gz
|
||||||
http://ftp.gnu.org/gnu/gettext/gettext-0.19.6.tar.gz
|
https://ftp.gnu.org/gnu/gettext/gettext-0.19.6.tar.gz
|
||||||
'
|
'
|
||||||
|
|
||||||
usage() {
|
usage() {
|
||||||
|
@ -125,10 +125,10 @@ sub check_msg($$)
|
|||||||
|
|
||||||
my $buf = join ("\n", @line) . "\n";
|
my $buf = join ("\n", @line) . "\n";
|
||||||
$buf =~ m!https?://bugzilla\.redhat\.com/show_bug\.cgi\?id=(\d+)!s
|
$buf =~ m!https?://bugzilla\.redhat\.com/show_bug\.cgi\?id=(\d+)!s
|
||||||
and return "use shorter http://bugzilla.redhat.com/$1";
|
and return "use shorter https://bugzilla.redhat.com/$1";
|
||||||
|
|
||||||
$buf =~ m!https?://debbugs\.gnu\.org/(?:cgi/bugreport\.cgi\?bug=)?(\d+)!s
|
$buf =~ m!https?://debbugs\.gnu\.org/(?:cgi/bugreport\.cgi\?bug=)?(\d+)!s
|
||||||
and return "use shorter http://bugs.gnu.org/$1";
|
and return "use shorter https://bugs.gnu.org/$1";
|
||||||
|
|
||||||
$buf =~ /^ *Signed-off-by:/mi
|
$buf =~ /^ *Signed-off-by:/mi
|
||||||
and return q(do not use "Signed-off-by:");
|
and return q(do not use "Signed-off-by:");
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
GNU General Public License for more details.
|
GNU General Public License for more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>. */
|
along with this program. If not, see <https://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
/* Written by Simon Josefsson <simon@josefsson.org>. */
|
/* Written by Simon Josefsson <simon@josefsson.org>. */
|
||||||
|
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
GNU General Public License for more details.
|
GNU General Public License for more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>. */
|
along with this program. If not, see <https://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
#include <getopt.h>
|
#include <getopt.h>
|
||||||
|
@ -5,9 +5,9 @@
|
|||||||
terms of the CC0, the OpenSSL Licence, or the Apache Public License 2.0, at
|
terms of the CC0, the OpenSSL Licence, or the Apache Public License 2.0, at
|
||||||
your option. The terms of these licenses can be found at:
|
your option. The terms of these licenses can be found at:
|
||||||
|
|
||||||
- CC0 1.0 Universal : http://creativecommons.org/publicdomain/zero/1.0
|
- CC0 1.0 Universal : https://creativecommons.org/publicdomain/zero/1.0
|
||||||
- OpenSSL license : https://www.openssl.org/source/license.html
|
- OpenSSL license : https://www.openssl.org/source/license.html
|
||||||
- Apache 2.0 : http://www.apache.org/licenses/LICENSE-2.0
|
- Apache 2.0 : https://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
|
||||||
More information about the BLAKE2 hash function can be found at
|
More information about the BLAKE2 hash function can be found at
|
||||||
https://blake2.net.
|
https://blake2.net.
|
||||||
|
@ -5,9 +5,9 @@
|
|||||||
terms of the CC0, the OpenSSL Licence, or the Apache Public License 2.0, at
|
terms of the CC0, the OpenSSL Licence, or the Apache Public License 2.0, at
|
||||||
your option. The terms of these licenses can be found at:
|
your option. The terms of these licenses can be found at:
|
||||||
|
|
||||||
- CC0 1.0 Universal : http://creativecommons.org/publicdomain/zero/1.0
|
- CC0 1.0 Universal : https://creativecommons.org/publicdomain/zero/1.0
|
||||||
- OpenSSL license : https://www.openssl.org/source/license.html
|
- OpenSSL license : https://www.openssl.org/source/license.html
|
||||||
- Apache 2.0 : http://www.apache.org/licenses/LICENSE-2.0
|
- Apache 2.0 : https://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
|
||||||
More information about the BLAKE2 hash function can be found at
|
More information about the BLAKE2 hash function can be found at
|
||||||
https://blake2.net.
|
https://blake2.net.
|
||||||
|
@ -5,9 +5,9 @@
|
|||||||
terms of the CC0, the OpenSSL Licence, or the Apache Public License 2.0, at
|
terms of the CC0, the OpenSSL Licence, or the Apache Public License 2.0, at
|
||||||
your option. The terms of these licenses can be found at:
|
your option. The terms of these licenses can be found at:
|
||||||
|
|
||||||
- CC0 1.0 Universal : http://creativecommons.org/publicdomain/zero/1.0
|
- CC0 1.0 Universal : https://creativecommons.org/publicdomain/zero/1.0
|
||||||
- OpenSSL license : https://www.openssl.org/source/license.html
|
- OpenSSL license : https://www.openssl.org/source/license.html
|
||||||
- Apache 2.0 : http://www.apache.org/licenses/LICENSE-2.0
|
- Apache 2.0 : https://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
|
||||||
More information about the BLAKE2 hash function can be found at
|
More information about the BLAKE2 hash function can be found at
|
||||||
https://blake2.net.
|
https://blake2.net.
|
||||||
|
@ -5,9 +5,9 @@
|
|||||||
terms of the CC0, the OpenSSL Licence, or the Apache Public License 2.0, at
|
terms of the CC0, the OpenSSL Licence, or the Apache Public License 2.0, at
|
||||||
your option. The terms of these licenses can be found at:
|
your option. The terms of these licenses can be found at:
|
||||||
|
|
||||||
- CC0 1.0 Universal : http://creativecommons.org/publicdomain/zero/1.0
|
- CC0 1.0 Universal : https://creativecommons.org/publicdomain/zero/1.0
|
||||||
- OpenSSL license : https://www.openssl.org/source/license.html
|
- OpenSSL license : https://www.openssl.org/source/license.html
|
||||||
- Apache 2.0 : http://www.apache.org/licenses/LICENSE-2.0
|
- Apache 2.0 : https://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
|
||||||
More information about the BLAKE2 hash function can be found at
|
More information about the BLAKE2 hash function can be found at
|
||||||
https://blake2.net.
|
https://blake2.net.
|
||||||
|
@ -5,9 +5,9 @@
|
|||||||
terms of the CC0, the OpenSSL Licence, or the Apache Public License 2.0, at
|
terms of the CC0, the OpenSSL Licence, or the Apache Public License 2.0, at
|
||||||
your option. The terms of these licenses can be found at:
|
your option. The terms of these licenses can be found at:
|
||||||
|
|
||||||
- CC0 1.0 Universal : http://creativecommons.org/publicdomain/zero/1.0
|
- CC0 1.0 Universal : https://creativecommons.org/publicdomain/zero/1.0
|
||||||
- OpenSSL license : https://www.openssl.org/source/license.html
|
- OpenSSL license : https://www.openssl.org/source/license.html
|
||||||
- Apache 2.0 : http://www.apache.org/licenses/LICENSE-2.0
|
- Apache 2.0 : https://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
|
||||||
More information about the BLAKE2 hash function can be found at
|
More information about the BLAKE2 hash function can be found at
|
||||||
https://blake2.net.
|
https://blake2.net.
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
GNU General Public License for more details.
|
GNU General Public License for more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>. */
|
along with this program. If not, see <https://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
/* Differences from the Unix cat:
|
/* Differences from the Unix cat:
|
||||||
* Always unbuffered, -u is ignored.
|
* Always unbuffered, -u is ignored.
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
GNU General Public License for more details.
|
GNU General Public License for more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>. */
|
along with this program. If not, see <https://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
GNU General Public License for more details.
|
GNU General Public License for more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>. */
|
along with this program. If not, see <https://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
/* Written by David MacKenzie <djm@gnu.ai.mit.edu>. */
|
/* Written by David MacKenzie <djm@gnu.ai.mit.edu>. */
|
||||||
|
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
GNU General Public License for more details.
|
GNU General Public License for more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>. */
|
along with this program. If not, see <https://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
/* Written by David MacKenzie <djm@gnu.ai.mit.edu> */
|
/* Written by David MacKenzie <djm@gnu.ai.mit.edu> */
|
||||||
|
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
GNU General Public License for more details.
|
GNU General Public License for more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>. */
|
along with this program. If not, see <https://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
/* Extracted from chown.c/chgrp.c and librarified by Jim Meyering. */
|
/* Extracted from chown.c/chgrp.c and librarified by Jim Meyering. */
|
||||||
|
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
GNU General Public License for more details.
|
GNU General Public License for more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>. */
|
along with this program. If not, see <https://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
#ifndef CHOWN_CORE_H
|
#ifndef CHOWN_CORE_H
|
||||||
# define CHOWN_CORE_H
|
# define CHOWN_CORE_H
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
GNU General Public License for more details.
|
GNU General Public License for more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>. */
|
along with this program. If not, see <https://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
/* Written by David MacKenzie <djm@gnu.ai.mit.edu>. */
|
/* Written by David MacKenzie <djm@gnu.ai.mit.edu>. */
|
||||||
|
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
GNU General Public License for more details.
|
GNU General Public License for more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>. */
|
along with this program. If not, see <https://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
/* Written by Roland McGrath. */
|
/* Written by Roland McGrath. */
|
||||||
|
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
GNU General Public License for more details.
|
GNU General Public License for more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>. */
|
along with this program. If not, see <https://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
/* Written by Q. Frank Xia, qx@math.columbia.edu.
|
/* Written by Q. Frank Xia, qx@math.columbia.edu.
|
||||||
Cosmetic changes and reorganization by David MacKenzie, djm@gnu.ai.mit.edu.
|
Cosmetic changes and reorganization by David MacKenzie, djm@gnu.ai.mit.edu.
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
GNU General Public License for more details.
|
GNU General Public License for more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>. */
|
along with this program. If not, see <https://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
/* Written by Richard Stallman and David MacKenzie. */
|
/* Written by Richard Stallman and David MacKenzie. */
|
||||||
|
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
GNU General Public License for more details.
|
GNU General Public License for more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>. */
|
along with this program. If not, see <https://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
/* Extracted from cp.c and librarified by Jim Meyering. */
|
/* Extracted from cp.c and librarified by Jim Meyering. */
|
||||||
|
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
GNU General Public License for more details.
|
GNU General Public License for more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>. */
|
along with this program. If not, see <https://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
/* Extracted from cp.c and librarified by Jim Meyering. */
|
/* Extracted from cp.c and librarified by Jim Meyering. */
|
||||||
|
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
GNU General Public License for more details.
|
GNU General Public License for more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>. */
|
along with this program. If not, see <https://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
/* Written by Alex Deymo <deymo@chromium.org>. */
|
/* Written by Alex Deymo <deymo@chromium.org>. */
|
||||||
|
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
GNU General Public License for more details.
|
GNU General Public License for more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>. */
|
along with this program. If not, see <https://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
/* Written by Alex Deymo <deymo@chromium.org>. */
|
/* Written by Alex Deymo <deymo@chromium.org>. */
|
||||||
|
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
GNU General Public License for more details.
|
GNU General Public License for more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>. */
|
along with this program. If not, see <https://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
/* Written by Alex Deymo <deymo@chromium.org>. */
|
/* Written by Alex Deymo <deymo@chromium.org>. */
|
||||||
|
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
GNU General Public License for more details.
|
GNU General Public License for more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>. */
|
along with this program. If not, see <https://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
/* coreutils.c aggregates the functionality of every other tool into a single
|
/* coreutils.c aggregates the functionality of every other tool into a single
|
||||||
binary multiplexed by the value of argv[0]. This is enabled by passing
|
binary multiplexed by the value of argv[0]. This is enabled by passing
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
GNU General Public License for more details.
|
GNU General Public License for more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
Written by Torbjorn Granlund, Sweden (tege@sics.se).
|
Written by Torbjorn Granlund, Sweden (tege@sics.se).
|
||||||
Rewritten to use lib/hash.c by Jim Meyering. */
|
Rewritten to use lib/hash.c by Jim Meyering. */
|
||||||
|
2
src/cp.c
2
src/cp.c
@ -12,7 +12,7 @@
|
|||||||
GNU General Public License for more details.
|
GNU General Public License for more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
Written by Torbjorn Granlund, David MacKenzie, and Jim Meyering. */
|
Written by Torbjorn Granlund, David MacKenzie, and Jim Meyering. */
|
||||||
|
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
GNU General Public License for more details.
|
GNU General Public License for more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>. */
|
along with this program. If not, see <https://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
/* Written by Stuart Kemp, cpsrk@groper.jcu.edu.au.
|
/* Written by Stuart Kemp, cpsrk@groper.jcu.edu.au.
|
||||||
Modified by David MacKenzie, djm@gnu.ai.mit.edu. */
|
Modified by David MacKenzie, djm@gnu.ai.mit.edu. */
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
GNU General Public License for more details.
|
GNU General Public License for more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>. */
|
along with this program. If not, see <https://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
/* Written by David Ihnat. */
|
/* Written by David Ihnat. */
|
||||||
|
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
GNU General Public License for more details.
|
GNU General Public License for more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
David MacKenzie <djm@gnu.ai.mit.edu> */
|
David MacKenzie <djm@gnu.ai.mit.edu> */
|
||||||
|
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
# GNU General Public License for more details.
|
# GNU General Public License for more details.
|
||||||
|
|
||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
# written by Jim Meyering
|
# written by Jim Meyering
|
||||||
|
|
||||||
|
2
src/dd.c
2
src/dd.c
@ -12,7 +12,7 @@
|
|||||||
GNU General Public License for more details.
|
GNU General Public License for more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>. */
|
along with this program. If not, see <https://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
/* Written by Paul Rubin, David MacKenzie, and Stuart Kemp. */
|
/* Written by Paul Rubin, David MacKenzie, and Stuart Kemp. */
|
||||||
|
|
||||||
|
2
src/df.c
2
src/df.c
@ -12,7 +12,7 @@
|
|||||||
GNU General Public License for more details.
|
GNU General Public License for more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>. */
|
along with this program. If not, see <https://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
/* Written by David MacKenzie <djm@gnu.ai.mit.edu>.
|
/* Written by David MacKenzie <djm@gnu.ai.mit.edu>.
|
||||||
--human-readable option added by lm@sgi.com.
|
--human-readable option added by lm@sgi.com.
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
GNU General Public License for more details.
|
GNU General Public License for more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>. */
|
along with this program. If not, see <https://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
GNU General Public License for more details.
|
GNU General Public License for more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>. */
|
along with this program. If not, see <https://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
/* Written by David MacKenzie and Jim Meyering. */
|
/* Written by David MacKenzie and Jim Meyering. */
|
||||||
|
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
# GNU General Public License for more details.
|
# GNU General Public License for more details.
|
||||||
|
|
||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
cat - <<\EOF > /dev/null
|
cat - <<\EOF > /dev/null
|
||||||
Invoke e.g., like this
|
Invoke e.g., like this
|
||||||
|
2
src/du.c
2
src/du.c
@ -12,7 +12,7 @@
|
|||||||
GNU General Public License for more details.
|
GNU General Public License for more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>. */
|
along with this program. If not, see <https://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
/* Differences from the Unix du:
|
/* Differences from the Unix du:
|
||||||
* Doesn't simply ignore the names of regular files given as arguments
|
* Doesn't simply ignore the names of regular files given as arguments
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
GNU General Public License for more details.
|
GNU General Public License for more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>. */
|
along with this program. If not, see <https://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
GNU General Public License for more details.
|
GNU General Public License for more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>. */
|
along with this program. If not, see <https://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
/* Richard Mlynarik and David MacKenzie */
|
/* Richard Mlynarik and David MacKenzie */
|
||||||
|
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
GNU General Public License for more details.
|
GNU General Public License for more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>. */
|
along with this program. If not, see <https://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
GNU General Public License for more details.
|
GNU General Public License for more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>. */
|
along with this program. If not, see <https://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
/* If true, convert blanks even after nonblank characters have been
|
/* If true, convert blanks even after nonblank characters have been
|
||||||
read on the line. */
|
read on the line. */
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
GNU General Public License for more details.
|
GNU General Public License for more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>. */
|
along with this program. If not, see <https://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
/* By default, convert all tabs to spaces.
|
/* By default, convert all tabs to spaces.
|
||||||
Preserves backspace characters in the output; they decrement the
|
Preserves backspace characters in the output; they decrement the
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
GNU General Public License for more details.
|
GNU General Public License for more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>. */
|
along with this program. If not, see <https://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
/* Author: Mike Parker.
|
/* Author: Mike Parker.
|
||||||
Modified for arbitrary-precision calculation by James Youngman.
|
Modified for arbitrary-precision calculation by James Youngman.
|
||||||
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user