summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
1999-01-04(main): remove unused `i'Jim Meyering
1999-01-03(usage): Remove third program_name argument -- thereJim Meyering
1999-01-02(tsort): Use a single call to error instead of two to fprintf.Jim Meyering
1999-01-02(parse_options): Use XARGMATCH in place of argmatch.Jim Meyering
1999-01-02(format_vals): New array.Jim Meyering
1999-01-02Adapt to use new interface to XARGMATCH.Jim Meyering
1999-01-02use XARGMATCH, not XARGCASEMATCHJim Meyering
1999-01-02Move inclusion of assert.h to follow that of stdio.h.Jim Meyering
1999-01-02Include readtokens.h.Jim Meyering
1999-01-01fix typo in commentJim Meyering
1999-01-01(PATH_MAX_IN_DIR) [HAVE_UNISTD_H]: New macro, for maxJim Meyering
1999-01-01(cwrite) [O_BINARY]: Write output in binary mode.Jim Meyering
1999-01-01(bsd_sum_file, sysv_sum_file) [O_BINARY]: Read input in binary mode.Jim Meyering
1999-01-01(tail_lines, tail_bytes) [O_BINARY]: Use binary I/O when appropriate.Jim Meyering
1999-01-01(wc): Use binary mode for input.Jim Meyering
1999-01-01(unexpand): Use binary I/O where appropriate.Jim Meyering
1999-01-01(main) [O_BINARY]: Use binary I/O when appropriate.Jim Meyering
1999-01-01(skip, read_char, read_block) [O_BINARY]: Switch inputJim Meyering
1999-01-01(OPENOPTS) [O_BINARY]: Use binary I/O when non-zero argument.Jim Meyering
1999-01-01(head_bytes, head_lines) [O_BINARY]: Use binary I/O.Jim Meyering
1999-01-01(expand): Use binary I/O where appropriate.Jim Meyering
1999-01-01(cksum) [O_BINARY]: Read redirected stdin in binary mode.Jim Meyering
1999-01-01(usage) [O_BINARY]: Describe -B,--binary option.Jim Meyering
1999-01-01(parse_options): Use XARGCASEMATCH in place of argmatch.Jim Meyering
1999-01-01Rename globals N and R so they don't shadow locals.Jim Meyering
1999-01-01remove trailing blanksJim Meyering
1999-01-01from Mark KettenisJim Meyering
1998-12-31(main): Use XARGCASEMATCH in place of argmatch & co.Jim Meyering
1998-12-31(indicator_style_types): New variable.Jim Meyering
1998-12-31(main): Use XARGCASEMATCH in place of argmatch & co.Jim Meyering
1998-12-18(copy_internal): Remove errnoeous `%s: ' prefixJim Meyering
1998-12-18(UID_T_MAX, GID_T_MAX): Define them here instead.Jim Meyering
1998-12-18(UID_T_MAX, GID_T_MAX): Remove definitions.Jim Meyering
1998-12-18(MAXGID): Define.Jim Meyering
1998-12-17New options for tail: --follow=name, --follow=descriptor, --allow-missingJim Meyering
1998-12-13add comment about opening exclusivelyJim Meyering
1998-12-12In order to distinguish col(umn|or):Jim Meyering
1998-12-12* src/ls.c: Group DIRED's code together.Jim Meyering
1998-12-11(main): Arrange to exit unsuccessfully when stime fails.Jim Meyering
1998-12-07Use dir_name, not dirname. Include dirname.h.Jim Meyering
1998-12-07declare base_nameJim Meyering
1998-12-06Fix `ls -R .' formatting bug that broke mktexlsr.Jim Meyering
1998-11-30(DOT_OR_DOTDOT): New definition (moved here from remove.c.).Jim Meyering
1998-11-30(DOT_OR_DOTDOT): Move definition from this file...Jim Meyering
1998-11-30(dd_copy): Rename function from `copy'.Jim Meyering
1998-11-30(do_copy): Rename local: s/unused/copy_into_self/Jim Meyering
1998-11-30(do_move): Don't arrange to remove DEST in the copied-into-self case.Jim Meyering
1998-11-30(copy_internal): Remove earlier (but less effective)Jim Meyering
1998-11-30(movefile): Don't free new_dest.Jim Meyering
1998-11-08[HAVE_LSTAT_EMPTY_STRING_BUG]: Define lstat to rpl_lstat and declare the latter.Jim Meyering