summaryrefslogtreecommitdiff
path: root/gcc/cppinit.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * cppinit.c (handle_option): Don't run error message throughzack2000-04-181-1/+1
* * gcc/conflict.c (conflict_graph_add): Pass enum type tokenner2000-04-181-3/+2
* * Makefile.in ($(srcdir)/c-parse.y: c-parse.in): Enclose the wholerth2000-04-171-1/+1
* * cpplex.c (cpp_output_tokens, cpp_scan_buffer_nooutput): New publiczack2000-04-141-25/+59
* * cpphash.c (timestamp): Delete.zack2000-04-101-26/+27
* * cppexp.c (parse_charconst): Null does not end characterneil2000-04-081-1/+1
* * cppinit.c (cpp_start_read): Turn off -Wtraditional ifzack2000-04-021-0/+4
* * cpplib.c: Include symcat.h. Add 'origin' field to structzack2000-04-011-2/+2
* * cpplex.c: Copy ISTABLE macros from cppinit.c, and adapt themzack2000-04-011-2/+1
* * cpplib.h: Merge struct cpp_options into struct cpp_reader.zack2000-03-311-332/+354
* * cppinit.c (cpp_start_read): Call initialize_dependency_outputzack2000-03-301-4/+4
* 2000-03-28 Zack Weinberg <zack@wolery.cumb.org>zack2000-03-281-1/+2
* 2000-03-16 Neil Booth <NeilB@earthling.net>neil2000-03-161-16/+26
* * Makefile.in (LIBCPP_OBJS): Add cpplex.o.zack2000-03-131-3/+6
* * cpphash.c: Don't include version.h.zack2000-03-131-4/+11
* Convert cpplib to use libiberty/hashtab.c.zack2000-03-121-37/+11