Rob Landley
2631486f1b
Patch from Shaun Jackman:
...
ls has an ugly bug. ls uses an array of pointers, the elements of
which are all in a linked list. To free the elements, instead of
freeing all the elements in the array, array[0..nelements], it frees
by iterating the linked list starting at array[0], which it assumes is
the head of the list. Unfortunately, ls also sorts the array! So,
array[0] is no longer the head, but somewhere in the middle of the
linked list. This patch fixes this bug, and also adds an
ENABLE_FEATURE_CLEAN_UP stanza.
2006-05-02 19:46:52 +00:00
..
2006-03-13 19:04:00 +00:00
2006-03-06 20:47:33 +00:00
2006-02-28 10:15:42 +00:00
2006-03-06 20:47:33 +00:00
2006-01-30 17:17:14 +00:00
2006-01-31 12:06:57 +00:00
2006-04-12 18:39:58 +00:00
2006-04-18 20:57:28 +00:00
2006-03-27 17:00:11 +00:00
2006-04-04 19:26:37 +00:00
2006-04-25 22:40:53 +00:00
2006-04-02 20:17:55 +00:00
2006-03-10 19:22:06 +00:00
2006-03-13 15:45:16 +00:00
2006-04-13 12:45:04 +00:00
2006-03-06 20:47:33 +00:00
2006-04-18 20:41:51 +00:00
2006-03-06 20:47:33 +00:00
2006-03-18 23:05:37 +00:00
2006-04-25 22:40:53 +00:00
2006-03-06 20:47:33 +00:00
2006-03-06 20:47:33 +00:00
2006-01-30 19:48:23 +00:00
2006-03-06 20:47:33 +00:00
2006-03-06 20:47:33 +00:00
2006-01-30 11:15:11 +00:00
2006-03-06 20:47:33 +00:00
2006-03-06 20:47:33 +00:00
2006-04-02 20:17:55 +00:00
2006-03-06 20:47:33 +00:00
2006-03-06 20:47:33 +00:00
2006-03-06 20:47:33 +00:00
2006-05-02 19:46:52 +00:00
2006-03-02 17:33:25 +00:00
2006-04-18 20:57:28 +00:00
2006-02-21 06:44:43 +00:00
2006-03-06 20:47:33 +00:00
2006-03-06 20:47:33 +00:00
2006-03-22 00:46:36 +00:00
2006-03-06 20:47:33 +00:00
2006-01-25 00:08:53 +00:00
2005-10-12 15:34:25 +00:00
2006-01-30 19:48:23 +00:00
2006-04-03 15:46:14 +00:00
2006-03-06 20:47:33 +00:00
2005-10-15 13:45:32 +00:00
2006-03-06 20:47:33 +00:00
2006-03-06 20:47:33 +00:00
2006-04-27 22:36:32 +00:00
2006-03-06 20:47:33 +00:00
2006-04-16 05:54:31 +00:00
2006-04-18 14:17:49 +00:00
2006-03-10 19:22:06 +00:00
2006-04-10 16:40:47 +00:00
2006-03-06 20:47:33 +00:00
2006-01-30 01:30:39 +00:00
2005-10-15 10:23:55 +00:00
2006-03-06 20:47:33 +00:00
2006-03-06 20:47:33 +00:00
2006-04-19 22:22:06 +00:00
2006-03-06 20:47:33 +00:00
2006-03-06 20:47:33 +00:00
2006-01-25 00:08:53 +00:00
2005-10-26 10:47:26 +00:00
2006-03-06 20:47:33 +00:00
2006-04-17 22:49:30 +00:00
2006-03-13 15:45:16 +00:00
2006-03-23 02:07:20 +00:00
2006-03-12 19:26:01 +00:00
2006-03-06 20:47:33 +00:00
2006-03-06 20:47:33 +00:00