summaryrefslogtreecommitdiff
path: root/gcc/fix-header.c
Commit message (Expand)AuthorAgeFilesLines
* c-lex.c: s/change_file/file_change.Neil Booth2000-12-181-3/+3
* * fix-header.c (read_scan_file): Macro expansion is not a file buffer.Neil Booth2000-12-111-1/+1
* cpperror.c (print_location): New function.Neil Booth2000-12-111-1/+2
* c-common.c (parse_in): Make a cpp_reader *.Neil Booth2000-12-071-9/+4
* cppfiles.c (cpp_make_system_header): Take 2 booleans, and operate on current ...Neil Booth2000-12-041-1/+1
* c-lex.h (parse_in): Change parse_in to a cpp_reader *.Neil Booth2000-11-281-19/+18
* c-lex.c (cb_enter_file, [...]): Combine into the new function cb_change_file.Neil Booth2000-11-271-8/+18
* c-lang.c (lang_init_options): Update call to cpp_reader_init.Neil Booth2000-11-201-1/+1
* Warning fixes:Kaveh R. Ghazi2000-11-191-1/+1
* New macro expander.Neil Booth2000-10-281-6/+8
* fix-header.c (write_rbrac): Add putc and getc to list of functions to protect...Fred Fish2000-09-011-0/+2
* * fix-header.c (read_scan_file): Initialize cpplib.Neil Booth2000-08-201-2/+2
* * fix-header.c (main): Initialize cpplib.Neil Booth2000-08-201-0/+2
* cpplib.h (struct cpp_name): Now struct cpp_string.Zack Weinberg2000-07-081-6/+4
* top level:Zack Weinberg2000-07-041-45/+23
* cppfiles.c (cpp_make_system_header): New function.Zack Weinberg2000-06-211-3/+3
* cpplib.h (CPP_POP, [...]): Delete.Zack Weinberg2000-05-021-8/+5
* cpplex.c (cpp_idcmp): New function.Zack Weinberg2000-04-301-5/+11
* cpplex.c (cpp_output_tokens, [...]): New public interfaces.Zack Weinberg2000-04-141-2/+1
* cppexp.c, [...]: Replace cpp_token with cpp_ttype everywhere.Zack Weinberg2000-04-111-1/+1
* cpplib.h: Merge struct cpp_options into struct cpp_reader.Zack Weinberg2000-03-311-6/+3
* Makefile.in (LIBCPP_DEPS): New macro.Zack Weinberg2000-03-081-1/+1
* fix-header.c (recognized_function): Also fix prototypes for functions taking ...Kaveh R. Ghazi2000-02-271-1/+1
* Fix copyrights.Jeff Law2000-02-251-1/+2
* cppexp.c: Don't include cpphash.h.Zack Weinberg2000-02-101-1/+5
* cpplib.h: Provide HASHNODE typedef and forward decl of struct hashnode only.Zack Weinberg2000-02-101-1/+1
* Makefile.in (GEN_PROTOS_OBJS): Remove libcpp.a.Zack Weinberg2000-02-081-2/+1
* eh-common.h: PROTO -> PARAMS.Kaveh R. Ghazi2000-01-141-16/+16
* fix-header.c (recognized_extern, [...]): Constify a char*.Kaveh R. Ghazi1999-11-031-5/+5
* cpperror.c (cpp_file_line_for_message): Constify a char*.Kaveh R. Ghazi1999-09-071-27/+32
* * fix-header.c (main): Do not pass a null pointer to strcmp.Scott Weikart1999-08-291-1/+1
* fix-header.c (main): When testing for CONTINUED, use string equality, not poi...Jeffrey A Law1999-08-021-2/+2
* gen-protos.c: #undef abort after including system.h.Zack Weinberg1999-04-211-10/+0
* Merge in gcc2 snapshot 19980929. See gcc/ChangeLog and gcc/FSFChangeLog forJeffrey A Law1999-01-261-94/+0
* Update copyrightsKaveh Ghazi1999-01-231-1/+1
* final.c (bb_str): Qualify a char* with the keyword `const'.Kaveh R. Ghazi1999-01-231-1/+1
* * fix-header.c: Don't define xstrdup here.Zack Weinberg1998-12-151-9/+0
* cpplib.c (initialize_char_syntax): Use ISALPHA and ISALNUM so it'll work on n...Zack Weinberg1998-12-071-1/+1
* system.h: Include libiberty.h.Kaveh R. Ghazi1998-11-271-1/+1
* gansidecl.h: Prepend a "G" to the macro wrapping this file (to distinguish it...Kaveh R. Ghazi1998-11-081-6/+6
* 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-10-171-3/+3
* Add ATTRIBUTE_NORETURN in a bunch of places:Kaveh R. Ghazi1998-10-141-1/+2
* * fix-header.c (symlink): Treat like readlink.Jeffrey A Law1998-09-021-1/+1
* system.h: Include stdarg.h/varargs.h...Kaveh R. Ghazi1998-08-261-5/+0
* Warning Fixes:Kaveh R. Ghazi1998-05-191-20/+78
* Warning fixes:Kaveh R. Ghazi1998-05-131-2/+2
* c-common.c: Convert to using ctype macros defined in system.h.Kaveh R. Ghazi1998-05-061-3/+3
* Be more careful when including <time.h> and <sys/file.h> in system.h.Kaveh R. Ghazi1998-05-061-4/+0
* fix-header.c (write_rbrac): Add "abort" to functions which need to be protected.Manfred Hollstein1998-05-051-1/+2