summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1996-05-31.Jim Meyering
1996-05-31.Jim Meyering
1996-05-31.Jim Meyering
1996-05-31.Jim Meyering
1996-05-31(main): Interpret the old-style +VALUE and -VALUEJim Meyering
options like -c VALUE and -c +VALUE (resp) when VALUE has one of the [bkm] suffix multipliers. This makes the code consistent with --help output.
1996-05-31.Jim Meyering
1996-05-31(limfield): #ifdef-out a block of code that makesJim Meyering
GNU sort incompatible with Unix sort when a key-end spec refers to the N'th character in a field that has fewer than N characters. The POSIX spec doesn't appear to specify behavior for this case. From Karl Heuer.
1996-05-31.Jim Meyering
1996-05-31(.po.mo): Reenable dependency and rule.Jim Meyering
It is required when using native NLS, e.g. on Solaris. From Marcus Daniels.
1996-05-31($(PACKAGE).pot): Depend on POTFILES only when using maintainer mode.Jim Meyering
Reported by Karl Heuer.
1996-05-31(stamp-cat-id): Avoid using temp filename longer than 14 characters.Jim Meyering
(mostlyclean): Likewise. From Karl Heuer.
1996-05-31(decode_one_format): Use %lu (not %d) printf formatsJim Meyering
corresponding to unsigned long, SIZE.
1996-05-31.Jim Meyering
1996-05-30.Jim Meyering
1996-05-30(installcheck): New target.Jim Meyering
1996-05-30.Jim Meyering
1996-05-30(decode_one_format): Take another parameter.Jim Meyering
Give a specific diagnostic for invalid format spec here rather than an overly general one from caller's caller. (decode_format_string): Update caller. (main): Don't give diagnostic here when decode_format_string fails. Remove assertions that could fail on some Crays because they don't have a two-byte type. Johan Danielsson (joda@pdc.kth.se) reported the failed assertions.
1996-05-30.Jim Meyering
1996-05-30.Jim Meyering
1996-05-30(docolon): Give a warning when the first characterJim Meyering
of the basic regular expression is `^'.
1996-05-30.Jim Meyering
1996-05-30(main): Use STDIN_FILENO instead of less portable fileno (stdin).Jim Meyering
1996-05-29.Jim Meyering
1996-05-28.Jim Meyering
1996-05-28.Jim Meyering
1996-05-28(main): Don't mark "%s" as a translatable string.Jim Meyering
From Göran Uddeborg.
1996-05-28(print_stats): Don't mark "%u %s" as a translatable string.Jim Meyering
From Göran Uddeborg (gvran@uddeborg.pp.se).
1996-05-28(main): Use STDIN_FILENO and STDOUT_FILENO instead of less portable fileno(*).Jim Meyering
1996-05-24Hack out broken WEAK junk.Jim Meyering
1996-05-24Define __P.Jim Meyering
1996-05-23.Jim Meyering
1996-05-23FIXME: fill this inJim Meyering
1996-05-23.Jim Meyering
1996-05-23(read_filesystem_list) [MOUNTED_LISTMNTENT]: New function.Jim Meyering
From Johan Danielsson (joda@pdc.kth.se).
1996-05-23[_CRAY]: Don't include sys/filsys.h because althoughJim Meyering
Unicos-9 has it, it's not needed and would cause other problems because it requires inclusion of other, non-standard headers.
1996-05-23(usage): Make --literal (-N) description clearer.Jim Meyering
1996-05-22Add copyright header.Jim Meyering
1996-05-22Update from GNU libc-copies.Jim Meyering
1996-05-22.Jim Meyering
1996-05-22.Jim Meyering
1996-05-21.Jim Meyering
1996-05-21(euidaccess) [!S_IROTH]: Define.Jim Meyering
[!S_IWOTH]: Define. [!S_IXOTH]: Define. Marcus Daniels <marcus@sysc.pdx.edu> reported that m68k NEXTSTEP 3.2 doesn't define S_IROTH or S_IWOTH unless some posix compile option is used and associated symbols defined.
1996-05-21(xgetgroups): New function, factored out ofJim Meyering
print_group_list and print_full_info. (print_group_list): Call it. (print_full_info): Call it. From Andreas Schwab: (print_group_list): When USERNAME is specified use getugroups to get the number of groups. (print_full_info): Likewise.
1996-05-21.Jim Meyering
1996-05-21.Jim Meyering
1996-05-21.Jim Meyering
1996-05-21.Jim Meyering
1996-05-21.Jim Meyering
1996-05-21.Jim Meyering
1996-05-21.Jim Meyering