summaryrefslogtreecommitdiff
path: root/src/include/bitstring.i
Commit message (Expand)AuthorAgeFilesLines
* Update copyright notice to 2013.Keith Bostic2013-01-011-1/+1
* nitAlex Gorrod2012-08-271-1/+1
* Update btree usage of 64 bitstring implementation, so it's cleaner.Alex Gorrod2012-08-271-9/+2
* Update the bitstring implementation to use 64 bit length strings.Alex Gorrod2012-08-221-20/+20
* We're sending a mixed message -- remove the copyright notices from filesKeith Bostic2012-08-151-1/+1
* Whitespace cleanups, no semantic changes.Keith Bostic2012-08-071-1/+1
* Fix uninitialized variables as reported by GCC 4.6.Michael Cahill2012-04-271-0/+1
* Snapshot verification code. The verification statements:Keith Bostic2012-04-191-4/+0
* Fix uninitialized warnings with GCC 4.6.Michael Cahill2012-01-311-0/+2
* Update copyright notices to 2012.Keith Bostic2012-01-221-1/+1
* Split u.col_leaf into two parts (u.col_fix and u.col_var), and move theKeith Bostic2011-12-181-4/+4
* Fix a comment.Keith Bostic2011-08-191-1/+1
* Automated change whacked some copyright statements.Keith Bostic2011-08-051-1/+1
* Remove declarations for static inline functions, when mixed with non-inlined ...Michael Cahill2011-08-041-20/+0
* Fast-path 8-bit fixed-length column-store fields: I think they'll be commonKeith Bostic2011-08-031-5/+20
* Redo Paul Vixie's bitstring.h #defines as inline functions, usingKeith Bostic2011-08-031-0/+330