Standard Portable Library News
Status: Beta
Brought to you by:
johngarrison
2/17/2007: Fixed a hang condition in short-lived threads.
2/16/2007: Changed floating point settings on tandem build to tandem
native. This allows linking with -Wsql programs.
2/15/2007: Started a quick reference (docs/quickref.html).
2/15/2007: Fixed Packet on big endian systems.
2/15/2007: Changed all throws, except for OutOfMemoryExceptions, to use
pointers. This allows catch(Exception *ex) to catch Exception
sub-classes.