Age | Commit message (Collapse) | Author | |
---|---|---|---|
1996-04-08 | (mon_week_ISO): New function to implement new %V format. | Jim Meyering | |
(sun_week): Make TM parameter `const'. (mon_week): Likewise. (mon_week): Rewrite to correctly implement %W format.. | |||
1996-04-08 | (print_numbers): Fix off-by-one error in backwards-counting loop. | Jim Meyering | |
Reported by Karl Eichwalder. | |||
1996-04-07 | . | Jim Meyering | |
1996-04-07 | updage from gettext-0.10.12 | Jim Meyering | |
1996-04-07 | (usage): Give minimal description of the program. | Jim Meyering | |
(print_factors): Give a better diagnostic. (main): Suggest --help upon failure. Reported by Karl Eichwalder <ke@ke.Central.DE>. | |||
1996-04-07 | . | Jim Meyering | |
1996-04-07 | Fiddle with messages. | Jim Meyering | |
1996-04-07 | (print_numbers): Give more precise diagnostic when increment | Jim Meyering | |
is inconsistent with FROM and TO. (usage): Clean up help message. | |||
1996-04-07 | (main): Rearrange loops to get it right. | Jim Meyering | |
Reported by Karl Eichwalder <ke@ke.Central.DE>. | |||
1996-04-05 | (sun_week): Make %U work properly. | Jim Meyering | |
Before, `date -d '1 Jan 1995' +%U' output `00'. Now it prints `01'. | |||
1996-04-05 | . | Jim Meyering | |
1996-04-05 | . | Jim Meyering | |
1996-04-05 | Remove diagnostic. | Jim Meyering | |
1996-04-05 | (main): Use `if' stmt, not while loop, around getopt invocation. | Jim Meyering | |
Otherwise, `./nice --a=1 -1 ./nice' (in which old-style option follows a long option) gets an error. | |||
1996-04-05 | Patch from Frank Korz. | Jim Meyering | |
1996-04-05 | . | Jim Meyering | |
1996-04-05 | Remove 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-04 | The 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-04 | Add tests from Ross Ridge. | Jim Meyering | |
1996-04-04 | . | Jim Meyering | |
1996-04-04 | . | Jim Meyering | |
1996-04-03 | . | Jim Meyering | |
1996-04-03 | Include 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-03 | update from gettext-0.10.11 | Jim 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-03 | Include 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 of | Jim Meyering | |
ASCII-centric tests against literals. (length_of_file_name_and_frills): Likewise. | |||
1996-03-31 | Rip out color support. | Jim Meyering | |
1996-03-30 | update from FSF:/home/gd/gnu/lib | Jim Meyering | |