summaryrefslogtreecommitdiff
path: root/gcc/cpplib.c
Commit message (Expand)AuthorAgeFilesLines
* * ChangeLog: Follow spelling conventions.kazu2002-09-221-4/+4
* * ChangeLog: Follow spelling conventions.kazu2002-09-151-2/+2
* Debian BTS Bug #neil2002-09-031-18/+39
* PR preprocessor/7526neil2002-08-141-0/+5
* * cppexp.c (parse_defined): Mark macro used.neil2002-07-231-7/+13
* * cpplib.c (do_sccs): Handle #sccs on all systems.neil2002-07-171-11/+2
* * cpperror.c (cpp_error): Default to directive_line withinneil2002-07-091-7/+0
* * cpplib.c (_cpp_handle_directive): Move #define-specificneil2002-06-281-20/+7
* PR preprocessor/7138neil2002-06-281-4/+4
* * cpphash.h (_cpp_set_trad_context): Remove.neil2002-06-271-9/+1
* * cpplib.c (do_include_common): Revert to correct line numberneil2002-06-251-0/+3
* * cpperror.c (cpp_error): For traditional CPP, default toneil2002-06-211-2/+3
* * cppexp.c (cpp_interpret_integer): Don't force traditionalneil2002-06-201-0/+2
* * cpplib.c (dtable): Update.neil2002-06-181-6/+13
* * cpphash.h (_cpp_lex_identifier_trad): Remove.neil2002-06-131-9/+8
* * cpplib.c (end_directive): Handle line skipping. Only removeneil2002-06-131-1/+4
* * Makefile.in: Update cppmain.o.neil2002-06-111-36/+64
* * cpphash.h (_cpp_create_definition): Update prototype.neil2002-06-051-28/+38
* * cppexp.c (possible_sum_sign, integer_overflow, left_shift,neil2002-05-261-0/+2
* * cpperror.c (_cpp_begin_message): No special casingneil2002-05-231-1/+1
* * cpperror.c: Fix formatting.kazu2002-05-221-11/+11
* * cppinit.c (cpp_post_options): If preprocessed, turn offneil2002-05-181-1/+1
* * cpplib.c (cpp_init_internal_pragmas): Remove #pragma poison.neil2002-05-091-3/+2
* * c-lex.c (lex_string): Let cpp_parse_escape handles truncationneil2002-05-041-10/+2
* * cppexp.c (lex): Move some code to _cpp_parse_expr, butneil2002-04-281-1/+1
* * cppexp.c (lex): Update to use state.skip_eval.neil2002-04-281-1/+1
* * cppfiles.c (_cpp_pop_file_buffer): Return void. Moveneil2002-04-221-9/+22
* * cppexp.c (struct op, parse_number): Replace U_CHAR with uchar.neil2002-04-211-14/+14
* * cpperror.c (print_location): Don't print include chainneil2002-04-141-64/+75
* * cppinit.c (cpp_create_reader): Initializethorpej2002-04-071-1/+17
* 2002-03-22 Phil Edwards <pme@gcc.gnu.org>pme2002-03-221-2/+2
* * cpphash.h (struct lexer_state): Remove line_extension member.zack2002-03-141-84/+154
* * c-common.c, c-common.h, c-decl.c, c-lex.c, c-parse.in,zack2002-02-271-1/+1
* * cpplex.c (_cpp_lex_token): Handle directives in macroneil2002-02-271-0/+16
* * cpplib.c (glue_header_name): Use local buffer to build upneil2002-02-231-16/+16
* * cpperror.c: Update comments and copyright.neil2002-01-031-34/+25
* * cppfiles.c (_cpp_pop_file_buffer): Change return type to boolschwab2002-01-031-2/+4
* * cppfiles.c (stack_include_file): Don't optimize zero-lengthneil2001-11-261-4/+6
* * ChangeLog.0, ChangeLog.2, ChangeLog.3, ChangeLog.4, ChangeLog,jsm282001-11-231-2/+2
* * cpphash.h (struct cpp_buffer): Delete read_ahead and extra_char.neil2001-10-211-4/+0
* * cpplex.c (handle_newline, skip_escaped_newlines,neil2001-10-201-16/+11
* * cpplib.c (struct pragma_entry): Store the name as a hashnode.neil2001-10-141-26/+20
* * c-pragma.h (cpp_register_pragma_space): Remove.neil2001-10-141-98/+114
* * calls.c: Fix formatting.kazu2001-10-101-1/+1
* * cpphash.h (POOL_ALIGN, POOL_FRONT, POOL_LIMIT, POOL_BASE,neil2001-09-301-28/+32
* * cpphash.h (struct cpp_buff): Make unsigned.neil2001-09-281-17/+16
* * c-lex.c (cb_def_pragma): Update.neil2001-09-241-84/+103
* * cpphash.h (_cpp_lex_token): Update prototype.neil2001-09-161-41/+30
* * cppmain.c (scan_translation_unit): Don't worry aboutneil2001-09-161-98/+108
* * cpphash.h (struct cpp_reader): Remove lexer_pos, directive_pos.neil2001-09-151-11/+18