aboutsummaryrefslogtreecommitdiff
path: root/gcc/tradcpp.c
AgeCommit message (Expand)AuthorFilesLines
2001-03-28toplev.h (fatal_error): Add ATTRIBUTE_NORETURN.Kaveh R. Ghazi1-1/+1
2001-01-24cppfiles.c (_cpp_read_file): Add to dependencies if requested.Jakub Jelinek1-0/+5
2001-01-11[multiple changes]Neil Booth1-3/+3
2001-01-10Makefile.in (tradcpp0): Depend on mkdeps.h.Neil Booth1-172/+164
2001-01-04tradcpp.c (deps_file, [...]): New variables.Jakub Jelinek1-28/+85
2001-01-03tradcpp.c (main): Make sure finclude() is called with a valid indepth value w...Franz Sirl1-1/+3
2000-12-16tradcpp.c: T_WARNING: New.Neil Booth1-10/+19
2000-12-13tradcpp.c (special_symbol): Improve test for definedness, though it is still ...Neil Booth1-4/+15
2000-12-12tradcpp.c (do_error): Cast difference of pointers to int for error message.Brad Lucier1-1/+1
2000-12-12tradcpp.c (enum node_type): Add T_ERROR.Neil Booth1-0/+13
2000-12-08* tradcpp.c (do_include): Make pointer differences 64-bit clean.Brad Lucier1-2/+2
2000-12-08safe-ctype.h: New file.Zack Weinberg1-119/+64
2000-12-04tradcif.y: Move lexptr to top of file.Neil Booth1-3/+46
2000-12-02tradcpp.c (struct answer, [...]): New.Neil Booth1-6/+231
2000-11-28tradcpp.c (enum node_type): New hash types T_ASSERT, T_UNASSERT.Neil Booth1-93/+158
2000-11-27tradcpp.c (enum pending_dir_t, [...]): New.Neil Booth1-34/+38
2000-11-21tradcpp.c (output_line_command): Mark system headers as such in `line' commands.Kaveh R. Ghazi1-0/+2
2000-11-19Warning fixes:Kaveh R. Ghazi1-5/+5
2000-11-19Makefile.in (tradcpp.o, tradcif.o): Depend on tradcpp.h.Kaveh R. Ghazi1-193/+201
2000-11-14tradcpp.c, tradcif.y: Update FSF mailing address, delete reference to GPLv1.Zack Weinberg1-6/+2
2000-11-13diagnostic.c (vbuild_message_string, [...]): Add ATTRIBUTE_PRINTF.Joseph Myers1-6/+9
2000-11-06tradcpp.c (special_symbol): Assign an null string rather than writing to an u...Neil Booth1-1/+1
2000-08-29cpperror.c (print_file_and_line): If line is (unsigned int)-1, print just the...Zack Weinberg1-5/+2
2000-08-04cppdefault.h (WINT_TYPE): Define.Joseph Myers1-0/+3
2000-07-24tradcpp.c (main): Update max_include_len for cpp_include_defaults as well.Jakub Jelinek1-0/+2
2000-07-21diagnostic.c (trim_filename, [...]): Moved here from rtl.c.Zack Weinberg1-4/+1
2000-07-20[multiple changes]Zack Weinberg1-46/+18
2000-07-19tradcpp.c (rescan): Do not recognize directives when the # is indented.Zack Weinberg1-24/+3
2000-07-13gcc.c (execute): If a subprocess gets a fatal signal...Zack Weinberg1-14/+0
2000-07-13* tradcpp.c (main): Rename 'perror' label to 'sys_error'.Zack Weinberg1-7/+7
2000-07-07tradcpp.c (main): Rename label `include' to `add_include' to avoid conflicts ...Kaveh R. Ghazi1-2/+2
2000-07-07tradcpp.c (initialize_builtins): Honor NO_BUILTIN_SIZE_TYPE and friends.Zack Weinberg1-0/+6
2000-07-06tradcpp.c: New file.Zack Weinberg1-0/+4831