]> diplodocus.org Git - nmh/history - sbr/vector.c
new.c: Order two return statements to match comment.
[nmh] / sbr / vector.c
2017-04-28 Ralph Corderoybvector_copy: Use bvector's tiny storage if big enough.
2017-04-28 Ralph Corderoysbr/folder_read.c: Don't malloc() once per message.
2017-04-28 Ralph Corderoysbr/vector.c: Only allocate bvector storage for set...
2017-04-28 Ralph Corderoysbr/vector.c: Add bvector comments, tidy identifiers.
2017-04-28 Ralph Corderoysbr/vector.c: Rewrite BVEC_BYTES(n) macro to remove...
2017-04-28 Ralph Corderoysbr/vector.c: Use new BVEC_BITS_BITS macro.
2017-04-26 Ralph Corderoysbr/vector.c: Zero the growth with memset(3), not loop.
2017-04-26 Ralph Corderoysbr/vector.c: Change bvector_bits() to return first...
2017-04-26 Ralph Corderoysbr/vector.c: Embed initial vector storage in header...
2017-04-26 Ralph Corderoysbr/vector.c: Remove `vec' argument from BVEC_OFFSET...
2017-04-26 Ralph Corderoysbr/vector.c: Delete unused bvector_maxsize() and ivect...
2017-04-26 Ralph Corderoysbr/vector.c: Move assert(3)s into bvector_create().
2017-04-26 Ralph Corderoysbr/vector.c: Replace Nbby with <limits.h>'s CHAR_BIT.
2017-04-26 Ralph Corderoysbr/vector.c: calloc(3) rather than malloc(3) and memse...
2017-04-22 Ralph CorderoyReplace "/*\n * " with "/* " at the start of a file.
2016-11-01 Ralph CorderoySplit one-line condition+body to get gcov results.
2016-10-16 Ralph CorderoyAdd NEW(p) that sets p to mh_xmalloc'd memory sized...
2014-01-26 David LevineMerge branch 'tmpfiles'
2014-01-26 David LevineMerge branch 'tmpfiles'
2014-01-22 David LevineAdded svector_find() function.
2013-03-31 David LevineRemoved limit on maximum number of sequences in a folder.