summaryrefslogtreecommitdiff
path: root/src/rm.c
Commit message (Expand)AuthorAgeFilesLines
...
* Adjust comments to reflect that lots of code has moved to remove.c.Jim Meyering1999-11-121-4/+4
* Don't include closeout.h or version-etc.h explicitly. Now, they're included v...Jim Meyering1999-03-311-2/+0
* No longer include long-options.h.Jim Meyering1999-03-261-5/+11
* Include long-options.hJim Meyering1999-03-041-19/+6
* update copyright datesJim Meyering1999-02-161-1/+1
* (usage): Don't make it static so that it can be called from libfu.a by xargma...Jim Meyering1999-01-161-1/+1
* update bug-reporting addressJim Meyering1998-09-191-1/+1
* Remove and minimally librarify guts for use in mv.c.Jim Meyering1998-01-221-871/+26
* add `,' in commentJim Meyering1998-01-191-1/+1
* (main, usage): Check for write error to stdout before exiting.Jim Meyering1998-01-041-1/+6
* (remove_cwd_entries): Initialize the entry-name obstackJim Meyering1998-01-011-3/+9
* (remove_cwd_entries): Plug a gross leak -- don't callJim Meyering1997-12-291-4/+3
* (ASSIGN_STRDUPA): Cast alloca return value to char*.Jim Meyering1997-12-141-1/+1
* (full_filename): Use memcpy, not mempcpy when not using the return value.Jim Meyering1997-11-301-1/+1
* (hash_pjw): Don't use ANSI `U' suffix. Cast instead.Jim Meyering1997-11-191-1/+1
* [!HAVE_MEMPCPY] (mempcpy): Define here instead.Jim Meyering1997-11-121-4/+0
* use 2 mempcpy instead of two memcpy callsJim Meyering1997-11-081-6/+7
* Put cycle-detecting code inside anJim Meyering1997-11-031-11/+44
* Guard cycle-detecting code inside #ifdef ENABLE_CYCLE_CHECK.Jim Meyering1997-10-281-7/+21
* fix typo in commentJim Meyering1997-10-271-1/+1
* Remove old-style xmalloc and xrealloc decls.Jim Meyering1997-10-251-1/+0
* Remove stpcpy decl.Jim Meyering1997-10-231-7/+0
* (remove_cwd_entries): Entries in table of processed dirJim Meyering1997-10-191-8/+21
* (remove_cwd_entries): Change the while(dp...) to a while(1) loop,Jim Meyering1997-10-171-2/+8
* update bug-reporting addressJim Meyering1997-10-071-1/+1
* (fspec_init_dp): Use DTTOIF. Fix syntax error in codeJim Meyering1997-10-031-3/+3
* (remove_dir): Update old comment.Jim Meyering1997-09-281-2/+2
* [enum RM_status]: Remove `= 2'. Add comment.Jim Meyering1997-09-281-17/+21
* tweak commentJim Meyering1997-09-271-1/+1
* Use hash.c (chaining) functions, not those of oa-hash.cJim Meyering1997-09-211-38/+38
* (remove_cwd_entries): Don't free entries -- they're alloca'd, now.Jim Meyering1997-09-151-15/+21
* Use memcpy, not stpncpy. This fixes a UMR.Jim Meyering1997-09-151-2/+1
* Write implementation overview.Jim Meyering1997-09-151-0/+25
* remove obsolete commentJim Meyering1997-09-151-2/+1
* tweak commentJim Meyering1997-09-151-2/+2
* (full_filename): Use realloc, not xrealloc.Jim Meyering1997-09-151-7/+5
* s/__inline/inline/.Jim Meyering1997-09-141-9/+9
* (PARAMS): Define.Jim Meyering1997-09-141-1/+11
* merge from rm-fix branchJim Meyering1997-09-141-346/+743
* Use base_name, not basename.Jim Meyering1997-05-271-2/+2
* update copyrights for 1997Jim Meyering1997-02-091-1/+1
* bracket bug address with <> and append a periodJim Meyering1997-02-011-1/+1
* Compare getopt_long return value against -1, not EOF. Use NULL, not '(int *)...Jim Meyering1997-02-011-1/+1
* (usage): Alphabetize option descriptions the way sort -f would.Jim Meyering1996-11-231-1/+1
* change bug-reporting addressJim Meyering1996-11-031-1/+1
* change bug-reporting addressJim Meyering1996-11-021-1/+1
* (main): update --version output to conform to coding standardJim Meyering1996-10-051-1/+1
* (main): update --version output to conform to coding standardJim Meyering1996-10-041-1/+1
* (usage): remove spurious trailing \n in puts.Jim Meyering1996-08-311-1/+1
* (usage): Tell where to report bugs.Jim Meyering1996-08-291-1/+3