summaryrefslogtreecommitdiff
path: root/gcc/stringpool.c
Commit message (Expand)AuthorAgeFilesLines
* c-lang.c (LANG_HOOKS_NAME): New.Neil Booth2001-11-091-14/+0
* ChangeLog.0, [...]: Fix spelling errors.Joseph Myers2001-10-281-1/+1
* c-format.c (maybe_read_dollar_number): Use safe-ctype macros and/or fold extr...Kaveh R. Ghazi2001-10-211-1/+1
* stringpool.c (get_identifier_with_length): New function.Alexandre Petit-Bianco2001-09-211-0/+16
* Makefile.in, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff2001-08-221-8/+8
* c-decl.c (init_decl_processing): Don't call start_identifier_warnings.Neil Booth2001-05-271-35/+0
* c-lex.c (c_lex): Just cast cpp's hashnode to gcc's one.Neil Booth2001-05-221-29/+3
* hashtable.c (calc_hash): Fix HASHSTEP definition.Neil Booth2001-05-201-3/+0
* Makefile.in (OBJS, [...]): Update.Neil Booth2001-05-201-287/+125
* c-common.h (RID_FIRST_PQ): New.Neil Booth2001-05-161-112/+70
* stringpool.c (set_identifier): New function.Zack Weinberg2001-03-021-0/+19
* stringpool.c (stringpool_statistics): Also report number and percentage of en...Zack Weinberg2000-11-221-3/+8
* ggc.h: Delete ggc_add_string_root and ggc_mark_string.Zack Weinberg2000-11-171-0/+9
* stringpool.c: New file.Zack Weinberg2000-11-171-0/+405