Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2008-10-11 | dirvec: moved code to dirvec.c | Max Kellermann | 1 | -62/+5 | |
Having all functions as static (non-inline) functions generates GCC warnings, and duplicates binary code across several object files. Most of dirvec's methods are too complex for becoming inline functions. Move them all to dirvec.c and publish the prototypes in dirvec.h. | |||||
2008-09-28 | directory: replace DirectoryList with dirvec | Eric Wong | 1 | -0/+73 | |
Small memory reduction compared to songvec since most users have much fewer dirs than songs, but still nice to have. |