summaryrefslogtreecommitdiff
path: root/gcc/scan-decls.c
Commit message (Expand)AuthorAgeFilesLines
* Merge basic-improvements-branch to trunkZack Weinberg2002-12-161-1/+3
* sbitmap.c: Fix formatting.Kazu Hirata2002-05-091-2/+2
* c-lex.c (cb_def_pragma): Update.Neil Booth2001-09-241-34/+46
* * scan-decls.c (scan_decls): Fix typo.Neil Booth2001-09-151-1/+1
* cpperror.c (print_location): Take line and column, for default positioning us...Neil Booth2001-09-141-2/+1
* Makefile.in (CPPLIB_H): New, so that dependencies on cpplib.h are also on lin...Neil Booth2001-08-041-8/+3
* Makefile.in: Exterminate all references to assert.h.Zack Weinberg2001-05-111-2/+6
* fix-header.c (read_scan_file): Use cpp_get_callbacks and cpp_get_options rath...Neil Booth2001-01-131-4/+2
* c-lex.c (cb_enter_file, [...]): Combine into the new function cb_change_file.Neil Booth2000-11-271-2/+1
* Remove CPP_PLACEMARKERsNeil Booth2000-11-111-1/+0
* New macro expander.Neil Booth2000-10-281-34/+38
* cpplib.h (struct cpp_name): Now struct cpp_string.Zack Weinberg2000-07-081-5/+4
* top level:Zack Weinberg2000-07-041-97/+62
* cpplib.h (CPP_POP, [...]): Delete.Zack Weinberg2000-05-021-5/+12
* cpplex.c (cpp_idcmp): New function.Zack Weinberg2000-04-301-5/+5
* cpplib.h (enum cpp_ttype): Add token types for all punctuators.Zack Weinberg2000-04-201-11/+11
* cppexp.c, [...]: Replace cpp_token with cpp_ttype everywhere.Zack Weinberg2000-04-111-4/+3
* Fix copyrights.Jeff Law2000-02-261-1/+2
* builtins.c (expand_builtin_strlen): Initialize variable `icode'.Kaveh R. Ghazi2000-01-041-2/+2
* print-tree.c (print_node, indent_to): Remove redundant prototypes.Kaveh R. Ghazi1999-10-031-0/+2
* Warning fixes:Kaveh R. Ghazi1999-01-181-1/+3
* Warning fixes:Kaveh R. Ghazi1998-12-231-3/+3
* configure.in (host_xm_file, [...]): Arrange to include gansidecl.h in {ht}con...Kaveh R. Ghazi1998-11-071-1/+0
* Warning Fixes:Kaveh R. Ghazi1998-05-191-0/+1
* Warning fixes:Kaveh R. Ghazi1998-05-131-0/+1
* More cutover to system.h:Kaveh R. Ghazi1998-03-301-2/+1
* Fix more warnings...Kaveh R. Ghazi1998-03-181-2/+1
* bitmap.c (bitmap_clear): Ensure `inline' is at the beginning of the declaration.Kaveh R. Ghazi1997-12-201-6/+8
* formatting tweaksMike Stump1996-07-031-6/+6
* (scan_decls): Fix typo when resetting PREV_ID_START.Richard Kenner1995-06-191-1/+1
* Update header.Richard Kenner1995-06-151-2/+1
* Update FSF address.Richard Kenner1995-06-151-1/+2
* (scan_decls): Handle declarations with multiple comma-separatedRichard Kenner1995-06-091-33/+84
* Re-write fixproto/fix-header/etc to use cpplib.Per Bothner1995-04-051-89/+88
* (scan_decls): After seeing an extern variable declaration...Richard Stallman1993-11-081-1/+1
* Include hconfig.h.Richard Kenner1993-10-261-3/+1
* (scan_decls): When reading parameter list,Richard Stallman1993-10-261-19/+27
* Re-write to be a subroutines of patch-header.Per Bothner1993-10-121-34/+28
* Merge. See ChangeLog.Per Bothner1993-08-091-8/+40
* Initial revisionPer Bothner1993-07-251-0/+170