aboutsummaryrefslogtreecommitdiff
path: root/gcc/cpplex.c
AgeCommit message (Expand)AuthorFilesLines
2003-06-28builtins.c: Follow spelling conventions.Kazu Hirata1-1/+1
2003-06-17* cpplib.h, cpphash.h, cppcharset.c, cpperror.c, cppexp.cZack Weinberg1-144/+70
2003-06-16builtin-attrs.def, [...]: Don't use macros from "symcat.h", instead rely on I...Kaveh R. Ghazi1-1/+1
2003-06-12ChangeLog: Follow spelling conventions.Kazu Hirata1-2/+2
2003-06-12Don't warn on dollars in builtin macro definitions,Hans-Peter Nilsson1-3/+3
2003-05-17c-common.c, c-common.h (dollars_in_ident): Remove.Neil Booth1-4/+2
2003-05-04cppinit.c (cpp_create_reader, [...]): Warn about trigraphs unless explicity s...Neil Booth1-1/+34
2003-04-26Revert cpplex.c changeNeil Booth1-0/+6
2003-04-26* _cpp_lex_direct: Remove pointless code.Neil Booth1-6/+0
2003-04-24cpplex.c (cpp_token_len): Tighten up.Neil Booth1-7/+7
2003-04-23Makefile.in (c-lex.o, [...]): Update.Neil Booth1-114/+71
2003-04-22* cpplex.c (_cpp_get_fresh_line): Pop the buffer if return_at_eof.Neil Booth1-4/+4
2003-04-22c-lex.c (c_lex): Handle CPP_OTHER differently.Neil Booth1-15/+11
2003-04-20cpphash.h (NOTE_ESC_NL, [...]): Remove.Neil Booth1-27/+24
2003-04-20cpplex.c (_cpp_lex_direct): Set BOL for CPP_EOF tokens.Nathan Sidwell1-0/+6
2003-04-20Makefile.in (LIBCPP_OBJS): Add cppcharset.o.Neil Booth1-111/+82
2003-04-19cpphash.h (struct cpp_buffer): Remove backup_to.Neil Booth1-160/+100
2003-04-19cpphash.h (struct cpp_reader): New member warned_dollar.Neil Booth1-214/+101
2003-04-19* skip_whitespace: Rearrange to avoid stage1 ICE.Neil Booth1-8/+5
2003-04-19cppfiles.c (ENABLE_VALGRIND_CHECKING, [...]): Remove.Neil Booth1-370/+222
2003-03-17c-opts.c: Default TARGET_EBCDIC to 0 if not defined.Neil Booth1-18/+27
2003-03-06Makefile.in (c-ppoutput.o): Update.Neil Booth1-0/+10
2003-01-23* cpplex.c (cpp_interpret_charconst): Squelch warning with cast.Kaveh R. Ghazi1-1/+1
2003-01-18alias.c: Fix comment typos.Kazu Hirata1-1/+1
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg1-1/+3
2002-09-26c-common.h: Follow spelling conventions.Kazu Hirata1-1/+1
2002-09-22ChangeLog: Follow spelling conventions.Kazu Hirata1-3/+3
2002-09-16ABOUT-NLS: Follow spelling conventions.Kazu Hirata1-2/+2
2002-07-21c-decl.c (build_array_declarator): Say 'ISO C90', not 'ISO C89'.Gabriel Dos Reis1-1/+1
2002-06-11Makefile.in: Update cppmain.o.Neil Booth1-1/+10
2002-06-10cpphash.h (_cpp_read_logical_line_trad, [...]): Update prototypes.Neil Booth1-1/+1
2002-06-07cpptrad.c (struct block, [...]): New.Neil Booth1-14/+1
2002-05-22cpperror.c: Fix formatting.Kazu Hirata1-53/+53
2002-05-17Makefile.in: Update for cpptrad.c.Neil Booth1-23/+46
2002-05-11cpplex.c (_cpp_lex_direct): When in a directive at EOF fake a newline.Neil Booth1-2/+2
2002-05-08cpplex.c (cpp_interpret_charconst): Truncate as well as sign-extend.Neil Booth1-9/+11
2002-05-07c-common.c (c_common_init): Set options->unsigned_wchar.Neil Booth1-2/+2
2002-05-06c-common.c (warn_multichar): New.Neil Booth1-7/+18
2002-05-05cpplex.c (cpp_interpret_charconst): Sign-extend each character.Neil Booth1-27/+22
2002-05-05c-common.c (c_common_init): Set up CPP arithmetic.Neil Booth1-1/+2
2002-05-04cppinit.c (MAX_WCHAR_TYPE_SIZE): Move to cpplib.hNeil Booth1-6/+8
2002-05-04c-lex.c (lex_string): Let cpp_parse_escape handles truncation and sign-extens...Neil Booth1-37/+45
2002-04-30cpplex.c: Fix comment formatting.Kazu Hirata1-1/+1
2002-04-24cpplex.c: Remove conditional #undef of MULTIBYTE_CHARS.Matthew Hiller1-10/+61
2002-04-21cppexp.c (struct op, [...]): Replace U_CHAR with uchar.Neil Booth1-11/+11
2002-04-14cpperror.c (print_location): Don't print include chain if line == 0.Neil Booth1-48/+62
2002-04-07cppinit.c (cpp_create_reader): Initialize discard_comments_in_macro_exp.Jason Thorpe1-6/+25
2002-03-22cpphash.h (struct cpp_reader): Remove mls_line and mls_col.Neil Booth1-58/+11
2002-03-22cpplex.c (parse_identifier_slow): Rename parse_slow, adjust prototype, and ha...Neil Booth1-80/+75
2002-02-28cpplex.c (cpp_parse_escape): Restore mistakenly-removed code: \a still means ...Jim Meyering1-0/+1