summaryrefslogtreecommitdiff
path: root/gcc/c-lex.c
Commit message (Expand)AuthorAgeFilesLines
* * alias.c (nonlocal_reference_p): Add static prototype.ghazi1999-10-031-2/+12
* * toplev.c (documented_lang_options): Add -fshort-wchar.jason1999-09-231-7/+2
* * c-pragma.c (mark_align_stack): New.rth1999-09-181-0/+1
* * c-lex.c (yylex): Initialize warn.rth1999-09-161-1/+1
* * c-lex.c (handle_generic_pragma): Remove unused variable `c'.ghazi1999-09-141-2/+0
* Linas Vepstas <linas@linas.org>rth1999-09-081-2/+2
* Merge in gcc2-ss-010999law1999-09-071-6/+8
* * Makefile.in (C_AND_OBJC_OBJS): Remove ggc-callbacks.o.mmitchel1999-09-061-1/+2
* * c-lex.c (yylex): We can have a number with no digits.jason1999-08-071-1/+2
* * c-lex.c: Sync with C++ frontend.jason1999-08-041-433/+456
* * toplev.h (errorcount): Declare.mmitchel1999-08-031-1/+0
* For gcc:gavin1999-07-211-19/+27
* Tue Jul 6 13:06:01 1999 Dave Brolley <brolley@cygnus.com>brolley1999-07-061-0/+2
* For gcc:gavin1999-07-021-2/+16
* For gcc:gavin1999-07-011-3/+3
* Mon Jun 7 14:07:39 1999 Dave Brolley <brolley@cygnus.com>brolley1999-06-071-21/+67
* Warning fixes:ghazi1999-03-201-1/+1
* * c-lex.c: Don't include setjmp.h.ghazi1999-03-171-102/+137
* * c-lex.c (yylex) : Remove warning for integer literals beinggavin1999-03-161-13/+15
* * c-lex.c (yylex): Replace warning about integer constants beinggavin1999-02-221-8/+8
* * bitmap.c (bitmap_print): Qualify a char* with the `const' keyword.ghazi1999-02-181-14/+4
* 1999-02-15 16:59 -0500 Zack Weinberg <zack@midnite.ec.rhno.columbia.edu>zack1999-02-151-1/+1
* Merge in gcc2 snapshot 19980929. See gcc/ChangeLog and gcc/FSFChangeLog forlaw1999-01-271-16/+27
* Warning fixes:ghazi1998-12-231-1/+1
* Fix indentation from last patch.drepper1998-12-021-19/+19
* * c-common.c (declare_function_name): Declare predefinied variablerth1998-12-011-7/+26
* * gcc.c: Split out Objective-C specs to...law1998-11-251-5/+6
* 1998-10-28 16:10 -0500 Zack Weinberg <zack@rabi.phys.columbia.edu>brolley1998-10-291-3/+5
* * invoke.texi: Document -flang-isoc9x.mmitchel1998-10-211-0/+5
* Fri Oct 16 15:26:24 1998 Dave Brolley <brolley@cygnus.com>brolley1998-10-161-7/+5
* Warning fixes:ghazi1998-10-131-4/+4
* * c-lex.c (remember_protocol_qualifiers): Handle RID_BYREF.law1998-10-081-0/+3
* Add support for #pragma pack(push,<n>) and #pragma pack(pop).nickc1998-10-011-17/+20
* * c-lex.c (init_lex): Use getenv ("LANG"), not GET_ENVIRONMENT ().law1998-09-211-5/+1
* * c-lex.c (real_yylex): Don't warn about long long constants iflaw1998-09-091-1/+1
* Change HANDLE_PRAGMA macro so that it will work with USE_CPPLIB.nickc1998-09-021-23/+47
* Mon Jul 27 14:22:36 1998 Dave Brolley <brolley@cygnus.com>brolley1998-07-271-5/+5
* Mon Jul 20 16:16:38 1998 Dave Brolley <brolley@cygnus.com>brolley1998-07-201-85/+179
* * c-decl.c: Add warn_multichar.law1998-07-061-1/+1
* * Merge from gcc2 June 9, 1998 snapshot. See ChangeLog.13 forlaw1998-06-291-0/+5
* * c-lex.c (yyprint): Add prototype.law1998-06-191-2/+2
* Integrate cpplib into the C and C++ front ends.brolley1998-06-101-4/+0
* Thu May 21 11:51:15 1998 Dave Brolley <brolley@cygnus.com>brolley1998-05-211-103/+6
* Warning fixes:ghazi1998-05-131-0/+1
* typo typo fixes fixeslaw1998-05-061-1/+1
* * c-common.c: Convert to using ctype macros defined in system.h.ghazi1998-05-061-9/+9
* Wed May 6 06:35:38 1998 Robert Lipe <robertl@dgii.com>robertl1998-05-061-0/+1
* * c-lex.c (skip_white_space_on_line): Add prototype.law1998-04-161-0/+1
* Wed Apr 15 14:50:05 1998 Dave Brolley <brolley@cygnus.com>brolley1998-04-151-1/+3
* * c-lex.c (finput): New global.law1998-04-081-2/+27