summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
1999-02-03cpp indentJim Meyering
1999-02-03(S_ISDOOR): Define if missing.Jim Meyering
1999-02-03Handle DOOR.Jim Meyering
1999-02-03(S_ISLNK, S_ISFIFO, S_ISSOCK, S_ISCHR, S_ISBLK, S_ISDOOR):Jim Meyering
Define to zero if not already defined. (HAVE_SYMLINKS): Define. (gobble_file): Remove #ifdef. (get_link_name, make_link_path): Guard these with #if HAVE_SYMLINKS rather than #ifdef S_ISLNK. (print_type_indicator): Remove #ifdefs and reorganize. (print_color_indicator): Remove #ifdefs. (length_of_file_name_and_frills): Likewise.
1999-02-03(print_type_indicator): Print doors as '>'.Jim Meyering
(length_of_file_name_and_frills): Account for this.
1999-02-03New version from L. Peter Deutsch.Jim Meyering
1999-01-31(do_link): Allow creation of a hard link to a danglingJim Meyering
symlink. Reported by Alexey Solovyov:
1999-01-31(main): Call chdir ("/") after chroot.Jim Meyering
Suggestion from James Youngman.
1999-01-31(print_uptime): Use the C numeric locale for sscanfJim Meyering
of /proc/uptime data, then restore.
1999-01-31(copy_internal): Describe any backup-related renamingJim Meyering
operations when in verbose mode. (copy_internal): Likewise. Based on changes from Marty Leisner.
1999-01-29Use TIME_WITH_SYS_TIME-based #if test rather thanJim Meyering
TM_IN_SYS_TIME based one (for shred).
1999-01-25(isaac_seed): Guard clock_gettime with test ofJim Meyering
HAVE_CLOCK_GETTIME, not CLOCK_REALTIME. (wipename): Rename local dirfd to dir_fd to avoid shadowing the function declared in Linux's dirent.h.
1999-01-25(usage): Remove static attribute.Jim Meyering
1999-01-25(usage): Remove static attribute.Jim Meyering
Move function be the first in the file.
1999-01-25(usage): Remove static attribute.Jim Meyering
Move function be the first in the file.
1999-01-25(usage): Remove static attribute.Jim Meyering
Move function be the first in the file.
1999-01-25(usage): Remove static attribute.Jim Meyering
Move function be the first in the file.
1999-01-25(usage): Remove static attribute.Jim Meyering
Move function be the first in the file.
1999-01-25(usage): Remove static attribute.Jim Meyering
Move function be the first in the file.
1999-01-25(usage): Remove static attribute.Jim Meyering
Move function be the first in the file.
1999-01-25New version from L. Peter Deutsch.Jim Meyering
1999-01-25Exit nonzero upon failed write to stdout.Jim Meyering
1999-01-25(DONT_UNLINK_WHILE_OPEN) [__MSDOS__ || _WIN32]: Define.Jim Meyering
1999-01-24(fdatasync): Remove function. instead, ...Jim Meyering
[! HAVE_FDATASYNC]: Define to fsync. From Colin Plumb.
1999-01-23(fdatasync) [! HAVE_FDATASYNC]: New function.Jim Meyering
1999-01-23(wipename): Print the `FILE: deleting' message only when in verbose mode.Jim Meyering
1999-01-23(wipename): Print the `FILE: deleted' message only when in verbose mode.Jim Meyering
1999-01-23always close stdoutJim Meyering
1999-01-23fix typos in commentsJim Meyering
1999-01-23(pfstatus): Use __format__ and __printf__.Jim Meyering
Remove `if __GNUC__ >= 2' guard.
1999-01-23Bracket pfstatus messages with _().Jim Meyering
1999-01-23add parens around STREQJim Meyering
1999-01-23restore mistakenly removed stdio.hJim Meyering
use error in place of pferror (pferror): Remove. (wipefd): Use error in place of fprintf(stderr,... call s/alllocate/allocate
1999-01-23use `%s' rather than \"%s\" everywhereJim Meyering
1999-01-23s/sterilize/shred/gJim Meyering
Don't include headers already included (and guarded by HAVE_FOO_H tests) in system.h.
1999-01-23use getopt_longJim Meyering
(struct Options): Declare. (usage): New function. (program_name): Rename from argv0 (FLAG_* macros): Remove.
1999-01-22Include config.h, getopt.h, system.h and error.h.Jim Meyering
Use #else/#if, not #elif.
1999-01-18indent -- sorry Colin.Jim Meyering
1999-01-18(do_link): Try to remove DEST even after renaming it.Jim Meyering
This fixes a bug reported by Jamie Lokier.
1999-01-18cpp-indent #error lineJim Meyering
1999-01-18.Jim Meyering
1999-01-17(same_name): Use SAME_INODE rather than open coding it.Jim Meyering
1999-01-17compress copyrightJim Meyering
1999-01-16Don't declare base_name.Jim Meyering
1999-01-16Don't declare base_name.Jim Meyering
Use function-style XARGMATCH once again.
1999-01-16(usage): Remove `static'.Jim Meyering
Use function-style XARGMATCH.
1999-01-16Remove declarations of base_name and get_version.Jim Meyering
(main): Don't call getenv ("VERSION_CONTROL"); xget_version does it. Use xget_version and function-style XARGMATCH.
1999-01-16Remove declarations of base_name and get_version.Jim Meyering
(main): Don't call getenv ("VERSION_CONTROL"); xget_version does it. Use xget_version and function-style XARGMATCH.
1999-01-16Remove declarations of base_name and get_version.Jim Meyering
(main): Don't call getenv ("VERSION_CONTROL"); xget_version does it. Use xget_version and function-style XARGMATCH.
1999-01-16Don't declare base_name.Jim Meyering
(usage): Don't make it static so that it can be called from libfu.a by xargmatch.