comparison CHANGELOG @ 407:1c7ed7097a9c

Updated.
author Ryan C. Gordon <icculus@icculus.org>
date Sun, 21 Jul 2002 15:18:49 +0000
parents 456e38cca681
children ede9429ea6f5
comparison
equal deleted inserted replaced
406:325af3e2cbb3 407:1c7ed7097a9c
1 /* 1 /*
2 * CHANGELOG. 2 * CHANGELOG.
3 */ 3 */
4 4
5 07212002 - done_flag was not being reset between files in playsound, so the
6 first file would playback, and then any following tracks in a given
7 run would "finish" immediately. Fixed.
5 07132002 - More altcvt fixes from Frank Ranostaj. 8 07132002 - More altcvt fixes from Frank Ranostaj.
6 07122002 - Changed inline keyword to compile universally. 9 07122002 - Changed inline keyword to compile universally.
7 07102002 - Fixed a bug in command line handling in playsound.c. Fixes from 10 07102002 - Fixed a bug in command line handling in playsound.c. Fixes from
8 Torbjörn and myself to get flac.c friendly between versions of 11 Torbjörn and myself to get flac.c friendly between versions of
9 libFLAC. Mutex'd a potential race condition in decoders/modplug.c. 12 libFLAC. Mutex'd a potential race condition in decoders/modplug.c.