Age | Commit message (Expand) | Author | Files | Lines |
2004-10-22 | alias.c, [...]: Fix comment formatting. | Kazu Hirata | 1 | -1/+1 |
2004-09-22 | vec.h (VEC_space): Return true if there _is_ space. | Nathan Sidwell | 1 | -4/+4 |
2004-09-17 | basic-block.h, [...]: Fix comment typos. | Kazu Hirata | 1 | -2/+2 |
2004-09-14 | cgraph.h, [...]: Fix comment typos. | Kazu Hirata | 1 | -3/+3 |
2004-09-08 | vec.c (vec_p_reserve, [...]): Rename to ... | Nathan Sidwell | 1 | -15/+53 |
2004-09-05 | c-common.c, [...]: Fix comment formatting. | Kazu Hirata | 1 | -1/+1 |
2004-09-05 | c-common.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -2/+2 |
2004-08-19 | vec.h (VEC_lower_bound): New macro. | Daniel Berlin | 1 | -3/+68 |
2004-08-15 | * vec.h: Comment improvements. | Ben Elliston | 1 | -5/+5 |
2004-08-02 | libiberty.h (XDELETE, [...]): Remove any const-qualification before disposal. | Gabriel Dos Reis | 1 | -6/+6 |
2004-07-20 | vec.h (VEC_T_length, [...]): Use unsigned, not size_t. | Nathan Sidwell | 1 | -38/+40 |
2004-07-19 | vec.h: Propagate location information properly. | Nathan Sidwell | 1 | -63/+147 |
2004-07-16 | vec.h (VEC_address): New function. | Mark Mitchell | 1 | -0/+19 |
2004-07-15 | vec.h (VEC_T_truncate): Allow truncation of an empty vector. | Nathan Sidwell | 1 | -8/+10 |
2004-07-14 | * vec.h: Comment fix. | Ben Elliston | 1 | -1/+1 |
2004-07-09 | * vec.c, vec.h (vec_assert_fail): Use unsigned int for LINE argument. | Zack Weinberg | 1 | -1/+1 |
2004-07-09 | * vec.h (VEC_T_alloc): Fix MEM_STAT_DECL pasto. | Nathan Sidwell | 1 | -2/+2 |
2004-07-08 | vec.c (vec_p_reserve, [...]): Allocation is signed. | Nathan Sidwell | 1 | -33/+49 |
2004-07-07 | * vec.h: Fix the example use. | Nathan Sidwell | 1 | -3/+3 |
2004-07-06 | vec.h (VEC_embedded_alloc): Remove. | Nathan Sidwell | 1 | -49/+82 |
2004-06-29 | vec.h (VEC_T_safe_push, [...]): Tweak for when size_t is bigger than int. | Nathan Sidwell | 1 | -4/+4 |
2004-06-28 | fix typo | Nathan Sidwell | 1 | -1/+1 |
2004-06-28 | vec.h, vec.c: New, type safe vector API. | Nathan Sidwell | 1 | -0/+567 |