Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-11-13 | (ST_TIME_CMP_NS): Fix typo: ST_MTIM_NSEC should | Jim Meyering | |
be tested with #ifdef, not with #if. | |||
2000-11-12 | *** empty log message *** | Jim Meyering | |
2000-11-12 | (print_long_format): Remove obsolete comment (strftime vs. ctime). | Jim Meyering | |
From Paul Eggert. | |||
2000-11-12 | . | Jim Meyering | |
2000-11-12 | Update from master repository. | Jim Meyering | |
2000-11-12 | (show_date): Add a comment explaining why the | Jim Meyering | |
format string must not be translatable via _(). From Paul Eggert. | |||
2000-11-12 | (<langinfo.h>): Include if HAVE_LANGINFO_H. | Jim Meyering | |
(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-11 | *** empty log message *** | Jim Meyering | |
2000-11-11 | Add a couple #includes, merging from GNU libc version. | Jim Meyering | |
2000-11-11 | . | Jim Meyering | |
2000-11-11 | More minor rewording and grammar correction. | Jim Meyering | |
From Brian Youmans. | |||
2000-11-11 | *** empty log message *** | Jim Meyering | |
2000-11-11 | (GZIP_ENV): Define to --no-name, so the timestamp | Jim Meyering | |
is not included in the .tar.gz file. | |||
2000-11-11 | *** empty log message *** | Jim Meyering | |
2000-11-11 | (tests): Use `empty' (instead of just blanks) to | Jim Meyering | |
indicate no `-m' option. Using just blanks wasn't portable to Solaris2.5.1's /bin/sh. | |||
2000-11-11 | *** empty log message *** | Jim Meyering | |
2000-11-11 | Don't put newline in IFS; that's not portable to | Jim Meyering | |
NetBSD's /bin/sh. Instead, filter newlines and leading/trailing blanks out of `tests' before the `set -'. | |||
2000-11-11 | Back out Paul's changes while we wait for him and Bruno to reach agreement. | Jim Meyering | |
2000-11-11 | Remove Paul's entries for unicodeio.c: then I don't have to justify | Jim Meyering | |
backing out the nov8/9 changes. | |||
2000-11-11 | *** empty log message *** | Jim Meyering | |
2000-11-11 | (announcement): Limit depth of ChangeLog `find' to 2. | Jim Meyering | |
2000-11-11 | *** empty log message *** | Jim Meyering | |
2000-11-11 | *** empty log message *** | Jim Meyering | |
2000-11-11 | *** empty log message *** | Jim Meyering | |
2000-11-11 | *** empty log message *** | Jim Meyering | |
2000-11-11 | (print_long_format): Wrap the --full-time' date format | Jim Meyering | |
string in _(...), so it too may be internationalized. Suggestion from Jungshik Shin. | |||
2000-11-11 | *** empty log message *** | Jim Meyering | |
2000-11-10 | . | Jim Meyering | |
2000-11-10 | (main): Interpret a lone numeric argument of 8 or 10 | Jim Meyering | |
digits as a file name, rather than as a date/time in the obsolescent `MMDDhhmm[YY]' format. Reported by Wenjun Zheng. | |||
2000-11-10 | *** empty log message *** | Jim Meyering | |
2000-11-10 | *** empty log message *** | Jim Meyering | |
2000-11-10 | (TESTS): Add obsolescent. | Jim Meyering | |
2000-11-10 | *** empty log message *** | Jim Meyering | |
2000-11-10 | *** empty log message *** | Jim Meyering | |
2000-11-10 | *** empty log message *** | Jim Meyering | |
2000-11-10 | *** empty log message *** | Jim Meyering | |
2000-11-10 | Update from GNU libc. | Jim Meyering | |
2000-11-10 | Update from GNU libc. | Jim Meyering | |
2000-11-10 | fix typo | Jim Meyering | |
2000-11-10 | *** empty log message *** | Jim Meyering | |
2000-11-10 | (ENOTSUP): Define to EINVAL if not defined. | Jim Meyering | |
2000-11-10 | don't back them out | Jim Meyering | |
2000-11-10 | Back out the last two changes, at least for now. | Jim Meyering | |
2000-11-09 | . | Jim Meyering | |
2000-11-09 | *** empty log message *** | Jim Meyering | |
2000-11-09 | Do not set the permissions of the final directory | Jim Meyering | |
component if it was not just created. Based on a patch from Volker Borchert. | |||
2000-11-09 | *** empty log message *** | Jim Meyering | |
2000-11-09 | (MB_LEN_MAX): Make sure it's at least 6, to avoid buggy C libraries. | Jim Meyering | |
2000-11-09 | (<wchar.h>): Do not include; no longer needed, since we no longer use wcrtomb. | Jim Meyering | |
(<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 | *** empty log message *** | Jim Meyering | |