comparison CHANGELOG @ 379:7e49f4901ceb

Updated.
author Ryan C. Gordon <icculus@icculus.org>
date Wed, 03 Jul 2002 03:29:44 +0000
parents cbb15ecf423a
children ef30365ac717
comparison
equal deleted inserted replaced
378:306016252ff6 379:7e49f4901ceb
1 /* 1 /*
2 * CHANGELOG. 2 * CHANGELOG.
3 */ 3 */
4 4
5 07022002 - Added WinCE support pack to website, updated INSTALL with CE info.
5 07012002 - Fixed configure.in to work around bug in older autoconfs. Started 6 07012002 - Fixed configure.in to work around bug in older autoconfs. Started
6 merging Tyler's WinCE (PocketPC) port. Added checks for assert.h 7 merging Tyler's WinCE (PocketPC) port. Added checks for assert.h
7 and signal.h to configure.in/config.h.in, and #if HAVE_*_H checks 8 and signal.h to configure.in/config.h.in, and #if HAVE_*_H checks
8 where appropriate in the code. Moved #include <assert.h> (along 9 where appropriate in the code. Moved #include <assert.h> (along
9 with the HAVE_ASSERT_H check) to SDL_sound_internal.h, and removed 10 with the HAVE_ASSERT_H check) to SDL_sound_internal.h, and removed
10 unnecessary #includes from the individual source files. Added 11 unnecessary #includes from the individual source files. Added
11 "md_reverb = 1;" to MIKMOD_init(). Modplug got some WinCE-specific 12 "md_reverb = 1;" to MIKMOD_init(). Modplug got some WinCE-specific
12 setting tweaks. 13 setting tweaks, and some settings maintanance code. configure.in
14 checks if setbuf() is available.
13 06292002 - More altcvt fixes from Frank Ranostaj...mostly working now. 15 06292002 - More altcvt fixes from Frank Ranostaj...mostly working now.
14 06252002 - More altcvt fixes from Frank Ranostaj. 16 06252002 - More altcvt fixes from Frank Ranostaj.
15 06132002 - Patch from Torbjörn to fix stereo AIFF files. 17 06132002 - Patch from Torbjörn to fix stereo AIFF files.
16 06212002 - More altcvt fixes from Frank Ranostaj. 18 06212002 - More altcvt fixes from Frank Ranostaj.
17 06132002 - Patch from Torbjörn to make the WAV decoder more tolerant. 19 06132002 - Patch from Torbjörn to make the WAV decoder more tolerant.