aboutsummaryrefslogtreecommitdiff
path: root/gcc/cpplib.c
AgeCommit message (Expand)AuthorFilesLines
2000-12-18c-lex.c: s/change_file/file_change.Neil Booth1-54/+55
2000-12-17cpplib.h (struct cpp_reader): Remove references to string_pool and temp_strin...Neil Booth1-11/+1
2000-12-17c-lex.c: Move main_input_filename handling to FC_ENTER.Neil Booth1-48/+122
2000-12-11cpperror.c (print_location): New function.Neil Booth1-48/+51
2000-12-09cppfiles.c (NEVER_REREAD, [...]): Move from cpphash.h.Neil Booth1-21/+27
2000-12-07cppfiles.c (struct include_file): Move from cpphash.h.Neil Booth1-63/+31
2000-12-07c-common.c (parse_in): Make a cpp_reader *.Neil Booth1-12/+6
2000-12-05cppfiles.c (stack_include_file): Push zero-length buffers in case of failure.Neil Booth1-19/+11
2000-12-04cppfiles.c (cpp_make_system_header): Take 2 booleans, and operate on current ...Neil Booth1-8/+9
2000-12-02cpplib.c (do_ifdef): Add check_eol() call.Geoffrey Keating1-0/+6
2000-12-01cppinit.c (initialize): Forgotten prototype.Neil Booth1-4/+4
2000-11-27c-lex.c (cb_enter_file, [...]): Combine into the new function cb_change_file.Neil Booth1-36/+60
2000-11-26cpplib.h (struct cpp_reader): Remove lang_asm.Neil Booth1-2/+2
2000-11-17mcore.c (mcore_expand_prolog): Call xmalloc/xrealloc, not malloc/realloc.Kaveh R. Ghazi1-1/+1
2000-11-15cpplib.c (start_directive, [...]): New functions.Neil Booth1-58/+73
2000-11-14cppexp.c (parse_defined): Call cpp_get_token not _cpp_get_token.Neil Booth1-14/+19
2000-11-13cpplex.c (_cpp_lex_token): CPP_COMMENT and true CPP_EOF cases return without ...Neil Booth1-7/+9
2000-11-12cppexp.c: Don't worry about pfile->skipping.Neil Booth1-86/+76
2000-11-11Remove CPP_PLACEMARKERsNeil Booth1-3/+3
2000-11-09cpphash.c: Move cpp_defined here from cpplib.c.Neil Booth1-20/+2
2000-11-04cpplib.c (do_line): Only warn pedantically if not reading preprocessed input.Neil Booth1-1/+1
2000-11-01cpplib.c (run_directive): Use correct line number for output of _Pragma.Neil Booth1-4/+11
2000-10-31cpp.texi: Update for new command line assertion syntax.Neil Booth1-18/+40
2000-10-30cppfiles.c (stack_include_file): Check for stacked contexts here.Neil Booth1-8/+81
2000-10-29* cpplib.c (skip_rest_of_line): Use _cpp_get_token.Neil Booth1-2/+2
2000-10-28* cpplib.c (run_directive): Fix prototype.Richard Henderson1-1/+1
2000-10-28New macro expander.Neil Booth1-666/+794
2000-09-28cpperror.c (_cpp_begin_message): Do the test for suppression of warnings and ...Neil Booth1-1/+1
2000-09-25flags.h: Declare warning flag warn_system_headers.Branko Cibej1-5/+3
2000-09-24cpplex.c: Update TODO comment.Neil Booth1-16/+13
2000-09-23cpphash.h (CPP_RESERVE, [...]): Delete.Neil Booth1-1/+3
2000-09-18cpphash.h (HASHSTEP): Take character rather than pointer to character.Neil Booth1-47/+65
2000-08-29cpperror.c (print_file_and_line): If line is (unsigned int)-1, print just the...Zack Weinberg1-4/+17
2000-08-23cpphash.h (IN_I): New flag for directive table.Zack Weinberg1-9/+14
2000-08-18cpplib.c (cpp_register_pragma_space): Just return if the namespace is already...Zack Weinberg1-4/+3
2000-08-18cpphash.h: Use HAVE_DESIGNATED_INITIALIZERS.Neil Booth1-8/+1
2000-08-17cppinit.c (cpp_cleanup): Free include dir chains.Neil Booth1-9/+1
2000-08-09configure.in (--enable-c-cpplib): Uncomment.Zack Weinberg1-8/+9
2000-08-04cpplex.c (parse_name): Might have to glue a CPP_OTHER token before the name.Zack Weinberg1-0/+10
2000-08-02cppexp.c, [...]: Do not use 'legal' or 'illegal' in error messages and comments.Zack Weinberg1-1/+1
2000-08-02cpperror.c (v_message): Split into _cpp_begin_message and v_message macro.Zack Weinberg1-186/+174
2000-07-25cpplib.c (_cpp_check_directive): Issue -Wtraditional warnings for indented di...Zack Weinberg1-13/+18
2000-07-19cpplib.h (TTYPE_TABLE): Move CPP_MIN and CPP_MAX into block of operators allo...Zack Weinberg1-22/+22
2000-07-18cpplib.h (TTYPE_TABLE): Rearrange to use only two per-entry macros, not five.Zack Weinberg1-1/+1
2000-07-18[multiple changes]Zack Weinberg1-56/+34
2000-07-15cpphash.c (save_expansion): Clear PREV_WHITE on tokens immediately following ...Zack Weinberg1-1/+0
2000-07-14* cpplib.c (do_pragma_dependency): Tidy warning messages.Nathan Sidwell1-2/+5
2000-07-13cppexp.c, [...]: Eradicate all traces of code dependent on traditional, lang_...Zack Weinberg1-49/+11
2000-07-11[multiple changes]Zack Weinberg1-19/+24
2000-07-08cpplib.h (struct cpp_name): Now struct cpp_string.Zack Weinberg1-62/+64