aboutsummaryrefslogtreecommitdiff
path: root/gcc/cpplib.h
AgeCommit message (Expand)AuthorFilesLines
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
2001-05-25Standardize header guards.Richard Henderson1-2/+3
2001-05-23c-lex.c (read_escape, read_ucs): Delete.Neil Booth1-0/+4
2001-05-20Makefile.in (OBJS, [...]): Update.Neil Booth1-18/+31
2001-05-16cppexp.c (lex): Use NODE_NAME and NODE_LEN.Neil Booth1-6/+3
2001-05-16* cpplib.h: Undo mistaken commit.Neil Booth1-13/+13
2001-05-16cppexp.c (lex): Use NODE_NAME and NODE_LEN.Neil Booth1-13/+13
2001-05-11c-lex.c (lex_charconst): Convert into a simple wrapper around cpp_interpret_c...Neil Booth1-0/+5
2001-03-07c-parse.in (yylexname): New function, split out of _yylex.Zack Weinberg1-1/+1
2001-03-04cppfiles.c (_cpp_execute_include): Don't make a null-terminated copy of the f...Neil Booth1-3/+1
2001-03-03cpp.texi: Update.Neil Booth1-1/+1
2001-03-02cppfiles.c (struct include_file): Update.Neil Booth1-2/+2
2001-02-25cppinit.c (builtin_array): Update.Neil Booth1-0/+1
2001-02-14c-lex.c (lex_number): Only warn traditionally for U suffix outside system mac...Neil Booth1-0/+1
2001-02-04cppinit.c (BC): New macro.Mark Mitchell1-1/+3
2001-01-28cpphash.c (_cpp_cleanup_hashtable, [...]): Don't set fe_value.Neil Booth1-2/+1
2001-01-14c-parse.in (finish_parse): Add comment about cpp_destroy.Neil Booth1-1/+4
2001-01-13cpplib.h (cpp_pool, [...]): Move to cpphash.h (struct macro_args): Delete.Neil Booth1-269/+0
2001-01-13cppinit.c (cpp_handle_option): help_only is now part of the cpp_options struc...Neil Booth1-15/+33