summaryrefslogtreecommitdiff
path: root/src/rm.c
AgeCommit message (Expand)Author
1998-01-22Remove and minimally librarify guts for use in mv.c.Jim Meyering
1998-01-19add `,' in commentJim Meyering
1998-01-04(main, usage): Check for write error to stdout before exiting.Jim Meyering
1998-01-01(remove_cwd_entries): Initialize the entry-name obstackJim Meyering
1997-12-29(remove_cwd_entries): Plug a gross leak -- don't callJim Meyering
1997-12-14(ASSIGN_STRDUPA): Cast alloca return value to char*.Jim Meyering
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-08use 2 mempcpy instead of two memcpy callsJim Meyering
1997-11-03Put cycle-detecting code inside anJim Meyering
1997-10-28Guard cycle-detecting code inside #ifdef ENABLE_CYCLE_CHECK.Jim Meyering
1997-10-27fix typo in commentJim Meyering
1997-10-25Remove old-style xmalloc and xrealloc decls.Jim Meyering
1997-10-23Remove stpcpy decl.Jim Meyering
1997-10-19(remove_cwd_entries): Entries in table of processed dirJim Meyering
1997-10-17(remove_cwd_entries): Change the while(dp...) to a while(1) loop,Jim Meyering
1997-10-07update bug-reporting addressJim Meyering
1997-10-03(fspec_init_dp): Use DTTOIF. Fix syntax error in codeJim 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-27tweak commentJim Meyering
1997-09-21Use hash.c (chaining) functions, not those of oa-hash.cJim Meyering
1997-09-15(remove_cwd_entries): Don't free entries -- they're alloca'd, now.Jim Meyering
1997-09-15Use memcpy, not stpncpy. This fixes a UMR.Jim Meyering
1997-09-15Write implementation overview.Jim Meyering
1997-09-15remove obsolete commentJim Meyering
1997-09-15tweak commentJim Meyering
1997-09-15(full_filename): Use realloc, not xrealloc.Jim Meyering
1997-09-14s/__inline/inline/.Jim Meyering
1997-09-14(PARAMS): Define.Jim Meyering
1997-09-14merge from rm-fix branchJim Meyering
1997-05-27Use base_name, not basename.Jim Meyering
1997-02-09update copyrights for 1997Jim Meyering
1997-02-01bracket bug address with <> and append a periodJim Meyering
1997-02-01Compare 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-03change bug-reporting addressJim Meyering
1996-11-02change bug-reporting addressJim Meyering
1996-10-05(main): update --version output to conform to coding standardJim Meyering
1996-10-04(main): update --version output to conform to coding standardJim 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-24update Copyright years for 1996Jim Meyering
1996-03-24Update FSF's address.Jim Meyering
1996-03-21(main): Declare to be of type int, not void.Jim Meyering
1996-03-16Don'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 failJim Meyering
1995-11-29Mark all translatable strings using po-mode.el.Jim Meyering