| Commit message (Collapse) | Author | Files | Lines |
|
isn't implemented in uClibc, so we can't use it.
(r15092 from trunk plus coding-style fix for the patch)
|
|
(revisions 14889, 14890, 14891, 14896, 14897, 14905, 14961 from trunk)
|
|
A tab is now taken as the end of filename if it's there, but if it isn't
(because the timestamp isn't there) we continue with the existing untruncated
line as the filename.
(r15025 from trunk plus coding-style fixes for the patch)
|
|
(r15005 from trunk)
|
|
(r15000 from trunk plus preprocessor fixes plus
repair of commit message)
|
|
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.
(r14978 from trunk)
|
|
(r14930 from trunk)
|
|
mailing list
|
|
|