summaryrefslogtreecommitdiff
path: root/gcc/c-lex.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * c-lex.c (putback_buffer): Make 'buffer' an unsigned char *.zack2000-02-271-1/+1
* Copyright fixes.law2000-02-261-1/+2
* * c-lex.c (readescape): Warn about 'x', but do not reject it.aoliva2000-02-161-1/+4
* Adjust variable names, comments, help strings to c99.drepper2000-01-291-1/+1
* * c-common.c, c-decl.c, c-lang.c, c-lex.c, c-parse.in, c-pragma.c,zack2000-01-251-8/+1
* * c-common.c: PROTO -> PARAMS.ghazi2000-01-121-13/+13
* Update copyrights for last checkin.ghazi2000-01-111-1/+1
* * Makefile.in (optabs.o): Depend on real.hghazi2000-01-101-0/+1
* Pass pragma_getc and pragma_ungetc to HANDLE_PRAGMA.nickc1999-12-021-2/+2
* * c-lex.c (yylex): With -Wtraditional, when the ANSI type of anghazi1999-11-301-1/+5
* * c-lex.c (yylex): Accept 'f' in mantissa of hex float constant.law1999-10-311-1/+3