OSDN Git Service

2003-09-19 Joel Sherrill <joel@oarcorp.com>
[pf3gnuchains/gcc-fork.git] / gcc / c-lex.c
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...
2001-07-04 dberlin2001-07-04 Daniel Berlin <dan@cgsoftware.com>
2001-05-23 neil * c-lex.c (read_escape, read_ucs): Delete.
2001-05-22 jsm28 * c-lex.c (lex_number): If pedantic and not C99, pedwa...
2001-05-22 neil * c-lex.c (c_lex): Just cast cpp's hashnode to gcc...
2001-05-20 neil * Makefile.in (OBJS, LIBCPP_OBJS, LIBCPP_DEPS,
2001-05-16 neil * cppexp.c (lex): Use NODE_NAME and NODE_LEN.
2001-05-11 neil * c-lex.c (lex_charconst): Convert into a simple wrapper
2001-05-02 ghazi * c-lex.c: NULL_PTR -> NULL.
2001-04-26 nathan.:
2001-03-07 zack * c-parse.in (yylexname): New function, split out...
2001-03-03 neil * cpp.texi: Update.
2001-02-21 neil * cppfiles.c: Update comments.
2001-02-14 neil * c-lex.c (lex_number): Only warn traditionally...
2001-01-23 neil * c-lex.c (lex_charconst): Fix typo: s/p/str.
2001-01-19 jasontweak comments
2001-01-13 neil * c-lex.c (init_c_lex): Use cpp_get_callbacks...
2001-01-07 neil * c-lex.c (init_c_lex): Request #define / ...
2000-12-18 neil * c-lex.c (cb_file_change): Treat in_system_header...
2000-12-18 neil * c-lex.c: s/change_file/file_change.
2000-12-18 neil * c-lex.c (lex_lineno): Remove.
2000-12-17 neil * c-lex.c: Move main_input_filename handling...
2000-12-07 law * c-lex.c (cb_indent): Decorate `str' argument...
2000-11-28 neil * c-common.h: Remove flag_digraphs.
2000-11-28 neil * c-lex.h (parse_in): Change parse_in to a cpp_reader *.
2000-11-27 neil * c-lex.c (cb_enter_file, cb_leave_file, cb_ren...
2000-11-26 neil * Makefile.in: Remove MAYBE_CPPLIB and maybe_cp...
2000-11-25 neil * c-common.c: Remove USE_CPPLIB conditional...
2000-11-21 rth * cp/parse.y (yyparse_1): Rename the parser...
2000-11-17 zack * ggc.h: Delete ggc_add_string_root and ggc_mar...
next