summaryrefslogtreecommitdiff
path: root/gcc/vec.c
Commit message (Expand)AuthorAgeFilesLines
* vec.c (vec_p_reserve, [...]): Rename to ...Nathan Sidwell2004-09-081-6/+65
* c-common.c, [...]: Fix comment typos.Kazu Hirata2004-09-051-1/+1
* vec.h (VEC_T_length, [...]): Use unsigned, not size_t.Nathan Sidwell2004-07-201-3/+3
* * vec.c, vec.h (vec_assert_fail): Use unsigned int for LINE argument.Zack Weinberg2004-07-091-1/+1
* * vec.c (vec_assert_fail): Remove duplicate 'function'.Nathan Sidwell2004-07-081-2/+1
* vec.c (vec_p_reserve, [...]): Allocation is signed.Nathan Sidwell2004-07-081-22/+23
* vec.h (VEC_embedded_alloc): Remove.Nathan Sidwell2004-07-061-21/+7
* vec.h, vec.c: New, type safe vector API.Nathan Sidwell2004-06-281-0/+104