inclhack.def (hpux_imaginary_i): Remove spaces.
[gcc.git] / gcc / c-lex.c
2009-08-14 Ulrich Weigandc-lex.c (c_lex_with_flags): Increase size of local...
2009-07-07 Manuel López-Ibáñezc-lex.c: Replace %H by an explicit location.
2009-05-10 Joseph Myersc-lex.c (c_lex_with_flags): Expect cpp_hashnode in...
2009-05-07 Janis Johnsonre PR c/39037 (FLOAT_CONST_DECIMAL64 pragma not supported)
2009-04-20 Manuel López-Ibáñezre PR c++/13358 (long long and C++ do not mix well)
2009-04-01 Janis Johnsonre PR target/39027 (double floating point suffix of...
2009-03-30 Joseph Myersre PR middle-end/323 (optimized code gives strange...
2008-08-21 Manuel López-Ibáñezdiagnostic.c (pedwarn_at): Rename as pedwarn.
2008-07-23 Manuel López-Ibáñezre PR c/35058 (-Werror= works only with some warnings)
2008-07-21 Rafael Avila de... Makefile.in: Replace toplev.h with TOPLEV_H.
2008-06-27 Laurynas Biveinisre PR c/34867 (valgrind error indication in testsuite...
2008-06-22 Ian Lance Taylorc-lex.c (narrowest_unsigned_type): Change itk to int.
2008-06-11 Tom Tromeyc-lex.c (fe_file_change): Pass SOURCE_LINE to start_sou...
2008-04-18 Kris Van Heescpp-id-data.h (UC): Was U, conflicts with U...
2008-02-29 Tom Tromeytoplev.c (input_file_stack, [...]): Remove.
2008-02-26 Tom Tromeysystem.h (USE_MAPPED_LOCATION): Poison.
2007-09-13 Tom Tromeyc-common.c (fname_as_string): Update.
2007-09-06 Tom Tromeytree-cfg.c (remove_bb): Only warn if line is non-zero.
2007-09-03 Kaveh R. Ghazisystem.h (CONST_CAST2, [...]): New macros for type...
2007-08-30 Chao-ying Fuc-lex.c (interpret_fixed): Declare.
2007-08-10 Kaveh R. Ghazisystem.h (CONST_CAST): New.
2007-07-26 Nick CliftonChange copyright header to refer to version 3 of the...
2007-07-25 Kaveh R. Ghazic-lex.c (c_lex_with_flags, lex_string): Constify.
2007-07-03 Uros Bizjakcpplib.h (CPP_N_WIDTH_MD, [...]): Add new constants.
2007-03-22 Manuel López-Ibáñezre PR other/23572 (No warning for assigning a value...
2006-06-29 Roger Saylere PR middle-end/27428 (ICE with goto in erroneous...
2006-05-18 Mike StumpWhitespace fixups
2006-01-04 Richard Hendersondirectives.c (struct pragma_entry): Add is_deferred.
2005-12-22 Volker Reicheltre PR c++/23333 (accepts invalid pure specifier)
2005-12-16 Jon Grimmtarget-def.h (TARGET_DECIMAL_FLOAT_SUPPORTED_P): New.
2005-11-26 Richard Hendersonc-lex.c (pragma_lex): Rename from c_lex.
2005-07-19 DJ Delorietoplev.h: Add comment about the first parameter for...
2005-06-25 Kelley CookUpdate FSF address.
2005-06-06 Gabriel Dos Reislibiberty.h (XOBFINISH): New.
2005-05-25 DJ Deloriec-common.c (unsigned_conversion_warning): Move warning...
2005-04-23 DJ Deloriediagnostic.c (warning): Accept parameter to classify...
2005-04-17 Kazu Hirata* c-lex.c (WCHAR_TYPE_SIZE, WCHAR_BYTES): Remove.
2005-03-13 Kazu Hiratabuiltin-attrs.def, [...]: Update copyright.
2005-03-12 Geoffrey KeatingIndex: libcpp/ChangeLog
2005-03-12 Per Bothnerc-tree.h (struct c_declarator): New id_loc field.
2004-10-27 Zack Weinbergc-lex.c (cb_def_pragma): Clean up code for making locat...
2004-10-26 Nathan Sidwellc-lex.c (get_nonpadding_token): Remove.
2004-10-08 Joseph Myersc-lex.c (interpret_float): Give a pedwarn rather than...
2004-10-03 Joseph Myersc-aux-info.c, [...]: Follow code formatting conventions.
2004-09-21 Matt Austernc-common.c (fix_string_type): Build the unqualified...
2004-09-12 Joseph Myersc-common.c, [...]: Use %q, %< and %> for quoting in...
2004-09-10 Zack Weinbergc-common.h (struct c_fileinfo): Comment moved here...
2004-09-07 Nathan Sidwellc-aux-info.c (gen_type): Use gcc_assert or gcc_unreachable.
2004-08-28 Ziemowit Laskic-common.h: Update comments about ObjC/ObjC++ entry...
2004-08-25 Nathan Sidwelltree.h (build_int_cst): New, sign extended constant.
2004-08-25 Zack Weinbergflags.h (enum debug_info_type): Remove DWARF_DEBUG.
2004-08-15 Nathan Sidwelltree.h (build_int_cst): New.
2004-08-04 Nathan Sidwellc-lex.c (narrowest_unsigned_type, [...]): Take low...
2004-07-26 Bernardo InnocentiMakefile.in (C_PRAGMA_H): New variable to track depende...
2004-07-25 Bernardo Innocentibasic-block.h (reorder_block_def): Rename to reorder_bl...
2004-07-25 Bernardo Innocentibitmap.c: Use type-safe memory allocation macros from...
2004-07-25 Bernardo Innocentic-decl.c (groktypename, [...]): Rename variable typenam...
2004-07-25 Bernardo Innocentic-common.c: Convert ATTRIBUTE_UNUSED to ARG_UNUSED...
2004-07-20 Zack Weinbergrtl.h (plus_constant): Delete.
2004-06-30 Per BothnerConditionally compile support for --enable-mapped_location.
2004-06-15 Alexandre Olivac-pragma.h (c_lex_string_translate): Change type to...
2004-06-02 Jerry QuinnMakefile.in (EXPR_H): Add insn-config.h...
2004-02-27 Eric Christophertarget-supports.exp (check-iconv-available): New function.
2004-02-11 Per BothnerRepresent column numbers using line-map's source_location.
2004-02-05 Per BothnerPartially revert/redo 2003-10-01 change; fix -fworking...
2004-01-31 Kazu Hirataalloc-pool.c, c-lex.c, c-pragma.h, c-semantics.c, cfgho...
2004-01-29 Giovanni Bajoc-lex.c (c_lex): Rename to...
2003-10-02 Per Bothnerc-lex.c (fe_file_change): Handle a NULL new_map.
2003-10-02 Per Bothnerc-lex.c (src_line): Remove unneeded static variable.
2003-09-14 Alexandre Olivac-ppoutput.c (cb_line_change): Revert 2003-08-04's...
2003-09-12 Mike Stump* c-lex.c (fe_file_change): Don't transform to_line...
2003-08-05 Alexandre Olivac.opt: Introduce -fworking-directory.
2003-07-29 Geoffrey Keatingc-common.c (allow_pch): Remove.
2003-07-19 Kaveh R. Ghazialias.c [...]: Remove unnecessary casts.
2003-07-09 Rainer Orth* c-lex.c (cb_ident): Cast cstr.text to const char *.
2003-07-05 Zack Weinbergcpplib.h (CPP_AT_NAME, [...]): New token types.
2003-06-30 Neil Boothc-common.c (enum c_language_kind, flag_objc): Remove.
2003-06-22 Andreas Jaegerc-lex.c: Convert to ISO C90.
2003-06-19 Andreas Jaegerc-tree.h: Remove declaration of poplevel.
2003-05-01 Nathan Sidwellinput.h (lineno): Rename to ...
2003-04-23 Neil BoothMakefile.in (c-lex.o, [...]): Update.
2003-04-22 Neil Boothc-lex.c (c_lex): Handle CPP_OTHER differently.
2003-04-20 Neil BoothMakefile.in (LIBCPP_OBJS): Add cppcharset.o.
2003-03-15 Neil BoothMakefile.in: Update.
2003-03-14 Neil Booth/home/neil/diffs/include.log
2003-03-06 Neil BoothMakefile.in (c-ppoutput.o): Update.
2003-03-04 Neil BoothMakefile.in: Update.
2003-03-02 Neil Boothc-incpath.c (remove_component_p, [...]): Move back...
2003-03-01 Neil BoothMakefile.in (C_AND_OBJC_OBJS, [...]): Update.
2003-01-13 Mark Mitchellre PR c++/9264 ([parser] ICE on invalid octal constant)
2003-01-10 Geoffrey KeatingMerge from pch-branch.
2002-12-16 Zack WeinbergMerge basic-improvements-branch to trunk
2002-09-16 Richard Hendersonreal.c, real.h: Rewrite from scratch.
2002-09-16 Kazu HirataABOUT-NLS: Follow spelling conventions.
2002-09-08 Kazu Hiratabasic-block.h: Fix comment formatting.
2002-08-12 Neil Boothc-common.c (STDC_0_IN_SYSTEM_HEADERS, [...]): Move...
2002-08-10 Ziemowit Laskic-common.c (flag_objc): New.
2002-07-21 Neil Boothc-lex.c (GET_ENVIRONMENT): Remove.
2002-07-21 Gabriel Dos Reisc-decl.c (build_array_declarator): Say 'ISO C90', not...
2002-06-27 Neil Boothre PR preprocessor/7070 (internal error with -Wunknown...
next