| Commit message (Expand) | Author | Age | Files | Lines |
* | * cpplib.h (struct cpp_reader): Remove references to string_pool | neil | 2000-12-17 | 1 | -7/+0 |
* | * gcc.c (cpp_options): Pass -fno-operator-names. | jakub | 2000-12-15 | 1 | -0/+9 |
* | include: | zack | 2000-12-08 | 1 | -43/+2 |
* | * cppfiles.c (cpp_make_system_header): Take 2 booleans, | neil | 2000-12-04 | 1 | -2/+2 |
* | * cppinit.c (initialize): Forgotten prototype. | neil | 2000-12-01 | 1 | -0/+1 |
* | * cppmacro.c (cpp_scan_buffer_nooutput): Take a boolean | neil | 2000-11-28 | 1 | -1/+1 |
* | * c-lex.h (parse_in): Change parse_in to a cpp_reader *. | neil | 2000-11-28 | 1 | -37/+31 |
* | * cppinit.c (cpp_reader_init): Remove handling of warn_paste | neil | 2000-11-27 | 1 | -9/+0 |
* | * cpplib.h (struct cpp_reader): Remove lang_asm. | neil | 2000-11-26 | 1 | -11/+5 |
* | * Makefile.in: Remove MAYBE_CPPLIB and maybe_cpplib. | neil | 2000-11-26 | 1 | -1/+3 |
* | * do_includes: Revert to using cpp_read_file. | neil | 2000-11-21 | 1 | -8/+3 |
* | * c-lang.c (lang_init_options): Update call to | neil | 2000-11-20 | 1 | -69/+129 |
* | * cppinit.c: Update comments. | neil | 2000-11-18 | 1 | -58/+66 |
* | New option --target-help. | cchavva | 2000-11-14 | 1 | -0/+5 |
* | * cppfiles.c (stack_include_file): Check for stacked contexts | neil | 2000-10-30 | 1 | -0/+1 |
* | 2000-10-28 Neil Booth <neilb@earthling.net> | neil | 2000-10-28 | 1 | -109/+115 |
* | * cpperror.c (_cpp_begin_message): Do the test for suppression | neil | 2000-09-28 | 1 | -1/+1 |
* | 2000-09-25 Branko Cibej <branko.cibej@hermes.si> | bkoz | 2000-09-25 | 1 | -8/+14 |
* | * cppinit.c (cpp_init): Don't use ANSI prototypes. | mmitchel | 2000-09-18 | 1 | -1/+1 |
* | * Makefile.in: Remove references to cppulp.{c,o}. | neil | 2000-09-07 | 1 | -5/+6 |
* | * cpperror.c (print_file_and_line): If line is (unsigned int)-1, | zack | 2000-08-29 | 1 | -8/+7 |
* | 2000-08-20 Zack Weinberg <zack@wolery.cumb.org> | zack | 2000-08-20 | 1 | -6/+22 |
* | * cpphash.h: Use HAVE_DESIGNATED_INITIALIZERS. | neil | 2000-08-18 | 1 | -8/+32 |
* | * (cppinit.c) merge_include_chains: Use remove_dup_dir, | neil | 2000-08-17 | 1 | -89/+69 |
* | * cppinit.c (cpp_cleanup): Free include dir chains. | neil | 2000-08-17 | 1 | -0/+9 |
* | * cppinit.c (path_include, append_include_chain): | neil | 2000-08-17 | 1 | -40/+25 |
* | * cppinit.c (sort_options): Remove, put functionality in | neil | 2000-08-17 | 1 | -25/+14 |
* | * cppdefault.h (WINT_TYPE): Define. | jsm28 | 2000-08-04 | 1 | -0/+3 |
* | * cppexp.c, cppinit.c, cpplex.c, cpplib.c, cppmacro.c, | zack | 2000-08-02 | 1 | -1/+1 |
* | * cpperror.c (v_message): Split into _cpp_begin_message and | zack | 2000-08-02 | 1 | -48/+10 |
* | * cpplib.h (TTYPE_TABLE): Move CPP_MIN and CPP_MAX into block | zack | 2000-07-19 | 1 | -8/+37 |
* | 2000-02-17 Zack Weinberg <zack@wolery.cumb.org> | zack | 2000-07-18 | 1 | -1/+14 |
* | * cpphash.c (save_expansion): Clear PREV_WHITE on tokens | zack | 2000-07-15 | 1 | -16/+25 |
* | * cppexp.c, cpphash.c, cpphash.h, cppinit.c, cpplex.c, | zack | 2000-07-13 | 1 | -47/+6 |
* | * cppinit.c: (cpp_reader_init): Allow digraphs by default. | neil | 2000-07-11 | 1 | -11/+10 |
* | * cpphash.h: ISvspace, is_vspace, is_nvspace: New. | neil | 2000-07-09 | 1 | -2/+6 |
* | * cpplib.h (struct cpp_name): Now struct cpp_string. | zack | 2000-07-08 | 1 | -3/+6 |
* | 2000-07-03 Donn Terry (donnte@microsoft.com) | zack | 2000-07-08 | 1 | -0/+22 |
* | * cppexp.c: Update all code for new lexer interface. | zack | 2000-07-08 | 1 | -5/+0 |
* | * cppinit.c: Include cppdefault.h. Refer to | zack | 2000-07-06 | 1 | -120/+13 |
* | toplevel: | zack | 2000-07-05 | 1 | -33/+7 |
* | top level: | zack | 2000-07-04 | 1 | -71/+80 |
* | * cpplib.h (struct cpp_reader): New field include_depth. | jakub | 2000-07-02 | 1 | -1/+1 |
* | * cppfiles.c (open_include_file): If open(2) returns EMFILE or | zack | 2000-06-28 | 1 | -0/+30 |
* | * cppfiles.c: Include splay-tree.h, not hashtab.h. | zack | 2000-06-21 | 1 | -2/+3 |
* | * cppfiles.c: Read files in, using mmap if possible, then | zack | 2000-05-28 | 1 | -7/+15 |
* | * cppinit.c (cpp_reader_init): Initialise col_adjust and | neil | 2000-05-18 | 1 | -0/+14 |
* | gcc: | zack | 2000-05-04 | 1 | -36/+42 |
* | * cpphash.c (_cpp_make_hashnode): Rename make_HASHNODE, now | zack | 2000-05-01 | 1 | -3/+2 |
* | * cpphash.h (struct definition): Move file, line, col members... | zack | 2000-04-23 | 1 | -1/+1 |