summaryrefslogtreecommitdiff
path: root/gcc/vec.h
Commit message (Expand)AuthorAgeFilesLines
* vec.h (VEC_lower_bound): New macro.Daniel Berlin2004-08-191-3/+68
* * vec.h: Comment improvements.Ben Elliston2004-08-151-5/+5
* libiberty.h (XDELETE, [...]): Remove any const-qualification before disposal.Gabriel Dos Reis2004-08-021-6/+6
* vec.h (VEC_T_length, [...]): Use unsigned, not size_t.Nathan Sidwell2004-07-201-38/+40
* vec.h: Propagate location information properly.Nathan Sidwell2004-07-191-63/+147
* vec.h (VEC_address): New function.Mark Mitchell2004-07-161-0/+19
* vec.h (VEC_T_truncate): Allow truncation of an empty vector.Nathan Sidwell2004-07-151-8/+10
* * vec.h: Comment fix.Ben Elliston2004-07-141-1/+1
* * vec.c, vec.h (vec_assert_fail): Use unsigned int for LINE argument.Zack Weinberg2004-07-091-1/+1
* * vec.h (VEC_T_alloc): Fix MEM_STAT_DECL pasto.Nathan Sidwell2004-07-091-2/+2
* vec.c (vec_p_reserve, [...]): Allocation is signed.Nathan Sidwell2004-07-081-33/+49
* * vec.h: Fix the example use.Nathan Sidwell2004-07-071-3/+3
* vec.h (VEC_embedded_alloc): Remove.Nathan Sidwell2004-07-061-49/+82
* vec.h (VEC_T_safe_push, [...]): Tweak for when size_t is bigger than int.Nathan Sidwell2004-06-291-4/+4
* fix typoNathan Sidwell2004-06-281-1/+1
* vec.h, vec.c: New, type safe vector API.Nathan Sidwell2004-06-281-0/+567