aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-lex.c
AgeCommit message (Expand)Author
2001-05-22 * c-lex.c (lex_number): If pedantic and not C99, pedwarn exactlyjsm28
2001-05-03Remove stray whitespacezack
2001-04-26.:nathan
2001-03-07 * c-parse.in (yylexname): New function, split out of _yylex.zack
2001-02-21 * cppfiles.c: Update comments.neil
2001-01-23 * c-lex.c (lex_charconst): Fix typo: s/p/str.neil
2001-01-19tweak commentsjason
2001-01-13 * c-lex.c (init_c_lex): Use cpp_get_callbacks to setneil
2001-01-07 * c-lex.c (init_c_lex): Request #define / #undef callbacksneil
2000-12-18 * c-lex.c (cb_file_change): Treat in_system_header as strictlyneil
2000-12-18 * c-lex.c: s/change_file/file_change.neil
2000-12-18 * c-lex.c (lex_lineno): Remove.neil
2000-12-17 * c-lex.c: Move main_input_filename handling to FC_ENTER. Clean up.neil
2000-12-07 * c-lex.c (cb_indent): Decorate `str' argument, unused on HP-UX.law
2000-11-28 * c-common.h: Remove flag_digraphs.neil
2000-11-28 * c-lex.h (parse_in): Change parse_in to a cpp_reader *.neil
2000-11-27 * c-lex.c (cb_enter_file, cb_leave_file, cb_rename_file):neil
2000-11-26 * Makefile.in: Remove MAYBE_CPPLIB and maybe_cpplib.neil
2000-11-25 * c-common.c: Remove USE_CPPLIB conditional inclusions.neil
2000-11-21 * cp/parse.y (yyparse_1): Rename the parser entry point.rth
2000-11-17 * ggc.h: Delete ggc_add_string_root and ggc_mark_string. Addzack
2000-11-17 * stringpool.c: New file.zack
2000-11-13 * c-lex.c (cb_leave_file): Harmonize conditions and order ofhp
2000-11-11 Remove CPP_PLACEMARKERsneil
2000-11-10 * c-lex.c [! NO_IMPLICIT_EXTERN_C] (cb_enter_file): Checklaw
2000-11-06 * c-lex.c (init_c_lex): If cpp_start_read fails, exit withneil
2000-11-06 * c-lex.c (c_lex): Replace tok.val.aux with tok.val.c orneil
2000-11-02 * c-lex.c (init_c_lex): Update cpp_start_read call.neil
2000-10-08 * tm.texi (INTMAX_TYPE, UINTMAX_TYPE): Define.jsm28
2000-10-01 * c-decl.c (c_expand_body): Don't generate RTL if flag_syntax_only.mmitchel
2000-09-22 * c-lex.c (skip_white_space): Just treat CRs as horizontal whitespace.jason
2000-09-17 * c-decl.c (grokdeclarator): Reorder tests to avoid looking atkenner
2000-09-17 * splay-tree.c (splay_tree_predecessor): Fix typo in comment.mmitchel
2000-09-12 * c-lex.c (lex_string): Use charwidth to compute bytemask.drepper
2000-09-08 * c-pragma.c: Don't elide entire file if !HANDLE_GENERIC_PRAGMAS.zack
2000-09-08 * c-lex.c (process_directive): If not HANDLE_GENERIC_PRAGMAS,rth
2000-09-07 * c-pragma.h: Define HANDLE_GENERIC_PRAGMAS ifzack
2000-09-07Integrated preprocessor.zack
2000-08-25 * Makefile.in (C_AND_OBJC_OBJS): Remove c-iterate.o.mmitchel
2000-08-21 * c-decl.c (duplicate_decls, define_label): Restrict -Wtraditionalghazi
2000-08-10 * c-lex.c (parse_float, yylex): For -Wtraditional, issue aghazi
2000-08-08 * c-common.c (combine_strings, check_format_info): Refer to ISO Cjsm28
2000-08-08 * c-lex.c (yylex): Don't allow integer suffixes 'LUL', 'Ll', 'lL'.jsm28
2000-08-04 * cpplex.c (parse_name): Might have to glue a CPP_OTHER tokenzack
2000-07-23 * c-lex.c (init_lex): Keep the "inline" keyword in C99 mode.law
2000-07-17 * c-lex.c (yylex): Don't pedwarn for hexadecimal floating pointlaw
2000-07-13 * c-common.h (flag_digraphs): New.neil
2000-07-10 * flags.h : Add new variable flag_single_precision_constant.cchavva
2000-06-30 * Makefile.in (c-common.o): Don't depend on c-tree.h or c-lex.h.mmitchel
2000-06-262000-06-26 Joseph S. Myers <jsm28@cam.ac.uk>rth