comparison CHANGELOG @ 84:0e7579fb4ea3

Updated.
author Ryan C. Gordon <icculus@icculus.org>
date Tue, 25 Sep 2001 21:26:05 +0000
parents 78da63951b29
children fedde865563d
comparison
equal deleted inserted replaced
83:2b5ba7f33840 84:0e7579fb4ea3
53 gcc (which was bound to happen on some platform sooner than later 53 gcc (which was bound to happen on some platform sooner than later
54 anyhow). Renamed test_sdlsound to playsound, and made it more 54 anyhow). Renamed test_sdlsound to playsound, and made it more
55 robust in general: fixed potential overflow in audio_callback, 55 robust in general: fixed potential overflow in audio_callback,
56 made it chatter less, made it take multiple files and some other 56 made it chatter less, made it take multiple files and some other
57 command lines. Initial autoconf support, thanks to Max Horn. 57 command lines. Initial autoconf support, thanks to Max Horn.
58 09252001 - More autoconf work. Gave Max Horn write access to the CVS
59 repository, so I don't drive him nuts tweaking this thing. :)
60 Fixed a const complaint and some other stuff needed for compilation
61 under Visual C++ 6.0 (no, it isn't ported yet).
58 62
59 --ryan. (icculus@clutteredmind.org) 63 --ryan. (icculus@clutteredmind.org)
60 64
61 /* end of CHANGELOG ... */ 65 /* end of CHANGELOG ... */
62 66