aboutsummaryrefslogtreecommitdiff
path: root/gcc/cppinit.c
AgeCommit message (Expand)AuthorFilesLines
2000-10-30cppfiles.c (stack_include_file): Check for stacked contexts here.Neil Booth1-0/+1
2000-10-28New macro expander.Neil Booth1-109/+115
2000-09-28cpperror.c (_cpp_begin_message): Do the test for suppression of warnings and ...Neil Booth1-1/+1
2000-09-25flags.h: Declare warning flag warn_system_headers.Branko Cibej1-8/+14
2000-09-18cppinit.c (cpp_init): Don't use ANSI prototypes.Mark Mitchell1-1/+1
2000-09-07Makefile.in: Remove references to cppulp.{c,o}.Neil Booth1-5/+6
2000-08-29cpperror.c (print_file_and_line): If line is (unsigned int)-1, print just the...Zack Weinberg1-8/+7
2000-08-20[multiple changes]Zack Weinberg1-6/+22
2000-08-18cpphash.h: Use HAVE_DESIGNATED_INITIALIZERS.Neil Booth1-8/+32
2000-08-17cppinit.c (merge_include_chains): Use remove_dup_dir, remove_dup_dirs.Neil Booth1-89/+69
2000-08-17cppinit.c (cpp_cleanup): Free include dir chains.Neil Booth1-0/+9
2000-08-17cppinit.c (path_include, [...]): Remove 2nd parameter (struct cpp_pending *).Neil Booth1-40/+25
2000-08-17cppinit.c (sort_options): Remove, put functionality in cpp_init.Neil Booth1-25/+14
2000-08-04cppdefault.h (WINT_TYPE): Define.Joseph Myers1-0/+3
2000-08-02cppexp.c, [...]: Do not use 'legal' or 'illegal' in error messages and comments.Zack Weinberg1-1/+1
2000-08-02cpperror.c (v_message): Split into _cpp_begin_message and v_message macro.Zack Weinberg1-48/+10
2000-07-19cpplib.h (TTYPE_TABLE): Move CPP_MIN and CPP_MAX into block of operators allo...Zack Weinberg1-8/+37
2000-07-18[multiple changes]Zack Weinberg1-1/+14
2000-07-15cpphash.c (save_expansion): Clear PREV_WHITE on tokens immediately following ...Zack Weinberg1-16/+25
2000-07-13cppexp.c, [...]: Eradicate all traces of code dependent on traditional, lang_...Zack Weinberg1-47/+6
2000-07-11cppinit.c: (cpp_reader_init): Allow digraphs by default.Neil Booth1-11/+10
2000-07-09cpphash.h: ISvspace, is_vspace, is_nvspace: New.Neil Booth1-2/+6
2000-07-08cpplib.h (struct cpp_name): Now struct cpp_string.Zack Weinberg1-3/+6
2000-07-08cppinit.c (print_help): split overlong line into ISO C89 maximum chunks.Donn Terry1-0/+22
2000-07-08cppexp.c: Update all code for new lexer interface.Zack Weinberg1-5/+0
2000-07-06cppinit.c: Include cppdefault.h.Zack Weinberg1-120/+13
2000-07-05cpplex.c: Don't include sys/mman.h.Zack Weinberg1-33/+7
2000-07-04top level:Zack Weinberg1-71/+80
2000-07-02cpplib.h (struct cpp_reader): New field include_depth.Jakub Jelinek1-1/+1
2000-06-28cppfiles.c (open_include_file): If open(2) returns EMFILE or ENFILE...Zack Weinberg1-0/+30
2000-06-21cppfiles.c: Include splay-tree.h, not hashtab.h.Zack Weinberg1-2/+3
2000-05-28cppfiles.c: Read files in, using mmap if possible, then prescan them separately.Zack Weinberg1-7/+15
2000-05-18cppinit.c (cpp_reader_init): Initialise col_adjust and default tab stop size.Neil Booth1-0/+14
2000-05-04cpphash.h (U): New define, to correct type of string constants.Zack Weinberg1-36/+42
2000-05-01cpphash.c (_cpp_make_hashnode): Rename make_HASHNODE, now static.Zack Weinberg1-3/+2
2000-04-23cpphash.h (struct definition): Move file, line, col members...Zack Weinberg1-1/+1
2000-04-18cppinit.c (handle_option): Don't run error message through gettext twice.Zack Weinberg1-1/+1
2000-04-18conflict.c (conflict_graph_add): Pass enum type to htab_find_slot.Richard Kenner1-3/+2
2000-04-16Makefile.in ($(srcdir)/c-parse.y: c-parse.in): Enclose the whole message in q...Dave Pitts1-1/+1
2000-04-14cpplex.c (cpp_output_tokens, [...]): New public interfaces.Zack Weinberg1-25/+59
2000-04-10cpphash.c (timestamp): Delete.Zack Weinberg1-26/+27
2000-04-08cppexp.c (parse_charconst): Null does not end character constants.Neil Booth1-1/+1
2000-04-02cppinit.c (cpp_start_read): Turn off -Wtraditional if processing C++.Zack Weinberg1-0/+4
2000-04-01cpplib.c: Include symcat.h.Zack Weinberg1-2/+2
2000-04-01cpplex.c: Copy ISTABLE macros from cppinit.c...Zack Weinberg1-2/+1
2000-03-31cpplib.h: Merge struct cpp_options into struct cpp_reader.Zack Weinberg1-332/+354
2000-03-30cppinit.c (cpp_start_read): Call initialize_dependency_output only after read...Zack Weinberg1-4/+4
2000-03-28cppfiles.c (hash_IHASH): Just return i->hash.Zack Weinberg1-1/+2
2000-03-16cppinit.c (handle_option): Implement #unassert directive as -A- command line ...Neil Booth1-16/+26
2000-03-13Makefile.in (LIBCPP_OBJS): Add cpplex.o.Zack Weinberg1-3/+6