Mercurial > SDL_sound_CoreAudio
diff CHANGELOG @ 109:2aec53e68049
Updated.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Wed, 03 Oct 2001 20:17:34 +0000 |
parents | 3f0beddfd9c9 |
children | 7cd718877f3f |
line wrap: on
line diff
--- a/CHANGELOG Wed Oct 03 20:17:13 2001 +0000 +++ b/CHANGELOG Wed Oct 03 20:17:34 2001 +0000 @@ -64,8 +64,14 @@ 10012001 - Fixed a memory leak that Torbjörn found in the MOD decoder. 10022001 - Changed a comment in mod.c to not refer to "the mikmod directory" anymore. Committed Torbjörn's patch for MP3 detection. - (better late than never). __Sound_strcasecmp() now handles NULL + (better late than never). __Sound_strcasecmp() now handles NULL strings gracefully, fixing the crash with "playsound bootstrap". + More work on the SHN decoder. +10032001 - After hours of tracking down a bogus pointer, the SHN decoder works! + I can die happy. :) Max placated me with an --enable-debug option + so I could stop my whining. Other autoconf goodies (such as + reenabling -Werror for debug builds, etc). Torbjörn brings in a + MIDI decoder, which reads from a Timidity process through a pipe. --ryan. (icculus@clutteredmind.org)