summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1996-06-16.Jim Meyering
1996-06-16.Jim Meyering
1996-06-16(EXTRA_DIST): Add basename.c.Jim Meyering
(fu_SOURCES): Remove basename.c.
1996-06-16.Jim Meyering
1996-06-14Update from time-1.7.Jim Meyering
1996-06-14.Jim Meyering
1996-06-14($(PACKAGE).pot): Reapply change of May 30.Jim Meyering
Depend on POTFILES only when using maintainer mode.
1996-06-14.Jim Meyering
1996-06-12.Jim Meyering
1996-06-12.Jim Meyering
1996-06-11.Jim Meyering
1996-06-11.Jim Meyering
1996-06-11.Jim Meyering
1996-06-11.Jim Meyering
1996-06-10.Jim Meyering
1996-06-10.Jim Meyering
1996-06-08.Jim Meyering
1996-06-08.Jim Meyering
1996-06-07.Jim Meyering
1996-06-07.Jim Meyering
1996-06-07Update from gettext-0.10.16.Jim Meyering
1996-06-06.Jim Meyering
1996-06-02.Jim Meyering
1996-06-02Rename MO_ to SHELLTYPE_.Jim Meyering
1996-06-02Declare pointer parameters const as appropriate.Jim Meyering
1996-06-01.Jim Meyering
1996-06-01(decode_switches): Set print_with_color in one statement.Jim Meyering
1996-06-01Rename options and internal variables to reflect change toJim Meyering
--color=WHEN where WHEN is never, always, or auto (for consistency with e.g. cp --sparse=WHEN. For at least a while, the original slackware-supported arguments `none', `force', `yes', etc will be supported but deprecated by lack of documentation. (decode_switches): Use STDOUT_FILENO instead of `1' in is_tty test. (usage): Update/add description of the --color option.
1996-06-01.Jim Meyering
1996-06-01.Jim Meyering
1996-06-01.Jim Meyering
1996-05-31.Jim Meyering
1996-05-31.Jim Meyering
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.