Age | Commit message (Expand) | Author | Files | Lines |
2003-05-17 | c-common.c, c-common.h (dollars_in_ident): Remove. | Neil Booth | 1 | -4/+2 |
2003-05-04 | cppinit.c (cpp_create_reader, [...]): Warn about trigraphs unless explicity s... | Neil Booth | 1 | -1/+34 |
2003-04-26 | Revert cpplex.c change | Neil Booth | 1 | -0/+6 |
2003-04-26 | * _cpp_lex_direct: Remove pointless code. | Neil Booth | 1 | -6/+0 |
2003-04-24 | cpplex.c (cpp_token_len): Tighten up. | Neil Booth | 1 | -7/+7 |
2003-04-23 | Makefile.in (c-lex.o, [...]): Update. | Neil Booth | 1 | -114/+71 |
2003-04-22 | * cpplex.c (_cpp_get_fresh_line): Pop the buffer if return_at_eof. | Neil Booth | 1 | -4/+4 |
2003-04-22 | c-lex.c (c_lex): Handle CPP_OTHER differently. | Neil Booth | 1 | -15/+11 |
2003-04-20 | cpphash.h (NOTE_ESC_NL, [...]): Remove. | Neil Booth | 1 | -27/+24 |
2003-04-20 | cpplex.c (_cpp_lex_direct): Set BOL for CPP_EOF tokens. | Nathan Sidwell | 1 | -0/+6 |
2003-04-20 | Makefile.in (LIBCPP_OBJS): Add cppcharset.o. | Neil Booth | 1 | -111/+82 |
2003-04-19 | cpphash.h (struct cpp_buffer): Remove backup_to. | Neil Booth | 1 | -160/+100 |
2003-04-19 | cpphash.h (struct cpp_reader): New member warned_dollar. | Neil Booth | 1 | -214/+101 |
2003-04-19 | * skip_whitespace: Rearrange to avoid stage1 ICE. | Neil Booth | 1 | -8/+5 |
2003-04-19 | cppfiles.c (ENABLE_VALGRIND_CHECKING, [...]): Remove. | Neil Booth | 1 | -370/+222 |
2003-03-17 | c-opts.c: Default TARGET_EBCDIC to 0 if not defined. | Neil Booth | 1 | -18/+27 |
2003-03-06 | Makefile.in (c-ppoutput.o): Update. | Neil Booth | 1 | -0/+10 |
2003-01-23 | * cpplex.c (cpp_interpret_charconst): Squelch warning with cast. | Kaveh R. Ghazi | 1 | -1/+1 |
2003-01-18 | alias.c: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2002-12-16 | Merge basic-improvements-branch to trunk | Zack Weinberg | 1 | -1/+3 |
2002-09-26 | c-common.h: Follow spelling conventions. | Kazu Hirata | 1 | -1/+1 |
2002-09-22 | ChangeLog: Follow spelling conventions. | Kazu Hirata | 1 | -3/+3 |
2002-09-16 | ABOUT-NLS: Follow spelling conventions. | Kazu Hirata | 1 | -2/+2 |
2002-07-21 | c-decl.c (build_array_declarator): Say 'ISO C90', not 'ISO C89'. | Gabriel Dos Reis | 1 | -1/+1 |
2002-06-11 | Makefile.in: Update cppmain.o. | Neil Booth | 1 | -1/+10 |
2002-06-10 | cpphash.h (_cpp_read_logical_line_trad, [...]): Update prototypes. | Neil Booth | 1 | -1/+1 |
2002-06-07 | cpptrad.c (struct block, [...]): New. | Neil Booth | 1 | -14/+1 |
2002-05-22 | cpperror.c: Fix formatting. | Kazu Hirata | 1 | -53/+53 |
2002-05-17 | Makefile.in: Update for cpptrad.c. | Neil Booth | 1 | -23/+46 |
2002-05-11 | cpplex.c (_cpp_lex_direct): When in a directive at EOF fake a newline. | Neil Booth | 1 | -2/+2 |
2002-05-08 | cpplex.c (cpp_interpret_charconst): Truncate as well as sign-extend. | Neil Booth | 1 | -9/+11 |
2002-05-07 | c-common.c (c_common_init): Set options->unsigned_wchar. | Neil Booth | 1 | -2/+2 |
2002-05-06 | c-common.c (warn_multichar): New. | Neil Booth | 1 | -7/+18 |
2002-05-05 | cpplex.c (cpp_interpret_charconst): Sign-extend each character. | Neil Booth | 1 | -27/+22 |
2002-05-05 | c-common.c (c_common_init): Set up CPP arithmetic. | Neil Booth | 1 | -1/+2 |
2002-05-04 | cppinit.c (MAX_WCHAR_TYPE_SIZE): Move to cpplib.h | Neil Booth | 1 | -6/+8 |
2002-05-04 | c-lex.c (lex_string): Let cpp_parse_escape handles truncation and sign-extens... | Neil Booth | 1 | -37/+45 |
2002-04-30 | cpplex.c: Fix comment formatting. | Kazu Hirata | 1 | -1/+1 |
2002-04-24 | cpplex.c: Remove conditional #undef of MULTIBYTE_CHARS. | Matthew Hiller | 1 | -10/+61 |
2002-04-21 | cppexp.c (struct op, [...]): Replace U_CHAR with uchar. | Neil Booth | 1 | -11/+11 |
2002-04-14 | cpperror.c (print_location): Don't print include chain if line == 0. | Neil Booth | 1 | -48/+62 |
2002-04-07 | cppinit.c (cpp_create_reader): Initialize discard_comments_in_macro_exp. | Jason Thorpe | 1 | -6/+25 |
2002-03-22 | cpphash.h (struct cpp_reader): Remove mls_line and mls_col. | Neil Booth | 1 | -58/+11 |
2002-03-22 | cpplex.c (parse_identifier_slow): Rename parse_slow, adjust prototype, and ha... | Neil Booth | 1 | -80/+75 |
2002-02-28 | cpplex.c (cpp_parse_escape): Restore mistakenly-removed code: \a still means ... | Jim Meyering | 1 | -0/+1 |
2002-02-27 | c-common.c, [...]: Delete code implementing -traditional mode. | Zack Weinberg | 1 | -18/+10 |
2002-02-27 | cpplex.c (_cpp_lex_token): Handle directives in macro arguments. | Neil Booth | 1 | -1/+4 |
2002-02-24 | cpplex.c (cpp_interpret_charconst): Get signedness or otherwise of wide chara... | Neil Booth | 1 | -6/+12 |
2002-02-02 | cpphash.h (struct spec_nodes): Remove n__CHAR_UNSIGNED__. | Neil Booth | 1 | -3/+2 |
2002-01-03 | cpperror.c: Update comments and copyright. | Neil Booth | 1 | -10/+9 |