aboutsummaryrefslogtreecommitdiffstats
path: root/src/playlist.c (unfollow)
Commit message (Expand)AuthorFilesLines
2004-04-14add vim shiznit to end of all source filesWarren Dukes1-0/+1
2004-04-13ok, rework myfprintf so it uses write() and never use any file streamWarren Dukes1-4/+4
2004-04-13lots of fsCharset, utf8/ascii converting clean-up and robustness stuffWarren Dukes1-1/+3
2004-04-11clean up signal handling using a polling method, from the genius that is mack...Warren Dukes1-24/+0
2004-04-11fix some snafoosWarren Dukes1-1/+0
2004-04-11don't stop playlist on finishPlaylist()[DWarren Dukes1-1/+0
2004-04-11make "update" command background/non-blockingWarren Dukes1-0/+4
2004-04-02use EXIT_SUCCESS and EXIT_FAILUREWarren Dukes1-8/+8
2004-03-31fix for loading playlists on platforms where char is unsigned (like PPC)Warren Dukes1-1/+3
2004-03-26close audio device on pause, after we say we have paused, makes pause seemWarren Dukes1-5/+0
2004-03-17make playlist restart from current position in song when using state fileWarren Dukes1-0/+2
2004-03-10remove some no longer used functionsWarren Dukes1-11/+0
2004-03-05make a set of nested if statements less ambigousWarren Dukes1-1/+4
2004-02-25finally found the segfault, it occurs with random and repeat on,Warren Dukes1-2/+2
2004-02-25some more cleanupsWarren Dukes1-1/+1