Mercurial > SDL_sound_CoreAudio
comparison CHANGELOG @ 410:ede9429ea6f5
Updated.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Mon, 29 Jul 2002 22:37:04 +0000 |
parents | 1c7ed7097a9c |
children | 43da792a8fab |
comparison
equal
deleted
inserted
replaced
409:0dbf37be0a5a | 410:ede9429ea6f5 |
---|---|
1 /* | 1 /* |
2 * CHANGELOG. | 2 * CHANGELOG. |
3 */ | 3 */ |
4 | 4 |
5 07292002 - Valgrind cleanups; memory leak patches, etc. | |
5 07212002 - done_flag was not being reset between files in playsound, so the | 6 07212002 - done_flag was not being reset between files in playsound, so the |
6 first file would playback, and then any following tracks in a given | 7 first file would playback, and then any following tracks in a given |
7 run would "finish" immediately. Fixed. | 8 run would "finish" immediately. Fixed. |
8 07132002 - More altcvt fixes from Frank Ranostaj. | 9 07132002 - More altcvt fixes from Frank Ranostaj. |
9 07122002 - Changed inline keyword to compile universally. | 10 07122002 - Changed inline keyword to compile universally. |