aboutsummaryrefslogtreecommitdiff
path: root/gcc/stringpool.c
AgeCommit message (Expand)AuthorFilesLines
2002-06-04Merge from pch-branch up to tag pch-commit-20020603.Geoffrey Keating1-1/+1
2002-05-09sbitmap.c: Fix formatting.Kazu Hirata1-1/+1
2001-11-09c-lang.c (LANG_HOOKS_NAME): New.Neil Booth1-14/+0
2001-10-28ChangeLog.0, [...]: Fix spelling errors.Joseph Myers1-1/+1
2001-10-21c-format.c (maybe_read_dollar_number): Use safe-ctype macros and/or fold extr...Kaveh R. Ghazi1-1/+1
2001-09-21stringpool.c (get_identifier_with_length): New function.Alexandre Petit-Bianco1-0/+16
2001-08-22Makefile.in, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff1-8/+8
2001-05-27c-decl.c (init_decl_processing): Don't call start_identifier_warnings.Neil Booth1-35/+0
2001-05-22c-lex.c (c_lex): Just cast cpp's hashnode to gcc's one.Neil Booth1-29/+3
2001-05-20hashtable.c (calc_hash): Fix HASHSTEP definition.Neil Booth1-3/+0
2001-05-20Makefile.in (OBJS, [...]): Update.Neil Booth1-287/+125
2001-05-16c-common.h (RID_FIRST_PQ): New.Neil Booth1-112/+70
2001-03-02stringpool.c (set_identifier): New function.Zack Weinberg1-0/+19
2000-11-22stringpool.c (stringpool_statistics): Also report number and percentage of en...Zack Weinberg1-3/+8
2000-11-17ggc.h: Delete ggc_add_string_root and ggc_mark_string.Zack Weinberg1-0/+9
2000-11-17stringpool.c: New file.Zack Weinberg1-0/+405