| Commit message (Expand) | Author | Age | Files | Lines |
| * | * cpp.texi: Update documentation for -include and -imacros. | neil | 2001-03-15 | 1 | -17/+32 |
| * | * cppfiles.c (NO_INCLUDE_PATH): New macro. | neil | 2001-03-13 | 1 | -1/+8 |
| * | * cppfiles.c (_cpp_execute_include): Don't make a null-terminated | neil | 2001-03-04 | 1 | -7/+4 |
| * | * cpplib.c (_cpp_init_stacks): Cast enum for comparison. | danglin | 2001-03-02 | 1 | -1/+1 |
| * | * cppinit.c (builtin_array): Update. | neil | 2001-02-25 | 1 | -1/+1 |
| * | * cpplib.c (T_ELIF): Move to STDC89, not that it matters. | neil | 2001-01-31 | 1 | -2/+5 |
| * | * cpplib.c (T_BAD_DIRECTIVE): Remove. | neil | 2001-01-29 | 1 | -5/+4 |
| * | * cpplib.c (_cpp_handle_directive): Use buffer->was_skipping, | neil | 2001-01-18 | 1 | -1/+1 |
| * | * cppfiles.c (_cpp_fake_include): New function. | neil | 2001-01-13 | 1 | -1/+5 |
| * | * cppinit.c (cpp_handle_option): help_only is now part of the | neil | 2001-01-13 | 1 | -0/+33 |
| * | * c-lex.c: s/change_file/file_change. | neil | 2000-12-18 | 1 | -54/+55 |
| * | * cpplib.h (struct cpp_reader): Remove references to string_pool | neil | 2000-12-17 | 1 | -11/+1 |
| * | * c-lex.c: Move main_input_filename handling to FC_ENTER. Clean up. | neil | 2000-12-17 | 1 | -48/+122 |
| * | * cpperror.c (print_location): New function. | neil | 2000-12-11 | 1 | -48/+51 |
| * | * cppfiles.c (NEVER_REREAD, DO_NOT_REREAD): Move from cpphash.h. | neil | 2000-12-09 | 1 | -21/+27 |
| * | * cppfiles.c (struct include_file): Move from cpphash.h. | neil | 2000-12-07 | 1 | -63/+31 |
| * | * c-common.c (parse_in): Make a cpp_reader *. | neil | 2000-12-07 | 1 | -12/+6 |
| * | * cppfiles.c (stack_include_file): Push zero-length buffers | neil | 2000-12-05 | 1 | -19/+11 |
| * | * cppfiles.c (cpp_make_system_header): Take 2 booleans, | neil | 2000-12-04 | 1 | -8/+9 |
| * | * cpplib.c (do_ifdef): Add check_eol() call. | geoffk | 2000-12-02 | 1 | -0/+6 |
| * | * cppinit.c (initialize): Forgotten prototype. | neil | 2000-12-01 | 1 | -4/+4 |
| * | * c-lex.c (cb_enter_file, cb_leave_file, cb_rename_file): | neil | 2000-11-27 | 1 | -36/+60 |
| * | * cpplib.h (struct cpp_reader): Remove lang_asm. | neil | 2000-11-26 | 1 | -2/+2 |
| * | * mcore.c (mcore_expand_prolog): Call xmalloc/xrealloc, not | ghazi | 2000-11-17 | 1 | -1/+1 |
| * | * cpplib.c (start_directive, end_directive): New functions. | neil | 2000-11-15 | 1 | -58/+73 |
| * | * cppexp.c (parse_defined): Call cpp_get_token not | neil | 2000-11-14 | 1 | -14/+19 |
| * | * cpplex.c (_cpp_lex_token): CPP_COMMENT and true CPP_EOF | neil | 2000-11-13 | 1 | -7/+9 |
| * | * cppexp.c: Don't worry about pfile->skipping. | neil | 2000-11-12 | 1 | -86/+76 |
| * | Remove CPP_PLACEMARKERs | neil | 2000-11-11 | 1 | -3/+3 |
| * | * cpphash.c: Move cpp_defined here from cpplib.c. | neil | 2000-11-09 | 1 | -20/+2 |
| * | * cpplib.c (do_line): Only warn pedantically if not reading | neil | 2000-11-04 | 1 | -1/+1 |
| * | * cpplib.c (run_directive): Use correct line number for output | neil | 2000-11-01 | 1 | -4/+11 |
| * | * cpp.texi: Update for new command line assertion syntax. | neil | 2000-10-31 | 1 | -18/+40 |
| * | * cppfiles.c (stack_include_file): Check for stacked contexts | neil | 2000-10-30 | 1 | -8/+81 |
| * | * cpplib.c (skip_rest_of_line): Use _cpp_get_token. | neil | 2000-10-29 | 1 | -2/+2 |
| * | * cpplib.c (run_directive): Fix prototype. | rth | 2000-10-28 | 1 | -1/+1 |
| * | 2000-10-28 Neil Booth <neilb@earthling.net> | neil | 2000-10-28 | 1 | -666/+794 |
| * | * 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 | -5/+3 |
| * | * cpplex.c: Update TODO comment. | neil | 2000-09-24 | 1 | -16/+13 |
| * | * cpphash.h (CPP_RESERVE, CPP_PUTS_Q, CPP_PUTS, CPP_PUTC_Q, | neil | 2000-09-23 | 1 | -1/+3 |
| * | * cpphash.h (HASHSTEP): Take character rather than pointer | neil | 2000-09-18 | 1 | -47/+65 |
| * | * cpperror.c (print_file_and_line): If line is (unsigned int)-1, | zack | 2000-08-29 | 1 | -4/+17 |
| * | * cpphash.h (IN_I): New flag for directive table. | zack | 2000-08-23 | 1 | -9/+14 |
| * | * cpplib.c (cpp_register_pragma_space): Just return if the | zack | 2000-08-18 | 1 | -4/+3 |
| * | * cpphash.h: Use HAVE_DESIGNATED_INITIALIZERS. | neil | 2000-08-18 | 1 | -8/+1 |
| * | * cppinit.c (cpp_cleanup): Free include dir chains. | neil | 2000-08-17 | 1 | -9/+1 |
| * | * configure.in (--enable-c-cpplib): Uncomment. Use AC_DEFINE | zack | 2000-08-09 | 1 | -8/+9 |
| * | * cpplex.c (parse_name): Might have to glue a CPP_OTHER token | zack | 2000-08-04 | 1 | -0/+10 |
| * | * cppexp.c, cppinit.c, cpplex.c, cpplib.c, cppmacro.c, | zack | 2000-08-02 | 1 | -1/+1 |