summaryrefslogtreecommitdiff
path: root/gcc/cpplib.h
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * Makefile.in (OBJS, LIBCPP_OBJS, LIBCPP_DEPS,neil2001-05-201-18/+31
* * cppexp.c (lex): Use NODE_NAME and NODE_LEN.neil2001-05-161-6/+3
* * cpplib.h: Undo mistaken commit.neil2001-05-161-13/+13
* * cppexp.c (lex): Use NODE_NAME and NODE_LEN.neil2001-05-161-13/+13
* * c-lex.c (lex_charconst): Convert into a simple wrapperneil2001-05-111-0/+5
* * c-parse.in (yylexname): New function, split out of _yylex.zack2001-03-071-1/+1
* * cppfiles.c (_cpp_execute_include): Don't make a null-terminatedneil2001-03-041-3/+1
* * cpp.texi: Update.neil2001-03-031-1/+1
* * cppfiles.c (struct include_file): Update.neil2001-03-021-2/+2
* * cppinit.c (builtin_array): Update.neil2001-02-251-0/+1
* * c-lex.c (lex_number): Only warn traditionally for U suffixneil2001-02-141-0/+1
* * cppinit.c (BC): New macro.mmitchel2001-02-041-1/+3
* * cpphash.c (_cpp_cleanup_hashtable, _cpp_lookup_with_hash)neil2001-01-281-2/+1
* * c-parse.in (finish_parse): Add comment about cpp_destroy.neil2001-01-141-1/+4
* * cpplib.h (cpp_pool, mi_state, mi_ind, struct cpp_macro,neil2001-01-131-269/+0
* * cppinit.c (cpp_handle_option): help_only is now part of theneil2001-01-131-15/+33
* * cppinit.c (OPT_g): Remove.neil2001-01-101-8/+0
* * c-lang.c (c_post_options): Call cpp_post_options.neil2001-01-071-2/+13
* * cpplib.h (struct cpp_reader): Add help_only field.zack2001-01-051-0/+4
* * cpp.texi: Update for -MP. Clarify behaviour of -MT.neil2001-01-051-1/+4
* * cpp.texi: Update for -MT.neil2001-01-041-4/+1
* * c-lex.c: s/change_file/file_change.neil2000-12-181-1/+1