K 10
svn:author
V 6
iulius
K 8
svn:date
V 27
2009-11-15T09:24:59.058009Z
K 7
svn:log
V 421
* Add a new "unsigned long" type to the configuration parser.
It will properly warn the user when a variable contains
a negative integer.  It will prevent INN from crashing
at several places (like a xmalloc(-5) which in fact
allocates 4GB of memory on a 32-bit architecture).

* Modify lots of casts (some are now useless, others needed).

* Also update the test suite, adding case tests for unsigned
integers and lists.

END
