summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
1996-03-21(main): Declare to be of type int, not void.Jim Meyering
1996-03-21(main): Declare to be of type int, not void.Jim Meyering
1996-03-21(main): Declare to be of type int, not void.Jim Meyering
1996-03-21(main): Declare to return int, not void. From Peter SeebachJim Meyering
1996-03-16Don't include version.h.Jim Meyering
1996-03-16Don't include version.h.Jim Meyering
1996-03-16Change @VERSION@ to @PKG_VERSION@.Jim Meyering
1996-03-16Don't include version.h.Jim Meyering
1996-03-16(read_utmp): Declare n_read to be of type size_t rather than int.Jim Meyering
1996-03-16(validate_path): Cast path_max to size_t beforeJim Meyering
1996-03-16Remove __P-protected prototype for basename.Jim Meyering
1996-03-12(main): Initialize for internationalized message support:Jim Meyering
1996-03-12[_]: Don't define this away.Jim Meyering
1996-03-12(main): Initialize for internationalized message support: call setlocale,Jim Meyering
1996-03-12Add definitions and includes for NLS.Jim Meyering
1996-03-11(write_bytes): Renamed from xfwrite.Jim Meyering
1996-03-09(star_digits_closebracket): Declare formal param, IDX, and local I toJim Meyering
1996-03-09(memcasecmp): Declare local I to be unsigned to avoid warning from gcc -Wall.Jim Meyering