| Commit message (Expand) | Author | Age | Files | Lines |
* | * system.h: Include symcat.h. | ghazi | 2001-03-27 | 1 | -1/+0 |
* | * c-parse.in (yylexname): New function, split out of _yylex. | zack | 2001-03-07 | 1 | -32/+2 |
* | * cppfiles.c (_cpp_execute_include): Don't make a null-terminated | neil | 2001-03-04 | 1 | -39/+19 |
* | * cpplex.c (_cpp_lex_token): Don't warn about directives in | neil | 2001-03-03 | 1 | -31/+29 |
* | * cpplex.c (parse_string): Unconditionally pedwarn. | neil | 2001-03-03 | 1 | -2/+1 |
* | * cpp.texi: Update. | neil | 2001-03-03 | 1 | -5/+3 |
* | * cpplib.c (_cpp_init_stacks): Cast enum for comparison. | danglin | 2001-03-02 | 1 | -6/+8 |
* | * cpphash.h: Rename _ALIGN POOL_ALIGN. | neil | 2001-02-03 | 1 | -2/+2 |
* | * cpphash.h: Rename ALIGN _ALIGN. | neil | 2001-02-03 | 1 | -2/+2 |
* | * cpphash.h (struct cpp_buffer): Move saved_flags from cpp_reader. | neil | 2001-02-01 | 1 | -3/+4 |
* | * cpphash.c (_cpp_cleanup_hashtable, _cpp_lookup_with_hash) | neil | 2001-01-28 | 1 | -1/+1 |
* | * cpplib.h (struct cpp_reader): Remove references to string_pool | neil | 2000-12-17 | 1 | -5/+5 |
* | * cppfiles.c (NEVER_REREAD, DO_NOT_REREAD): Move from cpphash.h. | neil | 2000-12-09 | 1 | -3/+4 |
* | * cpplex.c (skip_escaped_newlines): Don't warn for spaces between | neil | 2000-12-06 | 1 | -1/+1 |
* | * cppinit.c (initialize): Forgotten prototype. | neil | 2000-12-01 | 1 | -8/+10 |
* | * cpplib.h (struct cpp_reader): Remove lang_asm. | neil | 2000-11-26 | 1 | -6/+4 |
* | * cpplex.c (trigraph_ok): Ensure we don't warn twice. | neil | 2000-11-22 | 1 | -3/+7 |
* | * cppexp.c (parse_defined): Call cpp_get_token not | neil | 2000-11-14 | 1 | -2/+2 |
* | * cpplex.c (_cpp_lex_token): CPP_COMMENT and true CPP_EOF | neil | 2000-11-13 | 1 | -6/+6 |
* | * cppexp.c: Don't worry about pfile->skipping. | neil | 2000-11-12 | 1 | -0/+7 |
* | Remove CPP_PLACEMARKERs | neil | 2000-11-11 | 1 | -5/+5 |
* | * cpphash.c: Move cpp_defined here from cpplib.c. | neil | 2000-11-09 | 1 | -29/+22 |
* | Move directive handling into the lexer itself. | neil | 2000-11-08 | 1 | -5/+38 |
* | * cpplex.c (_cpp_equiv_tokens): Check arg_no in the | neil | 2000-11-06 | 1 | -1/+1 |
* | * c-lex.c (c_lex): Replace tok.val.aux with tok.val.c or | neil | 2000-11-06 | 1 | -7/+7 |
* | * cpplex.c (parse_string): Don't allow multiline strings in | neil | 2000-11-04 | 1 | -2/+2 |
* | * c-parse.in (_yylex): Remove CPP_BACKSLASH case. | neil | 2000-11-01 | 1 | -1/+1 |
* | * cppfiles.c (stack_include_file): Check for stacked contexts | neil | 2000-10-30 | 1 | -49/+55 |
* | * cpplex.c (save_comment): Don't store new lines in C++ comments. | neil | 2000-10-29 | 1 | -0/+4 |
* | 2000-10-28 Neil Booth <neilb@earthling.net> | neil | 2000-10-28 | 1 | -1881/+519 |
* | * cpperror.c (_cpp_begin_message): Do the test for suppression | neil | 2000-09-28 | 1 | -9/+8 |
* | * cpplex.c (parse_args): Don't set VOID_REST flag. | neil | 2000-09-25 | 1 | -25/+12 |
* | 2000-09-25 Branko Cibej <branko.cibej@hermes.si> | bkoz | 2000-09-25 | 1 | -3/+17 |
* | * cpplex.c (save_comment): Only store the initial '/' | neil | 2000-09-25 | 1 | -47/+35 |
* | * cpphash.h (_cpp_digraph_spellings, _cpp_process_directive, | neil | 2000-09-25 | 1 | -327/+9 |
* | * cpplex.c: Update TODO comment. | neil | 2000-09-24 | 1 | -3/+0 |
* | * cpphash.h (CPP_RESERVE, CPP_PUTS_Q, CPP_PUTS, CPP_PUTC_Q, | neil | 2000-09-23 | 1 | -105/+122 |
* | * cpplex.c (lex_line): Drop the EOF token for unknown | neil | 2000-09-19 | 1 | -5/+5 |
* | * cpphash.h (HASHSTEP): Take character rather than pointer | neil | 2000-09-18 | 1 | -1055/+920 |
* | * cpplex.c (push_macro_context): Set an argument's level after | neil | 2000-09-16 | 1 | -1/+2 |
* | * cpplex.c (ON_REST_ARG): Correct the test. | neil | 2000-09-15 | 1 | -5/+8 |
* | * cppfiles.c: Move all default-#defines to top of file. | zack | 2000-09-12 | 1 | -32/+40 |
* | * cpplex.c (ON_REST_ARG): Check VAR_ARGS flag of current context, | jakub | 2000-09-04 | 1 | -3/+3 |
* | * cpperror.c (print_file_and_line): If line is (unsigned int)-1, | zack | 2000-08-29 | 1 | -1/+8 |
* | * cpplex.c (parse_string): Don't look for backslash | gkm | 2000-08-28 | 1 | -1/+1 |
* | * cpplex.c (is_macro_disabled): Caller has already checked | neil | 2000-08-25 | 1 | -4/+0 |
* | * cpphash.h (IN_I): New flag for directive table. | zack | 2000-08-23 | 1 | -0/+5 |
* | 2000-08-20 Zack Weinberg <zack@wolery.cumb.org> | zack | 2000-08-20 | 1 | -4/+7 |
* | * cpphash.h: Use HAVE_DESIGNATED_INITIALIZERS. | neil | 2000-08-18 | 1 | -36/+6 |
* | * configure.in (--enable-c-cpplib): Uncomment. Use AC_DEFINE | zack | 2000-08-09 | 1 | -1/+6 |