1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-05-27 04:36:35 +02:00
Commit Graph

9855 Commits

Author SHA1 Message Date
Jim Meyering 1ff67f6c5c (<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.
2000-11-12 09:48:14 +00:00
Jim Meyering eabc99b8a4 *** empty log message *** 2000-11-11 14:52:05 +00:00
Jim Meyering b3f23e14d2 Add a couple #includes, merging from GNU libc version. 2000-11-11 14:32:00 +00:00
Jim Meyering abe849cb76 . 2000-11-11 14:18:22 +00:00
Jim Meyering 4f9389cf1e More minor rewording and grammar correction.
From Brian Youmans.
2000-11-11 14:18:08 +00:00
Jim Meyering 3ac192dc18 *** empty log message *** FILEUTILS-4_0_32 2000-11-11 13:42:17 +00:00
Jim Meyering 39d746aace (GZIP_ENV): Define to --no-name, so the timestamp
is not included in the .tar.gz file.
2000-11-11 13:42:07 +00:00
Jim Meyering a4aa31ab26 *** empty log message *** 2000-11-11 13:35:39 +00:00
Jim Meyering fc27d7356d (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.
2000-11-11 13:34:51 +00:00
Jim Meyering 427694451d *** empty log message *** 2000-11-11 10:21:51 +00:00
Jim Meyering 81655756c2 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 -'.
2000-11-11 10:21:42 +00:00
Jim Meyering 2cd2cfc95c Back out Paul's changes while we wait for him and Bruno to reach agreement. 2000-11-11 09:10:33 +00:00
Jim Meyering dd55ac2967 Remove Paul's entries for unicodeio.c: then I don't have to justify
backing out the nov8/9 changes.
2000-11-11 09:09:55 +00:00
Jim Meyering 0a8f8a7f96 *** empty log message *** 2000-11-11 08:32:16 +00:00
Jim Meyering 8fdb4073cb (announcement): Limit depth of ChangeLog `find' to 2. 2000-11-11 08:32:10 +00:00
Jim Meyering 6a3804bceb *** empty log message *** 2000-11-11 08:29:21 +00:00
Jim Meyering 7a23da6e17 *** empty log message *** 2000-11-11 08:11:20 +00:00
Jim Meyering 403470bdfb *** empty log message *** 2000-11-11 07:52:09 +00:00
Jim Meyering 565c193a23 *** empty log message *** 2000-11-11 07:51:25 +00:00
Jim Meyering cd7e157b45 (print_long_format): Wrap the --full-time' date format
string in _(...), so it too may be internationalized.
Suggestion from Jungshik Shin.
2000-11-11 07:51:07 +00:00
Jim Meyering bac81b8dd0 *** empty log message *** 2000-11-11 07:50:38 +00:00
Jim Meyering 6e92f27548 . 2000-11-10 18:54:40 +00:00
Jim Meyering b3324ca196 (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.
2000-11-10 18:54:19 +00:00
Jim Meyering c90aa4af6c *** empty log message *** 2000-11-10 16:37:20 +00:00
Jim Meyering 2dcd72c77e *** empty log message *** 2000-11-10 16:30:37 +00:00
Jim Meyering 4aba36bd9a (TESTS): Add obsolescent. 2000-11-10 16:30:28 +00:00
Jim Meyering 2ee35792a0 *** empty log message *** 2000-11-10 16:29:12 +00:00
Jim Meyering 782e6319e5 *** empty log message *** 2000-11-10 16:24:24 +00:00
Jim Meyering 95bbe7a4e1 *** empty log message *** 2000-11-10 16:23:14 +00:00
Jim Meyering 5631658518 *** empty log message *** 2000-11-10 11:14:03 +00:00
Jim Meyering 64e75882f4 Update from GNU libc. 2000-11-10 11:13:32 +00:00
Jim Meyering 151c87c3df Update from GNU libc. 2000-11-10 11:10:39 +00:00
Jim Meyering 0e12cbe0e2 fix typo 2000-11-10 09:02:29 +00:00
Jim Meyering 6165d7114f *** empty log message *** 2000-11-10 08:46:34 +00:00
Jim Meyering 2edf3e95db (ENOTSUP): Define to EINVAL if not defined. 2000-11-10 08:46:19 +00:00
Jim Meyering b2a6e3f614 don't back them out 2000-11-10 08:44:51 +00:00
Jim Meyering be1e26b2e5 Back out the last two changes, at least for now. 2000-11-10 08:43:46 +00:00
Jim Meyering 185ee08979 . 2000-11-09 22:29:57 +00:00
Jim Meyering 020235e167 *** empty log message *** 2000-11-09 22:22:41 +00:00
Jim Meyering 445485d9b8 Do not set the permissions of the final directory
component if it was not just created.
Based on a patch from Volker Borchert.
2000-11-09 22:21:59 +00:00
Jim Meyering 0fd7aaf38c *** empty log message *** 2000-11-09 08:33:01 +00:00
Jim Meyering 48a83af35c (MB_LEN_MAX): Make sure it's at least 6, to avoid buggy C libraries. 2000-11-09 08:32:52 +00:00
Jim Meyering bb73f9b20e (<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.
2000-11-09 08:30:00 +00:00
Jim Meyering 611fadd9e8 *** empty log message *** 2000-11-09 08:28:13 +00:00
Jim Meyering f95b33a519 *** empty log message *** 2000-11-08 14:46:43 +00:00
Jim Meyering 73771cb380 (jm_MACROS): Add test for wcrtomb. 2000-11-08 14:46:35 +00:00
Jim Meyering 48da137f84 *** empty log message *** 2000-11-08 14:46:20 +00:00
Jim Meyering 4e378387d0 Include wchar.h.
(wcrtomb): Provide fallback definition for broken platforms.
(print_unicode_char): New alternative definition for platforms where
wchar_t is Unicode.
2000-11-08 14:46:13 +00:00
Jim Meyering 830edd4985 . 2000-11-07 15:36:04 +00:00
Jim Meyering 770c39a710 *** empty log message *** 2000-11-07 15:35:25 +00:00