OSDN Git Service

* invoke.texi: Use @gol at ends of lines inside @gccoptlist.
[pf3gnuchains/gcc-fork.git] / gcc / c-lex.c
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...
2000-11-17 zack * stringpool.c: New file.
2000-11-13 hp * c-lex.c (cb_leave_file): Harmonize conditions and...
2000-11-11 neil Remove CPP_PLACEMARKERs
2000-11-10 law * c-lex.c [! NO_IMPLICIT_EXTERN_C] (cb_enter_fi...
2000-11-06 neil * c-lex.c (init_c_lex): If cpp_start_read fails, exit...
2000-11-06 neil * c-lex.c (c_lex): Replace tok.val.aux with tok.val...
2000-11-02 neil * c-lex.c (init_c_lex): Update cpp_start_read...
2000-10-08 jsm28 * tm.texi (INTMAX_TYPE, UINTMAX_TYPE): Define.
2000-10-01 mmitchel * c-decl.c (c_expand_body): Don't generate RTL if...
2000-09-22 jason * c-lex.c (skip_white_space): Just treat CRs...
2000-09-17 kenner * c-decl.c (grokdeclarator): Reorder tests to avoid...
2000-09-17 mmitchel * splay-tree.c (splay_tree_predecessor): Fix typo...
2000-09-12 drepper * c-lex.c (lex_string): Use charwidth to compute bytemask.
2000-09-08 zack * c-pragma.c: Don't elide entire file if !HANDLE_GENER...
2000-09-08 rth * c-lex.c (process_directive): If not HANDLE_GE...
2000-09-07 zack * c-pragma.h: Define HANDLE_GENERIC_PRAGMAS if
2000-09-07 zackIntegrated preprocessor.
2000-08-25 mmitchel * Makefile.in (C_AND_OBJC_OBJS): Remove c-iterate.o.
2000-08-21 ghazi * c-decl.c (duplicate_decls, define_label): Restrict...
2000-08-10 ghazi * c-lex.c (parse_float, yylex): For -Wtraditional...
2000-08-08 jsm28 * c-common.c (combine_strings, check_format_info)...
2000-08-08 jsm28 * c-lex.c (yylex): Don't allow integer suffixes 'LUL...
2000-08-04 zack * cpplex.c (parse_name): Might have to glue a CPP_OTHE...
2000-07-23 law * c-lex.c (init_lex): Keep the "inline" keyword in...
2000-07-17 law * c-lex.c (yylex): Don't pedwarn for hexadecima...
2000-07-13 neil * c-common.h (flag_digraphs): New.
2000-07-10 cchavva * flags.h : Add new variable flag_single_precis...
2000-06-30 mmitchel * Makefile.in (c-common.o): Don't depend on c-tree...
2000-06-26 rth2000-06-26 Joseph S. Myers <jsm28@cam.ac.uk>
2000-06-19 zack * c-parse.in (undeclared_variable_notice): Moved to...
2000-06-17 chelf * c-common.c (c_tree_code_type): New array.
2000-06-06 mmitchel * c-common.h (c_language_kind): New type.
2000-05-09 zacktop level:
2000-04-18 zack * cccp.c, cexp.y, cexp.c, cccp.1: Removed.
2000-04-17 rth * Makefile.in ($(srcdir)/c-parse.y: c-parse...
2000-03-14 gkm * c-lex.h (enum rid): Add RID_BOUNDED & RID_UNBOUNDED.
2000-03-07 kenner * tree.h (INT_CST_LT, INT_CST_LT_UNSIGNED): Remove...
2000-02-27 zack * c-lex.c (putback_buffer): Make 'buffer' an unsigned...
2000-02-26 lawCopyright fixes.
2000-02-16 aoliva* c-lex.c (readescape): Warn about 'x', but do not...
next