*IMPORTANT*: Due to a fix in the zone update process, the ixfr.db has a
new format. When you are planning to upgrade to NSD 3.2.x release, make
sure to process the old ixfr.db before starting the new release (by
running nsdc patch).
PLIB is a suite of portable game librairies.
PLIB includes sound effects, music, a complete 3D engine, font
rendering, a simple Windowing library, a game scripting language, a GUI,
networking, 3D math library and a collection of handy utility functions.
All are 100% portable across nearly all modern computing platforms.
Each library component is fairly independent of the others - so if you
want to use SDL, GTK, GLUT, or FLTK instead of PLIB's 'PW' windowing
library, you can.
Based on a submission from Gallon Sylvestre (MAINTAINER)
Users will have to log into Hotmail through a browser and check the
box so it never shows the 'changed' page again. Then, add
'Mode=200810' to your config file. You may also have to turn off
'reading panes'.
ok okan@
of interest in the static analyser and it basically works, so put
it in now and link to the build later.
Low Level Virtual Machine (LLVM) is:
- A compilation strategy designed to enable effective program
optimization across the entire lifetime of a program.
- A virtual instruction set.
- A compiler infrastructure.
- LLVM does not imply things that you would expect from a high-level
virtual machine. It does not require garbage collection or run-time
code generation.
some parts from chl@ and the FreeBSD port.
- fix an issue with datadir PATH; noticed by todd@
Note that there is still something preventing this program to work
correctly, it is being investigated (it used to work just fine).
are likely to need to make changes to their code to work with this
newer version. remove BROKEN marker.
patch to allow building with in-tree httpd from Mikko Tolmunen on
ports@, thanks!
stop the join ' ', split /\s+/ dance.
use debug(&) to avoid computing debug messages when not needed.
(and cleanup some old variables that no longer exist)
okay steven@