summaryrefslogtreecommitdiff
path: root/gcc/cpplib.h
Commit message (Expand)AuthorAgeFilesLines
* * Makefile.in: Update cppmain.o.neil2002-06-111-0/+3
* * cppinit.c (COMMAND_LINE_OPTIONS): Give all relevant -Wzack2002-06-071-1/+1
* * c-common.c (c_common_init): Override cpplib's defaultneil2002-06-021-0/+4
* 2002-05-29 Neil Booth <neil@daikokuya.demon.co.uk>neil2002-05-291-0/+48
* * cpperror.c (_cpp_begin_message): No special casingneil2002-05-231-10/+2
* * Makefile.in: Update for cpptrad.c.neil2002-05-171-0/+3
* * c-common.c (c_common_init_options): Use C89 for Objective-C,neil2002-05-171-2/+3
* * c-common.c (STDC_0_IN_SYSTEM_HEADERS, REGISTER_PREFIX):zack2002-05-161-3/+3
* * c-common.c (c_common_init): Set options->unsigned_wchar.neil2002-05-071-7/+9
* * c-common.c (warn_multichar): New.neil2002-05-061-3/+6
* * c-common.c (c_common_init): Set up CPP arithmetic.neil2002-05-051-3/+3
* * Makefile.in (c-lex.o): Update.neil2002-05-041-0/+5
* * cppinit.c (MAX_WCHAR_TYPE_SIZE): Move to cpplib.hneil2002-05-041-5/+16
* * c-lex.c (lex_string): Let cpp_parse_escape handles truncationneil2002-05-041-8/+20
* * cppexp.c (lex): Update to use state.skip_eval.neil2002-04-281-3/+3
* * cppexp.c (CPP_UMINUS, CPP_UPLUS): New.neil2002-04-261-5/+8
* 2002-04-24 Matt Hiller <hiller@redhat.com>hiller2002-04-241-3/+3
* * cpperror.c (print_location): Don't print include chainneil2002-04-141-20/+38
* * cppinit.c (cpp_create_reader): Initializethorpej2002-04-071-0/+4
* Removal of separate preprocessor cpp0.neil2002-03-241-0/+3
* 2002-03-22 Phil Edwards <pme@gcc.gnu.org>pme2002-03-221-0/+3
* * cpphash.h (struct lexer_state): Remove line_extension member.zack2002-03-141-0/+3
* * c-common.c, c-common.h, c-decl.c, c-lex.c, c-parse.in,zack2002-02-271-2/+2
* * cpphash.h (struct spec_nodes): Remove n__CHAR_UNSIGNED__.neil2002-02-021-0/+3
* PR other/1502:jakub2002-01-291-1/+1
* * cpperror.c: Update comments and copyright.neil2002-01-031-2/+2
* * c-common.c: Include c-lex.h.neil2001-11-151-13/+30
* * c-pragma.h (cpp_register_pragma_space): Remove.neil2001-10-141-1/+0
* * calls.c: Fix formatting.kazu2001-10-111-4/+4
* * cpplex.c (enum spell_type): Add SPELL_NUMBER.zack2001-10-061-4/+5
* * cpphash.h: Update comments.neil2001-10-021-6/+7
* * cpphash.h: Update comment.neil2001-09-271-2/+0
* * cpphash.h (struct _cpp_buff, _cpp_get_buff, _cpp_release_buff,neil2001-09-261-3/+0
* * c-lex.c (cb_def_pragma): Update.neil2001-09-241-3/+7
* * cppmain.c (scan_translation_unit): Don't worry aboutneil2001-09-161-8/+0
* * cpperror.c (print_location): Take line and column, forneil2001-09-141-26/+9
* * c-parse.in (_yylex): Use _cpp_backup_tokens.neil2001-09-131-0/+2
* * cpperror.c (print_location): Don't show _Pragma.neil2001-08-221-5/+1
* * cpperror.c (print_location): Don't take a file name; use theneil2001-08-171-5/+1
* * c-lex.c (map): Make const.neil2001-08-111-12/+2
* * cpplib.h, line-map.h: Update comments.neil2001-08-071-1/+1
* * cpperror.c (print_containing_files): Moved to line-map.c.neil2001-08-061-4/+3
* * cpphash.h (struct cpp_reader): New member directive_line.neil2001-08-041-6/+6
* * Makefile.in (CPPLIB_H): New, so that dependencies on cpplib.hneil2001-08-041-3/+2
* * line-map.c: New.neil2001-08-021-12/+5
* * cpphash.h (struct cpp_reader): New members line, pseudo_newlines.neil2001-08-011-0/+2
* * cpphash.h (struct cpp_reader): Remove import_warning.neil2001-07-291-1/+0
* * c-lex.c (c_lex): Remove CPP_INT, CPP_FLOAT cases.neil2001-07-191-2/+0
* Standardize header guards.rth2001-05-261-2/+3
* * c-lex.c (read_escape, read_ucs): Delete.neil2001-05-231-0/+4