aboutsummaryrefslogtreecommitdiff
path: root/libcpp
AgeCommit message (Expand)AuthorFilesLines
2009-12-10* es.po: Update.Joseph Myers2-19/+18
2009-12-10zh_CN.po: Update.Joseph Myers2-20/+19
2009-12-07* id.po: Update.Joseph Myers2-18/+17
2009-12-04* sv.po: Update.Joseph Myers2-37/+17
2009-12-04be.po, [...]: Update.Joseph Myers17-3429/+3806
2009-12-02* cpplib.pot: Regenerate.Joseph Myers2-142/+173
2009-11-20macro.c (enter_macro_context): Call cb.used callback if defined.Arnaud Charlet4-0/+16
2009-11-11ChangeLog for libcppKai Tietz6-19/+341
2009-10-19charset.c (cpp_init_iconv): Initialize utf8_cset_desc.Jakub Jelinek7-16/+295
2009-10-17* cpplib.pot: Regenerate.Joseph Myers2-149/+158
2009-10-14re PR preprocessor/41543 (BUILTINS_LOCATION wrong with -fpreprocessed)Jakub Jelinek3-2/+14
2009-10-09* charset.c (_cpp_valid_ucn): Update C++0x restrictions.Jason Merrill2-6/+19
2009-10-10directives.c (DIRECTIVE_TABLE): Remove DEPRECATED from ident and sccs.Neil Vachharajani2-2/+7
2009-09-23configure.ac (AC_CHECK_HEADERS after AC_LANG(C++)): Add sys/stat.h.Loren J. Rittle3-2/+7
2009-09-22re PR preprocessor/38987 (Including a precompiled header from another header ...Richard Guenther2-0/+11
2009-09-19* vi.po: Update.Joseph Myers2-4/+8
2009-09-18re PR preprocessor/28435 (-MMD vs not found system header (included from a sy...Chris Demetriou3-6/+31
2009-09-13Changlog libcppKai Tietz3-0/+8
2009-09-12dbgcnt.c (dbg_cnt_process_single_pair): constify.Jason Merrill2-1/+6
2009-09-08* id.po: Update.Joseph Myers2-5/+9
2009-09-02macro.c (stringify_arg): Escape CPP_WCHAR tokens.Ian Lance Taylor2-1/+5
2009-09-02* es.po: Update.Joseph Myers2-17/+21
2009-08-24Update AC_PREREQ entries to 2.64Ralf Wildenhues2-1/+5
2009-08-22Regenerate tree using Autoconf 2.64 and Automake 1.11.Ralf Wildenhues4-6711/+4256
2009-08-17re PR preprocessor/41067 (Inconsistency in warnings on invalid \-escapes)Tom Tromey2-1/+6
2009-08-04* es.po: Update.Joseph Myers2-5/+9
2009-07-27cpplib.h (INO_T_CPP): New macro.Douglas B Rupp2-1/+12
2009-07-25* nl.po: Update.Joseph Myers2-5/+9
2009-07-23be.po, [...]: Update.Joseph Myers17-1540/+1625
2009-07-20re PR regression/40800 (libcpp breaks bootstrap)Jerry Quinn3-4/+11
2009-07-18directives.c (do_linemarker, do_line): Use CPP_STRING for ignored enum value.Jerry Quinn12-111/+1110
2009-06-23directives.c (parse_include): Add location argument.Manuel López-Ibáñez2-13/+32
2009-06-18expr.c (num_div_op): Take explicit location.Manuel López-Ibáñez2-6/+15
2009-06-17* include/cpplib.h (progname): Don't declare.Ian Lance Taylor2-3/+4
2009-06-12cpplib.h (struct cpp_options): Add warn_cxx_operator_names field.Ian Lance Taylor4-7/+38
2009-06-01diagnostic.c (diagnostic_build_prefix): Always print columns.Aldy Hernandez2-0/+6
2009-06-01cpp-id-data.h: Add extern "C".Ian Lance Taylor6-0/+50
2009-05-16alias.c (struct alias_set_entry_d): Rename from struct alias_set_entry.Ian Lance Taylor3-3/+8
2009-05-13re PR preprocessor/36674 (#include location is offset by one row in errors fr...Manuel López-Ibáñez3-7/+24
2009-05-10c-lex.c (c_lex_with_flags): Expect cpp_hashnode in tok->val.node.node.Joseph Myers6-58/+97
2009-05-03charset.c (one_utf8_to_cppchar): Correct mask used for 5-byte UTF-8 sequences.Joseph Myers2-1/+6
2009-04-25Fix typo in comment in previous commit.Joseph Myers1-1/+1
2009-04-25re PR preprocessor/39559 (constants too large for intmax_t need pedwarns)Joseph Myers2-1/+26
2009-04-22hashtab.h: Update GTY annotations to new syntaxTaras Glek5-18/+16
2009-04-22* cpplib.pot: Regenerate.Joseph Myers2-189/+173
2009-04-22re PR c++/14875 (When using 'or' keyword, the error message speaks of a '||' ...Manuel López-Ibáñez5-8/+51
2009-04-20re PR c++/13358 (long long and C++ do not mix well)Manuel López-Ibáñez3-4/+13
2009-04-19re PR preprocessor/20078 (Gcc doesn't complain about non-benign macro definit...Joseph Myers5-12/+105
2009-04-18directives.c (parse_include): Pass true to check_eol.Joseph Myers2-1/+5
2009-04-18re PR preprocessor/39646 (__FILE__ breaks for empty file name)Joseph Myers4-5/+17