1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-07-26 02:30:35 +02:00
Jim Meyering c4dbc53ec4 (struct pending) [st_ino, st_dev]: Remove just-added members.
(queue_directory): Remove just-added 3rd parameter
and associated code, and update callers.
(print_dir): Get dev/inode pair via `fstat (dirfd (reading), ...',
and call visit_dir to detect cycles here.
Push the dev/inode pair onto the new stack.
(dev_ino_obstack): New global.
(DEV_INO_PUSH): New macro.
(dev_ino_pop): New function.
(ASSERT_MATCHING_DEV_INO): New macro.
(visit_dir): Take two parameters (dev,ino), not one `pending'.
(main): Initialized the dev_ino_obstack.
Don't call visit_dir here.
Get the dev/ino pair from the new stack, not from the pending entry.
2001-11-01 15:51:53 +00:00
2001-10-21 12:33:26 +00:00
.
2001-10-22 08:02:38 +00:00
2001-10-21 07:49:37 +00:00
2001-10-20 14:41:23 +00:00
2001-11-01 11:31:26 +00:00
2001-09-22 19:19:44 +00:00
2001-11-01 10:56:41 +00:00
2001-09-22 19:15:53 +00:00
2001-06-17 04:11:12 +00:00
2001-09-26 07:44:23 +00:00
2001-08-04 17:51:15 +00:00
2001-10-28 08:20:01 +00:00
S
Description
These are the GNU core utilities. This package is the union of the GNU fileutils, sh-utils, and textutils packages.
99 MiB
Languages
C 56.5%
Shell 27.6%
Perl 11.6%
Makefile 2.2%
M4 0.9%
Other 1.2%