aboutsummaryrefslogtreecommitdiff
path: root/gcc/cpphash.h
AgeCommit message (Expand)AuthorFilesLines
2003-06-25cppfiles.c: Clarify comments.Martin Schaffner1-1/+1
2003-06-17* cpplib.h, cpphash.h, cppcharset.c, cpperror.c, cppexp.cZack Weinberg1-97/+75
2003-06-12ChangeLog: Follow spelling conventions.Kazu Hirata1-1/+1
2003-06-12Don't warn on dollars in builtin macro definitions,Hans-Peter Nilsson1-4/+0
2003-05-17c-common.c, c-common.h (dollars_in_ident): Remove.Neil Booth1-3/+3
2003-04-21c-ppoutput.c (cb_include): Don't take a cpp_token.Neil Booth1-5/+4
2003-04-20cpphash.h (NOTE_ESC_NL, [...]): Remove.Neil Booth1-5/+4
2003-04-20Makefile.in (LIBCPP_OBJS): Add cppcharset.o.Neil Booth1-0/+4
2003-04-19cpphash.h (struct cpp_buffer): Remove backup_to.Neil Booth1-2/+0
2003-04-19cpphash.h (struct cpp_reader): New member warned_dollar.Neil Booth1-0/+4
2003-04-19cppfiles.c (ENABLE_VALGRIND_CHECKING, [...]): Remove.Neil Booth1-19/+33
2003-03-14/home/neil/diffs/include.logNeil Booth1-8/+0
2003-03-06Makefile.in (c-ppoutput.o): Update.Neil Booth1-0/+1
2003-03-04Makefile.in: Update.Neil Booth1-15/+0
2003-03-01Makefile.in (C_AND_OBJC_OBJS, [...]): Update.Neil Booth1-23/+10
2003-02-21cpphash.h (struct lexer_state): Add directive_wants_padding.Zack Weinberg1-0/+5
2003-01-21configure.in: Check for system-provided 'uchar' type.Zack Weinberg1-0/+2
2003-01-18alias.c: Fix comment typos.Kazu Hirata1-1/+1
2003-01-10Merge from pch-branch.Geoffrey Keating1-0/+6
2002-09-22ChangeLog: Follow spelling conventions.Kazu Hirata1-3/+3
2002-09-03Debian BTS Bug #Neil Booth1-4/+4
2002-08-12c-opts.c (deps_seen, [...]): New.Neil Booth1-2/+1
2002-08-12cpphash.h (struct printer): New from cppmain.c.Neil Booth1-0/+15
2002-07-23cppexp.c (parse_defined): Mark macro used.Neil Booth1-0/+12
2002-06-27cpphash.h (_cpp_set_trad_context): Remove.Neil Booth1-1/+0
2002-06-19cpphash.h (struct cpp_reader): Make date and time strings.Neil Booth1-4/+7
2002-06-18cpplib.c (dtable): Update.Neil Booth1-0/+6
2002-06-14cpphash.h (struct cpp_buffer): Remove saved_line_base.Neil Booth1-1/+1
2002-06-13cpphash.h (_cpp_lex_identifier_trad): Remove.Neil Booth1-1/+0
2002-06-11Makefile.in: Update cppmain.o.Neil Booth1-5/+14
2002-06-10cpphash.h (_cpp_read_logical_line_trad, [...]): Update prototypes.Neil Booth1-2/+3
2002-06-10cpphash.h (struct cpp_macro): Put comments on their own lines.Neil Booth1-9/+27
2002-06-09cpphash.h (_cpp_push_text_context): Update.Neil Booth1-1/+4
2002-06-09Makefile.in (LIBCPP_OBJS): Take out version.o.Zack Weinberg1-4/+0
2002-06-07cpptrad.c (struct block, [...]): New.Neil Booth1-1/+18
2002-06-05cpphash.h (_cpp_create_definition): Update prototype.Neil Booth1-1/+6
2002-06-04cpphash.h (FIRST, [...]): New.Neil Booth1-4/+24
2002-05-29cppexp.c (cpp_num): Move to cpplib.h.Neil Booth1-1/+0
2002-05-27c-common.c (c_common_init): Set CPP arithmetic precision.Neil Booth1-0/+1
2002-05-22cpperror.c: Fix formatting.Kazu Hirata1-2/+2
2002-05-21c-common.c (c_common_init): Set options->unsigned_char from flag_signed_char.Zack Weinberg1-1/+0
2002-05-17Makefile.in: Update for cpptrad.c.Neil Booth1-0/+13
2002-05-16cpphash.h (cpp_macro): Move here, and make expansion a union.Neil Booth1-3/+21
2002-05-04c-lex.c (lex_string): Let cpp_parse_escape handles truncation and sign-extens...Neil Booth1-0/+2
2002-04-28cppexp.c (lex): Move some code to _cpp_parse_expr, but keep most cases as fun...Neil Booth1-1/+1
2002-04-28cppexp.c (lex): Update to use state.skip_eval.Neil Booth1-1/+9
2002-04-22cppfiles.c (_cpp_pop_file_buffer): Return void.Neil Booth1-2/+8
2002-04-21cppexp.c (struct op, [...]): Replace U_CHAR with uchar.Neil Booth1-19/+19
2002-04-14cpperror.c (print_location): Don't print include chain if line == 0.Neil Booth1-2/+1
2002-03-22cpphash.h (struct cpp_reader): Remove mls_line and mls_col.Neil Booth1-5/+0