summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2000-11-17(.NOTPARALLEL): Put it here instead, since this fileJim Meyering
is common to these packages: fileutils, sh-utils, textutils.
2000-11-17Declare global `tab' to be of type *unsigned* char,Jim Meyering
so join works with 8-bit delimiter characters.
2000-11-17.Jim Meyering
2000-11-17*** empty log message ***Jim Meyering
2000-11-17Explicitly include sys/types.h before including system.h.Jim Meyering
2000-11-17.Jim Meyering
2000-11-17*** empty log message ***Jim Meyering
2000-11-17Update from GNU libc.Jim Meyering
2000-11-17(sha1): Define.Jim Meyering
(announcement): Include SHA1 digest of .tar.gz file.
2000-11-16*** empty log message ***Jim Meyering
2000-11-16Include sys/types.h before system.h.Jim Meyering
2000-11-16*** empty log message ***Jim Meyering
2000-11-16Declare global `tab' to be of type *unsigned* char,Jim Meyering
so join works with 8-bit delimiter characters. Reported by Antonio Rendas.
2000-11-16(8-bit-t): New test for the above fix.Jim Meyering
2000-11-16*** empty log message ***Jim Meyering
2000-11-16*** empty log message ***Jim Meyering
2000-11-16Incorporate weak-alias-related changes from glibc.Jim Meyering
2000-11-14remove bruno's 11-03 entry for unicodeio.cJim Meyering
2000-11-14*** empty log message ***Jim Meyering
2000-11-14reword a paragraph in the ptx sectionJim Meyering
2000-11-13*** empty log message ***Jim Meyering
2000-11-13Add an `echo' so that the input to the sed commandJim Meyering
is NL-terminated. Otherwise, Solaris' /bin/sed generates no output. Reported by Vin Shelton.
2000-11-13*** empty log message ***Jim Meyering
2000-11-13*** empty log message ***Jim Meyering
2000-11-13(ST_TIME_CMP_NS): Fix typo: ST_MTIM_NSEC shouldJim 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-12Update from master repository.Jim Meyering
2000-11-12(show_date): Add a comment explaining why theJim 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-11Add a couple #includes, merging from GNU libc version.Jim Meyering
2000-11-11.Jim Meyering
2000-11-11More 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 timestampJim 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) toJim 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-11Don't put newline in IFS; that's not portable toJim Meyering
NetBSD's /bin/sh. Instead, filter newlines and leading/trailing blanks out of `tests' before the `set -'.
2000-11-11Back out Paul's changes while we wait for him and Bruno to reach agreement.Jim Meyering
2000-11-11Remove Paul's entries for unicodeio.c: then I don't have to justifyJim 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 formatJim Meyering
string in _(...), so it too may be internationalized. Suggestion from Jungshik Shin.