aboutsummaryrefslogtreecommitdiff
path: root/gcc/cpplib.c
AgeCommit message (Expand)AuthorFilesLines
2001-08-21cpphash.h (_cpp_push_next_buffer): New.Neil Booth1-0/+1
2001-08-17cpperror.c (print_location): Don't take a file name; use the line map instead.Neil Booth1-27/+13
2001-08-11cpphash.c (_cpp_destroy_hashtable): Use ht_destroy.Neil Booth1-2/+4
2001-08-11cpphash.h, cpplib.c: Correct erroneous previous checkin.Neil Booth1-4/+2
2001-08-11c-lex.c (map): Make const.Neil Booth1-27/+21
2001-08-06cpperror.c (print_containing_files): Moved to line-map.c.Neil Booth1-111/+44
2001-08-05* cpplib.c (do_line): Update line number after pop_buffer.Neil Booth1-0/+1
2001-08-05re PR preprocessor/3081 (Preprocessor merges 2 first lines when -imacros is b...Neil Booth1-41/+44
2001-08-04cpphash.h (struct cpp_reader): New member directive_line.Neil Booth1-5/+7
2001-08-04Makefile.in (CPPLIB_H): New, so that dependencies on cpplib.h are also on lin...Neil Booth1-9/+11
2001-08-02line-map.c: New.Neil Booth1-52/+51
2001-08-01alias.c: Fix comment formatting.Kazu Hirata1-6/+6
2001-07-29cpphash.h (struct cpp_reader): Remove import_warning.Neil Booth1-34/+20
2001-07-29cppexp.c (parse_defined): Always record the macro name.Neil Booth1-17/+13
2001-07-26cpphash.h (struct_lexer_state): Delete was_skipping.Neil Booth1-45/+37
2001-07-01c-common.h (enum rid): Add RID_FIRST_AT, RID_LAST_AT, RID_LAST_PQ.Zack Weinberg1-15/+19
2001-05-27* cpplib.c (run_directive): Set pfile->directive.Neil Booth1-1/+2
2001-05-20Makefile.in (OBJS, [...]): Update.Neil Booth1-20/+7
2001-05-16cppexp.c (lex): Use NODE_NAME and NODE_LEN.Neil Booth1-14/+13
2001-05-10cppinit.c (cpp_post_options): Shut off macro expansion if -fpreprocessed.Zack Weinberg1-1/+26
2001-04-11* cpplib.c (do_line): Sanity check iff enable checking.Neil Booth1-0/+2
2001-04-08cpperror.c (print_location): Don't special case <stdin>.Neil Booth1-1/+2
2001-04-06* cpplib.c (cpp_push_buffer): Give stdin buffers the name <stdin>.Neil Booth1-1/+4
2001-04-06configure.in: Add check for lstat.Neil Booth1-6/+1
2001-03-27system.h: Include symcat.h.Kaveh R. Ghazi1-1/+0
2001-03-15cpp.texi: Update documentation for -include and -imacros.Neil Booth1-17/+32
2001-03-13cppfiles.c (NO_INCLUDE_PATH): New macro.Neil Booth1-1/+8
2001-03-04cppfiles.c (_cpp_execute_include): Don't make a null-terminated copy of the f...Neil Booth1-7/+4
2001-03-02cpplib.c (_cpp_init_stacks): Cast enum for comparison.John David Anglin1-1/+1
2001-02-25cppinit.c (builtin_array): Update.Neil Booth1-1/+1
2001-01-31cpplib.c (T_ELIF): Move to STDC89, not that it matters.Neil Booth1-2/+5
2001-01-29cpplib.c (T_BAD_DIRECTIVE): Remove.Neil Booth1-5/+4
2001-01-18cpplib.c (_cpp_handle_directive): Use buffer->was_skipping, not pfile->skippi...Neil Booth1-1/+1
2001-01-13cppfiles.c (_cpp_fake_include): New function.Neil Booth1-1/+5
2001-01-13cppinit.c (cpp_handle_option): help_only is now part of the cpp_options struc...Neil Booth1-0/+33
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