# HG changeset patch # User Ryan C. Gordon # Date 1002406269 0 # Node ID 254916e602c65945a0b002109070a8e5640e7d4c # Parent fd942c1433f8d5001f947992b1e3552f9cc396f7 Updated. diff -r fd942c1433f8 -r 254916e602c6 CHANGELOG --- a/CHANGELOG Sat Oct 06 22:09:57 2001 +0000 +++ b/CHANGELOG Sat Oct 06 22:11:09 2001 +0000 @@ -79,6 +79,7 @@ #ifdef SOUND_SUPPORTS_* in voc.c and shn.c, for consistency with the other decoders. 10052001 - Removed #include "SDL_endian" from aiff.c. +10062001 - Made a change to SDL_sound.c for compiling on non-GNU toolchains. --ryan. (icculus@clutteredmind.org) diff -r fd942c1433f8 -r 254916e602c6 TODO --- a/TODO Sat Oct 06 22:09:57 2001 +0000 +++ b/TODO Sat Oct 06 22:11:09 2001 +0000 @@ -6,6 +6,7 @@ - Port to MacOS Classic. - Port to MacOS X. - Allow a decoder to register multiple file extensions. +- Man pages for the API. More immediate: - Write a decent README.