summaryrefslogtreecommitdiff
path: root/libcpp
Commit message (Expand)AuthorAgeFilesLines
* re PR preprocessor/30468 (-M not fully chops dirname)Tom Tromey2007-01-302-2/+14
* re PR preprocessor/29966 (crash in cc1 with backtrace from free())Tom Tromey2007-01-303-9/+19
* depstand.m4 (ZW_CREATE_DEPDIR): Use mkinstalldirs to make directory.Tom Tromey2007-01-272-2/+6
* re PR preprocessor/28227 (valid #ifdef rejected)Tom Tromey2007-01-122-8/+20
* warnings.m4: Use m4_expand_once to clear the AC_SUBST'ed variable.Paolo Bonzini2007-01-112-1/+6
* warnings.m4: Add second parameter with name of variable.Paolo Bonzini2007-01-112-1/+5
* re PR preprocessor/28165 (_Pragma GCC system_header broken)Tom Tromey2007-01-043-7/+21
* lex.c (_cpp_clean_line): Add uses of __builtin_expect.Ian Lance Taylor2006-12-292-9/+26
* re PR preprocessor/29612 (gcc --save-temps does not give "multi-character cha...Jakub Jelinek2006-12-292-1/+7
* re PR preprocessor/30001 (out-of-bounds access when processing empty file)Tom Tromey2006-12-282-2/+8
* Formatting fixes.Ben Elliston2006-11-211-1/+1
* configure.in (skipdirs): Don't build target-libiberty for SPU.Trevor Smigiel2006-11-213-0/+7
* cpplib.h (enum c_lang): Add CLK_GNUCXX0X and CLK_CXX0X for experimental C++0x...Douglas Gregor2006-11-013-13/+22
* config.gcc (i[34567]86-*-linux*): Handle --enable-targets=all.Joseph Myers2006-10-293-0/+20
* * cpplib.pot: Regenerate.Joseph Myers2006-10-222-127/+159
* re PR preprocessor/28709 (Bad diagnostic pasting tokens with ##)Jakub Jelinek2006-10-122-17/+25
* --(top level)--------------------------------------------Brooks Moses2006-10-102-1/+6
* configure.ac: Make need_64_bit_hwint case for x86-darwin match exactly the gl...Geoffrey Keating2006-09-223-2/+8
* re PR c/28768 (Preprocessor doesn't parse tokens correctly?)Joseph Myers2006-09-132-0/+10
* config.gcc (i?86-*-darwin): Add 64-bit HWI support.Eric Christopher2006-09-093-4/+11
* * vi.po: Update.Joseph Myers2006-09-032-154/+157
* re PR c++/28288 (ICE with min/max operator)Steve Ellcey2006-08-144-40/+21
* * sv.po: Update.Joseph Myers2006-06-242-2/+6
* be.po, [...]: Update.Joseph Myers2006-06-2416-15/+20
* re PR preprocessor/27746 (ICE on openmp code when using _Pragma from macro)Jakub Jelinek2006-06-093-3/+39
* gcc/, libcpp/Daniel Jacobowitz2006-05-313-4/+23
* Makefile.in: Add install-html target.Carlos O'Donell2006-05-242-1/+6
* * de.po: Update.Joseph Myers2006-04-212-24/+28
* * sv.po: Update.Joseph Myers2006-03-312-4/+8
* be.po, [...]: Update.Joseph Myers2006-03-1316-1123/+1981
* cpp.texi (__TIMESTAMP__): Document.Grigory Zagorodnev2006-02-186-1/+62
* re PR preprocessor/25717 (-dD does not list all defined macros (in particular...Jakub Jelinek2006-01-233-11/+22
* Makefile.in: Use -MMD instead of -MD.Paolo Bonzini2006-01-052-1/+5
* directives.c (struct pragma_entry): Add is_deferred.Richard Henderson2006-01-046-245/+279
* re PR c++/25294 (Bogus "unterminated comment" error from #pragma comment)Jakub Jelinek2006-01-012-4/+56
* re PR c++/23333 (accepts invalid pure specifier)Volker Reichelt2005-12-222-0/+7
* cpplib.h (CPP_N_DFLOAT): New.Jon Grimm2005-12-073-2/+31
* * vi.po: Update.Joseph Myers2005-12-062-162/+163
* * zh_CN.po: New file.Joseph Myers2005-12-032-0/+854
* be.po, [...]: Update.Joseph Myers2005-12-0114-14158/+2202
* * cpplib.pot: Regenerate.Joseph Myers2005-11-202-99/+112
* cpplib.h (struct cpp_callbacks): Annotate error with ATTRIBUTE_FPTR_PRINTF(3,...Gerald Pfeifer2005-11-142-1/+7
* re PR c/24101 (Segfault with preprocessed source)Uros Bizjak2005-11-092-0/+10
* Fix failure with pragma once where buffer is NULL and buffer_valid is true.James E Wilson2005-11-032-0/+6
* cp-tree.h (cp_cpp_error), [...]): Take va_list* parameter.Joseph Myers2005-11-043-2/+8
* re PR preprocessor/22042 (stringification BUG)Andrew Pinski2005-11-032-13/+12
* re PR c++/17964 (cpp error messages contain wrong line in C++)Joseph Myers2005-11-034-13/+40
* .cvsignore are not needed for subversion, remove them.Andreas Jaeger2005-10-311-1/+0
* Fix date of last ChangeLog entry.Jim Wilson2005-10-211-1/+1
* Fix bug with -MM -MG.James E Wilson2005-10-214-14/+24