summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
1995-11-03(remove_file, remove_dir): Use euidaccess instead of euidaccess_stat.Likewise.Jim Meyering1-3/+3
1995-11-03(do_move): Use euidaccess instead of euidaccess_stat.Likewise.Jim Meyering1-2/+2
1995-11-03(copy): Use euidaccess instead of euidaccess_stat.Jim Meyering1-3/+3
1995-11-02Add `const' attribute to some parameters.Jim Meyering1-2/+2
1995-11-02Protoize.Jim Meyering1-15/+7
1995-11-02Reorder functions to obviate forward dcls.Jim Meyering1-144/+137
1995-10-31(isdigits, convint): Remove these.Jim Meyering1-57/+24
1995-10-31Add `const' attribute to some parameters.Jim Meyering1-4/+4
1995-10-31protoize.Jim Meyering1-29/+10
1995-10-31Reorder functions to obviate forward dcls.Jim Meyering1-261/+255
1995-10-31(usage, next_line_num, main): Protoize.Jim Meyering1-6/+3
1995-10-31Add `const' attribute to some parameters.Jim Meyering1-4/+4
1995-10-31Add `const' attribute to some parameters.Jim Meyering1-3/+4
1995-10-30Protoize.Jim Meyering2-31/+11
1995-10-30Reorder functions to obviate forward dcls.Jim Meyering2-287/+277
1995-10-30(copy): Update one of the calls to eaccess_stat to use 3 arguments. Ugh!Jim Meyering1-1/+1
1995-10-29(xwrite): Give output buffer parameter const attribute.Jim Meyering1-4/+4
1995-10-29protoize.Jim Meyering1-29/+11
1995-10-29Reorder functions to obviate forward dcls.Jim Meyering1-303/+297
1995-10-29(bsd_sum_file): Give file name parameter const attribute.Jim Meyering1-2/+2
1995-10-29Protoize.Jim Meyering1-11/+4
1995-10-29(main): Move function body to end of file.Jim Meyering1-61/+59
1995-10-29(nl_file): Give parameter const attribute.Jim Meyering1-19/+12
1995-10-29Reorder functions to obviate forward dcls.Jim Meyering1-295/+283
1995-10-29(main): Move function body to end of file.Jim Meyering1-79/+66
1995-10-29Rename --file to --reference.Jim Meyering1-2/+3
1995-10-29[TEST_STANDALONE]: Define.Jim Meyering1-0/+2
1995-10-28(md5_check): Use the same message format when the single file has aJim Meyering1-16/+9
1995-10-28New option --reference=FILE (-r FILE) analogous to theJim Meyering1-18/+39
1995-10-27(batch_convert): Close input stream also when it's not stdin.Jim Meyering1-5/+2
1995-10-26(main): Use xfopen, not xtmpopen to open final output file.Jim Meyering1-1/+1
1995-10-26(xtmpfopen): New function -- for opening temp files.Jim Meyering1-8/+23
1995-10-26(xfopen): Rewrite using open/fdopen in order to setJim Meyering1-6/+16
1995-10-20(BEGIN_STATE): Use INT_MAX - 1 so as not to interfere with large repeat counts.Jim Meyering1-80/+156
1995-10-19Indent cpp directives.Jim Meyering1-12/+12
1995-10-19(build_spec_list): Propagate interface change.Jim Meyering1-4/+7
1995-10-19(struct E_string): Define.Jim Meyering1-28/+50
1995-10-19Break lines longer than 79-80 chars.Jim Meyering1-11/+21
1995-10-18Use HAVE_SYS_WAIT_H, not _POSIX_VERSION in conditionalJim Meyering1-5/+11
1995-10-18Use HAVE_SYS_IOCTL_H, rather than !_POSIX_SOURCE || _AIX.Jim Meyering1-2/+5
1995-10-18(duplicate_entry): Always return 0 if !D_INO_IN_DIRENT, rather thanJim Meyering1-44/+44
1995-10-18(main): Fail if the same file system type was both selected and excluded.Jim Meyering1-2/+25
1995-10-18[endgrent]: Test !HAVE_ENDGRENT rather than _POSIX_SOURCE.Jim Meyering1-2/+2
1995-10-18[endpwent]: Test !HAVE_ENDPWENT rather than _POSIX_SOURCE.Jim Meyering1-3/+2
1995-10-18Prootize.Jim Meyering1-92/+44
1995-10-17Add `const' attribute to dcls of lots of formals.Jim Meyering1-6/+7
1995-10-17Protoize.Jim Meyering1-26/+9
1995-10-17Protoize.Jim Meyering1-15/+7
1995-10-17Reorder functions to obviate forward dcls. Remove forward dcls.Jim Meyering1-157/+150
1995-10-17Reorder functions to obviate forward dcls. Remove forward dcls.Jim Meyering1-195/+186