summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1996-04-05Remove fixed FIXME.Jim Meyering
1996-04-05.Jim Meyering
1996-04-05.Jim Meyering
1996-04-05.Jim Meyering
1996-04-05.Jim Meyering
1996-04-05.Jim Meyering
1996-04-05.Jim Meyering
1996-04-04.Jim Meyering
1996-04-04.Jim Meyering
1996-04-04The following commands all failed unnecessarily.Jim Meyering
tr -cs '[:upper:]' '[X*]' tr -dcs '[:lower:]' n-rs-z tr -ds '[:xdigit:]' [:alnum:]' tr -dcs '[:alnum:]' [:digit:]' tr -dc '[:upper:]' Reported by Ross Ridge (ross@worf.mks.com). (validate): Add missing conjunct (translating) in test for `translating and complementing character classes' error. Before, valid uses of tr could fail. E.g. `tr -dcs '[:cntrl:]' '[:alnum:]''. (homogeneous_spec_list): New function. (validate): Use it to relax the old (overly restrictive) restriction that prohibited use of complemented character classes when translating. Now, that is allowed as long as the translation maps many to one. (get_spec_stats): Rename and redefine global has_char_class from has_upper_or_lower.
1996-04-04.Jim Meyering
1996-04-04Add tests from Ross Ridge.Jim Meyering
1996-04-04.Jim Meyering
1996-04-04.Jim Meyering
1996-04-03.Jim Meyering
1996-04-03Include stdio.h before grp.h.Jim Meyering
Because <grp.h> on alpha OSF1 V2.0 uses "FILE *". From Kaveh Ghazi.
1996-04-03.Jim Meyering
1996-04-03update from gettext-0.10.11Jim Meyering
1996-04-03.Jim Meyering
1996-04-03.Jim Meyering
1996-04-03(copy_reg): Use `ST_NBLOCKS (sb) * 512', not `sb.st_blocks *Jim Meyering
DEV_BSIZE.' From H.J. Lu (hjl@lucon.org).
1996-04-03Include assert.h (disabled).Jim Meyering
(path_concat): New function. (do_copy): Use path_concat instead of open-coding part of its functionality in two places. This has the additional benefit of avoiding forming destination names like `D//file' when the destination directory D includes a trailing slash -- as would happen when cp is used like this: mkdir D; touch file D/file; cp -i file D/ Reported by François Pinard.
1996-04-02.Jim Meyering
1996-04-02.Jim Meyering
1996-04-01(unsetenv): unprotoize.Jim Meyering
1996-04-01.Jim Meyering
1996-03-31.Jim Meyering
1996-03-31.Jim Meyering
1996-03-31.Jim Meyering
1996-03-31.Jim Meyering
1996-03-31.Jim Meyering
1996-03-31(quote_filename): Use ISGRAPH and ISPRINT in place ofJim Meyering
ASCII-centric tests against literals. (length_of_file_name_and_frills): Likewise.
1996-03-31Rip out color support.Jim Meyering
1996-03-30update from FSF:/home/gd/gnu/libJim Meyering
1996-03-30Update from libc.Jim Meyering
1996-03-30Upgrade from gettext-0.10.10.Jim Meyering
1996-03-30.Jim Meyering
1996-03-29.Jim Meyering
1996-03-29.Jim Meyering
1996-03-29.Jim Meyering
1996-03-29.Jim Meyering
1996-03-29.Jim Meyering
1996-03-29.Jim Meyering
1996-03-29.Jim Meyering
1996-03-28.Jim Meyering
1996-03-28.Jim Meyering
1996-03-28Move usage to precede main.Jim Meyering
Say `too few arguments' if that's why we display usage. Protoize. Include error.h. Update copyright.
1996-03-28.Jim Meyering
1996-03-28from RolandJim Meyering
1996-03-28.Jim Meyering