Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix miscellaneous sparse warnings | Max Kellermann | 2008-09-25 | 1 | -1/+1 |
| | | | | Static variables, pointers vs integers, void function returning, ... | ||||
* | manage tag string allocations in a pool | Max Kellermann | 2008-09-15 | 1 | -0/+125 |
There are many duplicated strings in the tag database, e.g. many songs having the same artist. Don't allocate such strings twice, manage all strings in a pool. |