1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-08-01 21:47:06 +02:00
Commit Graph

9844 Commits

Author SHA1 Message Date
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
Jim Meyering 4e2bc789ab (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.
2000-11-07 15:35:15 +00:00
Jim Meyering da0732da37 tweak 2000-11-07 14:57:41 +00:00
Jim Meyering b3edfeaeee *** empty log message *** 2000-11-07 14:22:54 +00:00
Jim Meyering e1d09fbef3 (TESTS): Add parents.
(TESTS_ENVIRONMENT): Define srcdir=$(srcdir).
2000-11-07 14:22:11 +00:00
Jim Meyering 4d73de7228 *** empty log message *** 2000-11-07 14:20:43 +00:00
Jim Meyering 97a165c61f handle special bits, too 2000-11-07 14:20:06 +00:00
Jim Meyering 57ebb8d808 *** empty log message *** 2000-11-06 21:53:08 +00:00
Jim Meyering 0aa5a0d85e *** empty log message *** 2000-11-06 21:52:12 +00:00
Jim Meyering c49c23e608 (TESTS_ENVIRONMENT): Define srcdir=$(srcdir). 2000-11-06 20:57:04 +00:00
Jim Meyering 1a6f58ae67 Move mkdir tests into ../mkdir. 2000-11-06 20:53:58 +00:00
Jim Meyering 49a11aa4d4 add Paul here, too. 2000-11-06 18:41:25 +00:00