]> gcc.gnu.org Git - gcc.git/history - gcc/c-lex.c
[multiple changes]
[gcc.git] / gcc / c-lex.c
1998-10-29 Zack Weinberg[multiple changes]
1998-10-21 Mark Mitchellinvoke.texi: Document -flang-isoc9x.
1998-10-16 Dave Brolleyc-lex.c (yylex): Fix unaligned access of wchar_t.
1998-10-13 Kaveh R. GhaziWarning fixes:
1998-10-08 Richard Frith-Macd... c-lex.c (remember_protocol_qualifiers): Handle RID_BYREF.
1998-10-01 Nick CliftonAdd support for #pragma pack(push,<n>) and #pragma...
1998-09-21 Felix Leec-lex.c (init_lex): Use getenv ("LANG"), not GET_ENVIRO...
1998-09-09 Nathan Sidwellc-lex.c (real_yylex): Don't warn about long long consta...
1998-09-02 Nick CliftonChange HANDLE_PRAGMA macro so that it will work with...
1998-07-27 Dave Brolleyc-lex.c (yylex): Fix boundary conditions in character...
1998-07-20 Dave Brolleyconfigure.in (enable_c_mbchar): New configure option.
1998-07-06 Jason Merrillc-decl.c: Add warn_multichar.
1998-06-29 Jeff Law* Merge from gcc2 June 9, 1998 snapshot. See ChangeLog...
1998-06-19 H.J. Luc-lex.c (yyprint): Add prototype.
1998-06-10 Dave BrolleyIntegrate cpplib into the C and C++ front ends.
1998-05-21 Dave Brolleyconfigure.in (extra_c_objs): add prefix.o.
1998-05-13 Kaveh R. GhaziWarning fixes:
1998-05-06 Jeff Lawtypo typo fixes fixes
1998-05-06 Kaveh R. Ghazic-common.c: Convert to using ctype macros defined in...
1998-05-06 Robert Lipetoplev.h: New file.
1998-04-16 Jeffrey A Law* c-lex.c (skip_white_space_on_line): Add prototype.
1998-04-15 Dave Brolleytoplev.c (compile_file): Call init_parse using new...
1998-04-08 Dave Brolleyc-lex.c (finput): New global.
1998-04-07 Bernd Schmidtc-lex.c (is_class_name): Delete declaration.
1998-04-04 Jeff Law* Check in merge from gcc2. See ChangeLog.11 and Chang...
1998-04-01 Jeffrey A Lawc-lex.c (yylex): Initialize traditional_type, ansi_type...
1998-03-20 Kaveh R. GhaziMajor cutover to using system.h:
1998-01-28 Jeff Lawrtl.c (read_rtx): Use atol/atoq based upon disposition...
1998-01-27 Jeff Lawc-lex.c: Include <stdlib.h> and <string.h>/<strings.h>.
1997-12-20 Kaveh R. Ghazibitmap.c (bitmap_clear): Ensure `inline' is at the...
1997-12-07 Jeff LawMerge from gcc-2.8
1997-11-12 J"orn Renneckeglimits.h (SHRT_MIN): Define in a way suitable for...
1997-11-04 Doug Evansc-lex.c (MULTIBYTE_CHARS): #undef if cross compiling.
1997-11-02 Jeff LawUpdate mainline egcs to gcc2 snapshot 971021.
1997-08-15 Jeff Lawc-lex.c (check_newline): Pass finput again to HANDLE_PR...
1997-08-01 Per Bothner* c-lex.c (lang_init): Remove (recently moved here).
1997-07-29 Per BothnerPatches to use cpplib with cc1 #if USE_CPPLIB.
1996-11-15 Jason Merrillx
1996-10-09 Richard Kenner(yylex): Treat `$' just like `_', except issue a diagno...
1996-09-29 Richard Kenner(yylex): Add new arg, TYPE, to call to build_complex.
1996-05-06 Richard Kenner(check_newline): Fix #pragma parsing; issue error messa...
1996-04-17 Jim Wilson(check_newline): Rewrite to use tokens.
1996-02-19 Richard Kenner(yylex...
1996-02-01 Doug Evans(check_newline): HANDLE_PRAGMA returns terminating...
1996-01-15 Doug Evansc-lex.c (check_newline): Pass character after `#pragma...
1995-12-28 Richard Kenner(yylex): Improve error message for bogus numbers.
1995-12-13 Ian Lance TaylorCall new dbxout functions when changing source files.
1995-06-15 Richard KennerUpdate FSF address.
1995-05-16 Richard KennerFix typos in comments.
1995-04-18 Michael MeissnerMove pragma interface support to c-pragma.h
1995-03-02 Richard Kenner(yylex, case !NOT_FLOAT): Remove previous change.
1995-02-21 Richard Kenner(yylex): Add support for <: :> <% %> digraphs.
1995-02-21 Richard Kenner(yylex): For float, build constant in long double.
1995-02-21 Richard Kenner(check_newline): Give warning if unrecognized data...
1994-11-21 Jim Wilson(yylex): Do warn about floating point out of range...
1994-07-02 Jim Wilson(yylex): Reject imaginary numbers when pedantic.
1994-04-20 Richard Kenner(check_newline): Avoid unreachable statement when HANDL...
1994-04-18 Richard Kenner(yylex): If FP value is NaN, use value of zero.
1994-04-16 Richard Kenner(yylex): Turn off overflow flag when fixing up large...
1994-03-04 Richard KennerDelete gperf-generated source from here.
1994-02-27 Richard Kenner(readescape): Initialize FIRSTDIG.
1993-12-10 Jim Wilson(yylex): When reading malformed floating point constant,
1993-09-29 Paul Eggert(ignore_escape_flag): Remove var.
1993-09-28 Richard Stallman(yylex): Handle i together with f or l in float constant.
1993-06-26 Richard StallmanInclude ctype.h.
1993-05-26 Richard Stallman(readescape): Don't complain for \% unless pedantic.
1993-05-01 Richard Stallman(yylex): Avoid invalid shift for erroneous empty char...
1993-04-28 Richard Kenner(yylex): Don't use unsigned comparison to also check...
1993-04-25 Richard Kenner(yylex): Don't warn about floating point out of range...
1993-04-24 Richard Kenner(forget_protocol_qualifiers): Cast enums to int before...
1993-04-09 Tom Wood*** empty log message ***
1993-04-09 Richard StallmanMore of previous change.
1993-04-09 Richard Stallman(yylex): Use MAP_CHARACTER if it's defined.
1993-03-31 Richard Stallman(yylex): Convert real decimal constants directly to...
1993-03-28 Richard StallmanUpdated for recent change in c-parse.gperf.
1993-03-20 Richard Stallman(yylex): Copy the string value we get from __FUNCTION__.
1993-03-04 Richard Stallman(init_lex): Initialize rid pointers for complex.
1993-03-02 Richard Stallman(init_lex): Set up ridpointers for `iterator'.
1993-03-02 Richard Stallman(init_lex): Maybe turn off `iterator' as keyword.
1993-02-27 Richard Stallman(check_newline): #line updates input_file_stack->name.
1993-02-18 Richard Stallman(yylex): Undo Feb 7 change.
1993-02-12 Richard Stallman(yylex): For wide char constant, use wchar_type_node.
1993-02-07 Richard Stallman(yylex): At eof, if binding levels not popped,
1993-01-09 Richard Stallman(yylex): Change warning msg when decimal const is unsigned.
1993-01-09 Richard Stallman(yylex): Don't allow @ in identifier outside of Objecti...
1992-11-06 Richard Stallman(readescape): Support \e like \E. Warn only if -pedantic.
1992-10-08 Richard Stallman(yylex): For floats, Use REAL_VALUES_LESS to distinguis...
1992-10-04 Richard Stallman(readescape): No warning if digits in \x are all 0's.
1992-09-24 Richard Kenner(yylex, case '"'): Initialize arg pased to readescape.
1992-09-24 Richard Stallman(readescape): New arg ignore_ptr.
1992-09-15 Richard Stallman(yylex): Integer constant is unsigned for purposes of
1992-09-14 Richard Stallman(yylex): Warn about integers so large that they are...
1992-09-12 Richard Stallman(yylex): If integer value overflows so highword is...
1992-08-27 Richard Stallman(readescape): For \x, don't include leading 0's in...
1992-08-27 Richard Stallman(readescape): DEL isn't printable.
1992-08-01 Richard Stallman(yylex): When traditional, convert 0x80000000 to -0x800...
1992-07-25 Richard Stallman(yylex): Diagnose `1.0fl'. Issue just one diagnostic...
1992-07-23 Mike Stumpadd an explicit int to a register decl
1992-07-14 Richard Kenner(yylex): Ensure TOTAL_PARTS is wide enough to store...
1992-07-06 Richard KennerChanges to support execution on 64-bit machines.
next
This page took 0.989072 seconds and 108 git commands to generate.