summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
1996-03-09(main): Initialize for internationalized message support: call setlocale,Jim Meyering
1996-03-09(copy): Comment change to avoid overwriting source with backup.Jim Meyering
1996-03-08(main): Tell read_filesystem_list that it should determine file system typeJim Meyering
1996-03-07(print_entry): Use STRUCT_UTMP, not `struct utmp'.Jim Meyering
1996-03-06(usage): Reorder --time and --help so --help is the latter (justJim Meyering
1996-03-05(main): Exit after processing --version.Jim Meyering
1996-03-02(WINDOWS_SETFILEMODE_BINARY): New macro.Jim Meyering
1996-03-02(docolon): Don't use deceptively-named RE_SYNTAX_POSIX_BASIC -- it recognizesJim Meyering
1996-02-29General cleanup. Use xstrtoul, not atoi.Jim Meyering
1996-02-29(wrapf) [!__STDC__]: Indent by one space the first line of the pre-ANSIJim Meyering
1996-02-29(eval6): Cast strlen to int to avoid warning from gcc -Wall.Jim Meyering
1996-02-27(copy): Remove bogus (now that we're using full_write) increment of w_partial.Jim Meyering