summaryrefslogtreecommitdiff
path: root/src/include/bitstring.i
AgeCommit message (Expand)Author
2014-02-24Switch the WT_PAGE union #defines from pu_xxx to pg_xxx.Keith Bostic
2014-02-05Add pu_xxx_field #defines for the rest of the page-union fields.Keith Bostic
2014-01-07Update copyright notices for 2014.Keith Bostic
2013-11-22Pedantic lint: don't return a void expression.Michael Cahill
2013-01-01Update copyright notice to 2013.Keith Bostic
2012-08-27nitAlex Gorrod
2012-08-27Update btree usage of 64 bitstring implementation, so it's cleaner.Alex Gorrod
2012-08-22Update the bitstring implementation to use 64 bit length strings.Alex Gorrod
2012-08-15We're sending a mixed message -- remove the copyright notices from filesKeith Bostic
2012-08-07Whitespace cleanups, no semantic changes.Keith Bostic
2012-04-27Fix uninitialized variables as reported by GCC 4.6.Michael Cahill
2012-04-19Snapshot verification code. The verification statements:Keith Bostic
2012-01-31Fix uninitialized warnings with GCC 4.6.Michael Cahill
2012-01-22Update copyright notices to 2012.Keith Bostic
2011-12-18Split u.col_leaf into two parts (u.col_fix and u.col_var), and move theKeith Bostic
2011-08-19Fix a comment.Keith Bostic
2011-08-05Automated change whacked some copyright statements.Keith Bostic
2011-08-04Remove declarations for static inline functions, when mixed with non-inlined ...Michael Cahill
2011-08-03Fast-path 8-bit fixed-length column-store fields: I think they'll be commonKeith Bostic
2011-08-03Redo Paul Vixie's bitstring.h #defines as inline functions, usingKeith Bostic