summaryrefslogtreecommitdiff
path: root/gcc/c-lex.c
Commit message (Expand)AuthorAgeFilesLines
* * c-lex.c (init_c_lex): Request #define / #undef callbacksneil2001-01-071-0/+28
* * c-lex.c (cb_file_change): Treat in_system_header as strictlyneil2000-12-181-2/+1
* * c-lex.c: s/change_file/file_change.neil2000-12-181-3/+3
* * c-lex.c (lex_lineno): Remove.neil2000-12-181-10/+6
* * c-lex.c: Move main_input_filename handling to FC_ENTER. Clean up.neil2000-12-171-8/+4
* * c-lex.c (cb_indent): Decorate `str' argument, unused on HP-UX.law2000-12-071-1/+1
* * c-common.h: Remove flag_digraphs.neil2000-11-281-3/+0
* * c-lex.h (parse_in): Change parse_in to a cpp_reader *.neil2000-11-281-8/+8
* * c-lex.c (cb_enter_file, cb_leave_file, cb_rename_file):neil2000-11-271-305/+46
* * Makefile.in: Remove MAYBE_CPPLIB and maybe_cpplib.neil2000-11-261-2/+0
* * c-common.c: Remove USE_CPPLIB conditional inclusions.neil2000-11-251-605/+2
* * cp/parse.y (yyparse_1): Rename the parser entry point.rth2000-11-211-3/+17
* * ggc.h: Delete ggc_add_string_root and ggc_mark_string. Addzack2000-11-171-31/+3
* * stringpool.c: New file.zack2000-11-171-1/+1
* * c-lex.c (cb_leave_file): Harmonize conditions and order ofhp2000-11-131-20/+24
* Remove CPP_PLACEMARKERsneil2000-11-111-1/+0
* * c-lex.c [! NO_IMPLICIT_EXTERN_C] (cb_enter_file): Checklaw2000-11-101-1/+1
* * c-lex.c (init_c_lex): If cpp_start_read fails, exit withneil2000-11-061-1/+1
* * c-lex.c (c_lex): Replace tok.val.aux with tok.val.c orneil2000-11-061-4/+4
* * c-lex.c (init_c_lex): Update cpp_start_read call.neil2000-11-021-34/+28
* * tm.texi (INTMAX_TYPE, UINTMAX_TYPE): Define.jsm282000-10-081-3/+11
* * c-decl.c (c_expand_body): Don't generate RTL if flag_syntax_only.mmitchel2000-10-011-1/+28
* * c-lex.c (skip_white_space): Just treat CRs as horizontal whitespace.jason2000-09-221-4/+7
* * c-decl.c (grokdeclarator): Reorder tests to avoid looking atkenner2000-09-171-1/+1
* * splay-tree.c (splay_tree_predecessor): Fix typo in comment.mmitchel2000-09-171-0/+1
* * c-lex.c (lex_string): Use charwidth to compute bytemask.drepper2000-09-121-1/+1
* * c-pragma.c: Don't elide entire file if !HANDLE_GENERIC_PRAGMAS.zack2000-09-081-3/+1
* * c-lex.c (process_directive): If not HANDLE_GENERIC_PRAGMAS,rth2000-09-081-11/+2
* * c-pragma.h: Define HANDLE_GENERIC_PRAGMAS ifzack2000-09-071-2/+24
* Integrated preprocessor.zack2000-09-071-1689/+1758
* * Makefile.in (C_AND_OBJC_OBJS): Remove c-iterate.o.mmitchel2000-08-251-3/+0
* * c-decl.c (duplicate_decls, define_label): Restrict -Wtraditionalghazi2000-08-211-3/+3
* * c-lex.c (parse_float, yylex): For -Wtraditional, issue aghazi2000-08-101-0/+6
* * c-common.c (combine_strings, check_format_info): Refer to ISO Cjsm282000-08-081-6/+6
* * c-lex.c (yylex): Don't allow integer suffixes 'LUL', 'Ll', 'lL'.jsm282000-08-081-1/+8
* * cpplex.c (parse_name): Might have to glue a CPP_OTHER tokenzack2000-08-041-7/+1
* * c-lex.c (init_lex): Keep the "inline" keyword in C99 mode.law2000-07-231-2/+3
* * c-lex.c (yylex): Don't pedwarn for hexadecimal floating pointlaw2000-07-171-1/+1
* * c-common.h (flag_digraphs): New.neil2000-07-131-6/+9
* * flags.h : Add new variable flag_single_precision_constant.cchavva2000-07-101-0/+2
* * Makefile.in (c-common.o): Don't depend on c-tree.h or c-lex.h.mmitchel2000-06-301-5/+1
* 2000-06-26 Joseph S. Myers <jsm28@cam.ac.uk>rth2000-06-261-1/+2
* * c-parse.in (undeclared_variable_notice): Moved to c-typeck.c.zack2000-06-191-17/+13
* * c-common.c (c_tree_code_type): New array.chelf2000-06-171-0/+2
* * c-common.h (c_language_kind): New type.mmitchel2000-06-061-4/+0
* top level:zack2000-05-091-2/+2
* * cccp.c, cexp.y, cexp.c, cccp.1: Removed.zack2000-04-181-1/+1
* * Makefile.in ($(srcdir)/c-parse.y: c-parse.in): Enclose the wholerth2000-04-171-1/+1
* * c-lex.h (enum rid): Add RID_BOUNDED & RID_UNBOUNDED.gkm2000-03-141-0/+2
* * tree.h (INT_CST_LT, INT_CST_LT_UNSIGNED): Remove unneeded casts.kenner2000-03-071-0/+1