# HG changeset patch # User Ryan C. Gordon # Date 1012831625 0 # Node ID 4a8d627a2326a68dfbdb84f8a59203ecfd60bbd5 # Parent 12a9c2e0b00f2a750e6ab1fd23e35047235f93c9 Updated. diff -r 12a9c2e0b00f -r 4a8d627a2326 CHANGELOG --- a/CHANGELOG Mon Feb 04 13:57:26 2002 +0000 +++ b/CHANGELOG Mon Feb 04 14:07:05 2002 +0000 @@ -2,8 +2,10 @@ * CHANGELOG. */ -01232002 - Fixed decoders/Makefile.am to work with seperate build directories. - Corrected some dates in this file. +02042002 - Darrell Walisser submitted some cleanups and CodeWarrior project + files for MacOS 9. Sweet! +01232002 - Max fixed decoders/Makefile.am to work with seperate build + directories, and corrected some dates in this file. 01192002 - Torbjörn sent in patches implementing the rewind method for the rest of the decoders except shn.c, for which I added a kludged implementation. Added more info to the README. Hunted down the diff -r 12a9c2e0b00f -r 4a8d627a2326 INSTALL --- a/INSTALL Mon Feb 04 13:57:26 2002 +0000 +++ b/INSTALL Mon Feb 04 14:07:05 2002 +0000 @@ -24,7 +24,7 @@ Run "make install" as root to install the library for use on your system. -This should work for most Unix-style systems, including Linux, *BSD, and +This should work for most Unix-style systems, including Linux, *BSD, BeOS, and MacOS X. Reports of success and failure are welcome. diff -r 12a9c2e0b00f -r 4a8d627a2326 TODO --- a/TODO Mon Feb 04 13:57:26 2002 +0000 +++ b/TODO Mon Feb 04 14:07:05 2002 +0000 @@ -3,7 +3,6 @@ General stuff TODO: - Verify portability to various Unixes (BSD, etc) -- Port to MacOS Classic. - Man pages for the API. More immediate: @@ -14,6 +13,7 @@ - Make some of the SNDDBG() strings more uniform. - Run through ElectricFence, dmalloc, etc... - Fix the crappy rewind implementation in shn.c's SHN_rewind(). +- Add a sdlsound-config script. Decoders to implement: - .CDA (Does this need specific decoding? Or is a RWops needed?)