platform/upstream/coreutils.git
22 years ago*** empty log message ***
Jim Meyering [Sun, 12 Aug 2001 08:31:50 +0000 (08:31 +0000)]
*** empty log message ***

22 years agoremove unused cruft
Jim Meyering [Sun, 12 Aug 2001 08:30:36 +0000 (08:30 +0000)]
remove unused cruft

22 years agoyes/no were reversed
Jim Meyering [Sun, 12 Aug 2001 08:30:03 +0000 (08:30 +0000)]
yes/no were reversed

22 years ago*** empty log message ***
Jim Meyering [Fri, 10 Aug 2001 19:02:06 +0000 (19:02 +0000)]
*** empty log message ***

22 years ago*** empty log message ***
Jim Meyering [Fri, 10 Aug 2001 19:02:00 +0000 (19:02 +0000)]
*** empty log message ***

22 years ago(print_long_format): Simplify previous patch for
Jim Meyering [Fri, 10 Aug 2001 19:01:54 +0000 (19:01 +0000)]
(print_long_format): Simplify previous patch for
listing negative sizes, by adding OFF_T_MAX - OFF_T_MIN + 1
instead of doing a fancy conditional shift.  This is simpler
and it avoids GCC's bogus compile-time warning about shift
counts.  (As a bonus, it is portable to hosts that do not use
twos-complement arithmetic.  :-)

22 years ago(print_long_format): Multiply the shift width by zero
Jim Meyering [Fri, 10 Aug 2001 08:13:03 +0000 (08:13 +0000)]
(print_long_format): Multiply the shift width by zero
to avoid a warning from gcc on hosts with an unsigned type for the
st_size member.

22 years ago*** empty log message ***
Jim Meyering [Fri, 10 Aug 2001 07:51:56 +0000 (07:51 +0000)]
*** empty log message ***

22 years ago(print_long_format): If a file size is negative, assume
Jim Meyering [Fri, 10 Aug 2001 07:51:52 +0000 (07:51 +0000)]
(print_long_format): If a file size is negative, assume
the typical case where it has wrapped around from a positive value.

22 years ago*** empty log message ***
Jim Meyering [Tue, 7 Aug 2001 13:45:31 +0000 (13:45 +0000)]
*** empty log message ***

22 years ago(cfcc_msg): Remove now-inaccurate part of comment.
Jim Meyering [Tue, 7 Aug 2001 13:45:26 +0000 (13:45 +0000)]
(cfcc_msg): Remove now-inaccurate part of comment.
From Bruno Haible.

22 years ago*** empty log message ***
Jim Meyering [Tue, 7 Aug 2001 12:10:39 +0000 (12:10 +0000)]
*** empty log message ***

22 years ago(m4-check): New rule.
Jim Meyering [Tue, 7 Aug 2001 12:10:10 +0000 (12:10 +0000)]
(m4-check): New rule.
(local-check): Depend on it.

22 years agowhoops
Jim Meyering [Tue, 7 Aug 2001 11:32:28 +0000 (11:32 +0000)]
whoops

22 years agotest both cp and mv
Jim Meyering [Tue, 7 Aug 2001 11:31:06 +0000 (11:31 +0000)]
test both cp and mv

22 years ago.
Jim Meyering [Tue, 7 Aug 2001 10:44:12 +0000 (10:44 +0000)]
.

22 years ago(TESTS): Add update.
Jim Meyering [Tue, 7 Aug 2001 10:44:00 +0000 (10:44 +0000)]
(TESTS): Add update.

22 years ago(copy_internal): Set *rename_succeeded, so that
Jim Meyering [Mon, 6 Aug 2001 17:29:15 +0000 (17:29 +0000)]
(copy_internal): Set *rename_succeeded, so that
the caller (mv) doesn't remove the source file.

22 years ago(usage): Correct the description of --update.
Jim Meyering [Mon, 6 Aug 2001 17:28:37 +0000 (17:28 +0000)]
(usage): Correct the description of --update.

22 years ago*** empty log message ***
Jim Meyering [Mon, 6 Aug 2001 15:50:45 +0000 (15:50 +0000)]
*** empty log message ***

22 years agofinally make it work
Jim Meyering [Mon, 6 Aug 2001 09:50:05 +0000 (09:50 +0000)]
finally make it work

22 years ago.
Jim Meyering [Mon, 6 Aug 2001 09:49:14 +0000 (09:49 +0000)]
.

22 years agorename variables
Jim Meyering [Sun, 5 Aug 2001 08:58:52 +0000 (08:58 +0000)]
rename variables

22 years agoReflect renaming.
Jim Meyering [Sun, 5 Aug 2001 08:53:04 +0000 (08:53 +0000)]
Reflect renaming.

22 years ago*** empty log message ***
Jim Meyering [Sun, 5 Aug 2001 08:52:48 +0000 (08:52 +0000)]
*** empty log message ***

22 years ago(TESTS): Add i-3.
Jim Meyering [Sun, 5 Aug 2001 08:50:14 +0000 (08:50 +0000)]
(TESTS): Add i-3.

22 years ago.
Jim Meyering [Sun, 5 Aug 2001 08:48:05 +0000 (08:48 +0000)]
.

22 years ago.
Jim Meyering [Sun, 5 Aug 2001 08:47:20 +0000 (08:47 +0000)]
.

22 years agoReflect name and usage changes.
Jim Meyering [Sun, 5 Aug 2001 08:46:34 +0000 (08:46 +0000)]
Reflect name and usage changes.

22 years agoReflect name and usage changes.
Jim Meyering [Sun, 5 Aug 2001 08:45:36 +0000 (08:45 +0000)]
Reflect name and usage changes.

22 years agoRenamed from root-only.
Jim Meyering [Sun, 5 Aug 2001 08:42:53 +0000 (08:42 +0000)]
Renamed from root-only.

22 years agoRequire autoconf-2.52.
Jim Meyering [Sun, 5 Aug 2001 03:40:52 +0000 (03:40 +0000)]
Require autoconf-2.52.

22 years ago*** empty log message ***
Jim Meyering [Sat, 4 Aug 2001 19:09:07 +0000 (19:09 +0000)]
*** empty log message ***

22 years ago*** empty log message ***
Jim Meyering [Sat, 4 Aug 2001 17:55:10 +0000 (17:55 +0000)]
*** empty log message ***

22 years ago*** empty log message ***
Jim Meyering [Sat, 4 Aug 2001 17:52:45 +0000 (17:52 +0000)]
*** empty log message ***

22 years ago(__attribute__): Remove `|| __STRICT_ANSI__' from #if stmt,
Jim Meyering [Sat, 4 Aug 2001 17:52:38 +0000 (17:52 +0000)]
(__attribute__): Remove `|| __STRICT_ANSI__' from #if stmt,
to get in sync with glibc.

22 years agofix typos
Jim Meyering [Sat, 4 Aug 2001 17:51:15 +0000 (17:51 +0000)]
fix typos

22 years ago*** empty log message ***
Jim Meyering [Sat, 4 Aug 2001 17:49:11 +0000 (17:49 +0000)]
*** empty log message ***

22 years ago.
Jim Meyering [Sat, 4 Aug 2001 17:33:17 +0000 (17:33 +0000)]
.

22 years ago.
Jim Meyering [Sat, 4 Aug 2001 17:31:31 +0000 (17:31 +0000)]
.

22 years ago.
Jim Meyering [Sat, 4 Aug 2001 17:20:07 +0000 (17:20 +0000)]
.

22 years ago(quote_name): Pass 0 to mbsnwidth, since the default
Jim Meyering [Sat, 4 Aug 2001 17:08:37 +0000 (17:08 +0000)]
(quote_name): Pass 0 to mbsnwidth, since the default
got changed and we want the default now.

22 years ago*** empty log message ***
Jim Meyering [Sat, 4 Aug 2001 17:07:43 +0000 (17:07 +0000)]
*** empty log message ***

22 years agoDon't include <limits.h>.
Jim Meyering [Sat, 4 Aug 2001 17:07:37 +0000 (17:07 +0000)]
Don't include <limits.h>.
Include <stdlib.h> and <string.h> unconditionally.
(iswcntrl, mbsinit, ISCNTRL): New macros.
(mbsnwidth): Use K&R style function declarations.
Don't bother checking for MB_LEN_MAX == 1, since the compiler
can optimize it when MB_CUR_MAX == 1.
The width of control characters is zero, not 1.

22 years ago(MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
Jim Meyering [Sat, 4 Aug 2001 17:06:05 +0000 (17:06 +0000)]
(MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
with inverted sense.  All uses changed.

22 years ago.
Jim Meyering [Sat, 4 Aug 2001 17:03:30 +0000 (17:03 +0000)]
.

22 years ago(jm_MACROS): Reflect s/jm_/AM_/ renamings.
Jim Meyering [Sat, 4 Aug 2001 17:02:18 +0000 (17:02 +0000)]
(jm_MACROS): Reflect s/jm_/AM_/ renamings.

22 years ago(jm_PREREQ_MBSWIDTH): No longer requires AM_C_PROTOTYPES.
Jim Meyering [Sat, 4 Aug 2001 17:00:11 +0000 (17:00 +0000)]
(jm_PREREQ_MBSWIDTH): No longer requires AM_C_PROTOTYPES.
Check for iswcntrl, mbsinit.  Use AC_TRY_COMPILE, not AC_CHECK_DECLS,
for portability to Autoconf 2.13.

22 years ago(jm_AC_TYPE_UNSIGNED_LONG_LONG): Quote first arg of AC_DEFUN.
Jim Meyering [Sat, 4 Aug 2001 16:59:23 +0000 (16:59 +0000)]
(jm_AC_TYPE_UNSIGNED_LONG_LONG): Quote first arg of AC_DEFUN.

22 years ago(jm_AC_TYPE_UINTMAX_T): Quote first arg of AC_DEFUN.
Jim Meyering [Sat, 4 Aug 2001 16:59:09 +0000 (16:59 +0000)]
(jm_AC_TYPE_UINTMAX_T): Quote first arg of AC_DEFUN.

22 years ago(AM_PATH_PROG_WITH_TEST): Quote first arg of AC_DEFUN.
Jim Meyering [Sat, 4 Aug 2001 16:58:55 +0000 (16:58 +0000)]
(AM_PATH_PROG_WITH_TEST): Quote first arg of AC_DEFUN.
(AM_PATH_PROG_WITH_TEST): Output "no" only if $1 isn't $4.

22 years ago(AM_LC_MESSAGES): Quote first arg of AC_DEFUN.
Jim Meyering [Sat, 4 Aug 2001 16:58:42 +0000 (16:58 +0000)]
(AM_LC_MESSAGES): Quote first arg of AC_DEFUN.

22 years ago(AC_ISC_POSIX): Quote first arg of AC_DEFUN.
Jim Meyering [Sat, 4 Aug 2001 16:58:23 +0000 (16:58 +0000)]
(AC_ISC_POSIX): Quote first arg of AC_DEFUN.

22 years ago(jm_AC_HEADER_INTTYPES_H): Quote first arg of AC_DEFUN.
Jim Meyering [Sat, 4 Aug 2001 16:58:07 +0000 (16:58 +0000)]
(jm_AC_HEADER_INTTYPES_H): Quote first arg of AC_DEFUN.

22 years ago(jm_GLIBC21): Quote first arg of AC_DEFUN.
Jim Meyering [Sat, 4 Aug 2001 16:57:45 +0000 (16:57 +0000)]
(jm_GLIBC21): Quote first arg of AC_DEFUN.

22 years ago(AM_FUNC_GETLINE): Quote first arg of AC_DEFUN.
Jim Meyering [Sat, 4 Aug 2001 16:56:32 +0000 (16:56 +0000)]
(AM_FUNC_GETLINE): Quote first arg of AC_DEFUN.
(AM_FUNC_GETLINE): Don't bother checking for string.h any more.

22 years ago(AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
Jim Meyering [Sat, 4 Aug 2001 16:56:18 +0000 (16:56 +0000)]
(AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.

22 years agoUpgrade to serial AM2.
Jim Meyering [Sat, 4 Aug 2001 16:55:58 +0000 (16:55 +0000)]
Upgrade to serial AM2.
(AM_ICONV): Renamed from jm_ICONV; all uses changed.
Add --with-libconv-prefix.
Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
(am_cv_func_iconv): Renamed from jm_cv_func_iconv.
(am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
(am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.

22 years agoUpgrade to serial AM1.
Jim Meyering [Sat, 4 Aug 2001 16:55:36 +0000 (16:55 +0000)]
Upgrade to serial AM1.
(AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
all uses changed.  Quote first arg of AC_DEFUN.
(am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.

22 years ago*** empty log message ***
Jim Meyering [Sat, 4 Aug 2001 15:27:17 +0000 (15:27 +0000)]
*** empty log message ***

22 years ago*** empty log message ***
Jim Meyering [Sat, 4 Aug 2001 15:23:32 +0000 (15:23 +0000)]
*** empty log message ***

22 years ago*** empty log message ***
Jim Meyering [Sat, 4 Aug 2001 15:22:55 +0000 (15:22 +0000)]
*** empty log message ***

22 years ago*** empty log message ***
Jim Meyering [Sat, 4 Aug 2001 15:16:37 +0000 (15:16 +0000)]
*** empty log message ***

22 years ago*** empty log message ***
Jim Meyering [Sat, 4 Aug 2001 15:16:30 +0000 (15:16 +0000)]
*** empty log message ***

22 years ago.
Jim Meyering [Fri, 3 Aug 2001 10:42:40 +0000 (10:42 +0000)]
.

22 years ago(jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
Jim Meyering [Fri, 3 Aug 2001 10:09:06 +0000 (10:09 +0000)]
(jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
as it was in the original.  Reported by Paul Eggert.

23 years ago*** empty log message ***
Jim Meyering [Mon, 16 Jul 2001 08:59:15 +0000 (08:59 +0000)]
*** empty log message ***

23 years ago*** empty log message ***
Jim Meyering [Mon, 16 Jul 2001 08:58:20 +0000 (08:58 +0000)]
*** empty log message ***

23 years ago.
Jim Meyering [Sun, 15 Jul 2001 16:28:39 +0000 (16:28 +0000)]
.

23 years ago*** empty log message ***
Jim Meyering [Sun, 15 Jul 2001 16:03:55 +0000 (16:03 +0000)]
*** empty log message ***

23 years ago*** empty log message ***
Jim Meyering [Sun, 15 Jul 2001 15:42:38 +0000 (15:42 +0000)]
*** empty log message ***

23 years ago(all-local): Depend on unlocked-io.h, to ensure it is created.
Jim Meyering [Sun, 15 Jul 2001 15:42:27 +0000 (15:42 +0000)]
(all-local): Depend on unlocked-io.h, to ensure it is created.

23 years ago*** empty log message ***
Jim Meyering [Sun, 15 Jul 2001 15:35:02 +0000 (15:35 +0000)]
*** empty log message ***

23 years ago(DISTCLEANFILES): Add unlocked-io.h.
Jim Meyering [Sun, 15 Jul 2001 15:29:05 +0000 (15:29 +0000)]
(DISTCLEANFILES): Add unlocked-io.h.

23 years ago*** empty log message ***
Jim Meyering [Sun, 15 Jul 2001 15:17:12 +0000 (15:17 +0000)]
*** empty log message ***

23 years ago*** empty log message ***
Jim Meyering [Sun, 15 Jul 2001 15:16:27 +0000 (15:16 +0000)]
*** empty log message ***

23 years agoRemove unlocked-io.h rule -- now it's in its final resting place:
Jim Meyering [Sun, 15 Jul 2001 15:15:35 +0000 (15:15 +0000)]
Remove unlocked-io.h rule -- now it's in its final resting place:
lib/Makefile.am.

23 years ago*** empty log message ***
Jim Meyering [Sun, 15 Jul 2001 15:14:56 +0000 (15:14 +0000)]
*** empty log message ***

23 years ago(EXTRA_DIST): Add unlocked-io.hin.
Jim Meyering [Sun, 15 Jul 2001 15:14:18 +0000 (15:14 +0000)]
(EXTRA_DIST): Add unlocked-io.hin.
(BUILT_SOURCES): Add unlocked-io.h.
(io_functions): Define.
(unlocked-io.h): New rule.

23 years ago*** empty log message ***
Jim Meyering [Sun, 15 Jul 2001 15:13:14 +0000 (15:13 +0000)]
*** empty log message ***

23 years ago*** empty log message ***
Jim Meyering [Sun, 15 Jul 2001 14:39:51 +0000 (14:39 +0000)]
*** empty log message ***

23 years agoUpdate from glibc.
Jim Meyering [Sun, 15 Jul 2001 14:39:46 +0000 (14:39 +0000)]
Update from glibc.

23 years ago*** empty log message ***
Jim Meyering [Sun, 15 Jul 2001 14:39:29 +0000 (14:39 +0000)]
*** empty log message ***

23 years agoInclude "unlocked-io.h", rather than hard-coding the HAVE_*_UNLOCKED macros.
Jim Meyering [Sun, 15 Jul 2001 14:39:04 +0000 (14:39 +0000)]
Include "unlocked-io.h", rather than hard-coding the HAVE_*_UNLOCKED macros.

23 years ago(unlocked-io.h): New rule.
Jim Meyering [Sun, 15 Jul 2001 14:37:50 +0000 (14:37 +0000)]
(unlocked-io.h): New rule.
($(srcdir)/m4/jm-glibc-io.m4): New rule.

23 years ago.
Jim Meyering [Sun, 15 Jul 2001 14:33:50 +0000 (14:33 +0000)]
.

23 years ago*** empty log message ***
Jim Meyering [Sun, 15 Jul 2001 14:33:37 +0000 (14:33 +0000)]
*** empty log message ***

23 years agoremove unlocked-io.h stuff
Jim Meyering [Sun, 15 Jul 2001 14:31:54 +0000 (14:31 +0000)]
remove unlocked-io.h stuff

23 years ago*** empty log message ***
Jim Meyering [Sun, 15 Jul 2001 14:30:55 +0000 (14:30 +0000)]
*** empty log message ***

23 years agobump serial number
Jim Meyering [Sun, 15 Jul 2001 12:21:46 +0000 (12:21 +0000)]
bump serial number

23 years ago(__attribute__): Define it to be empty for compilers CPPI-1_10
Jim Meyering [Sat, 14 Jul 2001 19:47:20 +0000 (19:47 +0000)]
(__attribute__): Define it to be empty for compilers
that don't support that syntax.

23 years agodon't depend on xd-delta directly
Jim Meyering [Sat, 14 Jul 2001 18:47:48 +0000 (18:47 +0000)]
don't depend on xd-delta directly

23 years ago(rel-files): Define and factor.
Jim Meyering [Sat, 14 Jul 2001 18:18:26 +0000 (18:18 +0000)]
(rel-files): Define and factor.

23 years ago(emit-rsync-commands): Also emit code to rsync the .bz2 files.
Jim Meyering [Sat, 14 Jul 2001 18:14:01 +0000 (18:14 +0000)]
(emit-rsync-commands): Also emit code to rsync the .bz2 files.

23 years agomerge in a fix from autoconf
Jim Meyering [Sat, 14 Jul 2001 18:03:51 +0000 (18:03 +0000)]
merge in a fix from autoconf

23 years agoCreate tar.bz2 files and include them in announcement.
Jim Meyering [Sat, 14 Jul 2001 17:55:53 +0000 (17:55 +0000)]
Create tar.bz2 files and include them in announcement.

23 years ago*** empty log message ***
Jim Meyering [Sat, 14 Jul 2001 17:10:48 +0000 (17:10 +0000)]
*** empty log message ***

23 years agoMore changes from autoconf.
Jim Meyering [Sat, 14 Jul 2001 17:10:17 +0000 (17:10 +0000)]
More changes from autoconf.

23 years ago*** empty log message ***
Jim Meyering [Sat, 14 Jul 2001 13:09:40 +0000 (13:09 +0000)]
*** empty log message ***

23 years ago(cp invocation): Reflect 2001-07-08 change to cp (via copy.c).
Jim Meyering [Sat, 14 Jul 2001 13:09:33 +0000 (13:09 +0000)]
(cp invocation): Reflect 2001-07-08 change to cp (via copy.c).