Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-11-17 | (.NOTPARALLEL): Put it here instead, since this file | Jim Meyering | |
is common to these packages: fileutils, sh-utils, textutils. | |||
2000-11-17 | Declare 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-17 | Explicitly 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-17 | Update 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-16 | Include sys/types.h before system.h. | Jim Meyering | |
2000-11-16 | *** empty log message *** | Jim Meyering | |
2000-11-16 | Declare 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-16 | Incorporate weak-alias-related changes from glibc. | Jim Meyering | |
2000-11-14 | remove bruno's 11-03 entry for unicodeio.c | Jim Meyering | |
2000-11-14 | *** empty log message *** | Jim Meyering | |
2000-11-14 | reword a paragraph in the ptx section | Jim Meyering | |
2000-11-13 | *** empty log message *** | Jim Meyering | |
2000-11-13 | Add an `echo' so that the input to the sed command | Jim 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 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. |