Age | Commit message (Collapse) | Author | |
---|---|---|---|
1996-04-14 | Test cpp-defined __sun as well as sun, because | Jim Meyering | |
in strict ANSI mode, only __sun is defined. From Kaveh Ghazi. | |||
1996-04-14 | . | Jim Meyering | |
1996-04-13 | . | Jim Meyering | |
1996-04-13 | (usage): Add missing `\n\' at the end of newly added lines for %e and %z. | Jim Meyering | |
1996-04-13 | (print_uptime): Invoke getloadavg only if we have it. | Jim Meyering | |
1996-04-13 | . | Jim Meyering | |
1996-04-13 | Unprotoize. | Jim Meyering | |
[ISASCII]: Define. [ISUPPER]: Define. | |||
1996-04-13 | (decode_field_spec): Rename local variable `valid' | Jim Meyering | |
to invalid (and reverse sense) to avoid conflict with the macro definition in /usr/include/locale.h on SunOS 4.1.3. | |||
1996-04-13 | . | Jim Meyering | |
1996-04-13 | . | Jim Meyering | |
1996-04-13 | (main): Add new option: --verbose. | Jim Meyering | |
Remove long-deprecated and nowhere-documented --path, a synonym for --parents. It was confusing to get an error about `--p' being ambiguous. | |||
1996-04-13 | . | Jim Meyering | |
1996-04-13 | . | Jim Meyering | |
1996-04-13 | Mark translatable strings in new code. | Jim Meyering | |
1996-04-13 | . | Jim Meyering | |
1996-04-13 | . | Jim Meyering | |
1996-04-13 | (usage): Document %e and %z. Reported by Karl Berry. | Jim Meyering | |
1996-04-13 | . | Jim Meyering | |
1996-04-13 | . | Jim Meyering | |
1996-04-12 | . | Jim Meyering | |
1996-04-11 | Reindent. | Jim Meyering | |
(UT_TIME_MEMBER): New macro. (print_uptime): Use it instead of #ifdef HAVE_UTMPX_H #else. (print_entry): Likewise. | |||
1996-04-10 | (print_uptime) [UPTIME]: New function. From Kaveh Ghazi. | Jim Meyering | |
1996-04-10 | . | Jim Meyering | |
1996-04-10 | . | Jim Meyering | |
1996-04-10 | . | Jim Meyering | |
1996-04-10 | Document uniq's new --ignore-case option. | Jim Meyering | |
1996-04-10 | Add new option --ignore-case (-i). | Jim Meyering | |
Include memcasecmp.h. (different): Compare with memcasecmp if ignoring case. (main): Handle 'i'. | |||
1996-04-10 | (memcasecmp): Remove static definition of function. | Jim Meyering | |
Include memcasecmp.h instead. | |||
1996-04-10 | . | Jim Meyering | |
1996-04-08 | . | Jim Meyering | |
1996-04-08 | . | Jim Meyering | |
1996-04-08 | . | Jim Meyering | |
1996-04-08 | . | Jim Meyering | |
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 | |