summaryrefslogtreecommitdiff
path: root/libcpp
Commit message (Expand)AuthorAgeFilesLines
* Fixup whitespacingMike Stump2007-06-011-39/+39
* re PR preprocessor/14331 (please add option to suppress warning message "no n...Dave Korn2007-05-312-4/+6
* macro.c (_cpp_builtin_macro_text): Handle BT_COUNTER.Ollie Wild2007-05-246-1/+62
* re PR preprocessor/20077 (GCC accepts macro definitions that fail a constraint)Simon Martin2007-05-232-8/+26
* internal.h (struct cpp_reader): Add new fields: nonexistent_file_hash and non...Ian Lance Taylor2007-05-213-4/+93
* expr.c (cpp_classify_number): Warn about dfp constant for -pedantic.Janis Johnson2007-05-142-0/+6
* re PR c/31924 (gcc accepts invalid suffixes for decimal float constants)Janis Johnson2007-05-142-8/+16
* if-div.c: New file.Eric Christopher2007-05-022-3/+9
* re PR preprocessor/28709 (Bad diagnostic pasting tokens with ##)Tom Tromey2007-05-022-6/+20
* make alloca call type correctMichael Meissner2007-03-302-1/+6
* directives.c (lex_macro_node_from_str): New.Richard Henderson2007-03-303-0/+68
* * cpplib.pot: Regenerate.Joseph Myers2007-03-072-108/+112
* * Makefile.in: Add dummy install-pdf target.Brooks Moses2007-03-012-0/+5
* 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