summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2004-08-10 22:47:08 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2004-08-10 22:47:08 +0000
commitfaca6bfc15d1e0a868390db97e492ce1c2e9f923 (patch)
tree498eac5c630056762077a8c6ee5cec0f5683324c /old
parentc5ff0b216ee0e7ae85b2c24f83a58de592120a46 (diff)
downloadcoreutils-faca6bfc15d1e0a868390db97e492ce1c2e9f923.tar.xz
Convert to UTF-8.
Diffstat (limited to 'old')
-rw-r--r--old/fileutils/ChangeLog34
-rw-r--r--old/fileutils/ChangeLog-199728
-rw-r--r--old/sh-utils/ChangeLog22
-rw-r--r--old/textutils/ChangeLog41
4 files changed, 56 insertions, 69 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index 37bdc1fe0..5f12d1ca3 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -967,7 +967,7 @@
Reported by Michael Gaughen <mgaughen@polyserve.com>
* src/shred.c (usage): Also mention Ext3.
- Suggestion from Göran Uddeborg.
+ Suggestion from Göran Uddeborg.
2002-01-06 Bruno Haible <bruno@clisp.org>
@@ -1238,7 +1238,7 @@
2001-11-06 Jim Meyering <meyering@lucent.com>
* src/dircolors.hin: Remove duplicate entry for .png.
- Reported by Frédéric L. W. Meunier.
+ Reported by Frédéric L. W. Meunier.
2001-11-03 Jim Meyering <meyering@lucent.com>
@@ -1959,7 +1959,7 @@
* src/mkfifo.c (main): Remove quotes around %s.
The argument is already quoted via the quote function.
* src/mknod.c (main): Likewise.
- Reported by Göran Uddeborg.
+ Reported by Göran Uddeborg.
2001-05-21 Jim Meyering <meyering@lucent.com>
@@ -2260,7 +2260,7 @@
that exists is a directory, don't treat it as if it were the only
argument. Before, `mkdir d; ls no-dir d 2>/dev/null' would act like
`ls d' and produce no output. Now, it prints `d:'.
- Report and patch from Stéphane Chazelas.
+ Report and patch from Stéphane Chazelas.
* tests/ls-2/tests: New tests, for the above fix.
2001-04-08 Jim Meyering <meyering@lucent.com>
@@ -4085,7 +4085,7 @@
* src/mkdir.c: Allow -v as synonym for --verbose, to be consistent
with other fileutils.
* src/rmdir.c: Likewise.
- Suggestion from François Pinard.
+ Suggestion from François Pinard.
2000-06-02 Jim Meyering <meyering@lucent.com>
@@ -4615,7 +4615,7 @@
* src/Makefile.am: s/libfu/libfetish/
* lib/hash.c (hash_initialize): Fix typo in comment.
- From François Pinard.
+ From François Pinard.
2000-01-10 Jim Meyering <meyering@lucent.com>
@@ -4722,7 +4722,7 @@
* src/ln.c (usage): Correct typos.
List new --target-directory=... usage.
- Reported by Göran Uddeborg
+ Reported by Göran Uddeborg
* src/mv.c (usage): List new --target-directory=... usage.
@@ -5435,7 +5435,7 @@
* lib/fsusage.c (get_fs_usage) [STATFS_TRUNCATES_BLOCK_COUNTS]:
Work around SunOS botch also when block size is different from 1k.
- From Jürgen Fluk.
+ From Jürgen Fluk.
1999-07-10 Jim Meyering <meyering@ascend.com>
@@ -6314,7 +6314,7 @@
(hash_rehash): Rewrite, updating for tuning.
(hash_insert): Honor tuning semantics.
(hash_delete): Likewise.
- From François Pinard.
+ From François Pinard.
* lib/hash.h (struct hash_tuning): Define.
(struct hash_table) [tuning]: Add member.
@@ -6325,12 +6325,12 @@
* lib/hash.c (hash_insert): Don't increment n_entries unconditionally --
otherwise, we'd do so even when the insertion failed.
- From François Pinard.
+ From François Pinard.
1999-03-07 Jim Meyering <meyering@ascend.com>
* lib/xmalloc.c (xalloc_fail): Use "%s" format so the message doesn't
- have to be scanned for % signs. Suggestion from François Pinard.
+ have to be scanned for % signs. Suggestion from François Pinard.
* Makefile.maint: Add two more URLs and the loops to use them.
@@ -6384,7 +6384,7 @@
* src/dircolors.c (dc_parse_stream): Don't try to dereference
NULL if there's an error in our built-in list.
- Suggestion from François Pinard.
+ Suggestion from François Pinard.
1999-02-13 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
@@ -7250,7 +7250,7 @@
* tests/mv/into-self: Update to reflect changed behavior of mv.
* src/mv.c (do_move): Fail upon attempt to move a directory into itself.
- With prodding from François Pinard :-)
+ With prodding from François Pinard :-)
* tests/ls-2/Fetish.pm: New file
* tests/ls-2/run-test: New file
@@ -7616,7 +7616,7 @@
1998-06-28 Jim Meyering <meyering@ascend.com>
* src/ls.c (usage): Make --kilobytes description consistent with
- that in du and df. From Göran Uddeborg.
+ that in du and df. From Göran Uddeborg.
* lib/mountlist.c (fsp_to_string): Clean out some crufty #ifdefs
now that we're using the jm_FSTYPENAME autoconf macro.
@@ -7866,7 +7866,7 @@
* lib/hash.c: Lots of minor spec and name changes, and new comments.
(hash_rehash): Rewrite to be easier on the allocator.
- From François Pinard.
+ From François Pinard.
* lib/hash.h: More comments.
* src/remove.c: Change names/usage of hash-related functions to work
with the above.
@@ -8380,7 +8380,3 @@
* src/rm.c (remove_cwd_entries): Initialize the entry-name obstack
only once and never free it.
-
-Local Variables:
-version-control: never
-End:
diff --git a/old/fileutils/ChangeLog-1997 b/old/fileutils/ChangeLog-1997
index 558ef97cf..65d0e90b5 100644
--- a/old/fileutils/ChangeLog-1997
+++ b/old/fileutils/ChangeLog-1997
@@ -773,7 +773,7 @@
* lib/idcache.c (getuidbyname): Declare parameter to be const.
(getgidbyname): Declare parameter to be const.
-1997-07-06 Jean-François Bignolles <bignolle@ecoledoc.ibp.fr>
+1997-07-06 Jean-François Bignolles <bignolle@ecoledoc.ibp.fr>
* lib/modechange.h (mode_create_from_ref): Add prototype.
(MODE_MASK_ALL): New define.
@@ -797,7 +797,7 @@
(getgroup): Likewise.
(getuidbyname) [NOT_USED]: #ifdef-out unused function.
(getgidbyname) [NOT_USED]: #ifdef-out unused function.
- Suggested by François Pinard.
+ Suggested by François Pinard.
* src/ls.c (print_long_format): Reflect changes in semantics of
getuser, getgroup.
@@ -1472,7 +1472,7 @@ Mon Nov 4 23:18:03 1996 Jim Meyering <meyering@na-net.ornl.gov>
* configure.in (test for group_member): Handle it separately
so I can keep the hyphen (not the underscore) in the filename.
- * lib/rename.c: New version from François Pinard.
+ * lib/rename.c: New version from François Pinard.
Sat Nov 2 07:05:36 1996 Jim Meyering <meyering@na-net.ornl.gov>
@@ -1548,7 +1548,7 @@ Thu Oct 10 23:47:34 1996 Jim Meyering <meyering@na-net.ornl.gov>
Wed Oct 9 06:51:47 1996 Jim Meyering <meyering@na-net.ornl.gov>
* src/ls.c (usage): Improve brief descriptions of --sort and --time.
- From François Pinard.
+ From François Pinard.
* lib/rpmatch.c [!WITH_REGEX]: Include rx.h.
From Andreas Schwab.
@@ -1606,7 +1606,7 @@ Tue Oct 1 12:56:23 1996 Jim Meyering <meyering@na-net.ornl.gov>
* lib/Makefile.am (fu_SOURCES): Remove getline.c.
(EXTRA_DIST): Add getline.c.
- Reported by François Pinard.
+ Reported by François Pinard.
Mon Sep 30 20:08:45 1996 Jim Meyering <meyering@na-net.ornl.gov>
@@ -1932,7 +1932,7 @@ Tue Jul 9 20:19:44 1996 Jim Meyering <meyering@na-net.ornl.gov>
* src/dircolors.c (dc_parse_stream): Don't give `unrecognized keyword'
message unless we've processed a matching TERM directive. Reported
- by Karl Berry and François Pinard.
+ by Karl Berry and François Pinard.
* src/install.c (UID_T_MAX): Use `(unsigned long)1' rather than
`(uid_t)1' to avoid problems on systems where uid_t is signed.
@@ -2184,7 +2184,7 @@ Tue May 28 18:39:49 1996 Jim Meyering <meyering@na-net.ornl.gov>
* dd.c (print_stats): Don't mark "%u %s" as a translatable string.
* mv.c (main): Don't mark "%s" as a translatable string.
- From Göran Uddeborg.
+ From Göran Uddeborg.
Thu May 23 07:50:38 1996 Jim Meyering <meyering@na-net.ornl.gov>
@@ -2261,7 +2261,7 @@ Wed May 15 22:54:31 1996 Jim Meyering (meyering@na-net.ornl.gov)
Tue May 14 23:36:54 1996 Jim Meyering (meyering@na-net.ornl.gov)
* dd.c (print_stats): Restructure pluralization of error message
- so it's easier to translate. Reported by Göran Uddeborg
+ so it's easier to translate. Reported by Göran Uddeborg
<gvran@uddeborg.pp.se>.
* mv.c (main): Likewise.
@@ -2300,7 +2300,7 @@ Wed May 1 00:20:00 1996 Jim Meyering (meyering@na-net.ornl.gov)
Mon Apr 29 22:07:41 1996 Jim Meyering (meyering@na-net.ornl.gov)
- * POTFILES.in: Add chgrp.c. From François Pinard.
+ * POTFILES.in: Add chgrp.c. From François Pinard.
Add dircolors.c.
* dircolors.c: New file. Written by H. Peter Anvin.
@@ -2368,7 +2368,7 @@ Tue Apr 23 22:05:35 1996 Jim Meyering (meyering@na-net.ornl.gov)
* chown.c [HAVE_LCHOWN]: Likewise.
* cp.c [HAVE_LCHOWN]: Likewise.
* mv.c [HAVE_LCHOWN]: Likewise.
- Suggested by François Pinard.
+ Suggested by François Pinard.
* backupfile.c (find_backup_file_name, max_backup_version,
make_version_name, version_number, concat): Const-ify decls of
@@ -2450,7 +2450,7 @@ Mon Apr 1 23:50:29 1996 Jim Meyering (meyering@na-net.ornl.gov)
destination directory D includes a trailing slash -- as would
happen when cp is used like this:
mkdir D; touch file D/file; cp -i file D/
- Reported by François Pinard.
+ Reported by François Pinard.
Sun Mar 31 11:18:09 1996 Jim Meyering (meyering@na-net.ornl.gov)
@@ -2502,7 +2502,7 @@ Sun Mar 10 22:36:11 1996 Jim Meyering (meyering@na-net.ornl.gov)
Link an nls file.
(AC_OUTPUT): Reflect addition of two new directories, intl and po.
Create po/Makefile.
- From François Pinard.
+ From François Pinard.
Thu Mar 7 20:26:07 1996 Jim Meyering (meyering@na-net.ornl.gov)
@@ -6154,7 +6154,3 @@ Thu Feb 8 21:25:40 1990 David J. MacKenzie (djm at albert.ai.mit.edu)
Mon Feb 5 17:29:20 1990 David J. MacKenzie (djm at albert.ai.mit.edu)
* Version 1.0 released.
-
-Local Variables:
-version-control: never
-End:
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog
index 449a3777a..9005a62cb 100644
--- a/old/sh-utils/ChangeLog
+++ b/old/sh-utils/ChangeLog
@@ -1355,7 +1355,7 @@
2000-02-09 Jim Meyering <meyering@lucent.com>
* src/su.c (correct_password): Correct HAVE_STRUCT_* name in #if guard
- to go along with corrected autoconf test: Reported by Gaël Quéri.
+ to go along with corrected autoconf test: Reported by Gaël Quéri.
2000-02-05 Jim Meyering <meyering@lucent.com>
@@ -3691,10 +3691,10 @@ Mon Oct 28 17:40:54 1996 Jim Meyering <meyering@na-net.ornl.gov>
* src/Makefile.am (install-exec-local): Redirect stderr of chown to
/dev/null and suggest running `make install-root' upon failure to
- install su. Suggestions from François Pinard.
+ install su. Suggestions from François Pinard.
* configure.in: Don't output confusing diagnostic: `checking for
- shadow password routines'. Suggestion from François Pinard.
+ shadow password routines'. Suggestion from François Pinard.
Thu Oct 24 13:50:46 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
@@ -3731,7 +3731,7 @@ Sun Oct 20 09:03:51 1996 Jim Meyering <meyering@na-net.ornl.gov>
* lib/Makefile.am (INCLUDES): Add -I../intl. Reported by Eric Backus.
* src/Makefile.am (install-root): New rule.
- Suggestion from François Pinard.
+ Suggestion from François Pinard.
* src/who-users.c (print_entry): Don't take address of UT_TIME_MEMBER
directly. From Ulrich Drepper.
@@ -3826,7 +3826,7 @@ Mon Oct 7 18:46:28 1996 Jim Meyering <meyering@na-net.ornl.gov>
* lib/Makefile.am (EXTRA_DIST): Remove alloca.c, error.c, and mktime.
(su_SOURCES): Remove memcmp.c.
Automake automatically includes at least these, now.
- From François Pinard.
+ From François Pinard.
* lib/Makefile.am (su_SOURCES): Remove getline.c.
@@ -4139,7 +4139,7 @@ Mon Apr 29 22:23:40 1996 Jim Meyering (meyering@na-net.ornl.gov)
* date.c (usage): Change TAB in message to spaces. Doing that seems
to have worked around a problem with something in gettext that was
producing a truncated usage message for date's usage.
- From François Pinard.
+ From François Pinard.
Sun Apr 28 17:10:03 1996 Jim Meyering (meyering@na-net.ornl.gov)
@@ -4198,7 +4198,7 @@ Tue Apr 16 20:24:44 1996 Jim Meyering (meyering@na-net.ornl.gov)
$(srcdir)/ prefix.
(users.c): Likewise.
(uptime.c): Likewise.
- From François Pinard.
+ From François Pinard.
* configure.in: Always invoke AC_GETLOADAVG, not just if we're
building uptime.
@@ -4295,7 +4295,7 @@ Sun Mar 31 16:26:06 1996 Jim Meyering (meyering@na-net.ornl.gov)
* configure.in: Simplify checking for math library.
This also eliminates some confusing output from configure.
- Suggested by François Pinard.
+ Suggested by François Pinard.
Fri Mar 29 22:13:10 1996 Jim Meyering (meyering@na-net.ornl.gov)
@@ -4371,7 +4371,7 @@ Sat Mar 16 10:07:49 1996 Jim Meyering (meyering@na-net.ornl.gov)
Fri Mar 15 23:42:29 1996 Jim Meyering (meyering@na-net.ornl.gov)
* basename.c: Remove __P-protected prototype for basename.
- Reported by François Pinard.
+ Reported by François Pinard.
(remove_suffix): Move to precede use. Remove prototype.
Declare formal parameter SUFFIX to be const.
@@ -4406,7 +4406,7 @@ Tue Mar 12 17:52:05 1996 Jim Meyering (meyering@na-net.ornl.gov)
Link an nls file.
(AC_OUTPUT): Reflect addition of two new directories, intl and po.
Create po/Makefile.
- Mostly from François Pinard.
+ Mostly from François Pinard.
Wed Mar 6 21:40:34 1996 Jim Meyering (meyering@na-net.ornl.gov)
@@ -4423,7 +4423,7 @@ Tue Mar 5 22:49:33 1996 Jim Meyering (meyering@na-net.ornl.gov)
Mon Mar 4 23:46:43 1996 Jim Meyering (meyering@na-net.ornl.gov)
* seq.c (main): Exit after processing --version.
- Reported by François Pinard.
+ Reported by François Pinard.
Fri Mar 1 23:46:32 1996 Jim Meyering (meyering@na-net.ornl.gov)
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog
index 08498a13f..12ceb7366 100644
--- a/old/textutils/ChangeLog
+++ b/old/textutils/ChangeLog
@@ -375,7 +375,7 @@
* Makefile.am (AUTOMAKE_OPTIONS): Require automake-1.5d.
* configure.ac (AM_INIT_AUTOMAKE): Use zero-arg form of this macro.
- (ALL_LINGUAS): Add the bokmål dialect of Norwegian (nb).
+ (ALL_LINGUAS): Add the bokmål dialect of Norwegian (nb).
2002-01-27 Jim Meyering <meyering@lucent.com>
@@ -1368,7 +1368,7 @@
a byte with the high bit set.
* src/fmt.c (prefix): Declare to be of type unsigned char, not `char'.
(get_prefix): Likewise for local, `p'.
- Reported by François Pinard.
+ Reported by François Pinard.
Add a test for the above-fixed problem.
* tests/fmt: New directory/files.
@@ -2295,7 +2295,7 @@
(IS_TAILABLE_FILE_TYPE): Define to produce similar result.
(recheck): Use it here.
(tail_file): Use it here.
- Reported by François Pinard.
+ Reported by François Pinard.
Once we encounter a file that is not of IS_TAILABLE_FILE_TYPE,
marke it as such and ignore it forever after.
@@ -2495,7 +2495,7 @@
Don't cast away `const'ness of parameters.
* lib/strpbrk.c (strpbrk): Ansideclify.
Use `#if' instead of `#ifdef' for `HAVE_CONFIG_H'.
- Suggestions from François Pinard.
+ Suggestions from François Pinard.
2000-01-06 Jim Meyering <meyering@ascend.com>
@@ -3786,7 +3786,7 @@
* src/ptx.c: Add braces to suppress warning about ambiguous `else'.
* lib/bumpalloc.h: Likewise.
-1998-08-13 François Pinard <pinard@iro.umontreal.ca>
+1998-08-13 François Pinard <pinard@iro.umontreal.ca>
* src/ptx.c: New file.
* src/Makefile.am (bin_PROGRAMS): Add ptx.
@@ -4445,9 +4445,9 @@
1997-10-16 Jim Meyering <meyering@na-net.ornl.gov>
- * src/sort.c (look_for_fraction): Patch from Ørn Hansen.
+ * src/sort.c (look_for_fraction): Patch from Ørn Hansen.
(getmonth): Compare the two month names only to the length of the
- string in the month table. Patch from Ørn Hansen.
+ string in the month table. Patch from Ørn Hansen.
(NLS_STRNCMP): New macro.
(strncoll_s2_readonly): New function.
(inittables): Don't use temporary `comp' to hide type of
@@ -4460,7 +4460,7 @@
1997-10-14 Jim Meyering <meyering@na-net.ornl.gov>
* src/sort.c (_NL_ITEM) [!defined]: Define.
- From from Ørn E. Hansen.
+ From from Ørn E. Hansen.
* src/sort.c: Use STREQ in place of most uses of strcmp.
(NLS_STRCMP): Define.
@@ -4492,14 +4492,14 @@
* src/sort.c (look_for_fraction): Eliminate arbitrary limit on
number of `groups'. Declare as void, not int.
- Patch from Ørn E. Hansen.
+ Patch from Ørn E. Hansen.
(main): When determining whether we're in the C or POSIX locale,
don't rely on the form of the string returned by setlocale.
Suggestion from Ulrich Drepper.
1997-10-12 Jim Meyering <meyering@na-net.ornl.gov>
- * src/sort.c: Apply big patch from Ørn E. Hansen.
+ * src/sort.c: Apply big patch from Ørn E. Hansen.
Clean up, indent.
(NLS_MEMCMP): Define.
(keycompare): Use it instead of open-coded #ifdefs.
@@ -5173,7 +5173,7 @@ Wed Oct 9 07:26:40 1996 Jim Meyering <meyering@na-net.ornl.gov>
Tue Oct 8 21:32:17 1996 Jim Meyering <meyering@na-net.ornl.gov>
* lib/error.c: Include error.h to align with libit --
- under protest, François :-).
+ under protest, François :-).
Sun Oct 6 08:02:28 1996 Jim Meyering <meyering@na-net.ornl.gov>
@@ -5411,7 +5411,7 @@ Wed Jul 17 00:30:28 1996 Jim Meyering <meyering@na-net.ornl.gov>
Tue Jul 16 00:09:37 1996 Jim Meyering <meyering@na-net.ornl.gov>
* aclocal.m4 (fp_C_PROTOTYPES): Improved version from
- François Pinard.
+ François Pinard.
Update all other macros to reference $fp_cv_prog_cc_stdc, rather
than $ac_cv_prog_cc_stdc.
@@ -5692,7 +5692,7 @@ Sun Apr 28 17:10:03 1996 Jim Meyering (meyering@na-net.ornl.gov)
trailing spaces if the prefix had any. Before, fmt would
improperly output NUL bytes. The command
perl -e 'print "| S";' |fmt -p' | '|tr '\0' @
- output `|@S'. Reported by François Pinard.
+ output `|@S'. Reported by François Pinard.
* sort.c (main): Give a better diagnostic for `sort -0'.
Reported by Karl Berry.
@@ -5886,7 +5886,7 @@ Sat Mar 9 13:30:12 1996 Jim Meyering (meyering@na-net.ornl.gov)
Link an nls file.
(AC_OUTPUT): Reflect addition of two new directories, intl and po.
Create po/Makefile.
- From François Pinard.
+ From François Pinard.
* tr.c (star_digits_closebracket): Declare formal param, IDX,
and local I to be of type size_t (rather than int) to avoid
@@ -5926,7 +5926,7 @@ Fri Feb 16 21:44:14 1996 Jim Meyering (meyering@na-net.ornl.gov)
* join.c (main): Mark two strings for translation.
* md5sum.c (md5_check): Mark a string for translation.
- From François Pinard.
+ From François Pinard.
Mon Feb 12 21:12:28 1996 Jim Meyering (meyering@na-net.ornl.gov)
@@ -5953,7 +5953,7 @@ Wed Jan 31 23:26:13 1996 Jim Meyering (meyering@na-net.ornl.gov)
Fri Jan 5 18:30:28 1996 Jim Meyering (meyering@na-net.ornl.gov)
* aclocal.m4: For SVR4 systems, use -Xc -D_POSIX_C_SOURCE in CFLAGS,
- not just -Xc. From François Pinard.
+ not just -Xc. From François Pinard.
* doc/Makefile.am (DIST_OTHER): Don't set to mdate-sh. mdate-sh is
distributed automatically. From Tom Tromey.
@@ -5965,7 +5965,7 @@ Thu Jan 4 20:32:52 1996 Jim Meyering (meyering@na-net.ornl.gov)
its definition. From Kaveh Ghazi.
* src/Makefile.am (DIST_OTHER): Include md5-test.rfc so make check
- works again. Reported by François Pinard and Kaveh Ghazi.
+ works again. Reported by François Pinard and Kaveh Ghazi.
* rx.c [SYNTAX]: Rename from SYNTAX_TABLE.
[SYNTAX_TABLE]: Remove extern dcl of re_syntax_table.
@@ -6033,7 +6033,7 @@ Thu Dec 7 19:55:03 1995 Jim Meyering (meyering@comco.com)
* csplit.c [!WITH_REGEX]: Include rx.h.
* nl.c [!WITH_REGEX]: Likewise.
* tac.c [!WITH_REGEX]: Likewise.
- From Ulrich Drepper and François Pinard.
+ From Ulrich Drepper and François Pinard.
Tue Dec 5 17:49:53 1995 Jim Meyering (meyering@comco.com)
@@ -8736,8 +8736,3 @@ Sat Dec 16 15:15:50 1989 David J. MacKenzie (djm at hobbes.ai.mit.edu)
(error): Print to stderr, not stdout.
(xmalloc, xrealloc): Return char * instead of int.
Returning 0 is ok if 0 bytes requested (ANSI C).
-
-
-Local Variables:
-version-control: never
-End: