aboutsummaryrefslogtreecommitdiff
path: root/gcc/cpplib.c
AgeCommit message (Expand)AuthorFilesLines
2002-03-14cpphash.h (struct lexer_state): Remove line_extension member.Zack Weinberg1-84/+154
2002-02-27c-common.c, [...]: Delete code implementing -traditional mode.Zack Weinberg1-1/+1
2002-02-27cpplex.c (_cpp_lex_token): Handle directives in macro arguments.Neil Booth1-0/+16
2002-02-23cpplib.c (glue_header_name): Use local buffer to build up header name.Neil Booth1-16/+16
2002-01-03cpperror.c: Update comments and copyright.Neil Booth1-34/+25
2002-01-03cppfiles.c (_cpp_pop_file_buffer): Change return type to bool and return true...Andreas Schwab1-2/+4
2001-11-26cppfiles.c (stack_include_file): Don't optimize zero-length files.Neil Booth1-4/+6
2001-11-23ChangeLog.0, [...]: Fix spelling errors.Joseph Myers1-2/+2
2001-10-21cpphash.h (struct cpp_buffer): Delete read_ahead and extra_char.Neil Booth1-4/+0
2001-10-20cpplex.c (handle_newline, [...]): Update to do more stepping back.Neil Booth1-16/+11
2001-10-14cpplib.c (struct pragma_entry): Store the name as a hashnode.Neil Booth1-26/+20
2001-10-14c-pragma.h (cpp_register_pragma_space): Remove.Neil Booth1-98/+114
2001-10-10calls.c: Fix formatting.Kazu Hirata1-1/+1
2001-09-30cpphash.h (POOL_ALIGN, [...]): Remove.Neil Booth1-28/+32
2001-09-28cpphash.h (struct cpp_buff): Make unsigned.Neil Booth1-17/+16
2001-09-24c-lex.c (cb_def_pragma): Update.Neil Booth1-84/+103
2001-09-16cpphash.h (_cpp_lex_token): Update prototype.Neil Booth1-41/+30
2001-09-16cppmain.c (scan_translation_unit): Don't worry about putting a space after ha...Neil Booth1-98/+108
2001-09-15cpphash.h (struct cpp_reader): Remove lexer_pos, directive_pos.Neil Booth1-11/+18
2001-09-14cpperror.c (print_location): Take line and column, for default positioning us...Neil Booth1-7/+11
2001-09-13c-parse.in (_yylex): Use _cpp_backup_tokens.Neil Booth1-34/+29
2001-09-11cpphash.h (struct tokenrun): New.Neil Booth1-0/+2
2001-08-22cpperror.c (print_location): Don't show _Pragma.Neil Booth1-34/+19
2001-08-21cppfiles.c (stack_include_file): line-map.c now handles include depth.Neil Booth1-3/+1
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