aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-lex.c
AgeCommit message (Expand)AuthorFilesLines
2004-09-13c-common.c, [...]: Use %q, %< and %> for quoting in diagnostics.Joseph Myers1-2/+2
2004-09-10c-common.h (struct c_fileinfo): Comment moved here from cp-tree.h.Zack Weinberg1-7/+7
2004-09-07c-aux-info.c (gen_type): Use gcc_assert or gcc_unreachable.Nathan Sidwell1-8/+7
2004-08-28c-common.h: Update comments about ObjC/ObjC++ entry points.Ziemowit Laski1-2/+1
2004-08-25tree.h (build_int_cst): New, sign extended constant.Nathan Sidwell1-4/+4
2004-08-25flags.h (enum debug_info_type): Remove DWARF_DEBUG.Zack Weinberg1-1/+1
2004-08-15tree.h (build_int_cst): New.Nathan Sidwell1-12/+9
2004-08-04c-lex.c (narrowest_unsigned_type, [...]): Take low/high pair.Nathan Sidwell1-23/+35
2004-07-26Makefile.in (C_PRAGMA_H): New variable to track dependencies of c-pragma.h.Bernardo Innocenti1-2/+2
2004-07-26basic-block.h (reorder_block_def): Rename to reorder_block_def_p.Bernardo Innocenti1-2/+2
2004-07-25bitmap.c: Use type-safe memory allocation macros from libiberty.Bernardo Innocenti1-1/+1
2004-07-25c-decl.c (groktypename, [...]): Rename variable typename to type_name.Bernardo Innocenti1-6/+6
2004-07-25c-common.c: Convert ATTRIBUTE_UNUSED to ARG_UNUSED in parameter lists.Bernardo Innocenti1-6/+6
2004-07-20rtl.h (plus_constant): Delete.Zack Weinberg1-1/+1
2004-06-30Conditionally compile support for --enable-mapped_location.Per Bothner1-0/+21
2004-06-15c-pragma.h (c_lex_string_translate): Change type to int.Alexandre Oliva1-1/+28
2004-06-02Makefile.in (EXPR_H): Add insn-config.h...Jerry Quinn1-1/+0
2004-02-27target-supports.exp (check-iconv-available): New function.Eric Christopher1-3/+6
2004-02-11Represent column numbers using line-map's source_location.Per Bothner1-20/+18
2004-02-04Partially revert/redo 2003-10-01 change; fix -fworking-directory.Per Bothner1-12/+1
2004-01-31alloc-pool.c, c-lex.c, c-pragma.h, c-semantics.c, cfghooks.c,Kazu Hirata1-1/+1
2004-01-29c-lex.c (c_lex): Rename to...Giovanni Bajo1-1/+9
2003-10-02c-lex.c (fe_file_change): Handle a NULL new_map.Per Bothner1-0/+6
2003-10-01c-lex.c (src_line): Remove unneeded static variable.Per Bothner1-9/+1
2003-09-14c-ppoutput.c (cb_line_change): Revert 2003-08-04's change.Alexandre Oliva1-1/+4
2003-09-11* c-lex.c (fe_file_change): Don't transform to_line with SOURCE_LINE.Mike Stump1-4/+2
2003-08-05c.opt: Introduce -fworking-directory.Alexandre Oliva1-0/+9
2003-07-29c-common.c (allow_pch): Remove.Geoffrey Keating1-0/+7
2003-07-19alias.c [...]: Remove unnecessary casts.Kaveh R. Ghazi1-1/+1
2003-07-09* c-lex.c (cb_ident): Cast cstr.text to const char *.Rainer Orth1-1/+1
2003-07-05cpplib.h (CPP_AT_NAME, [...]): New token types.Zack Weinberg1-63/+132
2003-06-30c-common.c (enum c_language_kind, flag_objc): Remove.Neil Booth1-1/+1
2003-06-22c-lex.c: Convert to ISO C90.Andreas Jaeger1-69/+40
2003-06-19c-tree.h: Remove declaration of poplevel.Andreas Jaeger1-3/+0
2003-05-01input.h (lineno): Rename to ...Nathan Sidwell1-4/+4
2003-04-23Makefile.in (c-lex.o, [...]): Update.Neil Booth1-56/+27
2003-04-22c-lex.c (c_lex): Handle CPP_OTHER differently.Neil Booth1-5/+2
2003-04-20Makefile.in (LIBCPP_OBJS): Add cppcharset.o.Neil Booth1-309/+0
2003-03-15Makefile.in: Update.Neil Booth1-1/+0
2003-03-14/home/neil/diffs/include.logNeil Booth1-29/+2
2003-03-06Makefile.in (c-ppoutput.o): Update.Neil Booth1-6/+1
2003-03-04Makefile.in: Update.Neil Booth1-8/+2
2003-03-02c-incpath.c (remove_component_p, [...]): Move back to cppfiles.c.Neil Booth1-2/+0
2003-03-01Makefile.in (C_AND_OBJC_OBJS, [...]): Update.Neil Booth1-1/+3
2003-01-13re PR c++/9264 ([parser] ICE on invalid octal constant)Mark Mitchell1-0/+1
2003-01-10Merge from pch-branch.Geoffrey Keating1-0/+4
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg1-1/+3
2002-09-16real.c, real.h: Rewrite from scratch.Richard Henderson1-7/+2
2002-09-16ABOUT-NLS: Follow spelling conventions.Kazu Hirata1-1/+1
2002-09-08basic-block.h: Fix comment formatting.Kazu Hirata1-1/+1