summaryrefslogtreecommitdiff
path: root/gcc/c-lex.c
Commit message (Expand)AuthorAgeFilesLines
* * toplev.h: Add comment about the first parameter for warning().dj2005-07-191-1/+2
* Update FSF address.kcook2005-06-251-2/+2
* libiberty/gdr2005-06-061-1/+1
* * c-common.c (unsigned_conversion_warning): Move warning controldj2005-05-251-4/+6
* * diagnostic.c (warning): Accept parameter to classify warning option.dj2005-04-231-5/+5
* * c-lex.c (WCHAR_TYPE_SIZE, WCHAR_BYTES): Remove.kazu2005-04-171-6/+0
* * builtin-attrs.def, c-lex.c, c-pragma.h, reg-stack.c,kazu2005-03-131-1/+2
* Index: libcpp/ChangeLoggeoffk2005-03-121-1/+1
* * c-tree.h (struct c_declarator): New id_loc field.bothner2005-03-121-2/+8
* * c-lex.c (cb_def_pragma): Clean up code for making locationzack2004-10-271-8/+8
* * c-lex.c (get_nonpadding_token): Remove.nathan2004-10-261-71/+100
* * c-lex.c (interpret_float): Give a pedwarn rather than a warningjsm282004-10-081-6/+6
* * c-aux-info.c, c-common.c, c-common.h, c-cppbuiltin.c, c-decl.c,jsm282004-10-031-19/+19
* 2004-09-20 Matt Austern <austern@apple.com>zack2004-09-211-1/+10
* * c-common.c, c-decl.c, c-lex.c, c-objc-common.c, c-opts.c,jsm282004-09-121-2/+2
* * c-common.h (struct c_fileinfo): Comment moved here from cp-tree.h.zack2004-09-101-7/+7
* * c-aux-info.c (gen_type): Use gcc_assert or gcc_unreachable.nathan2004-09-071-8/+7
* [gcc/ChangeLog]zlaski2004-08-281-2/+1
* * tree.h (build_int_cst): New, sign extended constant.nathan2004-08-251-4/+4
* * flags.h (enum debug_info_type): Remove DWARF_DEBUG.zack2004-08-251-1/+1
* .:nathan2004-08-151-12/+9
* * c-lex.c (narrowest_unsigned_type, narrowest_signed_type): Takenathan2004-08-041-23/+35
* * Makefile.in (C_PRAGMA_H): New variable to track dependenciesbernie2004-07-261-2/+2
* * basic-block.h (reorder_block_def): Rename to reorder_block_def_p.bernie2004-07-251-2/+2
* * bitmap.c: Use type-safe memory allocation macros from libiberty.bernie2004-07-251-1/+1
* * c-decl.c (groktypename, groktypename_in_param_context): Renamebernie2004-07-251-6/+6
* * c-common.c: Convert ATTRIBUTE_UNUSED to ARG_UNUSED in parameterbernie2004-07-251-6/+6
* * rtl.h (plus_constant): Delete.zack2004-07-201-1/+1
* Conditionally compile support for --enable-mapped_location.bothner2004-06-301-0/+21
* gcc/ChangeLog:aoliva2004-06-151-1/+28
* 2004-06-01 Jerry Quinn <jlquinn@optonline.net>jlquinn2004-06-021-1/+0
* 2004-02-26 Eric Christopher <echristo@redhat.com>echristo2004-02-271-3/+6
* Represent column numbers using line-map's source_location.bothner2004-02-111-20/+18
* Partially revert/redo 2003-10-01 change; fix -fworking-directory.bothner2004-02-051-12/+1
* alloc-pool.c, c-lex.c, c-pragma.h, c-semantics.c, cfghooks.c,kazu2004-01-311-1/+1
* * c-lex.c (c_lex): Rename to...giovannibajo2004-01-291-1/+9
* * c-lex.c (fe_file_change): Handle a NULL new_map.bothner2003-10-021-0/+6
* * c-lex.c (src_line): Remove unneeded static variable.bothner2003-10-021-9/+1
* * c-ppoutput.c (cb_line_change): Revert 2003-08-04's change.aoliva2003-09-141-1/+4
* * c-lex.c (fe_file_change): Don't transform to_line with SOURCE_LINE.bothner2003-09-121-4/+2
* * c.opt: Introduce -fworking-directory.aoliva2003-08-051-0/+9
* 2003-07-29 Geoffrey Keating <geoffk@apple.com>geoffk2003-07-291-0/+7
* * alias.c alloc-pool.c bitmap.c bitmap.h bt-load.c builtins.cghazi2003-07-191-1/+1
* * c-lex.c (cb_ident): Cast cstr.text to const char *.ro2003-07-091-1/+1
* * cpplib.h (CPP_AT_NAME, CPP_OBJC_STRING): New token types.zack2003-07-051-63/+132
* * c-common.c (enum c_language_kind, flag_objc): Remove.neil2003-06-301-1/+1
* * c-lex.c: Convert to ISO C90.aj2003-06-221-69/+40
* * c-tree.h: Remove declaration of poplevel.aj2003-06-191-3/+0
* * input.h (lineno): Rename to ...nathan2003-05-011-4/+4
* * Makefile.in (c-lex.o, LIBCPP_OBJS, cpplex.o): Update.neil2003-04-231-56/+27