OSDN Git Service

* c-lex.c (read_escape, read_ucs): Delete.
[pf3gnuchains/gcc-fork.git] / gcc / c-lex.c
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...
2000-01-29 drepperAdjust variable names, comments, help strings to c99.
2000-01-25 zack * c-common.c, c-decl.c, c-lang.c, c-lex.c, c-parse...
2000-01-12 ghazi * c-common.c: PROTO -> PARAMS.
2000-01-11 ghaziUpdate copyrights for last checkin.
2000-01-10 ghazi * Makefile.in (optabs.o): Depend on real.h
1999-12-02 nickcPass pragma_getc and pragma_ungetc to HANDLE_PRAGMA.
1999-11-30 ghazi * c-lex.c (yylex): With -Wtraditional, when the ANSI...
1999-10-31 law * c-lex.c (yylex): Accept 'f' in mantissa of...
1999-10-03 ghazi * alias.c (nonlocal_reference_p): Add static...
1999-09-23 jason * toplev.c (documented_lang_options): Add -fshort...
1999-09-18 rth * c-pragma.c (mark_align_stack): New.
1999-09-16 rth * c-lex.c (yylex): Initialize warn.
1999-09-14 ghazi * c-lex.c (handle_generic_pragma): Remove unused...
1999-09-08 rthLinas Vepstas <linas@linas.org>
1999-09-07 lawMerge in gcc2-ss-010999
1999-09-06 mmitchel * Makefile.in (C_AND_OBJC_OBJS): Remove ggc-callbacks.o.
1999-08-07 jason * c-lex.c (yylex): We can have a number with no digits.
1999-08-04 jason * c-lex.c: Sync with C++ frontend.
1999-08-03 mmitchel * toplev.h (errorcount): Declare.
1999-07-21 gavinFor gcc:
1999-07-06 brolleyTue Jul 6 13:06:01 1999 Dave Brolley <brolley@cygnus...
1999-07-02 gavinFor gcc:
1999-07-01 gavinFor gcc:
1999-06-07 brolleyMon Jun 7 14:07:39 1999 Dave Brolley <brolley@cygnus...
1999-03-20 ghaziWarning fixes:
1999-03-17 ghazi * c-lex.c: Don't include setjmp.h.
1999-03-16 gavin * c-lex.c (yylex) : Remove warning for integer literal...
1999-02-22 gavin * c-lex.c (yylex): Replace warning about integer const...
1999-02-18 ghazi * bitmap.c (bitmap_print): Qualify a char*...
1999-02-15 zack1999-02-15 16:59 -0500 Zack Weinberg <zack@midnite...
1999-01-27 lawMerge in gcc2 snapshot 19980929. See gcc/ChangeLog...
1998-12-23 ghaziWarning fixes:
next