log lshlib.cpp @ 497:9d8aee621afb api-inversion

age author description
Wed, 12 Nov 2008 15:23:32 +0000 mas01cr gcc-4.3 warning cleanups for lshlib.cpp gcc-4.3-cleanups
Tue, 07 Oct 2008 21:03:26 +0000 mas01mc unionized punning of the sbucket.snext field into {subucket* ptr, unsigned numBuckets}snext; so that list-head code is 64-bit friendly.
Tue, 07 Oct 2008 20:08:22 +0000 mas01mc added portable C++ reinterpret_cast<Uns32T> instead of C-style cast to fix 64-bit compile error in query.cpp. This is in advance of re-writing bucket class to include a union{} of pointer and counter fields.