summaryrefslogtreecommitdiff
path: root/gcc/tradcpp.c
Commit message (Expand)AuthorAgeFilesLines
* cppinit.c (cpp_post_options): Shut off macro expansion if -fpreprocessed.Zack Weinberg2001-05-101-9/+99
* tradcpp.c (do_define): Make sure we don't walk past limit.Jakub Jelinek2001-05-021-3/+3
* toplev.h (fatal_error): Add ATTRIBUTE_NORETURN.Kaveh R. Ghazi2001-03-281-1/+1
* cppfiles.c (_cpp_read_file): Add to dependencies if requested.Jakub Jelinek2001-01-241-0/+5
* [multiple changes]Neil Booth2001-01-111-3/+3
* Makefile.in (tradcpp0): Depend on mkdeps.h.Neil Booth2001-01-101-172/+164
* tradcpp.c (deps_file, [...]): New variables.Jakub Jelinek2001-01-041-28/+85
* tradcpp.c (main): Make sure finclude() is called with a valid indepth value w...Franz Sirl2001-01-031-1/+3
* tradcpp.c: T_WARNING: New.Neil Booth2000-12-161-10/+19
* tradcpp.c (special_symbol): Improve test for definedness, though it is still ...Neil Booth2000-12-131-4/+15
* tradcpp.c (do_error): Cast difference of pointers to int for error message.Brad Lucier2000-12-121-1/+1
* tradcpp.c (enum node_type): Add T_ERROR.Neil Booth2000-12-121-0/+13
* * tradcpp.c (do_include): Make pointer differences 64-bit clean.Brad Lucier2000-12-081-2/+2
* safe-ctype.h: New file.Zack Weinberg2000-12-081-119/+64
* tradcif.y: Move lexptr to top of file.Neil Booth2000-12-041-3/+46
* tradcpp.c (struct answer, [...]): New.Neil Booth2000-12-021-6/+231
* tradcpp.c (enum node_type): New hash types T_ASSERT, T_UNASSERT.Neil Booth2000-11-281-93/+158
* tradcpp.c (enum pending_dir_t, [...]): New.Neil Booth2000-11-271-34/+38
* tradcpp.c (output_line_command): Mark system headers as such in `line' commands.Kaveh R. Ghazi2000-11-211-0/+2
* Warning fixes:Kaveh R. Ghazi2000-11-191-5/+5
* Makefile.in (tradcpp.o, tradcif.o): Depend on tradcpp.h.Kaveh R. Ghazi2000-11-191-193/+201
* tradcpp.c, tradcif.y: Update FSF mailing address, delete reference to GPLv1.Zack Weinberg2000-11-141-6/+2
* diagnostic.c (vbuild_message_string, [...]): Add ATTRIBUTE_PRINTF.Joseph Myers2000-11-131-6/+9
* tradcpp.c (special_symbol): Assign an null string rather than writing to an u...Neil Booth2000-11-061-1/+1
* cpperror.c (print_file_and_line): If line is (unsigned int)-1, print just the...Zack Weinberg2000-08-291-5/+2
* cppdefault.h (WINT_TYPE): Define.Joseph Myers2000-08-041-0/+3
* tradcpp.c (main): Update max_include_len for cpp_include_defaults as well.Jakub Jelinek2000-07-241-0/+2
* diagnostic.c (trim_filename, [...]): Moved here from rtl.c.Zack Weinberg2000-07-211-4/+1
* [multiple changes]Zack Weinberg2000-07-201-46/+18
* tradcpp.c (rescan): Do not recognize directives when the # is indented.Zack Weinberg2000-07-191-24/+3
* gcc.c (execute): If a subprocess gets a fatal signal...Zack Weinberg2000-07-131-14/+0
* * tradcpp.c (main): Rename 'perror' label to 'sys_error'.Zack Weinberg2000-07-131-7/+7
* tradcpp.c (main): Rename label `include' to `add_include' to avoid conflicts ...Kaveh R. Ghazi2000-07-071-2/+2
* tradcpp.c (initialize_builtins): Honor NO_BUILTIN_SIZE_TYPE and friends.Zack Weinberg2000-07-071-0/+6
* tradcpp.c: New file.Zack Weinberg2000-07-061-0/+4831