Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-02-17 | (wipename): Fix string thinko. Now, shredding files | Jim Meyering | |
in subdirectories works (dir/file). From Janos Farkas. | |||
1999-02-16 | (usage): add \n\ | Jim Meyering | |
1999-02-16 | update copyright dates | Jim Meyering | |
1999-02-16 | (main): #ifdef-out unreachable code. | Jim Meyering | |
1999-02-16 | update copyright dates | Jim Meyering | |
1999-02-16 | (usage): Add a one-line description. | Jim Meyering | |
1999-02-16 | update copyright dates | Jim Meyering | |
1999-02-15 | *** empty log message *** | Jim Meyering | |
1999-02-15 | *** empty log message *** | Jim Meyering | |
1999-02-14 | (dc_parse_stream): Don't try to dereference NULL | Jim Meyering | |
if there's an error is in our built-in list. | |||
1999-02-14 | (main): Set x.backup_type only if backups are requested. | Jim Meyering | |
(cp_option_init): Initialize backup_type. (backup_type): Remove unused variable. | |||
1999-02-09 | (slack_codes): Add "DOOR". | Jim Meyering | |
(ls_codes): Add corresponding "do". | |||
1999-02-08 | copyright date | Jim Meyering | |
1999-02-08 | copyright date | Jim Meyering | |
1999-02-08 | Include stdio.h. | Jim Meyering | |
1999-02-08 | Include stdio.h. | Jim Meyering | |
1999-02-08 | Include stdio.h. | Jim Meyering | |
1999-02-08 | Include stdio.h. | Jim Meyering | |
1999-02-03 | cpp indent | Jim Meyering | |
1999-02-03 | (S_ISDOOR): Define if missing. | Jim Meyering | |
1999-02-03 | Handle 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-03 | New version from L. Peter Deutsch. | Jim Meyering | |
1999-01-31 | (do_link): Allow creation of a hard link to a dangling | Jim 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 sscanf | Jim Meyering | |
of /proc/uptime data, then restore. | |||
1999-01-31 | (copy_internal): Describe any backup-related renaming | Jim Meyering | |
operations when in verbose mode. (copy_internal): Likewise. Based on changes from Marty Leisner. | |||
1999-01-29 | Use TIME_WITH_SYS_TIME-based #if test rather than | Jim Meyering | |
TM_IN_SYS_TIME based one (for shred). | |||
1999-01-25 | (isaac_seed): Guard clock_gettime with test of | Jim 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-25 | New version from L. Peter Deutsch. | Jim Meyering | |
1999-01-25 | Exit 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-23 | always close stdout | Jim Meyering | |
1999-01-23 | fix typos in comments | Jim Meyering | |
1999-01-23 | (pfstatus): Use __format__ and __printf__. | Jim Meyering | |
Remove `if __GNUC__ >= 2' guard. | |||
1999-01-23 | Bracket pfstatus messages with _(). | Jim Meyering | |
1999-01-23 | add parens around STREQ | Jim Meyering | |