of Data.Map. Note that once the database has been parsed, it can
be accessed quickly, but the inital cost of reading 00-index.tar
is fairly high.
ok jasper@
about Libav that digging into the CPU run-time detection code that the
AVX support has an OS level check unlike the SSE code so it is safe.
- Revert back to not using the -Bsymbolic linker flag as was done for
quite some time to workaround an issue with pthreads but enabling it
exposed a bug with the mips64 linker and I'd rather do this consistently
across all archs as was done before instead of only for mips64 as has
been proposed.
- sync the libgsm hacking with my submitted diff from upstream.
ok ajacoutot@ sthen@
Input by nigel@ (who originally reported the problem as well
as it happened with LibreOffice before), landry@ and ajacoutot@.
"Looks good for me" sthen@
Nestopia is an accuracy-focused emulator for the Nintendo Entertainment
System/Famicom (and Famicom Disk System). It is a computer program that
acts like a physical piece of hardware. In other words, this is a method
of preserving videogame history, with the welcome side effect of
allowing you to play NES games on a modern computer.
Nestopia uses highly optimized cycle exact emulation, allowing it to run
titles that rely on precise timing, many of which break under inferior
emulators.
ok benoit@ landry@ rfreeman@ kirby@
mod_jk is a DSO module for Apache2. It connects Apache to Tomcat.
mod_jk can be configured to off-load SSL processing to Apache, serve
static content for webapps and load balance multiple Tomcat servers.
ok kurt@
tweaks & ok sthen@
Fix handling of If-Modified-Since if If-None-Match is present (don't
return 412 for date parsing errors); follow current draft for HTTP/1.1,
which tells us to ignore If-Modified-Since if we have matching etags.
ok sthen@