OSDN Git Service

* tree-scalar-evolution.c (follow_ssa_edge_in_condition_phi):
[pf3gnuchains/gcc-fork.git] / gcc / c-lex.c
2004-10-27 zack * c-lex.c (cb_def_pragma): Clean up code for making...
2004-10-26 nathan * c-lex.c (get_nonpadding_token): Remove.
2004-10-08 jsm28 * c-lex.c (interpret_float): Give a pedwarn rather...
2004-10-03 jsm28 * c-aux-info.c, c-common.c, c-common.h, c-cppbuiltin...
2004-09-21 zack2004-09-20 Matt Austern <austern@apple.com>
2004-09-12 jsm28 * c-common.c, c-decl.c, c-lex.c, c-objc-common.c,...
2004-09-10 zack * c-common.h (struct c_fileinfo): Comment moved here...
2004-09-07 nathan * c-aux-info.c (gen_type): Use gcc_assert or gcc_unrea...
2004-08-28 zlaski[gcc/ChangeLog]
2004-08-25 nathan * tree.h (build_int_cst): New, sign extended constant.
2004-08-25 zack * flags.h (enum debug_info_type): Remove DWARF_DEBUG.
2004-08-15 nathan.:
2004-08-04 nathan * c-lex.c (narrowest_unsigned_type, narrowest_signed_t...
2004-07-26 bernie * Makefile.in (C_PRAGMA_H): New variable to track...
2004-07-25 bernie * basic-block.h (reorder_block_def): Rename to reorder...
2004-07-25 bernie * bitmap.c: Use type-safe memory allocation macros...
2004-07-25 bernie * c-decl.c (groktypename, groktypename_in_param_contex...
2004-07-25 bernie * c-common.c: Convert ATTRIBUTE_UNUSED to ARG_UNUSED...
2004-07-20 zack * rtl.h (plus_constant): Delete.
2004-06-30 bothner Conditionally compile support for --enable-mapped_loca...
2004-06-15 aolivagcc/ChangeLog:
2004-06-02 jlquinn2004-06-01 Jerry Quinn <jlquinn@optonline.net>
2004-02-27 echristo2004-02-26 Eric Christopher <echristo@redhat.com>
2004-02-11 bothner Represent column numbers using line-map's source_location.
2004-02-05 bothner Partially revert/redo 2003-10-01 change; fix -fworking...
2004-01-31 kazu alloc-pool.c, c-lex.c, c-pragma.h, c-semantics.c,...
2004-01-29 giovannibajo * c-lex.c (c_lex): Rename to...
2003-10-02 bothner * c-lex.c (fe_file_change): Handle a NULL new_map.
2003-10-02 bothner * c-lex.c (src_line): Remove unneeded static variable.
2003-09-14 aoliva* c-ppoutput.c (cb_line_change): Revert 2003-08-04...
2003-09-12 bothner * c-lex.c (fe_file_change): Don't transform to_line...
2003-08-05 aoliva* c.opt: Introduce -fworking-directory.
2003-07-29 geoffk2003-07-29 Geoffrey Keating <geoffk@apple.com>
2003-07-19 ghazi * alias.c alloc-pool.c bitmap.c bitmap.h bt-load.c...
2003-07-09 ro * c-lex.c (cb_ident): Cast cstr.text to const char *.
2003-07-05 zack * cpplib.h (CPP_AT_NAME, CPP_OBJC_STRING): New token...
2003-06-30 neil * c-common.c (enum c_language_kind, flag_objc): Remove.
2003-06-22 aj * c-lex.c: Convert to ISO C90.
2003-06-19 aj * c-tree.h: Remove declaration of poplevel.
2003-05-01 nathan * input.h (lineno): Rename to ...
2003-04-23 neil * Makefile.in (c-lex.o, LIBCPP_OBJS, cpplex.o): Update.
2003-04-22 neil * c-lex.c (c_lex): Handle CPP_OTHER differently.
2003-04-20 neil * Makefile.in (LIBCPP_OBJS): Add cppcharset.o.
2003-03-15 neil * Makefile.in: Update.
2003-03-14 neil/home/neil/diffs/include.log
2003-03-06 neil * Makefile.in (c-ppoutput.o): Update.
2003-03-04 neil * Makefile.in: Update.
2003-03-02 neil * c-incpath.c (remove_component_p, simplify_path)...
2003-03-01 neil * Makefile.in (C_AND_OBJC_OBJS, c-incpath.o, c-lex...
2003-01-13 mmitchel PR c++/9264
2003-01-10 geoffkMerge from pch-branch.
2002-12-16 zackMerge basic-improvements-branch to trunk
2002-09-16 rthgcc/
2002-09-16 kazu * ABOUT-NLS: Follow spelling conventions.
2002-09-08 kazu * basic-block.h: Fix comment formatting.
2002-08-12 neil * c-common.c (STDC_0_IN_SYSTEM_HEADERS, c_common_init...
2002-08-10 zlaski2002-08-09 Ziemowit Laski <zlaski@apple.com>
2002-07-21 neil * c-lex.c (GET_ENVIRONMENT): Remove.
2002-07-21 gdr2002-07-21 Gabriel Dos Reis <gdr@nerim.net>
2002-06-27 neil PR preprocessor/7070
2002-06-02 neil * c-lex.c: Update copyright and file description.
2002-06-02 neil * c-common.c (c_common_init): Override cpplib's default
2002-05-28 zack * tree.h: Forward-declare struct realvaluetype.
2002-05-25 neil * Makefile.in (C_COMMON_H): Fix.
2002-05-23 neil * c-lex.c (indent_level): Remove.
2002-05-09 neil * Makefile.in: Update.
2002-05-06 neil * c-common.c (warn_multichar): New.
2002-05-04 neil * Makefile.in (c-lex.o): Update.
2002-05-04 neil * c-lex.c (lex_string): Let cpp_parse_escape handles...
2002-04-27 rth * c-parse.in (malloced_yyss, malloced_yyvs...
2002-04-25 neil * c-common.h (c_common_parse_file): Update.
2002-04-24 hiller2002-04-24 Matt Hiller <hiller@redhat.com>
2002-04-22 zack * c-lex.c (lex_charconst): Call convert to get constant in
2002-03-25 zack * toplev.c: Don't include setjmp.h. Kill float_handle...
2002-03-20 jimb* c-lex.c (cb_file_change): Pass the #inclusion's line...
2002-03-17 neil * c-common.h (yyparse, c_common_parse_file): New.
2002-03-12 jakub * c-lex.c (cb_ident, c_lex): Remove unnecessary cast.
2002-02-27 zack * c-common.c, c-common.h, c-decl.c, c-lex.c, c-parse.in,
2002-02-01 zack * c-lex.c (yyparse): Call debug_hooks->start_source_fi...
2001-12-31 grahams * c-lex.c: Include tree.h before expr.h
2001-12-16 ghazi * c-lex.c (lex_number): Use ISXDIGIT/hex_value.
2001-12-10 neil * c-lex.c, c-parse.in, c-typeck.c: Revert concatenatio...
2001-12-08 neil * c-lex.c (c_lex): Peek a token ahead for a string...
2001-12-02 kenner * config/alpha/vms.h (VMS_DEBUGGING_INFO): New macro.
2001-12-02 neil * c-decl.c (duplicate_decls, push_parm_decl): Remove...
2001-12-01 neil * c-decl.c (duplicate_decls, parmlist_tags_warning...
2001-11-29 jakub * c-lex.c (init_c_lex): Canonicalize "-" filename...
2001-11-15 neil * c-common.c: Include c-lex.h.
2001-10-30 jsm282001-10-30 Paolo Bonzini <bonzini@gnu.org>
2001-10-07 ghazi * builtins.c (expand_builtin_setjmp_receiver): Const...
2001-09-24 neil * c-lex.c (cb_def_pragma): Update.
2001-09-14 neil * cpperror.c (print_location): Take line and column...
2001-08-22 gerald * Makefile.in, alias.c, basic-block.h, bb-reorder...
2001-08-11 neil * c-lex.c (map): Make const.
2001-08-05 neil PR preprocessor/3081
2001-08-04 neil * cpphash.h (struct cpp_reader): New member directive_...
2001-08-02 neil * line-map.c: New.
2001-08-01 kazu * alias.c: Fix comment formatting.
2001-07-19 neil * c-lex.c (c_lex): Remove CPP_INT, CPP_FLOAT cases.
2001-07-11 neil * Makefile.in (c-lex.o): Wrap long lines. Depend...
next