aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-lex.c
AgeCommit message (Expand)AuthorFilesLines
1998-07-27c-lex.c (yylex): Fix boundary conditions in character literal and string lite...Dave Brolley1-5/+5
1998-07-20configure.in (enable_c_mbchar): New configure option.Dave Brolley1-85/+179
1998-07-06c-decl.c: Add warn_multichar.Jason Merrill1-1/+1
1998-06-29* Merge from gcc2 June 9, 1998 snapshot. See ChangeLog.13 forJeff Law1-0/+5
1998-06-19c-lex.c (yyprint): Add prototype.H.J. Lu1-2/+2
1998-06-10Integrate cpplib into the C and C++ front ends.Dave Brolley1-4/+0
1998-05-21configure.in (extra_c_objs): add prefix.o.Dave Brolley1-103/+6
1998-05-13Warning fixes:Kaveh R. Ghazi1-0/+1
1998-05-06typo typo fixes fixesJeff Law1-1/+1
1998-05-06c-common.c: Convert to using ctype macros defined in system.h.Kaveh R. Ghazi1-9/+9
1998-05-06toplev.h: New file.Robert Lipe1-0/+1
1998-04-16* c-lex.c (skip_white_space_on_line): Add prototype.Jeffrey A Law1-0/+1
1998-04-15toplev.c (compile_file): Call init_parse using new interface.Dave Brolley1-1/+3
1998-04-08c-lex.c (finput): New global.Dave Brolley1-2/+27
1998-04-07c-lex.c (is_class_name): Delete declaration.Bernd Schmidt1-3/+2
1998-04-04* Check in merge from gcc2. See ChangeLog.11 and ChangeLog.12Jeff Law1-14/+14
1998-04-01c-lex.c (yylex): Initialize traditional_type, ansi_type and type.Jeffrey A Law1-0/+1
1998-03-20Major cutover to using system.h:Kaveh R. Ghazi1-20/+1
1998-01-28rtl.c (read_rtx): Use atol/atoq based upon disposition of HOST_WIDE_INT.Jeff Law1-4/+8
1998-01-27c-lex.c: Include <stdlib.h> and <string.h>/<strings.h>.Jeff Law1-2/+15
1997-12-20bitmap.c (bitmap_clear): Ensure `inline' is at the beginning of the declaration.Kaveh R. Ghazi1-1/+1
1997-12-06Merge from gcc-2.8Jeff Law1-13/+12
1997-11-12glimits.h (SHRT_MIN): Define in a way suitable for 16 bit hosts.J"orn Rennecke1-28/+69
1997-11-04c-lex.c (MULTIBYTE_CHARS): #undef if cross compiling.Doug Evans1-7/+8
1997-11-02Update mainline egcs to gcc2 snapshot 971021.Jeff Law1-6/+29
1997-08-14c-lex.c (check_newline): Pass finput again to HANDLE_PRAGMA.Jeff Law1-1/+1
1997-08-01* c-lex.c (lang_init): Remove (recently moved here).Per Bothner1-11/+0
1997-07-29Patches to use cpplib with cc1 #if USE_CPPLIB.Per Bothner1-100/+266
1996-11-15xJason Merrill1-31/+6
1996-10-09(yylex): Treat `$' just like `_', except issue a diagnostic ifRichard Kenner1-8/+9
1996-09-29(yylex): Add new arg, TYPE, to call to build_complex.Richard Kenner1-3/+5
1996-05-05(check_newline): Fix #pragma parsing; issue error message forRichard Kenner1-6/+4
1996-04-17(check_newline): Rewrite to use tokens.Jim Wilson1-16/+39
1996-02-18(yylex...Richard Kenner1-1/+17
1996-02-01(check_newline): HANDLE_PRAGMA returns terminating char as result now.Doug Evans1-1/+1
1996-01-15c-lex.c (check_newline): Pass character after `#pragma' to HANDLE_PRAGMA.Doug Evans1-7/+8
1995-12-28(yylex): Improve error message for bogus numbers.Richard Kenner1-39/+10
1995-12-13Call new dbxout functions when changing source files.Ian Lance Taylor1-0/+8
1995-06-15Update FSF address.Richard Kenner1-1/+2
1995-05-16Fix typos in comments.Richard Kenner1-1/+1
1995-04-18Move pragma interface support to c-pragma.hMichael Meissner1-0/+1
1995-03-02(yylex, case !NOT_FLOAT): Remove previous change.Richard Kenner1-1/+1
1995-02-21(yylex): Add support for <: :> <% %> digraphs.Richard Kenner1-2/+23
1995-02-21(yylex): For float, build constant in long double.Richard Kenner1-1/+1
1995-02-21(check_newline): Give warning if unrecognized data on #line.Richard Kenner1-2/+18
1994-11-21(yylex): Do warn about floating point out of range if target floating-point f...Jim Wilson1-13/+12
1994-07-02(yylex): Reject imaginary numbers when pedantic.Jim Wilson1-0/+4
1994-04-20(check_newline): Avoid unreachable statement when HANDLE_SYSV_PRAGMARichard Kenner1-1/+2
1994-04-18(yylex): If FP value is NaN, use value of zero.Richard Kenner1-0/+6
1994-04-16(yylex): Turn off overflow flag when fixing up large traditional hexRichard Kenner1-0/+2