Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-11-08 | use 2 mempcpy instead of two memcpy calls | Jim Meyering | |
1997-11-03 | Put cycle-detecting code inside an | Jim Meyering | |
#ifdef ENABLE_CYCLE_CHECK, for systems lacking d_ino. [D_INO_IN_DIRENT]: Define ENABLE_CYCLE_CHECK. (ASSIGN_STRDUPA): Clean up. (right_justify): Use memcpy return value directly. Suggestions from Ulrich Drepper. (remove_cwd_entries) [! defined HAVE_WORKING_READDIR]: Impose overhead of working around non-POSIX readdir implementation only on systems that need it. (remove_cwd_entries): Temporarily save a copy of each entry name in an obstack rather than on the stack via alloca, then free it in the likely event that we don't save the entry in the hash table. | |||
1997-10-28 | Guard cycle-detecting code inside #ifdef ENABLE_CYCLE_CHECK. | Jim Meyering | |
[D_INO_IN_DIRENT]: Define ENABLE_CYCLE_CHECK. | |||
1997-10-27 | fix typo in comment | Jim Meyering | |
1997-10-25 | Remove old-style xmalloc and xrealloc decls. | Jim Meyering | |
1997-10-23 | Remove stpcpy decl. | Jim Meyering | |
Remove free, malloc, and realloc decls. | |||
1997-10-19 | (remove_cwd_entries): Entries in table of processed dir | Jim Meyering | |
entries are not malloc'd, so don't have hash cleanup free them. Rewind dirp upon NULL readdir, required for at least SunOS. | |||
1997-10-17 | (remove_cwd_entries): Change the while(dp...) to a while(1) loop, | Jim Meyering | |
and move dcl and assignment of dp into the loop. | |||
1997-10-07 | update bug-reporting address | Jim Meyering | |
1997-10-03 | (fspec_init_dp): Use DTTOIF. Fix syntax error in code | Jim Meyering | |
that gets compiled on BSDI3.0 systems. | |||
1997-09-28 | (remove_dir): Update old comment. | Jim Meyering | |
1997-09-28 | [enum RM_status]: Remove `= 2'. Add comment. | Jim Meyering | |
(dir_stack): Describe. (remove_file): Revert s/fprintf/error/ change. We don't want newlines at end of prompt strings. (remove_dir): Likewise. | |||
1997-09-27 | tweak comment | Jim Meyering | |
1997-09-21 | Use hash.c (chaining) functions, not those of oa-hash.c | Jim Meyering | |
(open addressing). The latter implementation is wonderful when deletions are rare, but doen't support the frequent deletions required to implement the active directory set. | |||
1997-09-15 | (remove_cwd_entries): Don't free entries -- they're alloca'd, now. | Jim Meyering | |
1997-09-15 | Use memcpy, not stpncpy. This fixes a UMR. | Jim Meyering | |
1997-09-15 | Write implementation overview. | Jim Meyering | |
1997-09-15 | remove obsolete comment | Jim Meyering | |
1997-09-15 | tweak comment | Jim Meyering | |
1997-09-15 | (full_filename): Use realloc, not xrealloc. | Jim Meyering | |
1997-09-14 | s/__inline/inline/. | Jim Meyering | |
1997-09-14 | (PARAMS): Define. | Jim Meyering | |
(rm): Guard prototype in forward dcl with PARAMS. | |||
1997-09-14 | merge from rm-fix branch | Jim Meyering | |
1997-05-27 | Use base_name, not basename. | Jim Meyering | |
1997-02-09 | update copyrights for 1997 | Jim Meyering | |
1997-02-01 | bracket bug address with <> and append a period | Jim Meyering | |
1997-02-01 | Compare getopt_long return value against -1, not EOF. Use NULL, not '(int ↵ | Jim Meyering | |
*) 0' as last parameter in getopt_long call. | |||
1996-11-23 | (usage): Alphabetize option descriptions the way sort -f would. | Jim Meyering | |
1996-11-03 | change bug-reporting address | Jim Meyering | |
1996-11-02 | change bug-reporting address | Jim Meyering | |
1996-10-05 | (main): update --version output to conform to coding standard | Jim Meyering | |
1996-10-04 | (main): update --version output to conform to coding standard | Jim Meyering | |
1996-08-31 | (usage): remove spurious trailing \n in puts. | Jim Meyering | |
1996-08-29 | (usage): Tell where to report bugs. | Jim Meyering | |
1996-04-24 | update Copyright years for 1996 | Jim Meyering | |
1996-03-24 | Update FSF's address. | Jim Meyering | |
1996-03-21 | (main): Declare to be of type int, not void. | Jim Meyering | |
1996-03-16 | Don't include version.h. | Jim Meyering | |
(main): Use PACKAGE_VERSION instead of version_string. | |||
1996-03-12 | (main): Initialize for internationalized message support: call setlocale, | Jim Meyering | |
bindtextdomain, and textdomain. | |||
1995-12-05 | (rm): Work around SunOS 4 bug whereby lstat doesn't fail | Jim Meyering | |
when given a zero-length file name argument. Reported by Mark Calabretta <mcalabre@atnf.csiro.au>. | |||
1995-11-29 | Mark all translatable strings using po-mode.el. | Jim Meyering | |
1995-11-27 | s/non-zero/nonzero/g | Jim Meyering | |
1995-11-10 | Protect prototyped forward dcls with __P. | Jim Meyering | |
1995-11-10 | Don't protoize dcl of basename. | Jim Meyering | |
1995-11-09 | (struct pathstack): Move dcl to precede prototypes. | Jim Meyering | |
1995-11-09 | Protoize. | Jim Meyering | |
1995-11-03 | (remove_file, remove_dir): Use euidaccess instead of euidaccess_stat.Likewise. | Jim Meyering | |
1995-10-18 | (duplicate_entry): Always return 0 if !D_INO_IN_DIRENT, rather than | Jim Meyering | |
if _POSIX_SOURCE | |||
1995-06-22 | (main): Include program name in --version output. | Jim Meyering | |
1995-05-22 | (usage): Add one or two lines of descriptive text. | Jim Meyering | |