aboutsummaryrefslogtreecommitdiff
path: root/gcc/cpplib.h
AgeCommit message (Expand)AuthorFilesLines
2002-07-20cppexp.c (struct op): Add token pointer.Neil Booth1-0/+4
2002-07-17cppexp.c (cpp_interpret_integer, [...]): Clarify and correct use of "bool" va...Neil Booth1-2/+2
2002-06-11Makefile.in: Update cppmain.o.Neil Booth1-0/+3
2002-06-07cppinit.c (COMMAND_LINE_OPTIONS): Give all relevant -W options their own entr...Zack Weinberg1-1/+1
2002-06-02c-common.c (c_common_init): Override cpplib's default warn_long_long setting.Neil Booth1-0/+4
2002-05-29cppexp.c (cpp_num): Move to cpplib.h.Neil Booth1-0/+48
2002-05-23cpperror.c (_cpp_begin_message): No special casing of CPP_FATAL_LIMIT.Neil Booth1-10/+2
2002-05-17Makefile.in: Update for cpptrad.c.Neil Booth1-0/+3
2002-05-17c-common.c (c_common_init_options): Use C89 for Objective-C, and set the opti...Neil Booth1-2/+3
2002-05-16c-common.c (STDC_0_IN_SYSTEM_HEADERS, [...]): Default-define here.Zack Weinberg1-3/+3
2002-05-07c-common.c (c_common_init): Set options->unsigned_wchar.Neil Booth1-7/+9
2002-05-06c-common.c (warn_multichar): New.Neil Booth1-3/+6
2002-05-05c-common.c (c_common_init): Set up CPP arithmetic.Neil Booth1-3/+3
2002-05-04Makefile.in (c-lex.o): Update.Neil Booth1-0/+5
2002-05-04cppinit.c (MAX_WCHAR_TYPE_SIZE): Move to cpplib.hNeil Booth1-5/+16
2002-05-04c-lex.c (lex_string): Let cpp_parse_escape handles truncation and sign-extens...Neil Booth1-8/+20
2002-04-28cppexp.c (lex): Update to use state.skip_eval.Neil Booth1-3/+3
2002-04-26cppexp.c (CPP_UMINUS, CPP_UPLUS): New.Neil Booth1-5/+8
2002-04-24cpplex.c: Remove conditional #undef of MULTIBYTE_CHARS.Matthew Hiller1-3/+3
2002-04-14cpperror.c (print_location): Don't print include chain if line == 0.Neil Booth1-20/+38
2002-04-07cppinit.c (cpp_create_reader): Initialize discard_comments_in_macro_exp.Jason Thorpe1-0/+4
2002-03-24Removal of separate preprocessor cpp0.Neil Booth1-0/+3
2002-03-22cpplib.h (struct cpp_options): New member, warn_endif_labels.Phil Edwards1-0/+3
2002-03-14cpphash.h (struct lexer_state): Remove line_extension member.Zack Weinberg1-0/+3
2002-02-27c-common.c, [...]: Delete code implementing -traditional mode.Zack Weinberg1-2/+2
2002-02-02cpphash.h (struct spec_nodes): Remove n__CHAR_UNSIGNED__.Neil Booth1-0/+3
2002-01-29re PR other/1502 (Nonexistent -W options not diagnosed)Jakub Jelinek1-1/+1
2002-01-03cpperror.c: Update comments and copyright.Neil Booth1-2/+2
2001-11-15c-common.c: Include c-lex.h.Neil Booth1-13/+30
2001-10-14c-pragma.h (cpp_register_pragma_space): Remove.Neil Booth1-1/+0
2001-10-11calls.c: Fix formatting.Kazu Hirata1-4/+4
2001-10-06cpplex.c (enum spell_type): Add SPELL_NUMBER.Zack Weinberg1-4/+5
2001-10-02cpphash.h: Update comments.Neil Booth1-6/+7
2001-09-27cpphash.h: Update comment.Neil Booth1-2/+0
2001-09-26cpphash.h (struct _cpp_buff, [...]): New.Neil Booth1-3/+0
2001-09-24c-lex.c (cb_def_pragma): Update.Neil Booth1-3/+7
2001-09-16cppmain.c (scan_translation_unit): Don't worry about putting a space after ha...Neil Booth1-8/+0
2001-09-14cpperror.c (print_location): Take line and column, for default positioning us...Neil Booth1-26/+9
2001-09-13c-parse.in (_yylex): Use _cpp_backup_tokens.Neil Booth1-0/+2
2001-08-22cpperror.c (print_location): Don't show _Pragma.Neil Booth1-5/+1
2001-08-17cpperror.c (print_location): Don't take a file name; use the line map instead.Neil Booth1-5/+1
2001-08-11c-lex.c (map): Make const.Neil Booth1-12/+2
2001-08-07cpplib.h, line-map.h: Update comments.Neil Booth1-1/+1
2001-08-06cpperror.c (print_containing_files): Moved to line-map.c.Neil Booth1-4/+3
2001-08-04cpphash.h (struct cpp_reader): New member directive_line.Neil Booth1-6/+6
2001-08-04Makefile.in (CPPLIB_H): New, so that dependencies on cpplib.h are also on lin...Neil Booth1-3/+2
2001-08-02line-map.c: New.Neil Booth1-12/+5
2001-08-01cpphash.h (struct cpp_reader): New members line, pseudo_newlines.Neil Booth1-0/+2
2001-07-29cpphash.h (struct cpp_reader): Remove import_warning.Neil Booth1-1/+0
2001-07-19c-lex.c (c_lex): Remove CPP_INT, CPP_FLOAT cases.Neil Booth1-2/+0