summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
1996-04-21(decode_switches): Use xstrtol, not atoi.Jim Meyering
1996-04-21(usage): Improve help message. From Karl Berry.Jim Meyering
1996-04-21(usage): Improve help message. From Karl Berry.Jim Meyering
1996-04-21(usage): Improve help message.Jim Meyering
1996-04-20No longer call sync by default.Jim Meyering
1996-04-20(main): Make separation of case for n_files == 0 more clear.Jim Meyering
1996-04-19(copy_reg): Rearrange arithmetic in conditional to avoidJim Meyering
1996-04-19(main): Make code clearer: use new variable `n_files' inJim 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(decode_field_spec): Rename local variable `valid'Jim Meyering
1996-04-13(main): Add new option: --verbose.Jim Meyering
1996-04-13Mark translatable strings in new code.Jim Meyering
1996-04-13(usage): Document %e and %z. Reported by Karl Berry.Jim Meyering
1996-04-11Reindent.Jim Meyering
1996-04-10(print_uptime) [UPTIME]: New function. From Kaveh Ghazi.Jim Meyering
1996-04-10Add new option --ignore-case (-i).Jim Meyering
1996-04-10(memcasecmp): Remove static definition of function.Jim Meyering
1996-04-08(print_numbers): Fix off-by-one error in backwards-counting loop.Jim Meyering
1996-04-07(usage): Give minimal description of the program.Jim Meyering
1996-04-07.Jim Meyering
1996-04-07Fiddle with messages.Jim Meyering
1996-04-07(print_numbers): Give more precise diagnostic when incrementJim Meyering
1996-04-07(main): Rearrange loops to get it right.Jim Meyering
1996-04-05Remove diagnostic.Jim Meyering
1996-04-05(main): Use `if' stmt, not while loop, around getopt invocation.Jim Meyering
1996-04-05Patch from Frank Korz.Jim Meyering
1996-04-05Remove fixed FIXME.Jim Meyering
1996-04-04.Jim Meyering
1996-04-04The following commands all failed unnecessarily.Jim Meyering
1996-04-03(copy_reg): Use `ST_NBLOCKS (sb) * 512', not `sb.st_blocks *Jim Meyering
1996-04-03Include assert.h (disabled).Jim Meyering
1996-03-31.Jim Meyering
1996-03-31(quote_filename): Use ISGRAPH and ISPRINT in place ofJim Meyering
1996-03-31Rip out color support.Jim Meyering
1996-03-29.Jim Meyering
1996-03-28Move usage to precede main.Jim Meyering
1996-03-28from RolandJim Meyering
1996-03-28(cksum): Use format "%lu %ld" (instead of "%10lu %8ld")Jim Meyering
1996-03-24Update FSF's address.Jim Meyering
1996-03-24Update FSF's address.Jim Meyering
1996-03-24Update FSF's address.Jim Meyering
1996-03-24Include xstrtod.h.Jim Meyering
1996-03-24Make parameters const where appropriate.Jim Meyering
1996-03-24Protoize and reorder functions.Jim Meyering
1996-03-24(main): Reformat if-block a little.Jim Meyering
1996-03-24Call error with EXIT_FAILURE (rather than `1') as first actual parameter.Jim Meyering
1996-03-24Exit with status EXIT_SUCCESS or EXIT_FAILURE, rather than 0 or 1.Jim Meyering
1996-03-24[SORT_FAILURE]: New macro.Jim Meyering
1996-03-22Include assert.h, but disable assertions.Jim Meyering