summaryrefslogtreecommitdiff
path: root/gcc/cpplib.h
Commit message (Expand)AuthorAgeFilesLines
* * c-parse.in (yylexname): New function, split out of _yylex.zack2001-03-071-1/+1
* * cppfiles.c (_cpp_execute_include): Don't make a null-terminatedneil2001-03-041-3/+1
* * cpp.texi: Update.neil2001-03-031-1/+1
* * cppfiles.c (struct include_file): Update.neil2001-03-021-2/+2
* * cppinit.c (builtin_array): Update.neil2001-02-251-0/+1
* * c-lex.c (lex_number): Only warn traditionally for U suffixneil2001-02-141-0/+1
* * cppinit.c (BC): New macro.mmitchel2001-02-041-1/+3
* * cpphash.c (_cpp_cleanup_hashtable, _cpp_lookup_with_hash)neil2001-01-281-2/+1
* * c-parse.in (finish_parse): Add comment about cpp_destroy.neil2001-01-141-1/+4
* * cpplib.h (cpp_pool, mi_state, mi_ind, struct cpp_macro,neil2001-01-131-269/+0
* * cppinit.c (cpp_handle_option): help_only is now part of theneil2001-01-131-15/+33
* * cppinit.c (OPT_g): Remove.neil2001-01-101-8/+0
* * c-lang.c (c_post_options): Call cpp_post_options.neil2001-01-071-2/+13
* * cpplib.h (struct cpp_reader): Add help_only field.zack2001-01-051-0/+4
* * cpp.texi: Update for -MP. Clarify behaviour of -MT.neil2001-01-051-1/+4
* * cpp.texi: Update for -MT.neil2001-01-041-4/+1
* * c-lex.c: s/change_file/file_change.neil2000-12-181-1/+1
* * cpplib.h (struct cpp_reader): Remove references to string_poolneil2000-12-171-2/+0
* * c-lex.c: Move main_input_filename handling to FC_ENTER. Clean up.neil2000-12-171-3/+4
* * gcc.c (cpp_options): Pass -fno-operator-names.jakub2000-12-151-0/+3
* * cpperror.c (print_location): New function.neil2000-12-111-5/+7
* * cppfiles.c (struct include_file): Move from cpphash.h.neil2000-12-071-0/+3
* * config/alpha/osf.h: Standarize copyright statement.law2000-12-071-1/+2
* * cppfiles.c (stack_include_file): Push zero-length buffersneil2000-12-051-1/+1
* * cppfiles.c (cpp_make_system_header): Take 2 booleans,neil2000-12-041-2/+1
* * cppinit.c (initialize): Forgotten prototype.neil2000-12-011-3/+1
* * cppmacro.c (cpp_scan_buffer_nooutput): Take a booleanneil2000-11-281-1/+1
* * c-lex.h (parse_in): Change parse_in to a cpp_reader *.neil2000-11-281-3/+1
* * cppinit.c (cpp_reader_init): Remove handling of warn_pasteneil2000-11-271-4/+0
* * c-lex.c (cb_enter_file, cb_leave_file, cb_rename_file):neil2000-11-271-56/+20
* * cpplib.h (struct cpp_reader): Remove lang_asm.neil2000-11-261-9/+6
* * cpplex.c (trigraph_ok): Ensure we don't warn twice.neil2000-11-221-0/+4
* * c-lang.c (lang_init_options): Update call toneil2000-11-201-16/+21
* * cpplib.c (start_directive, end_directive): New functions.neil2000-11-151-0/+1
* * cpplex.c (_cpp_lex_token): CPP_COMMENT and true CPP_EOFneil2000-11-131-2/+0
* * cppexp.c: Don't worry about pfile->skipping.neil2000-11-121-0/+3
* Remove CPP_PLACEMARKERsneil2000-11-111-3/+2
* Move directive handling into the lexer itself.neil2000-11-081-1/+0
* * c-lex.c (c_lex): Replace tok.val.aux with tok.val.c orneil2000-11-061-5/+5
* * c-parse.in (_yylex): Remove CPP_BACKSLASH case.neil2000-11-011-1/+0
* * cppfiles.c (stack_include_file): Check for stacked contextsneil2000-10-301-1/+7
* * cpphash.c (cpp_forall_identifiers): Add context variablegeoffk2000-10-291-1/+4
* 2000-10-28 Neil Booth <neilb@earthling.net>neil2000-10-281-171/+270
* * cpplex.c (parse_args): Don't set VOID_REST flag.neil2000-09-251-1/+0
* 2000-09-25 Branko Cibej <branko.cibej@hermes.si>bkoz2000-09-251-0/+3
* * cpplex.c: Update TODO comment.neil2000-09-241-1/+1
* * cpphash.h (CPP_RESERVE, CPP_PUTS_Q, CPP_PUTS, CPP_PUTC_Q,neil2000-09-231-4/+10
* * cpphash.h (HASHSTEP): Take character rather than pointerneil2000-09-181-11/+44
* * cppfiles.c: Move all default-#defines to top of file.zack2000-09-121-3/+0
* * cpplib.h (struct cpp_options): Add user_label_prefix member,zack2000-09-081-0/+3