aboutsummaryrefslogtreecommitdiffstats
path: root/src/storedPlaylist.c (unfollow)
Commit message (Expand)AuthorFilesLines
2007-05-26Changing calls to strdup to xstrdup.J. Alexander Treuman1-2/+2
2007-05-26Make sure StoredPlaylists always contain UTF-8 paths that are eitherJ. Alexander Treuman1-20/+37
2007-05-26More formatting/error message cleanups in storedPlaylist.c.J. Alexander Treuman1-50/+18
2007-05-26Don't call freeStoredPlaylist(sp) inside an if (!sp) block. It causesJ. Alexander Treuman1-2/+0
2007-05-25Cleaning up formatting and error messages in storedPlaylist.c.J. Alexander Treuman1-63/+25
2007-05-24Adding rename command, for renaming stored playlists.J. Alexander Treuman1-0/+65
2007-05-24Cleaning up error messages in storedPlaylist.c.J. Alexander Treuman1-28/+42
2007-05-16Fail loading the playlist on errors mid-file. The same code is used forJ. Alexander Treuman1-0/+4
2007-05-16Committing pat's rewrite of the stored playlist code. This also adds twoJ. Alexander Treuman1-0/+473