aboutsummaryrefslogtreecommitdiff
path: root/gcc/varray.c
AgeCommit message (Expand)AuthorFilesLines
2003-07-06* varray.c (varray_check_failed): Fix typo.Andreas Jaeger1-1/+1
2003-07-06unroll.c: Convert prototypes to ISO C90.Andreas Jaeger1-18/+10
2003-06-16decl.c, [...]: Don't use the PTR macro.Kaveh R. Ghazi1-1/+1
2003-02-13varray.c (element_size): Remove.Mike Stump1-33/+32
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg1-0/+2
2002-06-04Merge from pch-branch up to tag pch-commit-20020603.Geoffrey Keating1-13/+59
2002-01-10varasm.c: Fix formatting.Kazu Hirata1-2/+2
2001-12-02c-decl.c (duplicate_decls, [...]): Remove leading capital from diagnostics.Neil Booth1-1/+1
2001-08-22Makefile.in, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff1-9/+9
2001-07-09varray.c: Include errors.h for internal_error and trim_filename declarations.Andreas Jaeger1-1/+2
2001-07-06* varray.c (varray_check_failed): Use internal_error.Zack Weinberg1-3/+3
2000-11-07alias.c [...] (init_alias_analysis, [...]): Use memset () instead of bzero ().Joseph Myers1-1/+1
2000-01-17Update copyrightsKaveh Ghazi1-1/+1
2000-01-17toplev.c: PROTO -> PARAMS.Kaveh R. Ghazi1-1/+1
1999-12-05varray.h (varray_head_tag): Add elements_used.Mark Mitchell1-1/+2
1999-11-10ansidecl.h: Define and test `GCC_VERSION', not `HAVE_GCC_VERSION'.Philippe De Muyter1-1/+1
1999-10-10ansidecl.h (HAVE_GCC_VERSION): New macro.Kaveh R. Ghazi1-1/+1
1999-08-26system.h: Don't redefine abort or trim_filename.Zack Weinberg1-0/+21
1998-07-02Add initial varray support infrastructureMichael Meissner1-0/+70