K 10 svn:author V 7 glebius K 8 svn:date V 27 2012-05-23T09:38:37.567397Z K 7 svn:log V 396 Add some strictness to tableaddr and dynaddr setup and destroy functions. Instead of silently ignoring invalid parameters, assert their correctness. Don't call these functions for all addresses, but only for table addresses or dynamic addresses, respectively. Change may be arguable, since increases number of lines, but imho, make code easier to understand and easier for future modifications. END