platform/upstream/coreutils.git
24 years ago*** empty log message ***
Jim Meyering [Mon, 17 Apr 2000 11:39:36 +0000 (11:39 +0000)]
*** empty log message ***

24 years ago(my_strftime) [strftime]: Declare strftime here, since the definition
Jim Meyering [Mon, 17 Apr 2000 11:39:26 +0000 (11:39 +0000)]
(my_strftime) [strftime]: Declare strftime here, since the definition
of it to rpl_strftime also defined-away the system's declaration.

24 years ago.
Jim Meyering [Mon, 17 Apr 2000 11:26:33 +0000 (11:26 +0000)]
.

24 years ago*** empty log message ***
Jim Meyering [Mon, 17 Apr 2000 09:56:02 +0000 (09:56 +0000)]
*** empty log message ***

24 years agoGet it right :-)
Jim Meyering [Mon, 17 Apr 2000 09:55:53 +0000 (09:55 +0000)]
Get it right :-)
(jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
Suggestion from Akim Demaille.

24 years agoAccept new option: --from=CURRENT_OWNER:CURRENT_GROUP.
Jim Meyering [Mon, 17 Apr 2000 08:19:52 +0000 (08:19 +0000)]
Accept new option: --from=CURRENT_OWNER:CURRENT_GROUP.
(enum) [FROM_OPTION]: New member.
(long_options): New getopt spec.
(change_file_owner): Add old_user, old_group parameters.  Use them.
(change_dir_owner): Likewise.
(usage): Describe.
(main): New case.

24 years agoDon't remove support for --max-consecutive-size-changes just yet...
Jim Meyering [Mon, 17 Apr 2000 06:49:07 +0000 (06:49 +0000)]
Don't remove support for --max-consecutive-size-changes just yet...

24 years ago*** empty log message ***
Jim Meyering [Sun, 16 Apr 2000 16:28:46 +0000 (16:28 +0000)]
*** empty log message ***

24 years ago(tail invocation): Remove description.
Jim Meyering [Sun, 16 Apr 2000 16:03:44 +0000 (16:03 +0000)]
(tail invocation): Remove description.

24 years agoRemove option: --max-consecutive-size-changes=N.
Jim Meyering [Sun, 16 Apr 2000 16:03:34 +0000 (16:03 +0000)]
Remove option: --max-consecutive-size-changes=N.
Doesn't seem useful.
(usage): Remove description.

24 years ago*** empty log message ***
Jim Meyering [Sun, 16 Apr 2000 13:51:27 +0000 (13:51 +0000)]
*** empty log message ***

24 years agoNew option: --strip-trailing-slashes.
Jim Meyering [Sun, 16 Apr 2000 13:51:22 +0000 (13:51 +0000)]
New option: --strip-trailing-slashes.
(enum) [STRIP_TRAILING_SLASHES_OPTION]: New member.
(remove_trailing_slashes): New global.
(long_opts): New getopt spec.
(usage): Describe.
(do_copy): Strip trailing slashes on SOURCE names only if the new
option has been specified.
(main): New case.

24 years ago(TESTS): Add symlink-slash.
Jim Meyering [Sun, 16 Apr 2000 13:49:22 +0000 (13:49 +0000)]
(TESTS): Add symlink-slash.

24 years ago*** empty log message ***
Jim Meyering [Sun, 16 Apr 2000 13:48:38 +0000 (13:48 +0000)]
*** empty log message ***

24 years agoadd comment
Jim Meyering [Sun, 16 Apr 2000 12:16:03 +0000 (12:16 +0000)]
add comment

24 years ago.
Jim Meyering [Sat, 15 Apr 2000 22:04:06 +0000 (22:04 +0000)]
.

24 years ago*** empty log message ***
Jim Meyering [Sat, 15 Apr 2000 21:58:37 +0000 (21:58 +0000)]
*** empty log message ***

24 years agoUse `C' to denote so-called `contiguous' files, the same way that tar does.
Jim Meyering [Sat, 15 Apr 2000 21:54:46 +0000 (21:54 +0000)]
Use `C' to denote so-called `contiguous' files, the same way that tar does.
* filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
(ftypelet): Use S_ISCTG.

24 years ago*** empty log message ***
Jim Meyering [Sat, 15 Apr 2000 21:48:58 +0000 (21:48 +0000)]
*** empty log message ***

24 years agotweak copyright date
Jim Meyering [Fri, 14 Apr 2000 16:12:16 +0000 (16:12 +0000)]
tweak copyright date

24 years ago*** empty log message ***
Jim Meyering [Fri, 14 Apr 2000 15:42:02 +0000 (15:42 +0000)]
*** empty log message ***

24 years ago(jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg form
Jim Meyering [Fri, 14 Apr 2000 15:41:06 +0000 (15:41 +0000)]
(jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg form
of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets clobbered.

24 years agoShorten `#ifdef HAVE_...' to `#if HAVE_...' and
Jim Meyering [Fri, 14 Apr 2000 12:41:05 +0000 (12:41 +0000)]
Shorten `#ifdef HAVE_...' to `#if HAVE_...' and
remove unnecessary uses of `defined' (aesthetics).

24 years ago*** empty log message ***
Jim Meyering [Thu, 13 Apr 2000 08:37:57 +0000 (08:37 +0000)]
*** empty log message ***

24 years ago.
Jim Meyering [Thu, 13 Apr 2000 08:34:47 +0000 (08:34 +0000)]
.

24 years ago.
Jim Meyering [Thu, 13 Apr 2000 08:16:13 +0000 (08:16 +0000)]
.

24 years ago*** empty log message ***
Jim Meyering [Thu, 13 Apr 2000 08:15:07 +0000 (08:15 +0000)]
*** empty log message ***

24 years ago(jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new AH_VERBATIM
Jim Meyering [Thu, 13 Apr 2000 08:15:01 +0000 (08:15 +0000)]
(jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new AH_VERBATIM
to insert required #ifndef into config.h.in.
Suggestion from Akim Demaille.

24 years ago*** empty log message ***
Jim Meyering [Wed, 12 Apr 2000 16:03:53 +0000 (16:03 +0000)]
*** empty log message ***

24 years ago(AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
Jim Meyering [Wed, 12 Apr 2000 16:03:20 +0000 (16:03 +0000)]
(AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
`AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
Christian Krackowizer.

24 years ago(usage): Tweak --help output. Suggestions from Karl Berry.
Jim Meyering [Wed, 12 Apr 2000 09:50:20 +0000 (09:50 +0000)]
(usage): Tweak --help output.  Suggestions from Karl Berry.

24 years ago*** empty log message ***
Jim Meyering [Wed, 12 Apr 2000 06:21:06 +0000 (06:21 +0000)]
*** empty log message ***

24 years ago*** empty log message ***
Jim Meyering [Wed, 12 Apr 2000 06:19:55 +0000 (06:19 +0000)]
*** empty log message ***

24 years ago(_GNU_SOURCE): Define.
Jim Meyering [Wed, 12 Apr 2000 06:19:45 +0000 (06:19 +0000)]
(_GNU_SOURCE): Define.
(AC_SYS_LARGEFILE): Require.
(AM_C_PROTOTYPES): Require.

24 years ago*** empty log message ***
Jim Meyering [Tue, 11 Apr 2000 09:27:38 +0000 (09:27 +0000)]
*** empty log message ***

24 years agouse bc in example, not dc
Jim Meyering [Mon, 10 Apr 2000 09:20:49 +0000 (09:20 +0000)]
use bc in example, not dc

24 years ago.
Jim Meyering [Mon, 10 Apr 2000 07:09:24 +0000 (07:09 +0000)]
.

24 years ago*** empty log message ***
Jim Meyering [Sun, 9 Apr 2000 18:15:46 +0000 (18:15 +0000)]
*** empty log message ***

24 years ago*** empty log message ***
Jim Meyering [Sun, 9 Apr 2000 09:14:05 +0000 (09:14 +0000)]
*** empty log message ***

24 years agoInclude constants.texi.
Jim Meyering [Sun, 9 Apr 2000 09:13:42 +0000 (09:13 +0000)]
Include constants.texi.
(tail invocation): Use `@value's instead of referring to the
output of `tail --help'.

24 years ago(usage): Clarify descriptions of the --max-* options.
Jim Meyering [Sun, 9 Apr 2000 09:10:36 +0000 (09:10 +0000)]
(usage): Clarify descriptions of the --max-* options.
From Karl Berry.

24 years ago*** empty log message ***
Jim Meyering [Sun, 9 Apr 2000 07:41:18 +0000 (07:41 +0000)]
*** empty log message ***

24 years ago*** empty log message ***
Jim Meyering [Sun, 9 Apr 2000 07:35:39 +0000 (07:35 +0000)]
*** empty log message ***

24 years ago.
Jim Meyering [Sun, 9 Apr 2000 07:33:52 +0000 (07:33 +0000)]
.

24 years ago*** empty log message ***
Jim Meyering [Sun, 9 Apr 2000 07:33:30 +0000 (07:33 +0000)]
*** empty log message ***

24 years agoUse the "C" locale when using --rfc-822 (-R), as
Jim Meyering [Sun, 9 Apr 2000 07:33:25 +0000 (07:33 +0000)]
Use the "C" locale when using --rfc-822 (-R), as
required by rfc822.  Before, in the de_DE locale, date would
print the German weekday and month abbreviations.

24 years agoAdd test for rfc822 format and foreign locale settings.
Jim Meyering [Sat, 8 Apr 2000 21:45:25 +0000 (21:45 +0000)]
Add test for rfc822 format and foreign locale settings.

24 years ago*** empty log message ***
Jim Meyering [Sat, 8 Apr 2000 19:36:46 +0000 (19:36 +0000)]
*** empty log message ***

24 years ago*** empty log message ***
Jim Meyering [Sat, 8 Apr 2000 19:35:38 +0000 (19:35 +0000)]
*** empty log message ***

24 years ago(factor): Use a better example
Jim Meyering [Sat, 8 Apr 2000 19:28:49 +0000 (19:28 +0000)]
(factor): Use a better example

24 years agoDocument the ln=target directive.
Jim Meyering [Sat, 8 Apr 2000 19:04:00 +0000 (19:04 +0000)]
Document the ln=target directive.

24 years agoAdd support for "ln=target" in the LS_COLORS variable,
Jim Meyering [Sat, 8 Apr 2000 19:03:29 +0000 (19:03 +0000)]
Add support for "ln=target" in the LS_COLORS variable,
to colorize links as for the file/directory pointed to.

24 years ago*** empty log message ***
Jim Meyering [Sat, 8 Apr 2000 06:46:32 +0000 (06:46 +0000)]
*** empty log message ***

24 years agoDocument that while the --backup option takes an
Jim Meyering [Sat, 8 Apr 2000 06:46:20 +0000 (06:46 +0000)]
Document that while the --backup option takes an
optional argument, the -b option accepts none.
(main): Use `backup type' in call to xget_version, not the
now-deprecated `--version-control'.

24 years agoDocument that while the --backup option takes an
Jim Meyering [Sat, 8 Apr 2000 06:45:48 +0000 (06:45 +0000)]
Document that while the --backup option takes an
optional argument, the -b option accepts none.
(main): Use `backup type' in call to xget_version, not the
now-deprecated `--version-control'.

24 years ago.
Jim Meyering [Sat, 8 Apr 2000 06:44:35 +0000 (06:44 +0000)]
.

24 years ago*** empty log message ***
Jim Meyering [Sat, 8 Apr 2000 06:34:06 +0000 (06:34 +0000)]
*** empty log message ***

24 years ago(charset.alias): Use t-$@, not $@-t so the DOS 8.3
Jim Meyering [Sat, 8 Apr 2000 06:34:02 +0000 (06:34 +0000)]
(charset.alias): Use t-$@, not $@-t so the DOS 8.3
names don't conflict.  Reported by Eli Zaretskii.

24 years ago.
Jim Meyering [Sat, 8 Apr 2000 06:31:38 +0000 (06:31 +0000)]
.

24 years ago*** empty log message ***
Jim Meyering [Fri, 7 Apr 2000 09:41:51 +0000 (09:41 +0000)]
*** empty log message ***

24 years ago(print_unicode_char): Avoid triggering Solaris iconv bug.
Jim Meyering [Fri, 7 Apr 2000 09:41:38 +0000 (09:41 +0000)]
(print_unicode_char): Avoid triggering Solaris iconv bug.
Deal with the different error behaviour of Irix iconv.

24 years agoMove inclusion of errno.h so it follows that of sys/types.h,
Jim Meyering [Fri, 7 Apr 2000 09:24:18 +0000 (09:24 +0000)]
Move inclusion of errno.h so it follows that of sys/types.h,
to work around system header problems on AIX 3.2.5.  From Bruno Haible.

24 years ago.
Jim Meyering [Fri, 7 Apr 2000 08:45:27 +0000 (08:45 +0000)]
.

24 years agoadd a node for hostid
Jim Meyering [Thu, 6 Apr 2000 19:27:04 +0000 (19:27 +0000)]
add a node for hostid

24 years ago.
Jim Meyering [Thu, 6 Apr 2000 13:39:07 +0000 (13:39 +0000)]
.

24 years ago*** empty log message ***
Jim Meyering [Thu, 6 Apr 2000 06:56:05 +0000 (06:56 +0000)]
*** empty log message ***

24 years ago(AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
Jim Meyering [Thu, 6 Apr 2000 06:55:14 +0000 (06:55 +0000)]
(AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
IRIX if the installer said otherwise.

24 years agofix two typos. Duh
Jim Meyering [Wed, 5 Apr 2000 15:22:04 +0000 (15:22 +0000)]
fix two typos.  Duh

24 years ago*** empty log message ***
Jim Meyering [Wed, 5 Apr 2000 15:16:27 +0000 (15:16 +0000)]
*** empty log message ***

24 years ago[!HAVE_UTMPX_H] (headers): Include <utmp.h>.
Jim Meyering [Wed, 5 Apr 2000 15:14:28 +0000 (15:14 +0000)]
[!HAVE_UTMPX_H] (headers): Include <utmp.h>.
(jm_CHECK_DECLS): Add getutent to the list of functions.
(_jm_DECL_HEADERS): Add utmpx.h.

24 years agoDeclare strdup.
Jim Meyering [Wed, 5 Apr 2000 15:08:11 +0000 (15:08 +0000)]
Declare strdup.

24 years ago[HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare getutent.
Jim Meyering [Wed, 5 Apr 2000 15:05:54 +0000 (15:05 +0000)]
[HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare getutent.

24 years agoInclude sys/types.h before sys/stat.h.
Jim Meyering [Wed, 5 Apr 2000 15:00:11 +0000 (15:00 +0000)]
Include sys/types.h before sys/stat.h.
Required for ultrix4.3.

24 years ago(canon_host): Declare strdup. Required for ultrix4.3.
Jim Meyering [Wed, 5 Apr 2000 14:57:36 +0000 (14:57 +0000)]
(canon_host): Declare strdup.  Required for ultrix4.3.

24 years ago*** empty log message ***
Jim Meyering [Wed, 5 Apr 2000 14:57:07 +0000 (14:57 +0000)]
*** empty log message ***

24 years ago.
Jim Meyering [Wed, 5 Apr 2000 12:44:02 +0000 (12:44 +0000)]
.

24 years ago*** empty log message ***
Jim Meyering [Wed, 5 Apr 2000 12:25:13 +0000 (12:25 +0000)]
*** empty log message ***

24 years agoBack out the 2000-04-02 change.
Jim Meyering [Wed, 5 Apr 2000 12:13:59 +0000 (12:13 +0000)]
Back out the 2000-04-02 change.
Instead of that change, simply undefine putenv in the test program.

24 years agoBack out the 2000-04-02 change.
Jim Meyering [Wed, 5 Apr 2000 11:50:48 +0000 (11:50 +0000)]
Back out the 2000-04-02 change.

24 years ago*** empty log message ***
Jim Meyering [Tue, 4 Apr 2000 20:18:42 +0000 (20:18 +0000)]
*** empty log message ***

24 years ago*** empty log message ***
Jim Meyering [Tue, 4 Apr 2000 20:15:42 +0000 (20:15 +0000)]
*** empty log message ***

24 years ago*** empty log message ***
Jim Meyering [Tue, 4 Apr 2000 20:14:16 +0000 (20:14 +0000)]
*** empty log message ***

24 years ago*** empty log message ***
Jim Meyering [Tue, 4 Apr 2000 12:58:57 +0000 (12:58 +0000)]
*** empty log message ***

24 years agoBe more DOS 8.3-friendly.
Jim Meyering [Tue, 4 Apr 2000 12:58:49 +0000 (12:58 +0000)]
Be more DOS 8.3-friendly.
* ref-add.sin: Renamed from ref-add.sed.in.
* ref-del.sin: Renamed from ref-del.sed.in.
* Makefile.am: Reflect renaming.

24 years agorenamed to ref-del.sin
Jim Meyering [Tue, 4 Apr 2000 12:50:59 +0000 (12:50 +0000)]
renamed to ref-del.sin

24 years agorenamed from ref-del.sed.in
Jim Meyering [Tue, 4 Apr 2000 12:50:59 +0000 (12:50 +0000)]
renamed from ref-del.sed.in

24 years agorenamed to ref-add.sin
Jim Meyering [Tue, 4 Apr 2000 12:50:44 +0000 (12:50 +0000)]
renamed to ref-add.sin

24 years agorenamed from ref-add.sed.in
Jim Meyering [Tue, 4 Apr 2000 12:50:44 +0000 (12:50 +0000)]
renamed from ref-add.sed.in

24 years agoUse a temporary file name that won't clash with `charset.alias'
Jim Meyering [Tue, 4 Apr 2000 12:47:19 +0000 (12:47 +0000)]
Use a temporary file name that won't clash with `charset.alias'
in the DOS 8.3 name space.

(charset_tmp): Define.
(install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
(uninstall-local): Likewise.
Reported by Eli Zaretskii.

24 years agoSplit a long line and tweak for font-lock mode.
Jim Meyering [Tue, 4 Apr 2000 07:59:24 +0000 (07:59 +0000)]
Split a long line and tweak for font-lock mode.

24 years ago*** empty log message ***
Jim Meyering [Tue, 4 Apr 2000 07:59:08 +0000 (07:59 +0000)]
*** empty log message ***

24 years agoSplit a long line and tweak for font-lock mode.
Jim Meyering [Tue, 4 Apr 2000 07:58:21 +0000 (07:58 +0000)]
Split a long line and tweak for font-lock mode.

24 years agoSplit a long line and tweak for font-lock mode.
Jim Meyering [Tue, 4 Apr 2000 07:55:37 +0000 (07:55 +0000)]
Split a long line and tweak for font-lock mode.

24 years ago*** empty log message ***
Jim Meyering [Mon, 3 Apr 2000 19:35:28 +0000 (19:35 +0000)]
*** empty log message ***

24 years agoFix typo in comment.
Jim Meyering [Mon, 3 Apr 2000 19:35:24 +0000 (19:35 +0000)]
Fix typo in comment.

24 years ago.
Jim Meyering [Mon, 3 Apr 2000 12:56:15 +0000 (12:56 +0000)]
.

24 years ago*** empty log message ***
Jim Meyering [Mon, 3 Apr 2000 12:18:37 +0000 (12:18 +0000)]
*** empty log message ***

24 years ago*** empty log message ***
Jim Meyering [Mon, 3 Apr 2000 08:06:02 +0000 (08:06 +0000)]
*** empty log message ***

24 years ago*** empty log message ***
Jim Meyering [Mon, 3 Apr 2000 07:48:11 +0000 (07:48 +0000)]
*** empty log message ***

24 years ago(AC_CHECK_HEADERS): Add langinfo.h (moved here from
Jim Meyering [Mon, 3 Apr 2000 07:48:06 +0000 (07:48 +0000)]
(AC_CHECK_HEADERS): Add langinfo.h (moved here from
textutils/configure.in).  Suggestion from Paul Eggert.
(AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)