platform/upstream/coreutils.git
24 years ago(fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
Jim Meyering [Sat, 6 May 2000 14:25:18 +0000 (14:25 +0000)]
(fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.

24 years agoRequire fetish_FUNC_RMDIR_NOTEMPTY.
Jim Meyering [Sat, 6 May 2000 14:25:07 +0000 (14:25 +0000)]
Require fetish_FUNC_RMDIR_NOTEMPTY.

24 years ago.
Jim Meyering [Sat, 6 May 2000 14:14:14 +0000 (14:14 +0000)]
.

24 years ago*** empty log message ***
Jim Meyering [Sat, 6 May 2000 14:03:27 +0000 (14:03 +0000)]
*** empty log message ***

24 years ago(jm_FUNC_NANOSLEEP): Save and restore LIBS around
Jim Meyering [Sat, 6 May 2000 14:03:19 +0000 (14:03 +0000)]
(jm_FUNC_NANOSLEEP): Save and restore LIBS around
AC_SEARCH_LIBS call for nanosleep.
(LIB_NANOSLEEP): Set and AC_SUBST.

24 years ago*** empty log message ***
Jim Meyering [Sat, 6 May 2000 14:01:46 +0000 (14:01 +0000)]
*** empty log message ***

24 years ago(AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
Jim Meyering [Sat, 6 May 2000 14:01:39 +0000 (14:01 +0000)]
(AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
be 500, instead of _GNU_SOURCE to be 1, to work around glibc
2.1.3 bug.  This avoids a clash when files like regex.c define
_GNU_SOURCE.

24 years ago*** empty log message ***
Jim Meyering [Sat, 6 May 2000 13:47:44 +0000 (13:47 +0000)]
*** empty log message ***

24 years ago(get_charset_aliases): Use malloc, realloc and memcpy
Jim Meyering [Sat, 6 May 2000 13:47:38 +0000 (13:47 +0000)]
(get_charset_aliases): Use malloc, realloc and memcpy
instead of xmalloc, xrealloc, path_concat.
(locale_charset): Treat empty environment variables as absent.
(DIRECTORY_SEPARATOR, ISSLASH): New macros.

24 years ago(main): Warn about arguments, don't fail.
Jim Meyering [Sat, 6 May 2000 13:18:00 +0000 (13:18 +0000)]
(main): Warn about arguments, don't fail.
(usage): Call close_stdout_status from here as well as from main.

24 years agoInclude "closeout.h".
Jim Meyering [Fri, 5 May 2000 21:55:32 +0000 (21:55 +0000)]
Include "closeout.h".
(main): Call close_stdout.

24 years agoInclude "closeout.h".
Jim Meyering [Fri, 5 May 2000 21:53:41 +0000 (21:53 +0000)]
Include "closeout.h".
(main): Call close_stdout.

24 years agoInclude "closeout.h".
Jim Meyering [Fri, 5 May 2000 21:52:22 +0000 (21:52 +0000)]
Include "closeout.h".
(main): Call close_stdout.

24 years agoInclude "closeout.h".
Jim Meyering [Fri, 5 May 2000 21:51:02 +0000 (21:51 +0000)]
Include "closeout.h".
(main): Call close_stdout.

24 years agoInclude "closeout.h".
Jim Meyering [Fri, 5 May 2000 21:49:44 +0000 (21:49 +0000)]
Include "closeout.h".
(main): Call close_stdout.

24 years ago*** empty log message ***
Jim Meyering [Fri, 5 May 2000 21:42:20 +0000 (21:42 +0000)]
*** empty log message ***

24 years ago*** empty log message ***
Jim Meyering [Fri, 5 May 2000 21:41:53 +0000 (21:41 +0000)]
*** empty log message ***

24 years agoExit nonzero upon write failure.
Jim Meyering [Fri, 5 May 2000 21:41:29 +0000 (21:41 +0000)]
Exit nonzero upon write failure.
Include "closeout.h".
(main): Call close_stdout.
Reported by Ian Jackson via Michael Stone.

24 years ago*** empty log message ***
Jim Meyering [Fri, 5 May 2000 21:41:11 +0000 (21:41 +0000)]
*** empty log message ***

24 years ago*** empty log message ***
Jim Meyering [Fri, 5 May 2000 21:41:03 +0000 (21:41 +0000)]
*** empty log message ***

24 years ago*** empty log message ***
Jim Meyering [Fri, 5 May 2000 16:33:33 +0000 (16:33 +0000)]
*** empty log message ***

24 years ago(jm_MACROS): Save and restore LIBS around AC_SEARCH_LIBS call for clock_gettime.
Jim Meyering [Fri, 5 May 2000 16:33:26 +0000 (16:33 +0000)]
(jm_MACROS): Save and restore LIBS around AC_SEARCH_LIBS call for clock_gettime.
(LIB_CLOCK_GETTIME): Set and AC_SUBST.

24 years ago*** empty log message ***
Jim Meyering [Fri, 5 May 2000 16:10:41 +0000 (16:10 +0000)]
*** empty log message ***

24 years agoremove commented-out m4_default clause
Jim Meyering [Fri, 5 May 2000 16:10:22 +0000 (16:10 +0000)]
remove commented-out m4_default clause

24 years agoUpdate from autoconf.
Jim Meyering [Fri, 5 May 2000 16:10:03 +0000 (16:10 +0000)]
Update from autoconf.

24 years ago*** empty log message ***
Jim Meyering [Fri, 5 May 2000 15:05:09 +0000 (15:05 +0000)]
*** empty log message ***

24 years ago*** empty log message ***
Jim Meyering [Fri, 5 May 2000 11:39:31 +0000 (11:39 +0000)]
*** empty log message ***

24 years agosu doesn't work on Solaris2.6.
Jim Meyering [Fri, 5 May 2000 11:39:25 +0000 (11:39 +0000)]
su doesn't work on Solaris2.6.
When checking for struct spwd.sp_pwdp, also include
<shadow.h>.  Reported by Dragos Harabor.

24 years ago*** empty log message ***
Jim Meyering [Fri, 5 May 2000 11:38:34 +0000 (11:38 +0000)]
*** empty log message ***

24 years ago(my-distcheck): Remove spurious blank line.
Jim Meyering [Thu, 4 May 2000 09:33:34 +0000 (09:33 +0000)]
(my-distcheck): Remove spurious blank line.
Remove $(DEPDIR) *after* making distclean, not before.

24 years ago*** empty log message ***
Jim Meyering [Thu, 4 May 2000 07:19:34 +0000 (07:19 +0000)]
*** empty log message ***

24 years agoupdate from glibc -- solely white space changes
Jim Meyering [Thu, 4 May 2000 07:19:24 +0000 (07:19 +0000)]
update from glibc -- solely white space changes

24 years ago*** empty log message ***
Jim Meyering [Thu, 4 May 2000 07:13:40 +0000 (07:13 +0000)]
*** empty log message ***

24 years agofilter through cppi
Jim Meyering [Thu, 4 May 2000 07:12:59 +0000 (07:12 +0000)]
filter through cppi

24 years agoUpdate from glibc.
Jim Meyering [Thu, 4 May 2000 07:12:43 +0000 (07:12 +0000)]
Update from glibc.

24 years ago*** empty log message ***
Jim Meyering [Thu, 4 May 2000 07:06:49 +0000 (07:06 +0000)]
*** empty log message ***

24 years agoUpdate from glibc.
Jim Meyering [Thu, 4 May 2000 07:06:42 +0000 (07:06 +0000)]
Update from glibc.

24 years agoUpdate from glibc.
Jim Meyering [Thu, 4 May 2000 06:41:26 +0000 (06:41 +0000)]
Update from glibc.

24 years ago*** empty log message ***
Jim Meyering [Thu, 4 May 2000 06:36:10 +0000 (06:36 +0000)]
*** empty log message ***

24 years agoupdate from glibc
Jim Meyering [Thu, 4 May 2000 06:35:49 +0000 (06:35 +0000)]
update from glibc

24 years agoNew file, from glibc.
Jim Meyering [Thu, 4 May 2000 06:34:23 +0000 (06:34 +0000)]
New file, from glibc.

24 years ago*** empty log message ***
Jim Meyering [Thu, 4 May 2000 05:35:04 +0000 (05:35 +0000)]
*** empty log message ***

24 years agoUpdate from glibc.
Jim Meyering [Thu, 4 May 2000 05:34:55 +0000 (05:34 +0000)]
Update from glibc.

24 years ago*** empty log message ***
Jim Meyering [Wed, 3 May 2000 11:12:54 +0000 (11:12 +0000)]
*** empty log message ***

24 years agoDuring ls, set LANGUAGE (for GNU gettext)
Jim Meyering [Wed, 3 May 2000 11:10:32 +0000 (11:10 +0000)]
During ls, set LANGUAGE (for GNU gettext)
and LC_ALL (for systems which look at LC_MESSAGES).

24 years agouse rm, not $RM
Jim Meyering [Wed, 3 May 2000 11:09:07 +0000 (11:09 +0000)]
use rm, not $RM

24 years agoDefine LC_ALL instead of LANG, in case the user has
Jim Meyering [Wed, 3 May 2000 11:07:51 +0000 (11:07 +0000)]
Define LC_ALL instead of LANG, in case the user has
LC_CTYPE or LC_ALL set. Define it and LANGUAGE before the first "sort" call.

24 years agoRemove declaration of strndup.
Jim Meyering [Wed, 3 May 2000 08:40:33 +0000 (08:40 +0000)]
Remove declaration of strndup.

24 years ago*** empty log message ***
Jim Meyering [Wed, 3 May 2000 08:39:29 +0000 (08:39 +0000)]
*** empty log message ***

24 years ago*** empty log message ***
Jim Meyering [Wed, 3 May 2000 08:37:57 +0000 (08:37 +0000)]
*** empty log message ***

24 years ago(!HAVE_DECL_STRNDUP): Declare strndup.
Jim Meyering [Wed, 3 May 2000 08:37:40 +0000 (08:37 +0000)]
(!HAVE_DECL_STRNDUP): Declare strndup.

24 years ago*** empty log message ***
Jim Meyering [Wed, 3 May 2000 08:37:11 +0000 (08:37 +0000)]
*** empty log message ***

24 years ago(AC_CHECK_DECLS): Add strndup.
Jim Meyering [Wed, 3 May 2000 08:37:03 +0000 (08:37 +0000)]
(AC_CHECK_DECLS): Add strndup.

24 years ago*** empty log message ***
Jim Meyering [Wed, 3 May 2000 08:30:24 +0000 (08:30 +0000)]
*** empty log message ***

24 years ago(AC_SYS_LARGEFILE): Define _GNU_SOURCE if
Jim Meyering [Wed, 3 May 2000 08:30:18 +0000 (08:30 +0000)]
(AC_SYS_LARGEFILE): Define _GNU_SOURCE if
this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
compile-time test, rather than inspecting host and OS, to
decide whether to define _LARGEFILE_SOURCE.

24 years ago.
Jim Meyering [Tue, 2 May 2000 14:07:39 +0000 (14:07 +0000)]
.

24 years ago*** empty log message ***
Jim Meyering [Tue, 2 May 2000 06:57:00 +0000 (06:57 +0000)]
*** empty log message ***

24 years agodon't hard-code `rm'
Jim Meyering [Tue, 2 May 2000 06:56:31 +0000 (06:56 +0000)]
don't hard-code `rm'

24 years ago(usage): Add the answer to `How do I remove a file named -f?'
Jim Meyering [Tue, 2 May 2000 06:55:49 +0000 (06:55 +0000)]
(usage): Add the answer to `How do I remove a file named -f?'

24 years ago*** empty log message ***
Jim Meyering [Mon, 1 May 2000 14:59:21 +0000 (14:59 +0000)]
*** empty log message ***

24 years ago(full_write): Remove `FIXME' part of comment.
Jim Meyering [Mon, 1 May 2000 14:40:08 +0000 (14:40 +0000)]
(full_write): Remove `FIXME' part of comment.

24 years ago*** empty log message ***
Jim Meyering [Mon, 1 May 2000 14:15:17 +0000 (14:15 +0000)]
*** empty log message ***

24 years ago*** empty log message ***
Jim Meyering [Mon, 1 May 2000 14:10:38 +0000 (14:10 +0000)]
*** empty log message ***

24 years ago(change_attributes): Don't remove the destination file upon failure.
Jim Meyering [Mon, 1 May 2000 14:09:19 +0000 (14:09 +0000)]
(change_attributes): Don't remove the destination file upon failure.

24 years ago[checked in with intention to back out...]
Jim Meyering [Mon, 1 May 2000 13:55:09 +0000 (13:55 +0000)]
[checked in with intention to back out...]
(change_attributes): Unlink the destination file
if either of the chown or the chmod calls fails.  Don't even attempt
the chmod if the chown fails.
Suggestion from Marc Olzheim.

24 years ago.
Jim Meyering [Mon, 1 May 2000 11:40:52 +0000 (11:40 +0000)]
.

24 years ago*** empty log message ***
Jim Meyering [Mon, 1 May 2000 08:36:29 +0000 (08:36 +0000)]
*** empty log message ***

24 years agoUse AC_MSG_CHECKING instead of obsolete AC_CHECKING.
Jim Meyering [Mon, 1 May 2000 08:36:13 +0000 (08:36 +0000)]
Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.

24 years agofix typos
Jim Meyering [Mon, 1 May 2000 08:32:35 +0000 (08:32 +0000)]
fix typos

24 years ago*** empty log message ***
Jim Meyering [Mon, 1 May 2000 08:29:38 +0000 (08:29 +0000)]
*** empty log message ***

24 years ago(jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
Jim Meyering [Mon, 1 May 2000 08:29:28 +0000 (08:29 +0000)]
(jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
Based on a patch from Bruno Haible.

24 years ago(read_filesystem_list): Add BeOS support.
Jim Meyering [Mon, 1 May 2000 08:03:33 +0000 (08:03 +0000)]
(read_filesystem_list): Add BeOS support.

24 years ago(jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
Jim Meyering [Mon, 1 May 2000 07:58:34 +0000 (07:58 +0000)]
(jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.

24 years ago*** empty log message ***
Jim Meyering [Sun, 30 Apr 2000 21:48:27 +0000 (21:48 +0000)]
*** empty log message ***

24 years ago(O_NOCTTY): Define if not defined already.
Jim Meyering [Sun, 30 Apr 2000 21:48:23 +0000 (21:48 +0000)]
(O_NOCTTY): Define if not defined already.
(touch): Add O_NOCTTY to the flags passed to open.

24 years ago.
Jim Meyering [Sun, 30 Apr 2000 16:25:54 +0000 (16:25 +0000)]
.

24 years ago.
Jim Meyering [Sun, 30 Apr 2000 16:25:30 +0000 (16:25 +0000)]
.

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

24 years ago.
Jim Meyering [Sun, 30 Apr 2000 16:24:00 +0000 (16:24 +0000)]
.

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

24 years agotweak comment
Jim Meyering [Sun, 30 Apr 2000 16:19:57 +0000 (16:19 +0000)]
tweak comment

24 years agoDetect and terminate upon write failure.
Jim Meyering [Sun, 30 Apr 2000 16:19:06 +0000 (16:19 +0000)]
Detect and terminate upon write failure.

24 years agoalphabetize
Jim Meyering [Sun, 30 Apr 2000 11:19:35 +0000 (11:19 +0000)]
alphabetize

24 years ago*** empty log message *** FILEUTILS-4_0r
Jim Meyering [Sat, 29 Apr 2000 10:18:29 +0000 (10:18 +0000)]
*** empty log message ***

24 years ago[LSTAT_FOLLOWS_SLASHED_SYMLINK] (lstat): Define to rpl_lstat.
Jim Meyering [Sat, 29 Apr 2000 10:17:42 +0000 (10:17 +0000)]
[LSTAT_FOLLOWS_SLASHED_SYMLINK] (lstat): Define to rpl_lstat.

24 years agouse an all-symbolic mode string
Jim Meyering [Sat, 29 Apr 2000 09:37:44 +0000 (09:37 +0000)]
use an all-symbolic mode string

24 years ago*** empty log message ***
Jim Meyering [Sat, 29 Apr 2000 09:25:58 +0000 (09:25 +0000)]
*** empty log message ***

24 years agoDeclare strdup only if it's not defined.
Jim Meyering [Sat, 29 Apr 2000 09:25:09 +0000 (09:25 +0000)]
Declare strdup only if it's not defined.

24 years ago*** empty log message ***
Jim Meyering [Sat, 29 Apr 2000 08:44:40 +0000 (08:44 +0000)]
*** empty log message ***

24 years ago*** empty log message ***
Jim Meyering [Sat, 29 Apr 2000 08:44:11 +0000 (08:44 +0000)]
*** empty log message ***

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

24 years ago[HAVE_LIMITS_H]: Include limits.h before regex.h to avoid
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.

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

24 years ago(pop_dir): Remove through_symlink arg; use null cwd
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.

24 years ago.
Jim Meyering [Thu, 27 Apr 2000 12:19:38 +0000 (12:19 +0000)]
.

24 years ago*** empty log message ***
Jim Meyering [Thu, 27 Apr 2000 12:17:43 +0000 (12:17 +0000)]
*** empty log message ***

24 years ago*** empty log message ***
Jim Meyering [Thu, 27 Apr 2000 12:15:23 +0000 (12:15 +0000)]
*** empty log message ***

24 years ago.
Jim Meyering [Thu, 27 Apr 2000 12:13:20 +0000 (12:13 +0000)]
.

24 years ago*** empty log message ***
Jim Meyering [Thu, 27 Apr 2000 12:13:11 +0000 (12:13 +0000)]
*** empty log message ***

24 years ago*** empty log message ***
Jim Meyering [Thu, 27 Apr 2000 12:12:42 +0000 (12:12 +0000)]
*** empty log message ***