Mercurial > SDL_sound_CoreAudio
comparison CHANGELOG @ 399:e435bdcad552
Updated.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Thu, 11 Jul 2002 05:28:33 +0000 |
parents | ee0273179c79 |
children | 7ced6c44b827 |
comparison
equal
deleted
inserted
replaced
398:ee0273179c79 | 399:e435bdcad552 |
---|---|
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 FIXME cleanups here and there. |
9 07092002 - Fixed typo in documentation (SDL_sound.h). | 9 07092002 - Fixed typo in documentation (SDL_sound.h). |
10 07052002 - Cleaned up some stuff in playsound.c, removing some FIXMEs. | 10 07052002 - Cleaned up some stuff in playsound.c, removing some FIXMEs. |
11 Commandline validation is improved, too. FIXME removal in | 11 Commandline validation is improved, too. FIXME removal in |
12 voc.c; should report i/o errors correctly now. Changed DECLSPEC | 12 voc.c; should report i/o errors correctly now. Changed DECLSPEC |
13 to SNDDECLSPEC to prevent SDL conflict, and added SDLCALL support. | 13 to SNDDECLSPEC to prevent SDL conflict, and added SDLCALL support. |