summaryrefslogtreecommitdiff
path: root/gcc/cpplib.h
Commit message (Expand)AuthorAgeFilesLines
* cppinit.c (cpp_create_reader): Initialize discard_comments_in_macro_exp.Jason Thorpe2002-04-071-0/+4
* Removal of separate preprocessor cpp0.Neil Booth2002-03-241-0/+3
* cpplib.h (struct cpp_options): New member, warn_endif_labels.Phil Edwards2002-03-221-0/+3
* cpphash.h (struct lexer_state): Remove line_extension member.Zack Weinberg2002-03-141-0/+3
* c-common.c, [...]: Delete code implementing -traditional mode.Zack Weinberg2002-02-271-2/+2
* cpphash.h (struct spec_nodes): Remove n__CHAR_UNSIGNED__.Neil Booth2002-02-021-0/+3
* re PR other/1502 (Nonexistent -W options not diagnosed)Jakub Jelinek2002-01-291-1/+1
* cpperror.c: Update comments and copyright.Neil Booth2002-01-031-2/+2
* c-common.c: Include c-lex.h.Neil Booth2001-11-151-13/+30
* c-pragma.h (cpp_register_pragma_space): Remove.Neil Booth2001-10-141-1/+0
* calls.c: Fix formatting.Kazu Hirata2001-10-111-4/+4
* cpplex.c (enum spell_type): Add SPELL_NUMBER.Zack Weinberg2001-10-061-4/+5
* cpphash.h: Update comments.Neil Booth2001-10-021-6/+7
* cpphash.h: Update comment.Neil Booth2001-09-271-2/+0
* cpphash.h (struct _cpp_buff, [...]): New.Neil Booth2001-09-261-3/+0
* c-lex.c (cb_def_pragma): Update.Neil Booth2001-09-241-3/+7
* cppmain.c (scan_translation_unit): Don't worry about putting a space after ha...Neil Booth2001-09-161-8/+0
* cpperror.c (print_location): Take line and column, for default positioning us...Neil Booth2001-09-141-26/+9
* c-parse.in (_yylex): Use _cpp_backup_tokens.Neil Booth2001-09-131-0/+2
* cpperror.c (print_location): Don't show _Pragma.Neil Booth2001-08-221-5/+1
* cpperror.c (print_location): Don't take a file name; use the line map instead.Neil Booth2001-08-171-5/+1
* c-lex.c (map): Make const.Neil Booth2001-08-111-12/+2
* cpplib.h, line-map.h: Update comments.Neil Booth2001-08-071-1/+1
* cpperror.c (print_containing_files): Moved to line-map.c.Neil Booth2001-08-061-4/+3
* cpphash.h (struct cpp_reader): New member directive_line.Neil Booth2001-08-041-6/+6
* Makefile.in (CPPLIB_H): New, so that dependencies on cpplib.h are also on lin...Neil Booth2001-08-041-3/+2
* line-map.c: New.Neil Booth2001-08-021-12/+5
* cpphash.h (struct cpp_reader): New members line, pseudo_newlines.Neil Booth2001-08-011-0/+2
* cpphash.h (struct cpp_reader): Remove import_warning.Neil Booth2001-07-291-1/+0
* c-lex.c (c_lex): Remove CPP_INT, CPP_FLOAT cases.Neil Booth2001-07-191-2/+0
* Standardize header guards.Richard Henderson2001-05-251-2/+3
* c-lex.c (read_escape, read_ucs): Delete.Neil Booth2001-05-231-0/+4
* Makefile.in (OBJS, [...]): Update.Neil Booth2001-05-201-18/+31
* cppexp.c (lex): Use NODE_NAME and NODE_LEN.Neil Booth2001-05-161-6/+3
* * cpplib.h: Undo mistaken commit.Neil Booth2001-05-161-13/+13
* cppexp.c (lex): Use NODE_NAME and NODE_LEN.Neil Booth2001-05-161-13/+13
* c-lex.c (lex_charconst): Convert into a simple wrapper around cpp_interpret_c...Neil Booth2001-05-111-0/+5
* c-parse.in (yylexname): New function, split out of _yylex.Zack Weinberg2001-03-071-1/+1
* cppfiles.c (_cpp_execute_include): Don't make a null-terminated copy of the f...Neil Booth2001-03-041-3/+1
* cpp.texi: Update.Neil Booth2001-03-031-1/+1
* cppfiles.c (struct include_file): Update.Neil Booth2001-03-021-2/+2
* cppinit.c (builtin_array): Update.Neil Booth2001-02-251-0/+1
* c-lex.c (lex_number): Only warn traditionally for U suffix outside system mac...Neil Booth2001-02-141-0/+1
* cppinit.c (BC): New macro.Mark Mitchell2001-02-041-1/+3
* cpphash.c (_cpp_cleanup_hashtable, [...]): Don't set fe_value.Neil Booth2001-01-281-2/+1
* c-parse.in (finish_parse): Add comment about cpp_destroy.Neil Booth2001-01-141-1/+4
* cpplib.h (cpp_pool, [...]): Move to cpphash.h (struct macro_args): Delete.Neil Booth2001-01-131-269/+0
* cppinit.c (cpp_handle_option): help_only is now part of the cpp_options struc...Neil Booth2001-01-131-15/+33
* cppinit.c (OPT_g): Remove.Neil Booth2001-01-101-8/+0
* c-lang.c (c_post_options): Call cpp_post_options.Neil Booth2001-01-071-2/+13