aboutsummaryrefslogtreecommitdiff
path: root/gcc/scan-decls.c
AgeCommit message (Expand)AuthorFilesLines
2001-09-24c-lex.c (cb_def_pragma): Update.Neil Booth1-34/+46
2001-09-15* scan-decls.c (scan_decls): Fix typo.Neil Booth1-1/+1
2001-09-14cpperror.c (print_location): Take line and column, for default positioning us...Neil Booth1-2/+1
2001-08-04Makefile.in (CPPLIB_H): New, so that dependencies on cpplib.h are also on lin...Neil Booth1-8/+3
2001-05-11Makefile.in: Exterminate all references to assert.h.Zack Weinberg1-2/+6
2001-01-13fix-header.c (read_scan_file): Use cpp_get_callbacks and cpp_get_options rath...Neil Booth1-4/+2
2000-11-27c-lex.c (cb_enter_file, [...]): Combine into the new function cb_change_file.Neil Booth1-2/+1
2000-11-11Remove CPP_PLACEMARKERsNeil Booth1-1/+0
2000-10-28New macro expander.Neil Booth1-34/+38
2000-07-08cpplib.h (struct cpp_name): Now struct cpp_string.Zack Weinberg1-5/+4
2000-07-04top level:Zack Weinberg1-97/+62
2000-05-02cpplib.h (CPP_POP, [...]): Delete.Zack Weinberg1-5/+12
2000-04-30cpplex.c (cpp_idcmp): New function.Zack Weinberg1-5/+5
2000-04-20cpplib.h (enum cpp_ttype): Add token types for all punctuators.Zack Weinberg1-11/+11
2000-04-11cppexp.c, [...]: Replace cpp_token with cpp_ttype everywhere.Zack Weinberg1-4/+3
2000-02-26Fix copyrights.Jeff Law1-1/+2
2000-01-04builtins.c (expand_builtin_strlen): Initialize variable `icode'.Kaveh R. Ghazi1-2/+2
1999-10-03print-tree.c (print_node, indent_to): Remove redundant prototypes.Kaveh R. Ghazi1-0/+2
1999-01-18Warning fixes:Kaveh R. Ghazi1-1/+3
1998-12-23Warning fixes:Kaveh R. Ghazi1-3/+3
1998-11-07configure.in (host_xm_file, [...]): Arrange to include gansidecl.h in {ht}con...Kaveh R. Ghazi1-1/+0
1998-05-19Warning Fixes:Kaveh R. Ghazi1-0/+1
1998-05-13Warning fixes:Kaveh R. Ghazi1-0/+1
1998-03-30More cutover to system.h:Kaveh R. Ghazi1-2/+1
1998-03-18Fix more warnings...Kaveh R. Ghazi1-2/+1
1997-12-20bitmap.c (bitmap_clear): Ensure `inline' is at the beginning of the declaration.Kaveh R. Ghazi1-6/+8
1996-07-03formatting tweaksMike Stump1-6/+6
1995-06-19(scan_decls): Fix typo when resetting PREV_ID_START.Richard Kenner1-1/+1
1995-06-15Update header.Richard Kenner1-2/+1
1995-06-15Update FSF address.Richard Kenner1-1/+2
1995-06-09(scan_decls): Handle declarations with multiple comma-separatedRichard Kenner1-33/+84
1995-04-05Re-write fixproto/fix-header/etc to use cpplib.Per Bothner1-89/+88
1993-11-08(scan_decls): After seeing an extern variable declaration...Richard Stallman1-1/+1
1993-10-26Include hconfig.h.Richard Kenner1-3/+1
1993-10-26(scan_decls): When reading parameter list,Richard Stallman1-19/+27
1993-10-12Re-write to be a subroutines of patch-header.Per Bothner1-34/+28
1993-08-09Merge. See ChangeLog.Per Bothner1-8/+40
1993-07-25Initial revisionPer Bothner1-0/+170