summaryrefslogtreecommitdiff
path: root/gcc/cpplib.h
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * cpplib.h (struct cpp_reader): Remove references to string_poolneil2000-12-171-2/+0
* * c-lex.c: Move main_input_filename handling to FC_ENTER. Clean up.neil2000-12-171-3/+4
* * gcc.c (cpp_options): Pass -fno-operator-names.jakub2000-12-151-0/+3
* * cpperror.c (print_location): New function.neil2000-12-111-5/+7
* * cppfiles.c (struct include_file): Move from cpphash.h.neil2000-12-071-0/+3
* * config/alpha/osf.h: Standarize copyright statement.law2000-12-071-1/+2
* * cppfiles.c (stack_include_file): Push zero-length buffersneil2000-12-051-1/+1
* * cppfiles.c (cpp_make_system_header): Take 2 booleans,neil2000-12-041-2/+1
* * cppinit.c (initialize): Forgotten prototype.neil2000-12-011-3/+1
* * cppmacro.c (cpp_scan_buffer_nooutput): Take a booleanneil2000-11-281-1/+1
* * c-lex.h (parse_in): Change parse_in to a cpp_reader *.neil2000-11-281-3/+1
* * cppinit.c (cpp_reader_init): Remove handling of warn_pasteneil2000-11-271-4/+0
* * c-lex.c (cb_enter_file, cb_leave_file, cb_rename_file):neil2000-11-271-56/+20
* * cpplib.h (struct cpp_reader): Remove lang_asm.neil2000-11-261-9/+6
* * cpplex.c (trigraph_ok): Ensure we don't warn twice.neil2000-11-221-0/+4