aboutsummaryrefslogtreecommitdiff
path: root/gcc/cpphash.h
AgeCommit message (Expand)AuthorFilesLines
2002-06-27cpphash.h (_cpp_set_trad_context): Remove.Neil Booth1-1/+0
2002-06-19cpphash.h (struct cpp_reader): Make date and time strings.Neil Booth1-4/+7
2002-06-18cpplib.c (dtable): Update.Neil Booth1-0/+6
2002-06-14cpphash.h (struct cpp_buffer): Remove saved_line_base.Neil Booth1-1/+1
2002-06-13cpphash.h (_cpp_lex_identifier_trad): Remove.Neil Booth1-1/+0
2002-06-11Makefile.in: Update cppmain.o.Neil Booth1-5/+14
2002-06-10cpphash.h (_cpp_read_logical_line_trad, [...]): Update prototypes.Neil Booth1-2/+3
2002-06-10cpphash.h (struct cpp_macro): Put comments on their own lines.Neil Booth1-9/+27
2002-06-09cpphash.h (_cpp_push_text_context): Update.Neil Booth1-1/+4
2002-06-09Makefile.in (LIBCPP_OBJS): Take out version.o.Zack Weinberg1-4/+0
2002-06-07cpptrad.c (struct block, [...]): New.Neil Booth1-1/+18
2002-06-05cpphash.h (_cpp_create_definition): Update prototype.Neil Booth1-1/+6
2002-06-04cpphash.h (FIRST, [...]): New.Neil Booth1-4/+24
2002-05-29cppexp.c (cpp_num): Move to cpplib.h.Neil Booth1-1/+0
2002-05-27c-common.c (c_common_init): Set CPP arithmetic precision.Neil Booth1-0/+1
2002-05-22cpperror.c: Fix formatting.Kazu Hirata1-2/+2
2002-05-21c-common.c (c_common_init): Set options->unsigned_char from flag_signed_char.Zack Weinberg1-1/+0
2002-05-17Makefile.in: Update for cpptrad.c.Neil Booth1-0/+13
2002-05-16cpphash.h (cpp_macro): Move here, and make expansion a union.Neil Booth1-3/+21
2002-05-04c-lex.c (lex_string): Let cpp_parse_escape handles truncation and sign-extens...Neil Booth1-0/+2
2002-04-28cppexp.c (lex): Move some code to _cpp_parse_expr, but keep most cases as fun...Neil Booth1-1/+1
2002-04-28cppexp.c (lex): Update to use state.skip_eval.Neil Booth1-1/+9
2002-04-22cppfiles.c (_cpp_pop_file_buffer): Return void.Neil Booth1-2/+8
2002-04-21cppexp.c (struct op, [...]): Replace U_CHAR with uchar.Neil Booth1-19/+19
2002-04-14cpperror.c (print_location): Don't print include chain if line == 0.Neil Booth1-2/+1
2002-03-22cpphash.h (struct cpp_reader): Remove mls_line and mls_col.Neil Booth1-5/+0
2002-03-14cpphash.h (struct lexer_state): Remove line_extension member.Zack Weinberg1-3/+0
2002-02-02cpphash.h (struct spec_nodes): Remove n__CHAR_UNSIGNED__.Neil Booth1-1/+0
2002-01-03cpperror.c: Update comments and copyright.Neil Booth1-3/+4
2002-01-03cppfiles.c (_cpp_pop_file_buffer): Change return type to bool and return true...Andreas Schwab1-1/+1
2001-11-27cpphash.c (_cpp_init_hashtable): Update.Neil Booth1-1/+0
2001-10-21cpphash.h (struct cpp_buffer): Delete read_ahead and extra_char.Neil Booth1-2/+1
2001-10-02cpphash.h: Update comments.Neil Booth1-5/+5
2001-09-30cpphash.h (POOL_ALIGN, [...]): Remove.Neil Booth1-42/+6
2001-09-28cpphash.h (struct cpp_buff): Make unsigned.Neil Booth1-6/+9
2001-09-27cpphash.h: Update comment.Neil Booth1-1/+1
2001-09-26cpphash.h (struct cpp_pool): Remove locks and locked.Neil Booth1-5/+5
2001-09-26cpphash.h (struct _cpp_buff, [...]): New.Neil Booth1-0/+18
2001-09-24c-lex.c (cb_def_pragma): Update.Neil Booth1-5/+13
2001-09-17cpphash.h (_cpp_lex_direct): New.Neil Booth1-0/+1
2001-09-16cpphash.h (_cpp_lex_token): Update prototype.Neil Booth1-1/+1
2001-09-15cpphash.h (struct cpp_reader): Remove lexer_pos, directive_pos.Neil Booth1-4/+3
2001-09-14cpperror.c (print_location): Take line and column, for default positioning us...Neil Booth1-1/+1
2001-09-13c-parse.in (_yylex): Use _cpp_backup_tokens.Neil Booth1-14/+2
2001-09-11cpphash.h (struct tokenrun): New.Neil Booth1-0/+18
2001-08-22cpperror.c (print_location): Don't show _Pragma.Neil Booth1-8/+5
2001-08-21cppfiles.c (stack_include_file): line-map.c now handles include depth.Neil Booth1-9/+0
2001-08-21cppfiles.c (stack_include_file): Harmonize system headerness tests.Neil Booth1-2/+2
2001-08-21cpphash.h (_cpp_push_next_buffer): New.Neil Booth1-0/+3
2001-08-17cpperror.c (print_location): Don't take a file name; use the line map instead.Neil Booth1-4/+1