summaryrefslogtreecommitdiff
path: root/gcc/cppinit.c
Commit message (Expand)AuthorAgeFilesLines
* * cpplib.h (struct cpp_reader): Remove references to string_poolneil2000-12-171-7/+0
* * gcc.c (cpp_options): Pass -fno-operator-names.jakub2000-12-151-0/+9
* include:zack2000-12-081-43/+2
* * cppfiles.c (cpp_make_system_header): Take 2 booleans,neil2000-12-041-2/+2
* * cppinit.c (initialize): Forgotten prototype.neil2000-12-011-0/+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-37/+31
* * cppinit.c (cpp_reader_init): Remove handling of warn_pasteneil2000-11-271-9/+0
* * cpplib.h (struct cpp_reader): Remove lang_asm.neil2000-11-261-11/+5
* * Makefile.in: Remove MAYBE_CPPLIB and maybe_cpplib.neil2000-11-261-1/+3
* * do_includes: Revert to using cpp_read_file.neil2000-11-211-8/+3
* * c-lang.c (lang_init_options): Update call toneil2000-11-201-69/+129
* * cppinit.c: Update comments.neil2000-11-181-58/+66
* New option --target-help.cchavva2000-11-141-0/+5
* * cppfiles.c (stack_include_file): Check for stacked contextsneil2000-10-301-0/+1
* 2000-10-28 Neil Booth <neilb@earthling.net>neil2000-10-281-109/+115
* * cpperror.c (_cpp_begin_message): Do the test for suppressionneil2000-09-281-1/+1
* 2000-09-25 Branko Cibej <branko.cibej@hermes.si>bkoz2000-09-251-8/+14
* * cppinit.c (cpp_init): Don't use ANSI prototypes.mmitchel2000-09-181-1/+1
* * Makefile.in: Remove references to cppulp.{c,o}.neil2000-09-071-5/+6
* * cpperror.c (print_file_and_line): If line is (unsigned int)-1,zack2000-08-291-8/+7
* 2000-08-20 Zack Weinberg <zack@wolery.cumb.org>zack2000-08-201-6/+22
* * cpphash.h: Use HAVE_DESIGNATED_INITIALIZERS.neil2000-08-181-8/+32
* * (cppinit.c) merge_include_chains: Use remove_dup_dir,neil2000-08-171-89/+69
* * cppinit.c (cpp_cleanup): Free include dir chains.neil2000-08-171-0/+9
* * cppinit.c (path_include, append_include_chain):neil2000-08-171-40/+25
* * cppinit.c (sort_options): Remove, put functionality inneil2000-08-171-25/+14
* * cppdefault.h (WINT_TYPE): Define.jsm282000-08-041-0/+3
* * cppexp.c, cppinit.c, cpplex.c, cpplib.c, cppmacro.c,zack2000-08-021-1/+1
* * cpperror.c (v_message): Split into _cpp_begin_message andzack2000-08-021-48/+10
* * cpplib.h (TTYPE_TABLE): Move CPP_MIN and CPP_MAX into blockzack2000-07-191-8/+37
* 2000-02-17 Zack Weinberg <zack@wolery.cumb.org>zack2000-07-181-1/+14
* * cpphash.c (save_expansion): Clear PREV_WHITE on tokenszack2000-07-151-16/+25
* * cppexp.c, cpphash.c, cpphash.h, cppinit.c, cpplex.c,zack2000-07-131-47/+6
* * cppinit.c: (cpp_reader_init): Allow digraphs by default.neil2000-07-111-11/+10
* * cpphash.h: ISvspace, is_vspace, is_nvspace: New.neil2000-07-091-2/+6
* * cpplib.h (struct cpp_name): Now struct cpp_string.zack2000-07-081-3/+6
* 2000-07-03 Donn Terry (donnte@microsoft.com)zack2000-07-081-0/+22
* * cppexp.c: Update all code for new lexer interface.zack2000-07-081-5/+0
* * cppinit.c: Include cppdefault.h. Refer tozack2000-07-061-120/+13
* toplevel:zack2000-07-051-33/+7
* top level:zack2000-07-041-71/+80
* * cpplib.h (struct cpp_reader): New field include_depth.jakub2000-07-021-1/+1
* * cppfiles.c (open_include_file): If open(2) returns EMFILE orzack2000-06-281-0/+30
* * cppfiles.c: Include splay-tree.h, not hashtab.h.zack2000-06-211-2/+3
* * cppfiles.c: Read files in, using mmap if possible, thenzack2000-05-281-7/+15
* * cppinit.c (cpp_reader_init): Initialise col_adjust andneil2000-05-181-0/+14
* gcc:zack2000-05-041-36/+42
* * cpphash.c (_cpp_make_hashnode): Rename make_HASHNODE, nowzack2000-05-011-3/+2
* * cpphash.h (struct definition): Move file, line, col members...zack2000-04-231-1/+1