Mercurial > SDL_sound_CoreAudio
comparison CHANGELOG @ 396:8cff79634bc5
Updated.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Thu, 11 Jul 2002 04:56:36 +0000 |
parents | b495d05a88b3 |
children | ee0273179c79 |
comparison
equal
deleted
inserted
replaced
395:53ce18591f5d | 396:8cff79634bc5 |
---|---|
2 * CHANGELOG. | 2 * CHANGELOG. |
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. | 7 libFLAC. Mutex'd a potential race condition in decoders/modplug.c. |
8 07092002 - Fixed typo in documentation (SDL_sound.h). | 8 07092002 - Fixed typo in documentation (SDL_sound.h). |
9 07052002 - Cleaned up some stuff in playsound.c, removing some FIXMEs. | 9 07052002 - Cleaned up some stuff in playsound.c, removing some FIXMEs. |
10 Commandline validation is improved, too. FIXME removal in | 10 Commandline validation is improved, too. FIXME removal in |
11 voc.c; should report i/o errors correctly now. Changed DECLSPEC | 11 voc.c; should report i/o errors correctly now. Changed DECLSPEC |
12 to SNDDECLSPEC to prevent SDL conflict, and added SDLCALL support. | 12 to SNDDECLSPEC to prevent SDL conflict, and added SDLCALL support. |