| Commit message (Expand) | Author | Age | Files | Lines |
* | c-common.c (c_common_init): Set options->unsigned_wchar. | Neil Booth | 2002-05-07 | 1 | -7/+9 |
* | c-common.c (warn_multichar): New. | Neil Booth | 2002-05-06 | 1 | -3/+6 |
* | c-common.c (c_common_init): Set up CPP arithmetic. | Neil Booth | 2002-05-05 | 1 | -3/+3 |
* | Makefile.in (c-lex.o): Update. | Neil Booth | 2002-05-04 | 1 | -0/+5 |
* | cppinit.c (MAX_WCHAR_TYPE_SIZE): Move to cpplib.h | Neil Booth | 2002-05-04 | 1 | -5/+16 |
* | c-lex.c (lex_string): Let cpp_parse_escape handles truncation and sign-extens... | Neil Booth | 2002-05-04 | 1 | -8/+20 |
* | cppexp.c (lex): Update to use state.skip_eval. | Neil Booth | 2002-04-28 | 1 | -3/+3 |
* | cppexp.c (CPP_UMINUS, CPP_UPLUS): New. | Neil Booth | 2002-04-26 | 1 | -5/+8 |
* | cpplex.c: Remove conditional #undef of MULTIBYTE_CHARS. | Matthew Hiller | 2002-04-24 | 1 | -3/+3 |
* | cpperror.c (print_location): Don't print include chain if line == 0. | Neil Booth | 2002-04-14 | 1 | -20/+38 |
* | cppinit.c (cpp_create_reader): Initialize discard_comments_in_macro_exp. | Jason Thorpe | 2002-04-07 | 1 | -0/+4 |
* | Removal of separate preprocessor cpp0. | Neil Booth | 2002-03-24 | 1 | -0/+3 |
* | cpplib.h (struct cpp_options): New member, warn_endif_labels. | Phil Edwards | 2002-03-22 | 1 | -0/+3 |
* | cpphash.h (struct lexer_state): Remove line_extension member. | Zack Weinberg | 2002-03-14 | 1 | -0/+3 |
* | c-common.c, [...]: Delete code implementing -traditional mode. | Zack Weinberg | 2002-02-27 | 1 | -2/+2 |
* | cpphash.h (struct spec_nodes): Remove n__CHAR_UNSIGNED__. | Neil Booth | 2002-02-02 | 1 | -0/+3 |
* | re PR other/1502 (Nonexistent -W options not diagnosed) | Jakub Jelinek | 2002-01-29 | 1 | -1/+1 |
* | cpperror.c: Update comments and copyright. | Neil Booth | 2002-01-03 | 1 | -2/+2 |
* | c-common.c: Include c-lex.h. | Neil Booth | 2001-11-15 | 1 | -13/+30 |
* | c-pragma.h (cpp_register_pragma_space): Remove. | Neil Booth | 2001-10-14 | 1 | -1/+0 |
* | calls.c: Fix formatting. | Kazu Hirata | 2001-10-11 | 1 | -4/+4 |
* | cpplex.c (enum spell_type): Add SPELL_NUMBER. | Zack Weinberg | 2001-10-06 | 1 | -4/+5 |
* | cpphash.h: Update comments. | Neil Booth | 2001-10-02 | 1 | -6/+7 |
* | cpphash.h: Update comment. | Neil Booth | 2001-09-27 | 1 | -2/+0 |
* | cpphash.h (struct _cpp_buff, [...]): New. | Neil Booth | 2001-09-26 | 1 | -3/+0 |
* | c-lex.c (cb_def_pragma): Update. | Neil Booth | 2001-09-24 | 1 | -3/+7 |
* | cppmain.c (scan_translation_unit): Don't worry about putting a space after ha... | Neil Booth | 2001-09-16 | 1 | -8/+0 |
* | cpperror.c (print_location): Take line and column, for default positioning us... | Neil Booth | 2001-09-14 | 1 | -26/+9 |
* | c-parse.in (_yylex): Use _cpp_backup_tokens. | Neil Booth | 2001-09-13 | 1 | -0/+2 |
* | cpperror.c (print_location): Don't show _Pragma. | Neil Booth | 2001-08-22 | 1 | -5/+1 |
* | cpperror.c (print_location): Don't take a file name; use the line map instead. | Neil Booth | 2001-08-17 | 1 | -5/+1 |
* | c-lex.c (map): Make const. | Neil Booth | 2001-08-11 | 1 | -12/+2 |
* | cpplib.h, line-map.h: Update comments. | Neil Booth | 2001-08-07 | 1 | -1/+1 |
* | cpperror.c (print_containing_files): Moved to line-map.c. | Neil Booth | 2001-08-06 | 1 | -4/+3 |
* | cpphash.h (struct cpp_reader): New member directive_line. | Neil Booth | 2001-08-04 | 1 | -6/+6 |
* | Makefile.in (CPPLIB_H): New, so that dependencies on cpplib.h are also on lin... | Neil Booth | 2001-08-04 | 1 | -3/+2 |
* | line-map.c: New. | Neil Booth | 2001-08-02 | 1 | -12/+5 |
* | cpphash.h (struct cpp_reader): New members line, pseudo_newlines. | Neil Booth | 2001-08-01 | 1 | -0/+2 |
* | cpphash.h (struct cpp_reader): Remove import_warning. | Neil Booth | 2001-07-29 | 1 | -1/+0 |
* | c-lex.c (c_lex): Remove CPP_INT, CPP_FLOAT cases. | Neil Booth | 2001-07-19 | 1 | -2/+0 |
* | Standardize header guards. | Richard Henderson | 2001-05-25 | 1 | -2/+3 |
* | c-lex.c (read_escape, read_ucs): Delete. | Neil Booth | 2001-05-23 | 1 | -0/+4 |
* | Makefile.in (OBJS, [...]): Update. | Neil Booth | 2001-05-20 | 1 | -18/+31 |
* | cppexp.c (lex): Use NODE_NAME and NODE_LEN. | Neil Booth | 2001-05-16 | 1 | -6/+3 |
* | * cpplib.h: Undo mistaken commit. | Neil Booth | 2001-05-16 | 1 | -13/+13 |
* | cppexp.c (lex): Use NODE_NAME and NODE_LEN. | Neil Booth | 2001-05-16 | 1 | -13/+13 |
* | c-lex.c (lex_charconst): Convert into a simple wrapper around cpp_interpret_c... | Neil Booth | 2001-05-11 | 1 | -0/+5 |
* | c-parse.in (yylexname): New function, split out of _yylex. | Zack Weinberg | 2001-03-07 | 1 | -1/+1 |
* | cppfiles.c (_cpp_execute_include): Don't make a null-terminated copy of the f... | Neil Booth | 2001-03-04 | 1 | -3/+1 |
* | cpp.texi: Update. | Neil Booth | 2001-03-03 | 1 | -1/+1 |