Age | Commit message (Expand) | Author |
1997-11-30 | (full_filename): Use memcpy, not mempcpy when not using the return value. | Jim Meyering |
1997-11-19 | (hash_pjw): Don't use ANSI `U' suffix. Cast instead. | Jim Meyering |
1997-11-12 | [!HAVE_MEMPCPY] (mempcpy): Define here instead. | Jim Meyering |
1997-11-08 | use 2 mempcpy instead of two memcpy calls | Jim Meyering |
1997-11-03 | Put cycle-detecting code inside an | Jim Meyering |
1997-10-28 | Guard cycle-detecting code inside #ifdef ENABLE_CYCLE_CHECK. | Jim Meyering |
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 |
1997-10-19 | (remove_cwd_entries): Entries in table of processed dir | Jim Meyering |
1997-10-17 | (remove_cwd_entries): Change the while(dp...) to a while(1) loop, | Jim Meyering |
1997-10-07 | update bug-reporting address | Jim Meyering |
1997-10-03 | (fspec_init_dp): Use DTTOIF. Fix syntax error in code | Jim Meyering |
1997-09-28 | (remove_dir): Update old comment. | Jim Meyering |
1997-09-28 | [enum RM_status]: Remove `= 2'. Add comment. | Jim Meyering |
1997-09-27 | tweak comment | Jim Meyering |
1997-09-21 | Use hash.c (chaining) functions, not those of oa-hash.c | Jim Meyering |
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 |
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 |
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 |
1996-03-12 | (main): Initialize for internationalized message support: call setlocale, | Jim Meyering |
1995-12-05 | (rm): Work around SunOS 4 bug whereby lstat doesn't fail | Jim Meyering |
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 |