summaryrefslogtreecommitdiff
path: root/gcc/cpplib.c
Commit message (Expand)AuthorAgeFilesLines
* c-common.h (enum rid): Add RID_FIRST_AT, RID_LAST_AT, RID_LAST_PQ.Zack Weinberg2001-07-011-15/+19
* * cpplib.c (run_directive): Set pfile->directive.Neil Booth2001-05-271-1/+2
* Makefile.in (OBJS, [...]): Update.Neil Booth2001-05-201-20/+7
* cppexp.c (lex): Use NODE_NAME and NODE_LEN.Neil Booth2001-05-161-14/+13
* cppinit.c (cpp_post_options): Shut off macro expansion if -fpreprocessed.Zack Weinberg2001-05-101-1/+26
* * cpplib.c (do_line): Sanity check iff enable checking.Neil Booth2001-04-111-0/+2
* cpperror.c (print_location): Don't special case <stdin>.Neil Booth2001-04-081-1/+2
* * cpplib.c (cpp_push_buffer): Give stdin buffers the name <stdin>.Neil Booth2001-04-061-1/+4
* configure.in: Add check for lstat.Neil Booth2001-04-061-6/+1
* system.h: Include symcat.h.Kaveh R. Ghazi2001-03-271-1/+0
* cpp.texi: Update documentation for -include and -imacros.Neil Booth2001-03-151-17/+32
* cppfiles.c (NO_INCLUDE_PATH): New macro.Neil Booth2001-03-131-1/+8
* cppfiles.c (_cpp_execute_include): Don't make a null-terminated copy of the f...Neil Booth2001-03-041-7/+4
* cpplib.c (_cpp_init_stacks): Cast enum for comparison.John David Anglin2001-03-021-1/+1
* cppinit.c (builtin_array): Update.Neil Booth2001-02-251-1/+1
* cpplib.c (T_ELIF): Move to STDC89, not that it matters.Neil Booth2001-01-311-2/+5
* cpplib.c (T_BAD_DIRECTIVE): Remove.Neil Booth2001-01-291-5/+4
* cpplib.c (_cpp_handle_directive): Use buffer->was_skipping, not pfile->skippi...Neil Booth2001-01-181-1/+1
* cppfiles.c (_cpp_fake_include): New function.Neil Booth2001-01-131-1/+5
* cppinit.c (cpp_handle_option): help_only is now part of the cpp_options struc...Neil Booth2001-01-131-0/+33
* c-lex.c: s/change_file/file_change.Neil Booth2000-12-181-54/+55
* cpplib.h (struct cpp_reader): Remove references to string_pool and temp_strin...Neil Booth2000-12-171-11/+1
* c-lex.c: Move main_input_filename handling to FC_ENTER.Neil Booth2000-12-171-48/+122
* cpperror.c (print_location): New function.Neil Booth2000-12-111-48/+51
* cppfiles.c (NEVER_REREAD, [...]): Move from cpphash.h.Neil Booth2000-12-091-21/+27
* cppfiles.c (struct include_file): Move from cpphash.h.Neil Booth2000-12-071-63/+31
* c-common.c (parse_in): Make a cpp_reader *.Neil Booth2000-12-071-12/+6
* cppfiles.c (stack_include_file): Push zero-length buffers in case of failure.Neil Booth2000-12-051-19/+11
* cppfiles.c (cpp_make_system_header): Take 2 booleans, and operate on current ...Neil Booth2000-12-041-8/+9
* cpplib.c (do_ifdef): Add check_eol() call.Geoffrey Keating2000-12-021-0/+6
* cppinit.c (initialize): Forgotten prototype.Neil Booth2000-12-011-4/+4
* c-lex.c (cb_enter_file, [...]): Combine into the new function cb_change_file.Neil Booth2000-11-271-36/+60
* cpplib.h (struct cpp_reader): Remove lang_asm.Neil Booth2000-11-261-2/+2
* mcore.c (mcore_expand_prolog): Call xmalloc/xrealloc, not malloc/realloc.Kaveh R. Ghazi2000-11-171-1/+1
* cpplib.c (start_directive, [...]): New functions.Neil Booth2000-11-151-58/+73
* cppexp.c (parse_defined): Call cpp_get_token not _cpp_get_token.Neil Booth2000-11-141-14/+19
* cpplex.c (_cpp_lex_token): CPP_COMMENT and true CPP_EOF cases return without ...Neil Booth2000-11-131-7/+9
* cppexp.c: Don't worry about pfile->skipping.Neil Booth2000-11-121-86/+76
* Remove CPP_PLACEMARKERsNeil Booth2000-11-111-3/+3
* cpphash.c: Move cpp_defined here from cpplib.c.Neil Booth2000-11-091-20/+2
* cpplib.c (do_line): Only warn pedantically if not reading preprocessed input.Neil Booth2000-11-041-1/+1
* cpplib.c (run_directive): Use correct line number for output of _Pragma.Neil Booth2000-11-011-4/+11
* cpp.texi: Update for new command line assertion syntax.Neil Booth2000-10-311-18/+40
* cppfiles.c (stack_include_file): Check for stacked contexts here.Neil Booth2000-10-301-8/+81
* * cpplib.c (skip_rest_of_line): Use _cpp_get_token.Neil Booth2000-10-291-2/+2
* * cpplib.c (run_directive): Fix prototype.Richard Henderson2000-10-281-1/+1
* New macro expander.Neil Booth2000-10-281-666/+794
* cpperror.c (_cpp_begin_message): Do the test for suppression of warnings and ...Neil Booth2000-09-281-1/+1
* flags.h: Declare warning flag warn_system_headers.Branko Cibej2000-09-251-5/+3
* cpplex.c: Update TODO comment.Neil Booth2000-09-241-16/+13