aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-lex.c
AgeCommit message (Expand)Author
2001-01-23 * c-lex.c (lex_charconst): Fix typo: s/p/str.Neil Booth
2001-01-19tweak commentsJason Merrill
2001-01-13 * c-lex.c (init_c_lex): Use cpp_get_callbacks to setNeil Booth
2001-01-07 * c-lex.c (init_c_lex): Request #define / #undef callbacksNeil Booth
2000-12-18 * c-lex.c (cb_file_change): Treat in_system_header as strictlyNeil Booth
2000-12-18 * c-lex.c: s/change_file/file_change.Neil Booth
2000-12-18 * c-lex.c (lex_lineno): Remove.Neil Booth
2000-12-17 * c-lex.c: Move main_input_filename handling to FC_ENTER. Clean up.Neil Booth
2000-12-07 * c-lex.c (cb_indent): Decorate `str' argument, unused on HP-UX.Jeffrey A Law
2000-11-28 * c-common.h: Remove flag_digraphs.Neil Booth
2000-11-28 * c-lex.h (parse_in): Change parse_in to a cpp_reader *.Neil Booth
2000-11-27 * c-lex.c (cb_enter_file, cb_leave_file, cb_rename_file):Neil Booth
2000-11-26 * Makefile.in: Remove MAYBE_CPPLIB and maybe_cpplib.Neil Booth
2000-11-25 * c-common.c: Remove USE_CPPLIB conditional inclusions.Neil Booth
2000-11-21 * cp/parse.y (yyparse_1): Rename the parser entry point.Richard Henderson
2000-11-17 * ggc.h: Delete ggc_add_string_root and ggc_mark_string. AddZack Weinberg
2000-11-17 * stringpool.c: New file.Zack Weinberg
2000-11-13 * c-lex.c (cb_leave_file): Harmonize conditions and order ofHans-Peter Nilsson
2000-11-11 Remove CPP_PLACEMARKERsNeil Booth
2000-11-10 * c-lex.c [! NO_IMPLICIT_EXTERN_C] (cb_enter_file): CheckHans-Peter Nilsson
2000-11-06 * c-lex.c (init_c_lex): If cpp_start_read fails, exit withNeil Booth
2000-11-06 * c-lex.c (c_lex): Replace tok.val.aux with tok.val.c orNeil Booth
2000-11-02 * c-lex.c (init_c_lex): Update cpp_start_read call.Zack Weinberg
2000-10-08 * tm.texi (INTMAX_TYPE, UINTMAX_TYPE): Define.Joseph Myers
2000-10-01 * c-decl.c (c_expand_body): Don't generate RTL if flag_syntax_only.Mark Mitchell
2000-09-22 * c-lex.c (skip_white_space): Just treat CRs as horizontal whitespace.Jason Merrill
2000-09-17 * c-decl.c (grokdeclarator): Reorder tests to avoid looking atRichard Kenner
2000-09-17 * splay-tree.c (splay_tree_predecessor): Fix typo in comment.Mark Mitchell
2000-09-12 * c-lex.c (lex_string): Use charwidth to compute bytemask.Jakub Jelinek
2000-09-08 * c-pragma.c: Don't elide entire file if !HANDLE_GENERIC_PRAGMAS.Zack Weinberg
2000-09-08 * c-lex.c (process_directive): If not HANDLE_GENERIC_PRAGMAS,Richard Henderson
2000-09-07 * c-pragma.h: Define HANDLE_GENERIC_PRAGMAS ifZack Weinberg
2000-09-07Integrated preprocessor.Zack Weinberg
2000-08-25 * Makefile.in (C_AND_OBJC_OBJS): Remove c-iterate.o.Mark Mitchell
2000-08-21 * c-decl.c (duplicate_decls, define_label): Restrict -WtraditionalKaveh Ghazi
2000-08-10 * c-lex.c (parse_float, yylex): For -Wtraditional, issue aKaveh Ghazi
2000-08-08 * c-common.c (combine_strings, check_format_info): Refer to ISO CJoseph Myers
2000-08-08 * c-lex.c (yylex): Don't allow integer suffixes 'LUL', 'Ll', 'lL'.Joseph Myers
2000-08-04 * cpplex.c (parse_name): Might have to glue a CPP_OTHER tokenZack Weinberg
2000-07-23 * c-lex.c (init_lex): Keep the "inline" keyword in C99 mode.Jeffrey A Law
2000-07-17 * c-lex.c (yylex): Don't pedwarn for hexadecimal floating pointJoseph S. Myers
2000-07-13 * c-common.h (flag_digraphs): New.Neil Booth
2000-07-10 * flags.h : Add new variable flag_single_precision_constant.Chandrakala Chavva
2000-06-30 * Makefile.in (c-common.o): Don't depend on c-tree.h or c-lex.h.Mark Mitchell
2000-06-262000-06-26 Joseph S. Myers <jsm28@cam.ac.uk>Richard Henderson
2000-06-19 * c-parse.in (undeclared_variable_notice): Moved to c-typeck.c.Zack Weinberg
2000-06-17 * c-common.c (c_tree_code_type): New array.Benjamin Chelf
2000-06-06 * c-common.h (c_language_kind): New type.Mark Mitchell
2000-05-09top level:Zack Weinberg
2000-04-18 * cccp.c, cexp.y, cexp.c, cccp.1: Removed.Zack Weinberg