aboutsummaryrefslogtreecommitdiff
path: root/gcc/vec.h
AgeCommit message (Expand)AuthorFilesLines
2004-07-15vec.h (VEC_T_truncate): Allow truncation of an empty vector.Nathan Sidwell1-8/+10
2004-07-14* vec.h: Comment fix.Ben Elliston1-1/+1
2004-07-09* vec.c, vec.h (vec_assert_fail): Use unsigned int for LINE argument.Zack Weinberg1-1/+1
2004-07-09* vec.h (VEC_T_alloc): Fix MEM_STAT_DECL pasto.Nathan Sidwell1-2/+2
2004-07-08vec.c (vec_p_reserve, [...]): Allocation is signed.Nathan Sidwell1-33/+49
2004-07-07* vec.h: Fix the example use.Nathan Sidwell1-3/+3
2004-07-06vec.h (VEC_embedded_alloc): Remove.Nathan Sidwell1-49/+82
2004-06-29vec.h (VEC_T_safe_push, [...]): Tweak for when size_t is bigger than int.Nathan Sidwell1-4/+4
2004-06-28fix typoNathan Sidwell1-1/+1
2004-06-28vec.h, vec.c: New, type safe vector API.Nathan Sidwell1-0/+567