--- dietlibc/CHANGES 2002/01/24 00:27:57 1.216 +++ dietlibc/CHANGES 2002/01/24 00:37:57 1.217 @@ -13,6 +13,7 @@ case a PATH element exceeded PATH_MAX, but it's not a security problem since setuid programs need to set their path to some known value anyway. + Uwe also improved ftw's stack usage. Put movl instead of popl rationale in comment in i386/unified.S since three people have suggested saving a few bytes with popl now ;) I discovered __attribute__((malloc)) and started using it. For gcc 3,