platform/upstream/coreutils.git
23 years ago*** empty log message ***
Jim Meyering [Sat, 18 Nov 2000 13:48:25 +0000 (13:48 +0000)]
*** empty log message ***

23 years ago*** empty log message ***
Jim Meyering [Sat, 18 Nov 2000 13:40:17 +0000 (13:40 +0000)]
*** empty log message ***

23 years ago(TESTS): Add t-slash.
Jim Meyering [Sat, 18 Nov 2000 13:39:49 +0000 (13:39 +0000)]
(TESTS): Add t-slash.

23 years ago*** empty log message ***
Jim Meyering [Sat, 18 Nov 2000 13:36:40 +0000 (13:36 +0000)]
*** empty log message ***

23 years ago(main): With --parents, remove any trailing slashes
Jim Meyering [Sat, 18 Nov 2000 13:36:24 +0000 (13:36 +0000)]
(main): With --parents, remove any trailing slashes
from the argument to the final mkdir call.  Required for NetBSD.

23 years agoCreate and `cd' into temporary directory
Jim Meyering [Sat, 18 Nov 2000 13:19:23 +0000 (13:19 +0000)]
Create and `cd' into temporary directory
before anything else.  Reported by Volker Borchert.

23 years agorevert mysteriously-applied last delta!
Jim Meyering [Sat, 18 Nov 2000 13:10:40 +0000 (13:10 +0000)]
revert mysteriously-applied last delta!

23 years agoadd -*- Makefile -*-
Jim Meyering [Sat, 18 Nov 2000 13:02:44 +0000 (13:02 +0000)]
add -*- Makefile -*-

23 years agoSync with the one from fileutils.
Jim Meyering [Sat, 18 Nov 2000 13:01:22 +0000 (13:01 +0000)]
Sync with the one from fileutils.

23 years ago*** empty log message ***
Jim Meyering [Sat, 18 Nov 2000 11:53:28 +0000 (11:53 +0000)]
*** empty log message ***

23 years ago*** empty log message ***
Jim Meyering [Sat, 18 Nov 2000 11:53:02 +0000 (11:53 +0000)]
*** empty log message ***

23 years ago*** empty log message ***
Jim Meyering [Sat, 18 Nov 2000 11:52:12 +0000 (11:52 +0000)]
*** empty log message ***

23 years ago.
Jim Meyering [Sat, 18 Nov 2000 11:50:19 +0000 (11:50 +0000)]
.

23 years ago.
Jim Meyering [Sat, 18 Nov 2000 11:17:41 +0000 (11:17 +0000)]
.

23 years agotweak a comment
Jim Meyering [Sat, 18 Nov 2000 09:53:33 +0000 (09:53 +0000)]
tweak a comment

23 years agoFormatting changes.
Jim Meyering [Sat, 18 Nov 2000 09:50:09 +0000 (09:50 +0000)]
Formatting changes.
(obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
prevent type checking.
(obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
cast the value to (void *): assigning a `foo *' to a `void *'
variable is valid.
(obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.

23 years ago*** empty log message ***
Jim Meyering [Fri, 17 Nov 2000 10:22:20 +0000 (10:22 +0000)]
*** empty log message ***

23 years ago*** empty log message ***
Jim Meyering [Fri, 17 Nov 2000 10:21:57 +0000 (10:21 +0000)]
*** empty log message ***

23 years ago*** empty log message ***
Jim Meyering [Fri, 17 Nov 2000 10:20:42 +0000 (10:20 +0000)]
*** empty log message ***

23 years ago(.NOTPARALLEL): Put it here instead, since this file
Jim Meyering [Fri, 17 Nov 2000 10:20:09 +0000 (10:20 +0000)]
(.NOTPARALLEL): Put it here instead, since this file
is common to these packages: fileutils, sh-utils, textutils.

23 years agoDeclare global `tab' to be of type *unsigned* char,
Jim Meyering [Fri, 17 Nov 2000 10:16:53 +0000 (10:16 +0000)]
Declare global `tab' to be of type *unsigned* char,
so join works with 8-bit delimiter characters.

23 years ago.
Jim Meyering [Fri, 17 Nov 2000 10:16:22 +0000 (10:16 +0000)]
.

23 years ago*** empty log message ***
Jim Meyering [Fri, 17 Nov 2000 08:31:36 +0000 (08:31 +0000)]
*** empty log message ***

23 years agoExplicitly include sys/types.h before including system.h.
Jim Meyering [Fri, 17 Nov 2000 08:31:01 +0000 (08:31 +0000)]
Explicitly include sys/types.h before including system.h.

23 years ago.
Jim Meyering [Fri, 17 Nov 2000 08:21:22 +0000 (08:21 +0000)]
.

23 years ago*** empty log message ***
Jim Meyering [Fri, 17 Nov 2000 08:19:14 +0000 (08:19 +0000)]
*** empty log message ***

23 years agoUpdate from GNU libc.
Jim Meyering [Fri, 17 Nov 2000 08:19:01 +0000 (08:19 +0000)]
Update from GNU libc.

23 years ago(sha1): Define.
Jim Meyering [Fri, 17 Nov 2000 08:13:38 +0000 (08:13 +0000)]
(sha1): Define.
(announcement): Include SHA1 digest of .tar.gz file.

23 years ago*** empty log message ***
Jim Meyering [Thu, 16 Nov 2000 19:35:10 +0000 (19:35 +0000)]
*** empty log message ***

23 years agoInclude sys/types.h before system.h.
Jim Meyering [Thu, 16 Nov 2000 19:34:23 +0000 (19:34 +0000)]
Include sys/types.h before system.h.

23 years ago*** empty log message ***
Jim Meyering [Thu, 16 Nov 2000 14:19:37 +0000 (14:19 +0000)]
*** empty log message ***

23 years agoDeclare global `tab' to be of type *unsigned* char,
Jim Meyering [Thu, 16 Nov 2000 14:19:27 +0000 (14:19 +0000)]
Declare global `tab' to be of type *unsigned* char,
so join works with 8-bit delimiter characters.
Reported by Antonio Rendas.

23 years ago(8-bit-t): New test for the above fix.
Jim Meyering [Thu, 16 Nov 2000 14:19:00 +0000 (14:19 +0000)]
(8-bit-t): New test for the above fix.

23 years ago*** empty log message ***
Jim Meyering [Thu, 16 Nov 2000 12:56:51 +0000 (12:56 +0000)]
*** empty log message ***

23 years ago*** empty log message ***
Jim Meyering [Thu, 16 Nov 2000 12:20:35 +0000 (12:20 +0000)]
*** empty log message ***

23 years agoIncorporate weak-alias-related changes from glibc.
Jim Meyering [Thu, 16 Nov 2000 10:15:54 +0000 (10:15 +0000)]
Incorporate weak-alias-related changes from glibc.

23 years agoremove bruno's 11-03 entry for unicodeio.c
Jim Meyering [Tue, 14 Nov 2000 21:45:59 +0000 (21:45 +0000)]
remove bruno's 11-03 entry for unicodeio.c

23 years ago*** empty log message ***
Jim Meyering [Tue, 14 Nov 2000 21:39:06 +0000 (21:39 +0000)]
*** empty log message ***

23 years agoreword a paragraph in the ptx section
Jim Meyering [Tue, 14 Nov 2000 21:38:00 +0000 (21:38 +0000)]
reword a paragraph in the ptx section

23 years ago*** empty log message ***
Jim Meyering [Mon, 13 Nov 2000 23:59:21 +0000 (23:59 +0000)]
*** empty log message ***

23 years agoAdd an `echo' so that the input to the sed command
Jim Meyering [Mon, 13 Nov 2000 23:59:15 +0000 (23:59 +0000)]
Add an `echo' so that the input to the sed command
is NL-terminated.  Otherwise, Solaris' /bin/sed generates no output.
Reported by Vin Shelton.

23 years ago*** empty log message ***
Jim Meyering [Mon, 13 Nov 2000 19:34:19 +0000 (19:34 +0000)]
*** empty log message ***

23 years ago*** empty log message ***
Jim Meyering [Mon, 13 Nov 2000 19:33:47 +0000 (19:33 +0000)]
*** empty log message ***

23 years ago(ST_TIME_CMP_NS): Fix typo: ST_MTIM_NSEC should
Jim Meyering [Mon, 13 Nov 2000 19:33:32 +0000 (19:33 +0000)]
(ST_TIME_CMP_NS): Fix typo: ST_MTIM_NSEC should
be tested with #ifdef, not with #if.

23 years ago*** empty log message ***
Jim Meyering [Sun, 12 Nov 2000 15:19:26 +0000 (15:19 +0000)]
*** empty log message ***

23 years ago(print_long_format): Remove obsolete comment (strftime vs. ctime).
Jim Meyering [Sun, 12 Nov 2000 15:19:21 +0000 (15:19 +0000)]
(print_long_format): Remove obsolete comment (strftime vs. ctime).
From Paul Eggert.

23 years ago.
Jim Meyering [Sun, 12 Nov 2000 10:51:33 +0000 (10:51 +0000)]
.

23 years agoUpdate from master repository.
Jim Meyering [Sun, 12 Nov 2000 10:51:24 +0000 (10:51 +0000)]
Update from master repository.

23 years ago(show_date): Add a comment explaining why the
Jim Meyering [Sun, 12 Nov 2000 10:02:29 +0000 (10:02 +0000)]
(show_date): Add a comment explaining why the
format string must not be translatable via _().  From Paul Eggert.

23 years ago(<langinfo.h>): Include if HAVE_LANGINFO_H.
Jim Meyering [Sun, 12 Nov 2000 09:48:14 +0000 (09:48 +0000)]
(<langinfo.h>): Include if HAVE_LANGINFO_H.
(DATE_FMT_LANGINFO): New macro, taken from sh-utils/src/date.c.
(print_long_format): Use it to determine "date" format.
Do not wrap "%b %e %Y" and "%b %e %H:%M" in _(), as it results in
incorrect behavior when LC_ALL is unset, LC_TIME is "C", and
LC_MESSAGES or LANG is set to something disagreeing with the POSIX
locale.

23 years ago*** empty log message ***
Jim Meyering [Sat, 11 Nov 2000 14:52:05 +0000 (14:52 +0000)]
*** empty log message ***

23 years agoAdd a couple #includes, merging from GNU libc version.
Jim Meyering [Sat, 11 Nov 2000 14:32:00 +0000 (14:32 +0000)]
Add a couple #includes, merging from GNU libc version.

23 years ago.
Jim Meyering [Sat, 11 Nov 2000 14:18:22 +0000 (14:18 +0000)]
.

23 years agoMore minor rewording and grammar correction.
Jim Meyering [Sat, 11 Nov 2000 14:18:08 +0000 (14:18 +0000)]
More minor rewording and grammar correction.
From Brian Youmans.

23 years ago*** empty log message *** FILEUTILS-4_0_32
Jim Meyering [Sat, 11 Nov 2000 13:42:17 +0000 (13:42 +0000)]
*** empty log message ***

23 years ago(GZIP_ENV): Define to --no-name, so the timestamp
Jim Meyering [Sat, 11 Nov 2000 13:42:07 +0000 (13:42 +0000)]
(GZIP_ENV): Define to --no-name, so the timestamp
is not included in the .tar.gz file.

23 years ago*** empty log message ***
Jim Meyering [Sat, 11 Nov 2000 13:35:39 +0000 (13:35 +0000)]
*** empty log message ***

23 years ago(tests): Use `empty' (instead of just blanks) to
Jim Meyering [Sat, 11 Nov 2000 13:34:51 +0000 (13:34 +0000)]
(tests): Use `empty' (instead of just blanks) to
indicate no `-m' option.  Using just blanks wasn't portable to
Solaris2.5.1's /bin/sh.

23 years ago*** empty log message ***
Jim Meyering [Sat, 11 Nov 2000 10:21:51 +0000 (10:21 +0000)]
*** empty log message ***

23 years agoDon't put newline in IFS; that's not portable to
Jim Meyering [Sat, 11 Nov 2000 10:21:42 +0000 (10:21 +0000)]
Don't put newline in IFS;  that's not portable to
NetBSD's /bin/sh.  Instead, filter newlines and leading/trailing blanks
out of `tests' before the `set -'.

23 years agoBack out Paul's changes while we wait for him and Bruno to reach agreement.
Jim Meyering [Sat, 11 Nov 2000 09:10:33 +0000 (09:10 +0000)]
Back out Paul's changes while we wait for him and Bruno to reach agreement.

23 years agoRemove Paul's entries for unicodeio.c: then I don't have to justify
Jim Meyering [Sat, 11 Nov 2000 09:09:55 +0000 (09:09 +0000)]
Remove Paul's entries for unicodeio.c: then I don't have to justify
backing out the nov8/9 changes.

23 years ago*** empty log message ***
Jim Meyering [Sat, 11 Nov 2000 08:32:16 +0000 (08:32 +0000)]
*** empty log message ***

23 years ago(announcement): Limit depth of ChangeLog `find' to 2.
Jim Meyering [Sat, 11 Nov 2000 08:32:10 +0000 (08:32 +0000)]
(announcement): Limit depth of ChangeLog `find' to 2.

23 years ago*** empty log message ***
Jim Meyering [Sat, 11 Nov 2000 08:29:21 +0000 (08:29 +0000)]
*** empty log message ***

23 years ago*** empty log message ***
Jim Meyering [Sat, 11 Nov 2000 08:11:20 +0000 (08:11 +0000)]
*** empty log message ***

23 years ago*** empty log message ***
Jim Meyering [Sat, 11 Nov 2000 07:52:09 +0000 (07:52 +0000)]
*** empty log message ***

23 years ago*** empty log message ***
Jim Meyering [Sat, 11 Nov 2000 07:51:25 +0000 (07:51 +0000)]
*** empty log message ***

23 years ago(print_long_format): Wrap the --full-time' date format
Jim Meyering [Sat, 11 Nov 2000 07:51:07 +0000 (07:51 +0000)]
(print_long_format): Wrap the --full-time' date format
string in _(...), so it too may be internationalized.
Suggestion from Jungshik Shin.

23 years ago*** empty log message ***
Jim Meyering [Sat, 11 Nov 2000 07:50:38 +0000 (07:50 +0000)]
*** empty log message ***

23 years ago.
Jim Meyering [Fri, 10 Nov 2000 18:54:40 +0000 (18:54 +0000)]
.

23 years ago(main): Interpret a lone numeric argument of 8 or 10
Jim Meyering [Fri, 10 Nov 2000 18:54:19 +0000 (18:54 +0000)]
(main): Interpret a lone numeric argument of 8 or 10
digits as a file name, rather than as a date/time in the obsolescent
`MMDDhhmm[YY]' format.  Reported by Wenjun Zheng.

23 years ago*** empty log message ***
Jim Meyering [Fri, 10 Nov 2000 16:37:20 +0000 (16:37 +0000)]
*** empty log message ***

23 years ago*** empty log message ***
Jim Meyering [Fri, 10 Nov 2000 16:30:37 +0000 (16:30 +0000)]
*** empty log message ***

23 years ago(TESTS): Add obsolescent.
Jim Meyering [Fri, 10 Nov 2000 16:30:28 +0000 (16:30 +0000)]
(TESTS): Add obsolescent.

23 years ago*** empty log message ***
Jim Meyering [Fri, 10 Nov 2000 16:29:12 +0000 (16:29 +0000)]
*** empty log message ***

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

23 years ago*** empty log message ***
Jim Meyering [Fri, 10 Nov 2000 16:23:14 +0000 (16:23 +0000)]
*** empty log message ***

23 years ago*** empty log message ***
Jim Meyering [Fri, 10 Nov 2000 11:14:03 +0000 (11:14 +0000)]
*** empty log message ***

23 years agoUpdate from GNU libc.
Jim Meyering [Fri, 10 Nov 2000 11:13:32 +0000 (11:13 +0000)]
Update from GNU libc.

23 years agoUpdate from GNU libc.
Jim Meyering [Fri, 10 Nov 2000 11:10:39 +0000 (11:10 +0000)]
Update from GNU libc.

23 years agofix typo
Jim Meyering [Fri, 10 Nov 2000 09:02:29 +0000 (09:02 +0000)]
fix typo

23 years ago*** empty log message ***
Jim Meyering [Fri, 10 Nov 2000 08:46:34 +0000 (08:46 +0000)]
*** empty log message ***

23 years ago(ENOTSUP): Define to EINVAL if not defined.
Jim Meyering [Fri, 10 Nov 2000 08:46:19 +0000 (08:46 +0000)]
(ENOTSUP): Define to EINVAL if not defined.

23 years agodon't back them out
Jim Meyering [Fri, 10 Nov 2000 08:44:51 +0000 (08:44 +0000)]
don't back them out

23 years agoBack out the last two changes, at least for now.
Jim Meyering [Fri, 10 Nov 2000 08:43:46 +0000 (08:43 +0000)]
Back out the last two changes, at least for now.

23 years ago.
Jim Meyering [Thu, 9 Nov 2000 22:29:57 +0000 (22:29 +0000)]
.

23 years ago*** empty log message ***
Jim Meyering [Thu, 9 Nov 2000 22:22:41 +0000 (22:22 +0000)]
*** empty log message ***

23 years agoDo not set the permissions of the final directory
Jim Meyering [Thu, 9 Nov 2000 22:21:59 +0000 (22:21 +0000)]
Do not set the permissions of the final directory
component if it was not just created.
Based on a patch from Volker Borchert.

23 years ago*** empty log message ***
Jim Meyering [Thu, 9 Nov 2000 08:33:01 +0000 (08:33 +0000)]
*** empty log message ***

23 years ago(MB_LEN_MAX): Make sure it's at least 6, to avoid buggy C libraries.
Jim Meyering [Thu, 9 Nov 2000 08:32:52 +0000 (08:32 +0000)]
(MB_LEN_MAX): Make sure it's at least 6, to avoid buggy C libraries.

23 years ago(<wchar.h>): Do not include; no longer needed, since we no longer use wcrtomb.
Jim Meyering [Thu, 9 Nov 2000 08:30:00 +0000 (08:30 +0000)]
(<wchar.h>): Do not include; no longer needed, since we no longer use wcrtomb.
(<limits.h>): Include if HAVE_LIMITS_H.
(MB_LEN_MAX): Define if limits.h doesn't.
(convert_unicode_char): New function, with the conversion part of the
old print_unicode_char.  Use wctomb, not wcrtomb.  Depend on
HAVE_WCTOMB, not HAVE_WCRTOMB.
(print_unicode_char): Use convert_unicode_char to do the conversion.

23 years ago*** empty log message ***
Jim Meyering [Thu, 9 Nov 2000 08:28:13 +0000 (08:28 +0000)]
*** empty log message ***

23 years ago*** empty log message ***
Jim Meyering [Wed, 8 Nov 2000 14:46:43 +0000 (14:46 +0000)]
*** empty log message ***

23 years ago(jm_MACROS): Add test for wcrtomb.
Jim Meyering [Wed, 8 Nov 2000 14:46:35 +0000 (14:46 +0000)]
(jm_MACROS): Add test for wcrtomb.

23 years ago*** empty log message ***
Jim Meyering [Wed, 8 Nov 2000 14:46:20 +0000 (14:46 +0000)]
*** empty log message ***

23 years agoInclude wchar.h.
Jim Meyering [Wed, 8 Nov 2000 14:46:13 +0000 (14:46 +0000)]
Include wchar.h.
(wcrtomb): Provide fallback definition for broken platforms.
(print_unicode_char): New alternative definition for platforms where
wchar_t is Unicode.

23 years ago.
Jim Meyering [Tue, 7 Nov 2000 15:36:04 +0000 (15:36 +0000)]
.

23 years ago*** empty log message ***
Jim Meyering [Tue, 7 Nov 2000 15:35:25 +0000 (15:35 +0000)]
*** empty log message ***

23 years ago(setusershell): Use rewind rather than
Jim Meyering [Tue, 7 Nov 2000 15:35:15 +0000 (15:35 +0000)]
(setusershell): Use rewind rather than
fseek/fseeko, to avoid configuration hassles with fseeko.
Don't bother opening SHELLS_FILE if shellstream is NULL;
it's not necessary.