| Commit message (Expand) | Author | Age | Files | Lines |
* | * alias.c: Fix comment formatting. | kazu | 2001-08-01 | 1 | -2/+2 |
* | * cpphash.h (struct cpp_reader): New members line, pseudo_newlines. | neil | 2001-08-01 | 1 | -7/+16 |
* | * cppexp.c (parse_defined): Always record the macro name. | neil | 2001-07-29 | 1 | -1/+1 |
* | * cpphash.h (struct_lexer_state): Delete was_skipping. | neil | 2001-07-26 | 1 | -5/+5 |
* | * cpplex.c (_cpp_lex_token): Revert patch of 16 May 2001 | neil | 2001-05-30 | 1 | -2/+0 |
* | * cpp.texi: Update for handling of charconsts. | neil | 2001-05-23 | 1 | -32/+34 |
* | * c-lex.c (read_escape, read_ucs): Delete. | neil | 2001-05-23 | 1 | -34/+39 |
* | * Makefile.in (OBJS, LIBCPP_OBJS, LIBCPP_DEPS, | neil | 2001-05-20 | 1 | -15/+9 |
* | * cppexp.c (lex): Use NODE_NAME and NODE_LEN. | neil | 2001-05-16 | 1 | -8/+9 |
* | * cpplex.c (_cpp_lex_token, '/' case): Comments can't appear | nathan | 2001-05-16 | 1 | -1/+3 |
* | * cpplex.c (_cpp_lex_token): Ensure we warn at most once | neil | 2001-05-12 | 1 | -3/+5 |
* | * c-lex.c (lex_charconst): Convert into a simple wrapper | neil | 2001-05-11 | 1 | -0/+349 |
* | * cpplex.c (_cpp_lex_token): Only warn if -Wcomment. | jakub | 2001-04-11 | 1 | -1/+1 |
* | * 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 |