# HG changeset patch # User Ryan C. Gordon # Date 1002140254 0 # Node ID 2aec53e68049e93ccb945b91558c4b7fa825ece7 # Parent 803ba4dabbcef2be343d2095cdb08e32391dfe4f Updated. diff -r 803ba4dabbce -r 2aec53e68049 CHANGELOG --- 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)