aboutsummaryrefslogtreecommitdiff
path: root/gcc/cpplex.c
AgeCommit message (Expand)AuthorFilesLines
2003-11-01re PR preprocessor/12847 (xxx.c:1:20: xxxx.h: No such file or directory)John David Anglin1-17/+19
2003-10-13cpplex.c (_cpp_clean_line): In the common case of a line with no trigraphs an...Zack Weinberg1-13/+70
2003-10-02cpplex.c (_cpp_get_fresh_line): Revert my no-longer-needed 08-28 change...Per Bothner1-11/+4
2003-08-28Fix (hopefully temporary) for breakage caused by my 08-21 patch.Per Bothner1-2/+6
2003-08-21cppfiles.c (stack_file): Correctly pass return_at_eof parameter to cpp_push_b...Per Bothner1-3/+0
2003-07-22cpplex.c (_cpp_process_line_notes): Mention option name in trigraphs warning.Geoffrey Keating1-3/+6
2003-07-19alias.c [...]: Remove unnecessary casts.Kaveh R. Ghazi1-2/+2
2003-07-13Makefile.in (LIBCPP_DEPS): Remove coretypes.h and $(TM_H).Zack Weinberg1-2/+0
2003-07-07genextract.c: Convert remaining prototypes to ISO C90.Andreas Jaeger1-2/+1
2003-07-05cpplib.h (CPP_AT_NAME, [...]): New token types.Zack Weinberg1-288/+1
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