]> git.ipfire.org Git - thirdparty/coreutils.git/commit
(struct dirstack_state): Define.
authorJim Meyering <jim@meyering.net>
Sat, 4 Jan 2003 09:41:24 +0000 (09:41 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 4 Jan 2003 09:41:24 +0000 (09:41 +0000)
commit818c25f6862a2e53b8bf95415e20b1504173d610
tree177bc684a8ed6be492fa1964be52893f9d43a59d
parent7e4c16df3db616031255dd33f206207ccc3a57fe
(struct dirstack_state): Define.
To be used in place of these file-scoped globals ...
(dir_stack, len_stack, Active_dir): Remove globals.
(ds_init, ds_free): New functions.
(full_filename): Define.
(full_filename_): Rename from full_filename.

Begin to make AD_* functions more generic.

(AD_push_initial): Don't set status to RM_OK here.
(AD_push): Likewise.
(AD_INIT_OTHER_MEMBERS): Define.
(remove_dir): Define the `status' member manually after each
call to AD_push or AD_push_initial.
src/remove.c