adding of pthreads; that's all gone now, it sucked.
- Add a libao sound output, this has been mostly tested:
- it works with wav output on my powerbook (where oss out
is broken)
- it works but sounds really jumpy when playing 44100Hz
samples through a shitty onboard soundcard that only
supports 48000Hz output... the dma buffer gets played
too fast.
- Added a configure test for ossaudio for NetBSD.
- Added a configure test for POSIX threads, from the GNU
autoconf macro repository.
- Fixed up some typos in the Rogue and Xatrix makefiles
SVGAlib, X, GL, SDL, and GLIDE. Modified the
Makefile.am's to match the new configure variables.
Now people don't have to manually hack src/Makefile.am to
build their targets.
- Fixed a typo in src/qgl.h with the #define
- Added new automake generated files to bootstrap's clean
command.
- Added build requirements to HACKING, as we now need
automake 1.6.
- Removed note in README about the asm FPE bug, as I seem to
have inadvertently fixed this without meaning to.
VA_LIST_IS_ARRAY. Currently not needed, but I suspect we
may need them as we gain functionality; cf. dstring.c in
quakeforge.
- Updated configure.in to check for above tests.
- Updated TODO list noting the va_list audit.