summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1996-07-10.Jim Meyering
1996-07-10.Jim Meyering
1996-07-10(MAXCOST): Use `(unsigned long)1' rather than `(COST)1'Jim Meyering
so the left operand of the << isn't signed. From Kjetil Torgrim Homme.
1996-07-09.Jim Meyering
1996-07-09(install-data): Don't install NLS files when they're not requested.Jim Meyering
From Ulrich Drepper. Reported by Kjetil Torgrim Homme <kjetilho@ifi.uio.no>.
1996-07-08.Jim Meyering
1996-07-08.Jim Meyering
1996-07-08Make initial colors for `color_indicator' match thoseJim Meyering
currently in dircolors.hin.
1996-07-08.Jim Meyering
1996-07-08Include termios.h.Jim Meyering
Guard inclusion of sys/ioctl.h with #ifdef GWINSZ_IN_SYS_IOCTL, rather than HAVE_SYS_IOCTL_H. Modelled after sh-utils' stty.c at suggestion from Chip Bennett <BennettC@j64.stratcom.af.mil>.
1996-07-08Recognize more filename extensions. From Joshua Cowan.Jim Meyering
1996-07-08.Jim Meyering
1996-07-08.Jim Meyering
1996-07-07.Jim Meyering
1996-07-06.Jim Meyering
1996-07-06(usage): Factor out backup-related text into separate string/printf statement.Jim Meyering
1996-07-06(usage): Factor out backup-related text into separate string/printf statement.Jim Meyering
1996-07-06.Jim Meyering
1996-07-06.Jim Meyering
1996-07-06(su_SOURCES): Remove group-member.c.Jim Meyering
(EXTRA_DIST): Add group-member.c here.
1996-07-06.Jim Meyering
1996-07-06.Jim Meyering
1996-07-06Fix typo: top-srcdir -> top_srcdir.Jim Meyering
1996-07-06[!STDC_HEADERS]: Declare free. From Marcus Daniels.Jim Meyering
1996-07-06.Jim Meyering
1996-07-06.Jim Meyering
1996-07-06Merge from gettext-0.10.23.Jim Meyering
1996-07-06($(PACKAGE).pot): Merge from gettext-0.10.23.Jim Meyering
1996-07-05.Jim Meyering
1996-07-05.Jim Meyering
1996-07-05(usage): Remove space before newline in usage message.Jim Meyering
1996-07-05.Jim Meyering
1996-07-05(usage): Remove space before newline in usage message.Jim Meyering
1996-07-05(usage): Remove space before newline in usage message.Jim Meyering
1996-07-05(usage): Remove space before newline in usage message.Jim Meyering
1996-07-05(usage): Remove space before newline in usage message.Jim Meyering
1996-07-04.Jim Meyering
1996-07-04.Jim Meyering
1996-07-04(split_3): Add missing semicolon. From Jim Blandy.Jim Meyering
1996-07-04.Jim Meyering
1996-07-04.Jim Meyering
1996-07-04(main): Fix typo in last change.Jim Meyering
1996-07-04.Jim Meyering
1996-07-04Make `dir --version' and `vdir --version' print their names, not `ls'.Jim Meyering
Reported by Ulrich Drepper.
1996-07-04.Jim Meyering
1996-07-04(md5_file): Replace obsolete comment with a descriptionJim Meyering
of the function. (md5_check): Don't use "s"-adding trick to form the plural of `checksum.' That doesn't work well with translation. Suggestions from Ulrich Drepper.
1996-07-04.Jim Meyering
1996-07-04(MIN_DIGEST_LINE_LENGTH): New macro.Jim Meyering
[NEWLINE_REPLACEMENT_STRING*]: Remove macros. (main): Output a leading backslash for a line describing a file whose name contains a newline. Then translate each NEWLINE byte in the file name to the string, "\\n", and each backslash to "\\\\". File names that don't contain NEWLINE aren't translated. (split_3): Rewrite to handle file names with embedded newlines. Miles Bader and Jim Blandy suggested this new encoding scheme.
1996-07-04.Jim Meyering
1996-07-04(split_3): Correct test for 35-byte line to accomodateJim Meyering
fact that leading blanks may be stripped.