comparison CHANGELOG @ 377:cbb15ecf423a

WinCE (PocketPC) patches from Tyler.
author Ryan C. Gordon <icculus@icculus.org>
date Tue, 02 Jul 2002 03:58:24 +0000
parents 9df02ba1579d
children 7e49f4901ceb
comparison
equal deleted inserted replaced
376:51883cd1193e 377:cbb15ecf423a
1 /* 1 /*
2 * CHANGELOG. 2 * CHANGELOG.
3 */ 3 */
4 4
5 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 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 with the HAVE_ASSERT_H check) to SDL_sound_internal.h, and removed
10 unnecessary #includes from the individual source files. Added
11 "md_reverb = 1;" to MIKMOD_init(). Modplug got some WinCE-specific
12 setting tweaks.
5 06292002 - More altcvt fixes from Frank Ranostaj...mostly working now. 13 06292002 - More altcvt fixes from Frank Ranostaj...mostly working now.
6 06252002 - More altcvt fixes from Frank Ranostaj. 14 06252002 - More altcvt fixes from Frank Ranostaj.
7 06132002 - Patch from Torbjörn to fix stereo AIFF files. 15 06132002 - Patch from Torbjörn to fix stereo AIFF files.
8 06212002 - More altcvt fixes from Frank Ranostaj. 16 06212002 - More altcvt fixes from Frank Ranostaj.
9 06132002 - Patch from Torbjörn to make the WAV decoder more tolerant. 17 06132002 - Patch from Torbjörn to make the WAV decoder more tolerant.