Mercurial > SDL_sound_CoreAudio
comparison CHANGELOG @ 398:ee0273179c79
Updated.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Thu, 11 Jul 2002 05:02:21 +0000 |
parents | 8cff79634bc5 |
children | e435bdcad552 |
comparison
equal
deleted
inserted
replaced
397:077cdba5d5f6 | 398:ee0273179c79 |
---|---|
3 */ | 3 */ |
4 | 4 |
5 07102002 - Fixed a bug in command line handling in playsound.c. Fixes from | 5 07102002 - Fixed a bug in command line handling in playsound.c. Fixes from |
6 Torbjörn and myself to get flac.c friendly between versions of | 6 Torbjörn and myself to get flac.c friendly between versions of |
7 libFLAC. Mutex'd a potential race condition in decoders/modplug.c. | 7 libFLAC. Mutex'd a potential race condition in decoders/modplug.c. |
8 FIXME cleanups in decoders/mikmod.c. | |
8 07092002 - Fixed typo in documentation (SDL_sound.h). | 9 07092002 - Fixed typo in documentation (SDL_sound.h). |
9 07052002 - Cleaned up some stuff in playsound.c, removing some FIXMEs. | 10 07052002 - Cleaned up some stuff in playsound.c, removing some FIXMEs. |
10 Commandline validation is improved, too. FIXME removal in | 11 Commandline validation is improved, too. FIXME removal in |
11 voc.c; should report i/o errors correctly now. Changed DECLSPEC | 12 voc.c; should report i/o errors correctly now. Changed DECLSPEC |
12 to SNDDECLSPEC to prevent SDL conflict, and added SDLCALL support. | 13 to SNDDECLSPEC to prevent SDL conflict, and added SDLCALL support. |