Jim Meyering [Sat, 29 Apr 2000 10:17:42 +0000 (10:17 +0000)]
[LSTAT_FOLLOWS_SLASHED_SYMLINK] (lstat): Define to rpl_lstat.
Jim Meyering [Sat, 29 Apr 2000 09:37:44 +0000 (09:37 +0000)]
use an all-symbolic mode string
Jim Meyering [Sat, 29 Apr 2000 09:25:58 +0000 (09:25 +0000)]
*** empty log message ***
Jim Meyering [Sat, 29 Apr 2000 09:25:09 +0000 (09:25 +0000)]
Declare strdup only if it's not defined.
Jim Meyering [Sat, 29 Apr 2000 08:44:40 +0000 (08:44 +0000)]
*** empty log message ***
Jim Meyering [Sat, 29 Apr 2000 08:44:11 +0000 (08:44 +0000)]
*** empty log message ***
Jim Meyering [Fri, 28 Apr 2000 16:50:24 +0000 (16:50 +0000)]
*** empty log message ***
Jim Meyering [Fri, 28 Apr 2000 16:49:38 +0000 (16:49 +0000)]
[HAVE_LIMITS_H]: Include limits.h before regex.h to avoid
redefinition warning on some systems (HPUX). Otherwise, regex.h is
included first, then limits.h is included by locale.h by libintl.h.
From John David Anglin.
Jim Meyering [Thu, 27 Apr 2000 12:27:08 +0000 (12:27 +0000)]
*** empty log message ***
Jim Meyering [Thu, 27 Apr 2000 12:23:59 +0000 (12:23 +0000)]
(pop_dir): Remove through_symlink arg; use null cwd
for that purpose instead.
(count_entry): Also save the directory if we're saving more
than one level.
Fix file descriptor and memory leak when chdir fails.
Jim Meyering [Thu, 27 Apr 2000 12:19:38 +0000 (12:19 +0000)]
.
Jim Meyering [Thu, 27 Apr 2000 12:17:43 +0000 (12:17 +0000)]
*** empty log message ***
Jim Meyering [Thu, 27 Apr 2000 12:15:23 +0000 (12:15 +0000)]
*** empty log message ***
Jim Meyering [Thu, 27 Apr 2000 12:13:20 +0000 (12:13 +0000)]
.
Jim Meyering [Thu, 27 Apr 2000 12:13:11 +0000 (12:13 +0000)]
*** empty log message ***
Jim Meyering [Thu, 27 Apr 2000 12:12:42 +0000 (12:12 +0000)]
*** empty log message ***
Jim Meyering [Thu, 27 Apr 2000 12:10:38 +0000 (12:10 +0000)]
fix typo
Jim Meyering [Thu, 27 Apr 2000 12:09:44 +0000 (12:09 +0000)]
*** empty log message ***
Jim Meyering [Thu, 27 Apr 2000 12:08:59 +0000 (12:08 +0000)]
Use mkdir, not $MKDIR.
Jim Meyering [Thu, 27 Apr 2000 12:08:19 +0000 (12:08 +0000)]
(TESTS_ENVIRONMENT): Set PATH, not MKDIR.
Jim Meyering [Thu, 27 Apr 2000 08:31:18 +0000 (08:31 +0000)]
*** empty log message ***
Jim Meyering [Thu, 27 Apr 2000 06:47:05 +0000 (06:47 +0000)]
*** empty log message ***
Jim Meyering [Thu, 27 Apr 2000 06:46:13 +0000 (06:46 +0000)]
tweak comment
Jim Meyering [Thu, 27 Apr 2000 06:44:20 +0000 (06:44 +0000)]
*** empty log message ***
Jim Meyering [Thu, 27 Apr 2000 06:36:05 +0000 (06:36 +0000)]
*** empty log message ***
Jim Meyering [Thu, 27 Apr 2000 06:34:07 +0000 (06:34 +0000)]
*** empty log message ***
Jim Meyering [Thu, 27 Apr 2000 06:30:59 +0000 (06:30 +0000)]
*** empty log message ***
Jim Meyering [Thu, 27 Apr 2000 06:30:26 +0000 (06:30 +0000)]
(TESTS): Add special-1.
Jim Meyering [Wed, 26 Apr 2000 21:59:34 +0000 (21:59 +0000)]
*** empty log message ***
Jim Meyering [Wed, 26 Apr 2000 21:59:01 +0000 (21:59 +0000)]
*** empty log message ***
Jim Meyering [Wed, 26 Apr 2000 12:55:48 +0000 (12:55 +0000)]
*** empty log message ***
Jim Meyering [Wed, 26 Apr 2000 12:54:26 +0000 (12:54 +0000)]
*** empty log message ***
Jim Meyering [Wed, 26 Apr 2000 12:52:54 +0000 (12:52 +0000)]
*** empty log message ***
Jim Meyering [Wed, 26 Apr 2000 12:43:19 +0000 (12:43 +0000)]
*** empty log message ***
Jim Meyering [Wed, 26 Apr 2000 12:43:12 +0000 (12:43 +0000)]
Rename global: s/path_mode/create_parents/.
(main): No longer perform explicit chmod when creating
parent directories, since make_path now does the chmod.
Jim Meyering [Wed, 26 Apr 2000 12:36:49 +0000 (12:36 +0000)]
.
Jim Meyering [Wed, 26 Apr 2000 12:36:43 +0000 (12:36 +0000)]
(S_IRWXUGO): Define.
(make_path): Always perform explicit chmod if MODE specifies any
of the `special' permission bits.
Jim Meyering [Wed, 19 Apr 2000 15:36:15 +0000 (15:36 +0000)]
*** empty log message ***
Jim Meyering [Wed, 19 Apr 2000 15:36:05 +0000 (15:36 +0000)]
[__BEOS__]: Ignore O_BINARY and O_TEXT.
Jim Meyering [Tue, 18 Apr 2000 17:28:34 +0000 (17:28 +0000)]
*** empty log message ***
Jim Meyering [Tue, 18 Apr 2000 13:41:26 +0000 (13:41 +0000)]
add comment
Jim Meyering [Tue, 18 Apr 2000 13:40:29 +0000 (13:40 +0000)]
*** empty log message ***
Jim Meyering [Tue, 18 Apr 2000 13:40:25 +0000 (13:40 +0000)]
[!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define getpagesize.
For BeOS. Based on a patch from Bruno Haible.
Jim Meyering [Tue, 18 Apr 2000 13:35:22 +0000 (13:35 +0000)]
*** empty log message ***
Jim Meyering [Tue, 18 Apr 2000 13:35:18 +0000 (13:35 +0000)]
(jm_PREREQ_GETPAGESIZE): New macro.
(jm_PREREQ): Use it.
Jim Meyering [Mon, 17 Apr 2000 11:39:36 +0000 (11:39 +0000)]
*** empty log message ***
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.
Jim Meyering [Mon, 17 Apr 2000 11:26:33 +0000 (11:26 +0000)]
.
Jim Meyering [Mon, 17 Apr 2000 09:56:02 +0000 (09:56 +0000)]
*** empty log message ***
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.
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.
Jim Meyering [Mon, 17 Apr 2000 06:49:07 +0000 (06:49 +0000)]
Don't remove support for --max-consecutive-size-changes just yet...
Jim Meyering [Sun, 16 Apr 2000 16:28:46 +0000 (16:28 +0000)]
*** empty log message ***
Jim Meyering [Sun, 16 Apr 2000 16:03:44 +0000 (16:03 +0000)]
(tail invocation): Remove description.
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.
Jim Meyering [Sun, 16 Apr 2000 13:51:27 +0000 (13:51 +0000)]
*** empty log message ***
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.
Jim Meyering [Sun, 16 Apr 2000 13:49:22 +0000 (13:49 +0000)]
(TESTS): Add symlink-slash.
Jim Meyering [Sun, 16 Apr 2000 13:48:38 +0000 (13:48 +0000)]
*** empty log message ***
Jim Meyering [Sun, 16 Apr 2000 12:16:03 +0000 (12:16 +0000)]
add comment
Jim Meyering [Sat, 15 Apr 2000 22:04:06 +0000 (22:04 +0000)]
.
Jim Meyering [Sat, 15 Apr 2000 21:58:37 +0000 (21:58 +0000)]
*** empty log message ***
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.
Jim Meyering [Sat, 15 Apr 2000 21:48:58 +0000 (21:48 +0000)]
*** empty log message ***
Jim Meyering [Fri, 14 Apr 2000 16:12:16 +0000 (16:12 +0000)]
tweak copyright date
Jim Meyering [Fri, 14 Apr 2000 15:42:02 +0000 (15:42 +0000)]
*** empty log message ***
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.
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).
Jim Meyering [Thu, 13 Apr 2000 08:37:57 +0000 (08:37 +0000)]
*** empty log message ***
Jim Meyering [Thu, 13 Apr 2000 08:34:47 +0000 (08:34 +0000)]
.
Jim Meyering [Thu, 13 Apr 2000 08:16:13 +0000 (08:16 +0000)]
.
Jim Meyering [Thu, 13 Apr 2000 08:15:07 +0000 (08:15 +0000)]
*** empty log message ***
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.
Jim Meyering [Wed, 12 Apr 2000 16:03:53 +0000 (16:03 +0000)]
*** empty log message ***
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.
Jim Meyering [Wed, 12 Apr 2000 09:50:20 +0000 (09:50 +0000)]
(usage): Tweak --help output. Suggestions from Karl Berry.
Jim Meyering [Wed, 12 Apr 2000 06:21:06 +0000 (06:21 +0000)]
*** empty log message ***
Jim Meyering [Wed, 12 Apr 2000 06:19:55 +0000 (06:19 +0000)]
*** empty log message ***
Jim Meyering [Wed, 12 Apr 2000 06:19:45 +0000 (06:19 +0000)]
(_GNU_SOURCE): Define.
(AC_SYS_LARGEFILE): Require.
(AM_C_PROTOTYPES): Require.
Jim Meyering [Tue, 11 Apr 2000 09:27:38 +0000 (09:27 +0000)]
*** empty log message ***
Jim Meyering [Mon, 10 Apr 2000 09:20:49 +0000 (09:20 +0000)]
use bc in example, not dc
Jim Meyering [Mon, 10 Apr 2000 07:09:24 +0000 (07:09 +0000)]
.
Jim Meyering [Sun, 9 Apr 2000 18:15:46 +0000 (18:15 +0000)]
*** empty log message ***
Jim Meyering [Sun, 9 Apr 2000 09:14:05 +0000 (09:14 +0000)]
*** empty log message ***
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'.
Jim Meyering [Sun, 9 Apr 2000 09:10:36 +0000 (09:10 +0000)]
(usage): Clarify descriptions of the --max-* options.
From Karl Berry.
Jim Meyering [Sun, 9 Apr 2000 07:41:18 +0000 (07:41 +0000)]
*** empty log message ***
Jim Meyering [Sun, 9 Apr 2000 07:35:39 +0000 (07:35 +0000)]
*** empty log message ***
Jim Meyering [Sun, 9 Apr 2000 07:33:52 +0000 (07:33 +0000)]
.
Jim Meyering [Sun, 9 Apr 2000 07:33:30 +0000 (07:33 +0000)]
*** empty log message ***
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.
Jim Meyering [Sat, 8 Apr 2000 21:45:25 +0000 (21:45 +0000)]
Add test for rfc822 format and foreign locale settings.
Jim Meyering [Sat, 8 Apr 2000 19:36:46 +0000 (19:36 +0000)]
*** empty log message ***
Jim Meyering [Sat, 8 Apr 2000 19:35:38 +0000 (19:35 +0000)]
*** empty log message ***
Jim Meyering [Sat, 8 Apr 2000 19:28:49 +0000 (19:28 +0000)]
(factor): Use a better example
Jim Meyering [Sat, 8 Apr 2000 19:04:00 +0000 (19:04 +0000)]
Document the ln=target directive.
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.
Jim Meyering [Sat, 8 Apr 2000 06:46:32 +0000 (06:46 +0000)]
*** empty log message ***
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'.
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'.